body {
    background: url("images/header.png") no-repeat #0a7ba4;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.5;
}

iframe, object {
    width: 100%;
    max-width: 100%;
}

a {
    text-decoration: underline;
    color: #fff;
}

a:hover {
    color: #ffffff ;
}

ul {
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

ol {
    margin: 0 0 15px 30px;
    padding: 0;
}

ul li, ol li {
    margin: 0 0 7px;
    padding: 0;
}

ul li a, ol li a {
    color: #535353;
}

a:focus {
    outline: 0 none;
}

img {
    border: none;
    outline: none;
    display: inline-block !important;
    max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 5px;
    font-weight: 700;
    font-size: 18px;
}

.left-content-panel2 {
    display: none;
}

.wrapper, .footer {
    padding: 15px;
}

.purecss_responsive_table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    text-align: center;
}

.header {
    background: #000;
}

.content .left-content .left-content-panel1 {
    background: #4f9d14;
    padding: 5px 7px;
    margin: 25px 0 0 0 ;
}

.content .left-content .left-content-panel1 .menu ul li a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
}

p {
    padding: 0 !important;
    margin: 0 0 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #e6e4e4;
}

h1 {
}

h2 {
    font-size: 24px !important;
    line-height: 30px !important;
}

h3 {
}

h4 {
    font-size: 20px !important;
    line-height: 26px !important;
}

h5 {
    font-size: 18px !important;
    line-height: 24px !important;
}

h6 {
    font-size: 16px !important;
    line-height: 22px !important;
}

a {
    transition: 0.2s;
    outline: none;
    font-size: 16px !important;
    line-height: 20px;
}

a:hover {
    color: #b9ff87 !important;
    text-decoration: none;
}

ul, ol {
    padding: 10px 0;
}

ul li {
    margin: 0 0 0px 25px !important;
    list-style: disc !important;
    font-size: 16px;
}

ol li {
    margin: 0 0 0px 25px !important;
    list-style: decimal !important;
}

@media (max-width: 768px) {
    p {
    }

    .middle-section a, .table-section a {
        color: #fff !important;
    }

    .middle-section a:hover, .table-section a:hover, .left-content-panel1 a:hover {
        color: #ff5e10 !important;
    }

    .mainnav #mainmenu, .reviewsmenu #reviews {
        display: none;
    }

    .mainnav, .reviewsmenu {
        overflow: hidden;
        position: relative;
        background: #fff;
        padding-bottom: 48px;
    }

    .mainnav h5, .reviewsmenu h5 {
        color: #000;
        font-weight: 700;
        padding: 15px 15px 0;
    }

    .mainnav li, .reviewsmenu li{
        padding-left:0;
        margin-left: 0 !important;
    }

    .mainnav a, .reviewsmenu a {
        color: #000;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .reviewsmenu a {
        margin-top: 5px;
    }

    .mainnav a.icon, .reviewsmenu a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
    }

    .mainnav a:hover, .reviewsmenu a:hover {
        background-color: #ddd;
        color: black;
    }

    .active {
        background-color: transparent;
        color: white;
    }

    .mainnav ul, .reviewsmenu ul {
        list-style: none;
        padding-left: 0;
    }
}

