﻿
body
{
    margin: 0;
    background-color: #efefef;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-size: 18px;
}
#content h2, #content a
{
    color: #0D9AD2;
}
#content h3
{
    color: #1C4D77;
    font-weight: normal;
}
#content a:hover
{
    color: #1C4D77;
}
#content a.big
{
    display: block;
    padding: 14px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    background-color: #0D9AD2;
    text-decoration: none;
    margin-top: 3px;
}
#content a.big:hover
{
    text-decoration: underline;
}
#content a.odd
{
    text-decoration: none;
}

#holder
{
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    border: solid 1px #efefef;
    position: relative;
    padding-top: 81px;
    background-color: #fff;
}

#header
{
    position: fixed;
    width: 100%;
    max-width: 640px;
    padding-top: 80px;
    top: 0;
    background-color: #E8F1FA;
    border-bottom: 1px solid #D0E5F6;
    z-index: 1000;
}

#header img.lg
{
    width: 100px;
}
#header h1
{
    width: 120px;
    position: absolute;
    left: 10px;
    top: 15px;
    padding: 0;
    margin: 0;
    color: #1C4D77;
    font-size: 14px;
    font-weight: normal;
}
#header h1 a
{
    color: #1C4D77;
    text-decoration: none;
}
#mnu
{
    display: block;
}
#mnu, #mCz, #mEn
{
    height: 40px;
    width: 48px;
    border-radius: 5px;
    position: absolute;
    right: 18px;
    top: 21px;
    background-color: #0D9AD2;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
#mCz, #mEn
{
    color: #fff;
    line-height: 40px;
    font-size: 1.1em;
    display: block;
    text-decoration: none;
}
#mCz
{
    right: 132px;
}
#mEn
{
    right: 76px;
}
#mnu::before
{
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 32px;
    height: 4px;
    background: #fff;
    box-shadow: 0 9px 0 0 #fff, 0 18px 0 0 #fff;
}
#mnu img.cls
{
    display: none;
}
#mnu.act img.cls
{
    display: block;
    position: absolute;
    top: 8px;
    left: 13px;
}
#mnu.act::before
{
    display: none;
}

#mnuUl
{
    border-top: 1px solid #D0E5F6;
    background-color: #E8F1FA;
    width: 100%;
    position: absolute;
    top: 79px;
    left: 0;
    z-index: 100;
}

ul.mnu
{
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #D0E5F6;
}

ul.mnu li
{
    display: block;
    list-style: none;
    border-bottom: 1px solid #D0E5F6;
}
ul.mnu li:last-child
{
    border-bottom: none;
}

ul.mnu li a
{
    padding: 0 15px;
    display: block;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    color: #000;
}

ul.mnu li a:hover
{
    background-color: #0D9AD2;
    color: #fff;
}

ul.mnu li ul li a
{
    background-color: #fff;
    padding: 12px 22px 12px 22px;
    min-height: 22px;
    height: auto;
    line-height: normal;
}

ul.mnu li ul li a:hover
{
    background-color: #E8F1FA;
    color: #000;
}

ul.mnu li ul li ul li a
{
    background-color: #fff;
    padding: 12px 26px 12px 26px;
}

ul.mnu li ul li ul li ul li a
{
    background-color: #fff;
    padding: 12px 36px 12px 36px;
}

ul.mnu li a.hc
{
    position: relative;
}

/*a.hc div.pl {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid #0D9AD2;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}*/
a.hc::after
{
    content: "";
    position: absolute;
    right: 20px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid #0D9AD2;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
a.hc.ac::after
{
    content: "";
    content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 10px solid #0D9AD2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

a.hc:hover::after
{
    border-left-color: #fff;
}
ul li ul li a.hc:hover::after
{
    border-left-color: #0D9AD2;
}
a.hc.ac:hover::after
{
    border-top: 10px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
ul li ul li a.hc.ac:hover::after
{
    border-top: 10px solid #0D9AD2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
ul li ul li a.hc.ac
{
    background-color: #F4F7F9;
}
ul.mnu li.ac>ul.mnu
{
    display: block;
}
#content
{
    padding: 10px;
    xxxposition: relative;
}
#footer
{
    background-color: #E7E7E7;
    font-size: 15px;
    padding: 20px 10px;
}
#footer a
{
    color: #000;
}
#footer a:hover
{
    color: #1D4E78;
}
a.btmTop
{
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    border-radius: 5px;
    background-color: #0D9AD2;
    height: 60px;
    width: 70px;
}
a.btmTop img
{
    width: 44px;
    position: absolute;
    top: 14px;
    left: 13px;
}
