
body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.top-bar {
    min-height: 40px;
    background-color:#eeeeee;
}
.bold { font-weight: bold;}
.block { display: block;}
.logo_text {float: right; margin-top: 11%;}
.navbar-brand img { float: left; -webkit-transition: all ease 0.2s;
-o-transition: all ease 0.2s;
transition: all ease 0.2s; }

.top-menu {
    min-height:110px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
}

.top-menu .navbar-toggle {
    margin-top: 38px;
}

.top-menu .navbar-brand {
    padding: 0;
    margin: 15px 0;
}

/* ------ Carousel ----- */
.mar_top { margin-top: 40px; }
#carousel.inner_s { background: #3860ad;}
#carousel {
    background: #8F2691;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 340px;
}
#carousel.inner_slide { height: 10px;}
#carousel .carousel-caption {
    z-index: 10;
/*    background: rgba(255,255,255,0.1);*/
    height: 100%;
}

#carousel .item {
    height: 340px;
}
#carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}
.carousel-indicators { bottom: 0;}
.purple_bg { background: #8F2691; padding: 40px 0 60px; 
        
    } 
.purple_bg a { color: #fff; font-size: 14px;
-webkit-transition: all ease 0.2s; 
-o-transition: all ease 0.2s; 
transition: all ease 0.2s; }
.purple_bg a:hover { color: #000; text-decoration: none;

 }

