/* Minification failed. Returning unminified contents.
(1260,49): run-time error CSS1030: Expected identifier, found '>'
(1260,55): run-time error CSS1031: Expected selector, found ')'
(1260,55): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {  
    margin:0; 
    padding:0; 
}

blockquote {
    margin-top:0px;
    margin-bottom:0px;
}

table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
/*ol,ul { 
    list-style:none; 
}*/ 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { 
  border:0; 
} 

body, html { margin: 0; padding: 0; }
* { outline: none; }
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu-Bold'), local('Ubuntu-Bold'), url(/Content/fonts/Ubuntu-Bold.ttf) format('truetype');}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu-Regular'), local('Ubuntu-Regular'), url(/Content/fonts/Ubuntu-Regular.ttf) format('truetype');}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local('Ubuntu-Medium'), local('Ubuntu-Medium'), url(/Content/fonts/Ubuntu-Medium.ttf) format('truetype');}

*:not(.fa) {
    font-family: 'Ubuntu', sans-serif !important;
}

body {
    font-size: 100%;
    font-weight: 100;
    min-height:500px;
    width: 100%;
    min-width: 1120px;
    height: 100vh;
    margin: 0 auto;
    overflow-x: hidden;
    background-image: url(/Images/usa_bg.gif);  
}

#body {
    display:none;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.brown_glass {
    height:100%;
    top:0px;
    width:100%;
    position:fixed;
    z-index:901;
    background-color: rgba(168,146,121,0.5);
    display:none;    
}
.brown_glass_circle {
    height:100%;
    top:0px;
    width:100%;
    position:fixed;
    z-index:901;
    background-color: rgba(168,146,121,0.5);
    display:none;    
}
.news_contain {
    max-width: 580px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    border: 10px solid #fff;
}

.news_inner {
    border: 1px solid #b9a276;
    text-align: center;
    position: relative;
    padding: 80px 0px;
}

.join_news {
    font-weight: 500;
    font-size: 20px;
    width: 125px;
    height: 46px;
    color: #fff;
    cursor: pointer;
    background-color: #a88274;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    border: none;
    position: absolute;
    top: 0px;
    left: 369px;
}

.news_input {
    width: 280px;
    line-height: 30px;
    height: 44px;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    border: 1px solid #a88274;
    padding-left: 5px;
    position: absolute;
    left: 82px;
    top: 0px;
}

.close_news {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    height: 220px;
    cursor:pointer;
    background-image: url(/Images/remove.png);
    background-repeat: no-repeat;  
}

.news_inner > h2 {
    font-size: 25px;
}

.news_inner > h2 > span {
    display: block;
    font-size: 15px;
    margin-top: 32px;
}

.brown_glass table{
    width:100%;
    height:100%;
}
.brown_glass_circle table{
    width:100%;
    height:100%;
}
.brown_glass table tbody tr td {
    vertical-align:middle;
    text-align:center;
}
.brown_glass_circle table tbody tr td {
    vertical-align:middle;
    text-align:center;
}

.glass {
    height:100%;
    top:0px;
    width:100%;
    position:fixed;
    z-index:900;
    background-color:rgba(0,0,0,0.1);
    display:none;    
}

strong {
    font-weight:700;
}

.loader_div {
    display:none;
    min-width: 680px;
    min-height:100px;
}

.loader_div > img {
    max-width:50px;
    max-height:50px;
}

.login_contain {
    margin: 0 auto;
    width: 320px;
    background-color: #fff;
    padding: 30px;
    margin-top: 25px;
    text-align:center;
}

.login_contain h2 {
    font-size: 30px;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 37px;
    height: 56px;
    -webkit-box-shadow: 0px 1px 0px 0px #d9dadb;
    -moz-box-shadow: 0px 1px 0px 0px #d9dadb;
    box-shadow: 0px 1px 0px 0px #d9dadb;
}

.editor-label {
    text-align:left;
    width: 252px;
    display: inline-block;
    color: #b0b0b0;
}

.login_foot {
    font-size:14px;
}

.text-danger {
    color: #B52C2C;
    font-size: 14px;
    display: inline-block;
    width: 250px;
    text-align: left;
}

.log_field {
    width: 246px;
    margin-bottom: 4px;
    height: 32px;
    border: 1px solid #d9dadb;
    color: rgba(132,118,77,1);
    font-style: normal;
    padding-left: 5px;
    font-size: 17px;
    margin-top: 4px;
    border-radius: 2px;
}

.log_field:focus {
    -webkit-box-shadow: 0px 0px 0px 1px rgb(77, 144, 254);
    -moz-box-shadow: 0px 0px 0px 1px rrgb(77, 144, 254);
    box-shadow: 0px 0px 0px 1px rgb(77, 144, 254);
}

.login_btn {
    background-color: rgb(210, 184, 134);
    margin: 0 auto;
    width: 250px;
    height: 60px;
    cursor: pointer;
    color: #fff;
    display: block;
    border: 1px solid #d2b886;
    font-size: 20px;
    font-weight: 600;
    margin-bottom:20px;
}

.login_btn:hover {
    background-color: #c8a86a;
}

.topbar {
    padding: 25px 0px;
    height: 25px;
    position: relative;
    width: 100%;
    top: 0px;
    background-color: #fff;
    color:#86754d;
    -webkit-box-shadow: inset 0px -2px 0px 0px #000;
    -moz-box-shadow: inset 0px -2px 0px 0px #000;
    box-shadow: inset 0px -2px 0px 0px #000;
}

.top_contain {
    width:980px;
    margin:0 auto;
    position: relative;
    font-size: 13px;
}

.left_items {
    position:absolute;
    left: -20px;
}

