/*
Theme Name: spi
Text Domain: framework
Theme URI: http://m5designstudio.com/
Author: M5 Design
Author URI: http://m5designstudio.com/
Description: Sidebar right, responsive 1280px
Version: 2.0
*/


/* /////////////////////////////
    COLORS
 /////////////////////////////

---- Links colors -----
green (links) #ac1016
dark green (links hover)  #ac1016
light green (footer links) #ccef3b
---- Main Menu colors ---
nav container (blue) #1477ac
.navbar links hover #0B6693  (medium 1 blue)
.navbar current page #182d3b  (dark blue)
.current_page_item a  #ff0000  (red)
drop down parent .open  #014B70  (medium 2 blue)

*/



/* /////////////////////////////////////////////////////////////
  BOOTSTRAP
  /////////////////////////////////////////////////////////////*/
.wpcf7 label {
    width: 100%;
}

.wpcf7 label input,
.wpcf7 label textarea,
.wpcf7 label select {
    margin-bottom: 0px;
}

.wpcf7 label select {
    width: 100%;
}

.carousel-item img {
    width: 100%;
}

iframe {
    width: 100%;
}

.item-previous {
    margin-bottom: 20px;
}

.item-previous figure {
    border: 2px solid #ddd;
}

.action .btn {
    margin-top: 10px;
}

.lead {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-bottom: 20px
}

[type=button],
[type=reset],
[type=submit],
button {
    color: #fff;
    white-space: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    border-color: #3b6932;
    background-color: #3b6932;
    padding: .375rem 1rem;
    font-weight: bold;
    width: auto;
    border: 1px solid #3b6932;
    box-shadow: none;
}

[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover,
button:hover {
    background-color: transparent;
    border-color: #3b6932;
    color: #3b6932;
}

.fa-star {
    color: #FFCC00
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.panel-default {
    margin-bottom: 15px;
}

.panel-group .panel-heading {
    margin-bottom: 0px;
}

.panel-body {
    padding: 20px;
    border: 1px solid #ddd;
}

h4.panel-title {
    margin: 0px;
}

h4.panel-title a {
    color: #ac1016;
    background-color: transparent;
    display: block;
    padding: 15px 20px;
    position: relative;
    border: 1px solid #ddd;
}

[data-toggle="collapse"].collapsed {
    background-color: #000;
    color: #fff;
}

h4.panel-title a:hover {
    color: #ac1016;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}


h4.panel-title a i {
    position: absolute;
    right: 20px;
    top: 20px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a {
    background-color: #000;
    color: #fff;
    cursor: pointer
}

.nav-tabs li a:hover,
.nav-tabs li a:focus,
.nav-tabs li a:active {
    background-color: #ac1016;
    border-color: #ac1016;
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ac1016;
    border: 1px solid #ac1016;
    border-bottom-color: transparent;
}

.tab-content>.active {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.nav-tabs>li>.nav-link.active,
.nav-tabs>li>.nav-link.active:hover,
.nav-tabs>li>.nav-link.active:focus {
    background-color: #ac1016;
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #ac1016;
    color: #fff;
}

[data-toggle="collapse"]:after {
    content: "\f068";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    margin-right: 15px;
    position: absolute;
    top: 15px;
    right: 0px;
    left: auto;
    bottom: 0px;
}

[data-toggle="collapse"].collapsed:after {
    content: "\f067";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

button[data-toggle="collapse"]:after {
    display: none;
}

/* /////////////////////////////////////////////////////////////
WordPress Core
/////////////////////////////////////////////////////////////*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 0.6875rem;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* /////////////////////////////////////////////////////////////
  SITEMAP
  /////////////////////////////////////////////////////////////*/

#content .page-list .current_page_item>a {
    Background-color: transparent;
    color: #000000;
    font-weight: normal;
}

/* /////////////////////////////////////////////////////////////
  Begin TYPOGRAPHY
  /////////////////////////////////////////////////////////////*/
html {
    font-size: 16px;
}

body {
    color: #2a2a2a;
    font-weight: normal;
    background-color: #fff;
    line-height: 150%;
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
}

br.nc {
    display: none
}

.vertical {
    display: block;
    height: 100%;
    width: 100%
}

.vertical-center {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;

}

.vertical-top {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

.vertical-bottom {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: end;
}


/* ::::::: Links :::::::*/

a,
a:visited {
    color: #ac1016;
    text-decoration: none;
    font-weight: normal
}

a:active,
a:hover {
    color: #ac1016;
    text-decoration: underline;
    font-weight: normal
}


/* ::::::: Headings :::::::*/

h1 {
    margin: 10px 0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 110%;
    color: #454545;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    margin: 10px 0;
    color: #454545;
    font-weight: 300
}

h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
    line-height: 140%;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    line-height: 140%;
    text-decoration: none
}

h1.page-title {
    margin-bottom: 30px;
}


/* ::::::: Paragraphs :::::::*/

#content p {
    margin-bottom: 20px
}


/* ::::::: Lists:::::::*/



#content .nav-tabs li {
    margin-bottom: 0px
}

#content li li {
    margin-bottom: 3px
}

.tab_wrap li {
    margin-bottom: 0px;
}


/* Divider*/

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/*::::::: Tables :::::::*/

#content table {
    background-color: #FFFFFF;
    border: 1px solid #CCC
}

#content table thead {
    background-color: #e5e5e5;
    color: #333;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
}

#content table img {
    border: none;
    margin: 0px
}

#content table>tbody>tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

#content table td {
    padding: 10px
}


/*::::::: Breadcrumbs :::::::*/

.breadcrumbs a,
.breadcrumbs a:hover {
    font-weight: normal;
}

.breadcrumbs {
    margin: 15px 0px;
}

/* /////////////////////////////////////////////////////////////
end TYPOGRAPHY
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin buttons
/////////////////////////////////////////////////////////////*/

/*  buttons */
.btn,
.btn:visited {
    color: #fff;
    white-space: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    border-color: #ac1016;
    background-color: #ac1016;
}

.btn:focus,
.btn:not(:disabled):not(.disabled):active,
.btn:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
    text-decoration: none;
}

.btn-primary,
.btn-primary:visited {
    background-color: #ac1016;
    border-color: #ac1016;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff
}

.btn-secondary,
.btn-secondary:visited {
    background-color: #959796;
    border-color: #959796;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}


.btn-success,
.btn-success:visited {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #218838;
    border-color: #218838;
    color: #fff
}


.btn-danger,
.btn-danger:visited {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff
}


.btn-center {
    display: table;
    margin: 0 auto;

}

blockquote {
    border-left: 0 none transparent;
    margin: 10px 0;
    padding: 0;
}

blockquote {
    border-left: 0 none transparent;
    margin: 10px 0;
    padding: 0;
}

/* /////////////////////////////////////////////////////////////
end buttons
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
 begin pagenavi
 /////////////////////////////////////////////////////////////*/

.wp-pagenavi {
    clear: both;
    display: block;
    padding: 10px 0px;
}

.wp-pagenavi a,
.wp-pagenavi a,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
    color: #fff;
    margin: 2px;
    padding: 8px 12px;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    background: #ac1016 none repeat scroll 0 0;
    border: 2px solid #ac1016;
    color: #fff;
}

