/* bone v1.2 */
html{
    height: 100%;
    font-size: 62.5%;
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);    
}
body{
    margin: 101px 0 0;
    padding: 0;
    font-family: 'Cairo', sans-serif;  
    direction: rtl;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #6e6e6e;
    text-align: right;
    background: #fff;
    -webkit-font-smoothing: antialiased; 
}
button, a{
    text-decoration: none;
    color: #000;
    border: 0;
    outline: 0 transparent;
    -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:#000; 
}
*, *: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;
    font-weight: 700;
}
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 12px;
}       
hr {
    display: block;
    height: 1px;
    background: #000;
    border: 0;
    margin: 10px 0;
    padding: 0;
}
ul, ol{
    margin: 0 0 12px;
    padding: 0 0 0 16px;
}
strong{
    font-weight: 700;
}
li{
    margin: 0 0 2px;
    padding: 0;
}
.floatL{
    float: left!important;
}
.floatR{
    float: right!important;
}
.clearBoth{
    clear: both;
    display: block;
}
.loader{
    background: url(../images/loader.gif) center no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -32px 0 0 -32px;
    z-index: inherit;
}
img{
    border: 0;
    vertical-align: middle;
    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;
}
img.loaded{    
    opacity:1; 
}
.back{
    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;
}
.back.loaded{
    opacity: 1; 
}
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;
    text-align: center;
    font-size: 0.8rem;
}
.photo img{
    width: 100%;
    left: 0;
    right: 0;
    top: 0;    
    bottom: 0;
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
a.photo:hover img, 
a:hover .photo img{

}
.material-icons {
    font-size: 2.4rem; 
} 

/* Alerts */              
div.alert{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 12px; 
}
div.alert.success{
    color: #2fade0;
}    
div.alert.error{
    color: #dc4a31;
}
div.alert.info{
    color: #3e3e3e;
}
div.notification{
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 25px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px 0;
    position: relative;
    text-align: left;
    background-color: #e7e7e7;
    background-repeat: no-repeat;
    background-position: 10px center;
}              
div.notification.success{
    background-color: #2fade0;
    background-image: url(../images/icon-success.png);    
}
div.notification.error{
    background-color: #dc4a31;
    background-image: url(../images/icon-error.png);
} 
div.notification.info{
    background-color: #3e3e3e;  
    background-image: url(../images/icon-notification.png); 
} 
div.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;
}


/* Listing */
.listing{
    position: relative;
}
.listing:after{
    content:"";
    clear: both;
    display: block;
}
.listing ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.listing li{
    margin: 0;
    padding: 0; 
}
.listing .holder{
    display: block;
    position: relative;
    overflow: hidden;
}
.listing .title{
    font-weight: 700;
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    max-height: 60px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 3;   
}
.listing .subtitle{
    font-weight: 400;
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    max-height: 40px;
    -webkit-box-orient: vertical;     
    -webkit-line-clamp: 2;   
}
.listing .date{
    display: block;
    line-height: 1;
}  
.listing .summary{
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    line-height: 18px;
    max-height: 72px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
}
.listing .details{
    position: relative;
    display: block;
}
.listing .btn.more{
    float: none;
    width: 200px;
    margin: 0 auto 20px;
    padding: 0;
}

/* Paging */
.page-numbering{
    margin: 0;
    width: auto;
    height: 30px;
    float: right;
    clear: both;
}
.page-numbering:after{
    content:"";
    clear: both;
    display: block;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 30px;
    width: auto;
}
.page-numbering li{
    width: 30px!important;
    height: 30px!important;
    margin: 0 0 0 6px!important;                                                                                  
    padding: 0 ;
    display: inline;
    clear: none!important;
    text-align: center;
    opacity:1!important;
    float: left!important; 
}
.page-numbering a{
    display: block;
    font-size: 1.6rem;
    line-height: 30px;
    color: #000;
    background-color: transparent;
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 1;
    border: 1px solid #000;    
}
.page-numbering a:hover{
    color: #fff;
    background-color: #000; 
    border: 1px solid #000;
}
.page-numbering a i{
    display: block;
    font-size: 1.8rem;
    line-height: 30px;
}
.page-numbering a.selected{    
    color: #fff;
    background-color: #000; 
    border: 1px solid #000;
}

