body {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    background-color: #d6e6f1;
}

#wraper {
    width: 1001px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.clear {
    clear: both;
}

#top_wraper {
    float: left;
    height: 91px;
    width: 964px;
    padding-right: 18px;
    padding-left: 18px;
}

#logo {
    float: left;
    width: 186px;
}

.home {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
}

#menu {
    background-image: url(../images/menu_bg.jpg);
    background-repeat: no-repeat;
    float: right;
    height: 59px;
    width: 420px;
    margin-top: 32px;
}


.menu {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
}

    .menu a {
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
        font-size: 11pt;
        color: #FFFFFF;
        text-decoration: none;
        float: left;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 17px;
        padding-left: 17px;
    }

        .menu a:hover {
            font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
            font-size: 11pt;
            color: #FFFFFF;
            text-decoration: none;
            float: left;
            background-image: url(../images/menu_hover.jpg);
            background-repeat: repeat-x;
            height: 33px;
        }

.menu-dropdown-content {
    margin-top: 33px;
    display: none;
    position: absolute;
    background-color: #000000;
    background-image: linear-gradient(315deg, #000000 0%, #414141 74%);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1000;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
}

    .menu-dropdown-content a:hover {
        background-color: #182b3a;
        background-image: linear-gradient(315deg, #182b3a 0%, rgb(70, 143, 196) 74%);
        height: auto;
    }

.menu:hover .menu-dropdown-content {
    display: block;
}

.contactus {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
}

.home a {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    padding-top: 6px;
    padding-right: 20px;
    padding-left: 20px;
}

.contactus a {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    padding-top: 6px;
    padding-right: 21px;
    padding-left: 22px;
}

.home a:hover {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    background-image: url(../images/home_hover.jpg);
    background-repeat: no-repeat;
    height: 33px;
}

.contactus a:hover {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    background-image: url(../images/contact_hover.jpg);
    background-repeat: no-repeat;
    height: 33px;
}

#header {
    float: left;
    height: 343px;
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    font-family: sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}


/*
		 * Required 
		*/

.container {
    width: 1001px;
    position: relative;
    height: 343px;
}

.slides {
    position: absolute;
    top: 0;
    left: 0;
}

    .slides div {
        position: absolute;
        top: 0;
        display: none;
    }


/*
		 * Optional
		*/


/*ol, ul { list-style:  none; }*/

#loopedSlider {
    width: 1001px;
    position: relative;
    clear: both;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

ul.pagination {
    list-style-type: none;
    padding: 0;
    width: 160px;
    float: right;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    overflow: visible;
    position: relative;
    visibility: visible;
    z-index: 100;
    top: -40px;
    text-align: right;
}

#eshare {
    height: 16px;
    width: 125px;
    font-size: 13px;
    float: right;
    top: -40px;
    position: relative;
    padding-right: 20px;
}

ul.pagination li {
    float: left;
    list-style-type: none;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
}

ul.pagination a {
    display: block;
    width: 26px;
    padding-top: 5px;
    height: 24;
    overflow: hidden;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #000000;
    font-family: sans-serif;
    text-align: center;
    position: relative;
    visibility: visible;
    z-index: 200;
    text-decoration: none;
    padding-bottom: 4px;
}

ul.pagination li.active a {
    background-position: 0 -24px;
    font-family: sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

#button {
    float: left;
    color: #000000;
}

a.previous {
    position: absolute;
    top: 120px;
    left: 0px;
    padding-left: 10px;
}

a.next {
    position: absolute;
    top: 120px;
    right: 0px;
    padding-right: 10px;
}

a.previous2 {
    position: relative;
    top: 10px;
    left: -25px;
    overflow: visible;
    visibility: visible;
    z-index: 200;
}

a.next2 {
    position: relative;
    top: 10px;
    right: -500px;
    overflow: visible;
    visibility: visible;
    z-index: 220;
}

.yicon {
    font-family: sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    height: 35px;
    width: 100px;
    font-weight: normal;
}

