@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700&subset=latin,latin-ext);
@font-face {
    font-family: 'din';
    src: url("/layout/fonts/dincond-blackalternate-webfont");
    src: url("/layout/fonts/dincond-blackalternate-webfont?#iefix") format("embedded-opentype"), url("/layout/fonts/dincond-blackalternate-webfont.svg") format("svg"), url("/layout/fonts/dincond-blackalternate-webfont.woff") format("woff"), url("/layout/fonts/dincond-blackalternate-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal; }

@font-face {
    font-family: 'din';
    src: url("/layout/fonts/dinpro-light.eot");
    src: url("/layout/fonts/dinpro-light.eot?#iefix") format("embedded-opentype"), url("/layout/fonts/dinpro-light.svg") format("svg"), url("/layout/fonts/dinpro-light.woff") format("woff"), url("/layout/fonts/dinpro-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal; }

body.noslider .content {
    padding-top: 8em;
}

div.fb-page.fb_iframe_widget {
    width: 100%;
    overflow: hidden;
}

/* Article content styles */

.article-content h1 {
    font-size: 2em !important;
    font-weight: bold;
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    margin: 0.25em 0;
}

.article-content h2 {
    font-size: 1.8em !important;
    font-weight: bold;
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    margin: 0.25em 0;
}

.article-content h3 {
    font-size: 1.6em !important;
    font-weight: bold;
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    margin: 0.25em 0;
}

.article-content h4 {
    font-size: 1.4em !important;
    font-weight: bold;
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    margin: 0.25em 0;
}

.article-content h5 {
    font-size: 1.25em !important;
    font-weight: bold;
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    margin: 0.25em 0;
}

.article-content h6 {
    font-size: 1.1em !important;
    font-weight: bold;
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    margin: 0.25em 0;
}

.article-content blockquote {
    margin: 0;
    font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    color: #929292;
}

.article-content ul,
.article-content ul li {
    margin: 0;
    font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    color: #929292;
}

/* ----- */

.briefing .newscontainer .blog {
    /* position: relative !important; */
    margin-bottom: 1em;
}

.content {
    width: 90%;
    margin: 0 auto;
    padding-top: 0.5em;
    padding-bottom: 2em;
    position: relative;
}

article p.lead {
    font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif !important;
    font-size: 1.2em !important;
    margin-top: 0.5em !important;
}

article p.lead + .tag {
    margin-bottom: 1em;
}

article p.lead + .tag span {
    font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
    background-color: #a6141d;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.25em 0.75em;
    margin-right: 1em;
    font-weight: bold;
    font-size: 1em;
}

article p.lead:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    margin: 0.75em auto 0;
    background-color: #cacaca;
}

.error {
    width: 66.66%;
    text-align: center;
    padding-top: 10em;
}

.didyouknow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.75);
}

.didyouknow header {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 1em;
    position: relative;
}

.didyouknow header h3 {
    font-size: 1.5em;
}

.didyouknow header h4 {
    padding-top: 1em;
    font-size: 1.2em;
}

.didyouknow header .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em;
    font-weight: lighter;
    padding: 0.3em 0.75em;
}

.didyouknow img {
    width: 40%;
    margin: 0 auto;
    display: block;
}

.didyouknow .aside-content {
    background-color: #fff;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 1em;
}

.didyouknow .aside-content p {
    font-size: 1.25em;
}

article .videoWrapper {
    position: relative;
    padding-bottom: 56%;
    padding-top: 25px;
    height: 0;
    width: 100%;
}

article .videoWrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 101%;
    border: 0;
    margin: 0;
    padding: 0;
}

article .videoWrapper img {
    width: 100%;
    top: 0;
    position: absolute;
}

section {
    width: 66.66%;
    float: left; }

section article {
    margin: 0;
}

.more-btn {
    display: block;
    text-align: center;
    padding: 2.5em;
    position: absolute;
    bottom: -8em;
    width: 66.66%;
    cursor: pointer;
}

.related_news article {
    width: 24% !important;
    float: left;
    margin: 1% 0.5%;
}

.related_news article iframe,
.related_news article video,
.related_news article img {
    width: 100% !important;
}

.related_news article .tag {
    display: none;
}

.related_news article .date {
    text-transform: uppercase;
    padding: 1em 0;
    width: 95%;
    margin: 0 auto;
    position: relative; }

.related_news article .date span {
    font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    display: inline-block;
    background-color: #fff;
    color: #7f7f7f;
    font-size: 1em;
    padding: 0;
    position: relative;
    z-index: 190; }

.related_news article .article-content h3 {
    font-size: 1.15em !important;
    margin-top: 1em !important;
}

.related_news article .article-content p {
    display: none !important;
}

.article-content p img {
    width: 100%;
    height: auto;
}

.newscontainer {
    position: relative;
    widtH: 100%;
}

.briefing-boxes .blog {
    color: #fff !important;
    background-color: #043461;
}