.wp-pagenavi span.pages {
    color: #999;
    font-size: 11px;
    font-style: italic;
    margin: 2px;
    padding: 4px 8px;
}

.wp-pagenavi span.current {
    background: #ac1016 none repeat scroll 0 0;
    border: 2px solid #ac1016;
    color: #fff;
    font-weight: normal;
    margin: 2px;
    padding: 8px 12px;
}

.wp-pagenavi span.extend {
    background-color: #ffffff;
    border: 2px solid #ddd;
    margin: 2px;
    padding: 4px 8px;
}

.wp-pagenavi a.last {
    display: inline-block;
    margin-top: 20px;
}

/* /////////////////////////////////////////////////////////////
 end pagenavi
 /////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
 begin sidebar
 /////////////////////////////////////////////////////////////*/

#primary.widget-area ul {
    list-style: none outside none;
    margin: 0;
    padding-left: 0 !important;
}


/*::::::: Sidebar Tagcloud :::::::*/

.tagcloud a,
.tagcloud a:visited {
    border-radius: 5px 5px;
    padding: 4px 10px;
    color: #ddd;
    background-color: #000;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
}

.tagcloud a:active,
.tagcloud a:hover {
    border-radius: 5px 5px;
    padding: 4px 10px;
    background-color: #ac1016;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
}


/*::::::: Sidebar Widgets :::::::*/

.widget_categories a,
.widget_categories a:visited {
    background-color: #000;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 10px 10px;
    display: block;
}

.widget_categories a:hover,
.widget_categories a:active {
    background-color: #ac1016;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 10px 10px;
    display: block;
    text-decoration: none
}

#primary.widget-area li.current-cat a,
#primary.widget-area li.current-cat a:visited {
    background-color: #ac1016;
    color: #FFFFFF;
}

aside .menu {
    display: inline-block;
    width: 100%;
}

aside .menu li a {
    background-color: #000;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 10px 10px;
    display: block;
}

aside .menu li a:hover,
aside .menu li.active a {
    background-color: #ac1016;
    color: #FFFFFF;
    text-decoration: none;
}

/* /////////////////////////////////////////////////////////////
end sidebar
/////////////////////////////////////////////////////////////*/


/* /////////////////////////////////////////////////////////////
begin social
/////////////////////////////////////////////////////////////*/


.socialI a,
.socialI a:visited {
    color: #A0A0A0;
    display: inline-block;
    font-size: 2rem;
    height: 34px;
    margin: 0px 0px 0 0;
    text-decoration: none;
    width: 30px;
}

.socialI a:active,
.socialI a:hover {
    color: #ac1016;
}

/* /////////////////////////////////////////////////////////////
end social
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
Begin LOG SINGLE
/////////////////////////////////////////////////////////////*/

/*  Related Posts */


/*  Comments */

.comment-form-comment #comment {
    width: 100%
}

#comments-title,
#reply-title {
    border-radius: 0 0 0 0;
    margin: 50px 0;
    padding: 8px 0px;
}

.avatar {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}

.commentlist {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden
}

.commentlist li {
    padding: 0px
}

.commentlist ul li {
    list-style-type: none;
}

.commentlist hr {
    margin-top: 0px
}


/*  Related Posts */

.relatedP {
    font-size: 14px
}

.relatedP h4 a,
.relatedP h4 a:visited {
    font-size: 20px;
    text-decoration: none
}

.relatedP h4 a:hover,
.relatedP h4 a:active {
    font-size: 20px;
    text-decoration: underline
}

.related-title {
    border-radius: 0 0 0 0;
    margin: 0 0 10px 0;
    padding: 8px 0px;
}

.entry-utility span {
    padding-right: 5px;
    margin-right: 10px;
    border-right: 1px solid #CCC;
}

.entry-utility {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #eeeeee;
    clear: both;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #A5A5A5;
}

.separe {
    margin-bottom: 50px;
}


.search-results .entry-utility {
    border-bottom: 0px solid #dddddd;
}

/* /////////////////////////////////////////////////////////////
end BLOG SINGLE
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin Reviews
/////////////////////////////////////////////////////////////*/
.shortcode-reviews .carousel-inner {
    width: 69%;
    overflow: hidden;
    margin: 0 auto;
}

.shortcode-reviews .carousel-control .fa {
    color: #000
}

/* /////////////////////////////////////////////////////////////
end Reviews
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin Property
/////////////////////////////////////////////////////////////*/

.single-property .entry-content {
    max-height: 500px;
    overflow: hidden;
    background-color: transparent;
    margin-bottom: 25px;
}

.single-property .entry-content figure{
    width: auto;
    display: table;
    margin: 0 auto;
}

.single-property .entry-content img {
    width: auto;
    height: 100%;
    max-height: 500px;
    margin: 0 auto;
}

.content-call-us{
    position: fixed;
    top: auto;
    left: auto;
    right: 15px;
    bottom: 70px;
    z-index: 999;
}

/* /////////////////////////////////////////////////////////////
end Property
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin Team
/////////////////////////////////////////////////////////////*/
.single-team .item-social a {
    padding-bottom: 15px;
    display: block;
}

.single-team .entry-title {
    text-align: left
}

.item-team {
    max-width: 300px;
    margin: 0px auto 15px auto;
}

.item-team figure {
    margin: 0px
}

.meta-team {
    background-color: #000;
    color: #fff;
    padding: 15px 10px;
    height: auto;
}

.meta-team .item-social {
    display: inline-block;
    width: auto;
    max-width: 67px;
    min-width: 20px;
    vertical-align: top;
    margin-right: 0px;
    padding-bottom: 0px;
    padding: 12px 5px;

}

.meta-team .item-name {
    display: inline-block;
    vertical-align: top;
    width: auto;
    border-right: 1px solid #fff;
    padding-right: 0px;
    width: 69%;
}

.meta-team .item-full {
    border-right: 1px solid transparent;
    width: 100%;
}

.meta-team .item-full h5 {
    padding: 15px 0px;
}

.meta-team h5 {
    text-align: left;
    color: #fff;
    margin: 0px;
    padding: 0px 0px;
    font-size: 1.1rem;
}

.meta-team small {
    color: #fff;
}

.meta-team a {
    color: #fff;
}

.meta-team a:hover {
    opacity: .8
}


.meta-team .item-social a {
    font-size: 1.1rem
}

