@font-face
{ 
	font-family: 'bold';
	src: url(../fonts/Antonio-Bold.ttf) ;
	
}
@font-face
{ 
	font-family: 'nrml';
	src: url(../fonts/Antonio-Regular.ttf) ;
	
}

.single-product .expandible p *,
.single-product .expandible>li,
body,  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;height: 100%;
	font-family: "nrml", sans-serif;
}
::after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
h1,
h2,
h3,
h4,
h5,
h6 {letter-spacing: 1px;
	margin: 0;
	color: white;
	font-weight: 400;
	font-family: "bold", sans-serif;
}
input,
select,
textarea {
	overflow: auto
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	box-shadow: 0 0 0 1000px #fff inset
}
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	box-shadow: 0 0 0 1000px #fff inset
}

body {font-family: "nrml", sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-x: hidden;
	font-size: 100%;
	line-height: 1;
	color: #000;
	min-height: 100vh
}
input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../sites/smartfood.com/themes/smartfood/img/select-tag-fix.html);
	background-position: right center;
	background-repeat: no-repeat
}
select::-ms-expand {
	display: none
}
a,
span {
	color: inherit;
	text-decoration: none
}
sub,
sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
iframe,
img,
video {
	vertical-align: top;
	max-width: 100%
}
ul {
	padding: 0;
	list-style: none
}
.no-wrap {
	white-space: nowrap
}
.visibility-hidden {
	visibility: hidden
}
main {
	position: relative;
	z-index: 1
}
.preloader {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	width: 200px;
	height: 200px;
	z-index: 1
}
@media (max-width: 979px) {
	body {
		min-height: 0
	}
}
@media (max-width: 767px) {
	body {
		min-height: 100vh
	}
}
@-moz-keyframes rotateLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
@-webkit-keyframes rotateLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
@-o-keyframes rotateLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
@keyframes rotateLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
#submenu {
	-webkit-transition: top .5s ease;
	transition: top .5s ease;
	position: fixed;
	z-index: -1;
	width: 100%;
	display: none;
	background: #f7f7f7;
	top: calc(-100% - 84px)
}
#submenu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-ms-align-content: flex-start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: auto;
	list-style-type: none
}
#submenu li {
	text-align: center;
	width: 300px
}
#submenu li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-ms-align-content: flex-start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	text-decoration: none;
	padding: 30px 0
}
#submenu li a>.left-side img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	max-width: 160px
}
#submenu li a>.right-side {
	text-align: center
}
#submenu li a>.right-side p {
	position: relative;
	font-size: 24px;
	font-family: nrml;
	color: #000;
	text-transform: uppercase
}
#submenu li a>.right-side p::before {
	transition: transform .3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	outline: 1px solid transparent;
	will-change: transform;
	transform: skewX(-3deg) rotate(-3deg) scaleY(0);
	content: ' ';
	background: #fcd700;
	width: 110%;
	height: 38px;
	position: absolute;
	top: -5px;
	left: -5%;
	z-index: -1
}
#submenu li a>.right-side p:focus::before,
#submenu li a>.right-side p:hover::before {}@media (min-width: 768px) {
	#submenu li a:focus>.left-side img,
	#submenu li a:hover>.left-side img {
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0)
	}
	#submenu li a:focus>.right-side p::before,
	#submenu li a:hover>.right-side p::before {}
}
@media (max-width: 1172px) {
	#submenu li a>.left-side {
		display: block;
		vertical-align: unset;
		text-align: center
	}
	#submenu li a>.right-side {
		display: block;
		vertical-align: unset;
		margin: 0 20px 20px;
		text-align: center
	}
}
@media (max-width: 979px) {
	#submenu {
		display: none!important
	}
}
@media (max-width: 767px) {
	#submenu {
		display: none!important
	}
}
.brands-slider-parent,
.container {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center
}
.container.big {
	max-width: 1440px
}
#submenu li a>.left-side,
#submenu li a>.right-side,
.block,
.title {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}
#main-content {
	display: block;
	margin-top: 96px;
	position: relative;
	z-index: 2
}
section {
	padding: 60px 0;
	position: relative
}
section.yellow {
	background: #fcd700
}
section.products {
	padding-bottom: 30px
}
@media (max-width: 767px) {
	section.products {
		padding-bottom: 65px
	}
}
@media (max-width: 1170px) {
	#main-content {
		margin-top: 60px
	}
}
@media (max-width: 767px) {
	#main-content {
		margin-top: 60px
	}
	#submenu li a>.left-side,
	#submenu li a>.right-side,
	.block,
	.brands-slider-parent,
	.container,
	.title {
		padding-left: 10px;
		padding-right: 10px
	}
	section {
		padding: 10% 0
	}
}
noscript+img {
	display: none
}
.body-consumer-alert #main-content {
	margin-top: calc(120px + 38px)
}
@media (max-width: 1170px) {
	.body-consumer-alert #main-content {
		margin-top: calc(60px + 28px)
	}
}
@media (max-width: 767px) {
	.body-consumer-alert #main-content {
		margin-top: calc(60px + 28px)
	}
}
.container-absolute {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	max-width: 1240px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	pointer-events: none
}
@media (min-width: 1240px) {
	.container-absolute {
		max-width: none
	}
	.page-node-type-products .container-absolute {
		max-width: 1240px
	}
}
/*---------------------
  Header
-----------------------*/

