/* upratat fade a efekty

fixed space classy
*/

.home_resp {
    height: 100%;
}

.fade {
    transition: all 300ms linear 700ms;
    -webkit-transition: all 300ms linear 700ms;
    -moz-transition: all 300ms linear 700ms;
    -ms-transition: all 300ms linear 700ms;
    -o-transition: all 300ms linear 700ms;
    /*-webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
    opacity: 1;
}

.fade.out {
    opacity: 0;
}

/* ==========================================================================
        Base
========================================================================== */
@font-face{
    font-family: 'BebasNeue';
    src: url('../fonts/bebas_neue/BebasNeue-webfont.eot');
    src: url('../fonts/bebas_neue/BebasNeue-webfont.eot?iefix') format('eot'),
        url('../fonts/bebas_neue/BebasNeue-webfont.woff') format('woff'),
        url('../fonts/bebas_neue/BebasNeue-webfont.ttf') format('truetype'),
        url('../fonts/bebas_neue/BebasNeue-webfont.svg#webfont') format('svg');
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #666;
    background: #ffffff;
    overflow-x: hidden;
}
nav {
    font-family: 'BebasNeue', sans-serif;
    font-size: 20px;
}
h1, h2, h3 {
    font-family: 'BebasNeue', sans-serif;
}
h1 {
    font-size: 50px;
    color: #bb3e0d;
}
header h1 {
    border-left: 6px solid #bb3e0d;
    padding: 5px 15px;
    /*margin: 20px 0 20px -21px;*/
    margin: 40px 0 20px 0px;
}
.gallery_min header h1 {
    border: none;
}
header h1 a, header h1 a:hover {
    color: #bb3e0d;
    float: none !important;
}
h2 {
    font-size: 40px;
    color: #999999;
}
h3 {
    font-size: 25px;
    color: #bb3e0d;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 15px 0;
}
p {
    margin-bottom: 15px;
}
.content ul {
    margin: 0 0 15px 0;
    padding: 0;
}
.content li {
    list-style: none;
    line-height: 23px;
}
.content li:before {
    content: "• ";
    color: #bb3e0d;
    padding-right: 5px;
    font-size: 17px;
}

/* - Links - */
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* - Header - */
header.banner .container {
    position: relative;
}
.lang {
    position: absolute;
    top: 6px;
    right: 0;
}
.lang ul {
    margin: 0;
    padding:0;
}
.lang ul li {
    display: inline-block;
    padding: 0 5px;

}
.lang ul li a {
    background: #000000 !important;
    padding: 10px 0px 10px 0px;
    top: -15px
        /*    -webkit-box-shadow: 0 1px 10px -3px rgba(0,0,0,1);
            box-shadow: 0 1px 10px -3px rgba(0,0,0,1);*/
}
.lang ul li a span {
    color: #ffffff;
    top: 11px;
    left: -7px;
    font-size: 11px;
    position: absolute;
}

.lang ul li.top_facebook a span {
    font-size: 13px;
    top: 4px;
    left: -3px;
}
.lang ul li.top_twitter a span {
    font-size: 13px;
    top: 4px;
    left: -6px;
}
.lang ul li a {
    position: relative;
    color: #ffffff;
    background: transparent !important;
    font-size: 0px; line-height: 0%; width: 0px;
    border-left: 15px solid #bb3e0d;
    border-bottom: 5px solid transparent;
    border-top: none;
    border-right: 15px solid #bb3e0d;
}
.lang ul li a:hover {
    color: #ffffff;
    background: transparent !important;
    font-size: 0px; line-height: 0%; width: 0px;
    border-left: 15px solid #bb3e0d;
    border-bottom: 5px solid transparent;
    border-top: none;
    border-right: 15px solid #bb3e0d;
    text-decoration: none;
}
.lang ul li.active a, .lang ul li.active a:hover {
    color: #ffffff;
    background: transparent !important;
    font-size: 0px; line-height: 0%; width: 0px;
    border-left: 15px solid #bb3e0d;
    border-bottom: 5px solid rgba(255,0,0,0);
    border-top: none;
    border-right: 15px solid #bb3e0d;
}
.navbar {
    margin-bottom: 0;
}
.navbar-top {
    /*position: absolute;*/
    width: 100%;
    background: rgba(255,255,255,0.9);
    border: none;
    border-top: 3px solid #bb3e0d;
    -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.navbar-top nav ul {
    /*    margin: 50px 0 0 50px;*/
    margin: 25px 0 0 50px;
}

.navbar-brand {
    width: 230px;
    height: 110px;
    margin-top: -10px;
}
.navbar-top nav a {
    border-right: 1px solid #999999;
}
.navbar-top a {
    color: #666666;
}
.navbar-top a:hover {
    color: #bb3e0d;
    background: none !important;
}
.navbar-top .active a {
    color: #bb3e0d;
}
.navbar-top .nav > li > a{
    padding: 20px;
}
/* - Sub dropdown menu - */
.navbar-top .caret, .nav .open>a .caret, .nav .open>a:hover .caret, .nav .open>a:focus .caret {
    color: #666666;
    border-top-color: #666666;
    border-bottom-color: #666666;
}
.navbar-top .active .caret, .nav .active .open>a .caret, .nav .active .open>a:hover .caret, .nav .active .open>a:focus .caret {
    color: #bb3e0d !important;
    border-top-color: #bb3e0d !important;
    border-bottom-color: #bb3e0d !important;
}
.nav .open>a, .nav .open>a:hover {
    border-color: #999999;
}
.navbar-top .dropdown-menu {
    background: rgba(255,255,255,1);
    border: none !important;
    border-top: 3px solid #bb3e0d;
    border-radius: 0;
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
    -o-box-shadow:  none;
    -ms-box-shadow:  none;
    box-shadow:  none;
    left: -50px !important;
    font-size: 17px;
}
.navbar-top .dropdown-menu li a {
    color: #666666;
    border: none;
    padding: 5px 20px;
    min-width: 200px;
}
.navbar-top .dropdown-menu li a:hover {
    background-color: #bb3e0d !important;
    color: #ffffff;
}
.navbar-top .dropdown-menu li.active a {
    background-color: #bb3e0d !important;
    color: #ffffff;
}
.nav .open a {
    background: none;
    color: #bb3e0d;
}

/* - Submenu - */
#subnav {
    margin: -15px 0 15px 15px;
    padding: 0;
    text-transform: uppercase;
}
#subnav a {
    color: #bb3e0d;
}
#subnav li.current_page_item a {
    font-weight: 600;
}
#subnav li {
    display: inline;
    margin: 0 10px 0 10px;
}


