body {
    font-family: 'Roboto', sans-serif;
}

.embed_font {
    font-family: 'Roboto', sans-serif;
}

.btn_red, .btn_red:hover, .btn_red:active, .btn_red:visited, .btn_red:focus, .btn_red[disabled], .btn_red[disabled]:hover, .btn_red.disabled, .btn_red.disabled:hover {
    background-color: #AD2A30;
    border-color: #AD2A30;
	color: #fff;
}

a {
    color: #AD2A30;
}

input,
textarea {
    outline: 0;
}

img {
    max-width: 100%;
}

img.img-center {
    display: block;
    margin: auto;
}
img.img-center.force {
    margin:0 auto !important;
    text-align: center;
}

.inner {
    max-width: 1100px;
    margin: 0px auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.anim,
.anim *,
.anim *:before,
.anim *:after {
    -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;
}

.separator {
    background: #ddd;
    width: 100%;
    height: 1px;
    margin: 30px 0;
}

::-webkit-input-placeholder {
    color: #da7a83;
    opacity: 1;
}

:-moz-placeholder {
    color: #da7a83;
    opacity: 1;
}

::-moz-placeholder {
    color: #da7a83;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #da7a83;
    opacity: 1;
}

footer ::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

footer :-moz-placeholder {
    color: #999;
    opacity: 1;
}

footer ::-moz-placeholder {
    color: #999;
    opacity: 1;
}

footer :-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.search ::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.search :-moz-placeholder {
    color: #999;
    opacity: 1;
}

.search ::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.search :-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.input,
.textarea {
    border: 1px solid #ddd;
    background: #f4f4f4;
    box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
    height: 48px;
    width: 100%;
    font-size: 17px;
    color: #999;
    padding: 0 15px;
    margin-bottom: 23px;
}

.input:hover,
.textarea:hover,
.input:focus,
.textarea:focus {
    border-color: #138bc1;
    border-left-width: 3px;
}

.textarea {
    padding: 10px 15px;
    min-height: 150px;
    resize: none;
}

.submit {
    background: #502117;
    padding: 0 20px;
    height: 40px;
    display: inline-block;
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.submit:hover {
    background: #138bc1;
    color: #fff;
}

.form .f_separator {
    background: #ddd;
    width: 100%;
    height: 1px;
    margin: 10px auto 30px auto;
}

.form .separator {
    margin-top: 7px;
    margin-bottom: 23px;
}

.form label.error {
    position: absolute;
    bottom: 16px;
    right: 1px;
    background-color: #f55a62;
    color: #fff;
    padding: 2px 6px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.form input[type="checkbox"] {
    display: none;
}

.form input[type="checkbox"] + label span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../img/icons/unchecked.png);
    cursor: pointer;
}

.form input[type="checkbox"]:checked + label span {
    background: url(../img/icons/checked.png);
}

.form label {
    font-weight: 400;
    cursor: pointer;
}

.form .icon {
    position: relative;
}

.form .icon:after {
    position: absolute;
    content: '';
    top: 4px;
    right: 4px;
    width: 48px;
    height: 40px;
    background: url(../img/icons/datepicker.png) center no-repeat;
}

.form .icon.dropdown:after {
    background: url(../img/dropdown.png) center no-repeat #9d8d63;
}

.slideshow {
    background: #fff;
    border: 1px solid #ddd;
    margin: 45px 0;
}

.slideshow .item {
    width: 100%;
}

.slideshow .item .title {
    display: none;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.owl-nav {
    float: right;
    width: 100px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    border: 1px solid #ddd;
    border-top: 0;
    border-right: 0;
    float: left;
    font-size: 30px;
    line-height: 45px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #000;
}

.owl-nav .owl_elem {
    width: 100px;
    border-left: 1px solid #ddd;
    text-align: center;
    padding: 14px 0;
    clear: both;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #666;
}

.owl_elem_holder .title {
    font-size: 18px;
    color: #000;
    padding: 15px 30px;
}

.page_title {
    background: #f4f4f4;
    font-size: 40px;
    color: #000;
}

.page_title h1 {
    margin: 0;
    padding: 25px 0;
}

#breadcrumbs {
    margin-bottom: 0;
    font-size: 16px;
    padding-top: 0px;
    -moz-transform: matrix(1.00011779, 0, 0, 1.00134292, 0, 0);
    -webkit-transform: matrix(1.00011779, 0, 0, 1.00134292, 0, 0);
    -ms-transform: matrix(1.00011779, 0, 0, 1.00134292, 0, 0);
}

#breadcrumbs li {
	color: #fff;
	padding: 14px 11px;
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	text-shadow: 2px 3px 4px #666 !important;
	font-size: 20px;
}

