body {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    background-color: #f1f1f1;

}

::selection {
    background: #1ea1a9;
    color: #ffffff;
    /* Safari */
}

::-moz-selection {
    background: #1ea1a9;
    color: #ffffff;
    /* Firefox */
}

.input_text::-webkit-input-placeholder {color:#ffffff; opacity:.7;}/* webkit */
.input_text::-moz-placeholder          {color:#ffffff; opacity:.7;}/* Firefox 19+ */
.input_text:-moz-placeholder           {color:#ffffff; opacity:.7;}/* Firefox 18- */
.input_text:-ms-input-placeholder      {color:#ffffff; opacity:.7;}/* IE */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #1ea1a9;
    text-decoration: underline;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    outline: none;
}

a:hover,
a:focus {
    color: #222222;
    text-decoration: none;
    outline: none;
}

.btn-primary{
    background-color: #1ea1a9;
    border: none;
}

#bb-header{
	width: 100%;
	background-image: url(/assets/images/top_bg.png);
}

#bb-header .container{
    background-image: url(/assets/images/bg_mid.png);
    padding-top: 15px;
}

.bb-header_logo{
    padding-bottom: 15px;
	background: url(/images/bg_podlogo.png) no-repeat bottom left;
}

#bb-header.default .pc-nav{
    position: relative;
}
#bb-header.fixed .pc-nav{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: auto;
}

.sercher{
	width: 100%;
    height: 28px;
    border-radius: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #00878f;
}

.sercher .input_text{
	width: 85%;
	height: 25px;
    float: left;
    font-size: 12px;
    padding: 13px 0 10px 20px;
	color: #fff;
	border: none;
	background: none;
}

.sercher .inputbutton{
	cursor: pointer;
	width: 15%;
	height: 28px;
	float: right;
	color: #fff!important;
	border: none;
	border-radius: 0 10px 10px 0;
	background: none;
}

.textaas{
    font-size: 12px;
    color: #ffffff;
    margin-right: 0px;
    text-transform: uppercase;
}

.fa-social-link{
    font-size: 18px;
    background-color: #00878f;
    color: #ffffff;
    width: 25px;
    height: 26px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 7px;
    line-height: 28px;
}
.fa-social-link:hover{
    background-color: #ffffff;
    color: #00878f;
}

.main-section{
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 1px 2px #ccc;
}

.left-section{
    background-color: #f1f1f1;
    -webkit-box-shadow: inset -3px 0px 5px -3px rgba(0,0,0,0.45);
    -moz-box-shadow: inset -3px 0px 5px -3px rgba(0,0,0,0.45);
    box-shadow: inset -3px 0px 5px -3px rgba(0,0,0,0.45);
}

.right-section{
    -webkit-box-shadow: inset 0px 3px 5px -3px rgba(0,0,0,0.45);
    -moz-box-shadow: inset 0px 3px 5px -3px rgba(0,0,0,0.45);
    box-shadow: inset 0px 3px 5px -3px rgba(0,0,0,0.45);
}

.footer-section{
    background-image: url(/assets/images/top_bg.png);
    background-repeat: repeat;
    position: relative;
    z-index: 0;
}

.footer-section_container{
    background-image: url(/assets/images/bg_mid.png);
    background-repeat: repeat;
}

.logo-mini{
    background: url(/assets/images/logo-mini.png) no-repeat left top;
    float: left;
    padding: 15px 0 0 50px;
}

.logo-mini_title{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 1px 0 #accccf;
}
.logo-mini_slogan{
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    text-shadow: 0 1px 0 #accccf;
}
.logo-mini_colp{
    font-size: 11px;
    line-height: 12px;
    text-shadow: 0 1px 0 #accccf;
}
.logo-mini_colp a,
.footer_text a{
    color: #222222;
}
.footer-title{
    margin: 10px 0 10px;
    font-size: 16px;
}
.footer_text{
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    text-shadow: 0 1px 0 #accccf;
}

@media (min-width: 768px) {
}


