[class*="slideshow"] {
	  width: 100%;
  	height: 100%;
  margin: 40px auto;
	
  -webkit-outline: none;
	-moz-outline: none;
	-ms-outline: none;
	-o-outline: none;
	outline: none;
}

[class*="slideshow"] img {
  display:none;
}
.image_wrapper .text_content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: #fff;
  -webkit-text-shadow: 0 0 3px rgba(0,0,0,.5);
  -moz-text-shadow: 0 0 3px rgba(0,0,0,.5);
  -ms-text-shadow: 0 0 3px rgba(0,0,0,.5);
  -o-text-shadow: 0 0 3px rgba(0,0,0,.5);
  text-shadow: 0 0 3px rgba(0,0,0,.5);
  opacity: 1;
}

.text_content * {
  margin: .1em 0;
}

.sldr {
	font-family: helvetica, arial, sans-serif;
}

.sldr img {
	display:none;
}

/*
.slides_container {
    position: relative;
    height: 100%;
	overflow: hidden;
}
*/

.image_wrapper,
.wrap_placeholder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: none;
	background-size: 0;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: transform 1s ease-in-out;
	-moz-transition: transform 1s ease-in-out;
	-ms-transition: transform 1s ease-in-out;
	-o-transition: transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
}

.image_wrapper.no_transition,
.wrap_placeholder.no_transition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.image_wrapper > a {
	display:block;
	width:100%;
	height:100%;
}

.sldr_prev_image,.sldr_next_image {
	position:absolute;
	top:50%;
	left:20px;
	width:50px;
	height:50px;
	background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.1px' height='20.3px' viewBox='0 0 15.1 20.3' enable-background='new 0 0 15.1 20.3' xml:space='preserve'%3E%3Cfilter height='200%25' id='blur' width='200%25' x='-30%25' y='-30%25'%3E%3CfeGaussianBlur in='offOut' result='blurOut' stdDeviation='2'%3E%3C/feGaussianBlur%3E%3C/filter%3E%3Crect x='0.1' y='-0.1' fill='none' width='14.7' height='19.9'/%3E%3Cg%3E%3Cpath filter='url(%23blur)' fill='%23fff' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3Cpath fill='%23000' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
	background-size: 40%;
	color: rgba(255,255,255,.3);
	cursor:pointer;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	z-index:1000;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	-webkit-transition: opacity .3s ease-in-out;
	-webkit-opacity: .5;
	-moz-transition: opacity .3s ease-in-out;
	-moz-opacity: .5;
	-ms-transition: opacity .3s ease-in-out;
	-ms-opacity: .5;
	-o-transition: opacity .3s ease-in-out;
	-o-opacity: .5;
	transition: opacity .3s ease-in-out;
	opacity: .5;
}

.sldr_prev_image:hover,.sldr_next_image:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.sldr_next_image {
	-webkit-transform: translate(0,-50%) rotate(180deg);
	-moz-transform: translate(0,-50%) rotate(180deg);
	-ms-transform: translate(0,-50%) rotate(180deg);
	-o-transform: translate(0,-50%) rotate(180deg);
	transform: translate(0,-50%) rotate(180deg);
	left:auto;
	right:20px;
}

.sldr_dots {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:1000;
	overflow:hidden;
}

.sldr_dots span {
	position:relative;
	display:inline-block;
	margin:0;
	padding:7px;
	cursor:pointer;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.sldr_dots span:before {
	content:" ";
	display:inline-block;
	width:10px;
	height:10px;
	background:rgba(0,0,0,.3);
	border-radius:5px;
	-webkit-box-shadow: 0 0 14px 0px rgba(255,255,255,.4);
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 0 14px 0px rgba(255,255,255,.4);
	-moz-border-radius:5px;
	-ms-box-shadow: 0 0 14px 0px rgba(255,255,255,.4);
	-ms-border-radius:5px;
	-o-box-shadow: 0 0 14px 0px rgba(255,255,255,.4);
	-o-border-radius:5px;
	box-shadow: 0 0 14px 0px rgba(255,255,255,.4);
}

.sldr_dots span.current:before {
	background:rgba(0,0,0,1);
}

.sldr_dots span:hover:before {
	background:rgba(0,0,0,1);
	-webkit-box-shadow:0 0 2px rgba(255,255,255,.4);
	-moz-box-shadow:0 0 2px rgba(255,255,255,.4);
	-ms-box-shadow:0 0 2px rgba(255,255,255,.4);
	-o-box-shadow:0 0 2px rgba(255,255,255,.4);
	box-shadow:0 0 2px rgba(255,255,255,.4);
}

.sldr_spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -50%); */
	width: 40px;
	height: 40px;
	border: 5px solid rgba(0,0,0,0);
	border-top: 5px solid rgba(0,0,0,.5);
	-webkit-border-radius: 50px;
	-webkit-animation: square1_spinner 1s linear infinite;
	-moz-border-radius: 50px;
	-moz-animation: square1_spinner 1s linear infinite;
	-ms-border-radius: 50px;
	-ms-animation: square1_spinner 1s linear infinite;
	-o-border-radius: 50px;
	-o-animation: square1_spinner 1s linear infinite;
	border-radius: 50px;
	animation: square1_spinner 1s linear infinite;
	z-index: -1;
	display: none;
}