/* Forms */
input, select, textarea, button{
    color: #000;
    font-family: 'Cairo', sans-serif;  
    font-size: 1.4rem;
}
textarea {
    resize: vertical;
    min-height: 120px;
}
input, textarea{
    text-indent:15px;
}
select{
    text-indent:10px;
}
/*
.input.select{
padding-right: 36px;
}
.input.select:after{
content: "\f107";
position: absolute;
right: 0;
top: 0;
height: 36px;
width: 36px;
line-height: 36px;
color: #000;
font-size: 2.6rem;
display: block;
text-align: center;
z-index: 0;
font-family: FontAwesome;
white-space: nowrap;
cursor: pointer;
pointer-events: none;
word-wrap: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.input.select select{
width: 100%;
height: 100%;
position: absolute;    
z-index: 1;
outline: 0;
top: 0;
left: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; 
}
*/
.input.upload {
    vertical-align: middle;     
    cursor: pointer;    
}
.input.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;    
}
.input.upload .fake-file{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
}
.input.upload .fake-file input{
    background: transparent;
    border: 0;
    padding: 0 ;
    margin: 0;
    height: 36px;
    width: 100%;
}
.input.upload .fake-file:after{
    content: "\f0ee";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    z-index: 0;
    width: 36px;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-family: FontAwesome;
    font-size: 2rem;
    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;
}
.input.upload:hover .fake-file:after{
    color: #000;
}


/* Btns */
.btn{
    display: block;
    position: relative;
    z-index: 0;
    float: right;
    padding: 0 30px;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 36px;
    overflow: hidden;
    color: #2fade0;
    border: 1px solid #2fade0;
    margin-bottom: 10px;
}
.btn:hover{  
    color: #fff;  
    background: #2fade0; 
}
.btn .left{
    margin-right:10px; 
}
.btn .right{
    margin-left: 10px; 
}

/* Columns */
.left-side-big{
    width: 64%;
    float: left;
}
.left-side-half{
    width: 48%;
    float: left;
}
.left-side-small{
    width: 32%;
    float: left;
    text-align: justify;
}
.right-side-big{
    width: 64%;
    float: right;
}
.right-side-half{
    width: 48%;
    float: right;
}
.right-side-small{
    width: 32%;
    float: right;
    text-align: justify;
}
.left-side-big p, .right-side-big p{
    text-align: justify;
} 

/* Holders */
header{
    background: #fff;
    color: #000;
    padding: 0 40px;
    position: fixed; 
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    border-bottom: 1px solid #eee;
}
header .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 40px;
    padding: 9px 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;   
}
header .center:after{
    content: "";
    clear: both;
}
header .main-logo{
    display: block;
    float: right;
}
header .main-logo img{
    display: block;
    max-width: 100%;
}
header .overlay{
    background: url(../images/bg-black60.png);
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 101px;
    bottom: 0;
    right: 0;
    width: 0;
    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;
}
header h1{
    margin: 0;
    font-size: 1rem;
}
.panel-on{
    overflow: hidden;
}
.panel-on header .overlay{
    opacity:1;
    width: 100%;
}

.main-menu{
    position: absolute;
    left: 0;
    bottom: 30px;   
}
.main-menu .holder{
    position: relative;   
}
.main-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu li{
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    position: relative;
    float: right;
}
.main-menu li:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 6px;
    background: #6e6e6e;
    height: 1px;
    width: 1px;
    display: block;
}
.main-menu li:first-child{
    margin: 0;
    padding: 0;
}
.main-menu li:first-child:before{
    display: none;
}
.main-menu li a{
    display: block;
    color: #6e6e6e;
    font-weight: 400;
    font-size: 1.5rem;
}
.main-menu li a:hover,
.main-menu li a.selected{
    color: #db4a31;
}

