
.wrapper{
margin: 0 40px;
border-right: solid 1px #24510c;
border-left: solid 1px #24510c;
position: relative;

}

div.text_right{
position: fixed;
top: 40%;
right: 15px;
}
div.text_left{
position: fixed;
top: 40%;
left: 15px;
}

.main_block div.main_image img{
height: 90vh;
width: auto !important;
}

.main_block div.text{
margin: 100px 0 150px 0;
}

.main_block div.text img{
width: 450px;
}

.box.title h3{
color: #ee5a24;
}



#sliderWrap_color{
margin: 100px auto 100px auto !important;
}


.products #bx-pager_color{
	text-align: center;
    padding: 10px;
    background: none;
    border-radius: 0;
    width: auto;
    margin: -50px auto -30px auto;
}

.products #bx-pager_color a{
	margin: 0 2px !important;
}

.products #bx-pager_color a img{
	height: 50px;
	border: solid 1px #FFF;
    border-radius: 3px;
}
.products #bx-pager_color a img.white{
border-color: #EEE;
}





@media screen and (max-width: 800px) {

.wrapper{
margin: 0;
border: none;

}


#contents{
margin: 100px 0;
}

div.text_right,div.text_left{
display: none;
}


.main_block div.main_image img{
height: auto;
width: auto !important;
}


.main_block div.text{
margin: 50px 0 50px 0;
}

.main_block div.text img{
width: 250px;
}



.products #bx-pager_color{
margin: 0px auto 0px auto;
}


#sliderWrap_color {
    margin: 30px auto 0 auto !important;
}

.products #bx-pager_color a {
    margin: 0 3px;
}


.products #bx-pager_color a img{
height: 30px;
}



}