/* ------------------- */
.navbar-sub {
    background: #f2f2f2;
    border: none;
    color: #666666;
}
.navbar-sub ul li:first-child {
    border-left: 1px solid #cccccc;
}
.navbar-sub ul li {
    border-right: 1px solid #cccccc;
}
.navbar-sub .nav > li > a{
    padding-right: 20px;
    padding-left: 20px;
}
.navbar-sub a {
    color: #666666;
}
.navbar-sub a:hover {
    color: #333333;
}
.navbar-sub .active a {
    background: #ffffff;
}
.navbar-sub .active a:hover {
    background: #ffffff;
}
.navbar-toggle {
    background: #bb3e0d;
    margin-top: 35px;
}
.navbar-toggle:active, .navbar-toggle:focus {
    outline: none;
}
.navbar-toggle .icon-bar {
    background: #ffffff;
}

/* - Footer - */
#footer {
    background: #572303;
    color: #ffffff;
    font-size: 12px;
    /*margin-top: 40px;*/
    padding: 30px 0;
    position: relative;
}
#footer a {
    color: #ffffff;
}
#footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#footer .social a .fa {
    font-size: 30px;
    color: #000000;
    background: #ffffff;
    border-radius: 200px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow:  0px 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow:  0px 0px 0px 0px rgba(255, 255, 255, 0);
    -moz-box-shadow:  0px 0px 0px 0px rgba(255, 255, 255, 0);
    -o-box-shadow:  0px 0px 0px 0px rgba(255, 255, 255, 0);
    -ms-box-shadow:  0px 0px 0px 0px rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .social a {
    margin: 0 5px;
    opacity: 0.3;

}
#footer .social a:hover {
    opacity: 0.5;
}
#footer .social a:hover .fa {
    -webkit-box-shadow:  0px 0px 10px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:  0px 0px 10px 0px rgba(255, 255, 255, 1);
    -o-box-shadow:  0px 0px 10px 0px rgba(255, 255, 255, 1);
    -ms-box-shadow:  0px 0px 10px 0px rgba(255, 255, 255, 1);
    box-shadow:  0px 0px 10px 0px rgba(255, 255, 255, 1);
}
#footer .copy div:first-child {
    color: #aeaeae;
}
#footer .copy div a {
    color: #696969;
}

/* - Forms - */
button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
        Classes
