/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    font-family: 'Maven Pro', sans-serif;
    color: #812755;
    min-width: 320px;
}

html, body {
	height: 100%;
    font-size: 15px;
    /*overflow-x: hidden;*/
}

ol, ul {
	list-style: none;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none !important;
}

a,
button,
.link {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.container {
	position: relative;
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.loader {
    margin: 0 auto;
    display: block;
}

.owl-carousel .owl-item img {
    width: auto;
}

/*############################# HEADER #############################*/


#header {
    position: relative;
    width: 100%;
    min-height: 133px;
    z-index: 99;
}

#header .top {
    border-bottom: 1px solid #812755;
    height: 40px;
    text-align: right;
}

#header .top.mobile {
    display: none;
}

#header .top .top-menu,
#header .top .top-menu li,
#header .top .dropdown {
    display: inline-block;
}

#header .top .top-menu {
}

#header .top .top-menu li {
    position: relative;
    font-size: 0.91rem;
    padding: 6px 9px 0;
}

#header .top .top-menu li:after {
    position: absolute;
    right: -5px;
    top: 6px;
    content: "|"
}

#header .top .top-menu li a {
    color: #812755;
}

#header .top button {
    background: none;
    padding: 0 25px 0 11px;
    margin: -2px 0 0 0;
}

#header .top button:after {
    position: absolute;
    top: 12px;
    right: 2px;
    border: none;
    width: 12px;
    height: 7px;
    background: url('../img/icon-arrow-down.png') center;
}

#header .top .flag {
    margin-top: -2px;
}

#header .bottom {
    background: #FFF;
}

#sticky-wrapper.is-sticky .bottom {
    box-shadow: 0 0 6px #555;
    padding-bottom: 15px;
}

#header .dropdown-menu {
    min-width: 0;
}

#header .main-nav {
    display: inline-block;
}

#header .social{
    display: inline-block;
    margin: 13px -16px 0 3px;
}

#header .social li {
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 21px;
}

#header .social li:first-child {
    padding: 0;
}

#header .social li a {
    color: #812755;
}

#main-menu li {
    position: relative;
    font-size: 1rem;
    padding: 6px 13px 0;
}

#main-menu li a {
    color: #812755;
    padding: 6px 15px;
    border-radius: 15px;
}

#main-menu li a.active,
#main-menu li a:hover {
    color: #FFF;
    background: #f9a351;
}

#main-menu li:after {
    position: absolute;
    right: -4px;
    top: 5px;
    content: "|"
}

#main-menu li:last-child:after {
    display: none;
}

.navbar-toggler {
    border: 2px solid #932154;
    padding: 8px 12px;
    position: absolute;
    right: 15px;
    top: -50px;
    outline: 0 !important;
}

.navbar-toggler span {
    background: #932154;
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 0 4px;
    width: 20px;
}

#header .navbar-toggler span:last-child {
    margin: 0;
}

#header .animated-icon {
    width: 25px;
    height: 26px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#header .animated-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#header .animated-icon span {background: #932154;}
#header .animated-icon span:nth-child(1) {top: 5px;}
#header .animated-icon span:nth-child(2) {top: 12px;}
#header .animated-icon span:nth-child(3) {top: 19px;}
#header .animated-icon.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#header .animated-icon.open span:nth-child(2) {
    opacity: 0;
    left: 50px;
}

#header .animated-icon.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



.submenu-bar .navbar-toggler {
    padding: 0 12px;
    top: -56px;
}

.submenu-bar .navbar-toggler span {
    background: none;
    border: solid #721544;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 20px;
    margin: 3px 0 14px;
    width: 21px;
}


/*############################# CONTENT #############################*/

#content {
    width: 100%;
    clear: both;
}

.section {
    width: 100%;
    clear: both;
}

#main-slider video {
    position: relative;
    width: 100%;
    margin-bottom: -8px;
}

#main-slider img {
    width: auto;
}

#main-slider .item {
    position: relative;
    background-size: cover;
    background-position: center;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: none;
}

#main-slider .container {
    align-items: center;
    height: 100%;
    z-index: 11;
}

.owl-carousel .owl-video-wrapper {
    background: none;
}

#main-slider {
    position: relative;
}

#main-slider .box {
    margin-top: -114px;
}

#main-slider .box h4,
#main-banner .box h4 {
    font-size: 1.8rem;
    color: #FFF;
    font-weight: bold;
    margin: 0 0 -2px -10px;
}

#main-slider .box p,
#main-banner .box p {
    font-size: 1.9rem;
    color: #FFF;
    letter-spacing: -2px;
}

#main-slider .box p span,
#main-banner .box p span {
    font-size: 34px;
    color: #f89632;
}

#main-slider .owl-dots {
    position: absolute;
    bottom: 187px;
    left: 12%;
}

#main-slider .owl-dot {
    display: inline-block;
    margin: 0 10px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #FFF;
    outline: 0 !important;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

#main-slider .owl-dot.active {
    background: none;
    border: 3px solid #f89632;
    width: 15px;
    height: 15px;
}

#main-slider .arrow-down {
    position: absolute;
    left: 50%;
    bottom: 60px;
    z-index: 9;
    margin-left: -12px;
}

#main-slider .icon-scroll,
#main-slider .icon-scroll:before {
    position: absolute;
    left: 50%;
}

#main-slider .icon-scroll {
    width: 25px;
    margin-left: 0;
    top: 50%;
    margin-top: -35px;
    border-radius: 25px;
}

#main-slider .icon-scroll:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #FFF;
    margin-left: -2px;
    top: 17px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
@keyframes scroll {
    0%{opacity:1;}
    100%{opacity:0; transform:translateY(30px);}
}

#main-banner {
    width: 100% !important;
    height: auto;
}

#main-banner > img.img-fluid {
    width: 100% !important;
}

#main-banner h2 {
    font-size: 3rem;
    color: #FFF;
    font-weight: bold;
    width: 38%;
    line-height: 2.7rem;
    letter-spacing: -1px;
}

#main-banner .container {
    align-items: center !important;
}

#main-banner h2 span {
    color: #ffa420;
}

#main-banner h2.large {
    width: 59%;
}

.bg1 #main-banner {
    background-image: url('../img/main-banner-bg1.jpg');
}

.bg2 #main-banner {
    background-image: url('../img/main-banner-bg2.jpg');
}

.bg3 #main-banner {
    background-image: url('../img/main-banner-bg3.jpg');
}

.bg4 #main-banner {
    background-image: url('../img/main-banner-bg4.jpg');
}

.bg5 #main-banner {
    background-image: url('../img/main-banner-bg5.jpg');
}

.bg6 #main-banner {
    background-image: url('../img/main-banner-bg6.jpg');
}

.bg7 #main-banner {
    background-image: url('../img/main-banner-bg7.jpg');
}

.bg8 #main-banner {
    background-image: url('../img/main-banner-bg8.jpg');
}

.bg9 #main-banner {
    background-image: url('../img/main-banner-bg9.jpg');
}

