/* kisco main CSS */

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


.kisco_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

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

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

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

.kisco-top-menu .navbar-brand {
    padding: 0;
    margin: 25px 0 0 -5px;
}

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

#kisco-carousel {
    /* background: url('../images/kisco_carousel_bg.jpg') no-repeat center center fixed; */
    background: RGB(40,40,100);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}

.captionbg {
	background: rgb(21, 31, 70); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(21, 31, 70, .75);
}

.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}
.carousel_bullets {
	width:60%; 
	margin: 20px auto 0 auto;
	text-align:left;
	/*font-size: 20px;*/
	font-size: 16px;	
}
.carousel_list {
	text-align:left;
	font-size: 20px;
}

	h3 {
		margin-top: 20px;
		font-size: 24px;
	}
.panel_kisco { overflow:hidden; color: #525252; padding: 20px 0 25px 0; }
/*#panel { display: none; overflow:hidden; color: #999; padding: 20px 0 25px 0; }*/
.benefits { 
	margin: 0; 
	padding: 0; 
	background-color: #536083; 
	height: 80px; 
}

.btn-benefits { 
	text-align: center; 
	width: 20px;
	height: 10px;
	padding: 0;
	/*padding: 10px 10px 0 0; */
	margin: 0 auto; 
	display: inline-block;
	font: bold 120%/100% Arial, Helvetica, sans-serif; 
	background:#536083 url(../images/plus.png) no-repeat; 
	color: #fff; 
	text-decoration: none; 
	float: right;
}
.btn-benefits.active { 
	background: #536083 url(../images/minus.png) no-repeat;
}
/*
.setbottom {
  position: relative;
  top: 50%;
  transform: translateY(-5%);
}
*/
#kisco-carousel .carousel-caption {
    z-index: 10;
	top: 100px;
	height: 340px;
	/*background-color: #999;*/
	background: rgb(21, 31, 70); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(21, 31, 70, .75);
}

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


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

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

@media (max-width: 768px) {
    #kisco-carousel .carousel-caption {
        padding-bottom: 120px;
    }
    #kisco-carousel .carousel-caption p {		
		padding: 0 5px;
		font-size: 14px;
    }
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 18px;
	}	
	.carousel_bullets {
	width:100%; 
	margin: 40px auto 0 auto;
	font-size: 16px;
	}
	.carousel_first { 
	margin: 40px auto 0 auto;
	}	
}



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

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

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

.kisco-service {
    /*margin-bottom: 100px;
    margin-top: 100px;*/
	margin-bottom: 10px;
    margin-top: 20px;
}

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


.kisco-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 15px;
    font-size: 14px;
    /*color: #929292;*/
	color: #525252;
}

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



.google-maps {
position: relative;
padding-bottom: 75%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



/* -- FORMS 
------------------------------------------------------------- */

form{margin-top: 2em;}
form li{margin-bottom: 1.5em;}
label{display: block; margin-bottom:0.5em; font-weight: 700;}
input, select, textarea {
	border: 1px solid #CCC;
	color: #777;
	font-size: 1em;
	line-height: 1em;
	padding: 0.5em;
	width:80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc); }
textarea{padding: 0.5em 1em 1em 0.5em; min-height:12em; height: auto; width: 100%; }
input, textarea {
 -moz-transition: border .25s;
 -webkit-transition: border .25s;
 -o-transition: border .25s;
 transition: border .25s;}