.header-section {
	position: absolute;
	left: 0;
    background-color: black;
	top: 0;
	width: 100%;
    height: 80px;
	padding: 0 15px;
	
	z-index: 99;
}

.logo a {
	display: block;
}
.logo  {height: 80px;
	
}
.logo a img {
	width: 75%;
}

.nav-menu {vertical-align: middle;
	text-align: center;margin-top: 20px;
}

.nav-menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 32px;
	position: relative;
	z-index: 1;
}







.nav-menu ul li:last-child {
	margin-right: 0;
}

.nav-menu ul li.active>a {
	color: #ffff00;
}

.nav-menu ul li.active>a:after {
	opacity: 1;
}

.nav-menu ul li:hover>a {
	color: #ffff00;
}

.nav-menu ul li:hover>a:after {
	opacity: 1;
}

.nav-menu ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
}

.nav-menu ul li a {
	color: #ffffff;
	display: block;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "bold", sans-serif;
    letter-spacing: 1px;
	padding: 10px 0px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ac ul li a {font-size: 16px;
}

.nav-menu ul li a:after {
	position: absolute;
	left: 0;
	top: 22px;
	height: 1px;
	width: 100%;
	background: #ffff00;
	content: "";
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.ac ul li a i{font-size: 20px;margin-left: 4px;}
.ab{height: 80px;vertical-align: middle}
 .ac:after {
	position: absolute;
	left: 0;
	top: 30px;
	height: 20px;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
	content: "";
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas-open {
	display: none;
}
/*********************************
5. Home
*********************************/

.home
{margin-top: 0px;
	width: 100%;
	height: 100%;
    background: black;
   
    display: block;
}

.home2
{margin-top: 80px;
	width: 100%;
	height: 100%;
    background: black;
   display: none
    
}

.image  {
    margin-top: 80px;
    widows: 100%;
height: 100%}
.image img{display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;}

.imageM  {
    
    widows: 100%;
height: 100%;
position: absolute;
top: 0px;
visibility: hidden}
.imageM img{display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}



.title {
	color: #000;
	font-size: 50px;
	line-height: 1.2;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	z-index: 2
}
@media (max-width: 767px) {
	.title {
		font-size: 25px;
		margin-bottom: 20px
	}
}
.btn {
	transition: all .5s ease;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	text-transform: initial;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	z-index: 2;
	-webkit-transform: translate3d(0, 0, 0)
}
.btn i,
.btn::before {
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fcd700;
	color: #000;
	content: attr(data-hover);
	line-height: .95;
	padding: 18px 70px;
	white-space: nowrap;
	overflow: hidden;
	perspective: 1000px;
	font-style: normal
}
.btn span {
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
	display: block;
	padding: 18px 70px;
	position: relative;
	color: #fff;
	background: #000;
	z-index: 2;
	transform-style: preserve-3d
}
@media (min-width: 768px) {
	.btn:focus span,
	.btn:hover span {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	.btn:focus i,
	.btn:focus::before,
	.btn:hover i,
	.btn:hover::before {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.yellow .btn i,
.yellow .btn span,
.yellow .btn::before {
	border: 4px solid #000;
	padding: 14px 66px
}
.btn.to-buy-now i,
.btn.to-buy-now span,
.btn.to-buy-now::before {
	font-size: 30px;
	padding: 30px 120px;
	text-transform: uppercase
}
@media (max-width: 767px) {
	.btn {
		width: 200px;
		max-width: 100%;
		font-size: 16px
	}
	.btn i,
	.btn span,
	.btn::before {
		padding: 12px 0
	}
	.btn.to-buy-now {
		margin: 0 auto;
		width: 200px;
		max-width: 90%;
		display: block
	}
	.btn.to-buy-now i,
	.btn.to-buy-now span,
	.btn.to-buy-now::before {
		font-size: 18px;
		padding: 20px 0
	}
	.yellow .btn i,
	.yellow .btn span,
	.yellow .btn::before {
		border: 0;
		padding: 12px 0
	}
}
.social-icons ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-ms-align-content: flex-start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
.social-icons li {
	margin: 0 30px;
	position: relative;
	z-index: 2
}
.social-icons a {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	transition: transform .3s ease;
	border-radius: 90px;
	background: #000;
	width: 90px;
	height: 90px;
	max-width: 100%;
	display: block;
	position: relative;
	z-index: 2
}
.social-icons a .icon {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	position: relative;
	top: 50%;
	fill: #fff;
	height: 42px;
	width: 42px
}
.social-icons a .circle-container {
	position: absolute;
	top: -5px;
	left: -5px
}
.social-icons a .circle {
	width: 100px;
	height: 100px;
	stroke: #fcd700;
	stroke-width: 5px;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000
}
@media (min-width: 768px) {
	.social-icons a:focus,
	.social-icons a:hover {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	.social-icons a:focus .circle,
	.social-icons a:hover .circle {
		animation-delay: 0s;
		animation-duration: 1.4s;
		animation-name: circleBorder;
		animation-fill-mode: forwards;
		animation-iteration-count: 1
	}
	.social-icons a:focus .icon,
	.social-icons a:hover .icon {
		animation-delay: .1s;
		animation-duration: .4s;
		animation-name: iconColor;
		animation-fill-mode: forwards;
		animation-iteration-count: 1
	}
}
@-moz-keyframes circleBorder {
	to {
		stroke-dashoffset: 0
	}
}
@-webkit-keyframes circleBorder {
	to {
		stroke-dashoffset: 0
	}
}
@-o-keyframes circleBorder {
	to {
		stroke-dashoffset: 0
	}
}
@keyframes circleBorder {
	to {
		stroke-dashoffset: 0
	}
}
@-moz-keyframes iconColor {
	0% {
		fill: #fff
	}
	100% {
		fill: #fcd700
	}
}
@-webkit-keyframes iconColor {
	0% {
		fill: #fff
	}
	100% {
		fill: #fcd700
	}
}
@-o-keyframes iconColor {
	0% {
		fill: #fff
	}
	100% {
		fill: #fcd700
	}
}
@keyframes iconColor {
	0% {
		fill: #fff
	}
	100% {
		fill: #fcd700
	}
}
@media (max-width: 767px) {
	.social-icons ul {
		justify-content: space-between;
		padding: 0 5px
	}
	.social-icons li {
		margin: 0
	}
	.social-icons a {
		width: 50px;
		height: 50px
	}
	.social-icons a .icon {
		width: 24px;
		height: 24px
	}
}
@media (min-width: 420px) and (max-width: 767px) {
	.social-icons ul {
		justify-content: center
	}
	.social-icons li {
		margin: 0 15px
	}
}
.single-product .grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-align-content: flex-start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: left
}
.single-product .grid>div {
	padding: 0 10px;
	position: relative
}
.single-product .grid>div:first-child {
	width: 40%;
	z-index: 1
}
.single-product .grid>div:first-child+div {
	width: 60%;
	z-index: 2
}
.single-product .img-container {
	text-align: center;
	margin: -325px 0 0;
	position: relative
}
.single-product .img-container img {
	max-width: 85%
}
.single-product .btn-container {
	margin-top: -40px;
	padding: 0 0 40px
}
.single-product .title-container h1 {
	color: #000;
	font-family: bold;
	font-size: 50px;
	line-height: 1.25;
	text-transform: uppercase
}
.single-product .linkable {
	font-size: 24px;
	font-family: bold;
	display: block;
	position: relative;
	color: #000;
	font-size: 50px;
	line-height: 1.2;
	padding: 25px 0;
	margin: 30px 0 0;
	border-bottom: 7px solid #fcd700;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase
}
@media screen and (min-width: 320px) {
	.single-product .linkable {
		font-size: calc(22px + 26 * (100vw - 320px)/ 448)
	}
}
@media screen and (min-width: 768px) {
	.single-product .linkable {
		font-size: 50px
	}
}
.single-product .linkable .arrow {
	transition: transform .18s ease;
	transform: rotate(-90deg) translateX(-20px) translateY(0);
	content: '';
	top: 0;
	right: 0;
	display: block;
	position: absolute
}
.single-product .linkable .arrow svg {
	width: 74px;
	height: 41px;
	fill: #fcd700
}
.single-product .linkable.active .arrow {
	transform: rotate(0) translateX(0) translateY(30px)
}
.single-product.has-hover .linkable:focus .arrow,
.single-product.has-hover .linkable:hover .arrow {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	top: 30px
}
.single-product .expandible {
	display: none
}
.single-product .expandible p,
.single-product .expandible>li {
	font-size: 22px;
	line-height: 1.25;
	text-align: left;
	color: #000;
	margin: 15px 0 0
}
.single-product .expandible p.no-margin,
.single-product .expandible>li.no-margin {
	margin: 30px 0
}
.single-product .expandible.expanded {
	display: block
}
@media (max-width: 767px) {
	.single-product {
		padding-top: 0;
		margin-top: 40px
	}
	.single-product>section {
		padding-top: 0
	}
	.single-product .grid>div {
		padding: 0 10px;
		display: block
	}
	.single-product .grid>div:first-child {
		width: 100%
	}
	.single-product .grid>div:first-child+div {
		width: 100%
	}
	.single-product .btn-container.parent-buy-now {
		display: inline
	}
	.single-product .title-container h1 {
		font-size: 3REM;
		text-align: center;
		font-family: bold
	}
    .title-container{margin-top: 30PX}
	.single-product .img-container {
		margin: 0 0 30px
	}
	.single-product .linkable .arrow svg {
		width: 53px;
		height: 25px
	}
}
footer .menu-footer li a {
	font-family: bold
}
,
footer .footer-copyright,
footer .menu-bottom li a {
	font-family: bold,
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		-ms-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
footer {
	padding: 40px 0;
	position: relative;
	text-align: center;
	border-bottom: 17px solid #0074bb
}
footer .footer-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-ms-align-content: flex-start;
	align-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
footer .footer-logo img {
	width: 360px
}
footer .footer-copyright {
	color: #000;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 2
}
footer .menu-footer {
	width: 100%;
	margin: 86px 0 40px
}
footer .menu-footer li {
	display: inline-block;
	margin: 0 28px
}
footer .menu-footer li a {
	transition: all .3s ease;
	text-decoration: none;
	font-family: bold;
	text-transform: uppercase;
	font-size: 22px;
	color: #000;
	display: block;
	position: relative;
	z-index: 2
}
@media (min-width: 768px) {
	footer .menu-footer li a {
		position: relative
	}
	footer .menu-footer li a::before {
		transition: transform .3s ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		outline: 1px solid transparent;
		will-change: transform;
		transform: skewX(-3deg) rotate(-3deg) scaleY(0);
		content: ' ';
		background: #fcd700;
		width: 120%;
		height: 36px;
		position: absolute;
		top: -7px;
		left: -10%;
		z-index: -1
	}
	footer .menu-footer li a:focus::before,
	footer .menu-footer li a:hover::before {}
}
footer .menu-footer li a::after {
	height: 2px
}
footer .menu-bottom {
	width: 100%;
	margin-bottom: 20px
}
footer .menu-bottom li {
	display: inline-block;
	margin: 0 16px
}
footer .menu-bottom li a {
	transition: all .3s ease;
	text-decoration: none;
	font-family: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	display: block;
	position: relative;
	z-index: 2
}
@media (min-width: 768px) {
	footer .menu-bottom li a {
		position: relative
	}
	footer .menu-bottom li a::before {
		transition: transform .3s ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		outline: 1px solid transparent;
		will-change: transform;
		transform: skewX(-3deg) rotate(-3deg) scaleY(0);
		content: ' ';
		background: #fcd700;
		width: 106%;
		height: 22px;
		position: absolute;
		top: -5px;
		left: -3%;
		z-index: -1
	}
	footer .menu-bottom li a:focus::before,
	footer .menu-bottom li a:hover::before {}
}
@media (max-width: 767px) {
	footer .footer-logo img {
		max-width: 60vw
	}
	footer .menu-footer {
		display: block;
		padding: 0;
		margin: 60px auto 20px
	}
	footer .menu-footer li {
		display: block;
		margin: 0 0 30px
	}
	footer .menu-bottom li {
		margin: 14px
	}
}

.scrolled-menu {
	display: none;
	overflow: hidden
}
.scrolled-menu a {
	display: block;
	position: relative;
	background: #0074bb;
	height: 30px
}
.scrolled-menu a .menu-button {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	margin: 0 auto;
	top: 15px
}
.scrolled-menu a .menu-button,
.scrolled-menu a .menu-button::after,
.scrolled-menu a .menu-button::before {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}
.scrolled-menu a .menu-button::after,
.scrolled-menu a .menu-button::before {
	position: absolute;
	content: ''
}
.scrolled-menu a .menu-button::before {
	top: -5px
}
.scrolled-menu a .menu-button::after {
	top: 5px
}
.scrolled-menu a:focus .menu-button::before,
.scrolled-menu a:hover .menu-button::before {
	-webkit-transform: translateY(-7px) rotate(0);
	-moz-transform: translateY(-7px) rotate(0);
	-ms-transform: translateY(-7px) rotate(0);
	-o-transform: translateY(-7px) rotate(0);
	transform: translateX(-7px) rotate(0)
}
.scrolled-menu a:focus .menu-button::after,
.scrolled-menu a:hover .menu-button::after {
	-webkit-transform: translateY(-3px) rotate(0);
	-moz-transform: translateY(-3px) rotate(0);
	-ms-transform: translateY(-3px) rotate(0);
	-o-transform: translateY(-3px) rotate(0);
	transform: translateX(-3px) rotate(0)
}
@media (max-width: 1170px) {
	.menu-open {
		overflow: hidden
	}
	.menu-open .menu .menu-options {
		display: block
	}
	.menu-open .menu .menu-container .logo-collapsed {
		display: block;
		margin: 50px auto 30px;
		width: 120px
	}
	.menu-open .menu .menu-container>ul li {
		animation-delay: 0s;
		animation-duration: .5s;
		animation-name: opacity;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		text-align: center
	}
	.menu-open .menu .menu-container>ul li:nth-child(0) {
		animation-delay: 0s
	}
	.menu-open .menu .menu-container>ul li:nth-child(1) {
		animation-delay: .2s
	}
	.menu-open .menu .menu-container>ul li:nth-child(2) {
		animation-delay: .4s
	}
	.menu-open .menu .menu-container>ul li:nth-child(3) {
		animation-delay: .6s
	}
	.menu-open .menu .menu-container>ul li:nth-child(4) {
		animation-delay: .8s
	}
	.menu-open .menu .menu-container>ul li:nth-child(5) {
		animation-delay: 1s
	}
	.menu-open .menu .menu-container>ul li:nth-child(6) {
		animation-delay: 1.2s
	}
	.menu-open .menu .menu-container>ul li:nth-child(7) {
		animation-delay: 1.4s
	}
	.menu-open .menu .to-open-close-menu-mobile i {
		position: relative;
		margin-top: 12px;
		margin-bottom: 12px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}
	.menu-open .menu .to-open-close-menu-mobile i,
	.menu-open .menu .to-open-close-menu-mobile i::after,
	.menu-open .menu .to-open-close-menu-mobile i::before {
		display: block;
		width: 40px;
		height: 5px;
		background-color: #fff;
		outline: 1px solid transparent;
		-webkit-transition-property: background-color, -webkit-transform;
		-moz-transition-property: background-color, -moz-transform;
		-o-transition-property: background-color, -o-transform;
		transition-property: background-color, transform;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s
	}
	.menu-open .menu .to-open-close-menu-mobile i::after,
	.menu-open .menu .to-open-close-menu-mobile i::before {
		position: absolute;
		content: ''
	}
	.menu-open .menu .to-open-close-menu-mobile i::before {
		top: -12px
	}
	.menu-open .menu .to-open-close-menu-mobile i::after {
		top: 12px
	}
	.menu-open .menu .to-open-close-menu-mobile i {
		background-color: transparent
	}
	.menu-open .menu .to-open-close-menu-mobile i::before {
		-webkit-transform: translateY(12px) rotate(45deg);
		-moz-transform: translateY(12px) rotate(45deg);
		-ms-transform: translateY(12px) rotate(45deg);
		-o-transform: translateY(12px) rotate(45deg);
		transform: translateY(12px) rotate(45deg)
	}
	.menu-open .menu .to-open-close-menu-mobile i::after {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		-moz-transform: translateY(-12px) rotate(-45deg);
		-ms-transform: translateY(-12px) rotate(-45deg);
		-o-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg)
	}
	.menu-open .menu .to-search-collapsed {
		background: #fcd700;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 70px;
		margin: 0;
		z-index: 3;
		padding: 12px 0
	}
	.device-android .menu-open .menu .to-search-collapsed {
		padding: 4px 0 16px
	}
	.menu-open .menu .to-search-collapsed input {
		background: 0 0;
		padding: 8px;
		font-size: 30px;
		margin-left: 20%;
		width: 48%;
		height: auto;
		opacity: 1;
		line-height: 1.5
	}
	.menu-open .menu .to-search-collapsed input::-webkit-input-placeholder {
		color: #000
	}
	.menu-open .menu .to-search-collapsed input:-moz-placeholder {
		color: #000
	}
	.menu-open .menu .to-search-collapsed input::-moz-placeholder {
		color: #000
	}
	.menu-open .menu .to-search-collapsed input:-ms-input-placeholder {
		color: #000
	}
}
@-moz-keyframes opacity {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes opacity {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-o-keyframes opacity {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes opacity {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-moz-keyframes hoverCommon {
	0% {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@-webkit-keyframes hoverCommon {
	0% {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@-o-keyframes hoverCommon {
	0% {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@keyframes hoverCommon {
	0% {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@-moz-keyframes hoverPaginationSlides {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5) rotate(0);
		transform: scale(1.5) rotate(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(180deg);
		transform: scale(1) rotate(180deg)
	}
}
@-webkit-keyframes hoverPaginationSlides {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5) rotate(0);
		transform: scale(1.5) rotate(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(180deg);
		transform: scale(1) rotate(180deg)
	}
}
@-o-keyframes hoverPaginationSlides {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5) rotate(0);
		transform: scale(1.5) rotate(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(180deg);
		transform: scale(1) rotate(180deg)
	}
}
@keyframes hoverPaginationSlides {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5) rotate(0);
		transform: scale(1.5) rotate(0)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) rotate(180deg);
		transform: scale(1) rotate(180deg)
	}
}
@media (max-width: 767px) {
	.owl-carousel .owl-dots .owl-dot {
		margin: 0 10px
	}
}
.popcorn-container {
	position: absolute;
	z-index: 1;
	pointer-events: none
}
.popcorn-container.popcorn-long-page {
	display: none
}
.popcorn {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	background-size: 100%;
	background-repeat: no-repeat;
	pointer-events: none
}
.popcorn-type-1 .popcorn {
	background-image: url(../images/popcorn-1.png);
	width: 220px;
	height: 232px
}
.popcorn-type-2 .popcorn {
	background-image: url(../images/popcorn-2.png);
	width: 240px;
	height: 240px
}
.popcorn-type-3 .popcorn {
	background-image: url(../images/popcorn-3.png);
	width: 218px;
	height: 238px
}
.popcorn-type-4 .popcorn {
	background-image: url(../images/popcorn-4.png);
	width: 245px;
	height: 244px
}
.popcorn-type-5 .popcorn {
	background-image: url(../images/popcorn-5.png);
	width: 247px;
	height: 252px
}
.popcorn-type-6 .popcorn {
	background-image: url(../images/popcorn-6.png);
	width: 261px;
	height: 241px
}
.popcorn-1 {
	top: 400px;
	left: -20px
}
.page-home .popcorn-1 {
	top: 180px
}
.popcorn-2 {
	top: 500px;
	right: -50px
}
.popcorn-3 {
	top: 300px;
	right: -20px
}
.page-home .popcorn-3 {
	top: 100px
}
.popcorn-4 {
	top: 800px;
	left: 50px
}
.popcorn-5 {
	top: 950px;
	right: 50px
}
.popcorn-6 {
	top: 1200px;
	left: 180px
}
.page-node-type-products .popcorn-1 {
	top: 700px
}
.page-node-type-products .popcorn-2 {
	top: 800px;
	right: -200px
}
.page-node-type-products .popcorn-3 {
	top: 200px;
	right: -120px
}
.popcorn-banner-1 .popcorn {
	transform: scale(.8) rotate(140deg)
}
.popcorn-banner-2 .popcorn {
	transform: scale(.8) rotate(2deg)
}
.popcorn-banner-3 .popcorn {
	transform: scale(.8) rotate(60deg)
}
.popcorn-banner-4 .popcorn {
	transform: scale(.8) rotate(-50deg)
}
.popcorn-banner-5 .popcorn {
	transform: scale(.8) rotate(-30deg)
}
.popcorn-banner-6 .popcorn {
	transform: scale(.8) rotate(0)
}
.popcorn-banner-1 {
	top: -100px;
	left: 4%
}
.popcorn-banner-2 {
	top: -150px;
	right: 20%
}
.popcorn-banner-3 {
	top: 0;
	left: -16%
}
.popcorn-banner-4 {
	top: -40px;
	left: 25%
}
.popcorn-banner-5 {
	top: -50px;
	right: 4%
}
.popcorn-banner-6 {
	top: -60px;
	right: -18%
}
.popcorn-footer-1 {
	top: -20%;
	left: 0
}
.popcorn-footer-2 {
	top: 25%;
	left: 16%
}
.popcorn-footer-3 {
	top: 70%;
	left: -3%
}
.popcorn-footer-4 {
	top: -20%;
	right: -5%
}
.popcorn-footer-5 {
	top: 10%;
	right: 10%
}
.popcorn-footer-6 {
	top: 65%;
	right: 0
}
.popcorn-container.popcorn-footer {
	z-index: -1
}
@media (min-width: 768px) and (max-width: 1024px) {
	.popcorn {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
	.popcorn-banner-1 .popcorn {
		transform: scale(.6) rotate(140deg)
	}
	.popcorn-banner-2 .popcorn {
		transform: scale(.6) rotate(2deg)
	}
	.popcorn-banner-3 .popcorn {
		transform: scale(.6) rotate(60deg)
	}
	.popcorn-banner-4 .popcorn {
		transform: scale(.6) rotate(-50deg)
	}
	.popcorn-banner-5 .popcorn {
		transform: scale(.6) rotate(-30deg)
	}
	.popcorn-banner-6 .popcorn {
		transform: scale(.6) rotate(0)
	}
	.popcorn-footer-2 {
		left: 5%
	}
	.popcorn-footer-3 {
		left: -8%
	}
	.popcorn-footer-5 {
		right: 6%
	}
	.popcorn-footer-6 {
		right: -5%
	}
}
@media (max-width: 767px) {
	.popcorn {
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}
	.popcorn-1 {
		left: -30%
	}
	.popcorn-2 {
		right: 5%;
		top: 640px
	}
	.popcorn-3 {
		right: -37%
	}
	.popcorn-4 {
		left: 0
	}
	.popcorn-5 {
		right: -10%
	}
	.popcorn-6 {
		left: -10%
	}
	.popcorn-banner-1 .popcorn {
		transform: scale(.4) rotate(140deg)
	}
	.popcorn-banner-2 .popcorn {
		transform: scale(.4) rotate(2deg)
	}
	.popcorn-banner-3 .popcorn {
		transform: scale(.4) rotate(60deg)
	}
	.popcorn-banner-4 .popcorn {
		transform: scale(.4) rotate(-50deg)
	}
	.popcorn-banner-5 .popcorn {
		transform: scale(.4) rotate(-30deg)
	}
	.popcorn-banner-6 .popcorn {
		transform: scale(.4) rotate(0)
	}
	.popcorn-banner-1 {
		left: -28%;
		top: -70px
	}
	.popcorn-banner-2 {
		left: -4%
	}
	.popcorn-banner-3 {
		display: none
	}
	.popcorn-banner-4 {
		top: -80px;
		left: 17%
	}
	.popcorn-banner-5 {
		top: -155px;
		right: -9%
	}
	.popcorn-banner-6 {
		top: -80px;
		right: -34%
	}
	.popcorn-footer-1 {
		left: -24%;
		top: 18%
	}
	.popcorn-footer-2 {
		left: -18%;
		top: 50%
	}
	.popcorn-footer-3 {
		display: none
	}
	.popcorn-footer-4 {
		right: -16%;
		top: 20%
	}
	.popcorn-footer-5 {
		right: -18%;
		top: 40%
	}
	.popcorn-footer-6 {
		right: -25%;
		top: 80%
	}
	.page-products .popcorn-container.popcorn-medium-page,
	body[class*=page-product-category] .popcorn-container.popcorn-medium-page {
		display: none
	}
}
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	.social-icons a:focus,
	.social-icons a:hover {
		border: 4px solid #fcd700
	}
	.social-icons a:focus .icon,
	.social-icons a:hover .icon {
		fill: #fcd700
	}
}
.prevent-overflow {
	overflow: hidden;
	width: 100%
}


/*---------------------
  Footer
-----------------------*/

.footer-section {
	background: #000000;
	padding-top: 50px;
}

.fs-about {
	margin-bottom: 30px;
}

.fs-about .fa-logo {
	margin-bottom: 30px;
}

.fs-about .fa-logo a {
	display: inline-block;
}

.fs-about p {
	line-height: 26px;
	color: #c4c4c4;
}

.fs-about .fa-social a {
	font-size: 14px;
	color: #c4c4c4;
	margin-right: 10px;
}

.fs-about .fa-social a:last-child {
	margin-right: 0;
}

.fs-widget {
	margin-bottom: 30px;
}

.fs-widget h4 {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 18px;
}

.fs-widget ul li {
	list-style: none;
}

.fs-widget ul li a {
	font-size: 14px;
	color: #c4c4c4;
	line-height: 30px;
}

.fs-widget .fw-recent {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1a1a1a;
}

.fs-widget .fw-recent:last-child {
	padding-bottom: 0;
	border: none;
}

.fs-widget .fw-recent h6 {
	margin-bottom: 6px;
}

.fs-widget .fw-recent h6 a {
	color: #c4c4c4;
	letter-spacing: 0.5px;
}

.fs-widget .fw-recent ul li {
	font-size: 12px;
	color: #4d4d4d;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.fs-widget .fw-recent ul li:last-child:after {
	display: none;
}

.fs-widget .fw-recent ul li:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: "|";
}

.copyright-text {
	font-size: 14px;
	color: #c4c4c4;
	letter-spacing: 0.5px;
	border-top: 1px solid #1a1a1a;
	padding: 25px 0;
	margin-top: 15px;
}

.copyright-text a,
.copyright-text i {
	color: #f36100;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1650px) and (max-width: 1920px) {
	.nav-menu ul li {
		margin-right: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-menu ul li {
		margin-right: 5px;
	}
	.ps-item .thumb-icon {
		left: 15px;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}
    .logo a img {    width: 30%;}
	.blog-section .sidebar-option {
		padding-left: 0;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}
	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}
	.chart-table {
		margin-bottom: 30px;
	}
	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ss-text:after {
		display: none;
	}
	.ss-text {
		padding: 72px 60px;
		margin-bottom: 30px;
	}
	.class-item .ci-text:after {
		width: 750px;
	}
	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 40px;
		top: 30px;
		font-size: 22px;
		width: 30px;
		height: 30px;
		color: #ffffff;
		border: 1px solid #ffffff;
		border-radius: 2px;
		line-height: 29px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		border: 1px solid #151515;
		border-radius: 2px;
		text-align: center;
		line-height: 27px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-search {
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}
	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 16px;
		color: #363636;
		margin-right: 6px;
	}
	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;text-align: center;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 10px 0;
		margin: 0;
		color: #151515;
		border-bottom: 1px solid #151515;
		font-weight: 500;
		
		font-size: 15px;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f36100;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f36100;
	}
	.nav-menu {
		display: none;
	}
	.top-option {
		display: none;
	}
	.grid-sizer {
		width: calc(50% - 10px);
	}
	.gallery .gs-item {
		width: calc(50% - 10px);
		float: none;
	}
	.gallery .gs-item.grid-wide {
		width: 100%;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	} .logo a img {    width: 30%;}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 40px;
		top: 31px;
		font-size: 22px;
		width: 30px;
		height: 30px;
		color: #ffffff;
		border: 1px solid #ffffff;
		border-radius: 2px;
		line-height: 29px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		border: 1px solid #151515;
		border-radius: 2px;
		text-align: center;
		line-height: 27px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-search {
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}
	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 16px;
		color: #363636;
		margin-right: 6px;
	}
	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
        text-align: center;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 10px 0;
		margin: 0;
		color: #151515;
		border-bottom: 1px solid #151515;
		font-weight: 500;
		
		font-size: 15px;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f36100;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
		color: #f36100;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f36100;
	}
	.nav-menu {
		display: none;
	}
	.top-option {
		display: none;
	}
	.gallery .gs-item {
		width: 100%;
		float: none;
	}
	.gallery .gs-item.grid-wide {
		width: 100%;
	}
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}
	.class-timetable {
		overflow-x: auto;
	}
	.chart-table {
		overflow-x: auto;
	}
	.blog-section .p-0 {
		padding: 15px !important;
	}
	.blog-section .sidebar-option {
		padding-left: 0;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}
	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}
	.chart-table {
		margin-bottom: 30px;
	}
	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ss-text:after {
		display: none;
	}
	.ss-text {
		padding: 72px 60px;
		height: auto;
	}
	.class-item .ci-text:after {
		width: 750px;
	}
	.hs-slider .hs-item {
		height: auto;
		padding: 250px 0 150px;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 48px;
		line-height: normal;
	}
	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.ss-pic img {
		height: auto;
	}
	.ss-text {
		margin-bottom: 20px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
	.blog-details-hero {
		height: auto;
		padding: 160px 0 100px;
	}
	.text-404 .search-404 {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.primary-btn.appoinment-btn {
		float: none;
		margin-top: 0;
	} .logo a img {    width: 30%;}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 38px;
		line-height: normal;
	}
	.team-title {
		margin-bottom: 20px;
	}
	.about-text {
		padding: 70px 15px 60px;
	}
	.blog-details-section .p-0 {
		padding: 15px !important;
	}
	.text-404 h1 {
		font-size: 160px;
	}
	.breadcrumb-text h2 {
		font-size: 38px;
	}
	.text-404 h1 {
		font-size: 80px;
	}
	.blog-details-text .blog-details-author {
		padding: 70px 15px 35px;
	}
	.search-model-form input {
		font-size: 28px;
	}
}