/* /////////////////////////////////////////////////////////////
end Team
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin Articles
/////////////////////////////////////////////////////////////*/

.shortcode-article .layout-two img {
    display: table;
    margin: 0 auto 15px auto;
}

.shortcode-article .layout-tab img {
    display: table;
    margin: 0 auto 15px auto;
}

.shortcode-article .layout-tab .nav-item,
.shortcode-article .layout-tab .nav-item .nav-link {
    width: 100%;
    display: inline-block;
}

.shortcode-article .nav-tabs img {
    padding: 15px;
}

.shortcode-article .tab-content>.active {
    padding: 0px;
}

.shortcode-article .nav .nav-item {
    display: inline-block;
    cursor: auto;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.shortcode-article .nav .active a {
    color: #fff;
}


.shortcode-article .list .item {
    border-bottom: 1px solid #c2c2c2;
    display: inline-block;
    padding: 10px 0px;
}

.shortcode-article .list .row:last-child>.item {
    border: 0px solid #fff;
}

.shortcode-article .list h4 {
    font-size: 18px;
    margin: 0px 4px;
    display: inline-block;
    text-transform: uppercase;
}

.shortcode-article .list h4:first-child {
    margin-left: 0px;
}


/* article caption */


/* article caption */

.shortcode-article .caption {
    background: #262626;
    color: #C4C4C4;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.shortcode-article .caption h4 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.shortcode-article figure {
    margin: 0px;
}

/* article shadow */


/* article shadow */

.shortcode-article .content-caption {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.shortcode-article .caption-shadow {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    color: #C4C4C4;
    padding: 10px 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.shortcode-article .caption-shadow h4 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0px;
}

.shortcode-article .caption-shadow .entry-meta-caption a {
    color: #fff;
}

.shortcode-article .caption-shadow .entry-meta-caption a:hover,
.shortcode-article .caption-shadow .entry-meta-caption a:focus {
    color: #C4C4C4;
}


/* article tab */

/* /////////////////////////////////////////////////////////////
end Articles
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin Page
/////////////////////////////////////////////////////////////*/
.section-content {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    overflow: hidden;
}

/* /////////////////////////////////////////////////////////////
end Page
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin navigation
/////////////////////////////////////////////////////////////*/

.navbar-toggler .fa {
    color: #fff
}

.content-menu {
    background-color: transparent;
    border-color: transparent;
}


.screen-reader-text {
    position: absolute;
    left: -9000px;
}

.navbar {
    margin-bottom: 0px;
    padding: 0px;
}

.navbar-nav>li>a,
.dropdown-menu>li>a {
    padding: 25px 21px;
}

.navbar-default .nav>li>a,
.dropdown-menu>li>a {
    color: #fff;
    font-size: 0.8rem
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus {
    background-color: transparent;
    color: #fff;
    border-bottom: 3px solid #ac1016;
}

.navbar-default .nav>li>a i {
    padding-left: 5px;
}

.navbar-default .nav .current-menu-parent>a {
    color: #fff;
    background-color: transparent;
    border-bottom: 3px solid #ac1016;
}

.navbar-default .nav .current-menu-parent>a:hover {
    background-color: transparent;
    font-weight: normal;
}

.navbar-default .nav>.open>a,
.navbar-default .nav>.open>a:hover,
.navbar-default .nav>.open>a:focus {
    background-color: #000;
    color: #fff;
}

.navbar-default .nav>.active>a,
.navbar-default .nav>.active>a:hover,
.navbar-default .nav>.active>a:focus,
.navbar-default .nav li.current-page-ancestor {
    background-color: transparent;
    color: #fff;
    border-bottom: 3px solid #ac1016;
}

.home .navbar-default .nav>.active>a {
    border-bottom: 3px solid transparent;
}

.home .navbar-default .nav>.menu-item-2352.active>a {
    border-bottom: 3px solid #ac1016;
}

.navbar-default .nav>li>a {
    padding: 5px 9px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}


.current_page_item a {
    background-color: transparent;
    font-weight: normal;
    color: #fff
}

/* ::::::::: dropdown menu ::::::::::::*/


.dropdown-menu {
    background-color: #fff;
    width: 100%;
    transition: all 0.3s
}

.dropdown-menu .divider {
    background-color: #182d3b;
}

.dropdown-menu>li>a {
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
}

.dropdown-menu>li.current_page_item>a {
    background-color: #d5d5d5;
    color: #000;
}

.dropdown-menu>li>a:hover {
    background-color: #d5d5d5;
    color: #000;
}

.dropdown-menu li.current-menu-item a,
.dropdown-menu li.current_page_item a,
.navbar-default .nav .dropdown-menu li.current-property-parent a {
    color: #ac1016;
    background-color: transparent;
    border-bottom: 3px solid transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #d5d5d5;
    color: #000;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #000;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #0f6294;
    color: #fff
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
}


/* /////////////////////////////////////////////////////////////
end navigation
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin header
/////////////////////////////////////////////////////////////*/


.header-default .navbar-search input.search {
    border: 0px solid #ccc;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
    background-image: url(images/search-black.png);
    background-position: 91%;
    background-repeat: no-repeat;
    padding: 5px 32px 5px 10px;
    font-weight: 400;
    width: 136px;
}

.header-default .call>span {
    color: #424242;
    font-size: 1.0625rem;
    font-weight: bold;
}

.header-default .call .btn-call {
    font-size: 2.0625rem;
    color: #ca0316;
}


.header-default .call {
    display: inline-block;
    vertical-align: top;
}

.header-default .call-contact {
    display: inline-block;
    vertical-align: top;
}

.content-top img {
    display: table;
    margin: 0 auto;
    max-width: 290px;
    width: 100%;
}

.content-top {
    position: relative;
    padding: 15px 0px;
    z-index: 1;
    background: #73130b;
    background: -moz-linear-gradient(top, #73130b 0%, #c82a1d 41%, #c82a1d 100%);
    background: -webkit-linear-gradient(top, #73130b 0%, #c82a1d 41%, #c82a1d 100%);
    background: linear-gradient(to bottom, #73130b 0%, #c82a1d 41%, #c82a1d 100%);
}

.home .content-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    background: #73130b;
    background: -moz-linear-gradient(top, #73130b 0%, #c82a1d 41%, #c82a1d 100%);
    background: -webkit-linear-gradient(top, #73130b 0%, #c82a1d 41%, #c82a1d 100%);
    background: linear-gradient(to bottom, #73130b 0%, #c82a1d 41%, #c82a1d 100%);
}

.btn-back {
    position: fixed;
    z-index: 2147483647;
    background-color: #000000;
    padding: 10px 20px;
    color: #fff;
    top: 80px;
    bottom: auto !important;
    text-transform: uppercase;
}

/* /////////////////////////////////////////////////////////////
end header
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin HEADER Default: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/

.callbtn {
    text-align: center;
}

.call-contact .btn {
    font-size: 1.5rem;
    margin-top: 10px;
}

/* /////////////////////////////////////////////////////////////
end HEADER Default: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin HEADER Two: logo top full width menu
/////////////////////////////////////////////////////////////*/


/* top bar*/

.header-two .content-top {
    background-color: #1477ac;
    border-color: #000;
}

/* /////////////////////////////////////////////////////////////
end HEADER Two: logo top full width menu
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin HEADER SIX: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/

.header-six #top {
    position: relative;
    z-index: 99;
    background-color: #5c5c5c;
}

.header-six .content-top {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
}

.header-six .section-top {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
}

.header-six .content-search label {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.header-six .cart-link {
    position: relative;
    top: 0px;
}

.header-six .top-menu {
    display: table;
    width: auto;
    vertical-align: top;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.header-six .top-menu .navbar-nav>li>a {
    padding: 0px 12px;
    line-height: 15px;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.header-six .top-menu .navbar-nav>li>a:hover,
.header-six .top-menu .navbar-nav>li>a:active {
    text-decoration: underline;
    background-color: transparent;
}

.header-six .top-menu .menu-item-321 a {
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.header-six .top-menu .menu-item-321 a::before {
    content: "\f007";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    font-size: 1rem;
}

.header-six .top-menu .menu-item-322 .cart-link {
    color: #fff;
    position: relative;
    float: none;
    text-align: left;
    display: block;
    padding: 10px;
}

.header-six .top-menu .menu-item-322 .site-header-cart>li>a.cart-contents::before,
.header-six .top-menu .menu-item-322 .cart-link::before {
    content: "\f291";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    font-size: 1rem;
}

.header-six .btn-call {
    display: table;
    width: auto;
    margin: 15px auto;
    text-align: center;
}

.header-six #top .btn {
    font-size: 18px;
    margin-left: 0px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 0px 0px;
    color: #fff;
}

.header-six #top .diamond {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.header-six .site-header-cart {
    width: 100%;
    padding: 10px 10px;
}

.header-six .site-header-cart .cart-contents {
    color: #fff;
    padding: 0px 0px;
}

.header-six .top-menu .menu-item-322 .site-header-cart>li>a.cart-contents::before,
.header-six .top-menu .menu-item-322 .cart-link::before {
    content: "\f291";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    font-size: 1rem;
}

.header-six .site-header-cart .widget_shopping_cart {
    width: 180%;
    color: #000000;
}

.header-six .site-header-cart .cart-contents:after {
    display: none;
}

.header-six .socialI a,
.header-six .socialI a:visited {
    color: #fff;
    float: none;
    font-size: 32px;
    height: 34px;
    margin: 0px 2px 0 0;
    text-decoration: none;
    width: 30px;
    display: inline-block;
}

.header-six .socialI a:active,
.header-six .socialI a:hover {
    color: #fff;
    text-decoration: underline;
}

.header-six .content-search {
    margin-left: -10px;
    margin-top: 20px;
}

.header-six .yith-ajaxsearchform-container input[type="search"],
.header-six .yith-ajaxsearchform-container select,
.header-six .yith-ajaxsearchform-container input[type="submit"] {
    min-height: 30px;
    margin: 0;
}

.header-six .yith-ajaxsearchform-container input[type="search"] {
    width: 100%;
    padding: 0 10px;
}

.header-six .yith-ajaxsearchform-container input[type="submit"] {
    display: none;
}

.header-six .yith-ajaxsearchform-container input[type="search"] {
    margin: 10px 0px;
    padding: 5px 0px;
}

/* /////////////////////////////////////////////////////////////
end HEADER SIX: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/


/* /////////////////////////////////////////////////////////////
begin HEADER THREE: logo left & menu right
/////////////////////////////////////////////////////////////*/

.header-three #top {
    position: relative;
    z-index: 5000;
}

.header-three .navbar-default {
    width: 100%;
    background-color: #1477ac;
    border-color: #000;
}

.header-three .navSearch {
    display: inline-block;
    vertical-align: top;

}

.header-three .socialI {
    display: inline-block;
    vertical-align: top;
}

/* /////////////////////////////////////////////////////////////
end HEADER THREE: logo left & menu right
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin HEADER FOUR: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/


/*Nav in search bar*/

.header-four #navbar .navSearch {
    float: left;
    margin: 10px 20px 0 10px;
}

.header-four .navbar-search input.search {
    background-image: url("images/search.png");
    background-position: 5px 6px;
    background-repeat: no-repeat;
    padding: 5px 8px 5px 30px;
    font-weight: 400;
}

.header-four input[type="text"],
.header-four textarea,
.header-four .navbar-search input.search {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.header-four .menuTop {
    position: relative;
    z-index: 3000;
}

/* /////////////////////////////////////////////////////////////
end HEADER FOUR: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin HEADER FIVE: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/


.header-five #menu-top-menu a {
    padding: 4px 5px;
}

.header-five .top-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0px;
}

.header-five .top-out {
    position: relative;
    z-index: 1;
}

.header-five .top-social {
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
}

.header-five .social-content,
.header-five .search-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.header-five .search-content {
    padding: 10px 0px 0px 0px;
}

.header-five .social-content {
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #C2C2C2;
}

.header-five .top-menu {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.header-five .top-menu .navbar-nav>li>a {
    padding: 0px 12px;
    line-height: 42px;
    color: #373737;
}

.header-five .top-menu .navbar-nav>li>a:hover,
.header-five .top-menu .navbar-nav>li>a:focus {
    background-color: #fff;
    color: #B7010F;
}

.header-five .top-menu .menu-item-506 a::before {
    content: "\f007";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    font-size: 1rem;
}

.header-five .top-menu .menu-item-507 .cart-link {
    color: #373737;
}

.header-five .top-menu .menu-item-507 .site-header-cart>li>a.cart-contents::before,
.header-five .top-menu .menu-item-507 .cart-link::before {
    content: "\f07a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    font-size: 1rem;
}

.header-five #top .navSearch,
.header-five #top .socialI {
    float: none;
    display: inline-block;
    width: auto;

}

.header-five #top .navSearch {
    margin-top: 0px;
    width: 100%;
}

.header-five #top .navSearch label {
    width: 100%;
}

.header-five #top .socialI {
    margin-right: 0px;
    margin-top: 0px;
    float: none;
}


/* Top buttons */

.header-five .callbtn {
    text-align: center;
    padding: 10px 0px 15px 0px;
}

.header-five .callbtn span {
    font-size: 1.3125rem;
    text-align: center;
    text-transform: uppercase;
}

.header-five .callbtn .btn-call {
    background-color: #B7000F;
    border-color: #B7000F;
    color: #fff;
}

.header-five .callbtn .btn-call:hover {
    background-color: #9B0009;
    border-color: #9B0009;
}

.header-five #top .btn {
    font-size: 1.8rem;
    margin-left: 0px;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 5px;
    width: auto;
}

.header-five #top span.btn {
    cursor: default;
}

.header-five #top .callL {
    background-color: #019c4d;
    border-color: #019c4d;
    border-radius: 0;
    color: #ffffff;
    cursor: default;
    display: inline-block;
    font-size: 20px;
    line-height: 1.33333;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 10px 16px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.header-five #menu-container {
    border-top: 0px solid #182D3B;
    border-bottom: 1px solid #fff;
}

.header-five #menu-container .navbar {
    margin-bottom: 0px;
}

.header-five #menu-container .navbar-default {
    width: 100%;
}

.header-five #branding img {
    width: 100%
}

.header-five .site-header-cart {
    width: 100%;
    padding: 0;
}

.header-five .site-header-cart .cart-contents {
    padding: 0;
    color: #373737;
}

.header-five .top-menu .menu-item-507 .site-header-cart>li>a.cart-contents::before,
.header-five .top-menu .menu-item-507 .cart-link::before {
    content: "\f07a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    font-size: 1rem;
}

.header-five .yith-ajaxsearchform-container input[type="search"],
.header-five .yith-ajaxsearchform-container select,
.header-five .yith-ajaxsearchform-container input[type="submit"] {
    min-height: 30px;
    margin: 0;
}

.header-five .yith-ajaxsearchform-container input[type="search"] {
    width: 86%;
    padding: 0 10px;
}

.header-five .yith-ajaxsearchform-container input[type="submit"] {
    background-color: #032a5b;
    border: 0 none;
    color: #fff;
    padding: 5px 20px;
    width: auto;
}

.header-five .yith-ajaxsearchform-container input[type="search"] {
    margin: 10px;
    padding: 5px 0px;
    background-color: #032a5b;
    border: 0 none;
    color: #fff;
    padding: 5px 20px;
}

.header-five .site-header-cart .cart-contents:after {
    display: none;
}

.header-five .site-header-cart .widget_shopping_cart {
    width: 180%;
    color: #000000;
}

/* /////////////////////////////////////////////////////////////
end HEADER FIVE: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin flexible layout
/////////////////////////////////////////////////////////////*/


.no-gap .col:first-child {
    padding-right: 0px;
    padding-left: 0px;
}

.no-gap .col:last-child {
    padding-left: 0px;
    padding-right: 0px;
}

.no-gap .position-left.col:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

.no-gap .position-left.col:last-child {
    padding-left: 0px;
    padding-right: 0px;
}

.no-gap .col:not(:first-child):not(:last-child) {
    padding-right: 0px;
    padding-left: 0px;
}

.content-flexible {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.content-flexible img,
.content-flexible img.alignnone {
    display: table;
    margin: 0 auto;
}

.page-template-default .content-flexible h1,
.page-template-default .content-flexible h2,
.page-template-default .content-flexible h3,
.page-template-default .content-flexible h4,
.page-template-default .content-flexible h5,
.page-template-default .content-flexible h6 {
    text-align: center;
}



.no-margin {
    margin: 0px;
}

.margin {
    margin: 25px 0px;
}

.margin-top {
    margin-top: 25px;
}

.margin-bottom {
    margin-bottom: 25px;
}

.background-white {
    background-color: #fff;
}

.background-color-1 {
    background-color: #000;
    color: #fff;
    padding: 25px 0px;
}

.background-color-1 h1,
.background-color-1 h2,
.background-color-1 h3,
.background-color-1 h4,
.background-color-1 h5,
.background-color-1 h6 {
    color: #fff
}

.background-color-1 a,
.background-color-1 a:visited {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}

.background-color-1 a:hover,
.background-color-1 a:active {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.background-color-1 .btn {
    text-decoration: none;
}

.background-color-1 .btn-secondary {
    color: #fff;
}

.background-color-2 {
    background-color: #ac1016;
    color: #fff;
    padding: 25px 0px;
}

.background-color-2 h1,
.background-color-2 h2,
.background-color-2 h3,
.background-color-2 h4,
.background-color-2 h5,
.background-color-2 h6 {
    color: #fff
}

.background-color-2 a,
.background-color-2 a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.background-color-2 a:hover,
.background-color-2 a:active {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}


.background-color-2 .btn {
    text-decoration: none;
    border-color: #fff;
}

.background-color-2 .btn:hover {
    text-decoration: none;
}

.background-color-2 .btn-secondary {
    border-color: #fff;
}

.background-color-2 .btn-secondary {
    color: #fff;
}

.content-flexible .carousel-inner .background-item {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center center;
    width: 100%;
}

.background-image {
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    height: auto;
    background-position: top center;
    background-color: transparent;
    position: relative;
    margin-top: -7px;
}


/* content suscribe home */

.content-suscribe-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: top center;
    height: 100%;
    width: 100%;
    margin: 0px 0px;
    padding: 50px 15px;
    position: relative;
    min-height: 300px;
}

.content-suscribe-home .subscribe h2 {
    text-align: center;
    color: #fff;
    margin: 0px;
    text-align: center;
    font-size: 1.875rem;
}

.content-suscribe-home .subscribe {
    background-color: transparent;
}

.content-suscribe-home .subscribe h3 {
    color: #fff;
    font-size: 1.563rem;
    text-transform: none;
    margin-top: 10px;
    text-align: center;
}

.content-suscribe-home #mc_embed_signup form {
    padding: 0px;
}

.content-suscribe-home .subscribe #mc_embed_signup_scroll {
    text-align: center;
}

