/*--------------------------------------------------------------------------------*/
/* -------------------------------    Skin Styles Section    -------------------- */
/*--------------------------------------------------------------------------------*/

@import url("skins/blue.css");

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 700;
  src: local('Signika-Bold'), url(./fonts/7M5kxD4eGxuhgFaIk95pBRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
  font-family: 'Orienta';
  font-style: normal;
  font-weight: 400;
  src: local('Orienta'), local('Orienta-Regular'), url(./fonts/nPJ0J30J_zQZtBhztPPbaA.woff) format('woff');
}

@font-face {
  font-family: 'Doppio One';
  font-style: normal;
  font-weight: 400;
  src: local('Doppio One Regular'), local('DoppioOne-Regular'), url(./fonts/DGr_HuCg-_zePcleoqvEXxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}


/*------------------------ Table of Contents ---------------------------*/ /*



1. Reset All and General Styles
2. Fonts Family
3. Header Styles
4. Main Product Styles
5. Features Section
6. Screenshots
7. How it work
8. Testimonials
9. Pricing Tables
10. NewsLetter Section
11. Buy Footer  Section
12. Footer Section
13 . IMPORTANT!. Responsive Styles
14. Lightbox. Image Gallery Styles
15 . Contact Form 
16. About Styles


*/ /*------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------*/
/* ------------------------------- 1. Reset All and General Styles -------------- */
/*--------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
footer, header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Signika','arial', sans-serif;
    background-color: #efefef;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:focus {
    outline: 0;
}

/* #### General Styles #### IMPORTANT! */

.wrapper {
    padding: 0 10px;
    max-width: 940px;
}

.responsive h1 {
    font-size: 34px;
    text-align: center;
    margin: 35px 0 0;
}

.responsive h2 {
    font-size: 19px;
    text-align: center;
    margin: 18px 0 24px;
}

.divider {
    width: 460px;
    height: 11px;
    background: url(../img/divider.png) no-repeat;
    display: block;
    margin: 40px auto;
}

.divider2 {
    width: 100%;
    height: 11px;
    background: url(../img/divider2.png) repeat-x;
    display: block;
    margin: 70px 0 0 0;
}

.clear {
    clear: both;
}


/*--------------------------------------------------------------------------------*/
/* ------------------------------- 2. Fonts Family ------------------------------ */
/*--------------------------------------------------------------------------------*/

h1 {
    font-family: 'Signika','arial', sans-serif;
    font-size: 34px;
}

h2, p, a {
    font-family: 'Orienta', sans-serif;
}

p {
    font-size: 12px;
}

/*--------------------------------------------------------------------------------*/
/* ------------------------------ 3. Header Styles ------------------------------ */
/*--------------------------------------------------------------------------------*/

header {
    background-color: #efefef;
    height: 63px;
    padding-top: 17px;
}

.logo {
    float: left;
    width: 320px;
}

    .logo h1 {
        font-size: 22px;
        color: #191919;
        line-height: 28px;
        white-space:nowrap;
    }

    .logo h2 {
        font-size: 13px;
        color: #1c1c1c;
        line-height: 20px;
    }

.phone {
    float: right;
    padding-top: 3px;
    min-width: 310px;
}

    .phone p {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: right;
        border-bottom: 1px dashed #c5c5c5;
    }

ul.social {
    float: right;
    width: 74px;
    padding: 8px;
}

    ul.social li {
        width: 20px;
        float: left;
        height: 20px;
        margin-left: 4px;
    }

#facebook {
    background: url(../img/social.png) no-repeat;
}

#twitter {
    background: url(../img/social.png) no-repeat;
    background-position: -20px 0;
}

#youtube {
    background: url(../img/social.png) no-repeat;
    background-position: -40px 0;
}

#facebook:hover {
    background-position: 0 100%;
}

#twitter:hover {
    background-position: -20px 100%;
}

#youtube:hover {
    background-position: -40px 100%;
}


/*--------------------------------------------------------------------------------*/
/* ------------------------------ 4. Main Product Styles ------------------------ */
/*--------------------------------------------------------------------------------*/

#main_product {
    margin: 0;
    padding: 10px 0 20px;
    height: auto;
    clear: both;
}

.main_p1 {
    float: left;
    width: 545px;
    padding: 10px 0 0 0;
}

    .main_p1 h1 {
        text-shadow: 0 1px 0 #085577;
    }

    .main_p1 h2 {
        line-height: 34px;
        font-size: 14px;
        color: #efefef;
        margin: 5px 0px;
        font-weight: 500;
    }

