/* START --> Body and Structure
-------------------------------------------------- */
body,html {
    position: relative;
    margin: 0 0 0 0;
    font-family: "Roboto", sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:24px;
    background:#fff;
    overflow-x:hidden;
    color:#242424;
    -webkit-font-smoothing: antialiased;
}
body.bg.extended{
    padding-top:90px;
    background:rgba(0,0,0,0.025);
}
body.boxed {
    top:0;
    padding:40px 0 40px 0 !important;
    margin: 0 0 0 0;
}
body.bg.extended header{
    padding-top:0;
    height:90px;
}
body.boxed header{
    top:0;
    padding:0;
    margin:0;
    position:relative;
}

body.bg.extended header .toparea {
    height: 90px;
    background: #191919;
    border-bottom:none;
    box-shadow:inset 0 -1px 6px   rgba(0,0,0,0.775);
}

body.boxed header .toparea,
body.boxed header .bottomarea {
    position:relative;
    width:1180px;
    margin:0 auto;
    left:0;
    top:0;
    padding:0;
}

body.boxed .wrapper{
    width:1180px;
    overflow:hidden;
    margin:0 auto;
    background:#fff;
    padding-top:90px;

}

/* START --> Header
-------------------------------------------------- */
header{
    width:100%;
    height:80px;
    z-index:9999;
}
body.ps header{
    width:100%;
    height:30px;
}
body.ps header .container.btm{
    display:none;
}

/* Header and Navigation - Top Area of Header */
header .toparea {
    position: fixed;
    height: 90px;
    top:0;
    padding: 5px 0 0 0;
    background-size: cover;
    background:#fff;
    background:rgba(0,0,0,1);
    z-index:990;
}

header .toparea img.profile_image{
    position:relative;
    margin:-3px 0 0 0;
    border-radius: 4px;
}
header .toparea i.icon{
    display:inline-block;
    position:relative;
    font-size:20px;
    top:4px;
}
header .toparea i.icon.premium{
    border-radius:50%;
    margin: 0 5px 0 0;
    height:18px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.5);
}
header .toparea .indicator{
    position:relative;
    text-align:center;
    margin-top:17px;
    font-size:22px;
    width:45px;
    height:40px;
    line-height:38px;
    display:inline-block;
    border-radius:4px;
    vertical-align: middle;
    color:rgba(255,255,255,0.5);
    background:rgba(255,255,255,0.0);
    cursor:pointer;
}
header .toparea .indicator:hover{
    color:rgba(255,255,255,0.95);
}
header .toparea .indicator .quantity{
    width:15px;
    margin-top:-7px;
    height:15px;
    line-height:12px;
    color:#fff;
    font-size:10px;
    position:absolute;
    background:#e00012;
    font-weight:600;
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.35);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,0.15);
}
header .toparea .indicator .settings{
    background:none;
    border:none;
    box-shadow:none;
    width:30px;
}
header .toparea .indicator.settings .dropdown-menu,
.navbar-nav .dropdown-menu{
    margin:0;
    padding:0;
}
header .toparea .indicator.settings .dropdown-menu>li>a,
.navbar-nav .dropdown-menu li a{
    display: block;
    padding: 10px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align:left;
    font-size: 13px;
}
header .toparea .indicator.settings .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus,
.navbar-nav .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus
{
    text-decoration: none;
    color: #fff;
    background:#4f4f4f;
}
header .toparea .indicator.settings .dropdown-menu>li>a i {
    margin:0 5px 0 0;
}
header .toparea .indicator.settings .dropdown-menu .divider,
.navbar-nav .dropdown-menu .divider
{
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
header .toparea .indicator.settings .dropdown-menu>li>a, .topbar .language_select .dropdown-menu>li>a, .navbar-nav .dropdown-menu li a {
    display: block;
    padding: 10px 10px;
    clear: both;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align: left;
    font-size: 13px;
    text-shadow: none;
}
header .toparea .indicator.settings .dropdown-menu, .navbar-nav .dropdown-menu {
    margin: 0;
    padding: 0;
    left: -125px;
}
header .toparea span.bdr{
    display:inline;
    border-right:1px solid rgba(0,0,0,0.51);
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
}
header .toparea span.bdr:last-child{
    border:none;
}
header .toparea .input-group .form-control{
    margin-top:5px;
    height:30px;
    font-size:14px;
    background:rgba(255,255,255,0.5);
    border:1px solid rgba(0,0,0,0.25);
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);
}
header .toparea .input-group .btn{
    line-height:15px !important;
    background:rgba(255,255,255,0.1);
    border:1px solid rgba(0,0,0,0.25) !important;
    border-left:none !important;
    height:30px;
}
header .toparea .input-group .btn i{
    position:relative;
    top:0;
    font-size:15px;
}

header .toparea .user{
    width:200px;
    display:block;
    float:right;
    height:64px;
    color:rgba(255,255,255,0.65);
    margin-top:6px;
    background:rgba(255,255,255,0.05);
    /*box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
    border:1px solid rgba(0,0,0,0.15);*/
    padding:8px 4px;
    border-radius:4px;
    cursor:pointer;
}
header .toparea .user:hover,
header .toparea .user.open
{
    background:rgba(255,255,255,0.075);
}
header .toparea .user a{
    color:rgba(255,255,255,0.65);
    text-align:left !important;
}

header .toparea .user button{
    background:transparent;
    border:none;
    box-shadow:none;
    display:block;
    margin:0;
    left:0;
    padding:0;
}

header .toparea .user .dropdown-menu {
    background:#303030;
    border-radius:0;
    width:100%;
    margin:0;
    border:none;
    margin-top:-2px;
    padding:5px 0 0 0;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
}

header .toparea .user .dropdown-menu .divider{
    background-color:rgba(255,255,255,0.1);
    padding:0;
    margin:0;
}

header .toparea .user .dropdown-menu>li>a{
    display: block;
    padding: 10px 14px;
    clear: both;
    letter-spacing: 0;
    line-height: 22px;
    white-space: nowrap;
    text-align: left;
    text-shadow: none;
    font-weight:300;
    font-size:14px;
    overflow:hidden;
}
header .toparea .user .dropdown-menu>li>a:hover{
    background:#191919;
}
header .toparea .user .dropdown-menu>li>a i{
    margin:0 5px 0 0;
    width:20px;
}

header .toparea .user span.pull-right{
    display:inline-block;
    text-align: right;
    right:20px;
    position:absolute;
}

header .toparea .user .badge{
    right:5px;
    margin-top:2px;
}

header .toparea .user .info{
    font-size:13px;
    font-weight:600;
    text-align: right;
    display:block;
    line-height:18px;
    color:rgba(255,255,255,0.65);
}
header .toparea .user .coin{
    position:relative;
    width:16px;
    left:0;
    top:0;
    height:16px;
    display:inline-block;
    float:left;
    margin: 1px 3px 0 0;
    background: url('/assets/images/icon-coin-16px.png') no-repeat 0 0;
}
header .toparea .user .membership{
    font-size:12px;
    display:inline-block;
    line-height:18px;
    font-weight:300;
    font-style: italic;
    float:left;
    float:left;
}


header .bottomarea {
    width:100%;
    position: fixed;
    height: 60px;
    top:90px;
    left:0;
    padding: 0;
    background-size: cover;
    border-bottom:1px solid rgba(0,0,0,0.15);
    background:#fff;
    z-index:99;
}

header .bottomarea .nav-pills{
    margin-top:0;
    white-space:nowrap;
}
header .bottomarea .nav-pills>li{
    padding:0;
    margin:10px 0 0 0;
    white-space:nowrap;
}

header .bottomarea .nav-pills>li>a {
    padding:8px 10px;
    margin:0 0 0 5px;
    font-size:inherit;
    background:rgba(0,0,0,0.05);
    letter-spacing:0.5px;
    background:#fff;
    text-shadow:none;
    font-weight:400;
}



header .bottomarea .nav-pills>li>a.bc {
    background:#3dba19;
    color:#fff;
    margin-left:30px;
}



header .bottomarea .nav-pills>li>a:hover,
header .bottomarea .nav-pills>li.active>a{
    background: rgba(0,0,0, 0.025) !important;
    color:#242424;
    box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
}

header .bottomarea .nav-pills>li>a.bc:hover {
    background:#e00012 !important;
    box-shadow:none;
    color:#fff;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background:#f4f6fa;
}


.nav>li>a,
.nav> a
{
    padding: 10px 15px;
}

/* Header and Navigation - Navigation in Header */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding-bottom:20px;
    z-index:99;
}
.navbar-default .container {
    padding: 10px 30px 30px 15px;
    height:auto;
}
.navbar {
    margin: 0 0 0 0;
}
.navbar #menu-primary{
    right:15px;
    top:40px;
}
.navbar-toggle {
    position: absolute;
    display: none;
    right: 0;
    margin-top: 33px;
    z-index: 990;
    background: #fff;
}
.navbar-default .navbar-brand {
    position: absolute;
    color: #000;
    display: inline-block;
    padding:0 0 0 0;
}
.navbar-brand {
    padding: 0;
    margin: 15px 0 0 0;
}
.navbar-default .navbar-brand img{
    top: 20px;
}
.navbar-nav > li > a {
    color: rgba(0,0,0,0.95) !important;
    font-size: 13px;
    font-weight:600;
    letter-spacing: 1px;
    padding: 10px 20px 10px 20px;
    margin: 0 0 0 20px;
    text-align:center;
    text-shadow:1px 1px rgba(255,255,255,0.45);
    background-color: rgba(255,255,255,1);
    border:1px solid rgba(0,0,0,0.15);
    border-radius:4px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65), 0 2px 0  rgba(0,0,0,0.05);
}
.navbar-nav > li > a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background-color: #edf2fb !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: rgba(255,255,255,1);
    border:1px solid rgba(0,0,0,0.15);
}
.navbar-nav > li > a i {
    position: relative;
    top: -1px;
    left: 3px;
    font-size: inherit;
    color: #888;
    width: 11px;
    height: 11px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #555;
}
/* END --> Header
-------------------------------------------------- */