.center_items {
    width: 25%;
    position: absolute;
    margin-left: 37.5%;
    margin-right: 37.5%;
    text-align: center;
    font-size:12px;
}

.right_items {
     position:absolute;
     right: -20px;
}

.left_items > div {    
    float:left;
    padding-left: 20px;
    text-align:center;
    height: 20px;
    line-height: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.left_items > div:nth-child(n+2){
    -webkit-box-shadow: -2px 0px 0px -1px #000;
    -moz-box-shadow: -2px 0px 0px -1px #000;
    box-shadow: -2px 0px 0px -1px #000;
}

.right_items > div {    
    float:left;
    padding-left: 20px;
    text-align:center;
    height: 20px;
    line-height: 20px;
    padding-right: 20px;
    padding-left: 20px;
       cursor:pointer;  
}

/*.right_items > div:nth-child(2),
.right_items > div:nth-child(3) {
    -webkit-box-shadow: -2px 0px 0px -1px #000;
    -moz-box-shadow: -2px 0px 0px -1px #000;
    box-shadow: -2px 0px 0px -1px #000;    
}*/
.right_items > div {
    -webkit-box-shadow: -2px 0px 0px -1px #000;
    -moz-box-shadow: -2px 0px 0px -1px #000;
    box-shadow: -2px 0px 0px -1px #000;   
}

.right_items > div:first-child {
    box-shadow:none;
}


/*.right_items > div:nth-child(n+3) {
   font-size:19px;   
   cursor:pointer;  
}*/

.right_items > div:first-child {
    padding-left: 0px;
}

.center_items > div {
    position: relative;
    display: inline-block;
    margin-top: -16px;
    text-align: center;
}

.center_items >div> span {
    margin-top: 19px;
    display: inline-block;
}

.topbar2 {
    padding: 20px 0px;
    height: 25px;
    position: relative;
    width: 100%;
    top: 0px;
    background-color: #fff;
    text-align: center;
    color: #000;
    font-size:13px;
}

.active_opt {
    color:#d14136;
}

.float_menu {
    position: absolute;
     width: auto; 
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #000;
    -moz-box-shadow: 0px 0px 0px 2px #000;
    box-shadow: 0px 0px 0px 2px #000;
    z-index:99;
    display:none;
    top:30px;
}

.float_menu div {
    font-size: 12px;
    text-align: left;
    -webkit-box-shadow: inset 0px -1px 0px 0px #000;
    -moz-box-shadow: inset 0px -1px 0px 0px #000;
    box-shadow: inset 0px -1px 0px 0px #000;
    white-space: nowrap;
    cursor:pointer;
}

.float_menu div a {
    display: block;
    padding: 2px 14px 2px 51px;
}

.float_menu div:last-child {
    -webkit-box-shadow: inset 0px 0px 0px 0px #000;
    -moz-box-shadow: inset 0px 0px 0px 0px #000;
    box-shadow: inset 0px 0px 0px 0px #000;
}

.float_menu > div:hover {
    background-color:#f1f1f1;
}

.red_lines {
    position:absolute;
    display:block;
    height:100%;
    width: 2px;
    margin-left: 35px;
    -webkit-box-shadow: 2px 0px 0px 0px red, -2px 0px 0px 0px red;
    -moz-box-shadow: 2px 0px 0px 0px red, -2px 0px 0px 0px red;
    box-shadow: 2px 0px 0px 0px red, -2px 0px 0px 0px red;
}

#newsletter_form {
    position: relative;
    margin-top: 55px;
    margin-bottom: 65px;
}

.news_footer {
    margin-top: 145px;
    margin-bottom: -44px;
    font-size: 13px;
}

.stop_news {
    cursor:pointer;
    color:#A88274;
}

.stop_news:hover {
    text-decoration:underline;
}

.notification {
    color: #fff;
    font-size: 12px;
    height: 14px;
    width: 14px;
    display: block;
    border-radius: 100%;
    background-color: red;
    text-align: center;
    line-height: 13px;
    position: absolute;
    right: 3px;
    top: -3px;
}

.center_menu {
    margin: 0 auto;
    display: inline-block;
}

.center_menu > div {
    float:left;
    text-align:center;
    height: 24px;
    line-height: 25px;
}

.center_menu > div > a {
    display:block;
    padding-left: 20px;
    padding-right: 20px;
}

.center_menu > div{
    -webkit-box-shadow: 2px 0px 0px -1px #000;
    -moz-box-shadow: 2px 0px 0px -1px #000;
    box-shadow: 2px 0px 0px -1px #000;
    position: relative;
}

.center_menu > div:first-child {
    padding-left: 0px;
}

.center_menu > div:last-child {
    padding-right: 0px;
    box-shadow: 0px 0px 0px 0px #000;
}

.topbar3 {
    padding: 12px 0px;
    height: 20px;
    position: relative;
    width: 100%;
    top: 0px;
    background-color: #fff;
    text-align: center;
    color: #000;
    font-size:13px;
    line-height:20px;
    /*display:none;*/
    -webkit-box-shadow: inset 0px 2px 0px 0px #000;
    -moz-box-shadow: inset 0px 2px 0px 0px #000;
    box-shadow: inset 0px 2px 0px 0px #000;
}

.center_menu3 {
    margin: 0 auto;
    display: inline-block;
}

.center_menu3 > div {
    cursor:pointer;
    float:left;
    padding-left: 20px;
    padding-right: 20px;
    text-align:center;
    height: 20px;
    line-height: 20px;
}

.center_menu3 > div{
    -webkit-box-shadow: 1px 0px 0px 0px #000;
    -moz-box-shadow: 1px 0px 0px 0px #000;
    box-shadow: 1px 0px 0px 0px #000;
}

