/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.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 fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('/www/marketing/css/fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
         url('/www/marketing/css/fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/www/marketing/css/fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/www/marketing/css/fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/www/marketing/css/fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/www/marketing/css/fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700 - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('/www/marketing/css/fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
         url('/www/marketing/css/fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/www/marketing/css/fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/www/marketing/css/fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
         url('/www/marketing/css/fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/www/marketing/css/fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }

/*Use this grid system for make responsive design easily*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	*behavior: url(/www/marketing/css/boxsizing.htc);*/
}
a {
	text-decoration: none;
	color: #000;
}
img{
    max-width: 100%;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, .h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
body{
	overflow-y: scroll;
    overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b{
    font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
button, a.yellow-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #dedede;
    background: #fff;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: .5s ease all;-moz-transition: .5s ease all;-o-transition: .5s ease all;transition: .5s ease all;
}

a.yellow-button {
    padding: 10px 25px;
}

textarea{
    height: 150px;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 22px;
    border: 1px solid transparent;
    font-weight: normal;
}

video {
    max-width: 100%;
}

.gray-clr{
    color: #4C4D5E !important;
}
.align-left{
    text-align: left !important;
}
.align-right{
    text-align: right !important;
}
.align-center{
    text-align: center !important;
}
.float-right{
    float: right !important;
}
.padding-top-20{
    padding-top: 20px !important;
}
.padding-top-40{
    padding-top: 40px !important;
}
.padding-top-60{
    padding-top: 60px !important;
}
.padding-top-80{
    padding-top: 80px !important;
}
.padding-top-200{
    padding-top: 200px !important;
}
.position-relative{
    position: relative;
}

.color-blk{
    color: #000 !important;
}
.padding-none{
    padding: 0px !important;
}
ul.getin-touch-form {
    display: block;
    list-style: none;
    margin: 0px -10px;
}
ul.getin-touch-form li {
    width: 50%;
    float: left;
    padding: 0px 10px;
    margin-bottom: 20px;
}
ul.getin-touch-form li:nth-child(3), ul.getin-touch-form li:nth-child(4){
    width: 100%;
}
ul.getin-touch-form li:last-child{
    width: 100%;
}
button, a.yellow-button{
    color: #000;
    background: #FFD766;
    max-width: 150px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    line-height: 40px;
    height: 45px;
    border: 0px;
    box-shadow: 1px 1px 6px #00000030;
    -webkit-transition: .3s ease all;-moz-transition: .3s ease all;-o-transition: .3s ease all;transition: .3s ease all;
    border: 1px solid #ffbf00;
}
button:hover {
    background: rgb(255, 221, 126);
    color: #000;
    box-shadow: 0px 5px 6px #00000030;
    transform: translateY(-5px);
}

button:active {
    background-color: rgb(253, 201, 56);
}

h2 {
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    color: #4C4D5E;
    margin-bottom: 100px;
}
/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
.container {
	max-width: 1000px;
    margin: 0 auto;
    padding: 0px 10px;
}

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after, .row:after, .col:after, .clr:after, .group:after {
	content: "";
	display: table;
	clear: both;
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
.row {
	padding-bottom: 0em;
	margin: 0 -10px;
}

/* DEFAULT COLUMN STYLES */
.col {
	display: block;
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-bottom:20px;
}
.mb-none{
    margin-bottom: 0px !important;
}
header {
    padding: 17px 0 23px 0;
    background: #3D3E49;
    margin-bottom: 0px;
}
.menu li ul{
    display: none;
}

nav#mainMenu ul li {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}
nav#mainMenu ul li a{
    display: block;
    padding: 5px 10px;
    color: #fff;
}

nav#mainMenu ul li a:hover,
nav#mainMenu ul li a.active{
    color: #FFD766;
    transition: .3s ease all;-moz-transition: .5s ease all;-o-transition: .5s ease all;transition: .5s ease all;
}
nav#mainMenu ul li a.button {
    max-width: 150px;
    width: 100%;
    color:#000;
    background: #FFD766;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    padding: 8px 25px;
    transition: .3s ease all;
}
nav#mainMenu ul li a.button:hover,
nav#mainMenu ul li a.button:active {
    background-color:#cea739;
    color:#000;
}
header .col{
    margin-bottom: 0;
}
nav#mainMenu ul {
    text-align: left;
    margin-top:5px;
}

a.logo {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
nav#mainMenu {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 170px);
}
.slider-block{
    position: relative;
    padding-top: 67px;
}
a.rest-link {
    display: block;
    text-align: left;
    padding-left:10px;
    background-color: #edf4f9;
}
a.res-link:hover{
    color: #FFD766;
}
.content-box {
    text-align: center;
    max-width: 673px;
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 275px;
}
.content-box span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    line-height: 18px;
    padding-bottom: 12px;
    display: inline-block;
}
h1, .h1, .content-box h1, .content-box .h1 {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    line-height: 49px;
    font-size: 44px;
    text-align: center;
    color: #FFFFFF;
}
.content-box a.button, a.button.bold {
    max-width: 150px;
    width: 100%;
    background: #FFD766;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: normal;
    height: 37px;
    padding: 8px 0px 9px;
    margin-top: 56px;
    box-shadow: 1px 1px 6px #00000030;
    -webkit-transition: .3s ease all;-moz-transition: .3s ease all;-o-transition: .3s ease all;transition: .3s ease all;
}
.content-box a.button:hover,
a.button.bold:hover,
.content-box a.button:hover {
    background-color:#ffd35c;
    color:#000;
    box-shadow: 0px 5px 6px #00000030;
    transform: translateY(-5px);
}

.content-box a.button:active,
a.button.bold:active,
.content-box a.button:active {
    background-color:#e9b320;
    color:#000;
}

ul.socialIcons li {
    display: inline-block;
    max-width: 24px;
    margin-right: 10px;
}


