﻿/*
        Theme Name: Nerduck
        Theme URI: http://clapat.ro/themes/nerduck-wordpress/
        Description: Responsive Wordpress Theme
        Version: 1.5
        Author: Clapat
        Author URI: http://themeforest.net/user/clapat
        Created Date: 28/08/2015
        License: Themeforest
        License: GNU General Public License version 3.0
        License URI: http://www.gnu.org/licenses/gpl-3.0.html
        Text Domain: nerduck
        Tags: one-column, two-columns, right-sidebar, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready

*/





/*------------------------------------------------------------------



01. General Styles

02. Header

03. Navigation

04. Pre Hero and Hero

05. Page Styles

06. Portfolio Filters

07. Portfolio Items

08. Portfolio Isotope Transitions

09. Blog

10. Contact Page

11. Div Animation and Magnific Popup

12. Shortcodes

13. Footer

14. Responsive Media Querries



-------------------------------------------------------------------*/





/* 1. General Styles */		



html, body {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    width: 100%;
    color: #999999;
    background: #fff;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
}
body.canvas {
    padding: 0 120px;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}
address {
    font-style: italic;
    margin-bottom: 24px;
}
abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}
b, strong {
    font-weight: 600;
}
cite, dfn, em, i {
    font-style: italic;
}
mark, ins {
    background: none repeat scroll 0 0 #000;
    padding: 3px 6px;
    text-decoration: none;
    color:#fff;
}
code, kbd, tt, var, samp, pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}
pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
blockquote {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-left: 2px #ddd solid;
    padding: 20px 20px 20px 40px;
    letter-spacing: 0.01em;
}
blockquote p {
    color: #000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 30px;
}
blockquote span, blockquote p cite a {
    display: block;
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    font-family: Verdana, Geneva, sans-serif;
    color: #999;
}
blockquote cite, blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote strong, blockquote b {
    font-weight: 400;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%;
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
dl {
    margin-bottom: 24px;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 24px;
}
ul, ol {
    list-style: none;
    margin: 0 0 24px 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin: 0 0 0 20px;
}
li {
    line-height: 20px;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}
legend {
    white-space: normal;
}
button, input {
    line-height: normal;
}
input, textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
    outline:none; /* Removing the inner shadow, rounded corners on iOS inputs */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}
td {
    border-width: 0 1px 1px 0;
}
del {
    color: #767676;
}
hr {
    border: 0;
    height: 180px;
    width: 100%;
    float: none;
    margin: 0;
    display: inline-block;
}
hr.small {
    height: 20px;
}
hr:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}



::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
#main img {
    opacity: 0;
}

.slides img {
    opacity:1;
}
#main img.image-show {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin-bottom: 10px;
}
h1.big-title {
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
}
h1 {
    font-size: 48px;
    line-height: 54px;
    margin-left: -3px;
}
h2 {
    font-size: 36px;
    line-height: 48px;
    margin-left: -3px;
}
h3 {
    font-size: 30px;
    line-height: 36px;
    margin-left: -2px;
}
h4 {
    font-size: 24px;
    line-height: 30px;
    margin-left: -1px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
    margin-left: -1px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6 {
    color: #fff;
}
.title-has-line {
    position: relative;
    margin-bottom: 35px;
}
.title-has-line:after {
    background: none repeat scroll 0 0 #ddd;
    bottom: -15px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
}
.text-align-center .title-has-line:after {
    background: none repeat scroll 0 0 #ddd;
    bottom: -15px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}
.text-align-center.title-has-line:after {
    background: none repeat scroll 0 0 #ddd;
    bottom: -15px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}
strong {
    font-weight: 700;
}
p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 25px;
}
.container {
    width: 1180px;
    margin: 0 auto;
}
a:hover, a:active {
    outline: 0;
    color: #222;
}
a {
    text-decoration: none;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}
a {
    color: #000;
    outline: 0;
}
.light-link {
    color: #fff;
}
a:hover {
    text-decoration: none;
}
.one_half {
    width: 47%;
}
.one_third {
    width: 30.6%;
}
.one_fourth {
    width: 22%;
}
.one_fifth {
    width: 16.8%;
}
.one_sixth {
    width: 13.33%;
}
.two_fifth {
    width: 37.6%;
}
.two_fourth {
    width: 48%;
}
.two_third {
    width: 65.33%;
}
.three_fifth {
    width: 58.4%;
}
.three_fourth {
    width: 74%;
}
.four_fifth {
    width: 79.2%;
}
.five_sixth {
    width: 82.67%;
}
.one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left;
    margin-bottom: 20px;
    margin-right: 4%;
    position: relative;
}
.one_half {
    float: left;
    margin-bottom: 20px;
    margin-right: 6%;
    position: relative;
}
.last {
    margin-right: 0px;
}
.text-align-center {
    text-align: center;
}
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.outer {
    display: table;
    width: 100%;
    height: 100%;
}
.inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    position: relative;
}
/*--------------------------------------------------

        02. Header

---------------------------------------------------*/	







