@font-face {
     font-family: "DWACorpid-Regular";
     src: url("/themes/daswelt_responsive/DWACorpid-Regular.woff2") format("woff2");
     font-weight: normal;
     font-style: normal;
}



body {
    /* background: url("/themes/daswelt_responsive/images/bg.jpg") no-repeat fixed center top rgba(0, 0, 0, 0); */
    color: #222222;
    font-family: "DWACorpid-Regular", Verdana, sans-serif;
    font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -webkit-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -moz-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -ms-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -o-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
}

a{
	color: #F06409;
}

#epdsubmit{
    color:black;
}

.navbar{
    margin-bottom:0px;
}

.full-body{
    border:1px solid #eee;
    border-top:0px;
    margin-bottom:20px;
}

.model_welt h1{
    padding-top:20px;
    padding-bottom: 15px;
}

.body_home{
	background-size: cover;
}

.box_home a{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    padding: 40px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom:30px;
}
.box_home:hover a{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    color: #333;
}
.top_menu{
	border-bottom:5px solid #F06409;
	background-color: rgba(255,255,255, 0.9);
}

.navbar-brand{
	padding-top:5px;
}

.menu-title{
	text-transform: uppercase;
	color: white;
	margin:15px 0px 0px 20px;
	float:left;
}

.menu_metr{
	background: #F06409;
	border:0px;
	border-radius: 0px;
}

.menu_metr  .navbar-nav > li > a{
	color:white;
	text-transform: uppercase;
}

.menu_metr  .navbar-nav > li.nav-selected > a{
	color:white;
	background: black;
}

.menu_metr  .navbar-nav > li:hover > a{
	color: #F06409;
	background: white;
}

#main_content, #title{
	background: white;
	padding-bottom:20px;
}

#title{
    text-align: center;
    padding-top:10px;
    padding-bottom:25px;
}

.sidebar .navbar-default{
	background: white;
	border:0px;
	border-radius:0px;
}
.sidebar .navbar-nav{
	padding:10px 0px;
	width:100%;
	margin:0px auto;
}

.sidebar .navbar-nav li{
	float:none;
	border:1px solid #ccc;
	margin-top:3px;
}

.sidebar .navbar-nav li a{
	color: #F06409;
	text-transform: uppercase;
}

.sidebar .navbar-nav li:hover a{
	color: white;
	background: #F06409;
}

.footer-full{
	background: none repeat scroll 0 0 #2A2A2A;
	padding: 20px 0px;
}

#footer_wrapper {
    color: #FFFFFF;
}

#footer_wrapper a{
	color: white;
	font-size: 12px;
}

#footer_wrapper img{
	margin-left:20px;
}

.full_price{
	font-size: 250%; 
	font-weight: bold;
}

.old_price {
    color: #555;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.old_price::before {
    border-bottom: 3px solid #F06409;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}

.poza_princ_welt img{
        width:100%;
        max-width:100%;
        height: auto;
}    

.new_price {
    background-color: #F06409;
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 20px;
}

.welt .detalii a {
    border: 1px solid #ddd;
    float: right;
    margin-top: 20px;
    padding: 5px 10px;
    text-decoration: none;
}

.welt_index .row{
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:20px;
}

.text_home{
	background: none repeat scroll 0 0 rgba(255,255,255, 0.7);
	padding: 10px 20px;
}

.supra_boxes{
	margin-bottom:30px;
}

.footer_wrapper_home{
	padding: 40px 20px;
	background: #222;
	color: #ddd;
}

.footer_wrapper_home a{
	color: #ddd;
}

.footer_wrapper_home a:hover{
	color: #fff;
}

@media (max-width: 767px) {
	.col-sm-3.sidebar{
		margin-top:20px;
	}
	#main_content{
		padding-top:10px;
	}
}

@media (min-width: 768px) {
    
    .welt_index .col-md-6:nth-child(1){
        border-right: 1px solid #eee;
    }
    
	.menu_metr .navbar-nav{
		width: 100%;
	}
	
	.menu_metr .navbar-nav li{
		/* width:14%; */
        width: auto;
		text-align: center;
	}
	
	.menu_metr .navbar-nav li a{
        padding-left:25px;
        padding-right:25px;
    }
	
	.col-sm-3.sidebar{
		padding-right:0px;
	}
	.meniu_home{
		/* position: absolute;
		bottom:20px;	
		left: 0;
		right: 0;
		margin: auto; */
	}
}

@media (max-width: 992px) {
	.navbar-brand img{
		height: 40px;
	}
}

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #66C234; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.form_wrapper form{
    display:none;
}
