body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
}
/* 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: #004d95;
}
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: 14px;
}
.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;
}
button:active,
button:focus {
  outline: none !important;
}


button::-moz-focus-inner {
  border: 0 !important;
}
:focus {
  outline-style: none;
  outline-width: 0px !important;
  outline-color: none !important;
}
.white-tooltip + .tooltip > .tooltip-inner {background-color: #fff; color: #282828;}
/* 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;
}
.well {
    background-color: #f5f5f5;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
.navbar-default {
    background: none;
    border: 0;
}
@media (min-width: 768px) {
.navbar {
    margin: 0;
}
}
#top {
	background-color: #004d95;
	padding: 4px 0px 3px 0;
	min-height: 48px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #004d95;
}
#form-language .btn-link {
    padding-bottom: 0;
}
#form-language .btn-link:hover, #form-language .btn-link:hover, #form-language .btn-link:focus {
    text-decoration: none;
}
#form-language .dropdown-menu {
    min-width: 130px;
}
#form-language .dropdown-menu li .language-select {
	color: #282828;
	font-size: 13px;
	padding: 3px 13px;
}
#form-language .dropdown-menu li .language-select img {
	vertical-align: baseline;
	margin-right: 3px;
}
#top .btn-link, #top li, #top a {
	color: #fff;
	font-size: 13px;
}
#top .btn-link:hover, #top a:hover, #top a:focus {
	color: #fff;
	text-decoration: none;
}
#top ul li.open a {
    background: none;
	text-decoration: none;
}
#top .dropdown-menu-right {
    right: -13px;
}
#top .dropdown-menu a {
	text-shadow: none;
	color: #282828;
	font-size: 13px;
	padding: 3px 10px;
}
#top .dropdown-menu a:hover, #top-links .dropdown-menu a:active, #top-links .dropdown-menu a:focus {
	color: #004d95;
	background: none !important;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 10px;
}
#top-links .list-inline>li {
    padding-right: 0;
    padding-left: 35px;
}
#top-links a + a {
	margin-left: 15px;
}

#top .sm-header {
	float: left;
	margin-left: 60px;
	margin-top: 8px;
}

#top .sm-header li {
	padding-left: 8px;
}

#top .sm-header a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#top.sm-header a:hover {
	opacity: 0.8;
}

header {
	background: #f5f5f5;
	padding: 6px 0 6px;
}
@media (min-width: 1415px) {
header .col-md-8 {
    width: 70.666667%;
}
header .col-md-4 {
    width: 29.333333%;
}
}
@media (min-width: 992px) and (max-width: 1199px) { 
header .col-md-8 {
    width: 61.666667%;
}
header .col-md-4 {
    width: 38.333333%;
}
}
.information-contact label {
	font-size: 14px;
	text-align: left !important;
}
.contact-info li {
	margin: 10px 0;
}
.contact-info-title {
	margin-bottom: 20px;
}
.contact-info .fa {
    color: #004d95;
    margin-right: 6px;
	font-size: 16px;
}
#top .contactm-b a {
	display: block;
	font-size: 13px;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 1px 12px 3px;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
#top .contactm-b a:hover, #top .contactm-b a:focus, #top .contactm-b a:active {
	background: #fff;
	color: #004d95;
}
#callModal .modal-content {
    border: 0;
    border-radius: 4px;
	max-width: 570px;
}
#callModal .modal-header {
	border-bottom: 0;
	padding: 15px 15px 0 15px;
}
#callModal .modal-title {
	font-size: 24px;
}
#callModal .modal-content p {
    color: #222;
	margin-bottom: 20px;
	font-size: 14px;
}
#callModal .modal-body {
	padding: 15px 15px 5px 15px;
}
#callModal .buttons {
    text-align: right;
	margin: 0px 0 10px;
}
#callModal .form-control {
    height: 40px;
	font-size: 18px;
    color: #222;
}
#callModal  .alert-success {
    color: #008000;
    background: none;
    border: 0;
}

#myFilter .modal-title {
    font-size: 24px;
}
#myFilter .modal-body {
    position: relative;
    padding: 0 15px 15px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
	padding-top: 10px;
}	
/* search */
#search {
	margin-top: 16px;
	width: 240px;
	float: left;
	border: 1px solid #333;
	border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#search .form-control {
    -webkit-box-shadow: none;
    box-shadow:  none;
	background: #f5f5f5;
	border: 0;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border: 0;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 10px;
	text-shadow: none;
	background: #f5f5f5;
	border: 0;
}
#search .fa {
	color: #004d95;
	font-size: 18px;
}
/* cart */
#cart {
	float: left;
	width: 47px;
	height: 40px;
	margin-left: 2px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .table-striped>tbody>tr:nth-of-type(odd) {
    background: none;
}
#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;
}
#cart .btn, #cart.open > .btn, 
#cart .btn:hover, 
#cart .btn:focus, 
#cart .btn:active, 
#cart .btn.active, 
#cart .btn:active:focus  {
	border: 0;
	background: none;
	padding: 0;
	box-shadow: none;
}
.count {
    position: absolute;
    right: -9px;
    top: -8px;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    border-radius: 50px;
    background-color: #004d95;
    color: #fff;
    font-size: 12px;
	line-height: 20px;
}
.cart-icon, .compare-icon {
	position: relative;
	height: 44px;
	float: left;
	margin-top: 16px;
	margin-left: 24px;
}
#cart .count {
    right: -9px;
    top: -8px;
}
#cart .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0;
}
#cart .fa-times {
	-webkit-text-stroke: 2px white;
	font-size: 18px;
	color: #282828;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#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 #DDD;
	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;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	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;
}
@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;
	}
     .nav {
        padding-left: 5px;
     }
}