section.all-in-one {
    background: #EDF4F9;
    padding: 130px 0px 100px;
}
.premium-addons{
    background: #EDF4F9;
    padding: 100px 0px 0px;
}
.features-heading {
    display: block;
    position: relative;
    width: 63%;
    float: right;
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
    color: #4C4D5E;
}
.features-heading p{
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    color: #686873;
    padding-top: 15px;
}
.empty-space-70{
    height: 70px;
    display: block;
    clear: both;
}
.ordering-icon{
    position: relative;
}
.ada-icon:after,
.screen-reader-icon:after,
.widget-icon:after,
.ordering-icon:after,
.group-ordering-icon::after,
.support-team-icon::after,
.search-engine-optimization-icon::after,
.restaurant-management-dashboard-icon::after,
.customer-marketing-icon::after,
.pizza-builder-icon::after,
.loyalty-engine-icon::after,
.social-engagement-system-icon::after {
    content: '';
    display: block;
    height: 65px;
    position: absolute;
    top: 0px;
    left: -92px;
    width: 65px;
}
.ada-icon:after {
    background: url(/www/marketing/images/ada.svg) no-repeat;
}
.screen-reader-icon:after {
    background: url(/www/marketing/images/screen-reader.svg) no-repeat;
}
.widget-icon:after {
    background: url(/www/marketing/images/widget.svg) no-repeat;
}

.ordering-icon:after {
    background: url(/www/marketing/images/mobile-ordering.svg) no-repeat;
}
.group-ordering-icon:after {
    background: url(/www/marketing/images/group-ordering.svg) no-repeat;
}
.support-team-icon::after {
    background: url(/www/marketing/images/support-team.svg) no-repeat;
}
.search-engine-optimization-icon::after{
    background: url(/www/marketing/images/search-engine-optimization.svg) no-repeat;
}
.restaurant-management-dashboard-icon::after{
    background: url(/www/marketing/images/restaurant-management-dashboard.svg) no-repeat;
}
.customer-marketing-icon::after{
    background: url(/www/marketing/images/customer-marketing.svg) no-repeat;
}
.pizza-builder-icon::after{
    background: url(/www/marketing/images/pizza-builder.svg) no-repeat;
}
.loyalty-engine-icon::after{
    background: url(/www/marketing/images/customer-loyalty-engine.svg) no-repeat;
}
.social-engagement-system-icon::after{
    background: url(/www/marketing/images/social-engagement-system.svg) no-repeat;
}

.processing-rates {
    text-align:center;
    padding-top:70px;
}

section.your-restaurant {
    position: relative;
}
section.your-restaurant::after{
    content: '';
    display: block;
    clear: both;
}
.intro {
    width: 100%;
    height: auto;
    /* max-height: 680px; 
    position: absolute;
    top: -2px;
    overflow: hidden;*/
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    background-color: #EDF4F9;
    padding: 6em 0;
}
.intro .container {
    -webkit-transform: skewY(6deg);
    transform: skewY(6deg);
}
section.home {
    
}
section.home .content-box {
    padding-bottom:4em;
}
.imgblock {
    text-align: center;
    position: relative;
    top:100px;
    max-width:800px;
    margin:0 auto;
    z-index:3;
    padding:0 1em;
}
.content-img-blk {
    text-align: center;
    max-width: 820px;
    margin: 0px auto;
    position: relative;
}
.imgblock img.img-right {
    position: absolute;
    bottom: -16px;
    right: -18px;
    width:25%;
}
.imgblock img.img-left {
    /* margin-left: -100px; */
    width:100%;
}

.ordering-system-content .block-heading {
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 24px;
    color: #4C4D5E;
    padding-bottom: 27px;
    margin-bottom: 0;
}
.ordering-system-content p {
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    color: #686873;
}
a.learn-more-btn {
    font-weight: bold;
    line-height: 16px;
    font-size: 17px;
    color: #0066DB;
    padding-top: 30px;
    display: block;
    padding-bottom: 20px;
    padding-right: 15px;
    background-color: #fffeff;
}

.yellow-link {
    color: #fad766;
}


/* BLOG */

.bloglist article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.bloglist li:nth-child(even){
    background-color: #EDF4F9;
}

.bloglist h2, .bloglist h3 {
    font-size: 31px;
    text-align: left;
    margin-bottom: 22px;
    margin-top: 14px;
    line-height: 1.2em;
}

.bloglist.patchList h2 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 1.2em;
    display:inline-block;
}

.patchList a
{
    position:relative;
    top:-10px;
    right:0;
}

.bloglist p {
    margin-bottom: 24px;
    line-height: 1.4em;
}

.bloglist .date {
    color: #6f6f6f;
}

.bloglist .img {
    float: right;
    width: 300px;
    height: 175px;
    margin-left: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 600px){
    
    .bloglist .img {
        float: none;
        width: 100%;
        height: 0;
        margin: 0 0 20px 0;
        padding-bottom: 50%;
    }
}


.blogcrumbs {
    border-bottom: 1px solid #c3c3c3;
    padding: 18px;
    text-transform: uppercase;
}

.blogmeta {
    position: relative;
    padding-left: 45px;
    padding-bottom: 30px;
}

.avatar {
    position: absolute;
    left: 0;
    top: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
    display: inline-block;
}

.blogcontent {
    padding-bottom: 50px;
}

.blogcontent strong{
    font-weight: bold;
}

.blogcontent p, .blogcontent ul, .blogcontent ol{
    margin-bottom: 25px;
    line-height: 1.5em;
    color: #29354c;
}

.blogcontent ul, .blogcontent ol {
    list-style-type: disc;
    margin-left: 38px;
}

.blogcontent img {
    display: block;
    margin-bottom: 35px;
}

.blogmeta {
    padding-top: 20px;
}

.blogmeta .date {
    text-transform: uppercase;
    float:right;
}

