/*
Theme Name: Ppr
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) #ffcc01
dark green (links hover)  #5d75a9
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
  /////////////////////////////////////////////////////////////*/

.fa-star {
    color: #FFCC00
}

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

h4.panel-title a {
    color: #fff;
    background-color: #5d75a9;
    display: block;
    padding: 15px 20px;
}

h4.panel-title a:hover {
    color: #000;
    background-color: #ffcc01;
}

.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: 0px;

}

.nav-tabs>li>a {
    background-color: #895061;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.nav-tabs li a:hover,
.nav-tabs li a:focus,
.nav-tabs li a:active {
    background-color: #FFCC01;
    color: #000;
    text-decoration: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #5d75a9;
    border: 1px solid #5d75a9;
    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;
}

.list-tab {
    display: table;
    margin: 0 auto;
    width: auto;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.nav-tabs>li>.nav-link.active,
.nav-tabs>li>.nav-link.active:hover,
.nav-tabs>li>.nav-link.active:focus {
    background-color: #5d75a9;
    color: #fff;
    text-transform: uppercase;
}

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

/* /////////////////////////////////////////////////////////////
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: #454545;
    font-weight: normal;
    background-color: #fff;
    line-height: 150%;
    font-size: 1rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

br.nc {
    display: none
}

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

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


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

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

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


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

h1 {
    margin: 10px 0;
    font-weight: normal;
    font-style: normal;
    line-height: 110%;
    color: #454545;
    font-family: 'Cookie', cursive;
    font-size: 70px;
}

h2 {
    font-size: 60px;
}


h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    color: #454545;
    font-weight: normal;
    font-family: 'Cookie', cursive;
}

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
/////////////////////////////////////////////////////////////*/

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

/*  buttons */

.btn,
.btn:visited {
    color: #fff;
    white-space: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    background-color: #895061;
    border-color: #895061;
    border-width: thick;

}

.btn:focus,
.btn:hover {
    background-color: #fff;
    border-color: #895061;
    border-width: thick;
    border-style: solid;
    color: #000;
    text-decoration: none;
}

.btn-primary,
.btn-primary:visited {
    background-color: #ffcc01;
    border-color: #ffcc01;
    color: #000;
}

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

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

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #fff;
    border-color: #5d75a9;
    color: #000
}

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: #895061 none repeat scroll 0 0;
    border: 2px solid #895061;
    color: #fff;
    margin: 2px;
    padding: 8px 12px;
    text-decoration: none;
}

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

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

.wp-pagenavi span.current {
    background: #5d75a9 none repeat scroll 0 0;
    border: 2px solid #5d75a9;
    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: #666;
    background-color: #EEE;
    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: #895061;
    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: #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 10px 10px;
    display: block;
}

.widget_categories a:hover,
.widget_categories a:active {
    background-color: #895061;
    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: #895061;
    color: #FFFFFF;
}

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

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

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

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


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

.socialI {}

.socialI a,
.socialI a:visited {
    color: #895061;
    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: #ffcc01;
}

/* /////////////////////////////////////////////////////////////
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 petstablished
/////////////////////////////////////////////////////////////*/
.shortcode-petstablished {}

.petlist .pet {
    margin-bottom: 25px;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: .5s ease all;
}

.petlist .pet .pet-container {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 5px;
}

.petlist .pet .pet-container .pet-link {
    color: #444;
}

.petlist .pet .pet-container .pet-link:hover {
    text-decoration: none;
}

.petlist .pet .pet-thumbnail {
    transition: .5s ease all;
    background-position-y: 0;
}

.petlist .pet .pet-container .pet-thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f1f1f1;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    box-shadow: 0 -1px 0 0px #f6f5f6 inset;
    border-radius: 5px 5px 0 0;
}

.petlist .pet .see-details,
.petlist .pet .share-button-fb {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0;
}



.petlist .pet .pet-container .pet-thumbnail .share-button-fb {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    transition: 0.2s ease all;
    padding: 12px 16px 12px 16px;
    border-radius: 20px;
}

.petlist .pet .see-details,
.petlist .pet .share-button-fb {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0;
}

.petlist .pet .pet-container .pet-thumbnail .see-details {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    transition: 0.2s ease all;
    padding: 12px 16px 12px 23px;
    border-radius: 20px;
}

.petlist .pet .pet-container .pet-thumbnail .pet-second-thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    border-radius: 5px 5px 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    transition: .3s ease all;
}

.petlist .pet .pet-container .pet-description {
    padding: 20px;
}

.petlist .pet .pet-container .pet-description h3 {
    font-size: 2.5rem;
}

.read-more-button {
    color: #3e9fe4;
}

.read-more-button:hover {
    color: #222;
}

.petlist .pet .pet-container .pet-description .pet-description-short {
    display: block;
    margin: 10px 0 0 0;
}

