﻿#file_input { display: none; }
.h4, h4 {
    font-size: 17px;
}
a i.fa-star {
    color: #f50064
}
a.ad_link {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-top: 150%;
    border: 1px solid #ececec;
}
div.ad_link {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-top: 150%;
    border: 1px solid #ececec;
}
img.ad_image {
    overflow: hidden;
    min-width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    max-width: 100%;
    left: 0;
    right: 0;
    display: inline-block;
    max-height: 100%;
    margin: 0 auto;
}
a.f_link {
position: relative;
    width: 100%;
    display: inline-block;
    padding-top: 100%;
    border: 1px solid #ececec;
    min-width: 300px;
}
img.f_image {
    /* overflow: hidden; */
    /* min-width: auto; */
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    display: inline-block;
    /* max-height: 100%; */
    margin: 0 auto;
}
.item-type1:hover .item-meta {
    margin-top: 12px;
}
p.hoverblurb {
    line-height: 15px;
    margin-bottom: 5px;
    font-size: 14px;
}
.drop-zone {
  cursor: pointer;
  user-select: none;
  color: #555;
  font-size: 18px;
  width: 400px;
  padding: 50px 140px;
  margin: 50px auto;
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
}

.drop-zone.hover {
  background: #ddd;
  border-color: #aaa;
}
.drop-zone.error {

  background: #faa;
  border-color: #f00;
}
 
.drop-zone.drop {
  background: #afa;
  border-color: #00a1ff;
}
.drop-zone.drop > .title { display: none; }

.preview-container canvas { width: 150px; }

.file-uploader-progress-bar { margin: 0 20px; }

.file-uploader-progress-bar > * {
  background-color: #71a5f3;
  width: 0;
  height: 5px;
  border-radius: 5px;
}

.wrapper.uploading .progress { background-color: #8c8c8c; }
.ds.page_footer {
    color: rgba(255,255,255,0.9);
}
.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
    color: #f50064;
}
.modal-footer .btn+.btn {
    margin: 0 2px 6px 0;
        color: #fff;

}

.intro_section p {
    color: #303030;
}
.nav-tabs > li > a.free-price {
    padding: 10px 45px;
    margin: 10px -18px 0 22px;
}
.nav-tabs > li > a.paid-price {
    padding: 10px 45px;
    margin: 10px -18px 0 22px;
}
.flex-active-slide,.flex-active-slide.region {
    height: 415px;
}
.intro_section .heading h1 {
    font-size: 80px;
    color: #ffffff;
}
.intro_section p {
    color: #ffffff;
    font-size: 17px;
}
.page_header.transparent_header.affix {
        background-color: rgba(0, 0, 0, 0.3);
}
.sf-menu > li > a {
    color: #ffffff;
}
[data-overlay="8"]::before {
    opacity: .8;
}
[data-overlay="7"]::before {
    opacity: .7;
}
[data-overlay="6"]::before {
    opacity: .6;
}
[data-overlay="5"]::before {
    opacity: .5;
}
[data-overlay="4"]::before {
    opacity: .4;
}
.flexslider .slides > li::before {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;

}
@media(max-width: 992px){
    .flexslider .slides > li::before {
        z-index: -1;
    }
}
.ls a {
    color: #f50064;
}
.media-links:before {
    background-color: #f50064;
}
.item-type1 .item-content, .item-type2 .item-content {
    border-left: 3px solid #f50064
}
.model-meta .item-meta, .model-meta.item-meta, .item-type1 .item-meta, .item-type1.item-meta, .item-type2 .item-meta, .item-type2.item-meta {
    border-left: 3px solid #f50064;
}
.ds .highlight {
    color: #f50064;
}
.widget-title2 {
    border-left: 3px solid #f50064;
}
.widget-title2.foot {
    margin-bottom: 10px;
    margin-top: 10px;
}
/*.widget ul {
    margin-left:30px;
}*/
.widget ul > li > a {
    color: #ffffff;
}
.model-meta > div > span{
    font-size: 14px;
    letter-spacing: -1px;
}
.model-meta > div > span.bold{
    text-transform: uppercase;
}
.model-meta > div > span.detail{
    font-weight: 400;
    color: #333;
}
.ds a:hover {
    color: #f50064;
}
.doted_items .sf-menu > li + li:before {
    color: #ffffff;
}
.page_header a.header-button {
    color: #ffffff;
}
.transparent_header .sf-menu {
    float: left;
    margin-left: 50px;
}