header .navbar-default .navbar-nav>li>a {
    color: #282828;
	font-size: 16px;
}
@media (max-width: 1415px) {
header .navbar-default .navbar-nav>li>a {
	font-size: 14px;
}	
}
header .navbar-default .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>li>a:focus, header .navbar-default .navbar-nav>li>a:active {
	color: #004d95;
}
header .nav>li>a {
    position: relative;
    display: block;
    padding: 0 13px 0;
}
@media (min-width: 768px) {
.navbar-right li {
    margin-top: 24px;
}
.navbar-right li.dropdown {
    margin-top: 16px;
	margin-left: 24px;
}
}
header li.dropdown a {
	background: #004d95;
	padding: 10px 20px 11px;
	border-radius: 4px;
	display: block;
	color: #fff !important;
	font-weight: 600 !important;
	-webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
}

header li.dropdown a:hover, header li.dropdown a:focus, header li.dropdown a:active, header li.dropdown a:active:focus, header li.open a.dropdown-toggle {
	background: #1f90bb !important;
}

@media (min-width: 768px) {
header .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    width: 250px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
}
header .navbar-right .dropdown-menu li a {
    background: none;
	color: #282828 !important;
	font-weight: 400 !important;
	border-radius: 0;
	font-size: 13px;
	padding: 5px 20px 5px;
}
header .navbar-right .dropdown-menu li  {
    margin: 0 !important;
}
header .navbar-right .dropdown-menu li a:hover, header .navbar-right .dropdown-menu li a:focus, header .navbar-right .dropdown-menu li a:active {
    background: none !important;
	color: #004d95 !important;
}

.dropdown-menu {
    margin: 4px 0 0 !important;
    border: 0;
    border-radius: 4px;
}