.petlist .pet .pet-container .pet-description .pet-description-full {
    display: none;
    margin: 10px 0 0 0;
}

.petlist .pet .pet-container .actions {
    padding: 15px 0;
    border-top: 1px solid #f5f5f5;
    text-align: center;
}

.petlist .pet:hover .share-button-fb {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    background: #3b5998;
}

.petlist .pet:hover .see-details {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    background: #3e9fe4;
}

.petlist .pet:hover .pet-thumbnail .pet-second-thumbnail {
    -webkit-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
    opacity: 1 !important;
}

/* /////////////////////////////////////////////////////////////
end petstablished
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
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 {}

.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;
}

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

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

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

.content-menu {
    background-color: #5d75a9;
    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;
    text-transform: uppercase
}

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

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

.navbar-default .nav>li>a .fa {
    margin-left: 5px;
}

.navbar-default .nav .current-menu-parent>a {
    color: #000;
    background-color: #ffcc01;
    font-weight: normal;
}

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

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

.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: #ffcc01;
    color: #000;
}

.navbar-default .nav>li>a {
    padding: 17px 9px;
    text-transform: uppercase;
    font-size: .8rem;
}


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

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


.dropdown-menu {
    background-color: #5d75a9;
    width: auto;
    transition: all 0.3s
}

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

.dropdown-menu>li>a {
    color: #fff;
    padding: 10px 20px;
}

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

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

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

.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
/////////////////////////////////////////////////////////////*/

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

.social-content {
    padding-right: 5px
}

.search-content {
    padding-left: 5px;
    border-left: 1px solid #ccc;
}


.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: 98%;
    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;
    width: 100%;
    max-width: 250px;
}

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

/* /////////////////////////////////////////////////////////////
begin HEADER Default: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/
.header-default {}

.callbtn {
    text-align: center;
}

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

/* /////////////////////////////////////////////////////////////
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 {}

.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 {}

.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;
}


.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:hover {
    text-decoration: none;
    color: #000
}

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

.background-color-2 {
    background-color: #5d75a9;
    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;
}

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

.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 left;
    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: 20px 0 0px;
    position: relative;
}

.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 #ccc;
    margin-right: 2%;
    padding: 8px;
    width: 100%;
    background-color: #e0e0e0;
    margin-bottom: 10px;
}

.content-suscribe-home .subscri_btn {
    background-color: #895061;
    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-suscribe-home .btn {
    float: right;
    display: inline-block;
    width: auto;
}



/* 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: #895061;
    text-decoration: none;
}

/* content section */

.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: #895061;
    color: #fff;
    text-decoration: none;
}

.content-section .container-section {}


/* 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;
    vertical-align: bottom;
    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;
    vertical-align: bottom;
    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 {}

.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: 15px;
    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 .light-green {
    /* background-color: rgba(0, 0, 0, .2);*/
}

.item-zoom .overlay {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    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 a {
    color: #fff;
    text-decoration: underline;
}

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

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

.item-zoom .text {
    color: white;
    font-size: 20px;
    text-align: left;
    padding: 50px 25px;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    */
}

.item-zoom .text .btn {
    text-decoration: none;
    /* 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 .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-zoom:hover .image {
    transition: transform .35s cubic-bezier(.39, .575, .565, 1);
    transform: scale(1.1);
}

.item-zoom:hover .overlay::before {
    /* transition: transform 5.5s cubic-bezier(.39, .575, .565, 1);
    transform: scale(1.1);*/
}


/* 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;
    margin: 0px;
    padding: 10px 0px;
    font-weight: 600;
    line-height: 80%;
}

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

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

.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: #5d75a9;
}

.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: #895061;
}


/* 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 h3 {}

.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: #ffcc01
}

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

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

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

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

.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
/////////////////////////////////////////////////////////////*/

.home .nav-tabs>li>a {
    background-color: transparent;
    color: #000;
    border: 5px solid #5d75a9;
}

.home .nav-tabs .nav-link:focus,
.home .nav-tabs .nav-link:hover {
    background-color: #5d75a9;
    border-color: #5d75a9;
    color: #fff;
}

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

.section-volunteer {}

.section-volunteer .content-col-right {
    border-left: 2px solid #ccc
}

.section-volunteer .content-col-left img {
    max-width: 80px;

}

.section-volunteer .content-col-left .btn {
    margin-right: 15px
}

.tribe-list-widget {
    list-style: none;
    padding: 0px;
}

.tribe-list-widget h4 {
    margin: 0px;
    padding: 0px;
}

.tribe-list-widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #000;
}

.tribe-list-widget li:last-child {
    border-bottom: 2px dashed transparent;
}

.tribe-events-widget-link a {
    display: table;
    margin: 0 auto;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 5px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #000;
    white-space: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    background-color: #ffcc01;
    border-color: #ffcc01;
}

