/* CSS Document */
body{ overflow-x:hidden;}
.et_pb_slider {
	position: relative;
	overflow: hidden;
}
.et_pb_slides:after, .et_pb_row:after {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.et_pb_slider .et_pb_slide {
	display: none;
	float: left;
	margin-right: -100%;
	position: relative;
	width: 100%;
	overflow:hidden;
	text-align: center;
}
.et_pb_slider .et_pb_slide, .et_pb_section {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.et_pb_slider .et_pb_slide:first-child {
	display:block;
}
.et_pb_container {
	width: 100px;
	overflow:hidden;
	float:left;
	display:none;
}
.et_pb_slide_description {
	padding: 250px 100px;	
	-webkit-animation-duration: .7s;
	-webkit-animation-delay: .9s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .7s;
	-moz-animation-delay: .9s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-duration: .7s;
	-o-animation-delay: .9s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: both;
	-ms-animation-duration: .7s;
	-ms-animation-delay: .9s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: both;
	animation-duration: .7s;
	animation-delay: .9s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	-webkit-animation-name: fadeBottom;
	-moz-animation-name: fadeBottom;
	-ms-animation-name: fadeBottom;
	-o-animation-name: fadeBottom;
	animation-name: fadeBottom;
}
.et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 185px 100px;
}
.et_pb_bg_layout_dark .et_pb_slide_description {

}
.et_pb_toggle_title:before {
	position: absolute;
	top: -2px;
	right: 10px;
	font-size: 16px;
	color: #ccc;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
}
.et-pb-arrow-prev, .et-pb-arrow-next {
	position: absolute;
	width:50px;
	height:48px;
	top: 50%;
	z-index: 100;
	font-size: 48px;
	color: #fff;
	margin-top: -24px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}
.et-pb-arrow-prev:hover, .et-pb-arrow-next:hover {
	text-decoration: none;
}
.et-pb-arrow-prev span, .et-pb-arrow-next span {
	display: none;
}
.et-pb-arrow-prev {
	left: -22px;
}
.et-pb-arrow-next {
	right: -22px;
}
.et-pb-arrow-prev:before {
	
	content: " ";
}
.et-pb-arrow-next:before {
	content: " ";
	
}
.et_pb_slider:hover .et-pb-arrow-prev, .et_mobile_device .et-pb-arrow-prev {
	left: 22px;
	opacity: 1;
	background:url(../images/dprev.gif) center center no-repeat;
}
.et_pb_slider:hover .et-pb-arrow-next, .et_mobile_device .et-pb-arrow-next {
	right: 22px;
	opacity: 1;
	background:url(../images/dnext.gif) center center no-repeat;
}
.et-pb-controllers {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.et-pb-controllers a {
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	text-indent: -9999px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	outline: none;
}
.et-pb-controllers a:last-child {
	margin-right: 0;
}
.et-pb-controllers .et-pb-active-control {
	background-color: #fff;
}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
.et_pb_container {
	width: 960px;
}
/*-------------------[Sliders]------------------*/
.et_pb_slide_description {
	padding: 185px 100px;
}
.et_pb_slide_with_image .et_pb_slide_description {
	padding-top: 185px;
	padding-bottom: 185px;
}
.et_pb_slide_content {
	padding-bottom: 35px;
}
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {
/*-------------------[Sliders]------------------*/
.et_pb_slide_description {
	padding: 130px 67px;
}
.et_pb_slide_with_image .et_pb_slide_description {
	padding-top: 130px;
	padding-bottom: 130px;
}
.et_pb_slide_description h2 {
	font-size: 26px;
	padding-bottom: 6px;
	font-weight: 400;
}
.et_pb_slide_content {
	font-size: 16px;
	padding-bottom: 34px;
	line-height: 24px;
	font-weight: 400;
}
}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {
.et_pb_container {
	width: 400px;
}
.et_pb_slide_description {
	padding: 100px 52px;
}
.et_pb_slide_with_image .et_pb_slide_description {
	padding-top: 100px;
	padding-bottom: 100px;
}
.et_pb_slide_description h2 {
	font-size: 20px !important;
	font-weight: 400;
}
.et_pb_slide_content {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 400;
}
}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {
.et_pb_container {
	width: 280px;
}
.et_pb_slide_description {
	padding: 74px 52px;
}
.et_pb_slide_with_image .et_pb_slide_description {
	padding-top: 72px;
	padding-bottom: 72px;
}
.et_pb_slide_description h2 {
	font-size: 20px;
	font-weight: 400;
}
.et_pb_slide_content {
	font-weight: 400;
}
.et_pb_slide_content, a.et_pb_more_button {
	display: none;
}
}