/* content */
#content {
	min-height: 600px;
}
@media (min-width: 1416px) {
.container {
    width: 1412px;
}
}
.home-box {
	margin-top: 80px;
}
.owl-wrapper-outer {
    border: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
.owl-carousel .owl-buttons div {
    opacity: 1 !important;
    text-shadow: none !important;
}
.owl-pagination {
    display: none;
}
#carousel0 .fa, #owl-product .fa{
	color: #7a7a7a;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 5px 10px 6px 11px;
	border-radius: 4px;
	background: #fff;
}
#carousel0 .owl-nav {
    width: 100%;
    position: absolute;
    top: 40px;
}
#carousel0 .owl-prev {
	position: absolute;
	z-index: 2;
    left: -30px;
	top: 40%;
}
#carousel0 .owl-next {
    right: -30px;
	top: 40%;
	position: absolute;
	z-index: 2;
}
#carousel0 .owl-item img {
	width: auto !important;
}
#owl-product .owl-stage-outer {
    max-width: 84% !important;
}
#owl-product .owl-nav {
    width: 100%;
    position: absolute;
    top: 0;
}
#owl-product .owl-next {
    right: -10px;
	left:  auto;
	position: absolute;
	z-index: 2;
}
#owl-product .owl-prev {
    right: 24px;
	left:  auto;
	position: absolute;
	z-index: 2;
}
.category-title {
	border-bottom: 1px solid #004d95;
	padding-bottom: 20px;
	margin-top: 0;
}
#product-sort {
    margin-bottom: 20px;
}
.product-sort-category {
	margin-top: 18px;
}
#product-sort .input-group-addon {
    background: none;
    border: 0;
	font-size: 14px;
}
#product-sort select  {
    border-radius: 4px;
	background: #004d95;
	color: #fff;
	font-size: 14px;
	box-shadow: none;
	border: 0;
}
#product-sort select option {
    background: #fff;
    color: #282828;
   
}
#bg-add-product {
	background: #f5f5f5;
	padding: 20px 15px;
	border-radius: 4px;
	margin: 15px 0;
}
#bg-add-product label {
	display: block;
	font-size: 13px;
	margin-bottom: 15px;
}
#bg-add-product .input-group {
	width: 80px;
	float: left;
	margin-right: 20px;
}
#bg-add-product .fa {
	-webkit-text-stroke: 2px white;
}
#bg-add-product .form-control {
    border: 0;
}
#bg-add-product .btn-default {
	background: #fff;
	color: #282828;
	padding: 7px 14px 7px;
}

.similar-product-active {
	display: none;
}
#tab-analogues .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
	color: #7a7a7a;
	font-weight: 400;
}
#tab-analogues a {
	color: #282828;
	display: block;
}
#tab-analogues a:hover, #tab-analogues a:focus, #tab-analogues a:active {
	color: #282828;
	text-decoration: none;
}
#tab-analogues .table>tbody>tr>td, #tab-analogues.table>tbody>tr>th, #tab-analogues .table>tfoot>tr>td, #tab-analogues .table>tfoot>tr>th, #tab-analogues .table>thead>tr>td, #tab-analogues .table>thead>tr>th {
    padding: 8px 0;
}
/* Advantages */
.home-advantages-title {
	background: #f2f2f2;
	width: 100%;
	font-size: 20px;
	color: #222;
	text-align: center;
	padding: 21px 0 21px;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 44px;
}
.advantages-text {
	margin: 0;
	padding: 0;
}
.advantages-text p {
	line-height: 1.3;
	padding-top: 4px;
}
.advantages-text li {
	list-style-type: none;
	color: #222;
	font-size: 18px;
}
.advantages-svg {
	margin-right: 29px;
	padding-bottom: 30px;
	display: block;
	float: left;
}
@media (max-width: 1415px) {
.home-advantages-title {
    font-size: 16px;
}
.advantages-text li {
    font-size: 14px;
}
.advantages-svg {
    padding-bottom: 16px;
}
}
@media (max-width: 1199px) {
.home-advantages-title {
    font-size: 14px;
	margin-top: 27px;
    margin-bottom: 25px;
}
.advantages-text li {
    font-size: 13px;
}
}

