/*
Theme Name: Alphamedix
Theme URI: http://www.tipoos.com
Description: Alphamedix
Author: Tipoos
Author URI: http://www.tipoos.com
Version: 2.0
*/

/* = CSS Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/*
body {
  line-height: 1;
}
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}

input,textarea{
  outline: none;
}
* {
    box-sizing: border-box;
}

/* Fonts */



/* =General
-------------------------------------------------------------- */

body {
  font-family: 'Open Sans', sans-serif;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img{
  max-width: 100%;
  height: auto;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

p {
    /*line-height: 23px;*/
    margin-bottom: 20px;
}

section{
  
}

/* Columns grid */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
}

.col-2 {
  width: 16.2% !important;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333%;
}

.col-6 {
  width: 50%;
}
.col-8 {
  width: 66.6666%;
}
.col-9 {
  width: 75%;
}

.col-12 {
  width: 100% !important;
}

.col {
  display: block;
  min-height: 1px;
  /*padding-left: 15px;
  padding-right: 15px;*/
  position: relative;
}

.alignright{
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.alignleft{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.alignnone{
  float: none;
}
.text-center{
  text-align: center;
}

/* =Top Part
-------------------------------------------------------------- */
header {
  width: 100%;
  display: flex;
}
header .logo {
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
header nav {
	float: right;
	position: relative;
	padding-top: 60px;
	z-index: 9;
}
header nav ul{
  display: inline-block;
}
header nav ul li {
  color: #ffffff;
  float: left;
  position: relative;
  margin-right: 40px;
  font-size: 17px;
  font-weight: 700;  
}
header nav ul li a {
	color: #1d1d1b;
	text-decoration: none;
	font-weight: 400;
	font-size: 21px;
}


/* Languages Switcher */
/*header nav .languages-switcher {
  display: none;
}*/
header nav .languages-switcher li{
    margin: 0;
}
header nav .languages-switcher li:first-child::after{
    content: " / ";
    margin-right: 5px;
}

/* Drop down */

header nav ul li ul {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    margin: 0 auto;
    padding: 10px 0;
}
header nav ul li ul li {
    width: 250px;
    display: block;
    margin: 0;
}

header nav ul li ul li a {
    color: #1c1c1c;
    background-color: #c0b5a0;
    padding: 0;
    line-height: normal;
    display: block;
    line-height: 40px;
    padding: 0 20px;
}
header nav ul li ul li a:hover {
  font-weight: 600;
}
header nav ul li ul li:last-child a {
    padding: 0 20px;
}

#top .slider{
  height: 552px;
  background-image: url('images/bg-top.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100%
}
#top .slider.normal{
  height: 200px !important;
  background-image: none;
  background-color: #000000;
  background-position: center;
}
#top .slider.flexed{
  display: flex;
  align-items: center;
  justify-content: center;
}



#top .slider .women {
    position: absolute;
    left: 34%;
    top: 8%;

}

/* Animation */

.animation-delay-0-5 {
    -webkit-animation-delay: 0.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}
.animation-delay-1 {
    -webkit-animation-delay: 1s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
}
.animation-duration-1 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.animation-duration-1-5 {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}
.animation-duration-2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}



.fade-in-left {
  -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fade_in_left;
    animation-name: fade_in_left;
}
@keyframes fade_in_left {
  0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
}




.fade-in {
  -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fade_in;
    animation-name: fade_in;
}
@keyframes fade_in {
  0% {
        opacity: 0;
    }
  100% {
    opacity: 1;
    }
}
#top .engle-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}
#top .slide-text {
	position: absolute;
	color: #1d1d1b;
	width: 100%;
	top: 250px;
	left: 0;
	z-index: 5;
	text-align: center;
}
#top .slide-text h2 {
    font-size: 30px;
    line-height: 40px;
}
#top .slide-text a {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 7px 10px;
    display: inline-block;
    margin-top: 10px;
}

/* Home 1 */
#home-1 {
    padding: 110px 0 100px;
    /*height: 419px;*/
    max-height: 100%;
}
#home-1 .box .circle {
    border-radius: 150px;
    border: 1px solid #907c57;
    padding: 15px;
    height: 310px;
    background: #ffffff;
    display: block;
    position: relative;
}
#home-1 .box .circle .overlay {
    position: absolute;
    margin: auto;
    height: 90%;
    width: 90%;
    background: rgba(129, 106, 64, 0.7);
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#home-1 .box .circle:hover .overlay{
  opacity: 1;
}
#home-1 .box {
    width: 310px;
    margin: 0 auto;
    text-align: center;
}

