/*==============================================
    FONTS
  =============================================== */

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../fonts/texgyreadventor/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'pacifico';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/pacifico/pacifico-webfont.eot');
    src: url('../fonts/pacifico/pacifico-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pacifico/pacifico-webfont.woff2') format('woff2'),
    url('../fonts/pacifico/pacifico-webfont.woff') format('woff'),
    url('../fonts/pacifico/pacifico-webfont.ttf') format('truetype'),
    url('../fonts/pacifico/pacifico-webfont.svg#pacificoregular') format('svg');
}


/*==============================================
    BODY
  =============================================== */

body
{
    color: #000;
    font-family: 'texgyreadventorregular', sans-serif;
}

h1,h2,h3,h4,h5,h6
{
    font-family: 'texgyreadventorbold', sans-serif;
}

a, a:hover, a:focus
{
    text-decoration: none;
    outline: none;
}

/*==============================================
    MAIN NAV BAR
  =============================================== */

#main-nav
{
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#main-nav .nav-container
{
    padding: 50px 40px 25px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#main-nav.scrolled
{
    background: #fff;
    border-bottom: 1px solid #ddd;
}

#main-nav.scrolled .nav-container
{
    padding: 15px 40px 10px;
}

.navbar-nav
{
    padding-top: 8px;
}

.navbar-nav li
{
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-nav li a 
{
    font-family: 'texgyreadventorbold', sans-serif;
    font-size: 16px;
    color: #fff;
    padding-right: 0;
    padding-left: 0;
}

#main-nav.scrolled .navbar-nav li a 
{
    color: #333;
}

.logo
{
    text-indent: -9999px;
    width: 300px;
    background: transparent url("../img/header/bardo-logo.svg") no-repeat scroll 0 0;
    background-size: contain;
}

#main-nav.scrolled .logo
{
    background: transparent url("../img/header/bardo-logo-2.svg") no-repeat scroll 0 0;
    background-size: contain;
}

.line
{
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50%;
    margin-left: 25%;
    height: 2px;
    background: #fff;
    opacity: 0;
    transition: .1s ease;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -ms-transition: .1s ease;
    -o-transition:. 1s ease;
    pointer-events: none;
}

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

.navbar-nav li:hover a .line
{
    bottom: -3px;
    opacity: 1;
    width: 100%;
    margin-left: 0;
}

#main-nav.scrolled .line
{
    background: #333;
}


/*==============================================
    RESPONSIVE NAV
  =============================================== */

#main-nav-res
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: all 1s cubic-bezier(.7, .01, .3, 1) 0s;
         -o-transition: all 1s cubic-bezier(.7, .01, .3, 1) 0s;
            transition: all 1s cubic-bezier(.7, .01, .3, 1) 0s;

    opacity: 0;
    background: none repeat scroll 0 0 transparent;
}

#main-nav-res.show
{
    visibility: visible;

    opacity: 1;
    background-color: rgba(0,0,0,.95);
    z-index: 1;
}

#main-nav-res ul
{
    position: absolute;
    top: 50%;
    right: 40px;

    margin-top: -126px;
}

#main-nav-res ul li
{
    font-size: 38px;
    font-weight: 200;
    line-height: normal;

    margin-bottom: 0;

    list-style: none;

    text-align: right;
}

#main-nav-res ul li a
{
    cursor: pointer;
    text-decoration: none;

    color: rgba(180,180,180,1);
}

.page.dark #main-nav-res ul li a
{
    color: rgba(255,255,255,1);
}

#main-nav-res ul li a:hover,
.page.dark .box-menu .menu li a:hover
{
    color: rgba(230,50,38,1);
}

.bt-menu
{
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 40px;

    width: 29px;
    height: 29px;

    cursor: pointer;
    pointer-events: auto;
}

.bt-menu a
{
    display: block;
}

.bt-menu span
{
    position: absolute;
    left: 0;

    display: block;

    width: 30px;
    height: 5px;

    background: none repeat scroll 0 0 rgba(255,255,255,1);
}

.bt-menu span:nth-child(1)
{
    top: 0;
}

.bt-menu span:nth-child(2)
{
    top: 10px;
}

.bt-menu span:nth-child(3)
{
    top: 20px;
}

.bt-menu.close
{
    opacity: 1; /* Bootstrap Fix */
    z-index: 10;
}

.bt-menu.close span
{
    -webkit-transition: all .25s ease-out 0s;
         -o-transition: all .25s ease-out 0s;
            transition: all .25s ease-out 0s;
}

.bt-menu.close span:nth-child(1)
{
    -webkit-transform: rotate(45deg) translate(7.5px, 7.5px);
        -ms-transform: rotate(45deg) translate(7.5px, 7.5px);
         -o-transform: rotate(45deg) translate(7.5px, 7.5px);
            transform: rotate(45deg) translate(7.5px, 7.5px);
}

.bt-menu.close span:nth-child(2)
{
    display: none;
}

.bt-menu.close span:nth-child(3)
{
    -webkit-transform: rotate(135deg) translate(-6.5px, 6.5px);
        -ms-transform: rotate(135deg) translate(-6.5px, 6.5px);
         -o-transform: rotate(135deg) translate(-6.5px, 6.5px);
            transform: rotate(135deg) translate(-6.5px, 6.5px);
}


/*==============================================
    HEADER
  =============================================== */

header
{
    text-align: center;
    background-color: #333;
    background: url('../img/bg/main.jpg') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

header .container
{
    height: 100%;
}

.message-box
{
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-box .message-box-content
{
    width: 100%;
}

.flip-container
{
    margin: 0 auto;

    -webkit-perspective: 1000;
       -moz-perspective: 1000;
        -ms-perspective: 1000;
            perspective: 1000;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper
{
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
         -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.logo-mano,
.flip-container,
.front,
.back
{
    width: 120px;
    height: 120px;
}

.flip-container .flipper
{
    -webkit-transition: .6s;
       -moz-transition: .6s;
        -ms-transition: .6s;
         -o-transition: .6s; 
            transition: .6s;

    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

.flip-container .flipper .front,
.flip-container .flipper .back
{
    position: absolute;
    top: 0;
    left: 0;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

.flip-container .flipper .front
{
    z-index: 2;
}

.flip-container .flipper .back
{
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
         -o-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.main-slider
{
    margin: 20px auto 10px;
}

.main-slider .slides li img
{
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.what-we-do
{
    margin-bottom: 20px;
    max-width: 800px;
    width: 100%;
}

.we-make-bg.portrait, .we-make-bg.landscape
{
    width: 100%;
    height: 100%;
}

.we-make-bg.portrait
{
    background: url('../img/header/hacemos-bardo-sm-v.svg') no-repeat center center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.we-make-bg.landscape
{
    background: url('../img/header/hacemos-bardo-sm.svg') no-repeat center center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.scroll-down
{
    width: 40px;
    height: 40px;
    margin-left: -29px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 

}

.scroll-down:hover, .scroll-down:focus
{
    color: #fff;
}

.scroll-down-icon
{
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    color: #fff;
    font-size: 30px;

    -webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite; 
}

@-webkit-keyframes scroll-down-anim {
    0%{ bottom: 2px; }
    50%{ bottom: 7px; }
    100%{ bottom: 2px; }
}
@-moz-keyframes scroll-down-anim {
    0%{ bottom: 2px; }
    50%{ bottom: 7px; }
    100%{ bottom: 2px; }
}
@-o-keyframes scroll-down-anim {
    0%{ bottom: 2px; }
    50%{ bottom: 7px; }
    100%{ bottom: 2px; }
}
@keyframes scroll-down-anim {
    0%{ bottom: 2px; }
    50%{ bottom: 7px; }
    100%{ bottom: 2px; }
}

/*==============================================
    SECTIONS
  =============================================== */

.section
{
    text-align: center;
    color: #333;
    padding-top: 70px;
    padding-bottom: 70px;
}

.section.dark
{
    color: #ccc;
}

.section.dark h2
{
    color: #fff;
}

.section-icon
{
    position: relative;

    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    padding-top: 12px;
    display: block;

    border-radius: 50%;
    background-color: #fa5746;

    border: 5px solid #fff;
}

.section-icon-white
{
    background-color: #fff;
    border: 5px solid #fa5746;
}

.section-icon img
{
    height: 45px;
    margin: 0 auto;
}

.section-stars {
    font-size: 16px;
    position: relative;
    overflow: hidden;
    color: #999;
    text-align: center;
    padding-bottom: 30px;
}

.section-stars:after
{
    right: -55px;
}

.section-stars:before
{
    left: -55px;
}

.section-stars:before,
.section-stars:after
{
    position: absolute;
    top: 10px;

    width: 50%;
    height: 1px;

    content: '';

    background: none repeat scroll 0 0 #999;
}

.section-stars i
{
    margin: 0 2px;
}

.section-title
{
    position: relative;
    display: block;
    font-size: 60px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'pacifico', sans-serif;
}

.section-subtitle
{
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    max-width: 800px;
    font-size: 20px;
    line-height: 28px;
}


/*==============================================
    SERVICES
  =============================================== */

#services
{
    background: url('../img/bg/services.jpg');
}

.serv-desc
{
    padding-top: 40px;
}

.que 
{
    display: block;
    margin: 0 auto;
    max-width: 220px;
    padding-bottom: 15px;
}

.serv-desc h4 span
{
    display: inline;
    padding: 0px 5px;
    background-color: #fa5746;
    color: #fff;
    letter-spacing: 1px;
}

.serv-desc p 
{
    display: inline;

    line-height: 27px;
    color: #111;
    font-family: 'texgyreadventorbold', sans-serif;
}

/*==============================================
    PORTFOLIO
  =============================================== */

#portfolio {
    background:rgba(255,255,255,1);
    padding-bottom: 80px;
}

#portfolio-header {
    padding:0 0 60px;
}

#projects-container {
    margin:0 auto;
    visibility:hidden;
}

#projects-container .project-item{
    display:block;
    position:relative;
    margin:0;
    width:350px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity:1;
    filter:alpha(opacity=100);
    overflow:hidden;
}

#projects-container .project-item.filtered{
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform:scale(0);
    opacity:0;
    filter:alpha(opacity=0);
}

.project-item img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition:-webkit-transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
}

.project-item:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform:scale(1.3);
}

.project-item .hover-mask {
    position:absolute;
    padding:0;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: #FA5746;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.project-item:hover .hover-mask {
    opacity:1;
    filter:alpha(opacity=100);
    padding:20px;
}

.no-csstransitions .project-item:hover .hover-mask {
    opacity:0;
    filter:alpha(opacity=0);
}

.project-item .hover-mask:after {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:transparent;
    border:0px solid rgba(255,255,255,0.2);
    -webkit-transition:border 0.3s ease-out;
    transition:border 0.3s ease-out;
}

.project-item .hover-mask:hover:after {
    border-width:20px;
}

.project-item .hover-mask .project-title {
    color:#fff;
    margin:0;
    padding:16px;
    font-size:21px;
    line-height:24px;
    font-family: 'lato300', sans-serif;
}

.project-item .hover-mask p {
    color:#fff;
    margin:0;
    padding:16px;
    font-size:16px;
    line-height:24px;
    font-family: 'lato300', sans-serif;
    position:absolute;
    bottom:0;
    right:0;
    text-align:right;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.project-item .hover-mask:hover p {
    bottom:20px;
    right:20px;
}

.no-opacity .project-item .hover-mask p {
    visibility:hidden;
}

.no-opacity .project-item .hover-mask:hover p {
    visibility:visible;
}

/*==============================================
    OUR WORKS
  =============================================== */

.fade.modal {
    overflow-x:hidden;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.5s;
}

.modal.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.modal-backdrop{
    background-color:#fff;
}

.modal-backdrop.in{
    opacity:1;
    filter:alpha(opacity=100);
}

.modal-dialog{
    width:90%;
    max-width:1140px;
    padding-top:0;
}

.modal-content{
    border:none;
    border-radius:0;
    box-shadow:none;
    background-color:#fff;
}

.modal-header{
    height:60px;
    border:none;
    border-bottom:1px solid #FA5746;
    margin-bottom:10px;
}

.modal-header .close{
    font-size:42px;
    line-height:42px;
    margin-top:0px;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}

.modal-header .close:hover{
    color:#FA5746;
    opacity:1;
}

.modal-body .left-col,
.modal-body .right-col{
    float:left;
    padding:0;
}

.modal-body .left-col{
    width:100%;
    margin:0 50px 20px 0;
    position:relative;
}

.modal-body .right-col{
    width:50%;
    padding:10px 60px 0;
}

.modal-body .left-col{
    min-height:60px;
    background:transparent;
    z-index:1;
}

.modal-body h1{
    color:#000;
    font-family: 'lato700', sans-serif;
    margin:15px 0 24px;
    font-size:32px;
}

.modal-body p {
    color: #2a3236;
}

.modal-body .project-descr{
    color:#aaa;
    margin:0 0 24px;
}

.modal-body .btn-theme{
    margin-top:48px;
}

.modal-body .loader {
    position:absolute;
    left:50%;
    top:0;
    margin-top:27%;
    margin-left:-10px;
    width:30px;
    height:30px;
    background:url('../img/misc/loader.gif') no-repeat 50% 50%;
}

.modal-body .image-wrapper{
    position:relative;
    width:100%;
    border:none;
    z-index:-1;
    opacity:0;
    -webkit-transition:all 0.5s ease-out 0.7s;
    transition:all 0.5s ease-out 0.7s;
}

.modal-body.image-wrapper.flexslider
{
    margin-bottom: 0;
}

.modal-body .flex-direction-nav .flex-next, .modal-body .flex-direction-nav .flex-prev
{
    opacity: .5;
}

.modal-body .flex-direction-nav .flex-next
{
    right: 0px;
}

.modal-body .flex-direction-nav .flex-prev
{
    left: 15px;
}


.modal-body .image-wrapper.done {
    opacity:1;
}


/*==============================================
    TESTIMONIALS
  =============================================== */

#testimonials {
    color:#fff;
    background: url('../img/bg/testimonials.png');
    padding:60px 0;
    display: block;
    position: relative;
    overflow: hidden;
}

#testimonials a:hover,
#testimonials a:active,
#testimonials a:focus{
    text-decoration:none;
}

#testimonials h2{
    position:relative;
    color: #fff;
}

blockquote
{
    border-left: 0px solid transparent;
    padding: 10px 8%;
}

blockquote p {
    margin-bottom: 1em;
    font-size: 16px;
    font-style: normal;
    line-height: 1.6;
}

#testimonials blockquote footer {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slider-testimonials .flex-control-paging li a
{
    width: 6px;
    height: 6px;
    border-radius: 4px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
    border: 1px solid rgba(255, 255, 255, 0);
}

.slider-testimonials .flex-control-paging li a.flex-active
{
    background: transparent none repeat scroll 0% 0%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(1.33333);
}

.slider-testimonials .flex-direction-nav a {
    top: 21%;
}


/*==============================================
    CLIENTS
  =============================================== */

#clients {
    background:rgba(255,255,255,1);
    padding-bottom: 80px;
}

#clients-header {
    padding:0 0 30px;
}

#clients h2.section-title {
    margin: 25px 0px 10px;
}

