@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');
}
@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidKufi-Bold.eot);
    src: url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/DroidKufi-Bold.woff2) format('woff2'),
    url(../fonts/DroidKufi-Bold.woff) format('woff'),
    url(../fonts/DroidKufi-Bold.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.5rem;
    line-height: 1.6;
    color: #000;
    height: 100%;
    background: #fff;
    direction: rtl;
    text-align: right;
    -webkit-font-smoothing: antialiased; 
}
button, a{
    text-decoration: none;
    color: #000;
    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:#0c6f3b; 
}
*, *: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.2;
    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 10px;
}       
hr {
    display: block;
    height: 1px;
    background: #000;
    border: 0;
    margin: 10px 0;
    padding: 0;
}
ul, ol{
    margin: 0 0 10px;
    padding: 0 0 0 16px;
}
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;
    position: relative;
    top: 1px;
}
#mobileNavBtn{
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    text-align: center;
    background: #fff;
    color: #bf2026;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}
.red-link{
    color:#bf2025;
    font-weight: 700;
}

.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: #bf2026;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}
.loader{
    background: #fff url(../images/loader.gif) center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -30px 0 0 -30px;
    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);
}

h2.sub-title{
    color: #0c6f3b;
    font-size: 2rem;
    margin-bottom: 14px ;
}
h2.sub-title.bordered{
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea; 
}
.grey h2.sub-title.bordered{
    border-color:#e7e7e7;
}
h3.sub-title{
    color: #0c6f3b;
    font-size: 1.8rem;
    margin-bottom: 14px ;
}
h4.sub-title{
    font-size: 1.6rem;
    margin-bottom: 14px ;
}

.red{
    color: #bf2025;
}
.green{
    color: #0c6f3b;
}
.arabic{
    /*text-align: right;
    direction: rtl;  */
}

/* Alerts */              
.alert{
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 16px; 
}
.alert.success{
    color: #0c6f3b;
}    
.alert.error{
    color: #bf2026;
}
.alert.info{
    color: #000;
}
.notification{
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 35px 10px 25px;
    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: 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;
    left: 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);    
}
/* */