header {
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -ms-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 auto;
    height: 100px;
    position: fixed;
    background-color: #fff;
    width: inherit;
    z-index: 10;
    box-sizing: border-box;
    top: 0;
    left: 0;
}
header.hidden {
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
header.nav-down {
    top: 0;
}
header.nav-up {
    top: -100px;
}
#header-container {
    width: 1180px;
    margin: 0 auto;
    height:inherit;
    box-sizing:border-box;
}
#logo {
    float: left;
}
#logo img {
    height: 50px;
    padding: 25px 0;
    width: auto;
}
#nav-menu {
    float: right;
    height: 20px;
    margin: 40px 0;
    cursor: pointer;
    position:relative;
    z-index:100;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
}
#nav-menu .touch-button {
    display: none;
}
.btn_menu_line {
    height: 3px;
    width: 23px;
    margin: 3px 0px 3px 0px;
    background-color: #000;
    display: block;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
}
.btn_menu_line:first-child {
    width: 12px;
    margin-left: 11px
}
.btn_menu_line:nth-child(3) {
    width: 18px;
    margin-left: 5px
}
#nav-menu:hover .btn_menu_line {
    width: 23px!important;
    margin-left: 0!important;
}
/*--------------------------------------------------

        03. Navigation

---------------------------------------------------*/	

@media only screen and (min-width: 1024px) {

    header.header-fixed {
        top:0!important;
    }




    .fullscreen-menu #nav-menu.active .btn_menu_line {
        background-color:#FFF;
    }

    .fullscreen-menu #nav-menu.active .btn_menu_line:nth-child(2) {
        opacity:0;
    }

    .fullscreen-menu #nav-menu.active .btn_menu_line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 24px!important;
        margin-left: 0!important;
        margin-top: 10px;
    }

    .fullscreen-menu #nav-menu.active .btn_menu_line:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 24px!important;
        margin-left: 0!important;
        margin-top: -12px;
    }

    .fullscreen-menu #nav-menu.active {
        margin-right:-3px;
    }

    .fullscreen-menu .menu-title {
        display:none;
    }

    #close-overlay-menu {
        position:absolute;
        height:100%;
        width:100%;
        top:0;
    }

    #overlay-menu {
        position:absolute;
        width:100%;
        height:100%;
        background-color:rgba(0,0,0,0.93);
        left:0;
        top:-5000px;
        opacity:0;
        -webkit-transition: all 10ms cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, opacity 0.35s ease-in-out 0s;
        -moz-transition: all 10ms cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, opacity 0.35s ease-in-out 0s;
        -o-transition: all 10ms cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, opacity 0.35s ease-in-out 0s;
        -ms-transition: all 10ms cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, opacity 0.35s ease-in-out 0s;
        transition: all 10ms cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s, opacity 0.35s ease-in-out 0s;

    }

    #overlay-menu.overlay-show {
        top:0px;
        opacity:1;
        -webkit-transition: all 10ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.3s;
        -moz-transition: all 10ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.3s;
        -o-transition: all 10ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.3s;
        -ms-transition: all 10ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.3s;
        transition: all 10ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.3s;
    }

    #overlay-menu nav {
        float: none;
        text-align:center;
    }

    #overlay-menu nav::after {
        width: 0px;
    }

    #overlay-menu .clapat-menu-item {
        top: 0px!important;
        float:none;
    }

    #overlay-menu .flexnav li, #overlay-menu .flexnav li a {
        background-color:transparent;
    }

    #overlay-menu .flexnav li a {
        font-family: 'Montserrat', sans-serif;
        font-size:24px;
        text-transform:uppercase;
        padding: 20px 30px;
    }

    #overlay-menu .flexnav li a.is-active, #overlay-menu .flexnav li a:hover {
        color: #fff;
    }

    #overlay-menu .flexnav li ul li a {
        font-size: 16px;
        text-transform:none;
        text-align:left;
        padding: 10px 30px;
    }

    #overlay-menu .outer {
        display:table;
    }

    #overlay-menu .inner {
        display:table-cell;
    }

}

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

    #overlay-menu .flexnav li a {
        padding: 20px 20px;
    }
    #overlay-menu .flexnav li ul li a {
        padding: 10px 20px;
    }

}

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

    #overlay-menu {
        position:relative!important;
        height:auto!important;
    }

    #overlay-menu .outer, #overlay-menu .inner {
        display:block;
    }

}




nav {
    float: right;
    margin-right: 35px;
    position: relative;
}
nav:after {
    width: 1px;
    height: 20px;
    background-color: #ddd;
    content: "";
    position: absolute;
    top: 40px;
}
.menu-title {
    line-height: 20px;
    padding: 40px 35px;
    position: absolute;
    right: 0;
    font-family: 'Montserrat', sans-serif;
}
nav.nav-show .menu-title {
    top: -100px;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
}
nav .menu-title {
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 1s;
    -moz-transition: all 0.3s ease-in-out 1s;
    -o-transition: all 0.3s ease-in-out 1s;
    -ms-transition: all 0.3s ease-in-out 1s;
    transition: all 0.3s ease-in-out 1s;
}
/* Flexnav Base Styles */



