/** Default Styles**/

div#outside-wrap{
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}

div#wrapper{
	background: #FFF;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	float: right;
	-webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

div#wrapper.active{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translate3d(59.9%, 0, 0);
	-moz-transform: translate3d(59.9%, 0, 0);
	-o-transform: translate3d(59.9%, 0, 0);
	-ms-transform: translate3d(59.9%, 0, 0);
	transform: translate3d(59.9%, 0, 0);
}

#topmenu-container{
	display: none;
	background: #FFF;
	color: #000;
	position: fixed;
	left: 0;
	width: 100%;
	-webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 999999999;
	margin-left: 1px;
}

#topmenu-container.active{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translate3d(59.9%, 0, 0);
	-moz-transform: translate3d(59.9%, 0, 0);
	-ms-transform: translate3d(59.9%, 0, 0);
	-o-transform: translate3d(59.9%, 0, 0);
	transform: translate3d(59.9%, 0, 0);
}

div.topmenu-content{
	text-align: center;
	position: relative;
	border-bottom: 1px solid #E0E0E0;
	padding: 10px 0;
}

.topmenu-content a {
	display: inline-block;
    width: 100px;
}

.mobile-main-menu-container ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mobile-main-menu-container ul li {
	display: block;
}

.mobile-main-menu-container ul li a {
	color: #333;
	text-transform: uppercase;
	padding: 30px 0 30px 30px;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.mobile-main-menu-container ul li a:hover {
	color: #FFF;
	background: #a0aa00;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

nav#header_nav_mobile{
	margin-top: 30px;
	font-family: "roboto";
}

nav#header_nav_mobile > a{
	padding: 30px 0 30px 30px;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/*nav#header_nav_mobile > a:hover,*/
nav#header_nav_mobile > a.active-item-mobile{
	color: #FFF;
	background: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

nav#header_social_top{
	display: none;
	font-family: montserrat;
	font-size: .8em;
	margin: 20px 0;
	transition: all 0.3s ease 0s;
}

nav#header_social_top a{
	margin-right: 10px;
}

nav#header_social_top a:hover{
	text-decoration: none;
}

div.topmenu-content span#toggle-mobile{
	position: absolute;
	top: -10px;
	left: 20px;
	font-size: 25px;
	display: block;
	padding: 10px;
}

span.fav-toggle-mobile:hover,
div.topmenu-content span#toggle-mobile:hover{
	cursor: pointer;
}

span#fav-toggle-mobile{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 30px;
	display: block;
	padding: 10px;
	cursor: pointer;
}

span#fav-toggle-mobile img{
	max-width: 75%;
}

div.fav-close-mobile{
	display: none;
	text-align: right;
}

#offcanvas {
  height: 100%;
  background:#FFF;
  width:60%;
  position: fixed;
  left: 0;
  padding:0;
  overflow-y: auto;
  color:#FFF;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  z-index: 999999;
  border-right: 1px solid #000;
  overflow-x: hidden
}

div#offcanvas.active{
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
/** Default Styles**/

/*
 	Large 769 - 980
*/