/* START --> Typography
-------------------------------------------------- */
p {
    margin-bottom: 20px;
}
b, strong, .strong{
    font-weight:600;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:400;
    line-height: inherit;
    letter-spacing:0;
    margin-top: 0;
    margin-bottom:20px;
    color:#000;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
    color:#e00012;
}
h1.light,h2.light,h3.light,h4.light,h5.light,h6.light{
    font-weight:400;
}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{
    font-weight:500;
}

h1.hdr,h2.hdr,h3.hdr,h4.hdr,h5.hdr,h6.hdr{
    font-style:italic;
    font-weight:500;
}

.fw-300{
    font-weight:300;
}

.ds:after{
    position:relative;
    width:60%;
    height:8px;
    background:rgba(0,0,0,0.1);
    display:block;
    margin:5px auto;
    border-radius:80%;
    content:""
}

h1{   font-size: 26px; }
h2{   font-size: 24px;  }
h3{   font-size: 18px; }
h4{   font-size: 18px; }
h5{   font-size: 16px;  }
h6{   font-size: 14px; }

blockquote {
    font-weight:500;
    padding: 0;
    margin: 0;
    border:none;
    font-size: 14px;

}
blockquote p {
    position:relative;
    font-size: 13px;
    line-height: 26px;
    font-weight:300;
}
blockquote cite {
    display:block;
    font-size: 15px;
    color:#666;
    margin:10px 0 0 0;
}
.lead{
    font-weight:300;
    font-size:16px;
    line-height:26px;
    top:0;
    padding:0;
    margin: 0 0 30px 0;
}
.bg_color .lead{
    font-weight:300;
}

a {
    color: #424242;
    text-decoration: none;
    -webkit-transition: color 0.0s ease-out !important;
    -moz-transition: color 0.0s ease-out !important;
    -o-transition: color 0.0s ease-out !important;
    transition: color 0.0s ease-out !important;
}
ul, ol {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 0 0;
    height: auto;
}
ul.square{
    list-style-type: square;
}
ul.default{
    list-style-type: none !important;
    padding:0;
}
ul.large{
    list-style-type: none !important;
    padding:0;

    line-height:30px;
}
ul.large i{
    color:#4db116;
}


ul.c-list{
    position:relative;
    padding:0 !important;
    margin:0 0 30px 0;
    height:auto;
}
ul.c-list li{
    position:relative;
    list-style-type: none !important;
    height:auto;
    padding: 0 0 2px 0 !important;
    margin: 0 0 0 0 !important;
    display: list-item;
}
ul.c-list.b-btm li{
    display:block;
    border-bottom:1px dashed rgba(0,0,0,0.15);
    padding: 5px 0 5px 0 !important;
}
ul.c-list.b-btm li.last{
    border:none;
}
ul.c-list.b-btm li a i{
    float: right;
    font-size:16px;
    margin: 5px 0 0 0;
}
ul.c-list li .key{
    width:35%;
    display:inline-block;
    vertical-align: top;
    color:#aaa;
}
ul.c-list li .value{
    width:65%;
    display:inline-block;
}
ul.c-list li .value .tag.sm{
    top:-2px;
}
.c-list.m-circle li:before {
    border-radius: 50%;
    background-color:#e00012;
}
.c-list.iconok li:before {
    font: 12px/18px 'fontawesome', Arial, sans-serif;
    padding:2px;
    left:0;
    content: "\f00c";
    color: rgba(0,0,0,0.5);
    text-shadow: 0 1px 3px rgba(120,213,58,0.1);
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}
ul, ol{
    position:relative;
    padding:0 0 0 15px;
    margin:0 0 0 0;
    height:auto;
}
ul.disc, ol.disc{
    position:relative;
    padding:0 0 0 20px;
    margin:0 0 0 0;
    height:auto;
    list-style: disc;
}

dl{
    margin:0;
}