#home-1 .box h3,#home-1 .box h3 a {
    color: #816a40;
    font-size: 23px;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: none;
}
#home-1 .box .circle span {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 150px;
}

/* Home 2 */
#home-2 {
	background: url('images/bg-home-2-new.jpg') no-repeat 0 0 / cover;
	padding: 60px 0 0 0;
	height: 410px;
	max-height: 100%;
	text-align: center;
	position: relative;
}
#home-2 .pos-absolute {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}
#home-2 h3 {
    font-size: 23px;
    line-height: 40px;
    color: #ffffff;
    width: 50%;
    margin: 0 auto;
}
#home-2 hr {
	background: #1d1d1b;
	height: 3px;
	border: none;
	width: 270px;
	margin: 35px auto 35px;
}
#home-2 .engle-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}
#home-2 .row {
    margin-top: 45px;
    max-width: 1200px;
    margin: 0 auto;
}
#home-2 .box .circle {
	height: 240px;
	position: relative;
	display: block;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
#home-2 .box .circle .overlay {
    position: absolute;
    margin: auto;
    height: 89%;
    width: 89%;
    background: rgba(129, 106, 64, 0.7);
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#home-2 .box .circle:hover .overlay{
  opacity: 1;
}
#home-2 .box .circle .overlay h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}
#home-2 .box {
    width: 240px;
    margin: 40px auto 0;
    text-align: center;
}

#home-2 .box h3 {
    color: #1d1d1b;
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}
#home-2 .box .circle span {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}



/* Our Partners */
#partners {
	background: #fff;
	text-align: center;
	height: 247px;
	max-height: 100%;
	padding-top: 240px;
	margin-bottom: 200px;
}
#partners .container{
  max-width: 1400px;
}
#partners h3 {
	font-size: 45px;
	line-height: 40px;
	color: #1d1d1b;
	margin: 0 auto;
}
#partners hr {
    background: #1d1d1b;
    height: 3px;
    border: none;
    width: 270px;
    margin: 10px auto 14px;
}
#partners .partners-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}
#partners .p-logo {
    margin: 0 10px;
}



/* Newsletter */
#newsletter{
  background: url('images/bg-newsletter-new.jpg') no-repeat 0 0 / cover;
  height: 310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#newsletter h3{
  color: #1d1d1b;
  font-size: 32px;
  margin-bottom: 30px;
}
#newsletter h3 span{
  font-size: 32px;
  display: block;
}
#newsletter form{
}
#newsletter form input[type="email"] {
	background-color: #ffffff;
	border: none;
	width: 35%;
	line-height: 30px;
	margin: 0 auto 20px auto;
	padding: 8px;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 5px;
	border-radius: 15px;
}
#newsletter form input[type="submit"] {
	background-color: #816a40;
	color: #ffffff;
	display: inline-block;
	border: none;
	padding: 1px 40px;
	cursor: pointer;
	font-size: 28px;
	border-radius: 10px;
	margin-top: 10px;
}

#newsletter form span.wpcf7-not-valid-tip{
    display: none;
}
#newsletter form .wpcf7-not-valid {
    background: #ffdbdb !important;
    border: 1px solid #ff0000 !important;
}
#newsletter form div.wpcf7-validation-errors {
    border: none;
    position: absolute;
    bottom: -30px;
    color: #f7e700;
    left: 0;
    text-align: center;
    font-weight: 600;
    right: 0;
    font-size: 13px;
}
#newsletter form div.wpcf7-mail-sent-ok {
    border: none;
    position: absolute;
    bottom: -30px;
    color: #ffffff;
    left: 0;
    right: 0;
}

.contact-top .ajax-loader {
  position: absolute;
}

/* About Us */
.about-nav {
    text-align: center;
    padding: 50px 0 25px;
}
.about-nav ul li{
  display: inline-block;
  position: relative;
  padding: 0;
}