.center_menu3 > div:first-child {
    padding-left: 24px;
}

.center_menu3 > div:last-child {
    /*margin-left: 368px;*/
    width: 110px;
    /*padding-left: 18px;*/
    box-shadow: 0px 0px 0px 0px #000;
}

.menu_title {
    color:#86754d;
    display: block;
    float: left; 
}

.container {
    width:980px;
    margin:0 auto;
    background-color:#fff;
}

.play_win {
    display: block;
    text-align: center;
    clear: both;
    white-space: nowrap;
    font-size: 2.5em;
    line-height: 3em;
    font-weight: 400;
}

    .play_win > span {
        position: relative;
        display: inline-block;
        /*font-family: Georgia !important;*/
    }

        .play_win > span:before,
        .play_win > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 277%;
            height: 1px;
            background: #000;
        }

        .play_win > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .play_win > span:after {
            left: 100%;
            margin-left: 15px;
        }

/*.play_win {
    line-height: 161px;
    text-align: center;
    font-size: 31px;
}*/

.bottom_images {
    width:100%;
    /*margin-bottom: 30px;*/
}

.bottom_images > div {
    display:inline-block;
    width:315px;
    height:230px;
    margin-left:13px;
    margin-bottom: -4px;
    cursor:pointer;
}

.bottom_images > div > a {
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
}

.bottom_images > div:first-child {
    margin-left:0px;
}

.big_image {
    width:100%;
    height:362px;
    position:relative;
    margin-bottom: 30px;
    /*background-image: url(/Images/index_big2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}

.big_image>img{
    max-width: 980px;
    max-height: 362px;	
}

.big_image > a {
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    display:block;
}

.rose {
    /*background-image: url(/Images/present_img_index.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}

.smallpine {
    /*background-image: url(/Images/play_win_index.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}

.bottom_images > div {
    position:relative;
}

.bottom_images > div > img {
    display:block;
    width:100%;
    height:100%;
}

big_image > img {
    display:block;
    width:100%;
    height:100%;
}

.kor_vid {
    background-image: url(/Images/kor_vid.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer {
    display:none;
    height: 80px;
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-top: 30px;  
}

.footer > div {
    width:980px;
    margin:0 auto;
    height:50px;
    line-height:50px;
    font-size: 11px;
    -webkit-box-shadow: inset 0px -2px 0px 0px #000, inset 0px 2px 0px 0px #000;
    -moz-box-shadow: inset 0px -2px 0px 0px #000, inset 0px 2px 0px 0px #000;
    box-shadow: inset 0px -2px 0px 0px #000, inset 0px 2px 0px 0px #000;
}

.footer > div > div {
    display:inline-block;
    padding:0px 10px;
}

.footer > div > .get_social {
    float: right;
    color:#86754d;
    cursor:default;
    /*height: 100%;*/
}

.get_social i {
    font-size:20px;
    margin-left:5px;
    cursor:pointer;
    position:relative;
}

.get_social i a {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.get_social > span {
    margin-right: 14px;    
}

.product {
    height: 212px;
    background-color: #f0f0ee;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    padding-left: 46px;
}

.product >img {
    height:212px;
    max-width:273px;
}

.bez {
    background-color:#d5cfc1;
}

.product_info {
    top: 9px;
    position: absolute;
    width: 370px;
    height: 210px;
    left: 355px;
    font-size: 14px;
    overflow-y: auto;
}

.product_info h2 {
    font-size: 22px;
}

.product_info p {
    margin-top: 13px;
}

.product .top_right {
    position: absolute;
    top: 23px;
    right: 10px;
    font-size: 10px;
    letter-spacing: 0.3px;
    font-weight: 700;
}

.but_contain {
    position:absolute;
    bottom:13px;
    right:10px;
    font-size: 12px;
    text-align:right;
}

.active_pr {
    width:50px;
    height:50px;
    border-radius:100%;
    background-color: #3f5e65;
    display:inline-block;
}

.inactive_pr {
    width:50px;
    height:50px;
    border-radius:100%;
    background-color: #a12116;
    display:inline-block;
}

.play_ic {
    width:50px;
    height:50px;
    border-radius:100%;
    line-height:50px;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
    color:#86754d;
    -webkit-box-shadow: inset 0px 0px 0px 2px #86754d;
    -moz-box-shadow: inset 0px 0px 0px 2px #86754d;
    box-shadow: inset 0px 0px 0px 2px #86754d;
    cursor:pointer;
    display:inline-block;
}

.play_ic i {
    margin-left:4px;
}

.active_span {
    color:#3f5e65;
    font-weight: 700;
    display: block;
    margin-top: 6px;
}

.inactive_span {
    color:#a12116;
    font-weight: 700;
    display: block;
    margin-top: 6px;
}

.play_span {
    color:#86754d;
    font-weight: 700;
    display: block;
    margin-top: 6px;
}

.large_image {
    position:relative;
    text-align:center;
}

.large_image img {
    width:100%;
}

.center_header {
    text-align:center;
    font-size:26px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.center_par {
    padding:25px 0px;
    width: 620px;
    margin: 0 auto;
    font-size: 14px;
}

.gold {
    color:#86754d;
}

.red {
    color: #be0927;
}

.big_letter {
    font-size:150px;
    display: block;
    margin-bottom: -15px;
}

.program_contain {
    text-align:center;
}

.program_contain h1 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
}

.program_contain h3 {
    font-size: 24px;
    font-weight: 600;
}

.small_top_img {
    position:relative;
}

.small_top_img img {
    width:100%;
    /*height:93px;*/
}

.center_contain {
    width:860px;
    margin:0 auto;
    text-align: center;
    position:relative;
}

.product_img, .product_details {
    display: inline-block;
    width: 360px;
    font-size: 14px;
    vertical-align: top;
    position: relative;
    text-align: left;
    margin-left: 35px;
}

.product_img2 {
    display: inline-block;
    width: 360px;
    font-size: 14px;
    vertical-align: top;
    position: relative;
    text-align: left;
    margin-left: -95px;
    margin-bottom: 50px;
    margin-right: 70px;
}

.product_details {
    padding-top: 12px;
    height: 200px;
}

.product_details2 {
    padding-top: 12px;
    height: 200px;
    margin-left: -20px;
    width: 267px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    position: relative;
    text-align: left;
}

.product_img img {
    /*width: 257px;*/
    /*height: 229px;*/
    max-height: 230px;
    display: block !important;
    margin: 0 auto;
}

.product_img2 img {
    /*width: 257px;*/
    /*height: 229px;*/
    max-height: 350px;
    display: block;
    margin: 0 auto;
}

.product_details> span {
    display:block;
}

.product_details > .type {
    font-size:21px;
    font-weight:700;
}

.product_details2 > span {
    display:block;
}

.product_details2 > .type {
    font-size:21px;
    font-weight:700;
}

.product_details > .indicator {
    font-size:21px !important;
    color:#86754d;
}

.product_details2 > .indicator2 {
    font-size:20px !important;
    color: #be0927;
}

.contain_cl_desc {
    text-align:left;
    position:relative;
    margin-top: -50px;
}   

.prd_side_buttons {
    position: absolute;
    width: 90px;
    right: -41px;
    top: 50px;
    text-align: center;
}

.prd_side_buttons > a {
    margin-bottom:20px;
    cursor:pointer;
    display:block;
}

.prd_side_buttons > a > div {
    font-size: 25px;
    border: 5px solid;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-bottom:4px;
}

.prd_side_buttons > a > div >i {
    margin-top:7px;
}

.prd_side_buttons > a > span {
    font-size:12px;
}

.product_details > .desc {
    position:absolute;
    bottom:0px;
}

.desc2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    max-width: 290px;
    padding-left: 25px;
    line-height: 16px !important;
    height: 187px;
    overflow-y: auto;
}