#breadcrumbs li + li:before {
    content: '\f105';
    font-family: fontAwesome;
    position: relative;
    left: -12px;
}

#breadcrumbs.products  a {
    color: #fff;
}

#breadcrumbs a {
	color: #fff;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

.page {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 5px solid #502117;
}

.no_gutter {
    margin: 0;
}

.no_gutter .sidebar,
.no_gutter .content {
    padding: 0;
}

.embed_font {
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
}

.inner.embed_font, .inner.embed_font h1, .inner.embed_font span {
	font-family: 'Roboto Condensed', 'Roboto', sans-serif !important;
}

.content {
    border-left: 1px solid #ddd;
    margin-left: -1px;
    color: #000;
}

.content.well {
    padding-left: 0;
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 transparent; -moz-box-shadow: 0 0 0 0 transparent; box-shadow: 0 0 0 0 transparent;
}

.content .padding {
    padding: 20px 30px;
}

.content .padding .sub_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.content .padding .sub_title.normal {
    font-weight: normal;
    margin-bottom: 0;
}

.content .padding p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
}

.content .padding a {
    text-decoration: underline;
    color: #000;
}

.content .padding a:hover {
    text-decoration: none;
}

.content iframe:not(.leaveSize) {
    margin-top: 10px;
    border: 0;
    /*height: 400px;*/
    /*width: 100%;*/
}

.content .main_title {
    font-size: 30px;
    color: #000;
}

.content .s_sub_title {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    margin-top: 4px;
}

.content .s_sub_title:after {
    margin: 24px 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.content ul {
    padding-left: 25px;
    color: #444;
    margin-bottom: 0;
}

.content .c_gallery .row {
    margin: -3px 0;
}

.content .c_gallery .row .col-md-4,
.content .c_gallery .row .col-md-6 {
    padding: 0 3px;
    margin-bottom: 6px;
}

.content .c_gallery a {
    display: block;
    position: relative;
}

.content .c_gallery a:hover .opacity {
    opacity: 1;
}

.content .c_gallery a .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    opacity: 0;
}

.content .c_gallery a .opacity span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#tabs {
    margin-bottom: 0;
    border-bottom: 1px solid #AD2A30;
    margin-bottom: 22px;
}

#tabs li {
    background: #f1f3f4;
    font-size: 17px;
}

#tabs li a {
    color: #000;
    padding: 13px 20px;
    display: block;
}

#tabs li.active,
#tabs li:hover {
    background: #AD2A30;
}

#tabs li.active a,
#tabs li:hover a {
    color: #fff;
}

.list .title {
    font-size: 17px;
    font-weight: 700;
    color: #AD2A30;
    margin-bottom: 4px;
}

.list ul {
    padding: 0 0 20px 15px;
    margin-bottom: 20px;
    list-style: square;
    color: #AD2A30;
    border-bottom: 2px solid #d8dadb;
}

.list li a {
    color: #555;
    font-size: 15px;
}

#slider .caption {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#slider .caption .title {
    color: #121212;
    font-size: 80px;
}

#slider .caption p {
    font-size: 20px;
    line-height: 25px;
    color: #121212;
    margin-bottom: 0;
}

#slider .caption .read_more {
    margin-top: 30px;
    border: 2px solid #AD2A30;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    color: #121212;
    padding: 10px 20px;
}

#slider .caption .read_more span {
    text-decoration: underline;
}

#slider .caption .read_more:hover {
    text-decoration: none;
    background: #AD2A30;
}