.about-nav ul li:last-child::after{
  content: none;
}
.about-nav ul li a {
	color: #816a40;
	text-decoration: none;
	display: block;
	padding: 10px 10px;
	border: 1px solid;
	border-radius: 15px;
	width: 150px;
	font-size: 19px;
	margin: 10px;
}

#statement{
  
}
#statement .heading {
	background-color: #fff;
	padding: 5px 0;
}
#statement .heading h3{
	color: #816a40;
	font-size: 45px;
	font-weight: 300;
}
#statement .intro {
    background-color: #fff;
    color: #000;
    padding: 40px 0;
    font-size: 20px;
    line-height: 27px;
}
#statement .intro p{
  line-height: 27px;
}
#statement .text{
    padding: 40px 0;  
}
#our-brands{
  
}
#our-brands .heading{
  background-color: #816a40;
  padding: 25px 0;
}
#our-brands .heading h3{
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
}
#our-brands h4 {
    color: #816a40;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

#our-brands .text{
    padding: 40px 0;  
}

#international-partners {
    background: url(images/international-partners/bg-home-2.jpg) no-repeat 0 0 / cover;
    text-align: center;
    padding: 50px 0;
}
#international-partners h3 {
    color: #816a40;
    font-size: 22px;
    padding: 20px 0;
    margin-bottom: 20px;
}
#international-partners .box {
    padding: 20px 95px;
    min-height: 320px;
}
#international-partners .box h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}
#international-partners .box img{
  margin: 10px 0;
}

.partners-about .partners-logos{
  margin: 0 !important;
}
.partners-about {
    height: auto !important;
    padding: 40px 0 !important;
}

#our-team{
  
}
#our-team .heading{
  padding: 25px 0;
}
#our-team .heading h3{
  color: #816a40;
  font-size: 45px;
  font-weight: 300;
}
#our-team h4 {
    color: #816a40;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
#our-team .team-boxes {
  padding: 5px 0;
}
#our-team .box {
    margin: 0 10px;
    text-align: center;
    background: #ebebeb;
    padding: 30px;
    min-height: 260px;
}
#our-team .box h3 {
    color: #816a40;
    font-size: 23px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}
#our-team .box h4 {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
}
#our-team .box a.read-more {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    display: none;
}
#our-team .box .circle {
	border-radius: 150px;
	border: 1px solid #907c57;
	padding: 9px;
	height: 150px;
	background: #ffffff;
	margin: 0 40px;
	width: 150px;
	margin: auto;
}
#our-team .box .circle span {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 150px;
}

/* Contact Us */
.contact-top{
  text-align: center;
}
.contact-top h2{
  font-size: 30px;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}
.contact-top h2::after{
  content: "";
  width: 20%;
  height: 2px;
  background: #77633e;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contact-top h3{
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}
.contact-top form{
  background: rgba(255,255,255,0.5);
  padding: 35px;
  border-radius: 8px;
}
.contact-top form input {
    background-color: #ffffff;
    line-height: 18px;
    margin: 0 5px 15px 5px;
    padding: 5px;
    border: none;
}
.contact-top form select {
    background-color: #ffffff;
    width: 15%;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 5px;
    height: 28px;
    border: none;
}

#contact-page-form br,#training-page-form br,#newsletter br{
  display: none;
}
#contact-page-form p,#training-page-form p{
  margin-bottom: 0;
}
.contact-top form input.name{
  width: 30%;
}
.contact-top form input.number{
  width: 30%;
}
.contact-top form input.email{
  width: 30%;
}
.contact-top form input.subject{
  width: 42%;
}
.contact-top form input.message{
  width: 79%;
  margin-left: 0;
}
.contact-top form input[type="submit"]{
  background: #816a40;
  color: #ffffff;
  border: none;
  cursor: pointer;
  width: 12%;
}

.contact-top form br{
    display: none;
}
.contact-top form p{
    margin: 0;
    line-height: inherit;
}
.contact-top form span.wpcf7-not-valid-tip{
    display: none;
}
.contact-top form .wpcf7-not-valid {
    background: #ffdbdb;
    border: 1px solid #ff0000;
}
.contact-top form div.wpcf7-validation-errors {
    border: none;
    position: absolute;
    bottom: -7px;
    color: #000;
    left: 40px;
    text-align: center;
    font-weight: 600;
}
.contact-top form div.wpcf7-mail-sent-ok {
    border: none;
    position: absolute;
    bottom: 5px;
    color: #398f14;
 }

