
@font-face {
    font-family: "Material Design Icons";
    src: url("/fonts/materialdesignicons-webfont.ttf") format("truetype");
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: rgb(55, 71, 79);
    background-color: rgb(242, 242, 242);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    padding: 0 !important;
}

img,
a {
    vertical-align: middle;
}

input {
    outline: none !important;
    box-shadow: none;
}

img {
    max-width: 100%;
    width: auto;
}

ul,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input {
    line-height: normal;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

h3,
p {
    margin: 0 0 0.7em !important;
}

a,
button,
form,
img,
li,
p,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}

a {
    color: #ED8100;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    font-weight: bold;
}

a:focus {
    -webkit-box-shadow: 0 1px 0 rgb(227, 60, 60);
    -moz-box-shadow: 0 1px 0 rgb(227, 60, 60);
    box-shadow: 0 1px 0 rgb(227, 60, 60);
}

p {
    line-height: 1.6;
}

h3,
strong {
    font-weight: 700 !important;
}

h1,
h2,
h3 {
    font-weight: normal;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1170px;
}

.picc {
    max-width: 300px;
    width: 100%;
}

.pic {
    max-width: 100%;
}

.content-image {
    margin: 15px auto;
    display: table;
    border: 2px solid #eee;
    
}

.btn-order {
    display: block;
    margin: 20px auto;
    max-width: 300px;
    width: 100%;
    padding: 20px 5px;
    font-size: 20px;
    text-decoration: none;
    background-color: #0047ff;
    text-align: center;
    color: #fff ;
    border-radius: 4px;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.btn-order:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none !important;
    border: 2px solid #0047ff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .5);
    color:#0047ff ;
    background-color: #fff;
}

input[type=search],
input[type=text] {
    -webkit-appearance: none;
}

input.error {
    border-color: #f24941;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.red {
    color: rgb(227, 60, 60);
}

.bold {
    font-weight: 900;
}

span.err-msg {
    display: none;
    font-size: 15px;
    background: #f24941;
    color: #fff;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s;
    order: -1;
}

input.error+span.err-msg {
    display: block;
    opacity: 1;
    visibility: visible;
}

