@charset "utf-8";

/**************************************************/
/*****   FONTS   **********************************/
/**************************************************/
/* @font-face {
    font-family: 'FontName';
    src: url('../fonts/fontname.eot');
    src: url('../fonts/fontname.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/fontname.woff') format('woff'), 
         url('../fonts/fontname.ttf') format('truetype'), 
         url('../fonts/fontname.svg#fontname') format('svg');
    font-weight: normal;
    font-style: normal;
} */

/**************************************************/
/*****   GENERAL STYLES   *************************/
/**************************************************/
.custom-orange-btn {
    color: #fff;
    background-color: #e74408;
    border-color: #c02c0c;
    margin-left: 0px !important;
}

/*----- custom-navbar -----*/
.custom-navbar {
    background: #333;
    color: #fff;
    margin-bottom:0;
}
.custom-navbar .navbar-toggle {
    border-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}
.custom-navbar .navbar-brand {
    color: #fff;
}
.custom-navbar .navbar-brand:hover,
.custom-navbar .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.custom-navbar .navbar-text {
    color: #fff;
}
.custom-navbar .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    word-break: inherit;
    font-size: 14px;
    text-align: center;
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    color: #ea3b02;
    background-color: transparent;
}

#header_top_cart a {
    color: #fff;
}

.custom-topbar-wrapper {
    background: #CACACA;
}
.custom-topbar {
    text-align: left;
}
.custom-topbar ul.ct_links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-topbar ul.ct_links li {
    display: inline-block;
    float: left;
}
.custom-topbar ul.ct_links li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 7px 42px;
    font-weight: bold;
}
.custom-topbar ul.ct_links li a:hover {
    text-decoration: none;
    color: #fff;
    background: #A0241A;
}
.custom-topbar ul.ct_links li.promo {

}
.custom-topbar ul.ct_links li.promo a {
    color: #fff !important;
    background: #A0241A;
}
@media (min-width: 768px) and (max-width: 991px) {
    .custom-topbar ul.ct_links li a {
        padding: 7px 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .custom-topbar ul.ct_links li a {
        padding: 7px 30px;
    }
}

#header_top_nav_wrapper {
    border-bottom: 1px solid #d8d8d8;
}
#header_top_nav {
    position: relative;
    padding-right: 150px;
}
#header_top_nav ul#top_nav {
    list-style: none;
    margin-top: 10px;
}
#header_top_nav ul#top_nav li {
    display: inline;
    color: #5c575b;
}
#header_top_nav ul#top_nav li a {
    color: #5c575b;
}

/*----- header_top_banner -----*/
#header_top_banner {
    display: table;
    position: absolute;
    top: 0;
    right: 120px;
    border: 1px solid #d5d5d5;
    border-top: none;
    background: #f7f7f7;
    color: #57575b;
    padding-top: 5px;
    height: 50px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#header_top_banner .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
}
#header_top_banner .cell span {
    color: #ea3b02;
    display: block;
}

/*----- header_top_cart -----*/
#header_top_cart {
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    background: #ea3b02;
    color: #fff;
    padding-top: 5px;
    width: 100px;
    height: 50px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

/*----- header_top -----*/
#header_top {
    padding-top: 15px;
    padding-bottom: 15px;
}
#site_logo {
    display: inline-block;
    max-width: 100%;
}
@media (max-width: 767px) {
    #site_logo {
        display: block;
        max-width: 320px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}
#gift_offer {}

#header_search_wrapper {
    margin-bottom: 15px;
}

#header_phone_number {
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
}
@media (max-width: 991px) {
    #header_phone_number {
        text-align: center;
    }
}

#header_links {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    padding: 10px;
    background-color: #15304A;
    text-align: center;
    margin-bottom: 15px;
}
#header_links li {
    display: inline;
    color: #5c575b;
}
#header_links li + li:before {
    display: inline-block;
    content: "|";
    padding: 0 10px;
    color: #fff;
}
#header_links li a {
    color: #FFF;
    font-weight: bold;
}
#header_links li#shopping_cart {
    position: relative;
}
@media (max-width: 767px) {
    #header_links {
        float: none;
        text-align: center;
    }
}

/*
 * --------------------------------------------------
 */
#header_links_dealers_wrapper {
    margin-bottom: 15px;
    float: right;
}
#header_links_dealers_1 {
    margin-right: 5px;
}
#header_links_dealers_1,
#header_links_dealers_2 {
    float: left;
}
#header_links_dealers_1 > a,
#header_links_dealers_2.salesRep > a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #333;
    font-size: 10px;
    color: #525252;
    text-transform: uppercase;
    text-decoration: none !important;
}
#header_links_dealers_1 .dropdown-menu,
#header_links_dealers_2 .dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #333;
    min-width: 122px;
}
#header_links_dealers_1 .dropdown-menu li a,
#header_links_dealers_2 .dropdown-menu li a {
    padding: 5px 10px;
    font-size: 10px;
    color: #525252;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    #header_links_dealers_wrapper {
        float: none;
        text-align: center;
    }
    #header_links_dealers_1,
    #header_links_dealers_2 {
        float: none;
        display: inline-block;
    }
}

