/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

#logo {
    width: 300pt;
    /*    border-color: #9c410b;*/
}

#mainNav {
    max-height: 50px;
    border-bottom-style: none;
}

.shadowed-text {
    text-shadow: 2px 2px black;
}

.white {
    color: #fff;
}

.grey {
    color: rgba(255, 255, 255, .8);
}

.grey:hover {
    color: rgba(255, 255, 255, 1);
}

.black {
    color: #000;
}

.forum-text {
    font-family: "Forum";
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Lato", Merriweather, 'Helvetica Neue', Arial, sans-serif;
}

hr {
    max-width: 100px;
    border-color: #262626;
    border-width: 2px;
}

hr.light {
    border-color: #fff;
}

hr.long {
    max-width: 400px;
}

a {
    color: #262626;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #3a3a3a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.text-blue {
    color: #1b1615;
}

.text-black {
    color: #262626;
}

.bg-primary {
    background-color: #262626;
}

.bg-1 {
    background-color: #262626;
}

.bg-l1 {
    background-color: #293D67;
}

.bg-2 {
    background-color: #303034;
}

.bg-3 {
    background-color: #3a3a3f;
}

.bg-4 {
    background-color: #dadadf;
}

.bg-black {
    background-color: #000;
}

.bg-light-blue {
    background-color: #582801;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.bg-orange {
    background-color: #883F02;
}

.bg-orange.dark-1 {
    background-color: #663D1B;
}

.bg-orange.dark-2 {
    background-color: #582801;
}

.bg-orange.light-1 {
    background-color: #C37534;
}

.bg-orange.light-2 {
    background-color: #C38A5A;
}

.bg-green {
    background-color: #015252;
}

.bg-green.dark-1 {
    background-color: #103D3D;
}

.bg-green.dark-2 {
    background-color: #003535;
}

.bg-green.light-1 {
    background-color: #2CA8A8;
}

.bg-green.light-2 {
    background-color: #4DA8A8;
}

.bg-yellow {
    background-color: #887102;
}

.bg-yellow.dark-1 {
    background-color: #66591B;
}

.bg-yellow.dark-2 {
    background-color: #584901;
}

.bg-yellow.light-1 {
    background-color: #C3AB34;
}

.bg-yellow.light-2 {
    background-color: #C3B15A;
}

.text-faded {
    color: rgba(255, 255, 255, .7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border-color: rgba(34, 34, 34, .05);
    background-color: rgba(28, 28, 28, .9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    color: #0b235b;
}

@media(min-width:768px) {

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }
}

@media(max-width:768px) {

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #eb3812;
        background-color: transparent;
    }
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #5972AD;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #fff !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255, 255, 255, .3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, .7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgba(255, 255, 255, .5);
    }

    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34, 34, 34, .05);
        background-color: rgba(28, 28, 28, .9);
        /*        background-color: rgba(0,0,0,.5);*/
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #0b235b;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: rgba(255, 255, 255, .5);
    }

    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #fff;
    }
}

