/*theme css*/
@media (min-width: 1200px) and (max-width:1369px)
{
  .box-mode main {
    max-width: 1200px;
    box-shadow: 0 0 8px #666666; 
	margin: 0 auto;position: relative;}
}

@media (min-width: 1370px)
{
	.box-mode main {
    max-width: 1330px;  
    box-shadow: 0 0 8px #666666;
	margin: 0 auto;position: relative;}
	
	
}
@media (min-width: 1024px) and (max-width:1199px)
{
	.box-mode main {
    max-width: 960px;
	box-shadow: 0 0 8px #666666;position: relative;
	margin: 0 auto;
    }
	
}
.box-mode main
{
	background: #f2f2f2;
	margin-top: 25px;
	margin-bottom: 50px;
}
.box-mode .owl-menu-sticky{position: static;}       
body.box-mode
{
	background-color:#f2f2f2;
    background-image: url(../../img/owl-boxed-bg.jpg);   
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