#clients .clients-list img
{
    height: 60px;
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;

    opacity: .7;
}

#clients .client
{
    margin-top: 15px;
    margin-bottom: 15px;
}


/*==============================================
    CONTACT
  =============================================== */

#contact {
    background-color: #333;
    background: url('../img/bg/main.jpg') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    color:#fff;
    padding:80px 0;
    text-align: left;
}

#contact .section-title {
    color:#fff;
}

#contact .section-stars
{
    padding-bottom: 50px;
}

#contact .section-title [class*=icon]{
    color:#74c7d5;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform:rotate(-15deg);
    opacity:0.6;
    filter:alpha(opacity=60);
}

#contact .contact-info a.bardomail
{
    color: #FA5746;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
}


#contact .contact-info a.bardomail:hover
{
    color: #fff;
    background-color: #FA5746;
}

#contact .contact-info p,
#contact .contact-info address{
    margin:0 0 30px;
    font-size:18px;
    line-height:30px;
}


#contact .socials{
    margin:0;
    padding:0;
    margin-bottom:24px;
}

#contact .socials li{
    display:inline-block;
    margin:0 15px 15px 0;
}

#contact .socials li a{
    display:inline-block;
    width:48px;
    height:48px;
    font-size:32px;
    line-height:48px;
    text-align:center;
    text-decoration:none;
    margin:0;
    padding:0;
    color:#fff;
    -webkit-transition:color 0.2s ease-out;
    transition:color 0.2s ease-out;
}


