@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidKufi-Regular.eot);
    src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/DroidKufi-Regular.woff2) format('woff2'),
    url(../fonts/DroidKufi-Regular.woff) format('woff'),
    url(../fonts/DroidKufi-Regular.ttf) format('truetype');
}
html{
    height: 100%;
    font-size: 62.5%; /* Equal to 10px */
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);    
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Droid Arabic Kufi', sans-serif;   
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
    height: 100%;
    background: #f9f9f9;    
    -webkit-font-smoothing: antialiased; 
    text-align: right;
    direction: rtl; 
}
body.pace-done{
    background: #777;
}
button, a{
    text-decoration: none;
    color: #333;
    outline: 0 transparent!important;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
a:hover{
    color:#549ecd; 
}
*, *:after, *:before{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box;   
}
table{
    width: 100%;
    border: 0;
}
h1, h2, h3, h4, h5{
    line-height: 1.3;
    margin: 0 0 12px;
}
h1{
    font-size: 2.6rem;
}
h2{
    font-size: 2.4rem;
}
h3{
    font-size: 2.2rem;
}
h4{
    font-size: 1.8rem;
}
h5{
    font-size: 1.6rem;
}
p{
    margin: 0 0 8px;
}       
hr {
    display: block;
    height: 1px;
    background: #333;
    border: 0;
    margin: 10px 0;
    padding: 0;
}
ul, ol{
    margin: 0 0 10px;
    padding: 0 20px 0 0 ;
}
li{
    margin: 0 0 2px;
    padding: 0;
}


.floatL{
    float: left!important;
}
.floatR{
    float: right!important;
}
.clearBoth{
    clear: both;
    display: block!important;
}
.icon-qv{
    margin-right: 6px;
}
#mobileNavBtn{
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 9;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #005696;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}
.loader{
    background: #fff url(../images/loader.gif) center no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -24px 0 0 -24px;
    z-index: 999;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}

img{
    border: 0;
    vertical-align: middle;
}
picture{
    display: block;
    margin: 0;
    text-align: center;
}
picture img{
    max-width: 100%; 
}
.photo{
    background: #fff url(../images/loader.gif) center no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.photo img{
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
a.photo:hover img, a:hover .photo img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pace-done .photo{
    background: transparent;
}
.pace-done .photo img{
    opacity: 1;
    filter: alpha(opacity=100);
}


/* Alerts */              
.alert{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 12px; 
}
.alert.success{
    color: #117711;
}    
.alert.error{
    color: #e51400;
}
.alert.info{
    color: #549ecd;
}
.notification{
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 25px 10px 35px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px 0;
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}              
.notification .close-btn {
    background: url(../images/icon-clear.png) center no-repeat;
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.notification.info{
    background-color: #549ecd;  
    background-image: url(../images/icon-notification.png); 
} 
.notification.error{
    background-color: #e51400;
    background-image: url(../images/icon-error.png);
} 
.notification.success{
    background-color: #117711;
    background-image: url(../images/icon-success.png);    
}
/* */


/* Listing */
.listing{
    position: relative;
}
.listing ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.listing li{
    margin: 0;
    padding: 0; 
}
.listing .holder{
    display: block;
    position: relative;
    overflow: hidden;
}
.listing .title{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    line-height: 22px;
    max-height: 66px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 3;   
}
.listing .date{
    display: block;
}  
.listing .summary{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.listing .details{
    display: block;
}
.listing .photo{
    z-index: 0; 
}
.listing .photo img{
    width: 100%;
    display: block; 
    position: relative;
    left: 0;
    top: 0;
}
.listing .btn.more{
    float: none;
    width: 200px;
    margin: 0 auto 20px;
}
/* */

/* banners */
.banner{
    text-align: center;
    position: relative;
}
.banner div,
.banner .holder{
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
}
.banner img{
    max-width: 100%;
}
.banner .label{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1rem;
    color: #7c7c7c;
    display: block;
}
.banner.middle-full{
    background: #f9f9f9;
}
.banner.middle-full .holder{
    max-width: 1280px;
}
.banner.double .banner{
    float: right;
    width: 49%;
}
.banner.double .banner:first-child{
    float:left;
}


/* Paging */
.page-numbering{
    margin: 20px 0;
    width: auto;
    height: 28px;
    clear: both;
    text-align: center;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    float: none!important;
    height: 28px;
    width: auto;
}
.page-numbering li{
    width: 28px!important;
    height: 28px;
    margin: 0 0 0 6px!important;
    padding: 0!important;
    border: 0!important;
    display: inline;
    text-align: center;
    float: left!important; 
    clear: none!important;
}
.page-numbering li:first-child{
    margin-left:0!important;
}
.page-numbering a{
    display: block;
    font-size: 1.5rem;
    line-height: 28px;
    color: #a8a8a8;
    background-color: transparent;
    position: relative;
    width: 28px;
    height: 28px;
    z-index: 1;
    border: 1px solid #a8a8a8;    
}
.page-numbering a .fa{
    display: block;
    text-align: center!important;
    font-size: 1.8rem!important;
    line-height: 26px!important;
    width: auto!important;
    height: auto!important;
    position: relative!important;
}
.page-numbering a:hover{    
    color: #549ecd;
    border: 1px solid #549ecd;
}
.page-numbering a.selected{    
    color: #fff;
    background-color: #549ecd; 
    border: 1px solid #549ecd;
}
/* */


/* Forms */
input, select, textarea, button{
    color: #333;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 1.4rem;
}
textarea {
    resize: vertical;
    min-height: 100px;
}
input, textarea{
    text-indent:15px;
}
select{
    text-indent:10px;
}

.form .input{
    float: right;
    position: relative;
    margin-bottom: 10px;
    width: 49%;
    height: 36px;
    border: 1px solid #ccc;    
}
.form .input input[type='text'],
.form .input input[type='password'],
.form .input input[type='email'],
.form .input input[type='tel'],
.form .input select{
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;    
    line-height: 36px;
    background: #fff;
    color: #a4a4a4;
    display: block;
}
.form .input select option{
    color: #333;
}
.form .input.full{
    width: 100%;
    clear: both;
}
.form textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
    clear: both;
    display: block;
}
.form .separator{
    float: right;
    margin-bottom: 10px;
    width: 2%;
    height: 36px;
}
.form.small .input{
    float: none;
    width: 100%;
    clear: both;
}
/* */


/* Contact info box */
.contact-info{

}
.contact-info table{
    width: auto;
    border: 0;
}
.contact-info td{
    padding-top: 6px ;
    direction: ltr;
    text-align: left;
    width: 80px;
}
.contact-info td:first-child{
    padding-left: 10px ;
    direction: rtl;
    width: auto;
    text-align: right;
}
.contact-info tr:first-child td{
    padding-top: 0;    
}
.contact-info .fa{
    font-size: 1.8rem;
}
/* */


/* Google Map */
.map{
    background: url(../images/loader.gif) center no-repeat;
    position: relative;
    height: 400px;
    overflow: hidden;
}
.map iframe{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
/* */


/* Btns */
.btn{
    display: block;
    position: relative;
    z-index: 0;
    float: left;
    height: 36px;
    padding: 0 30px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 36px;
    overflow: hidden;
    color: #549ecd;
    background: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.btn:before,
.btn:after{
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    background: #549ecd; 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;   
}
.btn:before{
    left: 0;
}
.btn:after{
    right: 0;
}

.btn.green{
    color: #fff;
    background: #549ecd;
}
.btn.green:before,
.btn.green:after{
    background: #003267;
}

.btn:hover{
    color: #fff;   
}
.btn:hover:before,
.btn:hover:after{
    width: 100%;
}

.btn .left{
    margin-right:10px; 
}
.btn .right{
    margin-left: 10px; 
}


/* */


/* Columns */
.col{
    float: left;
    border: 1px solid #bbb;
    text-align: center; 
}
.col1{
    width: 10%;
}
.col2{
    width: 20%;
}
.col3{
    width: 30%;
}
.col4{
    width: 40%;
}
.col5{
    width: 50%;
}
.col6{
    width: 60%;
}
.col7{
    width: 70%;
}
.col8{
    width: 80%;
}
.col9{
    width: 90%;
}
/* */


/* Holders */
header{
    position: relative;
}
header .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 997;
}

.black-bar{
    background: #000;
    padding: 0 40px;
    position: relative;
    z-index: 0;
    color: #fff;
    line-height: 30px;
    font-size: 1.1rem;
}
.black-bar .icon-republic{
    float: right;
}
.black-bar .other-sites{
    float: left;
}
.black-bar .other-sites select{
    margin-right: 8px;
    background: #fff;
    border: 0;
    height: 22px;
    line-height: 22px;
    font-size: 1.1rem;
    width: 180px;
}
.black-bar a{
    color: #fff;
}

.grey-bar{
    background: #d3d3d3;
    padding: 5px 40px 3px;
    position: relative;
    z-index: 0;
    color: #333;
    line-height: 30px;
    font-size: 1.1rem;
}
.grey-bar a{
    color: #333;
}
.grey-bar .today-date{
    float: right;
    margin-left: 25px;
}
.grey-bar .languages{
    float: right;
    padding: 6px 0; 
    line-height: 18px;
}
.grey-bar .languages a{
    float: right;
}
.grey-bar .languages a:first-child{
    margin-left: 10px;
    padding-left: 10px;
    border-left:1px solid #fff; 
}
.grey-bar .userarea{
    float: left;
    margin-left: 25px;
    padding: 6px 0; 
    line-height: 18px;
}
.grey-bar .userarea a, 
.grey-bar .userarea span{
    float: right;    
}
.grey-bar .userarea a:first-child{
    margin-left: 10px;
    padding-left: 10px;
    border-left:1px solid #fff;
}
.grey-bar .main-search{
    float: left;
    position: relative;
    height: 22px;
    background: #fff;
    width: 180px;
    margin-top: 3px;
}
.grey-bar .main-search input{
    outline: 0;
    width: 150px;
    background: transparent;
    line-height: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    font-size: 1.2rem;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0; 
    z-index: 2;
}
.grey-bar .languages a.selected,
.grey-bar .languages a:hover{
    color: #549ecd;
}
.grey-bar .main-search:after{
    content: "\f002";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #aaa;
    font-size: 14px;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    background: #fff;
    z-index: 1;
}
.grey-bar .hot-line{
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    line-height: 22px;
    color: #549ecd;
}
.grey-bar .hot-line .phone{
    background: url(../images/hot-line.png) no-repeat;
    width: 69px;
    height: 28px;
    float: left;
    margin-right: 10px;
}

.white-bar{
    background: #fff;
    padding: 0 40px;
    position: relative;
    z-index: 0;
}
.white-bar .center{
    background: url(../images/bg-flag.jpg) left center no-repeat;
}
.main-logo{
    display: block;
    float: right;
    margin: 12px 0;
}

.main-menu{
    background: #003167;
    padding: 0 40px;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.main-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu li{
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
}
.main-menu li a,
.main-menu li strong{
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 34px;
    line-height: 40px;
    position: relative;
    color: #fff;
}
.main-menu li a:hover{
    color: #549ecd; 
}
.main-menu li a.selected{
    background: #549ecd; 
    color: #fff;
}
.main-menu .fa-angle-down{
    margin-left: 10px; 
    line-height: 20px; 
    font-weight: 700;
    font-size: 1.6rem;
}
.main-menu .center{
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*.main-menu li:first-child{
display: none;
}
.main-menu .sub-menu li:first-child{
display: block!important;
} */

.sub-menu {
    position: absolute;
    width: 240px; 
    background: #003167;
    z-index: 99;
    top: 100%;
    right: 20px;
    display: block;
    overflow: hidden;
    opacity:0;
    filter: alpha(opacity=0);
    max-height: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.sub-menu li{
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.sub-menu li .has-sub{
    position: relative; 
}
.sub-menu li .has-sub:before{
    content: "\f104";
    display: block;
    font-size: 1.4rem;
    position: absolute;
    height: 100%;
    width: 8px;
    text-align: center;
    left: 20px;
    top: 0;
    line-height: 42px;
    color: #fff;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sub-menu li a, .sub-menu li strong{
    font-size: 1.3rem;
    font-weight: 400;
    padding: 8px 20px;  
    line-height: 18px;
}
.main-menu .center > ul li:hover > .sub-menu{
    max-height: 500px;
    opacity:1;
    filter: alpha(opacity=100);
    overflow: visible;
}
.main-menu .center > ul li > .sub-menu > ul > li > .sub-menu{
    right: 240px;
    margin-top: -41px;
}

header .overlay{
    background: url(../images/bg-black60.png);
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 996;
    opacity:0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.panel-on{
    overflow: hidden;
}
.panel-on header .overlay{
    opacity:1;
    width: 100%;
}
.scrolled .main-menu{
    position: fixed;
}

footer{
    background: #777;
    padding: 10px 40px;
    position: relative;
}
footer .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    color: #fff; 
    font-weight: 700;   
    font-size: 1.2rem;
    line-height: 20px;
}
footer a{
    color: #fff;
}
footer a:hover, footer a.selected{
    color: #549ecd;
}
footer .copyrights{
    float: right;
    margin-left: 30px;    
}
footer .footer-links{
    float: right;    
}
footer .footer-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .footer-links li{
    float: right;
    margin: 0;
    padding: 0;
}
footer .footer-links a{
    display: block;
    padding-right: 20px;
    margin-right: 20px;
    border-right:1px solid #fff;
}
footer .footer-links li:first-child a{
    margin: 0;
    padding: 0;
    border: 0;
}
footer .social-links{
    float: left;
    display: none;
}
footer .social-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .social-links li{
    float: right;
    margin: 0 15px 0 0;
    padding: 0;
}
footer .social-links li:first-child{
    margin-right: 0;
}
footer .social-links li a{
    display: block;
    font-size: 1.8rem;
}

.toggle-btn{
    height: 18px;
    width: 80px;
    background: #777;
    margin: 0 auto -18px;
    position: relative;
    z-index: 9;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.toggle-btn.selected{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;  
    margin-bottom: 0;
}
.toggle-btn .fa{
    display: block;
    margin: 0 auto;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.toggle-btn .fa-angle-up{
    display: none;
}
.toggle-btn.selected .fa-angle-up{
    display: block;
}
.toggle-btn.selected .fa-angle-down{
    display: none;
}
.toggle-btn:hover{
    background: #549ecd;
    color: #fff;
}
.toggle-holder{
    background: #f9f9f9;
}

.links-holder{
    background: #f3f0f0 url(../images/bg-links-cedar.png) left center no-repeat;
    padding: 0 40px;
    display: none;
}
.links-holder .center{
    padding: 30px 0 10px;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}
.links-holder ul{
    margin: 0 0 20px 2.2%;
    padding: 0;
    float: right;
    width: 12.4%;
}
.links-holder ul:nth-child(7){
    margin-left: 0;
}
.links-holder h5{
    margin: 0;
    color: #003167;
    font-size: 1.3rem;
    margin-bottom: 18px;
}
.links-holder li h5 a{
    color: #003167;
}
.links-holder li{
    background: url(../images/links-dots.png) right center no-repeat;
    padding: 0 16px 0 0;
    margin: 0 0 2px 0;    
    list-style-position: inside;
    font-size: 1.3rem;
    list-style: none   ;
}
.links-holder li a{
    color: #7c7c7c;
}
.links-holder li a:hover,
.links-holder li a.selected{
    color: #549ecd;
}
.links-holder li:first-child{
    list-style: none;    
    padding-right: 0;
    background: transparent;
}
.links-holder ul:nth-child(8){
    clear: right;
}
.home .links-holder{
    display: block;
}

.main-content{
    padding: 40px 40px 30px;
    background: #f9f9f9;
    position: relative; 
    z-index: 2;
}
.main-content .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto; 
}
/* */

/* Home */
.main-slider{
    overflow: hidden;
    direction: ltr;
    height: 400px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.main-slider .slides{
    z-index: 0;
}
.main-slider li{
    height: 400px;
}
.main-slider li img{
    width: 1920px!important;
    height: 400px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    margin-left: -960px;
}
.main-slider .flex-control-nav{
    bottom: 100px;
    z-index: 3;      
}
.main-slider .flex-control-nav li{
    height: 16px;
    margin: 0 4px;
    line-height: 16px;
}
.main-slider .flex-control-paging li a{
    border: 2px solid #fff;
    background: transparent;
    height: 8px;
    width: 8px;
    top: 4px;
    position: relative;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box;   
}
.main-slider .flex-control-paging li a:hover, 
.main-slider .flex-control-paging li a.flex-active{
    background: #fff;
}
.main-slider .flex-control-paging li a.flex-active{
    height: 16px;
    width: 16px;
    border: 0 solid #fff;    
    top: 0;
}
.main-slider .holder{
    padding: 0 40px;
    position: relative;
    z-index: 2;
    height: 100%;
    direction: rtl;
}
.main-slider .center{
    margin: 0 auto;
    max-width: 1280px; 
    width: 100%;
    display: table;
    height: 100%;
}
.main-slider .cell{
    display: table-cell;
    vertical-align: middle;
}
.main-slider .details{
    max-width: 50%;
    color: #fff;         
}
.main-slider .title{
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 8px;
    text-shadow: 0 0 0 #000;
}
.main-slider .subtitle{
    font-size: 3.4rem;
    line-height: 1.3;
    margin-bottom: 18px;
    text-shadow: 0 0 0 #000;
}
.main-slider .btn{
    float: right;
}

.polls-holder .title{
    clear: both;
    font-size: 1.4rem;
    color:#474747;
    margin-bottom: 16px;
}
.polls-holder .listing ul{
    margin-bottom: 8px;
}
.polls-holder li{
    margin-bottom: 4px;
    position: relative;
    line-height: 20px;    
}
.polls-holder input[type='radio']{
    margin-left: 10px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 3px;
    outline: 0 transparent!important;
}
.polls-holder .percentage-holder{
    width: 60px;
    height: 20px;
    border: 1px solid #549ecd;
    position: absolute;
    left: 0;
    top: 0;
}
.polls-holder li span{
    margin-left: 70px;
    display: block;
}
.polls-holder .percentage-background{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #549ecd;
    height: 100%;
}
.polls-holder .percentage-number{
    line-height: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #003167;
    font-size: 1.2rem;
}
.polls-holder label{
    display: block;
    cursor: pointer;
    padding: 6px 10px;
    background: #90c0de;
    color: #fff;
}
.polls-holder .date{
    font-size: 1.3rem;
    color: #a7a7a7;
    margin-bottom: 4px;
}
.polls-holder .btn{
    float: right;
    margin-bottom: 0;
    margin-left: 10px; 
    background: #549ecd;
    color:#fff;
}
.polls-holder .btn:before,
.polls-holder .btn:after{
    background: #003167;
}
.polls-holder label.selected{
    color: #003167;
    font-weight: 700; 
}

.featured-ads,    
.polls-holder{
    float: right;
    width: 24%;
    margin-bottom:40px ;
}

.featured-news{
    width: 48%;
    margin: 0 2% 40px;
    float: right; 
}
.featured-projects{    
    margin-bottom: 40px;
}

.featured-projects .category,
.featured-ads .category,
.featured-news .category,
.polls-holder .category{
    background: #549ecd;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.featured-projects .content,
.featured-ads .content,
.featured-news .content,
.polls-holder .content{
    padding: 70px 20px 30px 20px;
    background: #fff;
    position: relative;
}     

.featured-ads,    
.polls-holder,
.featured-news{
    margin-top: -110px;
}

.listing.type1 li{
    margin-top: 10px;
    padding-top: 10px;
    border-top:1px solid #ccc; 
}
.listing.type1 li:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.listing.type1 .date{
    color: #009c40;
    font-size: 1.3rem;
    line-height: 1.1;
    margin-bottom: 4px;
}
.listing.type1 .title{
    color: #474747;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.type1 .holder:hover .title{
    color: #549ecd;
}

.listing.type2 li{
    margin-top: 21px;
}
.listing.type2 li:first-child{
    margin-top: 0;
}
.listing.type2 .date{
    color: #009c40;
    font-size: 1.3rem;
    line-height: 1.1;
    margin-bottom: 4px;
}
.listing.type2 .title{
    color: #474747;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.type2 .photo{
    float: right;
    width: 32%;
    margin-left: 20px; 
}
.listing.type2 .holder:hover .title{
    color: #549ecd;
}

.listing.type3 li{
    float: right;
    width: 23.5%;
    margin: 0 0 20px 2%;
}
.listing.type3 li:nth-child(4n){
    margin-left: 0;
}
.listing.type3 .photo{
    padding-bottom: 56.25%;
}
.listing.type3 .photo img{
    position: absolute;
}
.listing.type3 .details{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px 20px;
    background: url(../images/bg-blue80.png);
    background: rgba(0, 49, 103, 0.8);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.type3 .title{
    color: #f7f7f7;
    font-weight: 700;
    font-size: 1.4rem;
}
.listing.type3 .date{
    font-size: 1.3rem;
    color:#fff;
}
.listing.type3 .holder:hover .details{
    background: #549ecd;
}
.listing.type3 .category{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    display: block;
    margin: 0;
}
.listing.type3 .info strong{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
}
.listing.type3.featured li:nth-child(1n){
    width: 49%;
    margin-left: 2%;
    margin-bottom: 25px;
}
.listing.type3.featured li:nth-child(2n){
    margin-left: 0;
}
.listing.type3.featured li .title{
    font-size: 1.6rem;
}

.listing.type4{}
.listing.type4 li{
    margin-top: 20px;
    padding-top: 20px;
    border-top:1px solid #ccc;
}
.listing.type4 li:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.listing.type4 .photo{
    float: right;
    width: 30%;
    max-width: 240px;
    margin-left: 20px;
}
.listing.type4 .details{
    display: table-cell;
}
.listing.type4 .date{
    display: block; 
    font-size: 1.3rem;
    color: #ccc;  
    clear: both;  
}
.listing.type4 .title{
    color: #003167;
    font-weight: 700;
    font-size: 1.5rem;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.type4 .holder:hover .title{
    color: #549ecd;
}
.listing.type4 .category{
    margin-bottom: 10px;
    float: none;
    display: inline-block;
}

.listing.type5 li{
    float: right;
    width: 23.5%;
    margin: 0 0 20px 2%;
}
.listing.type5 li:nth-child(4n){
    margin-left: 0;
}
.listing.type5 .photo{
    padding-bottom: 56.25%;
    margin-bottom: 18px;
}
.listing.type5 .photo img{
    position: absolute;
}
.listing.type5 .details{
    position: relative;
}
.listing.type5 .title{
    color: #494949;
    font-size: 1.5rem;
    font-weight: 700;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.type5 .date{
    font-size: 1.3rem;
    color:#fff;
}  
.listing.type5 .holder:hover .title{
    color: #549ecd;
}


.educate-yourself{
    margin-bottom: 40px;
}
.educate-yourself .listing ul{
    /*display: -webkit-box;    
    display: -moz-box;        
    display: -ms-flexbox; 
    display: -webkit-flex;    
    display: flex;*/ 
}
.educate-yourself .listing li{
    float: right;
    width: 23.5%;
    margin-left: 2%;
    background: #fff;
    margin-bottom: 20px;
    clear: none;
    /*
    max-width: 300px;
    -webkit-box-flex: 1;     
    -moz-box-flex: 1;        
    -webkit-flex: 1;          
    -ms-flex: 1;             
    flex: 1;*/
}
.educate-yourself .listing li:nth-child(4n){
    margin-left: 0;
}
.educate-yourself .listing li:nth-child(4n+1){
    clear: right;
}
.educate-yourself .listing .photo{
    margin-bottom: 16px;
}
.educate-yourself .listing .details{    
    margin: 0 20px 16px;
}
.educate-yourself .listing .title{
    color: #434343;
    max-height: none;  
    overflow: visible;
    display: block;
    height: auto;
    font-size: 1.3rem;  
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}  
.educate-yourself .more-btn{
    width: 110px;
    background: #003167;
    color: #fff;
    padding: 8px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border:1px solid #003167;
}
.educate-yourself .more-btn:hover{
    background: #fff;
    color: #003167;
}

h2.sub-title{
    color: #003167;
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;    
}
h2.sub-title span{
    padding: 0 20px;
    background: #f9f9f9;
    position: relative;
    display: inline-block;
    line-height: 1;
}
h2.sub-title span:before,
h2.sub-title span:after{
    content: ""; 
    background: #003167;
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
}
h2.sub-title span:before{
    right: 100%;
}
h2.sub-title span:after{
    left: 100%;
}

.filter{
    background: #003167;
    margin-bottom: 20px;
}
.filter .content{
    padding: 20px 20px 10px 140px;
    position: relative;
}
.filter input,
.filter select{
    width: 19%;
    color: #a4a4a4;
    float: right;
    margin-left: 1%;
    padding: 0;
    background: #fff;
    border: 0;
    height: 36px;
    margin-bottom: 10px;
    line-height: 36px;
}
.filter select option{
    color: #333;
}
.filter .btn{
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 0;
    width: 120px;
    background: #fff;
    color: #003167!important;
}
.filter .btn:hover{
    color: #fff!important;
}


/* Details */
article .date{
    color: #7c7c7c;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 2px;
}
article .title{
    color: #003167;
    font-size: 2rem;
    margin-bottom: 16px;
    font-weight: 700;
}
article .details{
    text-align: justify; 
}
article .info strong{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid;
    display: inline-block;
    line-height: 1.1;
}
article .info strong:first-child{
    padding: 0;
    margin: 0;
    border: 0;
}

article .photo-gallery{
    float: left;
    width: 50%;
    margin-right: 3%;
    margin-bottom: 16px;
    direction: ltr;
}
.photo-gallery .preview-area{
    background: url(../images/loader.gif) center no-repeat;
    position: relative;
    padding-bottom: 56.25%;
}
.photo-gallery .preview-area img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; 
}
.photo-gallery .preview-area iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 0;
    opacity: 0;
}
.photo-gallery .preview-area .active{
    z-index: 1;
}
.photo-gallery .thumb-holder{
    height: 137px;
    width: 100%;
    position: relative;
    overflow: hidden;
    opacity:0;
}
.pace-done .photo-gallery .thumb-holder{
    opacity:1;
}
.photo-gallery ul{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;   
    height: 127px;  
    overflow: hidden;
}
.photo-gallery li{
    margin: 10px 0 0 10px;
    padding: 0;
    float: left;
    height: 117px;  
    display: inline;
    position: relative;
}
.photo-gallery li:first-child{
    margin-left:0;
}
.photo-gallery li a{
    background: url(../images/loader.gif) center no-repeat;
    height: 117px;
    display: block;  
    position: relative;
}
.photo-gallery li img{
    max-height: 117px;
    max-width: 100%;
    position: relative;
    z-index: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.photo-gallery li a.selected:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1; 
    border: 4px solid #003167;
}
.photo-gallery li .fa{
    position: absolute;
    z-index: 1;
    font-size: 50px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    text-align: center;
    left: 50%;
    top: 50%;              
    margin: -24px 0 0 -24px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    color: #003167;
}
.photo-gallery li .fa:before{
    position:relative;
    z-index: 1;
}
.photo-gallery li .fa:after{
    content:"";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    background: #fff;
    z-index: -1;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px; 
    border-radius: 30px; 
}
.photo-gallery li:hover .fa{
    color: #22cef6;
}
.tags{
    clear:both;
    margin: 20px 0;
}
.tags ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tags li{
    margin: 0 0 10px 10px;
    padding: 0;
    float: right;
}
.tags li a{
    display: block;
    padding: 0 15px;
    line-height: 32px;
    border: 1px solid #003167;
    font-size: 1.4rem;
}
.tags li a:hover{
    background: #003167;
    color: #fff;
}

.facebook-comments{
    max-width: 100%;
    margin-bottom: 40px;
}
.facebook-comments .fb_iframe_widget iframe{
    max-width: 100%;      
}
.facebook-comments .fb-comments{
    width: 100%!important;
}
.facebook-comments iframe{
    max-width: 100%;      
    width: 100%!important;
}

.share-btns{
    clear: both;
    margin-top: 10px;
    background: #ddd;
}
.share-btns [data-network="whatsapp"]{
    display: none!important;
}
#st_gdpr_iframe{
    left: auto!important;
    right: -5000px;
}

.docs-list{
    margin: 10px 0;
}
.docs-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.docs-list li{
    margin: 0 0 2px 0;
    padding: 0;  
    position: relative;  
}
.docs-list li a{
    display: inline-block;
    color: #003167;
}
.docs-list li .fa{
    margin-left: 8px;
}
.docs-list li a:hover{
    color: #22cef6;
}


/* Usefull Links */ 
.listing.links li{
    margin: 0 0 20px 2%;
    width: 49%;
    float: right;
}
.listing.links li:nth-child(2n){
    margin-left: 0;
}
.listing.links .title {
    color: #003167;
    font-weight: 700;
    font-size: 1.4rem;
    height: 22px;     
    margin-bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;  
}
.listing.links .holder{
    padding: 12px 46px 12px 20px;
    background: #fff; 
}
.listing.links .fa{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    line-height: 44px;
    height: 44px;
    width: 44px;
    color: #003167;
    text-align: center;
    display: block;
    font-size: 2.8rem;    
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; 
}
.listing.links .holder:hover{
    background: #003167;
}
.listing.links .holder:hover .title,
.listing.links .holder:hover .fa{
    color: #fff;
}

/* FAQ */
.listing.faq{
    margin-bottom: 20px;
}
.listing.faq li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
.listing.faq li:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.listing.faq .title {
    color: #003167;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 6px; 
    padding-left: 20px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.faq .title:after{
    content:"\f107";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-family: FontAwesome;
    font-size: 1.8rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.listing.faq .title.selected:after{
    content:"\f106";
}
.listing.faq .content{
    display: none;
}
.listing.faq .content p{
    margin: 10px 0 0;
}
.listing.faq .content p:first-child,
.listing.faq .content p:first-of-type{
    margin: 0;
}
.listing.faq .title:hover{
    color: #22cef6;
}

/* Departments */
.listing.departments{
    min-height: 200px;
}
.listing.departments ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.listing.departments li{
    width: 49%;
    margin: 0 0 20px 2%;
    padding: 0;
    float: right;    
}
.listing.departments li:nth-child(2n){
    margin-left: 0;
}
.listing.departments .holder{
    padding: 10px 20px;
    background: #fff;
}
.listing.departments .title {
    color: #003167;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.departments .holder:hover{
    background: #22cef6;
}
.listing.departments .holder:hover .title{
    color: #fff;
}

/* Historical Review */
.listing.timeline{
    float: right; 
    width: 38%;
}
.listing.timeline ul{
    background: url(../images/bg-timeline.png) center top repeat-y;
    padding-top: 40px;
    display: inline-block;
    width: 100%;
}
.listing.timeline li{
    width: 50%;
    margin:0 0 20px 50%;
    display: block;
    position: relative;
}
.listing.timeline li .date{
    font-size: 1.8rem;
    line-height: 1;
    display: block;
    color: #003167;
    font-weight: 700; 
    margin-bottom: 2px;
}  
.listing.timeline li .title{
    display: block;
    font-size: 1.5rem;
    color: #003167;         
}
.listing.timeline li .holder{  
    padding: 10px;
    margin: 0 0 0 20px;
    position: relative;
    display: block;
    overflow: visible;
    border: 1px solid #003167;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box;   
}
.listing.timeline li .holder .arrow{
    background: url(../images/arrow-timeline-right.png) center no-repeat;
    width:6px;
    height: 13px;
    position: absolute;
    left: -6px;
    top: 14px;
    z-index: 9;
    display: block;
}
.listing.timeline li .holder *{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.listing.timeline li .dot{
    position: absolute;
    left: -32px;
    top: 8px;
    background: #f2f2f2;
    width: 7px;
    height: 7px;
    border: 8px solid #b5b5b5;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box;  
}
.listing.timeline li .holder:hover{
    background: #003167;
    border-color:#003167;   
}
.listing.timeline li .holder:hover .date, 
.listing.timeline li .holder:hover .title{
    color: #fff;
}
.listing.timeline li .holder:hover .dot{
    background: #003167;
    border-color:#003167;
}
.listing.timeline li .holder.selected{
    background: #003167;  
    border-color:#003167;
}
.listing.timeline li .holder.selected .date,
.listing.timeline li .holder.selected .title{
    color: #fff; 
}
.listing.timeline li .holder.selected .dot{
    background: #003167;
    border-color:#003167;
}
.listing.timeline li:nth-child(even){
    margin-right: 50%;
    margin-left: 0;
}
.listing.timeline li:nth-child(even) .holder{
    text-align: left;
    margin-left: 0;
    margin-right: 20px;
}
.listing.timeline li:nth-child(even) .holder .arrow{
    background: url(../images/arrow-timeline-left.png) center no-repeat;
    left: auto;
    right: -6px;
}
.listing.timeline li:nth-child(even) .dot{
    left: auto;
    right: -33px;
}

.timeline-details{
    float: left;
    width: 58%; 
}
.timeline-details .title{
    color: #7c7c7c;
    font-size: 1.4rem;
    margin-bottom: 16px;     
}
.timeline-details .date{
    color: #003167;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 2px;
    font-weight: 700;
}


/* Contact /register */
.contact-info{
    float: right;
    width: 48%;
}
.contact-form{
    float: left;
    width: 48%;
}

.form .bloc{
    margin-bottom: 30px; 
}
.form .bloc h5{
    color: #22cef6;
    font-size: 1.6rem;
}
.form .checkbox{
    margin-bottom: 10px;
}
.form .checkbox input[type='checkbox']{
    margin-left: 8px;
    position: relative;
    top: 2px;
}
.form .checkbox.full label{
    display: block;
    margin-bottom: 2px;
}
.form .radio{
    margin-bottom: 10px;
}
.form .radio input[type='radio']{
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.foot-note{
    color: #777;
    font-size: 1.3rem;
    line-height: 1.6; 
    margin-bottom: 20px;
}

.contact-map{
    margin-bottom: 30px;
    overflow: hidden;
    height: 400px;   
}
.contact-map iframe{
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
}

/* Polls */
.listing.polls{
    margin: 20px 0;
}
.listing.polls .polls-holder{
    width: auto;
    margin: 0;
    float: none;
}
.listing.polls li{
    margin-bottom: 20px;
}
.listing.polls li li{
    margin-bottom: 8px;
}

.current-poll{
    margin-bottom: 40px;
}
.current-poll .polls-holder{
    width: auto;
    margin: 0;
    float: none;
}


@media print {
    body{
        background: #fff!important;
        margin: 0!important;
        padding: 0!important;
        font-size: 14px;
    }

    .main-search, 
    .main-menu, 
    .links-holder,
    .languages,
    .toggle-holder,
    .share-btns,
    footer{
        display: none!important;
    }

    .grey-bar .hot-line{
        margin-left: 0;
    }

    .black-bar{
        padding: 0 15px;
    }
    .grey-bar{
        padding: 0 15px;
    }
    .main-content{
        padding: 15px;
    }

    h2.sub-title{
        margin-bottom: 15px; 
    }
    h2.sub-title span{
        font-size: 18px;
    }
    article .date{
        font-size: 12px;
    }
    article .title{
        font-size: 15px;
    }

}