.contact-top .ajax-loader {
  position: absolute;
}


#map-container{
  position: relative;
  padding: 0 20px;
}
#alphamedix-map{
    height: 0;
    overflow: hidden;
    padding-bottom: 22.25%;
    padding-top: 30px;
    position: relative;
}
#contact-info {
    padding: 50px 0;
}
#contact-info .social {
  margin-bottom: 20px;
}
#contact-info .social li {
  background: url("images/social.png") no-repeat scroll 0 0;
  display: inline-block;
  margin: 0 2px;
}
#contact-info .social li.facebook {
    background-position: -17px -155px;
}
#contact-info .social li.instagram {
    background-position: -16px -215px;
}

#contact-info .social li a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
}


/* Training */
.contact-top form input {
    margin-bottom: 15px;
}
.training-top form select {
  margin-bottom: 0;
}
.training-top form input.name {
    width: 15%;
}
.training-top form input.number {
    width: 15%;
}
.training-top form input.email {
    width: 19%;
}

.training-top form br{
    display: none;
}
.training-top form p{
    margin: 0;
    line-height: inherit;
}
.training-top form span.wpcf7-not-valid-tip{
    display: none;
}
.training-top form .wpcf7-not-valid {
    background: #ffdbdb;
    border: 1px solid #ff0000;
}
.training-top form div.wpcf7-validation-errors {
    border: none;
    position: absolute;
    bottom: -7px;
    color: #000;
    left: 40px;
    text-align: center;
    font-weight: 600;
}
.training-top form div.wpcf7-mail-sent-ok {
    border: none;
    position: absolute;
    bottom: 5px;
    color: #398f14;
    left: -20px;
}





.training-top h2 {
  line-height: 40px;
}
.training-top h2::after {
  content: none;
}
.training-top h3 {
  font-weight: 300;
}

#training-main{
  padding: 50px 0;
}
#training-main h3 {
    font-size: 20px;
    line-height: 27px;
    color: #816a40;
    margin: 0 auto;
    text-align: center;
}
#training-main .row {
  padding: 50px 0;
}
#training-main .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 50px;
}

#training-main .box .overlay {
  padding: 20px;
  position: absolute;
  margin: auto;
  height: 100%;
  width: 100%;
  background: rgba(129, 106, 64, 0.8);
  left: 0;
  bottom: -162%;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-sizing: border-box;
}
#training-main .box:hover .overlay{
  bottom: 0;
}
#training-main .box .overlay h4{
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 22px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
#training-main .box .overlay p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
    padding-top: 10px;
    margin-bottom: 0;
}

/* Popup */
.background-pop {
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
    display: none;
    position: fixed;
}
.popup {
    background: #ffffff;
    position: fixed;
    width: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    left: 50%;
    top: 50%;
    display: none;
    padding: 20px 30px;
    border-radius: 10px;
}
.popup.popup-open {
    display: block;
}
#training-main .popup .close-btn {
    width: 32px;
    height: 32px;
    background: url(images/social.png) no-repeat scroll -15px -287px;
    position: absolute;
    cursor: pointer;
    right: -13px;
    top: -13px;
}
/* Responsive Videos */
.video-container { 
    position: relative; 
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.video-container iframe,
.video-container object,
.video-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* Product */
#products-menu{
  background-color: #816a40;
  padding: 0;
}
#products-menu ul{
  text-align: center;
}
#products-menu ul li{
  display: inline-block;
}
#products-menu ul li a {
  position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    padding: 0 20px;
    display: block;
    line-height: 68px;
    height: 68px;
}
#products-menu ul li a::after {
    content: "|";
    position: absolute;
    right: -6px;
    top: 0;
    color: #ffffff;
}
#products-menu ul li:last-child a::after {
    content: none;
}
#products-menu ul li a:hover, #products-menu ul li.current a {
    color: #1c1c1c;
}

