
/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2014 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/

/*  SLIDER  */
#slider-wrap {
    /*padding-bottom: 14px;*/
    background:#17469A;
    position: relative;
    height:730px;
}
#slides-nav {
    width:321px;
    position: absolute;
    right:0;
    top:0;
    height:100%;
}
#layerslider, #layerslider li  {
    position:relative;
}
.ls-slide {
    height: 361px;
/*	background:url(../images/home/slider/slider-overlay.png) no-repeat;*/
/*
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(241,241,241,0) 40%, rgba(221,221,221,0.5) 100%);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(241,241,241,0) 40%,rgba(221,221,221,0.5) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(241,241,241,0) 40%,rgba(221,221,221,0.5) 100%);
*/
}

.carousel-caption {
    bottom:auto;
    top:35%;
    text-shadow:none;
}

@media (min-width: 471px) and (max-width: 991px) {
    .carousel-caption {
        top:15%;
    }
}


.slide-content {
	z-index: 100;
	width: 40.5%;
	max-width: 520px;
}
.slide-text {
    z-index:3;
    position: relative;
    text-align:left;
    padding: 0;
}

#layerslider .ls-slide .color-block {
    height: 361px;
    position: absolute;
    top: 0;
    width: 100%;
    margin-left:0;
    -webkit-transform: skewX(26deg);
    -moz-transform: skewX(26deg);
    transform: skewX(26deg);
    z-index: 2;
    opacity:.97;
    overflow: hidden;
}
#layerslider .ls-slide .color-block + .color-block {
    left:-44px;
    z-index: 1;
    opacity:.5;
}

#layerslider .ls-slide .slide-content .color-block:first-child:before {
		content: "\e803";
		font-family: 'icomoon';
		display: block;
		font-size: 170px;
		font-size: 17rem;
		position: absolute;
		left: -40px;
		bottom: -16px;
		color: rgba(255,255,255,0.2);
    -webkit-transform: skewX(-26deg);
    -moz-transform: skewX(-26deg);
    transform: skewX(-26deg);
}

#layerslider li.hotEDN a {
  background: rgba(0, 0, 0, 0) url("/common/images/home/slider/HotEDN-bg.png") repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  display: inline-block;
  margin-top: 8px;
  padding: 5px 16px 6px 49px;
  position: relative;
}
#layerslider li.hotEDN a::before {
  background: rgba(0, 0, 0, 0) url("/common/images/home/slider/HotEDN.png") no-repeat scroll 6px 0 / 38px auto;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
#layerslider li.hotEDN::before {
  display: none;
}

