@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
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:#22cef6; 
}
*, *: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 18px 10px 0;
    padding: 0;
}
li{
    margin: 0 0 2px;
    padding: 0;
}

.floatL{
    float: left!important;
}
.floatR{
    float: right!important;
}
.clearBoth{
    clear: both;
    display: block;
}
.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: #000;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}
.loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 68px;
    height: 68px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -34px 0 0 -34px;
    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%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(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: #22cef6;
}    
.alert.error{
    color: #e51400;
}
.alert.info{
    color: #003267;
}
.notification{
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 40px 10px 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px 0;
    position: relative;
    text-align: right;
    background-repeat: no-repeat;
    background-position: 99% 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: #2288cc;  
    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;
    clear: both;
}
.listing li{
    margin: 0;
    padding: 0; 
    position: relative;
}
.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;
    line-height: 22px;
    -webkit-box-orient: vertical;
}
.listing .details{
    display: block;
}
.listing .photo{
    z-index: 0; 
}
.listing .photo img{
    width: 100%;
    height: 100%;
    display: block; 
    position: relative;
    left: 0;
    top: 0;
}
.listing .btn.more{
    float: none;
    width: 200px;
    margin: 0 auto 20px;
}
.listing .info{
    display: block;    
}
.listing .info strong{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.1;
}
.listing .info strong:first-child{
    padding: 0;
    margin: 0;
    border: 0;
}
/* */


/* 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:hover{
    color: #fff;      
    border: 1px solid #2288cc;
}
.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: #003167;
    border: 1px solid #003167;
}
.page-numbering a.selected{    
    color: #fff;
    background-color: #003167; 
    border: 1px solid #003167;
}
/* */


/* Forms */
input, select, textarea, button{
    color: #333;
    font-family: 'Droid Arabic Kufi', sans-serif;   
    font-size: 1.4rem;
}
textarea {
    resize: vertical;
    min-height: 90px;
}
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;
}

.form .security-box{
    float: right;
    position: relative;
    margin-bottom: 10px;
    width: 49%;
    height: 36px;
}
.form .security-box .input{
    width: auto;
    float: none;
    margin: 0 0 0 128px;
    height: 26px;
    line-height: 26px;
}
.form .security-box img{
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
}

.custom-upload {
    background: #fff;
    float: right;
    vertical-align: middle;
    width: 49%;   
    height: 36px;
    padding: 0; 
    color: #fff; 
    margin: 0 0 10px 0;  
    position: relative;
    cursor: pointer;
    line-height:36px;
    border: 1px solid #ccc;
}
.custom-upload input[type=file]{
    outline:none;
    position: relative;
    text-align: right;    
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width:100%;
    height:100%;
    cursor: pointer;    
}
.custom-upload .fake-file{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
}
.custom-upload .fake-file input{
    background: transparent;
    border: 0;
    padding: 0 ;
    margin: 0;
    height: 36px;
    width: 100%;
}
.custom-upload .fake-file:after{
    content: "\f093";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    z-index: 0;
    width: 36px;
    line-height: 36px;
    text-align: center;
    color: #5a5a5a;
    font-family: FontAwesome;
    font-size: 1.8rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -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;
}
.custom-upload:hover .fake-file:after{
    color: #bf2026;
}
/* */


/* Contact info box */
.contact-info table{
    width: 100%;
    border: 0;
}
.contact-info td{
    padding-top: 6px ;
    font-size: 1.5rem;
}
.contact-info td:first-child{
    padding-left: 10px ;
    text-align: center;
    width: 20px;
    text-align: center;
}
.contact-info tr:first-child td{
    padding-top: 0;    
}
.contact-info .fa{
    font-size: 1.8rem;
}
.contact-info .btn{
    float: right;
}
.contact-info p{
    text-align: justify;
}
/* */