.inner-hea1 {
    float: left;
    width: 1001px;
    font-family: sans-serif;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
}

.inner-tex {
    font-family: sans-serif;
    font-size: 11px;
    float: right;
    width: 1001px;
    margin-top: 40px;
}


/*
		 * Optional close
		*/

#header1 {
    float: left;
    width: 950px;
    height: 353px;
    padding-top: 20px;
    margin-left: -10px;
}

#header {
    float: left;
    width: 1000px;
}

#box_container {
    float: left;
    width: 1000px;
    padding-top: 20px;
}

.box1 {
    background-image: url(../images/box.png);
    background-repeat: no-repeat;
    float: left;
    height: 183px;
    width: 426px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

#box_line {
    text-align: center;
    float: left;
    width: 28px;
}

.box1 h1 {
    font-family: sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0px;
    font-weight: normal;
    padding-left: 5px;
    float: left;
}

.box1 p {
    margin-top: 40px;
}

#black_box {
    background-image: url(../images/black_box.png);
    background-repeat: no-repeat;
    float: left;
    height: 224px;
    width: 577px;
    padding-right: 48px;
    padding-left: 48px;
}

.blk_small {
    float: left;
    /*height: 204px;*/
    width: 273px;
    padding-top: 20px;
}

    .blk_small p {
        color: #e0dfdf;
    }

.blue {
    color: #c2dcef;
}

#news {
    background-image: url(../images/new_bg.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    float: right;
    /*height: 224px;*/
    width: 294px;
}

.news {
    float: left;
    width: 260px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #000000;
    margin-left: 15px;
    margin-bottom: 10px;
}

#footer {
    background-image: url(../images/footer_bg.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 71px;
}

.right_pading {
    padding-right: 5px;
}

#inner_footer {
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
}

#left_footer {
    float: left;
    width: 730px;
}

#right_footer {
    float: left;
    width: 250px;
    text-align: right;
}

#inner_footer a {
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

#inner_footer hover {
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
}

#left_panel {
    background-color: #FFFFFF;
    float: left;
    width: 670px;
    padding: 10px;
}

#center_panel {
    background-color: #FFFFFF;
    padding: 10px;
}

.blue_heading {
    color: #246DA2;
}

.black {
    color: #000000;
    text-align: center;
}

p {
    font-family: sans-serif;
    font-size: 11pt;
    color: #535353;
    margin: 0px;
    line-height: 150%;
}

h1 {
    font-family: sans-serif;
    font-size: 20pt;
    color: #FFFFFF;
    margin: 5px 5px 0px 0px;
}

h2 {
    font-family: sans-serif;
    font-size: 16pt;
    color: #FFFFFF;
    margin: 5px 5px 0px 0px;
    font-weight: normal;
    text-transform: uppercase;
}

h3 {
    font-family: sans-serif;
    font-size: 14pt;
    color: #246DA2;
    font-weight: normal;
    margin: 5px 5px 0px 0px;
    padding: 20pt 0pt 5pt 0pt;
}

h4 {
    font-family: sans-serif;
    font-size: 12pt;
    color: #535353;
    font-weight: normal;
    margin: 5px 5px 0px 0px;
    font-weight: bold;
}

li {
    font-family: sans-serif;
    font-size: 11pt;
    color: #535353;
    padding-bottom: 5px;
    line-height: 150%;
}

a {
    font-family: sans-serif;
    color: #246DA2;
    /*font-weight: normal;*/
    text-decoration: underline;
}

    a:hover {
        font-family: sans-serif;
        color: #D27532;
        /*font-weight: bold;*/
        text-decoration: underline;
    }

#right_pannel {
    float: right;
    width: 294px;
}