/*
 * Header Social Media
 * --------------------------------------------------
 */
ul#header_social_media {
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
}
@media (max-width: 767px) {
    ul#header_social_media {
        display: block;
    }
}
ul#header_social_media li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
ul#header_social_media li:last-of-type {
    margin-right: 0;    
}
ul#header_social_media li a {
    display: block;
    border: none;
    border-radius: 50%;
    padding: 6px;
    text-align: center;

    background: #461D1D;
    color: #fff;
    font-size: 18px;
    line-height: 1.28571429em;

    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
ul#header_social_media li a:hover {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
ul#header_social_media li.facebook a,
ul#header_social_media li.facebook a:hover {
    background: #3b5998;
    color: #fff;
}
ul#header_social_media li.twitter a,
ul#header_social_media li.twitter a:hover {
    background: #00aced;
    color: #fff;
}
ul#header_social_media li.instagram a,
ul#header_social_media li.instagram a:hover {
    background: #517fa4;
    color: #fff;
}
ul#header_social_media li.pinterest a,
ul#header_social_media li.pinterest a:hover {
    background: #cb2027;
    color: #fff;
}
ul#header_social_media li.google-plus a,
ul#header_social_media li.google-plus a:hover {
    background: #dd4b39;
    color: #fff;
}

@media (max-width: 767px) {
    ul#header_social_media {
        text-align: center;
    }
}
/**************************************************/
/*****   LAYOUT   *********************************/
/**************************************************/
#pageWrapper {

}

/**************************************************/
/*****   HEADER   *********************************/
/**************************************************/
#pageHeaderWrapper {
    
}
#pageHeader {
    
}




/**************************************************/
/*****   BODY   ***********************************/
/**************************************************/
#pageBodyWrapper {
    
}
#pageBody {
    
}

/**************************************************/
/*****   CONTENT   ********************************/
/**************************************************/
#contentWrapper {
    
}
#content {
    
}

/*----- slider -----*/
#slider {
    margin-bottom: 15px;
}

/*----- products_categories -----*/


#products_categories {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#products_categories .category {
    margin-bottom: 15px;
    margin-top: 15px;
    opacity: 1;
}
#products_categories .category:hover {
    opacity: 0.6;
}
#products_categories .category img {
    border: 1px solid #ddd;
    margin: 0 auto;
}
#products_categories .category_label {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
#products_categories .category_label, #products_categories .category_label a {
    color: #333;
}

/*----- new_products -----*/
#new_products {
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
#new_products .product {
    width: 100%;
    height: 220px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
#new_products .product .product_image {
    height: 150px;
    margin-bottom: 15px;
}
#new_products .product .product_image a {
    display: block;
}
#new_products .product .product_image img {
    margin: 0 auto;
}
#new_products .product .product_name,
#new_products .product .product_name a {
    color: #333;
    font-weight: bold;
}
#new_products .product .product_price {
    color: #333;
}

/*
 * Products Carousel
 * --------------------------------------------------
 */
.products_carousel .product {
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px;
}
.products_carousel .product .product_image_div {
  margin-bottom: 15px;
}
.products_carousel .product .product_image_div a {
  display: block;
}
.products_carousel .product .product_image_div img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 180px;
}
.products_carousel .product .product_name a {
  color: #333;
  font-weight: bold;
}
.products_carousel .product .product_price {
  color: #de1624;
  margin-top: 5px;
}

/*----- overseas_manufacturing -----*/
#overseas_manufacturing {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
#overseas_manufacturing h3 {
    font-weight: bold;
}
#overseas_manufacturing h3 span {
    color: #1b9f4b;
}
#overseas_manufacturing_image {
    margin: 0 auto;
}

/*----- signup_and_stayconnected_container -----*/
#signup_and_stayconnected_container {
    margin-top: 25px;
    margin-bottom: 25px;
}
#signup_and_stayconnected_container {
    background: #38383e;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}
#social_network {
    text-align: right;
    color: #fff;
}
#social_network a {
    color: #fff;
}
@media (max-width: 991px) {
    #social_network {
        text-align: center;
        margin-top: 15px;
    }
    #stay_connected_title {
        display: block;
        margin-bottom: 10px;
    }
}
#social_network span.circle {
    font-size: 1.2em;
    display: inline-block;
    padding: 5px 6px;
    margin: 0px 5px;
    background: #2a2a2e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*----- bottom_info -----*/
#bottom_info_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ddd;
    -webkit-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.3);
    box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.3);
}
#bottom_info img {
    margin: 15px auto;
}


/**************************************************/
/*****   FOOTER   *********************************/
/**************************************************/
#pageFooterWrapper {
    
}
#pageFooter {
    
}