========================================================================== */
.img-responsive {
    display: inline-block;
}
.top_img {
    /*background: url(../img/header_big.png) 0 0 no-repeat fixed;*/
    background: url(../img/sluzby.jpg) center 0 no-repeat fixed;
    background-size: cover;
    min-height: 500px;
    height: 500px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top_img_banner {
    max-height: 500px;
    overflow: hidden;
}
.home_img {
    background: url(../../img/inicio.jpg) top center no-repeat;
    /*background: url(../img/home_header.png) center -40px no-repeat fixed;*/
    background-size: auto 100%;
    /*    min-height: 870px;
        height: 900px;*/
    position: relative;
}
.home {
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}




.red {
    color: #bb3e0d;
}
#home_services .grey {
    color: #474747;
}
.grey {
    color: #666666;
}
.lgrey {
    color: #999999;
}
.grey_bg {
    background: #666666;
    color: #ffffff;
}
.grey_bg2 {
    background: #eeeeee;
}
.grey_bg h2 {
    color: #eaeaea;
    border-color: #999999;
}
.no-margin {
    margin: 0 !important;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-20 {
    margin-bottom: 20px;
}
.lead {
    font-size: 30px;
    font-weight: 300;
}
.medium {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}
small, .small {
    font-size: 75%;
}
hr {
    border-color: #bebebe;
}

.btn {
    height: 35px;
}
.btn-lg {
    width: 220px;
    height: 55px;
    line-height: 32px;
    font-size: 24px;
    font-weight: 300;
    /*-webkit-box-shadow:  0px 0px 50px -10px rgba(0, 0, 0, 1);
    -moz-box-shadow:  0px 0px 50px -10px rgba(0, 0, 0, 1);
    -o-box-shadow:  0px 0px 50px -10px rgba(0, 0, 0, 1);
    -ms-box-shadow:  0px 0px 50px -10px rgba(0, 0, 0, 1);
    box-shadow:  0px 0px 50px -10px rgba(0, 0, 0, 1);*/
}
/*.btn-lg:hover {
        animation: play-pulse 0.1s 1 linear;
        -webkit-animation: play-pulse 0.1s 1 linear;
        -moz-animation: play-pulse 0.1s 1 linear;
        -ms-animation: play-pulse 0.1s 1 linear;
        -o-animation: play-pulse 0.1s 1 linear;
}
@-webkit-keyframes play-pulse {
        0% {
        background: #bb3e0d;
}
30% {
        background: #fc7e81;
}
60% {
        background: #bb3e0d;
}
80% {
        background: #fc7e81;
}
100% {
        background: #bb3e0d;
}
}*/
.btn-lg:active, .btn-lg:focus {
    /*-webkit-box-shadow:  0px 0px 50px -10px rgba(0, 0, 0, 1);
    -moz-box-shadow:  0px 0px 50px -10px rgba(0, 0, 0, 1);
    -o-box-shadow:  0px 0px 50px -10px rgba(0, 0, 0, 1);
    -ms-box-shadow:  0px 0px 50px -10px rgba(0, 0, 0, 1);
    box-shadow:  0px 0px 50px -10px rgba(0, 0, 0, 1);*/
    background: #d81d21 !important;
    color: #ffffff;
    outline: none;
}
.btn-red {
    background: #bb3e0d;
    color: #ffffff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
.btn-red:hover {
    background: #D4460D;
    color: #ffffff;
}
.btn-red:active, .btn-red:focus {
    color: #ffffff;
    outline: none;
}
section.container {
    padding-bottom: 40px;
}
/* - Info header - */
header.info_header {
    font-size: 15px;
    margin: 50px 0;
}
.gallery_detail header.info_header {
    font-size: 15px;
    margin: 20px 0;
}
.gallery_detail {
    /*margin-top: 30px;*/
}
.gallery_detail .img-responsive {
    min-width: 100%;
}

.gallery_detail .row {
    margin: 0 !important;
}
.gallery_detail .col-xs-1, .gallery_detail .col-sm-1, .gallery_detail .col-md-1, .gallery_detail .col-lg-1, .gallery_detail .col-xs-2, .gallery_detail .col-sm-2, .gallery_detail .col-md-2, .gallery_detail .col-lg-2, .gallery_detail .col-xs-3, .gallery_detail .col-sm-3, .gallery_detail .col-md-3, .gallery_detail .col-lg-3, .gallery_detail .col-xs-4, .gallery_detail .col-sm-4, .gallery_detail .col-md-4, .gallery_detail .col-lg-4, .gallery_detail .col-xs-5, .gallery_detail .col-sm-5, .gallery_detail .col-md-5, .gallery_detail .col-lg-5, .gallery_detail .col-xs-6, .gallery_detail .col-sm-6, .gallery_detail .col-md-6, .gallery_detail .col-lg-6, .gallery_detail .col-xs-7, .gallery_detail .col-sm-7, .gallery_detail .col-md-7, .gallery_detail .col-lg-7, .gallery_detail .col-xs-8, .gallery_detail .col-sm-8, .gallery_detail .col-md-8, .gallery_detail .col-lg-8, .gallery_detail .col-xs-9, .gallery_detail .col-sm-9, .gallery_detail .col-md-9, .gallery_detail .col-lg-9, .gallery_detail .col-xs-10, .gallery_detail .col-sm-10, .gallery_detail .col-md-10, .gallery_detail .col-lg-10, .gallery_detail .col-xs-11, .gallery_detail .col-sm-11, .gallery_detail .col-md-11, .gallery_detail .col-lg-11, .gallery_detail .col-xs-12, .gallery_detail .col-sm-12, .gallery_detail .col-md-12, .gallery_detail .col-lg-12 {
    padding: 0;
}
.gallery_nav {
    font-size: 70px;
    margin-top: 50px;
    margin-bottom: -50px;
}
.gallery_nav a {
    color: #bb3e0d;
    padding: 0 10px;
}
.gallery_nav a:hover {
    color: #333333;
}


header.info_header h1 {
    border: none;
    text-align: center;
    margin: 20px 0 20px 0;
    padding: 0;
}
header.info_header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
header.info_header ul li {
    margin-bottom: 20px;
    text-align: center;
}
header.info_header ul li strong {
    padding-right: 5px;
}


/* ==========================================================================
        Home Page
========================================================================== */
.home section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.home h2 {
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
/* - Services - */
.col-20 {
    /*    width: 20%;
        float: left;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* - Services Circles - */
.circle {
    position: relative;
    height: 82px;
}
.circle-in {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    display: block;
    width: 82px;
    height: 82px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.circle-out {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    display: block;
    width: 62px;
    height: 62px;
    /* border: 1px solid #999999; */
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.sc1 {
    background: url(../img/service_circle_1.png) 0 0 no-repeat;
    background-size: cover !important;
}
.sc2 {
    background: url(../img/service_circle_2.png) 0 0 no-repeat;
    background-size: cover;
}
.sc3 {
    background: url(../img/service_circle_3.png) 0 0 no-repeat;
    background-size: cover;
}
.sc4 {
    background: url(../img/service_circle_4.png) 0 0 no-repeat;
    background-size: cover;
}
.sc5 {
    background: url(../img/service_circle_5.png) 0 0 no-repeat;
    background-size: cover;
}
#home_services {
    background: #eeeeee;
}
#home_services h2 {
    color: #727272;
}
#home_services h3 {
    margin-top: 10px;
}
#home_services a {
    background: #ffffff;
    color: inherit;
}
#home_services a:hover .col-20 {
    background: #e0e0e0;
    color: inherit;
}
#home_services a:hover .col-20 .circle-in {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#home_services a:hover {
    text-decoration: none !important;
    border: none;
}
#home_services .col-20 {
    padding: 15px;
    border-radius: 7px;
}