.nib {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #ffcf35;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

/* END BLOG */

/*section.online-ordering-system .row {
    display: table;
    width: 100%;
}
section.online-ordering-system .row .col {
    display: table-cell;
    float: none;
    vertical-align: middle;
}*/
section.online-ordering-system {
    padding: 6em 0px;
}
section.online-ordering-system .row {
    margin-bottom: 30px;
}


footer{
    background: #fff;
    padding: 70px 0px 0px;
}
footer .container{
    padding: 10px 20px;
}
.copyright {
    color: #000;
    font-size: 14px;
}
.copyright p{
    text-align: left;
    padding-top: 5px;
    color: #686873;
    font-size: 14px;
    line-height: 22px;
}
.copyright p span{
    display: block;
    color: #000;
}
.copyright p img {
    vertical-align: middle;
    float: left;
    padding-right: 10px;
}
.copyright p a{
    text-decoration: underline;
    color: #fff;
}
.need-help {
    background: #424352;
    padding: 40px 30px 50px;
    margin-bottom: 0px;
    text-align: center;
}
footer .heading {
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    color: #FFFFFF;
}
footer .heading span{
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: #c8c9d6;
    letter-spacing: normal;
    margin-top: 8px;
}
.need-help ul {
    display: inline-block;
    margin: 0px auto;
    padding-top: 45px;
}
.need-help ul li {
    display: inline-block;
    padding: 0px 30px;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    text-align: center;
}
.need-help ul li a{
    color: #fff;
}
.need-help ul li a:hover{
    color: #FFD766;
}

a.yellow{
    color: #FFD766;
}


a.yellow:hover{
    background-color: #f7d758;
    color: black;
    /* text-decoration: underline; */
    padding: 1px 7px 4px 7px;
    border-radius: 24px;
    font-weight: normal;
}

ul.footer-list {
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 30px;
}
ul.footer-list li {
    display: inline-block;
    padding-right: 36px;
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    color: #51A1FF;
}
ul.footer-list li a{
    color: #0066DB;
}
ul.footer-list li a:hover{
    color: #4C4D5E;
}

.subway-body-cont span {
    line-height: 31px;
    font-size: 20px;
    text-align: center;
    color: #686873;
    display: block;
    padding-top: 26px;
}

.subway-body-cont {
    max-width: 700px;
    margin: 80px auto 0;
}


#toggleMobileMenu{
  width: 28px;
  height: 28px;
  position: relative;
  margin:0px 0px 0 0px;
  /*margin: 6px auto 0;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float:left;
  display: none;
}

#toggleMobileMenu span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#toggleMobileMenu span:nth-child(1) {
  top: 0px;
}

#toggleMobileMenu span:nth-child(2),#toggleMobileMenu span:nth-child(3) {
  top: 8px;
  width: 80%;
  left: 20%;
}

#toggleMobileMenu span:nth-child(4) {
  top: 16px;
}

#toggleMobileMenu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#toggleMobileMenu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#toggleMobileMenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#toggleMobileMenu.open span:nth-child(4) { 
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile{
    display: none;
}
.mobileMenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background: #363640;
    padding: 20px 0 20px;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.mobileCircle {
    background: #363640;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    transition: all .5s;
}

.mobileCircle.open {
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 0;
    left: 0;
    margin-left: 0;
    border-radius: 0;
    background: #363640;
}

.mobileMenu.open{
    top: 43px;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
.mobile ul {
    padding: 0;
}

.mobileMenu ul li {
    border-bottom: 1px solid #3d3e49;
}

.mobileMenu ul li a {
    padding: 18px 20px;
    display: block;
    color: #fff;
    font-size: 17px;
}
.mobileMenu ul li a.sign-up {
    color:#ffd766;
}
.mobileMenu ul li a.active{
    color: #00ff7c;
}
.wrapper{

}
.plusMinus {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
}
.plusMinus:before {
    float: right;
    margin-right: 15px;
    margin-top: 13px;
}
.mobileMenu ul li{
    position: relative;
}
header.fixed, header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #3D3E49;
    z-index: 9999;
    transform: translateY(0);
}

section.all-in-one .col.span_4:nth-child(3),
section.all-in-one .col.span_4:nth-child(6),
section.all-in-one .col.span_4:nth-child(9),
section.online-ordering-system .col.span_4:nth-child(3),
section.online-ordering-system .col.span_4:nth-child(6),
section.online-ordering-system .col.span_4:nth-child(9) {
    padding-bottom: 70px;
}
@media only screen and(min-width: 1025px){
    header.fixed {
        transition: all 0.5s ease-in-out;
    }
}
.wrapper.fixed {
    padding-top: 78px;
}
a.logo img {
    max-width: 160px;
    display: block;
}

/* Back to Top Start */
#back-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
    z-index: 9;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 0px;
    background: #3D3E49;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    font-size: 35px;
    line-height: 38px;
    color: #fff;
}
#back-top span i{
    display: block;
    text-align: center;
}
#back-top a:hover span {
	background-color: #FFD766;
    color: #3D3E49;
}
/* Back to Top End */
.mobile-show{
    display: none;
}
ul.social-icon {
    display: block;
    text-align: center;
}
ul.social-icon li {
    list-style: none;
    display: inline;
    padding: 0px 5px;
}
ul.social-icon li a {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    color: #fff;
    -webkit-transition: .5s ease all;-moz-transition: .5s ease all;-o-transition: .5s ease all;transition: .5s ease all;
}
ul.social-icon li a.facebook:hover{
    border: 1px solid #3B5998;
    color: #fff;
    background: #3B5998;
    -webkit-transition: .5s ease all;-moz-transition: .5s ease all;-o-transition: .5s ease all;transition: .5s ease all;
}
ul.social-icon li a.twitter:hover{
    border: 1px solid #1dcaff;
    color: #fff;
    background: #1dcaff;
    -webkit-transition: .5s ease all;-moz-transition: .5s ease all;-o-transition: .5s ease all;transition: .5s ease all;
}
ul.social-icon li a.youtube:hover{
    border: 1px solid #ff0000;
    color: #fff;
    background: #ff0000;
    -webkit-transition: .5s ease all;-moz-transition: .5s ease all;-o-transition: .5s ease all;transition: .5s ease all;
}
ul.social-icon li a.linkedin:hover{
    border: 1px solid #0d77b7;
    color: #fff;
    background: #0d77b7;
    -webkit-transition: .5s ease all;-moz-transition: .5s ease all;-o-transition: .5s ease all;transition: .5s ease all;
}

