/*
 *	generated by WOW Slider 4.1
 *	template Surface
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext,cyrillic);

#wowslider-container1 {
	zoom: 1;
	position: relative;
	max-width: 100%;
	margin: 0px auto 0px;
	z-index: 0;
	text-align: left;
	/* reset align=center */
	display: flex;
	align-items: center;
}

* html #wowslider-container1 {
	width: 100%
}

#wowslider-container1 .ws_images ul {
	position: relative;
	width: 10000%;
	height: auto;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible;
	/*table-layout:fixed;*/
}

#wowslider-container1 .ws_images ul li {
	width: 1%;
	line-height: 0;
	/*opera*/
	float: left;
	font-size: 0;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

#wowslider-container1 .ws_images {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#wowslider-container1 .ws_images a {
	width: 100%;
	display: block;
	color: transparent;
}

#wowslider-container1 img {
	max-width: none !important;
}

#wowslider-container1 .ws_images img {
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0;
}

#wowslider-container1 a {
	text-decoration: none;
	outline: none;
	border: none;
}

#wowslider-container1 .ws_bullets {
	font-size: 0px;
	float: left;
	position: absolute;
	z-index: 70;
}

#wowslider-container1 .ws_bullets div {
	position: relative;
	float: left;
}

#wowslider-container1 .wsl {
	display: none;
}

#wowslider-container1 sound,
#wowslider-container1 object {
	position: absolute;
}

#wowslider-container1 .ws_bullets {
	padding: 9px;
}

#wowslider-container1 .ws_bullets a {
	width: 21px;
	height: 21px;
	background: url(./bullet.png) left top;
	float: left;
	text-indent: -4000px;
	position: relative;
	margin-left: 7px;
	color: transparent;
}

#wowslider-container1 .ws_bullets a:hover {
	background-position: 0 50%;
}

#wowslider-container1 .ws_bullets a.ws_selbull {
	background-position: 0 100%;
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
	position: absolute;
	display: none;
	top: 50%;
	margin-top: -20px;
	z-index: 60;
	height: 38px;
	width: 38px;
	background-image: url(./arrows.png);
}

#wowslider-container1 a.ws_next {
	background-position: 100% 0;
	right: 5px;
}

#wowslider-container1 a.ws_prev {
	left: 5px;
	background-position: 0 0;
}

#wowslider-container1 a.ws_next:hover {
	background-position: 100% 50%;
}

#wowslider-container1 a.ws_prev:hover {
	background-position: 0 50%;
}

#wowslider-container1 a.ws_next:active {
	background-position: 100% 100%;
}

#wowslider-container1 a.ws_prev:active {
	background-position: 0 100%;
}

* html #wowslider-container1 a.ws_next,
* html #wowslider-container1 a.ws_prev {
	display: block
}

#wowslider-container1:hover a.ws_next,
#wowslider-container1:hover a.ws_prev,
#wowslider-container1:active a.ws_next,
#wowslider-container1:active a.ws_prev {
	display: block
}

/* bottom center */
#wowslider-container1 .ws_bullets {
	bottom: 0px;
	left: 50%;
}

#wowslider-container1 .ws_bullets div {
	left: -50%;
}

#wowslider-container1 .ws-title {
	position: absolute;
	display: block;
	/* bottom: 200px; */
	left: 100px;
	margin-right: 5px;
	padding: 8px;
	/* background:#555555; */
	color: #FFFFFF;
	z-index: 50;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 26px;
	/* border:1px solid rgba(255, 255, 255, 0.4); */
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	vertical-align: center;
}

.ws-title span p {
	font-size: 18px;
	font-weight: 600;
	word-spacing: 0px;
	text-transform: capitalize;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	line-height: 140%;
}

.ws-title span p span {
	font-size: 38px;
	font-weight: 600;
	word-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Poppins", sans-serif;
	line-height: 140%;
}

#wowslider-container1 .ws-title div {
	padding-top: 5px;
	font-size: 18px;
	line-height: 20px;
}

#wowslider-container1 .ws_images ul {
	animation: wsBasic 30s infinite;
	-moz-animation: wsBasic 30s infinite;
	-webkit-animation: wsBasic 30s infinite;
}

@keyframes wsBasic {
	0% {
		left: -0%
	}

	8.33% {
		left: -0%
	}

	16.67% {
		left: -100%
	}

	25% {
		left: -100%
	}

	33.33% {
		left: -200%
	}

	41.67% {
		left: -200%
	}

	50% {
		left: -300%
	}

	58.33% {
		left: -300%
	}

	66.67% {
		left: -400%
	}

	75% {
		left: -400%
	}

	83.33% {
		left: -500%
	}

	91.67% {
		left: -500%
	}
}

@-moz-keyframes wsBasic {
	0% {
		left: -0%
	}

	8.33% {
		left: -0%
	}

	16.67% {
		left: -100%
	}

	25% {
		left: -100%
	}

	33.33% {
		left: -200%
	}

	41.67% {
		left: -200%
	}

	50% {
		left: -300%
	}

	58.33% {
		left: -300%
	}

	66.67% {
		left: -400%
	}

	75% {
		left: -400%
	}

	83.33% {
		left: -500%
	}

	91.67% {
		left: -500%
	}
}

@-webkit-keyframes wsBasic {
	0% {
		left: -0%
	}

	8.33% {
		left: -0%
	}

	16.67% {
		left: -100%
	}

	25% {
		left: -100%
	}

	33.33% {
		left: -200%
	}

	41.67% {
		left: -200%
	}

	50% {
		left: -300%
	}

	58.33% {
		left: -300%
	}

	66.67% {
		left: -400%
	}

	75% {
		left: -400%
	}

	83.33% {
		left: -500%
	}

	91.67% {
		left: -500%
	}
}

#wowslider-container1 .ws_bullets a img {
	text-indent: 0;
	display: block;
	bottom: 20px;
	left: -66px;
	visibility: hidden;
	position: absolute;
	border: 3px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: none;
}

#wowslider-container1 .ws_bullets a:hover img {
	visibility: visible;
}

#wowslider-container1 .ws_bulframe div div {
	height: 48px;
	overflow: visible;
	position: relative;
}

#wowslider-container1 .ws_bulframe div {
	left: 0;
	overflow: hidden;
	position: relative;
	width: 131px;
	background-color: #FFF;
}

#wowslider-container1 .ws_bullets .ws_bulframe {
	display: none;
	bottom: 26px;
	overflow: visible;
	position: absolute;
	cursor: pointer;
	border: 3px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wowslider-container1 .ws_bulframe span {
	display: block;
	position: absolute;
	bottom: -9px;
	margin-left: -1px;
	left: 66px;
	background: url(./triangle.png);
	width: 15px;
	height: 6px;
}


@media only screen and (max-width:1100px) {

	.ws-title span p span {
		font-size: 30px;
	}
}

@media only screen and (max-width:960px) {

	.ws-title span p span {
		font-size: 24px;
	}
}

@media only screen and (max-width:500px) {

	.ws-title span p span {
		font-size: 20px;
	}
}

@media only screen and (max-width:400px) {

	.ws-title span p span {
		font-size: 14px;
	}
}