dt, dd {
    line-height: 32px;
}
.dl-horizontal dt {
    float: left;
    width: 150px;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
dt {
    font-weight: 500;
}
.dl-horizontal.lg-6 dt{
    width:50%;
}
.dl-horizontal.b-btm dt{
    margin-top:3px;
}
.dl-horizontal.b-btm dd{
    margin:0;
    padding: 3px 0 3px 0;
    font-weight: 400;
    border-bottom:1px dashed rgba(0,0,0,0.15) !important;
}
.dl-horizontal.b-btm:last-child{
    border:none;
}
ul.breadcrumbs{
    padding:16px 0 0 0;
    margin:0;
}
ul.breadcrumbs li{
    display:inline;
    margin: 0 0 0 0;
    padding:0 3px 0 0;
}
ul.breadcrumbs li:last-child{
    color:#333;
}

ul.breadcrumbs li i{
    margin-right:2px;
    color:#333
}

ul.breadcrumbs li a{
    padding-right:2px;
    color:#333;
    font-weight:400;
}
ul.breadcrumbs li a:hover{
    color:#333;
}
ul.lg-3 li{
    float:left;
    width:33%;
}

a:hover { text-decoration:none; color:#333;  }

a.primary:link {color:#e00012 !important;}
a.primary:visited {color:#e00012 !important;}
a.primary:active {color:#e00012 !important;}

.primary{
    color:#e00012;
}
.tc.yellow{
    color:#ff9600;
}

a.underline{ border-bottom: 1px dotted #333; }


/* END --> Typography
-------------------------------------------------- */

/* START --> Topbar
-------------------------------------------------- */
.topbar{
    position:relative;
    left:0;
    right:0;
    height:45px;
    line-height:45px;
    padding: 2px 0 2px 0;
    width:100%;
    z-index:999;
    font-weight:400;
    display:block;
    color:#000;
    border-top:4px solid #e00012;
}
.topbar .info{
    font-size:15px;
    font-weight:500;
}
.topbar strong{
    font-weight:600;
}
.topbar .login{
    position:relative;
    display:inline-block;
    border-radius:4px;
    color:#fff;
    background-color:rgba(255,255,255,0.05);
    line-height:28px;
    top:14px;
    padding:8px 12px 8px 12px;
    border:1px solid rgba(255,255,255,0.25);
}
.topbar .login:hover{
    background-color:#e00012;
    border:1px solid rgba(255,255,255,0.0);
    color:#fff;
}
.topbar .login:active{
    top:16px;
    border-bottom:1px solid rgba(0,0,0,0.15);
    box-shadow:inset 0px 3px 6px rgba(0,0,0,0.15);
}

span.login{
    cursor:pointer;
}
.login_cnt{
    position:absolute;
    display:none;
    width:94%;
    margin-right:15px;
    top:-10px;
    height:auto;
    text-align:left;
    background-color: #fff;
    padding:20px;
    color:#424242;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border:1px solid rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    line-height:23px;
}

.login_cnt .login{
    top:-5px;
    line-height:18px;
    padding:5px 8px;
}
.login_cnt .login:active{
    top:-3px;
}

.login_cnt a.link{
    color:#e00012;
    display:block;
    text-decoration:none;
    text-align:center;
    font-size:15px;
    margin-top:12px;
}

.login_cnt .form-control{
    padding:8px 12px;
    height:42px;
    line-height:42px;
    background:rgba(0,0,0,0.025);
}


.login_cnt input:-webkit-autofill{
    box-shadow: 0px 1px 1px rgba(255,255,255,0.5),inset 0px 1px 2px rgba(0,0,0,0.2), 0 0 0px 1000px rgba(0,0,0,0.025) inset !important;
    background:rgba(0,0,0,0.025) !important;
    color:#555 !important;
}

.topbar .language_select{
    margin: 0 0 0 0;
    display:inline-block;
    line-height:20px;
    padding-right:10px;
}
.topbar .language_select img{
    margin:-3px 3px 0 0;
}
.topbar .language_select:after{
    position:relative;
    display:inline-block;
    top:4px;
    height:16px;
    line-height:16px;
    padding-left:10px;
    box-shadow:1px 0 0 rgba(255,255,255,1);
    border-right:1px solid rgba(0,0,0,0.35);
    content:''
}
/* END --> Topbar
-------------------------------------------------- */

.alert-warning {
    background-color: #fff2af;
    border-color: rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
}
.alert-info {
    background-color: #cae9ff;
    border-color: rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
}
.alert-success {
    background-color: #caffd9;
    border-color: rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
}
.alert-danger {
    background-color: #fff2af;
    border-color: rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
}

/* START --> Sections
-------------------------------------------------- */
section{
    padding:60px 0 60px 0;
    border-bottom:1px solid rgba(0,0,0,0.1);
    background-size: cover;
    z-index:1;
    background:#fff;
}
section.front{
    padding:20px 0 20px 0 !important;
    border-bottom:1px solid rgba(0,0,0,0.10);
}

section.bg_color {
    background: #f9fbff;
}
section.dating-nederland {
    padding: 100px 0 100px 0;
    background: url('../images/dating-nederland.png') no-repeat center center #fff;
    background-size: auto 400px;
    text-align: center;
}
section.dating-nederland ul.default li {
    font-size: 15px;
    line-height: 36px;
    width: 50%;
    float: left;
}
section.ovh{
    overflow:hidden;
}
section.no_bg{
    background:none;
    border:none;
}
section.header{
    background: url('../images/bg.png') no-repeat 0 0 #ccc;
    background-size: cover;
    min-height: 110px;
    color: #fcfcfc;
}
section.bg3{
    position:relative;
    width:100%;
    min-height:768px;
    padding:0;
    background-size: cover;
}
section.slider{
    position:relative;
    width:100%;
    padding:0;
    margin-top:-80px;
    padding-top:80px;
    border-bottom:4px solid #e00012;
    background:url('/assets/images/bgs/3.jpg') no-repeat  0;
    background-size:cover;
}



section.slider .container.bg{
    position:relative;
    padding-bottom:45px;
}

section.slider .container.bg .left .info{
    position:relative;
    top:290px;
    text-align: right;
}

section.slider .container.bg .left .info h1{
    color:#fff;
    font-weight:600;
    font-size:30px;
    line-height:20px;
    margin:0 0 10px 0;
    text-shadow:2px 2px 0 rgba(0,0,0,0.75);
}
section.slider .container.bg .left .info h2{
    color:#fff;
    font-weight:400;
    font-size:20px;
    line-height:34px;
    text-shadow:1px 1px 0 rgba(0,0,0,0.75);
}

section.slider .slideroverlay{
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    right:0;
    height:auto;
    vertical-align:middle;
    padding: 30px 0 30px 0;
    text-align:center;
    background:url('../images/bg.png') repeat-x center center rgba(0,0,0,0.65);
    background-size:cover;
}
section.slider .slideroverlay h1{
    font-weight:300;
    color:rgba(0,0,0,0.95);
    font-size:20px;
    line-height:30px;
    margin:0;
    letter-spacing:1px;
    color:#fff;
}
section.slider .slideroverlay h1 strong{
    font-weight:600;
}
/* START --> Sections
-------------------------------------------------- */

.logo{
    position:relative;
    left:0;
    width:251px;
    height:87px;
    margin:35px 0 20px 0;
    float:left;
    display:inline-block;
}

/* START --> Sign up Form
-------------------------------------------------- */
.sign_up_form{
    display:inline-block;
    background:rgba(255,255,255,1);
    border-radius:4px;
    padding:20px;
    margin-top:-100px;
    z-index:99999;
    text-align:center;
}
.sign_up_form .hdr{
    display:block;
    background:transparent;
    color:#fff;
    border-bottom:1px solid rgba(0,0,0,0.1);
    margin: -21px -21px 20px -21px;
    padding:15px 20px 15px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius:4px;
}
.sign_up_form.op{
    padding:20px 20px 20px 20px;
    margin-top:40px;
    box-shadow:none;
    border:none;
}

.sign_up_form.disabled{
    pointer-events: none;
}
.sign_up_form h3{
    color:#e00012;
    font-size:26px;
    font-weight:400;
}
.sign_up_form h4{
    color:#242424;
    font-size:18px;
    font-weight:300;
    white-space:nowrap;
}

.sign_up_form .form-control{
    background:#eeeff1;
    border:none;
}
.sign_up_form input:-webkit-autofill {
    box-shadow: 0px 1px 1px rgba(255,255,255,0.0),inset 0px 1px 2px rgba(0,0,0,0.0), 0 0 0px 1000px #eeeff1 inset !important;
    background: #eeeff1 !important;
    color: #555 !important;
    border: none !important;
}

.sign_up_form .gender label{
    position:relative;
    font-weight:400;
    border-radius:4px;
    display:inline-block;
    padding:7px 10px 5px 10px;
    margin:0;
    left:0;
    background:rgba(0,0,0,0.025);
    cursor:pointer;
}
.sign_up_form .gender label:active{
    background: rgba(0,0,0,0.15);
}
.sign_up_form .gender label input[type=radio]{
    position:relative;
    margin:0 0 0 0;
    top:2px;


}
.sign_up_form .gender label span{
    position:relative;
    top:-1px;
    left:0;
}

.sign_up_form .btn{

}
.sign_up_form .btn:hover{

}

.sign_up_ftr{
    background:rgba(0,0,0,0.5);
    padding:10px;
    margin:20px 0 0 0;
    border-radius:4px;
    color:#fff;
    font-size:16px;
    font-weight:500;
    text-align:center;
}


/* END --> Sign up Form
-------------------------------------------------- */


/* START --> Footer
-------------------------------------------------- */
footer{
    width:100%;
    display:block;
    margin-top:60px;
}

footer .toparea{
    position: relative;
    background-color: #131313;
    padding: 40px 0 40px 0;
    color: rgba(255,255,255,1);
    font-weight:400;
    height: auto;
    font-size:14px;
    line-height:20px;
}
footer .toparea h3{
    color:#e00012;
    font-weight:500;
    margin-bottom:10px;
}
footer .toparea .tagcloud a {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.1);
    cursor: pointer;
    margin: 0 5px 5px 0;
    padding: 0 5px;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    line-height: 28px;
    color: #aeaeae;
    word-spacing: normal;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

footer .toparea .hh{
    height:100px;
}
footer .toparea ul.large{
    font-weight:400;
    font-size:15px;
}
footer .toparea .slf{
    font-size:36px;
}

footer .toparea a{
    color: #aeaeae;
}

footer .bottomarea{
    position: relative;
    font-size: inherit;
    background-color: #0b0b0b;
    height: auto;
    padding: 30px 0 30px 0;
    color: rgba(255,255,255,1);
}
footer h4{
    font-size:15px;
    line-height:14px;
    margin:0 0 15px 0;
    padding: 0 0 20px 0;
    color:rgba(255,255,255,1);
    letter-spacing:1px;
    border-bottom:1px solid rgba(255,255,255,0.2);
}
footer .col-lg-3{
    padding:0 30px 0 30px;
}
footer ul{
    list-style: square;
    margin:0 0 0 0;
    padding:0 0 0 0;
}
footer .toparea ul li a{
    color:rgba(255,255,255,1);
    padding:0 0 0 0;
    margin:0;
    display:block;
}
footer .toparea ul li a:hover{
    color:#fff;
}
footer .bottomarea ul.fl li{
    display:inline;
    margin: 0 0 0 5px;
    padding:0 15px 0 0;
    font-size:14px;
    font-weight:300;
}
footer .bottomarea ul.fl li.last{
    border:none;
}
footer .bottomarea ul.fl li a{
    color:rgba(255,255,255,1);
    color:#e00012;
    font-weight:400;
    letter-spacing:1px;
}
footer .bottomarea ul.fl li a:hover{
    color:rgba(255,255,255,0.95);
}
footer small{
    font-weight:400;
    font-size:12px;
}

/* END --> Footer
-------------------------------------------------- */

/*** Forms ***/
.help-block{
    font-size:15px;
}
.form-control,
.input-group .form-control{
    font-size: 15px;
    height:42px;
    border-radius:4px;
    box-shadow: 0 1px 1px rgba(255,255,255,0.5),inset  0px 1px rgba(0,0,0,0.0);
    color:#333 !important;
}
.well .form-control{
    background:rgba(0,0,0,0.05);
    background:#f5f7fa;
    color:rgba(0,0,0,0.65) !important;
}

.form-control.error{
    background-color: #fcb0b0 !important;
}

.input-group-notice{
    position:absolute;
    right:16px;
    top:1px;
    width:36px;
    bottom:1px;
    background:#ededed;
    border-left:1px solid rgba(0,0,0,0.15);
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    font-size:18px;
    line-height:32px;
    cursor:pointer;
    text-align:center;
}
.form-horizontal .control-label {

}
label {
    font-weight: 400;
    margin-top:4px;
    color:#000;
}
input[type=radio], input[type=checkbox] {
    margin: 5px 0 0 0;
    line-height: normal;
}
.radio label, .checkbox label {
    display: inline;
    font-weight: 300;
    cursor: pointer;
}
.editVal{
    /*display:none;*/
}
.preview{
    display:none;
}
.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
}

/* START --> Buttons
-------------------------------------------------- */
.btn{
    font-weight:400;
    text-decoration:none;
    line-height:22px;
    margin:0;
    font-size:15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.15);
    border-bottom:3px solid rgba(0,0,0,.15);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.profile.row .btn{
    display:block;
}
.btn-lg{
    font-size:20px;
    padding:16px 32px;
}
.btn-sm{
    font-size:13px;
}
.btn-xs{
    font-size:13px;
}
.btn.nc{
    cursor:default;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary{
    background-color:#e00012;
    color:#fff !important;
}
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default{
    color:#333;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
    background-color: rgba(0,0,0,0.025);
}

.btn-default2,
.btn-default2:hover,
.btn-default2:focus,
.btn-default2:active,
.btn-default2.active,
.open .dropdown-toggle.btn-default2{
    color:#333;
    box-shadow: none;
    background: #fff;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success{
    color:#fff !important;
    background-color:#3dba19;
    background-color:#242424;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #333;
    border-color: #333;
}
.btn-success i,
.btn-primary i,
.btn-facebook i{
    color:#fff !important;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info{
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.20), 0 1px 1px rgba(0,0,0,0.20);
    color:#fff !important;
    background-color:#3b5999;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning{
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.20), 0 1px 1px rgba(0,0,0,0.20);
    color:#fff !important;
    background-color:#d6680e;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger{
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.20), 0 1px 1px rgba(0,0,0,0.20);
    color:#fff !important;
    background-color:#d9534f;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark{
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10);
    color:#fff !important;
    background-color:#183652;
    border: 1px solid rgba(0,0,0,0.45);
}
.btn-facebook,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook{
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.20), 0 1px 1px rgba(0,0,0,0.20);
    background-color: #3b5999;
    color:#fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-facebook,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook{
    border: 1px solid rgba(0,0,0,.15);
    border-bottom:3px solid rgba(0,0,0,.15);
    text-decoration:none;
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.5), inset 0 0 0 40px rgba(0,0,0,0.1);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default{
    text-decoration:none;
    background-color:rgba(0,0,0,0.05);
}
.btn-default2:hover,
.btn-default2:focus,
.btn-default2:active,
.btn-default2.active,
.open .dropdown-toggle.btn-default{
    text-decoration:none;
    box-shadow:none;
    background: rgba(0,0,0, 0.05) !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark{
    text-shadow: -1px 1px 0 rgba(0,0,0,0.45);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10);
    color:#fff !important;
    background-color:#0b2237;

    border: 1px solid rgba(0,0,0,0.45);
}


.btn-group{
    border-radius:4px;
}

.btn-group .btn,
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active,
.open .dropdown-toggle .btn-group .btn{

}

.btn-group .btn:last-child,
.btn-group .btn:last-child:hover,
.btn-group .btn:last-child:focus,
.btn-group .btn:last-child:active,
.btn-group .btn:last-child.active,
.open .dropdown-toggle .btn-group .btn:last-child{
    border-right: 1px solid rgba(0,0,0,0.25);
}
.btn-group.lh30 .btn{
    line-height:20px;
    padding: 10px 16px;
}
.btn.lh30,
.lh30 .btn
{
    line-height:20px;
    padding: 10px 16px;
}
.btn-group .btn i{

    margin-right:5px;
}
.btn-group .btn i.fa-chevron-left,
.btn-group .btn i.fa-chevron-right{
    font-size:15px;
    margin:0;
}
.btn-group.profile .btn,
.btn-group.profile .btn i
{
    color:rgba(0,0,0,0.55);
    text-shadow:1px 1px rgba(255,255,255,0.95);
}


/* START --> Navigation Pills
--------------------------------------------------*/
.nav-before{
    display:inline-block;
    position:relative;
    float:left;
    line-height:42px;
    margin: 0 20px 0 0;
    font-size:18px;
}
.nav.nav-pills{
    display:inline-block;
}

/* START --> Accordion and Toggles
-------------------------------------------------- */
.panel{
    background:transparent;
    box-shadow:none;
}
.panel-group {
    border-top:1px solid rgba(0,0,0,0.1);

}
.panel-group .panel{
    margin-bottom:0;
    border-radius:0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65), 0 3px 0  rgba(0,0,0,0.025);
    box-shadow:none;
    border:none;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.panel-heading{
    padding:0;
}
.panel-default>.panel-heading{
    background:none;
    border:none;
    border-radius:0;
}
.panel .panel-heading .switch{
    position:absolute;
    right:0;
    margin:-34px 15px 0 0;

    padding:11px;
    color:#ccc;
    pointer-events: none;
}
.panel .panel-heading a.accordion-toggle{
    display:block;
    padding:15px 10px 15px 10px;
    line-height:14px !important;
    background: none;
    border:none;
    border-radius:0;
    font-weight:500;
}
.panel > .panel-heading > a{
    text-decoration:none;
}
.panel .panel-heading a.accordion-toggle:hover,
.panel .panel-heading.active .accordion-toggle{
    background: #fff;
    color:#666 !important;
    text-decoration:none;
}
.panel-title{
    font-size:15px;
    font-weight:500 !important;
    letter-spacing: 1px;
}
.panel .panel-heading a.accordion-toggle i{
    margin: 0 5px 0 0;
}
.panel .panel-body{
    padding:10px;

    display:block;
}
.bg_color .panel .panel-body{

}
.bg_color .panel .panel-heading{
    padding:0;
    border-radius:4px;
    background-color:#fff !important;
}
.panel .panel-heading .accordion-toggle {
    background:#ededed;
}
.panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    display:block;
    font-weight:normal;

    line-height:34px;
    width:20px;
    margin-top:-10px;
    padding-left:9px;
    color:#aaa;
}
.panel-heading.active .accordion-toggle:after {
    content: "\f107";
}
/* END --> Accordion and Toggles
-------------------------------------------------- */