#contact .socials li a:hover{
    padding:0;
    color:#FA5746;
    text-decoration:none;
}


#contact-form .form-group label{
    display:none;
    font-size:18px;
    line-height:24px;
    text-transform:uppercase;
}

#contact-form.no-placeholder .form-group label{
    display:block;
}

#contact-form .form-control {
    background:#fff;
    background:rgba(255,255,255,0.9);
    border:none;
    border-radius:1px;
    outline:none;
    box-shadow:none;
    margin-bottom:30px;
    height:68px;
    font-size:22px;
    line-height:48px;
    color:#333;
    padding-left:64px;
}

#contact-form .form-group{
    position:relative;
}

#contact-form .form-group [class*="icon-"] {
    display:block;
    width:64px;
    position:absolute;
    top:0;
    left:5px;
    color:#FA5746;
    font-size:32px;
    line-height:68px;
    text-align:center;

}

#contact-form.no-placeholder .form-group [class*="icon-"]{
    top:30px;
}

#contact-form textarea.form-control {
    height:auto;
    max-width:100%;
    min-width:100%;
    font-size:22px;
    line-height:30px;
    padding-top:14px;
}

#contact-form .form-control:focus {
    border:none;
    outline:none;
    box-shadow:none;
}

#contact-form .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
#contact-form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:1;
}
#contact-form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:1;
}
#contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

