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: 121px 0 0;
    padding: 0;  
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #5e5e5e;
    background: #fff;
    -webkit-font-smoothing: antialiased; 
    letter-spacing: 0.5px;
    direction: rtl;
}
button, a{
    text-decoration: none;
    color: #5e5e5e;
    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:#38B6D0;
}
a.underlined{
    text-decoration: underline; 
}
*, *: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: #fff 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;
    border-radius:100%;
}
img{
    border: 0;
    vertical-align: middle;
}
.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%;
    right: 0; /*this*/
    right: 0;
    top: 0;    
    bottom: 0;
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.photo .play-btn{
    background: url(../images/icon-play-white.png) center no-repeat;
    z-index: 1;
    position: absolute;
    right: 0; /*this*/
    top: 0;
    width: 100%;
    height: 100%;
}
.loaded{
    background: transparent;
}
.loaded img{
    opacity:1; 
}
a.photo:hover img, 
a:hover .photo img{
    -webit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/* Alerts */              
div.alert{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 12px; 
}
div.alert.success{
    color: #5d4eff;
}    
div.alert.error{
    color: #dc4a31;
}
div.alert.info{
    color: #3e3e3e;
}
div.notification{
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 0 0 14px;
    line-height: 1.3;
    position: relative;
    text-align: left;
    background-color: #e7e7e7;
    background-repeat: no-repeat;
    background-position: 10px center;
}              
div.notification.success{
    background-color: #5d4eff;
}
div.notification.error{
    background-color: #dc4a31;
} 
div.notification.info{
    background-color: #3e3e3e;  
} 
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;
}
.listing li{
    margin: 0;
    padding: 0; 
}
.listing .holder{
    display: block;
    position: relative;
    overflow: hidden;
}
.listing .title{
    font-weight: 400;
    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: 40px 0 0;
    width: auto;
    min-height: 40px;
    text-align: center;
    clear: both;
}
.page-numbering:after{
    content:"";
    clear: both;
    display: block;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    min-height: 40px;
    width: auto;
}
.page-numbering li{
    width: auto!important;
    min-width: 24px;
    margin: 0 12px!important;                                                                                  
    padding: 0 ;
    display: inline;
    clear: none!important;
    text-align: center;
    background: transparent!important;
    opacity:1!important;
    float: left!important; 
    border: 0!important; ;
}
.page-numbering a{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 24px;
    color: #38B6D0;
    background: transparent;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff; 
    position: relative;
}
.page-numbering a:hover{
    color: #38B6D0;
}
.page-numbering a i{
    display: block;
    color: #5d4eff;
    line-height: 24px;
    font-size: 2.2rem;
    -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.selected{    
    border-bottom: 2px solid #5d4eff;
}
.page-numbering a:hover i{
    color: #38B6D0;
}

input, select, textarea, button{
    color: #000;
    font-family: 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"!important;
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    color: #b2b2b2;
    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; 
    padding-right: 20px;
}

.input.upload {
    vertical-align: middle;     
    cursor: pointer;    
}
.input.upload input[type=file]{
    outline:none;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;    
    -moz-opacity:0 ;
    opacity: 0;
    z-index: 2;
    width: calc(100% - 120px);
    height:100%;
    cursor: pointer;    
}
.input.upload .fake-file{
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 120px);
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 34px;
    border: 1px solid #c0c0c0; 
}
.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: #b2b2b2;
    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: #5d4eff;
}

.form .input{
    float: right;
    position: relative;
    margin-bottom: 10px;
    width: 45%;
    height: 36px;
    line-height:36px;
    background: #fff;    
    color: #000;  
}
.form .input:after{
    content: "";
    clear: both;
    display: block;
}
.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: calc(100% - 120px);
    height: 100%;
    padding: 0;
    float: left;
    border: 1px solid #c0c0c0;    
    line-height: 36px;
    background: transparent;
    color: #a8a8a8;
    display: block;
    z-index: 1;
}
.form .input select option{
    color: #000;
}
.form .input.full{
    width: 100%;
    clear: both;
}
.form .input.text{
    width: 100%;
    clear: both;
    height: auto;
    min-height: 36px; 
}
.form textarea{
    width: 100%;
    width: calc(100% - 120px);
    float: left;
    padding: 10px 0;
    display: block;
    border: 0;
    background: #fff;
    color: #a8a8a8;
    border: 1px solid #c0c0c0;
}
.form .separator{
    float: right;
    margin-bottom: 10px;
    width: 10%;
    height: 36px;
}
.form .input label{
    width: 120px;
    position: absolute;
    right: 0; /*this*/
    top: 0;
    line-height: 36px;
    white-space: nowrap;
    color: #5e5e5e;
    font-size: 1.4rem;
}
.form.vertical .input{
    float: none!important;
    width: 100%!important;
    clear: both;
}
.form .btn{
    margin-left: 120px;
    margin-top: 10px;
}

.form .captcha{
    margin-bottom: 10px; 
}
.form .captcha:after{
    content: "";
    clear: both;
    display: block;
}
.form .g-recaptcha{
    float: left;
}

iframe{
    border: 0;
}