.desc2 * {
    font-size:16px !important;
    line-height: 21px !important;
}

.product_description {
    margin-left: 90px;
    text-align: left;
    font-size: 21px;
    margin-top: 50px;
    margin-bottom: 65px;
    max-width: 600px;
}

.product_description > p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 9px;
}

.product_description span {
    font-weight:700;
}
.product_description > ul {
    margin-left: 23px;
    margin-bottom: 25px
}

.product_description>ul>li {
    list-style:disc;
}

.name2 {
    text-transform: uppercase !important;
}

.product_details2 > .name {
    font-size:20px !important;
    font-weight:900 !important;
    line-height:22px !important;
}

.product_details2 > .name * {
    font-size:20px !important;
    font-weight:900 !important;
    line-height:22px !important;
}


/*.name > .red {
    font-size:18px!important;
    font-weight:400 !important;
}*/



.product_description2 {
    margin-left: 85px;
    text-align: left;
    font-size: 17px !important;
    margin-top: 50px;
    margin-bottom: 65px;
    max-width: 315px;
    min-width: 315px;
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 25px;
}

.product_description2 * {
   font-size: 16px !important; 
   line-height: 21px !important;
}

.product_description2 h5, .product_description2 h5 * {
    font-size: 13px !important; 
}

/*.product_description2 > p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 9px;
}*/

.product_description2 span {
    font-weight:400;
}
.product_description2 > ul {
    margin-left: 23px;
    margin-bottom: 25px
}

.product_description2>ul>li {
    list-style:disc;
}

.plus {
    background-image:url(/Images/plus.png);
    background-size: cover;
    transition:all 0.5s;
    cursor:pointer;
}

.plus_g {
    background-image:url(/Images/plus_g.png);
    background-size: cover;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition:all 0.5s;
    cursor:pointer;
}

.accordion > .accord_field {
    position:relative;
    font-size: 21px;
    line-height: 55px;
    -webkit-box-shadow: inset 0px 2px 0px 0px #000;
    -moz-box-shadow: inset 0px 2px 0px 0px #000;
    box-shadow: inset 0px 2px 0px 0px #000;
    cursor:default;
    font-weight: 600;
    line-height: 90px;
    transition:all 0.5s;
}

#frozen {
    cursor:default;
}

.accordion  .accord_title > span {
    position: absolute;
    top: 27px;
    right: 45px;
    display: block;
    width: 35px;
    height: 35px;  
}

.accord_title {
    cursor:pointer;
}

.accordion  .accord_cont > ul {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    color:#000;
}

.accord_cont {
    display:none;
    color:#000;
    font-weight:500;
}

.libr_accordion {
    width:680px;
    display:inline-block;
}

.accord_selected {
    color : #86754d;
    background-color : #e6e3da;
}

.accordion .accord_cont > .cont {
    font-size: 13px !important;
    line-height: 16px !important;
    padding: 20px 100px 40px 100px;
    text-align: left;
    color: #000;  
}

.accordion .accord_cont > .cont *:not(.has_tool > span){
   font-size: 13px !important;
   line-height: 16px !important; 
}

.cont p, .cont div{
    line-height: 16px !important;
}

.accordion .accord_cont > div > p {
    margin-top:15px;
}

.combine {
    margin-top: 45px;
    margin-bottom: 40px;
}

    /*.combine a {
        display:initial;
    }*/

.combine>div {
    width: 170px;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    cursor:pointer;
    text-align:center;
    vertical-align: top;
    margin-right:13px;
}

combine > div > div {
    display:inline-block;
}

