#box_wrapper, #canvas, body, html {
    overflow: visible
}

#box_wrapper, #canvas, .page_header, .parallax, a.logo, html, ul.list2 li {
    position: relative
}

.ds ul.list2 li:before, .ls, body {
    background-color: #fff
}

.nav>li>a {
    color: #1a1a1a
}

.section_padding_20>[class*=container] {
    padding-top: 20px;
    padding-bottom: 20px
}

.section_padding_70>[class*=container] {
    padding-top: 70px
}

.section_padding_100>[class*=container] {
    padding-top: 1px;
    padding-bottom: 1px
}

footer>[class*=container]>.row>[class*=col-], section>[class*=container]>.row>[class*=col-] {
    margin-top: 10px;
    margin-bottom: 10px
}

[class*=_0]>[class*=container]>.row>[class*=col-] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0
}

.table_section [class*=container] {
    height: 100%;
    padding-left: 0;
    padding-right: 0
}

.table_section .row {
    display: table;
    min-width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0
}

.table_section [class*=col-] {
    display: table-cell;
    vertical-align: middle;
    float: none
}
.container, .home a.logo img, figure, footer a.logo img, img {
    max-width: 100%
}

html {
    width: 100%;
    height: 100%
}

body {
    font-family: roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    overflow-x: hidden
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    word-break: break-word
}

h1, h2 {
    line-height: 1.2
}

p {
    margin-bottom: 15px
}

figure, img {
    height: auto
}

a {
    text-decoration: none;
}

a img {
}

ol, ul {
    padding-left: 30px
}

ul.list2 {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px
}

ul.list2 li {
    padding: 5px 0
}