.bg10 #main-banner {
    background-image: url('../img/main-banner-bg10.jpg');
}

.bg11 #main-banner {
    background-image: url('../img/main-banner-bg11.jpg');
}


#main-banner.product .float-img {
    position: absolute;
    right: 0;
    top: 24px;
    height: 99%;
} 

.submenu-bar {
    font-size: 1.05rem;
    line-height: 70px;
    box-shadow: 0 0 34px #BBB;
    background: #FFF;
    z-index: 999 !important;
}

.submenu-bar .link {
    color: #f78c26;
    display: inline-block;
}

.submenu-bar .navbar {
    display: inline-block;
}

.submenu-bar .navbar li {
    position: relative;
    padding: 0 26px;
    line-height: normal;
}

.submenu-bar .navbar li:before {
    content: "|";
    position: absolute;
    left: -5px;
    top: 0px;
    color: #721544;
}

.submenu-bar .navbar a {
    padding: 0;
    color: #721544;
}

.submenu-bar .navbar a:hover {
    color: #f78c26;
}

.section.style1 p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: -1px;
}

.image-boxes {
    width: 100%;
    clear: both;
}

.image-boxes .box {
    position: relative;
    float: left;
    width: 50%;
    cursor: pointer;
}

a.block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9
}

.image-boxes .box img {
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    position: 2;
}

.image-boxes .box img.hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}

.image-boxes .box:hover img.hover {
    opacity: 1;
}

.product-lines .box img {
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    position: 2;
}

.product-lines .box img.hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}

.product-lines .box:hover img.hover {
    opacity: 1;
}

.image-boxes .box .text {
    position: absolute;
    left: 16%;
    top: 38%;
    z-index: 7;
}

.image-boxes .box h2 {
    color: #FFF;
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: -5px;
}

.image-boxes .box1 .text {
    left: 16%;
}

.image-boxes .box2 .text {
    right: 16%;
}

section.find {
    /*background: url('../img/section-bg1.jpg') center no-repeat;
    background-attachment: fixed;
    background-size: cover;*/

}

.find .parallax {
    padding: 163px 0 150px;
}

.parallax.bg1 {
    /*background: url('../img/parallax1.png') right bottom no-repeat;
    background-attachment: fixed;*/
}


section.find h3, section.find h2  {
    position: relative;
    color: #721544;
    font-size: 2.6rem;
    line-height: 2.5rem;
    font-weight: 900;
}

section.find h3 span, section.find h2 span  {
    color: #ff9800;
}

section.find h3:before, section.find h2:before  {
    position: absolute;
    content: "";
    left: -66px;
    top: 1px;
    width: 58px;
    height: 80px;
    background: url('../img/icon-location.png') no-repeat;
}

section.find p {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 15px 0 0 0;
}

section.find .button {
    color: #FFF;
    font-size: 1.4rem;
    background: #ff8d00;
    border: 3px solid #ff8d00;
    padding: 13px 38px;
    border-radius: 37px;
    font-weight: bold;
}

section.find .button:hover {
    background: #FFF;
    color: #ff8d00;
}

section.find.right {
    background: none;
    padding: 260px 0 170px;
    background-size: auto;
    background-attachment: inherit;
    padding: 260px 0 170px;
}



section.find.right h3::before {
    display: none;
}

section.find.right p {
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 15px 0 0 0;
}

section.find.right .button {
    color: #FFF;
    font-size: 1.3rem;
    background: #802655;
    border: 3px solid #802655;
    padding: 9px 38px;
    border-radius: 37px;
    font-weight: bold;
}

section.find.right .button:hover {
    color: #802655;
    background: none;
    border: 3px solid #802655;
}

.block-list {
    padding: 80px 0 130px;
    background: url('../img/block-list-bg.jpg') 51% 77% no-repeat;
}

.block-list h2 {
    font-size: 2.7rem;
    color: #721544;
    font-weight: 900;
    line-height: 2.7rem;
}

.block-list h2 span {
    color: #ff8d00;
}

