@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700italic,400italic,700&subset=latin,cyrillic);
.item_outer {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 5px 5px #cccccc60;
    padding: 15px 0 15px;
}
.lang_outer {
    height: 40px;
    line-height: 40px;
    float: right;
}
.lang_outer>.lang_item {
    display: inline-block;
    float: left;
}
.lang_outer>.lang_item>a,
.lang_outer>.lang_item>div {
    display: inline-block;
    color: #777;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: normal;
}
.lang_outer>.lang_item>div>span {
    border-bottom: 1px dashed;
    font-weight: 700;
}
body {
    background: url(/lib/img/bg.jpg) repeat-x 0 40px;;
}
.container.cm {
    background: #fff;
}
.container.cm #content.main {
    min-height: 500px;
}
.headercallbacklogo,
.nmshow {
    display: none;
}
.topmenu {
    height: 40px;
    line-height: 40px;
}

.topmenu ul.menuzord-menu{
    height: 40px;
    line-height: 40px;
}
.topmenu ul.menuzord-menu li a{
    color: #777;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: normal;
}
.topmenu ul.menuzord-menu li a:hover{
    color: #555;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .nmshow {
        display: block !important;
    }
    .menuzord {
        background: none repeat scroll 0 0 #fff !important;
    }
}
@media (max-width: 991px ){
    .respshow .headerphone {
        float: left;
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
        width: 50%;
    }

    div#menu.menuzord.red.menuzord-responsive ul.menuzord-menu.menuzord-right.menuzord-indented.scrollable li.flvl1 div.megamenu ul.megamenu-row li.col3 a img.menuimg {
        display: none;
    }
    .menuzord {
        background: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 20px;
    }
    #menu.menuzord.red.menuzord-responsive ul.menuzord-menu.menuzord-right.menuzord-indented.scrollable li.flvl1 div.megamenu ul.megamenu-row li.col3 a.first {
        width: 100%;
    }
    .headercallbacklogo {
        float: right;
        max-width: 300px;
        position: absolute;
        right: 15px;
        top: 20px;
        display: block;
    }
    .pcshow,
    .headercallback {
        display: none !important;
        visibility: hidden !important;
    }

}
@media (max-width: 550px ){
    .headercallbacklogo a.callback span {
        display: none
    }
    .respshow .headerphone {
        font-size: 16px;
    }
    .promo {
        color: #fff;
        font-size: 22px !important;
        text-shadow: 2px 2px #00000080;
        line-height: 26px;
        max-width: 75%;
        text-align: center;
        top: 5px;
    }
}
@media (min-width: 1200px ){
    div#menu ul.menuzord-menu > li > a {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.42857;
        outline: 0 none;
        padding: 26px 13px;
        text-decoration: none;
    }
}

@media (min-width: 991px ) and (max-width: 1199px ){
    div#menu ul.menuzord-menu > li > a {
        color: #888;
        display: inline-block;
        font-size: 12px !important;
        font-weight: 600;
        line-height: 1.42857;
        outline: 0 none;
        padding: 21px 9px !important;
        text-decoration: none;
    }
    .headerphone a, a.callback {
        font-size: 19px !important;
    }
}
@media (min-width: 992px ){
        .respshow {
            display: none
        }
        .menuzord {
            background: transparent;
            float: left;
            padding: 0px;
            position: relative;
            width: 100%;
        }
        div#menu ul.menuzord-menu li.flvl1 a {
            color: #fff;
        }
        div#menu ul.menuzord-menu li.flvl1 a:focus,
        div#menu ul.menuzord-menu li.flvl1 a:hover {
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
        background: #f1f1f1; /* Old browsers */
        background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        color: #004265;

        position: relative;
        z-index: 100;
        }


        li.flvl1 > .megamenu:focus > li.flvl1 > a,
        li.flvl1 > .megamenu:hover li.flvl1 > a {
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
        background: #f1f1f1; /* Old browsers */
        background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        color: #000;

        position: relative;
        z-index: 100;
        }

        li.flvl1 .megamenu {
            border: 2px solid #0078b6;
        -moz-box-shadow: 0px 0px 10px #000000;
        -webkit-box-shadow: 0px 0px 10px #000000;
        box-shadow: 0px 0px 10px #000000;

        }

        div#menu ul.menuzord-menu li.flvl1 .megamenu {
            margin-top: -1px;
        }

        div#menu ul.menuzord-menu li.flvl1.active a {
            background: #fff;
            color: #0071AD;
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
        }
        div#menu ul.menuzord-menu li.flvl1 ul li a {
            color: #006498;
            display: block;
        }
        .mt {
            float: left;
        }

        ul.megamenu-row li.col3 a span {
            text-align: center;
            font-weight: bold;
            font-size: 18px;
            display: table;
            width: 100%;
        }
}
.container.body.top {
    background: #fff;
    padding-top: 30px;
}
.container.body.cm {
    background: #fff;
    min-height: 500px;
}