.main_p2 {
    float: right;
    width: 376px;
    margin: 0;
}

ul.features-1 {
    padding: 10px 0 10px;
}

/* ------------------------------  Buy it NOW ! + Try it NOW - BUTTONS  ------------------------------ */
.buttons {
    float: left;
    padding: 30px 0 30px;
}

a.small-buy-button {
    float: left;
    height: 47px;
    width: 164px;
    background: url(../img/small-buy-button.png) no-repeat;
    display: block;
}

a.small-buy-button {
    font-family: 'Signika','arial', sans-serif;
    color: #757575;
    text-decoration: none;
    font-size: 16px;
    margin: 0 auto;
    padding: 14px 0 14px 14px;
    height: 19px;
    text-shadow: 0 1px 0 #f3f3f3;
}

    a.small-buy-button:hover {
        background-position: 0 100%;
    }

.divider-button {
    display: block;
    float: left;
    background: url(../img/small-button-divider.png) no-repeat;
    height: 23px;
    width: 24px;
    margin: 12px 15px;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    color: #666;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 0 1px 0 #f3f3f3;
}

div.main_p1 div.divider-button {
    color: #024465;
    text-shadow: 0 1px 0 #4499ee;
}

a.small-trial-button:hover {
    background-position: 0 100%;
}

a.small-trial-button {
    float: left;
}

a.small-trial-button {
    font-family: 'Signika','arial', sans-serif;
    color: #024465;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    margin: 0 auto;
    padding: 14px 0;
    height: 19px;
    text-shadow: 0 1px 0 #63D5FF;
}

a.small-login-button:hover {
    background-position: 0 100%;
}

.login-button:hover {
    background-position: 0 100%;
}

.signup-button:hover {
    background-position: 0 100%;
}

a.small-signup-button:hover {
    background-position: 0 100%;
}

a.small-submit-button:hover {
    background-position: 0 100%;
}

.small-submit-button:hover {
    background-position: 0 100%;
}

.buy-bottom {
    margin: 0px auto;
    width: 400px;
    padding: 10px 0;
    height: 50px;
}


/*--------------------------------------------------------------------------------*/
/* ------------------------------ 5. Features Section --------------------------- */
/*--------------------------------------------------------------------------------*/

.features {
    margin: 0 0 40px;
}

    .features img {
        float: left;
        margin-right: 18px;
    }

    .features h3 {
        margin: 0 0 5px;
        color: #606060;
    }

    .features p {
        text-align: left;
        line-height: 16px;
        color: #8C8C8C;
    }

.features-list {
    margin-top: 10px;
}

.fl1, .fl {
    border: 1px solid #cecece;
    float: left;
    height: 60px;
    padding: 15px 10px;
    width: 270px;
}

div.fl1 {
    margin-right: 0px;
    background-color: #eaeaea;
}

div.fl {
    margin-right: 30px;
    background-color: #eaeaea;
}

.current {
    background-color: #dbdbdb !important;
    border: 1px solid #c5c5c5 !important;
}

.tabs {
    position: relative;
}

    .tabs .moving_bg2 {
        padding: 5px 15px 30px;
        background-image: url(../img/fl-tabs.png);
        position: relative;
        width: 270px;
        height: 11px;
        z-index: 190;
        top: 0;
        background-position: center;
        padding-bottom: 0px;
        background-repeat: no-repeat;
    }

    .tabs .tab_item {
        display: block;
        z-index: 200;
        position: relative;
        cursor: pointer;
    }

.tabbed_content .slide_content {
    border: 1px solid #c5c5c5;
    overflow: hidden;
    background-color: #dbdbdb;
    padding: 20px 0 0px 20px;
    margin: 15px 0 0;
    position: relative;
    width: auto;
}

.tabslider {
    width: 5000px;
}

    .tabslider ul {
        float: left;
        width: 920px;
        margin: 0px;
        padding: 0px;
    }

        .tabslider ul li {
            padding-bottom: 7px;
        }

.banner {
    width: 50%;
    float: left;
}

.banner-content {
    width: 50%;
    float: left;
}

    .banner-content h1 {
        font-size: 28px;
        padding: 5px 0;
        margin: 0;
        text-align: left;
        color: #606060;
    }

    .banner-content h2 {
        font-size: 14px;
        text-align: left;
        margin: 0;
        padding: 5px 0 20px;
    }