.content-suscribe-home #mc_embed_signup input[type="text"],
.content-suscribe-home #mc_embed_signup input[type="email"] {
    border: 1px solid transparent;
    margin-right: 2%;
    padding: 8px;
    width: 30%;
}

.content-suscribe-home .subscri_btn {
    background-color: #ac1016;
    border: medium none;
    color: #fff;
    font-size: 0.9375rem;
    height: 46px;
    margin-top: 15px;
    width: 180px;
    text-transform: uppercase;
    width: auto;
    padding: 10px 30px;
    font-weight: 700;
}



/* content help */

.content-help {
    background-color: #747474;
    background-size: cover;
}

.content-help .text-help {
    color: #fff;
    background-color: transparent;
    margin: 0px;
    padding: 15px 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.content-help .text-help h1 {
    color: #ffffff;
    margin: 0;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: 400;
}

.content-help .text-help .lead {
    margin-bottom: 0px;
}

.content-help .btn-help {
    color: #fff;
    background-color: #000000;
    margin: 0px;
    padding: 20px 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 98px;
    line-height: 52px;
    text-align-last: center;
    font-size: 1.188rem;
}

.content-help .btn-help:hover {
    background-color: #ac1016;
}

/* content section */


.content-section .background {
    background-position: center;
    background-size: cover;
    background-image: url('/website/wp-content/uploads/2017/05/dog1.jpg');
    position: relative;
    height: 600px;
    margin: 5px 0px;
}

.content-section .background-right {
    margin-right: 0px;
}

.content-section .background-left {
    margin-left: 0px;
}

.content-section .layer {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.content-section .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 0px solid #ffffff;
}

.content-section .content h1,
.content-section .content h2,
.content-section .content h3,
.content-section .content h4,
.content-section .content h5,
.content-section .content h6 {
    color: #fff;
    margin: 0px;
    text-align: center;
}

.content-section .content p {
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.content-section .content p.lead {
    padding: 0 29%;
    margin: 10px 0px 30px 0px;
}

.content-section .content img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.content-section .content a,
.content-section .content a:visited {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 10px 25px;
    margin: 10px 0px;
}

.content-section .content a:hover,
.content-section .content a:active {
    background-color: #ac1016;
    color: #fff;
}


/* end content section */


/* content future */

.content-future {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center center;
    height: 100%;
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
    position: relative;
    background-attachment: fixed;
    color: #fff;
}

.content-future .content-banner {
    position: relative;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 70px 40px;
    width: 40%;
    margin: 0;
    text-transform: uppercase;
    float: none;
    min-height: 530px;
    color: #fff;
}

.content-future .content-banner.banner-right {
    float: right;
    color: #fff;
}

.content-future h2 {
    color: #fff;
    margin: 0px;
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
}

.content-future h1,
.content-future h2,
.content-future h3,
.content-future h4,
.content-future h5,
.content-future h6 {
    color: #fff;
}

.content-future .content-banner ul {
    list-style: none;
}

.content-future .content-banner ul>li {
    position: relative;
    margin: 25px 0px;
}

.content-future .content-banner ul>li::before {
    content: "\f111";
    font-family: "FontAwesome";
    font-style: normal;
    /* font-weight: normal; */
    text-decoration: inherit;
    color: #fff;
    font-size: 0.9375rem;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: -30px;
}

.content-future ul>li>a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-left: 10px;
}

.content-future ul>li>a {
    color: #fff;
}

.content-future ul>li>a:hover {
    color: #ccc;
}

.content-future a {
    color: #fff;
    text-decoration: underline
}

.content-future .btn {
    text-decoration: none
}

.content-future .content {
    display: block;
    float: left;
}

.content-future .content .btn-primary,
.content-future .content .btn-primary:focus {
    display: block;
    font-size: 1.063rem;
    padding: 10px 30px;
    z-index: 999;
    color: #000;
}

.content-future .content .btn-primary:hover,
.content-future .content .btn-primary:active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}