.section a.image img {
    width: 100%;
    max-width: 360px;
}
.section a.title h3 {
    font-size: 14px;
    text-align: center;
}

div.work center div.row {
    margin-bottom: 30px;
}
div.work center div.row:last-child {
    margin-bottom: 0px;
}
.headerphone {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
}
.headerphone a:hover,
.headerphone a {
    color: #fff;
    text-decoration: none;
}
.headerphone a:hover,
.headerphone a:focus {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}
.headerphone a:focus {
  outline: none;
}


.headercallback {
    margin-top: 20px;
    max-width: 300px;
    float: right;
}
a.callback {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}
a.callback:hover {
    color: #f1f1f1;
    text-decoration: none;
}
a.callback span {
    text-decoration: none;
    border-bottom: 1px dashed rgb(255,255,255);
}
a.callback img {
    float: right;
    margin-top: -15px;
}









.morebtn {
    clear: both;
    display: table;
    float: none;
    position: relative;
}
button.more {
    display: table;
    position: relative;
}

@media (max-width: 767px) {
    .mainblock .infoblock {
        background-color: rgba(0, 120, 182, 1.0) !important;
        color: #fff;
        display: table;
        height: 100%;
        left: auto;
        margin-bottom: 30px;
        max-width: 100% !important;
        overflow: hidden;
        padding: 15px;
        position: relative !important;
        right: 0 !important;
        top: 30px;
        transition: background-color 300ms linear 0s;
        width: 100%;
        z-index: 3;
    }
}
@media (max-width: 500px) {.rev-out {height: 340px;}}
@media (min-width: 501px) and (max-width: 767px) {.rev-out {height: 270px;}}
@media (min-width: 768px) {.rev-out {height: 170px;}}
.rev-out {
    margin-bottom: 35px;
    position: relative;
    max-width: 800px;
    float: left;
}
.review .rev-in {border: 2px solid #f1f1f1;}
.rev-in {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;
    padding: 10px;
    border: 2px solid #fff;
}
.revimg {
    max-width: 128px;
    width: 100%;
}
h4.ptitle {
    color: #3e6675;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    position: relative;
    z-index: 11;
    width: 128px;
}
.pdesc {
    display: none;
    min-height: 100px;
    position: relative;
    width: 100%;
}
.rev-in:hover .pdesc {
    display: table;
}
.rev-in:hover .rev {
    display: none;
}
.rev-in:hover {
    border: 2px dashed #dedede;
    background: #f1f1f1;
    border-radius: 5px;
    box-shadow: 5px 5px 13px 0 rgba(54, 69, 102, 0.5);
    height: auto;
    margin: 0px;
    overflow: visible;
    z-index: 99;
}

.plimg {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

p.readmore a {
    font-weight: 300; opacity: 1;font-size:50px;color:#f06a52;white-space: nowrap;
}
.rowinfo {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: green;
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.rowinfo50 {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
                 0px 8px 13px rgba(0,0,0,0.1),
                 0px 18px 23px rgba(0,0,0,0.1);
    line-height: 60px;
    text-align: center;
}
@media (min-width: 767px) and (max-width: 991px) {
    .rowinfo50 {
        font-size: 18px !important;
    }
}


@media (max-width: 767px) {
    .rowinfo50 {
        font-size: 12px !important;
        font-weight: bold;
        line-height: 40px !important;
    }
    .val {
        font-size: 14px;
    }
}
.justifyleft {text-align:left !important; }
.justifyright {text-align:right !important; }
.justifycenter {text-align: center !important; }
.justifyfull {text-align:justify !important; }

img.justifyleft, table.justifyleft {float:left; margin-right:10px;margin-bottom:5px;}
img.justifyright, table.justifyright {float:right; margin-left:10px;margin-bottom:5px;}
img.justifycenter, table.justifycenter { display: block; margin-left: auto; margin-right: auto;}


h1.prodpage {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.prod_inf {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    max-width: 400px;
    margin: 0 auto;
}
.prod_right {
    padding-bottom: 30px;
}
.prod_inf .art {
    color: #b2b2b2;
    font-size: 12px;
    margin-top: -5px;
    padding-bottom: 5px;
}

.section a.image center img.si,
.col3 img.menuimg,
.col4 img.menuimg {
    width: 100%;
    padding: 25px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.st:hover + img.si,
.section:hover a.image center img,
ul.megamenu-row li.col3:hover img.menuimg,
ul.megamenu-row li.col4:hover img.menuimg{
    padding: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.megamenu-row li.col4 a span,
.section a.title h3 {
    display: table;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 40px;
}
.footer_social a:first-child img {
    width: 32px;
    margin: 15px 15px 15px 30px;
}
.footer_social img {
    width: 32px;
    margin: 15px 15px;
}


.mainblock {
    position: relative;
    display: table;
}
.mainblock img{
    position: relative;
    display: table;
    width: 100%;
}
.mainblock h2 {
/*    background-color: rgba(255, 25, 3, 0.3);
    left: 0px;
    top: 0px;
    bottom: 20px;*/
    position: absolute;
    padding: 5px 15px;
    z-index: 3;
}
.promo {
    position: absolute;
    z-index: 10;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    max-width: 70%;
    text-align: center;
}
.promo span {
    color: white;
    background: green;
    padding: 0 5px;
}
.mainblock .infoblock {
    position: absolute;
    display: table;
    top: 30px;
    right: 30px;
    left: auto;
    overflow: hidden;
    max-width: 25%;
    z-index: 3;
    background-color: rgba(0,120,182,0.3);
    padding: 15px;
    color: #fff;
    height: 100%;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.mainblock .infoblock:hover {
    background-color: rgba(0,120,182,0.8);

}
#action_wrapper{
    width: 100%;
    height: 566px;
    padding-top: 30px;
    background: url('/lib/img/back.png') repeat-x;
    position: relative;
    z-index: 2;     }

.fancybox-inner {
    overflow: hidden !important;
}

@media (max-width: 767px) {
.mainblock .infoblock {
    top: 20px !important;
}
.plan {
    display: table;
    font-size: 18px;
    height: 126px;
    margin-top: 30px;
    text-align: center;
    vertical-align: middle;
    width: 100% !important;
}
select#callback_time.form-control {
    padding-left: 12px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
    .plan {
        font-size: 18px !important;
    }
    #bonus{
        width: 100% !important;
        height: auto !important;
        margin: 38px auto 50px;
    }
    #bonus h1{
        font-size: 24px !important;    }
    #bonus #bo_count{
        width: 380px;
        height: 200px;
        margin-top: 0px !important;
        float: right;
        position: relative;            }
}
    #bonus{
        width: 100%;
        height:  413px;
        margin: 38px auto 50px;
        background: url('/lib/img/bonus.png') no-repeat left center;    }
    #bonus h1{
        font-size: 31px;
        color: #31343e;
        text-transform: uppercase;
        padding: 68px 0 0 500px;
        font-weight: 500;      }
        #bonus #bo_info{
            width: 500px;
            margin: 80px 0 0 24px;        }
            #bonus #bo_info p{
                font-size: 18px;
                font-weight: 500;
                color: #fff;
                margin-bottom: 20px;            }
            #bonus #bo_count{
                width: 380px;
                height: 200px;
                margin-top: 80px;
                float: right;
                position: relative;
                margin-right: 55px;
            }
                #bonus #bo_count h2{
                    font-weight: 500;
                    color: #31343e;
                    text-transform: uppercase;
                    text-shadow: 0px 1.3px 1px white;               }
                #bonus #bo_count a{
                    display: block;
                    width: 344px;
                    height: 51px;
                    background: url('/lib/img/form_button.png') no-repeat center;
                    font-size: 19px;
                    font-weight: 500;
                    color: #fff;
                    letter-spacing: 1px;
                    cursor: pointer;
                    text-transform: uppercase;
                    text-align: center;
                    text-decoration: none;
                    line-height: 51px;
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    margin-left: -182px;                }