ul.features-2 li {
    height: 20px;
}
/*--------------------------------------------------------------------------------*/
/* ------------------------------ 6. Screenshots -------------------------------- */
/*--------------------------------------------------------------------------------*/

.screenshots ul {
    margin: 40px 0 40px;
    min-height: 150px;
}

.screenshots li {
    position: relative;
}

.screenshots img {
    max-width: 100%;
}

img.a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border: 2px solid #cacaca;
    cursor: pointer;
}

img.b {
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #dadada;
}

/*--------------------------------------------------------------------------------*/
/* ----------------------------- 7. How it work  -------------------------------- */
/*--------------------------------------------------------------------------------*/

.hiw {
    height: 260px;
    margin: 40px 0 40px;
}

.hiw1 {
    float: left;
    width: 445px;
    padding: 10px 15px 0;
    background-color: #e9e9e9;
    height: 242px;
    border: 1px solid #cdcdcd;
}

.hiw2 {
    float: right;
    width: 456px;
}

.hiw h1 {
    font-size: 34px;
    color: #606060;
    margin: 18px 0 0;
}

.hiw h2 {
    font-size: 14px;
    color: #606060;
    margin: 15px 0 0;
}

.hiw p {
    font-size: 12px;
    line-height: 26px;
    color: #8c8c8c;
    margin: 5px 0 0;
    padding: 10px 0px 0px;
    text-align: center;
}


/*--------------------------------------------------------------------------------*/
/* ----------------------------- 8. Testimonials  -------------------------------- */
/*--------------------------------------------------------------------------------*/
.testimonials {
    margin: 40px 0 40px;
}

    .testimonials img {
        float: left;
        margin-right: 14px;
    }

    .testimonials p {
        color: #606060;
        line-height: 22px;
    }

    .testimonials strong {
        float: right;
        font-size: 13px;
        margin-right: 8px;
        margin-top: 8px;
        color: #606060;
        white-space: nowrap;
    }

.ts {
    width: 269px;
    background-color: #e9e9e9;
    height: 130px;
    padding: 15px 10px;
    border: solid 1px #cdcdcd;
}


/*--------------------------------------------------------------------------------*/
/* ----------------------------- 9. Pricing Tables  -------------------------------- */
/*--------------------------------------------------------------------------------*/

.pricing {
    padding: 30px 0 10px;
}

.prc {
    background-color: #dbdbdd;
    border: solid 1px #cdcdcd;
}

.prc-header h1 {
    font-size: 34px;
    margin: 0;
    padding: 8px 0 4px;
    color: #606060;
}

.prc-header2 h1 {
    color: #efefef;
    margin: 0;
    padding: 8px 0 4px;
}

.prc p {
    text-align: center;
    padding: 0 0 4px;
}

.prc small {
    display: block;
    width: 60px;
    margin: 0 auto;
    border-bottom: solid 1px #bebebe;
    padding: 1px 0 8px;
}

.prc-header2 small {
    display: block;
    width: 60px;
    margin: 0 auto;
    border-bottom: solid 1px #efefef;
    padding: 1px 0 8px;
}

.prc-header {
    background: url(../img/prc-header.png) no-repeat;
    height: 132px;
    color: #606060;
}

    .prc-header h3 {
        font-size: 20px;
        font-family: 'Orienta', sans-serif;
        color: #606060;
        text-align: center;
        padding: 8px;
    }

        .prc-header h3 strong {
            font-size: 15px;
        }

.prc-header2 h3 {
    font-size: 20px;
    font-family: 'Orienta', sans-serif;
    color: #efefef;
    text-align: center;
    padding: 8px;
}

    .prc-header2 h3 strong {
        font-size: 15px;
    }

.prc-body {
    padding: 20px 0;
}

    .prc-body p {
        padding: 12px 0 6px;
    }

.prc-footer {
    height: 40px;
    padding: 10px 0;
}

.submit-button {
    font-family: 'Signika','arial', sans-serif;
    color: #757575;
    text-align: center;
}

a.small-login-button {
    font-family: 'Signika','arial', sans-serif;
    color: #076680;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 0 auto;
    padding: 12px 0;
    height: 20px;
    text-shadow: 0 1px 0 #63D5FF;
}