.block-list .box {
    border-radius: 11px;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.block-list .box .large {}

.block-list .box.text-right.medium {
    margin-right: 68px !important;
}

.block-list .box.text-right.small {
    margin-right: 90px !important;
}

.block-list .box.text-left.medium {
    margin-left: 90px !important;
}

.block-list .box.text-left.small {
    margin-left: 112px !important;
}


.block-list .box h4 {
    position: relative;
    display: table;
    color: #721544;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: -1px;
}

.block-list .box.text-right h4 {
    float: right;
}

.block-list .box h4:before {
    position: absolute;
    content: "";
}

/*.block-list .box h4.icon1:before {
    background: url('../img/block-list-icon1.png');
    width: 76px;
    height: 76px;
    left: -55px;
    top: -45px;
}

.block-list .box:hover h4.icon1:before {
    background-position: 0 -75px;
}

.block-list .box h4.icon2:before {
    background: url('../img/block-list-icon2.png');
    width: 87px;
    height: 71px;
    left: -94px;
    top: -39px;
}

.block-list .box:hover h4.icon2:before {
    background-position: 0 -76px;
}

.block-list .box h4.icon3:before {
    background: url('../img/block-list-icon3.png');
    width: 74px;
    height: 73px;
    left: -71px;
    top: -32px;
}

.block-list .box:hover h4.icon3:before {
    background-position: 0 -73px;
}*/

.block-list .box h4.icon1:before,
.block-list .box h4.icon2:before,
.block-list .box h4.icon3:before,
.block-list .box h4.icon4:before,
.block-list .box h4.icon5:before,
.block-list .box h4.icon6:before {
    background-repeat: no-repeat;
    width: 87px;
    height: 79px;
}

.block-list .box:hover h4.icon1:before,
.block-list .box:hover h4.icon2:before,
.block-list .box:hover h4.icon3:before,
.block-list .box:hover h4.icon4:before,
.block-list .box:hover h4.icon5:before,
.block-list .box:hover h4.icon6:before {
    background-position: 0 -79px;
}

.block-list .box h4.icon1:before {
    left: -66px;
    top: -48px;
}

.block-list .box h4.icon2:before {
    left: -95px;
    top: -45px;
}

.block-list .box h4.icon3:before {
    left: -85px;
    top: -43px;
}

.block-list .box h4.icon4:before {
    right: -89px;
    top: -49px;
}

.block-list .box h4.icon5:before {
    right: -90px;
    top: -45px;
}

.block-list .box h4.icon6:before {
    right: -78px;
    top: -39px;
}

/*.block-list .box h4.icon5:before {
    background: url('../img/block-list-icon5.png');
    width: 76px;
    height: 76px;
    right: -85px;
    top: -40px;
}

.block-list .box:hover h4.icon5:before {
    background-position: 0 -76px;
}

.block-list .box h4.icon6:before {
    background: url('../img/block-list-icon6.png');
    width: 68px;
    height: 58px;
    right: -65px;
    top: -26px;
}

.block-list .box:hover h4.icon6:before {
    background-position: 0 -58px;
}*/

.block-list .box p {
    clear: both;
    color: #646464;
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 0;
}

.block-list .box:hover {
    background: #721544;
}

.block-list .box:hover h4 {
    color: #FFF;
}

.block-list .box:hover p {
    color: #ff9800;
}


.block-list.inline {
    background: none;
}

.block-list.inline .box:hover {
    background: none;
}

.block-list.inline .box:hover h4,
.block-list.inline .box:hover p {
    color: inherit;
}

.block-list.inline .icon {
    display: inline-block;
}

.block-list.inline .text {
    display: inline-block;
}

.block-list.inline .box {
    padding-bottom: 3.5rem;
}

.block-list.inline .box h4 {
    font-size: 1.6rem;
    letter-spacing: -1px;
    display: block;
}

.block-list.inline .box p {
    display: inline-block;
}

section.parallax-window {
    background-size: cover;
    background-attachment: fixed;
    padding-top: 200px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-position: right;
} 

section.join {
    padding: 80px 0 65px;
    background: url('../img/section-bg2.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section.join h2 {
    color: #FFF;
    font-size: 4.4rem;
    line-height: 4.4rem;
    font-weight: 900;
    letter-spacing: -2px;
}

.section.join h2 img {
    margin-top: -13px;
}

.section.join p {
    color: #FFF;
    font-size: 1.25rem;
    line-height: 1.6rem;
}

.section.join h4, .section.join h3 {
    color: #FFF;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: bold;
}

.section.join .form {
    margin: 0 auto;
    width: 74%;
}

.section.join .form label {
    color: #721544;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 0 5px 5px;
}

.section.join .form input {
    border: none;
    background: #FFF;
    height: 43px;
    border-radius: 30px;
}

.section.join .form input:focus {
    box-shadow: 0 0 3px #ff9800;
}

.section.join .form img {
    margin: 0 0 0 20px;
}


/* Styling Checkbox */
.section.join .form .checkbox-label,
.sub-form .checkbox-label {
    display: inline-block;
    position: relative;
    margin: auto;
    cursor: pointer;
    height: 27px;
    width: 27px;
    clear: both;
    vertical-align: middle;
}

.section.join .form .checkbox-label input,
.sub-form .checkbox-label input,
.main-form.check .checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.section.join .form .checkbox-label .checkbox-custom,
.sub-form .checkbox-label .checkbox-custom,
.main-form.check .checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 27px;
    width: 27px;
    background-color: #FFF;
}

.main-form.check .checkbox-label .checkbox-custom {
    top: 6px;
}

.section.join .form .checkbox-label input:checked ~ .checkbox-custom,
.sub-form .checkbox-label input:checked ~ .checkbox-custom,
.main-form.check .checkbox-label input:checked ~ .checkbox-custom {
    opacity:1;
    left: 0;
    top: 0;
    width: 27px;
    height: 27px;
    border-radius: 0;
    background: #FFF url('../img/form-check-image.png') center no-repeat;
}

.main-form.check .checkbox-label input:checked ~ .checkbox-custom {
    top: 6px;
}

.section.join .form .checkbox-label input:checked ~ .checkbox-custom::after,
.sub-form .checkbox-label input:checked ~ .checkbox-custom::after,
.main-form.check .checkbox-label input:checked ~ .checkbox-custom::after {
    opacity:1;
    left: 8px;
    top: 3px;
    width: 19px;
    height: 16px;
    border-radius: 0;
    background: #FFF url('../img/form-check-image.png') center no-repeat;
}

.section.join .form .checkbox-container,
.sub-form .checkbox-container,
.main-form.check .checkbox-container {
    padding: 0px 15px 0 10px;
    display: inline-block;
    position: relative;
}

.main-form.check .checkbox-container {
    padding: 8px 15px 0 28px;
}

.sub-form .checkbox-container {
    padding: 6px 15px 0 10px;
}

.section.join .form .input-title,
.sub-form .input-title {
    color: #721544;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 0 0 10px;
    display: inline-block;
}

.sub-form .input-title {
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 0 0 10px;
    display: inline-block;
}

.main-form.check .input-title {
    color: #721544;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 0 0 10px;
    display: inline-block;
}

.section.join .form input[type="submit"],
.news-list .button {
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background: #721544;
    border: 3px solid #721544;
    padding: 21px 50px;
    border-radius: 37px;
    font-weight: bold;
    display: table;
    margin: 0 auto;
    height: auto;
}


.wpcf7-list-item-label {
    font-size: 1.1rem;
font-weight: 500;
 }

 .wpcf7-checkbox label input {
    opacity: 0;
    color: black !important;
    opacity: 1;
    margin: auto;
    height: 50px;
    width: 50px;
    margin-top: -15px;
}

.wpcf7-list-item input {
    height: auto !important;
}

.wpcf7-validation-errors {
    border: 0 !important;
}












.section.join .form [type="submit"]:hover,
.news-list .button:hover {
    color: #721544;
    background: #FFF;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);    
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

section.small-carousel {
    background: #b36293;
}

section.small-carousel h2 {
    position: absolute;
    top: 50px;
    left: 88px;
    color: #FFF;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: -1px;
}

section.small-carousel .carousel {
    position: relative;
    padding: 0 0 0 75px;
    margin: -27px 0 0 -8px;
}

section.small-carousel .carousel h5 {
    font-weight: 900;
    color: #721544;
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 29px 0 0 8px;
}

section.small-carousel .carousel .image img {
    width: auto !important;
    border-radius: 100%;
    border: 11px solid #b36293;
}

section.small-carousel .carousel .owl-dots {
    position: absolute;
    bottom: 55px;
    left: 1%;
}

section.half-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    right: 0;
}

section.half-slider .owl-nav {
    display: none;
}

section.small-carousel .carousel .owl-dot,
section.half-slider .owl-dot {
    display: inline-block;
    margin: 0 8px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #FFF;
    outline: none;
}

section.half-slider .owl-dot {
    background: #721544;
}

section.small-carousel .carousel .owl-dot.active {
    background: none;
    border: 3px solid #721544;
    width: 15px;
    height: 15px;
}

section.half-slider .owl-dot.active {
    border: 3px solid #f89632;
    background: none;
    width: 13px;
    height: 13px;
}

section.small-carousel .text {
    margin: -8px 0px 0 -55px;
}

section.small-carousel h3 {
    color: #FFF;
    font-weight: bold;
    font-size: 1.7rem;
}

.section.location {
    padding: 60px 0 90px;
    background-color: #fbfbfb;
}

.home .section.location {
    padding: 120px 0 90px;
}

.location .parallax {
    padding: 60px 0 90px;
}

.parallax.bg2 {
    background: url('../img/location-map.png') 27% no-repeat;
    background-attachment: fixed;
}


/*.section.location .map {
    display: none;
}*/

.section.location h2 {
    color: #721544;
    font-weight: 900;
    font-size: 2.7rem;
    line-height: 2.7rem;
    /*margin-top: 150px;*/
}

.section.location h2 span {
    color: #ff9800;
}

.section.location h2 img {
    float: left;
    margin: 6px 12px 0 0;
    height: 2rem;
}

.section.location p {
    color: #666666;
    font-size: 1.1rem;
    line-height: 1.45rem;
}

.section.location .buttons {
    padding: 85px 0 0 0;
}

.section.location .buttons a {
    display: inline-block;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #721544;
    color: #802655;
    font-weight: bold;
    vertical-align: top;
    letter-spacing: -1px;
    line-height: 1.1rem;
    text-align: center;
}

.section.location .buttons a span {
    color: #ff9800;
}

.section.location .buttons a:hover {
    color: #FFF;
    background: #721544;
}

.section.location .buttons a.style1 {
    padding: 6px 30px 0 30px;
    margin: 0 12px 0 0;
}

.section.location .buttons a.style2 {
    padding: 13px 30px 0 30px;
    margin: 0 12px 0 0;
}

.section.location .buttons a.style3 {
    padding: 6px 30px 0 30px;
    margin: 0;
}

.section.location.clean {
    background-size: cover;
}

.section.location.clean h2 {
    margin-top: 30px;
    padding-bottom: 25px;
}

.section.location.clean p {
    color: #721544;
    font-size: 1.2rem;
    line-height: 1.75rem;
    padding: 0 50px 25px 0;
}

/*.section.location.large .map {
    display: none;
}*/

section.medium-carousel {
    padding-bottom: 150px;
    background: url('../img/section-bg3.jpg') center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section.medium-carousel .item {
    position: relative;
}

section.medium-carousel .item:hover .link,
.news-list .item:hover .link {
    font-weight: bold;
}

section.medium-carousel.bg3 {
    padding: 90px 0 130px;
    background: url('../img/section-bg3.jpg') center no-repeat;
    background-size: cover;
}

section.medium-carousel .owl-nav {
    display: none;
}

section.medium-carousel h2 {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 2.9rem;
    letter-spacing: -1px;
}

section.medium-carousel h2 span {
    color: #ff9a08;
}

section.medium-carousel figure img,
section.news-list figure img {
    border-radius: 100%;
    width: auto !important;
    margin: 0 auto;
}

section.medium-carousel h4,
section.news-list h4 {
    color: #ff9a08;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: -1px;
}

section.medium-carousel h4 a,
section.news-list h4 a {
    color: #ff9a08;
}

section.medium-carousel h3,
section.news-list h3 {
    color: #721544;
    font-weight: 900;
    letter-spacing: -1px;
    font-size: 1.7rem;
}

section.medium-carousel h3 a,
section.news-list h3 a {
    color: #721544;
}


section.medium-carousel .item p,
section.news-list .item p {
    color: #666666;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3rem;
}

section.medium-carousel .link,
section.news-list .link {
    color: #721544;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: -1px;
    margin: 12px 0 0 0;
    display: inline-block;
}

section.medium-carousel .link:hover,
section.news-list .link:hover {
    font-weight: bold;
}

section.medium-carousel .owl-dots,
#large-slider .owl-dots,
.interactive-form .owl-dots,
.adopt-carousel .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    text-align: center;
}

.interactive-form .owl-dots {
    bottom: -30px;
}

section.medium-carousel .owl-dot,
#large-slider .owl-dot,
.interactive-form .owl-dot,
.adopt-carousel .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #721544;
    outline: none;
}