.briefing-boxes .blog .article-content .date span {
    background: transparent;
    color: #fff;
}

.briefing-boxes .blog .article-content p {
    color: #fff;
}

article {
    background-color: #fff;
    margin: 10px 0 10px 10px;
    box-shadow: 2px 0 3px rgba(36, 36, 36, 0.21);
    -webkit-box-shadow: 2px 0 3px rgba(36, 36, 36, 0.21); }
article header {
    position: relative; }
article header:before {
    content: '';
    background: none;
    height: auto; }
article header > img {
    display: block;
    width: 100%; }
article header > iframe {
    border: 0;
    display: block;
    width: 100%; }
article header .tag span {
    font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
    background-color: #a6141d;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.25em 0.75em;
    margin-left: 1em;
    font-weight: bold;
    font-size: 1em; }
article header .date {
    text-transform: uppercase;
    padding: 1em 0;
    width: 95%;
    margin: 0 auto;
    position: relative; }
article header .date:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #cacaca;
    position: absolute;
    top: 1.75em; }
article header .date span {
    font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
    display: inline;
    background-color: #fff;
    color: #7f7f7f;
    font-weight: bold;
    font-size: 1em;
    padding: 1em 1em 1em 0;
    position: relative;
    z-index: 190; }
article .article-content {
    padding: 0 1em 1em; }
article .article-content .attachement {
    padding: 1em 0 2.5em; }
article .article-content .attachement:before, article .article-content .attachement:after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background-color: #cacaca;
    position: relative; }
article .article-content .attachement:before {
    top: -10px; }
article .article-content .attachement:after {
    bottom: -15px; }
article .article-content .attachement a {
    font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0.5em 1em 0.5em 2em;
    color: #11416c;
    font-weight: bold; }
article .article-content .attachement a:before {
    content: url("/layout/images/document_icon.png");
    width: 17px;
    height: 23px;
    position: relative;
    top: 5px;
    left: -1em; }
article .article-content h3 {
    font-size: 1.8em !important;
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    font-weight: lighter; }
article .article-content p {
    font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    color: #646464;
    font-size: 1em;
    line-height: 18pt;
    margin-bottom: 0.75em; }
article .article-content p a {
    display: inline-block;
}
article .article-content.inner-article p a {
    color: rgb(59, 148, 217);
    text-decoration: underline;
    cursor: pointer;
}

article .article-content p.lead + .tag span {
    background-color: #cccccc !important;
}
article .article-content img.small {
    width: 25%;
    float: left;
    display: block;
    margin-right: 1.5em; }
article .article-content video {
    display: block;
    margin: 1em auto;
    width: 90%; }

aside {
    width: 33%;
    float: right; }
aside article {
    margin: 0 0 10px 10px;
}
aside header {
    background-color: #003362;
    padding: 0.25em;
    text-align: center;
    text-transform: uppercase; }
aside header:before {
    content: '';
    background: none; }
aside header h3 {
    font-family: 'LoraBold', Arial, Helvetica, sans-serif;
    color: #fff;
    /*border: 1px solid #fff;*/
    padding: 0.3em; }
aside header + img {
    width: 100%; }
aside .aside-content {
    text-align: center;
    padding: 1em; }
