/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
        #Site Styles
        #Page Styles
        #Media Queries
        #Font-Face */

/* #Site Styles
================================================== */

body { padding: 195px 0 0 0; }
.container { max-width: 100%; }
h1 { position: absolute; top: 5px; left: 0; z-index: 1000; }
.left { float: left !important; }
.right { float: right !important; }
.enlarge2 { cursor: pointer; }

div#language-bar { margin: 0 0 20px 0; }
div#language-bar p { font-family: 'Asap'; font-size: 12px; line-height: 22px; color: #1c1c1c; display: inline-block; margin: 0 5px 0 0 !important; }
div#language-bar a { display: inline-block; }
div#language-bar a img { margin: 0 0 -2px 0; }

header { position: fixed; top: 0; width: 100%; z-index: 1000; }
header #top{ background: #0e1f64; }
header #top .container{ position: relative; width: 943px; height: 134px; background: url('../images/header_bg.png') 0 0 no-repeat; padding: 0 30px; }

header #searchform { float: right; margin: 47px 30px 0 0; border: 1px solid #003978; border-radius: 4px; }
header #searchform input { float: right; }
header #searchform input[type="text"] { height: 32px; padding: 0 10px; font-family: Arial; font-size: 12px; color: #d4d4d4; border: none; border-top: 2px solid #f2f2f2; border-radius: 4px 0 0 4px; margin: 0; }
header #searchform input[type="submit"] { margin: 0; height: 34px; border-radius: 0 4px 4px 0; background: url('../images/search-button.png') no-repeat; width: 43px; margin: 0 0 0 -3px; position: relative; z-index: 10; border: none; }
header #searchform input[type="submit"]:hover { background-position: 0 -34px; }

header h1{ position: absolute; left: auto; right: 30px; top: 18px; }
header h1 img{ width: 102px; display: block; }

header .social-icons{ float: right; margin: 50px 130px 0 0; }

header #font-size { float: right; margin: 55px 20px 0 0; }
header #font-size a { font-family: 'Asap'; color: #fff; text-decoration: none; display: inline-block; padding: 0 3px 0 0; }
header #font-size a#jfontsize-plus { font-size: 24px; background: url('../images/arrow-increase.png') no-repeat top right; }
header #font-size a#jfontsize-default { font-size: 20px; }
header #font-size a#jfontsize-minus { font-size: 16px; background: url('../images/arrow-decrease.png') no-repeat 100% 5px; padding: 0 5px 0 0; }

header #main-menu-container{ background: #ededed; position: relative; }
header .main-menu-content{ margin: 0 auto; width: 980px; }
header #main-menu{ margin: 0; float: left; }
header #main-menu li { float: left; margin: 0 36px 0 0; }
header #main-menu li.menu-home { margin: 0 20px 0 0; }
header #main-menu li.menu-about { margin: 0 45px 0 0; }
header #main-menu li.menu-news { margin: 0 45px 0 0; }
header #main-menu li.menu-contact { margin: 0 20px 0 0; }
header #main-menu li:last-child { text-align: right; padding-right: 0;  }
header #main-menu li a:hover { color: #000; }
header #main-menu li a { display: inline-block; padding: 0 18px; font-family: 'Asap'; font-size: 17px; text-transform: uppercase; line-height: 61px; color: #404040; font-weight: 700; text-decoration: none; text-shadow: 0 1px 0 rgba(255,255,255,0.3); }

header a#newsletter-button { float: right; font-family: 'Asap'; font-size: 14px; line-height: 61px; color: #404040; text-decoration: none; font-weight: bold; text-transform: uppercase; display: block; margin: 0 18px 0 0; }
header a#newsletter-button img { margin: 0 15px -4px 0; }

header #menu-drop { display: none; position: absolute; top: 100%; left: 0; background: rgba(3, 78, 162, 0.9); width: 100%; padding: 10px 0 30px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.4); }
header #menu-drop ul { float: left;  margin: 0; }
header #menu-drop ul { width: 150px; }
header #menu-drop ul li { margin: 0; }
header #menu-drop ul li a { font-family: 'Asap'; font-size: 16px; line-height: 18px; color: #fff; text-decoration: none; white-space: normal; display: block; padding: 9px 0; }
header #menu-drop ul li a:hover { color: #ccc; }

header a#show-menu { display: none; width: 100%; text-align: center; color: #404040; font: 700 17px "Asap"; line-height: 50px; text-decoration: none; }
header a#show-menu.active span i { background-position: 0 100%; }
header a#show-menu span i { display: inline-block; height: 13px; width: 24px; margin: 0 0 0 10px; background: url('../images/drop-arrow.png') no-repeat 0 0; }
header a#drop-menu { width: 100%; background: #074182; text-transform: uppercase; font-family: 'Asap'; font-size: 18px; line-height: 36px; display: none; position: relative; top: -1px; text-align: center; color: #fff; clear: both; cursor: pointer; }
header div#mobile-menu { display: none; }

div#mobile-menu { background: #04438a; padding: 15px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.4); text-align: center; }
div#mobile-menu ul { margin: 0 0 15px 0; }
div#mobile-menu ul li { margin: 0; }
div#mobile-menu ul li a { font-family: 'Asap'; font-size: 14px; line-height: 24px; color: #fff; text-decoration: none; }
div#mobile-menu ul li a:hover { color: #ccc; }
div#mobile-menu ul li:first-child a { text-transform: uppercase; font-size: 16px; font-weight: 700; }

/*#menu-about-us-submenu{ margin-left: 150px !important; width: 160px !important; }
#menu-news-submenu{ width: 113px !important; }
#menu-media-room-submenu{ width: 198px !important; }
#menu-contact-us-submenu{ margin-left: 0 !important; width: 160px !important; }*/

#menu-about-us-submenu{ margin-left: 123px !important; width: 160px !important; }
#menu-news-submenu{ width: 125px !important; }
#menu-media-room-submenu{ width: 190px !important; }
#menu-contact-us-submenu{ margin-left: 0 !important; width: 150px !important; }

#eeas-link{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 290px;
    text-decoration: none;
}


header div#top-bar { height: 63px; background: #054c9c; box-shadow: 0 5px 10px rgba(0,0,0,0.3); position: relative; z-index: 10; }
header div#top-bar a.social { float: right; margin: 15px 0 0 5px; display: block; }

section#content { background: #ebebeb; position: relative; padding: 0 0 30px 0; }
section#content .container{ text-align: justify; }
section#content .container .news-box,
section#content .container .right-box,
div#news-details h2{ text-align: left; }