.news2 {
    float: left;
    width: 260px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.white {
    color: #FFFFFF;
}

.padint_top {
    padding-top: 65px;
}

.header-btn {
    display: block;
    float: left;
    height: 37px;
    width: 350px;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.header-tex {
    font-family: sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    line-height: 150%;
}

.header-img {
    display: block;
    float: right;
    width: 269px;
    height: 265px;
    margin-top: -50px;
    margin-right: 35px;
    text-align: right;
}

.share {
    display: block;
    float: right;
    height: 30px;
    width: 150px;
    overflow: visible;
    position: relative;
    visibility: visible;
    z-index: 400;
    top: 30px;
    right: 20px;
}


/*Pricing table*/

#pricing-table {
    margin: 100px auto;
    text-align: center;
    width: 892px;
    /* total computed width = 222 x 3 + 226 */
}

    #pricing-table .plan {
        font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
        text-shadow: 0 1px rgba(255, 255, 255, .8);
        background: #fff;
        border: 1px solid #ddd;
        color: #333;
        padding: 20px;
        width: 180px;
        /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
        float: left;
        position: relative;
    }

    #pricing-table #most-popular {
        z-index: 2;
        top: -13px;
        border-width: 3px;
        padding: 30px 20px;
        border-radius: 5px;
        box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    }

    #pricing-table .plan:nth-child(1) {
        border-radius: 5px 0 0 5px;
    }

    #pricing-table .plan:nth-child(4) {
        border-radius: 0 5px 5px 0;
    }


    /* --------------- */

    #pricing-table h3 {
        font-size: 20px;
        font-weight: normal;
        padding: 20px;
        margin: -20px -20px 50px -20px;
        background-color: #eee;
        background-image: linear-gradient(#fff, #eee);
    }

    #pricing-table #most-popular h3 {
        background-color: #ddd;
        background-image: linear-gradient(#eee, #ddd);
        margin-top: -30px;
        padding-top: 30px;
        border-radius: 5px 5px 0 0;
    }

    #pricing-table .plan:nth-child(1) h3 {
        border-radius: 5px 0 0 0;
    }

    #pricing-table .plan:nth-child(4) h3 {
        border-radius: 0 5px 0 0;
    }

    #pricing-table h3 span {
        display: block;
        font: bold 25px/100px Georgia, Serif;
        color: #777;
        background: #fff;
        border: 5px solid #fff;
        height: 100px;
        width: 100px;
        margin: 10px auto -65px;
        border-radius: 100px;
        box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    }


    /* --------------- */

    #pricing-table ul {
        margin: 20px 0 0 0;
        padding: 0;
        list-style: none;
    }

    #pricing-table li {
        border-top: 1px solid #ddd;
        padding: 10px 0;
    }


    /* --------------- */

    #pricing-table .signup {
        position: relative;
        padding: 8px 20px;
        margin: 20px 0 0 0;
        color: #fff;
        font: bold 14px Arial, Helvetica;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        background-color: #72ce3f;
        background-image: linear-gradient(#72ce3f, #62bc30);
        border-radius: 3px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    }

        #pricing-table .signup:hover {
            background-color: #62bc30;
            background-image: linear-gradient(#62bc30, #72ce3f);
        }

        #pricing-table .signup:active,
        #pricing-table .signup:focus {
            background: #62bc30;
            top: 2px;
            box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
        }