aside .aside-content p {
    margin: 0 0 1em;
    font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    font-size: 1.25em;
}
aside .aside-content .btn {
    font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    color: #009bf4;
    border-color: #009bf4; }
.prime .aside-content a {
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    font-size: 17px;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 1em;
    text-align: left;
    /* background: transparent url('/layout/images/a-arrow.png') no-repeat 0% 30%; */
}
.prime .aside-content a:hover {
    color: #003362;
}

.prime .aside-content a:last-child {
    border-bottom: 0;
}
/*
aside .aside-content a:after {
    content: '...';
    display: block;
    letter-spacing: 1pt;
    font-size: 1.5em;
    width: 100%;
    text-align: center; }
    */
aside .aside-content a:last-child:after {
    content: '';
}
aside .subscribe {
    background-color: #003362;
    color: #fff;
    text-align: center;
    padding: 1.25em;
    /* for now */
    display: none;
}
aside .subscribe h3 {
    font-family: 'LoraBold', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 0.75em; }
aside .subscribe p {
    font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    font-size: 1.15em; }
aside .subscribe input[type="email"] {
    font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border: 0;
    outline: none;
    padding: 1em;
    margin: 0.5em 0 1.75em;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
aside .subscribe button {
    font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1em 3em;
    display: inline-block;
    cursor: pointer;
}
aside .subscribe + article {
    /* for now */
    display: none;
}
aside .advertisement {
    padding: 0; }
aside .advertisement img {
    width: 100%;
    display: block; }
aside .twitter {
    padding: 0.25em;
}
aside .twitter img {
    display: block;
    margin: 0 auto;
}
aside .whoswho {
    background-color: #30557a;
    color: #fff;
    text-align: center;
    padding: 1.25em; }
aside .whoswho h3 {
    font-family: 'LoraBold', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 0.75em; }
aside .whoswho h3 span {
    font-size: 0.75em;
    display: block; }
aside .whoswho form {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 7px;
    border-radius: 7px; }
aside .whoswho form .tab-container {
    display: table;
    width: 102%;
    position: relative;
    bottom: -2px; }
aside .whoswho form .tab-container p.tab {
    display: table-cell;
    color: #787878;
    background-color: #f1f1f1;
    padding: 0.5em;
    margin: 0;
    border-right: 1px solid #b7b7b7; }
aside .whoswho form .tab-container p.tab.active, aside .whoswho form .tab-container p.tab:hover {
    color: #fff;
    cursor: pointer;
    background-color: #009bf4; }
aside .whoswho form input[type="text"] {
    width: 101%;
    display: table-cell;
    border: 0;
    padding: 1em; }
aside .whoswho form input[type="submit"] {
    width: 10%;
    position: absolute;
    border: none;
    bottom: 0.75em;
    right: 0;
    background: #fff url("/layout/images/search.png") no-repeat 50% 50%;
    cursor: pointer; }
aside .facebook img {
    width: 100%;
    display: block;
    margin: 0 auto; }

header {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff; }
header h1 {
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    display: inline-block;
    margin: 0.25em 0 0 4.5em;
    font-size: 1.5em;
    text-transform: uppercase; }
header h1 a {
    padding: 1em 0 0.8em 1.75em;
    /*
    padding: 0.8em 0 0.5em 1.75em;
    */
    background: transparent url("/layout/images/cimer.png") no-repeat 0 40%;
    background-size: 1.2em;
    line-height: 0.8em;
}
header h1 a span {
    display: none;
    /*
    display: inline-block;
    */
    width: 100%;
    font-size: 0.5em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ebac1d;
}
header nav {
    float: right;
    display: inline-block;
    padding: 1em; }
header nav ul.menu {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative; }
header nav ul.menu li.elem {
    display: inline-block;
    background: transparent url("/layout/images/separator.png") no-repeat center right;
}
header nav ul.menu li.elem:nth-child(5) {
    background: none !important;
}

header nav ul.menu li:nth-last-child(2),
header nav ul.menu .search {
    background: none !important;
}

header nav ul.menu li.social {
    width: 2.5em;
    height: 2.5em;
    display: inline-block;
}

header nav ul.menu li.social:last-child a {
    border: none
}

header nav ul.menu li.social a {
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
    width: 2.5em;
    height: 2.5em;
    display: inline-block;
    font-size: 1em;
    color: #dcdcdc;
}

header nav ul.menu li.social a.facebook {
    color: #fff;
    background-color: #3b5998;
}

header nav ul.menu li.social a.twitter {
    color: #fff;
    background-color: #55acee;
}

header nav ul.menu li.social a.instagram img {
    width: 100%;
    display: block;
    margin: 0 auto 0;
}

header nav ul.menu li.social:last-child {
    float: right;
    margin-left: 0.25em;
}

header nav ul.menu li.social a:hover {
    /* background: none; */
    /* color: #333; */
}

header nav ul.menu li.social:hover {
    background: none;
}

header nav ul.menu li.social a i {
    padding: 0.7em;
    min-width: 1em;
    display: block;
    text-align: center;
}

header .search.only_mobile {
    width: 100%;
    position: relative;
}

header .search.only_mobile a {
    position: absolute;
    top: 1.4em;
    right: 6.5%;
}

header .search.only_mobile input[type="text"] {
    width: 90%;
    display: block;
    margin: 0.75em auto;
    padding: 0.5em;
    font-size: 1em;
}

header nav ul.menu li.elem a {
    font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0.25em 0.75em; }
header nav ul.menu li.search a {
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
    width: 2.5em;
    height: 2.5em;
    display: inline-block;
    font-size: 1em;
    color: #dcdcdc; }
header nav ul.menu li.search a i {
    padding: 0.7em;
    color: #333; }
header nav ul.menu li input[type="text"] {
    display: none;
    position: absolute;
    top: -0.05em;
    right: 12.5em;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0.75em;
    font-size: 0.9em;
}
header nav ul.menu li input[type="text"].show {
    display: inline-block; }
header nav ul.menu li.search {
    width: 2.5em;
    height: 2.5em;
    display: inline-block; }
/* Submenu */
header nav ul.menu li ul {
    display: none;
    position: absolute;
    left: 0;
    text-align: left;
    background-color: #fff;
}
header nav ul.menu li:hover {
    background: transparent url("/layout/images/separator.png") no-repeat center right;
}
header nav ul.menu li:hover ul {
    display: inline-block;
    width: auto;
}
header nav ul.menu li ul li {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-image: none;
}
header nav ul.menu li ul li:hover {
    background: none;
}
header nav ul.menu li ul li:last-child a {
    color: #000;
    font-size: 1em;
    padding: 0.25em 0.75em;
    border: none;
    width: auto;
}
header .top-head {
    background-color: rgba(255, 255, 255, 0.95);
    margin: 0 auto;
    position: fixed;
    width: 100% !important;
    display: inline-block;
    z-index: 999; }
header .top-head:before {
    content: '';
    height: 4px;
    width: 100%;
    display: block;
    background: transparent url("/layout/images/hun.png") no-repeat top left;
    background-size: cover; }
header .top-head .top-head-inner {
    width: 1180px;
    margin: 0 auto; }
header .bottom-head {
    padding: 7.5em 0 1.5em;
    width: 100%;
    background: transparent url("/layout/images/sliderbg.jpg") no-repeat 50% -20%;
    background-size: cover;
    position: relative; }
header .bottom-head .slider .owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: url("/layout/images/prev.png") no-repeat top left; }
header .bottom-head .slider .owl-next {
    position: absolute;
    right: 0;
    top: 40%;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: url("/layout/images/next.png") no-repeat top left; }
header .bottom-head .slider .owl-pagination {
    text-align: center;
    width: 100%; }
header .bottom-head .slider .owl-pagination .owl-page {
    display: inline-block;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    margin: 0.75em 0.35em;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    -webkit-border-radius: 100%; }
header .bottom-head .slider .owl-pagination .owl-page.active, header .bottom-head .slider .owl-pagination .owl-page:hover {
    background-color: rgba(255, 255, 255, 0.8); }

/* Slider */

#slider-content {
    height: 24em;
}

#slider-content .slider-item {
    width: 88.5%;
    margin: 0 auto 0.5em;
    display: block;
    background-color: rgba(255, 255, 255, 0.78);
    overflow: hidden;
    position: relative; }
#slider-content .slider-item .text, #slider-content .slider-item video, #slider-content .slider-item .text, #slider-content .slider-item img.item-img, #slider-content .slider-item iframe {
    width: 50%;
    float: left; }

#slider-content .slider-item .rsVideoContainer {
    position: relative;
    padding-bottom: 28.2%;
    height: 0;
    width: 50%;
    float: right;
}

#slider-content .slider-item .rsVideoContainer img {
    top: 0;
    left: 0;
    width: 100%;
}