/* Btns */
.btn{
    display: block;
    position: relative;
    z-index: 0;
    float: right;
    padding: 0 50px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 56px;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    background: #38B6D0;
    margin-bottom: 10px;
}
.btn:before,
.btn:after{
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    background: #5d4eff;
    -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:hover{  
    color: #fff;  
}
.btn:before{
    right: 0; /*this*/
}
.btn:after{
    right: 0;
}
.btn:hover:before,
.btn:hover:after{
    width: 100%;
}

.btn .fa{
    position: relative;
    top: 2px;
    margin-left:6px;
    font-size: 2rem; 
}
.btn .right{
    margin-right: 0;
    margin-left: 6px; 
}

.btn.light{
    background: transparent;
    padding: 0 40px 0 0;
    float: right;
    font-size: 1.4rem;
    line-height: normal;     
    color: #5d4eff;
    text-transform: uppercase;
}
.btn.light:before,
.btn.light:after{
    content: "";
    width: 23px;
    height: 17px;
    position: absolute;
    margin-left: -23px;
    left: 100%;
    top: 50%;
    margin-top: -8px;
    display: block;
    -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;
    z-index: 0;
}
.btn.light:before{
    background: url(../images/arrow-right-green.png) left center no-repeat;
}
.btn.light:after{
    background: url(../images/arrow-right-purple.png) left center no-repeat;
    z-index: 1;
    max-width: 0;
}
.btn.light:hover:after{
    max-width: 23px;
}
.btn.light:hover{
    color: #38B6D0;
}

.btn.small{
    text-transform: capitalize;
    line-height: 32px;
    padding: 0 30px;
}

.btn.arrow{
    background: transparent;
    text-transform: none;
    padding: 0;
    line-height: 26px;
    font-weight: 700;
    font-size: 1.4rem;
    color: #38B6D0;
    float: left;
    overflow: visible;
} 
.btn.arrow i{
    height: 26px;
    width: 26px;
    border:1px solid;
    border-radius:100%;
    top: 0;
    font-size: 1.1rem;
    margin-left: 10px; 
    line-height: 24px;
}
.btn.arrow:before,
.btn.arrow:after{
    display: none;
}
.btn.arrow:hover{
    color: #5d4eff;
}

header{
    background: #fff;
    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: 1200px;
    margin: 23px auto;
    min-height: 74px;
    -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;  
    line-height: 74px;  
}
header .main-logo img {
    max-width: 270px;
}
header .overlay{
    background: url(../images/bg-black60.png);
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 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{
    float: left;
    margin: 0;
    position: relative;
    z-index: 3;
    font-size: 1rem;
}
.fb-like{
    position: absolute;
    left: 270px;
    top: 2px;
}

.panel-on{
    overflow: hidden;
}
.panel-on header .overlay{
    opacity:1;
    width: 100%;
}

.main-menu{
    position: relative;   
}
.main-menu .holder{
    position: relative;   
}
.main-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu li{
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
}
.main-menu li:first-child{
    margin-left: 0;
    margin-right: 0;
}
.main-menu li a{
    display: block;
    color: #38B6D0;
    line-height: 1;
}
.main-menu li a:hover,
.main-menu li a.selected{
    color: #5d4eff;
}
.main-menu li a:after{
    content: "";
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background: #5d4eff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.main-menu li a:hover:after,
.main-menu li a.selected:after{
    left: 20%;
    width: 60%;
}

.menu1{
    position: absolute;
    right: 0px;
    top: 30px;
}
.menu1 li{
    margin-right: 22px;
}
.menu1 li a{
    font-size: 1.5rem;  
}
.menu1 li:before, .menu2 li:before {
    content: "";
    position: absolute;
    left: -12px;
    bottom: 4px;
    background: #d3c6e1;
    height: 3px;
    width: 3px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
.menu1 li:last-child:before,
.menu2 li:last-child:before{
    display: none;
}
.menu1 li a:after{
    display: none;
}

.menu2{
    position: absolute;
    right: 0;
    bottom: 2px;
}
.menu2 li{
    margin-right: 26px;
}
.menu2 li a{
    font-size: 1.7rem;  
}
.menu2 li:after{
    left: -15px;
}   

.main-menu li .sub-menu {    
    position: absolute;
    top: 100%;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    margin-top: -5px;
    padding-top: 30px;
    opacity:0;
    visibility: hidden;
    max-height: 0;
    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;
}
.main-menu li .sub-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu li .sub-menu li{
    list-style: none;
    margin: 0;
    display: block;
    float: none;
    padding: 0;
    background:#38B6D0;
    border-top:1px solid #fff
}   
.main-menu li .sub-menu li a{
    list-style: none;
    color: #fff;
    padding: 6px 10px;
    font-size: 1.2rem;
    line-height: 1.3;
    display: block;
}
.main-menu li .sub-menu li:before,
.main-menu li .sub-menu li:after,
.main-menu li .sub-menu li a:before,
.main-menu li .sub-menu li a:after{
    display: none!important;
}
.main-menu li:hover .sub-menu{
    opacity:1;
    overflow: visible;
    visibility: visible;
    max-height: 300px;
}       
.main-menu li .sub-menu li a:hover,
.main-menu li .sub-menu li a.selected{
    background: #5d4eff;
    color: #fff;
} 

.is-touch .main-menu li .sub-menu{
    display: none;
    opacity:1;
    visibility: visible;
    overflow: visible;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: noneout;
    -o-transition: none;
    transition: none;
}
.ios.is-touch .main-menu li a:after{
    display: none!important;
}

.menu3{
    position: absolute;
    right: 2px;
    top: 1px;
}
.menu3 li{
    margin-right: 4px;
}
.menu3 li a{
    font-size: 1.3rem;
    padding: 3px;
    border: 1px solid #fff;
    direction: ltr;
}
.menu3 li a.selected{    
    -webkit-border-radius:5px;
    border-radius:5px;
    padding-left: 54px;
    border: 1px solid #38B6D0;
}
.menu3 li a:after{
    display: none;
}
.menu3 li img{
    display: block;
    height: 14px
}
.menu3 li span{
    position: absolute;
    left: 8px;
    top: 3px;
    color: #38B6D0;
    font-size: 1rem;
    line-height: 15px;
    display: none;
}
.menu3 li a.selected span{
    display: block;
}

.btn-mobile{
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;    
    position: absolute;
    right: 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: 0 40px;
    color: #393939;
    line-height: 1.3;
    border-top: 1px solid #ebebeb;
    background: #fafafa; 
}
footer .center{
    position: relative;
    max-width: 1200px;
    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; 
}
footer .center:after{
    content: "";
    display: block;
    clear: both;
}
footer .underlined{
    color: #38B6D0;
}
footer .social{
    float: right;
}
footer .social ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; 
}
footer .social li{
    margin: 0 0 0 10px;
    padding: 0;
    float: left;
}
footer .social li:first-child{
    margin: 0;
}
footer .social a{
    display: block;
    text-align: center;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.4rem;
    background: #38B6D0;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
}
footer a{
    color: #393939;
}
footer .social .fa{
    display: block;
    line-height: 40px;
}
footer .social a:hover{
    color: #fff;
    background: #5d4eff;
}
footer .copyrights{
    color: #656565;
    float: left;
}
footer .copyrights .qv{
    font-size: 1.2rem;
    color: #9f9f9f;
    display: block;
    margin-top: 2px;
}
footer .copyrights .qv:hover{
    color: #38B6D0;
}
footer .col{
    float: right;
    line-height: 1.4;
    width: 23.5%;
    font-size: 1.3rem;
    margin-left: 2%; 
}
footer .col:first-child{
    margin-left: 0;
}
footer h4{
    text-transform: uppercase;
    color: #38B6D0;
    margin-bottom: 14px;
    font-size: 1.6rem;
}
footer h5{
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #38B6D0;
}
footer .col-holder{
    margin-bottom: 22px;
    padding-bottom: 26px;
    border-bottom: 1px solid #dfdfdf;
}

.main-content{
    padding: 40px;
    position: relative; 
    background: #fff;
    /*background: #fff url(../images/circle.png) center no-repeat;
    background-attachment: fixed;*/
    z-index: 1;
}
.main-content.white{
    background: #fff;
}
.main-content .center{
    position: relative;
    max-width: 1200px;
    margin: 0 auto; 
}
.main-content .center:after{
    content: "";
    display: block;
    clear: both;
}
.main-content.has-border{
    border-bottom: 1px solid #ebebeb;
}
.main-content.half-grey:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #f7f7f7;
    z-index: -1;
}
.main-content.grey{
    background: #ebebeb;
}
.main-content.glance{
    min-height: 460px;
    border-bottom: 1px solid #fff;
}
.main-content.glance .back{
    position: absolute;
    right: 0; /*this*/
    top: 0;
    width: 50%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right top;  
    background-size: cover; 
}
.main-content.light{
    background: #f3f3f3;    
}
.main-content.purple{
    background: #38B6D0;
    color: #fff;
    padding-top: 26px;
    padding-bottom: 26px;
}
.side-column{
    float: right;
    width: 27%;
}
.main-column{
    float: left;
    width: 69%;
}

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

.text-purple{
    color: #38B6D0;
}
.text-green{
    color: #5d4eff;
}

/* Listing */
.listing.articles{}
.listing.articles li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
}
.listing.articles li:nth-child(3n){
    margin-right: 0; 
}
.listing.articles li:nth-child(3n+1){
    clear: left;
}
.listing.articles .holder{
    background: #ebebeb;
}
.listing.articles .photo{
    padding-bottom: 75%;
}
.listing.articles .photo img{
    position: absolute;
}
.listing.articles .details{
    padding: 20px 30px 60px 30px; 
    position: relative;
}
.listing.articles .date{
    font-size: 1.2rem;
    color: #5d4eff;
    position: relative;
    display: inline-block;
    margin-bottom: 4px; 
}
.listing.articles .category{
    font-size: 1.2rem;
    color: #5d4eff;
    position: relative;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 4px; 
    text-transform: uppercase;
}
.listing.articles .category:before{
    content: "/";
    position: absolute;
    right: 0; /*this*/
    top: 0;
    bottom: 0;
    line-height: inherit;
    font-size: inherit;     
}
.listing.articles .details span:first-child{
    padding-left: 2px;
}
.listing.articles .details span:first-child:before{
    display: none;
}
.listing.articles .title{
    font-size: 1.8rem;
    line-height: 24px;
    max-height: 72px;
    height: 72px;
    color: #38B6D0;
    margin-bottom: 8px;
    -webkit-line-clamp: 3;
    text-transform: uppercase;
}
.listing.articles .summary{
    color: #5e5e5e;
    height: 90px;
    max-height: 90px;
    -webkit-line-clamp: 5;
}
.listing.articles .details .btn{    
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin: 0;
}
.listing.articles .btn.more{
    line-height: 56px;
    font-size: 1.6rem;
    width: 240px;
    background: #38B6D0;
    text-transform: uppercase;
}
.main-content.grey .listing.articles .holder{
    background: #fff;
}

h2.sub-title{
    color: #38B6D0;
    text-transform: uppercase;
    font-size: 3rem;
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 18px;
}
h2.sub-title:after{
    content: "";
    height: 5px;
    position: absolute;
    bottom: 0;
    /*left: 0; !*this*!*/
    width: 46px;
    display: block;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #5d4eff;
}
h2.sub-title span{
    display: block;
    font-size: 62.5%;
    font-weight: 400;
}
h2.sub-title.centered{
    text-align: center;
}
h2.sub-title.centered:after{
    left: 50%;
    margin-left: -30px;
}
h2.sub-title.green{
    color: #5d4eff;
}
h2.sub-title.left{
    font-size: 4rem;
    margin-bottom: 26px;
    padding: 0 0 0 22px;
}
h2.sub-title.left:after{
    right: 0; /*this*/
    width: 8px;
    height: 100%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;  
}
h2.sub-title .sub{
    display: inline-block;
    font-size: inherit;
    color: #d3c6e1;
    position: relative;
    padding-right: 20px;
}
h2.sub-title .sub:before{
    content: "/";
    position: absolute;
    right: -2px;
    top: 0; 
}
h2.sub-title.lowercase{
    text-transform: none;
}

h3.sub-title{
    color: #38B6D0;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 18px;
}

.m-0{
    margin: 0!important;
}

.main-column h2.sub-title{
    color: #5d4eff;
    padding-bottom: 0;  
}
.main-column h2.sub-title:after{
    display: none;  
}


/* Home */
.main-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    height: 460px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
}
.main-banner .flexslider{
    height: 100%;
}
.flexslider.loaded {
    direction: ltr;
}
.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;
    right: 0; /*this*/
    left: 0;
    bottom: 0;
    z-index: 1;
    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 .holder:before{
    content: "";
    position: absolute;
    right: 0; /*this*/
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.main-banner .center{
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.main-banner .details{
    position: relative;
    top: 50%;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    text-shadow:0 0 1px #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-banner h2{
    margin: 0;
    line-height: 1.3;
    font-size: 3rem;
    text-transform: uppercase;
}
.main-banner h3{
    margin: 0;
    font-size: 2.4rem;
}
.main-banner p{
    font-size: 1.8rem;
}
.main-banner .btn{
    background: #38B6D0;
    display: inline-block;
    float: none;
    font-size: 1.5rem;
    padding: 0 70px;
    text-transform: uppercase;
    margin: 40px 0 0;     
}
.main-banner .flex-control-nav{
    bottom: 15px;
}
.main-banner .flex-control-paging li{
    margin: 0 4px;
}
.main-banner .flex-control-paging li a{
    background: #5d4eff;
    width: 11px;
    height: 11px;
}
.main-banner .flex-control-paging li a:hover, 
.main-banner .flex-control-paging li a.flex-active{
    background: #38B6D0;
}
 
.featured-cats .col{
    width: 47%;
    float: right;
}
.featured-cats .col:first-child{
    margin-right: 6%;
}
.featured-cats .col:first-child .photo{
    margin-bottom: 20px;
}
.featured-cats .listing.cats h3{
    color: #38B6D0;
    font-size: 1.6rem;
    margin-bottom: 6px;
}
.featured-cats .listing.cats li{
    float: right;
    width: 48%;
    margin: 0 4% 20px 0;
    margin-bottom: 20px;
}
.featured-cats .listing.cats li:nth-child(2n){
    margin-right: 0;
}
.featured-cats .listing.cats li li{
    margin: 0 0 4px!important;
    width: auto!important;
    float: none!important;
}
.featured-cats .listing.cats li a{
    background: url(../images/arrow-right-green.png) right 4px no-repeat;
    color: #38B6D0;
    font-size: 1.5rem;
    padding-right: 40px;
    display: inline-block;
}
.featured-cats .listing.cats li a:hover{
    color: #5d4eff;
}

.featured-glance{
    width: 48%;
    float: left;
}
.featured-glance h2{
    font-size: 4rem;
    color: #5d4eff;
}
.featured-glance .title{
    color: #38B6D0;
    text-align: justify;
    line-height: 1.1;
    margin-bottom: 12px;
    font-size: 2.4rem;
}
.featured-glance .summary{
    color: #5e5e5e;
    text-align: justify;
    line-height: 1.3;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.featured-careers{
    float: right;
    width: 32%;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: -40px;
}
.featured-careers .listing.jobs{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}
.featured-careers .btn.more{
    position: absolute;
    bottom: 0;
    right: 0; /*this*/
    margin: 0;
}

.featured-news{
    float: left;
    width: 64%;
    margin-bottom: -40px;
}
.featured-news .listing.articles ul{
    display: block;
}
.featured-news .listing.articles li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
}
.featured-news .listing.articles li:nth-child(2n){
    margin-right: 0;
}
.featured-news .listing.articles .details{
    background: #ebebeb;
}

.listing.logos{
    text-align: center;
    letter-spacing: -4px;
}
.listing.logos li{
    display: inline-block;
    letter-spacing:0;
}

.listing.insta li{
    float: right;
    width: 25%;
}
.listing.insta .holder{
    border: 1px solid #ebebeb;
}
.listing.insta .photo{
    padding-bottom: 100%;
}
.listing.insta .photo img{
    position: absolute;
}
.listing.insta .photo:after {
    content: "\f16d";
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    z-index: 2;
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #58595b;
    font-size: 2rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-family: FontAwesome;
    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;
}
.listing.insta .holder:hover .photo:after{
    background: #38B6D0;
    color: #fff;
}

.popup{
    display: none;
}
.newsletter{
    color: #393939;
}
.newsletter p{
    text-align: center;
    margin-bottom: 14px;
}
.newsletter .input{
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    height: 50px;
    padding-right: 170px;
    border: 1px solid #acacac;
}
.newsletter .input .btn{
    width: 90px;
    float: none;
    padding: 0 15px 0 65px;
    margin: 0;     
    color: #2b2b2b;
    line-height: 48px;
    position: absolute;
    right: 0;
    top: 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;   
    background: #acacac url(../images/icon-msg.png) 10px center no-repeat;      
}
.newsletter .input .btn:hover{
    color: #fff;
    background: #38B6D0 url(../images/icon-msg-on.png) 10px center no-repeat;
}
.newsletter .input .btn:after,
.newsletter .input .btn:before{
    display: none;
}
.newsletter .input input{
    width: 100%;
    border: 0;
    height: 100%;
    outline: 0;
    padding: 0;
    background: transparent;
}
.main-content .fancybox-close-small{
    display: none;
}
.main-content #divNewsletterPopupHolder{
    display: block!important;
}

/* Contact */
.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;
    right: 0; /*this*/
    left: 0;
    bottom: 0;
    z-index: 1;
    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 .holder:before{
    content: "";
    position: absolute;
    right: 0; /*this*/
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.sub-banner .center{
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.sub-banner .details{
    position: relative;
    top: 50%;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    text-shadow:0 0 1px #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-banner h2{
    margin: 0;
    line-height: 1.3;
    font-size: 3rem;
    text-transform: uppercase;
}
.sub-banner h3{
    margin: 0;
    font-size: 3rem;
}
.sub-banner p{
    font-size: 1.8rem;
}

.contact-holder{}
.contact-holder .col{
    float: left;
    width: 28%;
}
.contact-holder .col:first-child{
    width: 60%;
    float: right;
}
.contact-holder .box{
    float: right;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}        
.contact-holder .col:first-child span{
    color: #38B6D0;
}
.contact-holder .col:first-child a:hover{
    text-decoration: underline;
}
.contact-holder h5{
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #38B6D0;
}
.contact-holder .underlined {
    color: #38B6D0;
}

/* FAQ */
.listing.faq li{
    border-top:1px solid #ebebeb;
}
.listing.faq li .title{
    text-transform: uppercase;
    color: #38B6D0;
    padding: 18px 30px 18px 0;
    display: block;
    position: relative;
    max-height: none;
    font-size: 1.8rem;
}
.listing.faq li .title:hover{
    color: #5d4eff;
}
.listing.faq li .title:before{
    content: "";
    position: absolute;
    right: 0; /*this*/
    top: 50%;
    margin-top: -1px;
    display: block;
    height: 2px;
    width: 16px;
    background: #5d4eff;
}
.listing.faq li .title:after{
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -8px;
    display: block;
    height: 16px;
    width: 2px;
    max-height: 16px;
    background: #5d4eff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.faq li .title.selected:after{
    max-height: 2px;
    margin-top: -1px;
}
.listing.faq li .content{
    display: none;
    overflow: hidden;
    color: #5e5e5e;
    font-size: 1.4rem;
}
.listing.faq li .content *{
    font-size: inherit!important;
    font-family: inherit!important;
}
.listing.faq li li{
    margin: 0;
    padding: 0;
    border: 0;
}


/* Careers */
.listing.jobs{}
.listing.jobs li{
    padding-top: 10px;
    margin-top: 10px;
    border-top:1px solid #ebebeb;
}
.listing.jobs li:first-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.listing.jobs .holder{
    color: #38B6D0;
}
.listing.jobs .title{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}
.listing.jobs .holder:hover,
.listing.jobs .holder.selected{
    color: #5d4eff;
}
.listing.jobs li .btn{
    display: none;
}

.featured-careers .listing.jobs li{
    margin: 0 0 20px;
    padding:0 0 20px;
    border: 0;
    position: relative;
}
.featured-careers .listing.jobs li:after{
    content: "";
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0; /*this*/
    width: 40px;
    display: block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:3px;
    background: #5d4eff;
}
.featured-careers .listing.jobs .info{
    display: block;
    color: #b4a5c4;
    line-height: 1.1;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.featured-careers .listing.jobs .title{
    display: block;
    color: #38B6D0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.8rem;
}
.featured-careers .listing.jobs .btn{
    margin: 14px 0 0;
    float: none;
    display: inline-block;
}

.job-details .title{
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    color: #5d4eff;
}
.job-details .ref{
    margin-bottom: 14px;
    font-size: 1.4rem;
    color: #5d4eff;
    margin-top: -18px;
}
.job-details .details{
    color: #5e5e5e;
    margin-bottom: 20px;
}
.job-details .btn{
    margin-top: 10px;
}

.job-form h5{
    color: #38B6D0;
}

.add-this{
    display: none;
}

/* meet our staff */
.listing.nav li{
    padding-top: 10px;
    margin-top: 10px;
    border-top:1px solid #ebebeb;
}
.listing.nav li:first-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.listing.nav .holder{
    color: #38B6D0;
}
.listing.nav .title{    
    display: block;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.3;
    overflow: visible;
    max-height: none;
}
.listing.nav .holder:hover,
.listing.nav .holder.selected{
    color: #5d4eff;
}

.listing.nav .collapsed{
    display: none;
}
.listing.nav .collapsed ul{
    margin: 10px 0;
}
.listing.nav .collapsed li{
    margin: 0 0 8px;
    padding: 0;
    border: 0;  
    min-height: 20px;   
}
.listing.nav .collapsed a{
    padding-right: 40px;
    display: block;
    color: #38B6D0;
    position: relative;
    font-size: 1.6rem;
}
.listing.nav .collapsed a:before, 
.listing.nav .collapsed a:after {
    content: "";
    width: 23px;
    height: 17px;
    position: absolute;
    right: 0; /*this*/
    top: 50%;
    margin-top: -8px;
    display: block;
    -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;
    z-index: 0;
}
.listing.nav .collapsed a:before {
    background: url(../images/arrow-right-green.png) left center no-repeat;
}
.listing.nav .collapsed a:after {
    background: url(../images/arrow-right-purple.png) left center no-repeat;
    z-index: 1;
    max-width: 0;
}
.listing.nav .collapsed a:hover:after{
    max-width: 23px;
}
.listing.nav .collapsed a:hover{
    color: #5d4eff;
}
.listing.nav .collapsed a.selected{
    color: #5d4eff;
}

.team-details .title{
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    color: #5d4eff;
}

.listing.team li{
    float: right;
    width: 31%;
    margin: 0 3.5% 40px 0;
    clear: none;
}
.listing.team li:nth-child(3n){
    margin-right: 0;
}
.listing.team li:nth-child(3n+1){
    clear: left;
}
.listing.team li .title{
    font-size: 1.6rem;
    color: #38B6D0;
    margin: 0;
    overflow: visible;
    display: block;
    line-height: normal;
    text-transform: uppercase;
}
.listing.team li .info{
    color: #5d4eff;
    display: block;
    font-size: 1.4rem;
}
.listing.team li .photo{
    padding-bottom: 75%;
    margin-bottom: 10px;
}
.listing.team li .photo img{
    position: absolute;
}
.member-details{
    display: none;
    width: 480px;
}

/* News */
article .date{
    color: #5d4eff;
    margin-bottom: 2px;
    font-size: 1.6rem;
    line-height: 1.1;
}
article .title{
    color: #38B6D0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3rem;
    margin-bottom: 18px;
    margin-left: 220px;
}
article .gallery{
    float: left;
    width: 40%;
    margin-right: 3%;
    margin-bottom: 50px;  
}
article .gallery.full{
    float: none; 
    width: auto;
    clear: both;   
}
article .details p{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
article .details ul,
article .details ol{
    list-style-position: inside;
    -webkit-column-count: 1;
    column-count: 1;
}
article .description{
    font-weight: 700;
    color: #888;
    margin-bottom: 14px;
}
article .details img{    
    max-width: 100%;
}

.gallery .flex-control-nav{
    bottom: -34px;
    overflow: hidden;
}
.gallery .flex-control-paging li{
    width: 12px;
    margin: 0 2px;
}
.gallery .flex-control-paging li a{
    background: #d4c7e2;
    width: 10px;
    height: 10px;
    position: relative;
    top: 1px;
    margin: 0 auto;
}
.gallery .flex-control-paging li a:hover{
    background: #9bba65;
}
.gallery .flex-control-paging li a.flex-active{
    background: #9bba65;
    width: 12px;
    height: 12px;
    top: 0;
}


/* Media */
.listing.media li{
    float: right;
    width: 31%;
    margin: 0 3.5% 40px 0;
    clear: none;
}
.listing.media li:nth-child(3n){
    margin-right: 0;
}
.listing.media li:nth-child(3n+1){
    clear: left;
}
.listing.media li .photo{
    padding-bottom: 75%;
    margin-bottom: 8px;
}
.listing.media li .photo img{
    position: absolute;
}
.listing.media li .title{
    font-size: 1.6rem;
    color: #38B6D0;
    margin: 0;
    overflow: visible;
    display: block;
    float: left;

}
.listing.media li .icon{
    background: url(../images/icon-play.png) center no-repeat;
    display: block;
    position: absolute;
    right: 0; /*this*/
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -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.media li a:hover .icon{
    -webit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}
.listing.media li .btn{
    display: none;
}

.featured-videos .listing.media li{
    float: none;
    width: auto;
    margin: 0 0 25px;
}
.featured-videos .listing.media li .holder{
    min-height: 190px;
}
.featured-videos .listing.media li .photo{
    width: 260px;
    float: right;
    padding-bottom: 0;
    margin-bottom: 0;
}
.featured-videos .listing.media li .photo img{
    position: relative;
}
.featured-videos .listing.media li .details{
    background: #ebebeb;
    padding: 20px 25px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 400px;
    z-index: 1;
    margin-top: -16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-videos .listing.media li .title{
    color: #38B6D0;
    font-size: 1.6rem;
    height: 40px;
    max-height: 40px;  
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.featured-videos .listing.media li .btn{
    background: #38B6D0;
    line-height: 32px;
    padding-right: 6px;
    padding-left: 25px;
    color: #fff;
    position: absolute;
    bottom: -32px;
    right: 0; /*this*/
    margin: 0;
    font-size: 1.2rem;
    display: block;
}
.featured-videos .listing.media li .icon{
    display: none;
}


/* About */
.listing.ongoing{}
.listing.ongoing li{
    margin: 20px 2% 50px 0;
    width: 32%;
    float: right;
}
.listing.ongoing li:nth-child(3n){
    margin-right: 0;
}

.listing.ongoing .holder{
    overflow: visible;
}
.listing.ongoing .photo{    
    margin: 0 20px -30px;
    z-index: 1;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}
.listing.ongoing .details{
    padding: 40px 20px 16px 20px;
    z-index: 0;
    min-height: 134px;
}
.listing.ongoing .title{    
    color: #fff;
    display: block;
    font-weight: 400;
    overflow: visible;
    font-size: 1.4rem;
    line-height: 1.4;
    max-height: none;
}

.listing.triad{}
.listing.triad ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
}
.listing.triad li{
    width: 33.33%;
    float: right;
    -webkit-box-flex: 1;   
    -webkit-flex: 1;       
    -ms-flex: 1;           
    flex: 1;
}
.listing.triad .number{
    position: absolute;
    top: 0;
    right: 0; /*this*/
    padding: 12px 15px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    z-index: 1;
    line-height: 1;   
}
.listing.triad .holder{
    padding: 0 20px 0;
    padding-bottom: 80%;
}
.listing.triad .details{
    position: absolute;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    top: 50%;
    left: 20px;
    right: 20px;
    cursor: default;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.listing.triad .title{
    display: block;
    max-height: none;
    overflow: visible;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    -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.triad .summary{
    overflow: visible;
    display: block;
    -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;
    max-height: 0;
    overflow: hidden;
}
.listing.triad li:hover .summary{
    max-height: 100px;
}
.listing.triad li:hover .title{
    margin-bottom: 10px;
}

.listing.benefits li{
    width: 32%;
    margin: 0 2% 30px 0;
    position: relative;
    float: right;
}
.listing.benefits li:nth-child(3n){
    margin-right: 0;
}
.listing.benefits .photo{
    padding-bottom: 100%;
}
.listing.benefits .photo img{
    position: absolute;
}
.listing.benefits .holder{

}
.listing.benefits .details{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    right: 0; /*this*/
}
.listing.benefits .title{
    background: #38B6D0;
    background: rgba(102, 45, 145, 0.75);
    display: block;
    max-height: none;
    overflow: visible;
    color: #fff;
    min-height: 70px;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
}
.listing.benefits .summary {
    position: absolute;
    bottom: -100%;
    right: 0; /*this*/
    right: 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;
    background: #94b954;
    background: rgba(148, 185, 84, 0.80);
    padding: 8px 10px;
    overflow: visible;
    max-height: none;
    color: #000;
    display: block;
    line-height: 18px;
}
.listing.benefits .holder:hover .summary{
    bottom: 0;
}

.ios.is-touch .listing.benefits .summary{
    display: none;
    bottom: 0!important;
    overflow: visible;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.static-graph{
    display: none;
    width: 100%;
}

.plax-holder{
    position: relative;
}
.plax-holder img{
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
}
.plax-holder .plax{
    position: absolute;
    right: 0; /*this*/
    top: 0;
    width: 100%;
    height: 100%;
}
.plax-holder .plax1{
    z-index: 1;
}
.plax-holder .plax2{
    z-index: 2;
}
.plax-holder .plax3{
    z-index: 3;
}
.plax-holder .plax-circle{
    color: #000;
    line-height: 16px;
    font-size: 13px;
    color: #000;
    text-align: center;
    display: inline-block;
    float: right;
    padding: 14px; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    max-width: 120px;
    max-height: 120px; 
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.plax-holder .plax-circle .bg{
    position: absolute;
    right: 0; /*this*/
    top:0;
    width: 100%;
    z-index: 0; 
    -webkit-border-radius:100%; 
    -moz-border-radius:100%; 
    border-radius:100%; 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -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);
}    
.plax-holder .plax-circle:hover .bg{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}  
.plax-holder .plax-circle1{
    left: 29%;
    top: 4%;
}
.plax-holder .plax-circle2{
    left: 54%;
    top: 0%;
}
.plax-holder .plax-circle3{
    left: 66%;
    top: 31%;
}
.plax-holder .plax-circle4{
    left: 15%;
    top: 45%;
}
.plax-holder .plax-circle5{
    left: 34%;
    top: 62%;
}
.plax-holder .plax-circle6{
    left: 56%;
    top: 72%;
}
.plax-holder .plax-circle7{
    left: 72%;
    top: 55%;
}
.static-graph{
    display: none;
    width: 100%;
}
.plax-holder .table{
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    vertical-align: middle;
}
.plax-holder .table-cell{
    display: table-cell;
    width: 100%; 
    vertical-align: middle;  
}

.side-form{
    position: fixed; 
    right: -480px; 
    top: 0; 
    bottom: 0; 
    width: 480px; 
    max-width: 100%; 
    z-index: 999; 
    background: #000; 
    color: #a9a9a9;
    -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;
}
.side-form .holder{
    position: relative;
    z-index: 998;
    padding: 110px 40px 0;
}
.side-form.selected{
    right: 0;
    overflow: auto;
}
.side-form h2{
    color: #fff;
    margin-bottom: 30px;
}
.side-form .form .input label{
    color: #a9a9a9;
}
.side-form .form .input{
    background: transparent;
}
.side-form .form .input input[type='text'], 
.side-form .form .input input[type='password'], 
.side-form .form .input input[type='email'], 
.side-form .form .input input[type='number'], 
.side-form .form .input input[type='tel'], 
.side-form .form .input input[type='url'], 
.side-form .form .input select{
    background: #fff;
}
.side-form .form .input.select:after{
    z-index: 2;
}
.side-form .overlay{
    background: url(../images/bg-black60.png);
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0; /*this*/
    width: 0;
    z-index: 997;
    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;
}
.side-form.selected .overlay{
    opacity:1;
    width: 100%;
}
.side-form .close-btn{
    background: url(../images/close-btn.png) center no-repeat;
    position: absolute;
    right: 40px;
    top: 30px;
    width: 44px;
    height: 44px;
    display: block;
    z-index: 998;
    color: #fff;
}
.side-form .close-btn:hover{
    background: url(../images/close-btn-on.png) center no-repeat;
}
.side-form .btn{
    margin-left: 0;
    float: left;
}

.action-btns{
    position: fixed;
    top: 50%;
    z-index: 998;
    margin-top: -40px;
}
.action-btns .btn{
    line-height: 40px;
    height: 40px;
    margin: 3px 0;
    padding: 0;
    clear: both;
    font-size: 1.3rem;
    text-transform: none;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.action-btns .btn span{
    position: relative;
    right: 40px;
    padding: 0 20px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    max-width: 40px;
    text-align: left;
    display: block;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.action-btns .btn:hover span{
    right: 0; /*this*/
    max-width: 300px;
    padding-right: 40px;
}
.action-btns .btn .fa{
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 2.1rem;
    margin: 0;
    position: absolute;
    right: 0; /*this*/
    line-height: 40px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.action-btns .btn:before{
    display: block!important;
}

/* Forum */
.main-filter{
    padding: 40px 40px 0;
    position: relative; 
    background: #f3f3f3;
    z-index: 1;
    overflow: hidden;
}
.main-filter .center{
    position: relative;
    max-width: 1200px;
    margin: 0 auto; 
}
.main-filter .center:after{
    content: "";
    display: block;
    clear: both;
}
.main-filter h2{
    text-align: center;
    font-size: 2.7rem;
    color: #38B6D0;
    margin-bottom: 26px;
    line-height: 57px;
}
.main-filter h2 img{
    margin: 0 6px;
}
.main-filter .row{
    background: #38B6D0;
    padding: 28px 80px 36px 0;
    position: relative;
    direction: rtl;
}
.main-filter .row:before{
    content: "";
    background: #38B6D0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
    z-index: 0;
}
.main-filter .row:after{
    content: "";
    background: #5d4eff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1000px;
    z-index: 0;
}
.main-filter .col{
    float: right;
    width: 20%;
    margin-right: 5%;
    position: relative;
}
.main-filter h3{
    color: #fff;
    font-size: 2rem;
}
.main-filter .btn-submit{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #5d4eff;
    border-left:1px solid #5d4eff;
    color: #38B6D0;
    display: block;
    text-align: center;
    width: 80px;
    font-weight: 700;
    font-size: 6rem;
    z-index: 3;
}
.main-filter .btn-submit:hover{
    background: #38B6D0;
    color: #5d4eff;
}
.main-filter .btn-submit i{
    position: absolute;
    top: 50%;
    right: 0; /*this*/
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-filter input,
.main-filter select{
    background: transparent;
    border: 0;
    text-indent: 0;
    border-bottom: 1px solid #fff;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    outline: 0;
    font-weight: 400;
}
.main-filter .input.select{
    height: 32px;
    position: relative;
}
.main-filter select option{
    color: #000;
}
.main-filter .input.select:after{
    height: 32px;
    line-height: 32px;
    width: 18px;
    color: #fff;
    text-align: right;
}
.main-filter .nav{
    position: relative;
}
.main-filter .nav:after{
    content: "";
    clear: both;
    display: block;
}
.main-filter .nav ul{
    margin: 0;
    padding: 0;
    letter-spacing: -2px;
    list-style: none;
    text-align: center;
    direction: rtl;
}
.main-filter .nav li{
    margin: 0;
    padding: 0;
    display: inline-block;
    letter-spacing: 0;
    position: relative;
}
.main-filter .nav li a{
    color: #38B6D0;
    padding: 18px 10px;
    display: block;
    font-size: 1.6rem;
}
.main-filter .nav li a:hover,
.main-filter .nav li a.selected{
    background: #5d4eff;
    color: #38B6D0;
}

.listing.forum{
    /*margin-top: 50px;*/
}
.listing.forum li{
    background: #f5f5f5;
    clear: both;
    margin-top: 40px;
}
.listing.forum li:first-child{
    margin-top: 0;
}
.listing.forum .holder{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.listing.forum .photo{
    float: right;
    width: 50%;
    -webkit-box-flex: 1;   
    -webkit-flex: 1;       
    -ms-flex: 1;           
    flex: 1;
}
.listing.forum .content{
    -webkit-box-flex: 1;   
    -webkit-flex: 1;       
    -ms-flex: 1;           
    flex: 1;    
}
.listing.forum .details{
    padding: 36px 30px 30px;
    position: relative;
}
.listing.forum .category{
    background: #5d4eff;
    color: #38B6D0;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 7px 20px;
    margin: -36px 0 26px;
    float: right;
}
.listing.forum .title{
    color: #38B6D0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 2rem;
    overflow: visible;
    display: block;
    max-height: none;
    clear: both;
}
.listing.forum .subtitle{
    font-weight: 700;
    max-height: none;
    display: block;
}
.listing.forum .summary{
    clear: both;
    color: #616161;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: justify;
    line-height: 1.3;
    overflow: visible;
    display: block;
    max-height: none;
    font-size: 1.6rem;  
}
.listing.forum .date{
    color: #38B6D0;
    font-weight: 400;
    line-height: 1.1;
    line-height: 28px;
    clear: both;
    float: right;
    font-size: 1.4rem;
}
.listing.forum .other-info{
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #7f7f7f;
    float: right;
    clear: left;
}
.listing.forum .other-info span{
    display: block;
}
.listing.forum .btn{    
    margin-left: 10px;
}
.listing.forum hr{
    margin: 10px 0 8px;
    background: #a88cbe;
    clear: both;
    display: none;
}

.listing.forum.tips .holder{
    flex-direction: row-reverse;
}
.listing.forum.tips .details{
    padding: 60px 30px 30px 30px;
}
.listing.forum.tips .category{
    right: 0; /*this*/
}

.featured-box .listing.forum .details{
    padding-right: 0;
}
.featured-box .listing.forum.tips .details{
    padding-left: 0;
    padding-right: 30px;
}

.forum-details h1.title{
    color: #38B6D0;
    text-transform: none;
    font-size: 2rem;
    margin-right: 0;
    font-weight: 700;
    margin-bottom: 16px;
}
.forum-details .category{
    background: #5d4eff;
    color: #38B6D0;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 7px 20px;
}
.forum-details .photo{
    /*float: right;
    width: 50%;
    margin-bottom: 14px;
    margin-right: 3%;*/
}
.forum-details .other-info{

}
.forum-details .date{
    color: #38B6D0;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 8px;
    font-size: 1.4rem;
}
.forum-details .other-info{
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #7f7f7f;
    border-bottom: 1px solid #ad91c3;
    padding-bottom: 14px;
    margin-bottom: 14px;
    display: grid;
}
.forum-details .other-info span{
    display: block;
    width: 100%;
}
.forum-details .details{
    color: #5a5a5a;
    text-align: justify;
    line-height: 1.3;
    font-size: 1.6rem;
}
.forum-details .content{

}
.forum-details .details p{
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
}
.forum-details .subtitle{
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 1.6rem
}

.author-info{
    font-size: 1.6rem;
    text-align: justify;
}

.listing.tags{
    float: right;
}
.listing.tags li:first-child{
    margin-right: 70px;
    font-weight: 700;
    color: #38B6D0;
}
.listing.tags li{
    float: right;
    margin: 0 30px 10px 0;
}
.listing.tags li a{
    display: block;
    font-weight: 300;
    font-size: 1.6rem;
    color: #38B6D0;
}
.listing.tags li a:hover{
    color: #5d4eff;
}

.content .listing.tags{
    margin: 14px 0 30px;
}
.content .listing.tags li{
    margin-right: 10px;
    clear: none;
}
.content .listing.tags li a{
    font-size: 1.2rem;
    line-height: 24px;
    font-weight: 400;
    padding: 0 10px;
    border: 1px solid;
}

.quiz-holder{
    position: relative;
}
.quiz-holder .title{
    color: #38B6D0;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 2rem;
}
.quiz-holder .date{
    color: #38B6D0;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 22px;
    font-size: 1.4rem;
}
.quiz-holder .category{
    background: #5d4eff;
    color: #38B6D0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 7px 20px;
}

.question-holder{
    background: #f5f5f5;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
} 
.question-holder .photo{
    float: right;
    width: 50%;
    -webkit-box-flex: 1;   
    -webkit-flex: 1;       
    -ms-flex: 1;           
    flex: 1;
}
.question-holder .content{
    -webkit-box-flex: 1;   
    -webkit-flex: 1;       
    -ms-flex: 1;           
    flex: 1;
}
.question-holder .details{
    padding: 30px 30px 70px 30px ;
    position: relative;
}
.question-holder .number{
    color: #38B6D0;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 2rem;
}
.question-holder .question{
    color: #38B6D0;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 1.6rem;
}
.question-holder .summary{
    margin-bottom: 30px;
    font-size: 1.6rem;
}
.question-holder.purple{
    color: #fff;
    background: #38B6D0;
}
.question-holder.purple .details{
    padding-bottom: 0;
}
.question-holder.purple .title{
    color: #fff;
}
.question-holder.purple .btn{
    color: #fff;
}

.answers-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.answers-list li{
    margin: 0 0 14px;
    min-height: 18px;
    line-height: 18px;
    position: relative;
    padding: 0;    
}
.answers-list label{
    display: inline-block;
    position: relative;
    padding-left: 24px;
    padding-right: 36px;
    cursor: pointer;
    line-height: 18px;
    color: #38B6D0;
    font-size: 1.5rem;
}
.answers-list input[type="radio"]{
    opacity:0;
    visibility: hidden; 
    position: absolute;
    right: 0; /*this*/
    -webkit-appearance: none;
    top: 2px;  
}
.answers-list input[type=radio] + label:before{
    content: "";
    position: absolute;
    left:0;
    top: 2px;
    border: 1px solid #38B6D0;
    width: 14px;
    height: 14px;
    background: #fff;  
    -webkit-border-radius:100%;
    border-radius:100%;
}
.answers-list input[type=radio]:checked + label:before{
    background: #38B6D0;
} 
.answers-list label.correct{
    background: url(../images/icon-check.png) right 2px no-repeat; 
}
.answers-list label.incorrect{
    background: url(../images/icon-incorrect.png) right 2px no-repeat; 
}

.answer-holder{
    background: #38B6D0;
    color: #fff;
    padding: 20px 40px;
    margin: 0 180px 30px;
    text-align: center;
    z-index: 1;
    top: -90px;
    font-size: 1.5rem;
    position: relative;
}
.answer-holder .btn{
    color: #fff;
    float: none;
    margin: 20px auto 0;
}

.listing.results li{ 
    margin-bottom: 20px;
}
.listing.results .question{ 
    color: #38B6D0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3;
}
.listing.results .answer{ 
    color: #404040;
    font-size: 1.6rem; 
    line-height: 1.3;
}


/* Forum - Home */
.flex-control-paging li{
    margin: 0 6px;
}
.flex-control-paging li a{
    background: transparent;
    border: 1px solid #fff;
}
.flex-control-paging li a:hover, 
.flex-control-paging li a.flex-active{
    background: #fff;
}

.forum-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    position: relative;
    overflow: hidden;
    height: 760px; 
}
.forum-banner .flexslider{
    height: 100%;
    position: relative;
    z-index: 0;
}
.forum-banner .slides{
    height: 100%;
}
.forum-banner .slides li{
    height: 100%;
    position: relative;
}
.forum-banner .back{
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%; 
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.forum-banner .back:before{
    content: "";
    position: absolute;
    z-index: 0;
    right: 0; /*this*/
    top: 0;
    background: rgba(108, 53, 149, 0.25);
    width: 100%;
    height: 100%;
}
.forum-banner .holder{
    position: absolute;
    top: 0;
    right: 0; /*this*/
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 40px;
}
.forum-banner .center{
    background: url(../images/banner-overlay.png) left center no-repeat;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    color: #fff;
    position: relative;
}
.forum-banner .center:before{
    content: "";
    position: absolute;
    z-index: 0;
    right: 100%;
    top: 0;
    background: url(../images/bg-purple-85.png);
    width: 100%;
    height: 100%
}
.forum-banner .details{
    max-width: 36%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.forum-banner .details a{
    color: #fff;
    float: right;
    font-weight: 700;
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: center;
}
.forum-banner .details a img{
    margin: 0 auto 6px;
    display: block;
    width: auto;
}
.forum-banner h2.sub-title{
    color: #fff;
    margin-bottom: 60px;
    float: right;
}
.forum-banner h3{
    font-size: 5rem;
}
.forum-banner p{
    font-size: 3.2rem;
}
.forum-banner .category{
    background: #5d4eff;
    color: #38B6D0;
    float: right;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 7px 20px;
    margin: 34px 0 0 20px; 
}
.forum-banner .flex-control-paging{
    width: 12px;
    top: 50%;
    bottom: auto;
    right: 50%;
    margin-right: -600px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.forum-banner .flex-control-paging li{
    margin: 0;
}

.featured-box{
    margin: 30px 0;
}
.featured-box h2.sub-title{
    margin-bottom: 0;
}
.featured-box .main-content.light{
    padding-bottom: 0;
    padding-top: 0;
}  

.parallax{
    padding: 0 40px;
    position: relative;
    background: #fff url(../images/loader.gif) center no-repeat; 
    overflow: hidden;
    height: 340px; 
    color: #fff;
}
.parallax .holder{
    padding: 0 40px;
    height: 100%;
    position: absolute;
    right: 0; /*this*/
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.parallax .center{
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 3;   
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);  */

}
.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;
    right: 0; /*this*/
}
.parallax .back:after{
    content: "";
    position: absolute;
    right: 0; /*this*/
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg-purple-85.png);
    z-index: 1;  
}
.parallax h2.sub-title{
    color: #fff;
}
.parallax .row{
    padding: 40px 0;
}
.parallax .row:after{
    content: "";
    display: block;
    clear: both;
}
.parallax .col{
    float: right;
    width: 50%;
}
.parallax .title{
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 2rem;
}
.parallax .summary{
    font-weight: 300;
    margin-bottom: 40px;
    text-align: justify;
    line-height: 1.3;
    font-size: 1.6rem;
}
.parallax .date{
    color: #5d4eff;
    font-weight: 400;
    line-height: 28px;
    clear: both;
    float: right;
    font-size: 1.4rem;
}
.parallax .btn{    
    margin-left: 10px;
    color: #fff;
}

.know-banner{
    background: #fff url(../images/loader.gif) center no-repeat;
    position: relative;
    overflow: hidden;
    height: 600px; 
}
.know-banner .flexslider{
    height: 100%;
    position: relative;
    z-index: 0;
}
.know-banner .slides{
    height: 100%;
}
.know-banner .slides li{
    height: 100%;
    position: relative;
}
.know-banner .back{
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%; 
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.know-banner .holder{
    position: absolute;
    top: 0;
    right: 0; /*this*/
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 40px;
}
.know-banner .center{
    background: url(../images/banner-overlay2.png) right center no-repeat;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    color: #fff;
    position: relative;
}
.know-banner .center:before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 100%;
    top: 0;
    background: url(../images/bg-purple-85.png);
    width: 100%;
    height: 100%
}
.know-banner .details{
    max-width: 47%;   
    position: absolute;
    right: 0;
    bottom: 100px;
}
.know-banner h2.sub-title{
    color: #fff;
    float: right;
}
.know-banner .summary{
    clear: both;
    font-weight: 300;
    line-height: 1.3;
    font-size: 2rem;
}
.know-banner .category{
    background: #5d4eff;
    color: #38B6D0;
    float: right;
    margin: 6px 0 0 20px; 
    font-size: 1.4rem;
    font-weight: 700;
    padding: 7px 20px;
}
.know-banner .flex-control-nav{}

.subscription{
    background: #38B6D0;
    position: relative;
    color: #fff;
    padding: 0 40px;
}
.subscription:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #5d4eff;
    z-index: 0; 
}
.subscription .center{
    position: relative;
    max-width: 1200px;
    margin: 0 auto; 
    z-index: 1;
}
.subscription .row:after{
    content: "";
    display: block;
    clear: both;
}
.subscription .col{
    float: left;
    padding: 50px 0;
    width: 48%;
    text-align: right;
    position: relative;
}
.subscription h3{
    line-height: 1.1;
    font-weight: 400;
    font-size: 2.8rem;
    margin: 0 100px 0 0;
    color: #fff;
    display: inline-block;
}
.subscription a{
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    -webkit-transform: translateY(-50%);    
    -moz-transform: translateY(-50%);    
    -ms-transform: translateY(-50%);    
    transform: translateY(-50%);    
}
.subscription .col:first-child{
    text-align: right;
    float: right;
}
.subscription .col:first-child h3{
    color: #fff;
    margin: 0 100px 0 0 ;
}
.subscription .col:first-child a{
    right: 0; /*this*/
    right: auto;
}

.featured-forum{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 580px;
    right: -580px;
    z-index: 999;
    overflow: auto;
    max-width: 100%;
    background: #ebebeb;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.featured-forum.selected{
    right: 0;
}
.featured-forum .center{
    padding: 140px 80px 40px 80px;
    position: relative;
    z-index: 998;
    background: #ebebeb;
}
.featured-forum .bloc{
    margin-bottom: 50px;
}
.featured-forum .photo{
    margin-bottom: 8px;
}
.featured-forum .title{
    color: #38B6D0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 2rem;
}
.featured-forum hr{
    display: block;
    background: #a88cbe;
    margin: 10px 0 8px;
    clear: both;
}
.featured-forum .category{
    background: #5d4eff;
    color: #38B6D0;
    margin-bottom: 10px;
    float: right;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 7px 20px;
}
.featured-forum .date{
    color: #38B6D0;
    font-weight: 400;
    line-height: 28px;
    clear: both;
    float: right;
    font-size: 1.4rem;
}
.featured-forum .overlay{
    background: rgba(102, 45, 145, .85);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0; /*this*/
    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;
}
.featured-forum.selected .overlay{
    opacity:1;
    width: 100%;
}
.featured-forum .close-btn{
    background: url(../images/close-btn-purple.png) center no-repeat;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 44px;
    height: 44px;
    display: block;
    z-index: 998;
    color: #fff;
}
.featured-forum .close-btn:hover{
    background: url(../images/close-btn-on.png) center no-repeat;
}

.btn-featured{
    display: none;
}
.page-forum .btn-featured{
    display: block;
}


/*** FRENCH ***/
.fr-site h2.sub-title{
    font-size: 2.4rem;
}
.fr-site .menu1{
    top: 33px;
}
.fr-site .menu1 li a {
    font-size: 1.4rem;
}
.fr-site float:a{
    font-size: 1.6rem;
}
.fr-site .newsletter .input .btn{
    width: 120px;
}
.fr-site .newsletter .input{
    padding-right: 210px;
}

.fr-site .form .input label{
    font-size: 1.3rem;
}
.fr-site .form .input{
    width: 46%;
}
.fr-site .form .separator{
    width: 8%;
}
.fr-site .form .input label{
    width: 140px;
}
.fr-site .form .input input[type='text'], 
.fr-site .form .input input[type='password'], 
.fr-site .form .input input[type='email'], 
.fr-site .form .input input[type='number'], 
.fr-site .form .input input[type='tel'], 
.fr-site .form .input input[type='url'], 
.fr-site .form .input select,
.fr-site .input.upload input[type=file],
.fr-site .input.upload .fake-file,
.fr-site .form textarea{
    width: calc(100% - 140px);
}
.fr-site .form .btn{
    margin-left: 140px;
}

/* FORUM */
.fr-site .main-filter h3{
    font-size: 1.6rem;
}
span.mobile-number {
    unicode-bidi: embed;
    direction: ltr;
}

.testimonial .content{
    max-height: 176px;
}
.testimonial .details{
    max-height: 176px;
    padding: 20px 30px 30px;
}
.listing.forum.testimonial .photo{
    max-width: 265px;
}

.listing.forum.testimonial .title{
    margin-bottom: 4px;
}
span.subtitle {
    /* size: 20px; */
    font-size: 1.8rem;
    color: #38B6D0;
    text-transform: uppercase;
    font-weight: 400;
    display: initial!important;

}