/* Style the tab */
.tab {
  overflow: hidden;
  margin-bottom: 46px;
}
.tab button {
  background: none;
  color: #004d95;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 14px;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 10px;
  margin-left: 1px;
}
.tab button:hover {
  background-color: #004d95;
  color: #fff;
}
.tab button.active {
  background-color: #004d95;
  color: #fff;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Filter */
@media (max-width: 767px) {
#column-left {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 3000;
	background-color: rgba(243,245,247,.8);
	left: 0;
	top: 0;
	display: none;
}
#column-left .close {
    opacity: 1;
}
#column-left .heading-title {
	font-size: 24px;
}
#column-left .fa-sliders {
	color:#004d95;
	font-size: 20px;
	margin-right: 10px;
}
#opacity-mobile {
	background: #fff;
	width: 70%;
	height: 100%;
	position: absolute;
	z-index: 3000;
	left: 0;
	top: 0;
	padding: 0 15px;
}
}

/* Single product */

#eleven-product .nav-tabs>li>a {
    color: #7a7a7a;
    border: 0;
	font-size: 16px;
	padding: 0 0 15px 0;
	margin: 0 18px 0 0;
}
#eleven-product .nav-tabs>li>a:hover, #eleven-product .nav-tabs>li>a:focus, #eleven-product .nav-tabs>li>a:active {
    color: #004d95;
	background: none;
}
#eleven-product .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #004d95;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #004d95;
}
/* Compare */
.product-compare h1 {
	margin-bottom: 30px;
}
.product-compare .fa-times-circle {
    font-size: 18px;
	line-height:2;
	color: #c1c0c0;
}
.product-compare .fa-times-circle:hover, .product-compare .fa-times-circle:focus, .product-compare .fa-times-circle:active {
	color: #7d7d7d;
}
.product-compare .table>tbody+tbody {
    border-top: 0;
}

/* footer */
footer {
	margin-top: 80px;
	padding-top: 54px;
	background: #f6f6f6;
	color: #222;
}
.common-home footer {
	margin-top: 14px;
}
footer .fa {
	color: #004d95;
	font-size: 16px;
	margin-right: 10px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #004d95;
	margin-top: 64px;
}
footer .img-responsive {
	max-width: 300px;
	margin-bottom: 30px;
}
footer p {
	color:#004d95;
	font-size: 16px;
}
footer a {
	color: #222;
	font-size: 16px;
}
footer a:hover, footer a:active, footer a:focus {
	color: #004d95;
	text-decoration: none;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #222;
	margin-bottom: 25px;
	margin-top: 26px;
}
footer .list-unstyled li {
	margin-top: 9px;
}
.copyright {
	color: #222;
	font-size: 16px;
	margin-top: 4px;
    margin-bottom: 30px;
	float: left;
}
.dev {
	float: right;
	margin-right: 30px;
}
@media (max-width: 460px) {
.dev {
	display: none;
}
}

@media (max-width: 1415px) {
footer p {
	font-size: 15px;
}
footer a {
	font-size: 15px;
}
}

/* alert */
.alert {
	padding: 10px 14px 10px 14px;
}
.alert-success {
    color: #282828;
    background-color: #dff0d8;
    border: 0;
}
.alert-success a {
    color: #282828;
	text-decoration: none;
}
.alert-success a:hover, .alert-success a:focus, .alert-success a:active {
    color: #004d95;
	text-decoration: none;
}
.alert-warning .fa, .alert-success .fa {
    display: none;
}
.alert-success .close {
    font-weight: 300;
	text-shadow: none;
    opacity: 1;
	font-size: 28px;
	line-height: 0.7;
}
.alert-warning {
    color: #282828;
    border: 0;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 10px 0;
	padding: 8px 0;
	border: 0;
	background: none;
}
.breadcrumb a {
	color: #004d95;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -5px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #004d95;
    border-bottom: 1px solid #004d95;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
    display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.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: #ffffff;
    background-color: #004d95;
	border: 0;
	padding: 7px 20px 7px;
    font-weight: 600;
	font-size: 16px;
}
.btn-primary {
	color: #ffffff;
    background-color: #004d95;
	border: 0;
	padding: 7px 20px 7px;
    font-weight: 600;
	font-size: 16px;
}
.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;
	background-color: #faa732;
}
.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: #da4f49;
}
.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, #222);
	background-repeat: repeat-x;
	border-color: #222 #222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-cart {
	color: #222;
    display: inline-block;
	float: right;
    font-size: 12px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none!important;
    position: relative;
	cursor: pointer;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
	padding-top: 5px;
}
.btn-cart:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    display: inline-block;
    background: #818181;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}