.clapat-menu-item {
    top: -100px;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
}
.clapat-menu-item.menu-item-show {
    top: 0px;
}
.flexnav {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0;
}
.flexnav.opacity {
    opacity: 0;
}
.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px;
}
.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}
.flexnav li a {
    position: relative;
    display: block;
    padding: 40px 20px;
    z-index: 2;
    overflow: hidden;
    color: #999;
    background: #fff;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.flexnav li a.is-active, .flexnav li a:hover {
    color: #000;
}
.flexnav li ul li a.is-active, .flexnav li ul li a:hover {
    color: #fff;
}
.flexnav li ul {
    min-width: 150px;
}
.flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}
.flexnav li ul.flexnav-show li {
    overflow: visible;
}
.flexnav li ul li a {
    display: block;
    background: #000;
}
.flexnav li ul li a.active, .flexnav li ul li a:hover {
    color: #fff;
}
.flexnav ul li ul li a {
    background: #000;
}
.flexnav ul li ul li ul li a {
    background: #cbcbc9;
}
.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    display: none;
}
.flexnav .touch-button:hover {
    cursor: pointer;
}
.flexnav .touch-button .navicon {
    position: relative;
    top: 1.5em;
    font-size: 12px;
    color: #666;
}
.menu-button {
    position: relative;
    display: block;
    padding: 1em;
    background: #a6a6a2;
    color: #222222;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px;
}
.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
}
.menu-button .touch-button .navicon {
    font-size: 16px;
    position: relative;
    top: 1em;
    color: #666;
}
@media all and (min-width: 1025px) {
    body.one-page {
        padding-top: 70px;
    }
    .flexnav {
        overflow: visible;
    }
    .flexnav.opacity {
        opacity: 1;
    }
    .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px;
    }
    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: inline-block;
        margin-right: 10px;
        background-color: #a6a6a2;
        overflow: visible;
    }
    .flexnav li a {
        border-bottom: none;
    }
    .flexnav li > ul {
        position: absolute;
        margin: 0;
        top: auto;
        left: 0;
    }
    .flexnav li:last-child ul {
        right: 0;
        left: auto;
    }
    .flexnav li ul li > ul {
        left: 0!important;
        right: auto;
    }
    .flexnav li > ul li {
        width: 100%;
    }
    .flexnav li ul li > ul {
        margin-left: 100%;
        top: 0;
    }
    .flexnav li ul li a {
        border-bottom: none;
        padding: 10px 20px;
    }
    .flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px;
    }
    .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0;
    }
    .menu-button {
        display: none;
    }
}
.oldie body.one-page {
    padding-top: 70px;
}
.oldie .flexnav {
    overflow: visible;
}
.oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
}
.oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible;
}
.oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible;
}
.oldie .flexnav li:hover > ul li {
    width: 100%;
    float: none;
}
.oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible;
}
.oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible;
}
.oldie .flexnav li ul li ul {
    top: 0;
}
.oldie .flexnav li ul li a {
    border-bottom: none;
}
.oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible;
}
.oldie .flexnav li ul.open li {
    width: 100%;
}
.oldie .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
    display: block;
    width: 100%;
    overflow: visible;
}
.oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0;
}
.oldie .menu-button {
    display: none;
}
.oldie.ie7 .flexnav li {
    width: 19.9%;
}
/*--------------------------------------------------

        04. Pre Hero and Hero

---------------------------------------------------*/	











#pre-hero {
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -ms-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 260px 0px 0px;
    width: 1180px;
    margin: 0 auto;
}

.single-post #pre-hero {
    padding: 160px 0px 0px;

}
#pre-hero::after {
    clear: both;
    content: " ";
    display: table;
}
#pre-hero.hidden {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -o-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}
.pre-hero-container {
    width: 50%;
    box-sizing: border-box;
}
.single-post .pre-hero-container{
    width: 80%;	
}
.pre-hero-container.pre-hero-fullwidth {
    width:100%;
}
#hero {
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -ms-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: #f3f4f8;
    margin-bottom: 60px;
    overflow: hidden;
    width:100%;
    cursor:pointer;
}
#hero.hidden {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -o-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}
.page-template-portfolio-mixed-page #hero {
    margin-bottom:20px;
}
.hero-image {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
}
.hero-image.image-show {
    opacity: 1;
}
.overlay {
    height:100%;
}
#video-container {
    height: 100%;
    width: 100%;
    position: fixed;
}
#stopmovie {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    cursor: pointer;
}
#playmovie {
    width: 100%;
    height: inherit!important;
    position: absolute;
    z-index: 10;
    opacity: 1;
    background-image: url(images/6.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
}
#playmovie .overlay {
    height: 100%;
}
#playmovie h2 {
    color: #fff;
    line-height: 45px;
    margin-bottom: 0;
}
#playmovie p {
    color: #999;
    float: left;
    margin-left: 3px;
}
#playmovie.hidden-play {
    opacity: 0;
}
.play-box {
    display: block;
}
.play-icon {
    text-align: center;
    border: #fff 7px solid;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 100px;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
}
.play-icon:hover {
    border: #000 7px solid;
}
.light-content .play-icon:hover {
    border: #CCC 7px solid;
}
.play-icon i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    margin-left: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
}
.play-icon:hover i {
    color: #000;
}
.light-content .play-icon:hover i {
    color:#CCC;
}
/*--------------------------------------------------

        05. Page Styles

---------------------------------------------------*/		