.badge{
    font-weight:500;
    font-size:13px;
    padding:6px 8px;
    background:#e00012;
    border-radius:4px;
}
.badge.bg_color{
    background:#333;
}
.badge.bg_green{
    background-color:#0ba751;
}
.badge.bg_green a{
    color:#fff;
}
.badge a{
    color:#fff;
}

.badge.bg_color2{
    font-weight:600;
    color:rgba(0,0,0,0.75) !important;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.90);
    text-shadow: -1px 1px 0px rgba(255,255,255,0.75);
    background:none;
    background-color: rgba(255,255,255,0.75);
}
.badge.lg{
    font-size:18px;
    line-height:30px;
    border-radius:4px;
    width:34px;
    height:34px;
}

.nav-pills > li > a .badge{
    position:relative;
    display:inline-block;
    top:-4px;
    left:0;
    margin: 0 0 0 0;
    font-size:11px;
    line-height:11px;
    border-radius:4px;
    padding:3px;
    height:auto;
    text-align:center;
    color:#fff;
}

.nav-pills > li.active > a .badge{
    background-color:#e00012;
    color:#fff;
}
/* END --> Navigation Pills
-------------------------------------------------- */

/* START --> Wells
-------------------------------------------------- */
.well{
    margin: 0 0 40px 0;
    background-color: rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.1);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65);
}
.well h3.head{
    display:block;
    background:#f3f3f3;
    margin: -20px -20px 10px -20px;
    padding:10px 20px 10px 20px;
    border:1px solid rgba(0,0,0,0.075);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size:16px;
}


.well.active{
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.0125);
}
.well.warning{
    background-color: #fff2af;
    border-color: rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
}
.well.profile{
    padding:15px 0 15px 0;
    margin:0;
    border:none;
    box-shadow:none;
    border-radius:0;
}


.well.prm .hdr{
    background-color:#e00012;
    padding:20px;
    margin-left:-19px;
    margin-right:-19px;
    margin-top:-19px;
    margin-bottom:20px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.well.prm .hdr .discount{
    border-radius:50%;
    display:inline-block;
    background:rgba(0,0,0,0.5);
    color:#fff;
    font-size:36px;
    font-weight:600;
    width:100px;
    height:100px;
    line-height:80px;
    text-align:center;
    padding:10px;
    float:left;
    text-shadow:1px 2px rgba(0,0,0,0.9);
    box-shadow:inset 1px 1px 5px rgba(0,0,0,0.35);
}
.well.prm .hdr .discount_txt{
    font-size:20px;
    padding:22px 0 0 15px;
    color:#fff;
    display:inline-block;
    position:relative;
    float:left;
}
.well.prm .hdr .discount_txt span{
    font-size:20px;
    letter-spacing:2px;
    font-weight:700;
}
.well.action h2{
    margin: 7px 0 0 0;
    font-weight:300;
    font-size:24px;
    line-height:24px;
}
.well.action h3{
    margin: 10px 0 0 0 ;
}
.well.action .content{
    margin: 20px 0 0 0;
}
.well.action.color{
    background:#cd3e3e;
    color:#fff;
}
.well.action.color h2, .well.action.color h3{
    color:#fff;
}
/* END --> Wells
-------------------------------------------------- */

/* START --> Icon Styling
-------------------------------------------------- */
.c-icon-box{
    border-radius:4px;
    padding:70px 20px 20px 20px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(0,0,0,0.15);
    box-shadow: inset 1px 1px 0 rgba(255,255,255,1), 0 0 0 6px rgba(0,0,0,0.02);
    margin: 42px 0 0 0;
    text-align:center;
}
.c-icon-box-3 i{
    color:#e00012;
    font-size:70px;
    border-radius:50%;
    width:125px;
    height:125px;
    line-height:125px;
    margin-bottom:20px;
}
.c-icon-box h4,
.c-icon-box-3 h4{
    font-size:24px;
    color:#e00012;
    letter-spacing:0;
    line-height: 24px;
    margin-top: 0;
    margin-bottom:15px;
}
.c-icon-box h5,
.c-icon-box-3 h5
{
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-weight:300;
    color:#333;
    font-size: 15px;
    letter-spacing: 1px;
    display:block;
    width:100%;
}
.c-icon-box:hover .c-icon-stack{
    background-color:#e00012;
    color:#fff;
}
.c-icon-box:hover{
    box-shadow: inset 1px 1px 0 rgba(255,255,255,1), 0 0 0 6px rgba(0,0,0,0.05);;
}
.c-icon-stack{
    display:inline-block;
    color:#aaa;
    text-align:center;
    width:45px;
    height:45px;
    background-color:#c9436c;
    border-bottom:4px solid rgba(0,0,0,0.25);
    border:1px solid rgba(0,0,0,0.15);
    text-shadow: 1px -1px 0px rgba(0,0,0,0.45);
    background: url('../images/bg.png') repeat-x center center;
    margin: 0 0 40px 0;
    background-color: rgba(255,255,255,1);
    border-radius:50%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15), 0 3px 0 rgba(0,0,0,0.025);
}
.c-icon-stack.square{
    border-radius:4px;
}
.c-icon-box .c-icon-stack{
    position:absolute;
    width:85px;
    height:85px;
    top:0;
    left:0;
    right:0;
    margin:auto;
    background:url('../images/bg.png') no-repeat center center #f6f6f6;
    color:#aaa;
    border:1px solid rgba(0,0,0,0.15);
    text-shadow:none;
}
.c-icon-box .c-icon-stack.lg{
    margin-top:-10px;
}
.c-icon-box .c-icon-stack .fa{
    color:#888;
}
.c-icon-box:hover .c-icon-stack .fa{
    color:#fff;
}
.c-icon-stack.default2{
    background-color: #f9fbff;
    color: rgba(159,201,231,0.35);
}
.c-icon-stack.color{
    background-color:#e00012;
    vertical-align:middle;
    color:#fff;
}
.c-icon-stack.color2{
    background-color:#424242;
    vertical-align:middle;
    color:#fff;
}
.c-icon-stack.fb{
    background-color:#3b5999;
    vertical-align:middle;
    color:#fff;
}
.c-icon-stack.orange{
    background-color:#d04914;
    vertical-align:middle;
    color:#fff;
}
.c-icon-stack.red{
    background-color:#c02929;
    vertical-align:middle;
    color:#fff;
}
.c-icon-stack.purple{
    background-color:#c029a5;
    vertical-align:middle;
    color:#fff;
}
.c-icon-stack.color3{
    background-color:#5cb85c;
    vertical-align:middle;
    color:#fff;
}
.c-icon-stack.bdr{
    background:transparent;
    border:2px solid #aaa;
    color:#aaa;
}
.c-icon-stack.bdr.color{
    border:2px solid #e00012;
    color:#e00012;
}

.c-icon-stack.bdr.color2{
    border:2px solid #4b4b4b;
    color:#4b4b4b;
}
.c-icon-stack.lg{
    width:100px;
    height:100px;
}
.c-icon-stack.lg [class^="fa-"],
.c-icon-stack.lg [class*=" fa-"] {
    line-height:100px;
}
.c-icon-stack.sm{
    width:35px;
    height:35px;
}
.c-icon-stack.sm [class^="fa-"],
.c-icon-stack.sm [class*=" fa-"] {
    line-height:35px;
}