.product-thumb .btn-cart:hover:before {
    background-color: #818181;
    left: 50%;
    width: 0
}

/* 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;
}
#modul-category {
	border-bottom: 1px solid #999;
}
#modul-category .heading-title{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#modul-category .list-group a {
	border: 0;
	color: #282828;
	padding: 5px 0;
	font-size: 14px;
}
#modul-category .list-group a.active, #modul-category .list-group a.active:hover, #modul-category .list-group a:hover, #modul-category .list-group a:focus {
    color: #004d95;
    background: none;
    border: 0;
    text-shadow: none;
}
#modul-filter .heading-title {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#modul-filter .btn-primary {
	font-size: 13px
}
#modul-filter .list-group-name {
	margin-top: 15px;
}
#modul-filter .list-group-item {
	border: 0;
    padding: 0 0 10px 6px;
	border-bottom: 1px solid #999;
	border-radius: 0;
}

/* Account */
.account-h1 {
	margin:0 0 30px;
}
@media (min-width: 768px) {
.account-edit .form-horizontal .control-label,
.account-password .form-horizontal .control-label,
.account-address-add .form-horizontal .control-label {
    text-align: left;
	font-size: 14px;
	padding-top: 4px;
}
}
.account-edit .form-horizontal .form-control,
.account-password .form-horizontal .form-control,
.account-address-add .form-horizontal .form-control {
    height: 30px;
    width: 250px;
}
.account-edit .btn-default,
.account-password .btn-default,
.account-address .btn-default,
.account-address-add .btn-default {
    color: #004d95;
    background: none;
    border: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
	margin-left: 15px;
    border-bottom: 1px dotted;
	border-radius: 0;
	line-height: 1.2;
}
.account-address .table>tbody>tr>td, .account-address .table>tbody>tr>th, .account-address .table>tfoot>tr>td, .account-address .table>tfoot>tr>th, .account-address .table>thead>tr>td, .account-address .table>thead>tr>th {
    border-top: 0;
}
.account-address .fa-trash-o {
    color:#b1aeae;
    margin-left: 5px;
	font-size: 20px;
    vertical-align: bottom;
}

@media (min-width: 768px) {
.account-register .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}
.account-register .form-horizontal .form-control {
	width: 300px;
}
}
.account-register .form-horizontal .form-control {
	height: 30px;
}
#account-modul .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#account-modul .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#account-modul .list-group a {
    border: 0;
    color: #282828;
    background: #f5f5f5;
}
#account-modul .list-group a:hover, #account-modul .list-group a:focus, #account-modul .list-group a:active {
    color: #004d95;
}
#account-modul .list-group a:hover, #account-modul .list-group a:focus, #account-modul .list-group a:active {
    color: #004d95;
}
.account-wishlist .fa-trash-o {
	color: #fff;
}
.account-wishlist-del {
	background: #f84147;
}
.account-wishlist-del:hover, .account-wishlist-del:active, .account-wishlist-del:focus {
	background: #fb5257;
}