/* end content future */


/* content current */

.content-current {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: top center;
    height: 100%;
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
    position: relative;
}

.content-current .content-banner {
    position: relative;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 70px 40px;
    width: 40%;
    margin: 0;
    text-transform: uppercase;
    float: right;
    min-height: 530px;
}

.content-current h2 {
    color: #fff;
    margin: 0px;
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
}

.content-current .content-banner ul {
    list-style: none;
}

.content-current .content-banner ul>li {
    position: relative;
    margin: 25px 0px;
}

.content-current .content-banner ul>li::before {
    content: "\f111";
    font-family: "FontAwesome";
    font-style: normal;
    /* font-weight: normal; */
    text-decoration: inherit;
    color: #fff;
    font-size: 0.9375rem;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: -30px;
}

.content-current ul>li>a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-left: 10px;
}

.content-current ul>li>a {
    color: #fff;
}

.content-current ul>li>a:hover {
    color: #ccc;
}

.content-current a {
    color: #fff;
}

.content-current .content {
    display: block;
    float: left;
}

.content-current .content .btn-primary,
.content-current .content .btn-primary:focus {
    display: block;
    font-size: 1.063rem;
    padding: 10px 30px;
    z-index: 999;
    color: #000;
}

.content-current .content .btn-primary:hover,
.content-current .content .btn-primary:active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}