.price-bucket {
    position: absolute;
    margin: 0px auto;
    top: -44vh;
    width: 800px;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.price-bucket ul {
    display: block;
    max-width: 80%;
    margin: 0px auto;
}
.price-bucket ul li {
    padding: 0px 10px;
    width: 50%;
    float: left;
}
.content-block{
    min-height: 300px;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    text-align: center;
}

span.monthly-per-order {
    font-weight: bold;
    line-height: 39px;
    font-size: 25px;
    text-align: center;
    display: block;
    padding-bottom: 30px;
    color: #4C4D5E;
}
span.price-block {
    font-weight: normal;
    line-height: 107px;
    font-size: 70px;
    text-align: center;
    display: block;
    color: #4C4D5E;
}
span.price-block span {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}
span.perorder {
    font-weight: normal;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #4C4D5E;
    display: block;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    padding-top: 12px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
a.sign-up-now {
    background: #FFD766;
    display: inline-block;
    margin: 0px auto;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    transition: .3s ease all;
}
a.sign-up-now:hover,
a.sign-up-now:active {
    background-color:#cea739;
    color:#000;
}
.online-ordering-system .block-heading {
    display: block;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 60px;
}
.online-ordering-system .ordering-system-content p {
    line-height: 25px;
    font-size: 16px;
    text-align: left;
    color: #686873;
}
section.premium-addons h2 span {
    display: block;
    letter-spacing: normal;
    padding-top: 15px;
    font-weight: normal;
    max-width: 500px;
    margin: 0px auto;
    line-height: 24px;
    font-size: 17px;
    text-align: center;
    color: #616171;
}
.premium-addons .features-heading{
    width: 100%;
}
.premium-addons .col.span_6:nth-child(2n+1) {
    clear: both;
    margin-bottom: 60px;
}
.price-block-list {
    padding: 30px 0px 0px;
    font-size: 52px;
    font-weight: normal;
    line-height: 36px;
}
.price-block-list span {
    font-size: 20px;
    font-weight: 600;
}
.price-block-list .setup-price {
    line-height: 22px;
    font-size: 17px;
    letter-spacing: 0.04em;
    color: #484848;
}
.premium-addons img {
    max-width: 100%;
}

.inner-pages {
    background: #4C4D59;
    min-height: 300px;
}
section.information-text {
    padding: 60px 0px 0px;
}
.inner-pages .content-box{
    top: 50%;
}
section.information-text p {
    font-weight: normal;
    line-height: 25px;
    font-size: 14px;
    padding-bottom: 40px;
    color: #686873;
}
section.information-text h3 {
    line-height: 31px;
    font-size: 18px;
    color: #4C4D5E;
    padding-bottom: 10px;
}
section.information-text ul {
    list-style: unset;
    list-style-position: outside;
    padding-left: 40px;
}
section.information-text ul li{
    line-height: 25px;
    font-size: 14px;
    padding-bottom: 10px;
    color: #686873;
}

/* Contact Us */
:root {
    --input-padding-x: 0.75rem;
    --input-padding-y: 0.75rem;
}
.form-signin {
    width: 100%;
    max-width: 550px;
    padding: 15px;
    margin: 0 auto;
}
.form-label-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-label-group > textarea,
.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}
.form-label-group > label {
    position: absolute;
    top: 2px;
    left:2px;
    display: block;
    width: 90%;
    margin-bottom: 0;
    line-height: 1.3em;
    color: #676767;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out;
    pointer-events: none;
    left: 11px;
    background-color: white;
    box-sizing: border-box;
    height: 46px;
}
.form-control-lg {
    border-color: #ced4da !important;
}
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-moz-placeholder {
    color: transparent;
}
.form-label-group input::placeholder {
    color: transparent;
}
.form-label-group input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
    background-color:transparent;
}
option > selected {
    font-size: 12px !important;
}
option {
    font-size: 10px !important;
}
.display .form-group {
    border-bottom: 1px solid #efefef !important;
}
.form-horizontal input[type="text"], .form-horizontal input[type="email"], .form-horizontal input[type="tel"], .form-horizontal select{
    line-height: 40px;
    height: 50px;
    border: transparent;
    width: 100%;
    font-weight: normal;
}
.form-horizontal select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 15px;
    padding: 0.40rem 0.75rem 0.75rem 0.75rem;
    color: #4a4a4a;
    background: url(/www/marketing/images/select-box-arrow.svg) no-repeat 97% 50% #fff;
    background-size: 20px;
    border-radius: 0px;
    outline: none;
    line-height: 32px;
}
.content-box p {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 20px 0px 40px 0px;
}
.content-box p span{
    color: #FFD766;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.content-box p span a{
    color: #FFD766;
    display: inline-block;
}
.content-box.contact-form {
    max-width: 550px;
    top: 40%;
}


@media only screen and (min-width : 768px) {
	.span_1 {
		width: 8.33333333333%;
	}
	.span_2 {
		width: 16.6666666667%;
	}
	.span_3 {
		width: 25%;
	}
	.span_4 {
		width: 33.3333333333%;
	}
	.span_5 {
		width: 41.6666666667%;
	}
	.span_6 {
		width: 50%;
	}
	.span_7 {
		width: 58.3333333333%;
	}
	.span_8 {
		width: 66.6666666667%;
	}
	.span_9 {
		width: 75%;
	}
	.span_10 {
		width: 83.3333333333%;
	}
	.span_11 {
		width: 91.6666666667%;
	}
	.span_12 {
		width: 100%;
	}

}





/*first media query 1px less than container width*/
/*it is for greater than 1023px*/
@media only screen and (max-width:1159px){
	.container {
		max-width: 100%;
		margin: 0 auto;
		padding:0 20px;
	}
    header, header.fixed {
        position: fixed;
        width: 100%;
        z-index: 9999;
        top: auto;
        left: auto;
    }
    header.fixed{
        transform: translate(0px, -78px);
    }
}

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