.dark_purple {  background: #592D1C;  }
.orange_bg { background: #f1ab45; min-height: 100px; margin-bottom: 50px; position: relative; padding: 40px 0 50px;  }

.orange_bg:before { content: ""; background: #1b2c59; width: 50%; height: 100%; position: absolute; top:0; left: 0;}
.purple_background h3 { color: #f1ab45; }
.purple_background p { font-size: 16px; }

.orange_background h3 { color: #8F2691; }
.orange_background ul li { font-size: 16px; line-height: 20px; color: #263058; padding: 5px 0; }

@media (min-width: 768px) {
    #carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #carousel .carousel-caption {
        padding-bottom: 0;
        right: 20%;
        left: 20%;
        top: 0;
    }
}

@media (max-width: 768px) {
    #carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #carousel {
        background: url('../images/carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 500px;
    }
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.welcome {
    border-bottom: 1px solid #cccccc;
    min-height: 230px;
}

.slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0;
    color: #333333;
}

.service {
    margin-bottom: 100px;
    margin-top: 40px;
}

.service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


.service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 10px;
    font-size: 16px;
    color: #343434;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}

#blog {
    margin-top: 50px; 
}
.btn-orange {
    background-color: #f1ab45;
    border-bottom:2px solid #f1ab45;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #f1ab45;
    color:#ffffff;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

.btn-blue {
    background: #3860AD;
    border-bottom: 2px solid #567EC9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;    

}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    background-color: #33599F;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 20px; 
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #f1ab45;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #f1ab45;
    color:#fff;
}


.nav > li > a {
    color: #929292;
    text-transform: uppercase;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .current-menu-item > a,
.navbar-default .navbar-nav > .current-menu-item > a:hover,
.navbar-default .navbar-nav > .current-menu-item > a:focus {
    background-color: #f1ab45;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

.service-item-header {
    margin-left: -10px; 
    padding: 16px 10px 0; 
    font-weight: bold;
    display: inline-block;
}

.header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 39.5%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.highlights {
    /*background: url('../images/background.png') ; */
    font-family:  'Open Sans', sans-serif;
    /*min-height:590px;*/
    color:#ffffff;

}
.line-header {
    margin-top:100px;
    margin-bottom:80px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}



.highlights-inner {
    margin-top:10px;
}

.highlights-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.highlights-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
	
}

.project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#333;
}

.line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}

#contact {
	margin-top:100px; 
	border-top: 1px solid #cccccc; 
	font-size:14px;
}
.contact-map {
    margin-bottom: 15px;
    /*height: 378px;*/
    height: 426px; 
}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #FFFF33; 
	font-size: 14px;
	float: right;
}

.partners {
	border-top: 2px solid #cccccc;
}

.partners .partner-item {
    margin-bottom: 5px;
}

.footer {
	border-top: 2px solid #cccccc; 
	margin-top: 100px;
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.gallery-category a {
	color:#333333; 
}

.gallery-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.gallery-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.project-gallery li img {
  cursor: pointer;
}
li { font-size: 14px;}
#carousel.banner_img { padding: 20px 0; height: auto;}
.banner_img img { display: inline-block; border-radius: 10px !important; }
.tweets {
    background-color: #8F2691;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}
.noborder { border: 0 !important; margin-top: 0 !important;}
.blog_box {
	margin-left: -12px;
}
.service p.blog_text { margin-top: 2px; margin-bottom: 30px;}
.blog_post ul li img {padding: 5px; background: rgba(143,38,145,0.5); border: 1px solid #eee;
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s;
}
.blog_post ul li img:hover { border: 1px solid #aaa; background: rgba(143,38,145,1);  

}
.page-id-2 .blog_post .list-inline:hover img { border: 1px solid #aaa; background: rgba(143,38,145,1); }
.about_us .col-md-9 { padding-left: 20px; }
.about_us .blog_post { padding: 10px 10px 50px 10px;}

.about_us .col-md-9 > .pull-left { background: #8F2691; width: 100%; padding-left: 10px; padding-bottom: 3px; }
.about_us .col-md-9 > .pull-left .txt_orange {color:#fff;  }
.about_us .col-md-9  a {color:#e67e22;  }
.comments-link { display: none;}
.entry-meta a { color: #59656F;  }
/*.about_us .col-md-9 > .pull-left:before { content: ""; position: absolute; top:0; left: 0; height: 20px; }*/
.contact .blog_header , .intervention .blog_header, .service_page .blog_header, .about_us .blog_header { font-size: 24px; }
/*.about_us .blog_post { border-bottom: 1px solid purple;}*/
/*.about_us .blog_post:last-child { border-bottom: 0;}*/
.isStuck .navbar-brand img { max-width: 60%; -webkit-transition: all ease 0.2s;
-o-transition: all ease 0.2s;
transition: all ease 0.2s; }
.featured_images { float: left; margin-right: 15px;}
.your-message textarea { min-height: 113px; height: 113px; }
.no-images { width: 150px; height: 150px; background: #ddd;}
.meta_info { padding-bottom: 5px; }
.post_content_wrap .btn.btn-orange { margin-top: 4px; }
.single .entry-header { border-bottom: 2px solid #f1ab45; margin-bottom: 20px; padding-bottom: 5px; }
.single .contact_right { margin-top: 27px; }
.inner_s .glyphicon-chevron-left:before { content: "";}
.inner_s .glyphicon-chevron-right:before { content: "";}
.inner_s .carousel-control { cursor: default; }
#carousel.inner_s .item {height: 160px; }
#carousel.inner_s { height: auto;}
.page-template-contact-php #contact { border-top: 0 !important; margin-top: 100px !important;  }
span.tilte_ {display: block; color: #000; }
.pdf_download { text-align: center;}
.item .container { text-align: center;  }
.featured_images.no-images { display: none; }
#pagination-pages { padding-top: 20px; }
#pagination-pages ul li { list-style: none; 
  width: auto;
  height: auto;
  float: left;
  padding: 5px 10px;
  background: #ddd;
  margin: 0 2px;
}
.blog_box br { display: none; }
h1.widget-title {  color: #e67e22;  }
.widget ul  li {  list-style: circle; line-height: 1.24; padding-bottom: 10px; }
.widget ul  li:hover {  list-style: disc; }
@media (min-width:991px) and (max-width:1200px) {
    .project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .project-gallery {
        margin-left: -70px;
    }

    .service-item-header {
        padding: 16px 10px 20px;
    }

    .header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
    
}


@media (max-width:991px) {
    .highlights-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
  } 

}

@media (max-width: 768px) {
    .navbar-header {  width: 100px; }
    .top-menu .navbar-brand { width: 100%; float: left;}
  .member-thumb .thumb-overlay {padding-left: 40%; }
  .navbar-nav > li > a {padding-left: 6px; padding-right: 6px;  font-size: 12px; }
  .tweet_txt { border-left: 0;}
  .welcome { min-height: 100px;}
  .btn-read-more { float:right; margin-bottom :40px; }
  img { max-width: 100%; }
  .blog_box { margin-right: 0;}
  .about_us .col-md-9 { padding-left: 0;}
  .blog_post .col-md-3 { width: 100%; }
  .slogan { margin: 10px 0; font-size: 32px; } 
  .slogan { font-size: 20px; margin: 10px 0;}
  .welcome { min-height: 1px;}
  .service { margin-top: 0; }
  .service-item-header { padding: 0 10px; }
  #carousel { height: 205px; }
  h1 { font-size: 20px; }
  #carousel .carousel-caption p {  font-size: 14px; }
  .btn-lg {    font-size: 14px; padding: 5px 10px;}
  #carousel .item {height: 205px; }
 .orange_background { background: #f1ab45; width: 100%; float: left; }
    .purple_background {background: #1b2c59; width: 100%; float: left; }
    .orange_bg { padding: 0; background: none; }
    .orange_bg:before { background: none; }
    .purple_bg { padding: 10px 0;}
   
  

}
@media (max-width: 767px) {
    .pdf_download .row > div { margin-bottom: 10px;}
    .navbar-header {width: 100%; }
    .carousel-inner .container { padding: 0; }
    .tweet_txt { border-left: 0;}
    #carousel { height: 340px; }
    .top-menu .navbar-brand {float: left; width: 33%; }
    .top-menu .navbar-toggle {   margin-top: 18px;  }


}
@media (max-width: 380px) {
    #carousel {height: 173px; }
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
    #carousel .item {height: 170px; }
    .service-item-header {
        font-size: 16px;
        
        padding: 23px 10px 22px;
    }
    .header-orange {
        min-width: 0px;
    }
    
}

@media (min-width:991px) and (max-width: 1200px) {
     .team_hr {
        width: 37%; 
    }
}

@media (min-width:683px) and ( max-width: 991px) {
     .team_hr {
        width: 33%;
    }
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
     .team_hr {
        width: 30%;
    }
}

@media (min-width:536px) and ( max-width: 585px) {
     .team_hr {
        width: 28%;
    }
}

@media  (min-width:410px) and  ( max-width: 536px) {
     .team_hr {
        width: 21%;
    }
}

@media  ( max-width: 410px) {
     h1, .h1 { font-size: 16px; }
    .team_hr {width: 11%; }
    .line-header { margin: 10px 0;}

}



p:empty { display: none;
 }