#slider-content .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
}

#slider-content .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}

#slider-content .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: url('/layout/css/skins/default/rs-default.png') no-repeat 0 -32px;
    background-color: rgba(0, 0, 0, 0.75);
}

#slider-content .rsPlayBtnIcon:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

#slider-content .rsVideoActive {
    height: 100% !important;
}

#slider-content .rsVideoActive iframe {
    width: 100% !important;
}

#slider-content .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

#slider-content .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('/layout/css/skins/default/rs-default.png') -64px 0;
    background-color: rgba(0, 0, 0, 0.75);*
}

#slider-content .rsBullets {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%;
    height: 1em;
    text-align: center;
}

#slider-content .rsBullets .rsBullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0.25em 0.35em;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

#slider-content .rsBullets .rsNavSelected,
#slider-content .rsBullets .rsBullet:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
}

#slider-content .rsArrow {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    display: block;
}

#slider-content .rsArrow.rsArrowRight {
    background: url("/layout/images/next.png") no-repeat top left;
    right: 0;
}

#slider-content .rsArrow.rsArrowLeft {
    background: url("/layout/images/prev.png") no-repeat top left;
    left: 0;
}

/*
#slider-content .slider-item .videoWrapper {
    position: relative;
    padding-bottom: 26%;
    padding-top: 25px;
    height: 0;
    width: 50%;
    float: right;
}

#slider-content .slider-item .videoWrapper .playvideo {
    position: absolute;
    z-index: 1200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#slider-content .slider-item .videoWrapper .playvideo img {
    margin: 0 auto;
    width: 35px;
    display: block;
    margin-top: 25%;
}
*/

#slider-content .slider-item .videoWrapper {
    position: relative;
    padding-bottom: 26%;
    padding-top: 25px;
    height: 0;
    width: 50%;
    float: right;
}

#slider-content .slider-item .videoWrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 101%;
    border: 0;
    margin: 0;
    padding: 0;
}

#slider-content .slider-item .text {
    padding: 3em 1.75em; }
#slider-content .slider-item .text h2 {
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 1.8em;
    color: #003362; }
#slider-content .slider-item .text p {
    color: #333;
    font-size: 1em;
    padding: 0.5em 0;
    font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}
#slider-content .slider-item .text a {
    font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
    margin-top: 0.5em;
}
#slider-content .slider-item .playbtn {
    position: absolute;
    top: 42%;
    right: 22%; }



/* Media Queries */