#slider .caption .read_more:hover span {
    text-decoration: none;
    color: #fff;
}

#slider .caption .read_more:hover i {
    color: #fff;
}

#slider .caption .read_more i {
    margin-left: 5px;
    color: #AD2A30;
}

.owl-controls {
    position: absolute;
    width: 100%;
    bottom: 25px;
}

.owl-dots {
    text-align: center;
    height: 20px;
}

.owl-dots .owl-dot {
    display: inline-block;
    background: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dots .owl-dot.active {
    background: #AD2A30;
}

.active_content {
    padding-left: 20px;
}

.h_title {
    font-size: 40px;
    color: #AD2A30;
    font-weight: 700;
    text-align: center;
    margin: 30px auto;
}

#pagination {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 50px 0;
}

#pagination li {
    display: inline-block;
    background: #d8dadb;
    font-size: 20px;
    font-weight: bold;
    color: #2a333a;
    padding: 11px 0;
    width: 50px;
    text-align: center;
}

#pagination li span {
    display: block;
    color: #fff;
}

#pagination li a {
    display: block;
    color: #2e2e2e;
    padding: 0 5px;
}

#pagination li a:hover {
    text-decoration: none;
}

#pagination li.active,
#pagination li:hover {
    background: #AD2A30;
}

#pagination li:hover a {
    color: #fff;
}

#pagination li:before {
    display: none;
}

#category_description_toggle_container {
    display: block;
    margin: 20px 0;
}

#category_description_toggle_container h2, #category_description_toggle_container h2 * {
    font-size: 30px;
}

#category_description_toggle_container button {
    margin-bottom: 10px;
}

.c_category {
    margin-bottom: 30px;
}

.c_category .box {
    margin-bottom: 20px;
}

.c_category .box .border {
    border: 1px solid #ddd;
    border-bottom: 0;
}

.c_category .box .title_holder {
    padding: 27px 20px;
    font-size: 18px;
    display: block;
    line-height: 20px;
    color: #AD2A30;
    font-weight: 700;
    border-bottom: 2px solid #ccc;
}

.c_category .box .title_holder:hover {
    text-decoration: none;
}

.c_category .box .title_holder .title {
    margin-bottom: 8px;
}

.c_category .box .title_holder span {
    display: block;
}

.c_category .box .title_holder .qty {
    color: #121212;
    font-size: 20px;
}

.c_category .box .thumb {
    display: block;
    margin-bottom: 1px;
}

.c_category .box table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.c_category .box table.db5 td {
    width: 20%;
}

.c_category .box table.db4 td {
    width: 25%;
}

.c_category .box table.db3 td {
    width: 33.33%;
}

.c_category .box table.db2 td {
    width: 50%;
}

.c_category .box table.db1 td {
    width: 100%;
}

.c_category .box table td {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 20%;
    border: 1px solid #ddd;
}

#topline {
    background: #AD2A30;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}

#topline ul {
    margin-bottom: 0;
}

#topline ul li {
    position: relative;
    padding-right: 7px;
}

#topline ul:not(.typeahead) li + li {
    padding-left: 13px;
}

#topline ul li + li:after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #db4f5c;
    position: absolute;
    top: 0;
    left: 0;
}

#topline ul li i {
    margin-right: 8px;
}

.welcome {
	font-weight: bold;
	padding-right: 3px;
}

.rwd_menu li.borderTop {
	border-top: 3px dotted #db4f5c;
}

#topline ul li a {
    color: #fff;
    text-decoration: underline;
}

.typeahead.dropdown-menu li a {
    color: #AD2A30 !important;
    text-decoration: none;
}

.typeahead.dropdown-menu li.active a {
	background-color: #ccc;
}

#topline ul li a:hover {
    text-decoration: none;
}

#topline .search_form {
    background: #c12130;
    /*width: 239px;*/
    width: 210px;
    line-height: normal;
}

#topline .search_form input[type="text"] {
    background: transparent;
    height: 40px;
    color: #fff;
    border: 0;
    padding: 0 10px;
	width: 160px;
}