.lh35{
    margin:7px 0 0 10px;
    font-weight:500;
}

.c-icon-stack [class^="fa-"],
.c-icon-stack [class*=" fa-"] {
    line-height:45px;
}
.c-icon-box-2{
    padding:0;
    margin: 0 0 40px 0;
    display:block;
}
.c-icon-box-2:last-child{
    margin-bottom:0;
}
.c-icon-box-2:hover .c-icon-stack{
    background-color:#666;
    color:#fff;
    text-shadow: none !important;
    box-shadow:none;
}
.c-icon-box-2 .c-icon-stack{
    position:absolute;
}
.c-icon-box-2 .content{
    position:relative;
    margin-left:90px;
    top:0;
}
.c-icon-box-2 .content h4{
    margin: 0 0 10px 0;
}
.c-icon-box-2 .content > a:hover{
    color:#e00012 !important;
}
.c-icon-box-2 .c-icon-stack [class^="fa-"],
.c-icon-box-2 .c-icon-stack [class*=" fa-"] {
    text-shadow: 0 1px 0 rgba(255,255,255,0.25);
    line-height:75px;
}
.c-icon-box-3 .sp-b-20{
    position:relative;
}
.c-icon-box-3 p,
.c-icon-box-2 .content p{
    margin: 0 0 0 0;
    font-size:15px;
    font-weight:400;
}
.c-icon-stack.bdr [class^="fa-"],
.c-icon-stack.bdr [class*=" fa-"] {
    text-shadow: none;
}
/* END --> Icon Styling
-------------------------------------------------- */

/* START --> Dividers / HR
-------------------------------------------------- */
hr {
    position:relative;
    text-align:left;
    display:block;
    margin-bottom:22px;
    height:1px;
    top:0;
    border-top:1px solid rgba(0,0,0,0.1);
}
hr:after{
    clear:both;
}
hr.small{
    width:50%;
    display:inline-block;
    margin:0 0 0 0;
}
.text-center hr{
    margin-left:auto;
}
hr.extra:after {
    position:relative;
    display:inline-block;
    top:-16px;
    content: "";
    width:50px;
    border-top: 1px solid #e00012;
    z-index:9;
}
hr.round:after {
    position:relative;
    display:inline-block;
    content: "";
    width:20px;
    height:20px;
    top:-10px;
    border-radius:50%;
    border: 1px solid rgba(0,0,0,0.25);
    background:#fff;
    z-index:9;
}
hr.dotted{
    border-top: 1px dotted rgba(0,0,0,0.25);
}
hr.dashed{
    border-top: 1px dashed rgba(0,0,0,0.25);
}
hr.special{
    position:relative;
    display:inline-block;
    width:80%;
    padding:0;
    margin:0 0 0 0;
    top:0;
}
hr.special:after{
    position:relative;
    display:inline-block;
    background:#424242;
    border-radius:20px;
    width:auto;
    height:auto;
    padding-left:10px;
    padding-right:10px;
    border: 1px solid rgba(0,0,0,0.25);
    z-index:9;
    top:-13px;
    color:#fff;
    content:'OF'

}
/* END --> Dividers / HR
-------------------------------------------------- */

/* START --> Testimonials
-------------------------------------------------- */
.testimonial_cnt{
    position:relative;
    width:100%;
    margin: 0 0 0 0;
    height:auto;
    padding:0;
    border:1px solid rgba(0,0,0,0.15);
    border-radius:4px;
    background:rgba(255,255,255,1);
    text-align:center;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65), 0 3px 0 rgba(0,0,0,0.05);
}
.testimonial_cnt .author{
    position:relative;
    display:block;
    margin: 0;
    margin-top:-30px;
    padding-bottom:15px;
    padding-right:15px;
}
.testimonial_cnt .author span.title{
    position:relative;
    color:#424242;
    font-weight:700;
    font-size:13px;
    text-transform:uppercase;
    line-height:15px;
    display:inline-block;
    margin-left:20px;
}
.testimonial_cnt blockquote{
    padding:0 0 0 0;
}
.testimonial_cnt blockquote p{
    font-style: italic;
    font-weight:500;
    font-size:14px;
    letter-spacing: 0;
    line-height:30px;
    padding:20px 20px 20px 20px;
    text-shadow:1px 1px 2px rgba(255,255,255,1);
    color:#e00012;
}
.testimonial_cnt blockquote p strong{
    font-weight:700;
}
.testimonial_cnt blockquote p:before,
blockquote.s1 p:before
{
    content: '';
}
.testimonial_cnt blockquote p:after,
blockquote.s1 p:after
{
    content: close-quote;
}

.container.bg > div > div > .testimonial_cnt{
    text-align: left;
    margin-top:352px;
    background:rgba(255,255,255,0.85);
    border:1px solid rgba(0,0,0,0.15);
    border-radius:4px;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,1), 0 3px 0 rgba(0,0,0,0.05);;
}
.container.bg > div > div > .testimonial_cnt blockquote p{
    color:#424242;
    font-size:13px;
    line-height:23px;
    letter-spacing:1px;
    padding:20px 20px 20px 20px;
    text-shadow:1px 1px 2px rgba(255,255,255,1);
}
.container.bg > div > div > .testimonial_cnt .author span.title{
    color:#424242;
    font-size:13px;
    font-weight:600;
}
.container.bg > div > div > .testimonial_cnt .c-list li:before {
    color: #0ba751;
}

/* END --> Testimonials
-------------------------------------------------- */


/* START --> Timer wraps
-------------------------------------------------- */
.timer_cnt{
    border-right:1px dashed rgba(0,0,0,0.2);
    padding-right:20px;
}
.timer_cnt h3{
    margin: 0 0 0 0;
    letter-spacing: 0;
}
.timer_cnt .timer{
    margin: 0 0 0 0;
    font-weight:800;
    font-size:36px;
    line-height:60px;
    color:#555;
}
.timer_cnt .timer-icon{
    position:relative;
    width:50px;
    text-align:center;
    background:#e00012;
    color:#fff;
    padding:10px;
    border-radius:50%;
    font-size:30px;
    margin: 5px 0 20px 0;
}
.timer_cnt:hover .timer-icon{
    box-shadow:0 0 0 8px rgba(0,0,0,0.15);
}
.timer_cnt p{
    font-size:14px;
    margin: 0 0 0 0;
}
section > .container > .row > div:last-of-type > .timer_cnt
{
    border:none !important;
}
/* END --> Timer wraps
-------------------------------------------------- */


/* START --> Spacings
-------------------------------------------------- */
.nm                 { margin: 0 0 0 0 !important; }
.np                 { padding: 0 0 0 0 !important; }
.pd2                { padding: 2px 5px 2px 5px; !important; }
.pd5                { padding: 5px !important; }
.pd10               { padding: 10px !important; }
.pd15               { padding: 15px !important; }
.pd20               { padding: 20px !important; }

.alert.pd2{font-size:12px;}

.sp-b-5             { margin-bottom: 5px!important; }
.sp-b-10            { margin-bottom: 10px!important; }
.sp-b-15            { margin-bottom: 15px!important; }
.sp-b-20            { margin-bottom: 20px!important; }
.sp-b-30            { margin-bottom: 30px!important; }
.sp-b-40            { margin-bottom: 40px !important; }
.sp-b-60            { margin-bottom: 60px !important; }

.sp-r-5             { margin-right: 5px!important; }
.sp-r-10            { margin-right: 10px!important; }
.sp-r-15            { margin-right: 15px!important; }
.sp-r-20            { margin-right: 20px!important; }
.sp-r-30            { margin-right: 30px!important; }
.sp-r-40            { margin-right: 40px !important; }
.sp-r-60            { margin-right: 60px !important; }

.sp-l-5             { margin-left: 5px!important; }
.pd-l-5             { padding-left: 5px!important; }
.sp-l-10            { margin-left: 10px!important; }
.sp-l-15            { margin-left: 15px!important; }
.sp-l-20            { margin-left: 20px!important; }
.sp-l-30            { margin-left: 30px!important; }
.sp-l-40            { margin-left: 40px !important; }

.sp-t-5             { margin-top: 5px!important; }
.sp-t-10            { margin-top: 10px!important; }
.sp-t-15            { margin-top: 15px!important; }
.sp-t-20            { margin-top: 20px!important; }
.sp-t-30            { margin-top: 30px!important; }
.sp-t-40            { margin-top: 40px !important; }
.sp-t-60            { margin-top: 60px !important; }
.sp-t-70            { margin-top: 70px !important; }
.sp-t-80            { margin-top: 80px !important; }

.alignleft          { float:left; margin: 5px 10px 5px 0; }
.alignright         { float:right; margin: 5px 0 5px 10px; }

.sp-pt-20 {position:relative; top:-20px;}

/* END --> Spacings
-------------------------------------------------- */


.bg-img-2{
    position:absolute;
    top:0;
    right:0;
    width:600px;
    height:450px;
    background: url('../images/mobile.png') no-repeat right 0;
}

/* START --> Images and Hovers
-------------------------------------------------- */
img{
    position:relative;
    border:none;
    display:inline-block;
}
.img-cnt{
    position:relative;
    width:100%;
    display: block;
    height: 100%;
    padding: 0;
}

.img-cnt.bdr{
    padding:4px;
    border:1px solid rgba(0,0,0,0.1);
    background-color: #ffffff;
    border-radius:4px;
}
.img-cnt img{
    position:relative;
    width: 100%;
    display: block;
    border: none;
    box-shadow:none;
    max-width: 100%;
}

