html, body{
	width: 100%;
	overflow-x:hidden;
}
body{
	
	font-family: "RobotoRegular";
	
}
@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/RobotoBold/RobotoBold.eot");
    src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "GothamProLight";
    src: url("../fonts/GothamProLight/GothamProLight.eot");
    src: url("../fonts/GothamProLight/GothamProLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProLight/GothamProLight.woff") format("woff"),
    url("../fonts/GothamProLight/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "OpenSansRegular";
    src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
h1,h2,h3{
     font-family: "RobotoBold";
    color: #0C37AB;
    
    
}
h3{
    text-align: center;
}
a{
    
}
.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.6;	
	top:0;
	left: 0;
	z-index: 111;
	display: none;
}
.overlay-white{
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.5;   
    top:0;
    left: 0;
    
}
ul li{
    list-style: none;
}
.navbar-collapse ul li{
    float: left;
        margin: 14px;
}
.navbar-collapse ul li a{
    color: white
}
.ms2_product {
        padding: 5px 0;
    /* border-bottom: 1px solid #EFEFEF; */
}
.ms2_product>div:first-child{
    text-align: center;
}
.product-title{
        height: 55px;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}
.product-title p{
    text-align: left;
}
.product-title a:hover, .product-title a:focus, .product-title a:visited, .product-title a:active,.left-menu a:hover{
    color: #0C37AB
}

.ms2_product a{
    font-size: 1em;
    color: #3653A0;
    font-family: "RobotoBold";
    

}
.left-menu a:hover{
    text-decoration: underline;
}
.ms2_product p{
        height: 65px;
  text-align: center;
    font-size: .857em;
}
.ms2_product .price{
        font-size: 1em !important;
    text-align: center;
    height: inherit !important;
    padding: 15px 0 !important;
    /* padding-top: 15px !important; */
    color: #540000;
    font-family: "RobotoBold";
}
.ms2_form{
    text-align: center;
        margin-top: 50px;
}
.navbar{
    margin: 0;
}
.slider{
   
    
    
position: relative;
}
.slide1{
    background: url(../img/slide1.jpg);
    background-size: cover;
    /*background-position-y: -420px;*/
    height: 550;
}
.slide2{
    background: url(../img/slide3.jpg);
    background-size: cover;
   /* background-position-y: -220px;*/
    height: 550;
}
.slide3{
    background: url(../img/slide2.jpg);
    background-size: cover;
   /* background-position-y: -280px;*/
    height: 550;
}
.slide4{
    background: url(../img/slide4.jpg);
    background-size: cover;
   /* background-position-y: -280px;*/
    height: 550;
}
.navbar-inverse {
    background-color: #3F74D6;
        background-color: #030A1A;
    border: none;
    border-radius: 0;
}
.blue-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: blue;
    opacity: 0;
}
.header-top{
    border: none;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background: rgba(0, 14, 47, 0.9);
    min-height: 75px;
    border-radius: 0;
}
.navbar-brand img{
    margin-top: -24px
}
.phone{
    float: right;
    font-size: 24px;
    /* font-weight: bold; */
   
}
.phone a{
    color: white;
    text-decoration: none;
}
.menu-title{
        background: rgb(54, 83, 160);
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.minicart{
    color: white;
    float: left;
    margin-top: 20px;
}
.logo{
        width: 178px;
    /* float: left; */
    margin: 0 auto;
}
#msMiniCart h5{
    font-size: 24px;


}
.cart-link, .cart-link:hover{color: white; text-decoration: none;}
#deliveries{
    display: none;
}
.left-menu ul{
    padding:0;
}
.left-menu ul li{
    border-bottom: 1px solid #D4D9E4;
    padding: 10px 0;
    

}
body>.container>.row>.col-md-3:first-child{

}
a:hover,a:focus, a:active, a:visited{
    outline: none !important;
}
#msMiniCart a:focus, #msMiniCart a:hover,#msMiniCart a {
    color: white !important;
    text-decoration: none;
     outline: none !important;
}
.main-title{

    font-size: 25px;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: bold;
    background: #FFFBCB;
    -webkit-box-shadow: 2px 1px 28px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 28px -3px rgba(0,0,0,0.75);
    box-shadow: 2px 1px 28px -3px rgba(0,0,0,0.75);
    margin: 15px 0;
text-align: center;
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
}
.main-title h1{
	padding: 0;
	margin:0;
	    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -o-transform: skewX(45deg);
}
.phone div{
    font-size: 14px;
    font-weight: 300;
    margin-top: -5px;

}
.form-horizontal .control-label{
    text-align: left;
}
#msProduct{
    margin-bottom: 30px;
}
.btn-default{
        color: white;
    background: #3696A0;
    border: 1px solid #3696A0;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 5px 15px;
}
.product-border{
	    /* border: 1px solid #D0D0D0; */
    padding: 0;
    width: 286px;
    /* margin: 0px 15px; */
    -webkit-box-shadow: 2px 1px 28px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 28px -3px rgba(0,0,0,0.75);
    box-shadow: 2px 1px 28px -3px rgba(0,0,0,0.75);
}