a.small-signup-button {
    font-family: 'Signika','arial', sans-serif;
    color: #757575;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 0 auto 0 5px;
    padding: 12px 0;
    height: 20px;
    text-shadow: 0 1px 0 #f3f3f3;
}

a.submit-button {
    margin: 0 auto;
    padding: 8px 0;
    height: 19px;
    width: 130px;
    background: url(../img/submit-button.png) no-repeat;
    display: block;
}

    a.submit-button:hover {
        background-position: 0 100%;
        text-decoration: none;
        color: #919191;
    }

input.submit-button {
    height: 45px;
    width: 126px;
}



/*--------------------------------------------------------------------------------*/
/* ---------------------------- 10. NewsLetter Section  ------------------------------ */
/*--------------------------------------------------------------------------------*/
.newsletter {
    height: 70px;
}

.news1 {
    background-color: #dbdbdd;
    width: 48%;
    float: left;
    height: 70px;
}

    .news1 img {
        padding: 18px 20px;
        float: left;
    }

    .news1 h3 {
        padding: 25px 0px;
        float: left;
        font-size: 21px;
        color: #606060;
    }

.news2 img {
    float: left;
}

.news2 form {
    padding: 14px 40px;
    float: left;
}

.news2 input {
    float: left;
}

.news2 {
    width: 52%;
}

input.subem {
    height: 26px;
    margin: 3px 10px 0;
}

input.subsc {
    color: #757575;
    font-size: 16px;
    font-family: 'Signika','arial', sans-serif;
    border: none;
    margin: 0 auto;
    height: 43px;
    width: 130px;
    background: url(../img/submit-button.png) no-repeat;
    display: block;
}

    input.subsc:hover {
        background-position: 0 100%;
    }

/*--------------------------------------------------------------------------------*/
/* ---------------------------- 11. Buy Footer  Section  ------------------------- */
/*--------------------------------------------------------------------------------*/
.buy-footer {
    padding: 25px 0;
    height: 50px;
    margin: 10px 0 0;
}

    .buy-footer h1 {
        background: url(../img/footer-buy.png)no-repeat;
        float: left;
        line-height: 26px;
        height: 28px;
        font-size: 22px;
        color: #efefef;
        padding: 0px 0px 0 36px;
        margin: 10px 0;
    }

        .buy-footer h1 span {
            float: left;
            font-size: 20px;
            font-family: 'Doppio One', sans-serif;
        }

    .buy-footer a {
        float: right;
    }

/*--------------------------------------------------------------------------------*/
/* ---------------------------- 12. Footer Section  ------------------------------ */
/*--------------------------------------------------------------------------------*/

footer {
    height: 200px;
    background-color: #333333;
    padding: 0;
    margin: 0;
}

.foo {
    width: 100%;
    height: 48px;
}

ul.social2 {
    display: table;
    padding-top: 20px;
    margin: 0 auto;
}

    ul.social2 li {
        width: 20px;
        float: right;
        height: 20px;
        margin-left: 6px;
    }

#facebook2 {
    background: url(../img/social2.png) no-repeat;
}

#twitter2 {
    background: url(../img/social2.png) no-repeat;
    background-position: -20px 0;
}

#contact2 {
    background: url(../img/social2.png) no-repeat;
    background-position: -40px 0;
}

#facebook2:hover {
    background-position: 0 100%;
}

#twitter2:hover {
    background-position: -20px 100%;
}

#contact2:hover {
    background-position: -40px 100%;
}

.navi {
    display: table;
    margin: 0 auto;
    padding: 10px 0;
    white-space: nowrap;
}

    .navi li {
        float: left;
        margin-left: 14px;
    }

        .navi li a {
            color: #777777;
            font-size: 13px;
        }

            .navi li a:hover {
                color: #555555;
                text-decoration: none;
            }

.copy p {
    text-align: center;
    color: #777777;
}

/*--------------------------------------------------------------------------------*/
/* ---------------------  13 . IMPORTANT!. Responsive Styles -------------------- */
/*--------------------------------------------------------------------------------*/
@media(min-width: 980px){
    .ad2 {
        width: 100%;
    }

        .ad2 img {
            width: 40%;
            float: right;
            text-align: center;
            margin: 10px;
           
        }

        .pg-content {
            float: left;
            width: 55%;
        }
}