/* Mega Menu */
#products-menu .mega-menu {
    background: #ebebeb;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: left;
    padding: 50px 0;
    display: none;
}
#products-menu .mega-menu .row{
  max-width: 50%;
  margin: 0 auto;
}
#products-menu .mega-menu .menu-wrap{
  margin: 0 10px;
}
#products-menu .mega-menu h3 {
    font-size: 13px;
    color: #000;
    font-weight: 800;
    border-bottom: 1px solid #816a40;
    line-height: 30px;
}
#products-menu .mega-menu ul li{
  text-align: left;
  display: block;  
}
#products-menu .mega-menu ul li a{
  border-bottom: 1px solid #816a40;
  line-height: 30px;
  font-size: 13px;
  color: #000;
  height: auto;
  padding: 0;
}
#products-menu .mega-menu ul li a:hover{
  font-weight: 600;
}
#products-menu .mega-menu ul li a::after{
  content: none;
}

#products-menu .mega-menu .two-columns li {
    float: none;
    display: inline-block !important;
    width: 45%;
    margin-right: 20px;
}

#products-menu .mega-menu .two-columns li:nth-child(even) {
    margin-right: 0;
}

.content-product{

}
.content-product h3{
    font-size: 28px;
    line-height: 50px;
    color: #816a40;
    margin: 0 auto;
    text-align: center;
}
.content-product ul.tabs{
  text-align: center;
  padding: 40px 0;
}
.content-product ul.tabs li {
    display: inline-block;
    color: #816a40;
    font-size: 18px;
    padding: 5px 35px;
    border: 1px solid #816a40;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.content-product ul.tabs li:hover,.content-product ul.tabs li.current {
    color: #ffffff;
    background-color: #816a40;
}


.tab-content{
  display: none;
}

/* Tab 1 */
#tab-1 #section-1 ul{
  margin-left: 20px;
  margin-bottom: 20px;
}

#tab-1 #section-1 ul li{
  list-style-type: disc;
  line-height: 22px;
}
#tab-1 #section-1 h4{
  color: #816a40;
  font-size: 20px;
}
#tab-1 #section-2{
  background-color: #ebebeb;
  padding: 40px 0;
}
#tab-1 #section-3{
  padding: 20px 0;
}

/* Tab 2 + 3 */
#tab-2 .content-box, #tab-3 .content-box{
}
#tab-2 .content-box h4, #tab-3 .content-box h4{
  font-weight: 600;
}
#tab-2 .content-box .toggle-heading, #tab-3 .content-box .toggle-heading{
    background-color: #fff;
    margin-bottom: 5px;
}
#tab-2 .content-box .toggle-heading a, #tab-3 .content-box .toggle-heading a {
    padding: 25px 0;
    color: #816a40;
    font-size: 20px;
    text-decoration: none;
    display: block;
    position: relative;
}
#tab-2 .content-box .toggle-heading a::before, #tab-3 .content-box .toggle-heading a::before {
    content: "+";
    margin-right: 15px;
    font-size: 20px;
}
#tab-2 .content-box .toggle-heading.current a::before, #tab-3 .content-box .toggle-heading.current a::before {
    content: "-";
    margin-right: 15px;
    font-size: 20px;
}
#tab-2 .content-box .tab-content-box, #tab-3 .content-box .tab-content-box {
    padding: 25px 0;
    display: none;
}
#tab-2 .content-box .tab-content-box ul, #tab-3 .content-box .tab-content-box ul{
  margin-left: 20px;
  margin-bottom: 20px;
}

#tab-2 .content-box .tab-content-box ul li, #tab-3 .content-box .tab-content-box ul li{
  list-style-type: disc;
  line-height: 22px;
}
#tab-2 .content-box .tab-content-box .row,
#tab-3 .content-box .tab-content-box .row{
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}

#tab-2 .content-box .tab-content-box .row .row,
#tab-3 .content-box .tab-content-box .row .row{
    border-bottom: none;
    margin-bottom: 20px;
}

/* Gallery */
#tab-2 .content-box .tab-content-box, #tab-3 .content-box .tab-content-box{
      padding: 45px 0;
}
#tab-2 .content-box.gallery .owl-carousel,
#tab-3 .content-box.gallery .owl-carousel-2,
#tab-3 .content-box.gallery .owl-carousel{
    background: #fff;
    padding: 30px 70px 15px 70px;
}
#tab-2 .content-box.gallery .row, #tab-3 .content-box.gallery .row{
    border-bottom: none;
    margin-bottom: 0;
}
#tab-2 .content-box.gallery .item, #tab-3 .content-box.gallery .item{
    position: relative;
}
#tab-2 .content-box.gallery .arrow-controls, #tab-3 .content-box.gallery .arrow-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
#tab-2 .content-box.gallery .arrow-controls .owl-prev, #tab-3 .content-box.gallery .arrow-controls .owl-prev {
    position: absolute;
    left: 20px;
    right: auto;
    cursor: pointer;
    text-indent: -9999px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 30px 17.5px 0;
    border-color: transparent #816a40 transparent transparent;

}