.lw {
    margin: 50px 0;
}


.row_question_block {
    display: table;
    position: relative;
}
div.row_question_block.odd div.row_question.odd {
    float: left;
}
.row_question_block.odd {
    float: left;
}
.row_question_block.even {
    float: right;
    margin-top: -60px;
}
.row_question_block.odd > img {
    float: left;
}
.row_question_block.even > img {
    float: right;
    z-index: 3;
    position: relative;
}
.faq.page .main {
    padding-top: 50px;
}
.faq {
    background: url("/lib/img/faq_bg.jpg") repeat-y scroll center 0 rgba(0, 0, 0, 0);
    padding-top: 50px;
}
.row_question {
    background: url("/lib/img/bg_questions_left.png") no-repeat scroll 26px bottom rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    padding-bottom: 21px;
}
.row_question .row_inside {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 32px;
    color: #2e2e2e;
    font: bold 20px PT Sans;
    padding: 20px 40px;
}
.row_question.even {
    background: url("/lib/img/bg_questions_right.png") no-repeat scroll 690px bottom rgba(0, 0, 0, 0);
    left: 10px;
    margin-bottom: 40px;
    position: relative;
    float: right;
}

#faqpage .ask_ans_mb .ask,
#faqpage .ask_ans_mb .ans {
    background: none repeat scroll 0 0 #f1f1f1;
}
.faq.page .ans_text.ans {
    padding-top: 40px;
}
.faq.page .ask_text.ask .asknum,
.faq.page .ans_text.ans .ansnum {
    font-weight: bold;
}
.faq.page .ans_text.ans .ansnum span {
    font-weight: normal;
    font-style: italic;
}
.asknum {
    color: #999;
    font-size: 10px;
    left: 120px;
    position: absolute;
    top: 5px;
}
.ansnum {
    color: #999;
    font-size: 10px;
    position: absolute;
    right: 90px;
    top: 5px;
}
.ask_text.ask {
    display: table;
    margin-bottom: 55px;
/*    padding-left: 120px;*/
    width: 100%;
}
.ans_text.ans {
    display: table;
    margin-bottom: 120px;
    margin-right: 0;
/*    padding-right: 120px;*/
    padding-left: 5px;
    position: relative;
    text-align: right;
    width: 100%;
}
.ask_img {
    float: left;
    left: -50px;
    position: absolute;
    top: -50px;
}
.ans_img {
    float: right;
    position: absolute;
    right: -80px;
    top: -50px;
}
.ask_text, .ans_text {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 32px;
    color: #2e2e2e;
/*    font: bold 20px PT Sans;*/
    padding: 20px 40px;
}
.ask_img > img,
.ans_img > img {
    width: 100%;
    max-width: 162px;
}