#contact-form .error-message {
    background:#999;
    padding:10px 20px;
    position:absolute;
    top:-10px;
    right:-10px;
    font-size:16px;
}

.btn-theme{
    color:#fff;
    background-color:#FA5746;
    padding:15px 90px;
    font-size:24px;
    font-family: 'lato300', sans-serif;
    text-transform:uppercase;
    border:none;
    border-radius:0;
    -webkit-transition:background-color 0.2s ease-out;
    transition:background-color 0.2s ease-out;
}

.btn-theme:hover{
    cursor:pointer;
    color:#fff;
    background-color:#fa6f60;
}

.btn-theme:active,
.btn-theme:focus{
    color:#fff;
}

.btn-theme [class*=icon]{
    margin-right:10px;
}

.btn-theme.transparent{
    color:#fff;
    background-color:transparent;
    padding:14px 35px;
    border:2px solid #fff;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.btn-theme.transparent:hover,
.btn-theme.transparent:focus,
.btn-theme.transparent:active{
    color:#444;
    background-color:#fff;
    border:2px solid #fff;
    opacity:1;
}


/*==============================================
    FOOTER
  =============================================== */

#main-footer {
    background:#000;
    color:#fff;
    padding:30px 0;
}

#main-footer .small-logo {
    padding:0;
    margin:0;
    margin-bottom:24px;
    font-size:18px;
    line-height:24px;
    color:#fff;
}

