input, select, textarea {
    line-height: inherit;
    padding: 7px 9px;
    width: 98%;
    color: #000;
    height: auto;
    border: solid 1px #8a8a8a;
    border-radius: 5px;
    font-weight: 400;
}
.content_list.table table td.ft_caption h2, .wd_app_result ul li, .widget_content_list .item .title, #horo_tabs p.horo_content {
    font-size: 1.1rem;
}
@media screen and (max-width: 782px) {
.cols_3 {
  max-width: 100%;
  display: inline-block;
  float: left;
}
}
@media screen and (max-width: 782px) {
.cols_2 {
  max-width: 100%;
  display: inline-block;
  float: left;
}
}
.widget_content_filter .title {
    font-weight: 400;
    color: #4c4c4c;
    margin-bottom: 3px;
    text-align: center;
    margin-top: 1px;
    font-size: 15px;
}
nav#main_menu{display:flex;background-color: #464646;}
nav#main_menu .menu {
margin:auto;

}

nav#main_menu.menu_fix, .menu_mobile.menu_fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    display: flex;
    padding-right: 42px;
    margin-top: 0;
    background-color: #1c171b;
}

a.bot1 {
    margin: 13px auto 3px;
    background: none;
    /* border-color: rgba(103, 91, 91, 0.1) rgba(0, 0, 0, 0.1) #828781; */
    border-radius: 7px;
    border-style: solid;
    border-width: 1.5px;
    box-shadow: 0 1px 0 rgba(7, 7, 7, 0.62) inset, 0 1px 2px rgb(0, 0, 0);
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 13px;
    width: 160px;
    line-height: 12px;
    padding: 7px 7px 7px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    /* box-shadow: 0 0 1px rgba(222, 62, 62, 0.5); */
    font-weight: 500;
    border: 1px solid #fff !important;
}

a, a.ajaxlink {
    will-change: all;
    color: #f9f7e2;
    transition: background 0.15s linear, color 0.15s linear;
}

a.bot1:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

a.bot1:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
a.bot1:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(64, 62, 2, 0.84);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}


.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}


.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}


.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}


.dm-modal {
    display: inline-block;
    padding: 1px;
    max-width: 50em;
    background: #e5e5e5;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #333;
    text-align: left;
}


.dm-modal img {
    width: 100%;
    height: auto;
}


.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}


.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}


.pl-left {
    float: left;
    margin: 5px 15px 5px 0;
}