/*it is for greater than 768px and less than 1023px*/
@media only screen and (max-width:1023px){
    body{
        padding-top: 0px;
    }
    .slider-block {
        padding-top: 0px;
    }

    .processing-rates {
        padding-top:25px;
    }
    
    header .container .row {
        display: inline-block;
        float: none;
        margin: 0 auto;
        float: none;
    }
    header .container {
        text-align: center;
        position: relative;
    }
	div#toggleMobileMenu{
        display: block;
        float: right;
    }
    .mobile{
        display: block;
        position: fixed;
        top: 12px;
        right: 15px;
        width: calc(100% - 30px);
    }
    a.logo{
        vertical-align: top;
    }
    .desktop{
        display: none;
    }
    header .col {
        width: 100%;
        text-align: center;
        float: none;
    }
    header h1{
        text-align: center;
        padding-bottom: 0px;
    }
    a.logo img {
        max-width: 190px;
        display: block;
    }
    header {
        padding: 12px 0;
    }
    .mobileMenu ul li.pull-right {
        float: none !important;
    }

    .content-box a.button{
        margin-top: 26px;
    }
    section.online-ordering-system .container {
        width: 80%;
    }
    section.online-ordering-system.price-list-page .container {
        width: 90%;
    }
    footer {
        padding: 0px 0px 0px;
    }
    footer .container {
        padding: 0px 0px;
    }
    ul.footer-list {
        margin-top: 70px;
        margin-bottom: 70px;
        text-align: center;
        display: block;
    }
    .copyright-block .col.span_6 {
        width: 100%;
        text-align: center;
    }
    .copyright p{
        text-align: center !important;
    }
    span.copyright-group {
        display: inline-block;
        max-width: 240px;
        margin: 0px auto;
    }
    footer p.align-right {
        padding-bottom: 30px;
    }
    .ada-icon:after, .screen-reader-icon:after, .widget-icon:after, .ordering-icon:after, .group-ordering-icon::after, .support-team-icon::after, .search-engine-optimization-icon::after, .restaurant-management-dashboard-icon::after, .pizza-builder-icon::after, .loyalty-engine-icon::after,.social-engagement-system-icon::after{
        left: -72px;
    }
    /*.copyright p img {
        vertical-align: middle;
        float: none;
        padding-right: 10px;
        display: inline-block;
    }
    .copyright p span {
        display: inline-block;
        color: #000;
    }*/
}

@media only screen and (max-width:900px){
    .mobile-show{
        display: block;
    }
    .content-img-blk {
        max-width: 820px;
        width: 70%;
    }
    .content-box {
        padding-top: 120px;
        padding-bottom: 6em;
    }
    .imgblock img.img-left {
        /* margin-left: -10%; */
        max-width: 100%;
        width: 100%;
    }
    .imgblock img.img-right {
        right:0;
    }
    
    .subway-body-cont {
        max-width: 610px;
        margin: 60px auto 30px;
    }
    
}
@media only screen and (max-width:770px){
    .h1, {
        font-size: 16px;
    }
    .h1 span {
        font-size: 15px;
        padding-bottom: 20px;
    }
    textarea {
        height: 120px;
    }
    /*section.online-ordering-system .row .col {
        display: block;
        float: left;
        width: 100%;
    }*/
    section.online-ordering-system .row .col img {
        margin: 0px auto;
    }
    .restaurant-bg{
        background-attachment: inherit;
    }
    .homeimg{
        background-size: cover !important; 
        min-height: 500px;
    }
    .content-box{
        top: 45%;
		width: 80%;
    }
    .content-img-blk {
        max-width: 820px;
        width: 70%;
    }
    .intro{
        margin-top: -20px;
        padding: 4em 0;
    }
    .price-bucket {
        position: absolute;
        margin: 0px auto;
        top: -120px;
        width: 100%;
        left: 0%;
    }
    .price-bucket {
        position: absolute;
        margin: 0px auto;
        top: -230px;
        width: 100%;
        left: 50%;
		-moz-transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
    }
    section#price .content-box {
        top: 32%;
    }
    .price-list-page h2 {
        padding-top: 70px;
    }
}
/*it is for greater than 568px and less than 767px*/
@media only screen and (max-width:767px){
	.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,.span_7,.span_8,.span_9,.span_10,.span_11,.span_12 {
		width: 100%;
    }
    
    section.all-in-one .col.span_4,
    section.online-ordering-system .col.span_4 {
        width: 100%;
        margin-bottom: 50px;
    }
    section.all-in-one .col.span_4:nth-child(2n+1),
    section.all-in-one .col.span_4:nth-child(4n+1),
    section.all-in-one .col.span_4:nth-child(6n+1),
    section.online-ordering-system .col.span_4:nth-child(2n+1){
        clear: both;
    }
    section.all-in-one .col.span_4:nth-child(3),
    section.all-in-one .col.span_4:nth-child(6),
    section.all-in-one .col.span_4:nth-child(9),
    section.online-ordering-system .col.span_4:nth-child(3),
    section.online-ordering-system .col.span_4:nth-child(6),
    section.online-ordering-system .col.span_4:nth-child(9) {
        padding-bottom: 0px;
    }
    .empty-space-70{
        display: none;
    }
    .ada-icon:after, .screen-reader-icon:after, .widget-icon:after, .ordering-icon:after, .group-ordering-icon::after, .support-team-icon::after, .search-engine-optimization-icon::after, .restaurant-management-dashboard-icon::after, .pizza-builder-icon::after, .loyalty-engine-icon::after,.social-engagement-system-icon::after {
        left: -110px;
    }
    .premium-addons .features-heading {
        text-align:center;
    }
    .premium-addons .price-block-list {
        text-align:center;
    }
    .premium-addons .setup-price {
        text-align:center;
    }
    .premium-addons p {
        text-align:center;
    }
    
}