/* Google Map */
.map{
    background: url(../images/loader.gif) center no-repeat;
    position: relative;
    height: 300px;
    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 20px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 36px;
    overflow: hidden;
    color: #fff!important;
    text-decoration: none!important;
    background: #003167;
    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: #22cef6; 
    -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:hover{
    color: #fff;   
}
.btn:hover:before,
.btn:hover:after{
    width: 100%;
}

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

.btn.small{
    width: 36px;
    height: 36px;
    padding: 0;
}
.btn.small .fa{
    margin: 0;
}

.col48{
    width: 48%;
}
.col49{
    width: 49%;
}


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

.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;
}

.blue-bar{
    background: #003267;
    padding: 5px 40px;
    position: relative;
    z-index: 0;
    color: #fff;
    line-height: 30px;
    font-size: 1.1rem;
}
.blue-bar a{
    color: #fff;
}
.blue-bar .today-date{
    float: right;
    margin-left: 25px;
}
.blue-bar .languages{
    float: right;
    padding: 6px 0; 
    line-height: 18px;
}
.blue-bar .languages a{
    float: right;
}
.blue-bar .languages a:first-child{
    margin-left: 10px;
    padding-left: 10px;
    border-left:1px solid #fff; 
}
.blue-bar .userarea{
    float: left;
    margin-left: 25px;
    padding: 6px 0; 
    line-height: 18px;
}
.blue-bar .userarea a, .blue-bar .userarea span{
    float: right;    
}
.blue-bar .userarea a:first-child{
    margin-left: 10px;
    padding-left: 10px;
    border-left:1px solid #fff;
}
.blue-bar .main-search{
    float: left;
    position: relative;
    height: 22px;
    background: #fff;
    width: 180px;
    margin: 3px 0 0;
}
.blue-bar .main-search input{
    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;
}
.blue-bar .languages a.selected,
.blue-bar .languages a:hover{
    color: #22cef6;
}
.blue-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;
}


.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: 8px 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 strong{
    cursor: default;
}
.main-menu li a,
.main-menu li strong{
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 5px 18px;
    line-height: 20px;
    position: relative;
    color: #fff;
}
.main-menu li a:hover{
    color: #22cef6; 
}
.main-menu li strong.selected,
.main-menu li a.selected{
    background: #22cef6; 
    color: #fff;
}
.main-menu .fa-angle-down{
    margin-left: 10px; 
    line-height: 20px; 
    font-weight: 700;
    font-size: 1.6rem;
}
/*
.main-menu .sub-menu{
width: 260px;
position: absolute;
top: 100%;
left: 50%;
z-index: 99;
margin-left: -130px;   
max-height: 0;
text-align: center;
background: #fff;
overflow: hidden; 
-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;
background: #003167;
}
.main-menu .sub-menu li{
float: none;
width: 100%;
padding: 0;
margin: 0;
border: 0;
border-top:1px solid #fff;
}
.main-menu .sub-menu li a{
line-height: 20px;
padding: 5px 10px;
font-size: 1.3rem;
}
.main-menu .sub-menu li a:hover{
background: #22cef6;
color: #fff;
}
.main-menu li:hover .sub-menu{
max-height: 400px;
}
*/
.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: 0;
    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;
}
.main-menu .center > ul li:hover > .sub-menu{
    max-height: 600px;
    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: #003167;
}
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;
}
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: #22cef6;
    color: #fff;
}

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

/* 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{
    padding-bottom: 30px;
    background: #f9f9f9;
}
.banner.middle-full .holder{
    max-width: 1280px;
}

/* Home */
.breaking-news{
    padding: 20px 40px 0;
    background: #f9f9f9;
}
.breaking-news .center{
    margin: 0 auto;
    max-width: 1280px;
    overflow: hidden;
    position: relative;
    height: 22px;  
}
.breaking-news ul{
    margin: 0;
    padding: 0;
    list-style: none;   
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: -4px;
}
.breaking-news li{
    /*float: right;*/
    margin: 0;
    padding: 0;
    display: inline-block;  
    letter-spacing: 0;
    direction: rtl;
}
.breaking-news .holder{   
    background: url(../images/cedar.png) right center no-repeat;
    padding-right: 40px;
    margin-left: 30px; 
    display: block;
    font-size: 1.3rem;
    color: #7c7c7c;
}
.breaking-news a.holder:hover{
    color: #22cef6;
}