.contain.yes-no {
    margin-top: 0px;
    margin-bottom: 80px;
}

.no {
  display: inline-block;
  vertical-align: top;
}

.yes {
  display: inline-block;
  vertical-align: top;
}

.title2 {
  text-align: left;
  font-size: 28px;
}

.yes-no li{
  font-size: 18px;
  padding-left: 8px;
}

.yes-no span{
  font-weight: bold;
}

.no li{
  background: url(../img/li-no.png) no-repeat top left;
  list-style: none;
  padding: 0 0 0 45px;
  margin-top: 25px;
}

.yes li{
  background: url(../img/li-yes.png) no-repeat top left;
  list-style: none;
  padding: 0 0 0 45px;
  margin-top: 25px;
}

.n-left {
  float: left;
  text-align: left;
}

.n-right {
  float: right;
  text-align: right;
}


.contain.howwork {
    margin-top: 80px;
    margin-bottom: 80px;
}

.my-title {
  font-size: 35px;
  text-align: center;
  padding: 15px;
}

.my-title-tab {
  font-size: 35px;
  text-align: center;
}

.blue {
  color: #00BFF2;
}
.plan {
  display: inline-block;
  width: 16%;
  vertical-align: top;
  text-align: center;
  font-size: 25px;
}
.plan > img {
    width: 100%;
}