.combine>div img {
    /*width:100%;*/
    /*height: 135px;*/
    max-height: 230px;
}

.combine>div>div>span {
    line-height: 15px;
    font-size: 11px;
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-left: 17px;
    min-height: 55px;
    margin-top: 15px;
}

.my_hr {
    width:100%;
    height:10px;
    background-color:#f0f0ee;
}

.big_num {
    color:#be0927;
    text-align:center;
    font-size: 67px;
    max-width: 76px;
    height: 105px;
    -webkit-box-shadow: 0px 11px 0px 0px #be0927;
    -moz-box-shadow: 0px 11px 0px 0px #be0927;
    box-shadow: 0px 11px 0px 0px #be0927;
    position:absolute;
    top:20px;
    left:40px;
}

.suggest {
    position:relative;        
    width: 435px;
    margin:0 auto;
    height:30px;
    /*border-style: solid;
    border-width: 2px 2px 0px 2px;*/
    border-color:#86754d;
    margin-top: 80px;
    margin-bottom:60px;
}

.suggest>span{
    position: absolute;
    top: -28px;
    width: 100%;
    text-align: center;
    font-weight:700;
}

.comb_contain {
    position:relative;
    height:200px;
    width:900px;
    margin:0 auto;
    margin-bottom: 85px;
}

.comb_contain>div:first-child {
    position:absolute;
    width:150px;
    height:185px;
    top:0px;
    /*left:12%;*/
    -webkit-box-shadow: 0px 0px 0px 2px #86754d;
    -moz-box-shadow: 0px 0px 0px 2px #86754d;
    box-shadow: 0px 0px 0px 2px #86754d;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.comb_contain>div:nth-child(2) {
    position:absolute;
    width:150px;
    height:185px;
    top:0px;
    /*left:32%;*/
    -webkit-box-shadow: 0px 0px 0px 2px #86754d;
    -moz-box-shadow: 0px 0px 0px 2px #86754d;
    box-shadow: 0px 0px 0px 2px #86754d;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.comb_contain>div:nth-child(3) {
    position:absolute;
    width:150px;
    height:185px;
    top:0px;
    /*left:52%;*/
    -webkit-box-shadow: 0px 0px 0px 2px #86754d;
    -moz-box-shadow: 0px 0px 0px 2px #86754d;
    box-shadow: 0px 0px 0px 2px #86754d;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.comb_contain>div:nth-child(4) {
    position:absolute;
    width:150px;
    height:185px;
    top:0px;
    /*left:72%;*/
    -webkit-box-shadow: 0px 0px 0px 2px #86754d;
    -moz-box-shadow: 0px 0px 0px 2px #86754d;
    box-shadow: 0px 0px 0px 2px #86754d;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.comb_contain > div > span {
    display: block;
    text-align: center;
    margin-top: -50px;
    font-size: 35px;
}

.combine_products {
    text-align: center;
    max-width:700px;
    max-height:110px;
    margin:0 auto;
    overflow-x:auto;
    white-space: nowrap;
    overflow-y: hidden;
    padding-bottom: 15px;
}

.combine_products img {
    cursor:pointer;
    height:120px;
    display:inline;
}

.comb_descr {
    display:none;
    top: 195px;
    position: absolute;
    font-size:13px !important;
}

.comb_descr *{
    font-size:13px !important;
    line-height:14px !important;
}


.quest_choices {
   width: 600px;
   margin: 0 auto;
   margin-top: 50px; 
}

    .quest_choices > input {
        display:none;
    }

.quest_choices > div {
    -webkit-box-shadow: 0px -2px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -2px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -2px 0px 0px rgba(0,0,0,0.75);
    padding: 30px 30px;
    position:relative;
}

.cor_perc {
    position: absolute;
    top: 36px;
    left: 120px;
    color: #C4213B;
}

.a_choice {
    font-size: 40px;
    font-weight: 900;
    position:relative;
    height: 32px;
    line-height: 32px;
    margin-bottom:9px;
}

.select_cirlcle {
    width: 17px;
    height: 17px;
    /*background-color: #000;*/
    position:absolute;
    top: 8px;
    left: 52px;
    display: block;
    border-radius: 100%;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 0px 2px #000, inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: 0px 0px 0px 2px #000, inset 0px 0px 0px 2px #fff;
    box-shadow: 0px 0px 0px 2px #000, inset 0px 0px 0px 2px #fff;
    
}

.multy_sel_circ {
    width: 17px;
    height: 17px;
    /*background-color: #000;*/
    position:absolute;
    top: 8px;
    left: 52px;
    display: block;
    border-radius: 100%;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 0px 2px #000, inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: 0px 0px 0px 2px #000, inset 0px 0px 0px 2px #fff;
    box-shadow: 0px 0px 0px 2px #000, inset 0px 0px 0px 2px #fff;   
}

.choice_text , .choice_text *{
    font-size:13px !important;
    line-height: 16px !important;
    color: #000 !important;
    text-align:left !important;
}

.go_left, .go_right {
    font-size:57px;
    font-weight:900;
    color: #be0927;
    position:absolute;
    top:325px;
    cursor:pointer;
    z-index: 100;
}

.go_right {
    right:45px;
}

.go_left {
    left:45px;
}

.product_contain {
    display:inline-block;
    /*background-color:#efefef;*//*f9fafa*/
    width: 316.5px;
    margin-top:16px;
    text-align:center;
}

.product_contain  .prdct_img {
    display:block;  
    height: 300px;
    width: 295px;   
    margin:auto;  
    margin-top: 10px;
    line-height: 300px;
    font-size: 210px;
    color: #5D5033;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product_contain  .prdct_description {
    font-size: 13px;
    margin-left: 14px;
    margin-top: 14px;
    margin-bottom: 14px;
    text-align:left;
    margin-right: 10px;
}