.featured-prices{
    float: right;
    width: 27.5%;
    background: #fff;
    margin-bottom: 40px;
    margin-left: 2%;
    min-height: 295px;
}
.featured-generators{
    float: left;
    width: 27.5%;
    background: #fff;
    margin-bottom: 40px;
    min-height: 295px;
}

.featured-prices h2.sub-title,
.featured-generators h2.sub-title{
    line-height: 30px;
    height: 30px;
    font-size: 1.4rem;
    margin: 0;
    border-bottom: 1px solid #003167;
}
.featured-prices h2.sub-title span,
.featured-generators h2.sub-title span{
    display: block;
    background: #003167;
    color: #fff;
    padding: 0 15px;
    float: right;
}

/* 
.featured-prices .tabs{
border-bottom: 1px solid #003167;
}
.featured-prices .tabs ul{
margin: 0;
padding: 0;
list-style: none;
}
.featured-prices .tabs li{
float: right;
margin: 0;
padding: 0;
width: 50%;
text-align: center;
}
.featured-prices .tabs li a{
line-height: 30px;
font-size: 1.4rem;
color: #fff;
background: #fff;
color: #003167;
display: block;
}
.featured-prices .tabs li a.selected{
background: #003167;
color: #fff;
}
.featured-prices .tab-content{
display: none;
}
.featured-prices .tab-content ul{
margin: 0 0 21px;
padding: 0;
list-style: none;
}
.featured-prices .tab-content li{
background: url(../images/prices-li-dots.png) right center repeat-x;
margin: 0 0 10px;
padding: 0;
line-height: 24px;
} 
*/
.featured-prices .content,
.featured-generators .content{
    padding: 20px;    
}

.featured-prices .btn,
.featured-generators .btn{
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
}

.featured-prices .date,
.featured-generators .date{
    font-size: 1.1rem;
    float: right;
    color: #003167;
}

.featured-prices .date strong,
.featured-generators .date strong{
    font-size: 1.3rem;
    display: block;
}

.featured-prices .item,
.featured-generators .item{
    float: right;
    background: #fff;
    color: #7c7c7c;
    padding-left: 10px;
}

.featured-prices .price,
.featured-generators .price{
    float: left;
    background: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding-right: 10px;
    text-align: left;
    min-width: 84px;    
}

.featured-prices .price .arrow,
.featured-generators .price .arrow{
    line-height: normal;
    float: right;
    padding-left: 10px;
    width: 11px;
    height: 24px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.featured-prices .up .arrow,
.featured-generators .up .arrow{
    background: #fff url(../images/arrow-red.png) right center no-repeat; 
}

.featured-prices .down .arrow,
.featured-generators .down .arrow{
    background: #fff url(../images/arrow-green.png) right center no-repeat; 
}

.main-slider{
    float: right;
    width: 41%;
    background: #fff;
    margin-bottom: 40px;    
    direction: ltr;
}
.main-slider .slides{
    overflow: hidden;
}
.main-slider li img{
    width: 100%;
    z-index: 0;
    position: relative;
}
.main-slider .holder{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
    color: #fff;
    text-align: right;
    direction: rtl;
}
.main-slider .title{
    font-size: 1.5rem;
    padding-bottom: 18px;
    margin-bottom: 10px;
    position: relative;
}
.main-slider .title:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    background: #fff;
    height: 5px;
    width: 50px;
}
.main-slider .subtitle{
    font-size: 2.5rem;
    font-weight: 700;
}
.main-slider .flex-control-nav{
    direction: rtl;
    bottom: -28px;
}
.main-slider .flex-control-nav li{
    overflow: hidden;
    text-indent: 9999px;
}
.main-slider .flex-control-paging li a{
    width: 11px;
    height: 11px;
    background: transparent;
    border: 1px solid #909090;
    text-indent: 9999px
}
.main-slider .flex-control-paging li a:hover, .main-slider .flex-control-paging li a.flex-active{
    background: #22cef6;
    border: 1px solid #22cef6;
}