@media (max-width: 991px) {
    .mobile-nav{
        text-align: right;
    }
    .nav-item.dropdown{
        display: none;
    }
    .menu-mobile{
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 30px 0 0;
    }
    .menu-mobile span{
        display: block;
        width: 100%;
        height: 5px;
        margin: 6px 0;
        border-radius: 10px;
        background-color: #ffffff;
    }
    #bb-header.fixed .menu-mobile{
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #00878f;
        padding: 5px 10px;
        width: 50px;
        height: 50px;
        margin: 0;
    }
    .left-section,
    .right-section{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .logo-mobile{
        background-image: url(/assets/images/logo-mob.png);
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
        color: #fff;
        padding: 15px 0 15px 75px;
        text-shadow: 1px 2px 0px rgba(0,0,0,0.3);
    }
    .logo-mobile h3{
        font-size: 28px;
        font-weight: bold;
        margin: 0;
    }
    .logo-mobile h3 span{
        display: block;
    }
    .logo-mobile h3 em{
        font-size: 18px;
        font-weight: normal;
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .g-recaptcha{
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .pc-lang{
        margin-bottom: 20px;
    }
}

@media (min-width: 575px) {
    .logo-mobile{
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 767px) {

    .logo-mobile{
        padding: 15px 0 15px 75px;
    }
    .logo-mobile h3{
        font-size: 26px;
    }
    .logo-mobile h3 em{
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .bb-header_logo img{
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .logo-mobile{
        padding: 15px 0 15px 75px;
    }
    .logo-mobile h3{
        font-size: 17px;
    }
    .logo-mobile h3 span{
        display: initial;
    }
    .logo-mobile h3 em{
        font-size: 16px;
    }
    .menu-mobile{
        margin: 0px 0 0;
    }
}

@media (max-width: 575px) {
    .logo-mobile h3{
        font-size: 15px;
    }
}
@media (max-width: 340px) {
    .logo-mobile h3{
        font-size: 14px;
    }
    .logo-mobile h3 em {
        font-size: 14px;
    }
    .logo-mobile{
        background-position: -6px center;
    }
}


@media (min-width: 992px) {
    .menu-mobile,
    .mobile-nav,
    .logo-mobile{
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .pc-nav{
        width: 100%;
        background-color: #008991;
        border-top: 5px solid #38868d;
        border-bottom: 5px solid #38868d;
        -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
    }
    .pc-nav .nav .nav-link{
        padding: 1rem .8rem;
        border-left: 1px solid rgba(255,255,255,0.5);
        border-right: 1px solid rgba(0,0,0,0.5);
        margin: .2rem 0;
        color: #ffffff;
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }
    .pc-nav .nav .nav-item:first-child .nav-link{
        border-left: none;
    }
    .pc-nav .nav .nav-item:last-child .nav-link{
        border-right: none;
    }
    .pc-nav .nav .nav-link:hover{
        background-image: url(/assets/images/pc-nav-h.jpg);
        background-position: center;
        background-size: cover;
    }
    .left_nav,
    .right_nav {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 15px;
    }

    .left_nav .nav-item,
    .right_nav .nav-item{
        border-bottom: 1px dashed rgba(0,0,0,0.3);
    }

    .left_nav .nav .nav-link,
    .right_nav .nav .nav-link{
        padding: .5rem .5rem;
        font-size: 14px;
        color: #222222;
        text-decoration: none;
        position: relative;
    }

    .left_nav .dropdown-item,
    .right_nav .dropdown-item{
        white-space: normal;
        font-size: 14px;
        padding-bottom: 10px;
    }
    .left_nav .dropdown-menu,
    .right_nav .dropdown-menu{
        width: 300px;
        left: 100%;
        top: 0;
        margin: 0;
    }
    .right_nav .dropdown-menu{
        right: 100%;
        left: auto;
    }

    .left_nav .nav .nav-link:hover,
    .right_nav .nav .nav-link:hover,
    .left_nav .nav-item:hover .nav-link,
    .right_nav .nav-item:hover .nav-link{
        color: #ffffff;
        background-color: #00878f;
    }

    .pc-nav .dropdown:hover > .dropdown-menu {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;

        margin-top: 20px;
        max-height: 0;
        display: block;
        opacity: 0;
    }

    .pc-nav .dropdown.show .dropdown-menu {
        max-height: 650px;
        opacity: 1;
        margin-top: 0px;
    }

    .dropdown-menu a{
        text-transform: none;
        background-image: url(/assets/images/bg_line_new_row.png);
        background-position: center bottom;
        background-repeat: repeat-x;
        text-decoration: none;
        color: #ffffff;
    }
    .dropdown-menu a:last-child{
        background: none;
    }
    .dropdown-menu a:hover,
    .dropdown-menu a.active{
        background-color: #38868d;
        color: #ffffff;
    }
    .dropdown-menu{
        border-radius: 0 0 5px 5px;
        border: none;
        background-color: #38868d;
        background-image: url(/assets/images/bg_new_row.gif);
        background-position: center;
        background-size: cover;
        background-repeat: repeat;
    }
    
    .pc-nav .nav-link::after{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 2px;
        background-color: #38868d;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .pc-nav .nav-link:hover::after,
    .pc-nav .dropdown:hover .nav-link::after,
    .pc-nav .nav-link.active::after{
        width: 100%;
    }
    .fa-social-link{
        margin-right: 4px;
    }
}

@media (min-width: 1200px) {

    .pc-nav .nav .nav-link{
        padding: 1rem 1.9rem;
    }
    .fa-social-link{
        margin-right: 3px;
    }
}
