/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.home-slider-wrapper {
	position: relative;
}

.hs-item {
	background-repeat: no-repeat;
	background-size: cover;
}

.hs-content {
	width: 45%;
	position: absolute;
	left: 0;
	top: 39%;
	text-align: right;
}

.hs-content * {
	color: #fff;
}

.hs-content h2 {
	padding: 28px 35px 28px 70px;
	line-height: 80%;
	background: #153359;
	font-weight: 900;
	font-size: 72px;
	text-transform: uppercase;
}

.hs-content ul {
	list-style: none;
	margin: 20px 0 0;
}

.hs-content li {
	margin-bottom: 20px;
	padding-right: 34px;
	font-size: 24px;
	text-shadow: 3px 0 6px rgba(0,0,0,1);
	background: url(/images/white-li-icon.png) 100% 50% no-repeat;
}

.hs-content p {
	display: inline-block;
	font-size: 24px;
	text-shadow: 3px 0 6px rgba(0,0,0,1);
	margin: 1em 0 0;
	max-width: 550px;
}

.hs-more {
	margin-top: 20px;
	display: inline-block;
	height: 68px;
	line-height: 68px;
	padding: 0 50px;
	font-weight: 400;
	font-size: 21px;
	color: #fefefe;
	text-transform: uppercase;
	background: #6f749a;
	-webkit-box-shadow: 0px 0px 19px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 19px 2px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 19px 2px rgba(0,0,0,0.35);
	transition: all .5s;
}

.hs-more:hover {
	background: #5c5f7b;
}

.projects-slider-wrapper {
	max-width: 1350px;
	margin: 30px auto 0;
	padding: 0 20px;
	position: relative;
}

.projects-slider-wrapper .pt-item {
	margin: 0 2% 0 0;
}

.ps-block .ps-sep.long {
    width: 90%;
    height: 1px;
    margin: 1em 0 1.2em;
    background: #a7a5a6;
}

.ps-block .ps-sep {
    width: 70%;
    height: 1px;
    margin: 1em 0 1.2em;
    background: #a7a5a6;
}

.ps-block div p {
    font-weight: 400;
    font-size: 19px;
    color: #505050;
}

.projects-slider-wrapper img {
	width: 100%;
	display: block;
}

.ps-block {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	max-width: 28%;
}

.ps-row {
	margin-bottom: 40px;
}

.ps-item {
	background-size: cover;
}

.ps-block h1 {
	font-weight: 400;
	font-size: 48px;
	color: #242424;
	text-transform: uppercase;
}

.ps-block h2 {
	font-weight: 400;
	font-size: 30px;
	color: #242424;
}

.ps-more {
	display: inline-block;
	height: 67px;
	line-height: 67px;
	padding: 0 60px;
	font-size: 18px;
	color: #fff;
	background: #d5d2c7;
	border-radius: 5px;
	text-shadow: 3px 0 6px rgba(0,0,0,1);
	position: absolute;
	right: 0;
	top: 120px;
	transition: all .5s;
}

.ps-more:hover {
	background: #bdbbb3;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-dummy {
	width: 100%;
}

.bxslider li {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
  max-height: 418px;
  position: relative;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	position: relative;
	top: -50px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #153359;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: url(/images/slider-arrows.png);
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(/images/slider-arrows.png) no-repeat -64px 0;
}

.projects-slider-wrapper .bx-wrapper .bx-prev {
	left: -70px;
	background: url(/images/projects-slider-arrows.png);
}

.projects-slider-wrapper .bx-wrapper .bx-next {
	right: -70px;
	background: url(/images/projects-slider-arrows.png) no-repeat -66px 0;
}

.bx-wrapper .bx-prev:hover {
	opacity: 0.8;
}

.bx-wrapper .bx-next:hover {
	opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	margin-top: -32px;
	outline: 0;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	z-index: 1;
}

.service-slider-wrapper .bx-wrapper .bx-controls-direction a,
.sb-r .bx-wrapper .bx-controls-direction a {
	top: 50%;
}

.projects-slider-wrapper .bx-wrapper .bx-controls-direction a {
	top: 50%;
	width: 66px;
	height: 66px;
	margin-top: -33px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.wb-wrapper .bx-viewport {
  background: transparent;
}

.wb-wrapper .bx-prev {
  display: none;
}

@media (max-width: 1415px) {
	.hs-content {
		top: 15%;
	}
}

@media (max-width: 1270px) {
  .ps-block {
    /*display: none;*/
  }

  .hs-item {
  	background-position: 0 0 !important;
  }
}

@media (max-width: 1200px) {
	.hs-content {
		width: calc(100% - 225px);
	}
}

@media (max-width: 1000px) {
	.projects-slider-wrapper {
		display: none;
	}
}

@media (max-width: 990px) {
	.hs-content {
		position: static;
		padding-bottom: 20px;
		width: 100%;
	}

	.bx-pager.bx-default-pager {
		display: none;
	}

	.bx-controls-direction {
		display: none;
	}

	.hs-content h2 {
		font-size: 40px;
	}
}

@media (max-width: 640px) {
	.projects-slider {
		display: none;
	}

	.hs-content li,
	.hs-content p {
		font-size: 18px;
	}
}