/* end content current */

/* content join */

.content-join {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0px;
}

.content-join:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.content-join .description {
    position: relative;
    z-index: 2
}

.content-join h1 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.content-join h2 {
    color: #fff;
    text-align: left;
}

.content-join p {
    color: #fff;
    text-align: left;
    font-size: 1.313rem;
}

.content-join .action {
    float: left;
}

.content-join .btn {
    font-size: 1.438rem;
    padding: 8px 20px;
    text-align: left;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 10px;
}


/* end content join */

/* content projects */

.content-projects {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    border-top: 1px solid #757575;
    padding: 25px 0px 0px 0px;
}

.content-projects h2 {
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.content-projects .lead {
    color: #444444;
    text-align: center;
}


/* end content projects */

/* content box */


.content-box .text {
    padding: 66px 50px;
    background-color: #F5F5F5;
    height: 450px;
}

.content-box .text .btn-primary {
    border-color: #fff
}

.content-box .background-item {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center center;
    width: 100%;
}


/* imagen hover */

.item-zoom {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
}

.item-zoom .image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 1.25s cubic-bezier(.39, .575, .565, 1);
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.item-zoom h2 {
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 10px 0px;
    font-weight: 600;
    line-height: 80%;
}

.item-zoom h1,
.item-zoom h2,
.item-zoom h3,
.item-zoom h4,
.item-zoom h5,
.item-zoom h6 {
    color: #fff;
}


.item-zoom .overlay {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    padding: 10px 20px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4);
    transition: .35s ease;
    -webkit-transition: .35s ease;
    -ms-scroll-transition: .35s ease;
    /* min-height: 410px; */
}

.item-zoom .overlay h3 {
    margin-top: 0px;
    padding-top: 0px;

}

.item-zoom .overlay a {
    color: #fff;
    text-decoration: underline;
}

.item-zoom .overlay a:hover {
    text-decoration: none;
}

.item-zoom .overlay ul {
    padding-left: 20px;
}

.item-zoom:hover .overlay.light-green {
    background-color: rgba(0, 0, 0, .7);
}

.item-zoom .text {
    color: white;
    font-size: 1.1rem;
    text-align: left;
    padding: 0px 0px;
    display: block;
    height: 100%;
    overflow: hidden;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    */
}

.item-zoom .text .btn {
    text-decoration: none;
    color: #fff;
    /* line-height: 27px;
    height: 40px;
    background: #FFF;
    color: #53772d;
    background: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    position: relative; */
}

.item-zoom .overlay .btn:hover {
    color: #f66733;
}


.item-zoom:hover .image {
    transition: transform .35s cubic-bezier(.39, .575, .565, 1);
    transform: scale(1.1);
}


.item-xs {
    display: block;
    height: 432px;
}

.layout-imagen_zoom .col {
    margin-bottom: 25px;

}