/* Banners */
.banner{
    position: relative;
    text-align: center;
}
.banner .holder{
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
.banner img{
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}
.banner .label{
    font-size: 1.1rem;
    line-height: 20px;
    color: #717171;
    text-align: right;
    display: block;
}
.banner a{
    display: block;
}

.top-center{
    padding: 30px 40px 18px;
    background: #f4f4f4;
}
.top-center div, .top-center a,
.middle-center div, .middle-center a{
    max-width: 1200px;
}
.middle-center{
    padding: 30px 40px 18px;
    background: #f4f4f4;
}

.banner.left-side{
    margin-bottom: 10px;
}


/* 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;
    max-height: 60px;
    -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 .extra-info{
    display: block;
}
.listing .location{
    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;
}
/* */


/* Paging */
.page-numbering{
    margin: 10px 0 30px;
    width: auto;
    height: 30px;
    clear: both;
    text-align: center;
    direction: ltr;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 30px;
    width: auto;
    text-align: center;
    letter-spacing: -4px;
}
.page-numbering li{
    width: 30px!important;
    height: 30px;
    margin: 0 4px!important;
    padding: 0!important;
    display: inline-block;
    text-align: center;
    float: none!important; 
    border: 0!important;  
    letter-spacing: 0;
}
.page-numbering a{
    display: block;
    font-size: 1.5rem;
    line-height: 30px;
    color: #a8a8a8;
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 1;
    border: 1px solid #e7e7e7;    
}
.page-numbering a:hover{
    color: #000;      
}
.page-numbering a .fa{
    display: block;
    font-size: 18px;
    line-height: 26px;
}
.page-numbering a:after, .page-numbering a:before{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    width:100%;
    height: 0;
    background-color: #f1f5f8; 
    -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;
}
.page-numbering a:before{
    top:0;
}
.page-numbering a:after{
    bottom:0;
}
.page-numbering a:hover:before, .page-numbering a:hover:after{
    height:100%;
}
.page-numbering a.selected{    
    color: #000;
    background-color: #f1f5f8; 
}
/* */


/* Forms */
input, select, textarea, button{
    color: #000;
    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;
}
/* */


/* Contact info box */
.contact-info table{
    width: 100%;
    border: 0;
}
.contact-info td{
    padding-top: 6px ;
}
.contact-info td:first-child{
    padding-right: 10px ;
    text-align: center;
    width: 20px;
}
.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 20px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 36px;
    font-weight: 700;
    overflow: hidden;
    color: #fff;
    background: #bf2025;
    margin-bottom: 10px;
}
.btn:before,
.btn:after{
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    background: #0c6f3b; 
    -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, .btn.selected{
    color: #fff;   
}
.btn:hover:before, .btn.selected:before,
.btn:hover:after, .btn.selected:after{
    width: 100%;
}
.btn.small{
    padding: 0;
    width: 36px;
}

.btn .left{
    margin-left:10px; 
}
.btn .right{
    margin-right: 10px; 
}
.btn .icon{
    font-weight: 400;
}

.btn.all{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}


/* Holders */
header{
    position: relative;
}
header .top{
    padding: 20px 40px;
    background: #fff;
}
header .bottom{
    padding: 0 40px;
    background: #bf2026;
    left: 0;
    top: 0;
    right: 0;
    z-index: 998; 
}
header .center{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 40px;
}
header .main-logo{
    display: block;
    float: left;
}
header .main-logo img{
    max-width: 100%;
}
header .menu3 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
header .menu3 li{
    padding: 0 ;
    margin: 0;
    float: right;
    position: relative;
    direction: ltr;
}
header .menu3 li a{
    display: block;
    color: #fff;
    font-size: 1.3rem;
    line-height: 44px;
    position: relative;
    padding: 0 14px;
    border: 1px solid #bf2026;
    border-left:0;
}
header .menu3 li a:hover,
header .menu3 li a.selected{
    color: #bf2026;
    background: #fff;
}
header .main-menu{
    -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;
}

header .menu1{
    position: absolute;
    right: 0;
    top: -104px;
}
header .menu1 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
header .menu1 li{
    float: left;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    color: #000;
    line-height: 25px;
    position: relative;
}
header .menu1 li a{
    display: block;
    color: #000;
}
header .menu1 li a:hover,
header .menu1 li a.selected{
    color: #0c6f3b;
}
header .menu1 li{
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #a1a1a1;
}
header .menu1 li:first-child{
    margin: 0;
    padding: 0;
    border: 0;
}
header .menu1 li li{
    border: 0;
    padding: 0;
}
header .menu1 li .fa{
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #000;
    color: #fff;
    -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;
}            
header .menu1 .social li{
    margin-left: 10px;
}
header .menu1 .social li:first-child{
    margin-left: 0;
}
header .menu1 .social a:hover .fa{
    color: #fff;
    background: #bf2026;
}
header .menu1 .social a{
    padding: 0;
}
header .menu1 .languages li{
    margin-left: 26px;
    position: relative;
}
header .menu1 .languages li:first-child{
    margin-left: 0;
}
header .menu1 .languages li:before{
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    background: #a1a1a1;
    display: block;
    width: 5px;
    margin-top: -4px;
    height: 5px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
header .menu1 .languages li:first-child:before{
    display: none;
}

header .menu2{
    position: absolute;
    right: 0;
    top: -50px;
}
header .menu2 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
header .menu2 li{
    float: right;
    border-right: 1px solid #a1a1a1;
    font-size: 1.5rem;
    color: #000;
    position: relative;
}
header .menu2 li a{
    display: block;
    color: #000;
    padding: 6px 20px;
}
header .menu2 li:hover > a,
header .menu2 li a.selected{
    color: #fff;
    background: #bf2026;   
}

header .menu2 li:first-child{
    margin: 0;
    padding: 0;
    border: 0;
}
header .top .fa-angle-down{
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px; 
    text-align: center;
    background: #bf2026;
    margin-left: 10px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
header .bottom .fa-angle-down{
    margin-left: 10px; 
    line-height: 20px; 
    font-weight: 700;
    font-size: 1.6rem;
}

header .sub-menu{
    width: 220px;
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 99;
    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;
}
header .sub-menu li{
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    border-top:1px solid #000;
}
header .sub-menu li a{
    padding: 5px 20px!important;
    font-size: 1.3rem;
    text-align: right;
    background: #fff; 
    color: #bf2026;
}
header .sub-menu li a:hover{
    background: #bf2026;
    color: #fff;
}
header li:hover .sub-menu{
    max-height: 240px;
}

header .bottom .sub-menu{
    background: #bf2026;
}
header .bottom .sub-menu ul{
    padding-top: 0;
}
header .bottom .sub-menu li{
    border:0;
    margin-top: -1px;
}
header .bottom .sub-menu li a{
    color: #bf2026;
    background: #fff;
    line-height: 20px;
    border: 1px solid #bf2026;
}
header .bottom .sub-menu li a:hover,
header .bottom .sub-menu li a.selected{
    background: #bf2026;
    color: #fff;
    border: 1px solid #bf2026;
}

header .menu2 li .sub-menu{
    left: 0;
}
header .menu2 li:hover .sub-menu{
    max-height: 200px;
    background: #bf2026;
}
header .menu2 li .sub-menu li{
    border: 0;
    border-bottom:1px solid #000;
}


body.scrolled header .bottom{
    position: fixed;
}

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

.donate-btn{
    background: #bf2026 url(../images/donate-ar.png) center no-repeat;
    width: 56px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -65px;
    z-index: 9;
    display: block;
}
.donate-btn:hover{
    background-color: #0c6f3b;
}

footer{
    padding: 0 40px;
    position: relative;
    background: #fff;
}
footer .center{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
}
footer .copyrights{
    font-size: 1.4rem;
    line-height: 1.6;
    float: right;
    margin-top: 8px;
}
footer .logos{
    float: left;
}
footer .logos ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .logos li{
    margin: 0 0 0 20px;
    float: left;
    padding: 0;
    line-height: 80px;
}
footer .logos li:first-child{
    margin-left: 0;
}
footer .logos a{
    display: block;
    text-align: center;
}
footer .logos img{
    max-height: 44px;
}

.main-content{
    padding: 40px;
    position: relative; 
    background: #fff;
}
.main-content .center{
    position: relative;
    max-width: 1200px;
    margin: 0 auto; 
}
.main-content.grey{
    background: #f4f4f4;
}
.main-content.red{
    background: #bf2026;
    color: #fff;
}
/* */

/* Home */
.main-slider{
    position: relative;
    overflow: hidden;
    height: 300px;
}
.main-slider .back{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    background-color: #e1e1e1;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.main-slider li{
    position: relative;
    height: 300px;
}
.main-slider .holder{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 40px;
    z-index: 1;
}
.main-slider .center{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.main-slider .content{
    background: #0c6f3b;
    background: rgba(12, 111, 59, 0.8);
    width: 320px;
    padding: 30px 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box;   
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.main-slider .title{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
}
.main-slider .title a{
    color: #fff;
}
.main-slider .title a:hover{
    color: #000;
}
.main-slider .flex-direction-nav{
    position: absolute;
    z-index: 2;
    height: 74px;
    width: 36px;
    bottom: 0;
    right: 50%;
    margin-right: -200px;
}
.main-slider .flex-direction-nav li{
    height: 36px;
    margin:1px 0 0;
}
.main-slider .flex-direction-nav a{
    height: 36px;
    width: 36px;
    line-height: 36px;    
    position: relative;
    top: 0;
    display: block;
    background: #bf2026;
    color: #fff;
    margin: 0;
    opacity: 1!important;
    filter: alpha(opacity=100)!important;
    text-shadow: 0 0 0;
}
.main-slider .flex-direction-nav a.flex-prev{
    left: 0!important;
    text-align: center;
}
.main-slider .flex-direction-nav a.flex-next{
    text-align: center;
    left: 0!important;
    right: auto!important;
}
.main-slider .flex-direction-nav a:before{
    content: "";
    display: block;
    line-height: 36px;
    font-size: 16px;
    width: 36px;
    height: 36px;
    color: #fff;        
    font-family: FontAwesome;
    text-shadow: 0 0 0;
    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;
}
.main-slider .flex-direction-nav a.flex-prev:before{
    content: "\f104"; 
}
.main-slider .flex-direction-nav a.flex-next:before{
    content: "\f105"; 
}
.main-slider .flex-direction-nav a:hover{
    background: #0c6f3b;
    color: #fff;
}
.main-slider .flex-direction-nav a:hover:before{
    color: #fff;
}
.main-slider .flexslider{
    z-index: 1;
}

.main-slider .video-btn{
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9;
    background-color: #bf2026;
    padding: 10px 20px;
    color: #fff;
}
.main-slider .video-btn:hover{
    background-color: #0c6f3b;
    color: #fff;
}

.filter-holder{
    margin-bottom: 30px;
    overflow: hidden;
}
.filter-holder .holder{
    padding: 15px 20px 5px 20px;
    background: #0c6f3b;
    color: #fff;
}
.filter-holder .holder:after{
    content:"";
    display: block;
    clear: both;
}
.filter-holder .filter-form{
    position: relative;
    padding-left: 80px;
}
.filter-holder input,
.filter-holder select{
    float: right;
    width: 25%;
    line-height: 38px;
    height: 38px;
    background: #fff;
    font-size: 15px;
    text-indent: 15px;
    border: 1px solid #0c6f3b;
    outline: 0;
    margin-bottom: 10px;
}
.filter-holder .submit-btn{
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    line-height: 38px;
    width: 38px;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
}
.filter-holder .submit-btn:hover{
    background: #bf2026;
    border-color: #bf2026;
    color: #fff;
}

.filter-holder .select2-container{
    float: right;
    width: 25%!important;
    line-height: 38px;
    height: 38px;
    background: #fff;
    font-size: 15px;
    text-indent: 15px;
    border: 1px solid #0c6f3b;
    outline: 0;
}
.filter-holder .select2-container--default .select2-selection--single{
    line-height: 36px;
    height: 36px;
    background: #fff;
    font-size: 15px;
    text-indent: 15px;
    background: #fff;
    border: 0; 
}
.filter-holder .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
}
.filter-holder .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    left: 2px;
    right: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 20px;
    padding-right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    left: 50%;
    right: auto; 
}


.featured-glance{
    margin-bottom: 40px;
    font-size: 1.4rem;
}
.featured-glance .col{   
    float: right;
    width: 48%;
    margin-right: 4%;
}
.featured-glance .col:first-child{
    margin-right: 0;
}
.featured-glance .col li{
    margin-right: 16px;
}

.featured-activities{
    position: relative;
}
.featured-activities .listing{
    float: right;    
    width: 70.6%; 
}
.featured-activities .banner{
    float: left;    
    /*width: 28%; */
    text-align: right; 
    -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-activities .banner a{
    display: block; 
}     
.featured-activities .banner img{
    width: 100%;
}        
.featured-activities .btn.all{
    top: 6px;
}   
.featured-activities .listing.activities .title{
    height: 110px;
    -webkit-line-clamp: 5;  
}

.listing.activities li{
    float: right;    
    width: 32%;
    margin: 0 0 20px 2% ;
    position: relative;
}
.listing.activities li:nth-child(3n){
    margin-left: 0;
}
.listing.activities .photo{
    padding-bottom: 56.25%;
    margin-bottom: 8px;
}
.listing.activities .photo img{
    position: absolute;
}
.listing.activities .date{
    font-size: 1.3rem;
}
.listing.activities .title{
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    height: 66px;
    max-height: none;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 3;  
}
.listing.activities .photo:before{
    content: "";
    position: absolute;
    z-index: 2;
    background: url(../images/bg-black60.png);
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    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;
}
.listing.activities .photo:after{
    content: "";
    background: url(../images/plus.png) center no-repeat;
    position: absolute;
    z-index: 3;    
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    display: block;
    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-transform: scale(0) rotateZ(0);
    -moz-transform: scale(0) rotateZ(0);
    -o-transform: scale(0) rotateZ(0);
    -ms-transform: scale(0) rotateZ(0);
    transform: scale(0) rotateZ(0);  
    width: 50px;
    height: 50px;
}
.listing.activities .photo:hover:before{
    opacity: 1;
    filter: alpha(opacity=1);
}
.listing.activities .photo:hover:after{
    -webkit-transform: scale(1)) rotateZ(360deg);
    -moz-transform: scale(1)) rotateZ(360deg);
    -o-transform: scale(1)) rotateZ(360deg);
    -ms-transform: scale(1) rotateZ(360deg));
    transform: scale(1) rotateZ(360deg);
    opacity: 1;
    filter: alpha(opacity=1);
}

