@font-face {
    font-family: DIN_Regular;
    src: url(../fonts/din/FF_DIN_Regular.otf);
}
@font-face {
    font-family: DIN_Light;
    src: url(../fonts/din/FF_DIN_Light.otf);
}
@font-face {
    font-family: DIN_Bold;
    src: url(../fonts/din/FF_DIN_Bold.otf);
}
html {
	height: 100%;
}
body {
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 400;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	color: #58585a;
	font-size: 17px;
    overflow-x: hidden; 
}

table,
td,
th,
tr {
    border-width: 1px;
}

ol {
	padding-left: 18px;
}
ol li {
	padding-bottom: 10px;
	font-size: 17px;
}
ol ul {
	margin-bottom: 0;
	font-size: 17px;
}
ol ul > li {
	list-style-type: disc;
}

.news_landing ul li {
	font-size: 17px;
}
.news_landing ol ul{
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 17px;
}

.news_landing ol ul li {
	padding-bottom: 0;
}

.mt20 {
    margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
    margin-bottom: 30px;
}
.wrapper {
    padding-top: 162px;
    min-height: 100%;
}
.custom-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
}
.section_wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.panel {
	border: none;
	border-radius: 0;
}
.blue_color {
	color: #00205c;
}
.ff_bold {
	/*font-family: "DIN_Bold"; */
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
}
a:hover, button:hover {
	cursor: pointer !important;
}
a {
	transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    color: #7cb1e7;
    text-decoration: none !important;
}
a:focus {
    outline: none !important;
}
a:hover {
    color: #7cb1e7;
}
.btn {
	border-radius: 0;
}
.form-control {
    font-size: 0.9em;
    height: 46px;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
}
.form-control:focus {
    outline: none !important;
    border: none !important;
    color: #7cb1e7;
}
/* header */
.top_header {
	background-color: #eeeeee;
	min-height: 35px;
}

.top_header li a {
	color: #6d6e71;
    display: inline-block;
    margin-top: 5px;
	font-size: 16px;
}
.top_header li a:hover {
	color: #ed1c24;
}
.top_header ul.pull-right {
	margin-bottom: 0;
    display: flex;
}
.top_header ul.pull-right li {
	padding-top: 8px;
	padding-bottom: 8px;
}
.top_header ul li .top_header_menu {
	padding-right: 10px;
	padding-left: 10px;
}
.top_header li>a>span, .mobile_social_link li>a>span {
    width: 23px;
    height: 23px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 0.7em;
    color: #eeeeee;
    border-radius: 50%;
    transition: all 0.15s ease-in;
    background-color: #7db1e7;
}
.search_mobile .language_list {
	float: right;
	margin: 15px 0 0;
}
.search_mobile .language_list button {
	color:#fff;
}
.language_list {
	margin-top: 4px;
}
.language_list img {
	max-width: 22px;
	height: auto;
	display: inline-block;
    vertical-align: text-top;
}
.language_list button:focus {
	outline:none;
}
.language_list button {
	padding: 0;
	border: 0;
	background: none;
}
.language_list .dropdown-menu {
	left: auto;
	min-width: 0;
    padding: 0;
	right: 0;
	margin: 5px 0 0;
}
.top_header .language_list .dropdown-menu>li {
	padding:0;
}
.language_list .dropdown-menu>li>a {
	padding: 5px 10px;
    margin: 0;
}
.language_list .dropdown-menu>li>a:focus, .language_list .dropdown-menu>li>a:hover {
    background-color: #eee;
}

.mobile_social_link_hide {
    display: none !important;
}
.mobile_social_link {
    margin-top: 15px;
    padding-left: 10px;
}
.mobile_social_link li>a>span{
    color:#1f2e44;
    width: 30px;
    height: 30px;
    font-size: 0.9em;
}
.top_header li>a>span:hover {
    background-color: #7292CB;
}
.top_header li>a>span.search {
    background-color: transparent;
}
.top_header li>a>span.search .fa {
    font-size: 17px;
    color: #7db1e7;
}