@media only screen and (min-width: 769px) and (max-width: 990px){
	.product-menu-container ul li a {
		height: 30px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1118px){
	.logo-container {
		margin-left: 60px;
	}

	.header-banner-item .banner-details {
		left: 54px;
	}

	.header-banner-item .banner-details > div {
		max-width: 300px;
	}

	.header-banner-item .banner-details > div h2 {
		font-size: 3em;
	}

	.header-banner-content .owl-dots {
		top: 90%;
	}

	.footer-menu-container ul li a {
		padding: 10px 5px;
	}

	.about-home-item .left-content {
		width: 60%;
	}

	.about-home-item .right-content {
		width: 40%;
	}

	.content-wrapper {
		padding: 0 10px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 980px){
	body{
		font-size: 13px;
	}
	img.f_logo_m,
	#topmenu-container{
		display: block !important;
	}
	.m-logo{
		max-width: 50% !important;
		padding: 20px !important;
	}
	div.topmenu-content span#toggle-mobile{
		top: 36px;
	}
	span#fav-toggle-mobile{
		top: 15px;
	}
	.product-menu-container ul li a {
		height: 30px;
	}
	.product-item .details label {
		font-size: 1.5em;
	}
	.header-wrapper {
		display: none;
	}
	div#wrapper {
		margin-top: 118px;
	}
	.header-banner-item .banner-details{
		left: 2%;
	}
	.header-banner-item .banner-details > div {
		max-width: 230px;
    	padding: 20px;
	}
	.header-banner-item .banner-details > div h2 {
		font-size: 3em;
	}
	.content-wrapper,
	.about-home-container {
		padding: 0 10px;
	}
	.about-home-item .right-content,
	.about-home-item .left-content {
		width: 100%;
		float: initial;
	}
	.about-home-item .right-content .details h3 {
		font-size: 2.2em;
	}
	.ribbon {
		font-size: 1.6em;
		padding: 12px 10px;
		width: 55%;
	}
	.ribbon:before, .ribbon:after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		border: 24px solid #a0aa00;
		z-index: -1;
	}
	.ribbon:before {
		left: -2em;
		border-right-width: 1.5em;
		border-left-color: transparent;
	}
	.ribbon:after {
		right: -2em;
		border-left-width: 1.5em;
		border-right-color: transparent;
	}
	
	.events-header-content {
		margin-bottom: 110px;
	}

	.events-content h3 {
		font-size: 1.5em;
	}

	.contact-content-detail > div > p img {
		display: none;
	}

	.copyright-container {
		float: initial;
		text-align: center;
		padding-top: 10px;
	}

	.footer-menu-container {
		display: none;
	}

	.footer-banner-content {
		bottom: -20px;
	}
}
/*
 	Medium 481 - 768
*/

@media only screen and (min-width: 481px) and (max-width: 600px){
	body{
		font-size: 13px;
	}
	img.f_logo_m,
	#topmenu-container{
		display: block !important;
	}
	.m-logo{
		max-width: 50% !important;
		padding: 20px !important;
	}
	div.topmenu-content span#toggle-mobile{
		top: 36px;
	}
	span#fav-toggle-mobile{
		top: 15px;
	}
	.header-wrapper {
		display: none;
	}
	.product-menu-container ul li {
		width: 33.3%;
	}
	.product-item .details label {
		font-size: 1.5em;
	}
	.header-banner-item .banner-details,
	.header-banner-content .owl-dots {
		position: initial;
	}
	div#wrapper {
		margin-top: 118px;
	}
	.header-banner-item .banner-details > div h2 {
		font-size: 3em;
	}
	.header-banner-item .banner-details > div {
		padding: 4%;
		width: 96%;
		max-width: initial;
	}
	.header-banner-item img {
		height: 200px;
	}
	.content-wrapper,
	.about-home-container {
		padding: 0 10px;
	}
	.about-home-item .right-content,
	.about-home-item .left-content {
		width: 100%;
		float: initial;
	}
	.about-home-item .right-content .details h3 {
		font-size: 2.2em;
	}
	.ribbon {
		font-size: 1.3em;
		padding: 14px 10px;
		width: 55%;
	}
	.ribbon:before, .ribbon:after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		border: 24px solid #a0aa00;
		z-index: -1;
	}
	.ribbon:before {
		left: -2em;
		border-right-width: 1.5em;
		border-left-color: transparent;
	}
	.ribbon:after {
		right: -2em;
		border-left-width: 1.5em;
		border-right-color: transparent;
	}
	
	.events-header-content {
		margin-bottom: 110px;
	}

	.events-content h3 {
		font-size: 1.2em;
	}

	.contact-content-detail {
		width: 50%;
		float: left;
		height: 30px;
		margin-bottom: 12px;
	}

	.contact-content-detail:last-child span {
		margin-left: -15px !important;
	}

	.footer-banner-item {
		display: none;
		width: 25%;
		float: initial;
	}

	.footer-banner-item:nth-child(1),
	.footer-banner-item:nth-child(2),
	.footer-banner-item:nth-child(3),
	.footer-banner-item:nth-child(4) {
		display: inline-block;
    	float: left;
	}

	.footer-banner-content a {
		top: 35%;
		font-size: 1.4em;
	}
	
	.copyright-container {
		float: initial;
		text-align: center;
		padding-top: 10px;
	}

	.footer-menu-container {
		display: none;
	}

	.footer-banner-content {
		bottom: -20px;
	}
}

/*
 	Small 321 - 480
*/