.featured-activities .simple-carousel .carousel-holder{
    height: 300px;
}
.featured-activities .simple-carousel ul{
    height: 100%;
}
.featured-activities .listing.activities li{
    width: 240px!important;
    height: auto;
    margin: 0 0 0 20px!important;
}
.featured-activities .listing.activities .photo{
    height: auto;
    width: 100%;
}
.featured-activities .listing.activities .photo img{
    height: auto;
    width: 100%;
}

.left-col{
    float: right; 
}
.right-col{
    float: left;
    margin-bottom: 20px;
}
.col28{
    width: 28%;
}
.col48{
    width: 48%;
}
.col68{
    width: 68%;
}

.left-col .banner,
.right-col .banner{
    margin-bottom: 20px;
}

.listing.trainings{
    margin-bottom: 20px;
}
.listing.trainings li{
    float: right;
    width: 32%;
    margin: 0 0 20px 2%;
}
.listing.trainings li:nth-child(3n){
    margin-left: 0;
}
.listing.trainings .holder{
    padding: 15px 0;
    border: 1px solid #e7e7e7;
    color: #000;
    min-height: 160px;
}
.listing.trainings .title{
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 700;
    padding: 0 15px;
    margin-bottom: 4px;
}
.listing.trainings .location{
    font-size: 1.5rem;
    padding: 0 15px;
}
.listing.trainings .location .fa{
    margin-left: 14px;
}
.listing.trainings .date{
    padding: 12px 15px 0;
    margin-top: 16px;
    border-top:1px solid #e7e7e7;
}
.listing.trainings .to{
    display: block;
}
.listing.trainings .holder:hover{
    color: #fff;
    background: #bf2025;
}
.listing.trainings .btn.all{
    float: none;
    margin: -21px auto 0;
    max-width: 180px;
    padding: 0;
    position: relative;
    clear: both;
}