.item-xs>div {
    display: block;
    height: 100%;
}

/* imagen hover */

.item-gallery {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.item-gallery .image {
    display: block;
    width: 100%;
    height: auto;
}

.item-gallery h2 {
    text-align: center;
    color: #fff;
    background-color: transparent;
    margin: 0px;
    padding: 10px 0px;
    font-weight: 600;
    line-height: 80%;
}

.item-gallery .title-green {
    background-color: #ac1016;
}

.item-gallery .light-green {
    background-color: #ac1016;
}

.item-gallery .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #53772d;
}

.item-gallery .overlay a {
    text-decoration: underline;
    color: #fff;
}

.item-gallery .overlay .btn {
    text-decoration: none
}

.item-gallery .overlay a:hover {
    text-decoration: none
}

.item-gallery .light-green {
    background-color: #ac1016;
}

.item-gallery h1,
.item-gallery h2,
.item-gallery h3,
.item-gallery h4,
.item-gallery h5,
.item-gallery h6 {
    color: #fff;
}

.item-gallery .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.item-gallery .text .btn {
    line-height: 27px;
    height: 40px;
    background: #FFF;
    color: #53772d;
    background: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    position: relative;
}

.item-gallery .text .btn:after {
    left: 100%;
    border: 18px solid transparent;
    border-left-color: #FFF;
    border-width: 21px;
    margin-top: -21px;
    content: " ";
    height: 0;
    top: 50%;
    transition: all 100ms ease-in-out;
    width: 0;
    position: absolute;
    border-left-color: #FFF;
    border-width: 20px;
    margin-top: -20px;
}

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


/* content choose */

.content-choose {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    padding: 50px 0px;
}

.content-choose h2 {
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.content-choose .nav-tabs {
    display: table;
    width: auto;
    margin: 0 auto;
}

.tab-content>.active p {
    color: #000
}


/* content help */

.content-help {
    background-color: #747474;
    background-size: cover;
}

.content-help .text-help {
    color: #fff;
    background-color: transparent;
    margin: 0px;
    padding: 15px 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.content-help .text-help h1 {
    color: #ffffff;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.content-help .text-help .lead {
    margin-bottom: 0px;
}

.content-help .btn-help {
    color: #fff;
    background-color: #000000;
    margin: 0px;
    padding: 20px 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 98px;
    line-height: 52px;
    text-align-last: center;
    font-size: 19px;
}

.content-help .btn-help:hover {
    background-color: #ac1016;
}


/* content slider */

.content-slider {
    padding: 0px;
    background-repeat: no-repeat;
    min-height: 400px;
    background-color: #F4F4F2;
    background-position: left top;
}

.content-slider h1 {
    text-transform: none;
    font-size: 37px;
}

.content-slider p {
    font-size: 25px;
    line-height: 120%;
}

.content-table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}


/* content news */

.content-news {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
    background: #fff;
    min-height: 350px;
}

.content-news h2 {
    color: #554029;
    text-align: center;
}

.content-news .lead {
    text-align: center;
}


.content-news .nav-tabs {
    border-bottom: 0px solid #ddd
}

.content-news .nav-tabs li {
    float: none;
    display: inline-block;
    width: 100%;
    padding: 9px 0px;
    border-bottom: 1px solid #ddd;
    margin: 0px;
}

.content-news .nav-tabs li:first-child {
    padding-top: 0px;
}

.content-news .nav-tabs li a {
    color: #ac1016
}

.content-news .nav-tabs li a:hover {
    color: #ac1016;
    background: transparent;
}

.content-news .nav-tabs li .entry-meta-caption {
    font-size: 14px;
}

.content-news .nav-tabs li .entry-meta-caption a {
    color: #ac1016
}

.content-news .nav-tabs li .entry-meta-caption a:hover {
    color: #ac1016
}

.content-news .caption-shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 63%, rgba(0, 0, 0, 0.65) 64%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 63%, rgba(0, 0, 0, 0.65) 64%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 63%, rgba(0, 0, 0, 0.65) 64%);
    color: #fff;
}

.content-news .caption-shadow h4 {
    color: #fff;
}

.content-news .caption-shadow a {
    color: #fff;
}

.content-news .caption-shadow a:hover {
    font-weight: bold;
}

.content-news .content-caption {
    position: relative;
    width: 100%;
}

.content-news img {
    margin: 0 auto;
    display: block;
}


/* end content news */


/* /////////////////////////////////////////////////////////////
end flexible layout
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin Home
/////////////////////////////////////////////////////////////*/
.section-main{
    height: 950px;
    overflow: hidden;

}
.section-type {
    margin-bottom: 20px;
}

.section-type figure {
    max-height: 555px;
    overflow: hidden;
}

.section-list-type .card:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 15%);

}

.section-list-type {
    padding: 20px 0px;
}

.section-list-type figure {
    margin: 0px;
    padding: 0px;
}

.section-list-type .item-type {
    margin-bottom: 15px;
}

/* .section-list-type figure img {
    display: block;
    object-fit: cover;
    height: 100%;
} */

.item-type h6 {
    font-size: 1.4rem;
    text-align: right;
    color: #ee2a45;
    margin: 0px;
    padding: 0px;
}

.item-type h2 {
    font-size: 1.4rem;
    color: #000;
    margin: 0px;
    padding: 0px;
}

.item-type small {
    color: #75797f
}

.item-type .btn {
    margin-top: 15px;
    font-size: 13px;
}


.item-type .card-body {
    padding: 20px 1.25rem;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}

.mejs-container {
    padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}

video.wp-video-shortcode {
    position: relative;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mejs-controls {
    display: none;
}

.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

/* /////////////////////////////////////////////////////////////
end Home
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin Gallery
/////////////////////////////////////////////////////////////*/

.gallery-columns-3 {
    float: left;
    clear: both
}

.gallery-columns-3 dl.gallery-item {
    float: left;
    margin: 0 2% 2% 0;
    width: 31.33%;
}

.gallery-columns-4 dl.gallery-item {
    float: left;
    margin: 0 2% 2% 0;
    width: 22%;
}

/* /////////////////////////////////////////////////////////////
end Gallery
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
beging contact form 7
/////////////////////////////////////////////////////////////*/

input,
textarea {
    width: 100%;
}

input[type="checkbox"] {
    width: auto;
}

input.wpcf7-submit {
    padding: 10px 20px;
    width: auto;
    background-color: #ac1016;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 0px;
    text-transform: uppercase
}

input.wpcf7-submit:hover {
    background-color: #ed1c24;
    color: #fff;
}

label {
    font-weight: 400;
}

/* /////////////////////////////////////////////////////////////
end contact form 7
/////////////////////////////////////////////////////////////*/


/* /////////////////////////////////////////////////////////////
begin footer
/////////////////////////////////////////////////////////////*/

footer {
    background-color: #3A3A3A;
    color: #A9AAAA;
    padding: 0px 0;
    font-size: 0.875rem;
    border-top: 1px solid #000;
    margin-top: 0px;
    clear: both;
}

footer p {
    margin-bottom: 0;
}

footer .content-col {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer #third .content-col {
    padding-top: 0px;
    padding-bottom: 0px;
}

footer #third p {
    margin: 0px;
}

