@charset "utf-8";

body {
    background: #FFF;
    height: 100%;
    margin: 0;
    padding: 0;
}
t
html {
    scroll-behavior: smooth;
}

#content {
    height: auto; 
    min-height: 100%;
    padding-bottom: 55px;
}

#content img {
    max-width: 100%;
}

.link-reverse {
    color: #E95D00
}

.link-reverse:hover,.link-reverse:focus {
    color: #CA5100
}

.strike {
    position: relative;
    display: inline-block;
}

.strike:before {
    content: '';
    border-bottom: 2px solid red;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

strong,b {
    font-weight: 500;
}

p {
    line-height: 1.6
}

h1 {
    font-size: 40px;
    line-height: 1;
    margin: 18px 0 15px;
    word-spacing: -5px
}

h2 {
    font-size: 34px;
    margin: 15px 0 5px;
    word-spacing: -3px;
    font-size: 35px;
}

h3 {
    font-size: 24px;
    margin: 15px 0 5px;
}

h4 {
    font-size: 20px;
    margin: 15px 0 5px;
}

h5 {
    font-size: 18px;
    margin: 20px 0 13px;
    color: #384047
}

h6 {
    font-size: 16px;
    margin: 10px 0;
    color: #384047
}

@media (max-width: 767px) {
h1 {
    font-size: 40px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

.price {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

.caret {
    margin-top: -3px
}

.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn {
    font-weight: bold;
    text-transform: uppercase
}

.btn-giant {
    padding: 18px 30px;
    font-size: 32px;
    line-height: 1.33;
    border-radius: 5px
}

.btn-lg,.btn-group-lg>.btn {
    padding: 14px 25px;
    font-size: 17px;
    line-height: 1.3;
    border-radius: 4px
}

.input-lg,.form-horizontal .form-group-lg .form-control {
    height: 52px;
    border-radius: 3px
}

.form-control {
    border-radius: 3px
}

.form-control:focus {
    border-color: #BBB4A7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    border-radius: 3px
}

.btn-primary {
    color: #483f34;
    background-color: #ffc55f;
    border-color: #e7ad47
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary:active:hover {
    color: #483f34;
    background-color: #fdbf51;
    border-color: #e7ad47
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #398439;
}


.well {
    background: #f9f1e6;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.divider {
    height: 5px;
}

.giant-size {
    font-size: 50px;
}

.strong {
    font-weight: 500;
}

td.image img {
    min-width: 120px;
}

.firm-color {
    color: #5cb85c !important;
}

td.image, td.title, td.count, td.price, td.remove {
    vertical-align: middle !important;
}

.embed-responsive-9by16 {
    padding-top: 177%;
}

.img-responsive {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.img-responsive.left {
    float: left;
    margin: 0 30px 20px 0;
    max-width: 50%;
}

.img-responsive.xs {
    float: left;
    padding: 0 !important;
    margin: 5px 10px 5px 0;
    max-width: 50%;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.img-responsive.right {
    float: right;
    padding: 0 0 20px 30px;
    max-width: 50%;
}

.highlight-bg {
    background: #f9f1e6;
    padding: 24px 0;
}

.highlight-bg.text {
    background: #f9f1e6;
    padding: 0 !important;
}

.has-margin-top {
    margin-top: 50px
}

.has-margin-xl-top {
    margin-top: 70px
}

.has-margin-l-top {
    margin-top: 30px
}

.has-margin-s-top {
    margin-top: 20px
}

.has-margin-xs-top {
    margin-top: 10px
}

.has-margin-bottom {
    margin-bottom: 50px
}

.has-margin-xl-bottom {
    margin-bottom: 70px
}

.has-margin-l-bottom {
    margin-bottom: 50px
}

.has-margin-s-bottom {
    margin-bottom: 40px
}

.has-margin-xs-bottom {
    margin-bottom: 30px
}

.has-margin-xs-left {
    margin-left: 20px
}

.has-margin-xs-right {
    margin-right: 20px
}

.has-no-margin {
    margin: 0
}

.has-no-margin-force {
    margin: 0 !important;
}

.has-no-padding {
    padding: 0
}

.has-no-padding-top {
    padding-top: 0
}

.has-no-padding-bottom {
    padding-bottom: 0
}

.has-no-padding-top-force {
    padding-top: 0!important;
}

.has-no-padding-bottom-force {
    padding-bottom: 0!important;
}

.has-no-padding-force {
    padding: 0 !important;
}

.has-padding {
    padding: 20px
}

.has-padding-s {
    padding: 10px 15px
}

.has-padding-xs {
    padding: 10px
}

.has-padding-xxs {
    padding: 5px 10px;
}

.has-padding-xxxs {
    padding: 2px 5px;
}

.has-padding-vertical {
    padding: 20px 0
}

.has-padding-bottom {
    padding-bottom: 20px
}

.has-padding-xs-vertical {
    padding: 10px 0
}

.has-padding-xxs-vertical {
    padding: 5px 0
}

.has-padding-xs-bottom {
    padding-bottom: 10px
}

.has-padding-xxs-bottom {
    padding-bottom: 5px
}

.has-padding-xxs-bottom-force {
    padding-bottom: 5px !important;
}

.has-padding-xs-top {
    padding-top: 10px
}

.has-padding-xxs-top {
    padding-top: 5px
}

.has-padding-xxs-top-force {
    padding-top: 5px !important;
}

.has-border {
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.has-border-bottom {
    border-bottom: 1px solid #eadeda
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.category {
    border: 1px solid white;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 15px;
}

.product h5 {
    margin: 15px 0 5px;
}

.product .btn-cart {
    visibility: hidden; 
}

.product:hover .btn-cart { 
    visibility: visible; 
}

.product-title {
    display: table;
}

.product-title a {
    display: table-cell;
    vertical-align: middle;
    border: none;
    color: #2c2c2a;
}

.product-flags {
    padding-bottom: 5px;
}

.product-flags .label {
    border-radius: 20px;
    font-size:100%;
    padding: .6em .6em .2em;
}

.product-flags .label i {
    padding: 0;
    font-size: 20px;
}

.tile-cat-item .bg:hover {
    opacity: 0.9;
}

/*.main {
    max-height: 320px !important;
    height: 320px !important;
}*/

.s-message {
    display:none
}

.section-title {
    text-align: center;
    color: #53504c;
    min-height: 40px;
    margin-bottom: 40px
}

.section-title h4 {
    position: relative
}

.section-title h4:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    width: 30px;
    height: 4px;
    background: #919191;
    margin-left: -15px
}

.section-title.left-align {
    text-align: left
}

.section-title.left-align h4:after {
    left: 0;
    margin-left: 0
}

.jGrowl.top-right {
    right: 0;
    top: 80px !important;
}

.well .section-title {
    margin-bottom: 20px
}

.breadcrumb {
    padding: 2px 0;
    margin: 0;
    list-style: none;
    background-color: transparent;
}

.breadcrumb a {
    border: none;
}

.neighbors a {
    border: none;
}

.neighbor-product {
    height: 54px;
}

.badge {
    color: #918677;
    background-color: #E7E0D7
}

.newsagency {
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid-column; 
}

.newspost {
    width: 100%;
}


#backtotop {
	position: fixed;
	right: 0;
	display: none;
	bottom: 70px;
	margin: 0 20px 0 0;
	z-index: 100;
}

#backtotop a {
	text-decoration: none;
	border: 0 none;
	display: block;
	font-size: 20px;
	text-align: center;
	padding: 10px 14px;
	width: 46px;
	height: 46px;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#backtotop a:hover {
    background-color: rgba(0,0,0,0.1); 
}


@media (min-width: 768px) {
.section-title.left-align-desktop {
    text-align: left
}

.section-title.left-align-desktop h4:after {
    left: 0;
    margin-left: 0
}
}

@media (min-width: 768px) {
.navbar-header {
    max-width: 160px
}
    
}

@media (min-width: 992px) {
.navbar-header {
    max-width: 280px
}

.navbar-contacts a i.glyphicon {
    color: rgb(111, 106, 102);
    font-size: 14px;
}

}

@media (min-width: 1200px) {
.divider-resp {
    height: 15px;
}

.navbar-contacts .msg-links {
    display: block;
    float: left;
}
}


@media (max-width: 1199px) {

.navbar-contacts .msg-links {
    display: none;    
}

.navbar-cart .badge {
    display: none; 
}

.navbar-cart i {
    padding-right: 0;
}

}


.navbar-default {
    background-color: #FFF;
    background-color: rgba(255,255,255,0.7);
    border: 0
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-contacts {
    padding-left: 50px;
    margin: 20px 0;
    margin-right: -15px;
    float: right !important;
}

.navbar-contacts.noemail {
    margin: 30px 0;
}

.navbar-contacts.nophone {
    margin: 32px 0;
}

.navbar-contacts .msg-links {
    float: left;
}

.navbar-cart {
    margin: 25px 0 25px 20px;
    float: right;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-cart a {
    color: #6F6A66;
}

.navbar-cart .badge {
    background-color: #fff;
}

.navbar-cart i {
    font-size: 18px;
    vertical-align: text-bottom;
}

.navbar-inverse .navbar-cart a {
    color: #fff;
}

.navbar-inverse .navbar-cart {
    border-color: #6F6A66;
    background-color: #000;
}

.shrink .navbar-cart {
    margin: 20px 0 20px 20px;
}

.navbar-inverse .navbar-contacts, .navbar-inverse .navbar-contacts a {
    color: #fff;
}

.navbar-top {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-inverse.navbar-fixed-top {
    
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    border-radius: 4px;
}

.navbar-contacts a.phone {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.navbar-contacts a.phone.big {
    font-size: 24px;
}

.glyphicon {
    padding-right: 10px;
}

.navbar-contacts a.phone:hover {
    color: #2c2c2a;
}

.navbar-contacts a.email, .navbar-contacts a.address {
    font-size: 16px;
}

.phone-block, .email-block, .address-block {
    display: block;
}

.navbar-brand,.navbar-brand img,.navbar,.navbar-nav,.nav>li>a, .navbar-contacts, .navbar-brand .text-logo {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar-brand {
    height: 85px
}

.navbar-brand img {
    max-height: 100%
}

.navbar-brand .text-logo {
    color: #2c2c2a;
    margin: 4px 8px;
}

.navbar-brand .tagline {
    color: #2c2c2a;
    font-size: 14px;
    text-align: center;
}

.navbar {
    min-height: 85px
}

.navbar a, .navbar a:focus, .navbar a:hover {
    text-decoration: none;
    border-bottom: none;
}

.navbar-nav {
    margin: 25px 0
}

.nav>li>a {
    padding: 7px 18px
}

.navbar-default .navbar-nav>li>a {
    color: #2c2c2a
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:active {
    color: #E95D00;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    color: #E95D00;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #483f34;
/*    background-color: #ffc55f; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.navbar-toggle {
    margin-top: 17px
}

.call-btn {
    position: relative;
    padding: 2px 13px;
    font-size: 20px;
    float: right;
    margin-top: 17px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
}

.navbar-inverse .call-btn {
    border-color: #333;
    color: #fff !important;
    border-bottom: 1px solid #333 !important;
}

.navbar-inverse .call-btn a {
    color: #fff;
}

.navbar-inverse .call-btn:focus, .navbar-inverse .call-btn:hover {
    background-color: #333;
}

@media (min-width: 992px) {
.navbar-brand img {
    height: 60px
}

.navbar-default.shrink {
    background-color: rgba(255,255,255,1);
    border-bottom: solid 1px #F7F7F7;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .08), 0 2px 4px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .08), 0 2px 4px 0 rgba(0, 0, 0, .12);
}

.shrink .navbar-brand {
    height: 75px
}

.shrink .navbar-brand h3.text-logo {
    margin: 0 8px;
}

.shrink .navbar-brand img {
    height: 45px
}

.navbar.shrink {
    min-height: 50px
}

.shrink .navbar-nav {
    margin: 20px 0
}

.shrink .navbar-contacts {
    margin: 15px 0
}

.shrink .navbar-contacts.noemail {
    margin: 25px 0
}

.shrink .navbar-contacts.nophone {
    margin: 28px 0;
}

.shrink .nav>li>a {
    padding: 7px 15px
}
}

@media (max-width: 991px) {
.navbar-brand {
    height: 70px
}

.navbar {
    min-height: 50px
}

.navbar-nav {
    margin: 17px 0
}

.nav>li>a {
    padding: 7px 12px
}
}

@media (max-width: 991px) {
.navbar-default {
    background-color: rgba(255,255,255,0.9)
}

.navbar-contacts, .navbar-contacts.noemail, .navbar-contacts.nophone {
    margin: 24px 0;
    padding-left: 20px;
}

.phone-block, .email-block {
    display: inline-block;
}

.navbar-contacts a span {
    display: none;
}

.navbar-contacts a i.glyphicon {
    color: #6f6a66;
    font-size: 14px;
}

.navbar-contacts a.email span {
    display: none;
}

.navbar-cart, .shrink .navbar-cart {
    margin: 17px 0 8px 10px;
    padding: 7px 12px;
}

.navbar-cart i {
    padding-right: 0;
}

.nav>li>a {
    padding: 7px 10px
}

h3.text-logo {
    margin: 5px;
}

}

@media (min-width: 768px) {
.navbar-right .dropdown-menu-left {
    left: 18px
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

.navbar-right .active .dropdown-menu-left {
    left: 0
}

}

.carousel {
    height: 650px
}

.carousel-caption {
    z-index: 10;
    top: 33%;
    bottom: 0
}

@media (max-width: 480px) {
.carousel-caption {
    top: 25%
}
}

.carousel .item {
    height: 650px;
    background-color: #e2beae
}

.carousel-control.left {
    background-image: none
}

.carousel-control.right {
    background-image: none
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    top: 55%
}

.slide {
    background-size: cover
}

.event-cta {
    text-align: center
}

.event-cta p {
    font-size: 23px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
    color: #393939
}

.event-cta span {
    color: #9f978c;
    font-weight: 500
}

@media (min-width: 992px) {
.event-cta {
    text-align: left
}


.ec-txt {
    float: left
}

.event-cta p {
    margin-bottom: 0
}

.event-cta .btn {
    float: right
}

.nav>li>a {
    padding: 7px 10px;
}

.navbar-contacts {
    padding-left: 20px;
}

}

.event-details .ed-title {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px
}

.event-details .ed-content {
    line-height: 2;
    color: #53504c
}

@media (max-width: 767px) {
.feature-block {
    text-align: center
}

.feature-block .img-responsive {
    margin: 0 auto
}


.img-responsive.left, .img-responsive.right {
    padding: 0 10px 5px 0;
    max-width: 100%;
}

h3.text-logo {
    margin: 0 8px !important;
}

}

@media (max-width: 991px) {
.center-this {
    text-align: center
}

.center-this .img-responsive {
    margin: 0 auto
}

}

.el-block {
    text-align: center
}

.el-block h4 {
    position: relative;
    color: #53504c
}

.el-block h4:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    width: 20px;
    height: 4px;
    background: #919191;
    margin-left: -10px
}

.el-head {
    color: #53504c;
    font-size: 14px;
    margin: 10px 0 5px
}

.el-cta {
    margin: 5px 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    display: block;
    /* width: 100%; */
    margin: 0 auto;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav {
    display: none
}

@media (min-width: 1200px) {
.owl-theme .owl-controls .owl-nav {
    display: block
}

.owl-theme .owl-controls .owl-nav div {
    position: absolute
}

.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -10px;
    top: 55px
}

.owl-theme .owl-controls .owl-nav .owl-next {
    right: -10px;
    top: 55px
}

.nav>li>a {
    padding: 7px 18px;
}

.navbar-contacts {
    padding-left: 50px;
}

}

.owl-theme .owl-controls .nav-arrow {
    width: 16px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    display: block
}

.owl-theme .owl-controls .nav-arrow.left {
    background-position: 0 0
}

.owl-theme .owl-controls .nav-arrow.right {
    background-position: 100% 0
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #DDCBAB;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #AC7F62
}

.media-heading {
    color: #222;
}

.media-content {
    margin-bottom: 20px
}

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 20px;   
}

.page-header a {
    font-size: 12px;
    word-spacing: normal;
}

.entry-meta > span,.entry-meta > p {
    display: inline-block;
    margin: 0;
    margin-left: 25px;
}

.entry-meta > span:first-child,.entry-meta > p:first-child {
    margin: 0;
}

.entry-meta > span span,.entry-meta > p span {
    margin-right: 10px;
}

.entry-meta > span a,.entry-meta > p a {
    color: #888;
}

.entry-meta > span a:hover,.entry-meta > p a:hover {
    color: #008bc4;
}

@media (max-width: 767px) {
.media-heading {
    margin-top: 20px
}

.bulletin, .ec-stars {
    text-align: center;
}

.ec-stars {
    display: inline-block;    
}

.navbar-contacts {
    display: none;
}

.navbar-cart {
    margin: 17px 0 8px 10px;
    padding: 7px 12px;
    position: fixed;
    top: 0px;
    right: 70px;
    border: 1px solid #ddd;
}

.flexbox {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.flexslider-caption p {
    margin: 20px 40px;
}

.flexslider-caption h2 {
    margin: 15px 40px;
}


.flexslider-caption .btn {
    display: none;
}


.category {
    max-height: none !important;
    height: auto !important;
}

iframe {
    /*padding-top: 30px;*/
    width: 100%;
    max-width: 100%;
}

.newsagency {
    column-count: 1 !important; 
    -moz-column-count: 1 !important; 
    -webkit-column-count: 1 !important;
    columns: 1 !important; 
}

}

.list-group {
    margin-bottom: 0
}

.list-group-item {
    background: url(../images/play.png) no-repeat 0 15px transparent;
    border: 0;
    border-top: 1px solid #e7e1df;
    padding-left: 20px
}

.list-group-item: first-child {
    border-top: 0
}

.list-group-item.active .list-group-item-heading {
    color: #ccc;
}

.list-group-item.first.active {
    border: none;
}

a.list-group-item-text {
    color: #9E9E9E
}

a.list-group-item:hover,a.list-group-item:focus {
    background-color: transparent
}

.img-gallery .fancybox img {
    margin: 0 auto;
    margin-bottom: 30px
}

.fancybox-close {
    border: 0;
}

.blockquote-centered, .quotebox {
    text-align: center;
    color: #393939;
    border: 0;
    line-height: 1.6;
    position: relative;
    cursor: hand;
    margin: 30px 0;
}

@media (min-width: 767px) {
.blockquote-centered, .quotebox {
    padding: 0 50px;
    font-size: 26px
}
}

.blockquote-centered:before,.blockquote-centered:after, .quotebox:before, .quotebox:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px
}

.blockquote-centered:before, .quotebox:before {
    background: url(../images/quote-1.png) no-repeat;
    left: 0;
    top: 0
}

.blockquote-centered:after, .quotebox:after {
    background: url(../images/quote-2.png) no-repeat;
    right: 0;
    bottom: 0
}

.blockquote-centered small, .quotebox .byline {
    padding: 15px 0;
    font-size: 18px;
    color: #777;
}

.ketchup-error {
    display: none!important
}

@media (min-width: 767px) {
.search-form .form-group {
    margin-bottom: 0
}

.susbcribe-head {
    margin: 0;
    text-align: left
}

.susbcribe-head span {
    display: block
}
}

footer {
    background: #53504c;
    color: #f9f1e6;
    padding-top: 5px;
    clear: both;
    position: relative;
    z-index: 10;
    height: 55px;
    margin-top: -55px;    
}

footer h5 {
    color: #f9f1e6
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    border-bottom: 1px solid #666462;
    padding: 5px
}

footer p, .prefooter p {
    color: #CCC0C0
}

footer a, .prefooter a {
    color: #CCC0C0;
    text-decoration: none;
    border: none;
}

footer a:hover,footer a:focus, .prefooter a:hover, .prefooter a:focus {
    color: #FFB483;
}

.copyright {
    background: #494743;
    padding-top: 20px;
    padding-bottom: 10px;
}

.wv-widget {
    position: fixed;
    left: 0;
    bottom: 70px;
    margin: 0 0 0 20px;
    z-index: 100;
}

.wv-widget-button {
    /* float: left; */
    display: block;
    height: 50px;
    width: 50px;
    margin: 10px 0 0 0;
    border-radius: 10%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    text-align: center;
    /* line-height: 50px; */
    color: white;
}

.social-icons {
    padding: 0;
    list-style: none;
}

.social-icons span {
    float: left;
    margin: 10px 10px 0 0;
    color: #333;
}

.social-icons a {
    background: #333;
    border-radius: 50px;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    display: block;
    float: left;
    margin-right: 10px;
}

.social-icons a {
    opacity: .5
}

.social-icons a:hover,.social-icons a:focus {
    opacity: .8
}

.subpage-head {
    background-color: #f9f1e6;
    padding-top: 80px;
    padding-bottom: 20px
}

.subpage-head h3 {
    color: #53504c
}

.search-head {
    text-transform: uppercase;
}

.social-share {
    overflow: visible;
    min-height: 36px;
    height: auto;
}

.social-share ul {
    padding-left: 0;
}

.social-share span {
    font-size: 14px;
    font-weight: 500;
}

.social-share .social-share-list {
    clear: both
}

.social-share.hide {
    display: none
}

.social-share li {
    float: left;
    vertical-align: middle;
    display: block;
    height: 36px;
    /*line-height: 36px;*/
    text-align: center;
    font-size: 18px
}

.social-share li + li {
    margin-left: .3em
}

.social-share li a {
    display: block;
    /*line-height: 36px;*/
    min-width: 36px;
    color: #fff;
    white-space: nowrap;
    padding: 5px;
    border-radius: 3px;
    border: none;
}

.social-share li a:hover, .social-share li a:visited {
    color: #fff !important;
}

.social-share li a.youtube {
    background: #BE1D19
}

.social-share li a.whatsapp {
    background: #64D448
}

.social-share li a.whatsapp:hover {
    background: #53cf33
}

.social-share li a.facebook {
    background: #2F609C
}

.social-share li a.facebook:hover {
    background: #295488
}

.social-share li a.twitter {
    background: #55ACEE
}

.social-share li a.twitter:hover {
    background: #3ea1ec
}

.social-share li a.vk {
    background: #45668e
}

.social-share li a.vk:hover {
    background: #006288
}

.social-share li a.google-plus {
    background: #D24231
}

.social-share li a.google-plus:hover {
    background: #c03a2a
}

.social-share li a.email {
    background: #089e00
}

.social-share li a.email:hover {
    background: #078500
}

.social-share-fixed {
    display: none
}

@media all and (max-width: 29.75em) {
    .social-share {
        height: auto;
    }

    .social-share.social-share-inline {
        display: none
    }

    .social-share-fixed {
        background: none;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10000000
    }

    .social-share-fixed > div {
        display: table;
        width: 100%;
        background: #A5A5A5;
        color: #fff;
        font-size: 1.6em;
        margin: 0;
        text-align: center
    }

    .social-share-fixed > div a {
        display: table-cell;
        vertical-align: middle;
        width: 20%;
        padding: .2em 0;
        font-size: 1.2em;
        color: #fff;
        border: none;
    }

    .social-share-fixed > div a:active, .social-share-fixed > div a:hover,
    .social-share-fixed > div a:link, .social-share-fixed > div a:visited {
        color: #fff !important;
    }

    .social-share-fixed > div a.icon-facebook {
        background: #42609A
    }

    .social-share-fixed > div a.icon-twitter {
        background: #70C1F2
    }

    .social-share-fixed > div a.icon-vk {
        background: #45668e
    }

    .social-share-fixed > div a.icon-google-plus {
        background: #CC532E
    }

    .social-share-fixed > div a.icon-email {
        background: #089e00
    }

    .social-share-fixed > div a.icon-whatsapp {
        background: #64D448
    }

    .social-share-fixed > div a.icon-youtube {
        background: #BE1D19
    }
    
    .wv-widget {
        position: fixed;
        width: 100%;
        text-align: center;
        bottom: 5px;
        margin: 0;
        z-index: 100;
    }
    
    .wv-widget-button {
        display: inline-block;
        opacity: .7;
        height: 50px;
        width: 50px;
        margin: 0 10px 0 0;
        border-radius: 10%;
        overflow: hidden;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        font-size: 28px;
        text-align: center;
        color: white;
    }
    
    .wv-widget-button:hover, .wv-widget-button:focus {
        opacity: 1;
    }
}

@media (min-width: 992px) {
.subpage-head {
    padding-top: 110px
}
}

.pagination>li>a,.pagination>li>span {
    color: #483f34
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #917E68
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    border-color: #e7ad47;
    color: #483f34
}

.vertical-links li {
    border-bottom: 1px solid #E6DDD4;
    padding: 8px 0
}

.tag-cloud a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2px 8px;
    border: 1px solid #eceae4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f7f3;
    font-size: 12px
}

.comments-block>.media {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.comments-block>.media .media {
    border-top: 1px solid #eee;
    padding-top: 20px
}

.media-object {
    width: 40px
}

.comments-head {
    font-size: 24px;
    color: #53504c;
    border-bottom: 1px solid #eee;
    margin: 40px 0 20px;
    padding-bottom: 10px
}

.theme-showcase {
    margin-bottom: 50px
}

.theme-showcase h1 {
    font-size: 35px;
    color: #53504c;
    margin-bottom: 0
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #483f34;
    background-color: #ffc55f
}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #483f34
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    background-color: transparent;
    color: #483f34
}

.panel-primary {
    border-color: #DBBA80
}

.panel-primary>.panel-heading {
    color: #483f34;
    background-color: #ffc55f;
    border-color: #DBBA80
}

.progress {
    background-color: #D3CFCC
}

.gmap {
    overflow: hidden;
    max-width: 100%;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.ad-container {
    text-align: center;
}

.location-map {
    height: 260px;
    background-color: #f9f1e6
}

.location-map iframe {
    width: 100%;
    height: 260px;
    border: 0
}

.info-box {
    background: #f9f1e6;
    overflow: hidden
}

.info-image {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.info-image img {
    min-width: 100%
}

.info-desc {
    padding: 15px
}

.info-desc h3 {
    font-size: 28px;
    color: #53504c;
    margin: 0 0 5px
}

.product-slider-flags {
    height: 22px;
    margin-top: 10px;
}

.product .price {
    font-size: 20px;
}

.price:not(th,td,span) {
    font-size: 16px;
}

.big {
    font-size: 24px;
}

.availability {
    margin-top: 14px;
}

.icon-small {
    font-size: 24px !important;
}

.icon-medium {
    font-size: 32px !important;
}

.icon-big {
    font-size: 46px !important;
}

.icon-effect {
    cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.icon-effect:hover {
    color: gray !important;
}

.ribbon {
    display: inline;
    position: absolute;
    padding: .2em .6em .3em;
    top: 10px;
    left: 0px;
    z-index: 1;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.old_price.has-no-padding {
    padding: 0 !important;
}

.price.has-no-padding {
    padding: 0 !important;
}

.price.has-no-margin {
    margin: 0 0 5px
}

.order-now {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    float: left
}

@media (min-width: 992px) {
.info-image {
    width: 420px;
    margin-bottom: 0;
    margin-right: 20px
}
}

@media (min-width: 768px) {
.donate-now {
    text-align: right;
    padding: 0;
    float: right;
    width: auto
}
.flexslider-caption p {
    margin: 20px 60px;
}
}

.event-cal-wrap h2 {
    font-size: 18px;
    color: #2c2c2a
}

.flexslider {
    height: 400px
}

flexslider h2 {
    color: #53504c;    
}

.flexslider .slides li {
    height: 400px
}

@media (max-width: 768px) {
.flexslider-caption {
    margin: 100px auto 100px;
}
}

@media (min-width: 768px) {
.flexslider-caption {
    margin: 150px auto 100px;
}
}

.flexslider-caption {
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: 999;
}

.flexslider-caption h1,.flexslider-caption h2,.flexslider-caption h3,.flexslider-caption p,.flexslider-caption .btn {
    opacity: 0
}

.flexslider-caption .btn {
    text-shadow: none
}

.flex-active-slide .flexslider-caption {
    opacity: 0;
    -webkit-transform: translateX(3em);
    -moz-transform: translateX(3em);
    -ms-transform: translateX(3em);
    -o-transform: translateX(3em);
    transform: translateX(3em);
    -webkit-animation: photocaption .65s ease forwards;
    -moz-animation: photocaption .65s ease forwards;
    animation: photocaption .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.flex-active-slide .flexslider-caption h3 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.flex-active-slide .flexslider-caption h1 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.flex-active-slide .flexslider-caption h2 {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.flex-active-slide .flexslider-caption p {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}

.flex-active-slide .flexslider-caption .btn {
    opacity: 0;
    -webkit-animation: fade .65s ease forwards;
    -moz-animation: fade .65s ease forwards;
    animation: fade .65s ease forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.flex-control-nav a, .flex-direction-nav a {
    border: none;
}

.fm-panel a {
	border-bottom: none;
}

.fm-panel a span[class^="fa"]:before, .fm-panel a span[class^="glyphicon"]:before {
    line-height: 40px;
}


.tile > div {
  padding: 0;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .tile > div {
    padding-right: 5px;
  }
}

.tile > .col-md-3 > a > div, .tile > .col-md-6 > a > div {
  height: 250px; 
  border-radius: 3px;
}

.tile a {
    color: #fff;
}

.tile h4 {
  font-weight: 300;
  font-size: 20px;
  background-color: rgba(0,0,0,.6);
  width: 100%;
  margin-top: 0;
  padding: 7px 30px 7px 15px;
  display: inline-block;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

@media (max-width: 768px) {
.tile h4 {
    font-size: 16px;
    font-weight: bold;
}
}


@-webkit-keyframes fade {
to {
    opacity: 1
}
}

@-moz-keyframes fade {
to {
    opacity: 1
}
}

@keyframes fade {
to {
    opacity: 1
}
}

@-webkit-keyframes photocaption {
to {
    opacity: 1;
    -webkit-transform: translateX(0)
}
}

@-moz-keyframes photocaption {
to {
    opacity: 1;
    -moz-transform: translateX(0)
}
}

@keyframes photocaption {
to {
    opacity: 1;
    transform: translateY(0)
}
}