#main-footer .small-logo span {
    padding:0;
    font-size:18px;
    line-height:24px;
    text-transform:none;
}


#main-footer ul.footer-nav {
    list-style:none;
    padding:0;
    margin:0;
    margin-bottom:24px;
}

#main-footer ul.footer-nav li{
    display:inline-block;
    padding:0 15px;
    line-height:24px;
    border-right:1px solid #fff;
}

#main-footer ul.footer-nav li:first-child{
    padding-left:0;
}

#main-footer ul.footer-nav li:last-child{
    border-right:none;
}

#main-footer ul.footer-nav li a{
    color:#fff;
    text-decoration:none;
    font-size:12px;
    line-height:24px;
    text-transform:uppercase;
    letter-spacing:0.02em;
    padding:0;
    -webkit-transition:color 0.2s ease-out;
    transition:color 0.2s ease-out;
}

#main-footer ul.footer-nav li a:hover,
#main-footer ul.footer-nav li a:active{
    color:#FA5746;
    text-decoration:none;
}

#main-footer p{
    color:#fff;
    font-size:12px;
    line-height:24px;
    letter-spacing: 1px;
}

#main-footer .right-col{
    text-align:right;
}

#main-footer .right-col h2{
    text-transform:none;
    font-size:18px;
    line-height:24px;
    margin:0 0 24px;
}