#topline .search_form button {
    float: right;
    height: 40px;
    width: 40px;
    color: #fff;
    border: 0;
    background: transparent;
    font-size: 16px;
}

header {
    border-bottom: 1px solid #ddd;
}

header .logos {
    padding-top: 25px;
    display: block;
}

header .menu {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

header .menu .elem {
    position: relative;
    margin-top: 25px;
    padding: 0 7px;
}

header .menu .elem a {
    color: #21201e;
    font-size: 16px;
}

header .menu .elem:after {
    content: '';
    display: block;
    position: absolute;
    border-right: 1px dotted #AD2A30;
    height: 7px;
    width: 0px;
    left: -3px;
    top: 7px;
}

header .menu .elem:first-of-type {
    padding-left: 0;
}

header .menu .elem:first-of-type:after {
    display: none;
}

header .menu .elem:last-of-type:after {
    display: none;
}

header .menu .custom {
    float: right;
    min-height: 83px;
    padding-left: 88px;
    padding-top: 20px;
    padding-right: 0;
    background: url(../img/pdf.png) no-repeat;
    font-size: 20px;
    line-height: 20px;
}

header .menu .custom a {
    color: #AD2A30;
}

.rwd_header {
    background: #fff;
    padding: 10px 0 10px 10px;
    position: relative;
}

.rwd_header img {
    max-height: 90px;
}

#nav-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #AD2A30;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 0;
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 0;
}

.rwd_menu {
    margin-bottom: 0;
    display: none;
    background: #f5f5f5;
}

.rwd_menu li {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.rwd_menu li a {
    color: #292526;
    /*display: block;*/
}

.rwd_menu li.active,
.rwd_menu li:hover {
    background: #AD2A30;
}

.rwd_menu li.active a,
.rwd_menu li:hover a {
    color: #fff;
}

.edit-modal-form {
    padding-bottom: 50px;
}

.bgr_page {
    background: url(../img/stock/bgr_page.png) top center no-repeat;
    min-height: 220px;
    position: relative;
}

.bgr_page h1 {
    color: #fff;
    margin: -7px 0 0 0;
    font-size: 60px;
    /*text-shadow: 0px 4px 4px rgba(1, 1, 1, 0.3);*/
	text-shadow: 4px 4px 2px #666 !important;
    -moz-transform: matrix(1.00062849, 0, 0, 0.99527435, 0, 0);
    -webkit-transform: matrix(1.00062849, 0, 0, 0.99527435, 0, 0);
    -ms-transform: matrix(1.00062849, 0, 0, 0.99527435, 0, 0);
}

.with_sidebar {
    padding: 30px 0;
}

.sidebar .search {
    background: #f1f3f4;
    height: 50px;
    margin-bottom: 20px;
}

.sidebar .search input {
    padding: 0 0 0 20px;
    height: 50px;
    width: 205px;
    background: #f1f3f4;
    border: 0;
    font-size: 17px;
    color: #777;
}

.sidebar .search button {
    background: #AD2A30;
    width: 50px;
    height: 50px;
    float: right;
    color: #fff;
    text-align: center;
    font-size: 25px;
    border: 0;
}

.sidebar .title {
    font-size: 20px;
    color: #121212;
    margin-bottom: 5px;
}

.sidebar .c_btn {
    background: #59abdd;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 7px 15px 6px 15px;
    margin-bottom: 33px;
}

.sidebar .c_btn:hover {
    background: #AD2A30;
}

.sidebar .c_btn i {
    margin-left: 5px;
}

.sidebar .offer {
    border-bottom: 2px solid #AD2A30;
}

.sidebar .offer li {
    background: #f1f3f4;
    border-bottom: 1px solid #d8dadb;
    padding: 18px 20px 17px 20px;
    line-height: 17px;
}

.sidebar .offer li .name {
    display: block;
    color: #AD2A30;
    font-size: 15px;
    font-weight: 700;
}

.sidebar .offer li .categorie {
    color: #666;
    font-size: 12px;
}

.sidebar .offer li .sku {
    line-height: 20px;
    color: #000;
}

.sidebar .offer li .qty {
    color: #666;
}

.sidebar .offer li .qty strong {
    color: #000;
}

.sidebar .offer li .close {
    margin-top: -5px;
    margin-right: -10px;
    color: #AD2A30;
    opacity: 1;
    font-weight: 300;
}

.sidebar .categories {
    margin-bottom: 0;
}

.sidebar .categories > li.active > a {
    padding-left: 30px;
    background-image: none;
    background: #121212;
}

.sidebar .categories > li > a {
    display: block;
    color: #fff;
    padding: 13px 20px 13px 50px;
    font-size: 17px;
    text-decoration: none;
    background: url(../img/icons/arrow-left.png) 30px 21px no-repeat #AD2A30;
}

.sidebar .categories > li > a:hover {
    background-color: #121212;
}

.sidebar .categories > li ul {
    background: #f5f5f5;
    padding: 11px 20px 10px 30px;
}

.sidebar .categories > li ul li {
    position: relative;
    padding: 5px 0 5px 10px;
}

.sidebar .categories > li ul li:before {
    position: absolute;
    top: 11px;
    content: '';
    background: #AD2A30;
    width: 5px;
    height: 5px;
    display: block;
    left: 0;
}

.sidebar .categories > li ul li a {
    color: #121212;
    font-size: 15px;
    line-height: 17px;
}

.sidebar img {
    max-width: inherit;
    width: 100%;
}

.sidebar .pdf {
    display: block;
    position: relative;
}

.sidebar .pdf .psa {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 20px;
}

.sidebar .pdf span {
    display: block;
}

.sidebar .pdf .title {
    color: #bcddf2;
    font-size: 36px;
    line-height: 25px;
    margin-bottom: 7px;
}

.sidebar .pdf .sub_title {
    color: #121212;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 10px;
}

.sidebar .pdf .link {
    color: #bcddf2;
}

.sidebar .pdf .link span {
    text-decoration: underline;
    display: inline-block;
}

.sidebar .pdf .link i {
    margin-left: 5px;
}

footer {
    background: #121212;
    font-size: 15px;
    color: #fff;
}

footer .info {
    background: #2e2e2e;
    position: relative;
    padding-top: 43px;
}

footer .info .row {
    max-width: 1120px;
}

footer .info .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 51px;
    position: relative;
}