.btn-mobile{
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;    
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    background: #000;
    z-index: 9;
    color: #fff;
    text-align: center;
}
.btn-mobile:hover,
.btn-mobile:active{
    color: #fff;
}
.btn-mobile i{
    display: block;
    line-height: 40px;
    font-size: 3rem;
}

footer{
    padding: 30px 40px;
    position: relative;
    background: #282828;
    color: #6e6e6e;
    z-index: 1;
    text-align: center;
}
footer .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;  
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box; 
}
footer .center:after{
    content: "";
    display: block;
    clear: both;
}
footer .copyrights{
    margin-bottom: 4px;
    font-size: 1.4rem;
}
footer .copyrights a{
    color: #6e6e6e;
}
footer .copyrights a:hover{
    color: #db4a31;
}
footer .menu ul{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -4px;
}
footer .menu li{
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;  
    position: relative;  
    letter-spacing: 0;
}
footer .menu li:before{
    content: "";
    position: absolute;
    right: -1px;
    bottom: 6px;
    background: #fff;
    height: 1px;
    width: 1px;
    display: block;
}
footer .menu li:first-child:before{
    display: none;
}
footer .menu li:first-child{
    margin: 0;
    padding: 0;
}
footer .menu li a{
    color: #fff;
}
footer .menu li a:hover,
footer .menu li a.selected{
    color: #db4a31;
}

.main-content{
    padding: 40px;
    position: relative; 
    background: #fff;
    z-index: 1;
}
.main-content .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto; 
    min-height: 100px;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box; 
}
.main-content .center:after{
    content: "";
    display: block;
    clear: both;
}
.main-content.grey{
    background: #f9f9f9;
}