/*----- footer -----*/
#footer_wrapper {
    background-color: #444444;
    color: #c6c6c6;
}
#footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
#footer #rasport_25_image {
    margin: 10px 0px;
}
#footer h5 {
    color: #fff;
    font-weight: bold;
}
#footer ul.footer_nav {
    padding-left: 0px !important;
    list-style: none;
}
#footer ul.footer_nav li,
#footer ul.footer_nav li a {
    color: #c6c6c6;
}
#language_select, #currency_select {
    background: #696969 !important;
    border: none !important;
    color: #fff !important;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    #footer {
        text-align: center;
    }
    #footer #rasport_25_image {
        margin: 0 auto;
    }
    #footer .footer_section {
        margin-bottom: 25px;
    }
}

/*----- footer_bottom -----*/
#footer_bottom_wrapper {
    background-color: #ea3b02;
    color: #fff;
}
#footer_bottom {
    text-align: center;
}
#footer_bottom h4 {
    font-weight: bold;
}
#footer_bottom p {
    color: #fff;
}

/***************************************************************************
* CSS Helpers
***************************************************************************/

/*
 * Font Sizes
 * --------------------------------------------------
 */
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs30 {
  font-size: 30px !important;
}
/*
 * Paddings
 * --------------------------------------------------
 */
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.ph0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
/*
 * Margins
 * --------------------------------------------------
 */
.m0 {
  margin: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mh0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}


/*
 * Subscribe Modal
 * --------------------------------------------------
 */
#subscribeModal {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 500px;
  margin: 30px auto;
  border-radius: 0;
}
#subscribeModal_content {
  background: #f3ece0;
  padding: 20px;
}
#subscribeModal h1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  color: #773a2e;
  text-transform: uppercase;
  text-align: center;
}
#subscribeModal h3 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
  color: #773a2e;
  text-align: center;
}
#subscribeModal p {
  color: #773a2e;
  text-align: center;
}
#subscribeModal label.name-label,
#subscribeModal label.birthday-label {
  color: #cf9b47;
  font-weight: normal;
  font-size: 12px;
}
#subscribeModal .form-control {
  background: #f9f5ef;
  border: none;
  /*border-color: #cf9b47;*/
  border-radius: 0;
  outline: none !important;
  color: #cf9b47;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: bold;
}
#subscribeModal .form-control:focus,
#subscribeModal .form-control:active {
  /*border-color: #773a2e;*/
}
#subscribeModal .form-control::-moz-placeholder {
  font-weight: bold;
  color: #cf9b47;
}
#subscribeModal .form-control:-ms-input-placeholder {
  font-weight: bold;
  color: #cf9b47;
}
#subscribeModal .form-control::-webkit-input-placeholder {
  font-weight: bold;
  color: #cf9b47;
}
#subscribeModal .security-question .security-question-label {
  display: block;
  text-align: right;
  color: #cf9b47;
  margin-top: 5px;
}
#subscribeModal .security-question .captcha-label {
  color: #cf9b47;
}
#subscribeModal .security-question .captcha-input {
  max-width: 115px;
}
#subscribeModal .security-question.has-error .control-label {
  color: #a94442 !important;
}
#subscribeModal sup.requiredField {
  color: #cf9b47;
}
#subscribeModal .btn_subscribe {
  color: #fff;
  background: #cf9b47;
  border-color: #cf9b47;
  border-radius: 0 !important;
  font-weight: bold;
}
#subscribeModal .btn_subscribe:hover,
#subscribeModal .btn_subscribe:focus,
#subscribeModal .btn_subscribe:active {
  color: #fff;
  background: #773a2e;
  border-color: #773a2e;
  outline: none;
}
#subscribeModal .mfp-close {
  color: #fff;
  background: #cf9b47;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  top: -10px;
  right: -10px;
  opacity: 1;
}
#subscribeModal .mfp-close:hover,
#subscribeModal .mfp-close:focus,
#subscribeModal .mfp-close:active {
  color: #fff;
  background: #773a2e;
  opacity: 1;
}

@media (max-width: 768px) {
  #subscribeModal h1 {
    font-size: 20px;
  }
  #subscribeModal h3 {
    font-size: 16px;
  }
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#subscribeModal .popover {
  color: #333;
  background: #f3ece0;
  border-color: #f3ece0;
  border-radius: 0;
  max-width: 350px;
}
#subscribeModal .popover.top > .arrow {
  border-top-color: #f3ece0;
}
#subscribeModal .popover.top > .arrow:after {
  border-top-color: #f3ece0;
}
#subscribeModal .popover-title {
  color: #773a2e;
  background: #f3ece0;
  border-bottom: none;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  border-radius: 0;
}
#subscribeModal .popover-content {

}
#subscribeModal .popover .math-captcha {
  float: left;
}
#subscribeModal .popover .math-captcha .captcha-input {
  width: 80px;
  text-align: center;
}
#subscribeModal .popover .btn_subscribe {
  float: left;
  margin-left: 14px;
}



#scrollToTop {
  background: #461D1D;
  color: #fc6;
  bottom: 60px;
}