/* Box */
body {
  padding-right:3.5%;
  padding-left:3.5%;
  position: relative;
}
body.com-users #sp-component {
    padding: 40px 70px 70px 70px;
}
.body-innerwrapper {
    overflow-x: inherit!important;
}
/* Title */
.pull-left.intro-image {
    width: 100%;
}
#sp-top-bar {
    background-color:#012f61!important;
}
body.itemid-437 #sp-header #sp-logo {
    padding-left: 5px;
}
body.itemid-437 #sp-header-sticky-wrapper {
  padding-left:15px;
  padding-right:15px;
}
#offcanvas-toggler {
  background-color: #000;
}
#sp-header {
   background: #333!important;
}
.sticky-wrapper.is-sticky #sp-header {
   background: #333333b8!important;
}
#sp-main-body {
  padding: 0px!important;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
  color: #2c3041;
}
body.itemid-437 #sp-header {
    background-color: #3333334a;
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
body.itemid-437 #sp-header,
#offcanvas-toggler >i {
    color: #ffffff;
    padding-right: 30px;
    padding-left: 30px;
}
#lt-general {
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 30px;
    border: 3px solid #ffffff;
}
#lt-general:hover {
    background-color: #fff!important;
}
#lt-general-button .qx-btn {
  border-radius:0px!important;
  padding:10px 25px!important;
}
/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, i:after  {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
#sp-header .logo,
#sp-header,
#offcanvas-toggler,
.sp-megamenu-parent >li >a 
#sp-header .logo,
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a,
#offcanvas-toggler >i {
    -webkit-transition: 0.7s ease-in-out!important;
    -moz-transition: 0.7s ease-in-out!important;
    -ms-transition: 0.7s ease-in-out!important;
    -o-transition: 0.7s ease-in-out!important;
    transition: 0.7s ease-in-out!important;
}
.sticky-wrapper.is-sticky #sp-header .logo,
.sticky-wrapper.is-sticky #sp-header {
    height: 70px;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
    line-height: 71px;
} 

.breadcrumb {
  font-family: Merriweather, sans-serif!important;
}
/*** General ***/
.lt-title h3 {
    color: #000!important;
    font-size: 36px;
    margin-top: 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.lt-title h3:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 6px;
    background-color: #e44c2a;
    top: 50%;
    left: -20px;
    margin-top: -5px;
}
.lt-title h6 {
    font-size: 16px;
    color: #999999;
    line-height: 21px;
}
.lt-title-left p {
    padding-top: 30px;
}
#lt-general-button-about .qx-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #ddd;
    border-radius: 0px!important;
    border: 2px solid #fff!important;
}
#lt-general-button .qx-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #ddd;
    border-radius: 0px!important;
    border: 2px solid #fff!important;
}
#lt-general-button-about .qx-btn:hover {
    background-color: #000!important;
    border-color:#000!important;
}
#lt-general-button .qx-btn:hover {
    background-color: #000!important;
    border-color:#000!important;
}
/* Slider */
#lt-slider .qx-container {
    width: 100%;
}
#lt-slider {
  margin-left:0px!important;
}
.lt-slider {
    position:relative;
    top:-90px;
}
.lt-slider .tp-caption a {
   padding: 12px 35px;
   color: #fff;
   font-size: 14px;
   text-transform: uppercase;
}
.lt-slider .tp-caption .button {
    padding: 12px 35px;
    font-size: 14px;
    border-radius: 50px;
    text-transform: uppercase;
}
.lt-slider .tp-caption a.button1 {
    background: none!important;
    border: 2px solid #ffffff;
}
.lt-slider .tp-caption a.button1:hover {
    background: #333!important;
    border: 0px;
}
.lt-slider .button:hover {
    background: #222;
}
/* About */
.lt-about-item ul {
    padding-left: 15px;
    margin-top: 30px;
}
.lt-about-item ul li {
    list-style-type: circle;
    line-height: 35px;
}
/*** Menu ***/
.qx-element-tabs .tabs {
    text-align: center;
    margin-bottom: 40px;
}
/*** coundown ***/
#count-down {
  position: relative;
  margin-top:-40px;
}
.lt-smart-count-item {
  padding:50px;
}
.lt-smart-count-item h1 {
  color:#000!important;
  font-size:40px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
}
.lt-smart-count-item h3 {
  font-size:24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}