.tribe-events-widget-link a:hover {
    background-color: #FFFFFF;
    border-color: #ffcc01;
}



.tribe-list-widget .tribe-events-widget-link a:hover {
    background-color: #fff;
    border-color: #ffcc01;
    color: #000;
}

.section-foster .tab-pane {
    background-color: #5d75a9;
    color: #fff;
}

.section-foster .tab-pane p {
    color: #fff
}

.section-foster .tab-pane h1,
.section-foster .tab-pane h2,
.section-foster .tab-pane h3,
.section-foster .tab-pane h4,
.section-foster .tab-pane h5,
.section-foster .tab-pane h6 {
    color: #fff
}


.section-foster .nav-tabs>li>a {
    border-radius: 0px;
}

.section-adopt {
    background-color: #fbfbfb;
}

.section-adopt.margin-top {
    border-top: 1px solid #a3a3a3;
    padding-top: 20px;
}

.section-adopt.margin-bottom {
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 20px;
}

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

.section-we {
    /* padding: 50px 0px; */
}

.section-we img {
    width: 100%;
    max-width: 80px;
}

.section-rescue {
    background-size: cover;
    padding: 10% 0px;
    margin: 0px;
}

.section-rescue p {
    color: #fff;
}

.section-rescue .btn {
    margin-right: 5px;
}

.section-rescue .content-col-right {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 25px;
}

.section-rescue h1,
.section-rescue h2,
.section-rescue h3,
.section-rescue h4,
.section-rescue h5,
.section-rescue h6 {
    color: #fff
}

/* /////////////////////////////////////////////////////////////
end home
/////////////////////////////////////////////////////////////*/



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

input,
textarea {
    width: 100%;
}

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

input.wpcf7-submit {
    padding: 10px 20px;
    width: auto;
    background-color: #5d75a9;
    border: 2px solid #5d75a9;
    color: #fff;
    font-weight: 600;
}

input.wpcf7-submit:hover {
    background-color: #fff;
    border-color: #5d75a9;
    color: #000;
}

label {
    font-weight: 400;
}


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



/* /////////////////////////////////////////////////////////////
PAYPAL
/////////////////////////////////////////////////////////////*/
#paypal input,
#paypal textarea {
    width: auto;
}




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

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

footer a,
footer a:visited {}

footer a:active,
footer a:hover {}

footer .social a {
    font-size: 2rem;
}

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: #000;
    font-family: helvetica, verdana, sans-serif;
    font-weight: 300;
}

footer h4 a {
    font-family: helvetica, verdana, sans-serif;
    font-size: 16px;
}


#first img {
    max-width: 250px;
}

.copyright {
    background-color: #5d75a9;
    color: #fff;
    padding-top: 10px;
    text-align: left
}

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

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

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

.copyright .text-copy {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    font-size: .8rem;
}

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

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


/*  footer menu  */

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

ul #menu-footer {
    margin: 0;
    padding: 0;
}

#menu-footer {
    margin: 0 auto;
    padding: 0;
    display: table;
    width: auto;
}

#menu-footer li {
    border-right: 0px solid #ccc;
    float: left;
    list-style: outside none none;
    padding: 0 0px;
    line-height: 130%;
    text-transform: uppercase;
    font-size: 0.875rem;
}

#menu-footer li:first-child {
    padding-left: 0px
}

#menu-footer li a {
    padding: 5px 7px;
    font-size: .7rem;
}

/* /////////////////////////////////////////////////////////////
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) {
    .navbar-default .nav>li>a {
        padding: 17px 5px;
        font-size: .7rem;
    }

}

@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: 991px) {

    .section-volunteer .content-col-right img {
        max-width: 300px;
    }

    .search-content {
        border-left: 0px solid #ccc;
    }

    .dropdown-menu {
        background-color: #fff;
    }

    .dropdown-menu>li>a {
        color: #000
    }

    .socialI {
        padding: 0px;
    }

    .navSearch {
        padding: 0px;
    }

    .navSearch label {
        width: 100%;
    }

    .header-default .navbar-search input.search {
        width: 100%;
        border: 1px solid #ccc;
    }

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

    .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;
        margin-top: 0px;
    }

    .navbar-toggler {
        border-color: #000;
        background-color: transparent;
    }

    .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;
        background-color: #5d75a9;
    }

    .navbar-default .nav>li>a:hover,
    .navbar-default .nav>li>a:focus {
        background-color: #5d75a9;
        font-weight: bold;
        color: #fff;
    }

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

}


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

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

@media (max-width: 767px) {

    .navSearch {
        padding: 0px;
    }

    .socialI {
        padding: 10px;
    }

    .list-tab {
        width: 100%;
    }

    .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:575px) {

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