.header_prdc {
    font-size: 29px;
    font-weight: 600;
    height: 120px;
    line-height: 120px;
    display: block;
    position: relative;
    text-align:center;
    -webkit-box-shadow: 0px 16px 0px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 16px 0px -14px rgba(0,0,0,0.75);
    box-shadow: 0px 16px 0px -14px rgba(0,0,0,0.75);
    margin-bottom: 50px;
}

.folders_cont {
    width: 310px;
}

.folders_cont:nth-child(3n+1) {
    margin-left:11px;
}

.gold_upper_text {
    /*text-transform: uppercase;*/
    color:#86754d;
}

.all_products  .product_contain:nth-child(3n-1) {
    margin-left:10px;
    margin-right:10px;
}

.all_products  .product_contain:nth-child(-n + 3) {
    margin-top:0px;
}

.lrg_num_img {
    position: absolute;
    font-size: 85px;
    top: 109px;
    width: 25%;
    margin-left: 37.5%;
    color: #e2001a;
}

.the_table {
    width:830px;
    margin:0 auto;
}

.the_table tr td {
    padding:10px;
}

.the_table tr th {
    padding:4px 10px;
    font-size: 14px;
}

.the_table tr {
    border-top: 2px solid #fff;
}

.table_header {
    color:#fff;
}

.table_header th:nth-child(-n+2) {
    visibility:hidden;
}

.the_table tr th:nth-last-child(-n+4),
.the_table tr td:nth-last-child(-n+4),
.the_table tr td:first-child {
    text-align:center;
}

.the_table tr td:first-child {
    color: #be0927;
    background-color:#ecece9;
    border-right: 4px solid #fff;
    font-weight: 900;
}

.the_table tr td:nth-child(2) {
    background-color:#ecece9;
    border-right: 4px solid #fff;
}

.the_table tr td:last-child,
.the_table tr th:last-child {
    color:#fff;
    background-color: #86754d;
}

.table_header th:nth-last-child(2n) {
    background-color:#c2baa6;
}

.table_header th:nth-child(3) {
    -webkit-box-shadow: inset 2px 0px 0px 0px #fff;
    -moz-box-shadow: inset 2px 0px 0px 0px #fff;
    box-shadow: inset 2px 0px 0px 0px #fff;
}
.table_header th:nth-last-child(2n+1) {
    background-color:#C6C7C9;
}

.table_row td:nth-last-child(2n) {
    background-color:#dad5c9;
}

.table_row td:nth-child(4) {
    background-color:#ecece9;
}

.txt_small_img {
    position: absolute;
    font-size: 20px;
    top: 22px;
    display: block;
    color: #fff;
    width: 90%;
    margin-left: 5%;
    text-align: center;
}

.txt_small_img > strong {
    font-weight:900;
}

.quest_finish {
    position:fixed;
    background-color:#fff;
    width: 640px;
    margin-left: 170px;
    border:1px solid #86754D;
    top:200px;
    -webkit-box-shadow:0px 0px 0px 7px #fff, 0px 0px 0px 11px #86754D ;
    -moz-box-shadow: 0px 0px 0px 7px #fff, 0px 0px 0px 11px #86754D ;
    box-shadow: 0px 0px 0px 7px #fff, 0px 0px 0px 11px #86754D ;
    cursor: default;
    z-index:901;
    display:none;
}

.quest_finish_last {
    position:fixed;
    background-color:#fff;
    width: 640px;
    margin-left: 170px;
    border:1px solid #86754D;
    top:200px;
    -webkit-box-shadow:0px 0px 0px 7px #fff, 0px 0px 0px 11px #86754D ;
    -moz-box-shadow: 0px 0px 0px 7px #fff, 0px 0px 0px 11px #86754D ;
    box-shadow: 0px 0px 0px 7px #fff, 0px 0px 0px 11px #86754D ;
    cursor: default;
    z-index:901;
    display:none;
}

.drop_in {
    background-color:#f2f2f2;
}

.droppable > input {
    display:none;
}

.q_fin_cont >span{
    font-size:80px;
}

.q_fin_cont > p{
    font-size:15px;
    margin-top:20px;
    margin-bottom:40px;
    font-weight: 600;
}

.q_fin_cont > div >span{
    font-size:12px;
    cursor:pointer;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
}

.q_fin_cont {
    padding-top:95px; 
    padding-bottom:20px;    
    font-size:25px;
    text-align:center;
}

.quest_finish > .q_fin_cont {
    padding-top: 30px;
    padding-bottom: 85px;
}

.form_contain {
    margin: 0 auto;
    width: 430px;
    background-color: #fff;
    padding: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align:center;
}

.form_contain h2 {
    font-size: 21px;
    width: 350px;
    margin: 0 auto;
    margin-bottom: 37px;
    height: 56px;
    -webkit-box-shadow: 0px 1px 0px 0px #d9dadb;
    -moz-box-shadow: 0px 1px 0px 0px #d9dadb;
    box-shadow: 0px 1px 0px 0px #d9dadb;
}

.form_contain textarea {
    height:50px;
    max-height:270px;
    max-width:350px;
    padding-top: 5px;
}

.form_contain .editor-label , .form_contain .log_field{
    width:350px;
}

.success_mess {
    color: #1B731B;
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    margin-top: -32px;
    margin-bottom: 16px;
}

.fail_mess {
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    margin-top: -32px;
    margin-bottom: 16px;
}

.youtube_vid, .local_vid {
    width: 640px;
    height: 360px;
    margin: 0 auto;
    display: block;
    border: none;
    margin-top: 18px;
    margin-bottom: 18px;
}

