html,
body {
    background: #fff;
    font-family: "Open Sans", arial;
    color: #333;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
}


.menu {
    top: 0px;
    width: 100%;
    position: fixed;
    padding-top: 10px;
    height: 70px;
    background: rgba(255, 255,255, 0);
    border: 1px solid rgba(220, 220,220, 0);
    z-index: 999;
    font-weight: 400;
    text-align: center;
}
.menu.white {
    background: #fff;
    transition: 220ms;
    border: 1px solid #eee;
}

.menu-link {
    display: inline-block;
    color: #fff;
    padding: 5px;
    margin-top: 6px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 3px;
    font-size: 16px;
    transition: 220ms;
    text-decoration: none !important;
}
.menu.white .menu-link {
    color: #1eabdc;
}
.menu-link:hover {
    background: #1eabdc;
    color: #fff !important;
}

.btn.btn-primary {
    background: #1eabdc;
    border: none;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    transition: 120ms;
}
.btn.btn-primary:hover {
    background: #1590bb;
}
.form-line {
    margin-bottom: 10px;
}
.form-control {
    border: none;
    padding: 20px 10px;
}

.logo-box {
    position: relative;
    z-index: 98;
}

.header {
    background: url("/img/background.jpg") #055b82;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}
.footer {
    background: #1eabdc;
    color: #fff;
}
.header-logo-box {
    position: relative;
    text-align: center;
    max-width: 800px;
}
.header-logo-box img {
    max-width: 100%;
}
.section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
}
.section.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.section-white {
    background: #fff;
}
.section-grey {
    background: #e5e5e5;
}
.section-blue {
    background: #2190a8;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
}
h1 {

}
h2 {
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 24px;
    font-family: "Open Sans", arial;
}
.service-bullet {
    padding-left: 40px;
    padding-right: 40px;
    color: #444;
    font-size: 12px;
}
.brand-circle {
    border-radius: 50%;
    margin: 20px;
    max-width: 180px;
}
@media (max-width: 768px) {
    .brand-circle {
        border-radius: 50%;
        margin: 20px;
        max-width: 120px;
    }
}
.menu-list {
    display: block;
}
.mobile-menu {
    display: none;
}
.mobile-menu-icon {
    display: none;
}
    .mobile-menu-close {
        display: none;
    }
@media (max-width: 997px) {
    .menu-list {
        display: block;
        background: #fff;
        position: fixed;
        top: 0px;
        left: -300px;
        width: 250px;
        padding: 40px;
        height: 100%;
        transition: 120ms;
        box-shadow: 2px 0px 5px 4px rgba(0,0,0,0.1);
    }
    .menu-list a {
        display: block;
        color: #555;
        margin-bottom: 30px;
    }
    .menu-list.active {
        display: block;
        left: 0px;
    }
    .mobile-menu-close {
        display: block;
        margin-bottom: 20px;
        cursor: pointer;
        font-size: 20px;
        color: #aaa;
        position: absolute; 
        right: 20px;
        top: 20px;
    }
    .mobile-menu-icon {
        display: block;
        position: absolute;
        font-size: 30px;
        right:20px;
        top: 10px;
        color: #fff;
        z-index: 999;
        cursor: pointer;
    }
    .menu.white .mobile-menu-icon {
        color: #555;
    }
}
.team-section {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 50%; 
    background: url(/img/photo-1522071820081-009f0129c71c.jpg); 
    background-size: cover; 
    height: 100%;
}
.training-section {
    position: absolute; 
    top: 0px; 
    right: 0px; 
    width: calc(50%); 
    background: url(/img/photo-1454165804606-c3d57bc86b40.jpg); 
    background-size: cover; 
    height: 100%;
}
.map-section {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: calc(50%); 
    background: #1eabdc; 
    background-size: cover; 
    height: 100%;
}
@media (max-width: 768px) {
    .team-section {
        position: relative;
        height: 300px;
        width: 100%;
        margin-top: -60px;
    }
    .training-section {
        position: relative;
        height: 300px;
        width: 100%;
        margin-top: -60px;
    }
    .map-section {
        position: relative; 
        top: 0px; 
        left: 0px; 
        width: 100%; 
        background: #1eabdc; 
        background-size: cover; 
        height: 300px;margin-top: -60px;
    }
}

.network-message {
	padding: 20px;
	border-radius: 50px;
	background: #222;
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-align: left;
	line-height: 20px;
    align-items: top;
}
.network-message-icon {
	font-size: 30px;
	margin-right:20px;
}
.network-message-title {
	display: inline;
	background: rgba(0,0,0,0.1);
	border-radius: 50px;
	padding: 10px;
	margin-right: 10px;
	line-height: 28px;
    margin-bottom: 10px;

}
.network-message-text {
	position: relative;
	display: inline-block;
    width: calc(100% - 120px);
	top: -4px;
}
.network-message.green {
	background: #43df85;
}
.network-message.orange {
	background: #ff7b33;
}
.network-message.red {
	background: #ff2841;
}
    .network-message-description {
        position: relative;
        display: inline-block;
    }

@media (max-width: 768px) {    
    .network-message {
        padding: 20px;
        border-radius: 9px;
        background: #222;
        width: 100%;
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
        text-align: left;
        line-height: 20px;
    }
    .network-message-title {
        display: inline;
	line-height: 30px;

    }
    .network-message-description {
        position: relative;
        display: block;
        width: 100%;
        top: 15px;
    }
}
