@font-face {
    font-family: 'Roboto-Bold';
    src: url('./../fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Condensed';
    src: url('./../fonts/Roboto-Condensed.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('./../fonts/Roboto-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

body::-webkit-scrollbar {
    width: 0!important;
}

::selection {
    background-color: #33322f;
    color: #ffffff;
}

body {
    background-color: #f7f7f7;
    height: 100%;
    margin: 0;
    padding: 0 15px;

    -ms-overflow-style: none;
}

.container-fluid {
    padding-top: 50px;
}

.linkLogo {
    display: table;
    margin: auto;
}

img.logo {
    height: 66px;
}

.btn[disabled] {
    background-color: #33322f;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn[disabled]:hover {
    color: #ffffff;
}

.navbar-default {
    background-color: #f7f7f7;
    border: none;
    margin-top: 30px;
}

.navbar-nav {
    float: none;
    text-align: center;
}

.navbar-nav li {
    text-transform: uppercase;
}

.navbar-nav li a {
    color: #33322f !important;
}

.navbar-nav li a:hover {
    color: #d5a68a!important;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: auto;
        width: 405px;
    }

    .navbar-nav li {
        text-align: center;
        width: 135px;
    }
}

.our-work > div, .work-image > div {
    padding: 15px;
}

.row p {
    color: #a3a19c;
}

.row .socials {
    text-align: right;
}

.row .socials a {
    color: #737069;
    font-size: 18px;
    margin-left: 25px;
    text-decoration: none;
}

.row .socials a:hover {
    color: #d5a68a;
}

.footer {
    margin-bottom: 35px;
}

.fixed-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
}

.form-group input, .form-group textarea {
    background-color: inherit;
    border-radius: 0;
    border-color: #e3e2de;
    margin-bottom: 25px;
}

.form-group input {
    height: 50px;
}

.form-group textarea {
    height: 150px;
    padding-top: 10px;
    resize: vertical;
}

.form-group button {
    background-color: #33322f;
    border-radius: 0;
    color: #ffffff;
    height: 50px;
    text-transform: uppercase;
}

.form-group button:hover {
    color: #d5a68a;
}

.contactUs p {
    color: #33322f;
    font-size: 15pt;
}

.contactUs p.roboto-condensed {
    color: #999999;
    margin-bottom: 50px;
    margin-top: 40px;
}

.roboto-bold {
    font-family: 'Roboto-Bold';
}

.roboto-condensed {
    font-family: 'Roboto-Condensed';
}

.aboutUs p, .ourWork p {
    color: #33322f;
    font-size: 15pt;
    margin-bottom: 50px;
}

.navbar {
    margin-bottom: 30px;
    margin-top: 50px;
}

hr {
    border-top-color: #33322f;
}

.aboutUs h2, .contactUs h2, .ourWork h2 {
    font-family: 'Roboto-Black';
    margin-bottom: 50px;
    margin-top: 10px;
}

.form-control:focus {
    border: 3px solid #33322f;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hr {
    border-top: 1px solid #33322f;
    margin: 0 auto 50px auto;
    width: 120px;
}

.viewer {
    /*height: 100%;*/
    /*margin: auto;*/
    /*width: 80%;*/
}

.viewer > img {
    width: 100% !important;
}

.imagePreview {
    height: 200px;
}

.imagePreview:hover {
    /*background-size: 110% 110%!important;*/
    cursor: pointer;
    transition: all 0.5s ease-out 0s;
}

.opacity-wrapper {
    background-color: #000;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-out 0s!important;
    width: 100%;
}

.imagePreview:hover .opacity-wrapper {
    opacity: 0.3;
    transition: all 0.5s ease-out 0s;
}

.modal {
    background-color: #303030!important;
}

.modal-dialog {
    background-color: #303030;
    margin: auto;
    width: auto;
}

.modal-header {
    background-color: #212121;
    border: none;
    color: #f7f7f7;
    height: 55px;

    position: fixed!important;
    top: 0;
    z-index: 1;
    width: 100%;
}

.modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*.modal-dialog, .modal-content {
    height: 100%;
}*/

.modal-body {
    background-color: #303030;
    height: calc(100% - 55px);
    padding: 0;
    position: relative;
}

.modal-body a.controls {
    display: block;
    height: 100%;
    position: absolute;
    width: 10%;
}

.modal-body a.control-left {
    left: 0;
    top: 0;
}

.modal-body a.control-right {
    right: 0;
    top: 0;
}

.modal-body a.control-left:hover {
    background: -moz-linear-gradient(left,  rgba(60,60,60,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(60,60,60,0.75) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(60,60,60,0.75) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3c3c3c', endColorstr='#00000000',GradientType=1 );
}

.modal-body a.control-right:hover {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(60,60,60,0.75) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(60,60,60,0.75) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(60,60,60,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf3c3c3c',GradientType=1 );
}

.modal-body a.control-left > img {
    left: 50px;
    position: absolute;
    top: calc(50% - 25px);
}

.modal-body a.control-right > img {
    position: absolute;
    right: 50px;
    top: calc(50% - 25px);
}

.close {
    color: #ffffff;
    opacity: 0.8;
    text-shadow: none;
}

.close:hover {
    color: #ffffff;
    opacity: 1;
}

/**/

.our-work a {
    /*display: block;
    overflow: hidden;
    position: relative;*/

    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: -0.135em;
    /*background: #3085a3;*/
    text-align: center;
    cursor: pointer;
}

.our-work a > .caption {
    background-color: rgba(48, 48, 48, 0);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.our-work a:hover .caption {
    background-color: rgba(48, 48, 48, 0.7);
    -webkit-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
}

.our-work a > .caption h3 {
    color: #fff;
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);

    opacity: 0;
}

.our-work a > img {
    position: relative;
    display: block;
    /*min-height: 100%;*/

    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    /*opacity: 0.7;*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0, 0);
    transform: translate3d(-20px,0,0);
}

.our-work a:hover > img {
    /*opacity: 1;*/

    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.our-work a:hover > .caption h3 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

    opacity: 1;
}

.our-work a > .caption p {
    margin: 10px 20%;
    padding: 20px;
    border: 1px solid #fff;
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
}

.our-work a:hover > .caption p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

.my-dropdown {
    display: none;
    list-style: none;
    padding: 0;
}

.my-dropdown li {
    color: #333;
    margin: 0;
    width: auto;
}

.my-dropdown li a:hover {
    color: #d5a68a;
    text-decoration: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /*display: none;*/
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f7f7f7;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main {
    margin-top: 80px;
    /*opacity: 0;*/
}

.animate-enter {
    -webkit-transition: 1s linear all; /* Chrome */
    transition: 1s linear all;
    opacity: 0;
}

.our-works-menu:hover .my-dropdown {
    display: block;
}

#send-mail:focus {
    color: #ffffff;
}

.my-dropdown li {
    text-align: right!important;
    padding-right: 45px;
}

@media (max-width: 767px) {
    .dropdown-menu {
        float: none;
        position: relative;
        text-align: center;
    }

    .my-dropdown li {
        text-align: center!important;
        padding: 0;
    }

    .footer p {
        text-align: center;
    }

    .row .socials {
        text-align: center;
    }

    .row .socials a {
        margin: 10px;
    }
}

/*.our-work a {*/
    /*display: block;*/
    /*overflow: hidden;*/
    /*position: relative;*/
/*}*/

/*.our-work a > .caption {*/
    /*background-color: #303030;*/
    /*display: block;*/
    /*height: 100%;*/
    /*opacity: 0.35;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*z-index: 3;*/
/*}*/

/*.our-work a:hover .caption {*/
    /*opacity: 0.7;*/
    /*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;*/
    /*transition: opacity 0.35s, transform 0.35s;*/
/*}*/

/*.our-work a > .caption h2 {*/
    /*color: #fff;*/
    /*margin-top: 20%;*/
    /*-webkit-transition: -webkit-transform 0.35s;*/
    /*transition: transform 0.35s;*/
    /*-webkit-transform: translate3d(0,20px,0);*/
    /*transform: translate3d(0,20px,0);*/
/*}*/

/*.our-work a > img {*/
    /*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;*/
    /*transition: opacity 0.35s, transform 0.35s;*/
    /*-webkit-transform: scale(1.15);*/
    /*transform: scale(1.15);*/
/*}*/

/*.our-work a:hover > img {*/
    /*-webkit-transform: scale(1);*/
    /*transform: scale(1);*/
/*}*/

/*.our-work a:hover > .caption h2 {*/
    /*-webkit-transform: translate3d(0,0,0);*/
    /*transform: translate3d(0,0,0);*/
/*}*/

/*.our-work a > .caption p {*/
    /*margin: 10px 20%;*/
    /*padding: 20px;*/
    /*border: 1px solid #fff;*/
    /*opacity: 0;*/
    /*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;*/
    /*transition: opacity 0.35s, transform 0.35s;*/
    /*-webkit-transform: translate3d(0,20px,0) scale(1.1);*/
    /*transform: translate3d(0,20px,0) scale(1.1);*/
/*}*/

/*.our-work a:hover > .caption p {*/
    /*opacity: 1;*/
    /*-webkit-transform: translate3d(0,0,0) scale(1);*/
    /*transform: translate3d(0,0,0) scale(1);*/
/*}*/

/*/!**!/*/

#content {
    position: relative;
}

#content, .foot {
    display: none;
}

.pre-load {
    display: block;
}

.pre-load > img {
    height: 200px;
    opacity: 0;

    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.preloader {
    background-color: #a3a19c;
    height: 200px;
    width: 100%;
}

.back-to-top {
    background: #fff;
    margin: 0;
    position: fixed;
    bottom: 65px;
    right: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 190;
    text-decoration: none;
    color: #000;
    display: none;
}

.back-to-top i {
    position: relative;
    left: 5.5px;
    top: 8px;
    font-size: 24px;
    color: #000;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    line-height: 15px;
}

.back-to-top:hover {
    background: #ff604d;
    color: #000;
}

.back-to-top:hover i {
    top: 6px;
}

.back-to-top:focus {
    color: #FFFFFF;
}

.skypeLink {
    margin: auto;
    display: block;
    color: #33322f;
    font-size: 15pt;
    margin-bottom: 10px;
}

.skypeLink i {
    margin-right: 10px;
}

.nextProject a, .prevProject a {
    color: #d5a68a;
    display: block;
}

.nextProject a:hover, .prevProject a:hover {
    color: #eab798;
    text-decoration: none;
}

.nextProject h4, .prevProject h4 {
    border-bottom: 3px solid #33322f;
    color: #33322f;
    display: table;
    letter-spacing: 5px;
    padding-bottom: 5px;
}

.alert {
    border-radius: 0;
}

@media screen and (min-device-width: 1600px) {
    .imagePreview {
        height: 400px;
    }
}

.form-control.warning {
    border: 3px solid #E82B2D;
    transition: 1.5s;
}

.form-control.sendBTN.warning {
    background-color: #E82B2D;
    transition: 1.5s;
}

.form-control.sendBTN, .form-control.nameForm, .form-control.mailForm {
    transition: 1.5s;
}
span.error {
    display: none;
}