.interactive-form .owl-carousel .owl-dot {
    background: #FFF;
    opacity: 1;
}

section.medium-carousel .owl-dot.active,
#large-slider .owl-dot.active,
.interactive-form .owl-dot.active,
.adopt-carousel .owl-dot.active {
    background: none;
    border: 3px solid #f89632;
    width: 15px;
    height: 15px;
}

section.help {
    background: url('../img/section-bg4.jpg') center no-repeat;
    background-size: cover;
    padding: 80px 0 85px;
}

section.help h2 {
    font-weight: 900;
    font-size: 4.65rem;
    color: #FFF;
}

section.help h2 img.logo {
    margin: -16px 0 0 0;
}

section.help h2 img.foot {
    margin: -12px -8px 0 -14px;
}

section.help p {
    color: #FFF;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

section.help p img.small {
    width: 23px;
}

section.help .button {
    margin: 30px 0 0 0;
    border-radius: 33px;
    height: 74px;
    line-height: 69px;
    border: 2px solid #FFF;
    font-size: 1.8rem;
    font-weight: 900;
    padding: 0 80px;
    color: #FFF;
}

section.help .button:hover {
    background: #FFF;
    color: #812755;
}

.section.medium-padding {
    padding-top: 90px;
}

.header-section h2, .header-section h1  {
    color: #721544;
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 600;
    letter-spacing: -1px;
}

.header-section h2 span, .header-section h1 span,
.header-section h5 span {
    color: #ff9800;
}
.header-section h1 span.subtitle{
	font-weight: 900;
    font-size: 2rem;
    letter-spacing: -1px;
}
	
.header-section h2 img.size1, .header-section h1 img.size1 {
    height: 33px;
    margin: -11px 0 0 0;
}

.header-section h2.icon-title {}

.header-section h2.icon-title .icon, .header-section h1.icon-title .icon{
    height: 38px;
    margin: -10px 0 0 0;
}

.header-section h2.icon-title .logo,  .header-section h1.icon-title .logo{
    height: 28px;
    margin: -6px 0 0 0;
}

.header-section h2.icon-title {}

.header-section h5 {
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: -1px;
}

iframe {
    max-width: 100%;
}

.header-section p,
.inner-text p {
    color: #721544;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.header-section p .icon-foot {
    height: 22px;
    margin: -7px 0 0 0;
}

.medium p,
.inner-text p.medium {
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding: 0 70px;
}

.header-section p.small {
    font-size: 1.25rem;
}

.main-form {
    overflow: hidden;
}

.main-form label {
    font-weight: 500;
    font-size: 1.2rem;
    cursor: pointer;
    display: block;
}

.main-form label.inline {
    font-weight: 500;
    font-size: 0.9rem;
    color: #7d7d7d;
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
    padding: 0 15px 0 2rem;
}

.main-form .radio-container:last-child label.inline {
    padding: 0 0 0 2rem;
}

.main-form input:not(.submit),
.main-form textarea {
    border: 1px solid #7d7d7d;
    border-radius: 15px;
    height: 39px;
    line-height: 39px;
    border-radius: 21px;
}

.main-form textarea {
    height: 144px;
    line-height:normal;
    resize: none;
    padding-top: 15px;
}

.main-form input[type=radio] {
    display: inline-block;
}

.main-form input:focus,
.main-form textarea:focus,
.main-form input:active,
.main-form textarea:active {
    box-shadow: none !important;
}

.main-form .radio-container {
    display: inline-block;
    position: relative;
}


/* Custom radio buttons */
.main-form [type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
    width: 25px;
}

.checkmark {
    position: absolute;
    top: 9px;
    left: 0;
    height: 26px;
    width: 26px;
    border: 1px solid #7d7d7d;
    border-radius: 50%;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.main-form [type=radio]:checked ~ .checkmark:after {
    display: block;
}

.main-form .checkmark:after {
    top: 7px;
    left: 7px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ff9800;
}

.main-form .right-align {
    justify-content: flex-end;
}

.main-form .submit {
    background: #721544;
    border-radius: 25px;
    font-size: 1.2rem;
    color: #FFF;
    display: inline-block;
    font-weight: 500;
    padding: 9px 40px;
    margin-left: 37px;
    height: 50px;
}

.center-mobile .submit {
    margin-left: 0 !important;
    margin-right: 10px;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

.main-form .submit:hover {
    background: #ff9a08;
}

.main-form .captcha {
    display: inline-block;
}

.section.contact .info {
    border-top: 1px solid #721544;
    clear: both;
    margin: 78px 0 0 0;
    padding: 28px 0 50px;
}

.section.contact .info img {
    display: inline-block;
    margin: 0 0 0 0;
    height: 35px;
}

.section.contact .info ul {
    display: inline-block;
    vertical-align: bottom;
}

.section.contact .info ul li {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 1.35rem;
    padding: 0 25px;
}

.section.contact .info ul li:after{
    position: absolute;
    right: -15px;
    top: 0;
    content: "|";
}

.section.contact .info ul li:last-child:after{
    display: none;
}

.section.contact .map {
    width: 100%;
    height: auto;
}

#map-canvas {
	height: 430px;
	width: auto;
}

.large #map-canvas {
	height: 600px;
}

.section.more {
    padding: 55px 0 50px;
    background: url('../img/section-bg3.jpg') center no-repeat;
}



.section.more .boxes .box {
    position: relative;
    display: inline-block;
    padding: 0 34px;
    width: 280px;
}

.section.more .boxes .box figure img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.section.more .boxes .box:hover figure img {
    transform: scale(1.1);
}

.section.more .boxes .box figure {
    margin: 0;
}

.section.more .boxes .box h4, .section.more .boxes .box h2 {
    font-size: 1.35rem;
    line-height: 1.35rem;
    font-weight: 900;
    letter-spacing: -1px;
    margin-top: -5px;
}

.section.more .boxes .box span {
    color: #ff9800;
}

.section.more .boxes .box .logo {
    width: 132px;
}

.news-form {
    background: url('../img/news-form-bg.jpg') center no-repeat;
    padding: 105px 0 125px;
}

.news-form .main-form {
    position: relative;
    overflow: visible;
}

.news-form .main-form.mobile {
    display: none;
}

.news-form .main-form:after {
    position: absolute;
    top: 50%;
    right: -405px;
    content: "";
    width: 408px;
    height: 405px;
    background: url('../img/news-img1.png') no-repeat;
    -ms-transform: translateY(-50%);
  -moz-transform:  translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-form .main-form label {
}

.news-form .main-form input,
.news-form .main-form textarea {
    border: none;
}

.news-form .main-form label {
    color: #721544;
}

.news-form .main-form button {
    margin: 15px 15px 0 0;
    padding: 9px 25px;
}

.news-form .main-form .captcha {
    margin: 15px 0 0 0;
    vertical-align: middle;
}

.news-form .main-form img.captcha {
    margin: 0 0 0 0;
}

.news-form .main-form .checkmark {
    border: none;
    background: #FFF;
}

.main-form .checkmark:after {
    background: #812755;
}

.news-list {
    padding: 70px 0 10px;
}

.news-list h2 {
    font-weight: bold;
    letter-spacing: -1px;
}

.news-list h2.small {
    font-size: 1.7rem;
}

.news-list .categories ul {
    margin: 5px 0 50px -28px;
}

.news-list .categories ul li {
    display: inline-block;
    padding: 0 2px 7px;
    
}

.news-list .categories ul li a {
    position: relative;
    color: #FFF;
    font-size: 1rem;
    background: #812755;
    margin: 0;
    border-radius: 17px;
    padding: 2px 28px 4px 28px;
}

.news-list .categories ul li a:before {
    position: absolute;
    top: 8px;
    left: 10px;
    content: "";
    width: 6px;
    height: 6px;
    background: #FFF;
    border-radius: 100%;
}

.news-list .categories ul li a:hover, .news-list .categories ul li.active a {
    background: #ff9a08;
}

.paginacion {
    display: block;
}

.paginacion li {
    display: inline-block;
    padding: 0 3px;
}

.paginacion li a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    border-radius: 100%;
    color: #721544;
    font-size: 1.1rem;
    text-align: center;
}

.paginacion li.active a,
.paginacion li:hover a {
    background: #812755;
    color: #ff9a08;
}

.paginacion li a span {
    color: #ff9a08;
}

.large-video {
    width: 80%;
    margin: 0 auto;
}

.large-video iframe {
    border: none;
    width: 100%;
    height: 670px;
}

header h1.fixed, header h2.fixed{
    width: 50%;
    display: inline-block;
}

.share ul li {
    display: inline-block;
    margin: 0 2px;
}

a.large-button {
    display: inline-block;
    height: 62px;
    border-radius: 35px;
    background: #721544;
    color: #FFF;
    font-weight: bold;
    vertical-align: top;
    letter-spacing: -1px;
    line-height: 57px;
    font-size: 1.6rem;
    padding: 0 55px;
}

a.large-button.space {
    margin-top: 5rem;
}

a.large-button:hover {
    background: #ff9800;
    border-color: #ff9800;
}

.select-style {
    border: 1px solid #7d7d7d;
    border-radius: 15px;
    height: 39px;
    line-height: 28px;
    border-radius: 21px;
    overflow: hidden;
    background: #FFF url('../img/select-arrow.png') no-repeat 96% 54%;
}

.select-style select {
    padding: 5px 17px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.select-style select:focus {
    outline: none;
}

.join .select-style {
    border: none;
}

.product-lines {}

.product-lines .box {
    position: relative;
    float: left;
    width: 33.333%;
}

.product-lines .box .text {
    position: absolute;
    top: 50%;
    left: 20%;
    margin-top: -29px;
    z-index: 6;
}

.product-lines .text img.logo {
    height: 25px;
}

.product-lines .text h4 {
    font-weight: 900;
    font-size: 2.3rem;
    line-height: 2.2rem;
    color: #FFF;
}

.product-lines .box3 .text:before {
    position: absolute;
    left: -64px;
    top: -4px;
    content: "";
    width: 52px;
    height: 71px;
    background: url('../img/icon-location2.png') no-repeat;
}

.product-lines .box3:hover .text:before {
    background: url('../img/icon-location2-hover.png') no-repeat;
}

.section.location.large {
    padding: 0;
}

.section.location.large p {
    font-size: 1.5rem;
    color: #802655;
    line-height: 1.9rem;
}

.section.location.large .buttons {
    padding: 70px 0 0 0;
}

.section.location.large .buttons a {
    background: #81305a;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.3rem;
    height: auto;
    padding: 6px 45px !important;
    text-align: center;
}

.section.location.large .buttons a:hover {
    color: #FFF;
    background: #ff9800;
    border-color: #ff9800;
}

.section.location.large .buttons a:hover span {
    color: #FFF;
}

#large-slider {
    padding: 25px 0 140px;
    margin-bottom: 30px;
}

#large-slider img {
    width: 100%;
}