input.inp {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #dfe2e5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

input.inp:focus,
input.inp:active {
    color: #000000;
    border: 1px solid #000000;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* INP-COLORS */
.inp::-webkit-input-placeholder {
    color: #9ea4a8;
}

.inp::-moz-placeholder {
    color: #9ea4a8;
}

.inp:-moz-placeholder {
    color: #9ea4a8;
}

.inp:-ms-input-placeholder {
    color: #9ea4a8;
}

.inp:focus::-webkit-input-placeholder,
.inp:active::-webkit-input-placeholder {
    color: #000000;
}

.inp:focus::-moz-placeholder,
.inp:active::-moz-placeholder {
    color: #000000;
}

.inp:focus:-moz-placeholder,
.inp:active:-moz-placeholder {
    color: #000000;
}

.inp:focus:-ms-input-placeholder,
.inp:active:-ms-input-placeholder {
    color: #000000;
}

.mdi {
    display: inline-block;
    font-family: "Material Design Icons";
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    font-size: inherit;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mdi:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdi-account:before {
    content: "\F0004";
}

.mdi-comment:before {
    content: "\F017A";
}

.mdi-message-text:before {
    content: "\F0369";
}

.mdi-heart:before {
    content: "\F02D1";
}

.mdi-star:before {
    content: "\F04CE";
}

.mdi-thumb-up:before {
    content: "\F0513";
}

.mdi-chevron-down:before {
    content: "\F0140";
}

.mdi-chevron-up:before {
    content: "\F0143";
}

.uix_icon-close:before {
    content: "\F0156";
}

.uix_icon-search:before {
    content: "\F0349";
}

.uix_icon-cog:before {
    content: "\F0493";
}

.uix_icon-sitemap:before {
    content: "\F04AA";
}

.uix_icon-jumpToTop:before {
    content: "\F143";
}

.uix_icon-signIn:before {
    content: "\F05FC";
}

.uix_icon-register:before {
    content: "\F1622";
}

.uix_icon-expandDropdown:before {
    content: "\F0143";
}

.uix_icon-breadcrumbSeparator:before {
    content: "\F0142";
}

.sidebar .section .secondaryContent h3:before,
.uix_icon,
.sidePanel__navTabs .navTab>.navLink:before,
.LikeText:before,
.Popup .arrowWidget:before {
    display: inline-block;
    font-family: "Material Design Icons";
    font-weight: normal;
    line-height: inherit;
    letter-spacing: normal;
    font-size: inherit;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/******************* header **********************/

.navTabs {
    font-size: 14px;
    color: rgb(224, 224, 224);
    background-color: rgb(65, 65, 65);
    border-color: rgb(224, 224, 224);
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: content-box;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px rgba(0, 0, 0, 0.075);
    height: 75px;
}

.navTabs .navTab .navLink>.uix_icon {
    float: left;
    margin-right: .4em;
    line-height: inherit;
}

.navTabs .navTab.login .navLink>.uix_icon,
.navTabs .navTab.register .navLink>.uix_icon {
    font-size: 14px;
}

.logo-text {
    font-size: 30px;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}

.navTabs .nav-right {
    float: right;
}

.navTabs .navTab {
    float: left;
    white-space: nowrap;
    word-wrap: normal;
}

.navTabs .navLink {
    color: rgb(224, 224, 224);
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    float: left;
    vertical-align: text-bottom;
    text-align: center;
    outline: 0 none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 75px;
    line-height: 75px;
}

.navTabs .nav-right .navLink,
#QuickSearchPlaceholder {
    padding-left: 10px;
    padding-right: 10px;
}

#searchBar {
    line-height: 75px;
    height: 75px;
}

#QuickSearchPlaceholder {
    font-size: 24px;
    color: rgb(224, 224, 224);
    padding: 0 10px;
    height: 100%;
    width: 18px;
    box-sizing: content-box;
}

.navTabs .navTab .navLink {
    color: rgb(224, 224, 224);
}

.loginText,
.registerText {
    font-size: 12px;
}

.breadBoxTop {
    background-color: rgb(245, 245, 245);
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgb(224, 224, 224);
    clear: both;
}

.breadcrumb {
    color: rgb(144, 164, 174);
    overflow: hidden;
    max-width: 100%;
    height: 50px;
}

.breadcrumb .jumpMenuTrigger {
    font-size: 16px;
    line-height: 50px;
    color: rgb(144, 164, 174);
    padding: 0 15px;
    display: inline-block;
    float: right;
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumb .crust {
    line-height: 50px;
    display: block;
    float: left;
    position: relative;
    max-width: 50%;
}

.breadcrumb .crust .arrow {
    display: block;
    height: auto;
    width: auto;
    font-size: 16px;
    position: absolute;
    right: -10px;
    top: 0px;
    z-index: 50;
    line-height: inherit;
}

.breadcrumb .crust a.crumb {
    display: block;
    font-size: 13px;
    color: rgb(144, 164, 174);
    padding: 0 15px 0 18px;
    margin: 0 0 -1px;
    border-bottom: 1px solid rgb(224, 224, 224);
    line-height: inherit;
}

.breadcrumb .crust:first-child a.crumb {
    padding-left: 15px;
}

.breadcrumb .crust:last-child a.crumb {
    color: rgb(84, 110, 122);
}

.breadcrumb .crust:last-child .arrow {
    display: none;
}

/******************* END header **********************/

/******************* Title **********************/
.titleBar {
    padding: 25px 0;
    margin-bottom: 10px;
}

.titleBar .title-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.titleBar .title-icon-wrap {
    margin-right: 15px;
}

.titleBar .page-title-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgb(227, 60, 60);
    font-size: 24px;
    border-radius: 2px;
    color: #fff;
}

.titleBar .page-title-icon i {
    padding-top: 15px;
}

.titleBar h1 {
    font-size: 26px;
    color: rgb(55, 71, 79);
    font-weight: bold;
}

/******************* END Title **********************/

/******************* Content **********************/

.page-content {
    background-color: #fff;
    padding: 20px;
    border: 0 solid rgb(224, 224, 224);
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
}

.mainContainer {
    float: left;
    width: 100%;
    margin-right: -305px;
}

.mainContent {
    margin-right: 250px;
}

.uix_contentFix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.uix_mainSidebar {
    width: 230px;
    background-color: #fff;
    float: right;
}

.sidebar {
    margin-bottom: 20px;
}

#layout,
.post-content .post-body {
    overflow: hidden;
}

.thumbtitle--arrow {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.thumbtitle {
    color: #fff;
    font-size: 19px;
    background: #1d1e20;
    padding: 5px 18px;
    margin-top: 0;
}

.thumbtitle--black {
    background: #1d1e20;
    color: #fff;
}

.thumbtitle--arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    position: absolute;
    bottom: -7px;
    left: 20px;
}

.newsbox--list {
    margin: 0;
    list-style: none;
}

.newsbox--list li {
    border-bottom: 1px solid #eee;
}

.newsbox--list .news__title {
    font-size: 18px;
    margin: 0.5em 0 5px 0;
}

.newsbox--list .news__title a {
    color: #404040;
    font-weight: bold;
}

.newsbox--list .news__title a:hover {
    color: #ED8100;
    text-decoration: underline;
}

.newsbox--list .news__meta {
    font-size: 12px;
    margin-bottom: 10px;
    color: #a3abaf;
}

.newsbox:before,
.newsbox--widget li:before,
.newsbox:after,
.newsbox--widget li:after {
    content: " ";
    display: table;
}

.sidebar-img {
    width: 100%;
    height: 180px;
}

.section {
    margin: 25px auto;
}

.mainContainer .mainContent>*:first-child {
    margin-top: 0;
}

.sectionMain {
    background-color: rgb(250, 250, 250);
    padding: 15px;
    margin: 25px auto;
    border: 0 solid rgb(224, 224, 224);
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.messageList .message:first-child {
    margin-top: 0;
}

/* .messageList .uix_message {
	font-size: 0;
} */

.message .messageUserInfo {
    display: table-cell;
    vertical-align: top;
    min-width: 165px;
    padding: 0 8px;
}

.uix_avatarHolderInner .avatar {
    margin: 0 auto;
    display: table;
    float: none;
}

.avatar .user,
.avatar img {
    display: block;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.avatar img {
    background-color: rgb(227, 60, 60);
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-position: 0 0 !important;
    box-shadow: 1px 3px 10px 2px rgb(0 0 0/ 30%);
}

.messageUserInfo .username {
    display: table;
    padding-top: 10px;
    margin: 0 auto 10px;
    font-size: 15px;
    font-weight: bold;
}

.pairsJustified {
    line-height: 2;
    font-size: 0;
}

.extraUserInfo i {
    font-size: 18px;
    margin-right: 5px;
}

.pairsJustified dt {
    display: inline-block;
    vertical-align: middle;
    color: rgb(144, 164, 174);
}

.pairsJustified dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.message .messageDetails:after {
    content: '.';
    display: block;
    height: 0;
    clear: right;
    visibility: hidden;
}

.message .messageInfo {
    margin: 0;
    padding: 15px;
    display: table-cell;
    vertical-align: top;
}

.primaryContent {
    background-color: #FFFFFF;
    padding: 15px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.message .messageDetails .item,
.message .messageDetails .item a {
    color: rgb(144, 164, 174);
}

.message .messageDetails .item {
    white-space: nowrap;
    display: inline-block;
    margin-left: 5px;
}

.message .messageDetails {
    font-size: 12px;
    color: rgb(144, 164, 174);
    margin-left: -5px;
}

.messageText {
    line-height: 1.4;
}

.content-img {
    margin: 15px auto;
    display: table;
    border: 2px solid #eee;
    width: 80%;
   
}

.commentary-nav {
    position: relative;
    margin: 0 0 24px;
    border-bottom: 2px solid #e7e9ee;
    padding: 0;
}

.nav:after,
.nav:before,
.commentary-nav:before,
.commentary-nav:after {
    display: table;
    content: "";
    line-height: 0;
}

.auth-section:after,
.comment-footer__menu:after,
.commentary-nav:after,
.post-content .post-message:after,
.post-content footer,
.post-content:after,
.post-list .post:after,
.services:after,
.textarea-wrapper:after {
    clear: both;
}

.tab-conversation {
    float: left;
}

.nav-tab>span {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tab-conversation.active>span:after {
    content: " ";
    display: block;
    height: 2px;
    background: #2e9fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}

.nav-tab--primary>span {
    font-size: 15px;
    padding: 12px 0;
    margin-right: 15px;
}

#layout>section {
    min-height: 125px;
}

.nav-secondary {
    margin: -12px 0 6px;
}

.recommend {
    display: inline-block;
    margin-right: 15px;
    margin-left: 5px;
}

.nav-tab--secondary {
    margin-bottom: 15px;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    position: relative;
    padding-right: 12px;
    color: #656c7a !important;
}

.dropdown-toggle:hover {
    color: #2a2e2e !important;
}

.share-menu {
    display: inline-block;
    max-width: none;
    margin-top: 2px;
    font-size: 14px;
}

.recommend .label {
    font-weight: 700;
    font-size: 13px;
}

.recommend-icon {
    color: #f05f70;
    margin-right: 1px;
}

.recommend-icon:before {
    position: relative;
    top: .18em;
    font-size: 13px;
    padding-left: .5px;
    line-height: 0;
}

.share-menu .dropdown-toggle {
    padding-right: 0;
}

.postbox {
    position: relative;
    margin-bottom: 20px;
}

.textarea-wrapper--top-level .avatar {
    position: absolute;
    left: 0;
    transition: left .2s linear;
}

.avatar {
    float: left;
}

.avatar .user {
    position: relative;
    z-index: 100;
    background: #dbdfe4;
    padding: 0;
}

.avatar .user img {
    width: 48px;
    height: 48px;
    border-radius: 3px;
}

.textarea-wrapper {
    background: #fff;
    border: 2px solid #dbdfe4;
    position: relative;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 0 60px;
}

.textarea-wrapper:after,
.textarea-wrapper:before {
    display: table;
    line-height: 0;
}

textarea {
    border: none;
    width: 100%;
    height: 45px;
    color: #687a86;
    line-height: 30px;
    font-size: 18px;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: text;
    resize: none;
    box-shadow: none !important;
    outline: none !important;
}

.input--text,
.textarea-wrapper {
    -webkit-appearance: none;
}

.auth-section {
    margin-left: 60px;
    margin-bottom: 15px;
}

.auth-section .connect {
    vertical-align: middle;
    display: inline-block;
}

.login-text {
    font-size: 11px;
    color: #687a86;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.services {
    margin: 0 0 18px;
    display: inline-block;
    vertical-align: middle;
}

.services:after,
.services:before {
    display: table;
    line-height: 0;
}

.services li {
    float: left;
    margin: 0 3px 0 0;
}

/* .auth-disqus button {
    background-position: 0 -143px;
    width: 35px;
}

.auth-facebook button {
    background-position: 0 -179px;
    width: 34px;
}

.auth-twitter button {
    background-position: 0 -251px;
    width: 34px;
}

.auth-google button {
    background-position: 0 -215px;
    width: 34px;
} */

.connect__button {
    display: block;
    text-indent: -9999em;
    opacity: .9;
    font-size: 11px;
    cursor: pointer;
}

.connect__button:hover {
    opacity: 1;
}

.auth-disqus button,
.auth-facebook button,
.auth-google button,
.auth-twitter button {
    background-color: transparent;
    outline: none !important;
    /* background-image: url('/img/sprites.png'); */
    height: 34px;
}

.services li a i {
    display: inline-block;
    font-size: 2rem;
    height: 34px;
}

.disqus a i{
    color: #13b4ff; 
}
.facebook a i{
    color: #0078e0;
}
.twitter a i{
    color: rgb(85, 33, 133);
}
.google a i{
    color: firebrick;
}
.disqus a i:hover,
.facebook a i:hover,
.twitter a i:hover,
.google a i:hover{
    opacity: 50%;
}




.guest {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.guest p {
    margin: 0;
}

.input--text {
    background: #fff;
    border: 2px solid #dbdfe4;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    padding: 5px 9px;
    margin: 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    height: 32px;
}

.input--text:placeholder-shown {
    color: #687a86;
}

.post-list {
    list-style-type: none;
    margin: 0;
}

.post-content {
    position: relative;
    margin-bottom: 24px;
    transition: all .2s ease-in-out;
}

.post-content:after,
.post-content:before {
    display: table;
    line-height: 0;
    content: "";
}

.post .avatar {
    margin-right: 12px;
}

.comment__header {
    line-height: 1;
    font-size: 13px;
    margin-bottom: 3px;
}

.comment__header .author {
    color: #656c7a;
    font-weight: 700;
}

.post-meta {
    display: inline-block;
}

.voting,
.bullet,
.reply,
.comment__share {
    display: inline-block;
}

.time-ago {
    font-weight: 500;
    font-size: 12px;
    color: #687a86;
}

.post-content .post-message-container {
    position: relative;
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.post-content .post-message {
    line-height: 21px;
}

.post-content .post-message p:last-child {
    margin: 0;
}

.comment__footer {
    color: #656c7a;
    margin: 4px 0 0;
}

.bullet {
    padding: 0;
    color: #c2c6cc;
    line-height: 1.4;
}

.comment__footer .bullet {
    line-height: 1.45;
}

.order {
    text-align: center;
    display: block;
    clear: both;
    margin: 15px 0;
}

.comment__footer .mdi {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

/******************* END Content **********************/

/******************* Spinner **********************/


/******************* END Spinner **********************/

.form-wrap .form_title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}

.form-wrap .form_title span {
    color: #0078e0;
}

.form-wrap .form-blocks {
    width: 100%;
}

.form-wrap .form-blocks input {
    display: block;
    padding: 10px;
    max-width: 300px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border: 2px solid grey;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto;
}

.form-wrap .form-blocks-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.form-wrap .info {
    text-align: center;
}

.form-wrap .info h2 {
    font-size: 1.25rem;
    padding-top: 15px;
    text-align: center;
}

.form-wrap .info span {
    font-size: 1.1em;
    color: red;
    font-weight: bold;
}

.form-blocks-wrap .old_price {
    font-size: 14px;
    text-align: center;
    text-decoration: line-through;
    margin: 15px auto;
}

.form-blocks-wrap .new_price {
    color: #0047ff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.postOrderModal.remodal {
    border: 2px dashed #2453d4;
    border-radius: 10px;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    color: #d5e5eb;
    max-width: 480px;
    width: 100%;
    background: #373d50;
    padding: 25px 18px 12px 18px;
}

.postOrderModal.remodal td {
    padding: 0 5px;
}

.postOrderModal.remodal h3 {
    display: block;
    font-size: 31px;
    line-height: 1.2;
    color: #fcca49;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: center;
}

.postOrderModal.remodal p.red {
    color: #F4433E;
    font-size: 19px;
    font-weight: 700;
}

.postOrderModal.remodal .remodal-close {
    z-index: 99;
    left: auto;
    right: 4px;
    top: 1px;
}

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #a12000;
}

.ac_footer a {
    color: #A12000;
}

/***************************************************** MEDIA QUARIES *************************************************************/
@media (max-width: 991px) {
    .logo-text {
        float: none;
        margin: 0 auto;
        padding-top: 23px;
        font-size: 25px;
        text-align: center;
    }

    .navTabs .nav-right,
    .jumpMenuTrigger {
        display: none !important;
    }

    .titleBar {
        padding: 0;
    }

    .titleBar .title-icon-wrap {
        display: none;
    }

    aside {
        display: none;
    }

    .mainContent {
        margin-right: 0;
    }

    .post-content .post-message {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .message .messageUserInfo {
        display: none;
    }

    .sectionMain {
        padding: 0 0 10px 0px;
    }

    .message .messageInfo {
        display: block;
        padding: 0;
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .form-wrap .form_title {
        font-size: 20px;
    }

    .form-wrap .form-blocks-wrap {
        flex-direction: column;
        align-items: center;
    }

    .form-blocks-wrap .form-blocks {
        width: 100%;
    }

    .form-blocks-wrap .form-block-img {
        text-align: center;
        margin-bottom: 20px;
    }

    .form-wrap {
        width: 100%;
        margin: 0 auto 50px;
        padding: 15px 5px;
    }

    .page-content {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .postOrderModal.remodal {
        padding: 26px 18px 15px 18px;
        font-size: 14px;
    }

    .postOrderModal.remodal h3 {
        font-size: 18px;
    }

    .postOrderModal.remodal p.red {
        font-size: 17px;
        text-align: center;
    }

    .postOrderModal.remodal .remodal-close {
        right: 4px;
        top: 2px;
    }
}

@media (max-width: 425px) {
    .form-blocks-wrap .form-block-img img {
        max-height: 250px;
    }
}

/*SPIN STYLES*/

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 30px;
}

.spin-wrapper p {
    text-align: center;
    font-size: 21px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px;
}

.wheel-wrapper {
    text-align: center;
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative;
}


.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cursor-text {
    position: absolute;
    font-size: 20px;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    line-height: 61px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
    box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eaeaea', GradientType=1);
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

.wheel-img {
    max-width: 100%;
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}


.wheel img {
    max-width: 100%;
}

.close-popup {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 31px;
    height: 32px;
    /* background-image: url("/img/cross.svg"); */
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #ffffff;
    box-shadow: 0 0 10px #ffffff;
    cursor: pointer;
}

.close-popup i {
    font-size: 2rem;
    display: block;
    line-height: 1;
    color: #fff;

}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.spin-result-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;

    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 10px;

    text-align: center;

    background-color: rgba(0, 0, 0, 0.6);
}

.pop-up-layer {
    position: fixed !important;
    top: 0 !important;
    z-index: 99 !important;

    width: 100% !important;
    height: 100% !important;

    background-color: rgba(0, 0, 0, 0.7) !important;
}

.pop-up-layer-show {
    display: block;
}

.pop-up-window {
    position: relative;
    top: 40%;
    right: 0;
    left: 0;

    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;

    text-align: center;

    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
    content: "";
    position: absolute;
    top: -55px;
    right: 0;
    left: 0;

    width: 110px;
    height: 110px;
    margin: 0 auto;

    background-color: rgb(113, 195, 65);
    -webkit-border-radius: 50%;
    border-radius: 50%;

    -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;

    width: 50px;
    height: 20px;
    margin: 0 auto;

    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

@-webkit-keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pop-up-heading {
    margin-bottom: 20px;

    font-size: 40px;
}

.pop-up-text {
    margin-bottom: 25px;

    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.pop-up-button {
    padding: 10px 20%;

    font-size: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;

    background-color: rgb(113, 195, 65);
    border: medium none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: medium none;
    cursor: pointer;
    transition: 0.3s ease;
   
}

.pop-up-button:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
    
}

@media all and (max-width: 520px) {
    .wheel {
        width: 250px !important;
    }

    .wheel-cursor {

        width: 40% !important;
        height: 46%;
        max-width: 100px;
    }

    .cursor-text {
        font-size: 14px;
        line-height: 48px;
    }

    .close-popup {
        position: absolute;
        top: -40px;
        right: -10px;

        width: 30px;
        height: 30px;

        background-image: url("../fonts/cross.svg");
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px #ffffff;
        box-shadow: 0 0 10px #ffffff;
        cursor: pointer;
    }
}


.super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

@keyframes blink {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg);
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg);
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg);
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg);
    }
}

@media screen and (max-width: 600px) {
    .pop-up-window::before {
        top: -40px;
        right: 0;
        left: 0;

        width: 80px;
        height: 80px;
    }

    .pop-up-window::after {
        top: -13px;
        right: 0;
        left: 0;

        width: 38px;
        height: 20px;
    }

    .pop-up-heading {
        margin-bottom: 20px;

        font-weight: bold;
        font-size: 26px;
    }

    .pop-up-text {
        margin-top: 0;
        margin-bottom: 25px;

        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .pop-up-window {
        padding-top: 50px;
    }
}

@media screen and (min-width:0\0) {
    .voting {
        display: none;
    }
}