#main-footer .right-col p{
    font-size:15px;
    line-height:24px;
}

#main-footer .img-estudio
{
    max-width: 200px;
}


/*==============================================
    ANIMATIONS
  =============================================== */

.scrollimation.fade-in{
    opacity:0;
    -webkit-transition:opacity 0.4s ease-out;
    transition:opacity 0.4s ease-out;
}

.scrollimation.fade-in.in{
    opacity:1;
}

.scrollimation.scale-in{
    opacity:0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform:scale(0.8);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
    transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.scrollimation.fade-right{
    opacity:0;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform:translateX(-30px);
    -webkit-transition: -webkit-transform .6s ease-in,opacity .8s ease-in;
    transition: transform .6s ease-in,opacity .8s ease-in;
}

.scrollimation.fade-right.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-left{
    opacity:0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform:translateX(30px);
    -webkit-transition: -webkit-transform .6s ease-in,opacity .8s ease-in;
    transition: transform .6s ease-in,opacity .8s ease-in;
}

.scrollimation.fade-left.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-up{
    opacity:0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform:translateY(30px);
    -webkit-transition: -webkit-transform .6s ease-in,opacity .8s ease-in;
    transition: transform .5s ease-in,opacity .8s ease-in;
}

.scrollimation.fade-up.in{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}

.touch .scrollimation.fade-in{
    opacity:1;
}

.touch .scrollimation.scale-in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.touch .scrollimation.fade-right{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-left{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-up{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}


/*==============================================
    MEDIA QUERIES
  =============================================== */

@media only screen 
  and (orientation: portrait) {
    .portrait
    {
        display: block;
    }
    .landscape
    {
        display: none;
    }
}

@media only screen 
  and (orientation: landscape) {
    .portrait
    {
        display: none;
    }
    .landscape
    {
        display: block;
    }
}

@media only screen
  and (max-width: 991px) {
    .section
    {
        padding-bottom: 35px;
    }
    .services.bottom-row
    {
        margin-bottom: 15px;
    }
    .services.up-row
    {
        padding-top: 25px;
    }
    .services p 
    {
        text-align: center;
        padding-bottom: 25px;
    }
    .services.bottom-row h4
    {
        margin-bottom: 10px;
    }
    .services.bottom-row p
    {
        margin-top: 0;
    }
    .services.bottom-row p
    {
        text-align: center;
    }
}

@media only screen
  and (max-width: 767px) {
    .scroll-down
    {
        bottom: 20px;
    }
    .logo-mano,
    .flip-container,
    .front,
    .back
    {
        width: 110px;
        height: 110px;
    }
    .section-title
    {
        font-size: 48px;
    }
    .slider-testimonials .flex-direction-nav a {
        display: none;
    }
    .contact-info
    {
        text-align: center;
    }
    #contact-form
    {
        text-align: right;
    }
    #main-footer .left-col,
    #main-footer .right-col{
        text-align:center;
    }
    .img-estudio
    {
        display: block;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .footer-nav
    {
        margin: 0 auto;
    }
}

@media only screen
  and (min-width: 768px) {
    .navbar-nav > li > a, .navbar-brand
    {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media only screen
  and (max-width: 600px) {
    .logo-mano,
    .flip-container,
    .front,
    .back
    {
        width: 100px;
        height: 100px;
    }
}

@media only screen
    and (max-width: 479px) {

    .btn-theme{
        padding:15px 40px;
        font-size:18px;
    }

    #filter-works ul li a{
        font-size:21px;
        line-height:28px;
    }

    #contact .contact-info p,
    #contact .contact-info address{
        font-size:16px;
        line-height:26px;
    }

    #contact .form-control {
        height:58px;
        font-size:24px;
        line-height:30px;
    }

    #contact .form-group [class*="icon-"] {
        font-size:32px;
        line-height:58px;

    }

    #contact textarea.form-control {
        font-size:24px;
        line-height:32px;
        padding-top:14px;
    }
}

@media only screen
  and (max-width: 400px) {
    .logo-mano,
    .flip-container,
    .front,
    .back
    {
        width: 80px;
        height: 80px;
    }
}