@media only screen and (min-width: 1180px) {

    .only_desktop {
        display: inline-block !important;
    }

    .only_mobile {
        display: none !important;
    }

    .menu-btn {
        display: none;
    }

    .content {
        width: 1180px;
        margin: 0 auto;
    }

    #slider-content .slider-item {
        width: 90%;
        margin: 0 auto 0.5em;
        display: block;
        background-color: rgba(255, 255, 255, 0.78);
        overflow: hidden;
    }

    header h1 {
        margin-left: 0;
    }

    header .top-head {
        width: 100%;
    }

    header .top-head nav {
        padding: 1.25em 0 1.25em 2em;
    }

    #slider-content .slider-item {
        width: 1180px;
    }

    footer .footer-inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 0.5em;
    }

}

@media only screen and (min-width: 960px)  and (max-width: 1179px) {

    #slider-content {
        height: 23em;
    }

    .only_desktop {
        display: inline-block !important;
    }

    .only_mobile {
        display: none !important;
    }

    header h1 {
        margin: 0.25em 0 0 4.55em;
        padding: 0.7em 0 0.8em 1.75em;
        background-position: 0 10%;
        float: left;
    }

    header .top-head .top-head-inner {
        width: 100%;
    }

    header nav {
        margin-right: 5.6em;
        padding: 0.8em 1em 1em 1em;
        float: right;
    }

    header nav ul.menu li a {
        font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
        display: block;
        text-transform: uppercase;
        padding: 0.35em 0.5em !important;
    }

    header nav ul.menu li.elem a {
        font-size: 0.85em;
        padding: 0.25em 0.5em 0.25em 0 !important;
    }

    header nav ul.menu li.social {
        vertical-align: top;
    }

    header nav ul.menu li.social a {
        padding: 0.7em !important;
    }

    header nav ul.menu li.social:last-child a {
        padding: 0 !important;
    }

    header nav ul.menu li.social:last-child a img {
        width: 100%;
        margin-top: 0;
    }

    header nav ul.menu li.social a i {
        padding: 0;
    }

    header nav ul.menu li.search a i {
        padding: 0.3em !important;
    }

    header nav ul.menu li:last-child a i {
        padding: 0;
    }

    header .bottom-head {
        padding: 14em 0 0;
    }

    #slider-content .slider-item {
        width: 83%;
    }

    #slider-content .slider-item .text {
        width: 43%;
        padding: 4em 2.75em;
    }

    #slider-content .slider-item .videoWrapper {
        padding-bottom: 30%;
    }

    #slider-content .slider-item .text h2 {
        font-size: 1.4em;
    }

    #slider-content .slider-item .text a {
        padding: 0.5em 1.75em;
    }

    #slider-content .slider-item video,
    #slider-content .slider-item img.item-img {
        width: 57%;
    }

    .content {
        width: 84%;
        margin: 0.8em auto 0;
    }

    aside {
        width: 32%;
        margin-left: 0.6%;
    }

    aside article {
        margin: 0 0 10px 14px;
    }

    aside .subscribe {
        padding: 1.25em 0;
    }

    aside .subscribe form {
        width: 90%;
    }

    aside header h3 {
        padding: 0.75em 0.65em;
    }

    aside .aside-content a {
        padding-left: 1.5em;
    }

    section {
        width: 66%;
    }

    .briefing .blog-content {
        width: 100% !important;
    }

    .briefing .article,
    .briefing .blue {
        width: 48% !important;
    }

    section article header .date {
        padding: 1.6em 0 1em;
    }

    section article header .date:after {
        top: 2.35em;
    }

    section article .article-content {
        padding: 0.25em 1em 1em;
    }

    section article .article-content p {
        font-size: 1.15em;
    }

    footer .footer-inner {
        width: 100% !important;
        padding: 0 7em;
    }

}

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

    .only_desktop {
        display: inline-block !important;
    }

    .only_mobile {
        display: none !important;
    }

    header h1 {
        margin: 0 0 0 1em;
        width: 25%;
        padding: 0;
        float: left;
        text-align: center;
    }

    header h1 a {
        padding: 1em 0 0.5em 1.5em;
        background: transparent url("/layout/images/cimer.png") no-repeat 5% 80%;
        background-size: 1.2em;
    }

    header nav {
        float: left;
        margin: 0.5em auto 0;
        text-align: center;
        width: 65%;
    }

    header .top-head .top-head-inner {
        width: 100%;
    }

    header .bottom-head {
        padding: 6em 0 0;
    }

    header nav ul.menu {
        text-align: right;
    }

    header nav ul.menu li a {
        padding: 0 0.5em;
    }

    header nav ul.menu .search input {
        width: 60%;
        margin: 0 auto;
        left: 0;
    }

    #slider-content .slider-item .text {
        padding: 2em;
    }

    .briefing .blog-content {
        width: 100% !important;
    }

}