@media only screen and (max-width: 480px){
	body{
		font-size: 12px;
	}
	img.f_logo_m,
	#topmenu-container{
		display: block !important;
	}
	.product-item,
	.product-menu-container ul li {
		width: 50%;
	}
	.product-item .details label {
		font-size: 1.5em;
	}
	.m-logo{
		max-width: 50% !important;
		padding: 20px !important;
	}
	div.topmenu-content span#toggle-mobile{
		top: 36px;
	}
	span#fav-toggle-mobile{
		top: 15px;
	}
	.header-wrapper {
		display: none;
	}
	.header-banner-item .banner-details,
	.header-banner-content .owl-dots {
		position: initial;
	}
	div#wrapper {
		margin-top: 118px;
	}
	.header-banner-item .banner-details > div h2 {
		font-size: 3em;
	}
	.header-banner-item .banner-details > div {
		padding: 4%;
		width: 96%;
		max-width: initial;
	}
	.header-banner-item img {
		height: 200px;
	}
	.content-wrapper,
	.about-home-container {
		padding: 0 10px;
	}
	.about-home-item .right-content,
	.about-home-item .left-content {
		width: 100%;
		float: initial;
	}
	.about-home-item .right-content .details h3 {
		font-size: 2.2em;
	}
	.ribbon {
		font-size: 1.3em;
		padding: 14px 10px;
		width: 55%;
	}
	.ribbon:before, .ribbon:after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		border: 23px solid #a0aa00;
		z-index: -1;
	}
	.ribbon:before {
		left: -2em;
		border-right-width: 1.5em;
		border-left-color: transparent;
	}
	.ribbon:after {
		right: -2em;
		border-left-width: 1.5em;
		border-right-color: transparent;
	}
	
	.events-header-content {
		margin-bottom: 110px;
	}

	.events-content h3 {
		font-size: 1.2em;
	}

	.contact-content-detail {
		width: 50%;
		float: left;
		height: 30px;
		margin-bottom: 12px;
	}

	.contact-content-detail:last-child span {
		margin-left: -15px !important;
	}

	.footer-banner-item {
		display: none;
		width: 33.3%;
		float: initial;
	}

	.footer-banner-item:nth-child(1),
	.footer-banner-item:nth-child(2),
	.footer-banner-item:nth-child(3) {
		display: inline-block;
    	float: left;
	}

	.footer-banner-content a {
		top: 35%;
		font-size: 1.4em;
	}
	
	.copyright-container {
		float: initial;
		text-align: center;
		padding-top: 10px;
	}

	.footer-menu-container {
		display: none;
	}

	.footer-banner-content {
		bottom: -20px;
	}
}	

/*
 	Extra Small 320 Below
*/

@media only screen and (max-width: 320px){

}

/*	For Logo
 	Extra Small 430 Below
*/

@media only screen and (max-width: 430px){
	.m-logo{
		max-width: 50% !important;
		padding: 20px !important;
	}
	div.topmenu-content span#toggle-mobile{
		top: 36px;
	}
	span#fav-toggle-mobile{
		top: 15px;
	}
	.header-wrapper {
		display: none;
	}
	.header-banner-item .banner-details,
	.header-banner-content .owl-dots {
		position: initial;
	}
	div#wrapper {
		margin-top: 118px;
	}
	.header-banner-item .banner-details > div h2 {
		font-size: 3em;
	}
	.header-banner-item .banner-details > div {
		padding: 4%;
		width: 96%;
		max-width: initial;
	}
	.header-article-item {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.form-container select {
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.article-content h3 {
		width: 100%;
		font-size: 2em;
	}

	.product-item {
		width: 100%;
	}
	.product-menu-container ul li {
		width: 50%;
	}
	.product-item .details label {
		font-size: 1.5em;
	}
	.header-banner-item img {
		height: 200px;
	}
	.content-wrapper,
	.about-home-container {
		padding: 0 10px;
	}
	.about-home-item .right-content,
	.about-home-item .left-content {
		width: 100%;
		float: initial;
	}
	.about-home-item .right-content .details h3 {
		font-size: 2.2em;
	}
	.ribbon {
		font-size: 1.3em;
		padding: 14px 10px;
		width: 55%;
	}
	.ribbon:before, .ribbon:after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		border: 23px solid #a0aa00;
		z-index: -1;
	}
	.ribbon:before {
		left: -2em;
		border-right-width: 1.5em;
		border-left-color: transparent;
	}
	.ribbon:after {
		right: -2em;
		border-left-width: 1.5em;
		border-right-color: transparent;
	}
	
	.events-header-content {
		margin-bottom: 110px;
	}

	.events-content h3 {
		font-size: 1.2em;
	}

	.contact-content-detail {
		width: 100%;
		float: initial;
		height: 30px;
	}

	.contact-content-detail > div > p img {
		position: initial;
		margin-left: 25px;
	}

	.contact-content-detail:last-child span {
		margin-left: 34px !important;
	}

	.footer-banner-item {
		display: none;
		width: 33.3%;
		float: initial;
	}

	.footer-banner-item:nth-child(1),
	.footer-banner-item:nth-child(2),
	.footer-banner-item:nth-child(3) {
		display: inline-block;
    	float: left;
	}

	.footer-banner-content a {
		top: 35%;
		font-size: 1.4em;
	}
	
	.copyright-container {
		float: initial;
		text-align: center;
		padding-top: 10px;
	}

	.footer-menu-container {
		display: none;
	}

	.footer-banner-content {
		bottom: -20px;
	}
}