.lt-smart-count-item h4 {
  font-size: 40px;
  font-weight: 500;
}
.lt-smart-count-item h5 {
  color:#fff;
  font-size:20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
#sp-position8 {
  padding-top:40px;
  padding-bottom:40px;
}
#sp-position8 .sp-module  {
    border: 5px solid #ccc;
    padding: 20px;
}
#lt-count-down {
  position: relative;
  margin-top:-40px;
}
.scd-digit img {
    background-color: #ffffff;
}
.count-down-section h2 {
    font-size: 50px;
    color: #fff;
    margin: 0;
}
.count-down-section h1 {
    font-size: 72px;
    font-weight: 700;    
    color: #fff;
    margin: 0;
}
div.sp-module .sp-module-title {
 padding-top: 40px; 
}
.scd-digit {
    border: medium solid rgb(175, 78, 78)!important;
}
.scd-label-row {
    color:#fff!important;
}
#lt-smart-count-down .scd-label-col {
  color:#fff!important;
}
#lt-button-count-down {
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 0px!important;
  color: #fff;
  border: 0px;
}
/*** Social ****/
.lt-flat-vertical {
  display: inline-block;
  position: absolute;
  top: 47.8%;
  transform: translate(-50%,50%) rotate(-90deg);
  -ms-transform: translate(-50%,50%) rotate(-90deg);
  -webkit-transform: translate(-50%,50%) rotate(-90deg);
  z-index: 10000;
}
.lt-flat-vertical.social-links a {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
}
.lt-flat-vertical.social-links {
  left: -2.1%;
}
.lt-flat-vertical.social-links span:after {
  content: '';
  height: 1px;
  width: 40px;
  background: #b5b5b5;
  left: 5px;
  top: 36%;
  position: absolute;
}
.lt-flat-vertical.social-links span {
    padding-left: 65px;
    position: relative;
    letter-spacing: 1px;
}
.wide.lt-flat-vertical.social-links,
.wide.lt-flat-vertical.reservation {
  display: none;
}
.lt-flat-vertical.reservation {
  right: -2.1%;
  transform: translate(50%,50%) rotate(90deg);
  -ms-transform: translate(50%,50%) rotate(90deg);
  -webkit-transform: translate(50%,50%) rotate(90deg);
  top: 47.1%;
  letter-spacing: 1.2px;
}
.flat-sliders-container {
  position: relative;
}
.lt-flat-vertical.social-links a,
.lt-flat-vertical.social-links span,
.lt-flat-vertical.reservation {
  font-size: 12px;
  font-weight: 700;
}
/*** Product ***/

.lt-product .j2store-module-product {
  border: 0!important;
  background-color: #fff;
}
/*** Service ***/
#lt-our-services {
  overflow: hidden;
  position: relative;
}
.lt-service-item {
   background-color: #ffffff;
   cursor: pointer;
   padding: 40px 20px;
   border: 2px solid #efeeee;
}
.lt-service-item:hover{
  border-color: #ffb426;
  -webkit-transition:.5s;
  transition:.5s;
}
.lt-service-item h3 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 10px;
  }