header {
    z-index: 0;
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/background/background_2023.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .background-wrapper {
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/background/background4_dark.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    margin-top: -25px;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.header-photo-author {
    position: absolute;
    left: 15px;
    bottom: 0px;
    color: rgba(255, 255, 255, 0.6);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
    text-transform: uppercase;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    /*    background: rgba(11, 35, 91, .8);*/
    /*    background: rgba(136, 63, 2, .8);*/
    /*    background: rgba(195, 117, 52, .7);*/
    /*    background: rgba(195, 138, 90, .7);*/
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption2 {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    /*    background: rgba(11, 35, 91, .8);*/
    /*    background: rgba(136, 63, 2, .8);*/
    /*    background: rgba(195, 117, 52, .7);*/
    /*    background: rgba(195, 138, 90, .7);*/
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 20px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 28px;
    }
}

.portfolio-box-secondary {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box-secondary .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    /*    background: rgba(11, 35, 91, .8);*/
    /*    background: rgba(136, 63, 2, .8);*/
    /*    background: rgba(195, 177, 90, .7);*/
    background: rgba(0, 0, 0, .5);
    /*    background: rgba(1, 82, 82, .3);*/
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box-secondary .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box-secondary .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box-secondary .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.portfolio-box-secondary .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box-secondary .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box-secondary:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box-secondary .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box-secondary .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #0b235b;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
    background-color: transparent;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: rgba(255, 255, 255, .5);
    /*    border-color:  rgba(11,35,91,.5);*/
    color: white;
    background-color: rgba(255, 255, 255, .25);
    /*    background-color:  rgba(11,35,91,.5);*/
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #0b235b;
    background-color: #0b235b;
}

.btn-primary .badge {
    color: #0b235b;
    background-color: #fff;
}

.btn {
    /*    rgba(11,35,91,.5);*/
    border-width: medium;
    border-color: rgba(255, 255, 255, .5);
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

.navbar-toggle {
    border-radius: 0px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: rgba(255, 255, 255, .25) !important;
}

.icon-bar {
    background-color: #fff !important;
}

@media(max-width:768px) {
    .navbar-collapse {
        background-color: rgba(28, 28, 28, .9) !important;
        border-color: rgba(28, 28, 28, .9) !important;
    }

    .page-scroll {
        color: rgba(255, 255, 255, .5) !important;
    }

    .page-scroll:hover {
        color: #fff !important;
    }
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    /*    text-shadow: none;*/
    /*    color: #fff;*/
    /*    background: #222;*/
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.fotorama__fullscreen-icon {
    margin-top: 50px;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    margin-top: 0px;
}

.casual-section {
    max-width: 100% !important;
}

.collection {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100% !important;
}

.form-group input,
.form-group textarea {
    padding: 15px;
    border-width: medium;
    border-color: rgba(255, 255, 255, .5);
    border-radius: 0;
    font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    outline: 0;
}

.form-group input:hover,
.form-group textarea:hover {
    border-color: #fff;
    outline: 0;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 248px;
}

.form-control:focus {
    border-color: #fff;
    box-shadow: none;
}

::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    /* Firefox 18- */
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    /* Firefox 19+ */
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#sendMessageButton {
    width: 100%;
}

#message {
    height: 196px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: medium solid transparent;
    border-radius: 0px;
    border-color: #fff;
    text-transform: uppercase;
}

.alert-danger {
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
    border-color: rgb(169, 68, 66);
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

button.close {
    color: rgb(169, 68, 66);
    opacity: 0.5;
    font-size: 18px;
}

button.close:hover {
    color: rgb(169, 68, 66);
    opacity: 1.0;
}

.help-block {
    font-family: 'Source Sans Pro';
    float: left;
    text-transform: uppercase;
}

.parallax {
    height: 500px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-video {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section-bg {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 560px;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.collection-2020 {
    background-image: url("../img/collection/collection_2020.jpg");
}

.collection-2018 {
    background-image: url("../img/collection/collection_2018.jpg");
}

.collection-2018-2 {
    background-image: url("../img/collection/collection_2018_2.jpg");
}

.collection-2017 {
    background-image: url("../img/collection/lookbook_2017.jpg");
}

.lookbook-2017 {
    background-image: url("../img/collection/lookbook_2017.jpg");
}

.collection-2016 {
    background-image: url("../img/collection/collection_2016.jpg");
}

.collection-2014 {
    background-image: url("../img/collection/collection_2014.jpg");
}

.lookbook-2014 {
    background-image: url("../img/collection/lookbook_2014.jpg");
}

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    transition: all .35s;
}

.caption:hover {
    background: rgba(0, 0, 0, .6);
    transition: all .35s;
}

.portfolio-box-secondary .caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box-secondary .caption .portfolio-box-caption-content .project-category,
.portfolio-box-secondary .caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.portfolio-box-secondary .caption .portfolio-box-caption-content .project-category,
.portfolio-box-secondary .caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.portfolio-box-secondary .caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box-secondary .caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

@media(min-width:768px) {
    .portfolio-box-secondary .caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box-secondary .caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.collection-box {
    height: 100%;
    padding: 0;
}

.btn-header {
    min-width: 170px;
    margin: 10px;
}

.header-buttons {
    margin-top: 50px;
}

/*
.collection-2017 {
    background-image: url("../img/collection/2017/1.jpg");
}
.lookbook-2017 {
    background-image: url("../img/collection/2017/7a.jpg");
}
.collection-2016 {
    background-image: url("../img/collection/2016/2016_1.jpg");
}
.collection-2014 {
    background-image: url("../img/collection/2014/2014_1.jpg");
}
.lookbook-2014 {
    background-image: url("../img/collection/2014/2014_13.jpg");
}
*/

footer {
    padding: 10px;
}

footer p {
    margin: 0;
}

.video-container {
    z-index: -100
}

.video-block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.player {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}

.video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    width: 100%;
    height: auto;
}