@media (min-width: 769px) {
    .wrapper {
        width: 996px;
        margin: 0 auto;
        padding: 0;
    }

    h1 {
    }

    h2 {
        font-family: 'Coda', cursive;
        font-weight: normal;
        font-size: 25px;
        color: #ffffff;
        line-height: 20px;
        margin-top: 10px;
    }

    h3 {
    }

    .header {
        width: 100%;
        float: left;
        padding-top: 35px;
        background: none;
    }

    .header .logo {
        float: left;
    }

    .header .logo h1 a img {
        border: none;
        outline: none;
    }

    .header .navigation {
        float: left;
        padding-top: 8px;
    }

    .header .navigation ul {
        margin: 0 ;
        padding: 0;
        list-style: none;
    }

    .header .navigation ul li {
        display: inline-block;
        float: left;
        padding: 10px 4px;
    }

    .header .navigation ul li a {
        background: url("images/nav.png") repeat-x;
        display: block;
        padding: 5px 15px;
        font-family: 'Coda', cursive;
        font-weight: normal;
        font-size: 10px;
        color: #ffffff;
        border: 1px solid #000000;
        border-bottom: none;
        border-radius: 10px;
    }

    .header .navigation ul li a:hover {
        background: url("images/navhover.png") repeat-x;
    }

    .content {
        width: 100%;
        float: left;
    }

    .content .left-content {
        float: left;
    }

    .content .left-content .left-content-panel1 {
        width: 240px;
    }

    .content .left-content .left-content-panel1 .menuHead {
        background: url("images/menuhead.png") no-repeat ;
    }

    .content .left-content .left-content-panel1 .menuHead h2 {
        background: url("images/icon.png") no-repeat scroll 17px 13px;
        padding: 9px 35px !important;
        font-size: 20px !important;
    }

    .content .left-content .left-content-panel1 .menu {
        width: 95%;
        padding: 0 0 0 15px ;
    }

    .content .left-content .left-content-panel1 .menu ul {
        margin: 0;
        padding: 0 0 15px;
        list-style: none;
    }

    .content .left-content .left-content-panel1 .menu ul li {
        list-style: none !important;
        margin-left: 0 !important;
        padding: 5px 0;
    }

    .content .left-content .left-content-panel1 .menu ul li a {
        background: url("images/lihover.png") no-repeat scroll 0 4px;
        padding: 0 0 0 20px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
    }

    .content .left-content .left-content-panel1 .menu ul li a:hover {
        background: url("images/lihover.png") no-repeat scroll 0 -20px;
        color: #b9ff87;
    }

    .content .right-content {
        float: right;
    }

    .content .right-content .right-content-panel1 {
        margin: 25px 0 0 0;
    }

    .content .left-content .left-content-panel2 {
        margin-top: 20px;
        padding-bottom: 50px;
        display: block;
    }

    .content .right-content .right-content-panel2 {
        width: 718px;
    }

    .content .right-content .right-content-panel2 h1 span {
        color: #66ccff;
    }

    .wrapper .content .middle-part {
        width: 718px;
        float: left;
        margin-left: 20px;
    }

    .middle-part .middle-heading {
        width: 100%;
        float: left;
    }

    .middle-heading h1 {
        font-family: 'Coda', cursive;
        font-size: 20px;
        color: #66ccff;
        text-transform: capitalize;
    }

    .middle-heading h1 a {
        color: #fff;
        text-decoration: none;
    }

    .middle-heading h1 a:hover {
        color: #66ccff ;
    }

    .middle-part .middle-section {
        width: 100%;
        float: left;
    }

    .middle-part .middle-section .middle-image {
        width: 180px;
        float: left;
    }

    .middle-part .middle-section .middle-content {
        float: left;
        margin-left: 10px;
        width: 510px;
    }

    .middle-section .middle-content p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
    }

    .wrapper .content .table-section {
        width: 718px;
        float: right;
        padding-bottom: 45px;
    }

    .table-section .table-heading {
        width: 305px;
        float: left;
    }

    .table-heading h1 {
        font-family: 'Coda', cursive;
        font-size: 20px;
        color: #66ccff;
    }

    .table-heading h1 a {
        color: #fff;
        text-decoration: none;
    }

    .table-heading h1 a:hover {
        color: #66ccff ;
    }

    .table-part {
        width: 100%;
        float: left;
        border: 1px solid #000;
    }

    table {
        width: 100%;
        border: 7px solid #073d50;
        border-spacing: 0;
    }

    tr td {
        border: 1px solid #073d50;
        background-color: #115e7a;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
    }

    th {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #373737;
        background: url("images/th-bg.jpg") repeat-x;
        border: 1px solid #073d50;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .row1 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
    }

    .row2 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
    }

    .row2 a {
        background: url("images/visitez.png") no-repeat;
        height: 22px;
        width: 94px;
        display: block;
        text-decoration: none;
        color: #fff;
        text-align: center;
        margin-left: 43px;
    }

    .row2 a:hover {
        background-position: 0 -22px;
    }

    .row3 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
    }

    .row3 a {
        text-decoration: none;
        color: #fff;
    }

    .row3 a:hover {
        color: #72e11d;
    }

    .row4 {
        padding-left: 15px;
        text-align: left;
    }

    .row5 {
        padding-left: 15px;
        text-align: left;
        width: 200px;
    }

    .row6 {
        text-align: center;
    }

    .footer {
        width: 100%;
        float: left;
        background-color: #3199bf;
        margin-top: 40px;
        padding: 15px 0;
    }

    .footer-part {
        width: 996px;
        margin: 0 auto;
    }

    .footer-part .footer-content {
        width: 100%;
        float: left;
        margin-bottom: 0;
    }

    .footer-content p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        margin-bottom: 0 !important;
        margin-top: 15px;
    }

    .footer a {
        color: #fff;
        text-decoration: underline;
    }

    .content .middle-section2 {
        background-color: #e6f6fb;
        float: right;
        margin-bottom: 10px;
        margin-top: 25px;
        padding-bottom: 25px;
        width: 718px;
    }

    .content .middle-section2 .left-box {
        width: 350px;
        float: left;
        margin-left: 15px;
        padding-bottom: 40px;
    }

    .middle-section2 .left-box .heading2 {
        width: 350px;
        float: left;
        border-bottom: 1px solid #b5d1dc;
        padding-top: 10px;
    }

    .left-box .heading2 h2 {
        color: #097298;
        font-family: "Coda",cursive;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 5px;
        text-transform: capitalize;
    }

    .middle-section2 .left-box .image1 {
        float: left;
        padding-top: 20px;
        width: 110px;
    }

    .middle-section2 .left-box .content-part {
        width: 220px;
        float: left;
        padding-top: 15px;
    }

    .left-box .content-part .para1 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #595959;
        line-height: 15px;
    }

    .left-box .content-part .para2 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #595959;
        line-height: 15px;
    }

    .left-box .content-part .para3 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #595959;
        line-height: 15px;
    }

    .left-box .content-part .para4 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #595959;
        line-height: 15px;
    }

    .left-box .content-part .para5 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #595959;
        line-height: 15px;
    }

    .left-box .content-part .para6 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #595959;
        line-height: 15px;
    }

    .left-box .content-part .para7 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #595959;
        line-height: 15px;
    }

    .left-box .content-part .para8 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #595959;
        line-height: 15px;
    }

    .middle-section2 .left-box .link {
        float: left;
        margin-left: 110px;
        width: 230px;
    }

    .middle-section2 .left-box .link .revue {
        float: left;
        width: 105px;
    }

    a.button1 {
        font-family: "Coda",cursive;
        font-size: 15px;
        font-weight: normal;
        color: #fff;
        line-height: 30px;
        text-align: center;
        background: url("images/revue.png") no-repeat;
        width: 97px;
        height: 34px;
        display: block;
    }

    a.button1:hover {
        background-position: 0 -34px;
    }

    .middle-section2 .left-box .link .visitez {
        float: left;
        width: 110px;
    }

    a.button2 {
        font-family: "Coda",cursive;
        font-size: 15px;
        font-weight: normal;
        color: #fff;
        line-height: 30px;
        text-align: center;
        background: url("images/vist.png") no-repeat;
        width: 114px;
        height: 34px;
        display: block;
    }

    a.button2:hover {
        background-position: 0 -34px;
    }

    .content .middle-section2 .right-box {
        width: 321px;
        float: left;
        background: url("images/bg.jpg") no-repeat;
        margin-left: 22px;
        margin-top: 15px;
        padding-bottom: 17px;
    }

    .right-box .image2 {
        float: left;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-top: 15px;
    }

    .content .middle-content {
        width: 718px;
        float: left;
        padding-bottom: 45px;
    }

    .middle-content .para-part1 {
        width: 100%;
        float: left;
    }

    .para-part2 p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        line-height: 20px;
    }

    .middle-content .para-part2 {
        width: 100%;
        float: left;
        margin-top: 5px;
    }

    .para-part2 p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        line-height: 20px;
    }

    .mainnav a.icon, .reviewsmenu a.icon {
        display: none;
    }

    .mainnav #mainmenu, .reviewsmenu #reviews {
        display: block;
    }
}