.product-border img{
	margin-top: 15px;
}
.btn-default:hover{
        color: #3696A0;
    background: white;
    border: 1px solid #3696A0;
}
.ms2_product .ms2_form{
    margin-top: 0;
	    margin-bottom: 20px;
}
footer{
        background: rgba(0, 14, 47, 1);
            padding: 20px;
            color: white
}
.footer-menu .left-menu ul li,.footer-menu .left-menu ul li:hover{
    border-bottom: none;
    padding: 0; 
        background: none;
}
.footer-menu a, .footer-menu a:hover{
    color: white;
}
footer h5{
        color: white;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-div{
    color: white;
    font-size: 16px;
        margin-top: 60px;
}

.left-menu ul li{
	    background: #3653A0;
	        padding: 0;
	        cursor: pointer;
	        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
        height: 35px;
    position: relative;
}
.left-menu ul li a{
	color: white;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;;
    position: absolute;
    width: 100%;
    line-height: 37px;
    padding-left: 20px;
}
.left-menu ul li:hover>a{
	color: #3653A0;
	text-decoration: none;
}
.left-menu ul li:hover{
	background: #FFFBCB
}
.btn{
	border-radius: 5px;
}
div.jGrowl.top-right{
	top: 70px !important;
}
.actions{
	    text-align: center;
    margin: 25px 0;
    -webkit-box-shadow: 2px 1px 28px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 28px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
    padding: 20px 0;
}
.actions .btn{
    background: #3696A0;
    color: white;
}
.actions p{
    font-size: 1em;
    color: #3653A0;
    font-family: "RobotoBold";
}
.col-md-3>.col-md-12>h3{
        font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: bold;
    background: #FFFBCB;
    -webkit-box-shadow: 1px 1px 7px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 7px -3px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 7px -3px rgba(0,0,0,0.75);
    margin: 15px 0;
    
    color: #3653A0;
}
.vitsup{
	float: left;
    width: 23px;
    top: 6px;
    position: relative;

}
.footer-menu{
	margin-top: 20px;
}
.page404{
	padding: 50px 0;
}

.page404 h1{
	font-size: 140px;
	font-family: "RobotoRegular";
}
.page404 h3{
	text-align: left;
	color: black;
	margin-top: 50px;
}
.recall{
    color: white;
    padding: 5px 0;
    text-decoration: underline;
    cursor: pointer;
}
.btn.callback{
    background: #ff0000;
    border: 1px solid #ff0000;
}
.btn.callback:hover{
background: white;
color: #ff0000;
}
.callback:hover{
	text-decoration: none;
}
.form-container{
	display: none;
	    position: fixed;
    width: 400px;
    top: 10%;
    left: 50%;
    background: white;
    padding: 10px 50px;
    z-index: 112;
    margin-left: -200px;
}
.form-control{
	margin-bottom: 15px;
}

.mini{
        width: 100%;
    height: 60px;
    height: 70px;
    background: #FCC900 url("/images/body_back.png")repeat center center;
}
#info{
    display: none;
    position: fixed;
    background: white;
    top: 20%;
    left: 30%;
    z-index: 100;
    padding: 50px;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}
td.weight, th.weight, .total_weight{
    display: none !important;
}


.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 20%;
    font-size: 48px;
    font-family: "RobotoBold";
    text-shadow: 3px 2px 20px rgba(0,0,0,1);
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
}
.carousel-caption2 {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);}
.carousel-caption2 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    
    font-size: 48px;
    font-family: "RobotoBold";
    text-shadow: 3px 2px 20px rgba(0,0,0,1);
}

.carousel-caption3 {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);}
.carousel-caption3 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    
    font-size: 22px;
    font-family: "RobotoBold";
    text-shadow: 3px 2px 20px rgba(0,0,0,1);
}
.content-img img{
	width: 620px !important;
}

.blogtpl{
margin: 5px 0;
    font-size: 16px;
}
.katalog-menu-button{
        color: white;
    height: 34px;
    padding-top: 6px;
    float: left;
    margin-left: 15px;
}
.navbar-collapse1 li a{
    color: white
}
.navbar-collapse1 li ul{
    display: none;
}
.navbar-collapse1 li:hover>ul{
    display: block;
}






@media(max-width: 1024px){
	.carousel-caption{
		font-size: 40px !important
	}
	.carousel-caption2{
		font-size: 30px !important
	}
	.carousel-caption3{
		font-size: 18px !important
	}
}

@media(max-width: 790px){
    .logo{
    display: none;
}
.product-border{
    padding-bottom: 10px;
    margin:0 auto;
}

}

@media(max-width: 480px){
    .navbar-collapse ul li {
    float: none;
}
	.content-img img{
	width: 100% !important;
	height: 260px !important
}
    .logo{
    display: block;
}
    nav.navbar{
        margin-top: 50px
    }
    .main-title{
        font-size: 26px;
    }
    .slider{
        display: none;
    }
    .header-top{
        min-height: 50px;
        background: rgba(0, 14, 47, 1);
    }
    .minicart {
       float: left;
        width: 30%;
    margin: 0 auto;
    text-align: center;
}
.navbar-brand{
    float: none;
    height: inherit;
    padding: 0;
}
.navbar-brand img{
    margin-top: 0;
    width: 100px;
}
.phone {
   float: right; 
        width: 30%;
    text-align: center;
}
#msMiniCart h5 {
    font-size: 14px;
}
.not_empty{
    font-size: 10px;
        margin-top: 18px;
}
.logo{
   width: 108px;
   float: none;
   margin:0 auto;
}
.phone{
   font-size: 10px;
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.phone div{
    font-size: 12px;
}
.cart-txt,.phone div{
    display: none;
}
body>nav{
    margin-top: 50px;
}
nav li{
    float: none;
}
.product-border {
    /* border: 1px solid #D0D0D0; */
    padding: 15px 0;
    width: 282px;
    /* margin: 0px 15px; */
    -webkit-box-shadow: 2px 1px 28px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 28px -3px rgba(0,0,0,0.75);
    box-shadow: 2px 1px 28px -3px rgba(0,0,0,0.75);
    margin: 0 auto;
}
.vitsup{
    display: none;
}
.main-title h1{
    font-size: 16px;
}
.minicart{
    margin-top: 17px;
}


}