#lt-our-services:before {
    content: '';
    position: absolute;
    width: 1000px;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 886px;
    left: 10%;
    top: 50%;
    background: #ffb426;
}
/*** About Aitcoin ***/
.lt-about-aitcoin-item i {
}
.lt-about-aitcoin-item p {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}
.lt-about-aitcoin-item .qx-blurb-title {
  margin: 0px;
  padding:0;
}
#lt-general-button-group .qx-btn-success {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #ddd;
  border-radius: 0px!important;
  border: 2px solid #fff!important;
}
#lt-general-button-group .qx-btn-success:hover {
  background-color: #fff!important;
}
.lt-about-button-item {
  color:#ffffff;
  padding: 30px;
}
.lt-about-button-item i {
  padding-top: 20px;
}
/*** Works ***/
.lt-works-item,
#lt-works {
  position: relative;
  padding: 40px 20px;
  transition: all .3s;
}
.lt-works-item:hover {
  cursor: pointer;
  padding: 50px 20px;
  box-shadow: 0 0 35px rgba(0,0,0,.1);
}
#lt-works .active {
  cursor: pointer;
  padding: 50px 20px;
  box-shadow: 0 0 35px rgba(0,0,0,.1);
}
#lt-works:before {
    content: '';
    position: absolute;
    top: 50px;
    right: -100px;
    width: 200px;
    height: 120px;
    background: url(../images/arrow-big.png) center center no-repeat;
}
#lt-works:last-child:before {
  display: none
}
.lt-works-item img {
  left: 0;
  right: 0;
  margin: auto;
}
.lt-works-item h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #222;
  font-weight:600;
}
/*** food-menu ***/
/*====== 
Food menu tab
========*/
.section-food-menu {
    background: url(../img/bg-wood.jpg) no-repeat;
    background-size: cover;
    padding-top: 114px;
    padding-bottom: 120px;
}
.food-nav {

    list-style: none;
    padding: 0;
    width: 34%;
    float: left;
}
.food-nav > li {
    padding: 10px;
    background: #fff;
}
.food-nav > li:not(:last-child) {
    margin-bottom: 3px;
}
.food-nav > li a {
    text-decoration: none;
}
.food-nav-item .nav-icon img.nrm-icon {
  text-align:center;
  left: 0;
  right: 0;
  margin: auto;
}
.food-nav > li.active .nrm-icon,
.food-nav > li:hover .nrm-icon {
    display: none;
}
.food-nav > li.active .hvr-icon,
.food-nav > li:hover .hvr-icon {
    display: inline-block;
}
.food-nav-item {
    background: #fff;
    border: 1px solid #d4af37;
    height: 50px;
    display: table;
    width: 100%;
}
.food-nav-item .nav-icon {
    background: #F1F1F1;
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    height: 100%;
    text-align: center;
}
.food-nav-item .hvr-icon {
    display: none;
}
.food-nav-item .nav-text {
    background:#ddd;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 38px;
}
.nav-text h5 {
    font-weight: 700;
    font-family: "Philosopher", sans-serif;
    color: #fff;
}
.nav-text .time {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.food-content {
    width: 65.5%;
    float: left;
    margin-left: .5%;
}
.food-menu-list-wrapper {
    background: #fff;
    padding: 10px;
}
.food-menu-list-wrapper .inner {
    padding: 42px 54px 41px 48px;
    border: 1px solid #d4af37;
}
.food-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.food-menu-list a {
    position: relative;
    display: block;
    padding-left: 120px;
    padding-top: 16px;
    padding-bottom: 20px;
    text-decoration: none;
}
.food-menu-list a:hover .menu-media:before {
    border: 1px solid #d4af37;
}
.food-menu-list a:hover .menu-details .heading {
    color: #d4af37;
}
.food-menu-list a:hover .menu-details .heading:before {
    border-bottom: 2px dashed #d4af37;
}
.food-menu-list > li:not(:last-child) {
    margin-bottom: 32px;
}
.food-menu-list .menu-media {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
}
.food-menu-list .menu-media:before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
}
.food-menu-list .menu-details .heading {
    font-weight: 700;
    font-family: "Philosopher", sans-serif;
    color: #332e33;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
}
.food-menu-list .menu-details .heading:before {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 100%;
    border-bottom: 2px dashed #332e33;
}
.food-menu-list .menu-details .title {
    background: #fff;
    position: relative;
    z-index: 1;
}
.food-menu-list .menu-details .price {
    float: right;
    background: #fff;
    position: relative;
    z-index: 1;
}
.food-menu-list .menu-details p {
    font-size: 13px;
}
.food-menu-list .menu-details p:last-child {
    margin-bottom: 0;
}
.food-menu-wrapper {
    width: 100%;
}
.food-menu-type > .food-menu-wrapper {
    position: relative;
    z-index: 2;
}
.food-menu-type > .food-menu-wrapper:not(:last-child) {
    margin-bottom: 120px;
}
.food-menu-type > .food-menu-wrapper:nth-child(even) .food-menu-title {
    float: right;
}
.food-menu-type > .food-menu-wrapper:nth-child(even) .food-content {
    margin-left: 0;
    margin-right: .5%;
}
.food-menu-title {
    list-style: none;
    padding: 0;
    width: 34%;
    float: left;
    position: relative;
}
.food-menu-title .layer {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
}
.food-menu-title .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 100%;
    text-align: center;
}
.food-menu-title .content h5 {
    color: #332e33;
    margin: 20px 0 7px;
}
.parallex {
    z-index: 1;
    width: 400px;
    height: 600px;
    position: absolute;
}
.parallex.left {
    left: 0;
}
.parallex.right {
    right: 0px;
}
.para1 {
    top: 100px;
}
.para2 {
    top: 20%;
}
.para3 {
    top: 45%;
}
.para4 {
    top: 75%;
}
.section-menu {
    overflow: hidden;
}
/*** Pricing ***/
#lt-pricing .price-name a {
  font-size: 20px;
  font-weight: 700;
}
#lt-pricing .price-desc {
  color:#fff;
  padding-bottom: 40px;
}
#lt-button-pricing {
  padding: 20px 35px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
}
#lt-button-pricing:hover {
  cursor: pointer;
  background-color: #ddd!important;
}
#lt-button-pricing {
  top: -90px;
  z-index: 999;
}
/*** Income ***/
#lt-income-button .qx-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  color: #333;
  letter-spacing: 1px;
  padding: 10px 30px;
  background-color: #ffffff;
  border-radius: 0px!important;
  border:1px solid #fff;
}
.lt-income-item i {
  color: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 9px;
  padding-top: 20px;
  text-align: center;
}
.lt-income-item {
  margin: 0;
  padding: 0;
}
.lt-income-item h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  padding-top: 10px;
  margin: 0;
}
/*** Team ***/
.lt-team-item {
  position: relative;
  cursor: pointer;
  margin: 0 5px; 
  bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.lt-team-item h4 {
  font-size: 20px;
  padding-top:15px;
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  transition: all 0.5s ease 0s;
}
.lt-team-item:hover h4 {
  position: static;
  color: #fff;
  margin-bottom: 10px;
}
.lt-team-item .qx-person-position {
  color: #fff!important;
  display: block;
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  line-height: 30px;
  height: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease 0s;
}
.lt-team-item:hover .qx-person-position {
  position: static;
  height: 30px;
  opacity: 1;
  transform: scale(1);
}
/*** Testimonial ***/
.lt-testimonial h4 {
  margin-top: 40px;
}
.lt-testimonial .title-testimonial p {
  font-size: 12px;
  color: #999999;
}
/*** Contact ***/
#lt-contact-button {
  color: #fff;
  border: 0px!important;
  background: #333!important;
  padding: 15px 40px;
  border-radius: 50px;
}
#lt-contact-button:hover {
  background: #ffffff!important;
  color: #333!important;
}
.lt-contact-form .form-horizontal .control-label {
  text-align: left!important;
}
/*** Project ***/
#lt-button-project {
    padding: 10px 45px;
    background: #ffae00!important;
    color: #333;
    font-weight: 700;
    border-radius: 0px;
}
/* Portfolio */
#lt-portfolio {
    box-shadow: 0px 1px 38px 0px rgba(0, 0, 0, 0.13);
}
.lt-portfolio-button:hover {
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-fieter > ul > li {
  margin: 5px;
}
.project-img img {
    width: 100%;
}
.projects-fieter {
    text-align: center;
    display: inline-block;
}
.projects-fieter ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-fieter ul li {
    line-height: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-fieter a {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.item-page .project-img {
    border: 5px solid #fff;
}
.pp-button {
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-fieter a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
.projects-wrapper .project-img .project-img-extra h4 {
    color: #ffffff;
}
.portfolio-list {
    padding-bottom: 70px;
}
/* Blog */
.entry-header h2 a {
    font-size: 30px;
    font-weight: 400;
}
div.sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 400;
}
.sp-page-title {
    margin-bottom: 50px;
}
.lt-blog div.k2ItemsBlock ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}
.lt-blog div.k2ItemsBlock ul li:nth-child(3n) {
  margin-right: 0;
}
.lt-blog div.k2ItemsBlock ul li a {
  display: inherit;
  overflow: hidden;
  font-size: 16px;
  padding-bottom: 15px;
}
.lt-blog div.k2ItemsBlock ul li img {
  width: 100%;
  margin-bottom: 15px!important;
  transition: all .40s linear;
  transform: scale(1.1);
}
.lt-blog div.k2ItemsBlock ul li:hover img {
  transform: rotete(4deg)scale(1.2);
}
.lt-blog ul li .moduleItemDeteCreeted {
  left: 0;
  display: block;
  padding: 5px;
  font-size: 12px;
  font-style: italic;
  color: #333;
}
.lt-blog .lt-portfolio-button {
  margin-top: 0!important;
}
.lt-blog > div > p {
  clear: left;
}
.moduleItemImage img {
    float: left!important;
    width: 100%;  
}
#sp-footer1 {
    text-align: left;
}
#sp-footer2 {
    text-align: right;
}
/** Map **/
#lt-map {
  margin-left:0px!important;
}
/* Contact */
#sp-quickcontact-form textarea,
#sp-quickcontact-form input {
    border-radius: 0!important;
    width: 100%;
}
#sp-quickcontact-form #sp_qc_submit {
    margin-top: 6px;
    padding: 9px 30px;
    min-width: 160px;
    position: relative;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    width: inherit;
    border-radius: 2px!important;
    border: 2px transparent!important;
   -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