ul.bxslider { width: 100%; position: relative; }
ul.bxslider a.slider-link { position: absolute; height: 100%; width: 100%; text-decoration: none; }
ul.bxslider li { height: 420px; width: 100%; }
ul.bxslider li div.promo-text { background: #03438a url('../images/promo-text-bg.jpg') repeat-x top center; position: absolute; bottom: 0; width: 100%; min-height: 95px; }
ul.bxslider li div.promo-text p { font-family: 'Asap'; font-size: 14px; line-height: 20px; color: #fff; padding: 25px 0; margin: 0; }
ul.bxslider li div.promo-text h2 { font-family: 'Asap'; font-size: 36px; line-height: 90px; color: #fff; font-weight: 700; text-transform: uppercase; margin: 0; }
ul.bxslider li div.news-text { min-height: 90px; }
ul.bxslider li div.news-text p { padding: 0; width: 850px; float: left; margin: 0 0 10px 0; }
ul.bxslider li div.news-text p.news-more { position: absolute; right: 10px; bottom: 15px; width: auto; float: none; background: url('../images/news-more-bg.jpg') repeat-x 0 0px; padding: 0 12px; text-decoration: none; display: table; margin: 0; color: #777777; font-family: 'Asap'; font-size: 14px; line-height: 26px; border: 1px solid #d6d6d6; border-radius: 4px; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
ul.bxslider li div.news-text p.news-more:hover { background-position: 0 -26px; color: #494949; }
ul.bxslider li div.news-text h3 { font-family: 'Asap'; font-size: 24px; line-height: 28px; color: #fff; font-weight: 700; text-transform: uppercase; margin: 0; padding: 5px 0 0 0; margin: 8px 0 5px 0; }
ul.bxslider li div.promo-text img.shadow-up { top: -17px !important; }
ul.bxslider2 li { height: 364px; width: 100%; }

div#promo { position: relative; overflow: hidden; background: #dddddd; }
div#promo-home { position: relative; overflow: hidden; min-height: 364px; background: #dddddd; }
div#promo-img { overflow: hidden; max-height: 405px; min-height: 300px; position: relative; }
div#promo-img div.container { height: 100%; max-height: 405px; min-height: 300px; }
div#promo-img img#main-img { position: absolute; top: 0; left: 50%; margin: 0 0 0 -1000px; display: block; }
div#promo-headers { position: absolute; bottom: 67px; left: 0; }
div#promo-headers h2 { font-family: 'Asap'; font-size: 36px; line-height: 60px; font-weight: 700; color: #1c1c1c; background: url('../images/promo-header-bg.png') repeat; padding: 0 18px; margin: 0 0 2px 18px; display: table; text-transform: uppercase; }
div#promo-text { background: #03438a url('../images/promo-text-bg.jpg') repeat-x top center; border-bottom: 1px solid #e5e5e5; padding: 0 18px; }
div#promo-text p { font-family: 'Asap'; font-size: 14px; line-height: 20px; color: #fff; padding: 25px 0; margin: 0; }
div#promo-text h2 { font-family: 'Asap'; font-size: 36px; line-height: 90px; color: #fff; font-weight: 700; text-transform: uppercase; margin: 0; }
div#promo-text div#news-text { min-height: 90px; }
div#promo-text div#news-text p { padding: 0; width: 850px; float: left; margin: 0 0 10px 0; }
div#promo-text div#news-text a.news-more { position: absolute; right: 10px; bottom: 15px; background: url('../images/news-more-bg.jpg') repeat-x 0 0px; padding: 0 12px; text-decoration: none; display: table; margin: 0; color: #777777; font-family: 'Asap'; font-size: 14px; line-height: 26px; border: 1px solid #d6d6d6; border-radius: 4px; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
div#promo-text div#news-text a.news-more:hover { background-position: 0 -26px; color: #494949; }
div#promo-text div#news-text h3 { font-family: 'Asap'; font-size: 24px; line-height: 40px; color: #fff; font-weight: 700; text-transform: uppercase; margin: 0; padding: 5px 0 0 0; }
div#promo-text a#flickr-big { display: inline-block; height: 58px; width: 247px; background: url('../images/flickr-big.png') no-repeat 0 0; margin: 0 0 -18px 30px; }
div#promo-text a#flickr-big:hover { background-position: 0 -58px; }
div#home-headers { height: 364px; width: 100%; position: absolute; z-index: 300; }
div#home-headers div#promo-headers { bottom: 47px; }
a#flickr-dl { position: absolute; left: 50%; margin: 0 0 0 500px; display: none; height: 63px; width: 153px; background: url('../images/flickr-dl.png') no-repeat 0 0; }
a#flickr-dl:hover { background-position: 0 -63px; }
a#media-button { position: absolute; left: 50%; margin: 0 0 0 500px; display: none; height: 63px; width: 153px; background: url('../images/media-button.png') no-repeat 0 0; }
a#media-button:hover { background-position: 0 -63px; }
div.news-promo img#shadow-up { bottom: 95px !important; }
img#shadow-up { position: absolute; bottom: 0; left: 0; display: block; }
img.shadow-up { position: absolute; bottom: 0; left: 0; display: block; }

div#home-address ul { margin: 0 10px; }
div#home-address ul li { display: inline-block; padding: 0 18px 0 0; margin: 0 0 0 18px; background: url('../images/home-address-arrow.png') no-repeat center right; font-family: Arial; font-size: 11px; color: #1c1c1c; line-height: 68px; }
div#home-address ul li:first-child { margin: 0; }
div#home-address ul li:last-child { background: none; }
div#home-address h6 { font-family: 'Asap'; font-size: 14px; line-height: 22px; color: #1c1c1c; margin: 45px 0 15px 0; }
h6.home-address { font-family: 'Asap'; font-size: 14px; line-height: 22px; color: #1c1c1c; padding: 45px 0 15px 0; }
.top-marg { margin: 45px auto 0 auto; }

div#home-tabs { padding: 30px 0 0 0; }
div#home-tabs div.container { border-bottom: 1px solid #e5e5e5; width: 980px; padding: 0 10px; }
div#home-tabs h3 { display: inline-block; width: 245px; margin: 0; text-align: center; float: left; border-top: 1px solid #e5e5e5; }
div#home-tabs h3:first-child a { border-left: 1px solid #e5e5e5; }
div#home-tabs h3 a { background: url('../images/news-tabs-bg.jpg') repeat-x; font-family: 'Asap'; font-size: 18px; text-transform: uppercase; line-height: 67px; color: #1c1c1c; font-weight: 700; text-decoration: none; text-shadow: 0 1px 0 rgba(255,255,255,0.3); display: block; border-right: 1px solid #e5e5e5; }
div#home-tabs h3 a.active { background: #ebebeb; line-height: 68px; margin: 0 0 -1px 0; }
div#news-tabs { background: url('../images/news-tabs-top-bg.jpg') repeat-x top; padding: 37px 0 0 0; }
div#news-tabs div.container { border-bottom: 1px solid #e5e5e5; width: 960px; padding: 0 10px; }
div#news-tabs h3 { display: inline-block; width: 480px; margin: 0; text-align: center; float: left; border-top: 1px solid #e5e5e5; }
div#news-tabs h3:first-child a { border-left: 1px solid #e5e5e5; }
div#news-tabs h3:last-child a { }
div#news-tabs h3 a { background: url('../images/news-tabs-bg.jpg') repeat-x; font-family: 'Asap'; font-size: 18px; text-transform: uppercase; line-height: 67px; color: #1c1c1c; font-weight: 700; text-decoration: none; text-shadow: 0 1px 0 rgba(255,255,255,0.3); display: block; border-right: 1px solid #e5e5e5; }
div#news-tabs h3 a.active { background: #fff; line-height: 68px; margin: 0 0 -1px 0; }

div#news-holder { padding: 16px 0 60px 0; margin-top: 16px; }
div#news-holder div.news-box { padding: 9px; background: #fff; border: 1px solid #e6e6e6; width: 215px; }
div#news-holder div.news-box:hover { background: #f1f1f1; }
div#news-holder div.news-box:hover p.news-more { background-position: 0 -26px; color: #494949; }
div#news-holder div.news-box a { text-decoration: none; }
div#news-holder div.news-box a img { display: block; background: #fff; padding: 9px; border: 1px solid #e6e6e6; width: 100%; height: auto; box-sizing: border-box; }
div#news-holder div.news-box h4 { font-family: 'Asap'; font-size: 18px; text-transform: uppercase; line-height: 20px; color: #404040; font-weight: 700; text-decoration: none; text-shadow: 0 1px 0 rgba(255,255,255,0.3); margin: 10px 2px 5px 2px; }
div#news-holder div.news-box span.news-date { display: table; line-height: 24px; background: #034ea2; padding: 0 7px; font-family: 'Asap'; font-size: 12px; color: #fff; }
div#news-holder div.news-box p { font-family: 'Asap'; font-size: 12px; line-height: 18px; color: #1c1c1c; margin: 20px 2px; }
div#news-holder div.news-box p.news-more { background: url('../images/news-more-bg.jpg') repeat-x 0 0px; padding: 0 12px; text-decoration: none; display: table; margin: 0 0 5px 0; color: #777777; font-family: 'Asap'; font-size: 14px; line-height: 26px; border: 1px solid #d6d6d6; border-radius: 4px; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }

div#home-info { position: relative; margin: 14px auto 0px auto; width: 966px; padding: 9px; border: 1px solid #e6e6e6; background: #fff; }
div#home-info div#info-img-holder { padding: 9px; border: 1px solid #e6e6e6; background: #fcfcfc; }
div#home-info div#info-img-holder img { width: 100%; display: block; }
div#home-info div#info-text { padding: 10px 20px 10px 15px; }
div#home-info div#info-text h4 { font-family: 'Asap'; font-size: 18px; line-height: 18px; font-weight: bold; color: #1c1c1c; margin: 5px 0 15px 0; text-transform: uppercase; }
div#home-info div#info-text p { font-family: 'Asap'; font-size: 12px; line-height: 18px; color: #1c1c1c; margin: 0 0 20px 0; }
div#home-info div#info-text ul { list-style: circle; margin: 0 0 20px 0; }
div#home-info div#info-text ul li { font-family: 'Asap'; font-size: 12px; line-height: 18px; color: #1c1c1c; margin: 0 0 0 40px; }
div#home-info div#info-text a.news-more { background: url('../images/read-more-btn.jpg') repeat-x 0 0px; padding: 0 12px; text-decoration: none; display: table; margin: 0 0 5px 0; color: #fff; font-family: 'Asap'; font-size: 14px; line-height: 28px; border-radius: 4px; box-shadow: 0 2px 2px rgba(0,0,0,0.2); opacity: 0.9; }
div#home-info div#info-text a.news-more:hover { opacity: 1; }

div#news-details { padding: 38px 0 90px 0; }
div#news-details h2 { font-family: 'Asap'; font-size: 24px; line-height: 26px; color: #1c1c1c; font-weight: bold; margin: 32px 18px 15px 18px; }
div#news-details span.news-date { display: inline-block; line-height: 24px; background: #034ea2; padding: 0 7px; font-family: 'Asap'; font-size: 12px; color: #fff; margin: 0 18px; float: left; }
div#news-details div#language-bar { display: inline-block; margin: 0; }
div#news-details div#details-left { float: left; width: 682px; border: 1px solid #e6e6e6; }
div#news-details div#thumbs { position: relative; margin: 0 18px; }
div#news-details ul.thumbs { width: 632px; height: 83px; padding: 9px 0 9px 9px; background: #fff; border: 1px solid #e6e6e6; border-top: none; margin: 0; }
div#news-details ul.thumbs li { display: inline-block; margin: 0 9px 0 0; }
div#news-details ul.thumbs li img { display: block; cursor: pointer; }
div#news-details div.pagination { position: absolute; left: 0px; bottom: 60px; width: 642px; height: 0; }
div#news-details #next { height: 10px; width: 6px; background: #034EA2 url('../images/home-address-arrow.png') no-repeat center; padding: 5px 2px; float: right; }
div#news-details #prev { height: 10px; width: 6px; background: #034EA2 url('../images/home-address-arrow2.png') no-repeat center; padding: 5px 2px; float: left; }
div#news-details div#details-gallery { width: 623px; min-height: 383px; padding: 9px 9px 3px 9px; background: #fff; border: 1px solid #e6e6e6; text-align: center; margin: 25px 18px 0 18px; position: relative; }
div#news-details div#details-gallery img { margin: 0 auto; }
div#news-details div#details-gallery div#slideshow { position: relative; z-index: 2; }
div#news-details div#details-gallery div.loader { position: absolute; top: 50%; left: 50%; background: url('../images/loader.gif'); width: 48px; height: 48px; margin: -24px 0 0 -24px; z-index: 1; }
div#news-details div#gallery-text { border-bottom: 1px solid #e6e6e6; font-family: 'Asap'; font-size: 12px; line-height: 22px; color: #1c1c1c; margin: 23px 0px 0 0px; padding: 0 18px; }
div#news-details div#gallery-text p { width: 641px; }
div#news-details div#gallery-text p a:visited { color: #8e257b; }
div#news-details div#gallery-text ul { margin: 0 0 15px 30px; font-family: 'Asap'; font-size: 12px; line-height: 22px; color: #1c1c1c; list-style: circle; }
div#news-details div#gallery-text ol { margin: 0 0 15px 30px; font-family: 'Asap'; font-size: 12px; line-height: 22px; color: #1c1c1c; }
div#news-details div#gallery-text ul li, div#news-details div#gallery-text ol li { margin: 0; }
div#news-details div#share, #content #share { padding: 15px 18px 10px 18px; }
div#news-details h3 { font-family: 'Asap'; font-size: 22px; line-height: 26px; color: #1c1c1c; font-weight: bold; margin: 32px 0 15px 0; }
div#news-details div#comments ul { border-bottom: 1px solid #e6e6e6; margin: 0; }
div#news-details div#comments li { padding: 19px 18px; border-top: 1px solid #e6e6e6; margin: 0; }
div#news-details div#comments div.comment-left { float: left; }
div#news-details div#comments div.comment-left img { padding: 5px; background: #fff; border: 1px solid #e6e6e6; display: block; }
div#news-details div#comments div.comment-right { float: right; width: 85%; }
div#news-details div#comments div.comment-right p { font-family: 'Asap'; font-size: 12px; line-height: 22px; color: #1c1c1c; margin: 0; }
div#news-details div#comment-box { border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
div#news-details div#comment-box form { margin: 0; }
div#news-details div#comment-box div { padding: 18px; border-bottom: 1px solid #e6e6e6; }
div#news-details div#comment-box textarea { width: 634px; padding: 5px; resize: none; border: 1px solid #e6e6e6; margin: 0; }
div#news-details div#comment-box input[type="submit"] { float: right; margin: 18px; background: url('../images/news-more-bg.jpg') repeat-x 0 0px; padding: 0 12px; text-decoration: none; display: table; color: #777777; font-family: 'Asap'; font-size: 14px; line-height: 26px; font-weight: normal; border: 1px solid #d6d6d6; border-radius: 4px; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
div#news-details div#comment-box input:hover { background-position: 0 -26px; color: #494949; }
div#news-details div#details-right { float: right; width: 242px; background: #f5f5f5; padding: 23px 18px; }
div#news-details div#details-right h2 { font-size: 18px; margin: 0px 0px 15px 0px; text-transform: uppercase; }
div#news-details div#details-right h2 a{ text-decoration: none; color: #1C1C1C; }
div#news-details div#details-right h2 img { margin: 0px 0 0px 15px; }
div#news-details div#details-right ul.right-box { background: #fff; border: 1px solid #e6e6e6; border-top: none; margin: 0 0 25px 0; }
div#news-details div#details-right li { border-top: 1px solid #e6e6e6; padding: 9px; margin: 0; }
div#news-details div#details-right li a { text-decoration: none; }
div#news-details div#details-right li img { float: left; display: block; }
div#news-details div#details-right h4 { float: right; width: 130px; font-family: 'Asap'; font-size: 12px; line-height: 16px; color: #1c1c1c; font-weight: bold; text-transform: uppercase; text-decoration: none; }
div#news-details div#details-right div#small-thumbs { width: 246px; }
div#news-details div#details-right div#small-thumbs img { float: left; padding: 9px; border: 1px solid #e6e6e6; background: #fff; margin: 0 3px 7px 0; }
div#news-details div#details-right div#small-thumbs a { cursor: pointer; }
div#news-details div#addthis-holder { float: left; min-width: 400px; }
.addthis_button_facebook_like { margin-right: 10px; }

div.news-archive div#details-left { border: none !important; margin-top: -9px !important; }
div.news-archive div.news-archive-box { border: 1px solid #e6e6e6; margin: 0 0 19px 0; }
div.news-archive div.news-archive-box h4 { font-family: 'Asap'; font-size: 18px; color: #1c1c1c; line-height: 67px; background: #f6f6f6; padding: 0 20px; font-weight: 700; border-bottom: 1px solid #e6e6e6; margin: 0; }
div.news-archive div.news-archive-box table { width: 100%; }
div.news-archive div.news-archive-box table td { width: 25%; padding: 20px; border-right: 1px solid #e6e6e6; background: #fff; }
div.news-archive div.news-archive-box table td:last-child { border-right: none; }
div.news-archive div.news-archive-box table ul { display: inline-block; margin: 0; }
div.news-archive div.news-archive-box table ul li { margin: 0; font-family: 'Asap'; font-size: 14px; line-height: 24px; color: #1c1c1c; }
div.news-archive div.news-archive-box table ul li a { text-decoration: none; color: #1c1c1c; }
div.news-archive div.news-archive-box table ul li a span{ color: #06468e; font-weight: bold; }
div.news-archive div.news-archive-box table ul li span { color: #858585; }

div#missions { padding: 7px 0 30px 0; }
div#missions h3 { font-family: 'Asap'; font-size: 24px; line-height: 26px; color: #1c1c1c; margin: 0 0 30px 0; font-weight: 700; }
div#missions h3 span { font-size: 12px; line-height: 0px; color: #c9c9c9; text-transform: capitalize; margin: 10px 0 -10px 0; display: block; }
div#missions h3 img { display: inline-block; margin: 0 0 -1px 8px; }
div#missions h3.mobile-header { display: none; position: relative; }
div#missions h3.mobile-header.active span { background-position: 0 100%; }
div#missions h3.mobile-header span { position: absolute; right: 15px; top: 50%; margin: -6.5px 0 0 0; height: 13px; width: 24px; background: url('../images/drop-arrow.png') no-repeat 0 0; }
div#missions div.mission-box { border-bottom: 1px solid #f0f0f0; padding: 28px 0 12px 0; }
div#missions div.mission-box:last-child { border: none; }
div#missions div.mission-wide { width: 665px; padding: 10px 0 0 0; }
div#missions div.mission-wide p { font-family: 'Asap'; font-size: 12px; line-height: 22px; color: #1c1c1c; margin: 0 0 20px 0; max-width: 652px; }
div#missions div.mission-wide ul { margin: 0 0 20px 30px; list-style: circle; }
div#missions div.mission-wide ul li { font-family: 'Asap'; font-size: 12px; line-height: 22px; color: #1c1c1c; margin: 0; max-width: 652px; }
div#missions div.mission-narrow img { background: #fff; padding: 9px; border: 1px solid #e6e6e6; }
div#missions a.read-more { background: url('../images/news-more-bg.jpg') repeat-x 0 0px; padding: 0 12px; text-decoration: none; display: table; margin: 0 0 10px 0; color: #777777; font-family: 'Asap'; font-size: 14px; line-height: 26px; border: 1px solid #d6d6d6; border-radius: 4px; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
div#missions a.read-more:hover { background-position: 0 -26px; color: #494949; }

div#missions div.chain-wide { width: 635px; padding: 10px 0 0 0; }
div#missions div.chain-wide h3 { font-family: 'Asap'; font-size: 24px; line-height: 26px; color: #1c1c1c; margin: 0 0 30px 0; font-weight: 700; }
div#missions div.chain-wide p { font-family: 'Asap'; font-size: 12px; line-height: 22px; color: #1c1c1c; margin: 0 0 20px 0; max-width: 652px; }
div#missions div.chain-narrow { padding: 32px; border: 1px solid #e6e6e6; border-radius: 5px; max-width: 233px; position: relative; }
div#missions div.chain-narrow img.narrow-img,
div#missions .chain_of_command_thumb_container img{ background: #fff; padding: 9px; border: 1px solid #e6e6e6; display: block; }
div#missions div.chain-narrow h4 { font-family: 'Asap'; font-size: 18px; line-height: 22px; color: #1c1c1c; margin: 20px 0 25px 0; font-weight: 700; }
div#missions div.chain-narrow p { font-family: 'Asap'; font-size: 12px; line-height: 18px; color: #1c1c1c; margin: 0; }
div#missions div.chain-narrow img.chain-decor { position: absolute; top: 21px; left: 50%; margin: 0 0 0 -34px; }

div#news-slider-holder { background: url('../images/news-slider-bg.jpg') repeat-x bottom; border-bottom: 1px solid #bdbdbd; }
div#news-slider-holder a { text-decoration: none; }
div#news-slider:hover .ca-nav { display: block; }
div#news-slider .ca-item { padding: 16px 0; border-left: 1px solid #c6c6c6; margin-left: -22px; text-align: center; }
div#news-slider .ca-item:hover div.slider-rollover  { display: block; }
div#news-slider img { padding: 9px; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
div#news-slider div.slider-rollover { position: absolute; top: 25px; left: 30px; width: 193px; height: 113px; background: url('../images/slider-rollover-bg.png') repeat; display: none; }
div#news-slider div.slider-rollover div.slider-rollover-headers { position: absolute; left: 9px; bottom: 9px; max-width: 175px; }
div#news-slider div.slider-rollover div.slider-rollover-headers h5 { font-family: 'Asap'; font-size: 11px; line-height: 17px; color: #1c1c1c; background: #fff; display: table; margin: 0 0 1px 0; padding: 0 5px; text-transform: uppercase; font-weight: 700; }
div.ca-container:hover .ca-nav { display: block; }
div.ca-container .ca-item { padding: 16px 0; border-left: 1px solid #c6c6c6; margin-left: -22px; text-align: center; }
div.ca-container .ca-item:hover div.slider-rollover  { display: block; }
div.ca-container img { padding: 9px; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
div.ca-containerr div.slider-rollover { position: absolute; top: 25px; left: 30px; width: 193px; height: 113px; background: url('../images/slider-rollover-bg.png') repeat; display: none; }
div.ca-container div.slider-rollover div.slider-rollover-headers { position: absolute; left: 9px; bottom: 9px; max-width: 175px; }
div.ca-container div.slider-rollover div.slider-rollover-headers h5 { font-family: 'Asap'; font-size: 12px; line-height: 17px; color: #1c1c1c; background: #fff; display: table; margin: 0 0 1px 0; padding: 0 5px; text-transform: uppercase; font-weight: 700; text-align: left !important; }

div#mschoa { padding: 38px 0; }
div#mschoa h3 { font-family: 'Asap'; font-size: 24px; line-height: 26px; color: #1c1c1c; margin: 0 0 30px 0; font-weight: 700; }
div#mschoa h5 { font-family: 'Asap'; font-size: 14px; line-height: 18px; color: #1c1c1c; margin: 0 0 5px 0; font-weight: 700; }
div#mschoa p { font-family: 'Asap'; font-size: 12px; line-height: 22px; color: #1c1c1c; margin: 0 0 20px 0; }
div#mschoa img { float: right; margin: 0 0 30px 38px; }
div#mschoa a.mschoa-more { background: url('../images/news-more-bg.jpg') repeat-x 0 0px; padding: 0 12px; text-decoration: none; display: table; margin: 0; color: #777777; font-family: 'Asap'; font-size: 14px; line-height: 26px; border: 1px solid #d6d6d6; border-radius: 4px; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
div#mschoa a.mschoa-more:hover { background-position: 0 -26px; color: #494949; }
div#mschoa ul { list-style: circle; margin: 0 0 0 20px; }
div#mschoa ul ul { margin: 3px 0 0 20px; }
div#mschoa ul li { margin: 0 0 5px 0; }
div#mschoa ul li a { text-decoration: none; font-family: 'Asap'; font-size: 14px; line-height: 18px; color: #1c1c1c; margin: 0; }
div#mschoa ul li a:hover { text-decoration: underline; }

div#figures { position: relative; }
div#figures h3 { font-family: 'Asap'; font-size: 24px; line-height: 69px; color: #fff; font-weight: 700; background: #034d9f; text-transform: uppercase; text-align: center; margin: -33px 0 0 0; }
div#figures h3 span.super { vertical-align: super; font-size: 16px; }
div#figures h4 { font-family: 'Asap'; font-size: 18px; line-height: 67px; color: #1c1c1c; font-weight: 700; border: 1px solid #e5e5e5; border-top: none; background: #f6f6f6; text-transform: uppercase; text-align: center; margin: 0; }
div#figures h4#filter-tab { cursor: pointer; }
div#figures h4 span { display: inline-block; height: 5px; width: 9px; line-height: 67px; margin: 0 0 4px 12px; background: url('../images/filter-arrows.png') no-repeat 0 0; }
div#figures h4 span.down { background: url('../images/filter-arrows.png') no-repeat 0 -5px; }
div#figures h5 { font-family: 'Asap'; font-size: 14px; line-height: 47px; color: #cdcdcd; font-weight: 700; border: 1px solid #e5e5e5; background: #fff; border-top: none; text-transform: uppercase; text-align: center; margin: 0; }
div#figures div#filters { padding: 27px; border: 1px solid #e5e5e5; border-top: none; display: none; background: #fff; }
div#figures div#filters div.chbx-col { float: left; width: 30%; }
div#figures div#filters div.chbx-col:first-child { width: 40%; }
div#figures div#filters div.chbx-holder { margin: 0 0 8px 0; }
div#figures div#filters div.chbx-holder input[type="checkbox"] { display: inline-block; }
div#figures div#filters div.chbx-holder label { display: inline-block; font-family: 'Asap'; font-size: 14px; line-height: 20px; color: #1c1c1c; font-weight: 700; text-transform: uppercase; margin: 0 0 0 20px; cursor: pointer; }
div#figures div#filters form { margin: 0; }
div#figures div#filters div.filter-cals { width: 640px; margin: 30px auto 0 auto; padding: 0; position: relative; border: none; }
div#figures div.filter-cals { padding: 15px 0; border-bottom: 1px solid #e5e5e5; }
div#figures div.filter-cals input { float: left; }
div#figures div.filter-cals label { float: left; line-height: 36px; font-family: Arial; font-size: 12px; color: #4c4c4c; font-weight: normal; cursor: pointer; margin: 0 12px 0 0; }
div#figures div.filter-cals input[type="text"] { height: 34px; border: 1px solid #dadada; padding: 0 10px; margin: 0 40px 0 0; width: 150px; background: url('../images/input-cal.jpg') no-repeat top right; border: 1px solid #dadada; border-radius: 4px; cursor: pointer; }
div#figures div.filter-cals input[type="text"]:hover { background-position: 100% -34px; }
div#figures div.filter-cals input[type="submit"],
div#figures div.filter-cals input[type="reset"],
#newsletter_subscribe{ background: #034d9f; padding: 0 12px; text-decoration: none; font-weight: normal; display: table; margin: 0; color: #fff; font-family: 'Asap'; font-size: 14px; line-height: 34px; height: 36px; border: 1px solid #004086; border-radius: 4px; text-shadow: none; opacity: 0.9; }
#newsletter_subscribe{
    float: right;
    margin-top: 10px;
}
div#figures div.filter-cals input[type="submit"]:hover,
div#figures div.filter-cals input[type="reset"]:hover,
#newsletter_subscribe:hover{ background-position: 0 -32px; opacity: 1; }
div#figures div.filter-cals input[type="reset"]{ margin-left: 10px; }
div#figures table td { text-align: center; font-family: 'Asap'; font-size: 14px; vertical-align: middle; border: 1px solid #e5e5e5; border-top: none; color: #1c1c1c; font-weight: 700; padding: 18px; text-transform: uppercase; }
div#figures table.key-table { width: 100%; background: #fff; }
div#figures table.key-table span { font-weight: normal; }
div#figures table.key-table .super { vertical-align: super; font-size: 11px; font-weight: bold; position: relative; left: 2px;  }
div#figures table.key-table.big-heading tr:first-child td { background: #f6f6f6; }
div#figures table.key-table.big-heading tr:first-child td { font-size: 18px; padding: 22px 18px; vertical-align: top; }
div#figures table.summary { width: 100%; border: 1px solid #e5e5e5; border-top: none; background: #fff; }
div#figures table.summary td { border: none; }
div#figures table .safe { color: #a0c281; }
div#figures table .pirated { color: #cb4060; }
div#figures div#stats-holder { border: 1px solid #e5e5e5; text-align: center; padding: 20px; margin: 15px 0 0 0; background: #fff; text-align: center; display: block; }
div#figures div#stats-holder #stats{ height: 400px; }
div#figures div#stats-holder #stats.w8{ background: url('../images/loader.gif') 50% 50% no-repeat; }
div#figures div.stats-lower { margin: 15px 0 55px 0; }
div#figures div.stats-lower div.stats-left { float: left; }
div#figures div.stats-lower div.stats-left ol { margin: 0 0 0 15px; }
div#figures div.stats-lower div.stats-left ol li { margin: 0; font-family: 'Asap'; font-size: 12px; line-height: 18px; color: #1c1c1c; }
div#figures div.stats-lower div.stats-left ul { margin: 0; }
div#figures div.stats-lower div.stats-left ul li { margin: 0; font-family: 'Asap'; font-size: 12px; line-height: 18px; color: #1c1c1c; }
div.stats-right { float: right; }
div.stats-right a { float: right; height: 36px; width: 30px; margin: 0 4px; cursor: pointer;  }
div.stats-right a.icon-excel { background: url('../images/icon-excel.png') no-repeat center; }
div.stats-right a.icon-pdf { background: url('../images/icon-pdf.png') no-repeat center; }
div.stats-right a.icon-print { background: url('../images/icon-print.png') no-repeat center; }
div.stats-right a.icon-stats { background: url('../images/icon-stats.png') no-repeat center; }
div#figures div#pirated-map { padding: 21px; border: 1px solid #e5e5e5; border-top: none; }
div#figures div#pirated-map iframe { border: 1px solid #e6e6e6; }
div.ui-datepicker{ font-size: 80%; }

.chart_tooltip{ position: absolute; z-index: 999; }
.chart_tooltip span.left{
    height: 39px;
    display: block;
    padding-left: 4px;
    background: url("../images/charts/tooltip_left.png") 0 0 no-repeat;
    margin-left: -50%;
}
.chart_tooltip span.right{
    height: 39px;
    display: block;
    padding-right: 4px;
    background: url("../images/charts/tooltip_right.png") 100% 0 no-repeat;
}
.chart_tooltip span.text{
    height: 39px;
    display: block;
    background: url("../images/charts/tooltip_center.png") 50% 0 no-repeat;
    padding: 0 5px;
    font: normal 12px/30px arial;
    color: #fff;
}
.chart_tooltip span.text strong{
    color: inherit;
}
div#pagin-bottom {  border: 1px solid #e5e5e5; border-top: none; }
div.paginator { text-align: right; font-family: 'Asap'; font-size: 12px; line-height: 18px; color: #1c1c1c; padding: 10px; float: right; }
div.paginator a { border: 1px solid #e9e9e9; padding: 5px 10px; text-decoration: none; color: #000; display: inline-block; }
div.paginator a:hover { border: 1px solid #ccc; background: #f0f0f0; }
div.paginator span.current { border: 1px solid #fff; background: #034ea2; color: #fff; padding: 5px 10px; display: inline-block; }
div.paginator a.prev { background: url('../images/pagin-left.jpg') no-repeat center; color: #fff; padding: 5px 12px; margin: 0 8px 0 0; }
div.paginator a.prev:hover { background: #f0f0f0 url('../images/pagin-left.jpg') no-repeat center; }
div.paginator a.next { background: url('../images/pagin-right.jpg') no-repeat center; color: #fff; padding: 5px 12px; margin: 0 0 0 8px; }
div.paginator a.next:hover { background: #f0f0f0 url('../images/pagin-right.jpg') no-repeat center; }
div#paginator-left { float: left; }
div#paginator-left ul { list-style: none; }
div#paginator-left ul li:first-child { margin: 0 5px 0 13px; }
div#paginator-left ul li:first-child a { font-weight: bold; }
div#paginator-left ul li { float: left; line-height: 50px; margin: 0 0 0 5px; }
div#paginator-left ul li a, div#paginator-left strong { text-decoration: none; font-family: 'Asap'; font-size: 12px; color: #1c1c1c; padding: 5px; }
div#paginator-left ul li a.active{ font-weight: bold; }
div#paginator-left ul li a:hover{ text-decoration: underline; }

div.news_paginator{
    float: none;
    width: 980px;
    margin: 0 auto;
    min-height: 30px;
    position: relative;
    top: -25px;
}
div.news_paginator .prev_page{
    float: left;
}
div.news_paginator .next_page{
    float: right;
}

div#gallery { padding: 0 0 50px 0; position: relative; }
div#gallery img { padding: 9px; background: #fff; border: 1px solid #e6e6e6; }
div#gallery img:hover { background: #e7e7e7; }

div#media { margin-top: 30px; }
div#media h3 { text-align: center; line-height: 67px; text-transform: uppercase; font-family: 'Asap'; font-size: 18px; color: #1c1c1c; background: #f7f7f7; border-bottom: 1px solid #e6e6e6; font-weight: bold; margin: 0; position: relative; }
div#media h3 a#flickr-medium, div#media h3 a#vimeo-medium { position: absolute; top: 12px; right: 22px; height: 42px; width: 181px; background: url('../images/flickr-medium.png') no-repeat 0 0; }
div#media h3 a#flickr-medium:hover, div#media h3 a#vimeo-medium:hover { background-position: 0 -42px; }
div#media h3 a#vimeo-medium{ background-image: url('../images/vimeo-medium.png'); }
div#media h3 a#view-all { position: absolute; top: 12px; right: 22px; height: 42px; width: 181px; background: url('../images/view-all.png') no-repeat 0 0; }
div#media h3 a#view-all:hover { background-position: 0 -42px; }
div.media-slider-holder { background: url('../images/news-slider-bg.jpg') repeat-x bottom; border: 1px solid #e6e6e6; margin: 0 0 50px 0; position: relative; }
div.media-slider-holder div.ca-item { width: 245px; margin: 0 0 0 -1px; }
div.media-slider-holder div.ca-item:last-child { }
div.media-slider-holder .ca-nav span { width: 33px; }
div.media-slider-holder span.ca-nav-next { right: 2px; }
div.media-slider-holder span.ca-nav-next:hover { background-position: 50% -39px; }
div.media-slider-holder span.ca-nav-prev:hover { background-position: 50% -39px; }
div.media-slider-holder img.media-shadow { position: absolute; left: 0; bottom: -19px; }
div#media div#news-holder { padding-bottom: 20px; }
div#media div.news-box { padding: 9px; background: #fff; border: 1px solid #e6e6e6; width: 215px; }
div#media div.news-box:hover { background: #f1f1f1; }
div#media div.news-box:hover p.news-more { background-position: 0 -26px; color: #494949; }
div#media div.news-box a { text-decoration: none; }
div#media div.news-box a:visited { color: #e6e6e6 !important; }
div#media div.news-box img.news-img { display: block; padding: 0px; border: 1px solid #e6e6e6 !important; }
div#media div.news-box h4 { font-family: 'Asap'; font-size: 18px; text-transform: uppercase; line-height: 20px; color: #404040; font-weight: 700; text-decoration: none; text-shadow: 0 1px 0 rgba(255,255,255,0.3); margin: 10px 2px 5px 2px; }
div#media div.news-box span.news-date { display: table; line-height: 24px; background: #034ea2; padding: 0 7px; font-family: 'Asap'; font-size: 12px; color: #fff; }
div#media div.news-box p { font-family: 'Asap'; font-size: 12px; line-height: 18px; color: #1c1c1c; margin: 20px 2px; }
div#media div.news-box p.news-more { background: url('../images/news-more-bg.jpg') repeat-x 0 0px; padding: 0 12px; text-decoration: none; display: table; margin: 0 0 5px 0; color: #777777; font-family: 'Asap'; font-size: 14px; line-height: 26px; border: 1px solid #d6d6d6; border-radius: 4px; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
div#media div#documents { border: 1px solid #e6e6e6; border-bottom: 2px solid #e6e6e6; margin: 0 0 50px 2px; }
div#media div#documents div.doc-box { width: 196px; border-right: 1px solid #f6f6f6; border-bottom: 1px solid #f6f6f6; padding: 21px 25px 0 22px; float: left; height: 348px; }
div#media div#documents div.doc-box:hover { background: #f1f1f1; }
div#media div#documents div.doc-box img { border: 1px solid #e6e6e6; padding: 34px 27px; background: #fff; }
div#media div#documents div.doc-box a { text-decoration: none; }
div#media div#documents div.doc-box p { font-family: 'Asap'; font-size: 12px; line-height: 18px; color: #1c1c1c; padding: 0 0 0 20px; background: url('../images/pdf-icon.jpg') no-repeat top left; margin: 5px 0 0 0; }

div#contact { border: 1px solid #e6e6e6; padding-bottom: 20px; }
div#contact-left { width: 439px; float: left; background: url('../images/contact-left-bg.png') no-repeat top right; }
div#contact-left ul { margin: 38px 0 0 30px; padding: 0 0 0 50px; }
div#contact-left ul li { font-family: 'Asap'; font-size: 12px; line-height: 22px; color: #1c1c1c; margin: 0 15px 0 0; }
div#contact-left ul.big-first li:first-child { font-weight: 700; font-size: 18px; }
div#contact-left ul#eunavfor-info { background: url('../images/contact-icon1.png') no-repeat top left; }
div#contact-left ul#video-info { background: url('../images/contact-icon2.png') no-repeat top left; }
div#contact-left ul#archive-info { background: url('../images/contact-icon3.png') no-repeat top left; }
div#contact-left ul#social-info { background: url('../images/contact-icon4.png') no-repeat top left; }
div#contact-left ul img.contact-social { float: left; display: block; margin: 23px 30px 0 0; }
div#contact-right { width: 540px; float: left; border-left: 1px solid #e6e6e6; }
div#contact-right h3 { font-family: 'Asap'; font-size: 24px; line-height: 61px; color: #1c1c1c; margin: 0; padding: 0 20px; font-weight: 700; border-bottom: 1px solid #e6e6e6; box-shadow: 0 2px 0 rgba(0,0,0,0.05); }
div#contact-right div#form-wrap { box-shadow: 0 2px 0 rgba(0,0,0,0.05); }
div#contact-right div#form-holder { padding: 20px; border-bottom: 1px solid #e6e6e6; }
div#contact-right form { margin: 0; }
div#contact-right form label { font-family: 'Asap'; font-size: 14px; line-height: 26px; color: #1c1c1c; margin: 0; cursor: pointer; }
div#contact-right form input[type="text"] { height: 41px; border: 1px solid #e6e6e6; padding: 0 10px; width: 478px; margin: 0 0 10px 0; font-size: 14px; }
div#contact-right form input[type="submit"] { float: right; background: url('../images/news-more-bg.jpg') repeat-x 0 0px; padding: 0 30px; margin: 16px 20px 16px 0; color: #777777; font-family: 'Asap'; font-size: 14px; line-height: 26px; font-weight: normal;  border: 1px solid #d6d6d6; border-radius: 4px; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
div#contact-right form input[type="submit"]:hover { background-position: 0 -26px; color: #494949; }
div#contact-right form textarea { height: 81px; border: 1px solid #e6e6e6; padding: 10px; width: 478px; margin: 0 0 10px 0; resize: none; font-size: 14px; }
div#contact-right form div#captcha-holder { border: 1px solid #e6e6e6; }
div#contact-right form div#captcha-holder img { display: block; margin: 0; }
div#contact-right div#map-holder { position: relative; }
div#contact-right div#map-holder img { display: block; margin: 0; }
div#contact-right div#map-holder:hover span#map-button { background-position: 0 -33px; }
div#contact-right div#map-holder span#map-button { position: absolute; top: 50%; left: 50%; margin: -17px 0 0 -55px; display: block; height: 33px; width: 111px; background: url('../images/map-button.png') no-repeat 0 0; }

.recaptcha_widget{
    min-height: 140px;
}
.recaptcha_widget input{
    height: auto !important;
    padding: 4px !important;
}
.errorMessage{
    padding: 15px 0 0 20px;
    color: #f00;
}
.successMessage{
    padding: 15px 0 0 20px;
    color: #03438A;
    font-weight: bold;
}

div#error-page h3 { font-family: 'Asap'; font-weight: bold; text-transform: uppercase; padding: 100px 0 0 0; }
div#error-page h4 { font-family: 'Asap'; margin: 15px 0; }
div#error-page p { font-family: 'Asap'; margin: 0; }

footer { height: 136px; background: url('../images/footer-bg.jpg') repeat-x; border-top: 1px solid #e1e1e1; }
footer img#footer-logo { float: left; margin: 10px 0 0 0; }
footer div#footer-nav { float: left; margin: 50px 0 0 50px; }
footer ul { margin: 0; }
footer ul li { float: left; margin: 0 50px 0 0; }
footer ul li a { font-family: 'Asap'; font-size: 17px; text-transform: uppercase; line-height: 24px; color: #404040; font-weight: 700; text-decoration: none; text-shadow: 0 1px 0 rgba(255,255,255,0.3); }
footer p#copy { font-family: 'Asap'; font-size: 12px; text-transform: uppercase; line-height: 18px; color: #bcbcbc; }
footer a#id-logo { float: right; margin: 65px 0 0 0; font-family: 'Asap'; font-size: 12px; text-transform: uppercase; color: #bcbcbc; text-decoration: none; }
footer a#id-logo img { margin: 0 0 -4px 10px; }

/* OVERLAYS */
.fancybox-skin h3 { font-family: 'Asap'; font-size: 18px; text-transform: uppercase; line-height: 71px; color: #fff; font-weight: 700; background: #0c4f9b url('../images/overlay-header-bg.jpg') repeat-x top; padding: 0 20px; margin: 0; border-bottom: 1px solid #e2e2e2; border-radius: 4px 4px 0 0; }
div#newsletter-overlay { border-radius: 4px; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); }
div#newsletter-overlay form { padding: 22px 20px 17px 20px; width: 450px; margin: 0; background: #fff; border-radius: 0 0 4px 4px; }
div#newsletter-overlay form label { float: left; width: 135px; font-family: 'Asap'; font-size: 14px; line-height: 36px; color: #4c4c4c; cursor: pointer; }
div#newsletter-overlay form input[type="text"] { float: right; border: 1px solid #d0d0d0; border-radius: 4px; height: 34px; padding: 0 10px; font-family: Arial; font-size: 12px; color: #4c4c4c; margin: 0 0 5px 0; width: 250px; }
div#newsletter-overlay form input[type="text"].invalid{ border-color: #FF6464; background-color: #FFF4F4; }
div#newsletter-overlay form input[type="submit"].w8{ background: url('../images/newsletter_w8.gif') 50% 50% no-repeat; cursor: default; border-color: #fff; }
div#newsletter-overlay form select { float: right; }


/** piracy_incidents_stats **/
#piracy_incidents_stats{
    position: relative;
}
#piracy_incidents_stats .w8{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url("../images/loader.gif") 50% 50% no-repeat;
    opacity: 0.7;
}


.scrollerFadeOut{
    opacity: 0;
    filter: alpha(opacity = 0);
}
.scroller_w8{
    height: 55px;
    background: url('../images/w8.gif') 50% 0 no-repeat;
    margin-top: -50px;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

@media only screen and (max-width: 1200px) {

    #menu-about-us-submenu{ margin-left: 110px !important; width: 127px !important; }
    #menu-news-submenu{ width: 90px !important; }
    #menu-media-room-submenu{ width: 165px !important; }
    #menu-contact-us-submenu{ margin-left: 0 !important; width: 110px !important; }

    header #menu-drop ul li a{ font-size: 13px; padding: 8px 0; }
}
@media only screen and (max-width: 1024px) {
    body{ padding-top: 0; }
    header{ position: relative; }
    header #menu-drop { display: none !important; }
    header a#show-menu { display: block; }
    header .main-menu-content { width: auto; }
    #main-menu-container br { display: none; }
    #main-menu, header a#newsletter-button{ display: none; }
}
@media only screen and (max-width: 1020px) {
    #top #font-size{ display: none; }
    #top .social-icons{ margin-top: 15px;}
    #top #searchform{ margin-right: -130px; margin-top: 65px; }
    #top .container{ width: 100% !important; padding: 0 !important; }
    header h1{ right: 5px; top: 5px; }
    header h1, header h1 img{ height: 125px; width: 125px; }
}
@media only screen and (max-width: 875px) {
    #newsletter-button span{ display: none; }
}
@media only screen and (max-width: 690px) {
    header a#drop-menu { display: none; }
    body{ padding-top: 0; }
    #menu-drop{ display: none !important; }
}



/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 767px) and (max-width: 1024px) {
    div#top { min-height: 87px; height: auto !important; }
    header div#top div#menu-drop { position: relative; top: 0; box-shadow: none; border-bottom: 1px solid #ccc; height: 80px; }
    div#menu-drop div.container { width: 530px !important; margin: 0; float: right; }
    .container, div#home-tabs div.container { width: auto; padding: 0px; }
    div#news-tabs div.container, div#figures { width: auto; padding: 0 20px; }
    div#home-tabs h3 { width: 25% !important; }
    div#home-tabs h3 a { font-size: 15px; }
    header div#top div#menu-drop ul:first-child { margin: 0 0 0 90px; }
    header div#top div#menu-drop ul { width: 110px; }
    header div#top div#menu-drop ul li a { font-size: 11px; line-height: 18px; }
    header div#top-bar form input[type="text"] { width: 160px; }
    div#promo-img { overflow: hidden; }
    div#promo-text p { margin: 0 10px; }
    div#home-headers div#promo-headers { left: 20px; }
    div#promo-headers h2 { font-size: 32px; line-height: 55px; }
    ul.bxslider2 li { background-position: center; }
    div#missions div.mission-wide { width: 57%; margin: 0 15px; }
    footer ul li { margin: 0 30px 0 0; }
    footer ul li a { font-size: 15px; }
    .ca-container { width: 730px !important; }
    ul.bxslider li div.promo-text img.shadow-up { top: -9px !important; }
    ul.bxslider li div.news-text h3, ul.bxslider li div.news-text p { width: 85%; }
    div#news-tabs h3 { width: 50%; }
    div#news-details div#details-left { margin: 0 auto; position: relative; float: none; }
    div#news-details div#details-right { width: 682px; margin: 0 auto; position: relative; float: none; }
    div#news-details div#details-right h4 { float: left; width: auto; margin: 0 0 0 30px;  }
    div#news-details div#details-right div#small-thumbs { width: 100%; }
    div#news-details { padding: 38px 0 50px 0; }
    div#mschoa { padding: 38px 20px; }
    div#missions div.chain-wide { width: 57%; margin: 0 15px; }
    div#figures div#filters div.chbx-holder label { margin: 0 0 0 5px; font-size: 12px; }
    div#figures table.key-table.big-heading tr:first-child td { font-size: 14px; padding: 20px 5px; }
    div#figures table td { font-size: 12px; }
    div#figures div#pirated-map iframe { width: 100% !important; }
    div#contact-left, div#contact-right { width: 49%; }
    div#contact-left ul { padding: 0 0 0 30px; margin: 38px 0 0 0px; }
    .media-slider-holder { width: 730px; }
    div#media div#documents div.doc-box { width: 177px; }
    div#home-info { width: auto; }
    div#pirated-map { width: auto !important; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    header #top .container {
        height: 60px;
        background-size: auto 100%;
    }
    header h1, header h1 img {
        height: 50px;
        width: 50px;
    }
    #eeas-link {
        width: 130px;
    }
    #top .social-icons { margin: 20px 60px 0 0; }
    #top .social-icons img { width: 20px; }
    #top #searchform{ display: none; }
    div#home-headers { height: 200px; top: 0; }
    div#home-headers div.container { height: 200px; }
    h1 img { width: 70px; }
    header div#top-bar { height: auto; display: none; }
    div#promo-home { width: 100%; height: 200px; min-height: 200px; }
    ul.bxslider li { background-size: auto 220px !important; height: 300px; }
    ul.bxslider li div.news-text { padding: 0 10px; }
    ul.bxslider li div.news-text h3 { font-size: 16px; line-height: 20px; width: 100%; }
    ul.bxslider li div.news-text p { font-size: 12px; line-height: 14px; width: 100%; margin: 0; }
    ul.bxslider li div.news-text p.news-more { position: static; margin: 0 0 5px 0; }
    ul.bxslider2 li { background-size: auto 200px !important; height: 200px; }
    div#promo-headers h2 { font-size: 22px; line-height: 22px; padding: 5px 10px; margin: 0 10px 1px 10px; }
    div#promo-text { padding: 0 15px; }
    div#home-tabs, div#news-tabs { background: #f8f8f8; padding: 0; }
    div#home-tabs h3, div#news-tabs h3 { width: 50%; height: 48px; border: none; }
    div#home-tabs h3 a, div#news-tabs h3 a { font-size: 14px; line-height: 24px; padding: 10px 0; height: 100%; color: #c7c7c7; border: none; background: none; }
    div#home-tabs h3 a span, div#news-tabs h3 a span { display: inline-block; vertical-align: top; line-height: 24px; }
    div#home-tabs h3 a.active, div#news-tabs h3 a.active { background: none; line-height: 24px;  color: #1c1c1c; }
    div#home-tabs h3 a.active span, div#news-tabs h3 a.active span { border-bottom: 4px solid #034ea1; padding: 0 5px; margin: 0; }
    div#home-tabs div.container { width: 100%; padding: 0; }
    div#news-tabs h3:first-child a { border: none; }
    div#home-info { width: auto; }
    div#promo-img { height: 200px !important; min-height: 0; }
    div#promo-img img#main-img { height: 200px; margin: 0 0 0 -550px; }
    div#missions div.mission-wide { width: auto; padding: 15px 0 0 0; float: none !important; }
    div#missions div.mission-wide > * { padding: 0 15px; }
    div#missions div.mission-narrow { float: none !important; text-align: center; }
    div#missions div.mission-box { background: #fff; margin: 0 0 5px 0; }
    div#missions div.mission-box:first-child div.expand { display: block; }
    div#missions div.mission-box div.expand { display: none; }
    div#promo-text p { padding: 15px 0; }
    div#promo-text h2 { font-size: 24px; line-height: 60px; }
    div#missions h3.mobile-header { font-size: 20px; line-height: 24px; text-align: left; margin: 0; padding: 10px 15px; border-bottom: 1px solid #ebebeb; display: block; cursor: pointer; }
    div#missions div.mission-wide h3 { display: none; }
    div#mschoa p, div#mschoa h3 { padding: 0 10px; }
    div#mschoa a.mschoa-more { margin: 0 10px; }
    div#missions div.chain-wide { width: auto; padding: 10px 10px 0 10px; float: none !important; text-align: left; }
    div#missions div.chain-narrow { width: auto; margin: 0 auto; float: none !important; border: none; padding: 0; }
    div#missions div.chain-narrow img.chain-decor { display: none; }
    div#missions div.mission-narrow img { box-sizing: border-box; }
    div#mschoa { padding: 30px 15px; box-sizing: border-box; }
    div#mschoa div.box { padding: 15px; background: #fff;}
    div#mschoa h3, div#mschoa p { padding: 0;}
    div#news-details h3 { margin-top: 0px; }
    div#news-details div#details-left { float: none; width: auto; }
    div#news-details div#gallery-text { padding: 0 15px;}
    div#news-details div#gallery-text p { width: auto !important; margin: 0 0 20px 0; }
    div#news-details div#details-right { float: none; width: auto; }
    div#news-details div#details-right h4 { width: 65%; float: left; margin-left: 5%; }
    div#news-details div#details-right li img { width: 30%; }
    div#news-details div#details-right div#small-thumbs { width: auto; }
    div#news-details div#addthis-holder { min-width: 0; }
    div.stats-right { float: left; }
    div.news-archive div.news-archive-box table td { padding: 10px 5px; vertical-align: top; }
    div.news-archive div.news-archive-box table ul li { line-height: 20px; }
    div#figures h3 { font-size: 20px; line-height: 20px; padding: 10px; }
    div#figures div.table-mobile { overflow-x: auto; }
    div#figures table td { font-size: 12px; padding: 5px 10px; line-height: 16px; }
    div#figures table.key-table .super { font-size: 7px; }
    div#figures table.key-table.big-heading tr:first-child td { font-size: 12px; padding: 10px 10px; }
    div#figures div#stats-holder { padding: 15px 0; }
    div#stats img { width: 100%; }
    div#figures div#pirated-map iframe { width: 100% !important; }
    div#figures div.stats-lower div.stats-left ul li { font-size: 10px; line-height: 16px; }
    div#figures div.filter-cals label { clear: both; width: 50px; margin-bottom: 5px; }
    div#figures div.filter-cals input[type="text"] { margin-bottom: 5px; }
    div#figures div.filter-cals input[type="submit"] { margin-left: 62px; clear: both; }
    div#figures div#filters { padding: 10px 0; }
    div#figures div#filters div.chbx-holder label { font-size: 10px; line-height: 12px; margin: 0 0 0 5px; }
    div#figures div#filters div.chbx-holder input[type="checkbox"] { display: block; }
    div#news-tabs div.container { width: auto; }
    div#news-tabs h3 { width: 50%; }
    .ca-container { width: auto !important; }
    div.media-slider-holder img.media-shadow { display: none; }
    div#media h3 { text-align: left; padding: 0 10px; }
    div#media h3 a#view-all { width: 110px; background-position: top center; }
    ul.bxslider li div.promo-text img.shadow-up { display: none; }
    footer { height: 115px; }
    footer img#footer-logo { width: 70px; }
    footer ul li { float: left; margin: 0 0 0 15px; }
    footer ul li a { font-size: 12px; }
    footer p#copy { margin: 0; }
    footer a#id-logo { margin: 0 5px 0 0; clear: both; }
    footer div#footer-nav { float: left; text-align: left; margin: 20px 5px 0 0; padding: 0 0 0 15px; }
    footer div#footer-nav li { margin: 0 15px 0 0; }
    .showcase, .showcase-content { width: auto !important; height: auto !important; border: none !important; }
    .showcase-content-container { width: auto !important; height: 300px !important; border: none !important; }
    .showcase-content img { width: 100%; height: auto !important; }
    .showcase-thumbnail-container { display: none; }
    .showcase-arrow-previous { left: 0 !important; top: 50% !important; }
    .showcase-arrow-next { right: 0 !important; top: 50% !important; }
    div#news-details { padding: 0 15px; box-sizing: border-box; }
    div#news-details h2 { margin: 0 0 15px 0; padding: 0 15px; }
    div#news-details div#details-left { padding-top: 15px; }
    div#news-details div#details-left, div#news-details div#details-right { background: #fff; border: none; }
    div#contact-left { width: auto; float: none; }
    div#contact-right { width: auto; float: none; clear: both; }
    div#contact-right h3 { text-align: center; }
    div#contact-right form input[type="text"], div#contact-right form textarea { width: 90%; }
    div#contact-right form input[type="submit"] { float: none; margin-left: 20px; }
    div#map-holder, div#captcha-holder { display: none; }
    div#home-address h6 { padding: 30px 10px 0 10px; margin-top: 0; }
    div#pirated-map { width: auto !important; }
    div#news-holder, div#home-info {
        margin: 0;
        padding: 15px 15px 50px 15px;
        width: auto;
        background: none;
    }
    div#home-info {
        border: none;
        padding-bottom: 0;
    }
    div#home-info div.container {
        background: #fff;
        padding: 15px;
        box-sizing: border-box;
    }
    div#home-info div#info-text {
        padding: 10px 0 0 0;
    }
    div#news-holder div.news-box {
        position: static !important;
        width: 100%;
        margin: 0 0 15px 0;
        box-sizing: border-box;
    }
    div#news-holder div.news-box img.news-img, div#news-holder div.news-box img.attachment-medium_post_thumbnail {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    div#home-info div#info-img-holder img {
        height: auto;
    }
    div#missions, div#language-bar  {
        padding: 0 15px;
        box-sizing: border-box;
    }
    div#language-bar {
        padding-top: 15px;
    }
    div#missions div.mission-box {
        padding: 0; 
    }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .showcase-content-container { height: 200px !important; }
}

@media print{
    body, section#content{
        background: #fff !important;
    }
    header, footer, #details-right, #share, .showcase-thumbnail-container { display: none; }
    #details-left, #showcase, div#gallery-text p { width: 100% !important; }
    #showcase { text-align: center; margin: 25px auto 0 auto !important; }
    #showcase img { display: block; margin: 0 auto; position: relative; }
    div#news-details, body { padding: 0 !important; }
    #gallery-text p{
        font-family: "arial", sans-serif !important;
        font-size: 11pt !important;
    }
    #language-bar, #promo #promo-img{
        display: none;
    }
    a{
        color: #333333;
        text-decoration: underline;
    }
    a:link:after, a:visited:after {
        content: " (" attr(href) ") ";
    }
    .print_footer{
        display: block !important;
    }
    div#news-details div#language-bar{
        display: none;
    }
    .showcase, .showcase-content-container, div#news-details div#details-left, div#news-details div#gallery-text{
        border: none !important;
    }
    .showcase div{
        width: 100% !important;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .print_footer{
        color: #1c1c1c;
        font-family: arial !important;
        font-size: 12px !important;
        margin-top: 20px;
        page-break-inside: avoid;
    }
    .print_footer table.footer{
        border-top: 1px solid #7A7A7A;
        padding-top: 10px;
        margin-top: 5px;
    }
    .print_footer table.footer td.left{
        text-align: center;
        padding-top: 10px;
        padding-left: 50px;
    }
    .print_footer table.footer td.right{
        padding-top: 10px;
    }
    .print_footer h4.footer{
        font-family: arial !important;
        font-size: 20px !important;
        font-weight: bold;
    }
    div#news-details div#gallery-text{
        padding: 0;
    }
    div#news-details h2, div#news-details span.news-date{
        margin: 0;
        padding: 0;
    }

    .showcase-arrow-previous, .showcase-arrow-next{
        display: none;
    }
    .showcase-content-container *{
        display: block;
        width: auto !important;
    }
    div#news-details span.news-date{
        color: #1C1C1C;
        background: none;
    }

    .mission-box{
        page-break-inside: avoid;
    }
    .mission-box{
        page-break-inside: avoid;
    }
    .chain-of-command .mission-box{
        page-break-inside: auto;
    }
}


/* #Font-Face
================================================== */

@font-face {
    font-family: 'Asap';
    src: url('fonts/asap-regular-webfont.eot');
    src: url('fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/asap-regular-webfont.woff') format('woff'),
        url('fonts/asap-regular-webfont.ttf') format('truetype'),
        url('fonts/asap-regular-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Contact us menu items */
header div#top div#menu-drop ul#menu-contact-us-submenu  {
    margin-left: 43px;
    width: 100px;
}

header div#top div#menu-drop ul#menu-about-us-submenu li:last-child {
    white-space: nowrap;
}