.img-cnt.bs.ni{

}
.img-cnt .add_picture{
    width:100%;
    position:relative;
    display:block;
    min-height:220px;
    text-align:center;
}
.img-cnt .add_picture.male{
    background:url('/uploads/ph_male.jpg') no-repeat center bottom;
}
.img-cnt .add_picture.female{
    background:url('/uploads/ph_female.jpg') no-repeat center bottom;
}
.img-cnt.private{
    height:125px;
    line-height:125px;
    background:rgba(0,0,0,0.015);
    box-shadow:inset 0 0 0 6px rgba(255,255,255,1);

}
.img-cnt.private i{
    position:absolute;
    font-size:115px;
    left:0;
    right:0;
    color:rgba(255,51,153,0.25);
    color:rgba(0,0,0,0.1);
    top:5px;
    z-index:-1;
}
.img-cnt.private strong{
    font-weight:700;
    font-size:15px;
    letter-spacing: 1px;
    color:#000;
    text-shadow:1px 1px rgba(255,255,255,1);
    z-index:99;
}
.img-cnt .add_picture a.request_picture,
.img-cnt .add_picture .req_send
{
    display:block;
    position:absolute;
    height:auto;
    width:100%;
    left:0;
    bottom:0;
    padding:10px;
    background:rgba(255,255,255,0.5);
}
.img-cnt .add_picture a.link{
    display:block;
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    top:0;
    border-bottom:1px solid rgba(0,0,0,0.1);
    background:rgba(255,255,255,0.5);
}
img.bdr{
    position:relative;
    display: block;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    overflow:hidden;
    border-radius:4px;
}
img.bdr.sb{
    padding:3px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,0.2);
}
img.bdr.dbg{
    position:relative;
    display: block;
    padding: 5px;
    background-color: rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.1);
    overflow:hidden;
    border-radius:4px;
}


a.overlay:before{
    position:absolute;
    opacity:0;
    left:0;
    top:0;
    border-radius:4px;
    width:100%;
    height:100%;
    line-height:100%;
    display:block;
    z-index:90;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    content:""
}
a.overlay.plus:after {
    font-family: 'FontAwesome';
    content: '\f002';
    z-index:999;
    font-size: 36px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    left:0;
    top:45%;
    position: absolute;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    opacity: 0;
}
a.overlay:hover:before,
a.overlay:hover:after{
    opacity:1;
}

/* END --> Hover Images
-------------------------------------------------- */

/* START --> Progress bars
-------------------------------------------------- */
.progress {
    height:12px;
    border-radius:4px;
    background:rgba(0,0,0,0.1);
    box-shadow:none;
}
.progress.small {
    height:6px;
    border-radius:4px;
    background:rgba(0,0,0,0.1);
    box-shadow:none;
}
.progress .info{
    position:absolute;
    left:0;
    margin:4px 0 0 25px;
    height:20px;
    color:#fff;
}
.progress .progress-bar{
    border:none;
    border-radius:4px;
    box-shadow:none;
}
.progress .progress-bar-color {
    background:#e00012;
}