@media only screen and (min-width: 720px)  and (max-width: 959px) {

    .only_desktop {
        display: none !important;
    }

    .only_mobile {
        display: inline-block !important;
    }

    .more-btn {
        display: block;
        text-align: center;
        padding: 2.5em;
        position: absolute;
        bottom: -8em;
        width: 100%;
    }

    .back-btn.more-btn {
        display: block;
        text-align: center;
        padding: 2.5em;
        position: absolute;
        bottom: -4em;
        width: 100%;
    }

    header h1 {
        margin: 0.65em 0 0 1em;
        width: 25%;
        padding: 0;
        float: left;
        text-align: center;
        font-size: 1.15em;
    }

    header h1 a {
        padding: 1em 0 0.5em 1.5em;
        background: transparent url("/layout/images/cimer.png") no-repeat 5% 80%;
        background-size: 1.2em;
    }

    header nav {
        float: left;
        margin: 0.5em auto 0;
        text-align: center;
        width: 70%;
        padding-right: 0;
    }

    header .top-head .top-head-inner {
        width: 100%;
    }

    header .top-head .top-head-inner h1 {
        width: 100%;
        display: block;
        text-align: center;
    }

    header .top-head .top-head-inner h1 a {
        padding: 1em 0 0.5em 1.5em;
        background: transparent url("/layout/images/cimer.png") no-repeat 39% 80%;
        background-size: 1.2em;
    }

    header nav {
        width: 100%;
        float: none;
    }

    header nav ul.menu {
        padding: 0;
        text-align: center;
    }

    header nav ul.menu li.elem a {
        padding: 0.25em 0.5em 0.25em 0 !important;
    }

    header nav ul.menu .search input {
        width: 60%;
        margin: 0 auto;
        left: 0;
    }

    header nav ul.menu li.social:last-child {
        float: none;
        position: relative;
        top: 0.95em;
        left: -0.2em;
    }

    header .bottom-head {
        padding: 6em 0 0;
    }

    #slider-content .slider-item {
        margin-bottom: 2em;
    }

    #slider-content .slider-item .text h2 {
        font-size: 1.2em;
    }

    .briefing {
        width: 100% !important;
    }

    .briefing .article,
    .briefing .blue {
        width: 48.5% !important;
    }

    .briefing .blog-content {
        width: 100% !important;
    }

    aside {
        width: 100% !important;
        float: none;
        padding-top: 3em;
        clear: both;
    }

    aside article {
        width: 49% !important;
        float: left !important;
        margin: 0 !important;
    }

    aside article.prime {
        margin-right: 2% !important;
    }

    footer .footer-inner {
        width: 100% !important;
        padding: 0 4em;
    }

}