.sldr.loading .sldr_spinner {
	display: block;
}

@-webkit-keyframes square1_spinner { 0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); } 100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); } }
@-moz-keyframes square1_spinner { 0% { -moz-transform: translate(-50%, -50%) rotate(0deg); } 100% { -moz-transform: translate(-50%, -50%) rotate(360deg); } }
@-ms-keyframes square1_spinner { 0% { -ms-transform: translate(-50%, -50%) rotate(0deg); } 100% { -ms-transform: translate(-50%, -50%) rotate(360deg); } }
@-o-keyframes square1_spinner { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { -o-transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes square1_spinner { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } }


/* custom settings styles */

.fill_mode-contain .image_wrapper,
.fill_mode-contain .wrap_placeholder {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.fill_mode-cover .image_wrapper,
.fill_mode-cover .wrap_placeholder  {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



.prev_next_nav-outside .sldr_prev_image {
	left: -60px;
}

.prev_next_nav-outside .sldr_next_image {
	right: -60px;
}

.prev_next_nav-hover .sldr_prev_image {
	left: -60px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.prev_next_nav-hover:hover .sldr_prev_image{
	left: 20px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.prev_next_nav-hover .sldr_next_image {
	right: -60px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.prev_next_nav-hover:hover .sldr_next_image{
	right: 20px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.prev_next_nav-none .sldr_prev_image,
.prev_next_nav-none .sldr_next_image {
	display: none;
}

.dots_nav-outside .sldr_dots {
	bottom: -34px;
}

.dots_nav-hover .sldr_dots {
	bottom: -34px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
	-moz-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
	-ms-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
	transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
}

.dots_nav-hover:hover .sldr_dots {
	bottom: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.dots_nav-none .sldr_dots {
	display: none;
}


.sldr_caption {
	position:absolute;
	bottom:-54px;
	left:0;
	right:0;
	font-size: .75em;
	text-align:center;
	display:none;
}

.caption-none .sldr_caption {
	height: 0;
	width: 0;
	overflow: hidden;
}

.caption-inside .sldr_caption {
	bottom: 0;
	padding: 0.7em;
	color: rgba(255,255,255,.8);
	background: rgba(0,0,0,.4);
}

.caption-hover .sldr_caption {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.caption-hover:hover .sldr_caption {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.dots_nav-inside .sldr_caption,
.dots_nav-hover .sldr_caption,
.dots_nav-none .sldr_caption {
	bottom: -25px;
}

.dots_nav-inside.caption-inside .sldr_caption,
.dots_nav-hover.caption-inside .sldr_caption,
.dots_nav-none.caption-inside .sldr_caption {
	bottom: 0;
}

.dots_nav-inside.caption-inside .sldr_dots,
.dots_nav-hover.caption-inside:hover .sldr_dots {
	bottom: 30px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}




/* Light Theme */

.theme-light .sldr_prev_image,
.theme-light .sldr_next_image {
	background-image: url("data:image/svg+xml;utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15.1px' height='20.3px' viewBox='0 0 15.1 20.3' enable-background='new 0 0 15.1 20.3' xml:space='preserve'%3E%3Cfilter height='200%25' id='blur' width='200%25' x='-30%25' y='-30%25'%3E%3CfeGaussianBlur in='offOut' result='blurOut' stdDeviation='2'%3E%3C/feGaussianBlur%3E%3C/filter%3E%3Crect x='0.1' y='-0.1' fill='none' width='14.7' height='19.9'/%3E%3Cg%3E%3Cpath filter='url(%23blur)' fill='%23000' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3Cpath fill='%23fff' d='M3.2,9.9c0-0.3,0.1-0.5,0.3-0.8L9,3.7c0.2-0.2,0.4-0.3,0.7-0.3s0.5,0.1,0.8,0.3l0.6,0.6c0.2,0.2,0.3,0.5,0.3,0.8 s-0.1,0.5-0.3,0.7L7,9.9l4.1,4.1c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L10.5,16c-0.2,0.2-0.5,0.3-0.8,0.3S9.2,16.2,8.9,16 l-5.4-5.3C3.3,10.4,3.2,10.2,3.2,9.9L3.2,9.9z'/%3E%3C/g%3E%3C/svg%3E");
}

.theme-light .sldr_dots span:before {
	background: rgba(200,200,200,.4);
}

.theme-light .sldr_dots span:before {
	background:rgba(200,200,200,.4);
	-webkit-box-shadow: 0 0 14px 0px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 14px 0px rgba(0,0,0,.4);
	-ms-box-shadow: 0 0 14px 0px rgba(0,0,0,.4);
	-o-box-shadow: 0 0 14px 0px rgba(0,0,0,.4);
	box-shadow: 0 0 14px 0px rgba(0,0,0,.4);
}

.theme-light .sldr_dots span.current:before {
	background:rgba(255,255,255,.7);
}

.theme-light .sldr_dots span:hover:before {
	background:rgba(255,255,255,.7);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.4);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,.4);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.4);
	box-shadow: 0 0 2px rgba(0,0,0,.4);
}

.theme-light.caption-inside .sldr_caption {
	background: rgba(255,255,255,.7);
	color: rgba(0,0,0,.8);
}

.theme-light .sldr_spinner {
	border-top: 5px solid rgba(255,255,255,.5);
}

.sldr .fst, .sldr .scnd, .sldr .thrt { width: 100%; height: auto; position: absolute; left: 0; top: 0;}

.sldr .fst h2, .sldr .scnd h2, .sldr .thrt h2 { position: relative; width: 500px; height: 500px; color: #ffffff !important; font-size: 70px; }


.sldr .fst h2 { top: 100px; left: 50%; width: 100%; line-height: 65px; }
.sldr .sldrSb {font-size: 28px; }
.sldr .hdrNv {display: block; position: absolute; bottom:200px; right:100px;width: 100%;}
.sldr .hdrNv a {text-decoration: none; margin-right: 20px; padding-top: 10px;font-family: corecircus; font-size: 18px;}
.sldr .nfcw {line-height: 30px; padding-top: 10px; width:150px; height: 50px;}
.sldr .nfcd {line-height: 30px; width:190px; height: 50px;}

.sldr .scnd h2 { width: 700px; top: 250px; left: 50%; }

.sldr .thrt h2 { top: 500px; left: 20%; }


.sldr .fstMstr { width: 100%; height: auto; position: absolute; left: 0; top: 0;}

.sldr .fstMstr h2 { position: relative; width: 100%; height: 500px; color: #1761aa !important; letter-spacing: -10px; font-size: 60px; top: 140px; left: 10%; font-weight: bold; line-height: 65px; border:none; -webkit-text-shadow: 0 0 0px rgba(0,0,0,0); -moz-text-shadow: 0 0 0px rgba(0,0,0,0); -ms-text-shadow: 0 0 0px rgba(0,0,0,0); -o-text-shadow: 0 0 0px rgba(0,0,0,0); text-shadow: 0 0 0px rgba(0,0,0,0);}

.sldr .fstMstr .sldrPqn {color:#000000; margin-top: 30px; font-size: 24px; letter-spacing: 0px; border:none; -webkit-text-shadow: 0 0 0px rgba(0,0,0,0); -moz-text-shadow: 0 0 0px rgba(0,0,0,0); -ms-text-shadow: 0 0 0px rgba(0,0,0,0); -o-text-shadow: 0 0 0px rgba(0,0,0,0); text-shadow: 0 0 0px rgba(0,0,0,0); }


/* Responsive */


@media (max-width: 600px) {
	.sldr_prev_image {
		left: 0px;
	}
	.sldr_next_image {
		right: 0px;
	}
	.sldr_spinner {
		width: 20px;
		height: 20px;
	}
	
}

@media screen and (max-width:550px) and (min-width: 0px) {
	[class*="slideshow"] { height: 300px; }
.sldr .fst h2, .sldr .scnd h2, .sldr .thrt h2 { font-size: 14px; letter-spacing: 1px; width: 250px; }
.sldr .fst h2 { top: 50px; left: 35%; line-height: 30px; }
.sldr .sldrSb {font-size: 12px; letter-spacing: -1px;}
.sldr .scnd h2 { top: 40px; left: 35%;  line-height: 35px; }
.sldr .thrt h2 { top: 200px; left: 5%; }	
.sldr .hdrNv {bottom:50px; right:0px;}
.sldr .hdrNv .nfcw {width:100px !important; font-size: 14px !important; }
.sldr .hdrNv .nfcd { width:140px !important; font-size: 14px !important; }
	.sldr .fstMstr h2 {font-size: 18px; letter-spacing: -2px; top:30px; line-height: 30px; left:20px;}
	.sldr .fstMstr .sldrPqn {font-size: 14px; letter-spacing: -3px; line-height: 0px; }
}

@media screen and (max-width:760px) and (min-width: 550px) {
	[class*="slideshow"] { height: 400px; }
.sldr .fst h2, .sldr .scnd h2, .sldr .thrt h2 { font-size: 30px; }
.sldr .fst h2 { top: 50px; left: 35%; line-height: 50px; width: 400px; }
.sldr .sldrSb {font-size: 16px; }
.sldr .scnd h2 { top: 50px; left: 40%; width:400px; }
.sldr .thrt h2 { top: 300px; left: 5%; }		
.sldr .hdrNv {bottom:50px; right:20px;}
.sldr .hdrNv .nfcw {line-height: 30px; padding-top: 10px; width:110px !important; height: 50px;font-size: 14px !important;  }
.sldr  .hdrNv .nfcd {line-height: 30px; width:150px !important; height: 50px;font-size: 14px !important; }
	.sldr .fstMstr h2 {font-size: 30px; letter-spacing: -5px; top:30px; line-height: 35px; left:20px;}
	.sldr .fstMstr .sldrPqn {font-size: 20px; letter-spacing: -1px; }
}

@media screen and (max-width:900px) and (min-width: 760px) {
	[class*="slideshow"] { height: 550px; }
.sldr .fst h2, .sldr .scnd h2, .sldr .thrt h2 { font-size: 50px; }
.sldr .fst h2 { top: 100px; left: 40%; }
.sldr .sldrSb {font-size: 20px; }
.sldr .scnd h2 { top: 100px; left: 35%; }
.sldr .thrt h2 { top: 400px; left: 10%; }
.sldr .hdrNv {bottom:50px; right:50px; }
	.sldr .fstMstr h2 {font-size: 34px; letter-spacing: -5px; top:50px; line-height: 50px;}
	
	.sldr .fstMstr .sldrPqn {font-size: 20px;}
}

@media screen and (max-width:1170px) and (min-width: 900px) {
	[class*="slideshow"] { height: 600px; }
.sldr .fst h2, .sldr .scnd h2, .sldr .thrt h2 { font-size: 50px; }
.sldr .fst h2 { top: 100px; left: 35%; }
.sldr .sldrSb {font-size: 20px; }
.sldr .scnd h2 { top: 50px; left: 38%; }
.sldr .thrt h2 { top: 400px; }		
.sldr .hdrNv {bottom:50px; right:50px; }
	.sldr .fstMstr h2 {font-size: 40px; letter-spacing: -5px; top:50px; line-height: 50px;}
}

@media screen and (max-width:1600px) and (min-width: 1170px) {
	[class*="slideshow"] { height: 700px; }
	.sldr .fst h2 { left: 45%; }
.sldr .scnd h2 { top:100px; left: 40%; }
.sldr .thrt h2 { top: 450px;  }	
.sldr .hdrNv {bottom:50px; right:50px; }
	.sldr .fstMstr h2 {top:70px;}
	
}

@media screen and (min-width:1600px) {
	[class*="slideshow"] { min-height: 1015px; }
}
	
	