@media only screen and (max-width: 320px){
	.m-logo{
		max-width: 50% !important;
		padding: 20px !important;
	}
	div.topmenu-content span#toggle-mobile{
		top: 36px;
	}
	span#fav-toggle-mobile{
		top: 15px;
	}
	.header-wrapper {
		display: none;
	}
	.header-banner-item .banner-details,
	.header-banner-content .owl-dots {
		position: initial;
	}
	div#wrapper {
		margin-top: 118px;
	}
	.header-banner-item .banner-details > div h2 {
		font-size: 3em;
	}
	.header-banner-item .banner-details > div {
		padding: 20px;
	}
	.header-banner-item img {
		height: 200px;
	}
	.content-wrapper,
	.about-home-container {
		padding: 0 10px;
	}
	.about-home-item .right-content,
	.about-home-item .left-content {
		width: 100%;
		float: initial;
	}
	.about-home-item .right-content .details h3 {
		font-size: 2.2em;
	}
	.ribbon {
		font-size: 1.3em;
		padding: 5px 10px;
	}
	.ribbon:before, .ribbon:after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		border: 23px solid #a0aa00;
		z-index: -1;
	}
	.ribbon:before {
		left: -2em;
		border-right-width: 1.5em;
		border-left-color: transparent;
	}
	.ribbon:after {
		right: -2em;
		border-left-width: 1.5em;
		border-right-color: transparent;
	}
	
	.events-header-content {
		margin-bottom: 110px;
	}

	.events-content h3 {
		font-size: 1.2em;
	}

	.contact-content-detail {
		width: 100%;
		float: initial;
		height: 30px;
	}

	.contact-content-detail > div > p img {
		position: initial;
		margin-left: 25px;
	}

	.contact-content-detail:last-child span {
		margin-left: 34px !important;
	}

	.footer-banner-item {
		display: none;
		width: 33.3%;
		float: initial;
	}

	.footer-banner-item:nth-child(1),
	.footer-banner-item:nth-child(2),
	.footer-banner-item:nth-child(3) {
		display: inline-block;
    	float: left;
	}

	.footer-banner-content a {
		top: 35%;
		font-size: 1.4em;
	}
	
	.copyright-container {
		float: initial;
		text-align: center;
		padding-top: 10px;
	}

	.footer-menu-container {
		display: none;
	}

	.footer-banner-content {
		bottom: -20px;
	}
}
/*	For Home and Other Page
 	Extra Small 430 Below
*/

@media only screen and (min-width: 400px) and (max-width: 480px){

}

@media only screen and (min-width: 400px) and (max-width: 496px){
	
}

@media only screen and (max-width: 785px){
	
}

@media only screen and (max-width: 800px){
	.content-cell{
		display: block !important;
		width: 100% !important; 
	}
}

@media only screen and (min-width: 550px) and (max-width: 768px){
	
}

@media only screen and (max-width: 550px){
	
}

@media only screen and (max-width: 500px){

}

@media only screen and (max-width: 450px){
	
}