footer .info .title:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -26px;
    background: #AD2A30;
    width: 50px;
    height: 2px;
}

footer .info .title.no_line:after {
    display: none;
}

footer .info ul {
    margin-bottom: 37px;
}

footer .info li {
    padding-bottom: 4px;
}

footer .info li a {
    color: #999;
    text-decoration: none;
}

footer .info li a:hover {
    text-decoration: underline;
}

footer .info input:not([type="checkbox"]) {
    background: #212121;
    height: 40px;
    border: 0;
    width: 100%;
    color: #999;
    padding: 0 10px;
    margin-bottom: 5px;
}

footer .info input.w230 {
    width: 215px;
    float: left;
    margin-right: 5px;
}

footer .info button {
    float: left;
    background: #AD2A30;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 20px;
    opacity: 0.9;
    text-align: center;
}

footer .info button:hover {
    opacity: 1;
}

footer .info:before {
    position: absolute;
    content: '';
    background: #434343;
    width: 100%;
    height: 1px;
    top: 95px;
    left: 0;
}

footer .info label[for="accept_newsletter"] {
    color: #999;
    font-size: 12px;
}

footer .copyright {
    color: #999;
    padding: 19px 0;
}

footer .copyright a {
    color: #fff;
    text-decoration: underline;
}

footer .copyright a:hover {
    text-decoration: none;
}

footer .info input:focus,
footer .info input:hover {
    background: #000;
}

#to_the_top {
    position: fixed;
    right: 0;
    bottom: 40%;
	z-index: 999;
	color: #fff;
	font-size: 20px;
}

#got_question {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 99999;
	color: #fff;
	font-size: 20px;
}

#to_the_top:focus, #to_the_top:active,
#got_question:focus, #got_question:active {
    outline: none;
}

#reOrder {
	margin-left: 10px;
}