#large-slider .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
}

#large-slider .owl-nav {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    margin-top: -22px;
}

#large-slider .owl-nav span {
    display: none;
}

#large-slider .owl-prev,
#large-slider .owl-next {
    position: absolute;
    top: 0;
    width: 29px;
    height: 45px;
}

#large-slider .owl-prev {
    background: url('../img/large-slider-nav-left.png');
    left: 0;
}

#large-slider .owl-next {
    background: url('../img/large-slider-nav-right.png');
    right: 0;
}

.animal-boxes {
    position: relative;
}

.animal-boxes .product-header {
    position: relative;
    overflow: hidden;
    z-index: 100;
}

.animal-boxes .box {
    position: relative;
    width: 50%;
    height: 615px;
}

.animal-boxes .box:after {
    position: absolute;
    bottom: -36px;
    content: "";
    width: 73px;
    height: 36px;
}

.animal-boxes .box1:after {
    right: 80px;
    background-image: url('../img/animal-boxes-arrow1.png');
}

.animal-boxes .box2:after {
    left: 80px;
    background-image: url('../img/animal-boxes-arrow2.png');
}

.animal-boxes .box h3 {
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    font-size: 4rem;
    letter-spacing: -3px;
    line-height: 3.1rem;
}

.animal-boxes .box h3 img {
    height: 25px;
}

