/* 
    Document   : core
    Created on : 05/Jul/2016, 09:00:00
    Author     : Indexa
    Description:
        main stylesheet
*/

@import 'reset.css';
@import 'fonts.css';
@import 'flexslider.css';


/* chrome bs */
input,textarea,select { outline: none!important; }

/* generic */
.maxWidth { max-width: 1024px; }
.contentWidth { max-width: 1000px; }
.centered { position: relative; margin: 0 auto; }
.tcentered { text-align: center!important; }
.tleft { text-align: left!important; }
.tright { text-align: right!important; }
img.centered,span.centered { display: block; }
.clear { clear: both;  }
.clear_block { clear: both!important; line-height: 0px!important; height: 0px!important; width: 100%!important;  }
.left { float: left!important; position: relative; }
.right { float: right!important; position: relative; }
a {text-decoration: none; }
.h100 { height: 100%; }
.hide { position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0.01; filter: 'alpha(opacity=1)'; z-index: -1; }
.apos { position: absolute!important; }
.arel { position: relative!important; }
a.arel { display: inline-block; vertical-align: middle; }
.top { top: 0; }
.bottom { bottom: 0; }
.apos.right { float: none; position: absolute; right: 0; }
.apos.left { float: none; position: absolute; left: 0; }
.pleft { margin-left: 5px; }
.pright { margin-right: 5px; }
.tbpad { padding: 20px 0; }
.cellsmallpad { padding: 5px; }
.cellpad { padding: 15px 25px; }
.cellpadtb { padding-top: 15px; padding-bottom: 15px; }
.vcenter { vertical-align: middle; }
.clickable { cursor: pointer; }
.h370 { min-height: 370px; }
.h280 { min-height: 280px; }
.h184 { min-height: 184px; }
.h185 { min-height: 185px; }
::selection { background: #3f9fb5; color: #FFFFFF; }
::-moz-selection { background: #3f9fb5; color: #FFFFFF; }
body { position: relative;}
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* specific */

body * { font-family:  "Open Sans",Arial; font-weight: 400; color: #a3afbd; overflow: hidden; }
body .content * { color: #000; }
body b, body strong { font-weight: bold; }
body { background: #003a67; margin: 0 0 0 0; font-size: 14px; }
sup { font-size: 80%; vertical-align: super; }
sub { font-size: 80%; vertical-align: sub; }
header { width: 100%; min-height: 90px; position: fixed; top: 0; left: 0; z-index: 999; }
header #logo { cursor: pointer; max-width: 278px; width: 100%; max-height: 49px; position: relative; margin: 0 auto; display: block; float: left; margin: 20px 0 20px 30px; }
header #logo img { width: 100%; }
header nav { position: relative; margin: 0 auto; min-height: 90px; }
.navbar { border: none; margin-bottom: 0; }
header nav .header-top { background: #003256; position: relative; background: #003a67; width: 100%; min-height: 60px; }
header nav .header-bottom {  width: 100%; line-height: 30px; text-align: center; }
header nav .header-bottom a { color: #888; font-size:14px; height: 30px; margin: 0 2px 0 2px; text-transform: uppercase; text-decoration: none;
   -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -ms-transition: all 0.2s ease; /* IE 9 */
    -o-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}
.navbar-toggle.navbar-left { float: left;  margin-left: 10px; border: none; }
.navbar-default .navbar-toggle .icon-bar { background-color: #000; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: transparent; }
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar { background-color: #003a67; }

footer a:hover,header nav .header-bottom a:hover,header nav .header-bottom a.active {  color: #000; text-decoration: none;
    -webkit-transform:scale(0.9); /* Safari and Chrome */
    -moz-transform:scale(0.9); /* Firefox */
    -ms-transform:scale(0.9); /* IE 9 */
    -o-transform:scale(0.9); /* Opera */
     transform:scale(0.9);
}
footer a:hover { color: #FFF; }
footer .text,footer .text > * { font-size: 0.9em; line-height: 35px; }
footer .text > a { margin: 0 10px; }
footer .text > span { line-height: 0.9em; margin: 10px 0 0 0; }

a.active { color: #FFF; }

footer { position: fixed; bottom: 0; width: 100%; left: 0; min-height: 35px; background: #003a67; z-index: 998; }
.footer_spacing { height: 35px; width: 100%; }
.header_spacing { height: 90px; width: 100%; }
.footer_overlay { background: transparent url(../imgs/footer_transparency.png) bottom left repeat-x; height: 15px; position: absolute; top: -15px; left: 0; width: 100%; }

.country_top { float: left; margin: 33px 0 0 5px; padding: 0 0 15px 0;  font-size: 0.8em; line-height: 15px; text-align: left; }
.country_top a { font-size: 0.95em; line-height: 1.3em; display: block; }

.lang_top { margin: 20px 20px 0 0; padding: 5px 0 0 10px; border-left: 1px solid #FFF; height: 44px; }
.lang_top a { font-size: 0.8em; display: block; line-height: 1.1em; }
.address_top { margin: 18px 10px 0 0; padding: 10px 0 0 0;  font-size: 0.85em; line-height: 14px; text-align: right; }
.address_top a { font-size: 1em; line-height: 1em; }
.country_top a:hover,.country_top a.active,.lang_top a.active,.lang_top a:hover, .address_top a.active,.address_top a:hover { color: #FFF; text-decoration: none; }

header nav a.lang { margin:0; font-weight: bold; }
.text { text-align: center; font-size: 1.2em; }
.limitSize { max-width: 510px; }

.blocks { text-align: center; width: 100%; max-width: 970px; clear: both; margin: 60px auto 0 auto; }
.blocks.big {  max-width: 570px;  }
.block { display: inline-block; position: relative; width: 150px; height: 150px; text-align: center; white-space: nowrap; margin: 5px; background: #FFF; }
.block > div { display: inline-block; height: 100%; vertical-align: middle; }
.block > img { vertical-align: middle;  width: 100%; }
.block.big { width: 180px; height: 180px; }
.block.big > img { max-height: 180px; max-width: 180px; }

.block-img { width: 100px; height: 100px; float: left; margin: 0 50px 0 0; }
.block-img.block > img { max-width: 80px; max-height: 80px; }
.block-text { min-height: 100px; text-align: left; margin: 5px 0 0 0; /*line-height: 1.2em;*/ }

.desinv { top:0; left: 0; display: block; position: absolute; width: 100%; height: 100%; background: transparent url(../imgs/desinv.png) top left repeat; }

.block-row { max-width: 800px; margin: 0 auto; }

.flexslider { margin: 0; }
#background { position: fixed; top: 0; left: 0; width: 100%!important; height: 100%!important; }
#background > div { height: 100%; width: 100%;  }


.black_overlay { background: transparent url('../imgs/black_overlay.png') top left repeat; }
.gray_overlay { background: transparent url('../imgs/gray_overlay.png') top left repeat; }
.home_box { position: absolute; bottom: 35px; left: 0; width: 100%; padding: 35px 0; }
.home_box > div { margin: 0 auto; max-width: 575px; padding: 0 14px 20px 14px; }
.home_box > div > * { font-size: 1.2em; color: #000; font-weight: 400; }
.inside_box { position: relative; z-index: 99; }
.inside_box > div { margin: 110px 0 0 0; }
.inside_box > div > div { margin: 0 auto; max-width: 1000px; width: 100%; padding: 60px 0 30px 0;  }


.highlight_box > div { margin: 0px 30px; color: #000; text-align: center;  }
.highlight_box > div > h2 { color: #003159; line-height: 1.3em; font-size: 1.2em; text-align: center; margin: 20px 1px 20px 1px; padding:0; }
.highlight_box > div > h2 hr { border:none; border-bottom: 1px solid #003159; padding: 0 0 10px 0; max-width: 280px; margin: 0 auto; }
.content h1 { color: #003159; font-size: 3em; text-align: center; }
.line { border-bottom: 1px solid #003159; height: 1px; margin: 20px auto; width: 90%; max-width: 225px; }
.line-space { height: 1px; margin: 20px auto; width: 90%; max-width: 225px; }
.nopad { padding: 0; }

.team_member { position: relative; text-align: left; overflow: visible; color: #080d3d; cursor: pointer; font-size: 1.2em; line-height: 1.3em; font-weight: bold; display: block; margin: 10px 5px 0 5px; padding: 0 0 10px 0; text-decoration: none; cursor: pointer; border-bottom: 1px solid #CCC; background: transparent url('../imgs/arrow_left.png') top right no-repeat; }

.team_member:hover { color: #000; }
/*.team_member.active { background: #003a67; color: #FFF; border-color: #000; }*/
.team_member.active { color: #003a67;  }
.popup { position: relative; min-height: 120px; background: #003a67; /*display: none;*/ text-align: left; font-size: 0.8em; overflow: visible; }
.popup > img { position: absolute; top: 0; left: 0; height: 120px;  }
.popup .info { margin: 0 0 0 128px; padding: 20px 15px 20px 5px; color: #FFF; font-size: 0.8em; line-height: 1.1em; }
.popup .info a { color: #FFF; }
.popup .info span { color: #FFF; font-size: 0.8em; }
.popup .close_btn { color: #FFF; text-decoration: none; font-size: 0.9em; position: absolute; top: 5px; right: 5px; cursor: pointer; display: block; }
.info hr { border: none; border-bottom: 1px solid #FFF; width: 100%; height: 1px; margin: 5px 0; }

#team_popup { width: 100%; max-width: 370px; margin:0; display: none; z-index: 9999; overflow: visible; font-size: 1.2em; }
.team_popup { width: 100%; max-width: 370px; margin:0; display: none; z-index: 9999; overflow: visible; font-size: 1.2em; position: absolute; right: 0px; top: -5px; }
.popup { border-left: 6px solid #003a67; }
#team_popup_here { margin-bottom: 100px; overflow: visible; }

@media (max-width: 992px) { 
    .highlight_box { max-width: 540px; margin: 0 auto; float: none; }
}
@media (max-width: 368px) { 
    /*.country_top { margin: 5px auto; float: none; text-align: center; clear: both; }
    .country_top a { display: inline-block;  }*/
    .block-img { display: block; margin: 5px auto; float: none; }
    .block-text { padding: 10px; text-align: center; min-height: 0; }
    /*header #logo { margin: 5px; }*/
    header #logo { width: 70%; margin: 5px 0 0 0; }
    .country_top { width: 30%; margin: 5% 0 0 0; padding: 0; }
}