#main {
    margin: 0;
    margin-top:110px;
}
#main::after {
    clear: both;
    content: " ";
    display: table;
}
#page-nav {
    margin-top:10px;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
}
.page-nav-image {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    opacity: 0;
    margin-top: -60px;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.page-nav-hover .page-nav-image {
    opacity: 1;
}
#page-nav::after {
    clear: both;
    content: " ";
    display: table;
}
.nav-button {
    float: left;
    z-index: 1;
    position: relative;
    font-size: 20px;
    width: 80%;
}
.next-posts{
    float: left;
}
.prev-posts{
    float: right;
}
.page-nav p, .page-nav:hover p, a.prev-posts, a.next-posts {
    color: #999;
}
a.prev-posts:hover {
    color: #000;
}
.nav-button h1, .nav-button p {
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.nav-button:hover h1 {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transition: translateY(-10px);
    transform: translateY(-10px);
}
.nav-button p {
    opacity: 0;
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(0px);
    -o-transition: translateY(0px);
    transform: translateY(0px);
    margin-bottom:0;
}
.nav-button:hover p {
    opacity: 1;
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transition: translateY(-20px);
    transform: translateY(-20px);
}
/*--------------------------------------------------

        06 .Portfolio Filters

---------------------------------------------------*/



#filters {
    margin: 0;
    width: 100%;
    opacity: 1;
    max-height: 200px;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
}
#filters.filters-hide {
    opacity: 0;
    max-height: 0px;
}
#filters li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0px 10px 0px;
}
#filters li:first-child {
    margin-left: 1px;
}
#filters li a {
    display: inline-block;
    color: #999999;
}
#filters li a:hover {
    color: #000;
}
#filters li a.active {
    color: #000;
}
/*--------------------------------------------------

        07. Portfolio Items

---------------------------------------------------*/



#portfolio-wrap {
    width: 1380px;
    margin: 0 auto;
    margin-left: -20px;
    margin-bottom: -20px;
}
#portfolio-wrap.no-gutter {
    width: 1280px;
    margin: 0 auto;
}
#portfolio {
    width: 100%;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}
.item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.item-content {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #eeeeee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: table;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.item-content.image-show {
    opacity: 1;
}
.item:hover .item-content {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.item-overlay {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    opacity: 0;
    padding: 60px;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.item:hover .item-overlay {
    background: rgba(0,0,0,0.8);
    opacity: 1;
}
.item-overlay.overlay-white {
    background: rgba(255,255,255,0);
}
.item:hover .item-overlay.overlay-white {
    background: rgba(255,255,255,0.5);
    opacity: 1;
}
.item-cat {
    display: block;
    color: #999;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
.item:hover .item-cat {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.item-title {
    display: block;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 36px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
.item-overlay.overlay-white .item-title {
    color: #000;
}
.item:hover .item-title {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
/*--------------------------------------------------

        08. Portfolio Isotope Transitions

---------------------------------------------------*/



.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/*--------------------------------------------------

        09. Blog

---------------------------------------------------*/	



#blog {
    margin: 0 auto;
    width: 100%;
}

#blog.text-align-center {
    text-align:left;
    margin-bottom:60px;
    margin-top: 60px;
}
.post {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.post .one_half {
    width:80%;
    margin-bottom:0px;
}
.post.sticky .one_half {
    width: 80%;
}
.post.sticky .one_half p {
    color: #000;
}
.post-image {
    min-height: 300px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    margin-bottom: 80px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -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;
    opacity: 0;
}
.post-image.image-show {
    opacity: 1;
}
.post .outer {
    width: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.post .overlay {
    background-color: rgba(0,0,0,0);
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.post-categories {
    margin: 0;
}
.meta-categories {
    margin: 0 0 10px;
}
.meta-categories li {
    display: inline-block;
    margin-right: 5px;
}
.meta-categories li:after {
    content: ',';
}
.meta-categories li:last-child:after {
    content: "";
}
.meta-categories li:last-child {
    margin-right: 0px;
}
.meta-categories li a {
    color: #999;
    font-size: 12px;
}
.meta-categories li a:hover {
    color: #000;
}
.post-title, .post-title-no-link {
    display: block;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin-left: -3px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.post-title:hover {
    color: #222;
}
.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}
.entry-meta {
    margin: 0;
    display: block;
    margin-bottom: 30px;
}
.entry-meta li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.entry-meta li a {
    color: #999;
}
.entry-meta li a:hover {
    color: #000;
}
.entry-date:before {
    font-family: FontAwesome;
    content: "\f017";
    padding-right: 3px;
}
.entry-author:before {
    font-family: FontAwesome;
    content: "\f007";
    padding-right: 5px;
}
.entry-comments:before {
    font-family: FontAwesome;
    content: "\f075";
    padding-right: 5px;
}
.entry-comments .screen-reader-text {
    display: none;
}
.entry-tags {
    margin-right: 5px !important;
}
.entry-tags:last-child::after {
    content: "";
}
.entry-tags::after {
    content: ",";
    padding-right: 0;
}
.clapat-tags {
    display: inline-block;
    margin-left: 0;
}
.clapat-tags::before {
    content: "";
    font-family: FontAwesome;
    padding-right: 5px;
}
.post-content {
    margin-bottom: 0px;
}
#search-box {
    margin-top:150px;
    width:60%;
    margin-bottom:60px;
}
/* Blog Comments */	



.post-comments {
    margin-bottom: 120px;
}
.post-comments h2 {
    margin-bottom: 40px;
}
.user_comment {
    color: #000;
    margin-bottom: 60px;
    padding-left: 80px;
    position: relative;
}
.user-image {
    border-radius: 100%;
    height: 60px;
    overflow: hidden;
    width: 60px;
    position: absolute;
    left: 0px;
}
.user-image img {
    width: 100%;
    height: auto;
}
.comment-name {
    margin-bottom: 0px
}
.comment-date {
    color: #999;
    font-size: 12px;
    margin-bottom: 20px;
}
.comment-text {
    color: #999999;
    margin-bottom: 5px;
}
.user_comment_reply {
    position: relative;
    color: #000;
    padding-left: 80px;
    margin-top: 60px;
    display: block;
}
.reply {
    color: #999;
    display: block;
    line-height: 14px;
    margin-top: 15px;
}
.post-formular h4 {
    margin-bottom: 40px;
}
#commentsform textarea {
    resize: none;
}
#commentsform textarea:focus {
    height: 200px;
}
.form-submit input[type="submit"]:hover {
    background-color: #222;
}
.page-nav .no-posts-link {
    color: #eee;
}
.page-comments {
    margin-top:60px;
}
/* Alignments */



.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
/* Wordpress New Styles */



.bypostauthor > article .fn:before {
    content: "";
    margin: 0 2px 0 -2px;
    position: relative;
}
.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption-text {
    font-style: italic;
    line-height: 1.5;
    padding: 0.5em 0;
}
.post-password-form label {
    color: #333;
    display: block;
    line-height: 1.5;
}
.page-links a, .page-links > span {
    margin: 0 0.25em 0.25em 0;
}
.page-links a {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.page-links a, .page-links > span {
    border: 1px solid rgba(51, 51, 51, 0.1);
    display: inline-block;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 5px;
    text-align: center;
    width: 2em;
}
.form-submit {
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}
/*--------------------------------------------------

        10. Contact Page

---------------------------------------------------*/		



#map_canvas {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
#map_canvas img {
    max-width: inherit !important;
}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}
.gmnoprint div {
    background: none !important;
}
#contact-formular {
    width: 100%;
}
input[type="password"] {
    height: 42px;
    margin-bottom: 0;
    margin-top: 10px;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    height: 60px;
    padding: 10px 25px 10px 0px;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #000;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    box-sizing: border-box;
}
#contact-formular textarea {
    resize: none;
    padding: 20px 25px 20px 0px;
    margin-bottom: 0;
}
#contact-formular textarea:focus {
    height: 200px;
}
input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}
input[type="submit"] {
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    letter-spacing: 0;
    line-height: 20px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    text-align: center;
    letter-spacing: 1px;
    background-color: #000;
    display: inline-block;
}
.nav-button input[type="submit"] {
    background-color: transparent;
    color: #000;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    padding: 0;
    text-transform: none;
    margin-bottom: 10px;
    margin-left: -3px;
    margin-top: 150px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.nav-button:hover input[type="submit"] {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transition: translateY(-10px);
    transform: translateY(-10px);
}
.error_message {
    text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
    color: #e93735;
    font-weight: bold;
}
#success_page {
    text-align: center;
}
#success_page p {
    color: #999999;
    margin-top: 20px;
}
#message fieldset {
    border: none;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    background-color: #f7e700;
    color: #000;
    display: inline-block;
    margin: 0;
}
/*--------------------------------------------------

        11. Div Animation

---------------------------------------------------*/