.progress .progress-bar-filler{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhMmUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2Y3N2EzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U0ZjQyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MWRkMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, #ea2e2e 0%, #f77a31 20%, #e4f42e 50%, #61dd2c 100%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea2e2e), color-stop(20%,#f77a31), color-stop(50%,#e4f42e), color-stop(100%,#61dd2c), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(left, #ea2e2e 0%,#f77a31 20%,#e4f42e 50%,#61dd2c 100%,#7db9e8 100%);
    background: -o-linear-gradient(left, #ea2e2e 0%,#f77a31 20%,#e4f42e 50%,#61dd2c 100%,#7db9e8 100%);
    background: -ms-linear-gradient(left, #ea2e2e 0%,#f77a31 20%,#e4f42e 50%,#61dd2c 100%,#7db9e8 100%);
    background: linear-gradient(to right, #ea2e2e 0%,#f77a31 20%,#e4f42e 50%,#61dd2c 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2e2e', endColorstr='#7db9e8',GradientType=1 );
}

/* END --> Progress bars
-------------------------------------------------- */

/*-----------------------------------------------------------------------------------*/
/*	16: Owl-Carousel
/*-----------------------------------------------------------------------------------*/
.owl-carousel.members{
    border:none;
}
.member{
    padding:10px;
    border-radius:4px;
    margin: 0 0 30px 0;
    background-color: rgba(255,255,255,1);
    border:1px solid rgba(0,0,0,0.1);
    /*box-shadow: 1px 1px 3px rgba(0,0,0,0.05);*/
}
.member .icon-cnt{
    position:absolute;
    bottom:6px;
    left:6px;
    display:none;
    width:auto;
    height:30px;
    z-index:9;

}
.member .icon-cnt .icon{
    position:relative;
    display:inline-block;
    min-width:30px;
    background:rgba(0,0,0,0.75);
    padding:5px;
    height:30px;
    margin:0;
    line-height:15px;
    font-size:12px;
    color:#fff;
    z-index:999;
    border-radius:0;
    text-align:center;
}

.member .icon-cnt .icon i{
    font-size:16px;
    line-height:22px;
}
.view{
    padding:10px;
    margin: 0 0 0 0;
    background-color: rgba(255,255,255,1);
    border-bottom:1px solid rgba(0,0,0,0.15);
    border-left:1px solid rgba(0,0,0,0.15);
    border-right:1px solid rgba(0,0,0,0.15);
}
.view:hover{
    background:rgba(0,0,0,0.025);
    background:rgba(255,255,255,0.65);
    cursor:pointer;
}
.view.header{
    border:none;
    border-radius:0;
    display:block;
    background:rgba(0,0,0,0.025);
    background:#f3f3f3;
    margin:0 0 0 0;
    padding:10px 20px 10px 20px;
    border-top:1px solid rgba(0,0,0,0.075);
    border-left:1px solid rgba(0,0,0,0.075);
    border-right:1px solid rgba(0,0,0,0.075);
    border-bottom:1px solid rgba(0,0,0,0.15);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.view.header:hover{
    cursor:default;
}

.view h3{

}
.view.header h3{
    font-weight:500;
    font-size:16px;
}
.view .new{
    right:0;
    bottom:0;
    display:inline-block;
    background:#ccc;
}
.view h4{
    line-height: 18px;
    font-weight: 700;
    color:#e00012;
    margin:5px 0 2px 0;
}
.view h4 a{
    color:#e00012;
}
.view h4.alt{
    font-weight: 600;
}
.view h5 {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 600;
    color: #333;
    font-size: 13px;
    line-height: 20px;
}
.view i{
}
.view .info{
    display:block;
    margin: 0 0 5px 0;
    height:38px;
    line-height:22px;
    overflow:hidden;
}
.view .spt{
    margin-top:25px;
}
.view small{
    font-size: 12px;
    color:#777;
    font-weight:400;
}
.view .links a{
    font-size:12px;
    color:#777;
}
.view i{
    width:20px;
    display:inline-block;
}

.view ul.default{
    top:0px;
    padding:0;
    margin-right:-18px;
    display:inline-block;
}
.view ul.default li{
    float: left;
    width: auto;
    display:block;

}
.view ul.default li i{
    text-align:center;
    padding:8px;
    display:inline-block;
    width:auto;
    border:1px solid rgba(0,0,0,0.15);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.90);
    color:rgba(0,0,0,0.65);
    background-size:cover;
    cursor:pointer;
    background-color: rgba(255,255,255,1);
    margin:0 5px 0 0;
    border-radius:4px;
    line-height:16px;
}

.owl-carousel.images .photo{
    padding: 30px 15px;
    margin: 0 15px 0 0;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    background:#ccc;
}
.owl-carousel .item{
    margin:0 15px 0 15px;
}
.owl-carousel.members .member{
    margin:0 15px 0 15px;
}
.member img{

}
.member h4{
    font-size:15px;
    line-height: 15px;
    font-weight:500;
    letter-spacing: 0;
    color:#242424;
    padding:0;
    margin:0 0 5px 0;
}
.member h4 a{
    color:#242424;
}
.member h4 i{
    position:relative;
    color:rgba(0,0,0,0.5);
    font-size:10px;
    top:2px;
    float:right;
    margin-right:5px;
}
.member h4 .light{
    color:rgba(0,0,0,0.2);
}
.member h5{
    font-size:13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 0;
    color:#e00012;
    padding:0;
    margin:0 0 10px 0;
}
i.green{
    color:#27a02f !important;
}
i.red{
    color:#c14040;
}
.member .info{
    display:block;
    margin: 0 0 3px 0;
    padding:0 10px 0 10px;
    font-weight: 400;
    color: #e00012;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}
.member p{
    padding:0;
    margin:0;
    line-height:21px;
    font-size:14px;
    font-weight:400;
    text-wrap: normal;
    overflow:hidden;
}
.fl{
    font-weight:400;
}
.member .rbox{
    height:170px;
}

.member .footer{
    display:block;
    text-align:center;
    color:rgba(0,0,0,0.35);
    position:absolute;
    bottom:-5px;
    right:15px;
}
.member .footer i{
    position:relative;
    display:inline-block;
    float:left;
    width:auto;
    text-align:center;
    padding:8px;
    border:1px solid rgba(0,0,0,0.15);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.90);
    color:rgba(0,0,0,0.65);
    background-size:cover;
    cursor:pointer;
    background-color: rgba(255,255,255,1);
    margin:0 5px 0 0;
    border-radius:4px;
}




.member .footer i:hover{
    background-color: rgba(0,0,0,0.045);
    background-size:cover;
    color:rgba(0,0,0,0.5);
}
.member .footer i.active{
    background-color: rgba(0,0,0,0.045);
    cursor:default;
}
.owl-theme .owl-controls{
	margin: 0 0 0 0;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div, .customNavigation a{
    position:relative;
    display:inline-block;
    width:30px;
    background:#fff;
    padding:3px 2px 1px 2px;
    border:1px solid #dad6c9;
    border-radius:4px;
    opacity:1;
    color:#aaa;
    font-size:12px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
    margin:0 0 0 0;
    z-index:2;
    cursor:pointer;
}
.owl-theme .owl-controls .owl-buttons div:hover, .customNavigation a:hover{
    background: rgba(61,118,170, 0.1) !important;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.customNavigation:before{
    display:inline-block;
    position:absolute;
    left:0;
    right:0;
    margin:auto auto;
    border-bottom:1px solid #ddd;
    width:300px;
    height:15px;
    content:' ';
}
.customNavigation:after{
    display:inline-block;
    position:absolute;
    left:0;
    right:0;
    margin:auto auto;
    border-bottom:1px solid #fff;
    width:90px;
    height:15px;
    content:' ';
}
.customNavigation{
    text-align: center;
    margin-bottom:40px;
    background:transparent;
}
.bg_color .customNavigation{
    background:transparent;
}
.bg_color .customNavigation:after{
    border-bottom:1px solid #f9f9f9;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div.owl-controls.clickable > div.owl-pagination{
    position:relative;
    margin:auto auto;
    left:0;
    right:0;
    top:30px;
}
.owl-theme .owl-controls .owl-buttons div {
    position: relative;
    margin:0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    float:left;
    left: 15px;
    width:32px;
    height:30px;
    line-height:24px;
    background:rgba(255,255,255,0.025);
    color:#333;
    padding:3px 8px;
    opacity:1;
    border-radius:4px;
    border-color: #d9d9d9;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fcfcfc;
    background-color: linear-gradient(#fff,#f5f5f5);
    text-shadow: 0 1px rgb(255,255,255);
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    float:right;
    right: 15px;
    width:32px;
    height:30px;
    line-height:24px;
    background:rgba(255,255,255,0.025);
    color:#333;
    padding:3px 5px 3px 6px;
    opacity:1;
    border-radius:4px;
    border-color: #d9d9d9;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fcfcfc;
    background-color: linear-gradient(#fff,#f5f5f5);
    text-shadow: 0 1px rgb(255,255,255);
}
.owl-carousel.single .owl-controls{
    margin:0;
    position:absolute;
    top:45%;
    display:block;
    width:100%;
}
.owl-carousel.single .owl-controls .owl-buttons .owl-prev{
    position:absolute;
    left:15px;
    float:none;
    background:rgba(255,255,255,0.2);
}
.owl-carousel.single .owl-controls .owl-buttons .owl-next{
    position:absolute;
    float:none;
    right:20px;
    background:rgba(255,255,255,0.2);
}
.owl-carousel.single .owl-controls .owl-buttons .owl-next:hover,
.owl-carousel.single .owl-controls .owl-buttons .owl-prev:hover{
    background:rgba(255,255,255,0.7);
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(../assets/owl-carousel/assets/images/AjaxLoader.gif) no-repeat center center
}
/*-----------------------------------------------------------------------------------*/
/*	16: Owl-Carousel
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	16: scrollUp
/*-----------------------------------------------------------------------------------*/
#scrollUp {
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
    background-color:#000;
    border-radius:4px;
    text-align:center;
    line-height:35px;
    opacity:0.8;
    color:#ccc;
}
#scrollUp:before {
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font: 14px/18px 'fontawesome', Arial, sans-serif;
    color: #ccc;
}
.panel-group .panel.search {
    margin-bottom: 0;
    border-radius: 0;
    overflow: inherit;
}
.suggestionCnt{
    position:absolute;
    display:none;
    height:200px;
    overflow: scroll;
    overflow-x:hidden; overflow-y:scroll;
    border: 1px solid rgba(0,0,0,0.15);
    /*box-shadow: rgba(255,255,255,0.8) 0px 1px 0px inset, rgba(0,0,0,0.3) 1px 2px 3px;*/
    color:#000;
    border-radius:4px;
    text-shadow: 1px 1px #fff !important;
    z-index:9999999 !important;
    background-color:#fff;
}
.search.suggestionCnt{

}
ul.autosuggest{
    padding:0 !important;
    margin:0 !important;
    z-index:9999 !important;
}
ul.autosuggest li{
    cursor:pointer;
    padding:3px 5px 5px 3px;
    z-index:9999 !important;
}
ul.autosuggest li:hover{
    cursor:pointer;
    background-color:#ccc;
}
.suggestionCnt ul{
    padding:0;
    margin:0;
}
.suggestionCnt ul li{
    margin:0;
    cursor:pointer;
    padding: 5px 3px 5px 3px;
    text-shadow: none;
}
.suggestionCnt ul li:hover{
    background-color:#619bec;
    color:#fff;
}

/* START --> Pagination
-------------------------------------------------- */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
}
.pagination .btn{
    line-height:32px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 12px;
    margin-left: -1px;
    text-decoration: none;
    color:rgba(0,0,0,0.5) !important;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.90);
    text-shadow: -1px 1px 0px rgba(255,255,255,0.75);
    background-color: rgba(255,255,255,1);

}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color:#888;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #fff;
    border: 1px solid #dedede;
    text-shadow: -1px 1px 0px rgba(255,255,255,0.45);
}
.pagination.current,
.pagination > .current > span,
.pagination > .current > a:hover,
.pagination > .current > span:hover,
.pagination > .current > a:focus,
.pagination > .current > span:focus {
    z-index: 2;
    color: #666;
    cursor: default;
    background-color: #fff;
    border: 1px solid #dedede;
    text-shadow: -1px 1px 0px rgba(255,255,255,0.45);
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}



/* END --> pagination
-------------------------------------------------- */


.scroll_cnt{
    height:150px;
    overflow: scroll;
    overflow-x:hidden; overflow-y:scroll;
}
.scroll_cnt.chat{
    height:410px;
    position:relative;
    border-radius:0;
    padding-right:15px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(0,0,0,0.15);
    box-shadow: inset 1px 1px 0 rgba(255,255,255,1);
}
.scroll_cnt.fb_img{
    height:340px;
}
.sidebar-left {
    padding-right: 60px;
}
.sidebar-left:after{
    position:absolute;
    top:0;
    width:2px;
    right:22px;
    height:100%;
    border-right:1px solid rgba(255,255,255,0.95);
    background:rgba(0,0,0,0.15);
    display:block;
    content:'';
}
i.w20{
    width:20px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color:#000;
}
a.c-accordion{
    display:block;
    position:relative;
    top:2px;
}
.spotlight .row{
    margin-right:-10px;
    margin-left:-8px;
}
.spotlight .col-lg-1{
    padding-left:5px;
    padding-right:5px;
}


/* START --> Tabs
-------------------------------------------------- */
.tab-content{
    padding:20px 0 0 0;
}
.tab-content.boxed{
    padding:15px;
    margin: 0 0 0 0;
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,1);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65), 0 0 0 6px rgba(0,0,0,0.02);
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tab-content > .active,
.pill-content > .active {
    display: block;
}
.nav-tabs{
    border-bottom:1px solid rgba(0,0,0,0.15);
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    border-radius:0;
}
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
    background-color: rgba(255,255,255,1);
    font-weight:600;
    font-size:13px;
    line-height:13px;
    letter-spacing:0px;
    border-top:1px solid rgba(0,0,0,0.15);;
    border-left:1px solid rgba(0,0,0,0.15);;
    border-right:1px solid rgba(0,0,0,0.15);;
    margin: 0 5px 0 0;
    padding:15px 20px 15px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color:rgba(0,0,0,0.75) !important;
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.90);
    text-shadow: -1px 1px 0px rgba(255,255,255,0.75);
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
    border-bottom: 1px solid transparent;
    border-top:1px solid rgba(0,0,0,0.15);
    border-left:1px solid rgba(0,0,0,0.15);
    border-right:1px solid rgba(0,0,0,0.15);
    background-color: rgba(159,201,231,0.15);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: rgba(0,0,0,0.85);
    cursor: default;
    background-color: rgba(159,201,231,0.15);
    border: 1px solid rgba(0,0,0,0.15);
    border-bottom: 2px solid transparent;
    border-top:1px  solid rgba(0,0,0,0.15);
    font-weight:600;
}
/* END --> Tabs
-------------------------------------------------- */
.profile_hdr{
    display:block;
    background:rgba(0,0,0,0.025);
    background:#f3f3f3;
    margin: -20px;
    padding:10px 20px;
    border:1px solid rgba(0,0,0,0.075);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.profile_hdr h3{
    line-height:18px;
    margin: 0 0 2px 0;
    color:#e00012;
    font-size:16px;
    font-weight:500;
}
.profile_hdr h5{
    margin:0 0 0 0;
    font-size:12px;
    line-height:12px;
    font-weight:400;
    color:#333;
}
.profile ul.profile_info{
    list-style:none;
    display:block;
    widht:100%;
    padding:0;
    margin:0;
    border-radius:4px;
}
.profile ul.profile_info li{
    position:relative;
    display:inline-block;
    float:left;
    margin:0 15px 0 0;
    border-radius:4px;
    padding:5px 12px;
    /*border: 1px dotted rgba(0,0,0,.2);*/
    text-shadow: 0 1px rgb(255,255,255);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.0);
    background-color: rgba(0,0,0,0.00);
}
.profile ul.profile_info li .k{
    display:block;
    color:#878787;
    line-height:20px;
    font-weight:300;
    font-size:14px;
}
.profile ul.profile_info li .v{
    display:block;
    font-size:14px;
    line-height:20px;
    font-weight:600;
}
.profile h3 i{
    background: #e00012;
    width:40px;
    height:40px;
    border-radius:50%;
}
.profile.icon-cnt{
    top:10px;
    left:15px;
}
.profile.icon-cnt i{
    border:1px solid #fff;
}

.gift{
    background:rgba(0,0,0,0.05);
    border-radius:4px;
    text-align:center;
    padding:15px;
    cursor:pointer;
}
.gift_cnt, .image_cnt{
    cursor:pointer;
}
.image_cnt.active img{
    padding:4px;
    border:1px solid #ccc;
    background-color: rgba(159,201,231,0.5);
}
#files > div{
    display:inline-block;
    margin: 0 10px 0 0;
}

