a {
	transition: all 0.5s ease;
}
a:hover{
    text-decoration: none;
}
#Top_bar .top_bar_right { 

float: right;
    position: fixed;
    right: 15px;
    top: 20px !important;

}

#Top_bar .wpml-languages a.active {
    display: block;
    padding: 0;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#Top_bar .top_bar_left { float: right;
left: -4%;}
#Top_bar .top_bar_right { 

float: right;
    position: fixed;
    right: 15px;
    top: 20px !important;

}
#Top_bar .wpml-languages a.active, #Top_bar .wpml-languages ul.wpml-lang-dropdown {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
#Top_bar .wpml-languages.enabled:hover a.active {
    -webkit-border-radius:0;
    border-radius:0;
}

#Top_bar .wpml-languages a.active {
    padding-left: 7px;
    padding-right: 0;
}

#Top_bar .wpml-languages {

    top: 35px;

}

#Top_bar .wpml-languages ul.wpml-lang-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0;
    z-index: 205;
    overflow: hidden;
    display: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#Top_bar #logo {
	height: auto;
    display: inline-block;
}
#Top_bar {
	left: 0;
	top: 0 !important;
	width: 100%;
	z-index: 30;
	background: rgba(49,20,14,0.7);
	padding: 15px;
	position: fixed !important;
}
.header-overlay .overlay-menu-toggle {
	top: 55px;
}
.icon-menu {
	color: #fff !important;
}
#Top_bar .logo {
    margin: 0 auto;
    float: none !important;
}
.max{
    max-width: 800px;
    margin: 0 auto;

}

.sfm-sidebar-full #sfm-sidebar .sfm-logo {
    margin-top: 15px;
}

.vc_custom_1451290698232 {
    background-position: right !important;
}

.wpb_wrapper > div {
    margin-bottom: 0;
}


.maxHeight
{
    height: 600px !important;
}
.header-overlay .overlay-menu-toggle {
    position: fixed;}
.header-transparent #Top_bar .top_bar_left{
    text-align: center;
}

#overlay-menu ul li a {
    font-size: 25px;
    
}

.vc_tta.vc_general .vc_tta-tab {
    text-transform: uppercase;
}

.vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading, .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-top .vc_tta-tabs-container {
    margin-bottom: 0 !important;
}
.vc_tta-panels-container{
    /*background: rgba(49,20,14,0.95); */
    background: #f4e9d5;
}


.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {

    color: #c3912c !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: transparent !important;
    color: #c3912c !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:focus, .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover {
    background-color: #31140e !important;
}


.vc_tta.vc_general .vc_tta-panel-body{
    padding: 0 !important;
}

/******************************/

table th, table td {
    padding: 0;
    text-align: center;
    border-width: 0;
    border-style: none;
    vertical-align: middle;
}
#Footer .footer_copy .social li a{
    
        color: rgba(0, 0, 0, 0.5);
}
#Footer .footer_copy .social li a:hover {
    color:#c3912c;
}

.footer-copy-center #Footer .footer_copy .copyright {
    font-size: 12px;
}


/*****************************/

.header-overlay .overlay-menu-toggle {
    display: none;
}


.sfm-sidebar-close {
    top: 40px;

    
}

#sfm-sidebar .sfm-menu li a{
        line-height: normal !important;
    font-size: 25px !important;
    
}

.sfm-sidebar-full #sfm-sidebar .sfm-social{
    
        position: fixed !important;

    bottom: 0 !important;
    top: inherit;

    
}


.sfm-sidebar-full #sfm-sidebar .sfm-nav{
    top: 15%;
    
}

#sfm-sidebar li.sfm-active-class > a span {

    color:#fff;
}


#sfm-sidebar .sfm-menu li:hover > a {
    color: #c3912c !important;
}


.maxID{
    max-width: 1366px;
    margin: 0 auto !important;
}
.white{
    color: #fff;
    width: 80%;
    margin: 0 auto;
    text-align: justify !important;
}

.popup-link{
    color: #32140e;
}
/******************************/
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    background-color: transparent;

    -webkit-box-shadow: none;
    box-shadow: none;
}


input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
    background-color: rgba(49,20,14,0.1) !important;
    border-color: rgba(49,20,14,0.1);
      transition: all 0.5s ease;


}

::-webkit-input-placeholder {color:#31140E;}
  ::-moz-placeholder          {color:#31140E;} /* Firefox 19+ */
  :-moz-placeholder           {color:#31140E;} /* Firefox 18- */
  :-ms-input-placeholder      {color:#31140E;}


.sfm-no-mobile #sfm-sidebar .sfm-menu li:hover > a:before, .sfm-no-mobile #sfm-sidebar .sfm-menu li.sfm-active-item > a:before, .sfm-no-mobile #sfm-sidebar .sfm-menu li.sfm-active-smooth > a:before, .sfm-sidebar-full #sfm-sidebar .sfm-menu li.sfm-active-item > a:before {
    width: 20%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.HomeLeft{
    
            padding-left: 150px;
        padding-right: 150px;
}

 .menuText{
 
            padding-left: 30%;
        padding-right: 30%;
    
    }

.pp2{
    margin-top: 300px;
}
.gFix{
    padding-top: 30px;
}
.mr30{
    margin: 0;
    
}
/******************************************************/


@media only screen and (max-width: 767px){
#Top_bar, #Action_bar {
opacity: 0.8;
    
    }
    
    .sfm-mobile .sfm-navicon-button {
    top: 8% !important;
}
    
    .gFix{
    padding-top: 0 !important;
}
    .mr30{
        margin-top: 30px !important;
    }
    
    .HomeLeft{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .menuText{
 
          padding-left: 0 !important;
        padding-right: 0 !important;
    
    }
    
    .vc_tta.vc_tta-gap-35 .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading, .vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading, .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
    margin-top: 0 !important;
}
    
 
    .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
    
    
  .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    color: #FFF !important;
      text-transform: uppercase;
}  
    
   .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: inherit !important;
       border-bottom: 1px solid rgba(0, 0, 0, 0.2);
} 
  
    h4 {
        font-size: inherit !important;}
    

    .pp1 {
    text-align: center !important;
    padding-top: 30px;
}
    
    
    .pp2 {
    margin-top: 20px !important;

    margin-bottom: 20px !important;
}
    
    
    .boxdd {

        
    margin: 0 auto;
}
    
    .box {

        
    margin: 0 auto;
}
    
 .vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
    padding: 0 !important;
}
    
    .vc_tta-panels-container {
    background: rgba(49,20,14,0.95);
}
    
    
    
    
}
/******************************************************/

@media only screen and (max-width: 959px) {		
        .sfm-mobile .sfm-navicon-button {
    top: 5.5% !important;
}
}