.featured-trainings{    
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 66px;
    position: relative;
}
.featured-trainings .listing.trainings{
    margin: 0;
}
.featured-trainings .listing.trainings .btn.all{
    float: none;
    margin: 0 auto -36px;
    max-width: 180px;
    padding: 0;
    position: relative;
}
.featured-trainings .listing.trainings li{
    width: auto!important;
    float: none!important;
    margin: 0 0 30px!important;
}

.listing.sessions{
    margin-bottom: 30px;
}
.listing.sessions li{
    margin-top: 15px;
    padding-top: 15px;
    border-top:1px solid #ccc;
}
.listing.sessions li:first-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.listing.sessions .title{
    margin: 0;
    color: #0c6f3b;
    font-size: 1.4rem;
    line-height: normal;
}

.featured-jobs{    
    margin-bottom: 36px;
}

.listing-tabs{
    border: 1px solid #e7e7e7;
    min-height: 60px;
    margin-bottom: 20px;
}
.listing-tabs ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    min-height: 60px;
}
.listing-tabs li{
    float: right;
    margin: 0;
    padding: 0;
    width: 33.33%; 
}
.listing-tabs a{
    display: block;
    padding: 20px ;
    line-height: 20px;
    font-size: 1.5rem;
    color: #000 ;
    border-right: 1px solid #e7e7e7;
    font-weight: 700;
    text-align: center;
}
.listing-tabs li:first-child a{
    border: 0;
}
.listing-tabs a:hover{
    color: #0c6f3b;
}
.listing-tabs a.selected{
    color: #fff;
    background: #0c6f3b;
}

.listing.jobs{
    margin-bottom: 20px;
}
.listing.jobs li{
    float: right;
    width: 48%;
    margin: 0 0 20px 4%;
    padding-bottom: 20px;
    border-bottom:1px solid #e7e7e7;
}
.listing.jobs li:nth-child(2n){
    margin-left: 0;
}
.listing.jobs .holder{
    padding-left: 76px;
    padding-right: 66px;
    min-height: 60px;
    text-align: right;
}
.listing.jobs .title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.listing.jobs .location{
    font-size: 1.3rem;
    margin-bottom: 1px;
}
.listing.jobs .location span{

}
.listing.jobs .extra-info{
    font-size: 1.3rem; 
}
.listing.jobs li .btn{
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-weight: 400; 
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -18px;
    padding: 0;
    margin-bottom: 0;
    font-size: 18px; 
}
.listing.jobs .btn.all{
    float: none;
    margin: -21px auto 0;
    max-width: 180px;
    padding: 0;
    position: relative;
    clear: both;
}
.listing.jobs li .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #878c91;
    background: #f2f5f7;
    -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.jobs li .holder:hover .icon{
    color: #fff;
    background: #0c6f3b;
}
.listing.jobs .holder:hover .btn:before,
.listing.jobs .holder:hover .btn:after{
    width: 100%;
}

.featured-jobs .listing.jobs{
    margin: 0;
}
.featured-jobs .listing.jobs li{
    float: none;
    width: auto;
    margin: 0 0 20px;
}

