/* GLOBAL STYLES
-------------------------------------------------- */

body {font-family: "Source Sans Pro", Tahoma, Helvetica, sans-serif; font-size: 15px; color: #424242; font-weight:400;}
h1, h2, h3, h4, h5 {color: #000000;}
h1 a, h2 a, h3 a {color:inherit; font-weight:inherit; text-decoration:none;}
h1 a:hover, h2 a:hover, h3 a:hover {color:inherit; text-decoration:none;}
h1 {font-family: 'Raleway', sans-serif; font-weight: 400; }
h2 {font-family: 'Raleway', sans-serif; font-weight: 400; }
h3 {font-family: 'Raleway', sans-serif; font-weight: 400; }
h5 {font-family: 'Raleway', sans-serif; font-weight: 400; }

p {font-family: "Source Sans Pro", Helvetica, sans-serif; font-size: 15px; color: #000000; font-weight:400; line-height: 1.7; padding: 0px;}

a {color:#00ADEE;}
a:hover {color:#00ADEE;}
a:focus {color:#00ADEE; outline:none;}

body {
  /*padding-bottom: 40px;*/
  color: #555555;
}

/* kulea input error placeholder */
input.kError::-webkit-input-placeholder {
	color: red;
}
input.kError:-moz-placeholder {
	/* FF 4-18 */
	color: red;
}
input.kError::-moz-placeholder {
	/* FF 19+ */
	color: red;
}
input.kError:-ms-input-placeholder {
	/* IE 10+ */
	color: red;
}

.btn {
	font-family: "Source Sans Pro", Helvetica, sans-serif; 
	font-weight: bold; 
	padding: 16px 50px; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
	text-transform: uppercase;
	border-radius: 30px;
	border: none;
	box-shadow: none;
	font-size: 15px;
}
.btn-kulea {
	white-space: normal;
}
.btn-primary {
    background: #e54c4c;
	color: #ffffff; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus {
	background: #333333; 
	text-decoration: none; 
	color: #FFFFFF;
}

.btn-default {
	background-color:#00ADEE; 
	color:#ffffff; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
	border:1px solid #00ADEE;
}
.btn-default:hover, 
.btn-default:active, 
.btn-default:focus {
	background-color:#FFFFFF; 
	border:1px solid #00ADEE; 
	text-decoration:none; 
	color:#00ADEE;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #cccccc;
    border-color: #a8a8a8;
}

/*GENERAL STYLE FOR CONTENTS SECTIONS*/

.content-section-banner {
	padding-top: 45px;
	padding-bottom: 45px;
}
.content-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.content-section p {
	margin: 0 0 20px;	
}
p.content-headline {
	margin-left:10%;
	margin-right:10%;
	font-size:18px;	
	margin-top:20px;
	margin-bottom:40px;
}
p.small-description {
	font-size:18px;	
	margin-top:20px;
	margin-bottom:20px;
}

.title {
	position: relative;
}
.title h1:before, .title h1:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 16%;
    height: 1px;
    content: '\a0';
    background-color: #000;
}
.title h1:before {
    margin-left: -18%;
    text-align: right;
}
.title h1:after {
    margin-left: 2%;
    text-align: right;
}
.title h1 {
	margin-bottom: 30px;
}
.title h1 span,
.title h2 span,
.title h3 span,
.title h4 span {
	font-weight: 600;
}

.strong-text-block {
	color: #fff;
    font-size: 35px;
    font-weight: 600;
    background: #333;
    padding: 5px 20px;
    display: inline-block;
    margin: 20px 0 !important;
}

.solid-bkgd-1 .title-line-1 {
	background-color: #fff;
}
.title-line-1 {
	background: #000000;
    height: 2px;
    display: block;
    width: 100px;
    margin-top: 18px;
}

.img-frame-1 {
    /*border: 7px solid #ffffff;*/
    /*-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);*/
    /*-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);*/
    /*box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);*/
}

.bkgd-pattern-1 {
	background: url('../images/bkgd-pattern-1.png') repeat;
}
.no-padding {
	padding: 0;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
/* ----------- FULL CONTENT  ----------- */

.content-full {
	height: 550px;
    overflow: hidden;
    position: relative;
}
.content-full-image {
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
}
.content-full-text {
	height: 550px;
	padding: 60px;
}
.content-full-text h2 {
	margin-top: 0;
}

.go-left {
	left: 0;
}
.go-right {
	right: 0;
}
.v-align-mid {
	-ms-transform: translateY(-50%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.image-with-text-solid .solid-text {
	padding: 20px 40px !important;
}
.solid-bkgd-2.image-with-text-solid .solid-text h2,
.solid-bkgd-2.image-with-text-solid .solid-text h3,
.solid-bkgd-2.image-with-text-solid .solid-text h4,
.solid-bkgd-2.image-with-text-solid .solid-text p {
	color: #ffffff;
}

.full-image-section img {
   	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}
.full-image-section img:hover {
	transform: scale(1.3);
	-ms-transform: scale(1.3);
   	-webkit-transform: scale(1.3);
}
.full-image-section .element {
	overflow: hidden;
}




/* ----------- SOLID BKGD 1 - #333333  ----------- */

.solid-bkgd-1 {
	background-color: #333333;
	color: #FFFFFF;
}
.solid-bkgd-1 .content-full-text h1,
.solid-bkgd-1 .content-full-text h2,
.solid-bkgd-1 .content-full-text h3,
.solid-bkgd-1 .content-full-text h4,
.solid-bkgd-1 .content-full-text p,
.solid-bkgd-1 .content-full-text a,
.solid-bkgd-1 h1,
.solid-bkgd-1 h2,
.solid-bkgd-1 h3,
.solid-bkgd-1 h4,
.solid-bkgd-1 p,
.solid-bkgd-1 a  {
	color: #FFFFFF;
}
.solid-bkgd-1 .content-full-text a.btn,
.solid-bkgd-1 a.btn {
	text-shadow: none;
	font-weight: normal;
}
.solid-bkgd-1 .content-full-text a.btn-primary:hover, 
.solid-bkgd-1 .content-full-text a.btn-primary:active, 
.solid-bkgd-1 .content-full-text a.btn-primary:focus,
.solid-bkgd-1 a.btn-primary:hover, 
.solid-bkgd-1 a.btn-primary:active, 
.solid-bkgd-1 a.btn-primary:focus {
	background: rgba(255, 255, 255, 0.3);
}

/* ----------- SOLID BKGD 2 - #e54c4c  ----------- */

.solid-bkgd-2 {
	background-color: #e54c4c;
	color: #FFFFFF;
}
.solid-bkgd-2 h1,
.solid-bkgd-2 h2,
.solid-bkgd-2 h3,
.solid-bkgd-2 h4,
.solid-bkgd-2 p,
.solid-bkgd-2 a, {
	color: #FFFFFF;
}
.solid-bkgd-2 a.btn {
	text-shadow: none;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #333333;
}
.solid-bkgd-2 a.btn-primary:hover, 
.solid-bkgd-2 a.btn-primary:active, 
.solid-bkgd-2 a.btn-primary:focus {
	background: rgba(255, 255, 255, 0.3);
}


/* ----------- CAROUSEL  -----------  */

.carousel {
  /*height: 500px;*/
  margin-bottom: 0px;
}
.carousel .carousel-control {
	display: none;
}
.carousel-caption {
  z-index: 10;
  top: 30%;
}
.carousel-caption .white {
	color: #ffffff;
}
.carousel-caption h1 {
	font-size: 60px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	font-weight: 300;
	margin-bottom: 30px;
}
.carousel-caption p {
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
	color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    margin-bottom: 30px;
}
.carousel-caption a.btn {
	-webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;
}
.carousel .item {
  height: 800px;
  background-color: #eee;
  background-position: center;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 800px;
}

/* ----------- END CAROUSEL  -----------  */

/* ----------- GALLERY  -----------  */

/*.gallery .view-wrapper:nth-child(1) {
	-webkit-animation-delay: 0;
    animation-delay: 0;
}*/
.gallery .view-wrapper:nth-child(2) {
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.gallery .view-wrapper:nth-child(3) {
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.gallery .view-wrapper:nth-child(4) {
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.gallery .view-wrapper:nth-child(5) {
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.gallery .view-wrapper:nth-child(6) {
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.gallery .view-wrapper:nth-child(7) {
	-webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.gallery .view-wrapper:nth-child(8) {
	-webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

/* ----------- END JUMBOTRON  -----------  */

/* ----------- SPLASH BANNERS  -----------  */

.splash-banner {
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
	margin-bottom:0px;
	color: #ffffff;
}
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
	.splash-banner {
		background-size: cover !important;
		background-attachment: scroll;
		overflow: hidden;
	}
}
.splash-banner h1 {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 60px;
}
.splash-banner p {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	color: #FFFFFF;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 400;
}
.splash-banner.alternative p {
	text-shadow: none;
	color: #000000;
	margin-bottom: 30px;
}
.splash-banner a.btn {
	text-shadow: none;
	font-weight: normal;
}
.splash-banner a.btn-primary:hover, 
.splash-banner a.btn-primary:active, 
.splash-banner a.btn-primary:focus {
	/*background: rgba(255, 255, 255, 0.3);*/
}
.splash-banner-white h1 {
	color: #FFF;
}

/* ----------- END SPLASH BANNERS  -----------  */

/* ----------- THREE COLUMNS WITH ICONS  -----------  */

.three-columns-with-icons span.fa-stack {
	width: 8em;
    height: 8em;
    line-height: 8em;
    color: #888888;
    -webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.three-columns-with-icons span.fa-stack:hover {
	color: #e54c4c;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
   	-webkit-transform: scale(1.1);
}
.three-columns-with-icons span.fa-stack .fa-stack-2x {
	font-size: 8em;
}
.three-columns-with-icons span.fa-stack .fa-stack-1x {
	font-size: 4em;
}
.three-columns-with-icons h3 .title-line-1 {
	margin: 18px auto 0 auto;
}

/* ----------- END THREE COLUMNS WITH ICONS  -----------  */


.solid-text-section  {
	padding-top: 60px;
	padding-bottom: 60px;
}
.solid-text-section .text-section {
	padding: 0 60px;
}

/* ----------- TABS  -----------  */

.services-tabs {
	border: 1px solid #e0e0e0;
	background: #eee;
}
.services-tabs .tab-content {
	padding: 30px;
	background-color: #fff;
}
.services-tabs .tab-content h2 {
	margin-top: 0;
}
.services-tabs .nav-tabs>li>a {
	color:  #000;
	font-size: 18px;
    padding: 15px 20px;
}
.services-tabs .nav-tabs>li.active>a, 
.services-tabs .nav-tabs>li.active>a:focus, 
.services-tabs .nav-tabs>li.active>a:hover {
	color: #e54c4c;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: #fff;
}

.services-tabs .nav>li>a:focus, 
.services-tabs .nav>li>a:hover {
	background-color: #d7d7d7;
	border-radius: 0;
}

/* ----------- END TABS  -----------  */

/* ----------- VIDEO BACKGROUND  -----------  */

.video-wrapper {
	padding: 0 !important;
	height: 500px;
    overflow: hidden;
}
.video-content {
	position: relative;
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
    top: 12%;
    color: #FFF;
}
.video-content h1,
.video-content h2,
.video-content h3,
.video-content h4,
.video-content p {
	color: #FFF;
}
.video-content h1 {
	font-size: 60px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    font-weight: 300;
}
.video-content p {
	font-size: 21px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

/* ----------- END VIDEO BACKGROUND  -----------  */

/* ----------- FOOTER  -----------  */

footer {
	background-color: #333333;
}
footer .site-links a,
footer .footer-info a {
	margin: 0 15px 5px 0;
	color: #FFF;
	display: inline-block;
}
footer .footer-info {
	margin: 20px 0;
	color: #FFF;
}
footer .footer-info a:first-child {
	margin-left: 20px;
}
a.twitter {
	color: #32CCFE;
}

a.facebook {
	color: #3C599F;
}

a.google {
	color: #CF3D2E;
}

a.linkedin {
	color: #0085AE;
}

/*Change icons size here*/
.social-icons .fa {
	font-size: 1.4em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}
.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;}

/* ----------- END FOOTER -----------  */







@media (min-width: 992px) and (max-width: 1199px) {

}

@media (max-width: 979px) {

  

}

@media (min-width: 991px) {

	.view-wrapper:nth-child(-n+4) {
		margin-bottom: 30px;
	}

}

@media (max-width: 991px) {
	.view-wrapper {
		margin-bottom: 30px;
	}


}

@media (min-width: 768px) and (max-width: 991px) {

	.services-tabs .nav-tabs>li>a {
	    color: #000;
	    font-size: 15px;
	    padding: 10px 15px;
	}
	.video-content {
		top: 7%;
	}
	.carousel-caption {
	    top: 15%;
	}
	

}

@media screen and (min-width: 768px) {

	.carousel-caption p {
	    font-size: 21px;
	    line-height: 1.4;
	  }

}

@media (max-width: 767px) {

	.carousel .item {
        height: 500px;
	}
	.carousel-caption {
	    top: 5%;
	    right: 10%;
	    left: 10%;
	}
	.carousel-caption h1 {
		font-size: 48px;
	}

	.three-columns-with-icons .row > div {
		margin-bottom: 30px;
	}
	.content-section,
	.gallery {
		padding: 60px;
	}
	.jumbotron .container {
		padding: 0;
	}
	.content-full-image {
		display: none;
	}
	.content-full-text {
		height: 100%;
		padding: 40px;
	}
	.content-full {
		height: 100%;
	}
	.content-full-text .v-align-mid {
		transform: none;
	}
	.content-section {
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.splash-banner h1,
	.video-content h1 {
		font-size: 48px;
	}
	.splash-banner p,
	.video-content p {
		font-size: 18px;
	}
	.title h1:before, .title h1:after {
		display: none;
	}

}

@media (max-width: 600px) {

	.video-content {
		top: 6%;
	}

}

@media (max-width: 480px) {

	.services-tabs .nav-tabs>li>a {
	    color: #000;
	    font-size: 15px;
	    padding: 10px 15px;
	}
	.video-wrapper {
	    height: 650px;
	}
	.carousel-caption {
	    top: 10%;
	}
	.carousel-caption h1 {
	    font-size: 36px;
	}
	.content-section {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.content-section,
	.gallery {
		padding: 20px;
	}

}

@media (max-width: 320px) {

	.carousel-caption {
	    top: 2%;
	}


}


