/*
Theme Name: Structure
Theme URI: http://structure.thememove.com
Author: ThemeMove Team
Author URI: http://thememove.com
Description: The best construction WordPress theme
Version: 6.9.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: structure
Tags: accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, translation-ready
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 *    2.1 Responsive images
 *    2.2 Alignment
 * 3.0 - Entry Content
 * 4.0 - Galleries
 * 5.0 - Attachments
 * 6.0 - Widget
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * ----------------------------------------------------------------------------
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

svg:not(:root) {
    overflow: hidden;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}

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 {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/**
 * 2.1 Responsive images
 *
 * Fluid images for posts, comments, and widgets
 * ----------------------------------------------------------------------------
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image,
.wpb_single_image img,
.vc_inner img{
    height: auto;
    max-width: 100%;
	width: auto;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/**
 * 2.2 Alignment
 *
 * ----------------------------------------------------------------------------
 */
/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

/**
 * 3.0 Entry Content
 * ----------------------------------------------------------------------------
 */

.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}

/* Page links */
.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #000;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

/**
 * 4.0 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/**
 * 5.0 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}

.attachment .site-main .sidebar-container {
    display: none;
}

.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}

.attachment .entry-content .wp-video {
    margin: 0 auto;
}

.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}

/**
 * 6.0 Widget
 * ----------------------------------------------------------------------------
 */

/* Search widget */
.search-form .search-submit {
    display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}

@media (min-width: 1200px) {
    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 {
        font-size: 18px;
        margin: 24px 40px;
    }

    blockquote blockquote {
        margin-right: 0;
    }

    blockquote cite,
    blockquote small {
        font-weight: normal;
        display: block;
        font-size: 11px;
        color: #000;
        margin-top: 20px;
    }

    blockquote em,
    blockquote i {
        font-style: normal;
        font-weight: 300;
    }

    blockquote strong,
    blockquote b {
        font-weight: 400;
    }
}

.page .entry-content .alignfull {
	margin-left: 50%;
	transform: translateX(-50vw);
	width: 100vw;
}

.page .entry-content .alignwide {
	margin-left: -100px;
	margin-right: -100px;
}

body .breadcrumb .container span {
	color: inherit;
}

img[usemap]{
	border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}
@media (max-width: 480px){
.slideshow-information.infobottom{
    display: block !important;
}
}
@media only screen and (min-width: 30em)
{
.container {
    max-width: 80%;
}
}
@font-face {
    font-family: Foco;
    src: url(/wp-content/themes/structure/fonts/Foco_Rg.ttf) format('truetype'),
			url('/wp-content/themes/structure/fonts/Foco-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/structure/fonts/Foco-Regular.woff2') format('woff2'),
        url('/wp-content/themes/structure/fonts/Foco-Regular.woff') format('woff');
}
.social .menu li a[href*="facebook"]:before {
    content: "\f09a";
    background-color: #3953e1;
    border-radius: 30px;
    color: #f7ea2f;
    display: inline-block;
    margin: auto 3px;
    font-size: 16px !important;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 29px;
    vertical-align: middle;
    margin-top: -1px;
}
.footer .social {
    display: block;
    margin: 0 auto;
    text-align: center;
		margin-bottom: 15px;
}