/* 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;
}
.owl-carousel .img-responsive {
    margin: 0 auto;
}
/* product list */
.product-thumb {
	overflow: hidden;
	margin-bottom: 55px;
}
.product-thumb .image {
	text-align: center;
	border: 1px solid #e6e6e6;
	padding-top: 50px;
	padding-bottom: 50px;
}
.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: 400;
	margin-top: 24px;
	margin-bottom: 18px;
	min-height: 33px;
}
.caption h4 a {
	color: #7a7a7a;
	font-size: 14px;
}
.caption h4 a:hover, .caption h4 a:focus, .caption h4 a:active {
	text-decoration: none;
	color: #004d95;
}
.price {
	color: #222;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}
.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;
}
.stock-status {
    background-color: #e7e7e7;
    position: absolute;
    z-index: 20;
    display: block;
    color: #004d95;
    padding: 5px 10px;
    top: 18px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #ffa900;
	font-size: 18px;
}
.rating .fa-star {
	color: #ffa900;
	font-size: 18px;
}
.rating .fa-star + .fa-star-o {
	color: #ffa900;
}
#tab-review .fa {
	color: #ffa900;
	font-size: 18px;
}
#tab-review .fa-stack {
	width: 18px;
}
#tab-review .table-bordered {
    border: 0;
	border: 1px solid #ddd;
}
#tab-review  .table-striped>tbody>tr:nth-of-type(odd) {
    background: none;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 0;
}
h2.price {
	margin: 0;
}
.img-thumbnail {
    border: 0;
}
.product-thumb .price {
	color: #222;
}
.product-thumb .price-new {
	font-weight: 600;
	color: #fb3f4c;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 15px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	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: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.product-thumb .image {
  position: relative;
  overflow: hidden;


}
.product-thumb .image > a img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
}
.product-thumb .image .button-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-bottom: 0;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}

