.w100 {
    width: 100%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.margin_auto {
    margin: auto !important;
}

.float_l {
    float: left
}

.float_r {
    float: right
}

.margin_l25 {
    margin-left: 25px;
}

.margin_l50 {
    margin-left: 50px;
}

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

a,
a:link,
a:active, a:visited, *:focus {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.clear {
    clear: both;
}

.overflowh {
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.container {
    padding: 0 50px;
}

.lg_margin {
    padding: 0 120px;
}

.relative {
    position: relative;
}

.m-t {
    margin-top: 18px;
}

.m-2t {
    margin-top: 36px;
}
.m-2b {
    margin-bottom: 20px;
}

.m-sm-tb {
    margin-top: 8px;
    margin-bottom: 8px;
}

.dtable {
    display: table;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #177194;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #177194;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #177194;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #177194;
    opacity: 1;
}

#site {
    width: 100%;
    float: left;

}

label input {
    visibility: hidden; /* <-- hide the default checkbox, the rest is to hide and alllow tabbing, which display:none prevents */
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    overflow: hidden;
}

label span { /* <-- style the artificial checkbox */
    height: 18px;
    width: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 0;
    display: inline-block;
    background: #82b5c9;
    position: relative;
    top: 3px;
}

.register label {
    position: relative;
    padding-left: 25px;
}

.register label span {
    position: absolute;
    left: 0;
}

[type=checkbox]:checked + span { /* <-- style its checked state */
    background: #f10046;
}

.space {
    height: 80px;
}

.open .shadow {
    visibility: visible;
}

.shadow {
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(7, 75, 102, 0.3);
    z-index: 1100;
}

.shadow {
    background-attachment: fixed;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px auto;
}

.loading {
    background-attachment: fixed;
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px auto;
}

.mail .loading {
    visibility: hidden !important;
}

.load .shadow {
    background-image: url("../img/loading.gif");
}

#main_header {
    background-color: #89d3ed;
    height: 65px;
}

#superadmin-header {
    background-color: #ea0b35;
    height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
}

a.logo {
    display: block;
    margin-top: 7px;
}

.logo img {
    height: 58px;
}

.menu_toggle {
    position: relative;
    margin-top: 15px;
}

#main_header .menu_burger {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    margin-top: 0;

}

#main_header .menu_burger ul {
    display: table;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #fff;
    float: right;
    box-shadow: 17px 0 24px rgba(33, 60, 71, 0.23);
    min-width: 400px;
    padding: 20px 50px;
}

#main_header .menu_burger ul li {
    border-bottom: 2px solid #d1e3ea;
}

#main_header .menu_burger ul li:last-child {
    border-bottom: 0;
}

#main_header .menu_burger ul li a {
    display: block;
    padding: 15px 0 13px;
    color: #177194;
    font-size: 20px;
    font-weight: 600;
}

#main_header .menu_burger ul li a:active {
    color: #c31838;
}

#second_header {
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9998;
    background-color: #f3f4fd;
    border-bottom: 3px solid #fff;
}

#second_header_links {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    background-color: #f3f4fd;
    border-bottom: 3px solid #fff;
    z-index: 9998;
}

#second_header .menu {
    text-align: center;
}

#second_header li {
    float: left;
    margin-left: 0;
    margin-right: 40px;
}

#second_header li:last-child {
    margin-right: 0px;
}

#second_header a {
    color: #210a5b;
    font-size: 20px;
    font-weight: 600;
    height: 56px;
    box-sizing: border-box;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;

}

#second-header-ul-links li a {
    color: #210a5b;
    font-size: 20px;
    font-weight: 600;
}

#second-header-ul-links li {
    display: inline-block;
}

#second-header-ul-links .nav {
    text-align: center;
}

#second_header_links ul li.active-link {
    border-bottom: 3px solid #074b66;
}

#second_header .mail_notification {
    position: relative;
}

#second_header_links .notification-counter {
    position: absolute;
    background-color: #c31838;
    color: #fff;
    top: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 1px 5px;
    font-size: 10px;
    right: 0px;
}

/*footer a,footer a:visited,footer a:active{*/
footer a, footer a:active {
    color: #9d2241;
    font-size: 24px;
    text-decoration: none;
}

.active-link-footer {
    color: #9d2241;
}

footer .container {
    margin-top: 25px;
    margin-bottom: 20px;
}

footer img {
    margin: 5px 0px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent !important;
    color: #9d2241 !important;
}

.fb_logo, .yt_logo, .flag_img {
    display: block;
    width: 60px;
}

.yt_logo {
    margin-left: 0px !important;
}

#dbg-footer-link {
    font-weight: 600;
}

.icons_footer {
    border-right: 1px solid #e5e5e5;
}

.menu_footer {
    text-align: left;
    padding-left: 50px;
    padding-top: 25px;
}

footer ul {
    display: inline-block;
}

footer ul li {
    float: left;
}

footer ul li a {
    color: #074b66;
    text-decoration: none;
    margin-right: 25px;
    font-size: 24px;
}

/*footer ul li:nth-child(4n+1){
  clear: both;
}*/

.light_gallery .close {
    display: block;
}

.paypal_subscribe {
    border: 0;
    background: transparent;
}

.text_align_center {
    text-align: center;
}


@media only screen and (max-width: 350px) {
    .icons_footer {
        padding-right: 10px !important;
    }



}

.center-block {
    float: none;
}

/*.wrapper:before {
    content: '';
    display: block;
    height: 100vh;
    width: 2px;
    border: 1px solid green;
    position: absolute;
    left: 50%;
}*/