@media only screen and (min-width: 320px) and (max-width: 719px) {

    .only_desktop {
        display: none !important;
    }

    .only_mobile {
        display: inline-block !important;
    }

    #slider-content {
        height: 38em !important;
    }

    #slider-content .slider-item .videoWrapper {
        position: relative;
        padding-bottom: 45%;
        padding-top: 25px;
        height: 0;
        width: 100%;
        float: none;
    }

    #slider-content .slider-item .videoWrapper iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 101%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    header .bottom-head {
        padding: 9em 0 1.5em;
    }

    header h1 {
        width: 100%;
        font-size: 1.8em;
        margin-left: 1em !important; }
    header h1 a {
        padding: 0.5em 0 0.5em 1.4em;
        background-position: 0 20%;
        background-size: 1em;
    }
    header .menu-btn {
        display: block;
        position: absolute;
        top: 1.8em;
        right: 1.5em; }
    header .menu-btn a {
        display: inline-block;
        width: 2em;
        height: 2em;
        background: transparent url("/layout/images/burger.png") no-repeat top left;
        background-size: 100%; }
    header nav {
        display: none !important;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 6.5em;
        left: 0;
        background-color: #fff; }
    header nav ul.menu {
        width: 100%;
        display: table;
        text-align: center;}
    header nav ul.menu li {
        background: none;
        text-align: center;
        width: 100%; }
    header nav ul.menu li a:hover {
        background: none;
    }
    header nav ul.menu li.social {
        margin: 0.5em;
    }
    header nav ul.menu li.social:last-child {
        float: none;
        position: relative;
        top: 0.95em;
        left: 0.25em;
    }
    header nav ul.menu li.search a {
        display: none !important; }
    header nav ul.menu li.search input[type="text"] {
        display: block !important;
        position: absolute;
        left: 0;
        top: 90%;
        width: 100%;
        height: auto; }
    header nav ul.menu li:hover {
        background: none;
    }
    /* Submenu */
    header nav ul.menu li ul {
        display: block;
        text-align: center;
        position: static;
        width: 100%;
    }
    header nav ul.menu li ul li:last-child a {
        color: #666;
        text-align: center;
        width: 100%;
    }
    header nav ul.menu li ul li a {
        color: #666;
    }
    header nav.opened {
        display: inline-block !important; }
    .briefing {
        width: 90% !important;
        margin: 0 auto;
    }

    header .top-head .top-head-inner {
        width: 100%;
    }

    .briefing article {
        width: 100% !important;
    }
    #slider-content .slider-item {
        width: 90%;
        margin: 0 auto 0.5em;
        display: block;
        background-color: rgba(255, 255, 255, 0.78);
        overflow: hidden; }
    #slider-content .slider-item .text, #slider-content .slider-item video {
        width: 100%;
        float: none; }
    #slider-content .slider-item video,
    #slider-content .slider-item img.item-img {
        width: 100%;
    }
    #slider-content .slider-item .playbtn {
        display: none;
    }
    #slider-content .slider-item .text {
        padding: 2em 1em; }
    #slider-content .slider-item .text h2 {
        font-size: 1.3em;
        color: #003362;
        margin-bottom: 1em; }

    #slider-content .rsVideoContainer {
        width: 100% !important;
        padding-bottom: 60% !important;
    }

    #slider-content .rsVideoActive {
        height: 100% !important;
    }

    #slider-content .rsVideoActive iframe {
        width: 100% !important;
    }

    .content {
        width: 100%; }
    section {
        width: 100%;
        float: none; }
    aside {
        width: 90%;
        margin: 6em auto 1em;
        float: none; }
    aside .aside-content p {
        font-size: 1.25em; }
    aside .aside-content a {
        font-size: 1.25em; }
    aside .whoswho form .tab-container p.tab {
        display: table-cell;
        color: #787878;
        background-color: #f1f1f1;
        padding: 1em;
        font-size: 1.25em;
        margin: 0;
        border-right: 1px solid #b7b7b7; }
    aside .whoswho form input[type="text"] {
        padding: 1.2em; }
    aside .whoswho form input[type="submit"] {
        bottom: 1.2em; }
    article .article-content h3 {
        font-size: 1.75em;
        margin-bottom: 0.5em; }
    article .article-content p {
        font-size: 1.4em;
        line-height: 1.5em; }
    article .article-content img.small {
        width: 50%;
        margin-right: 0.5em; }
    article .article-content .attachement {
        text-align: center; }
    article .article-content .attachement a {
        width: 100%;
        float: none;
        font-size: 0.9em;
        display: inline-block; }
    .prime .aside-content a {
        margin-bottom: 0.5em;
    }

    .related_news article {
        width: 95% !important;
        float: none;
        margin: 0.5em auto 0 auto;
    }

    aside {
        margin: 1em auto 0 auto;
        width: 95%;
    }

    aside article {
        width: 100%;
        margin: 0 auto 0.5em auto;
    }

    .news-more-btn.more-btn {
        width: 100%;
    }

    footer .footer-inner {
        width: 100% !important;
        padding: 0 2em;
    }
}


html {
    box-sizing: border-box; }

* {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit; }
*:before, *:after {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit; }

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0; }

input:hover,
input:active,
input:focus {
    outline: none;
    border: none; }