.row.msg_cnt{
    border-bottom:1px solid rgba(0,0,0,0.15);

    padding:10px 0 10px 15px;
    background: #f9fbff;
}
.row.msg_cnt.warning{
    background: rgba(255,255,255,1);
}
.message_cnt.well{
    padding:0;
    margin:0 0 0 0;
    border:none;
    border-radius:0;
    background:none;
    box-shadow:none;
}
.well.info{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    box-shadow:none;
    font-weight:500;
}
.well.info a{
    color:#e00012;
}
.message_cnt .row{
    margin-left:0;
}
.pic_u_cnt_bg{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:auto;
    background:rgba(0,0,0,0.7) repeat 0 0;
    z-index:999999;
    opacity:1;
    display: none;
    padding:0;
    overflow-y:hidden;
}
.pic_u_cnt_bg .pic_u_cnt{
    position:fixed;
    width:600px;
    height:auto;
    top:40px;
    left:0;
    right:0;
    margin:auto auto;
    background-color:#fff;
    box-shadow:1px 1px 4px rgba(0,0,0,0.5);
    z-index:99999999;
    opacity:1;
    padding:60px 20px 20px 20px;
    border-radius:4px;
    overflow:hidden;
}
.pic_u_cnt_bg .pic_u_cnt .close_btn{
    position:absolute;
    right:0;
    top:0;
    background:#e00012;
    color:#fff;
    font-size:16px;
    padding:8px 14px;
    border-bottom-left-radius:4px;
    border-top-right-radius:2px;
    cursor:pointer;
    z-index:999999;
}
.pic_u_cnt_bg .pic_u_cnt .line{
    position:relative;
    width:100%;
    height:1px;
    border-bottom: 1px solid #ccc;
    margin: 15px 0 15px 0;
}


.notification_cnt{
    position:fixed;
    width:350px;
    height:auto;
    border:1px solid rgba(255,255,255,0.0);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.0);
    background-color: #191919;
    color:rgba(255,255,255,0.7);
    right:20px;
    bottom:20px;
    padding:20px;
    border-radius:4px;
    display:none;
    font-weight:300;
}
.notification_cnt .close_btn{
    position:absolute;
    padding:2px;
    width:25px;
    color:#fff;
    text-align:center;
    right:1px;
    top:1px;
    cursor:pointer;
    border-top-right-radius:3px;
}
.notification_cnt .close_btn i{
    color:rgba(255,255,255,0.5);
}
.notification_cnt h4{
    font-size:16px;
    margin: 0 0 0 0;
    font-weight:600;
    color:rgba(255,255,255,0.85);
}
.notification_cnt p:last-child{
    margin: 0 0 0 0;
}

/* START --> Pricing Tables
-------------------------------------------------- */
.pricing_table{
    position:relative;
    display:block;
    border:1px solid rgba(0,0,0,0.15);
    border-radius:4px;
    height:70px;
    margin: 0 0 20px 0;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15);
    text-align:center;
    background: url('/assets/images/icon-coins-32px.png') no-repeat 45px 20px #fff;
}
.pricing_table.active,
.pricing_table:hover{
    background-color: rgba(0,0,0,0.015);
}
.pricing_table.premium.active,
.pricing_table.premium:hover{
    background-color: #fff;
}
.pricing_table label{
    display:block;
    width:100%;
    padding:20px;
    margin:0;
    height:80px;
    cursor:pointer;
}
.pricing_table .radio{
    position:relative;
    left:0px;
    top:0px;
    float:left;
    display:inline-block;
    pointer-events: none;
    margin-right:65px;
}
.pricing_table .period{
    position:relative;
    display:inline-block;
    line-height: inherit;
    letter-spacing:1px;
    float:left;
    font-weight:600;
    margin:3px 30px 0 0;
    pointer-events: none;
}
.pricing_table .price{
    position:relative;
    display:inline-block;
    float:right;
    color: #424242;
    font-weight:700;
    line-height: inherit;
    letter-spacing:0px;
    font-size:16px;
    margin:5px 0 0 0;
    pointer-events: none;

}
.pricing_table .pp{
    position:relative;
    display:inline-block;
    float:left;
    color: #424242;
    font-weight:400;
    line-height: 22px;
    letter-spacing:1px;
    font-size:13px;
    margin:3px 0 20px 0;
    pointer-events: none;
}
.pm_summary{
    position:relative;
    float:left;
    font-weight:400;
    line-height: 16px;
    letter-spacing:0;
    display:inline;
    font-size:13px;
}
.pm_cnt{
    position:relative;
    display:block;
    border:1px solid rgba(0,0,0,0.15);
    border-radius:4px;
    height:70px;
    margin: 0 0 20px 0;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.15)/*, 0 0 0 4px rgba(0,0,0,0.05)*/;
    background: #fff;
    padding:20px;
    text-align:left;
    cursor:pointer;
}
.pm_cnt.active,
.pm_cnt:hover{
    background-color: rgba(0,0,0,0.015);
}
.pm_cnt .method{
    position:relative;
    display:inline-block;
    float:left;
    top:0;
    left:0;
    width:150px;
    height:40px;



}
.pm_cnt .info{
    position:relative;
    float:left;

    display:inline-block;
    top:0;
    left:0;
    width:100px;
    height:40px;

    letter-spacing:1px;
    font-weight:600;

}

.pm_cnt .method.ideal{
    background: url('/assets/images/pay/ideal.png') no-repeat 0 0;
}
.pm_cnt .method.paypal{
    background: url('/assets/images/pay/paypal.png') no-repeat 0 center ;
}
.pm_cnt .method.creditcard{
    background: url('/assets/images/pay/creditcard.png') no-repeat 0 center ;
}
.pm_cnt .method.bancontact{
    background: url('/assets/images/pay/bancontact.png') no-repeat 0 center ;
}
.pm_cnt .method.paysafecard{
    background: url('/assets/images/pay/paysafecard.png') no-repeat 0 center ;
}

.payment_methods .checkbox{
    position:relative;
    display:block;
    background-color: rgba(255,255,255,1);
    border:1px solid rgba(0,0,0,0.15);
    border-radius:4px;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,1), 0 0 0 6px rgba(0,0,0,0.05);
    padding:5px;
    cursor:pointer;
    margin-bottom:35px;
}
.payment_methods .checkbox .radio{
    position:relative;
    display:inline-block;
    top:3px;
    margin-right:5px;
}
.payment_methods .checkbox .method{
    position:relative;
    display:inline-block;
    top:-2px;
}

.issuerCnt{
    position:relative;
    display:inline-block;
    float:right;
}

.issuer label{
    display:block;
    padding:0;
    margin:0;
    text-align:center;
    cursor:pointer;
}
.issuer .issuer_cnt{
    position:relative;
    padding:0;
    float:left;
    display:inline-block;
    margin-bottom:5px;
}

/* END --> Pricing Tables
-------------------------------------------------- */
.star{
    font-size:18px;
    margin:5px 3px 0 0;
}
.member .pr{
    position:absolute;
    right:24px;
    margin-top:-20px;
}
.member .pr .star{
    font-size:16px;
}
.star.desat{
    color: rgba(0,0,0,0.15);
}
.star.default{
    color:#e00012;

    /*text-shadow:0 1px rgba(0,0,0,0.5);*/
}
.star.green{
    color:#ed495d;
}

.faq li a{
    display:block;
    font-weight:500;
}
.faq li .answer{
    display:none;
}
table th{
    font-weight:600;
    letter-spacing:1px;
}

.picture_link{
    letter-spacing:1px;
    font-weight:500;
}

.star{
    font-size:22px;
    margin:5px 3px 0 0;
}
.member .pr{
    position:absolute;
    right:24px;
    margin-top:-20px;
}
.member .pr .star{
    font-size:10px;
}


.trt_cnt{
    vertical-align: middle;
    line-height:43px;
}
.trt_cnt i{
    vertical-align: middle;
    margin-right:10px;
    line-height:43px;
}
.trt_cnt span{
    margin-right:30px;
}
.trtfix{
    margin-top:60px !important;
    margin-bottom:-60px !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background: none !important;
    color: #616161;
}
.icon-cnt{
    position:absolute;
    bottom:5px;
    left:20px;
    display:block;
    width:auto;
    height:20px;
    z-index:99;
}
.item .icon-cnt{
    left:25px;
}
.icon-cnt .icon{
    position:relative;
    display:inline-block;
    min-width:20px;
    background:rgba(255,255,255,255.65);
    padding:2px;
    height:20px;
    line-height:16px;
    font-size:14px;
    color:#000;
    z-index:999;
    border-radius:4px;
    text-align:center;
}
.tooltip{
    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:13px;
    opacity:0;
    filter:alpha(opacity=0)
}

.row.custom{
    margin-left:-5px;
    margin-right:-5px;
}

.row.custom .item,
.row.custom [class^="col-"]

{
    padding-left:5px;
    padding-right:5px;
}
.row.custom .owl-carousel .item{
    margin:0;
}
.row.custom .owl-carousel .owl-controls{
    margin-left:-10px;
    margin-right:-10px;
    font-weight:600;
    margin-top:15px;
    margin-bottom:15px;
}
.row.custom .owl-carousel .item .ppr_text{
    font-size:14px;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

i.sm{
    font-size:9px;
}
.item.home.pd5{
    text-align:center;
}
.item.home.pd5 strong{
    display:inline-block;
    position:relative;
    margin-top:5px;
}
.item.home.pd5 small{
    display:block;
    margin-top:-5px;
}
.u_s .fa{
    font-size:30px;
    line-height:30px;
    margin-right:10px;
}
.u_s strong{
    font-weight:500;
    position:relative;
    top:-5px;
}
/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

.member.nli{
    background:none;
    border:none;
    padding:0;
}

.member.nli h4{
    margin: 10px 0 0 0;
}
.member.nli h4 a{

}

.member.nli .info{
    margin:0;
    padding:0;
    font-size:12px;
    color:#333;
    letter-spacing:0;
}

@keyframes blink {
      0% { opacity: 1.0; }
      50% { opacity: 0.0; }
      100% { opacity: 1.0; }
    }
    @-webkit-keyframes blink {
      0% { opacity: 1.0; }
      50% { opacity: 0.0; }
      100% { opacity: 1.0; }
    }
    .blink {
      animation: blink 1s step-start 0s infinite;
      -webkit-animation: blink 1s step-start 0s infinite;
    }


/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