.animal-boxes .box1 h3 {
}

.animal-boxes .box1 .product-header {
    padding: 0 100px 0 0px;
}

.animal-boxes .box1 {
    float: left;
    background: url('../img/animal-boxes-bg1.jpg') right center no-repeat;
    padding: 115px 58px 0 0;
    background-size: cover;
}

.animal-boxes .box2 {
    float: right;
    background: url('../img/animal-boxes-bg2.jpg') right center no-repeat;
    padding: 115px 0 0 58px;
    background-size: cover;
}

.animal-boxes .box1 .content {
    width: 350px;
    float: right;
}

.animal-boxes .box2 .content {
    width: 350px;
    float: left;
}

.animal-boxes .box1 .fields {
    padding: 35px 0 0 50px;
}

.animal-boxes .box2 .fields {
    padding: 35px 50px 0 0;
}

.animal-boxes .box .fields label {
    font-size: 500;
    font-size: 1.1rem;
    color: #FFF;
}

.animal-boxes .select-style {
    border: none;
    height: 37px;
    line-height: 26px;
}

.animal-boxes .select-style select {
    color: #9e9e9e;
}

.animal-boxes button {
    height: 50px;
    line-height: 45px;
    border: 2px solid #FFF;
    width: 100%;
    background: none;
    border-radius: 34px;
    font-weight: 500;
    color: #FFF;
    opacity: 0.22;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.animal-boxes button.active {
    color: #FFF;
    opacity: 1;
}

.animal-boxes .box1 button.active {
    background: #721544;
    border-color: #721544;
}

.animal-boxes .box2 button.active {
    background: #e1828d;
    border-color: #e1828d;
}

.animal-boxes .form-group {
    position: relative;
}

.animal-boxes .delete {
    position: absolute;
    right: -37px;
    top: 34px;
    display: none;
    cursor: pointer;
    opacity: .5;
}

.animal-boxes .box.active.enabled select {
    color: #64214d;
}

.animal-boxes .box.active.enabled .delete {
    /*display: block;*/
    opacity: 1;
}

.animal-boxes .box.inactive .select-style {
    background: url('../img/icon-arrow-down2.png') no-repeat 96% 54%;
    border: 2px solid #FFF;
}

.animal-boxes .box.inactive:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 99;
    opacity: 0.6;
}

.animal-boxes .box1.inactive:before {
    background: #af656e;
}

.animal-boxes .box2.inactive:before {
    background: #999;
}

.animal-boxes .box.inactive:after {
    display: none;
}



/* Styling Checkbox */
.animal-boxes .checkbox-label {
    display: inline-block;
    position: relative;
    margin: auto;
    cursor: pointer;
    height: 63px;
    width: 63px;
    clear: both;
    vertical-align: middle;
    border: 2px solid #FFF;
    margin: -45px 15px 0 22px;
    z-index: 100;
}

.animal-boxes .box1 .checkbox-label {
    margin: -45px -309px 0 22px;
}

.animal-boxes .box2 .checkbox-label {
    margin: -45px 22px 0 0;
}

.animal-boxes .checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.animal-boxes .checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 63px;
    width: 63px;
}

.animal-boxes .box .checkbox-label input:checked ~ .checkbox-custom {
      opacity:1;
  left: -3px;
top: -17px;
  width: 83px;
  height: 77px;
  border-radius: 0;
}

.animal-boxes .checkbox-label input:checked ~ .checkbox-custom {
background: url('../img/animal-boxes-check-active.png');
}

.animal-boxes .box2 .checkbox-label input:checked ~ .checkbox-custom {
background: url('../img/animal-boxes-check-active2.png');
}

.animal-boxes .checkbox-container {
    padding: 40px 15px 0 10px;
    display: inline-block;
}

.animal-boxes .checkbox-label input:checked ~ .checkbox-custom::before {
    left: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.product-list {
    padding: 100px 0;
    background: url('../img/product-list-bg.jpg') center top no-repeat;
    background-size: cover;
}

.product-list.half-slider {
    position: relative;
    padding: 0 0 0 62px;
    background: none;
}

.product-list.half-slider .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.half-slider .photo {
    margin: 0 0 0 -30px;
}

.product-list .boxes {
    padding: 0 50px;
}

.product-list .box {
    padding-bottom: 50px;
    width: 275px;
    margin: 0 auto;
}

.product-list.half-slider .box {
    width: auto;
    text-align: left;
}

.product-list h5 {
    font-size: 2.3rem;
    font-weight: 900;
    margin-top: -32px;
}

.product-list h5 img {
    height: 2rem;
    vertical-align: top; 
    margin: 4px 0 0 0;
    width: auto !important;
}

.product-list h3 {
    color: #f78c26;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: -1px;
}

.product-list h3 a,
.product-list h5 a {
    color: #f78c26;
}

.product-list p {
    color: #646464;
    padding: 7px 0 7px;
    line-height: 1.2rem;
    width: 80%;
}

.product-list .link {
    color: #ee8809;
    font-size: 0.9rem;
    letter-spacing: -1px;
}

.product-list .box:hover .link {
    font-weight: bold;
}

.large-social {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 635px;
    padding-top: 510px;
}

.large-social.bg1 {
    background-image: url('../img/large-social-bg1.jpg');
}

.large-social.bg2 {
    background-image: url('../img/large-social-bg2.jpg');
}

.large-social.bg3 {
    background-image: url('../img/large-social-bg3.jpg');
}

.large-social.bg4 {
    background-image: url('../img/large-social-bg4.jpg');
}

.large-social ul {
    display: inline;
}

.large-social ul li {
    display: inline-block;
    margin: 0 2px;
}

.large-social ul li img {
    height: 35px;
}

.large-social h3 {
    display: inline;
    color: #FFF;
    font-weight: bold;
    font-size: 1.7rem;
}

.section.benefits {
    background: url('../img/benefits-bg.jpg') center top no-repeat;
    padding: 70px 0;
}

.section.benefits .vertical {
    margin: 70px 0 0 0;
    padding: 28px 0 25px 0;
    background: url('../img/benefits-vertical-bg.png') center top no-repeat;
    overflow: hidden;
}

.section.benefits .line {
    padding-bottom: 12px;
}

.section.benefits .line .image {
    float: left;
    border-radius: 100%;
    border: 9px solid #FFF;
    display: inline;
    box-shadow: 0 0 20px #333;
}

.section.benefits .line .text {
    display: inline;
    width: 360px;
}

.section.benefits .line.left {
    padding-left: 507px;
}

.section.benefits .line.right .image {
    margin: 0 0 0 508px !important;
}

.section.benefits .line.right .text {
    margin: 0 0 0 -633px !important;
    text-align: right;
    width: 380px;
}

.section.benefits h3 {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: -1px;
}

.section.benefits p {
    color: #646464;
    line-height: 1.15rem;
    padding-top: 7px;
}

.section.presentation {
    padding: 95px 0 30px;
    background: url('../img/large-accordion-bg.jpg') center top no-repeat;
}

.large-accordion {
    padding: 75px 0;
    background: #FFF;
}

#accordion {
    text-align: left;
}