@media (max-width: 767px) {
    .contain {
        width: 100% !important;
    }
    .plan {
        display: inline-block;
        font-size: 25px;
        text-align: center;
        vertical-align: top;
        width: 100% !important;
    }
    .plan > img {
        float: left;
        max-width: 130px;
        width: 100%;
    }

#bonus {
    background: url("/lib/img/bonus.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 413px;
    margin: 38px auto 50px;
    left: 0;
    position: absolute;
    color: #fff;
    width: 100%;
}
#bonus h1 {
    color: #31343e;
    display: none;
    font-size: 31px;
    font-weight: 500;
    padding: 68px 0 0 500px;
    text-transform: uppercase;
}
    #bonus #bo_count {
        float: none;
        height: 180px;
        margin-top: 150px;
        position: relative;
        width: 100%;
    }

    #bo_count > div {
        margin: 0 auto;
        width: 270px;
    }
    #bonus #bo_count h2 {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        margin-top: 20px;
        text-align: center;
        text-shadow: 0 1.3px 1px white;
        text-transform: uppercase;
    }
    #bonus #bo_info {
        display: table;
        margin: auto;
        position: relative;
        width: 100%;
        padding: 5px;
    }
    #bonus #bo_info p:first-child {
    display: none;
}

}




.contain {
/*  width: 980px;*/
  margin: 0 auto;
  padding-top: 12px;
}


.mpb {
        padding-bottom: 30px;
}
h4.popular {
    background: #2a6496;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.price {
    text-align: center;
    font-size: 18px;
    color: #329a1c;
}
.price span {
    font-size: 24px;
    font-weight: bold;
}


.prod img {
    width: 100%;
}

.prod_rel {
    background: #f1f1f1;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.prod_rel h3 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 30px;
}
.prod_rel .pname {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.prod_rel .pprice {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.prod_rel .pprice span{
    font-size: 16px;
    font-weight: 700;
}

#footer {
    background: #ccc;
    padding-top: 30px;
    margin-top: 50px;
}
.ftel {
font:14px arial;color:rgb(0,125,183);padding-bottom:6px
}

#footer .callback {
text-decoration: none;
border-bottom: 1px dashed #3e6675;
font:bold 14px arial;
color:rgb(0,125,183);
}


.form-control.error {
    border: 1px solid red;
}
div.controls label.error,
label.error {
    display: none !important;
}

#layerslider {
    margin-bottom: 30px;
}
#layerslider .ls-slide img.ls-img,
#layerslider .ls-slide {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}
#layerslider .ls-slide img.ls-img {
    width: 100% !important;
}

img.prod_icon {
    width: 32px;
    height: 32px;
}


.prod_info a {
        font:12px Verdana; color:#333;
    }
    .prod_info .delivery_text {
        margin-top: 25px;
    }
    .prod_info a span{
        border-bottom: 1px dashed;
    }