.index_vid {
    width:100%;
    height:100%;
    display:block;
    border:none;
}

.center_div {
    display:inline-block;
    text-align:left;
    font-size: 14px;
}

.full_width {
    text-align: left;
    background-color: #eef0f0;
    padding: 15px 10px 20px 25px;
    margin-top: 40px;
    font-size: 14px;
}

/*.full_width:nth-of-type(1) {
    margin-top: 70px !important;
}*/

.full_width > h3 {
    font-size: 21px;   
}

.full_width > h4 {
    font-size: 17px;
    margin-bottom: 10px; 
    font-weight:600;   
}

.full_wid_ul_div {
    margin-top: 35px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600; 
    max-width: 455px;   
}

.full_wid_ul_div > ul {
    margin-top: 10px;
    font-size: 13px;
    list-style-type: disc;
    padding-left: 17px;
    font-weight: 400;
}

.full_wid_ul_div > ul > li{
    margin-top: 4px;
}

.full_wid_ul_div > span {
    font-size: 13px;
    font-weight: 400;
}

.full_width .full_wid_ul_div:nth-of-type(2) {
    min-width: 45%;
} 

.full_big_cont > .full_wid_ul_div {
    min-width: 40% !important;
    max-width: 43%;
}

.full_big_cont .full_wid_ul_div:nth-of-type(3) {
    max-width: 52%;
} 

.full_wid_ul_div > span > span{
    display:block;
    margin-top:10px;
}

.gold_btn {
    background-color: rgb(210, 184, 134);
    margin: 0 auto;
    width: 250px;
    height: 60px;
    cursor: pointer;
    color: #fff;
    display: block;
    border: 1px solid #d2b886;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}

.gold_btn:hover {
    background-color: #c8a86a;    
}

.hint_sug {
    position: absolute;
    display: block;
    text-align: center;
    margin-top: -118px;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
}

.accord_pr_contain {
    text-align: left;
    max-width: 565px;
    margin:0 auto;
    margin-top: -32px;
    overflow-x:hidden;
    overflow-y: hidden;
    padding-bottom: 1px;
}

.accord_pr_contain img {
    cursor: pointer;
    max-height: 110px;
    max-width: 95px;
    vertical-align: -55px;
}

.accord_pr_contain>span {
    display: inline-block;
    background-color: #fff;
    width: 104px;
    vertical-align: top;
    margin-left: 9px;
    cursor: pointer;
    margin-top: 15px;
    text-align: center;
}

.accord_pr_contain > span:first-child {
    margin-left: 0px;
}

.accord_pr_contain > span i {
    height: 110px;
    width: 100%;
    display: inline-block;
}

.accord_pr_contain > span > span {
    font-size: 11px;
    display: block;
    max-width: 89px;
    white-space: normal;
    line-height: 11px;
    font-weight: 100;
    text-align: left;
    padding-top: 5px;
    padding-left: 16px;
    background: #e6e3da;
}

.accord_sm_text {
    color: #000;
    font-size: 15px;
    line-height: 12px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 25px;
    vertical-align: top;
    position: relative;
}

.accord_sm_text > i {
    position: absolute;
    left: -25px;
    top: -3px;
}

.big_accord_quest {
    color:#000;
    font-size:25px;
}

.disc_ul {
    list-style:disc;
}

.accord_cont .disc_ul {
    margin-left: 25px;
}

.cont ol li, .cont ul li {
    margin-left:17px;
    margin-top: 4px;
}

.cont img {
    margin-left: -100px;
    margin-right: -100px;
    width: 145%;
    max-width: 680px;
}

.usage_general {
    margin-bottom:30px;
}

.usage_divs table td {
    vertical-align:top;
    border:10px solid transparent !important;
}

.usage_divs table td:last-child {
    border-right:0px solid transparent !important;
}

.usage_divs h2 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 10px;
}

.sub_cat_ul {
    list-style:none;
}

.sub_pr_list {
    display:none;
    padding-bottom:40px;
}

.product_img img:nth-child(2){
    display:none;
}

.product_img2 img:nth-child(2){
    display:none;
}

#questions {
    min-height:580px;
}

/*#questions > div{
    margin-right:0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/

.perc_symb {
    font-size: 39px;
    vertical-align: top;
    margin-top: 11px;
    display: inline-block;
}

.presentation_img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 600px;
    max-height: 400px;
}

.sub_cat_ul li {
    font-size: 14px;
    font-weight: 500;
    /*text-shadow: 0px 0px 0px #000;*/
}

.help_nocl {
    margin-left:-24px;
    max-height: 187px;
    overflow-y: auto;
}

.cl_studies_head {
    font-weight: 600;
    margin-bottom: 9px;
}

.sub_pr_list .accord_pr_contain>span * {
    font-size:13px !important;
}

.sub_pr_list .accord_pr_contain span strong , .sub_pr_list .accord_pr_contain span strong * {
    font-size:11px !important;
}

.combine span, .combine * {
   font-weight:400 !important;
   font-size:14px !important;
}

.combine span strong , .combine span strong * {
   font-weight:700 !important;
   font-size:12px !important;
}

.white_field {
    background-color:#fff !important;
}

.color_table {
    border:2px solid #909382;
    width: 679px;
    height: 500px;
    margin-left: -100px;    
}

.color_table thead tr th:nth-child(1),.color_table thead tr th:nth-child(3),.color_table thead tr th:nth-child(6),.color_table thead tr th:nth-child(9),.color_table tbody tr td:nth-child(1),.color_table tbody tr td:nth-child(3),.color_table tbody tr td:nth-child(6), .color_table tbody tr td:nth-child(9){ 
    border-right:2px solid #909382;
}