/* Contact */
.map{
    background: #fff url(../images/loader.gif) center no-repeat;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.map iframe{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}



/* Home */
.main-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    height: 680px;
    overflow: hidden;
    position: relative;
    direction: ltr;
}
.main-banner .flexslider{
    height: 100%;
}
.main-banner .slides{
    height: 100%;
}
.main-banner .slides li{
    height: 100%;
    position: relative;
}
.main-banner .back{
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%; 
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-banner .holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 40px;
    -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-banner .center{
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
}
.main-banner .details{
    position: relative;
    top: 50%;
    color: #fff;
    text-align: center;
    text-shadow:0 0 1px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-banner h2{
    margin: 0;
    font-weight: 700;
    font-size: 4rem;    
}
.main-banner h3{
    margin: 0;
    font-weight: 300;
    font-size: 4rem;
}
.main-banner .overlay{
    background: url(../images/bg-black70.png);
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
}
.main-banner .flex-control-nav{
    border: 10px;
}
.main-banner .btn{
    margin: 50px auto 0 ;
    float: none;
    width: 210px;
    padding: 0;
    color: #fff;
    line-height: 54px;
    border: 1px solid #db4a31;
    background: rgba(219, 74, 49, 0.2);
    font-size: 1.8rem;
    font-weight: 700;
}
.main-banner .btn:hover{
    color: #fff;
    background: #db4a31;
}

h2.main-title{
    color: #2fade0;
    position: relative;
    font-weight: 400;
    line-height: 50px;
    padding-right: 40px;
    font-size: 3rem;
    margin-bottom: 30px;
}
h2.main-title:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    min-height: 50px;
    height: 100%;
    background: #2fade0;
    display: block;
}
h2.main-title strong{
    font-weight: 700;
    line-height: 1.3;
}

h2.sub-title{
    font-weight: 400;
    font-size: 3rem;
    color: #2fade0;
    text-align: center;
    margin-bottom: 60px;
}
h2.sub-title strong{
    font-weight: 700;
}

.featured-goals{
    float: right;
    width: 31%;
    margin-bottom: 10px;
}
.listing.goals .photo{
    padding-bottom: 75%;
}
.listing.goals .photo img{
    position: absolute;
}
.listing.goals .details{
    background: #fff;
    padding: 82px 30px 38px 30px;
    margin: -50px 10px 0;
}
.listing.goals .title{
    font-size: 2rem;
    font-weight: 700;
    color: #dc4a31;
    line-height: 28px;
    max-height: 140px;
    -webkit-line-clamp: 5;
}
.listing.goals .btn{
    margin: 23px 0 0;
}
.featured-goals .listing{
    direction: ltr;
}
.featured-goals .listing .details{
    direction: rtl;
}
.featured-goals .flex-direction-nav a{
    display: block;
    width: 32px; 
    height: 32px;     
    line-height: 32px; 
    background: #fff;
    color: #8b8b8b;
    top: 20px;
    margin: 0;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.featured-goals .flex-direction-nav .flex-prev{
    left: 20px;
}
.featured-goals .flex-direction-nav .flex-next{
    right: auto;
    left: 60px; 
}
.featured-goals .number{
    color: #fff;
    background: #2fade0;
    display: block;
    width: 32px; 
    height: 32px;   
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 36px;   
    line-height: 32px; 
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}

.listing.events li{
    float: right;
    width: 32%;
    margin-left: 2%;
}
.listing.events li:nth-child(3n){
    margin-left: 0;
}
.listing.events .photo{
    padding-bottom: 75%;
}
.listing.events .photo img{
    position: absolute;
}
.listing.events .details{
    background: #fff;
    padding: 38px 30px;
    margin: -50px 10px 0;
}
.listing.events .title{
    font-size: 2rem;
    font-weight: 700;
    color: #dc4a31;
    margin-bottom: 12px;
    line-height: 28px;
    max-height: 56px;
    -webkit-line-clamp: 2;
}
.listing.events .summary{
    font-size: 1.4rem;
    color: #6e6e6e;
    font-weight: 400;
    line-height: 20px;   
    max-height: 80px;
    -webkit-line-clamp: 4; 
}
.listing.events .location{
    font-size: 1.4rem;
    color: #6e6e6e;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    line-height: 14px;
}
.listing.events .date{
    font-size: 1.4rem;
    color: #6e6e6e;
    font-weight: 700;
    margin-bottom: 6px;
}
.listing.events .btn{
    margin: 15px 0 0;
}

.featured-events{
    float: left;
    width: 65.5%;
    margin-bottom: 10px;
}
.featured-events .listing.events li{
    width: 47.33%;    
    margin: 0 5.34% 0 0;
}
.featured-events .listing.events li:first-child{
    margin-right: 0;
}

.featured-results{
    float: left;
    padding: 20px 0;
    width: 65.5%;
    position: relative;
    background: #fff;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.featured-results .col{
    float: right;
    width: 46%;
    margin-right: 4%;
    -webkit-box-flex: 1;   
    -webkit-flex: 1;       
    -ms-flex: 1;           
    flex: 1;  
}
.featured-results .col h2.main-title{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bg-results{
    position: absolute;
    left: 65.5%;
    top: -40px;
    width: 100%;
    background: url(../images/bg-results.jpg) left center no-repeat;
    background-size: cover;
    z-index: 0;
    bottom: -40px;
}

ul.check{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.check li{
    margin: 0 0 12px;
    padding: 0 34px 0 0;
    font-size: 2rem;
    line-height: 1.2;
    min-height: 30px;
    background: url(../images/li-check.png) right center no-repeat;
}

.parallax{
    width: 100%;
    position: relative;
    background: #fff url(../images/loader.gif) center no-repeat; 
    overflow: hidden;
    color: #fff;
    text-align: center;
    height: 620px;
}
.parallax .holder{
    padding: 0 40px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.parallax .center{
    max-width: 1280px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}
.parallax .back{        
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;  
    background-attachment: fixed;  
    background-size: cover;    
    height: 100%;
    width: 100%;    
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.parallax .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg-blue85.png);
    background: rgba(35, 55, 75, 0.8);
    z-index: 1;  
}
.parallax .details{
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 60px;
}
.parallax .details ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    letter-spacing: -4px;
}
.parallax .details li{
    display: inline-block;
    width: 44%;
    margin: 0 2% 8px;
    padding: 0; 
    letter-spacing: 0;
}
.parallax .details li:nth-child(odd){
    text-align: left;
}
.parallax .details li:nth-child(even){
    text-align: right;
}                     
/*.parallax .details li:last-child{
    text-align: center;
} */                    
.parallax .btn{
    margin: 30px auto 0;
    float: none;
    width: 210px;
    padding: 0;
    line-height: 54px;
    font-size: 1.8rem;
    font-weight: 700;
}
.parallax h2.sub-title{
    width: 31%;
    margin: 0 auto 60px;
    line-height: 120px;
    text-align: center;
    background: #2fade0;
    color: #fff;
}

.listing.partners{
    overflow: hidden;
}
.listing.partners .flexslider{
    direction: ltr;
    background: transparent;
    padding: 0 60px;
    height: 140px;
}
.listing.partners li{
    width: 16.66%;
    height: auto; 
    float: right;
}
.listing.partners .photo{
    border: 1px solid #e9e9e9;
    background: #fff;
    padding-bottom: 75%;
}
.listing.partners .photo img{
    position: absolute;
}
.listing.partners .flexslider li{    
    width: 210px!important;
    height: 140px!important;
    line-height: 140px;
    direction: rtl;
}
.listing.partners .flexslider .photo{
    border: 1px solid #e9e9e9;
    background: #fff;
    padding: 0;
    height: 100%;
    line-height: 140px;
    text-align: center;
}
.listing.partners .flexslider .photo img{
    position: relative;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline;
}
.listing.partners .flex-direction-nav{
    height: 0;
}
.listing.partners .flex-direction-nav li{
    height: auto;
    width: auto;
}
.listing.partners .flex-direction-nav a{
    background: transparent;
    height: 140px;
    line-height: 140px;
    width: 60px;
    color: #7c7c7c;
    top: 0;
    margin: 0;
}
.listing.partners .flex-direction-nav a:before{
    line-height: 140px;
    font-size: 5rem;
    font-weight: 300;
}
.listing.partners .flex-direction-nav a:hover{
    color: #db4a31;
}
.listing.partners .flex-viewport{    
    height: 140px;
}
.listing.partners .flex-direction-nav .flex-prev{
    text-align: left;
}
.listing.partners .flex-direction-nav .flex-next{
    text-align: right;
}
  
.newsletter{
    background: #dc4a31;
    padding: 40px;
    color: #fff;
}
.newsletter .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto; 
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;    
    -ms-box-sizing: content-box;    
    -o-box-sizing: content-box;    
    box-sizing: content-box; 
}
.newsletter .col{
    float: right;
    width: 42%;
}
.newsletter .col:first-child{
    margin-left: 4%;
    width: 54%;
}
.newsletter h3{
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0;
}
.newsletter h3 strong{
    font-weight: 700;
}
.newsletter h4{
    font-size: 2rem;
    margin: 0;
}
.newsletter .icon{
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}
.newsletter .input{
    height: 48px;
    position: relative;
    padding-left: 160px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.newsletter .input input{
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 0;
    background: url(../images/bg-white25.png);
    background: rgba(255, 255, 255, 0.25);
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    outline: 0;
}
.newsletter .input .btn{
    position: absolute;
    left: 0;
    top: -1px;
    line-height: 48px;
    width: 160px;
    padding: 0;
    background: #fff;  
    color: #dc4a31;   
    border: 0;
    font-size: 1.4rem;
    margin: 0;
}
.newsletter .input .btn:hover{
    background: transparent;
    color: #fff;
}
.newsletter .input input::-webkit-input-placeholder{color:#fff}
.newsletter .input input:-moz-placeholder{color:#fff}
.newsletter .input input::-moz-placeholder{color:#fff}
.newsletter .input input:-ms-input-placeholder{color:#fff}


/* Sub */
.sub-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.sub-banner .back{
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%; 
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-banner .holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 40px;
    -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-banner .center{
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
}
.sub-banner .details{
    position: relative;
    top: 50%;
    color: #fff;
    text-align: center;
    text-shadow:0 0 1px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-banner h2{
    margin: 0;
    font-weight: 700;
    font-size: 4rem;    
}
.sub-banner h3{
    margin: 0;
    font-weight: 300;
    font-size: 4rem;
}
.sub-banner .overlay{
    background: url(../images/bg-black70.png);
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
}
.sub-banner .btn{
    margin: 50px auto 0 ;
    float: none;
    width: 210px;
    padding: 0;
    color: #fff;
    line-height: 54px;
    border: 1px solid #db4a31;
    background: rgba(219, 74, 49, 0.2);
    font-size: 1.8rem;
    font-weight: 700;
}
.sub-banner .btn:hover{
    color: #fff;
    background: #db4a31;
}


/* Join */
.side-col{
    width: 31%;
    float: right;
}
.main-col{
    width: 62%;
    float: left;
}

.form .input{
    float: right;
    position: relative;
    margin-bottom: 10px;
    width: 47%;
    height: 38px;
    line-height:38px;
}
.form label{
    display: block;
    position: absolute;
    right: 0;
    line-height: 38px;
    white-space: nowrap;
    top: 0; 
    color: #2fade0;
    font-weight: 700;
    font-size: 1.4rem;
    width: 36%;
}
.form .input:nth-child(2n){
    margin-right: 6%;
}
.form .input input[type='text'],
.form .input input[type='password'],
.form .input input[type='email'],
.form .input input[type='number'],
.form .input input[type='tel'],
.form .input input[type='url'],
.form .input select{
    width: 62%;
    height: 100%;
    padding: 0;
    border: 1px solid #d0d0d0;    
    line-height: 36px;
    background: #fff;
    color: #6e6e6e;
    display: block;
    z-index: 1;
    float: left;
}
.form .input select option{
    color: #6e6e6e;
}
.form .input.full{
    width: 100%;
    clear: both;
}
.form .input.text{
    width: 100%;
    clear: both;
    height: auto;
    min-height: 38px; 
}
.form .input.text label{
    position: relative;
    line-height: 20px;
    width: auto; 
    margin-bottom: 10px;
}
.form textarea{
    width: 100%;
    padding: 10px 0;
    display: block;
    background: #fff;
    color: #6e6e6e;
    border: 1px solid #d0d0d0; 
}
.form .btn{
    margin: 0 ;
    float: left;
    color: #fff;
    line-height: 50px;
    border: 1px solid #dc4a31;
    background: #dc4a31;
    font-size: 1.4rem;
    font-weight: 700;
}
.form .btn:hover{
    color: #dc4a31;
    background: #fff;
}

.how-to{
    font-size: 1.4;
    font-weight: 400;
}
.how-to h5{
    font-size: 1.4rem;
    color: #db4a31;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}
.how-to p{
    position: relative;
    padding-right: 20px;
    margin-bottom: 20px;
}
.how-to p:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2fade0;
    width: 2px;
    display: block; 
}

/* Contact */
.contact-info{
    color: #db4a31;
}
.contact-info h5{
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-info p{
    margin-bottom: 20px;
}
.contact-info a{
    color: #db4a31;
}

/* Goals */
.goals .col{
    float: right;
    width: 48%;
}
.goals .col:first-child{
    margin-left: 4%;
}
.goals .col ol.count li,
.goals .col ul.check li{
    font-size: 1.6rem;
    line-height: 1.3;
}

ol.count{
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: li; 
}
ol.count li{
    margin: 0 0 12px;
    padding: 0 50px 0 0;
    font-size: 2rem;
    position: relative;
    line-height: 1.2;
    min-height: 30px;
}
ol.count li:before{
    content: counter(li);
    counter-increment: li;                    
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 2rem; 
    background: #db4a31;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}

/* Details */
article{
    position: relative;
    margin-bottom: 30px;
}
article .date{
    color: #6e6e6e;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 4px;
}
article .location{
    color: #6e6e6e;
    line-height: 1.1;
    margin-bottom: 8px;
    font-size: 1.4rem; 
    font-weight: 400;
}
article .title{
    color: #dc4a31;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 18px;
}
article .summary{
    font-weight: 700;
}
article .details{
    display: table-cell;
}
article .gallery{
    width: 48%;
    float: right;
    margin-left: 4%;
    margin-bottom: 20px;
    overflow: hidden;  
    direction: ltr;
}
article .about-us{
    font-size: 2.5rem;
        line-height: 1.8;
}

.participants{
    clear: both;
    margin-bottom: 20px;
}
.participants .flexslider{
    direction: ltr;
    background: transparent;
    padding: 0 60px;
}
.participants li{
    float: right;
    width: 144px;
    direction: rtl;
}
.participants .photo{
    border: 1px solid #e9e9e9;
    background: #fff;
    line-height: 144px;
    margin-bottom: 6px;
}
.participants .holder .photo:after{
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0 solid #dc4a31;  
    -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;    
}
.participants .holder.selected .photo:after{    
    border: 4px solid #dc4a31;      
}
.participants .flex-direction-nav{
    height: 0;
}
.participants .flex-direction-nav li{
    height: auto;
    width: auto;
}
.participants .flex-direction-nav a{
    background: transparent;
    height: 144px;
    line-height: 144px;
    width: 60px;
    color: #7c7c7c;
    top: 0;
    margin: 0;
}
.participants .flex-direction-nav a:before{
    line-height: 140px;
    font-size: 5rem;
    font-weight: 300;
}
.participants .flex-direction-nav a:hover{
    color: #db4a31;
}
.participants .flex-direction-nav .flex-prev{
    text-align: left;
}
.participants .flex-direction-nav .flex-next{
    text-align: right;
}
.participants .details{
    color: #dc4a31;
    text-align: right ;
}
.participants .title{
    font-size: 1.5rem;
    font-weight: 700;
}
.participants .location{
    font-size: 1.2rem;
    font-weight: 400;
    display: block;
}

.participant-details{
    background: #f9f9f9;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    display: none;
}
.participant-details .center{
    position: relative;
    max-width: 1280px;
    min-height: 100px;
    margin: 0 auto; 
    padding: 30px 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; 
}
.participant-details .title{
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #dc4a31;
}
.participant-details .location{
    font-size: 1.8rem;
    font-weight: 400;
    color: #dc4a31;
    text-align: center;
    margin-bottom: 40px;
}
.participant-details .col{
    float: right;
    width: 48%;
    text-align: justify;
}
.participant-details .col.first{
    margin-left: 4%;
}
.participant-details .col h3{
    color: #2fade0;
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 700;
}
.participant-details p{
    margin-bottom: 12px;
}
.participant-details .close-btn{
    background: url(../images/close-btn.png) no-repeat;
    position: absolute;
    left: 0;
    top: 30px; 
    width: 22px;
    height: 22px;
    display: block;
}
.participant-details .close-btn:hover{
    background: url(../images/close-btn-on.png) no-repeat;
}