#sp-quickcontact-form #sp_qc_submit:hover {
    background-color: #222!important;
}
#sp-quickcontact-form #sp_qc_submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #222;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#sp-quickcontact-form #sp_qc_submit:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-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);
}
#lt-contact .qx-icon {
    padding: 20px;
}
.lt-title ul {
    list-style: none;
}
.lt-contact-item .qx-icon {
     -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s; 
}
.lt-contact-item:hover .qx-icon:before {
    -webkit-transform: roteteY(-180deg);
    -ms-transform: roteteY(-180deg);
    transform: roteteY(-180deg);
    display: block; 
    color: #fff!important;

}
.lt-contact-item:hover .qx-icon {

    -webkit-transform: roteteY(-180deg);
    -ms-transform: roteteY(-180deg);
    transform: roteteY(-180deg);
}
.lt-contact-item {
    cursor: pointer;
}
.lt-contact-form label {
    color: #fff;
}
.lt-contact-form input {
    border-radius: 0!important;
    height: 35px!important;
    width: 100%;
}
.lt-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.lt-contact-form button {
    background: none;
    width: 150px;
    height: 50px;
    color: #fff;
    display: block;
    text-align: center;
    transition: all .25s linear;
    font-weight: 400;
}
.lt-contact-form button:hover {
    background-color: #333;
    color: #fff;
}