.footer .social .menu {
    text-align: center !important;
}
.page-id-707 .footer .col-md-4:last-child {
    display: none;
}
.vc_images_carousel ol.vc_carousel-indicators{
	display: none;
}
.slideshow-information h3 {
    padding-left: 40px !important;
    font-weight: normal !important;
}
.vc_images_carousel .vc_carousel-control .icon-prev:before{
	  font-family: FontAwesome !important;
    content: "\f053" !important;
		top: 0 !important;
}
.vc_images_carousel .vc_carousel-control .icon-next:before{
	  font-family: FontAwesome !important;
    content: "\f054" !important;
		top: 0 !important;
	
}
.imgnav {
    opacity: 1 !important;
}
.imgnav:before {
    background: #555555 !important;
    border-radius: 0 !important;
    height: 100px !important;
    line-height: 100px !important;
		margin: 0 !important;
		top: calc(50% - 75px) !important;
}
.slideshow-information {
    background-color: #3a53e1 !important;
    height: 50px !important;
    padding-top: 0px !important;
}
.vc_col-sm-12 .vc_slide .vc_item .vc_inner{
	max-width: 100%;
}
.vc_images_carousel .vc_carousel-control{
	opacity: 1 !important;
}
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
    color: #fff;
    width: auto !important;
    height: 100px !important;
		line-height: 100px;
    margin: 0 !important;
    background-color: #555;
    padding-left: 10px !important;
    padding-right: 10px !important;
		top: calc(50% - 50px)!important;
}
.vc_images_carousel .vc_carousel-control .icon-prev{
	right: 0 !important;
    left: 0 !important;
}
.vc_images_carousel .vc_carousel-control .icon-next{
	right: 0 !important;
	left: 0 !important;
}

/*
.header:after {
    content: "";
    display: block;
    background-color: #374de8;
    height: 93px;
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    max-height: 100%;
}
*/
.header .container {
    z-index: 3;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="text"],.wpcf7 input[type="date"]::placeholder,
.wpcf7 input[type="date"],.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="email"],.wpcf7 select,.wpcf7 textarea,.wpcf7 textarea::placeholder{
	color: #3a53e1 !important;
}
.wpcf7 input[type="submit"] {
    background-color: #3a53e1;    text-indent: -9999px;
    background-image: url(/wp-content/uploads/2018/07/bottom-send.png);
    width: 147px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
}
.wpcf7 input[type="submit"]:hover {
    background-color: #3a53e1;
    color: #fff;
}
body, [class*="col-"], .footer .menu li{
	font-size: 18px !important;
}
.page:not(.home) .content-wrapper {
    padding-top: 150px;
}
#primary-menu li.current_page_item a:before, #primary-menu li:hover a:before,#primary-menu li.current-page-ancestor a:before {
    background-color: #374de8;
}
/*
#primary-menu li:last-child.current_page_item a:before,#primary-menu li:last-child:hover a:before{
    background-color: #f7ea2f;
}
*/
#primary-menu li a:before{
    content: "";
    display: block;
    background-color: transparent;
    height: 3px;
    width: 65%;
		margin-bottom: 5px;
}
/*
#primary-menu li:last-child a {
    background-color: #374de8;
    color: #fff;
		font-style: italic;
}
*/
.text-center{
	text-align: center;
}
.text-mobile-center{
	text-align: center !important;
}
.text-right{
	text-align: right;
}
div.wpcf7 .ajax-loader{
	  display: block;
    margin-left: auto;
    margin-right: 0;
}
.site-branding{
	width: calc(100% - 155px);
	max-width: 169px;
}
.site-branding,.social{
	display: inline-block;
}
.social {
    margin-left: 10px;
    padding-top: 20px;
    vertical-align: -webkit-baseline-middle;
}
.scheme .scrollup {
    background-color: #3953e1;
}
::-webkit-scrollbar-thumb {
    background-color: #f7ea2f;
}
.social .menu li{
	margin-right: 0 !important;
	line-height: 0;
	margin-left: 0 !important;
	vertical-align: inherit;
}
.social .menu li a{
	color: #374de8;
}
.social .menu li:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin-left: 2px;
	margin-right: 2px;
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
}
.social .menu li a:before{
	font-size: 31px !important;
	vertical-align: middle;
}
.ubicacion-text p {
    font-size: 25px;
    color: #616161;
    line-height: 1.1;
    margin-bottom: 0;
}
hr{
	  width: 65px;
    margin-left: 0;
    border-top: 2px solid #3a53e1;
    border-bottom: 2px solid #3a53e1;
}
hr.separate{
	border: 0;
  border-top: 3px solid #3a53e1;
  width: 1125px;
	max-width: 90%;
  margin: 0px auto 30px;
}
.navigation > div > ul > li > a{
	padding-bottom: 20px !important;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 40px;
}
h1,h2,h3,h4,h5,h6,p,a{
	font-family: Foco !important;
}
h1,h2,h3,h4,h5,h6{
	color: #787878;
}
.header .col-md-4 {
  position: absolute;
	z-index: 9;
}
.header .col-md-4+.col-md-8{
	margin-left: 33.3333%;
}
.vc_custom_heading > *{
	color: #11d9b4;
}
h1{
	font-size: 80px !important;
	margin-bottom: 0 !important;
	line-height: 1 !important;
	font-style: italic !important;
}
h2{
	  text-align: center;
    font-weight: bold;
    color: #3953e1 !important;
    font-size: 40px !important;
    font-style: italic;
}
h3{
	font-size: 35px !important;
	font-weight: normal;
	font-style: italic !important;
}
h6{
	font-size: 24px !important;
	font-weight: normal;
	font-style: italic !important;
}