#accordion .card {
    border: none;
    border-bottom: 2px solid #ed8608;
    border-radius: 0;
    background: none;
    padding: 0 0 10px;
}

.card-header {
    padding: 0;
    border: none;
    background: none;
    border-radius: 0 !important;
}

.card-header h5 button {
    position: relative;
    font-weight: bold;
    font-size: 1.45rem;
    letter-spacing: -1px;
    color: #802655;
    padding: 0;
    margin: 35px 0 0 0;
    display: block;
    width: 100%;
    text-align: left;
}

.card-header h5 button:after {
    position: absolute;
    right: 8px;
    top: 16px;
    content: "";
    width: 24px;
    height: 15px;
    background: url('../img/accordion-arrow-up.png');
}

.card-header h5 button.collapsed:after {
    background: url('../img/accordion-arrow-down.png');
}

.card-header h5 button:hover,
.card-header h5 button:focus {
    color: #802655;
    text-decoration: none;
}

.card-body {
    padding: 2px 100px 10px 0;
    color: #646464;
    line-height: 1.3rem;
    font-size: 1.3rem;
}

section.interactive-map {
    background: url('../img/interactive-map-bg.jpg') center no-repeat;
    background-size: cover;
    height: 600px;
}

section.interactive-form {
    background: #b05e89 url('../img/interactive-form-bg.jpg') center top no-repeat;
    background-size: cover;
    padding: 85px 0;
}

section.interactive-form label {
    font-size: 1.4rem;
    color: #FFF;
}

section.interactive-form .select-style {
    height: 53px;
    background: url('../img/select-arrow2.png') no-repeat 96% 54%;
    border: 1px solid #FFF;
    border-radius: 26px;
}

section.interactive-form .select-style select {
    font-size: 1.35rem;
    height: 46px;
    color: #FFF;
    padding: 0  10px 0 23px;
}

section.interactive-form.fixed .select-style {
    background-position: 97% 54%;
}

section.interactive-form button {
    border: 1px solid #FFF;
    background: none;
    margin: 0 auto;
    padding: 12px 40px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    color: #FFF;
    border-radius: 30px;
    opacity: 0.3;
}

section.interactive-form.active .select-style {
    background: #FFF url('../img/select-arrow.png') no-repeat 96% 54%;
}

section.interactive-form.active .select-style select {
    color: #802655;
}

section.interactive-form.active .select-style.disabled select, section.interactive-form.active .select-style.disabled {
    background-color: #d7d7d7 !important;
}

section.interactive-form button.active {
    border: 1px solid #ff9800;
    background: #ff9800;
    color: #FFF;
    opacity: 1;
    cursor: pointer;
}

section.interactive-form .boxes {
    padding: 45px 0 0;
}

section.interactive-form .boxes .box {
    background: #FFF;
    border-radius: 20px;
    height: 380px;
    padding-top: 50px;
}

section.interactive-form .boxes .duplicate {
    padding-top: 20px;
}

section.interactive-form .boxes h4 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 25px;
}

section.interactive-form .boxes p {
    color: #7d7d7d;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

section.interactive-form .boxes img {
    width: auto;
    display: inline;
}

section.interactive-form .boxes .link {
    color: #ff9800;
    font-size: 0.9rem;
    letter-spacing: -1px;
}

.warning-box {
    border-radius: 22px;
    background: #ff9800;
    padding: 0 30px 20px;
    margin: 85px 0 0 0;
}

.warning-box .icon {
    margin: -60px 0 7px 0;
}

.warning-box p {
    color: #FFF;
    font-size: 1.35rem;
    line-height: 1.6rem;
}

.sub-form {
    padding: 35px 0 0 0;
}

.sub-form h2 {
    color: #FFF;
    font-weight: 900;
    font-size: 2.5rem;
}

section.interactive-form .sub-form label {
    font-size: 1.2rem;
    color: #FFF;
}

section.interactive-form .sub-form label.inline {
    font-size: 1.1rem;
}

.sub-form .checkmark {
    width: 23px;
    height: 23px;
    background: #FFF;
    border: none;
    top: 7px;
}

.sub-form .checkmark:after {
    background: #ff9800;
    top: 6px;
    left: 6px;
}

.sub-form .select-style {
    height: 39px !important;
    line-height: auto;
    border-radius: 21px !important;
}

.sub-form label.inline {
    line-height: 34px;
}

.sub-form .select-style select {
    height: 37px !important;
    font-size: 1.15rem !important;
}

.sub-form input, .sub-form textarea {
    border: 1px solid #FFF;
    background: #FFF;
}

.sub-form .submit {
    float: right;
    margin: 0;
    opacity: 1;
    border: none;
    background: #812755;
}

section.interactive-form.fixed {
    background: url('../img/adopt-bg.jpg') center no-repeat;
    background-size: cover;
    padding: 60px 0 150px;
}

section.interactive-form.fixed h2 {
    color: #FFF;
}

section.interactive-form.fixed header p {
    color: #FFF;
}

section.interactive-form.fixed form button {
    display: block;
    margin: 33px auto 0 !important;
    padding: 12px 60px;
}

section.adopt-carousel {
    padding: 75px 0;
}

section.adopt-carousel .boxes {
    padding: 70px 0;
}

section.adopt-carousel .box img.logo ,
.interactive-form.fixed .duplicate img.logo {
    display: inline;
}

section.adopt-carousel .box h5,
.interactive-form.fixed .duplicate h5 {
    font-weight: bold;
    font-size: 1.1rem;
}

section.adopt-carousel .box p {
    color: #7d7d7d;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.interactive-form.fixed .duplicate p {
    color: #7d7d7d;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: normal;
}

section.adopt-carousel .box .link,
.interactive-form.fixed .duplicate .link {
    color: #ff9800;
    font-size: 0.9rem;
    letter-spacing: -1px;
}


section.adopt-carousel .box .social { 
}

section.adopt-carousel .box .social li,
.interactive-form.fixed .duplicate .social li, .item .social li {
    display: inline-block;
    margin: 0 7px;
} { 
    display: inline-block;
    margin: 0 7px;
}

section.interactive-form.fixed.active .select-style {
    color: #812755;
    background: #FFF url('../img/select-arrow.png') no-repeat 96% 54%;
}

section.interactive-form.fixed form button.active {
    background: #ff9800;
    opacity: 1;
    border-color: #ff9800;
}

.image-banner {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    clear: both;
    height: 425px;
}

.image-banner.bg1 {
    background-image: url('../img/image-banner-img1.jpg');
}

.image-banner.bg2 {
    background-image: url('../img/image-banner-img2.jpg');
}

.image-banner.bg3 {
    background-image: url('../img/image-banner-img3.jpg');
}

#form-deploy {
    width: 100%;
    display: none;
}