.lt-contact-form button:hover {
    color: #fff!important;
}
.qx-element-tabs .tabs>li a {
  color:#333;
}
/* Bottom */
#sp-bottom {
    background-color: #13314c!important;
}
#sp-bottom p {
    color: #ffffff;
}
#sp-bottom a {
    color: #ffffff;
}
#sp-bottom h3 {
    color: #ffffff;
}
#sp-bottom2 a {
    color: #fff;
}
#sp-bottom4 .acymailing_introtext {
    color: #ffffff;
}
#sp-bottom4 .inputbox {
  width:100%!important;
}
#sp-bottom4 table.acymailing_form {
    margin:0px;
    float: left;
    margin-top: 12px;
    width: 93%;
}
#sp-bottom4 .acysubbuttons .btn-primary {
  float:left;
}
.btn-primary:hover, .sppb-btn-primary:hover{
  background:#333;
}
/** Page ***/
#lt-counter,
#lt-customer-about-us,
#lt-customer {
  margin-left:0px!important;
}
/** RESPONSIVE **/
@media (max-width: 1024px) {
  .sp-megamenu-parent {
    height:0px!important;
 }
  .sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    padding: 0 8px!important;
    font-size: 11px!important;
  }
  #lt-pricing .price-name b {
    font-size:7px!important;
  }  
  #lt-pricing .price-name strong {
    font-size:20px!important;
  }
  .container {
    width: 100%!important;
    margin-left:0px!important;
 }
  #lt-ico1 {
    width: 50%!important;
    margin-bottom: 30px!important;
 }
}
/* Screen min 1199px */
@media (min-width: 1200px) {
  .lt-services-right,
  .lt-about .lt-title {
    padding-left: 60px;
    padding-right: 60px;
  }
  
}
/* Screen min 1199px */
@media (max-width: 1199px) {
  .lt-services-right,
  .lt-about .lt-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .qx-section {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  body {
      padding-left: 0;
      padding-right: 0;
  }

}
/* Screen min 980px and max 1199px */
@media (min-width: 1200px) and (max-width: 1550px) {
  .lt-services-right, .lt-about .lt-title {
      padding: 30px;
  }
  .lt-services-content h2 {
      margin-bottom: 10px;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .lt-about .lt-title {
    padding-top: 40px;
    padding-bottom: 0!important;
  }
  .lt-services > div {
    width: 100%!important;
  }
  .sp-megamenu-parent >li >a {
    padding: 0 8px!important;
    font-size: 10px!important;
  }
}
@media (min-width: 981px) {
  #sp-header #sp-logo {
      position: absolute;
      top: 0;
      left: -62px;
      right: 0;
      margin: 0 auto;
  }
  #sp-menu {
      width: 100%;
  }
  #sp-header .sp-megamenu-parent .logo-center {
      width: 16.66%;
  }
  #sp-header .sp-megamenu-parent .logo-center a {
      display: none!important;
  }
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
  #lt-team-button:after {
    display:none;
  }
  .sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    padding: 0 11px!important;
    font-size: 11px!important;
  }
  #lt-slider {
    position: relative;
    top:90px!important;
  }
  #lt-about {
    margin-top:80px;
  }
  #lt-pricing-1,
  #lt-pricing-1 {
    width:100%!important; 
  }
  #lt-pricing .price-name a {
    font-size:13px!important;
  }
  #lt-pricing .price-name b {
    font-size:13px!important;
  }  
  #lt-pricing .price-name strong {
    font-size:13px!important;
  }
  #lt-service-sub-bottom {
    width:90%!important;
  }
  .lt-service-item-bottom img {
    width:100%!important;
  }
  #lt-we-do,
  #lt-we-do-2 {
    width:100%!important;
  }
  #lt-works:before {
    display:none!important;
  }
  .qx-container {
    width: 100%!important;
  }
  .row-fluid .span4 {
    width: 30%!important;
  }
  #lt-income-button {
    padding-top: 50px!important;
  }
  #lt-ico1 {
    margin-bottom: 30px!important;
   }
  body.itemid-437 #sp-header {
    background-color: #3333334a;
    height: 91px!important;
  }
  .lt-menu-item table {
    width: 100%!important;
  }
  .lt-menu-item td {
    display: initial!important;
  }
  .food-nav {
    width: 100%!important;
  }
  .food-menu-list-wrapper .inner {
    padding: 0px!important;
  }
  .food-content {
    width: 100%!important;
  }
  #lt-slider .qx-container {
    width: 90%!important;
  }
}
/* Screen max 767px */
@media (max-width: 767px) {
  #sp-header {
    background-color:#000!important;
  }
  .lt-subscribe > div:first-child {
    padding-bottom: 0!important;
  }
  #lt-slider {
    position:relative;
    top:90px!important;
 }
   #lt-about {
    margin-top:40px;
  }
  .lt-action-title,
  .lt-subscribe > div > div {
    text-align: left;
  }
  #lt-pricing .price-name strong {
    font-size:13px!important;
  }
  .lt-blog div.k2ItemsBlock ul li {
    width: 100%;
    margin-right: 0;
  }
    #lt-team-button:after {
    display:none;
  }
  #at-about-item {
    width: 100%!important;
  }
  .lt-service-item-bottom img {
    width:100%!important;
  }
  .lt-team-item .qx-img-responsive {
    width:100%!important;
  }
  #lt-service-sub-bottom {
    width:90%!important;
  }
  #lt-we-do,
  #lt-we-do-2 {
    width:100%!important;
  }
  .j2store .j2store-module-product .span4 {
    width:100%;
  }
   div.j2store.j2store-module-product.span4 {
      width: 100%;
      margin-bottom:30px;
  }
  img.j2store-img-responsive {
    width:100%;
  }
  .j2store-product-list div.span4 {
    width: 100%;
    margin-bottom: 20px;
  }
 .row-fluid .span3 {
    width:100%!important;  
  }
  .j2store-product-list .row-fluid .span9 {
    width:100%!important;
  }
  #lt-works:before {
    display:none!important;
  }
  #lt-smart-count-down_clock .days {
    font-size:18px!important;
  }
  #lt-smart-count-down_clock .hours {
    font-size:18px!important;
  }
  #lt-smart-count-down_clock .minutes {
    font-size:18px!important;
  }
  #lt-smart-count-down_clock .seconds {
    font-size:18px!important;
  }
  .lt-menu-item table {
    width: 100%!important;
  }
  .lt-menu-item td {
    display: initial!important;
  }
  .food-nav {
    width: 100%!important;
  }
  .food-menu-list-wrapper .inner {
    padding: 0px!important;
  }
  .food-content {
    width: 100%!important;
  }
}
/* Screen max 480px */
@media (max-width: 480px) {
  #sp-header {
    background-color:#000!important;
  }
  #lt-slider {
    position:relative;
    top:90px!important;
  }
  #lt-about {
    margin-top:0px!important;
  }
  #lt-pricing .price-name a {
    font-size:9px!important;
  }
  #lt-pricing .price-name b {
    font-size:7px!important;
  }  
  #lt-pricing .price-name strong {
    font-size:10px!important;
  }
  #lt-about {
    margin-top:30px;
  }
  #lt-pricing-1 {
    width:100%!important;
  }
  .j2store .j2store-module-product .span4 {
    width:100%;
  }
   div.j2store.j2store-module-product.span4 {
      width: 100%;
      margin-bottom:30px;
  }
  img.j2store-img-responsive {
    width:100%;
  }
  .row-fluid .span3 {
    width:100%!important;
  }
  #lt-works:before {
    display:none!important;
  }
  #lt-smart-count-down_clock .days {
    font-size:18px!important;
  }
  #lt-smart-count-down_clock .hours {
    font-size:18px!important;
  }
  #lt-smart-count-down_clock .minutes {
    font-size:18px!important;
  }
  #lt-smart-count-down_clock .seconds {
    font-size:18px!important;
  }
  .lt-flat-vertical.social-links a, .lt-flat-vertical.social-links span, .lt-flat-vertical.reservation {
    font-size: 8px!important; 
  }
  .lt-title h3:after {
    width: 20px!important;
    height: 4px!important;
    background-color: #e44c2a;
    top: 50%;
    left: -11px!important;
    margin-top: -2px!important;
  }
  .lt-title h3 {
    font-size: 27px!important;
   }
  #lt-testimonial .lt-tile h3 {
    text-align:center!important;
  }
  .food-menu-list .menu-details .heading {
    font-size: 11px!important;
  }
}
/* Improve sub menu dropdown clickable for offcanvas menu */
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
 float: right;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
 width: 100%;
}