/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
    max-width: 1400px;
    
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}
.container{
    margin-left: 110px;
     margin-right: 50px;
    max-width: 1100px;
}
.mt {
	margin-top: 40px;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.header{
   height:  100px;
}
.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
       
}
.navbar > li > a{
   color: #af5961;
  
}
.navbar .navbar-right{
     padding-right: 15px;
}
.navbar .navbar-right > li > a{
   color: #d4d4d4;
   padding-bottom: 10px;
   font-size:  9px;
   margin-top: 0px;
   text-transform: uppercase;
   
}
.active{
/*   border-top: #af5961 1px solid;*/

}
.navbar .navbar-left > li > a{
   color: #af5961;
   text-transform: uppercase;
   font-size:  20px;
   padding-left: 12px;
  
}

/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #bf1e2e;
	background-color: #af5961;
        
}*/
.navbar-brand{
   
}
.navbar-brand  img{
	font-size: 60px;
	margin-top: -30px;
	padding-bottom: 0px;
        padding-right: 1em;
        
}
@media (max-width: 991px) {
    .mobile-only {
        display:none !important;
    }
}
.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	
        height: 550px;
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #74cfae;
}

#hello h2 {
	color: #c0c0c0;
	font-weight: 400;
}

/* Green */
#green  {
	background-color:#fff;
	-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
filter:alpha(opacity=80);
	margin-bottom: 0px;
       height: 135px; 
      
}
#green .container {
	background-color:#fff;
	-moz-opacity: 0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
filter:alpha(opacity=80);
	margin-bottom: 0px;
       height: 135px; 
       padding-left: 63px;
}
#green .black{
   background: url('../images/clients-bg.jpg');
   background-size: cover;
   height:135px;
   width: 153px;
}
#green .black p{
    font-size: 12px;
    color: #fff;
}
#green .black h1{
    font-size: 42px;
    color: #fff;
}
#green h3 {
	color: black;
	font-weight: 400;
	margin-bottom: 35px;
}

#green p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}

/* Social Links */
#social {
	
	
}

#social i {
	font-size: 30px;
	color: #fff;
}

#social .col-md-3:hover {
	
}

#social .col-md-3 {
	
}
.pages{
    padding-top: 100px;
    margin-right: 50px
}
.page{
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fff;
  padding-right:  40px;
    
}
/* Footer */
#footer {
	padding-top: 20px;
	background: url('../images/footer-bg.jpg');
        background-size: cover;
        max-height: 335px;
        color: #f3d5d5;
        text-align: justify;
        
}
.container.pages .page.form-group{
    margin-bottom: 20px;
}
#footer p {
	color: white;
	
	font-weight: 400;
}
#footer h3 {
	color: white;
	font-size: 15px;
        -moz-opacity: 0.30;
-khtml-opacity: 0.30;
opacity: 0.30;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
filter:alpha(opacity=30);

}

#footer .intro{
    border-right:  1px #fff solid;
   
}

.tab-content > .active
{
  border-top: none; 
}
/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}

#clients .item{
    margin: 3px;
}
#clients .item img{
    display: block;
    width: 100%;
    height: 100px;
        
}
#clients .owl-wrapper{
    width: 1000px;
}
#slider{
     height: auto;
}
#slider .owl-item img{
    display: block;
   
    width: 100%;
}

.pagetitle{
    color: #ebbfbf;
    font-size: 34px;
}
.pagetitles{
   Color: #000;
    font-size: 17px;
    text-align: left;
    padding-left: 3em;
    font-weight: 700;
}
#sidebar{
   border-right:  url('../images/side-strip.png') repeat-x;

}

#sidebar #myTab a{
    Color: #737373;
    font-size: 17px;
    text-align: left;
    padding-left: 3em;
     font-weight: 100;
}
#sidebar #myTab  li.active > a{
    Color: #737373;
    border-bottom: 1px solid #ebbfbf;
    border-top: none;
    border-right: none;
    border-left: none;
     font-weight: 400;
}
.nav-tabs {
      background: url('../images/side-strip.png');
      border-bottom: none;
      background-size: cover;
}
#sidebars{
   padding-left: 3em;
   padding-top: 4em;
}