a#deploy-form-button {
    text-align: center;
    color: #721544;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: -1px;
    margin: 12px auto 0;
    display: table;
}

a#deploy-form-button.active {
    margin: 82px auto 0;
}

a#deploy-form-button:hover {
    font-weight: 900;
}

/*############################# FOOTER #############################*/

#footer {
    width: 100%;
    clear: both;
}

#footer h4 {
    color: #f78d2c;
    font-weight: bold;
    font-size: 0.8rem;
}

#footer li {
    position: relative;
    color: #812755;
    padding: 0 0 5px 11px;
    font-size: 0.8rem;
}

#footer li:before {
    position: absolute;
    left: 1px;
    top: 8px;
    background: #f78d2c;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    content: "";
}

#footer li a {
    color: #812755;
}

#footer .logos {
    padding-top: 28px;
}

#footer .logos img {
    margin-bottom: 28px;
}

#footer .logos img:last-child {
    margin: 0;
}

#footer .bottom {
    background: #812755;
    padding: 15px 0 11px;
}

#footer .bottom p {
    color: #FFF;
    font-size: 0.75rem;
}

#footer .bottom p img {
    margin: -3px 0 0 0;
}

.nombre-producto {
    font-family: 'Maven Pro', sans-serif;
    color: #812755 !important;
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: -1px;
    font-weight: 900;
}

.product-list h4 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-top: -32px;
    letter-spacing: -1px;
}

.product-list h4 img {
    height: 1.5rem;
    vertical-align: top;
    margin: 9px 0 0 0;
    width: auto !important;
}

.nombre-producto2 {
font-family: 'Maven Pro', sans-serif;
color: #812755;
font-size: 2.4rem;
line-height: 2rem;
letter-spacing: -1px;
font-weight: 900;
margin-top: 10px;
}


.header-section h2 img.size1 {
    height: 33px;
    margin: -13px 0 0 0;
}

.header-section p, .inner-text p {
    padding-bottom: .5rem !important;
    margin-bottom: 2rem !important;
}

.wpcf7-list-item-label,
.d-inline-block img {
    cursor: pointer;
}

#wpcf7-f371-o1 .mascota .wpcf7-list-item-label {
    color: #fff;
}

.wpcf7-response-output {
    color: #fff;
}

.gotop {
    width: 60px;
    height: 60px;
    opacity: 0.7;
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50%;
    z-index: 999;
    background-image: url('../img/up-chevron.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    background-color: #ac7290;
    display: none;
}

.gotop:hover, .gotop:focus {
    opacity: 1;
}

.wp-video {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}



/*ACCORDION*/
.accordionM{
  width: 100%;
}
.accordionM .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border-radius: 0rem;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
.accordionM .card h5{
  margin-bottom: 0px;
  font-weight: 700;
}
.accordionM .card p{
  font-family: 'Maven Pro', sans-serif;
  color: #812755;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.accordionM .card .card{
  border-bottom: none !important;
  border-top: 1px solid #dedede !important;
}
.accordionM .card:hover {
  box-shadow: none;
}
.accordionM .card-body {
  padding: 20px 0px 10px 0px;
}
.accordionM .card-body .card-body{
  padding: 0px 0px 20px 0px;
}
.accordionM .card-body .card-body p{
  width: 90%;
}
.accordionM .card-header {
  padding: 20px 0px;
  margin-bottom: 0;
  background-color: #FFF;
  cursor: pointer;
  border-bottom: 1px solid #dedede !important;
}
.accordionM .collapse.show{
  border-bottom: 1px solid #dedede !important;
}
.accordionM .card-header .card-header {
  padding: 10px 0px;
}
.accordionM .btn{
  margin: 0px 0px 10px 0px;
}
.accordionM h2{
}
.accordionM h3{
  margin-bottom: 0px;
}
.accordionM .card:hover h3{
  color: #;
}
.accordionM .col-ico{
  width: 60px;
  max-width: 60px;
  padding-left: 15px;
  padding-right: 5px;
  margin: auto;
  text-align: center;
}
.accordionM .col-ico img{
}
.accordionM i{
  float: right;
  font-size: 1.8rem;
  margin-top: 3px;
  color: #721544;
}
.accordionM .card .card-header:hover i{
  color: #f78d2c;
}
.accordionM .card .card-header:hover h3, .accordionM .card .card-header:not(.collapsed) h3, .accordionM .card .card-header:not(.collapsed) i{
  color: #f78d2c;
}
[data-toggle="collapse"] .fa:before {
  /*content: url(../images/arrow-down.png);*/
  content: "\f077";
}
[data-toggle="collapse"].collapsed .fa:before {
  /*content: url(../images/arrow-up.png);*/
  content: "\f078";
}
.accordionM .card .card-body a{
    background: #721544;
    border-radius: 25px;
    font-size: 1.2rem;
    line-height: 1.7;
    display: inline-block;
    font-weight: 500;
    padding: 9px 40px;
    margin-left: 37px;
    height: 50px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    margin: 15px 0px 15px 0px;
}
.accordionM .card .card-body a:hover{
    color: #fff;
    background-color: #f78d2c;
}
.texto-nar{
    color: #f78d2c !important;
}
.iconos-contacto a {
    margin: 0px 10px;
}
.iconos-contacto a i{
    color: #721544 !important;
}
.iconos-contacto a i.tel{
    font-size: 36px;
}
.iconos-contacto a:hover i{
    color: #f78d2c !important;
}

/*ACCORDION*/

.section.contact .info.info-materiales {
    border-top: none !important;
    clear: both;
    margin: 0px !important;
    padding: 28px 0px 50px 0px !important;
}


.home h1{
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-top: 10px;
}