footer #third img {
    margin: 0px;
    object-fit: cover;
    height: 100%;
    width: 100%;

}

footer a,
footer a:visited {
    color: #fff;
    text-decoration: none
}

footer a:active,
footer a:hover {
    color: #fff;
    text-decoration: underline
}

footer .icon {
    margin-right: 10px;
}

footer hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #222222 -moz-use-text-color #444444;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 5px 0;
}

footer h3 {
    color: #fff;
    text-transform: uppercase;
}

.copyright {
    background-color: #27282A;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    font-size: .9rem;
}

.copyright a,
.copyright a:visited {
    color: #fff
}

.copyright a:hover,
.copyright a:active {
    color: #fff;
    text-decoration: underline;
}

.copyright p {
    padding: 10px 0 20px;
    margin: 0px;
}

.copyright .text-copy {
    display: inline-block;
    width: auto
}

.copyright .current_page_item a {
    background-color: transparent;
    text-decoration: underline;
}

.scrollUp.scrollup-link.scrollup-right {
    color: #fff;
}


/*  footer menu  */

.menu-footer-container {
    margin: 20px 0px;
}


#menu-footer {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    list-style: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
    /* margin: 0 auto;
    padding: 0;
    display: table;
    width: auto; */
}

#menu-footer li {
    line-height: 150%;
    margin-bottom: 15px;
}



#menu-footer li a {
    text-transform: uppercase
}

#fourth {
    position: relative;
}

#fourth:after {
    content: "";
    background-color: rgba(48, 48, 48, .5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.content-contact-us {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #27282A;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 15px 0;
}

.content-contact-us h3 {
    color: #fff;
    margin: 0px;
    padding: 10px 0px;
}

.content-contact-us .btn-primary,
.content-contact-us .btn-primary:link {
    background-color: #959796;
    margin: 0px auto;
    border-color: transparent;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 15px 25px;
    display: table;
}

.content-contact-us .btn-primary:hover,
.content-contact-us .btn-primary:active,
.content-contact-us .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #000
}

/* /////////////////////////////////////////////////////////////
end footer
/////////////////////////////////////////////////////////////*/



/* /////////////////////////////////////////////////////////////
RESPONSIVE
/////////////////////////////////////////////////////////////*/


/* Extra large screens*/

@media (min-width: 1200px) and (max-width: 1500px) {}

@media (min-width: 1200px) {}

@media (min-width: 1300px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1450px
    }
}


/*  /// Large desktop  //////
/////////////////////////////////////*/

@media (min-width: 992px) and (max-width: 1199px) {
    .meta-team .item-name {
        width: 75%;
    }

    .navbar-default .nav>li>a,
    .dropdown-menu>li>a {
        font-size: 0.7rem;
        padding: 5px 5px;
    }
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (min-width: 1281px) {}

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

@media (max-width: 1299px) and (min-width: 992px) {}


/*  /// Small desktop  //////
/////////////////////////////////////*/

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991.98px) {
    .section-main{
        height: 630px;

    }

    .btn-back {
        display: block;
    }

    .navbar-default .nav>.active>a,
    .navbar-default .nav>.active>a:hover,
    .navbar-default .nav>.active>a:focus,
    .navbar-default .nav li.current-page-ancestor,
    .navbar-default .nav .current-menu-parent>a {
        color: #ac1016;
        border-bottom: 3px solid transparent;
    }


    .navbar-default .nav .current-menu-parent>a:hover,
    .navbar-default .nav>li.show>a:hover {
        background-color: #ac0f16;
        font-weight: normal;
        color: #fff
    }

    .navbar-collapse {
        background-color: #fff;
    }

    button[data-toggle="collapse"].collapsed {
        background-color: #ac1016;
    }

    button[data-toggle="collapse"]:hover {
        background-color: #ed1c24;
    }

    .home .content-top {
        position: relative;
        background-color: #000;
    }

    .content-collapse {
        padding: 0px 21px;
    }

    .content-collapse .social {
        display: inline-block;
        vertical-align: top;
    }

    .content-collapse .search {
        display: inline-block;
        vertical-align: top;
    }

    .content-collapse .navbar-search input.search {
        border: 1px solid #ccc;
    }

    .content-future .content-banner {
        width: 80%;
    }

    .header-five .top-menu {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .header-default .call-contact .btn {
        font-size: 1.5rem;
    }

    .callbtn {
        padding: 15px 0px;
    }

    .navbar-toggler {
        border-color: #ed1c24;
        background-color: #ed1c24;
        border-radius: 0px;
    }

    .content-menu {
        padding: 10px 0px;
    }

    .header-three .content-menu {
        padding: 10px 10px;
    }

    .content-menu .nav li {
        display: block;
        width: 100%;
    }

    .navbar-default .nav>li>a {
        padding: 10px 21px;
        color: #000;
        text-transform: uppercase;
    }

    .dropdown-menu>li.current_page_item>a {
        background-color: #d5d5d5;
        color: #000;
    }

    .navbar-default .nav>li>a:hover {
        color: #ac1016;
        border-bottom: 3px solid transparent
    }

    .dropdown-menu {
        position: static;
        width: 100%;
    }

}


/* /// Landscape phone to portrait tablet  //////
/////////////////////////////////////*/

@media (min-width: 551px) and (max-width: 767px) {}

@media (max-width: 767.98px) {
    .section-main{
        height: 485px;

    }
    .content-box .text {
        height: auto;
    }

    .content-future .content-banner {
        width: 100%;
    }

    .header-default .call-contact .btn {
        font-size: 1rem;
        margin: 0px;
    }

    .header-default .call .btn-call {
        font-size: 1rem;
        color: #fff;
    }

    .header-default .callbtn {
        display: table;
        margin: 10px auto;
        width: auto;
    }
}


/* /// small phone  //////
/////////////////////////////////////*/

@media (max-width:575.98px) {
    .section-main{
        height: 270px;
    }
    footer {
        text-align: center;
    }

    footer h3 {
        text-align: center;
    }

    #menu-footer {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        text-align: center;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-radius: 0;
    }


    .nav>li>a,
    .nav>li,
    .nav-tabs .nav-link {
        display: block;
        float: none;
        width: 100%;
        border-radius: 0;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        border-radius: 0;
        display: block;
        float: none;
        width: 100%;
    }

    .content-box .background-item,
    #couple.content-box .background-item {
        height: 200px;
        background-size: contain;
        background-position: center center;
    }
}