.has-animation {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0.3s!important;
    -moz-transition: all 0.3s ease-in-out 0.3s!important;
    -o-transition: all 0.3s ease-in-out 0.3s!important;
    -ms-transition: all 0.3s ease-in-out 0.3s!important;
    transition: all 0.3s ease-in-out 0.3s!important;
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transition: translateY(50px);
    transform: translateY(50px);
}
.has-animation.animate-in {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transition: translateY(0px);
    transform: translateY(0px);
}

/*--------------------------------------------------
        11.02 Magnific Popup
---------------------------------------------------*/

button.mfp-close, button.mfp-arrow:before {
    background:url(css/default-skin/default-skin.png) 0 0 no-repeat; background-size: 264px 88px;
}
button.mfp-close {
    width: 44px; height: 44px; color: transparent; background-position: 0 -44px;
}
button.mfp-arrow { 
    width: 70px; height: 100px; opacity: .9;
}
button.mfp-arrow:hover, button.mfp-close:hover { 
    background-color: transparent; 
}
button.mfp-arrow:after { 
    display: none; 
}
button.mfp-arrow:before {
    content: ''; position: absolute; top: 35px; height: 30px; width: 32px; border: 0; margin: 0;
}
button.mfp-arrow-left:before {
    left: 6px; background-position: -138px -44px; 
}
button.mfp-arrow-right:before {
    left: auto; right: 6px; background-position: -94px -44px; 
}
.mfp-title {
    display: inline-block; position: fixed; bottom: 4px; left: 0; padding: 0 8px; font-size: 13px; line-height: 27px; color: #fff; text-transform: uppercase; letter-spacing: 1px;
}
.mfp-counter {
    position: fixed; top: 14px; left: 14px; font-size: 13px; font-weight: 400; color: #fff; opacity: .85; 
}
.mfp-removing button,.mfp-removing .mfp-title { 
    opacity: 0; 
}
.mfp-figure:after {
    box-shadow: none; 
}
/* zoom-in animation */
html {
    -webkit-backface-visibility: hidden;
}
.mfp-ready .mfp-figure {
    opacity: 0;
}
.mfp-zoom-in .mfp-figure { 
    opacity: 0; transition: all 0.2s ease-out; transform: scale(0.9);
}
.mfp-zoom-in.mfp-bg, .mfp-zoom-in .mfp-preloader {
    opacity: 0; transition: all 0.2s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure {
    opacity: 1; transform: scale(1);
}
.mfp-bg { 
    background: #fff; 
}
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.95;
}
.mfp-zoom-in.mfp-removing .mfp-figure {
    transform: scale(0.9); opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg, .mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0;
}
.mfp-preloader {
    width: 88px; height: 8px; opacity: 0.65; margin: 0 auto; background: url(../images/bckg/loading-light.gif) center center no-repeat; background-size: 88px 8px;
}
/* fade image change */
.mfp-image-loaded .mfp-figure {
    -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-backface-visibility: hidden;
}
@-webkit-keyframes fadeIn{
    0%{ opacity:0 }
    100%{ opacity:1 }
}
@keyframes fadeIn{
    0%{ opacity:0 }
    100%{ opacity:1 }
}