.signup {
    position: relative;
    padding: 8px 20px;
    margin: 20px 0 0 0;
    color: #fff;
    font: bold 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #72ce3f;
    background-image: linear-gradient(#72ce3f, #62bc30);
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

    .signup:hover {
        background-color: #62bc30;
        background-image: linear-gradient(#62bc30, #72ce3f);
    }

    .signup:active,
    .signup:focus {
        background: #62bc30;
        top: 2px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
    }


/* --------------- */

.clear:before,
.clear:after {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.clear {
    zoom: 1
}


/* Tables */

table.featurecompare {
    border-width: 0;
}

    table.featurecompare th {
        background: #ddd;
        width: 5em;
    }

        table.featurecompare th:first-child {
            width: auto;
        }

    table.featurecompare td,
    table.featurecompare th {
        border-left-width: 1px;
        padding: 3pt 7pt;
    }

    table.featurecompare th {
        text-align: center;
    }

    table.featurecompare thead tr th:first-child {
        background: white;
    }

    table.featurecompare thead tr:last-child th,
    table.featurecompare tbody tr:last-child td {
        border-bottom: 1px solid #ddd;
    }

    table.featurecompare tbody td:first-child {
        border-left: 1px solid #ddd;
    }

    table.featurecompare tbody td {
        border-right: 1px solid #ddd;
    }

    table.featurecompare tbody td {
        text-align: center;
    }

    table.featurecompare tbody tr {
        background: #f3f3f3;
    }

tbody.hotrow tr:hover {
    background-color: #dee;
}

table.featurecompare tbody img {
    margin-top: 3px;
}

table.featurecompare td:first-child {
    text-align: left;
}

table.featurecompare tfoot {
    background: #ddd;
    border: 1px solid #ddd;
}

    table.featurecompare tfoot td {
        border: 1px solid #f3f3f3;
    }

        table.featurecompare tfoot td:first-child {
            border-left: 1px solid #ddd;
        }

        table.featurecompare tfoot td:last-child {
            border-right: 1px solid #ddd;
        }

    table.featurecompare tfoot tr td:first-child {
        font-size: 15pt;
        padding-right: 1em;
    }

td.buy,
td.buydiscount {
    text-align: center;
    vertical-align: bottom;
    font-weight: normal;
    padding-top: 9px;
    font-size: 13pt;
}

td.buy {
    line-height: 180%
}

td.buydiscount {
    line-height: 125%
}

div.buyprice {
    font-size: 17pt;
}

div.buyprice-main {
    font-size: 21pt;
}

td.buydiscount del {
    color: #666;
}

.customupgrade h3 {
    margin-bottom: -5px;
}


/* Buttons */

.pure-button,
.pure-button-primary {
    text-align: center;
    margin: 0;
    border-radius: 4px;
    padding: 12px 18px 12px 18px;
    text-decoration: none;
}

.pure-button {
    font-size: 14pt;
    /* background: #008080; AB test. green: set from red on 2019-10-21 for test till 9.11.2019*/
    /*background: #f03838;  red set till 2019-10-21 */
    background: #f03838;
    /* red set from 2019-11-09 */
    color: white !important;
}

.pure-button-primary {
    font-size: 16pt !important;
    background: #008080 !important;
    color: white !important;
}

.footer-button {
    width: 13em;
    font-size: 10pt !important;
    color: white !important;
    background: #808080 !important;
}

.pure-button:hover {
    text-decoration: none;
    /*background: #009090 !important;*/
    background: #3c85bb !important;
}

div.Purchase {
    background: #f8f8f8;
    margin: 25px auto 5px auto;
    padding: 0;
    max-width: 750px;
    border-radius: 6px;
    border: solid 2px #c3dddd;
}

div.Reduced {
    font-size: 90%;
    font-weight: bold;
    color: #80204c
}

div.PurchaseInner {
    padding: 0.4em 0.9em 0em 1.2em;
}

div.PurchaseHeader {
    margin: 0;
    padding: 8px;
    background: #c3dddd;
    text-align: center;
}

span.PurchaseHeader {
    font-family: Arial, sans-serif;
    font-size: 130%;
    font-weight: bold;
    color: black;
    text-align: center;
    margin: 0;
}

div.PurchaseInset {
    float: right;
    text-align: center;
    color: #008080;
    font-size: 95%;
    margin: 0.3em 0 0.3em 0.3em;
}

table {
    font-family: sans-serif;
    font-size: 12pt;
    border-collapse: collapse;
    border-spacing: 0;
}

.pure-table td,
.pure-table th {
    padding: 0.4em 0.8em;
}

table.downloadtable {
    display: inline-block;
    text-align: left
}

    table.downloadtable td {
        padding: 5pt 10pt;
    }

table.rowheader th {
    background: #ddd;
    text-align: left;
}

table.tight td {
    padding: 2pt 6pt;
}

.pure-table {
    /* Remove spacing between table cells (from Normalize.css) */
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

    .pure-table caption {
        color: #000;
        font: italic 85%/1 arial, sans-serif;
        padding: 1em 0;
        text-align: center;
    }

    .pure-table td,
    .pure-table th {
        border-left: 1px solid #cbcbcb;
        /*  inner column border */
        border-width: 0 0 0 1px;
        font-size: inherit;
        margin: 0;
        overflow: visible;
        /*to make ths where the title is really long work*/
        padding: 0.5em 1em;
        /* cell padding */
    }

        .pure-table td:first-child,
        .pure-table th:first-child {
            border-left-width: 0;
        }

    .pure-table thead {
        background: #e0e0e0;
        color: #000;
        text-align: left;
        vertical-align: bottom;
    }


    /*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/

    .pure-table td {
        background-color: transparent;
    }

.pure-table-odd td {
    background-color: #f2f2f2;
}


/* nth-child selector for modern browsers */

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}


/* BORDERED TABLES */

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}

.pure-table-bordered tbody > tr:last-child td,
.pure-table-horizontal tbody > tr:last-child td {
    border-bottom-width: 0;
}


/* HORIZONTAL BORDERED TABLES */

.pure-table-horizontal td,
.pure-table-horizontal th {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #cbcbcb;
}

.pure-table-horizontal tbody > tr:last-child td {
    border-bottom-width: 0;
}

.lb-caption {
    font-family: sans-serif;
    font-size: 12px;
}

.lb-number {
    font-family: sans-serif;
    font-size: 10px;
}

.slickSlider {
    display: none;
}

    .slickSlider.slick-initialized {
        display: block;
    }

/* Responsive */
.responsiveonly {
    display: none
}

imgScreenShot {
    max-width: 100%;
    height: auto;
}

@media (max-width:768px) {
    #wraper {
        width: auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    #top_wraper {
        float: left;
        height: 91px;
        width: auto;
        padding-right: 0px;
        padding-left: 0
    }

    .responsiveonly {
        display: block;
    }

    img:first-child {
        display: none;
    }

    .imgDispayResponsive {
        max-width: 100%;
        height: auto;
        display: inline-block !important;
    }

    .menu-dropdown-content {
    }

    body {
        background-image: none;
        margin: 0px;
        background-color: #d6e6f1;
    }

    .box1 {
        width: 80%;
    }

    #box_container {
        width: 100%;
        display: block;
    }

    #left_panel {
        width: 90%;
        margin-left: 7px;
    }

    #right_pannel {
        padding-top: 30px;
        display: block;
        width: 90%;
    }

    #header {
        display: none;
        width: 100%;
    }

    #footer {
        background-image: none;
    }

    #inner_footer {
        padding-top: 30px;
        color: gray;
        width: auto;
    }

    #menu {
        float: left;
        width: 100%;
    }

    #black_box {
        width: auto;
        background-image: none;
        background-color: black;
        height: auto;
        padding-bottom: 48px;
    }

    #right_footer {
        padding-top: 15px;
        padding-bottom: 30px;
        padding-right: 30px;
        width: auto;
        color: white;
        background-image: url(../images/footer_bg.jpg);
        background-repeat: repeat-x;
    }

    #left_footer {
        padding-top: 30px;
        width: auto;
    }

    #center_panel {
        width: 90%;
        margin-left: 7px;
    }

    .contactus a {
        padding-left: 0px;
    }

    .menu a {
        padding-left: 0px;
    }

    .home a {
        padding-left: 10px;
    }

    #news {
        float: left;
        padding-left: 0px;
        width: 80%;
        background-image: none;
        margin-top: 40px;
    }

    .news {
        float: left;
        padding-left: 15px;
        width: 100%;
    }

    .pure-button {
        padding: 12px 18px 12px 18px;
        display: block;
        width: 90%;
    }

    .box1 {
        background-image: none;
        float: left;
        width: auto;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        height: auto;
    }

        .box1 h1 {
            background: #246DA2;
            width: 100%;
            padding: 20px 10px 10px 10px;
            margin-top: 30px;
            font-size: 16px;
        }


}