ul.list2 li:before {
    background-color: #1a1a1a;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 14px
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.muted_section.ds:before, .parallax.ds:before {
    background-color: #1a1a1a;
    opacity: .9
}

.darken_gradient>*, .diagonal_section>*, .gradient>*, .muted_section>*, .parallax>*, .radial_gradient>*, .vertical_gradient>* {
    z-index: 4;
    position: relative
}

.muted_section:after, .muted_section:before, .parallax:after, .parallax:before {
    opacity: .8
}

.darken_gradient:after, .darken_gradient:before, .gradient:after, .gradient:before, .muted_section:after, .muted_section:before, .parallax:after, .parallax:before, .vertical_gradient:after, .vertical_gradient:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.to_animate {
    visibility: hidden
}

.animated {
    visibility: visible !important
}

.gorizontal_padding {
    padding-right: 15px;
    padding-left: 15px
}

.gorizontal_padding [class*=container] {
    padding-right: 0;
    padding-left: 0
}

@media(min-width: 600px) {
    .gorizontal_padding {
        padding-right: 60px;
        padding-left: 60px
    }
}

.ls {
    color: #000
}

.ds, .ds a.logo.logo_image h1, .ds h1, .ds h1 a, .ds h2, .ds h2 a, .ds h3, .ds h3 a, .ds h4, .ds h4 a, .ds h5, .ds h5 a, .ds h6, .ds h6 a, .header_darkgrey a.logo, .header_gradient a.logo {
    color: #fff
}

.ds {
    background-color: #000;
    font-size: 16px !important
}

.ds.ms, .header_darkgrey {
    background-color: #0d0d0d
}

.ds a {
    color: #f40a6d;
    font-size: large
}

.header_darkgrey .grey, .header_darkgrey h1 {
    color: #fff !important
}

a.logo {
    display: inline-block;
    z-index: 2
}

a.logo.logo_image {
    width: 215px;
    height: 88px;
}
.page_header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.page_header a.logo_image {
    margin: 27px 0 15px
}
.models_portrait>[class*=container]>.isotope_container>.isotope-item {
    margin-top: 0;
    margin-bottom: 40px
}

@media(min-width: 1500px) {
    .models_portrait .isotope-item {
        width: 16.6666666666%
    }
}

.models_portrait .isotope-item .item-title {
}

.page_copyright p {
    line-height: 20px;
    margin: 0
}

@media(min-width: 992px) {
    .sf-menu a, .sf-menu li, .sf-menu>li {
        position: relative
    }

    .sf-menu, .sf-menu ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .sf-menu li>ul {
        position: absolute;
        display: none;
        top: 100%;
        z-index: 99
    }

    .sf-menu>li+li:before {
        content: "\2022";
        position: absolute;
        top: 50%;
        left: -4px;
        margin-top: -13px;
        color: #ff4e99;
        display: inline-block
    }

    .sf-menu a {
        display: block;
        text-transform: uppercase;
        padding: .4em 1.1em;
        text-decoration: none;
        -webkit-transition-property: color, background-color, border-color;
        transition-property: color, background-color, border-color
    }

    .sf-menu li>ul>li>ul {
        top: -20px;
        left: 100%
    }

    .sf-menu li {
        white-space: nowrap;
    }

    .sf-menu>li {
        display: inline-block
    }

    .sf-menu>li>a {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .header_white .sf-menu>li.active>a, .header_white .sf-menu>li>a:hover, .sf-menu ul a:hover, .sf-menu ul li.active a, .sf-menu>li.active>a, .sf-menu>li>a:hover {
        color: #ff4e99
    }

    .header_gradient .sf-menu>li.active>a, .header_gradient .sf-menu>li>a:hover, .header_white .sf-menu>li>a, .sf-menu ul a {
        color: #1a1a1a
    }

    .bordered_items .sf-menu {
        text-align: center
    }

    .bordered_items .sf-menu>li {
        padding: 0
    }

    .bordered_items .sf-menu>li+li:before {
        content: '';
        width: 1px;
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .05)
    }

    .bordered_items.header_darkgrey .sf-menu>li+li:before, .bordered_items.header_gradient .sf-menu>li+li:before {
        background-color: rgba(255, 255, 255, .1)
    }

    .header_darkgrey .sf-menu ul a, .header_darkgrey .sf-menu>li>a, .header_gradient .sf-menu>li>a {
        color: #fff
    }

    .header_darkgrey .sf-menu>li.active>a, .header_darkgrey .sf-menu>li>a:hover {
        color: #ff4e99;
        font-weight: 700
    }

    .header_darkgrey .sf-menu li>ul {
        background-color: #1a1a1a
    }

    .sf-menu li.sfHover, .sf-menu li:hover {
        -webkit-transition: none;
        transition: none
    }

    .sf-menu li>ul, .sf-menu>li .mega-menu {
        margin-top: 1px;
        text-align: left;
        list-style: none;
        padding: 20px 0;
        background-color: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
        min-width: 12em
    }

    .sf-menu ul a {
        padding-left: 30px;
        padding-right: 30px
    }

    .sf-menu .mega-menu ul {
        box-shadow: none;
        padding: 0
    }

    .sf-menu .mega-menu ul a {
        padding-left: 0;
        padding-right: 0
    }

    .sf-menu ul ul {
        margin-top: 0;
        margin-left: 1px
    }

    .sf-menu>li>a {
        padding-left: 2px;
        padding-right: 0
    }

    .bordered_items .sf-menu>li>a {
        padding-right: 40px;
        padding-left: 44px
    }
}

@media(min-width: 1200px) {
    .sf-menu>li>a {
        padding-left: 15px;
        padding-right: 15px
    }

    .boxed .col-md-6 .sf-menu>li>a {
        padding-left: 14px;
        padding-right: 14px
    }
}

@media(min-width: 1400px) {
    .sf-menu>li>a {
        padding-left: 25px;
        padding-right: 25px
    }

    .boxed .col-md-6 .sf-menu>li>a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width: 1650px) {
    .boxed .col-md-6 .sf-menu>li>a, .sf-menu>li>a {
        padding-left: 35px;
        padding-right: 35px
    }
}

.widget-title, .widget>h3 {
    font-size: 30px;
    margin: 0 0 30px;
    position: relative
}

.page_footer .widget-title {
    font-size: 30px;
    margin-bottom: 20px
}

.widget_banner {
    max-width: 370px;
    overflow: hidden;
    line-height: 1
}
.widget_text p {
    line-height: 21px
}

.inline-block {
    display: inline-block;
    max-width: 100%
}

.big {
    font-size: 50px;
    line-height: .9
}

.highlight, .response {
    color: #ff4e99;
    border-color: #ff4e99
}

.grey {
    color: #1a1a1a;
    border-color: #1a1a1a
}

.thin {
    font-weight: 700
}
.topmargin_-5 {
    margin-top: 1px
}

.topmargin_5 {
    margin-top: 5px
}

.topmargin_60 {
    margin-top: 60px
}

.bottommargin_0 {
    margin-bottom: 0 !important
}

.bottommargin_5 {
    margin-bottom: 5px
}

.bottommargin_10 {
    margin-bottom: 10px
}

.bottommargin_30 {
    margin-bottom: 30px
}

.bottommargin_60 {
    margin-bottom: 60px
}

.fontsize_20 {
    font-size: 20px
}

.fontsize_30 {
    font-size: 30px
}
.columns_padding_0 [class*=col-] {
    padding: 0
}

.item-title h2, .item-title h3, .item-title h4 {
    margin: 0
}

.item-media, .vertical-item.content-absolute {
    position: relative;
    overflow: hidden
}