tabgal{
    font-family: Foco !important;
	font-size: 24px !important;
	color: #FFFFFF !important;
	font-weight: normal;
	font-style: italic !important;
}

.strecht-text{
	text-align: center;
	margin: 0 auto;
	max-width: 725px;
}
.entire-width *{
	width: 100% !important;
	display: block;
}
.menu-footer-menu-container{
	display: inline-block;
}
ul#menu-footer-menu {
    list-style: none;
}
.footer {
	padding: 40px 0 0px;
}
.footer [class*='col-'] {
    margin-bottom: 0;
}
.index-3{
	position: relative;
	z-index: 3;
}
.index-2{
	position: relative;
	z-index: 2;
}
.vc_col-sm-12 .vc_slide .vc_item .vc_inner{
	margin: 0 auto;
}
.slideshow-wrapper {
    max-width: 100%;
    border: 0 !important;
    background-color: #fff !important;
}
.thumbsbot {
    background-color: #fff !important;
}
.slideshow-slidearea {
    background-color: #fff !important;
}
.slideshow-slider{
	top: 6px;
}
.skip-lazy {
    border: 0 !important;
}
.slideshow-fullsize {
    max-width: 100%;
}
.slideshow-slideleft{
	background-color: transparent  !important;
}
.slideshow-slideright{
	background-color: transparent  !important;
}
.slideshow-slideleft:before {
    color: #3a53e1 !important;
	  margin: 0 !important;
    top: calc(50% - 24px) !important;
}
.slideshow-slideright:before {
    color: #3a53e1 !important;
	  margin: 0 !important;
    top: calc(50% - 24px) !important;
}
.no-padding-top .content-wrapper{
	padding-top: 0px !important;
}
.no-padding-bottom .content {
    padding-bottom: 0;
		margin-bottom: -10px;
}
	.max-height-183 img{
		max-height: 183px;
	}
