.kites-cover{
	width: 100%;
	position: relative;
}

.kites-cover .desktop-cover,
.kites-cover .mobile-cover{
	width: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.kites-video{
	overflow: hidden;
}

.kites-video video {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
	background-repeat: no-repeat;
  	background-size: cover;
  	transition: 1s opacity;
}

.kites-cover .cover-msg{
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0;
	width: 100%;
	max-width: 850px;
	background: rgba(255,255,255,0.7);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.kites-cover .msg-wrapper{
	padding: 30px;
	margin-left: 35%;
}

.kites-cover .msg-wrapper h1{
	text-align: left;
	margin: 0 0 10px;
}

.kites-cover .msg-wrapper h2{
	text-align: left;
	margin: 0 0 20px;
}

.kites-cover .msg-wrapper h1 span{
	color: #003A70;
}

.kites-cover .msg-wrapper p{
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 25px;
}

.kites-cover.btn-call-to-action-outline{
	border: 2px solid #3C3B3B;
	color: #3C3B3B;
	max-width: none;
	width: 100%;
	padding: 5px 10px;
	font-size: 24px;
	background: none;
}

.kites-cover .btn-call-to-action-outline:hover{
	background: #003A70;
	border-color: #003A70;
	color: #fff;
}

.arrows{
	position: absolute;
	z-index: 2;
	width: 47px;
	height: 51px;
	bottom: 20px;
	left: 50%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	-o-animation-delay: 3s;
	-webkit-animation-iteration-count: 3; /* Safari 4.0 - 8.0 */
	animation-iteration-count: 3;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    	bottom: 20px;
  }
  40% {
    	bottom: 50px;
  }
  60% {
    	bottom: 35px;
  }
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		bottom: 20px;
	}
	40% {
		bottom: 50px;
	}
	60% {
		bottom: 35px;
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		bottom: 20px;
	}
	40% {
		bottom: 50px;
	}
	60% {
		bottom: 35px;
	}
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
/* COVER IMAGE END */
/* ABOUT US */
.page-section{
	padding: 40px 0;
	font-size: 16px;
}

.page-section h3{
	font-size: 30px;
	margin: 0 0 20px;
	text-align: left;
}

.page-section h3:after{
	display: none;
}

.page-introduction{
	margin: 50px auto 0;
	font-size: 16px;
	max-width: 1100px;
}

.right-out-box{
	display: flex;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	flex-basis: 1px;
}

.page-section .photo {
    text-align: right;
}

.page-section.right-out-box .photo, .page-section.left-out-box .photo{
	-ms-flex-preferred-size: calc(((100% - 1400px) / 2) + ((1400px + 1.5rem) * .74) - 0.75rem);
	flex-basis: calc(((100% - 1400px) / 2) + ((1400px + 1.5rem) * .74) - 0.75rem);
	max-width: calc(((100% - 1400px) / 2) + ((1400px + 1.5rem) * .74) - .75rem);
	order: 2;
	padding-left: 0;
	text-align: left;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 200px;
}

.page-section .content-wrapper{
	max-width: calc(.258 * 1400px);
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
	padding: 30px;
	background: #eee;
	min-height: 400px;
}

.page-section.left-out-box{
	display: flex;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	flex-basis: 1px;
}

.page-section.left-out-box .photo{
   order: 1;
}

.page-section.left-out-box .content-wrapper{
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
}

.page-section .col-md-6{
	position: relative;
	display: inline-block;
	float: none;
	width: 49.5%;
	vertical-align: middle;
}

.page-section .floating{
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 60%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 1px 3px rgba(0,0,0, 0.5);
}

.page-section.right .photo{
	text-align: left;
}

.page-section.left .photo{
	text-align: right;
}

.page-section .static{
	display: inline-block;
	width: 80%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0,0,0, 0.5);
}

.page-section.right .floating{
	right: 0;
}

.page-section.left .floating{
	left: 0;
}
/* ABOUT US END */
/* FEATURED PRODUCTS AND NEWS */
.what-we-do{
	margin: 40px 0 0;
	position: relative;
}

.what-we-do:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 60%;
	background: #eee;
	top: 0;
	left: 0;
	z-index: 1;
}

.what-we-do .wrapper{
	z-index: 2;
	position: relative;
}

.what-we-do .items-wrapper{
	text-align: center;
	float: left;
	width: 100%;
	margin: 30px 0 0;
}

.what-we-do .item{
	width: 30%;
	position: relative;
	display: block;
	float: left;
	margin: 20px 5%;
}