#tab-2 .content-box.gallery .arrow-controls .owl-next, #tab-3 .content-box.gallery .arrow-controls .owl-next {
    position: absolute;
    right: 20px;
    left: auto;
    cursor: pointer;
    text-indent: -9999px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 30px;
    border-color: transparent transparent transparent #816a40;
}

#tab-2 .content-box.gallery .owl-dots, #tab-2 .content-box.gallery .owl-nav, #tab-3 .content-box.gallery .owl-dots, #tab-3 .content-box.gallery .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 15px;
}
#tab-2 .content-box.gallery .owl-dots .owl-dot, #tab-3 .content-box.gallery .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
#tab-2 .content-box.gallery .owl-dots .owl-dot span, #tab-3 .content-box.gallery .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    background: #816a40;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#tab-2 .content-box.gallery .owl-dots .owl-dot.active span, 
#tab-2 .content-box.gallery .owl-dots .owl-dot:hover span,
#tab-3 .content-box.gallery .owl-dots .owl-dot.active span, 
#tab-3 .content-box.gallery .owl-dots .owl-dot:hover span {
    background: #1c1c1c;
}

/* How it works*/
#tab-2 .content-box.how-it-works .content-box-row-image, #tab-3 .content-box.how-it-works .content-box-row-image{
  margin-bottom: 20px;
}

/* Bottom PDF */
.bottom-pdf{
  text-align: center;
  padding: 50px 0;
}
.pdf-button{
  margin: 0 auto;
  display: inline-block;
  width: 50%;
}
.form-button {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.bottom-pdf a{
  color: #333333;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  text-align-last: 
}
img.pdf-ico {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.tab-content.current{
  display: inherit;
}

/* Products Page */
#top-products {
	background: #f5f5f7;
	padding: 50px 0;
}
#top-products .box .circle {
    border-radius: 150px;
    border: 1px solid #907c57;
    padding: 15px;
    height: 310px;
    background: #ececec;
    display: block;
    position: relative;
}
#top-products .box .circle .overlay {
    position: absolute;
    margin: auto;
    height: 90%;
    width: 90%;
    background: rgba(129, 106, 64, 0.7);
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#top-products .box .circle:hover .overlay{
  opacity: 1;
}
#top-products .box {
    width: 310px;
    margin: 0 auto;
    text-align: center;
}

#top-products .box h3 {
    color: #1d1d1b;
    font-size: 23px;
    font-weight: 600;
    margin-top: 15px;
}
#top-products .box .circle span {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 150px;
}

#more-products{
  padding: 10px 0 50px;
}
#more-products h2{
  display: none;
}
#more-products .wrap-menu, #more-products .mega-menu .menu-wrap{
  padding: 0 15px;
}
#more-products .wrap-img{
  height: 100px;
  padding: 0 15px;
}
#more-products .wrap-img::before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#more-products .wrap-img img{
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
}
#more-products .menu li, #more-products .mega-menu li{
  margin-bottom: 10px;
}
#more-products .menu li a, #more-products .mega-menu li a {
    color: #816a40;
    text-decoration: none;
    display: block;
    background: #ebebeb;
    padding: 8px 15px;
}
#more-products .menu li a:hover, #more-products .mega-menu li a:hover {
  font-weight: 600;
}
#more-products .mega-menu h3 {
  display: none;
}




/* Events */
#top-title{
  background-color: #816a40;
  padding: 25px 0;
  color: #ffffff;
  font-size: 20px;
}
.content-news h3 {
    font-weight: 600;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    line-height: 40px;
}
.content-news .wrap-img {
  padding: 0 20px;
}