@media screen and (min-width: 1200px) {
    .sf-menu > li > a {
padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    }
    .intro_section .heading h1 {
        font-size: 50px;
    }


}
@media screen and (max-width: 1250px) {
    .page_header.transparent_header {
        margin-bottom: -178px;
    }
    .flex-active-slide {
        height: 415px;
    }
    .sf-menu > li > a {
        font-size: 12px;
        padding: 20px 4px;
    }
    .intro_section .heading.bottom_border {
        margin-bottom: 8px !important;
        padding-bottom: 5px !important;
    }
    .intro_section .heading h1 {
        font-size: 29px;
    }
    .intro_section .slide_description_wrapper:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }
    .intro_section p {
        font-size: 15px;
        margin-bottom: 24px 
    }
}
@media screen and (max-width: 1200px){
        .transparent_header .sf-menu {
        margin-left: 15px;
    }
}
@media screen and (max-width: 1100px) {
    .sf-menu > li > a {
padding-left: 3px;
    padding-right: 3px;
    font-size: 11px;
    }
}
@media screen and (max-width: 1050px){
        .transparent_header .sf-menu {
        margin-left: 0;
    }
}
.banner-image {
    display:block !important;
}
@media screen and (max-width: 992px) {
    .page_header.transparent_header {
        margin-bottom: -66px;
    }
    .flex-active-slide, .region.flex-active-slide {
        height: 100%;
    }
    .intro_section .container {
    margin-top:20px !important;
}
.banner-image {
    display:none !important;
}
}
@media screen and (max-width: 768px) {
    .intro_section .heading h1 {    
        font-size: 40px;
    }
}

@media screen and (min-width: 1500px) {
    .sf-menu > li > a {
        padding-left: 11px;
        padding-right: 11px;
    }
    .intro_section .heading h1 {
        font-size: 52px;
    }
}
@media (min-width: 1350px){
.page_header.transparent_header {
    padding-right: 50px;
    padding-left: 50px;
}}
@media (min-width: 1450px){
.page_header.transparent_header {
    padding-right: 70px;
    padding-left: 70px;
}}
@media (min-width: 1550px){
.page_header.transparent_header {
    padding-right: 90px;
    padding-left: 90px;
}}
@media (min-width: 1650px){
.page_header.transparent_header {
    padding-right: 120px;
    padding-left: 120px;
}}
.theme_button {
    background-color: #f50064;
}
a.logo {
    height: 45px;
    padding: 0px;
}
a.logo img {
        height: 50px;
}

.ls.ms, .with_background {
    background-color: rgba(0,0,0,1);
}
.ls.ms, .with_background .normal {
    background-color: #f5f5f5;
}
.ultra-button {
    font-weight: 700;
}
.ls .theme_button[class*="color"] {
    color: white;
}
.ls .theme_button[class*="color"]:hover {
    color: black;
}
.ls.ms, .with_background, .normal {
    background-color: #f5f5f5;
}

.ls.ms.fs {
    background-color: rgba(0,0,0,1);
}
.login-dropdown .dropdown-menu {
    padding: 16px 30px;
    border-top: 4px solid #f50064;
}
.member-sidebar {
    font-size: 15px !important;
    padding: 0px 0px 0px 30px !important;  
}