@media(min-width: 768px) and (max-width: 979px) {
    #main_product {
        height: auto;
    }

    .wrapper {
        padding: 0 10px;
        max-width: 735px;
    }

    .main_p1 {
        width: 340px;
    }

        .main_p1 h1 {
            line-height: 49px;
            font-size: 38px;
        }

    .features img {
        padding-bottom: 60px;
    }

    .fl {
        height: 80px;
    }

    .screenshots ul {
        margin-bottom: 10px;
        min-height: 120px;
    }

    .hiw2 {
        float: none;
        margin: 0 auto;
        height: 120px;
    }

    .ts {
        height: 150px;
    }

    .news1 h3 {
        font-size: 18px;
    }

    .news1 img {
        padding: 18px 10px;
    }

    .news2 form {
        padding: 14px 10px;
    }

    input.subem {
        width: 160px;
    }

    #buttons {
        display: none;
    }

    ul.features-1 {
        padding: 0 12px 0 0;
    }

    .fl1, .fl {
        border: 1px solid #cecece;
        float: left;
        height: 100px;
        padding: 15px 10px;
        width: 198px;
    }

    .tabbed_content .slide_content {
        border: 1px solid #c5c5c5;
        border: 1px solid #c5c5c5;
        overflow: hidden;
        background-color: #dbdbdb;
        padding: 20px 0 0px 20px;
        margin: 15px 0 0;
        position: relative;
        width: 700px;
    }

    .tabslider ul {
        width: 700px;
    }

    .tabs .moving_bg2 {
        width: 198px;
    }

    .banner img {
        width: 95%;
        height: 95%;
    }

    .banner {
        width: 40%;
    }

    .buy-footer a {
        float: none;
        margin: 0 auto;
    }

     .order p{
        max-width:350px;
        overflow-wrap:break-word;
        width:inherit;
    }
     .ad2 {
        width: 100%;
    }

        .ad2 img {
            width: 40%;
            float: right;
            text-align: center;
            margin: 10px;
           
        }

        .pg-content {
            float: left;
            width: 55%;
        }
      
}

@media(min-width: 480px) and (max-width: 767px) {
    .wrapper {
        padding: 0 10px;
        max-width: 460px;
    }

    .main_p1 h1 {
        line-height: 34px;
        font-size: 30px;
        text-align: center;
    }

    .main_p1 h2 {
        text-align: center;
    }

    .main_p1 {
        width: 450px;
    }

    .main_p2 {
        float: none;
        margin: 0 auto;
    }

    #main_product {
        height: auto;
    }

    .buttons {
        margin: 0 40px;
        padding: 10px 0 20px;
    }

    .responsive h2 {
        font-size: 16px;
    }

    .responsive h1 {
        line-height: 38px;
        font-size: 30px;
    }

    .screenshots img {
        width: 260px;
        height: 150px;
    }

    .screenshots li {
        height: 150px;
        margin: 30px 0;
        width: 264px;
    }

    .screenshots ul {
        margin: 0 auto;
        width: 264px;
    }

    .hiw2 {
        float: none;
        margin: 0 auto;
    }

    .ts {
        margin: 20px 0;
    }

    .prc {
        margin-top: 20px;
    }

    .prc-header {
        background: none;
        background-color: #e8e8e8;
    }

    .news1 {
        width: 15%;
    }

    .news2 {
        width: 85%;
    }

    .news1 img {
        padding: 18px 8px;
    }

    .news1 h3 {
        display: none;
    }

    input.subem {
        width: 160px;
    }

    .news2 form {
        padding: 14px 5px;
    }

    input.subsc {
        border: medium none;
        color: #757575;
        display: block;
        font-family: 'Signika',sans-serif;
        font-size: 12px;
        height: 43px;
        margin: 0px auto;
        width: 130px;
    }

    .fl1, .fl {
        height: 50px;
        padding: 15px 10px;
        margin: 10px 0;
        width: 80%;
    }

    .tabslider ul {
        width: 440px;
    }

    .tabbed_content .slide_content {
        width: 440px;
    }

    .features-1 {
        display: none;
    }

    .banner {
        display: none;
    }

    .banner-content {
        width: 440px;
    }

    .buy-footer a {
        float: none;
        margin: 0 auto;
    }
     .order p{
        max-width:430px;
        overflow-wrap:break-word;
        width:inherit;
    }
     .side-img{
         display:none !important;
     }

     #page-title {
        float: left;
        clear: right;
        background-color: #ddd;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        width:90% !important;
    }

   .ad2 {
        width: 100%;
    }

        .ad2 img {
           
            float: left;
            text-align: center;
            margin: 10px;
           
        }

        .pg-content {
            float: left;
      
        }
}


