/* Mobile */
.mobile_con_menu, .mob-header{
	display:none;
}.mob-header-top{
	padding:15px;
	background:#650a00;
}.mob-menu-btn {
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	top: 20px;
	float: right;
	height: 33px;
	width: 43px;
}.mob-brand{
	float: left;
	width: 80%;
}.mob-brand img{
	max-width: 100%;
}
#mob-menu-btn { cursor: pointer; padding: 0px 35px 16px 0px; }
    #mob-menu-btn span, #mob-menu-btn span:before, #mob-menu-btn span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 5px;
      width: 35px;
      background: #c09157;
      position: absolute;
      display: block;
      content: '';
    }
    #mob-menu-btn span:before {
      top: -10px; 
    }
    #mob-menu-btn span:after {
      bottom: -10px;
    }
    #mob-menu-btn span, #mob-menu-btn span:before, #mob-menu-btn span:after {
      transition: all 500ms ease-in-out;
    }
    #mob-menu-btn.active span {
      background-color: transparent;
    }
    #mob-menu-btn.active span:before, #mob-menu-btn.active span:after {
      top: 0;
    }
    #mob-menu-btn.active span:before {
      transform: rotate(45deg);
      -ms-transform: rotate(45deg); /* IE 9 */
      -webkit-transform: rotate(45deg); /* Safari and Chrome */
      -o-transform: rotate(45deg); /* Opera */
      -moz-transform: rotate(45deg); /* Firefox */
    }
    #mob-menu-btn.active span:after {
      transform: rotate(-45deg);
      -ms-transform: rotate(-45deg); /* IE 9 */
      -webkit-transform: rotate(-45deg); /* Safari and Chrome */
      -o-transform: rotate(-45deg); /* Opera */
      -moz-transform: rotate(-45deg); /* Firefox */
    }
.mob-menu-container{font-family: jaf-bernina-sans-condensed;}
.mob-menu {
	margin: 0;
	padding: 0px;
	width: 100%;
	background-color: #650a00;
	display:none;
	z-index: 999999;
}
.mob-menu a {
	color: #ffffff;
	display: block;
	font-size: 24px;
	height: 54px;
	line-height: 24px;
	padding: 15px;
	padding-left: 25px;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-ms-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
.mob-menu a:hover, .mob-menu a:active{
	color: #ffffff;
	text-decoration:none;
}
.mob-menu ul{
	margin:0;
	padding:0;
	position:relative !important;
	background-color:#96d456;
	display:none;
}
.mob-menu ul a {
	padding-left: 50px;color: #ffffff;
}.mob-menu ul a:hover, .mob-menu ul a:focus, .mob-menu ul a:active{
	color: #ffffff;
	text-decoration: none;
}.mob-menu li {
	text-align: center;
	background-color: #650a00;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}.mob-menu li:hover, .mob-menu li:active{
	background: #480700;
}.mob-menu li li{
	background-color: #807531;
	border-bottom:1px solid #000000;
}.mob-menu li li:hover, .mob-menu li li:active{
	background-color: #8e8236;
}.mob-menu-parent-icon {
	background-image: url("../images/menu/mob-menu-plus.png");
	background-position: 98% 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 44px;
	padding: 0 10px;
	position: absolute;
	right: 10px;
	top:15px;
	width: 100%;
	z-index: 100;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
}
.mob-menu-parent-icon.active {
	background-image: url("../images/menu/mob-menu-minus.png");
}
.mob-menu > li{
	/*border-top:1px solid #fff;*/
}
.mob-menu > li:first-child{
	border-top:none;
}
.mob-menu > li:last-child{
	border-bottom: 1px solid #ffffff;
}
.mob-menu li li:first-child{
	border-top:1px solid #fff;
}
.mob-menu li li:last-child{
	border-bottom: none;
}
@media screen and (max-width: 1024px){
	.mobile_con_menu, .mob-header{
		display:block;
	}
	.header_con, .header_padding{display: none;}
}
.micon {
	height: 25px;
	width: auto;
	display: inline-block;
	padding: 0 15px 0 5px;
}
.mob_social_header_btn{
	background: #480700;
	cursor: pointer;
	padding: 10px;
	font-family: jaf-bernina-sans-condensed;
	color: #ffffff;
}
.mob_social_header_btn:hover, .mob_social_header_btn:active, .mob_social_header_btn_active{
	background: #480700;
	color: #ffffff;
}
.mob_social_header_btn a, .mob_social_header_btn a:hover, .mob_social_header_btn a:active, .mob_social_header_btn a:focus{
	color: #ffffff;
	text-decoration: none;
}
.mob_social_header_arrow_active{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mob_social_header_arrow{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffffff transparent transparent transparent;
}
.mob_social_header_btn_left{
	float: left;
}
.mob_social_header_btn_left a{color: #ffffff;}
.mob_social_header_btn_left a:hover, .mob_social_header_btn_left a:active,.mob_social_header_btn_left a:focus{text-decoration: none;}
.mob_social_header_btn_right{float: right;margin-top: 5px;}
.mob_social_content{display:none;background: #480700;border-top: 1px solid #ffffff;color: #ffffff;padding: 10px 15px;font-family: jaf-bernina-sans-condensed;}
.mob_social_content ul{list-style: none;margin: 0px;padding: 0px;display: -webkit-flex; /* Safari */-webkit-justify-content: space-between; /* Safari 6.1+ */display: flex;justify-content: space-between;}
.mob_social_content ul li{}
.mob_donate_btn{
text-align: center;
font-family: jaf-bernina-sans-condensed;
}
.mob_donate_btn a, .mob_donate_btn a:focus{
width: 100%;
display: block;
padding: 15px 0px;
background: #E9B943;
text-align: center;
color: #ffffff;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}
.mob_donate_btn a:hover, .mob_donate_btn a:active{
	background: #A30A35;
	color: #ffffff;
	text-decoration: none;
}