.member-heading p:before {
    background-color: #fff !important;
}
.member-heading p:after {
    background-color: #fff !important;
}
.price-table.style2 .plan-name {
    text-transform: none;
}

.cross-before:before {
    font-family: FontAwesome;
    color: #f50064;
    content: "\f00d";
    font-size: 12px;
    padding-right: 5px;
}
.media-body {
    font-size: 16px;
    font-weight: 700;
}
.sf-menu > li.active > a {
    color: #f50064;
}
.intro_section .heading h1 {
    z-index:5;
}
.intro_section p {
    z-index:5;
}
.ds .theme_button {
    z-index: 5;
}

.header_white .toggle_menu span, .header_white .toggle_menu span:before, .header_white .toggle_menu span:after, .transparent_header .toggle_menu span, .transparent_header .toggle_menu span:before, .transparent_header .toggle_menu span:after, .header_white .toggle_menu span, .header_white .toggle_menu span:before, .header_white .toggle_menu span:after, .transparent_header .toggle_menu span, .transparent_header .toggle_menu span:before, .transparent_header .toggle_menu span:after {
    background-color: #fff;
}
@media(max-width: 768px) {
    .page_header.transparent_header.affix {
        height: 60px;
    }
    a.logo img {
        padding-top: 5px;
    }
    .xs-logo {
        width: 66% !important;
        float:left !important;
    }
    .xs-log {
        /*width: 20% !important;*/
        /*float:left !important;*/

    }
        a.f_link {
        min-width: 0;
    }

    @supports not (-webkit-overflow-scrolling: touch) {
    .affix-top+section{
        top: -45px;
    }    
         .affix-top+section+section {
         margin-top: -45px;

     }
    }

        /*.intro-top {
            top: -45px;
        }*/
}
@media (max-width: 490px) {
        .xs-logo {
        width: 52% !important;
        float:left !important;
    }
    .xs-log {
        /*width: 32% !important;*/
        /*float:left !important;*/

    }
}
.items_portrait .item-type1:hover .item-meta {
    max-height: 220px;
}
@media (min-width: 992px) {
.items_portrait .isotope-item.col-md-3 {
    width: 20%;

}
.flexslider .slides img {
    display:none;
}

}
@media (min-width: 1300px) {
.items_portrait .isotope-item.col-md-3 {
    width: 16.6666666666666666667%;

}
}
.items_portrait .item-type1 {
    padding-bottom: 155px;
}

.remove-button {
    background: transparent;
    border: none;
}