.featured-testimonials{
    margin-bottom: 20px;
}
.featured-testimonials .btn.all{
    top: 5px;
}
.featured-testimonials h2.sub-title{
    margin-bottom: 40px;
}
.listing.testimonials{
    margin: 20px 0 0;
}
.listing.testimonials li{
    float: right;
    width: 47.5%;
    margin: 0 0 20px 5%;
}
.listing.testimonials li:nth-child(2n){
    margin-left: 0;
}
.listing.testimonials .holder{
    border: 1px solid #d7d7d7;
    background: #fff;
}
.listing.testimonials .photo{
    float: right;
    width: 30%;
    max-width: 180px;
}
.listing.testimonials .details{
    padding: 10px 20px;
    display: table-cell;
}
.listing.testimonials .title{
    font-size: 1.8rem;
    color: #0c6f3b;
    font-weight: 700;
    margin-bottom: 2px;
}
.listing.testimonials .position{
    color: #717171;
    font-size: 1.4rem;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.listing.testimonials .position:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0c6f3b;
    height: 2px;
    width: 30px;
}
.listing.testimonials .summary{
    font-weight: 700;
    font-size: 1.4rem;
    color: #000;
    text-align: justify;
}
.listing.testimonials .date{
    color: #777;
}
.featured-testimonials .listing.testimonials{
    margin: 0;
}

.banner-holder .banner.double{
    float: right;
    width: 47.5%;
    margin-right: 5%;
}
.banner-holder .banner.double:first-child{
    margin-right: 0;
}
.banner-holder .banner.double a{
    display: block;
}
.banner-holder .banner.double img{
    display: block;
    width: 100%;
}

.links-holder{
    background: #bf2025;
    color: #fff;
}
.links-holder a{
    color: #fff;
}
.links-holder a:hover,
.links-holder a.selected{
    color: #000;
}
.links-holder .col{
    float: right;
}
.links-holder .newsletter, .links-holder .about, .links-holder .branches{
    width: 20%;
}
.links-holder .links, .links-holder .branches, .links-holder .branches{
    margin-right: 3%;
} 
.links-holder .links{
    width: 34%;
}
.links-holder .links ul{
    margin: 0 0 0 16px;
    padding: 0;
}
.links-holder .links li{
    margin: 0 4% 2px 0;
    padding: 0;
    width: 46%;
    float: right;
}
.links-holder .branches li{
    margin-right: 20px; 
}
.links-holder .newsletter label{
    font-size: 1.3rem;
    margin-bottom: 4px;
    display: block;
}
.links-holder .newsletter input{
    background: #fff;
    width: 100%;
    border: 0;
    display: block;
    padding: 0;
    line-height: 34px;
    height: 34px;
    color: #000;
    margin-bottom: 10px;
}
.links-holder .newsletter .btn{
    border: 1px solid #fff;
    padding: 0;
    float: none;
}
.links-holder .newsletter .btn:hover{
    border-color:#0c6f3b;
    color: #fff;
}
.newsletter .alert.error{
    color: #fff;
}

/* Profile */
/* To be removed */
.left-navigation{}
.left-navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.left-navigation li{
    margin: 0;
    padding: 0;
    border-top:1px solid #fff;
}
.left-navigation li:first-child{
    border: 0;
}
.left-navigation li a{
    display: block;
    padding: 10px 20px;
    background: #f1f1f1;
    color: #000;
    font-size: 1.5rem;    
    position: relative;
}
.left-navigation li a:hover{
    color: #0c6f3b;
}
.left-navigation li a.selected{
    background: #0c6f3b;
    color: #fff;
}
.left-navigation li a:before{
    content: "";
    position: absolute;
    right: 0;    
    bottom: 50%;
    height: 0;
    width: 4px;
    background: #0c6f3b;
    -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;
}
.left-navigation li a:hover:before{
    height: 100%;
    bottom: 0;
}
/* */

.navigation{
    margin-bottom: 40px;
}
.navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation li{
    margin: 0;
    padding: 0;
    border-top:1px solid #fff;
}
.navigation li:first-child{
    border: 0;
}
.navigation li a{
    display: block;
    padding: 10px 20px;
    background: #f1f1f1;
    color: #000;
    font-size: 1.5rem;   
    text-align: right;   
    position: relative;
}
.navigation li a:hover{
    color: #0c6f3b;
}
.navigation li a.selected{
    background: #0c6f3b;
    color: #fff;
}
.navigation li a:before{
    content: "";
    position: absolute;
    right: 0;    
    bottom: 50%;
    height: 0;
    width: 4px;
    background: #0c6f3b;
    -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;
}
.navigation li a:hover:before{
    height: 100%;
    bottom: 0;
}

.content-bloc{
    margin-bottom: 30px;    
}
.content-bloc h3{
    font-size: 1.8rem;
}
.content-bloc .box{
    margin-bottom: 15px;
}

.custom-upload {
    float: right;
    vertical-align: middle;
    width: 49%;   
    height: 36px;
    background: transparent;  
    padding: 0; 
    color: #fff; 
    margin: 0 0 10px 0;  
    position: relative;
    cursor: pointer;
    line-height:36px;
    border: 1px solid #e7e7e7;
    z-index: 1;
}
.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%!important;
    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;
}

.ui-datepicker {
    z-index: 9!important;
}