.color-block.xrblue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#103474+1,8eb9e5+100&1+0,0.75+100 */
    background: -moz-linear-gradient(top, rgba(64,106,140,1) 0%, rgba(64,106,140,1) 1%, rgba(142,185,229,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(64,106,140,1) 0%,rgba(64,106,140,1) 1%,rgba(142,185,229,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(64,106,140,1) 0%,rgba(64,106,140,1) 1%,rgba(142,185,229,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103474', endColorstr='#bf8eb9e5',GradientType=0 ); /* IE6-9 */
}


.color-block.xrblue1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#103474+0,8eb9e5+100&1+0,0.75+100 */
    background: -moz-linear-gradient(top,  rgba(0,56,101,1) 0%, rgba(142,185,229,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,56,101,1) 0%,rgba(142,185,229,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,56,101,1) 0%,rgba(142,185,229,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103474', endColorstr='#bf8eb9e5',GradientType=0 ); /* IE6-9 */
}


.color-block.yellow {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1d75e+0,f1d75e+100&1+0,0.75+100 */
    background: -moz-linear-gradient(top, rgba(241,215,94,1) 0%, rgba(241,215,94,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,215,94,1)), color-stop(100%,rgba(241,215,94,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(241,215,94,1) 0%,rgba(241,215,94,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(241,215,94,1) 0%,rgba(241,215,94,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(241,215,94,1) 0%,rgba(241,215,94,0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(241,215,94,1) 0%,rgba(241,215,94,0.75) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d75e', endColorstr='#bff1d75e',GradientType=0 )"; /* IE6-9 */
}
.color-block.cyan {
    background: -moz-linear-gradient(top, rgba(96,222,212,1) 0%, rgba(96,222,212,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,222,212,1)), color-stop(100%,rgba(96,222,212,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(96,222,212,1) 0%,rgba(96,222,212,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(96,222,212,1) 0%,rgba(96,222,212,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(96,222,212,1) 0%,rgba(96,222,212,0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(96,222,212,1) 0%,rgba(96,222,212,0.75) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ef1e5', endColorstr='#bf5ef1e5',GradientType=0 )"; /* IE6-9 */
}
.color-block.purple {
    background: -moz-linear-gradient(top, rgba(190,126,244,1) 0%, rgba(190,126,244,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(190,126,244,1)), color-stop(100%,rgba(190,126,244,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(190,126,244,1) 0%,rgba(190,126,244,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(190,126,244,1) 0%,rgba(190,126,244,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(190,126,244,1) 0%,rgba(190,126,244,0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(190,126,244,1) 0%,rgba(190,126,244,0.75) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7ef4', endColorstr='#bfbe7ef4',GradientType=0 )"; /* IE6-9 */
}
.color-block.orange {
    background: -moz-linear-gradient(top, rgba(241,171,79,1) 0%, rgba(241,171,79,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,171,79,1)), color-stop(100%,rgba(241,171,79,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(241,171,79,1) 0%,rgba(241,171,79,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(241,171,79,1) 0%,rgba(241,171,79,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(241,171,79,1) 0%,rgba(241,171,79,0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(241,171,79,1) 0%,rgba(241,171,79,0.75) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ab4f', endColorstr='#bff1ab4f',GradientType=0 )"; /* IE6-9 */
}
.color-block.green {
    background: -moz-linear-gradient(top, rgba(126,227,131,1) 0%, rgba(126,227,131,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(126,227,131,1)), color-stop(100%,rgba(126,227,131,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(126,227,131,1) 0%,rgba(126,227,131,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(126,227,131,1) 0%,rgba(126,227,131,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(126,227,131,1) 0%,rgba(126,227,131,0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(126,227,131,1) 0%,rgba(126,227,131,0.75) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#61f0bc', endColorstr='#bf61f0bc',GradientType=0 )"; /* IE6-9 */
}
.color-block.lblue {
    background: -moz-linear-gradient(top, rgba(115,191,240,1) 0%, rgba(115,191,240,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(115,191,240,1)), color-stop(100%,rgba(115,191,240,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(115,191,240,1) 0%,rgba(115,191,240,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(115,191,240,1) 0%,rgba(115,191,240,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(115,191,240,1) 0%,rgba(115,191,240,0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(115,191,240,1) 0%,rgba(115,191,240,0.75) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#64bef7', endColorstr='#bf64bef7',GradientType=0 )"; /* IE6-9 */
}
.color-block.dorange {
    background: -moz-linear-gradient(top, rgba(237,140,101,1) 0%, rgba(237,140,101,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,140,101,1)), color-stop(100%,rgba(237,140,101,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(237,140,101,1) 0%,rgba(237,140,101,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(237,140,101,1) 0%,rgba(237,140,101,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(237,140,101,1) 0%,rgba(237,140,101,0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(237,140,101,1) 0%,rgba(237,140,101,0.75) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6854e', endColorstr='#bff6854e',GradientType=0 )"; /* IE6-9 */
}
.color-block.dblue {
    background: -moz-linear-gradient(top, rgba(128,140,224,1) 0%, rgba(128,140,224,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,140,224,1)), color-stop(100%,rgba(128,140,224,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(128,140,224,1) 0%,rgba(128,140,224,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(128,140,224,1) 0%,rgba(128,140,224,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(128,140,224,1) 0%,rgba(128,140,224,0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(128,140,224,1) 0%,rgba(128,140,224,0.75) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b83ea', endColorstr='#bf7b83ea',GradientType=0 )"; /* IE6-9 */
}


.slide-title {
	font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    font-weight: bold;
    max-width: 522px;
    line-height: 1;
    display: flex;
    align-content:flex-end;
    height:156px;
    flex-flow: column;
    justify-content: flex-end;
    text-align:left;
}
.slide-title span {
    font-size: 57px;
    padding-top:7px;
    width:100%;
}
.slide-title span + span {
    font-size: 22px;
    display: block;
    /*width:270px;*/
    margin-bottom:10px;
    padding-bottom:9px;
}

.slide-info {
    padding-bottom: 6px;
    padding-top: 14px;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    color: #2d2d2d;
	height:122px; 
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.slide-info ul {
	padding-left: 0;
	list-style-type: none;
}
.slide-info ul li {
    color:#fff;
	padding-left: 12px;
	font-size: 13.5px;
	font-size: 1.35rem;
	line-height: 1.4em;
    text-align:left;
}
.slide-info ul li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-top: solid 3px transparent;
	border-bottom: solid 3px transparent;
	border-left: solid 3px #fff;
	margin-right: 8px;
	margin-left: -12px;
	position: relative;
	bottom: 1px;
}
.slide-info strong {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	position: relative;
}

.slide-text .btn {
	margin-right: 16px;
}
.slide-img {
	z-index: 0;
}
.slide-img img {
    width:100%;
}
#layerslider .cb-right .color-block {
	width: 340px;
}

/*.carousel-inner .item:nth-child(1) .carousel-caption .slide-img img {
    max-width: 75% !important;
}

.carousel-inner .item:nth-child(1) .carousel-caption .slide-img {
		height: 100% !important;
		width: 100% !important;

}*/
.slide-img:nth-child(1) {
    margin-top: -20px
}

.slide-img.ls-l.col-md-4 {
    text-align: left;
}

/******** Thumbnails ********/

#thumbnails-wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 400;
}
#thumbnails-wrap:before {
	content: "";
	display: block;
	width: 321px;
	height: 3px;
	position: absolute;
	top: -3px;
	right: 0;
	background-color: #909090;
}
#thumbnails-wrap:after {
    background: #fff;
    content: "";
    display: block;
    height: 361px;
    position: absolute;
    width: 200%;
    top: 0;
    left: 100%;
    opacity: 1;
}
#thumbnails-crop {
    position: absolute;
    right: 0;
    top: 0;
    width: 322px;
    height: 361px;
    overflow: hidden;
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 6px;
	border-left:1px solid #fff;
}
.thumbnails-carousel {
    background: url("../Images/home/slider/slider-nav-bg.png") no-repeat #fff;
    list-style-type: none;
    position: relative;
    width: 321px;
    margin: 0;
    padding: 0;
	height:324px;
	overflow: hidden;
	-webkit-transition: .4s all ease-out;
	-moz-transition: .4s all ease-out;
	transition: .4s all ease-out;
}
.thumbnails-carousel li {
    font-size:1.17rem;
    display: block;
    height:81px;
    position: relative;
	-webkit-transition: .4s all ease-out;
	-moz-transition: .4s all ease-out;
	transition: .4s all ease-out;
	border-bottom:1px solid #fff;
	background: #fff;
}
.thumbnails-carousel li:nth-child(2n) .color {
	opacity:.1;
	display:block;
    position:absolute;
	width:100%;
	height:81px;
}
.thumbnails-carousel li.active-thumbnail .color, .thumbnails-carousel li:hover .color {
    display:block;
    position:absolute;
	width:100%;
	height:81px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity:1;
}
.thumbnails-carousel li.xrblue .color {
    background:rgba(104,161,220,0.4);
}
.thumbnails-carousel li.yellow .color {
    background:rgba(241,215,94,0.4);
}
.thumbnails-carousel li.cyan .color {
    background:rgba(96,222,212,0.4);
}
.thumbnails-carousel li.orange .color {
    background:rgba(241,171,79,0.4);
}
.thumbnails-carousel li.purple .color {
    background:rgba(190,126,244,0.4);
}
.thumbnails-carousel li.green .color {
    background:rgba(126,227,131,0.4);
}
.thumbnails-carousel li.lblue .color {
    background:rgba(115,191,240,0.4);
}
.thumbnails-carousel li.dorange .color {
    background:rgba(237,140,101,0.4);
}
.thumbnails-carousel li.dblue .color {
    background:rgba(128,140,224,0.4);
}
.thumbnails-carousel li.active-thumbnail .headline, .thumbnails-carousel li:hover .headline {
	color: black;
}
.thumbnails-carousel li.active-thumbnail .headline span.arrow:before, .thumbnails-carousel li:hover .headline span.arrow:before {
	color: #17469A;
}
.thumbnails-carousel li.active-thumbnail .right-links span a, .thumbnails-carousel li:hover .right-links span a {
	color: black;
}
.thumbnails-carousel li .headline {
    color:#6a6962;
    font-family: 'Archivo Narrow', sans-serif;
    font-size:1.6rem;
    font-weight:700;
    float:left;
    padding:10px 4% 10px 6%;
    vertical-align:middle;
    height: 81px;
    width: 50%;
    max-width: 160px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
	background: rgba(40,60,80,.1);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#858e99+0,a4b0bc+100&0.2+0,0.1+100 */
background: -moz-linear-gradient(top, rgba(133,142,153,0.2) 0%, rgba(164,176,188,0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(133,142,153,0.2) 0%,rgba(164,176,188,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(133,142,153,0.2) 0%,rgba(164,176,188,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33858e99', endColorstr='#1aa4b0bc',GradientType=0 ); /* IE6-9 */
}
/*
.thumbnails-carousel li:nth-child(2n) .headline {
	background: rgba(160,180,200,.1);
}
*/
.thumbnails-carousel li .headline * {
	position: relative;
}
.thumbnails-carousel li .headline img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0.11;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.thumbnails-carousel li .headline span {
	display: block;
}
.thumbnails-carousel li .headline span.arrow:before {
	content: "\25b8";
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 5px;
	color: #ABBAD7;
}
.thumbnails-carousel li .headline span.single {
	font-size: 2.1rem;
	margin-top: 16px;
}
.thumbnails-carousel li .right-links {
    float:right;
    padding: 20px 5%;
	padding:20px 0 20px 3%;
    height: 81px;
    width: 50%;
    max-width: 160px;
    position: relative;
}
.thumbnails-carousel li .right-links span {
	display: block;
	margin-bottom: 9px;
}
.thumbnails-carousel li .right-links span a {
	color:#5e5d56;
}

/******** Thumbnail Controls ********/

.slider-controllers {
    background: url(../Images/home/slider/slider-nav-bg2.png);
    width: 321px;
    height: 37px;
    margin: 0;
    z-index: 200;
    padding:0;
}

.slider-controllers a {
	background: none;
	display: inline-block;
	height: 36px;
	padding: 0 4px;
}
.slider-controllers a:before {
	content: "";
	font-size: 16px;
	color: #dddee0;
	display: inline-block;
	margin: 9px;
	border-color: #dddee0;
}
.slider-controllers a.left {
	text-align: right;
}
.slider-controllers a.left:before {
	border-top: solid 9px transparent !important;
	border-bottom: solid 9px transparent !important;
	border-right: solid 9px;
	margin-left: 18px;
}
.slider-controllers a.right:before {
	border-top: solid 9px transparent !important;
	border-bottom: solid 9px transparent !important;
	border-left: solid 9px;
}
.slider-controllers a:hover:before, .slider-controllers a:active:before {
	border-color: #D7DFED;
}
/*.controls-background-reset {
	background: none !important;
}
.active-thumbnail {
	opacity: 1 !important;
}
.indicators-fix {
	bottom: 70px;
}*/



/* Global settings */

.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0 auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
	overflow: hidden;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0 auto;
	width: 22px;
	height: 22px;
	margin-top: 11px;
	background-image: url(../Images/loading.gif);	
}

.ls-inner,
.ls-slide {
	width: 100%;
	height: 100%;
}

.ls-slide,
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-slide > * {
	position: absolute;
	line-height: normal;
	margin: 0;
	left: 0;
	top: 0;
}

.ls-slide .ls-bg {
	left: 0px;
	top: 0px;
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
}
.ls-slide  .slide-bg {
	position: absolute;
	right: 0;
	z-index: 1;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0;
}

.ls-circle-timer {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0;
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}

.ls-ct-center {
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	position: absolute;
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;
}

.ls-nothumb {
	text-align: center !important;
}

/*
.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-image: url(blank.gif);
}

.ls-slide > a > * {
	background-image: url(blank.gif);
}
*/



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}


/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
}

.ls-lt-tile img {
	visibility: visible;
	display: inline-block;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ls-curtile {
	left: 0;
	top: 0;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0;
	padding: 0;
	position: absolute;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0 !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0 !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0 0 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.ls-videohack {
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform-origin: none !important;
	-o-transform-origin: none !important;
	-ms-transform-origin: none !important;
	-moz-transform-origin: none !important;
	-webkit-transform-origin: none !important;
}

.ls-oldiepnghack {
	filter: none !important;
}

.ls-gpuhack {
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
}


html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	} 
}

/* Mobile features */

.ls-forcehide {
	display: none !important;
}

@media (min-width: 992px) {
	.thumbnails-carousel li {
		left: 0 !important;
		width:100% !important;
	}
}
@media (max-width: 991px) {
	#slider-wrap {
		display: -ms-flex;
		display: flex;
		flex-direction: column-reverse;
/*		margin-bottom: 162px;*/
	}
	#thumbnails-wrap {
		position: relative;
		bottom: 37px;
		left: 0;
		overflow: hidden;
	}
	#thumbnails-wrap:before {
		width: 100%;
		top: 37px;
	}
	#thumbnails-crop {
		position: relative;
		left: 0;
		right: 0;
		width: 100%;
		height: 214px;
		padding-top: 40px;
	}
	.thumbnails-carousel {
		display: -ms-flex;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		background: none;
		margin: 0;
		width: 100%;
		height: auto;
		overflow: scroll;
	}
	.thumbnails-carousel.slides-5 {
		width:125%;
	}
	.thumbnails-carousel.slides-6 {
		width:150%;
	}
	.thumbnails-carousel.slides-7 {
		width:175%;
	}
	.thumbnails-carousel.slides-8 {
		width:200%;
	}
	.thumbnails-carousel li {
		display: inline-block;
		width: 25%;
		height: auto;
		flex: 1;
		top:0 !important;
		border-left:1px solid #fff;
	}
	.thumbnails-carousel li .color {
		height:0;
	}
	.thumbnails-carousel li.active-thumbnail .color {
		height:81px;
		z-index: 2;
		-webkit-transition:.2s all ease;
		-moz-transition:.2s all ease;
		transition:.2s all ease;
	}
	.thumbnails-carousel li .headline {
		float: none;
		width: auto;
		max-width: none;
	}
/*
	.thumbnails-carousel li .headline img {
		height: auto;
		width: 100%;
		top: -20%;
	}
*/
	.thumbnails-carousel li .right-links {
		background: url("../Images/home/slider/slider-nav-bg.png") no-repeat -1px top;
		float: none;
		width: auto;
		max-width: none;
	}
	.slider-controllers {
		width: 75px;
		position: absolute;
		top: 3px;
		right: 0;
	}
	.slider-controllers a.left:before {
		margin-left: 10px;
	}
	.slide-content {
		width: 60%;
	}
	.slide-img {
		height: 90% !important;
		width: 90% !important;
		/*left: 50% !important;
		margin-top: 2% !important;
	}
	.cb-right {
		margin-left: 22% !important;
	}
}



@media (max-width: 767px) {
	.slide-content {
		width: 61% !important;
		left: -7% !important;
	}
	.slide-content .slide-text .slide-info {
		display: none;
	}
	.slide-content .slide-text .slide-title {
		height: 128px;
		margin-bottom: 0.5em;
		margin-left: 62px!important;
	}
	.slide-content .slide-text .slide-title span {
		font-size: 44px;
		width: 80%;
		word-wrap: break-word;
	}
	.slide-content .slide-text .slide-title span + span {
		font-size: 16px;
	}
	.slide-content .slide-text .slide-title + .btn {
		margin-left: 22%;
	}
	.slide-content .slide-text .btn {
		font-size: 12px;
		margin-right: 8px;
	}
	.slide-text .slide-info + .btn:nth-last-child(n+3) {
		margin-left: 91px;
	}
	#layerslider, #layerslider .ls-inner, #layerslider .ls-inner .ls-slide {
		height: 200px !important;
	}
	.cb-right {
		margin-left: 25% !important;
	}
	.thumbnails-carousel {
		display: none;
	}
	.slider-controllers {
		width: 100%;
	}
	#thumbnails-wrap:after,
	#thumbnails-wrap:before {
		display: none;
	}
	#slider-wrap {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#thumbnails-wrap {
		display: none;
		position: relative;
		top: 0;
		bottom: auto;
		max-height: 45px;
	}
	.thumbnails-crop {
		height: auto;
	}
	.slider-controllers a.left {
		float: left;
	}
	.slider-controllers a.right {
		float: right;
	}
}

@media (max-width: 567px) {
	.slide-content {
		width: 80% !important;
	}
	/*.slide-img {
		left: 57% !important;
	}*/
	.cb-right {
		display: none;
	}
/*
	.slider-controllers {
		display: none;
	}
*/
}

@media (max-width: 470px) {
	/*.slide-title {
		margin-left: 8%;
	}*/
	.slide-text .slide-info + .btn {
/*		margin-left: 12%;*/
		margin-left: 43px;
	}
	#slider-wrap {
/*		margin-bottom: 327px;*/
	}
	#thumbnails-crop {
/*		height: 375px;*/
	}
/*
	.thumbnails-carousel {
		display: block;
	}
*/
	.slide-content .slide-text .slide-title {
/*		margin-left: 8%!important;*/
		margin-left: 23px!important;
	}
	.slide-text .slide-info + .btn:nth-last-child(n+3) {
		margin-left: 43px;
	}
	.thumbnails-carousel li {
		display: block;
		width: auto;
		overflow: hidden;
	}
	.thumbnails-carousel li .right-links {
		background-size: cover;
	}
	.thumbnails-carousel li .headline {
		float: left;
		width: 50%;
	}
	.thumbnails-carousel li .right-links {
		float: left;
		width: 50%;
	}
	.slide-content {
		width: 100% !important;
		left: 0 !important;
	}
	.slide-img {
		display: none;
	}
}