/*it is for greater than 320px and less than 567px*/
@media only screen and (max-width:567px){
	
}
@media only screen and (max-width:776px){
    .homeSlider {
        width: 90%;
        right: 5%;
    }
    .homeimg {
        position: relative;
        min-height: 340px;
    }

    section.all-in-one {
        padding: 70px 0px 30px;
    }
    
    h1, .h1, .content-box h1 {
        line-height: 39px;
        font-size: 34px;
    }
    h2 {
        line-height: 18px;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 60px;
    }
    .features-heading {
        line-height: 15px;
        font-size: 14px;
    }

    .ada-icon:after, .screen-reader-icon:after, .widget-icon:after, .ordering-icon:after, .group-ordering-icon::after, .support-team-icon::after, .search-engine-optimization-icon::after, .restaurant-management-dashboard-icon::after, .pizza-builder-icon::after, .loyalty-engine-icon::after,.social-engagement-system-icon::after,.customer-marketing-icon::after {
        left: -50px;
        background-size: contain;
        width: 35px;
    }
    .features-heading{
        width: 70%;
    }
    .need-help ul li {
        padding: 0px 14px;
        font-size: 16px;
    }
    ul.footer-list {
        width: 98%;
        margin: 70px auto;
    }
    ul.footer-list li {
        padding: 0px 15px;
        line-height: 15px;
        font-size: 13px;
    }
    footer .heading{
        font-size: 14px;
    }
    footer .heading span{
        font-size: 12px;
    }
    .copyright p {
        font-size: 12px;
        line-height: 18px;
    }
    section#price .content-box{
        top: 38%;
        width: 70%;
    }
    .content-box a.button {
        max-width: 130px;
        width: 100%;
        background: #FFD766;
        font-weight: bold;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        line-height: normal;
        height: 30px;
        padding: 4px 0px 0px;
        margin-top: 14px !important;
    }
    .content-img-blk {
        max-width: 820px;
        width: 70%;
    }
    .imgblock img.img-right {
        /* position: absolute;
        bottom: -8px;
        right: -18px; */
    }
    .content-img-blk {
        max-width: 820px;
        width: 90%;
    }
    .subway-body-cont span {
        line-height: 25px;
        font-size: 16px;
    }
    .restaurant-bg {
        min-height: 250px;
    }
    .ordering-system-content .block-heading {
        line-height: 24px;
        font-size: 20px;
    }
    .ordering-system-content p {
        line-height: 22px;
        font-size: 14px;
    }
    section.online-ordering-system .container {
        padding: 0px;
    }
    .need-help{
        padding: 40px 10px 50px;
    }
    .row.copyright-block br {
        display: none;
    }
    .row.copyright-block {
        padding: 0px 20px;
    }
    .features-heading p {
        line-height: 20px;
        font-size: 14px;
    }
    .online-ordering-system .padding-top-40, .online-ordering-system .padding-top-60, .online-ordering-system .padding-top-80{
        padding-top: 0px;
    }
    /*.price-bucket {
        position: absolute;
        margin: 0px auto;
        top: -120px;
        width: 100%;
        left: 0%;
    }*/
	.content-block {
		min-height: 250px;
	}
	.price-bucket ul {
		max-width: 95%;
	}
    .price-bucket ul li {
        padding: 0px 10px;
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
    .price-list-page h2 {
        clear: left;
        padding: 0px 20px 0px;
		margin-bottom: 30px;
    }
    /* span.price-block {
        line-height: 40px;
    	font-size: 32px;
    } */
    /* span.monthly-per-order {
        line-height: 20px;
        font-size: 16px;
    } */
    span.perorder{
        /* line-height: 20px;
		font-size: 17px;
		margin-top: 12px; */
    }
    .online-ordering-system .ordering-system-content p {
        line-height: 20px;
        font-size: 13px;
    }
    .ordering-system-content .block-heading {
        line-height: 24px;
        font-size: 16px;
		padding-top: 0px;
    }
    .premium-addons {
        padding: 50px 0px 0px;
    }
    .premium-addons img {
        max-width: 100%;
        margin: 0px auto 30px;
        display: block;
    }
    .premium-addons .features-heading br{
        display: none;
    }
    .premium-addons .col.span_6{
        margin-bottom: 50px;
    }
    .premium-addons .col.span_6:nth-child(2n+1) {
        clear: both;
        margin-bottom: 0px;
    }
	.price-bucket {
		top: -175px;
    }
    .homeimg.inner-pages {
        position: relative;
        min-height: 250px;
    }
    section#price .homeimg.inner-pages .content-box {
        top: 55%;
        width: 70%;
    }
    section.information-text {
        padding: 20px 0px 0px;
    }
    .homeimg.contact-bg {
        position: relative;
        min-height: 900px;
    }
    .homeimg.request-a-demo,
    .homeimg.sign-in{
        min-height: 800px;
    }
	.content-box.contact-form {
		top: 50%;
	}
	
}
@media only screen and (max-width:520px){
    section.all-in-one .col.span_4 {
        width: 100%;
        margin-bottom: 50px;
    }
    .features-heading {
        width: 86%;
    }
}

p.error{
    margin-top: 0;
    margin-bottom: 3px;
    text-align: left;
    background-color: #ffc3c3;
    padding-left: 10px;
    color: #8c4b4b;
    padding-left: 0;
}

.content-box.inner-page{
    padding-bottom:0;
}

.hero-plain {
    padding-top: 136px;
    background-color: #4d4e5f;
    padding-bottom: 57px;
    position: relative;
    overflow: hidden;
}