.featured-industries{
    background: #fff;
    float: left;
    width: 27.5%;
    min-height: 295px; 
    margin-bottom: 40px;
}
.featured-industries ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.featured-industries li{
    margin: 0;
    padding: 0;
    border-bottom:1px solid #f9f9f9;
}
.featured-industries li:first-child{
    border: 0;
}
.featured-industries a{
    display: block;
    background: #fff;
    font-size: 1.5rem;
    font-weight: 700; 
    color: #003167;
    padding: 15px 20px 15px 64px;
    position: relative ;
    z-index: 0;
}
.featured-industries .icon{
    position: absolute;
    left: 20px;
    top: 15px;
    display: block;
    width: 24px;
}
.featured-industries a:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #22cef6;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.featured-industries a:hover{
    color: #fff;
}
.featured-industries a:hover:before{
    left: 64px; 
}
.featured-industries h2.sub-title{
    padding: 15px 20px;
    margin: 0;
    font-size: 1.8rem;
} 

.featured-links{
    margin-bottom: 40px;
}
.featured-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.featured-links li{
    float: right;
    width: 32%;
    padding: 0;
    margin: 0 2% 0 0;
    position: relative;
}
.featured-links li:first-child{
    margin-right: 0;
}
.featured-links li .back{
    background-color: #003167;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto ;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;  
    -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 .75s ease-in-out;
}
.featured-links li .holder{
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    color: #fff;
    padding: 25px 20px;
    font-size: 2rem;
}
.featured-links li .icon{
    margin-left: 15px;
}
.featured-links li:hover .back{
    background-size: 110% auto ;
}

.category{
    line-height: 30px;
    background: #22cef6;
    color: #fff;
    padding: 0 12px;
    margin-bottom: 22px;
    display: block;
    font-size: 1.4rem;
    float: right;
}

.listing.type1{

}
.listing.type1 li{
    margin-top: 10px;
    padding-top: 10px;
    border-top:1px solid #ccc;
}
.listing.type1 li:first-child{
    margin: 0;
    padding: 0;
    border: 0;  
}
.listing.type1 .date{
    font-size: 1.3rem;
    color: #ccc;  
    margin-bottom: 4px;
}
.listing.type1 .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.type1 .summary{
    color: #7c7c7c;
    text-align: justify;
    font-size: 1.4rem;
    line-height: 20px;
    max-height: 160px;
    -webkit-line-clamp: 8;
    margin-top: 18px; 
}
.listing.type1 .more-btn{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #003167; 
    padding-top: 10px;
    margin-top: 18px;
    font-weight: 700;
    border-top:1px solid #ccc; 
}
.listing.type1 .more-btn .fa{
    margin-left: 8px;
}
.listing.type1 .holder:hover .title{
    color: #22cef6;
}
.listing.type1 .photo{
    float: right;
    width: 30%;
    max-width: 240px;
    margin-bottom: 10px;
    margin-left: 20px;  
}

.listing.type2{
    background: transparent;
}
.listing.type2 li{
    float: right;
    width: 23.5%;
    margin: 0 0 20px 2%;
    background: #fff;
}
.listing.type2 li:nth-child(4n){
    margin-left: 0;
}
.listing.type2 .holder{
    padding: 20px;
}
.listing.type2 .date{
    display: block; 
    font-size: 1.3rem;
    color: #ccc;  
    clear: both;  
    margin-bottom: 4px;
}
.listing.type2 .title{
    color: #003167;
    font-weight: 700;
    font-size: 1.5rem;
    clear: both;
    height: 66px;
    -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 .summary{
    color: #7c7c7c;
    text-align: justify;
    font-size: 1.4rem;
    max-height: 132px;
    -webkit-line-clamp: 6;
    margin-top: 18px; 
}
.listing.type2 .more-btn{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #003167; 
    padding-top: 10px;
    margin-top: 18px;
    font-weight: 700;
    border-top:1px solid #ccc; 
}
.listing.type2 .more-btn .fa{
    margin-left: 8px;
}
.listing.type2 .more-btn:hover{
    color: #22cef6;
}
.listing.type2 .holder:hover .title{
    color: #22cef6;
}

.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: #22cef6;
}
.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;
}

