/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
	position: absolute;
	top: 0px;
	min-width: 0px;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.rslides li img {

	height: 640px;
}

.rslides_tabs {

	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 2222222;
	text-align: center;
	top: 585px;
}

.rslides_tabs  li {

	text-align: center;
	display: inline-block;
}

.rslides_tabs .rslides_here a, .rslides_tabs a:hover {

	background: url(../../images/sliders_controls_bg.png) no-repeat 0px top;
}

.rslides_tabs  li  a {

	font-size: 1px;
	float: left;
	width: 10px;
	height: 10px;
	background: url(../../images/sliders_controls_bg.png) no-repeat -20px top;
	margin: 0px 5px 0px 5px;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides  .caption {

	position: absolute;
	left: 210px;
	top: 320px;
	width: 600px;
}
.rslides  .caption .title_caption_brouser {

	font-family: mavenpro-bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #e7e6df;
	position: relative;
}

.red_line {
	display: block;
	position: absolute;
	width: 55px;
	border-bottom: 3px solid #cc0000;
	bottom: -22px;
}

.rslides  .caption .desc_slider_captions {

	font-size: 15px;
	color: #ffffff;
	padding-top: 45px;
	line-height: 22px;
}

.slider_button_caption {

	font-family: mavenpro-medium;
	text-transform: uppercase;
	color: #faf9f2;
	margin-top: 45px;
	display: block;
	text-decoration: none;
	position: relative;
	padding-left: 25px;
}

.slider_button_caption:hover {
	color: #faf9f2;
}

.torque_x {

	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	width: 25px;
	height: 25px;
	background: url(../../images/pluse_bg.png) no-repeat center;
	margin-right: 15px;
	display: block;
	position: absolute;
	left: -2px;
	top: -4px;
}

.torque_x_402d2d {

	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	width: 25px;
	height: 25px;
	background: url(../../images/pluse_bg_402d2d.png) no-repeat center;
	margin-right: 15px;
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
}

.slider_button_caption:hover .torque_x,
.slider_button_caption:hover .torque_x_402d2d  {

	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.show_hidden_content {
	display:none;
}

@media (max-width: 1136px) {

	.show_hidden_content {
		display:block;
	}
	
}