@media(max-width:480px) {
    .wrapper {
        padding: 0 0px;
        max-width: 300px;
    }

    .main_p1 h1 {
        line-height: 36px;
        font-size: 32px;
        color: #efefef;
        text-align: center;
    }

    .main_p1 h2 {
        text-align: center;
        line-height: 30px;
        font-size: 13px;
        color: #efefef;
        margin: 5px 0px;
        font-weight: 500;
    }

    .main_p2 {
        display: none;
    }

    .main_p1 {
        width: 290px;
    }

    #main_product {
        height: auto;
        padding: 12px 0 5px;
        margin: 0 0 0;
    }

    .buttons {
        float: none;
    }

    a.small-buy-button {
        margin: 0 auto;
        float: none;
    }

    a.small-trial-button {
        margin: 0 auto;
        float: none;
    }

    .divider-button {
        clear: both;
        float: none;
        margin: 15px auto;
    }

    .screenshots img {
        width: 260px;
        height: 150px;
    }

    .screenshots ul {
        margin: 0 auto;
        width: 264px;
    }

    .screenshots li {
        height: 150px;
        margin: 30px 0;
        width: 264px;
    }

    .hiw2 {
        width: 290px;
    }

    .hiw {
        height: 150px;
    }

    .how-it-works iframe {
        width: 98%;
        height: 90%;
    }

    .ts {
        margin: 20px 0;
    }

    .prc {
        margin-top: 20px;
    }

    .news1 {
        display: none;
    }

    .news2 {
        width: 100%;
    }

        .news2 img {
            display: none;
        }

    .news1 img {
        padding: 18px 8px;
    }

    .news1 h3 {
        display: none;
    }

    input.subem {
        width: 160px;
    }

    .news2 form {
        padding: 14px 5px;
    }

    input.subsc {
        border: medium none;
        color: #757575;
        background-position: 50% 0;
        display: block;
        font-family: 'Signika',sans-serif;
        font-size: 12px;
        height: 43px;
        margin: 0px auto;
        width: 60px;
    }

    .copy p {
        font-size: 10px;
    }

    .features-1 {
        display: none;
    }

    .banner {
        display: none;
    }

    .banner-content {
        display: none;
    }

    .tabslider ul {
        display: none;
    }

    .tabbed_content .slide_content {
        display: none;
    }

    .divider {
        width: 300px;
        height: 11px;
        background: url(../img/divider.png) center no-repeat;
        display: block;
        margin: 40px auto;
    }

    .tabs .moving_bg2 {
        display: none;
    }

    .fl1, .fl {
        margin: 10px 0;
    }

    .buy-footer a {
        float: none;
        margin: 0 auto;
    }


    .order p{
        max-width:285px;
        overflow-wrap:break-word;
        width:inherit;
    }

   .side-img{
         display:none !important;
    }
   #page-title {
        float: left;
        clear: right;
        background-color: #ddd;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        width:90% !important;
    }

   .ad2 {
        width: 100%;
    }

        .ad2 img {
            
            float: left;
            text-align: center;
            margin: 10px;
           
        }

        .pg-content {
            float: left;
           
        }
}

/*--------------------------------------------------------------------------------*/
/* --------------------- 14. LightBox. Image Gallery Styles ---------------------- */
/*--------------------------------------------------------------------------------*/

/* 	LightBox Styles */

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-family: "lucida grande", arial, arial, arial, sans-serif;
    font-weight: normal;
}
    /* line 24, ../sass/lightbox.sass */
    #lightbox img {
        width: auto;
        height: auto;
    }
    /* line 27, ../sass/lightbox.sass */
    #lightbox a img {
        border: none;
    }

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
    /* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 39, ../sass/lightbox.sass */