.featured-articles1{
    margin-bottom: 20px;
}
.featured-articles1 .col49{
    float: right;
}
.featured-articles1 .col49:first-child{
    margin-left: 2%;
}

.featured-articles1 .type1{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px; 
}

.featured-articles1 .listing.type2{
    width: 48%;
    float: right;
    margin-bottom: 20px;
    background: #fff;
}
.featured-articles1 .listing.type2:nth-child(2){
    margin-left: 4%;
}
.featured-articles1 .listing.type2 li{
    width: auto;
    float: none;
    margin: 0;
}
.featured-articles1 .listing.type2 .category{
    margin: 20px 20px 0 20px;
}
.featured-articles1 .listing.type2 .more-btn{
    margin: 0 20px 10px 20px;
}
.featured-articles1 .listing.type2 .title{
    height: auto;
}

.featured-articles1 .listing.type2 .holder,
.featured-articles1 .listing.type2 .summary,
.featured-articles1 .listing.type2 .title,
.featured-articles1 .listing.type2 .date{
    -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;
}
.featured-articles1 .listing.type2 .holder:hover{
    background: #22cef6;
}
.featured-articles1 .listing.type2 .holder:hover .date,
.featured-articles1 .listing.type2 .holder:hover .title,
.featured-articles1 .listing.type2 .holder:hover .summary{
    color: #fff;
}

.featured-articles1 .listing.type3 li:nth-child(1n){
    width: 48%;
    margin-left: 0;
}
.featured-articles1 .listing.type3 li:nth-child(2n){
    margin: 0 0 20px 4%;
}
.featured-articles1 .listing.type3 li:first-child{
    margin-left: 0;
    width: 100%;
    float: none;
}
.featured-articles1 .listing.type3 li:first-child .title{
    font-size: 1.8rem;
    line-height: 24px;
    max-height: 72px;
}

.know-us{
    float: right;
    width: 23.5%; 
    margin-left: 2%;
    margin-bottom:40px ;
}
.know-us .content{
    padding: 20px;
    background: #fff;
}
.know-us .listing li{
    margin-top: 22px;
}
.know-us .listing li:first-child{
    margin-top: 0;
}
.know-us .listing .title{
    background: url(../images/arrow-circle-left.png) left top no-repeat;
    color: #7c7c7c;
    font-size: 1.5rem;
    padding-left: 30px;
    -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;
}
.know-us .listing .holder:hover .title{
    color: #22cef6;
}

.polls-holder{
    float: left;
    width: 23.5%;
    margin-bottom:40px ;
}
.polls-holder .content{
    padding: 20px;
    background: #fff;
}
.polls-holder .title{
    clear: both;
    font-weight: 700;
    font-size: 1.4rem;
    color:#003167;
    margin-bottom: 10px;
}
.polls-holder .listing{
    padding-bottom: 8px;
}
.polls-holder li{
    margin-bottom: 8px;
    position: relative;
    line-height: 20px;
    color: #14385f;
}
.polls-holder input[type='radio']{
    margin-left: 10px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 3px;
    outline: 0 transparent!important;
}
.polls-holder .btn{
    float: right;
    margin-bottom: 0;
    padding: 0 30px;    
}
.polls-holder .percentage-holder{
    width: 60px;
    height: 20px;
    border: 1px solid #22cef6;
    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: #22cef6;
    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;
}
.polls-holder .category{
    float: none;
    display: inline-block;
    margin-bottom: 12px;
}
.polls-holder .date{
    font-size: 1.2rem;
    color: #a7a7a7;
    margin-bottom: 4px;
}