.what-we-do .item:first-child,
.what-we-do .item:last-child{
	margin: 20px 0;
}

.what-we-do .item img{
	display: block;
	width: 100%;
	max-width: 420px;
	height: auto;
	margin: 0 auto;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	-webkit-transition: all 0.5s ease-in-out; /* Safari */
	transition: all 0.5s ease-in-out;
}

.what-we-do .item:hover img{
	filter: grayscale(1);
}

.what-we-do .item span{
	display: block;
	color: #3C3B3B;
	text-align: center;
}

.what-we-do .item span.title{
	font-family: "Oswald";
	font-weight: 300;
	font-size: 21px;
	margin: 15px 0 10px;
	text-transform: uppercase;
}
/* FEATURED PRODUCTS AND NEWS END*/
/* TEAM LIST */
.team-list{
	padding: 0;
}

.team-list .articles-wrapper{
	text-align: center
}

.team-list .article{
	width: 30%;
	display: inline-block;
	margin: 0 1.5% 40px;
	color: #3C3B3B;
}

.team-list .article .image{
	position: relative;
	overflow: hidden;
}

.team-list .article .image img{
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.team-list .article-overlay{
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0 20px;
	font-size: 14px;
	top: -50%;
	left: 0;
	opacity: 0;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.4s ease-in-out; /* Safari */
	transition: all 0.4s ease-in-out;
}

.team-list .article:hover .article-overlay{
	opacity: 1;
	top: 0;
}

.team-list .articles-wrapper .article h5,
.team-list .articles-wrapper .article h6 {
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: 300;
	font-family: "Oswald";
	padding: 0;
	margin: 7px 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease-in-out; /* Safari */
	transition: all 0.3s ease-in-out;
}

.team-list .articles-wrapper .article h6 {
	font-size: 14px;
	font-family: "Open Sans";
	font-weight: 600;
	margin: 0;
}

.team-list .article-overlay p{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* TEAM LIST END */
/* VERY LARGE DEVICES */
@media only screen and (max-width : 1640px){
	.kites-cover .cover-msg{
		max-width: 550px;
	}

	.kites-cover .msg-wrapper{
		margin-left: 25%;
	}

	.kites-cover .msg-wrapper h1{
		font-size: 32px;
	}

	.kites-cover .msg-wrapper p{
		font-size: 16px;
	}

	.kites-cover .btn-call-to-action-outline{
		font-size: 20px;
	}
}
/* LARGE DEVICES */
@media only screen and (max-width : 1200px){
	.what-we-do:before{
		height: 55%;
	}
}
/* MEDIUM DEVICES, DESKTOPS */
@media only screen and (max-width : 992px) {
	.kites-cover .cover-msg{
		max-width: none;
		background: none;
		width: 100%;
    		top: 55px;
	}

	.kites-cover .msg-wrapper{
		width: 100%;
		margin:0;
		background: rgba(255,255,255,0.9);
		text-align: center;
		padding: 15px;
	}

	.kites-cover .msg-wrapper h1 {
		font-size: 26px;
		display: inline-block;
		margin-bottom: 5px;
	}

	.kites-cover .msg-wrapper h2,
	.kites-cover .msg-wrapper p {
		display:none;
	}

	.kites-cover .btn-call-to-action-outline{
		font-size: 18px;
		width: auto;
		max-width:300px;
	}

	.page-section .col-md-6 {
		position: relative;
		display: block;
		float: none;
		width: 100%;
	}

	.page-section h3{
		text-align: center;
	}

	.page-section .content-wrapper{
		max-width: calc(.40 * 1400px);
		min-height: auto;
	}

	.page-section .photo{
		max-width: 80%;
	}

	.page-section.right .photo{
		margin: 0 auto 30px;
	}

	.page-section.left .photo{
		margin: 30px auto 0;
	}

	.page-section.right .photo{
		text-align: left;
	}

	.page-section.left .photo{
		text-align: right;
	}

	.page-section{
		margin: 0;
		padding: 20px 0;
	}

	.team-list .article{
		width: 46%;
	}

	.what-we-do .item{
		width: 100%;
		margin: 20px auto;
	}

	.what-we-do:before{
		height: 100%;
	}

}
/* SMALL DEVICES, TABLETS */
@media only screen and (max-width : 768px) {
	.page-section.right-out-box .photo,
	.page-section.left-out-box .photo{
		display: none;
	}

	.page-section .content-wrapper{
		max-width: 100%;
	}
	
	.team-list .article{
		width: 100%;
		display: block;
		margin: 0 0 40px;
	}
}