.lb-container {
    padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
    left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
    outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    background-image: url("data:img/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    /* Trick IE into showing hover */
    display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
    left: 0;
    float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
    right: 0;
    float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
    background: url(../img/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
    background: url(../img/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
    /* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 95, ../sass/lightbox.sass */
.lb-data {
    padding: 0 10px;
    color: #bbbbbb;
}
    /* line 98, ../sass/lightbox.sass */
    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em;
    }
    /* line 103, ../sass/lightbox.sass */
    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: bold;
        line-height: 1em;
    }
    /* line 107, ../sass/lightbox.sass */
    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 11px;
    }
    /* line 112, ../sass/lightbox.sass */
    .lb-data .lb-close {
        width: 35px;
        float: right;
        padding-bottom: 0.7em;
        outline: none;
    }
        /* line 117, ../sass/lightbox.sass */
        .lb-data .lb-close:hover {
            cursor: pointer;
        }

/*--------------------------------------------------------------------------------*/
/* --------------------- 15 . Contact Form -------------------------------------- */
/*--------------------------------------------------------------------------------*/
#popi-bg {
    height: 880px;
    opacity: 0.7;
    display: none;
}

.wrap h1 {
    background: url(../img/contact-icon.png) no-repeat;
    color: #898989;
    font-size: 22px;
    height: 20px;
    margin: 5px 0 0 42px;
    padding: 3px 40px;
    text-align: left;
}

.form-contact {
    margin: 0 auto;
}

.wrap {
    z-index: 800;
    margin: auto;
    padding-bottom: 20px;
}

form {
    padding: 0;
    margin: 0;
}

table {
    margin: 0 auto;
}

tr, td, input, textarea {
    margin: 0;
    padding: 0;
}

td {
    padding: 0 0 5px;
}

tr td:first-child {
    padding-right: 18px;
    padding-top: 11px;
    vertical-align: top;
}

.error[generated=true] {
    color: #dc0000;
    font-size: 16px;
    padding: 5px 0 2px 5px;
}

tr.error td {
    padding: 0;
}

.wrap input, textarea {
    background: #FFF;
    font: inherit;
    font-size: 16px;
    line-height: 29px;
    min-height: 30px;
    padding: 5px 10px;
    width: 200px;
}

    input:focus, textarea:focus {
        border-color: #b0c3d0;
        outline: none;
    }

textarea {
    height: 200px;
    resize: vertical;
}

.wrap input[type=submit] {
    float: right;
    color: #757575;
    font-size: 16px;
    font-family: 'Signika','arial', sans-serif;
    border: none;
    margin: 20px auto;
    height: 43px;
    width: 130px;
    background: url(../img/submit-button.png) no-repeat;
    display: block;
}

    .wrap input[type=submit]:hover {
        background-position: 0 100%;
    }

.wrap p {
    font-size: 14px;
    color: #191919;
    font-family: 'Signika','arial', sans-serif;
    margin: 8px 0 0;
}

#popi-bg {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #CECECE;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 700;
    opacity: 0.7;
}

#overlay_form {
    display: none;
    border-radius: 6px 6px 6px 6px;
    position: absolute;
    border: 1px solid gray;
    padding: 10px;
    background: white;
    width: 320px;
    height: 520px;
}


#popi2 {
    display: block;
    width: 20px;
    height: 20px;
}

#popi,
#popi3 {
    white-space: nowrap;
}

#close {
    background: url("../img/close-contact.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 30px;
    margin: -5px -5px 0 0;
    width: 30px;
}

input.error {
    border: 1px solid #ff4343;
}

textarea.error {
    border: 1px solid #ff4343;
}
/*--------------------------------------------------------------------------------*/
/* --------------------- 16. About Styles --------------------------------------- */
/*--------------------------------------------------------------------------------*/
.about {
    padding-bottom: 20px;
}

    .about p {
        line-height: 20px;
        margin-top: 20px;
        font-size: 13px;
    }

    .about h1 {
        margin: 30px 0;
    }

    .about h4 {
        line-height: 20px;
        margin-top: 30px;
        font-size: 18px;
    }

    .about h6 {
        line-height: 20px;
        margin-top: 30px;
        font-size: 22px;
    }

/*--------------------New------------------------------------*/



.main_menu {
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    margin: 10px 0 20px 0;
    zoom: 1;
    float: right;
    text-align: right;
}

.main_menu {
    width: 100%;
}

    .main_menu ul {
        list-style-type: none;
        white-space: nowrap;
    }

        .main_menu ul li {
            display: inline-block;
            margin-left: 15px;
        }

            .main_menu ul li a {
                color: #404040;
                text-shadow: 0 1px 0 white;
                display: block;
            }

                .main_menu ul li a:hover {
                    color: #187ca0;
                    text-decoration: none;
                }


.login div {
    display: table-cell;
    padding: 20px;
}