#more-posts {
  
}
#more-posts .more-posts-box {
  background-color: #ebebeb;
  padding: 15px 0;
  margin-bottom: 5px;
}
#more-posts .more-posts-box .link-news{
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  margin-left: 10%;
}

/* News and Events */
#news-and-evetns{
  padding: 50px 0;
}
#news-and-evetns h3 {
	font-size: 32px;
	line-height: 40px;
	color: #816a40;
	margin: 0 auto 30px;
	text-align: right;
}
/* Loop events */
#news-and-evetns .loop-events {
  margin-bottom: 30px;
}
#news-and-evetns .loop-events .event-item {
  background-color: #ebebeb;
  padding: 45px 0 15px;
  margin-bottom: 5px;
}
#news-and-evetns .loop-events .event-item h4{
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  width: 20%;
  margin-right: 20px;
}
#news-and-evetns .loop-events .event-item .date{
  display: inline-block;
  vertical-align: top;
  background: url('images/calendar-ico.png') no-repeat 0 0;
  width: 12%;
  padding-left: 45px;
  line-height: 30px;
}
#news-and-evetns .loop-events .event-item .location{
  display: inline-block;
  vertical-align: top;
  background: url('images/location-ico.png') no-repeat 0 0;
  width: 15%;
  padding-left: 40px;
  line-height: 30px;
}
#news-and-evetns .loop-events .event-item .buttons{
  display: inline-block;
  vertical-align: top;
  width: 43%;
  line-height: 30px;
  text-align: right;
}
#news-and-evetns .loop-events .event-item .buttons a {
    color: #000000;
    padding: 2px 12px;
    border: 1px solid #000000;
    text-decoration: none;
    margin-left: 30px;
}

/* Loop news */
#news-and-evetns .loop-news {

}
#news-and-evetns .loop-news .news-item {
  background-color: #ebebeb;
  padding: 15px 0;
  margin-bottom: 5px;
}
#news-and-evetns .loop-news .news-item .link-news {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}








/* Main Page Content*/
#primary{
  padding: 50px 0;
}
/* Footer */
footer {
	background: #1d1d1b;
	padding: 50px 0px 5px 0;
	color: #ffffff;
	font-size: 14px;
}
footer h3 {
	font-size: 30px;
	color: #816a40;
	margin-bottom: 20px;
}
footer .widget h3 {
  color: #8c8c8c;
  margin-bottom: 5px;
}
footer .widget h4 {
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
    font-weight: 700;
    padding: 10px 0 10px 0;
}
footer .widget{
  width: 90%;
}
footer .widget ul{
  
}
footer .widget ul li{  
  display: block;
}
footer .widget ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0 10px 0;
}
footer .widget.textwidget {
    position: relative;
    padding: 0;
}
footer .widget h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}
footer .widget.menu {
  margin-top: 10px;
  position: relative;
}

footer .widget.textwidget p {
  line-height: 25px;
}
footer .widget.textwidget a {
  text-decoration: none;
  color: #ffffff;
}

footer .social {
  margin-bottom: 20px;
}
footer .social li {
  background: url("images/social.png") no-repeat scroll 0 0;
  display: inline-block;
  margin: 0 2px;
}
footer .social li.facebook {
    background-position: -17px -27px;
}
footer .social li.instagram {
    background-position: -16px -86px;
}

footer .social li a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
}

footer form{
  
}
footer form input{
  width: 90%;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #000000;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 8px;
}
footer form textarea{
  width: 95%;
  box-sizing: border-box;
}
footer form input[type="submit"] {
	background-color: #816a40;
	width: auto;
	display: inline-block;
	border: none;
	padding: 7px 25px;
	cursor: pointer;
	color: #ffffff;
	float: right;
	margin: 10px 20px 0 0;
	font-size: 1rem;
}

footer .credit {
    padding: 60px 0 0;
    text-align: center;
}
footer .credit a{
  color: #ffffff;
}


/* ACF styling */
.field_type-divider {
    background: #ccc;
    color: #ffffff !important;
    padding: 10px 20px !important;
}



/* Debug */
/*.home {
  background: url("images/home.jpg") no-repeat scroll center top;
  height: 3000px;
}*/

.column-news {
  float: right;
  width: 10%;
}
.column-news2 {
  float: left;
  width: 90%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.row-home2{
	margin-top: 35px;
	max-width: 750px;
}