.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #f97a16;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    cursor: pointer;
}
.close:after {
    display: block;
    border: 2px solid #927d7d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}


.close:hover:after {
    border-color: #000;
    color: #000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.green {
    background: #388e3c!important;
}
.cyan {
    background: #0097a7!important;
}
.teal {
    background: #38363c !important;
}


@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
.conta3 {
    margin: 0 auto;
    width: 260px;
    max-height: 604;
    border: 1px solid #8c8c8b;
    -webkit-box-shadow: inset 0 1px 19px rgba(89, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 19px rgba(89, 0, 0, 0.3);
    box-shadow: inset 0 1px 19px rgba(89, 0, 0, 0.3);
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.conta4 {
    margin: 0 auto;
    max-width: 1280px;
    max-height: 780;
    -webkit-box-shadow: inset 0 1px 5px rgba(89, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 5px rgba(89, 0, 0, 0.3);
    box-shadow: inset 0 1px 5px rgba(89, 0, 0, 0.3);
    background-color: #fff;
}

input.button-submit, input.button {
    padding: 7px 10px;
    line-height: 100%;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
    background: #904146;
    border: none;
    transition: background ease-in-out .15s;
}
.wd_scl_footer .wd_sclf_checkout {
    float: right;
    padding: 6px 10px;
    background: #68b071;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
}

.filter-panel .fields .title {
    color: #2e3135;
    text-shadow: 0 1px 1px #fff;
    margin-bottom: 3px;
    text-align: center;
}
.gui-panel {
    background: #edfce9;
    border: solid 1px #B8D6FB;
    margin: 20px 0;
    padding: 15px;
    color: #36383a;
    box-sizing: border-box;
    clear: both;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px;
    height: 27px;
    border: 1px solid #aaa;
    background-color: #fff;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
    border-radius: 7px;
    border-color: #61e232;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 5px;
    width: 97%;
    height: auto;
    border: 1px solid #65ce68;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
    border-radius: 7px;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    /* padding: 0 0 0 8px; */
    height: 30px;
    border: 1px solid #0ea026;
    background-color: #f1fff6;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 17px;
}
.widget_content_filter .input {
    width: 100%;
}
.input, .date-input, .city-input, .textarea, select {
    border: solid 1px #429bcf;
    padding: 8px;
    box-shadow: inset 0 1px 2px #DDD;
    color: #333;
    outline: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 25px;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    transition: box-shadow ease-in-out .15s;
}
.topbar_search_button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: -3px;
}
.widget_content_filter .buttons {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}
.topbar_search_button i {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
}
nav .menu > li > a {
    display: block;
    padding: 0 15px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}



input[type="text"], input[type="number"], input[type="email"], input[type="searche"], input[type="submit"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    border-radius: 4px;
}

a, a.ajaxlink {
    will-change: all;
    color: #f9f7e2;
    transition: background 0.15s linear, color 0.15s linear;
}

.content_categories li a {
    color: #076129;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.content_item_props table .value {
    color: #075b38;
    padding-left: 10px;
    padding-right: 20px;
    text-align: right;
    font-weight: 700;
}
.sc_item_view .content_item_props table .title {
    padding: 8px 0;
    background: #fff;
    border-left: none;
    border-right: none;
    width: 50%;
    color: #1c4231;
}
.sc_item_view .content_item_props table .value {
    color: #22553f;
    padding-left: 20px;
    text-align: right;
    padding-right: 30px;
}
.sc_cart_btn, .sc_preorder_btn {
    padding: 12px;
    border-radius: 4px;
    border: none;
    float: left;
    position: relative;
    overflow: hidden;
    outline: none;
    min-width: 120px;
    text-align: left;
    background-color: #904146;
    transform-style: preserve-3d;
    transform: translateZ(0);
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 5px;
    color: white;
    font-weight: 500;
    text-align: center;
}
.sc_cart_btn:hover .sc_cart_btn_icon, .sc_preorder_btn:hover .sc_preorder_btn_icon {
    color: #3e8610;
}
.is_scPrice span[itemprop="price"] {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: sans-serif;
}
.sc_order_btns {
    border: 1px solid #fff;
    padding: 15px;
    margin-top:20px;
}
.img-thumbnail {
    padding: 1px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.sess_messages div {
    padding: 10px;
        padding-left: 10px;
    padding-left: 30px;
    background: #f9f9f9;
    line-height: 16px;
    margin-bottom: 2px;
    color: #1E7A5B;
}
#error404 h2 {
    color: #c00000;
}
.pagebar_notice {
    display: inline-block;
    font-size: 12px;
    color: #BDC3C7;
    margin-left: 20px;
    line-height: 28px;
}
#shiny {
	border-top: 65px solid transparent;
	margin-top: -65px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#search {
	border-top: 65px solid transparent;
	margin-top: -65px;
		padding: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.sochicat {
opacity:1;
filter:alpha(opacity=100);   
}
.sochicat:hover {
-moz-transition: all 0.4s; 
-webkit-transition: all 0.4s;  
-ms-transition: all 0.4s;  
-o-transition: all 0.4s;  
transition: all 0.4s; 
opacity:0.7;
filter:alpha(opacity=70);
}
.viza {
    display: inline-block;
    background: url("https://xn--h1aaeohte7b3ag.xn--p1acf/viza.png") no-repeat left center;
    background-size: 260px auto;
    width: 260px;
}
h3 {
    color: #34495e;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}
.teaser {
    color: #dfdfdf;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 13px;
}
.details {
    color: #888;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 11px;
}
.date {
    color: #888;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 11px;
}

.author {
    color: #888;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 11px;
}
.widget > .title {
    padding: 0 15px;
    height: 47px;
    line-height: 47px;
    background: #3e3f40;
    font-weight: 500;
    font-size: 17px;
    color: #FFF;
    margin: 0;
    text-align: center;
}
aside .widget > .title {
    font-size: 12px;
    color: #FFF;
    background: #904146;
    height: 38px;
    line-height: 38px;
    padding-right: 5px;
    text-transform: uppercase;
}
input.button-submit:hover, input.button:hover {
    background: #204146;
}
#layout footer a {
    color: #e3e3e3;
}
nav .menu ul {
    width: 170px;
    margin-top: 1px;
}