.scheme .footer a:hover {
    color: #374de8 !important;
}
@media(max-width: 1199px){
	.menu-link{
		color: #fff;
	}
}
@media(max-width: 1280px){
	.tp-parallax-wrap:nth-child(3) ,
	.tp-parallax-wrap:nth-child(4) ,
	.tp-parallax-wrap:nth-child(5) {
    	top: 375px !important;
	}
	div#rev_slider_5_1_forcefullwidth{
		max-height: 445px;
	}
}
@media(max-width: 1024px){
	.tp-parallax-wrap:nth-child(2){
	    top: 0px !important;
	/*	left: 585px !important;*/
	}
	.tp-parallax-wrap:nth-child(3) ,
	.tp-parallax-wrap:nth-child(4) ,
	.tp-parallax-wrap:nth-child(5) {
    	top: 300px !important;
	}
	div#rev_slider_5_1_forcefullwidth{
		max-height: 352px;
	}
	.site-branding{
		/*width: calc(100% - 73px);*/
	}
	.social{
		margin-left: 5px;
		vertical-align: top;
	}
}
.max-380 img {
    max-width: 380px;
}
@media(max-width: 480px){
	.site-branding {
    width: calc(100% - 165px);
	}
	.header:after {
    max-width: 90px;
	}
}
@media(max-width: 991px){
	
	.menu-link{
		display: block !important;
    height: 100%;
    font-size: 35px;
    color: #fff !important;
    background-color: #374de8;
    /*max-width: 70px;*/
    text-align: center;
    margin-right: -15px;
    margin-left: auto;
		/*margin: 0 auto;*/
	}
	.header .col-xs-9+.col-xs-3{
		margin-left: 75%;
		/*height: 93px;
    	line-height: 93px;*/
	}
}
@media(max-width: 768px){
	.usemap-mobile {
    margin-left: -30px;
    margin-right: -30px;
	}
	.slideshow-slider{
		padding-left: 0 !important;
		padding-top: 0px !important;
	}
	.slideshow-slideleft,.slideshow-slideright {
  	background-color: #ffffffa1 !important;
	}
	.social .menu li a[href*="facebook"]:before {
    content: "\f09a";
    background-color: #3953e1;
    border-radius: 30px;
    color: #f7ea2f;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: auto 3px;
    width: 25px;
    font-size: 15px !important;
    text-align: center;
}
	.footer .social .menu li a[href*="facebook"]:before {
    height: 25px;
    line-height: 25px;
    width: 25px;
    font-size: 16px !important;
}
	.header .container{
		max-width: 100%;
	}
	.slideshow-fullsize {
		max-height: 288px;
	}
	.full-width-mobile .container{
		max-width: 100%;
	}
		.page:not(.home) .content-wrapper {
			padding-top: 100px;
	}
	.social .menu li:not(:last-child):after{
		margin-left: 0px;
	}
	.social .menu li a:before{
		font-size: 22px;
	}
	.header .col-xs-7+.col-xs-5 {
    margin-left: 58.33333333%;
	}
	h1{
		font-size: 45px !important;
	}
	h2{
		font-size: 26px !important;
	}
	h3{
		font-size: 23px !important;
	}
	h6{
		font-size: 17px !important;
	}
	.full-mobile img {
    min-height: 300px;
    min-width: 700px;
		max-height: 300px;
	}
	.header:after {
    max-width: 145px;
}
}
@media(max-width: 325px){
	.header:after {
    max-width: 130px;
	}
	.site-branding {
    width: calc(100% - 70px);
	}
}
@media (min-width: 992px) and (max-width: 1135px){
.navigation > div > ul > li > a {
	/*
    display: inline-block;
    padding: 15px 5px !important;
    position: relative;
	*/
	padding-left: 7.5px;
  padding-right: 7.5px;
}
}

input[type="checkbox"]
{
	 -webkit-appearance: none;
	background-color: white !important;
	border: 2px solid grey !important;
	width: 14px !important;
	height: 14px;
	-webkit-border-radius: 2px;
	cursor: pointer;
}
input[type="checkbox"]:checked{
	background-color: #3a53e1 !important;
}
label{
	font-size: 16px;
	color: #3a53e1;
}
label, span{
	font-style: italic;
}
.checkboxs{
	font-size: 14px;
}
.contCheck{
	margin-top:0px;
	margin-bottom:35px;
}
.social .menu li a[href*="instagram"]:before {
    background-image: url(/wp-content/themes/structure/images/instagram.png);
    background-size: contain;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.float{
	animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {
		transform: translatex(0px);
	}
	50% {
		transform: translatex(30px) translatey(10px);
	}
	100% {
		transform: translatex(0px);
	}
}
.social .menu li a[href*="youtube"]:before{
	margin-right: 3px;
}
.header [class*="col-"]{
	vertical-align: top !important;
}
.scheme .header{
	max-height: 93px;
	z-index: 9;
}
.tp-revslider-mainul .slotholder + .tp-parallax-wrap {
    /*left: 0 !important;
    */
    top: 0 !important;
}