/*--------------------------------------------------

        12. Shortcodes

---------------------------------------------------*/	









/* Buttons */	



.clapat-button {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    letter-spacing: 0;
    line-height: 20px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    text-align: center;
    letter-spacing: 1px;
    background-color: #000;
    display: inline-block;
}
.clapat-button:hover, .clapat-button:active, .clapat-button:focus {
    background-color: #333;
    color: #fff;
}
.clapat-button.outline-button {
    color: #000;
    padding: 12px 27px;
    background-color: transparent;
    border: #000 3px solid;
}
.clapat-button.outline-button:hover, .clapat-button.outline-button:active, .clapat-button.outline-button:focus {
    border: #000 3px solid;
    color: #fff;
    background-color: #000;
}
.space-buttons {
    display: inline-block;
    height: 0px;
    width: 20px;
}
/* More Link */



.more {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.more:hover {
    color: #000;
}
.icon:before {
    display: inline-block;
    content: ' ';
    background-image: url('images/arrow-right.svg');
    background-size: 30px 20px;
    height: 19px;
    width: 30px;
    vertical-align: middle;
}
a.more > span.icon {
    float: none;
    margin: 0.1em 0.3em -0.1em 0;
    font-size: 19px;
    padding-left: 0px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.more:hover > span.icon {
    float: none;
    margin: 0.1em -0.1em -0.1em 0;
    opacity: 1;
    padding-left: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* Progress Bars */	



.progress-bar {
    text-align: left!important;
    margin: 0px!important;
}
ul.progress-bar {
    margin: 0;
}
.progress-bar li {
    list-style: none!important;
    cursor: pointer;
}
.progress-bar li i {
    margin: 0;
}
.progress-bar li:last-child span {
    margin-bottom: 0px;
}
.progress-bar li .bar-wrap {
    margin-bottom: 20px;
    background-color: #eee;
}
.progress-bar li span {
    height: 10px;
    width: 0px;
    display: block;
    background-color: #000;
    transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
}
.progress-bar li p {
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.progress-bar li span {
    overflow: visible!important;
    position: relative;
}
.progress-bar li span strong {
    position: absolute;
    right: -0px;
    top: -25px;
    padding: 4px 0px;
    color: #999;
    line-height: 12px;
    font-size: 11px;
    opacity: 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.progress-bar li span strong i {
    font-style: normal;
}
.progress-bar li span strong.full:after {
    left: 15px;
}
.progress-bar li span strong.full {
    width: 43px;
    text-align: center;
}
/* Service Icon Boxes */	



.services-icon i {
    font-size: 30px;
    float: none;
    margin-right: 10px;
    color: #999;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.services-icon:hover i {
    color: #000;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.service-info-text {
    margin-top: 10px;
    margin-bottom: 0px;
}
.service-info-text h5 {
    margin-bottom: 5px;
    padding-top: 5px;
    font-size:14px;
}

.service-info-text p {
    margin-bottom:0px;
}
/* Service Icon top Boxes */



.service-icon-top i {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #999;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.service-icon-top:hover i {
    color: #000;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.service-info-text h5 {
    margin-bottom: 5px;
    padding-top: 5px;
}
/*  Accordions  */	



.accordion dt {
    cursor: pointer;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.accordion dt.accordion-active {
    background-color: #000;
    color: #fff;
}
.accordion dt:hover {
    background-color: #000;
    color: #fff;
}
.accordion dt {
    font-weight: 700;
    font-size: 14px;
}
.accordion dt.accordion-active:after {
    content: "_";
    margin-top: -7px;
}
.accordion dt:after {
    content: "+";
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-top: 0px;
}
.accordion .accordion-content {
    padding: 5px 15px;
    line-height: 25px;
}
/* Toggle */



.toggle-wrap {
    float: left;
    width: 100%;
}
.toggle-title {
    background: #eeeeee;
    cursor: pointer;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.toggle-title:after {
    content: "+";
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-top: 0px;
}
.toggle-title a {
    color: #999;
    text-decoration: none;
}
.toggle-title:hover {
    background: #000;
    color: #fff;
}
.toggle-title:hover a {
    color: #fff;
}
.toggle_container {
    padding: 5px 15px;
    margin-bottom: 24px;
    line-height: 25px;
}
.toggle-active {
    color: #fff;
    background: #000;
}
.toggle-active:after {
    content: "_";
    margin-top: -7px;
}
.toggle-active a {
    color: #FFF;
}
/*  Tabs  */



.tab-shortcode {
    display: table;
    width: 100%;
}
ul.tabs {
    overflow: hidden;
    margin: 0px;
}
ul.tabs li {
    float: left;
    margin: 0px;
    list-style: none;
}
ul.tabs li a {
    display: block;
    background-color: #eeeeee;
    padding: 6px 20px;
    margin-right: 5px;
    color: #999;
    font-weight: 700;
    font-size: 14px;
}
ul.tabs .tab-active a {
    color: #fff;
    background-color: #000;
}
ul.tabs li a:hover {
    color: #fff;
    background-color: #000;
}
.tab_container {
    clear: both;
    padding: 20px;
    margin-top: 0px;
    border: #ebebeb solid 1px;
    line-height: 25px;
}
/*  Alert Boxes  */



.alertboxes {
    float: left;
    width: 100%;
}
.shortcode_alertbox {
    color: #FFFFFF;
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 15px 40px 15px 14px;
    position: relative;
}
.shortcode_alertbox .box_close {
    background: url("images/close_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-position: 10px 10px;
    background-size: 20px 20px;
    display: block;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    cursor: pointer;
}
.shortcode_alertbox b {
    color: inherit;
}
.shortcode_alertbox.box_red {
    background: none repeat scroll 0 0 #F9E5E6;
    color: #B3696C;
}
.shortcode_alertbox.box_blue {
    background: none repeat scroll 0 0 #D8ECF5;
    color: #528DA9;
}
.shortcode_alertbox.box_yellow {
    background: none repeat scroll 0 0 #FCF7D9;
    color: #C4A21B;
}
.shortcode_alertbox.box_green {
    background: none repeat scroll 0 0 #E3EBC6;
    color: #8FA442;
}
/* Number Counters */		



.clapat-counters {
    display: table;
    margin-left: 0;
    text-align: center;
    width: 100%;
}
.clapat-counter {
    text-align: center;
    list-style: none;
    display: inline-block;
    border-right: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    display: table-cell;
}
.clapat-counter:last-child {
    border-right: none;
}
.clapat-counter .number {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 5px;
    color: #000;
}
.clapat-counter .subject {
    font-weight: 400;
    font-size: 14px;
}
/* Pricing Tables */		



.p-table-item {
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}
.p-table-item-inner {
    border: 3px solid #eaeaea;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.p-table-item-inner:hover {
    border-color: #000;
}
.active .p-table-item-inner {
    border-color: #000;
}
.p-table-wrap {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
}
.p-table-icon {
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 32px;
    z-index: 1;
    color: #000;
}
.p-table-title {
    position: relative;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 1;
    color: #000;
    text-transform: uppercase;
}
.p-table-list {
    margin: 0 -20px 30px;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
}
.p-table-list li {
    padding: 12px 20px;
    list-style: none;
    border-bottom: 1px solid #ebebeb;
}
.p-table-list li:first-child {
    border-top: 1px solid #ebebeb;
}
.p-table-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin: 0 -20px;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    color: #000;
}
.p-table-num sup {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -15px;
    left: -3px;
    margin-left: -7px;
    color: #000;
}
.p-table-button {
    margin: 50px 0 20px 0;
}
.p-table-per {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
}
/* Radial Counters */	



.radial-counter {
    display: block;
    margin: 0 50px;
    cursor: default;
    margin: 10px;
}
.radial-counter input {
    cursor: default;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400!important;
    font-size: 13px!important;
    height: 50px!important;
    width: 50px!important;
    background-color: #000!important;
    border-radius: 100%;
    margin-left: -95px!important;
    margin-top: 45px!important;
}
.radial-counter-name {
    margin-top: 15px;
}
.radial-counter-info {
    margin-top: 10px;
}
/*--------------------------------------------------

        13. Footer

---------------------------------------------------*/	





footer {
    box-sizing: border-box;
    height: 120px;
    background-color: #fff;
    width: inherit;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
#footer-container {
    width: 1180px;
    margin: 0 auto;
    height: inherit;
}
.copyright {
    float: left;
    margin-bottom: 0;
    font-size: 12px;
}
.copyright a { 
    color:#999;
}
.copyright a:hover { 
    color:#000;
}
.scrolltotop {
    width: 60px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    border-radius: 2px 2px 0px 0px;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #000;
    cursor: pointer;
    top: 10px;
}
.scrolltotop.hidden {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.scrolltotop:hover {
    color: #000;
    animation: bounce 1s;
}
.scrolltotop .holder::after, .scrolltotop .holder::before {
    right: 25px;
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.holder::after, .holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 10px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.holder::after {
    top: 17px;
}
.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}
.socials {
    margin: 0px;
    display: block;
    width: auto;
    float: right;
    line-height: 25px;
}
.socials li {
    list-style: none;
    display: inline-block;
    margin-left: -4px;
}
.socials li:first-child {
    margin-left: 3px;
}
.socials li:first-child a {
    padding-left: 0px;
}
.socials li a {
    border-right: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 0 20px;
    color: #999;
    display: block;
    font-size: 16px;
    height: 16px;
    line-height: 10px;
    width: 20px;
}
.socials li:last-child a {
    border-right: none;
    padding-right: 0px;
}
.socials li a:hover {
    color: #000;
}





/*--------------------------------------------------

        15. Home

---------------------------------------------------*/		

.home header {
    display: none;
}	

.home #main {
    margin-top: 0px;
}	
.home .wpb_content_element{
    margin-bottom: 0px;
}

.home .vc_row.vc_column-gap-10 > .vc_column_container{
    padding:0;
}

/*
#home_instalaciones img{
        max-height:570px;
        min-width: 510px;
}

#home_distribucion img{
        max-height:280px;
        min-width: 511px;
}

#home_ubicacion img,
#home_contacto img,
#home_empresa img,
#home_productos img{
        max-height:280px;
        width: auto;
}
*/	







/*--------------------------------------------------

        14. Responsive

---------------------------------------------------*/			



@media only screen and (max-width: 1466px) {
    .container, #header-container, #pre-hero, #footer-container {
        width: 940px;
    }
    #pre-hero {
        padding: 200px 0 60px;
    }

    .flexnav li a {
        padding: 40px 10px;

    }
}
@media only screen and (max-width: 1260px) {
    .container, #header-container, #pre-hero, #footer-container {
        width: 860px;
    }
    #pre-hero {
        padding: 150px 0 60px;
    }
    .flexnav li {
        margin-right: 0px;
    }
    .post .one_half {
        width:70%;
    }
    #search-box {
        width:70%;
    }

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

    .container, #pre-hero, #footer-container {
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
        box-sizing: border-box;
    }
    #pre-hero {
        padding-top: 100px
    }
    .pre-hero-container {
        width: 100%;
    }
    header {
        position: relative;
    }
    #header-container {
        width: 100%;
    }
    #logo {
        margin-left: 80px;
    }
    #nav-menu {
        margin-right: 80px;
    }
    .menu-button {
        background: none;
        border-bottom: none;
        color: #222222;
        cursor: pointer;
        display: block;
        height: 100%;
        padding: 1em;
        position: absolute;
        right: 0;
        width: 80px;
    }
    .menu-button .touch-button {
        display: none;
    }
    nav {
        margin-right: 0;
        width: 100%;
        margin-bottom: 50px;
    }
    nav::after {
        width: 0;
    }
    .menu-title {
        display: none;
    }
    .menu-item {
        top: 0px;
    }
    .flexnav.flexnav-show {
    }
    .flexnav li a {
        background: #222 none repeat scroll 0 0;
        padding: 20px 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .flexnav li a.is-active, .flexnav li a:hover {
        color: #fff;
    }
    .flexnav ul li ul li a {
        padding-left: 60px;
    }
    .flexnav .touch-button {
        display: block;
    }
    .flexnav li ul {
        min-width: 150px;
        margin: 0 auto;
    }
    .flexnav li ul li {
        list-style: none;
    }
    .one_half {
        width: 100%;
    }
    .one_third {
        width: 100%;
    }
    .one_fourth {
        width: 100%;
    }
    .one_fifth {
        width: 100%;
    }
    .one_sixth {
        width: 100%;
    }
    .two_fifth {
        width: 100%;
    }
    .two_fourth {
        width: 100%;
    }
    .two_third {
        width: 100%;
    }
    .three_fifth {
        width: 100%;
    }
    .three_fourth {
        width: 100%;
    }
    .four_fifth {
        width: 100%;
    }
    .five_sixth {
        width: 100%;
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        margin-bottom: 20px;
        margin-right: 0%;
    }
    .post.sticky .one_half {
        width: 100%;
    }
    .post .one_half {
        width:100%;
    }
    #search-box {
        width:100%;
    }
    #page-nav {
        padding: 50px 0;
    }
    .page-nav-image {
        margin-top: -50px;
    }
    .has-animation {
        opacity: 1;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transition: translateY(0px);
        transform: translateY(0px);
    }
    .vc_col-sm-6 {
        width: 100%!important;
    }
}
@media only screen and (max-width: 767px) {

    .container, #pre-hero, #footer-container {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }
    #logo {
        margin-left: 40px;
    }
    #nav-menu {
        margin-right: 40px;
    }
    #pre-hero {
        padding-top: 80px
    }
    #filters li {
        display: block;
        margin: 0 1px 10px;
    }	 
    #portfolio-wrap {
        margin: 0 auto 20px 20px;
        width: 1380px;
    }
    .user_comment_reply {
        margin-left: -80px;
    }
    footer {
        height: auto;
        overflow: visible;
    }
    .scrolltotop {
        left: 0;
        margin-left: -22px;
        position: relative;
    }
    .copyright {
        float: none;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .socials {
        float: none;
        margin-bottom: 40px;
    }
    #page-nav {
        padding: 40px 0;
    }
    .page-nav-image {
        margin-top: -40px;
    }
    h1.big-title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 479px) {
    #pre-hero {
        padding-top: 60px
    }	 
    h1.big-title {
        font-size: 40px;
    }
    #page-nav {
        padding: 30px 0;
    }
    .page-nav-image {
        margin-top: -30px;
    }
}