#page-title {
    float: left;
    clear: right;
    background-color: #ddd;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    margin-right: 10px;
    width:40%;
}

    #page-title img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

#login-box {
    clear: left;
    padding-left: 30px;
}

    #login-box a {
        font-size: 13px;
        vertical-align: sub;
        margin-top: 50px;
        display: inline-block;
    }

    #login-box label {
        color: #555;
        margin-bottom: 5px;
        margin-top: 20px;
    }


label.checkbox {
    display: inline;
    padding-left: 10px;
}

/*--------------------------------------------------------------------------------*/
/* --------------------- login Styles --------------------------------------- */
/*--------------------------------------------------------------------------------*/
.login {
    padding: 0 0 30px 0;
}

    .login p {
        line-height: 20px;
        margin-top: 10px;
        font-size: 13px;
    }


#register-box {
    clear: both;
   
}

    #register-box a {
        font-size: 13px;
        vertical-align: sub;
        margin-top: 50px;
        display: inline-block;
    }

    #register-box label {
        color: #555;
        padding-bottom: 5px;
    }


/*--------------------------------------------------------------------------------*/
/* --------------------- register Styles --------------------------------------- */
/*--------------------------------------------------------------------------------*/
.register {
    padding: 0 0 30px 0;
}

    .register p {
        line-height: 20px;
        margin-top: 10px;
        font-size: 13px;
    }

    .register div {
        display: table-cell;
        padding: 20px;
    }

#register-box h3 {
    color: #777;
    font-size: 12px;
    display: block;
    white-space: nowrap;
}

.field-validation-error, p.validation-summary-errors {
    color: red;
    font-size: 12px;
}

.drp-lang {
    width: 100px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0;
    float: right;
}

.about ol {
    list-style: decimal;
    font-size: 13px;
    text-align: justify;
    margin-left: 30px;
    line-height: 22px;
    margin-top: 20px;
}

    .about ol li {
        line-height: 20px;
        margin-left: 10px;
    }

        .about ol li p {
            margin: 0;
        }

#pics img {
    float: left;
    width: 24%;
    margin-left: .5%;
    margin-right: .5%;
}

div#pics {
    display: table;
}

p.answer {
    padding-bottom: 0px;
    font-weight: normal;
    margin: 0;
    display: none;
}

#faq p strong {
    cursor: pointer;
}

.about h2 {
    font-size: 22px;
    color: #00B6E1;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.message-success {
    color: green;
}

body, html, #aspnetform {
    height: 100%;
}

.container {
    min-height: 70%;
}

.required {
    color: red;
    margin: 5px 0 0 5px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    float: right;
}

p.error {
    color: red;
    font-weight: normal;
}

.left-nav {
    border-top: 1px solid #aaa;
    width: 90%;
    display: block !important;
    margin-top: 10px !important;
}

    .left-nav ul {
        list-style: square !important;
    }

        .left-nav ul li.active {
            font-weight: bold;
        }

.tbl-order {
    padding: 0;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 10px;
}

    .tbl-order th {
        background: #ccc;
        border-bottom: 1px solid #ccc;
        padding: 5px;
    }

    .tbl-order td {
        border-bottom: 1px solid #ccc;
        padding: 5px;
        text-align:center;
    }
    .order{
        padding:0 !important;
        margin:0 !important;
        text-align:center;

    }

    .key-p{
        width:70%;
        overflow-wrap:break-word;
        
    }

   .side-img img{
         margin-left:20% !important;
    }

   #facebook2 a{
       text-decoration:none;
   }
/*
   .ad {
       width:125%;
       overflow:auto;
       display:block;
       margin-left:-3%;
       text-align:center; 
       -ms-zoom: 0.85;
       -moz-transform: scale(0.85);
       -moz-transform-origin: 0 0; 
       -o-transform: scale(0.85); 
       -o-transform-origin: 0 0; 
       -webkit-transform: scale(0.85); 
       -webkit-transform-origin: 0 0; 

   }
    */
   .about .ad {
       margin-top:10px;
   }

  
   .fb-button{
    margin-top: 10px;
    margin-right: 10px;
    padding: 0;
    float: right;

}

    .fb-like-button{
    margin-right: 10px;
    padding: 0;
    float: right;


}

.house-ad{
    float:right;
       display:block;
       text-align:center; 
       margin:10px;
       border:1px solid #aaa;
}

   