body {
	width: 100%;
	background:white;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
}

h1, h2, h3, h4, h5, h6, blockquote {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}



/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

  #top-links a:hover {color:#e6ef30!important;}


/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff!important;
	background-color: #244B66;

}

.dropdown-menu {border-radius:0px!important;}


/* top */
#top {
	
	padding: 4px 0px 3px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}

#top .dropdown-menu a {color:#757575;}


#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}

#top .dropdown-menu a {
    margin: 0;
    border: none;
    border-radius: 0;
}

#top .dropdown-menu a, .new_meny li a {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
            transition: color .25s ease-in-out, background-color .25s ease-in-out;
}







#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	/* color: #E31E24; */
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	color:#000;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {

	min-height: 40px;
}
#menu .nav > li > a {
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-size:16px;
	margin-left: 5px;
  padding: 18px 10px;
  color: #fff;
  border-bottom: 2px solid transparent;
   -webkit-transition: border-color .25s ease, padding .25s ease-in-out;
  transition: border-color .25s ease, padding .25s ease-in-out;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {background:none!important;}
#menu .nav > li > a:hover {border-bottom: 2px solid #fff!important;}


#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #244B66;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	color: #244B66;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #244B66;
	background-image: linear-gradient(to bottom, #244B66, #244B66);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}


.navbar-nav .active a {border-bottom: 2px solid #fff!important;}


@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	
	padding-top: 30px;
	background:#001830; 
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
@media (max-width: 767px) {
.navbar-collapse {
	background:#001830; 	
}

.navbar-collapse .new_meny li a {color:#fff;}

}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #244B66;
	background:#fff;
}
.breadcrumb i {
	font-size: 15px;
	color:#000;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;		
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #244B66;
	border-bottom: 1px solid #244B66;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	
	
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	background:white;
}
.product-thumb .image {
	text-align: center;
	padding:10px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #244B66; font-size:20px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #244B66;
	background-color: #fff;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #244B66;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
	
	#mfilter-box-2 {background:#000;}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
	#mfilter-box-2 {background:#000;}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}



/* Фантазии*/

.btn-group button.btn-default {background:#fff; border:1px solid #244B66; color:#244B66;}
.btn-group button.btn-default:focus {background:#244B66; border:1px solid #244B66; color:#fff; box-shadow:none; text-shadow:none; box-shadow:none;}



.koleso h4 {color:white; font-weight:700;}



.koleso label {color:white;}
.koleso button {background:#244B66; font-size:12px; color:#fff; border:2px solid #fff; font-weight:700;}
.koleso button:hover, .koleso button:focus, .koleso button:focus, .koleso button:active {background:#fff; font-size:12px; color:#244B66; border:2px solid #244B66;}
.koleso button[disabled] {background:#244B66; font-size:15px; color:#fff; border:2px solid #fff; font-weight:700;}
.koleso button[disabled]:hover {background:#fff; font-size:15px; color:#244B66; border:2px solid #244B66;} 
.koleso .container {padding-top:50px;}

#search input {border:1px solid #244B66;}
#search button {border:1px solid #244B66; background:#fff; color:#244B66;}
#search button:hover {border:1px solid #244B66; background:#244B66; color:#fff;}
#cart button {border:1px solid #244B66; background:#fff; color:#244B66!important;}
#menu ul.list-unstyled li a:hover {background:#244B66; color:#fff;}
.featurpad {padding-top:200px; padding-bottom:20px;}
.product-thumb h4 a {color:#244B66;}
.product-thumb .button-group button {background:#244B66!important; color: #fff; border:none;}
.product-thumb .button-group button:hover {background:#fff!important; color: #244B66; border:none;}
.pictured img {max-width:100%;}
.htpad {padding-top:50px;padding-bottom:50px;}
.htpad p {font-size:15px;}
.htpad a {font-size:15px; text-decoration:none; padding:10px; color:#fff; background:#244B66; border-radius:10px; border: 2px solid #fff;}
.htpad a:hover {color:#244B66; background:#fff; border: 2px solid #244B66;}
.htpad h5 {text-align:center!important; font-size:20px!important; font-weight:600!important;}
.breadcrumb a {color:#000;}
.breadcrumb a:hover {color:#244B66;}
.breadcrumb i:hover {color:#244B66;}
.panel-default {border-color:#244B66;}
.panel-heading {background:#fff!important; border-bottom:1px solid #244B66!important;}
#content ul li a {color:#000;}
#content ul li a:hover {color:#404040;}
a#compare-total {color:#000;}
a#compare-total:hover {color:#404040;}
#list-view {background:#fff; border:1px solid #244B66; color:#244B66;}
#list-view:focus {background:#244B66; border:1px solid #244B66; color:#fff; box-shadow:none; text-shadow:none;}
#grid-view {background:#fff; border:1px solid #244B66; color:#244B66;}
#grid-view:focus {background:#244B66; border:1px solid #244B66; color:#fff; box-shadow:none; text-shadow:none;}

.pagination > .active > span {background:#244B66!important; color:#fff; border:1px solid #244B66;}
a.thumbnail:hover {border:1px solid #244B66;}
.alert-success {background:#244B66; border:1px solid #244B66; color:#fff;}
.alert-success a {color:#fff; font-weight:700;}
.alert-success button.close {color:#fff; opacity:0.8; font-size:15px; border:none;line-height:20px;}
.alert-success button.close:hover {color:#fff; opacity:1.0; background:#244B66;}


.table-striped a {color:#244B66; font-weight:700;}
.table-striped tr, .table-striped td {background:#fff;}
.table-striped td {border-bottom:1px solid #244B66;}
.table-striped tr {border-top:1px solid #244B66;}
.table-bordered td.text-right {font-weight:700;}
p.text-right a {color:#244B66;}
#input-quantity:focus {border:2px solid #244B66;}
#button-cart {background:#244B66; border:2px solid #244B66; color:#fff;}
#button-cart:hover {background:#fff; border:2px solid #244B66; color:#244B66;text-shadow:none;}

.table-bordered td.text-left a {color:#000; font-weight:700;}

#input-sort:focus, #input-limit:focus {border:1px solid #244B66;}
.form-control:focus {border:1px solid #244B66;}
.input-group-btn button {background:#fff; border:1px solid #244B66; color:#244B66;}
.input-group-btn button:hover {background:#244B66; border:1px solid #244B66; color:#fff; box-shadow:none; text-shadow:none; box-shadow:none;}
.buttons a.btn-default {background:#fff; border:2px solid #244B66; color:#244B66;}
.buttons a.btn-default:hover {background:#244B66; border:2px solid #244B66; color:#fff; box-shadow:none; text-shadow:none; box-shadow:none;}

.buttons a.btn-primary, #button-coupon,#button-voucher,#button-account,#button-quote ,#button-login ,#button-register ,#button-guest, #button-shipping-address, #button-shipping-method, #button-payment-method, #button-payment-address, .form-horizontal input.btn-primary {background:#244B66; border:2px solid #244B66; color:#fff; box-shadow:none; text-shadow:none; box-shadow:none; transition: 0.3s all; font-size:14px;}
.buttons a.btn-primary:hover {background:#fff; border:2px solid #244B66; color:#244B66;}
a.agree {color:#244B66;}
a.agreed {color:#244B66;}
.well a.btn-primary, .well input.btn-primary, #button-confirm {background:#244B66; border:2px solid #244B66; color:#fff; box-shadow:none; text-shadow:none; box-shadow:none;} 
.well a.btn-primary:hover, .well input.btn-primary:hover, #button-confirm:hover {background:#fff; border:2px solid #244B66; color:#244B66;} 

.mfilter-box-36 h3, .mfilter-box-37 h3, .mfilter-box-3 h3 {color:#fff;}

.mfilter-box-36 .mfilter-heading, .mfilter-box-37 .mfilter-heading, .mfilter-box-3 .mfilter-heading {background:none!important; color:#fff;}

.mfilter-box-36 .btn-primary, .mfilter-box-37 .btn-primary, .mfilter-box-3 .btn-primary {background:#244B66; border:2px solid #244B66; color:#fff; box-shadow:none; text-shadow:none; box-shadow:none; font-size:14px;}


.mfilter-box-36 .btn-primary:hover, .mfilter-box-37 .btn-primary:hover, .mfilter-box-3 .btn-primary:hover {background:#fff; border:2px solid #244B66; color:#244B66;}

#mfilter-box-36, #mfilter-box-37 {padding-left:15px; padding-right:15px;}

/* booking style */

iframe.bookit {width:100%; border:none; height:694px;}

.owl-controls {display:none!important;}
.owl-wrapper-outer {box-shadow:none!important;}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #212327;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.acceptcookies {background:#244B66; border:1px solid #fff;}
.acceptcookies:hover {background:#244B66; border:1px solid #fff;}

.cookiealert-container a {color:#244B66;}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}


input#button-payment-method {margin-top:-20px;}
.abid input {margin-right:100px;}

table.table-bordered {background: #fff;}
.addthis_toolbox {display:none;}
p.jopa {font-weight:700; text-align:center; padding:10px; font-size:15px; background:red; color:#fff;}
span.jopaa {font-weight:700; text-align:center; padding:10px; font-size:15px; background:red; color:#fff;}
.abitup {padding-top:15px;}

.notsobig {display:inline-block;}
.notsobig input {width:50%; display:inline-block;}
.notsobig span {min-width:15px; display:inline-block; background:blue; color:#fff; padding:5px 5px 6px 10px; border-radius:2px;}
.paddingpx {padding-top:50px;}
.paddingpx .form-control::placeholder {color:#000;}
.b_white {background:#fff; padding:20px; margin-bottom:20px; border:1px solid grey; border-radius:5px;}
.righted {text-align:right; font-size:16px;}
.sentbutr {background:white; color:#067CC5; border:1px solid #067CC5; transition: all 0.3s; padding:10px; font-size:16px;}
.sentbutr:hover {background:#067CC5; color:#fff; transition: all 0.3s;}
.paddingpx a {border:none; text-decoration:none; background:none; color:#067CC5; font-weight:700; padding:0;}
.dslogi {background:#2B2A29; padding:10px;}
.dslogi a {color:#fff; font-size:20px;}
.dslogi a:hover {color:#23FF44;}
.dslogi p, .slogi p {margin:0px;}
.superprice {padding:10px; color:#fff; background:red;}
#mfilter-box-36 {width:100%!important;}
.mfilter-content {width:50%;}


@media (max-width: 1200px) {.mfilter-box-36, .mfilter-box-37 {padding-left:0px; padding-right:0px}
.mfilter-opts-container {max-width:90%;}
.mfilter-box-36, .mfilter-box-37 {min-width:200px; min-height:400px;}
.mfilter-content-opts {max-width:125px;}
input.mfilter-opts-slider-min, .mfilter-box .mfilter-opts-slider-max {width: 45px!important; min-width: 45px!important; max-width: 45px!important;}
.mfilter-slider-container {width:100px!important;}
 }

@media (max-width: 980px) {
.mfilter-box-36, .mfilter-box-37 {background:black; padding:10px;}
.mfilter-slider-container {width:200px!important;}
.mfilter-content {width:100%;}
.mfilter-box-36, .mfilter-box-37 {min-width:800px!important; min-height:400px;}

}

@media (max-width: 768px) {
.mfilter-box-36, .mfilter-box-37 {background:black; padding:10px;}
.mfilter-slider-container {display:none;}
.mfilter-box-36, .mfilter-box-37 {min-width:0!important; min-height:400px;}
}


@media (max-width: 480px) {
.mfilter-box-36, .mfilter-box-37{background:black; padding:10px;}
.mfilter-slider-container {display:none;}
}
header {margin-bottom:50px!important;}

header .container {padding-bottom:90px;}
header {position:relative; background-image: url("https://kauppa.nastorengas.fi/images/bg.png"); background-size: cover;
  background-position: center;
  background-repeat: no-repeat; z-index: 1;}

header::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(2, 18, 78, 0.1) 0%, rgba(61, 96, 84, 0.6) 100%);
  background: linear-gradient(to right, rgba(2, 18, 78, 0.1) 0%, rgba(61, 96, 84, 0.6) 100%);
z-index: -1;}

@media (min-width: 768px) {
  .navbar-nav {float: right!important;}  
}

.header--custom-btn {font-family: "Oswald", sans-serif!important; font-weight: 400!important;
  font-size: 16px!important;
  line-height: 24px; padding: 8px 25px!important;  
  background: #e6ef30!important;
  color: #001830!important;
  border: 1px solid #fff!important;
  border-radius: 100px!important;
  transition: color .25s ease, border-color .25s ease!important;
  outline: 0!important;
  margin-top:10px!important;}
  
.header--custom-btn:hover {color: #244B66 !important;
  background: #fff!important;
  border-color: #244B66 !important;
  transition: 1.1s all;}
  
 
  
  .breadcrumb {
    display: none !important;
}


.bg--lightgrey {
    background-color: #f0f0f0;
}

.contact--item {
    padding: 40px;
    background-color: #fff;
    border-right: 1px solid #e9e9e9;
    -webkit-transition: box-shadow .25s ease-in-out;
            transition: box-shadow .25s ease-in-out;
    text-align: center;
    z-index: 0;
	min-height:320px;
}

.contact--item:hover {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    z-index: 1;
}
.contact--item iframe {width:100%; height:230px; border:none;}

#contacts {
    padding: 80px 0 50px;
}

.contacts--title {
    margin-bottom: 30px;
    text-align: center;
}

.contacts--title h4 {
    position: relative;
    margin: -9px 0 20px;
    padding-bottom: 25px;
    color: #303030;
    font-size: 30px;
    line-height: 48px;
}

.contacts--title h4:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background-color: #244B66;
}

span.red {color:#244B66; font-weight:700; }  

.footer--copyright {
    padding: 25px 0;
    background-color: #222;
    text-align: center;
	font-family: 'Oswald', sans-serif;
}

.footer--copyright a {
    color: #890916;
    font-family: 'Oswald', sans-serif;
}
.footer--copyright a {color:#e6ef30!important;}

header .navbar-toggle {
    margin-bottom: 0!important;
    border-color: #890916!important;
    border-radius: 50px!important;
    -webkit-transition: border-color .25s ease!important;
            transition: border-color .25s ease!important;
			background:none!important;
}
header .navbar-toggle {
    border-color: #fff!important; font-size:20px!important;
}
header .navbar-toggle .fa {font-size:20px;}

header .navbar-toggle .icon-bar {
    background-color: #890916;
    -webkit-transition: background-color .25s ease;
            transition: background-color .25s ease;
}
header .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}

#form-language {display:none!important;}