input:hover, textarea:hover, input:focus, textarea:focus,input:active, textarea:active { border: 1px solid #999;}
input[type="text"],textarea{cursor: text;}
input[type="radio"], input[type="checkbox"] { display: inline; width:auto; height: auto; margin-right: 1em; }
input[type="checkbox"] + label, input[type="radio"] + label { display: inline;}
input[type="file"]{ border: none;}
input[type="date"]{ width: auto;}
select {height: auto;}
/* Placeholders */

::-webkit-input-placeholder { color: #BBB;}
:-moz-placeholder {color: #BBB;}
:-ms-input-placeholder {color: #BBB;}
/* validate.js */

label.error { color: #AF0303; margin: 0.5em 0 0 0.5em; font-weight: normal; font-style: italic; }


ul#contact_form, ol#contact_form{list-style:none; list-style-image:none; margin:0 0 0 -15px; padding:0;}









.btn-blue {
    background-color: #44568a;
    border-bottom:2px solid #233363;
    -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: #233363;
    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;*/
	padding: 10px 20px;
	border-right: 1px solid #ccc;
}
.nav > li:last-child > a {	
	border-right: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    /*background-color: #44568a;
    color:#fff;*/
	border-bottom: 4px solid #44568a;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    /*background-color: #44568a;
    color:#fff;*/
	border-bottom: 4px solid #44568a;
}


.nav > li > a {
   /* color: #929292;*/
   color: #fff;
}
.navbar-default {
    background-color:#fff;
	border: none;
    border-bottom: 4px solid #FFF;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    /*background-color: #44568a;
    color:#fff;*/
	background-color: none;
	border-bottom: 4px solid #44568a;
}

.navbar {
    margin-bottom: 0px;
}

.kisco-service-item-header {
	margin-left: -10px;
	padding: 16px 20px 20px;
	font-weight: bold;
	display: inline-block;
}
/*
#links1 {
	color: #333;
}*/
.links1 a:active, a:hover, a:focus {
	color:#636363;
}

.section {
    display: block;
    padding-top: 80px;
}


.kisco-header-blue {
    background-color:#44568a;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.about_hr {
    border: 1px solid #ccc; 
    width: 39.5%; 
    float: left;
}

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

.about_hr_right {
    margin-left: 30px;
}

.global_hr {
    border: 1px solid #ccc; 
    width: 35%; 
    float: left;
}

.global_hr_left {
    margin-right: 20px;
    margin-left: 15px; 
}

.global_hr_right {
    margin-left: 20px;
}


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

.kisco-about_us {
    /*background: url('../images/background.png') ;*/
	background-color: #fff;
    font-family:  'Open Sans', sans-serif;
    min-height:590px;
    /*color:#666;*/
	color:#525252;
}
.kisco-line-header {
    margin-top:40px;
    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;
}



.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:70px;
}

.row_team li {
    list-style: none;
}

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

.kisco-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 #44568a;
    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%;
	
}

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

.txt_darkgrey {
    color: #333333;
}

.txt_darkgrey_strong, .txt_darkgrey_strong:hover {
	color: #333;
	text-decoration:none;
	cursor:text;
}

.txt_blue {
    /*color: #4e5a7b;*/
	color: #758ed1;
}

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

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

#kisco-contact {
	margin-top:20px; 
	border-top: 1px solid #cccccc; 
	font-size:14px;
}
.kisco-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

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

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

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

.kisco-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;
	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.kisco-project-gallery  li  a img:hover {
    border: 3px solid #44568a;
}

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

.kisco-gallery-category a.active {
	color:#4e5a7b; 
	text-decoration:none;
}

.kisco-gallery-category a:focus {
	color:#4e5a7b;
	text-decoration:none;	
}

.kisco-gallery-category a:hover {
	color:#4e5a7b; 
	text-decoration:none;
}

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

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

.col-md-6-about {
	margin-top: 60px;
}
.award_wrap {
	float: left;
	margin: 20px;
}


.top_links {
	text-decoration: none;
	font-weight: normal;
}

.top_links a {
	text-decoration: none;
}

.current {
	color: #fff;
	font-weight: bold;
}

.news_links {
	text-decoration: none;
	font-weight: normal;
}

.news_links a {
	text-decoration: none;
}


.logo-carousel-mallot{
	width: 90%;
    max-width:120px;
    height:auto;
    position: relative;
    display:block;
    margin: 10px auto 0 auto;
}
.logo-carousel-mallot img{
    width:100% !important;
	height:auto;
    display:block;
	vertical-align: middle;	
}



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

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

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

    .kisco-header-blue {
        min-width: 230px;
    }

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


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


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

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

    .blog_box{
       margin-right: -140px;
    }
.navbar-brand img { 
	width:250px;
	max-width:100%
}
.kisco-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 -5px;
}
}


@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%;
       
    }
    .kisco-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }

/*MY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ 
.nav > li > a {
    /*padding: 10px 20px;*/
	padding: 10px 20px;
	border-right: none;
}
/*
.nav > li:last-child > a {	
	border-right: none;
}
*/

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #44568a;
    color:#fff;
	/*border-bottom: 4px solid #44568a;*/
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #44568a;
    color:#fff;
	border-bottom: none;
	/*border-bottom: 4px solid #44568a;*/
}


.nav > li > a {
   color: #929292;
   /*color: #fff;*/
}
.navbar-default {
    background-color:#fff;
	border: none;
	border-bottom: none;
    /*border-bottom: 4px solid #FFF;*/	
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #44568a;
    color:#fff;
	border-bottom: none;
	/*background-color: none;
	border-bottom: 4px solid #44568a;*/
}

.navbar {
    margin-bottom: 0px;
}

  
/* MY END*/
	  
.navbar-brand img { 
	width:250px;
	max-width:100%
}
.kisco-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 -5px;
}
	  
}

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

    }
	.kisco-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.kisco-header-blue {
		min-width: 0px;
	}
}
	
@media (max-width: 400px) {
#kisco-carousel {
    display:none;
}
/*#kisco-carousel {
    background: none; 

}*/
}

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

@media (min-width:683px) and ( max-width: 991px) {
	 .about_hr {
		width: 33%;
	}
	.global_hr { 
		width: 25.5%;		
	}
/*	.global_hr_right {
		margin-left: 10px;
	}
*/	
}

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

        }
	 .about_hr {
		width: 30%;
	}
	.global_hr { 
		width: 20%;		
	}
	.global_hr_right {
		margin-left: 10px;
	}	
}

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

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

@media  ( max-width: 410px) {
	 .about_hr {
		width: 11%;
	}
	.global_hr { 
		width: 4%;		
	}	
}