.form{
    position: relative;
    overflow: hidden;
}
.form .input input[type='text'],
.form .input input[type='password'],
.form .input input[type='email'],
.form .input input[type='tel'],
.form .input input[type='file'],
.form .input select{
    width: 100%;
    background: #fff;
    border: 1px solid #e7e7e7;
    height: 36px;
    line-height: 36px;  
    padding: 0;
    display: block;
    color: #000;
}
.form select option{
    color: #000;
}
.form .separator{
    float: right;
    height: 58px;
    width: 2%;
    margin-bottom: 14px;
}
.form input.full{
    width: 100%;
    clear: both;
}
.form select{
    color: #a4a4a4;
}
.form .input select option{
    color: #000;
}
.form textarea{
    background: #fff;
    border: 1px solid #e7e7e7; 
    padding: 10px 0;
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 10px;
}

.form .checkbox{
    margin-bottom: 10px;
    min-height: 16px;
}
.form .checkbox input[type='checkbox']{
    width: 16px;
    height: 16px;
    margin-left: 6px;
    position: relative;
    top: 2px;    
    border: 1px solid #e3e3e3;
}

.form .input .select2-container{
    overflow: hidden;
    min-height: 34px;
    background: #fff;
    border: 1px solid #e7e7e7;
    line-height: 36px;  
    padding: 0;
    display: block;
    color: #000;
    width: 100%!important;
    margin-bottom: 0;
}
.form .select2-container--default .select2-selection--single,
.form .select2-container--default .select2-selection--multiple{
    background: #fff;
    border: 0;
    min-height: 34px;
}
.form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
}
.form .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 34px;
}

.radio{
    margin-bottom: 10px;
    margin-right: 12px;
    float: left;
}
.radio input[type='radio']{
    width: 16px;
    height: 16px;
    margin-right: 2px;
    position: relative;
    top: 2px;    
    border: 1px solid #e3e3e3;
}

.form .security-code{
    width: 49%;
    float: right;
    margin-bottom: 14px;
    position: relative;
    background: #fff;
}
.form .security-code .input {
    width: auto;
    float: none;
    margin: 0; 
    background: transparent;
}
.form .security-code input[type='text']{
    width: 50%; 
    margin: 0;
    float: none;
    background: transparent;
    outline: 0;
    height: 34px;
}
.form .security-code img{
    position: absolute;
    right: 50%;
    bottom: 0;
    height: 34px;
    max-width: 50%;
}

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

.form.small{
    max-width: 48%;
}
.form.small input[type='text'],
.form.small input[type='email'],
.form.small input[type='password'],
.form.small input[type='email'],
.form.small input[type='tel'],
.form.small input[type='file'],
.form.small select{
    width: 100%;
    float: none;    
}
.form.small .btn{
    margin: 0 0 10px 10px;
}

.form .bloc{
    margin-bottom: 20px;
}

.form .photo.profile{
    width: 48%;
    max-width: 128px;
    margin-bottom: 10px;
    float: left;  
    overflow: hidden;
    height: 138px;
}
.form .photo.profile img{
    border: 1px solid #e7e7e7;
}
.form .photo.profile .fa{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 5px;
    background: rgba(0, 0, 0, 0.3);
}
.form .photo.profile .custom-upload{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    float: none;
    height: 100%;
    border: 0;
    z-index: 2;
    cursor: pointer;    
}
.form .photo.profile .fake-file{
    height: 100%;
}
.form .photo.profile input[type='file']{
    width: 100%;
    height: 100%;
    line-height: 128px;
}
.form .photo.profile .custom-upload .fake-file:after{
    top: auto;
    bottom: 0;
    content: "\f03e";
}

.form .input{
    width: 49%;
    float: right;
    margin-bottom: 14px;
    position: relative;
    background: #fff;
}
.form .input label{
    width: 100%;
    display: block;
    margin-bottom: 4px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    font-weight: 700;
    font-size: 1.3rem;
}
.form .input.full{
    width: 100%;
    clear: both;
}

.form h5{
    margin-bottom: 8px;
}

.radio-holder{
    clear: both;
    margin-bottom: 15px;
}
.radio-holder label{
    display: block;
}
.radio-holder input[type='radio'],
.radio-holder input[type='checkbox']{
    position: relative;
    top: 2px;
    margin-left: 6px;
}
.radio-holder strong{
    font-size: 1.3rem;
    display: block;
}

.checkbox-holder{
    clear: both;
    margin-bottom: 15px;
}
.checkbox-holder label{
    display: block;
}
.checkbox-holder input[type='checkbox']{
    position: relative;
    top: 2px;
    margin-left: 6px;
}
.checkbox-holder strong{
    font-size: 1.3rem;
    display: block;
}

.themed-table{
    width: 100%;
    margin-bottom: 20px;
}
.themed-table th{
    text-align: right;
    background: #bf2026;
    color: #fff; 
}
.themed-table td{
    padding: 4px 10px;
    border: 1px solid #ccc;
}
.themed-table th{
    padding: 4px 10px;
    border: 1px solid #bf2026;
}
.themed-table input[type='radio']{
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}
.themed-table th:last-child{
    width: 86px;
}

.action-btns{

}
.action-btns a{
    font-size: 16px;
    margin-left: 10px;
    color: #000;
    float: left;
    display: block;
    text-align: center;
}
.action-btns a:first-child{
    margin-left: 0;
}
.action-btns a:hover{
    color: #bf2025;
}

