.home_slider {
position:relative;
margin:0;
/*height:675px;*/
overflow:hidden;
z-index:5;
border-bottom: 1px solid #bcbdbd;
}

@media (min-width: 992px) and (max-width: 1200px) {
.home_slider {
/*height:500px*/
}
}

@media screen and (max-width: 992px) {
.home_slider {
/*display:none*/
    height: auto;
    margin: 0;
    margin-top: -203px;
}
}
@media screen and (max-width : 480px) {
.home_slider {
    margin-top: 0;
}
}

.home_slider .slides {
list-style:none;
margin:0;
padding:0
}

.home_slider .slides:after {
content:" ";
display:block;
width:100%;
height:0;
overflow:hidden;
clear:both
}

.home_slider .slides > li {
position:relative;
width:100%;
max-height:800px;
overflow:hidden
}
@media screen and (max-width: 992px) {
.home_slider .slides > li > a {
 
}
}

.home_slider .slides > li > a > img {
border:none;
width:100%
}

.home_slider .slides > li .home_slider-content {
position:absolute;
left:50%;
bottom:10%;
margin:0 auto;
width:1140px;
margin-left:-570px
}

@media (min-width: 975px) and (max-width: 1200px) {
.home_slider .slides > li .home_slider-content {
width:940px;
margin-left:-470px
}
}
@media screen and (max-width: 992px) {
.home_slider .slides > li .home_slider-content {
    padding: 0 15px;
    left: 0;
    bottom: 40px;
    margin: 0;
    width: 100%;
}
}

.home_slider .slides > li .home_slider-content .home_slider-description {
background:url(../images/header_main_bg.png);
width:50%;
padding:40px 35px
}

@media (min-width: 992px) and (max-width: 1200px) {
.home_slider .slides > li .home_slider-content .home_slider-description {
padding:25px 20px 30px
}
}
@media screen and (max-width: 992px) {
.home_slider .slides > li .home_slider-content .home_slider-description {
    width: 100%;
    padding: 15px;
    text-align: center; 
}
}

.home_slider .slides > li .home_slider-content .home_slider-description label {
font-size:30px;
text-transform:uppercase;
color:#fff;
margin-bottom:10px
}

@media (min-width: 992px) and (max-width: 1200px) {
.home_slider .slides > li .home_slider-content .home_slider-description label {
font-size:28px
}
}
@media screen and (max-width: 992px) {
.home_slider .slides > li .home_slider-content .home_slider-description label {
    font-size:25px
}
}

.home_slider .slides > li .home_slider-content .home_slider-description p {
font-size:20px;
text-transform:uppercase;
color:#fff;
margin-bottom:15px
}

@media (min-width: 992px) and (max-width: 1200px) {
.home_slider .slides > li .home_slider-content .home_slider-description p {
font-size:16px
}
}
@media screen and (max-width: 992px) {
.home_slider .slides > li .home_slider-content .home_slider-description p {
   text-transform:none; 
}
}
.home_slider .slides > li .home_slider-content .home_slider-description .link_more {
	text-transform: uppercase;
    background-color: #e67817;
    border-color: #080808;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.home_slider .slides > li .home_slider-content .home_slider-description .link_more:hover {
	background-color: #333;
}

.home_slider .flex-control-nav {
list-style:none;
margin:0;
padding:0;
position:absolute;
left:50%;
bottom:25px;
z-index:5;
margin:0 auto;
width:1100px;
margin-left:-550px
}

@media (min-width: 992px) and (max-width: 1200px) {
.home_slider .flex-control-nav {
width:900px;
margin-left:-450px;
bottom:15px
}
}
@media screen and (max-width: 992px) {
.home_slider .flex-control-nav {
    left: 0;
    bottom: 10px;
    width: 100%;
    margin-left: 0;
    text-align: center;
}
}

.home_slider .flex-control-nav > li {
display:inline-block;
vertical-align:top
}

.home_slider .flex-control-nav > li > a {
display:block;
width:22px;
height:22px;
margin:0 5px;
outline:0;
background:#F8F8F8;
text-indent:-5000px;
cursor:pointer;
-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:22px;
-webkit-transition:.3s all;
-moz-transition:.3s all;
-o-transition:.3s all;
transition:.3s all;
border: 1px solid #cacaca;
}

@media (min-width: 992px) and (max-width: 1200px) {
.home_slider .flex-control-nav > li > a {
width:18px;
height:18px
}
}

.home_slider .flex-control-nav > li > a:hover, .home_slider .flex-control-nav > li > a.flex-active {
background:url(../images/header_main_bg.png)
}