
/*------------------------------------------------------------------

[Layout Stylesheet]

	Theme:			Keyla
	Description: 	Responsive Business Portfolio Theme
	Version:		1.0
	Designed By:	Klassio


-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[#. Global]
*/

html {
	-webkit-text-size-adjust: none;
}

body {
	font: 13px/1.7em 'Open Sans';	
	background-color: #FFF;
}
    
p { 
	margin-bottom: 10px;	
	font: 13px/1.7em 'Open Sans';	
}

ul {
	margin-bottom: 0px;
}

h1, h2, h3, 
h4, h5, h6 {
	margin-bottom: .85em;
}

h3, h4, h6 {
	margin-bottom: 15px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #000;
}
    
input,
button,
select,
textarea {
	font-family: 'Open Sans';
}

hr {
	border-bottom: 0px;
}


h1 [class*=" icon-"],  h1 [class^="icon-"] {
	line-height: 40px;
}

h2 [class*=" icon-"],  h2 [class^="icon-"] {
	line-height: 35px;
}

h3 [class*=" icon-"],  h3 [class^="icon-"] {
	line-height: 30px;
}

h4 [class*=" icon-"],  h4 [class^="icon-"] {
	line-height: 20px;
}


/*------------------------------------------------------------------
[#. Navbar / .navbar]
*/

.navbar {	
	margin-bottom: 0;	
	border: none;	
	border-bottom: 1px solid #666;
}

.navbar-fixed-top {
	/*position: static;*/
}

.navbar-inner {
	padding: 18px 0 8px;	
	z-index: 9999;
	text-shadow: 0px -1px 0px #000;
	background-image: none !important;
	background-color: #000 !important;
  	filter: none !important;
	filter: alpha(opacity=80) !important;
	opacity: 0.8;
}

.navbar .container {
	position: relative;
}

.navbar .brand {
	display: block;
	width: auto;
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 2px;
	margin-left: 10px;
	overflow:;	
	line-height: 600px;
	color: #333;
	/* background: url(../img/logo.png) no-repeat 0 0; */ /*Remove comments if want use image for logo*/
}

.navbar .brand {
	position: relative;
	top: 0;	
	margin-left: 0;	
	padding:0px;
}

.navbar .brand h1{
	color: white;
	/*font-family: "Kreon";*/
	margin: 0 5px;
	font-size: 1.2em;
	font-weight: normal;
}


.navbar .nav > li > a {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;	
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

.navbar .nav > li > a:hover {
	color: #BBB;
}

.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover {
	background: transparent;
	color: #fe8a02;
}



/*------------------------------------------------------------------
[#. Content / #content]
*/

#content {	
    border: none;
}

#content .inner {
	min-height: 400px;
	padding-top: 0;
	padding-bottom: 2em;
	background: #fff;
}

#content .container {
	padding-top: 10px;
}


/*------------------------------------------------------------------
[#. Table / .table]
*/

.table {
	border: 1px solid #ccc;
}

.table thead {
	background:#222222;
	color:#fff;
}

.table th,
.table td {
  border: 1px solid #ddd;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}



/*------------------------------------------------------------------
[#. Screenshots / #screenshots]
*/	

#screenshots {
	
	background: #E8E8E8;
	
	border-top: 1px solid #CCC;
}

#screenshots .inner {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	border-top: 1px solid #FFF;
}





/*------------------------------------------------------------------
[#. Extra / #extra]
*/

#extra {	
	border-top: 1px solid #000;
}

#extra .inner {
	padding: 20px;
	
	color: #fff;
	
	background-color: #222;
	
	border-top: 1px solid #555;
}

#extra h3 {	
	font-weight: 400;
}





/*------------------------------------------------------------------
[#. Footer / #footer]
*/

#footer {
	border-top: 1px solid #000;
}

#footer .inner {	
	padding: 20px 0;
	
	background: #111;
	
	border-top: 1px solid #222;	
}

.footer-links {	
	display: inline-block;
	margin: 0;
	list-style: none;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: #777;
}





/*------------------------------------------------------------------
[#. Subpge / #subpage]
*/

#subpage {
	margin-top: 3em;
	
	margin-bottom: 2.5em;
}



/*------------------------------------------------------------------
[#. Subheader / #subheader]
*/

#subheader {	
	color: #EEE;
	
	background: #444;
	
	border-bottom: 1px solid #222;
}

#subheader .inner {
	padding: 20px 0;
}

#subheader h1
, #subheader h2
, #subheader h3
, #subheader h4
, #subheader h5
, #subheader h6 {
	margin-bottom: 0;
	
	font-size: 27px;
	font-weight: 400;
	
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}



/*------------------------------------------------------------------
[#. Sidebar Container]
*/

.sidebar {
	padding: 15px;
	
	background: #EEE;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/*------------------------------------------------------------------
[#. Social Icons]
*/

.icon-twitter {
	font-size:26px;
	color:#827b71;	
	margin-right:20px;
	margin-bottom:20px;					
}

.icon-twitter:hover {
	color:#45b0e3;
	text-decoration:none;		
}

.icon-github {
	font-size:26px;
	color:#827b71;	
	margin-right:20px;
	margin-bottom:20px;					
}

.icon-github:hover {
	color:#ffa3a3;
	text-decoration:none;		
}

.icon-github-sign {
	font-size:26px;
	color:#827b71;	
	margin-right:20px;
	margin-bottom:20px;					
}

.icon-github-sign:hover {
	color:#ffa3a3;
	text-decoration:none;		
}

.icon-facebook {
	font-size:26px;
	color:#827b71;	
	margin-right:20px;
	margin-bottom:20px;				
}

.icon-facebook:hover {
	color:#39599f;
	text-decoration:none;				
}

.icon-linkedin {
	font-size:26px;
	color:#827b71;	
	margin-right:20px;
	margin-bottom:20px;		
}

.icon-linkedin:hover {
	color:#ccc;
	text-decoration:none;				
}

.icon-google-plus {
	font-size:26px;
	color:#827b71;	
	margin-right:20px;
	margin-bottom:20px;				
}

.icon-google-plus:hover {
	color:#4285f4;
	text-decoration:none;				
}

.icon-rss {
	font-size:26px;
	color:#827b71;	
	margin-right:20px;
	margin-bottom:20px;			
}

.icon-rss:hover {
	color:#ff9600;
	text-decoration:none;				
}


/*------------------------------------------------------------------
[#. Circle Icon]
*/

.circle-icon {	
	position: relative;
	
	width: 50px;
	height: 50px;
	
	background: #292929;
	
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.circle-icon div {

	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 44px;
	height: 44px;
	
	margin-top: -22px;
	margin-left: -22px;
	
	font-size: 24px;	
	text-align: center;
	line-height: 40px;		
	color: #FFF;	
	
	border: 2px solid #FFF;	
	
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



/*------------------------------------------------------------------
[#. Miscellaneous]
*/


.slash {
	padding-right: .25em;
	color: #81994D;
}



/*------------------------------------------------------------------
[*. Bootstrap Overrides]
*/

.nav-list {
	margin-bottom: 1.5em;
}

.nav-list > li > a {
	padding: 7px 15px;
	
	font-weight: 600;
	color: #333;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.nav-list > li.active > a,
.nav-list > li.active > a:hover {		
	color: #FFF;
	
	background: #81994D;
}


.btn {
	border-radius: 0 \0/;
	margin-bottom: 20px;
}