.search-form {
    margin-right: -15px;
    margin-bottom: 0;
	margin-top: 0;
    padding-left: 0;
}
.search-form div.input-group {
    background-color: #7db1e7;
    color: #fff;
    border:1px solid transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
     -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.search-form .input-group input.form-control{
    width: 95px;
    background-color: transparent;
    color: #fff;
    border: none;
    height: 30px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
	/*padding-top: 5px;*/
}
.search-form.focus .input-group {
    background-color: #fff;
    border: 1px #7db1e7 solid;
}
.search-form.focus .input-group input.form-control {
    outline: none !important;
    width: 150px;
    color: #7db1e7;
    outline: none;
    box-shadow: none;
}
.search-form.focus button.btn {
    color: #7db1e7;
}
.search-form.focus button.btn :hover {
    color: #fff;
}
.search-form button.btn{
    background:transparent;
    border: none;
    color: #a5bee3;
}

.search-form button.btn:hover, .search-form button.btn:active, .search-form button.btn:focus{
    background:#7292CB;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.search-form input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-form input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-form input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search-form input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


.red {
    color: #f65d5d !important;
}
.custom-navbar {
	background-color: #fff;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	padding-top: 6px;
	padding-bottom: 0px;
}
.custom-navbar .navbar-brand {
	height: auto;
	padding: 0px 15px;
}
.navbar-brand>img {
	max-width: 215px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.custom-navbar .navbar-nav>li>a {
	padding: 43px 11px 45px;
	color: rgba(0, 0, 0, 0.6);
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 400;
    display: inline-block;
    color: #939598;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.custom-navbar .navbar-nav>li.active>a,.custom-navbar .navbar-nav>li.active>a:hover,.custom-navbar .navbar-nav>li.active>a:focus,.custom-navbar .navbar-nav>li.active>a:active {
	color: #06225a;
	background: transparent;
}
.custom-navbar .navbar-nav>li>a:hover,.custom-navbar .navbar-nav>li>a:focus,.custom-navbar .navbar-nav>li>a:active,.custom-navbar .navbar-nav>li.active>a:hover,.custom-navbar .navbar-nav>li.active>a:focus,.custom-navbar .navbar-nav>li.active>a:active {
	color: #bd955a;
	background: transparent;
}
.custom-navbar .navbar-toggle {
	border: none;
	margin-top: 30px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.custom-navbar .navbar-toggle:focus, .custom-navbar .navbar-toggle:hover {
	background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
	background-color: #7db1e7;
	width: 35px;
	height: 3px;
	margin-top: 7px;
}
.custom-navbar .navbar-nav>li>a>.fa {
    display: none;
}
.wrapper.small-header .navbar-brand>img {
    max-width: 148px;
}
.wrapper.small-header .custom-navbar .navbar-nav>li>a {
    padding: 26px 11px 28px;
}
.wrapper.small-header  .custom-navbar .navbar-toggle {
    margin-top: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(4,29,64,0.8);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 30px 1000em; /* trick from css-tricks comments */
    margin: 0 -1000em; /* trick from css-tricks comments */
    transition: all 4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}
/* Links inside the dropdown */
.dropdown-content a {
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
}
.dropdown-content a:hover {
    color: #7cb1e7;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: transparent;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.login_wrapper {
    background-color: #939598;
    background-size: cover;
    color: #7cb1e7;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%;
    position: absolute;
    z-index: 99999;
    display: none;
}
.login_wrapper h2{
    color: #ffffff;
    margin-bottom: 40px;
}
.login_wrapper form{
    max-width: 500px;
    margin:  0 auto;
}
.login_wrapper form .btn{
    color: #ffffff;
    background-color: #7db1e7;
    border-color: #7db1e7;
    padding: 6px 30px;
    transition:all 0.25s ease-in;
}
.login_wrapper form .btn:hover{
    background-color: #114d8c;
    border-color: #114d8c;
    cursor: pointer;
}
.login_wrapper form a {
    transition:all 0.25s ease-in;
}
.login_wrapper form a:hover {
    color: #114d8c;
    cursor: pointer;
}
.login_wrapper form input {
    color: #7cb1e7;
}
.close_login {
    margin-top: 30px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    font-weight: 600;
    opacity: .4;
    transition:all 0.25s ease-in;
}
.close_login .fa {
    margin-left: 10px;
}
.close_login:hover {
    opacity: .8;
    cursor: pointer;
}
.search_mobile {
    display: block;
}
.search_mobile .search-form {
    background-color: #eeeeee;
    border-color: #e7e7e7;
}
.search_mobile .search-form div.input-group {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
input.kp-search.form-control{
    background: transparent;
}
@media screen and (min-width: 768px){
    .search_mobile {
        display: none;
    }

}
@media screen and (min-width: 1125px) {
    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block !important;
    }
}
@media (max-width: 1125px) {
    .section_wrapper {
        width: 100%;
    }
    .dropdown-content {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        margin: 0;
        padding: 10px 25px;
        transition: none;
        -webkit-transition: none;
    }
    .dropdown-content a {
        color: #fff;
    }
    body.open-menu {
        overflow-y:hidden 
    }
    body.open-menu .custom-header {
        height: 100%;
        overflow-y: scroll;
    }
    .custom-navbar ul.navbar-nav>li>a,.wrapper.small-header .custom-navbar ul.navbar-nav>li>a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        background-color: #041d40;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in{
        display:block !important;
    }
    .custom-navbar .navbar-nav>li.active>a, .custom-navbar .navbar-nav>li.active>a:hover, .custom-navbar .navbar-nav>li.active>a:focus, .custom-navbar .navbar-nav>li.active>a:active {
        color: #bd955a;
    }
    .custom-navbar .navbar-nav>li>a {
        color: #ffffff;
        display: block;
    }
    .custom-navbar .navbar-nav>li>a>.fa {
        font-size: 1.2em;
        margin-right: 5px;
        display: inline-block;
        transition:all 0.2s ease-in;
    }
    .custom-navbar .navbar-nav>li.dropdown.open>a>.fa {
        transform:rotate(-90deg);
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: #062d65;
    }
}
/* End: header */

/* slider */
.slider h1 {
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 4vw;
}
.slide {
    background-size: cover;
    background-position: center;
    display: flex;
    vertical-align: middle;
}

.slide .slide-content {
    position: relative;
    max-width: 850px;
    width: 100%;
    margin: auto;
}
.slide .slide-content *{
    position: relative;
}

.slide .slide-content a {
	margin-top: 20px;
}
/* End slider */

/* search_section */
.search_section {
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.search_section p {
	margin-bottom: 0;
	padding-top: 10px; 
	color: #06225a;
	/*padding-left: 12px;*/
	min-height: 46px;
	padding-left: 15px;
}
.search_section .search_row {
	background-color: #091f3f;
}
.search_input input {
    background-color: #072868;
    color: #7fafde;
}
.search_input button {
    background-color: #072868;
    color: #7fafde;
    font-size: 23px;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    height: 46px;
}
.search_input button.focus, .search_input button:focus, .search_input button:hover {
    color: #7fafde;
    outline: none !important;
}
.search_input input::-webkit-input-placeholder {
	color: #7fafde;
	font-size: 16px;
}
.search_input input::-moz-placeholder          {
	color: #7fafde;
	font-size: 16px;
}
.search_input input::-moz-placeholder           {
	color: #7fafde;
	font-size: 16px;
}
.search_input input::-ms-input-placeholder      {
	color: #7fafde;
	font-size: 16px;
}
/* End: search_section */
/* main_section */
.main_section {
	background-color: #eee;
	color: #6d6e71;
	padding-top: 60px;
	padding-bottom: 30px;
}
.main_section h2 {
	font-size: 2em;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0px auto 20px;
}
.main_section .mt55 {
	margin-top: 55px;
}
.main_section .mb40 {
	margin-bottom: 40px;
}
.main_section .link_view_all {
	text-align: center;
	margin-bottom: 20px;
}
.main_section .link_view_all a {
	font-size: 0.9em;
}
.line_img_section {
	background-image: url(../img/line_img_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 40px;
	background-attachment: fixed;
}

.line_img_section img {
	width: 270px;
	padding-top: 25px;
	padding-bottom: 25px;
}


.thumbnail {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0px;
    border: none;
    border-radius: 0;
    transition: box-shadow 0.15s ease-out;
    display: block;
}
.thumbnail:hover {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
    text-decoration: none;
}
.thumbnail:hover .hover_blue_bg {
    background-color: #88B0E2;
    color: #fff;
}
.thumbnail:hover .hover_grey_bg {
    background-color: #6d6e71;
    color: #fff;
}
.thumbnail .hover_dark_blue_bg .title {
	color: #001f5b;
	transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
}
.thumbnail:hover .hover_dark_blue_bg .title {
	color: #fff;
}
.thumbnail:hover .hover_dark_blue_bg {
	background-color: #00205c;
	color: #fff;
}
.thumbnail .thumbnail-image {
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.thumbnail .caption {
    padding: 15px;
    background-color: #fff;
    transition: all 0.15s ease-in;
    color: #939598;
}
.thumbnail .caption div {
    height: 109px;
}
.thumbnail .caption .title {
    font-size: 0.9em;
    line-height: 1.2em;
    font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumbnail .caption .text_date {
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-overflow: visible;
    text-align: left;
}
.thumbnail .caption .arrow_left {
	text-align: right;
	margin-bottom: 0;
}
.thumbnail .caption .arrow_left span {
	background-image: url(../img/go_icons.svg);
    background-position: -116px -105px;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    display: inline-block;
    background-size: 340px auto;
}
.panel_custom {
	font-size: 15px;
	word-wrap: break-word;
	line-height: 18px;
	transition: all 0.15s ease-in;
}
.panel_custom:hover {
	background-color: #bed8f3;
}
.panel_custom p>a {
	color: #7db1e7 !important;
}
.panel_custom p>span>a .fa-reply,
.panel_custom p>span>a .fa-retweet,
.panel_custom p>span>a .fa-heart {
	color: rgba(0,0,0,0.30);
	transition: all 0.15s ease-in;
	padding-right: 10px;
}
.panel_custom p>span>a:last-child {
	color: rgb(107, 107, 106);
	font-size: 14px;
}
.panel_custom p>span>a .fa-reply:hover {
	color: #E34F0E;
}
.panel_custom p>span>a .fa-retweet:hover {
	color: #19cf86;
}
.panel_custom p>span>a .fa-heart:hover {
	color: #e81c4f;
}
.panel_custom img {
	margin-bottom: 15px;
}
.tweet-panel {
    display: inline-block;
    margin: 10px;
}
.tweet-panel .panel-body {
	min-height: 190px;
}

.subtitle {
	font-size: 1.3em;
	color: #939598;
	line-height: 1.2em;
}
.second_title {
	font-size: 1.6em;
}
/* End: main_section */
/* footer */
.footer_logo_section {
	background-color: #fff;
}
.footer_logo_section img {
	width: 100%;
	max-width: 445px;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}
.footer_menu {
	background-color: #091f3f;
	padding-top: 45px;
	padding-bottom: 45px;
}
.footer_menu ul>li>a {
	color: #7db1e7;
	font-size: 16px;
}
.footer_menu ul>li>a:focus, .footer_menu ul>li>a:hover {
    color: #fff;
}
.footer_menu h4 {
	color: #caa775;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 17px!important;
}
.footer_menu li>a>span {
    width: 23px;
    height: 23px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
    color: #091f3f;
    border-radius: 50%;
    transition: all 0.15s ease-in;
    background-color: #7db1e7;
}
.footer_menu li>a>span:hover {
    background-color: #7292CB;
}

.footer_menu .menu-item {
	text-transform: initial;
}

.footer_copyright {
	background-color: #091931;
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.footer_copyright p {
	margin-bottom: 0;
	color: #a3aaae;
}
.footer_copyright .title_copyright {
	color: #cba876;
}
.footer_copyright .title {
	color: #fff;
}
.footer_copyright .mb10 {
	margin-bottom: 10px;
}
/* End: footer */
/* T&Cs */
.main_search input {
    color: #7fafde;
}
.main_search button {
    background-color: #7db1e7;
    color: #fff;
    font-size: 23px;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
}
.main_search button.focus, .main_search button:focus, .main_search button:hover {
    color: #fff;
    outline: none !important;
}
.sidebar h4 {
	margin-top: 30px;
	font-size: 0.9em;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.sidebar h4.mt50 {
	margin-top: 50px;
}
.sidebar .list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #a3aaae;
    border-radius: 0;
}
.sidebar a.list-group-item {
    color: #6d6e71;
}
.sidebar a.list-group-item:focus, 
.sidebar a.list-group-item:hover,
.sidebar a.list-group-item.active {
    color: #7cb1e7;
    background-color: transparent;
}
.terms_conditions_section p {
	font-size: 16px;
	margin-bottom: 15px;
}
.terms_conditions_section h5 {
	font-size: 16px;
	margin-bottom: 0;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
}
/* End: T&Cs */
/* Videos Landing */
.video_section h4 {
	font-size: 1.3em;
	margin-bottom: 25px;
}

.video_section p.subtitle {
	margin-bottom: 0px;
}
.video_section img {
	margin-top: 30px;
	margin-bottom: 40px;
}

.video-pack {
	margin-bottom:50px;
}

/* End: Videos Landing */
/* Contacts */
.contact_section h4 {
	font-size: 0.9em;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 0;
}
.contact_section>div>div>p:last-child {
	margin-bottom: 20px;
}
.divider {
	height: 1px;
	width: 100%;
	background-color: #a3aaae;
}
.contact_section .divider{
	margin-top: 20px;
	margin-bottom: 40px;
}

.contact_section .divider:last-child{
	display:none;
}
/* End: Contacts */
/* service_landing */
.service_landing p {
	margin-bottom: 25px;
}
.service_landing .divider {
	margin: 25px 0;
}
.service_landing .subtitle, 
.emergency_landing .subtitle {
	margin-bottom: 30px;
}
.service_landing .fs14 {
	font-size: 14px;
}
.service_landing h4 {
	font-size: 1.6em;
	margin-bottom: 25px;
}
.service_landing ol {
	padding-left: 30px;
}
/* End: service_landing */
/* emergency_landing */
.emergency_landing p {
	margin-bottom: 25px;
}
.blockImg {
    width: 30%;
    background-image: url(../img/img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    float: left;
    height: 280px;
}
.panel_block {
	width: 70%;
	float: left;
	font-size: 16px;
}
.panel_block .panel-body>div.row {
	height: 220px;
	overflow: hidden;
}
.panel_block h5 {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
}
.panel_block p {
	margin-bottom: 15px;
}
.panel_block .circle {
	margin-bottom: 0;
	text-align: right;
}
.circle span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #7cb1e7;
    display: inline-block;
}
/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}
   

.flip-container, .front, .back {
    height: 280px;
}
.front, .back {
    width: 100%;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

.flip-container.flip .flipper {
    transform: rotateY(180deg);
}
/* End: emergency_landing */
/* correspondent */
.correspondent h2 {
	text-align: left;
	margin-bottom: 0;
}
.correspondent h4 {
	font-size: 1.3em;
	margin-bottom: 0;
}
.correspondent p {
	margin-bottom: 20px;
}
.correspondent .fa-map-marker {
	font-size: 35px;
	color: #7cb1e7;
}
.panel_correspondent .panel {
	border-radius: 0;
	border-top: 1px solid #a3aaae;
	margin-top: 0 !important;
	background-color: transparent;
	box-shadow: none !important;
}
.panel_correspondent .panel:last-child {
	border-bottom: 1px solid #a3aaae;
}
.panel_correspondent .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #a3aaae;
}
.panel_correspondent .panel-heading h4 {
	font-size: 0.9em;
	color: #00205c;
}
.panel_correspondent a {
	text-decoration: none!important;
}
.panel_correspondent .panel .panel-heading {
	padding: 10px 0;
}
.panel_correspondent .panel .panel-body {
	padding: 20px 0;
}
.panel_correspondent .panel .panel-body h5 {
	font-size: 0.9em;
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}
.panel_correspondent .panel .panel-body .fs16 {
	font-size: 16px;
}
.arrow_collapse{
    width: 25px;
    height: 25px;
    background-size: cover;
    position: relative;
    top: -3px;
}
a.collapsed .arrow_collapse{
    background:url(../img/arrow_down.png) no-repeat center;
    background-size: cover;

}
a .arrow_collapse {
    background:url(../img/arrow_down_open.png) no-repeat center;
    background-size: cover;
    
}
/* End: correspondent */
/* about_landing */
.about_landing h3 {
	margin-top: 40px;
	margin-bottom: 15px;
}

.about_landing h4 {
	color: #939598;
	text-transform: uppercase;
	font-size: 18px;
}
.about_landing p {
	margin-bottom: 25px;
}
.about_landing .sidebar h4,
.news_landing .sidebar h4,
.сareers_landing .sidebar h4{
	margin-top: 0;
}
/* End: about_landing */
/* news_landing */
.news_landing p,
.сareers_landing p,
.club_diary p {
	margin-bottom: 25px;
}
.news_landing .subtitle.link {
	margin-bottom: 0;
}
.news_landing p {
	margin-bottom: 25px;
}
.news_landing ul {
    margin-bottom: 25px;
    padding-left: 25px;
    font-size: 0.9em;
}
.arrow_left img {
	float: left;
	margin-right: 25px;
}
.arrow_left {
	line-height: 30px;
}
/* End: news_landing */
/* сareers_listing */
.сareers_listing h2 {
	margin-bottom: 0;
}
.сareers_listing h3 {
	margin-bottom: 30px;
}
.сareers_listing .divider {
	margin-bottom: 25px;
	margin-top: 25px;
}
/* End: сareers_listing */
/* learch_listing */
.learch_listing h2 {
    margin-bottom: 0;
}
.learch_listing ol {
    color: #7cb1e7;
    font-size: 1.3em;
}
.learch_listing ol li {
    padding-bottom: 10px;
    padding-top: 10px;
}
.learch_listing .second_title {
    margin-bottom: 35px;
}
.pagination_custom>li>a {
    background-color: transparent;
    border: none;
    color: #7cb1e7 !important;
    font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
    font-size: 1.3em;
}

/* End: learch_listing */
/* club_diary */
.club_diary .panel-group .panel {
    border-radius: 0px;
}
.club_diary .panel-heading {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.club_diary .panel-heading  span {
    padding: 21px;
    font-size: 1.6em;
    line-height: 2.6em;
    border-left: 3px solid #7cb1e7;
    margin-right: 10px;
    background-color: #7cb1e7;
    color: #fff;
}
.club_diary .panel-heading a.collapsed span {
    background-color: #fff;
    color: #7cb1e7;
}
.club_diary .panel-heading .panel-title {
    font-size: 0.9em;
    line-height: 2.7em;
    color: #6d6e71;
}
.club_diary .divider {
    background-color: #eee;
}
.club_diary .row div {
    padding: 15px 30px;
}
.club_diary .border div:first-child {
    border-right: 1px solid #eee;
}
.club_diary .row div p {
    margin-bottom: 0;
}
/* End: club_diary */
/* event_registration */
.event_registration .form-group,
.contact_section .form-group {
    margin-bottom: 10px;
}  
.event_registration .form_group_btn,
.contact_section .form_group_btn {
    margin-bottom: 25px !important;
}
.event_registration p {
    margin-bottom: 25px;
} 
.event_registration h3 {
    margin-bottom: 0px;
} 
.event_registration ::-webkit-input-placeholder,
.contact_section ::-webkit-input-placeholder,
.lost_password ::-webkit-input-placeholder{ 
  color: #7db1e7;
}
.event_registration ::-moz-placeholder,
.contact_section ::-moz-placeholder,
.lost_password ::-moz-placeholder { 
  color: #7db1e7;
}
.event_registration ::-ms-input-placeholder,
.contact_section ::-ms-input-placeholder,
.lost_password  ::-ms-input-placeholder { 
  color: #7db1e7;
}
.event_registration ::-moz-placeholder,
.contact_section ::-moz-placeholder,
.lost_password ::-moz-placeholder { 
  color: #7db1e7;
}
.btn_submit {
   color: #7db1e7;
   border-radius: 0;
   border: 1px solid #7db1e7; 
   background-color: transparent;
   font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 600;
   transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    margin-bottom: 20px;
}
.event_registration .btn_submit {
    margin-right: 25px;
    float: left;
}
.event_registration label {
    line-height: 34px;
}
.btn_submit:hover, .btn_submit:focus, .btn_submit:active{
   color: #fff;
   border-radius: 0;
   border: 1px solid #7db1e7; 
   background-color: #7db1e7;
}
/* End: event_registration */
/* lost_password */
.lost_password {
    background-color: #939598;
    color: #fff;
}
.lost_password p {
    font-size: 16px;
    padding-left: 15px;
}
.lost_password .btn_submit {
    border: none;
    background-color: transparent !important;
    padding-left: 15px;
    font-size: 0.9em;
}
/* End: lost_password */
/*Mobile version general*/

@media screen and (max-width: 768px){
    .wrapper {
        padding-top: 108px;
    }
    .search_input_wrapper {
        background-color: #091f3f;
		padding-left: 30px;
		padding-right:30px;
    }
    .search_section .search_row {
         background-color: transparent; 
    }
	.search_section .search_row input-group .form-control {
	background-color: red;
	}
    .main_section .mt55 {
		margin-top: 10px;
	}
	.main_section .mb40 {
		margin-bottom: 25px;
	}
	.blockImg {
	    width: 100%;
	    height: auto;
	    float: none;
		padding-bottom: 100%;
		background-size: cover!important;
	}
	.panel_block {
		width: 100%;
		float: none;
	}
	.panel_block>.panel-body>div {
		height: auto;
	}
    .club_diary .border div:first-child {
        border-right: none;
    }
    .mobile_social_link_hide {
        display: block !important;
    }
    .top_header {
        display: none;
    }
	.flip-container  {
		height: auto;
	}	
	.panel_block  .front {
		position: relative;
		height: auto;
	}
	.panel_block .panel-body>div.row {
		height: auto;
	}
}


h3.title {
	text-transform: uppercase;
}

p.date-cncect {
	font-size: 0.9em;
	line-height: 1.2em;
}

.emergency b {
	font-weight: 400;
}

.vcardDownload {
	font-size: 16px;
}

@media (min-width: 1125px) {

#flag-menu, #mobile-emergency {
	display: none;
}

}

#flag-menu {
	float: right;
	margin-top: 12px;
	padding-left: 0;
	width: 95px;
}

#flag-menu li {
	display: inline-block;
	list-style-type: none;
	padding-right: 8px;
}

#country-flags {
	margin-top: -3px;
}

#country-flags img {
	width: 35px;
	border: 1px solid #9e9e9e;
}

#country-flags span {
	padding-left: 7px;
	font-size: 12px;
}

#mobile-emergency {
	padding-left: 0;
	margin-left:0;
    margin-top: 15px;
}

#mobile-emergency li {
	display: inline-block;
	list-style-type: none;
	margin-left: -2px;
}

@media (max-width: 767px) {
  .line_img_section {
    margin-bottom: 40px;
  }

}

.custom-header .navbar>.container-fluid {
    display: block;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}