@media (min-width: 768px) {
  .product-thumb .image .button-wrap {
    -moz-transform: rotateY(180deg) translate(50%, -100%) scale(0.2);
    -ms-transform: rotateY(180deg) translate(50%, -100%) scale(0.2);
    -o-transform: rotateY(180deg) translate(50%, -100%) scale(0.2);
    -webkit-transform: rotateY(180deg) translate(50%, -100%) scale(0.2);
    transform: rotateY(180deg) translate(50%, -100%) scale(0.2);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .product-thumb .image .button-wrap .product-btn {
    opacity: 0;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .product-thumb .image .button-wrap .product-btn + .product-btn {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .product-thumb .image .button-wrap .product-btn + .product-btn + .product-btn {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (min-width: 768px) {
  .product-thumb:hover .image .button-wrap {
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .product-thumb:hover .image .button-wrap .product-btn, .product-thumb:hover .image .button-wrap .product-btn + .product-btn, .product-thumb:hover .image .button-wrap .product-btn + .product-btn + .product-btn {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 767px) {
.product-thumb .image .button-wrap {
	display: none;
}
}
.thumbnail {
	border: 0;
}
.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;
	}
}
@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;
	}
}

/* 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;
}

.form-control {
    height: 36px;
	-webkit-box-shadow: none;
    box-shadow:  none;
}

.alert-danger {
    color: #a94442;
    background: none;
    border-color: #f5f5f5;
}

.animated {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* Eleven radiobox and checkbox */
.eleven-radiobox, .eleven-checkbox {
  display: block;
  position: relative;
  padding-left: 22px !important;
  margin-bottom: 5px !important;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.eleven-radiobox input, .eleven-checkbox input  {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.eleven-checkbox input:checked ~ .checkmark {
  background: #004d95;
  border: 1px solid #004d95;;
}
.eleven-radiobox input:checked ~ .checkmark:after,
.eleven-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.eleven-radiobox .checkmark {
    position: absolute;
    top: 0;
    left: -6px;
    height: 18px;
    width: 18px;
    background-color: #fff;
	border: 1px solid #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.eleven-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: -6px;
    width: 18px;
    height: 18px;
    background-color: #fff;
	border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.eleven-radiobox .checkmark:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    background: #004d95;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    display: none;	
}
.eleven-checkbox .checkmark:after {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    display: none;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Mobile */
@media (max-width: 1415px) {
#logo {
    margin: 0 0 12px 0;
	padding-top: 5px;
}

.navbar-right li.dropdown {
    margin-top: 9px;
}
#search {
    margin-top: 9px; 
	width: 195px;
}
.cart-icon, .compare-icon {
    margin-top: 7px;
}
header .navbar-default .navbar-nav>li>a {
    font-size: 15px;
}
header .nav>li>a {
    padding: 0 5px 0;
}
.navbar-right li {
    margin-top: 19px;
}
header li.dropdown a {
    padding: 10px 10px 11px;
}
.home-box {
    margin-top: 50px;
}
}	
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
.navbar-toggle {
    float: left;
}
.navbar-toggle .icon-bar {
    width: 24px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-default .navbar-toggle {
    border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #004d95;
}
#logo {
    float: left;
}

#search {
    margin-top: 5px;
	width: 210px;
}
.cart-icon, .compare-icon {
    margin-top: 4px;
}
.home-box {
    margin-top: 40px;
}
.navbar-right li {
    margin-top: 10px;
}
header .nav>li>a {
    padding: 0;
}
header .navbar-collapse {
    padding-left: 10px;
}
header .navbar-right li.dropdown {
    margin-top: 10px;
    margin-left: 0;
	margin-bottom: 10px;
}
header .navbar-right li.dropdown svg {
    display: none;
}
header .dropdown-menu {
    position: relative;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	background: none;
}
header li.dropdown a {
    background: none;
	font-size: 14px;
    padding: 0;
    color: #282828 !important;
    font-weight: 400 !important;
}
header li.dropdown a:hover, header li.dropdown a:focus, header li.dropdown a:active, header li.dropdown a:active:focus, header li.open a.dropdown-toggle {
    background: none !important;
	color: #282828;
}
header .navbar-right .dropdown-menu li a {
    padding-left: 0;
}
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 0;
}
}
@media (max-width: 700px) {
.price {
    display: block;
	font-size: 16px;
}
.btn-cart {
   float: left;
}
.product-thumb .image {
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-thumb {
    margin-bottom: 0;
    height: 360px;
}
footer {
    margin-top: 20px;
	padding-top: 20px;
}
footer hr {
    margin-top: 16px;
}
.copyright {
	font-size: 14px;
	float: left;
}
}
@media (max-width: 563px) {
#top .btn-link, #top li, #top a {
    font-size: 12px;
}
#top-links .list-inline>li {
    padding-left: 10px;
}
#form-language .btn-link {
	margin-top: 3px;
}
footer h5 {
    margin-bottom: 15px;
    margin-top: 15px;
}
}
/* LightBox */
@media (min-width: 992px) {
.lb-outerContainer {
    width: 90% !important;
    height: 90vh !important;
}
.lb-outerContainer img {
    margin: 0 auto;
}

.lb-container {
	padding-top: 9vh;
}
}
.lb-dataContainer {
	width: 88% !important;
	position: absolute;
    top: 10px;
    left: 6%;
	z-index: 10;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
    opacity: 1  !important;
}
.lb-data .lb-caption {
    font-size: 20px !important;
    font-weight: 400 !important;
	color: #282828 !important;
}
.lb-data .lb-close {
    background: url(/image/catalog/close.svg) top 2px right no-repeat !important;
}
.lb-nav a.lb-prev {
    background: url(/image/catalog/back.svg) left 2% top 48% no-repeat !important;
}
.lb-nav a.lb-next {
    background: url(/image/catalog/next.svg) right 1% top 48% no-repeat !important;
}

@media (max-width: 1199px) {
#top .sm-header {
    margin-left: 15px;
}
#top .sm-header li {
    padding-left: 3px;
}
#top-links .list-inline>li {
    padding-left: 25px;
}
}

@media (max-width: 991px) {
#top .sm-header {
    margin-left: 10px;
	margin-top: 15px;
}
#top-links {
	float: none !important;
	padding-top: 8px;
}
#top-links .list-inline>li {
    padding-left: 14px;
}
}

/* Статьи */

.newsblog-category h4 {
	margin-top: 0;
}

.newsblog-category h4 a {
	color: #000;
	font-size: 21px;
	font-weight: 600;
}

.newsblog-category .image {
	margin-right: 25px;
}

.newsblog-category p {
	text-align: justify;
}

@media (max-width: 700px) {
.newsblog-category .product-thumb {
    height: auto;
}
}

@media (max-width: 749px) {
.newsblog-category h4 {
	margin-top: 15px;
}
}


.modal-dialog .captcha legend, .modal-dialog .captcha label {
	display: none;
}

.modal-dialog .captcha .col-sm-10 {
	margin-left: 15px;
}