
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;
}

.s-top-bar {
    min-height: 40px;
    background-color:#eeeeee;
}

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

.s-top-menu .navbar-toggle {
    margin: 30px 0px 0px 10px;
    background-color:#238c00;
	
}

.navbar-default .navbar-toggle:hover {
    background: #a3c436;
}

.navbar-default .navbar-toggle:focus {
    background: #a3c436;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

@media (max-width:900px) {
    .navbar-brand1 {
        display:block !important;
	}
    .navbar-brand1 {
        display:none !important;
    }
}

@media (min-width:900px) {
    .navbar-brand2 {
        display:block !important;
	}
    .navbar-brand2 {
        display:none !important;
    }		
}
.s-top-menu .navbar-brand1{
    padding-top: 0;
	margin: 30px 0 0 0 !important;
	
}

.s-top-menu .navbar-brand2{
    padding-top: 0;
	margin: 300px 0 0 0 !important;
	
}

/* ------ Carousel ----- */

#s-carousel {
    background: url('../images/carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}

#s-carousel .carousel-caption {
    z-index: 10;
}

#s-carousel .item {
    height: 500px;
}
#s-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

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

    #s-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

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

@media (max-width: 1024px) {
    #s-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 ------ */
.s-welcome {
    border-bottom: 1px solid #cccccc;
    min-height: 30px;
}

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

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

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


.s-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

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


.btn-orange {
    background-color: #2db300;
    border-bottom:2px solid #238c00;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-reset {
    background-color: #aaaaaa;
    border-bottom:2px solid #555555;
    -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: #238c00;
    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;
}

.nav > li > a {
    padding: 10px 20px;
	margin:1px;
	font-weight: bold;
    border: 1px solid rgb(25, 67, 4);
    border-radius: 0 5px;
	list-style: none;	

}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #2db300;
    color:#fff;
	font-weight: bold;
    border: 1px solid rgb(25, 67, 4);
    border-radius: 0 5px;

}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #238c00;
    color:#fff;
	font-weight: bold;
    border: 1px solid rgb(25, 67, 4);
    border-radius: 0 5px;
}


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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #89c40c;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

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

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

}

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

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

.team_hr_right {
    margin-left: 0px;
	margin-left: 75px; 

}

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

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

}
.s-line-header {
    margin-top:10px;
}

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

.prod {
	margin-left:50px;
	width:800px;
}

.notfound{
    max-width: 100%; 
    height: auto;
}

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

.member-thumb .thumb-overlay {
    background-color: rgba(163, 196, 54, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 20%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

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

.tname {
    color: #000000;
    font-size:16px;	
}

.nick{
    color: #009700;
    font-size:14px;	
}

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

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

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

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

.row_team li {
    list-style: none;
}

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

.s-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;
    opacity: 0;
    right: 0;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


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

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

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #009700;
}

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

.s-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;
}

.page_text {
    text-align: justify; 
    font-size: 15px; 
    margin-top: 20px;
    margin-bottom: 30px;
	line-height: 1.8;
}

.page_text1 {
    text-align: justify; 
    font-size: 15px; 
    margin-top: 20px;
    margin-bottom: 30px;
	line-height: 1.8;
    font-weight: bold; 
	
}

.team_address {
    font-size: 14px; 
    margin-top: 20px;
    margin-bottom: 10px;
	line-height: 1.8;
}

#s-contact {
	margin-top:50px; 
	font-size:14px;
}
.office{
padding-left:30px;
}

.office_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: -25px;
    padding-left: 25px;
}

.s-contact-map {
    margin-bottom: 15px;
    height: 378px;
	border:1px solid #2db300; 
}

.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;
}

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

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

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

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

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 16px;
	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.s-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

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

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

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

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

.link_orange:hover {
    text-decoration:none;
}
.s-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.s-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.s-project-gallery li img {
  cursor: pointer;
}

.s-tweets {
    background-color: #8996a0;
    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;
}

.blog_box {
	margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {
    .s-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

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

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

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

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


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


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

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

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


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

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .s-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }
}

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

    }
	.s-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.s-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) {
	 .team_hr {
		width: 11%;
	}
}

/* ===================================
6. Sliders
==================================== */
/* --- flexslider --- */

#featured .flexslider {
	padding:0;
	margin: 10px 0 30px; 
	background: #fff; 
	position: relative; 
	zoom: 1;
}

.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption { bottom: 35px; background-color: rgba(0, 0, 0, 0.8); color: #fff; margin: 0; padding: 25px 25px 25px 30px; position: absolute; right: 0; width: 295px;}
.flex-caption h3 {color: #fff; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase;}
.flex-caption p {margin: 0 0 15px;}

/* scroll to top */
.scrollup{
    position:fixed;
	width:50px;
	height:32px;
    bottom:10%;
    right:10px;
	background: #222;
}
li a.testlee{ margin: 0px; display: block; width: 100%; height: 100%; }
a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}

#email > a {
    color: #238c00;
}
.gal1 { 
	width:258px;
	padding-bottom:25px;
	float:left;
	margin-right:50px; 
}
.gal1.last { 
	margin-right:0px; 
}
.photo1 {width:248px; height:167px;margin-bottom:25px;}
.photo1 a img {border:1px solid #b7b7b7;}
.photo1 a:hover img {border:1px solid #333333;}

.qua {
font-size: 10px;
padding-left:140px;
font-weight:bold;
}

.qua1 {
font-size: 10px;
padding-left:65px;
font-weight:bold;
}

.clp  {
	border:2px solid #bffe8e;
	border-top-style: hidden;
	color: #000;
	padding:20px 30px 0 0;
	min-height:200px;
}

.clp_head {
	background:#bffe8e;
	border-radius: 10px 10px 0 0 ;	
	padding:1px;
	height:35px;	
}
.clp_head  h4,.clp i {
	margin-bottom: 18px;
	color: #000;
	text-align:center;

}
.modal-dialog{
	width:auto;
	max-width:700px;
}



.modal-dialog {}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
}

.img-thumbnail {
	width:353px;
	height:200px;
}

.QR {
	float:right;
	width:150px;
	height:auto;
	background-repeat: no-repeat;
}





/* Container needed to position the overlay. Adjust the width as needed */
.container_s {
  position: relative;
  width: 100%;
  margin: 10px;
}

/* Make the image to responsive */
.image {
  width: 100%;
  height: auto;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: scale(0);
  transition: .3s ease;
}

/* When you mouse over the container, the overlay text will "zoom" in display */
.container_s:hover .overlay {
  transform: scale(1);
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
    position: absolute;
    background: rgba(0,0,0,0.6);
    transition: transform .7s;
}

/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.text {
  color: white;
  font-size: 13px;
  position: absolute;
  text-align: left;
}
.prod_title {
	padding-left:20px;
	color:#9bcf44;
	text-align: left;	
}
table {
	margin: -10px 15px 0px 12px;
	table-layout: auto;
}
th, td {
  border: 1px solid white;
  padding-left:2px;
}

.tabnowrap {
	white-space: nowrap;
}