/* - Registration - */
#home_registration {
    padding-bottom: 80px;
    /*background: url(../img/bg-reg.jpg) 0 0 no-repeat fixed;
    background-size: cover;*/
}
#home_registration .lead {
    margin-top: 40px;
    margin-bottom: 10px;
}
#home_registration .medium {
    margin-bottom: 30px;
}

/* - References - */
#home_ref {
    padding-bottom: 40px;
}
#home_ref img {
    padding-bottom: 40px;
}

#mansoryakcie {
    position: relative;
    margin: 0 !important;
}
.itemmansory {
    //padding: 0 !important;
    /*width: 25%;*/
}
.itemmansory img {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
}

#mansoryakcie[data-columns]::before {
    content: '3 .column.size-1of3';
}
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
/* Also, don't forget to add this: */
[data-columns]::before {
    visibility: hidden;
    position: absolute;
    font-size: 1px;
}

#pagegallery[data-columns]::before {
    content: '5 .column.size-1of5';
}

.size-1of5 { width: 20%; }
#pagegallery {
    float: left;
    background: #000000;
}

/* ==========================================================================
        Gallery min
========================================================================== */
.gallery_min {
    width: 100%;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.gallery_min a {
    float: left;
    cursor: move;

}
.gallery_min header a {
    cursor: auto;
}
.gallery_min header h2 {
    margin-bottom: 0;
    border: none;
}
/*.owl-item {
        height: 238px;
    position: relative;
}
.owl_hover {
    background: rgba(255,255,255, 0.6);
    background: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_min a:hover .owl_hover {
    background: rgba(255,255,255, 0);
}*/
.owl-item {
    position: relative;
    background: #000000;
    height: 200px;
    overflow: hidden;

}
.owl-item img {
    width: 200px;
    height: auto;
}

.owl_hover {
    background: rgba(255,255,255, 0.6);
    background: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_min a:hover .owl_hover {
    background: rgba(255,255,255, 0);
}
.owl-controlls {
    display: none !important;
    visibility: hidden !important;
}

/* ==========================================================================
        Gallery
========================================================================== */
.da-thumbs img {
    /*-webkit-filter: grayscale(100%);*/
}
.da-thumbs .img-responsive {
    min-width: 100%;
}
.da-thumbs {
    list-style: none;
}
.da-thumbs li {
    margin-bottom: 30px;
}
.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}
.da-thumbs li a {
    overflow: hidden;
}
.da-thumbs li a div {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

.da-thumbs li a div {
    text-align: center;
    color: #ffffff;
    padding: 35% 30px 0 30px;
}
.da-thumbs li a div .lead {
    font-family: 'BebasNeue', sans-serif;
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 0;
    color: #ffffff;
}
.da-thumbs li a div hr {
    margin: 10px 0;
    border-color: #ffffff;
}
.da-thumbs li a div span {
    color: #cccccc;
    font-size: 14px;
}

.da-thumbs li a div {
    top: 0px;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-thumbs li a:hover div{
    left: 0px;
}

.gallery ul.da-thumbs {
    margin-left: -55px !important;
}

.gb_img {
    /*padding-bottom: 30px;*/
    background-image: none;
}

.gb_img img {
    /*    -webkit-filter: grayscale(30%);
        -moz-filter: grayscale(30%);
        -ms-filter: grayscale(30%);
        -o-filter: grayscale(30%);
        filter: grayscale(30%);
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");  Firefox 10+, Firefox on Android
        filter: gray;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        -webkit-box-shadow: 0 0 10px -3px rgba(0,0,0,0.5);
        box-shadow: 0 0 10px -3px rgba(0,0,0,0.5);
        border-radius: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;*/
}
.gb_img img:hover {
    /*    -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none;*/
}

/* ==========================================================================
        Portfolio
========================================================================== */
.portfolio img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    /*-webkit-box-shadow: 0 0 10px -3px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px -3px rgba(0,0,0,0.5);*/
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.portfolio_abc .abc_item {
    display: inline-block !important;
    width: 100% !important;
}
.portfolio_abc {
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    -webkit-column-fill: auto;
    -moz-column-count: 4;
    -moz-column-gap: 15px;
    -moz-column-fill: auto;
    column-count: 4;
    column-gap: 15px;
    column-fill: auto;
}

/* ==========================================================================
        Contact

        TODO
        - Responsive
========================================================================== */
.contact_head {
    position: relative !important;
}
.opacity_bg {
    background: rgba(255,255,255,0.1);
    float: left;
    width: 100%;
    color: white;
}
.opacity_bg hr {
    border-color: rgba(255,255,255,0.25);
}
.white {
    color: #ffffff;
}
#contact {
    background: url(../../img/serviciosprincipal.jpg) top right no-repeat;
    background-size: cover;
}
.contact_cart {
    width: 0%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    border-color: #eeeeee;
    position: absolute;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact_hover {
    position: relative;
}
.contact_hover:hover .contact_cart {
    width: 95%;
    border-right: 5px solid rgba(255,255,255,0.2);
}
.contact_cart_content {
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}
.contact_cart_content h3 {
    margin-top: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.reg_form .alert {
    background: #eeeeee;
    border: 1px solid #e0e0e0;
}

.map_img {
    background: url(../img/map.png) top right no-repeat;
    background-size: cover;
    min-height: 400px;
    height: 400px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.map_img:hover {
    min-height: 600px;
    height: 600px;
}

.contact_form {
    padding-top: 10px;
    padding-bottom: 0px;
    background: rgba(0,0,0,0.05);
    border-bottom: 5px solid #eeeeee;
}
.contact_form h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.contact_form .form-group {
    position: inherit;
}
.form-control {
    height: 44px;
    /*border-radius: 0;*/
    box-shadow: none;
}
.form-control:focus {
    border-color: #bb3e0d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 32, 36, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 32, 36, 0.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 32, 36, 0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 32, 36, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 32, 36, 0.6);
}
textarea {
    padding-top: 10px !important;
}

.reg_form div {
    margin-bottom: 15px;
}

/* ==========================================================================
        Sequence slider
========================================================================== */
#sequence .sequence-canvas {
    /*    height: 100%;*/
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: -5px;
}
#sequence .img-responsive {
    min-width: 100%;
}
#sequence .sequence-canvas li {
    list-style: none;
}

/* - Frame 1 - */
.seq_fr1-info {
    background: rgba(187, 62, 13, 0.5);
    width: 800px;
    padding: 15px 0;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 0; right: 0;
    margin: 0 auto;
}
.seq_fr1-keep {
    position: absolute;
    top: 63%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 2%;
    opacity: 0.7;
}
.seq_fr1-keep img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.seq_fr1-info .lead {
    font-family: 'BebasNeue', sans-serif;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1;
}
.seq_fr1-info .medium {
    font-size: 18px;
    color: #ffffff;
}
.seq_fr1-wrap {
    width: 460px;
    height: 460px;
    /*    -webkit-transform: scale(0.7) !important;*/
}
.seq_fr1-wrap2 {
    width: 460px;
    height: 460px;
    background: none;
    position: absolute;
    top: 0; left: 0; 
    bottom: 80px; right: 0;
    margin: auto;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.seq_fr1-circle {
    width: 460px;
    height: 460px;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
}
.seq_fr1-beauty {
    font-family: 'BebasNeue', sans-serif;
    font-size: 120px;
    color: #ffffff;
    text-align: center;
    display: block;
    position: absolute;
    top: 160px;
    left: 95px;
}
.seq_fr1-is, .seq_fr1-key {
    font-family: 'BebasNeue', sans-serif;
    font-size: 90px;
    color: #ffffff;
    position: absolute;
}
.seq_fr1-is {
    top: 280px;
    left: 65px;
}
.seq_fr1-key {
    top: 280px;
    right: 70px;
}

.seq_fr1-wrap {
    -webkit-animation: seq_fr1-circle_wrap-delay ease 1s, seq_fr1-circle_wrap ease 5s 11s infinite;
    -moz-animation: seq_fr1-circle_wrap-delay ease 1s, seq_fr1-circle_wrap ease 5s 11s infinite;
    -o-animation: seq_fr1-circle_wrap-delay ease 1s, seq_fr1-circle_wrap ease 5s 11s infinite;
    -ms-animation: seq_fr1-circle_wrap-delay ease 1s, seq_fr1-circle_wrap ease 5s 11s infinite;
    animation: seq_fr1-circle_wrap-delay ease 1s, seq_fr1-circle_wrap ease 5s 11s infinite;
}
@-webkit-keyframes seq_fr1-circle_wrap {
    0% {
        -webkit-transform:  rotate(0deg);
    }
    10% {
        -webkit-transform:  rotate(0deg);
    }
    100% {
        -webkit-transform:  rotate(0deg);
    }
}
@-moz-keyframes seq_fr1-circle_wrap {
    0% {
        -moz-transform:  rotate(0deg);
    }
    10% {
        -moz-transform:  rotate(0deg);
    }
    100% {
        -moz-transform:  rotate(0deg);
    }
}
@-o-keyframes seq_fr1-circle_wrap {
    0% {
        -o-transform:  rotate(0deg);
    }
    10% {
        -o-transform:  rotate(0deg);
    }
    100% {
        -o-transform:  rotate(0deg);
    }
}
@-ms-keyframes seq_fr1-circle_wrap {
    0% {
        -ms-transform:  rotate(0deg);
    }
    10% {
        -ms-transform:  rotate(0deg);
    }
    100% {
        -ms-transform:  rotate(0deg);
    }
}
@keyframes seq_fr1-circle_wrap {
    0% {
        transform:  rotate(0deg);
    }
    10% {
        transform:  rotate(0deg);
    }
    100% {
        transform:  rotate(0deg);
    }
}


.seq_fr1-circle {
    -webkit-animation: seq_fr1-circle-delay ease 4s, seq_fr1-circle-visible ease 1s 2s, seq_fr1-circle ease 3s 8s infinite;
    -moz-animation: seq_fr1-circle-delay ease 4s, seq_fr1-circle-visible ease 1s 2s, seq_fr1-circle ease 3s 8s infinite;
    -o-animation: seq_fr1-circle-delay ease 4s, seq_fr1-circle-visible ease 1s 2s, seq_fr1-circle ease 3s 8s infinite;
    -ms-animation: seq_fr1-circle-delay ease 4s, seq_fr1-circle-visible ease 1s 2s, seq_fr1-circle ease 3s 8s infinite;
    animation: seq_fr1-circle-delay ease 4s, seq_fr1-circle-visible ease 1s 2s, seq_fr1-circle ease 3s 8s infinite;
    -webkit-transform-origin: ;
    -moz-transform-origin: ;
    -o-transform-origin: ;
    -ms-transform-origin: ;
    transform-origin: ;
}
@-webkit-keyframes seq_fr1-circle-delay {
    from {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes seq_fr1-circle-delay {
    from {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@-o-keyframes seq_fr1-circle-delay {
    from {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@-ms-keyframes seq_fr1-circle-delay {
    from {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@keyframes seq_fr1-circle-delay {
    from {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes seq_fr1-circle-visible {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes seq_fr1-circle-visible {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes seq_fr1-circle-visible {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-ms-keyframes seq_fr1-circle-visible {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes seq_fr1-circle-visible {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes seq_fr1-circle {
    0% {
        left:0px;
        top:0px;
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    50% {
        left:0px;
        top:0px;
        -webkit-transform:  scaleX(1.05) scaleY(1.05) ;
    }
    100% {
        left:0px;
        top:0px;
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-moz-keyframes seq_fr1-circle {
    0% {
        left:0px;
        top:0px;
        opacity:1;
        -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    50% {
        left:0px;
        top:0px;
        -moz-transform:  scaleX(1.05) scaleY(1.05) ;
    }
    100% {
        left:0px;
        top:0px;
        opacity:1;
        -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-o-keyframes seq_fr1-circle {
    0% {
        left:0px;
        top:0px;
        opacity:1;
        -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    50% {
        left:0px;
        top:0px;
        -o-transform:  scaleX(1.05) scaleY(1.05) ;
    }
    100% {
        left:0px;
        top:0px;
        opacity:1;
        -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-ms-keyframes seq_fr1-circle {
    0% {
        left:0px;
        top:0px;
        opacity:1;
        -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    50% {
        left:0px;
        top:0px;
        -ms-transform:  scaleX(1.05) scaleY(1.05) ;
    }
    100% {
        left:0px;
        top:0px;
        opacity:1;
        -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@keyframes seq_fr1-circle {
    0% {
        left:0px;
        top:0px;
        opacity:1;
        transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    50% {
        left:0px;
        top:0px;
        transform:  scaleX(1.05) scaleY(1.05) ;
    }
    100% {
        left:0px;
        top:0px;
        opacity:1;
        transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}

.seq_fr1-beauty {
    -webkit-animation: seq_fr1-beauty-delay ease 2s, seq_fr1-beauty ease-in-out 1s 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: ;
    -moz-animation: seq_fr1-beauty-delay ease 2s, seq_fr1-beauty ease-in-out 1s 2s;
    -o-animation: seq_fr1-beauty-delay ease 2s, seq_fr1-beauty ease-in-out 1s 2s;
    -ms-animation: seq_fr1-beauty-delay ease 2s, seq_fr1-beauty ease-in-out 1s 2s;
    animation: seq_fr1-beauty-delay ease 2s, seq_fr1-beauty ease-in-out 1s 2s;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes seq_fr1-beauty-delay {
    from {
        top: -1000px;
    }
    to {
        top: -1000px;
    }
}
@-moz-keyframes seq_fr1-beauty-delay {
    from {
        top: -1000px;
    }
    to {
        top: -1000px;
    }
}
@-o-keyframes seq_fr1-beauty-delay {
    from {
        top: -1000px;
    }
    to {
        top: -1000px;
    }
}
@-ms-keyframes seq_fr1-beauty-delay {
    from {
        top: -1000px;
    }
    to {
        top: -1000px;
    }
}
@keyframes seq_fr1-beauty-delay {
    from {
        top: -1000px;
    }
    to {
        top: -1000px;
    }
}
@-webkit-keyframes seq_fr1-beauty {
    0% {
        top: -1000px;
        opacity:0;
        -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1.5) skewX(0deg) skewY(0deg) ;
    }
    80% {
        -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1.3) skewX(0deg) skewY(0deg) ;
    }
    100% {
        top: 160px;
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-moz-keyframes seq_fr1-beauty {
    0% {
        top: -1000px;
        opacity:0;
        -moz-transform:  rotate(0deg) scaleX(1) scaleY(1.5) skewX(0deg) skewY(0deg) ;
    }
    80% {
        -moz-transform:  rotate(0deg) scaleX(1) scaleY(1.3) skewX(0deg) skewY(0deg) ;
    }
    100% {
        top: 160px;
        opacity:1;
        -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-o-keyframes seq_fr1-beauty {
    0% {
        top: -1000px;
        opacity:0;
        -o-transform:  rotate(0deg) scaleX(1) scaleY(1.5) skewX(0deg) skewY(0deg) ;
    }
    80% {
        -o-transform:  rotate(0deg) scaleX(1) scaleY(1.3) skewX(0deg) skewY(0deg) ;
    }
    100% {
        top: 160px;
        opacity:1;
        -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-ms-keyframes seq_fr1-beauty {
    0% {
        top: -1000px;
        opacity:0;
        -ms-transform:  rotate(0deg) scaleX(1) scaleY(1.5) skewX(0deg) skewY(0deg) ;
    }
    80% {
        -ms-transform:  rotate(0deg) scaleX(1) scaleY(1.3) skewX(0deg) skewY(0deg) ;
    }
    100% {
        top: 160px;
        opacity:1;
        -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@keyframes seq_fr1-beauty {
    0% {
        top: -1000px;
        opacity:0;
        transform:  rotate(0deg) scaleX(1) scaleY(1.5) skewX(0deg) skewY(0deg) ;
    }
    80% {
        transform:  rotate(0deg) scaleX(1) scaleY(1.3) skewX(0deg) skewY(0deg) ;
    }
    100% {
        top: 160px;
        opacity:1;
        transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}

.seq_fr1-is {
    -webkit-animation: seq_fr1-is-delay ease 5s, seq_fr1-is ease 0.5s 5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: ;
    -moz-animation: seq_fr1-is-delay ease 5s, seq_fr1-is ease 0.5s 5s;
    -o-animation: seq_fr1-is-delay ease 5s, seq_fr1-is ease 0.5s 5s;
    -ms-animation: seq_fr1-is-delay ease 5s, seq_fr1-is ease 0.5s 5s;
    animation: seq_fr1-is-delay ease 5s, seq_fr1-is ease 0.5s 5s;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
}
@-webkit-keyframes seq_fr1-is-delay {
    from {
        left: -2000px;
    }
    to {
        left: -2000px;
    }
}
@-moz-keyframes seq_fr1-is-delay {
    from {
        left: -2000px;
    }
    to {
        left: -2000px;
    }
}
@-o-keyframes seq_fr1-is-delay {
    from {
        left: -2000px;
    }
    to {
        left: -2000px;
    }
}
@-ms-keyframes seq_fr1-is-delay {
    from {
        left: -2000px;
    }
    to {
        left: -2000px;
    }
}
@keyframes seq_fr1-is-delay {
    from {
        left: -2000px;
    }
    to {
        left: -2000px;
    }
}
@-webkit-keyframes seq_fr1-is {
    0% {
        left: -2000px;
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    100% {
        left: 65px;
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-moz-keyframes seq_fr1-is {
    0% {
        left: -2000px;
        opacity:1;
        -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    100% {
        left: 65px;
        opacity:1;
        -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-ms-keyframes seq_fr1-is {
    0% {
        left: -2000px;
        opacity:1;
        -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    100% {
        left: 65px;
        opacity:1;
        -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-o-keyframes seq_fr1-is {
    0% {
        left: -2000px;
        opacity:1;
        -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    100% {
        left: 65px;
        opacity:1;
        -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@keyframes seq_fr1-is {
    0% {
        left: -2000px;
        opacity:1;
        transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    100% {
        left: 65px;
        opacity:1;
        transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}

.seq_fr1-key {
    -webkit-animation: seq_fr1-key-delay ease 6s, seq_fr1-key ease 0.5s 6s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: ;

    -moz-animation: seq_fr1-key-delay ease 6s, seq_fr1-key ease 0.5s 6s;
    -o-animation: seq_fr1-key-delay ease 6s, seq_fr1-key ease 0.5s 6s;
    -ms-animation: seq_fr1-key-delay ease 6s, seq_fr1-key ease 0.5s 6s;
    animation: seq_fr1-key-delay ease 6s, seq_fr1-key ease 0.5s 6s;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
}
@-webkit-keyframes seq_fr1-key-delay {
    from {
        right: -2000px;
    }
    to {
        right: -2000px;
    }
}
@-moz-keyframes seq_fr1-key-delay {
    from {
        right: -2000px;
    }
    to {
        right: -2000px;
    }
}
@-ms-keyframes seq_fr1-key-delay {
    from {
        right: -2000px;
    }
    to {
        right: -2000px;
    }
}
@-o-keyframes seq_fr1-key-delay {
    from {
        right: -2000px;
    }
    to {
        right: -2000px;
    }
}
@keyframes seq_fr1-key-delay {
    from {
        right: -2000px;
    }
    to {
        right: -2000px;
    }
}
@-webkit-keyframes seq_fr1-key {
    0% {
        right: -2000px;
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    60% {
        right: 80px;
    }
    80% {
        right: 60px;
    }
    100% {
        right: 70px;
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-moz-keyframes seq_fr1-key {
    0% {
        right: -2000px;
        opacity:1;
        -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    60% {
        right: 80px;
    }
    80% {
        right: 60px;
    }
    100% {
        right: 70px;
        opacity:1;
        -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-ms-keyframes seq_fr1-key {
    0% {
        right: -2000px;
        opacity:1;
        -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    60% {
        right: 80px;
    }
    80% {
        right: 60px;
    }
    100% {
        right: 70px;
        opacity:1;
        -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@-o-keyframes seq_fr1-key {
    0% {
        right: -2000px;
        opacity:1;
        -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    60% {
        right: 80px;
    }
    80% {
        right: 60px;
    }
    100% {
        right: 70px;
        opacity:1;
        -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}
@keyframes seq_fr1-key {
    0% {
        right: -2000px;
        opacity:1;
        transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
    60% {
        right: 80px;
    }
    80% {
        right: 60px;
    }
    100% {
        right: 70px;
        opacity:1;
        transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;
    }
}






.animation_key {
    list-style: none;
    position: absolute;
    margin-left: 90%;
    margin-top: -100px;
}
.animation_key {
    -webkit-animation: animation_key ease-in-out 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 0%;

    -moz-animation: animation_key ease-in-out 5s;
    -o-animation: animation_key ease-in-out 5s;
    -ms-animation: animation_key ease-in-out 5s;
    animation: animation_key ease-in-out 5s;

    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

@-webkit-keyframes animation_key {
    0% {
        left:0px;
        top:0px;
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
    }
    20% {
        -webkit-transform:  rotate(0deg) ;
    }
    40% {
        -webkit-transform:  rotate(0deg10deg) ;
    }
    60% {
        -webkit-transform:  rotate(0deg) ;
    }
    80% {
        -webkit-transform:  rotate(0deg5deg) ;
    }
    100% {
        left:0px;
        top:0px;
        opacity:1;
        -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
    }
}
@-moz-keyframes animation_key {
    0% {
        left:0px;
        top:0px;
        opacity:1;
        -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
    }
    20% {
        -moz-transform:  rotate(0deg) ;
    }
    40% {
        -moz-transform:  rotate(0deg10deg) ;
    }
    60% {
        -moz-transform:  rotate(0deg) ;
    }
    80% {
        -moz-transform:  rotate(0deg5deg) ;
    }
    100% {
        left:0px;
        top:0px;
        opacity:1;
        -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
    }
}
@-ms-keyframes animation_key {
    0% {
        left:0px;
        top:0px;
        opacity:1;
        -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
    }
    20% {
        -ms-transform:  rotate(0deg) ;
    }
    40% {
        -ms-transform:  rotate(0deg10deg) ;
    }
    60% {
        -ms-transform:  rotate(0deg) ;
    }
    80% {
        -ms-transform:  rotate(0deg5deg) ;
    }
    100% {
        left:0px;
        top:0px;
        opacity:1;
        -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
    }
}
@-o-keyframes animation_key {
    0% {
        left:0px;
        top:0px;
        opacity:1;
        -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
    }
    20% {
        -o-transform:  rotate(0deg) ;
    }
    40% {
        -o-transform:  rotate(0deg10deg) ;
    }
    60% {
        -o-transform:  rotate(0deg) ;
    }
    80% {
        -o-transform:  rotate(0deg5deg) ;
    }
    100% {
        left:0px;
        top:0px;
        opacity:1;
        -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
    }
}
@keyframes animation_key {
    0% {
        left:0px;
        top:0px;
        opacity:1;
        transform:  rotate(0deg) scaleX(1) scaleY(1) ;
    }
    20% {
        transform:  rotate(0deg) ;
    }
    40% {
        transform:  rotate(0deg10deg) ;
    }
    60% {
        transform:  rotate(0deg) ;
    }
    80% {
        transform:  rotate(0deg5deg) ;
    }
    100% {
        left:0px;
        top:0px;
        opacity:1;
        transform:  rotate(0deg) scaleX(1) scaleY(1) ;
    }
}








/* ==========================================================================
        Media Query
========================================================================== */
@media (max-width: 1500px) {
    .owl-item {
        /*        height: 200px;*/
    }
}

@media (max-width: 1199px) {
    #mansoryakcie[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #mansoryakcie[data-columns]::before {
        content: '3 .column.size-1of3';
    }
    /*    .col-20 {
            width: 33.3%;
        }*/
    .owl-item {
        /*        height: 180px;*/
        /*position: relative;*/
    }
    .navbar-header {
        text-align: center;
        width: 100%;
        margin-top: 0px;
    }
    .navbar-brand {
        width: 100%;
        padding: 0;
    }
    .navbar-top nav ul {
        margin: 0px 0 0 -10px;
    }
    .home_img {
        background: url(../../img/inicio.jpg) center top no-repeat;
        background-size: auto 100%;
    }
    /*    .col-20.col-sm-6 {
            width: 50% !important;
        }*/
    .navbar-top .dropdown-menu {
        left: 10px !important;
    }
    .navbar-collapse {
        padding: 0;
    }
    #contact {
        background-position: -190px;
    }
    .contact_cart_content {
        font-size: 13px;
        line-height: 20px;
    }
    .contact_cart_content h3 {
        margin-top: -10px;
        font-size: 18px;
    }

}

@media (max-width: 767px) {
    /*    .col-20 {
            width: 50%;
        }*/
    .owl-item {
        /*        height: 160px;*/
        /*position: relative;*/
    }
    #footer .social {
        margin-top: 20px;
    }
    .home_img {
        background: url(../../img/inicio.jpg) center top no-repeat;
        background-size: auto 100%;
    }
    .navbar-top nav a {
        border: none;
    }
    .navbar-top nav ul {
        margin: 25px 0 0 0px;
    }
    .xs_w100 {
        width: 100%;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-top .dropdown-menu {
        left: 30px !important;
    }
    #contact {
        background-position: left;
    }
    .portfolio_abc {
        -webkit-column-count: 2;
    }

    #mansoryakcie[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}
@media (min-width: 481px) and (max-width: 700px) {
    .hidden-phone {
        display: none;
    }
    .x-small {
        width: 100%;
    }
    .x-small .img-responsive {
        min-width: 100%;
    }
    .portfolio div {
        width: 50%;
    }
    .portfolio div.text-right {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .xx-small {
        width: 100%;
    }
    .xx-small .img-responsive {
        min-width: 100%;
    }
    .portfolio_abc {
        -webkit-column-count: 1;
    }
    .portfolio div {
        width: 50%;
    }
    #mansoryakcie[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

.page-id-948 .column.size-1of3 .column.size-1of3 {
    width: 100%;
}