body {
    margin: 0;
    font-family: "Exo", sans-serif;
    font-weight: 300;
    background-color: #14756A;
    color: #ffffff;
    line-height: 1.6;
}

img {
    border-width: 0;
}

header {
    background-color: #ffffff;
    text-align: center;
    color: #14756A;
    border-bottom: 3px solid #085a51;
}

header a {
    color: #14756A;
    font-weight: normal;
}

ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}

header ul li {
    display: inline-block;
    margin-top: 20px;
}

.content {
    padding: 25px 15px;
}

header h1 {
    font-weight: 500;
    font-size: 2.5em;
}

header p {
    font-family: 'Kaushan Script', cursive;
    font-weight: 700;
    font-size: 36px;
}

h2, h3, h4, h5, h6, strong {
    font-weight: 500;
}

.logo {
    background-image: url('logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
    height: 250px;
    display: inline-block;
    text-indent: -9999px;
    margin-bottom: 25px;
}

.btn {
    padding: 10px 15px;
    background-color: #CDA755;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    border-bottom: 3px solid #916a16;
    display: inline-block;
    white-space: nowrap;
    margin: 15px 10px 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    font-size: 1.1em;
}

a.btn {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.fa {
    margin-right: 10px;
}


a {
    color: #ffffff;
}

article ul li {
    list-style: disc;
    margin-left: 30px
}

article strong {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.bold {
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .025rem;
    font-style: normal;
}

article img {
    max-width: 100%;
    margin-bottom: 50px;
}

aside {
    background-color: #14756A;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    padding: 10px 25px;
    color: #CDA755;
}

aside.light {
    width: 100%;
    box-sizing: border-box;
    color: #14756A;
    background-color: #fff;
}

aside a {
    color: #CDA755;
    line-height: 1.6;
}

aside.light a {
    color: #14756A;
}

article aside.light ul li {
    list-style: none;
}

footer {
    background-color: #085a51;
    color: #fff;
    text-align: center;
}

footer img {
    width: 100px;
}

footer p {
    font-size: 0.8em;
}

footer .content {
    padding-bottom: 1px;
}

#overlay {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    background-image:url(background-trans.png);
    color: #000000;
    font-weight: normal;
}

#overlay .popup {
    width: 80%;
    max-width: 550px;
    margin: 50px auto;
    background-color: #fff;
    border:1px solid #1a1a1a;
    padding: 25px;
    text-align:center;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    position: relative;
    text-align: left;
}

.closePopup {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 2px 10px;
    background-color: #727272;
    color: #fff;
    text-decoration: none;
    -webkit-border-bottom-right-radius: 5px;
       -moz-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
       -moz-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
}

#overlay .popup label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

#overlay .popup input,
#overlay .popup textarea {
    width: 96%;
    border: 1px solid #727272;
    padding: 7px 2%;
    font-size: 20px;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    margin-bottom: 15px;
}

#overlay .popup input.btn {
    border: 0px solid #fff;
    box-shadow: 0px 0px 0px #fff;
    border-bottom: 3px solid #916a16;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    margin: 10px auto 15px;
    display: block;
    width: auto;
}

@media all and (max-width: 767px) {
    .no-bile {
        display: none;
    }
}

@media all and (min-width: 768px) {
    
    header h1 {
        font-size: 3em;
        font-weight: normal;
    }
    
    html {
        font-size: 1.2em;
    }
    
    .no-desk {
        display: none;
    }
    
    header {
        padding-bottom: 30px;
    }
    
    .content {
        max-width: 960px;
        width: 95%;
        margin: 0 auto;
        position: relative;
    }
    
    .logo {
        margin: 75px auto 75px;
        width: 600px;
        max-width: 90%;
        height: 350px;
        background-position: bottom;
    }
    
    .banner {
        clear: both;
    }
    
    .top-social {
        float: right;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    
    .tel {
        position: relative;
        bottom: 5px;
        margin-right: 15px;
    }
    
    .tel a {
        color: #14756A;
    }
    
    article,
    aside {
        padding-bottom: 0px;
    }
    
    article {
        width: 100%;
        float: left;
        margin-bottom: 0px;
        text-align: justify;
    }
    
    aside {
        width: 100%;
        float: left;
        text-align: center;
        padding: 10px 2%;
        font-weight: 500;
    }
    
    aside h3,
    aside strong {
        font-weight: 700;
    }
    
    footer {
        clear: both;
        min-height: 50px;
        padding: 15px 0;
    }
    
    footer .content {
        padding: 0;
    }
    
    footer p {
        float: left;
        margin: 0;
        line-height: 3;
    }
    
    footer .xmg {
        float: right;
        width: 75px;
    }
    
}

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated{
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 170px;
    text-align: center; text-transform: uppercase; z-index:1500;
    background-color: #f25648; color: #ffffff;
}
* html #outdated{position: absolute;}
#outdated h6{font-size: 25px; line-height: 25px; margin: 30px 0 10px;}
#outdated p{font-size: 12px; line-height: 12px; margin: 0;}
#outdated #btnUpdateBrowser{
    display: block; position: relative; padding: 10px 20px; margin: 30px auto 0; width: 230px; /*need for IE*/
    color: #ffffff; text-decoration: none; border: 2px solid #ffffff; cursor: pointer;
}
#outdated #btnUpdateBrowser:hover{color: #f25648; background-color:#ffffff;}
#outdated .last{position: absolute; top: 10px; right: 25px; width: 20px; height: 20px;}
#outdated .last[dir='rtl']{right: auto !important; left: 25px !important;}
#outdated #btnCloseUpdateBrowser{
    display: block; position: relative; width: 100%; height: 100%;
    text-decoration: none; color: #ffffff; font-size: 36px; line-height: 36px;
}

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.wellatwork {
    background-color: #ffffff;
    padding: 25px 10px 35px;
    color: #05423b;
    font-weight: normal;
}

.wellatwork .content {
    border: 2px solid #238e82;
}

.wellatwork .content article {
    margin-bottom: 0;
    padding-bottom: 0;
}

.wellatwork img {
    margin-bottom: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 500px;
}

@media all and (min-width: 768px) {
    .wellatwork {
        padding-left: 0;
        padding-right: 0;
    }
}