.featured-bids{
    width: 49%;
    float: right;
    margin-left: 2%;
    margin-bottom:40px ;
}
.featured-bids .content{
    padding: 20px;
    background: #fff;
    position: relative;
}
.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: #22cef6;
}
.listing.type4 .category{
    margin-bottom: 10px;
    float: none;
    display: inline-block;
}

h2.sub-title{
    font-size: 2.2rem;
    color: #003167;
    margin-bottom: 18px;
}
h5.sub-title{
    color: #003167;
}
h5.sub-title span{
    color: #000;
    font-size: 1.3rem;
}

.educate-yourself{
    margin-bottom: 40px;
}
.educate-yourself .category{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
.educate-yourself .listing{
    float: right;
    width: 23.5%;
    margin-right: 2%;
    background: #fff;
}
.educate-yourself .listing:first-child{
    margin-right: 0;
}
.educate-yourself .listing .photo{
    margin-bottom: 12px;
}
.educate-yourself .listing .details{
    border-top:1px solid #ccc;
    padding-top: 12px;
    margin: 12px 20px 0;
}
.educate-yourself .listing li:first-child .details{
    margin-top: 0;
    padding: 0;
    border: 0;
}
.educate-yourself .listing .title{
    color: #7c7c7c;
    font-weight: 700;
    max-height: 44px;  
    font-size: 1.4rem;  
    -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 .listing .holder:hover .title{
    color: #22cef6;
}
.educate-yourself .more-btn{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #003167; 
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 18px 20px 0;     
    font-weight: 700;
    border-top:1px solid #ccc; 
}
.educate-yourself .more-btn .fa{
    margin-left: 8px;
}
.educate-yourself .more-btn:hover{
    color: #22cef6;
}

.featured-media{
    margin-bottom: 20px;
}
.listing.type5 li{
    float: right;
    width: 23.5%;
    margin: 0 0 20px 2%;
}
.listing.type5 li:nth-child(4n){
    margin-left: 0;
}
.listing.type5 .holder{
    padding: 20px;
    background: #fff;
}
.listing.type5 .photo{
    padding-bottom: 56.25%;
    margin-bottom: 14px;
}
.listing.type5 .photo img{
    position: absolute;
}
.listing.type5 .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.type5 .holder:hover .title{
    color: #22cef6;
}
.listing.type5 .play-icon{
    position: absolute;
    top:50%;
    right: 50%;
    z-index: 1;
    display: block;
    font-size: 1.8rem;
    color: #fff;
    width: 40px;
    height: 40px;      
    line-height: 40px;      
    text-align: center;
    margin: -20px -20px 0 0 ;
    background: url(../images/bg-blue80.png);
    background: rgba(0, 49, 103, 0.8);
    -webkit-border-radius:100%;    
    -moz-border-radius:100%;    
    border-radius:100%;    
}

.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%;
    padding: 0;
    float: right;
    width: 18.4%;
}
.links-holder ul:nth-child(5){
    margin-left: 0;
}
.links-holder h5{
    margin: 0;
    color: #003167;
    font-size: 1.3rem;
}
.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{
    color: #003167;
}
.links-holder li:first-child{
    list-style: none;
    margin-bottom: 18px;
    padding-right: 0;
    background: transparent;
}
.links-holder ul:nth-child(6){
    clear: right;
}
.home .links-holder{
    display: block;
}


/* activities */
.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;
    line-height: 1.4;
    max-height: none;
}