.expiry-area{
        text-align: center;
    margin: 0 0 5px;
    padding: 30px;
    background-color: #ffc2db;
    border: 1px solid #ffb5d3;
}
.expiry-text{
    margin-bottom: 10px;
}
.expiry-text span{
        font-size: 30px;
}
.expiry-button{

}
.row.slidetracker {
    margin-right: -75px;
    margin-left: -75px;
}
.featured-ads .slick-arrow {
  /*position: absolute;*/
  padding: 10px 0;
  top: -50%;
  border: 0;
  background: transparent; }
  .featured-ads .slick-arrow span {
    display: inline-block;
    width: 100%; }
  .featured-ads .slick-arrow .fa {
    font-size: 30px;
    color: #f50064; }
  .featured-ads .slick-arrow.slick-prev {
    left: 3%; }
  .featured-ads .slick-arrow.slick-next {
      float:right;
    right: 3%; }


.preview-image {
    margin-top: 5px;
    margin-bottom:5px;
}
.mainImageCheck {
    margin-right: 5px!important;
}
.widget_tag_cloud a {
    margin-bottom: 0;
}
.author-meta .item-content.backend {
    padding: 30px 10px 20px 30px;
}
.item-content.backend {
    height: 210px !important;
}
.item-type1 .item-content {
    z-index:1;
}
.adult {
    font-weight: 300;
    color: #fff;
}
.theme_buttons a:active, .theme_buttons a:hover, .theme_buttons a:focus, .theme_button:active, .theme_button:hover, .theme_button:focus {
    color: #303030 !important;
}
.showcase {
    color: #f50064 !important;
    margin-top:50px !important;
    margin-bottom: 10px;
}

.invisible-button {
    display: none !important;
}
.deletebuttonforimages {
    float:right;
}
.btnu {
    padding: 6px 12px !important;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
    height: 125px;
}
.table > thead > tr > th {
    border: none;
    font-size: 13px;
}
.nav-tabs > li.active > a.pricingpage {
    background-color: #303030;
}
.nav-tabs > li.active > a.pricingpage:hover {
    color: #f50064;
    cursor: pointer;
}
.table {
    border: none;
}

thead {
    background-color: #d9d9d9;
}
.items_portrait .item-type1 .item-content:hover {
    cursor: pointer;
}
.slick-slide {
    max-width:none !important;
}
@media (max-width: 920px) {
    .page_header a.header-button {
        padding-right: 1px !important;
    }
    .page_header a.header-button > span {
        font-size: 12px !important;
    }
}
@media (max-width: 490px) {
    .page_header a.header-button {
        padding-right: 1px !important;
    }
    .page_header a.header-button > span {
        font-size: 11px !important;
    }
    .widget.widget_tag_cloud {
        position:static !important;
        padding-left: 30px;
        padding-right: 37px;
        text-align: center;

    }
    .widget_tag_cloud a {

        font-size: 14px !important;
    }
    .item-content.backend {
        height: 100% !important;
    }
    .list-action, .list-action > a{
        width: 100%;
    }
}
@media (max-width: 1250px) {
    .section_padding_top_75 > [class*="container"] {
        padding-top: 140px;
    }
    .widget.widget_tag_cloud {
        position: static !important;
    }
        .item-content.backend {
        height: 100% !important;
    }
        .widget_tag_cloud a {
            font-size:11px;
            padding-left: 9px !important;
            padding-right: 9px !important;
        }
} 
    h3.mobile-margin {
        margin-top:30px
    }


ul li.service-list {
    width:33.333333%; float:left;
    list-style: none;
}

ul.service-ul {
    margin-bottom: 110px;
    padding-left: 0 !important;
}
.item-for-mobile {
    display:none !important;
}
@media (max-width: 920px) {
    .section_padding_top_75 > [class*="container"] {
        padding-top: 75px;
    }
    h3.mobile-margin {
        margin-top:0;
    }
    h4.list-title {
        font-size:13px;
    }
    .items_portrait .item-type1 .item-content {
        padding: 15px 5px 0 10px;
    }
    .items_portrait .item-type1 {
        padding-bottom: 0px;
    }

}
@media (max-width: 1580px) {
    .item-type1:hover .item-content {
        padding-right: 20px;
    }
}

.for-mobile-only {
    display: none;
}
@media (max-width: 992px) {
.nomargin-onmobile {
    margin-top: 10px;
}
.for-desktop-only {
    display:none;
}
.for-mobile-only {
    display:block;
}
.mobile-height-fixed {
    display:block;
    height: 29px;
}
.item-for-mobile {
    display:block !important;
}
.only-for-desktop {
    display: none !important;
}
}
.item-type1:hover .item-content {
    padding-right: 25px !important;
}

.table td + td {
    border-left: none;
}



@media screen and (max-width: 992px) {
    .item-teta > p.hoverblurb, .item-teta > div >  span.mbl {
        margin: 0;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        font-size: 13px;
       }

}
@media (max-width: 767px) {
    aside[class*="col-"] {
        margin-bottom: 60px;
        margin-top: 0 !important;
    }
}

.booster-box {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    padding: 0 5px;    
}

.circle {
    display:block;
    float:left;
    margin-right:5px;
    margin-top:10px;
    background: #0f0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.circle-wide{
    width:15px;
    height:15px;
}
.boosted-ticker {
    color: white;
}

section.home-to-li::before{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
}