@font-face {
  font-family: 'fontello-custom';
  src: url('../fonts/fontello-custom.eot');
  src: url('../fonts/fontello-custom.eot') format('embedded-opentype'),
       url('../fonts/fontello-custom.woff2') format('woff2'),
       url('../fonts/fontello-custom.woff') format('woff'),
       url('../fonts/fontello-custom.ttf') format('truetype'),
       url('../fonts/fontello-custom.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
input::-moz-focus-inner{border:0;outline:none;}
button::-moz-focus-inner{border:0;outline:none;}
select::-moz-focus-inner{border:0;outline:none;}
option::-moz-focus-inner{border:0;outline:none;}
a::-moz-focus-inner{border:0;outline:none;}
button,a{border:0;outline:none;}
button:focus,
select:focus,
option:focus,
button:active,
select:active,
option:active,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner {
    outline: none;
    border: none;
}
html body{
	font-family: 'Lato', sans-serif;
	margin:0;
	overflow-x:hidden;
	background:#fff;
}
*::-moz-selection {
	color: #fff;
	background:#E31B22;
}
*::-webkit-selection {
	color: #fff;
	background:#E31B22;
}
*::-webkit-input-placeholder { 
	color: #333333;
	opacity:1;
}
*:-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*::-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*:-ms-input-placeholder { 
	color: #333333;
	opacity:1;
}
a,div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ul li, ol, li {
	list-style: outside none none;
	font-family: 'Lato', sans-serif;
}
body ul {
	margin:0;
	padding:0;
}
body a {
	outline: none;
	color:#E31B22;
}
body a:hover {
	color:#000;
}
body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}
body .clearfix{
	height:auto;
}
*{
	outline:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after, 
ul:after, 
.clearfix:after, 
li:after,
.grve-container:after {
	clear:both;
	display:block;
	content:"";
}
div input, div select, div textarea, div button{
	font-family: 'Lato', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: 'Open Sans Condensed', sans-serif;
	line-height:120%;
	color:#333;
	font-weight: bold;
	margin:0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
}
body p {
	color: #333;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	line-height: 170%;
	margin: 0 0 20px;
	padding: 0;
	text-align: justify;
}
body p:empty{
	margin:0;
	line-height:0;
}
body p:last-child{
	margin:0;
}
p strong {
	font-weight: bold;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
.a-center p{
	text-align:center;
}
.a-left p{
	text-align:center;
}
.a-right p{
	text-align:center;
}
label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	margin-left:5px;
}
.hidden{
	display:none!important;
}
iframe{
	display:block;
	width:100%;
}
*{
	 -webkit-tap-highlight-color: rgba(0,0,0,0);
	 -webkit-tap-highlight-color: transparent; 
	 -moz-tap-highlight-color: rgba(0,0,0,0);
	 -moz-tap-highlight-color: transparent; 
	 -ms-tap-highlight-color: rgba(0,0,0,0);
	 -ms-tap-highlight-color: transparent; 
	 -o-tap-highlight-color: rgba(0,0,0,0);
	 -o-tap-highlight-color: transparent; 
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
body .container{
	width:100%;
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
body .container .container{
	width:100%;
	max-width:100%;
}
/*scroll Hide*/
html.no-scroll,
html.toggle_menu{
	overflow: hidden;
}
html.no-scroll body,
html.toggle_menu body {
	overflow: hidden;
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
section,
.section-gapping {
	padding-bottom: 100px;
	padding-top: 100px;
	position:relative;
	margin-bottom:0;
}
section.gapping-bottom-none,
.section-gapping.gapping-bottom-none{
	padding-bottom:0;
}
section.gapping-top-none,
.section-gapping.gapping-top-none{
	padding-top:0;
}
/*Gapping close*/
/*Home page*/
.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/page-loader.gif") no-repeat center center;
    background-color:#fff;
}

/*Landing page*/
.landing-page {
	height: 100%;
	position: relative;
}
.landing-page body{
	box-shadow: 0 0 20px 0 rgb(0, 0, 0,0.5) inset;
	height: 100%;
	position: relative;
	z-index: 99;
}
.landing-page body:before{
	background: url("../images/landing-bg.jpg") repeat center center;
	content:"";
	display:block;
	position:fixed;
	left:0;
	right:0;
	opacity:0.1;
	z-index:-1;
	top:0;
	bottom:0;
	-webkit-animation: 100s linear 0s normal none infinite running AnimationName;
	-moz-animation: 100s linear 0s normal none infinite running AnimationName;
	-ms-animation: 100s linear 0s normal none infinite running AnimationName;
	-o-animation: 100s linear 0s normal none infinite running AnimationName;
	animation: 100s linear 0s normal none infinite running AnimationName;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 0%}
    100%{background-position:0% 1500%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 0%}
    100%{background-position:0% 1500%}
}
@keyframes AnimationName {
    0%{background-position:0% 0%}
    100%{background-position:0% 1500%}
}
.landing-caption {
	left: 0;
	position: absolute;
	right: 0;
	max-width:770px;
	margin:0 auto;
	padding:15px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height:90%;
	overflow:auto;
}
.landing-logo a {
	display: inline-block;
	vertical-align: top;
}
.landing-logo{
	margin:0 0 60px;
}
.landing-caption h4 {
	background: #fff;
	border: 2px solid #d81b1f;
	border-radius: 10px;
	color: #d81b1f;
	font-family: "Love Ya Like A Sister",cursive;
	font-size: 20px;
	line-height: 150%;
	padding: 20px;
	text-align: center;
}
/*Landing page close*/
/*Home page*/
header {
	background:#fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	left: 0;
	position: fixed;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	right: 0;
	padding:15px 0;
	top: 55px;
	z-index: 99;
}
/*.sticky_header*/ header{
	top:0;
	padding:10px 0;
}
header::before {
	background: #e10d13;
	box-shadow: 50px 30px 0 0 #e10d13, 100px 60px 0 0 #e10d13;
	content: "";
	display: none;
	height: 16px;
	opacity: 0.05;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	position: absolute;
	right: 0;
	top: 26px;
	width: 35%;
	z-index: -1;
}
/*.sticky_header*/ header:before{
	top:20px;
}
header:after {
	background-image: url("../images/bg-header.png");
	background-size: 40px auto;
	top: 100%;
	content: "";
	display: block;
	height:9px;
	position: absolute;
	z-index:-1;
	width: 100%;
}
header *:after{
	content:"";
	display:block;
	clear:both;
}
header .menu_tog{
	display:none;
}
header .header-left{
	float:left;
}
header .header-right{
	float:right;
	margin:20px 0 0;
}
header .logo-wrap {
	top:-55px;
	left: 0;
	margin: 0 auto;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	max-width: 240px;
	position: absolute;
	right: 0;
	bottom: auto;
}
/*.sticky_header*/ header .logo-wrap {
	max-width: 150px;
	top: 0;
}
header .logo-wrap a {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
header .logo-wrap a::before {
	background: url("../images/sprite-image.png") no-repeat 0 0;
	content: "";
	display: block;
	height: 50px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top:-10px;
	width: 138px;
	z-index: -1;
}
header .nav-menu .sub-menu {
	background: #fff;
	border-top: 3px solid #333;
	display: block;
	left: -20px;
	margin: 10px auto 0;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	min-width: 160px;
	box-shadow:0 0 13px -8px #000;
	opacity: 0;
	position: absolute;
	right: -30px;
	top: 100%;
	visibility: hidden;
	z-index: 999;
}
header .nav-menu li:hover > .sub-menu{
	opacity:1;
	visibility:visible;
	margin-top:0;
}
header .nav-menu .sub-menu::before {
	border-bottom: 8px solid #333;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: 100%;
	content: "";
	display: block;
	left: 44px;
	position: absolute;
}
.nav-menu .sub-menu li a {
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	color: #000;
	display: block;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	padding: 10px 15px;
	position:relative;
	z-index:2;
	text-transform: uppercase;
}
.nav-menu .sub-menu li a:hover,
.nav-menu .sub-menu li:hover > a,
.nav-menu .sub-menu li.active > a,
.nav-menu .sub-menu li > a.active{
	color:#fff;
}
.nav-menu .sub-menu li a::before {
	background: #e31e23 ;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
    -webkit-transition:all 0.5s linear 0s;
    -moz-transition:all 0.5s linear 0s;
    -ms-transition:all 0.5s linear 0s;
    -o-transition:all 0.5s linear 0s;
    transition:all 0.5s linear 0s;
	right: 0;
	top: 0;
	z-index: -1;
}
.nav-menu .sub-menu li a:hover:before,
.nav-menu .sub-menu li:hover > a:before,
.nav-menu .sub-menu li.active > a:before,
.nav-menu .sub-menu li > a.active:before {
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	height:100%;
}
.nav-menu .sub-menu li:last-child > a{
	border-bottom:0;
}


header .main-navigation {
	margin-bottom: 17px;
	margin-top: 17px;
}
.nav-menu li{
	position:relative;
}
.nav-menu > li{
	float:left;
	margin-right:35px;
}
.nav-menu > li:last-child{
	margin-right:0;
}
.nav-menu > li > a {
	color: #333;
	display: block;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 50px;
	position: relative;
	text-transform: uppercase;
}
.nav-menu > li > a:hover,
.nav-menu > li:hover > a,
.nav-menu > li.active > a{
	color:#E31E24;
}
.nav-menu > li > a::before {
	background: url("../images/sprite-image.png") no-repeat 0 -90px;
	content: "";
	display: none;
	visibility:hidden;
	height: 27px;
	left:-20px;
    -webkit-transition:all 0.5s linear 0s;
    -moz-transition:all 0.5s linear 0s;
    -ms-transition:all 0.5s linear 0s;
    -o-transition:all 0.5s linear 0s;
    transition:all 0.5s linear 0s;
	margin:-50px auto 0;
	position: absolute;
	opacity:0;
	right: -20px;
	top: 0;
	width: 50px;
}
.nav-menu > li > a:hover:before,
.nav-menu > li:hover > a::before,
.nav-menu > li.active > a::before{
	margin-top:0;
	opacity:1;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	visibility:visible;
}
.nav-menu > li.menu-parent > a::after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	margin-left: 6px;
	vertical-align: top;
}
header .header-contact, 
header .social-link{
	float:left;
}
header .header-contact{
	margin-right:30px;
}
.header-contact li{
	padding-left:65px;
	position:relative;
}
.header-contact li:after{
	content:"";
	background: url("../images/sprite-image.png") no-repeat 0 -128px;
	display:block;
	width:50px;
	height:50px;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.header-contact li:hover:after{
	-webkit-animation: 2s linear 0s normal none infinite running icon-rotate;
	-moz-animation: 2s linear 0s normal none infinite running icon-rotate;
	-ms-animation: 2s linear 0s normal none infinite running icon-rotate;
	-o-animation: 2s linear 0s normal none infinite running icon-rotate;
	animation: 2s linear 0s normal none infinite running icon-rotate;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
@-webkit-keyframes icon-rotate {
    0%{transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100%{transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-o-transform:rotate(360deg);
    }
}
@-moz-keyframes icon-rotate {
    0%{transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100%{transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-o-transform:rotate(360deg);
    }
}
@keyframes icon-rotate {
    0%{transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
    }
    100%{transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-o-transform:rotate(360deg);
    }
}
.header-contact li, 
.header-contact li a {
	color: #000;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 26px;
}
.header-contact li a{
	display:block;
}
.header-contact li:hover,
.header-contact li:hover a,
.header-contact li a:hover{
	color:#E31E24;
}
.header-contact li .label-no {
	color: #e31d23;
	display: block;
	font-size: 17px;
	letter-spacing: 2.3px;
	line-height:128%;
	text-transform: uppercase;
}
.header-contact li i {
	background: #fff;
	border-radius: 50%;
	color: #333;
	font-size: 20px;
	height: 36px;
	left: 0;
	line-height: 38px;
	margin: 7px 0 0 7px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 36px;
	z-index: 2;
}
header .social-link li{
	position:relative;
	margin-left:20px;
	padding:1px;
}
header .social-link li:first-child{
	margin-left:0;
}
header .social-link li:after{
	content:"";
	background: url("../images/sprite-image.png") no-repeat 0 -128px;
	display:block;
	width:50px;
	height:50px;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
header .social-link li:hover:after{
	-webkit-animation: 2s linear 0s normal none infinite running icon-rotate;
	-moz-animation: 2s linear 0s normal none infinite running icon-rotate;
	-ms-animation: 2s linear 0s normal none infinite running icon-rotate;
	-o-animation: 2s linear 0s normal none infinite running icon-rotate;
	animation: 2s linear 0s normal none infinite running icon-rotate;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
header .social-link li a {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	display:block;
	z-index:2;
	position:relative;
	height: 36px;
	margin:6px;
	width: 36px;
	line-height: 38px;
}
header .social-link li:hover,
header .social-link li:hover a,
header .social-link li a:hover{
	color:#E31E24;
}
body .owl-carousel .owl-item img {
	width: auto;
	margin:0 auto;
}
body .owl-carousel .owl-item .slider-bg img {
	display: block;
	width: 100%;
}
.slider-bg img {
	display: block;
	width: 100%;
}
.main-slider .caption {
	color: #fff;
	left: 0;
	margin-top: 80px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
.caption.caption-dark h2 {
	color: #fff;
    text-shadow: 3px 2px 0 #e42228;
}
.caption h3 {
	color: #000;
	font-family: "Love Ya Like A Sister",cursive;
	font-size: 28px;
	font-weight: normal;
	line-height: 120%;
	margin: 0 0 25px;
	text-align: center;
}
.caption.caption-dark h3{
	color:#fff;
}
.caption h3 span{
	display:inline-block;
	vertical-align:top;
	background: rgba(255, 255, 255, 0.8);
	padding:8px 25px;
}
.caption.caption-dark h3 span{
	background: rgba(0, 0, 0, 0.8);
}
.caption h2 {
	color: #fff;
	font-size: 55px;
	line-height: 120%;
	margin: 0 0 50px;
	text-align: center;
	text-shadow: 5px 5px 0 #000;
	text-transform: uppercase;
}
.main-slider .caption::before {
	background: url("../images/sprite-image.png") no-repeat 0 -201px;
	content: "";
	display: none;
	height: 138px;
	opacity:0.7;
	margin: 0 auto 30px;
	width: 250px;
}

.pizza-btn {
	border: 2px solid #e32026!important;
	border-radius: 50px;
	background:transparent;
	color: #e32026;
	display: inline-block;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 24px;
	min-width: 170px;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	padding: 10px 25px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	vertical-align: top;
}
.pizza-btn:hover, 
.pizza-btn.active{
	background:#E32026;
	color:#fff;
}
.pizza-btn:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.pizza-btn.active:hover {
	background:transparent;
	color:#e32026;
}
.pizza-btn.btn-white {
	border-color: #fff!important;
	color: #fff;
}
.pizza-btn.btn-white:hover, 
.pizza-btn.btn-white.active {
	background:#fff;
	color:#000;
}
.pizza-btn.btn-white.active:hover{
	background:transparent;
	color:#fff;
}
.pizza-btn:before {
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: -moz-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: -ms-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	content: "";
	height: 10px;
	left: 5%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	position: absolute;
	top: 100%;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	width: 90%;
	z-index: -1;
}
.pizza-btn:hover::before{
	opacity: 1;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}
.owl-carousel .owl-nav{
	display:none;
}
.owl-carousel .owl-dots{
	text-align:center;
	line-height:100%;
	margin-top:30px;
}
.owl-carousel .owl-dots .owl-dot span{
	display:none;
}
.owl-carousel .owl-dots .owl-dot {
	background: transparent;
	border: 2px solid #e31b22;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	height: 14px;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	margin: 0 5px;
	vertical-align: top;
	width: 14px;
}
.owl-carousel .owl-dots .owl-dot:hover, 
.owl-carousel .owl-dots .owl-dot.active {
	background: #e31b22 ;
}
.owl-carousel .owl-dots .owl-dot.active{
	width:28px;
}
.owl-carousel.owl-white .owl-dots .owl-dot {
	border-color:#fff;
}
.owl-carousel.owl-white .owl-dots .owl-dot:hover, 
.owl-carousel.owl-white .owl-dots .owl-dot.active {
	background: #fff ;
}
.main-slider .owl-carousel .owl-dots {
	bottom: 40px;
	left: 0;
	position: absolute;
	right: 0;
}
.main-slider ,
.inner-banner {
	position: relative;
}
.main-slider::before ,
.inner-banner::before {
	background:url("../images/banner_shadow.png") no-repeat center 0;
	background-size: 100% 100%;
	bottom:auto;
	content: "";
	display: block;
	height: 33px;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	top:100%;
	right: 0;
	width: 950px;
	z-index: 9;
}
.section-title {
	color: #000;
	font-size: 46px;
	line-height: 120%;
	margin: 0 0 40px!important;
	padding: 0 0 55px;
	position: relative;
	text-align: center;
	text-shadow: 2px 2px 0 #ccc;
	text-transform: uppercase;
}
.section-title span{
	display:inline-block;
	vertical-align:top;
}
.section-title span{
	color:#E31D23;
}
.section-title:before{
	width:266px;
	background: url("../images/sprite-image.png") no-repeat 0 -350px;
	height:36px;
	position:absolute;
	content:"";
	display:block;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.section-title.title-white{
	color:#fff;
}
.section-title.title-white:before{
	background-position:0 -395px;
}
.title-content {
	font-size: 18px;
	font-weight: bold;
	margin-top: -10px;
}
.learn-more {
	margin-top: 40px;
}
/*
.welcome-section .welcome-self {
	bottom: -120px;
	position: absolute;
	right: 0;
}
*/
.welcome-self {
	padding-top: 70px;
}
.welcome-section .welcome-self img{
	display:block;
	
	margin:0 auto;
}
.rounded{
	border-radius: 10px;
}
.dishes-section{
	background:#F2E9E0;
}
.isotope,
.isotope .isotope-item{
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
.dishes-wrap .primary {
	margin: 0 auto 45px;
	max-width: 900px;
	text-align: center;
}
.dishes-wrap .primary li.dishes-all{
	display:none;
}
.dishes-wrap .primary li {
	padding:0;
}
.dishes-wrap .primary li a {
	border-bottom: 3px solid rgba(255,255,255,0.5);
	color:rgba(255,255,255,0.5);
	display: block;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 44px;
	padding: 0 0 15px;
	position: relative;
	text-transform: uppercase;
}
.dishes-wrap .primary li a:hover,
.dishes-wrap .primary li a.selected{
	color:#fff;
}
.dishes-wrap .primary li a:after{
	content:"";
	display:block;
	width:0;
	height:3px;
	position:absolute;
	background:#fff;
    -webkit-transition:all 0.5s linear 0s;
    -moz-transition:all 0.5s linear 0s;
    -ms-transition:all 0.5s linear 0s;
    -o-transition:all 0.5s linear 0s;
    transition:all 0.5s linear 0s;
	bottom:-3px;
	left:0;
	right:0;
	margin:Auto;
}
.dishes-wrap .primary li a:hover:after,
.dishes-wrap .primary li a.selected:after{
	width:100%;
}
.dishes-wrap .primary li a::before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	content: "";
	display: block;
	height: 0;
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
	left: 0;
	margin: -3px auto auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	width: 0;
}
.dishes-wrap .primary li a.selected:before{
	margin-top:0;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
    opacity:1;
}
.dishes-wrap .primary li a i {
	display: block;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	font-size: 60px;
	font-weight: normal;
	line-height:70px;
	color:#fff;
	margin: 0 0 20px;
	opacity:0.5;
}
.dishes-wrap .primary li a:hover i,
.dishes-wrap .primary li a.selected i{
	opacity:1;
}
.dishes-wrap .primary li a img {
	display: inline-block;
	max-height: 60px;
	max-width: 65px;
	vertical-align: middle;
}
.dishes-list{
	margin:0 -15px;
}
.dishes-list li {
	margin: 0 0 30px;
	padding: 0 15px;
	position:relative;
	width: 50%;
}
.dishes-list li .dishes_image {
	background: #fff;
	border: 3px solid #e21218;
	border-radius: 50%;
	height: 75px;
	left: 15px;
	display:none;
	position: absolute;
	top: 0;
	width: 75px;
}
.dishes-list li .dishes_image img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-height: 65%;
	max-width: 65%;
	position: absolute;
	right: 0;
	top: -5px;
}
.dishes-list .dishes_info {
	background: #fff;
	border-radius: 0 0 0 10px;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	padding:30px ;
	box-shadow:-8px 8px 0 0 #e21218;
}
.dishes-list *:after{
	display:block;
	clear:both;
	content:"";
}
.dishes_info .dishes-head-wrap{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #ccc;
}
.dishes_info h4{
	max-width:70%;
	margin:0;
	float:left;
}
.dishes_info h4, 
.dishes_info h4 a {
	color: #000;
	font-size: 22px;
	line-height: 32px;
}
.dishes_info h4 a{
	display:block;
}
.dishes_info h4 a:hover{
	color:#E21218;
}
.dishes_info .dishes_price {
	background: #e21218;
	border-radius: 5px;
	color: #fff;
	float: right;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 32px;
	padding: 0 12px;
	white-space: nowrap;
}
.dishes_info .dishes_price span {
	display: inline-block;
	margin-right: 4px;
	vertical-align: top;
}
.dishes_description, 
.dishes_description p {
	font-size: 15px;
	line-height: 140%;
	color:#333;
	text-align:left;
}
.address-list{
	text-align:center;
}
.address-list .icon {
	color: #fff;
	display: block;
	font-size: 40px;
	border:3px solid #fff;
	height: 90px;
	border-radius:50%;
	line-height: 85px;
	margin: 0 auto 30px;
	text-align: center;
	text-shadow: 2px 2px 0 #e31f25;
	width: 90px;
}
.address-list h4 {
	color: #fff;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 120%;
	margin: 0 0 25px;
	padding: 0 0 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.address-list h4::before {
	background: #e10e14;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 50px;
}
.address-list p, 
.address-list p a {
	color: #fff;
	font-size: 15px;
	line-height: 180%;
	max-width: 100%;
	overflow-wrap: break-word;
	text-align: center;
}
.address-list p a{
	display:inline-block;
	vertical-align:top;
}
.address-list p a:hover{
	color:#E31E24;
}
.bg_section_icon{
	background: url("../images/bg_section_icon.jpg") no-repeat center center;
	background-size:cover;	
}
.bg_wood{
	background: url("../images/bg_wood.jpg") no-repeat center center;
	background-size:cover;	
}
.dark-bg{
	background: url("../images/dark-bg.jpg") no-repeat center bottom;
	background-size:cover;	
	background-attachment:fixed;
}
.dark-bg-2{
	background: url("../images/dark-bg-2.jpg") no-repeat center bottom;
	background-size:cover;	
	background-attachment:fixed;
}
.contact-map-section {
	background: url("../images/testi-bg.jpg") repeat left center;
	background-size:cover;	
	background-attachment:fixed;
	margin: 60px 0 0;
	position: relative;
	padding:1px;
}
.contact-map-section .formcol{
	position:relative;
	min-height:420px;
}
.contact-map-section iframe {
	background: #ccc;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.contact-form-wrap {
	background: #e31f24;
	border: 12px solid #e31f24;
	box-shadow: 0 0 0 1px #fff inset;
	left: 50%;
	margin-bottom: -20px;
	margin-left: -580px;
	margin-top: -20px;
	padding: 22px;
	position: relative;
	width: 380px;
	z-index: 9;
}
.contact-form-wrap::before, 
.contact-form-wrap::after {
	background: transparent;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.contact-form-wrap::before {
	border-left: 20px solid transparent;
	border-right: 20px solid #C0181D;
	border-top: 20px solid transparent;
	left: -52px;
	top: -12px;
}
.contact-form-wrap::after {
	border-right: 20px solid transparent;
	border-left: 20px solid #C0181D;
	border-top: 20px solid transparent;
	right: -52px;
	left:auto;
	top: -12px;
}
.contact-form-wrap .formcol:before, 
.contact-form-wrap .formcol:after {
	background: transparent;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	bottom:-35px;
	top: auto;
	width: 0;
}
.contact-form-wrap .formcol:before {
	border-left: 20px solid transparent;
	border-right: 20px solid #C0181D;
	border-bottom: 20px solid transparent;
	left: -74px;
}
.contact-form-wrap .formcol:after {
	border-right: 20px solid transparent;
	border-left: 20px solid #C0181D;
	border-bottom: 20px solid transparent;
	right: -74px;
	left:auto;
}


.contact-form-wrap h4 {
	color: #fff;
	font-size: 28px;
	letter-spacing: 1px;
	margin: 0 0 18px;
	padding: 0 0 18px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.contact-form-wrap h4::before {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: absolute;
	right: 0;
	width: 60px;
}
.contact-form-wrap p {
	color: #fff;
	font-size: 16px;
	text-align: center;
}
form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]), 
form select, 
form textarea {
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	box-shadow: none!important;
	color: #333;
	display: block;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	height: auto;
	line-height: 22px;
	margin: 0;
	padding: 10px 15px;
	resize: none;
	vertical-align: top;
	width: 100%;
}
form textarea{
	height:110px;
}
.form-wrap .field{
	margin-bottom:12px;
}
.form-wrap .field:last-child{
	margin-bottom:0;
}
.form-wrap .submit-field{
	padding-top:10px;
}
footer .footer-logo{
	margin:0 0 70px;
}
.footer-logo a {
	display: block;
	margin: 0 auto;
	max-width: 300px;
	text-align: center;
}
.copy-right, 
.copy-right a {
	color: #fff;
	font-family: "Love Ya Like A Sister",cursive;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 120%;
	text-align: center;
}
.copy-right a{
	display:inline-block;
	vertical-align:top;
}
.copy-right a:hover{
	color:#E31D23;
}
.scrollToTop {
	bottom: 0;
	color: #e31d23;
	cursor: pointer;
	font-size: 16px;
	line-height: 120%;
	margin: 0 20px 30px 0;
	position: fixed;
	right: 0;
	z-index:99;
	text-align: center;
}
.scrollToTop i {
	display: block;
	font-size: 24px;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
	margin: 0 0 13px;
}
.scrollToTop:hover i{
	transform: translatey(-5px);
}

footer::before ,
.top-shap::before {
	background: url("../images/bg_top.png") no-repeat center 0;
	content: "";
	display: block;
	background-size:100% 100%;
	height: 45px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}


.bg-top-left {
	left: 0;
	max-width: 270px;
	position: absolute;
	top: 0;
}
.bg-bottom-right {
	right: 0;
	max-width: 270px;
	position: absolute;
	bottom: 0;
}
.contact-map-section .contact-info-wrap {
	left: 0;
	padding-left: 420px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flavour-menu-list{
	margin:80px -15px 0;
}
.flavour-menu-list > li {
	float: left;
	margin: 0 0 30px;
	padding: 0 15px;
	text-align: center;
	width: 33.33%;
}
.flavour-menu-list > li:nth-child(3n+1){
	clear:both;
}
.flavour-menu-list > li:nth-last-child(-n+3){
	margin-bottom:0;
}
.flavour-menu-list .menu-block {
	background: #fff;
	border: 10px solid transparent;
	box-shadow: 0 0 0 1px #000 inset;
	display: block;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 120%;
	padding: 30px 20px;
	text-align: center;
	text-transform: uppercase;
}
.flavour-menu-list .menu-block:hover{
	box-shadow: 0 0 0 4px #000 inset;	
}
.flavour-menu-list .menu-block .menu-icon {
	display: block;
	height: 150px;
	margin: 0 auto 20px;
	max-width: 100%;
	position: relative;
	width: 220px;
}
.flavour-menu-list .menu-block .menu-icon img {
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.parts-list {
	text-align: center;
}
.parts-list h4 {
	color: #e21d23;
	font-family: "Love Ya Like A Sister",cursive;
	font-size: 48px;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 30px;
	text-align: center;
}
.parts-list p {
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.parts-list p::before {
	background: #e94f53 ;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 60px;
}


/*Home page close*/
.section-title.title-left {
	font-size: 35px;
	margin-bottom: 20px;
	text-align: left;
}
.section-title.title-left::before {
	background-position: -110px -350px;
	left: 0;
	right: auto;
}
.image-media {
	border-bottom: 12px solid #ccc;
	border-left: 12px solid #eee;
	border-radius: 12px;
}
.image-media img{
	display:block;
	margin:0 auto;
	width:100%;
}
.menu-list-wrap-2 .flavour-menu-list .menu-block {
	border-bottom: 8px solid #ccc;
	border-left: 8px solid #eee;
	border-top: 8px solid rgba(0,0,0,0.02);
	border-right: 8px solid rgba(0,0,0,0.02);
	box-shadow: 0 0 0 1px #999 inset;
}
.menu-list-wrap-2 .flavour-menu-list .menu-block:hover {
	box-shadow: 0 0 0 4px #333 inset;
}




/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello-custom';
    src: url('fonts/fontello-custom.svg?4226222#fontello-custom') format('svg');
  }
}
 
*/
 [class^="cmsmasters-icon-custom-"]:before, 
 [class*=" cmsmasters-icon-custom-"]:before, 
 [class^="cmsmasters_theme_custom_icon_"]:before, 
 [class*=" cmsmasters_theme_custom_icon_"]:before {
  font-family: "fontello-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.cmsmasters-icon-custom-instagram-with-circle:before { content: '\e800'; } /* '' */
.cmsmasters-icon-custom-separation:before { content: '\e808'; } /* '' */
.cmsmasters-icon-custom-burger:before { content: '\e813'; } /* '' */
.cmsmasters-icon-custom-diserts:before { content: '\e814'; } /* '' */
.cmsmasters-icon-custom-donut:before { content: '\e815'; } /* '' */
.cmsmasters-icon-custom-drinks:before { content: '\e816'; } /* '' */
.cmsmasters-icon-custom-pizza:before { content: '\e817'; } /* '' */
.cmsmasters-icon-custom-sandwiches:before { content: '\e818'; } /* '' */
.cmsmasters-icon-custom-soup:before { content: '\e819'; } /* '' */
.cmsmasters-icon-custom-vine:before { content: '\e81a'; } /* '' */
.cmsmasters-icon-custom-instagram:before { content: '\f16d'; } /* '' */
.cmsmasters-icon-custom-snapchat:before { content: '\f2ab'; } /* '' */
.cmsmasters-icon-custom-snapchat-ghost:before { content: '\f2ac'; } /* '' */
.cmsmasters-icon-custom-snapchat-square:before { content: '\f2ad'; } /* '' */


.pizzamenu-list-wrap h2:first-child{
	margin-top:0;
}
.pizzamenu-list-wrap h2 {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	margin: 60px 0 30px;
	padding: 0 0 20px;
	position: relative;
	text-transform: uppercase;
}
/*.pizzamenu-list-wrap h2::before {
	background: #e31d23;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	width: 50px;
}*/
.pizzamenu-block {
	margin: 0 0 40px;
	padding: 0 60px 0 0;
	position: relative;
}
.pizzamenu-block:last-child{
	margin-bottom:0;
}
.pizzamenu-block .head-number {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	display:block;
}
.pizzamenu-block h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.pizzamenu-block p {
	line-height: 120%;
	margin-bottom: 8px;
	text-align: left;
}
.pizzamenu-block p:last-child{
	margin-bottom:0;
}

.pizzamenu-list-wrap .row{
	margin-top:40px;
}
.pizzamenu-list-wrap .row:first-child{
	margin-top:0;
}
.pizzamenu-list-wrap .pizzamenu-head {
	border-bottom:2px solid #eee;
	color: #000;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 25px;
	padding-top:125px;
	margin-top: 0;
	padding-bottom: 15px;
	text-transform: capitalize;
}
.pizzamenu-list-wrap .pizzamenu-head:first-child{
	margin-top:0;
}
.pizzamenu-list-wrap h4 {
	color: #333;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	margin-bottom:10px;
}
.pizzamenu-list-wrap {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
.pizzamenu-list-wrap p {
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 8px;
}
.pizzamenu-list-wrap p:last-child{
	margin-bottom:0;
}

.section-title.gapping-bottom-none{
	margin-bottom:0!important;
}
.pizzamenu-list-wrap .mobile-show{
	display:none;
}
.footer-link {
	margin: 50px 0 -40px;
	text-align: center;
}
.footer-link > ul {
	background: rgba(255, 255, 255, 0.85);
	display: inline-block;
	padding: 10px 15px;
	vertical-align: top;
}
.footer-link > ul > li {
	border-right: 1px solid #333;
	float: left;
	margin: 0 16px 0 0;
	padding: 0 15px 0 0;
	position: relative;
}
.footer-link > ul > li:last-child{
	padding-right:0;
	margin-right:0;
	border-right:0;
}
.footer-link ul li, 
.footer-link ul li a {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	text-transform: capitalize;
}
.footer-link ul li a{
	display:block;
}
.footer-link ul li a:hover{
	color:#E11117;
}

ul.tems-condition li {
	list-style:inside;
	color: #333;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    line-height: 170%;
    margin: 0 0 10px;
    padding: 0;
    text-align: justify;
}

/*For online order*/
/*cateogories */
.categories {
    max-width: 100%;
    /*border-bottom: 2px #E11117 solid;
    border-top: 2px #E11117 solid;*/
}
.categories .list {
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 10px 0 10px;
}
.list:hover {
    cursor: pointer;
}
.active-category {
    color: #e11117 !important;
}

/*items*/
.items {
    border-left: 1px #d3d3d3 solid;
    border-right: 1px #d3d3d3 solid;
    max-width: 100%;
}
.items .pitem {
    padding: 20px;
    border-top: 1px #d3d3d3 solid;
}
.items .pitem:last-child {
    border-bottom: 1px #d3d3d3 solid;
}
.item-name {
    display: inline-block;
}
.description {
    display: inline-block;
    color: #333;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 170%;
    margin: 0 0 20px;
    font-weight: normal;
    padding: 0;
    text-align: justify;
}
.item-options {
    margin-top: 25px;
    text-align: right;
}
.item-option {
    font-size: 16px;
    margin: 0 0 12px;
    font-weight: normal;
    vertical-align: middle;
}
.item-btn {
    border: 2px solid #e32026!important;
    border-radius: 50px;
    background:transparent;
    color: #e32026;
    display: inline-block;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 10px;
    margin-left: 10px;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    vertical-align: top;
}
.item-btn:hover,
.item-btn.active{
    background:#E32026;
    color:#fff;
}
/*.item-btn:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}*/
.item-btn.active:hover {
    background:transparent;
    color:#e32026;
}
.item-btn.btn-white {
    border-color: #fff!important;
    color: #fff;
}
.item-btn.btn-white:hover,
.item-btn.btn-white.active {
    background:#fff;
    color:#000;
}
.item-btn.btn-white.active:hover{
    background:transparent;
    color:#fff;
}
/*
.item-btn:before {
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -moz-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -ms-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    position: absolute;
    top: 100%;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
    width: 90%;
    z-index: -1;
}
.item-btn:hover::before{
    opacity: 1;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}*/

/*cart side*/
.cart-section {
    max-width: 100%;
    border: 1px solid #d3d3d3;
    background: #fff;
    padding: 10px;
}
.cart-section .header {
    font-size: 20px;
    padding: 10px 0 10px;
    color: #333;
    text-transform: uppercase;
}
.cart-section .btns {
    width: 100%;
}
.btn {
    width: 50%;
    display: inline-block;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    background: #d3d3d3;
    border-radius: 0;
}
.btn:first-child {
    margin-right: -2px;
}
.btn:last-child {
    margin-left: -2px;
}
.btn-selected {
	width: 100% !important;
}
.select {
    color: #fff !important;
    background: #E11117 !important;
}

.cart {
    width: 100%;
    margin: 10px 0 10px;
}
.cart-items {
    border: #d3d3d3 1px solid;
}
.cart-item {
    border-bottom: #d3d3d3 1px solid;
    font-size: 16px;
    padding: 10px;
}
.c-name {
    text-align: left;
    width: 50%;
}
.qty {
    width: 30%;
}
.price {
    text-align: right;
    width: 18%;
}
.c-desc {
    font-weight: normal;
    text-align: left;
}
.cart-icons {
    font-size: 12px;
    cursor: pointer !important;
}
.cart-total {
    width: 100%;
    font-size: 16px;
    padding: 10px;
}
.cart-total .c-label {
    width: 70%;
    font-weight: normal;
    text-align: left;
}
.cart-total .c-total {
    width: 28%;
    font-weight: normal;
    text-align: right;
}
.cart-total .c-hr {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding-top: 5px;
    margin-bottom: 5px;
}

/*ajax loader*/
.item-ajax-loader {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100px;
	background: url("../images/page-loader.gif") no-repeat center center;
}

.cart-ajax-loader {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100px;
	background: url("../images/page-loader.gif") no-repeat center center;
}

.payment-ajax {
    display: none;
}
.payment-ajax-loader {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100px;
	background: url("../images/page-loader.gif") no-repeat center center;
}
.payment-ajax-text {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
}

.payment-error {
    display: none;
    margin-top: 15px;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    color: #E11117;
}

.success-msg-white {
    display: none;
    margin-top: 15px;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: left;
    color: #fff;
}

/*checkout.php page*/
.special-note {
    padding: 10px;
    border: 1px solid #d3d3d3;
}

.special-note .header{
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #E11117;
}
.special-note .sn-desc {
    padding: 10px;
    color: #333;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 170%;
    font-weight: normal;
}

.payment-form {
    padding: 10px;
    border: 1px solid #d3d3d3;
}

.payment-form .header {
    margin: 10px 0 10px;
	text-transform: uppercase;
}

.half-field {
	display: inline-block;
	width: 49%;
}

/* select style */
select {
    -webkit-appearance: none;  /* for webkit (safari, chrome) compatibility */
    -moz-appearance: none; /* for firefox compatibility */
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-user-select: none;
    background: #fff;
    color: #969595;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    //position: relative;
    text-align: left;
    width: 100%;
    z-index: 100;
}

.card-note {
    color: #969595;
    font-weight: normal;
    text-transform: none;
    font-size: 12px;
}

.box {
	border: 1px solid #E11117;
	padding: 10px 20px;
    color: #333;
    font-family: "Lato",sans-serif;
    font-size: 12px;
    line-height: 170%;
    width: 50%;
    margin: 0 auto;
}
.box ul li {
    list-style:inside;
    color: #333;
    font-family: "Lato",sans-serif;
    line-height: 170%;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}

/*online order btn*/
.order_online_box {
    margin: 0 auto;
	background-color: #E11117;
    width: 250px;
	color: #fff;
	background-image: url(../images/online-order.png);
	background-repeat: no-repeat;
	background-position: 15px center;
    //font-family: "Open Sans Condensed",sans-serif;
	font-size: 24px;
	line-height: 17px;
	padding: 1px 15px 5px 68px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px #333;
	-moz-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
	z-index: 1000;
}

.order_online {
	border-left: 1px solid #ee1e24;
	padding-left: 15px;
}

.order_online span {
	font-size: 10px;
}

.block{
	display: block !important;
}
/* #Icon box */
.swin-sc-iconbox {
  /* Light */ }
  .swin-sc-iconbox .item {
    margin-top: 40px;
    color: #404a53;
    text-align: center; }
    .swin-sc-iconbox .item .wrapper-icon {
      margin: auto;
      font-size: 60px;
      width: 120px;
      height: 120px;
      background-color: #ffffff;
      line-height: 120px;
      text-align: center;
      border-radius: 50%;

      transition: all .3s ease;
      border-top: 1px solid #000000;
      border-right: 1px solid #030100;
      border-left: 1px solid #030100;
      border-bottom: 1px solid #080808;
      /* border: 1px dashed #7b7b7b; */
      /* border-top: 1px solid #1f3e0d; */
      /* border-right: 1px solid #fff; */
      /* border-left: 2px solid #fff; */
      /* border-bottom: 1px solid #b81915; */
      }
    .swin-sc-iconbox .item .icon-heading {
      margin-top: 30px;
      text-transform: uppercase;
      transition: all .3s ease; }
    .swin-sc-iconbox .item .description {
      font-size: 14px;
      color: #616f7d;
      text-align: center;
       }
  .swin-sc-iconbox .icon-box-01 .icon-heading {
    font-size: 14px; }
  .swin-sc-iconbox .icon-box-01:hover {
    color: #f1612d; }
    .swin-sc-iconbox .icon-box-01:hover .wrapper-icon {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      border-color: #f15f2a; }
    .swin-sc-iconbox .icon-box-01:hover .wrapper-icon {
      box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); }
  .swin-sc-iconbox .icon-box-02 .wrapper-icon {
    /* border: 1px dashed #7b7b7b; */
    margin-bottom: 20px;
    background-position: center;
    transition-duration: .5s;
    }
  .swin-sc-iconbox .icon-box-02 .title {
    font-size: 24px;
    margin-bottom: 10px; }
  .swin-sc-iconbox .icon-box-02 .number {
    position: absolute;
    font-size: 15px;
    width: 35px;
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    line-height: 30px;
    background-color: #349b3a;
    color: #ffffff;
    display: none;
    }
  .swin-sc-iconbox .icon-box-02 .icons {
    color: #000;
   
    }
  .swin-sc-iconbox .icon-box-02:hover .icons {
    color: #ffffff;
     text-shadow: 1px 1px 0 #e31f25; }
  .swin-sc-iconbox .icon-box-02:hover .number {
    border: 2px solid #f3f3f3;
    background-color: #f15f2a;
    color: #ffffff; }
  .swin-sc-iconbox .icon-box-02:hover .wrapper-icon {
    /* background-image: url("../../images/service/service-image-01.png"); */
    background-position: left;
    background-color: #000000;
    }
  .swin-sc-iconbox.light .item .wrapper-icon {
    background-color: transparent; }
  .swin-sc-iconbox.light .icon-box-02 .title {
    color: #fff; }
  .swin-sc-iconbox.light .description {
    color: #a2aab8; }

.footer-pay-bg p{
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding-bottom: 10px;
}
.footer-3-btm{
	padding: 50px 0;
}
.footer-3-bg-black {
   
    height: auto;
    width: auto;
}
.footer-bg{
		background-color:#191919;
		color:#FFF;
}
.footer-pay-bg{
		background-color:#121212;
		color:#FFF;
		padding: 10px 0 0;
}
.footer-pay-bg .container p b{
		font-weight:500;
		color:#ff5722;
}
.footer-white p b{
		font-weight:500;
		color:#FF5722;
}
.foot-logo a .flaticon-dinner{
		font-size:54px;
}
.ft_logo{
	width: 180px;
}

/*Menu css*/
.shop{
		position:relative;
		box-shadow: 0 5px 5px -6px #33333333;
		border: 1px solid #cccccc55;
		margin: 15px 0;
}
.shop h2{
		float:none;
		font-size: 22px;
		font-weight:bold;
		background: #fff;
		margin: 0;
		padding: 12px 0;
		color: #000;
}
.shop p{
		float:none;
		font-size:14px;
}
.shop span{
		float:none;
		display:inline-block;
		margin-top:0;
		color:#ff5722;
		opacity:1;
		transition:all 0.3s;
		padding: 8px 0;
}
.shop .divider{
		margin: 3px 0;
}
.shop-a{
		display:block;
		text-decoration:none;
		opacity:0;
		color:#ff5722;
		border-bottom:2px solid #ff5722;
		font-weight:600;
		text-transform:uppercase;
		font-size:14px; 
}
.shop-hover{
		position:relative;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
}
.shop-hover .menu-all-btn{
	margin: 0 !important;
	padding: 6px 20px;
	font-size: 17px;
}
.v_pdf{
	   
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 5px #0404042e;
    background: #fff;
    color: #171717;
    line-height: 48px;
    border-radius: 100%;
    font-size: 22px;
}
.v_pdf:hover{
 color: #ff5722;	
}
.divider {
    background-color: #f1f1f1;
    height: 1px;
    }
@font-face {
  font-family: 'icomoon';
  src:  url/('..fonts/icomoon78f5.eot?wxhsxi');
  src:  url('../fonts/icomoon78f5.eot?wxhsxi#iefix') format('embedded-opentype'),
    url('../fonts/icomoon78f5.ttf?wxhsxi') format('truetype'),
    url('../fonts/icomoon78f5.woff?wxhsxi') format('woff'),
    url('../fonts/icomoon78f5.svg?wxhsxi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="swin-icon-"], [class*=" swin-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swin-icon-waiter:before {
  content: "\e900";
}
.swin-icon-wine:before {
  content: "\e901";
}
.swin-icon-browser:before {
  content: "\e902";
}
.swin-icon-carrot:before {
  content: "\e903";
}
.swin-icon-delivery:before {
  content: "\e904";
}
.swin-icon-dinner:before {
  content: "\e905";
}
.swin-icon-dinner-2:before {
  content: "\e906";
}
.swin-icon-dish:before {
  content: "\e907";
}
.swin-icon-fish:before {
  content: "\e908";
}
.swin-icon-ice-cream:before {
  content: "\e909";
}
.swin-icon-meat:before {
  content: "\e90a";
}
.swin-icon-medal:before {
  content: "\e90b";
}
.swin-icon-menu-1:before {
  content: "\e90c";
}
.swin-icon-noodles:before {
  content: "\e90d";
}
.swin-icon-open:before {
  content: "\e90e";
}
.swin-icon-pasta:before {
  content: "\e90f";
}


.owl-dots{
	display: none !important;
}
.header-right .main-navigation{
  position: relative;
    left: -50px;
}
.header-right{
	    display: flex;
    align-items: center;
    margin-top: 0 !important;
}
.exp_menu{
	 background-color: #06060678;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-left: 15px;
   /* background-image: url(../images/sprite-image.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 50px 50px !important; */
}
.exp_menu .order_online{
	padding-left: 23px;
}
.sld_btn{
	display: flex;
	justify-content: center;
	align-items: center;
}

@media(max-width:767px){
	.sld_btn{
		display: block;
	}
	.exp_menu {
		margin: 10px auto;
	}
}