/* 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 .subtitle{
    color: #003167;
    font-size: 1.6rem;
    margin-bottom: 16px;
    margin-top: -20px;
}
article .details{
    text-align: justify; 
}
article .details li{
    /*list-style-position: inside; */
}
article .btn{
    margin: 10px 10px 10px 0;
    float: left;
}
article .map{
    /*float: right;
    width: 40%;
    margin-left: 3%; */
    margin: 20px 0;
    clear: both;
}
article .category{
    float: none;
    display: inline-block;
}
article .details a{
    color: #003167;
    text-decoration: underline;
}
article .details a:hover{
    color: #22cef6;
}
article .details p[dir="ltr"]{
    text-align: left;
}

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;
    left: 0;
    top: 0; 
    background: #ddd;
    overflow: hidden;
}
.share-btns ul{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 42px;
}
.share-btns li{
    float: left;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;     
    text-align: center;
    overflow: hidden;
    position: relative;
}
.share-btns div{
    cursor: pointer;
}
.share-btns li a{
    display: block;    
    position: relative;
}
.share-btns li .fa{
    position: relative;
    z-index: 0;
    display: block;
    font-size: 2rem;
    line-height: 42px;
    color: #fff;
}
.share-btns li span{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0;
    padding: 0;
    opacity:0;  
    filter: alpha(opacity=0);
}
.share-btns .fa-facebook{
    background: #39579a;    
}
.share-btns .fa-twitter{
    background: #50aaf0;
}
.share-btns .fa-pinterest{
    background: #c00112;
}
.share-btns .fa-envelope{
    background: #777;
}
.share-btns .fa-print{
    background: #3f4850;
}   

#st_gdpr_iframe{
    right: -5000px!important;
    left: auto;
}

.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: block;
    color: #003167;
}
.docs-list li .fa{
    margin-left: 8px;
}
.docs-list li a:hover{
    color: #22cef6;
}

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 .info .phone,
article .info .website,
article .info .email{
    direction: ltr;
}



/* 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;
}

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

/* 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 */
.right-content{
    width: 23%;
    float: right;
}
.right-content .navigation{
    background: #003167;
    margin-top: 46px;
}
.right-content .navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.right-content .navigation li{
    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);
}
.right-content .navigation strong,
.right-content .navigation a{
    display: block;
    line-height: 1.8;
    padding: 8px 20px 8px 30px;
    color: #fff;
    font-size: 1.4rem; 
    background: #003167;
    position: relative;
    font-weight: 400;
}
.right-content .navigation strong:after,
.right-content .navigation a:after{
    content: "\f104";
    display: block;
    font-size: 1.8rem;
    position: absolute;
    height: 18px;
    line-height: 1;
    width: 8px;
    text-align: center;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    color: inherit;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.right-content .navigation strong:hover,
.right-content .navigation a:hover{
    color: #22cef6;
}
.right-content .navigation strong.selected,
.right-content .navigation a.selected{
    background: #22cef6;
    color: #fff;
}
.right-content .navigation strong.selected:after,
.right-content .navigation a.selected:after{
    content: "\f107";  
}
.right-content .navigation a.single.selected:after{
    content: "\f104";  
}


.right-content .navigation .sub{
    display: none;
}
.right-content .navigation .sub li{
    border: 0;
    box-shadow:0 0 0 ;
}
.right-content .navigation .sub a{
    padding: 8px 32px 8px 20px;
    color: #fff;
    background: #22cef6;
    font-size: 1.3rem;
}
.right-content .navigation .sub a:after{
    display: none;
}
.right-content .navigation .sub a:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    background: #fff;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -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;
}
.right-content .navigation .sub a:hover{
    color: #003167;
}
.right-content .navigation .sub a.selected{
    color: #003167;
}
.right-content .navigation .sub a.selected:before,
.right-content .navigation .sub a:hover:before{
    background: #003167;
}
.right-content .navigation li.selected .sub{
    display: block;
}

.left-content{
    width: 74%;
    float: left;
}


.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: 32%;
}
.contact-form{
    float: left;
    width: 64%;
}

.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;
}

/* 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;
}

/* Tables */
.table-holder{
    overflow: auto;
}
.table-holder table{
    width: 100%;
    min-width: 730px;
}
.table-holder th{  
    background: #003167;
    color: #fff;
    padding: 4px;
    text-align: center;
}
.table-holder td{
    background: #fff;
    padding: 4px;
    text-align: center;
}
.table-holder tr:nth-child(even) td{
    background: #eee;
}
.table-holder td .fa{
    margin-right: 5px;
}
.table-holder .fa-long-arrow-up{
    color: red;
}
.table-holder .fa-long-arrow-down{
    color: green;
}