.listing.info-blocs{
    margin: 0 0 20px 0;
}
.listing.info-blocs .holder{
    border: 1px solid #ddd;
    background: #eee;
}
.listing.info-blocs .constant{
    float: right;
    padding: 4px 10px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    font-weight: 700;
    width: 32%;
    background: #fff;
    font-size: 1.4rem;
}
.listing.info-blocs .variable{
    float: right;
    padding: 4px 10px;
    border-bottom: 1px solid #eee;
    color: #bf2026;
    width: 68%;
    min-height: 30px;
    background: #fff;
    font-size: 1.4rem;
}
.listing.info-blocs .btn{
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px; 
    float: left;
    line-height: 32px;
}
.listing.info-blocs .btn.small{
    width: 32px;
    height: 32px;
}
.listing.info-blocs li{
    width: 49%;
    float: right;
    margin: 0 0 15px 2%;
}
.listing.info-blocs li:nth-child(2n){
    margin-left: 0;
}
.listing.info-blocs.full li{
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
}
.listing.info-blocs.full .constant{
    width: 20%;
}
.listing.info-blocs.full .variable{
    width: 80%;
}

.tabs-holder{
    position: relative; 
}
.tabs{
    background: #f1f5f8;
    margin-bottom: 20px;
}
.tabs ul{
    margin: 0;
    padding: 0;
    list-style: none;  
    width: 100%;
    min-height: 46px;
}
.tabs li{
    margin: 0;
    padding: 0;
    float: right;
}
.tabs li a{
    display: block;
    padding: 13px 20px;
    text-align: center;
    color: #000;
    font-weight: 700;
}
.tabs li a:hover{
    color: #0d6f3c;
}
.tabs li a.selected{
    background: #0d6f3c;
    color: #fff; 
}

.tab-content{
    display: none;
}
.tab-content .form{
    margin-bottom: 20px;
}
.tab-content .listing.info-blocs{
    margin: 0;
}

.note{
    margin: 10px 0;
    color: #555;
    font-size: 1.3rem;
    font-weight: 700;
}

/* Login */
.signin-holder, .signup-holder{
    padding: 30px;
    border: 1px solid #e3e3e3;
    min-height: 240px;
}
.signin-holder input[type='password'],
.signin-holder input[type='email']{
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    line-height: 36px;
    height: 36px;
    border: 1px solid #e7e7e7; 
    padding: 0;
}
.signin-holder .forget-pwd{
    float: right;
    padding-right: 15px;
    margin-right: 15px;
    color: #bf2025;
    border-right:1px solid #e3e3e3;
    font-size: 1.3rem;
    line-height: 16px;
    margin-top: 4px;
    font-weight: 700;
}
.signin-holder .checkbox{
    float: right;
    font-size: 1.3rem;
    line-height: 16px;
    margin-top: 0;
}
.signin-holder .btn{
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
}
.signin-holder .input, 
.signin-holder .separator{
    margin-bottom: 4px;
}

.signup-holder p{
    font-size: 1.5rem;
    padding-bottom: 14px;
}
.signup-holder .btn{
    width: 48%;
    padding: 0;
}


/* Resources  Center */
.listing.resources{
    margin-bottom: 20px;
}
.listing.resources li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    clear: both;
}
.listing.resources .holder{
    padding-left: 80px;
    min-height: 60px;
}
.listing.resources .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 2.6rem;
    color: #878c91;
    background: #f2f5f7;
    -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.resources .title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.listing.resources li ul{
    margin: 4px 0;
}
.listing.resources li li{
    margin: 0 20px 2px 0;
    padding: 0;
    float: none;
    list-style-type: disc;
    width: auto;
    list-style-position: inside; 
    border: 0;
}
.listing.resources li .holder a{
    color: #bf2026;
}
.listing.resources .icon img{
    height: auto!important;
    width: 100%!important;
}

/* Logos Carousel */
.logos-holder{
    padding: 20px 40px;
    background: #fff;
    border-top: 1px solid #eee;
}
.logos-holder .center{
    margin: 0 auto;
    max-width: 1200px;
}
.simple-carousel{
    position: relative;
    direction: ltr;
}
.simple-carousel .carousel-holder{
    height: 135px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.simple-carousel ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    height: 135px;
    position: absolute;
    left: 0;
    top: 0;
}
.simple-carousel li{
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    width: 240px;
    height: 135px;
    overflow: hidden;
    position: absolute;
    top:0;
    left: -100%;           
}
.simple-carousel li.placed{
    position: relative;
    left: 0;
    float: left;
}
.simple-carousel .photo{
    background: url(../images/loader.gif) center no-repeat;
    position: relative;
    width: 240px;
    height: 135px;
    display: block;
    overflow: hidden; 
}
.simple-carousel .photo img{
    position: relative;
    width: 240px;
    height: 135px;
    display: block;
    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 .5s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.pace-done .simple-carousel .photo{
    background-image: none;
}
.simple-carousel li.placed img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.simple-carousel.centered ul{
    position: relative;
    width: 100%;
    text-align: center;
}
.simple-carousel.centered li{
    float: none;
}
.simple-carousel.with-arrows .carousel-holder{
    margin:0 25px;
    width:auto;
}
.simple-carousel .carousel-prev, 
.simple-carousel .carousel-next{
    position: absolute;
    width: 40px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
    display: none;
    text-align: center;
    overflow: hidden;
}
.simple-carousel .carousel-prev .fa, 
.simple-carousel .carousel-next .fa{
    color: #bf2025;
    font-size: 25px;
    line-height: 80px;
    font-weight: 700;
    position: relative;
    z-index:1;
    -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;
}  
.simple-carousel .carousel-prev{
    left: 0;
}
.simple-carousel .carousel-next{
    right: 0;
}
.simple-carousel .carousel-prev .fa, 
.simple-carousel .carousel-next .fa{
    position: relative;
    z-index:1;
}
.simple-carousel .carousel-prev:before, 
.simple-carousel .carousel-next:before{
    content:"";
    position: absolute;
    z-index: 0;
    background: #bf2025;
    left: 50%;
    top: 50%; 
    width: 0;
    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;
}
.simple-carousel .carousel-prev:hover .fa, 
.simple-carousel .carousel-next:hover .fa{
    color: #fff;
}
.simple-carousel .carousel-prev:hover:before,
.simple-carousel .carousel-next:hover:before{
    left:0;
    top:0;
    width:100%;
    height:100%;    
}

/* Details */
article{
    margin-bottom: 30px;
}
article .date{
    color: #7c7c7c;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 2px;
}
article .title{
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 12px;
    font-weight: 700;
}
article .details{
    text-align: justify; 
    margin-bottom: 20px;
}
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 li{
    margin-right: 18px;
}

article .photo-gallery{
    float: left;
    width: 50%;
    margin-right: 3%;
    margin-bottom: 12px;
    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 #0c6f3b;
}
.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: #0c6f3b;
}
.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: #000;
}