html {
    padding: 0;
    margin: 0;
    background-color: #f1f1f1; }

body {
    padding: 0;
    margin: 0;
    background-color: #f1f1f1;
    font-size: 100%;
    font-family: 'LoraRegular',Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, p, a, ul, li, span {
    margin: 0;
    padding: 0;
    display: block; }

a {
    text-decoration: none;
    color: inherit; }

.clear {
    content: '';
    clear: both; }

.btn {
    font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #303030;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0.5em 1.25em; }

body:after {
    content: '';
    height: 4px;
    width: 100%;
    display: block;
    background: transparent url("/layout/images/hun.png") no-repeat top left;
    background-size: cover; }

/* Fonts */
@font-face {
    font-family: 'roboto_condensedbold';
    src: url("/layout/fonts/roboto/robotocondensed-bold-webfont.eot");
    src: url("/layout/fonts/roboto/robotocondensed-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/layout/fonts/roboto/robotocondensed-bold-webfont.woff") format("woff"), url("/layout/fonts/roboto/robotocondensed-bold-webfont.ttf") format("truetype"), url("/layout/fonts/roboto/robotocondensed-bold-webfont.svg#roboto_condensedbold") format("svg");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'roboto_condenseditalic';
    src: url("/layout/fonts/roboto/robotocondensed-italic-webfont.eot");
    src: url("/layout/fonts/roboto/robotocondensed-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/layout/fonts/roboto/robotocondensed-italic-webfont.woff") format("woff"), url("/layout/fonts/roboto/robotocondensed-italic-webfont.ttf") format("truetype"), url("/layout/fonts/roboto/robotocondensed-italic-webfont.svg#roboto_condenseditalic") format("svg");
    font-weight: normal;
    font-style: normal; }

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

@font-face {
    font-family: 'LoraBold';
    src: url("/layout/fonts/lora/lora-bold-webfont.eot");
    src: url("/layout/fonts/lora/lora-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/layout/fonts/lora/lora-bold-webfont.woff") format("woff"), url("/layout/fonts/lora/lora-bold-webfont.ttf") format("truetype"), url("/layout/fonts/lora/lora-bold-webfont.svg") format("svg");
    font-weight: 700;
    font-style: normal; }

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

footer {
    background-color: #303030;
    color: #797979;
    padding: 1.5em 0;
    margin-top: 8em;
}
footer .footer-inner {
    width: 1180px;
    margin: 0 auto;
}

footer p {
    text-align: right;
    float: right; }
footer a {
    display: inline-block;
    text-align: left;
    padding-right: 1em;
    text-transform: uppercase; }

.briefing {
    margin-top: 0.75em;
    padding: 0 0.5em;
}

.content > h2 {
    font-family: 'LoraBold', Arial, Helvetica, sans-serif;
    width: 66.5%;
    float: left;
    text-align: center;
    padding: 0.5em;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: inline-block;
    margin-bottom: 0.5em;
    border: 1px solid #000; }

.briefing h2 {
    font-family: 'LoraBold', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 1.1em;
    padding: 0.5em;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 0.5em;
    border: 1px solid #000; }
.briefing h2 span {
    display: inline-block;
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    font-weight: lighter; }
.briefing {
    width: 66.66%;
    margin-top: 0;
    padding: 0; }
.briefing .briefing-boxes {
    display: inline-block;
    min-height: 10em;
    position: relative;
    width: 100%;
}
.briefing .blue {
    background-color: #003362;
    color: #fff;
    text-align: center;
    padding: 1em; }
.briefing .blue img {
    display: block;
    margin: 0 auto 1em;
    width: 40%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}
.briefing .blue h4 {
    font-size: 1.75em;
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    font-weight: lighter; }
.briefing .blog-content {
    width: 100% !important;
}
.briefing .blue,
.briefing .article {
    width: 48.75%;
    margin: 0 0 0.75em;
    padding: 0;
    float: left; }
.briefing article img {
    display: block;
    width: 100%; }
.briefing article iframe {
    display: block;
    border: 0;
    width: 100% !important;
    height: 100% !important;
}
.briefing article .article-content .date {
    text-transform: uppercase;
    padding: 0.25em 0;
    width: 100%;
    margin: 0.6em auto;
    background: transparent url("/layout/images/shape.png") repeat-x 50% 50%; }
.briefing article .article-content .date span {
    font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
    display: inline-block;
    background-color: #fff;
    color: #7f7f7f;
    font-weight: bold;
    font-size: 1em;
    padding: 0.25em 1em 0.25em 0;
}
.briefing article .tag span {
    font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
    background-color: #a6141d;
    letter-spacing: 1pt;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.5em;
    font-weight: bold;
    font-size: 0.9em; }
.briefing article .tag.speech span {
    background-color: #cba675; }
.briefing article h3 {
    font-size: 1.5em;
    margin-top: 0.5em; }
.briefing article p {
    color: #646464;
    font-family: 'LoraRegular','roboto_condensedregular', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
.briefing .blog-content {
    display: inline-block;
    width: 100% !important;
    background-color: #303030;
    color: #fff; }
.briefing .blog-content header {
    background-color: #003362;
    padding: 0.25em;
    text-align: center;
    text-transform: uppercase; }
.briefing .blog-content header h3 {
    color: #fff;
    font-size: 1.1em;
    font-family: 'LoraBold', Arial, Helvetica, sans-serif;
    /*border: 1px solid #fff;*/
    margin: 0 !important;
    padding: 0.65em; }
.briefing .blog-content header:before {
    content: '';
    background: none;
    height: auto; }
.briefing .blog-content .left-side {
    float: left;
    width: 47%;
    margin: 1.5%;
    padding-right: 2%; }
.briefing .blog-content .left-side img {
    width: 100%;
    display: block; }
.briefing .blog-content .left-side h4 {
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    margin: 0.5em 0;
    font-size: 1.75em; }
.briefing .blog-content .left-side h4:hover {
    color: #b7b749;
}
.briefing .blog-content .left-side p {
    font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    color: #fff; }
.briefing .blog-content .right-side {
    float: left;
    width: 47%;
    margin: 1.5%; }
.briefing .blog-content .right-side h3 {
    text-align: center;
    margin: 0 0 16px 0;
    font-size: 19px;
    border-bottom: 1px solid white;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.briefing .blog-content .right-side a {
    font-family: 'LoraRegular', Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 1.2em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #505050;
}
.briefing .blog-content .right-side a:hover {
    color: #b7b749;
}
.briefing .blog-content .right-side a:last-child {
    border-bottom: none;
}
/*
    .briefing .blog-content .right-side a:after {
        content: '...';
        display: block;
        width: 100%;
        height: 3px;
        text-align: center;
    }
*/
.briefing .blog-content .right-side a:last-child:after {
    content: ''; }

@media only screen and (min-width: 1600px) {

    header .bottom-head {
        background: transparent url("/layout/images/sliderbg2.jpg") no-repeat 0% 50%;
        background-size: cover;
    }

}