.color_table th {
    text-align: center;
}

.color_table td {
    border:1px solid #909382;
}

.color_table tbody tr td {
    width:68px;
}

.color_table tbody tr td:first-child {
    width:30px;
}

.color_table tbody tr td:first-child span {
    display:block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	transform-origin: left top 0;
    margin-top: 39px;
    margin-left: 3px;
}

.pdf_box {
    width: 85%;
    height: 80vh;
    margin-left: 8.5%;
}

.pdf_fullscreen {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    height: 100vh;
    margin-left: 0px;
    width: 100%;
}



.pdf_btn_full {
    position: fixed !important;
    left: 20px !important;
}

.tech img {
    margin-left: 0px;
    margin-right: 0px;
    width: initial;    
}

.has_tool {
    position:relative;
    display:inline-block;
    margin-bottom:50px;
}

.color_tab {
    width:90px;
    margin-left:3px;    
    height:45px;
    display:inline-block;
    position:relative;
    cursor:pointer;
    
}

.row2 {
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tooltip {
    display:none;
    background:#909382;
    color:#fff;
    width: 175px;
    height: 90px;
    z-index:50;
    bottom: 50px;
    left: 0px;
    position:absolute;
}

.row2 .tooltip {
    top: 50px;
}

.tooltip > div {
    position:relative;
    height: 100%;
    width: 100%;
}

.tooltip > div > i {
    position:absolute;
    color:red;
    font-weight:900;
    font-size:20px !important;
    bottom: -10px;
    left: 6px;
    color:red;
    z-index:52;
}

.row2 .tooltip > div > i {
    top: -10px;
}

.tooltip > div > img {
    position:absolute;
}

.gal_table >.usage_ways table {
    width:679px !important;
}

.gal_table >.usage_ways table td{
    font-weight:400 !important;
    font-size:14px !important;
    border:1px solid rgb(210, 184, 134) !important;
    padding: 15px !important;
    text-align: left !important;
}

.gal_table > .usage_ways table td * {
    font-size:14px !important;
    line-height:17px !important;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;
}

.gal_table >.usage_ways table tr td:first-child {
    font-weight:900 !important;
    padding: 14px 5px 15px 9px !important;
    min-width: 110px !important;
}

.locked_result_protect {
    position:absolute;
    /*z-index:99;*/
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    cursor:default;
}

.has_tool > span {
    position:absolute;
    top: 48px;
    display:block;
    left:3px;
    font-size:11px !important;
    line-height:13px;
}

.cont blockquote {
    margin-right:0px;
    margin-left:0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    
    -webkit-margin-end: 0px;
}
.cont p {
    margin-left:0px !important;
}

.cont ul li, .cont ol li {
    margin-left:17px !important;
    margin-bottom:2.5px !important;
    margin-top:2.5px !important;
    font-size:13px !important;
}

.txt_small_img *,.txt_small_img {
    font-size:20px !important;
}

.hint_sug {
    display:none;
}

#outer {
    position: absolute;
    left: 115px;
    bottom: 40px;
    width: 100px;
    z-index: 3;
}

.cover {
    border: none;
    position: absolute;
    top: 3px;
    left: 0;
    height: 35px;
    width: 34px;
    z-index: -1;
}

#pdf {
    z-index:1;
}

.pdf_btn {
    cursor:pointer;
    font-size: 18px;
    left: 115px;
    background: #333333;
    padding: 10px;
    color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
}

.full_wid_ul_div ul li, .full_wid_ul_div ol li {
    font-weight:400 !important;
    font-size:13px !important;
    margin-top: 4px !important;
}

.full_wid_ul_div ul {
    margin-top: 10px  !important;
    font-size: 13px !important;
    list-style-type: disc !important;
    padding-left: 17px !important;
}

.full_wid_ul_div > div {
    font-weight:400 !important;
}

.hair_combine strong *, .hair_combine>strong>span, .hair_combine>span>strong{
    font-size: 16px !important;
}

.tech table {
    width:500px !important;
}

.tech table tbody tr td {
    border:0px !important;
    vertical-align: top;
}

.tech table tbody tr td img {
    height: 130px !important;
    margin-top: 35px;
	max-width:200px !important;
}

.tech table tbody tr:first-child td:first-child img {
    margin-top:34px !important;
}

.abyss_present {
    margin-top: 40px;
    color: #9C0C24;
    margin-left: 85px;
    font-size: 20px;
}

.short_title_txt, .short_title_txt * {
    text-align:left !important;
}

.align_comb_text > div >div{
    width:214px;
}

.cont_question , .cont_question *{
    font-size: 15px !important;
    line-height: 16px !important;
    color: #86754d !important;
    text-align:left !important;
}

.dld_price {
    font-weight: 500;
    font-size: 20px;
    width: 260px;
    height: 48px;
    color: #fff;
    cursor: pointer;
    background-color: #a88274;
    border: 1px solid #a88274;
    line-height: 48px;
    margin:0 auto;
    transition: all 0.5s ease;
}

.dld_price:hover {
   background-color: #906A5C; 
}

.dld_price i {
    display: inline-block;
    margin-left: 18px;
}

.accord_pr_contain > span:nth-child(5n+1) {
    margin-left:0px;
}

.a_previous_prd {
    position:absolute;
    left:0px;
    top:180px;
    cursor:pointer;
}

.a_next_prd {
    position:absolute;
    right:0px;
    top:180px;
    cursor:pointer;
}

.skin-witness-icon {
    background-image: url(/Images/skin-witness.png);  
    width:60px;
    height:60px;
    background-size:60px;
    display: block;
    margin: 0 auto;
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #C5AE77;
  border-color: #C5AE77;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.pagedList {
    text-align:center;
}