.tags{
    clear:both;
    margin: 20px 0 10px;
}
.tags ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tags li{
    margin: 0 10px 10px 0;
    padding: 0;
    float: left;
}
.tags li a{
    display: block;
    padding: 0 15px;
    line-height: 32px;
    border: 1px solid #ccc;
    font-size: 1.4rem;
}
.tags li a:hover{
    background: #0c6f3b;
    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: #eee;
    margin: 20px 0;
}
.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 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;
}

.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: #000;
    font-weight: 700;
}
.docs-list li .fa{
    margin-right: 8px;
}
.docs-list li a:hover{
    color: #0c6f3b;
}

/* Usefull Links */ 
.listing.links{
    margin-bottom: 40px;
}
.listing.links li{
    margin: 0 0 20px 0;
}
.listing.links .title {
    color: #000;
    font-size: 1.4rem;
    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.links .holder{
    padding: 12px 46px 12px 20px;
    background: #f2f2f2; 
}
.listing.links .fa{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    line-height: 44px;
    height: 44px;
    width: 44px;
    color: #000;
    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: #0c6f3b;
}
.listing.links .holder:hover .title,
.listing.links .holder:hover .fa{
    color: #fff;
}

/* Contact /register */
.contact-form{
    margin-bottom: 30px;
}

/* Branches */
.listing.branches{
    margin-bottom: 30px;
}
.listing.branches li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    clear: both;
}
.listing.branches .holder{
    padding-left: 80px;
    min-height: 60px;
}
.listing.branches .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 2.6rem;
    color: #878c91;
    background: #f2f5f7;
    -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.branches a.icon:hover{
    background: #bf2026;
    color:#fff;
}
.listing.branches .title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2px;
    direction: rtl;
}
.listing.branches .title span{
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right:1px solid;
    line-height: 1;
    text-align: right; 
}
.listing.branches .title span:first-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.listing.branches .details{
    margin-bottom: 10px;
}
.listing.branches .summary a{
    color: #bf2026;
}

/* Listing orientations */
.listing.orientations{
    margin-bottom: 30px;
}
.listing.orientations li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    clear: both;
}
.listing.orientations .title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2px;
    direction: rtl;
}
.listing.orientations .title span{
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right:1px solid;
    line-height: 1;
    text-align: right; 
}
.listing.orientations .title span:first-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.listing.orientations .summary a{
    color: #bf2026;
}


/* Partners */
.listing.partners li{
    width: 19%;
    float: right;
    margin: 0 0 12px 1.25%;
}
.listing.partners li:nth-child(5n){
    margin-left: 0;
}
.listing.partners .holder{
    border: 1px solid #eee;
}
.listing.partners .holder a{
    display: block;
}
.listing.partners .icon{
    display: block;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}
.listing.partners .icon img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto!important;
}
.listing.partners .details {
    text-align: center;
    padding: 4px 10px;
}
.listing.partners .title {
    max-height: 40px;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    font-size: 1.3rem;
    -webkit-line-clamp: 2;
}
.listing.partners .subtitle {
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1.3rem;
    height: 16px;
    line-height: 16px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 1; 
}

/* Gala */
.gala-banners .banner{
    float: left;
    width: 48%;
    margin-right: 4%;
}
.gala-banners .banner:nth-child(2){
    margin-right: 0;
}
.listing.sponsors{
    text-align: center;
}
.listing.sponsors.diamond li{
    width: 48.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}
.listing.sponsors.diamond li:nth-child(2n){
    margin-right: 0;
}

.listing.sponsors.gold li:nth-child(n){
    width: 23.5%;
    margin: 0 2% 10px 0;
    float: left;
}
.listing.sponsors.gold li:nth-child(4n){
    margin-right: 0;
}
.listing.sponsors.gold li img{
    max-height: 74px;
}
.listing.sponsors .photo{
    display: block;
    border: 1px solid #ddd;
}
@media only screen and (max-width: 959px) {
    .gala-banners .banner{float: none; width: auto; margin: 0 auto 30px;}
    .listing.sponsors.gold li img{max-height: none;} 
}
@media only screen and (max-width: 639px) {
    .listing.sponsors.diamond li{width: auto; float: none; margin: 0 auto 20px!important; max-width: 396px;}    
}
@media only screen and (max-width: 479px) {
    .listing.sponsors.gold li:nth-child(1n){width:48%; margin-right:4%;}
    .listing.sponsors.gold li:nth-child(2n){margin-right: 0;}     
}

@media only screen and (max-width: 359px) {
    .listing.sponsors.gold li{width: auto; float: none; margin-right: 0;}   
}
/* */