.hero {
    padding-top:150px;
    background-color:#4d4e5f;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}

.hero-inner{
    width:50%;
}

.hero h1, .hero .h1{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    line-height: 49px;
    font-size: 44px;
    color: #FFFFFF;
    text-align: left;
}

.hero p{
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin: 20px 0px 40px 0px;
    text-align: left;
}

.featured-img{
    position: absolute;
    z-index: 20000;
    right: 0;
    width:325px;
    pointer-events: none;
    top: 25px;
}

.featured-img-ada{
    position: absolute;
    z-index: 20000;
    right: -50px;
    width:525px;
    pointer-events: none;
    top: 25px;
}

.feature-section.alt{
    background: #EDF4F9;
}

.feature-section{
    padding-top: 70px;
    padding-bottom: 70px;
}

.feature-section .container{
    display: flex;
    align-items: center;
}

.feature-section p{
    line-height: 25px;
    font-size: 16px;
    text-align: left;
    color: #686873;
    margin-bottom: 15px;
}
.feature-section h2{
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 24px;
    color: #4C4D5E;
    text-align: left;
    margin-bottom: 16px;
}

.feature-section .image{
    width:40%;
    box-sizing: border-box;
}

.feature-section .text{
    width:50%;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
}

.home-sub {
    color: white;
    margin-top: 20px;
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 30px;
}

@media only screen and (max-width:850px){
    .featured-img-ada{
        right: -150px;
        top:45px;
        width:500px;
    }
}

@media only screen and (max-width:690px){
    .featured-img{
        right: 0;
        top:45px;
        width:300px;
    }

    .featured-img-ada{
        right: -250px;
        top:45px;
        width:500px;
    }
}

@media only screen and (max-width:500px){
    .featured-img{
        right: -120px;
        top:45px;
        width:300px;
    }

    .featured-img-ada{
        display:none;
    }

    .hero-inner.ada{
        width:100%;
    }

    .hero{
        padding-bottom: 50px;
        padding-top:100px;
    }
}

@media only screen and (max-width:360px){
    .featured-img{
        width:250px;
        right: -105px;
    }
}

@media only screen and (max-width:560px){
    .feature-section .container{
        flex-direction: column;
    }

    .feature-section .image, .feature-section .text{
        width:100%;
    }

}

.sub-price-caption{
    margin-top: -32px;
    margin-bottom: 16px;
    display: block;
    font-size: 14px;
    text-align: center;
}

.submit-success{
    background-color: rgba(0, 0, 0, 0.45);
    padding: 25px;
    border-radius: 10px;
    width: 280px;
    margin: 0 auto;

    display: none;
}

.submit-success img{
    width: 170px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 42px;
}

.submit-success .title{
    font-size: 30px;
    margin-bottom: 20px;
}

.submit-success .info{
    margin-bottom: 0;
}


.stats{
    background-color:#ffd24f;
    padding: 25px;
    display: flex;
    justify-content: center;
    text-align: left;
    margin: 0 auto 55px auto;
    box-shadow: 0px 8px #eabd28, 1px 11px 26px #00000033;
}

.stats img {
    max-width: 100%;
}

.stats .graph{
    width: 45%;
    box-sizing: border-box;
}

.stats .text .title{
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 24px;
    margin-bottom: 15px;
}

.stats .text .info{
    line-height: 25px;
    font-size: 16px;
}

.stats .text{
    width: 50%;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media only screen and (max-width: 560px){
    .stats{
        flex-direction: column;
    }
    .stats .text, .stats .graph{
        width: 100%;
    }
}

.signup-inline input[type=text], 
.signup-inline input[type=tel], 
.signup-inline input[type=email], 
.signup-inline textarea, 
.signup-inline select{
    border: 1px solid #adaeb5;
}

.signup-inline input[type=text]:hover, 
.signup-inline input[type=tel]:hover, 
.signup-inline input[type=email]:hover, 
.signup-inline textarea:hover, 
.signup-inline select:hover{
    border: 1px solid #5681ff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
    box-shadow: 0 0px 9px 0px #b6d6ff;
    border: 1px solid #5681ff !important;
}

.signup-inline form {
    position: relative;
}

.signup-inline .submit-sending p{
    margin-top: -50px;
}
.signup-inline .submit-sending {
    display: none;
}
.signup-inline .submit-sending div{
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.8);
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.signup-inline .submit-success p{
    text-align:center;
    color: white !important;
}
.signup-inline .submit-success {
    background-color: rgb(76, 77, 93);
    padding: 25px;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    display: none;
    color: white;
    text-align: center;
}



.signup-inline p.error {
    margin-top: 0;
    margin-bottom: 3px;
    text-align: left;
    background-color: transparent;
    padding-top: 7px;
    color: #f16363;
}

.signup-inline h2{
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 24px;
    color: #4C4D5E;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 60px;
    letter-spacing: 0px;
}

.signup-inline .info{
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #686873;
    margin-bottom: 35px;
    margin-top:0;
}

a.blue:hover{
    color: #51A1FF;
}


.form-columns {
    display: flex;
}

.form-columns .form-left{
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}

.form-columns .form-left h2{
    margin-top:0;
}

.form-columns .form-left p{
    margin-bottom: 25px;
}

.form-columns .form-left h2, .form-columns .form-left p{
    text-align: left;
}

.form-columns .form-right{
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
}

.signup-inline{
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #f1f1f1;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.form-columns li{
    margin-bottom: 16px;
    font-size: 16px;
    color: #000000;
    margin-left: 15px;
    font-weight: normal;
    position: relative;

    background-image: url(/www/marketing/images/check.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 23px;
}

.form-columns i {
    font-size: 12px;
    color: black;
}

.form-control.error, .form-control.error:hover, .form-control.error:focus {
    border-color:#f16363 !important;
}

@media only screen and (max-width:800px) {
    .form-columns {
        flex-direction: column;
    }
    .form-columns .form-left, .form-columns .form-right {
        padding: 0;
        width: 100%;
    }

    .form-columns .form-left{
        padding-bottom: 20px;
    }

    .signup-inline{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
}


.chat-now {
    position: fixed;
    bottom: 15px;
    right: 15px;
    color: white;
    background-color: #ff7328;
    z-index: 200000000000;
    padding: 9px 21px;
    border-radius: 5px;
    box-shadow: 1px 1px 13px 1px #d265657a;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.chat-now:active, .chat-now:hover {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes hvr-pulse-grow {
    to {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  @keyframes hvr-pulse-grow {
    to {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }

  .bullets {
    list-style: disc;
    padding-left: 35px;
    line-height: 28px;
    color: #686873;
  }


.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


@media only screen and (max-width:800px) {
video.hero-video-slide {
    width: 200%;
    margin-left: -50%;
    max-width: unset;
}
}

@media only screen and (max-width: 776px) {
.home-sub {
    line-height: 18px;
    font-size: 14px;
}
}



  .custom-title {
      margin-top: 55px;
    letter-spacing: 5px;
    text-align:center;
  }


  .feature-bullets {
    margin-top: 15px;
  }

  .feature-bullets div{
      text-transform: uppercase;
      text-align: center;
      font-weight: bold;
  }

  .feature-bullets div span.bullet {
    color:#ffd767 !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-bullets div span {
    padding: 0;
    margin-bottom: 15px;
    letter-spacing: 0;
  }

  @media screen and (max-width: 720px) {
    .feature-bullets div span {
        display: block;
        text-align: center;
    }

    .feature-bullets div span.bullet {
        display: none;
     }
  }


.swagger-ui .info {
    background: #4C4D59;
    margin: 0 !important;
    padding: 100px 0px;
}

.swagger-ui .info .title {
    color: #fff !important;
}

.swagger-ui .info .description .renderedMarkdown p {
    text-align: center;
    color: #fff;
    padding: 0;
}

.swagger-ui .info .info__contact {
    text-align: center;
    color: #fff;
}

.swagger-ui .wrapper {
    max-width: 1000px !important;
}

.swagger-ui .information-container {
    max-width: 100% !important;
    padding: 0 !important;
}

img.uber {
    width: 120px;
    position: relative;
    top: 5px;
    left: 15px;
}

img.fivestars {
    width: 130px;
    position: relative;
    top: 12px;
    left: 10px;
}

@media(max-width: 767px) {
    img.uber, img.fivestars {
        width: 100%;
        padding: 0px 60px;
    }
}.home, .pricing{
  position: relative; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #2b2c35;
}




.pricing-content-box{
  text-align: center;
  max-width: 673px;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 275px;
}

.contact{
  display: relative; 
  min-height: 100vh; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #2b2c35;
  overflow:hidden;
}

.contact-form{
  position: static;
  transform: none;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 200px;
}

.angler-svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
}

.angler{
  width: 100%;
  height: auto;
  -webkit-transform: translateY(100%) skewY(-6deg);
  transform: translateY(100%) skewY(-6deg);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  height: 200px;
  background-color: white;
  position: absolute;
  transform: 85px;
}

.inner-angler{
  width: 100%;
  height: auto;
  -webkit-transform: translateY(100%) skewY(-6deg);
  transform: translateY(100%) skewY(-6deg);
  -webkit-transform-origin: 0;
  height: 220px;
  background-color: white;
  position: absolute;
  bottom:0;
}

.angler-crop{
  height: 200px;
  overflow: hidden;
  position: relative;
  top: -200px;
  margin-bottom: -100px;
}
.content-box.content-box-pricing {
  padding-bottom:0;
  padding-top:12em;
}
.price-box {
  display:flex;
  justify-content: center;
  padding-bottom:6em;
  /* position:absolute; */
  position:relative;
  width:100%;
  bottom:-150px;
  z-index:3;
}
.price-box .content-block {
  flex-grow:0;
  margin:0 1em;
  min-width:360px;

}


.restaurant-mask{
  transform: skewY(-6deg); 
  -ms-transform: skewY(-6deg); /* IE 9 */
  -webkit-transform: skewY(-6deg); /* Safari and Chrome */

  /* new styles */
  position: relative;
  overflow: hidden;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;

  min-height: 500px;
  background-color: #4e4e4e;
}

.restaurant-bg {
  transform: skewY(6deg); 
  -ms-transform: skewY(6deg); /* IE 9 */
  -webkit-transform: skewY(6deg); /* Safari and Chrome */

  /* new styles */
  position: absolute;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 100vw;
  height: 200vh;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  top:-50%;
}

.trusted-by{
  transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  -webkit-transform: skewY(6deg);
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 500px;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
}

.trusted-by h3{
  text-transform: uppercase;
  text-align: center;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  color:white;
  font-size: 20px;
  margin-top: 0;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.trusted-by .images{
  text-align: center;
}

.trusted-by .images img{
  width: 15%;
  margin: 15px;
}

.home {
  background-color: #dacdbeff;
  color: #4b4b4b;
  padding-bottom: 91px;
  padding-top: 44px;
}

.home h1, .home .h1, .home .content-box h1, .home .content-box .h1, .home span, .home .home-sub, .home .custom-title {
  color: white !important;
}



@media screen and (min-width: 1920px) {
  .home.loaded{ background-image: url('/www/marketing/images/backgrounds/online-ordering-4k.jpg'); }
  .pricing.loaded{ background-image: url('/www/marketing/images/backgrounds/pricing-4k.jpg'); }
  .contact.loaded{ background-image: url('/www/marketing/images/backgrounds/online-ordering-4k.jpg'); }
  .restaurant-bg.loaded{ background-image: url('/www/marketing/images/backgrounds/restaurant-owner-4k.jpg'); }
}

@media screen and (max-width: 1920px) {
  .pricing {height:auto; min-height:auto;}
  .home.loaded{ background-image: url('/www/marketing/images/backgrounds/online-ordering-hd.jpg'); }
  .pricing.loaded{ background-image: url('/www/marketing/images/backgrounds/pricing-hd.jpg'); }
  .contact.loaded{ background-image: url('/www/marketing/images/backgrounds/online-ordering-hd.jpg'); }
  .restaurant-bg.loaded{ background-image: url('/www/marketing/images/backgrounds/restaurant-owner-hd.jpg'); }

  section.online-ordering-system {
    padding-top:9em;
  }
}

@media screen and (max-width: 1200px) {
  .home.loaded{ background-image: url('/www/marketing/images/backgrounds/online-ordering-tablet.jpg'); }
  .pricing.loaded{ background-image: url('/www/marketing/images/backgrounds/pricing-tablet.jpg'); }
  .contact.loaded{ background-image: url('/www/marketing/images/backgrounds/online-ordering-tablet.jpg'); }
  .restaurant-bg.loaded{ background-image: url('/www/marketing/images/backgrounds/restaurant-owner-tablet.jpg'); }

  .pricing .content-box{
    padding-bottom: 0;
  }

  .trusted-by .images img{
    width: 25%;
    margin: 15px;
  }
}

@media screen and (max-width: 901px) {
  .pricing .content-box {
    padding-bottom:5em;
  }

  section.online-ordering-system {
    padding-top:6em;
  }

  .price-box {
    flex-direction:column;
    position:relative;
    bottom:0;
  }
  .price-box .content-block {
    flex-grow:1;
    margin:1em 2em;
  }
}

@media screen and (max-width: 776px) {
  .pricing{min-height: 65vh; }
  .trusted-by .images img{
    width: 35%;
    margin: 0 15px;
  }

  .trusted-by p {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 601px) {
  .content-img-blk {
    
  }
}

@media screen and (max-width: 585px) {
  .price-bucket {
    margin-top: -125px;
    margin-bottom: 70px;
    position: static;
    -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  

  .price-bucket ul {
    display: block;
    max-width: 95%;
    margin: 0px auto;
  }
  .price-bucket ul li {
      padding: 0px 10px;
      width: 100%;
      float: none;
  }

  .trusted-by .images img{
    width: 43%;
    margin: 0 5px;
  }

  .trusted-by p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .home.loaded{ background-image: url('/www/marketing/images/backgrounds/online-ordering-phone.jpg'); }
  .pricing.loaded{ background-image: url('/www/marketing/images/backgrounds/pricing-phone.jpg'); }
  .contact.loaded{ background-image: url('/www/marketing/images/backgrounds/online-ordering-phone.jpg'); }
  .restaurant-bg.loaded{ background-image: url('/www/marketing/images/backgrounds/restaurant-owner-phone.jpg'); }
  .restaurant-mask{   height: 450px; height: 50vh; }

  .content-box {
    padding-top: 100px;
    padding-bottom: 175px;
  }
}
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9999999990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
#h525514317960134ca1e843cfb7c7caf2 {color: #aabbcc;}