/*------------------------------------------------------------------
Project:        Restaurant Finder
Author:         Crenoveative
URL:            http://crenoveative.com/
Created:        24/10/2016
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
* Table of Content
* 1. Google Fonts
* 2. Font Icons
* 3. Reset
* 4. Default Typography
* 5. Margin Sets
* 6. Padding Sets
* 7. Border
* 8. Global
* 9. List
* 10. Layout
* 11. Timing - Transition
* 12. Gap for Raw
* 13. Typography
* 15. Form
* 16. Section Title
* 17. Background
* 18. Image Background
* 19. Button
* 20. Alert
* 21. Social Media
-------------------------------------------------------------------*/
/**
 * Google Fonts
 */
/*
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,300italic,400italic,700italic,);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import 'https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i';
/**

/**
 * Reset
 */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    /*vertical-align: baseline;*/
    zoom: 1;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    -webkit-font-smoothing: antialiased!important;
    font-smoothing: antialiased!important;
    background-color: #FFF;
    height: 100%!important;
}
img {
   /* width: 100%;
    display: block;*/
	max-width: 100%;
    height: auto;
    
}
img {
    -ms-interpolation-mode: bicubic;
}
object,
embed {
    max-width: 100%;
}
/**
 * Default Typography
 */

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}
a {
    color: #DB3944;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: poitner;
    text-decoration: none;
}
a:hover {
    color: #BA0600;
    text-decoration: none;
}
strong {
    font-weight: 700 !important;
}
ul,
ol,
pre,
table,
blockquote {
    margin-top: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Oswald', sans-serif;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none!important;
    padding: 0;
    color: #484848;
    font-weight: 500;
}
h1 {
    font-size: 50px;
    line-height: 62px;
    margin: 0 0 18px;
}
h2 {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 18px;
}
h3 {
    font-size: 34px;
    line-height: 42px;
    margin: 0 0 18px;
}
h4 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 16px;
}
h5 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 16px;
}
h6 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 16px;
}
p {
    font-weight: 300;
    margin-bottom: 15px;
}
p.lead {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}
p:last-child {
    margin-bottom: 0;
}
blockquote,
.blockquote {
    font-family: "Merriweather", "Georgia", Times New Roman, Times, serif;
    font-size: 18px;
    line-height: 36px;
    font-style: italic;
    border: 1px solid #D9D8D7;
    padding: 40px 30px;
    color: #979797;
    font-weight: 400;
    margin: 30px 0 35px;
    position: relative;
}
blockquote:before,
.blockquote:before,
blockquote:after,
.blockquote:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
}
blockquote:before,
.blockquote:before {
    top: -2px;
    left: -2px;
    border-left: 3px solid #DB3944;
    border-top: 3px solid #DB3944;
}
blockquote:after,
.blockquote:after {
    bottom: -2px;
    right: -2px;
    border-right: 3px solid #DB3944;
    border-bottom: 3px solid #DB3944;
}
hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 24px 0;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 48px;
        line-height: 60px;
    }
    h2 {
        font-size: 38px;
        line-height: 50px;
    }
    h3 {
        font-size: 32px;
        line-height: 40px;
    }
    h4 {
        font-size: 24px;
        line-height: 28px;
    }
    h5 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    h6 {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 991px) {} @media all and (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 52px;
    }
    h2 {
        font-size: 34px;
        line-height: 46px;
    }
    h3 {
        font-size: 28px;
        line-height: 36px;
    }
    h4 {
        font-size: 21px;
        line-height: 25px;
    }
    h5 {
        font-size: 16px;
        line-height: 22px;
    }
    h6 {
        font-size: 14px;
        line-height: 18px;
    }
    p.lead {
        font-size: 13px;
        line-height: 24px;
    }
    p, .rating-wrapper .texting{
        font-size: 16px;
    }
}
@media (max-width: 479px) {}
/**
 * Margin Sets
 */

.mr-1 {
    margin-right: 1px !important
}
.mr-3 {
    margin-right: 3px !important
}
.mr-5 {
    margin-right: 5px !important
}
.mr-10 {
    margin-right: 10px !important
}
.mr-15 {
    margin-right: 15px !important
}
.mr-20 {
    margin-right: 20px !important
}
.mr-25 {
    margin-right: 25px !important
}
.mr-30 {
    margin-right: 30px !important
}
.mr-40 {
    margin-right: 40px !important
}
.mr-50 {
    margin-right: 50px !important
}
.mr-60 {
    margin-right: 60px !important
}
.mr-70 {
    margin-right: 70px !important
}
.mr-80 {
    margin-right: 80px !important
}
.ml-1 {
    margin-left: 1px !important
}
.ml-3 {
    margin-left: 3px !important
}
.ml-5 {
    margin-left: 5px !important
}
.ml-10 {
    margin-left: 10px !important
}
.ml-15 {
    margin-left: 15px !important
}
.ml-20 {
    margin-left: 20px !important
}
.ml-25 {
    margin-left: 25px !important
}
.ml-30 {
    margin-left: 30px !important
}
.ml-40 {
    margin-left: 40px !important
}
.ml-50 {
    margin-left: 50px !important
}
.mt-1 {
    margin-top: 1px !important
}
.mt-3 {
    margin-top: 3px !important
}
.mt-5 {
    margin-top: 5px !important
}
.mt-10 {
    margin-top: 10px !important
}
.mt-15 {
    margin-top: 15px !important
}
.mt-20 {
    margin-top: 20px !important
}
.mt-25 {
    margin-top: 25px !important
}
.mt-30 {
    margin-top: 30px !important
}
.mt-40 {
    margin-top: 40px !important
}
.mt-50 {
    margin-top: 50px !important
}
.mt-60 {
    margin-top: 60px !important
}
.mt-70 {
    margin-top: 70px !important
}
.mt-80 {
    margin-top: 80px !important
}
.mt-90 {
    margin-top: 90px !important
}
.mb-1 {
    margin-bottom: 1px !important
}
.mb-5 {
    margin-bottom: 5px !important
}
.mb-10 {
    margin-bottom: 10px !important
}
.mb-15 {
    margin-bottom: 15px !important
}
.mb-16 {
    margin-bottom: 16px !important
}
.mb-20 {
    margin-bottom: 20px !important
}
.mb-25 {
    margin-bottom: 25px !important
}
.mb-30 {
    margin-bottom: 30px !important
}
.mb-40 {
    margin-bottom: 40px !important
}
.mb-50 {
    margin-bottom: 50px !important
}
.mb-60 {
    margin-bottom: 60px !important
}
.mb-70 {
    margin-bottom: 70px !important
}
.mb-80 {
    margin-bottom: 80px !important
}
.mv-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.mv-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mv-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.mv-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mv-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mv-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.mv-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.mv-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.mh-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.mh-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mh-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mh-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mh-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.mh-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.mh-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.mh-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}
.margin-5 {
    margin: 5px !important;
}
.margin-10 {
    margin: 10px !important;
}
.margin-15 {
    margin: 15px !important;
}
.margin-20 {
    margin: 20px !important;
}
.margin-25 {
    margin: 25px !important;
}
.no-magin,
ul.no-margin,
.margin-0 {
    margin: 0 !important
}
.no-mt,
.mt-0 {
    margin-top: 0 !important
}
.no-mb,
.mb-0 {
    margin-bottom: 0 !important
}
.no-ml,
.ml-0 {
    margin-left: 0 !important
}
.no-mr,
.mr-0 {
    margin-right: 0 !important
}
@media only screen and (max-width: 1199px) 

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

    .mb-5-sm {
        margin-bottom: 5px !important
    }
    .mb-10-sm {
        margin-bottom: 10px !important
    }
    .mb-15-sm {
        margin-bottom: 15px !important
    }
    .mb-20-sm {
        margin-bottom: 20px !important
    }
    .mb-25-sm {
        margin-bottom: 25px !important
    }
    .mb-30-sm {
        margin-bottom: 30px !important
    }
    .mb-40-sm {
        margin-bottom: 40px !important
    }
    .mb-50-sm {
        margin-bottom: 50px !important
    }
    .mt-5-sm {
        margin-top: 5px !important
    }
    .mt-10-sm {
        margin-top: 10px !important
    }
    .mt-15-sm {
        margin-top: 15px !important
    }
    .mt-20-sm {
        margin-top: 20px !important
    }
    .mt-25-sm {
        margin-top: 25px !important
    }
    .mt-30-sm {
        margin-top: 30px !important
    }
    .mt-40-sm {
        margin-top: 40px !important
    }
    .mt-50-sm {
        margin-top: 50px !important
    }
	
}
@media only screen and (max-width: 767px) {
	
    .mt-10-xs {
        margin-top: 10px !important
    }
    .mt-15-xs {
        margin-top: 15px !important
    }
    .mt-20-xs {
        margin-top: 20px !important
    }
    .mt-25-xs {
        margin-top: 25px !important
    }
    .mt-30-xs {
        margin-top: 30px !important
    }
    .mt-40-xs {
        margin-top: 40px !important
    }
    .mt-50-xs {
        margin-top: 50px !important
    }
    .mb-5-xs {
        margin-bottom: 5px !important
    }
    .mb-10-xs {
        margin-bottom: 10px !important
    }
    .mb-15-xs {
        margin-bottom: 15px !important
    }
    .mb-20-xs {
        margin-bottom: 20px !important
    }
    .mb-25-xs {
        margin-bottom: 25px !important
    }
    .mb-30-xs {
        margin-bottom: 30px !important
    }
    .mb-40-xs {
        margin-bottom: 40px !important
    }
    .mb-50-xs {
        margin-bottom: 50px !important
    }
}
@media (max-width: 479px) {
    .mb-10-xss {
        margin-bottom: 10px !important
    }
    .mb-15-xss {
        margin-bottom: 15px !important
    }
    .mb-20-xss {
        margin-bottom: 20px !important
    }
    .mb-25-xss {
        margin-bottom: 25px !important
    }
    .mb-30-xss {
        margin-bottom: 30px !important
    }
    .mb-40-xss {
        margin-bottom: 40px !important
    }
    .mb-50-xss {
        margin-bottom: 50px !important
    }
}
/**
 * Padding Sets
 */

.pr-5 {
    padding-right: 5px !important
}
.pr-10 {
    padding-right: 10px !important
}
.pr-15 {
    padding-right: 15px !important
}
.pr-20 {
    padding-right: 20px !important
}
.pr-30 {
    padding-right: 30px !important
}
.pr-40 {
    padding-right: 40px !important
}
.pr-50 {
    padding-right: 50px !important
}
.pr-0,
.no-pr {
    padding-right: 0 !important
}
.pl-5 {
    padding-left: 5px !important
}
.pl-10 {
    padding-left: 10px !important
}
.pl-15 {
    padding-left: 15px !important
}
.pl-20 {
    padding-left: 20px !important
}
.pl-30 {
    padding-left: 30px !important
}
.pl-40 {
    padding-left: 40px !important
}
.pl-50 {
    padding-left: 50px !important
}
.pl-0,
. no-pl {
    padding-left: 0 !important
}
.pt-5 {
    padding-top: 5px !important
}
.pt-10 {
    padding-top: 10px !important
}
.pt-15 {
    padding-top: 15px !important
}
.pt-20 {
    padding-top: 20px !important
}
.pt-25 {
    padding-top: 25px !important
}
.pt-30 {
    padding-top: 30px !important
}
.pt-40 {
    padding-top: 40px !important
}
.pt-50 {
    padding-top: 50px !important
}
.pt-60 {
    padding-top: 60px !important
}
.pt-70 {
    padding-top: 70px !important
}
.pt-0,
.no-pt {
    padding-top: 0px !important
}
.pb-5 {
    padding-bottom: 5px !important
}
.pb-10 {
    padding-bottom: 10px !important
}
.pb-15 {
    padding-bottom: 15px !important
}
.pb-20 {
    padding-bottom: 20px !important
}
.pb-30 {
    padding-bottom: 30px !important
}
.pb-40 {
    padding-bottom: 40px !important
}
.pb-50 {
    padding-bottom: 50px !important
}
.pb-60 {
    padding-bottom: 60px !important
}
.pb-70 {
    padding-bottom: 70px !important
}
.pb-0,
.no-pb {
    padding-bottom: 0 !important
}
.pv-5 {
    padding-top: 5px !important;
    padding-bottom: 5px!important;
}
.pv-10 {
    padding-top: 10px !important;
    padding-bottom: 10px!important;
}
.pv-15 {
    padding-top: 15px !important;
    padding-bottom: 15px!important;
}
.pv-20 {
    padding-top: 20px !important;
    padding-bottom: 20px!important;
}
.pv-30 {
    padding-top: 30px !important;
    padding-bottom: 30px!important;
}
.pv-40 {
    padding-top: 40px !important;
    padding-bottom: 40px!important;
}
.pv-50 {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
.pv-60 {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}
.pv-70 {
    padding-top: 70px!important;
    padding-bottom: 70px!important;
}
.no-pv,
.pv-0 {
    padding-pv: 0 !important;
    padding-bottom: 0 !important;
}
.ph-5 {
    padding-left: 5px !important;
    padding-right: 5px!important;
}
.ph-10 {
    padding-left: 10px !important;
    padding-right: 10px!important;
}
.ph-15 {
    padding-left: 15px !important;
    padding-right: 15px!important;
}
.ph-20 {
    padding-left: 20px !important;
    padding-right: 20px!important;
}
.ph-30 {
    padding-left: 30px !important;
    padding-right: 30px!important;
}
.ph-40 {
    padding-left: 40px !important;
    padding-right: 40px!important;
}
.ph-50 {
    padding-left: 50px!important;
    padding-right: 50px!important;
}
.ph-60 {
    padding-left: 60px!important;
    padding-right: 60px!important;
}
.ph-70 {
    padding-left: 70px!important;
    padding-right: 70px!important;
}
.no-ph,
.ph-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.padding-5 {
    padding: 5px !important
}
.padding-10 {
    padding: 10px !important
}
.padding-15 {
    padding: 15px !important
}
.padding-20 {
    padding: 20px !important
}
.padding-30 {
    padding: 30px !important
}
.no-padding,
.padding-0 {
    padding: 0 !important
}
/**
 * Border
 */

.border {
    border: 1px solid #D9D8D7;
}
.border-double {
    border: 3px double #D9D8D7;
}
.bb,
.border-bottom {
    border-bottom: 1px solid #D9D8D7;
}
.bt,
.border-top {
    border-top: 1px solid #D9D8D7;
}
.br,
.border-right {
    border-right: 1px solid #D9D8D7;
}
.bl,
.border-left {
    border-left: 1px solid #D9D8D7;
}
/**
 * Global
 */

.absolute {
    position: absolute;
    top: 0;
    left: 0;
}
.block {
    display: block;
}
.overflow-hidden {
    overflow: hidden;
}
.relative {
    position: relative;
}
.clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}
.sm-clear {
    display: none;
}
.map-wrapper img {
    max-width: none;
}
.hoover-pointer:hover,
.hover-pointer:hover {
    cursor: pointer;
}
.hoover-help:hover,
.hover-help:hover {
    cursor: help;
}
.overflow-x-hidden,
.hidden-x {
    overflow-x: hidden;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* browsers */
    
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
    
    -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;
}
.map-wrapper img,
.widget-map img {
    max-width: none !important;
}
.xss-visible,
.visible-xss {
    display: none;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .clear-sm {
        clear: both;
        width: 100%;
        overflow: hidden;
    }
    .pull-left-sm {
        float: left !important;
    }
    .pull-none-sm {
        float: none !important;
    }
	.navbar-tools li.lang-opt{ display:none}
	.navbar-tools li.lang-opt a.align{ margin-top:0 !important}
}
@media only screen and (max-width: 767px) {
    .clear-xs {
        clear: both;
        width: 100%;
        overflow: hidden;
    }
    .pull-left-xs {
        float: left !important;
    }
}
@media (max-width: 479px) {
    .xss-hidden,
    .hidden-xss {
        display: none;
    }
    .xss-visible,
    .visible-xss {
        display: block;
    }
}
/**
 * List
 */

ul.list-with-icon li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}
ul.list-with-icon li i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 13px;
    color: #A1A1A1;
}
ul.list-with-icon li h6 {
    line-height: 1;
    margin: 0 0 15px;
}
ul.list-with-icon.font-lg li {
    font-size: 15px;
    padding-left: 23px;
    line-height: 23px;
}
ul.list-with-icon.font-lg li i {
    font-size: 13px;
}
ul.list-bullet-circle li {
    list-style-type: circle;
}
ul.list-bullet-circle-2 li {
    list-style-type: inherit;
}
ul.border-bottom {
    border-bottom: 0;
}
ul.border-bottom li {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}
ul.border-bottom.dotted li {
    border-bottom: 1px dotted #CCC;
}
ul.border-bottom li:last-child {
    border-bottom: 0;
}
ul.list-col-2 li {
    width: 50%;
    float: left;
    padding-right: 15px;
}
ul.list-col-3 li {
    width: 33.3333%;
    float: left;
    padding-right: 15px;
}
/**
 * Layout
 */

.container-wrapper {
    position: relative;
    padding-top: 56px;
}
section,
.section {
    padding: 40px 0;
}
.main-wrapper {
    background: #fff;
}
.content-wrapper {} .container {
    position: relative;
}
.full-width-container .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.full-width-container .container > .inner-ph {} .width-50 {
    width: 50%;
}
.width-25 {
    width: 25%;
}
.width-20 {
    width: 20%;
}
.width-10 {
    width: 10%;
}
.col-5-wrapper:before,
.col-5-wrapper:after {
    display: table;
    content: " ";
}
.col-5-wrapper:after {
    clear: both;
}
.col-5-wrapper > div {
    width: 20%;
    float: left;
}
.col-5-wrapper.gap-20 {
    margin-left: -10px;
    margin-right: -10px;
}
.col-5-wrapper.gap-20 > div {
    padding-left: 10px;
    padding-right: 10px;
}
.two-column-css {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media (max-width: 991px) {
    .container {
        width: 100%;
    }
    .container-wrapper {
        padding-top: 0;
    }
    .full-width-container .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .col-3-wrapper-sm > div {
        width: 33.3333333%;
    }
}
@media (max-width: 768px) {
    .xs-overflow {
        overflow: hidden;
    }
    .full-width-container .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .full-width-container .container > .inner-ph {
        padding-left: 0;
        padding-right: 0;
    }
    .col-2-wrapper-xss > div {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {} @media (max-width: 479px) {
    .two-column-css {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
@media (min-width: 768px) {}
/**
 * Timing - Transition
 */

.delay_0-5 {
    -webkit-animation-delay:.5s;
    animation-delay:.5s
}
.delay_1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.delay_1-5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}
.delay_2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
.delay_2-5 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}
.delay_3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}
.delay_3-5 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}
.delay_4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}
.delay_4-5 {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}
.delay_5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}
/**
 * Gap for Raw
 */

.row.gap-50 {
    margin-right: -25px;
    margin-left: -25px;
}
.gap-50 .col-sm-1,
.gap-50 .col-sm-2,
.gap-50 .col-sm-3,
.gap-50 .col-sm-4,
.gap-50 .col-sm-5,
.gap-50 .col-sm-6,
.gap-50 .col-sm-7,
.gap-50 .col-sm-8,
.gap-50 .col-sm-9,
.gap-50 .col-sm-10,
.gap-50 .col-sm-11,
.gap-50 .col-sm-12,
.gap-50 .col-md-1,
.gap-50 .col-md-2,
.gap-50 .col-md-3,
.gap-50 .col-md-4,
.gap-50 .col-md-5,
.gap-50 .col-md-6,
.gap-50 .col-md-7,
.gap-50 .col-md-8,
.gap-50 .col-md-9,
.gap-50 .col-md-10,
.gap-50 .col-md-11,
.gap-50 .col-md-12 {
    padding-right: 25px;
    padding-left: 25px;
}
.row.gap-40 {
    margin-right: -20px;
    margin-left: -20px;
}
.gap-40 .col-sm-1,
.gap-40 .col-sm-2,
.gap-40 .col-sm-3,
.gap-40 .col-sm-4,
.gap-40 .col-sm-5,
.gap-40 .col-sm-6,
.gap-40 .col-sm-7,
.gap-40 .col-sm-8,
.gap-40 .col-sm-9,
.gap-40 .col-sm-10,
.gap-40 .col-sm-11,
.gap-40 .col-sm-12,
.gap-40 .col-md-1,
.gap-40 .col-md-2,
.gap-40 .col-md-3,
.gap-40 .col-md-4,
.gap-40 .col-md-5,
.gap-40 .col-md-6,
.gap-40 .col-md-7,
.gap-40 .col-md-8,
.gap-40 .col-md-9,
.gap-40 .col-md-10,
.gap-40 .col-md-11,
.gap-40 .col-md-12 {
    padding-right: 20px;
    padding-left: 20px;
}
.row.gap-25 {
    margin-right: -13px;
    margin-left: -12px;
}
.gap-25 .col-sm-1,
.gap-25 .col-sm-2,
.gap-25 .col-sm-3,
.gap-25 .col-sm-4,
.gap-25 .col-sm-5,
.gap-25 .col-sm-6,
.gap-25 .col-sm-7,
.gap-25 .col-sm-8,
.gap-25 .col-sm-9,
.gap-25 .col-sm-10,
.gap-25 .col-sm-11,
.gap-25 .col-sm-12,
.gap-25 .col-md-1,
.gap-25 .col-md-2,
.gap-25 .col-md-3,
.gap-25 .col-md-4,
.gap-25 .col-md-5,
.gap-25 .col-md-6,
.gap-25 .col-md-7,
.gap-25 .col-md-8,
.gap-25 .col-md-9,
.gap-25 .col-md-10,
.gap-25 .col-md-11,
.gap-25 .col-md-12 {
    padding-right: 13px;
    padding-left: 12px;
}
.row.gap-20 {
    margin-right: -10px;
    margin-left: -10px;
}
.gap-20 .col-sm-1,
.gap-20 .col-sm-2,
.gap-20 .col-sm-3,
.gap-20 .col-sm-4,
.gap-20 .col-sm-5,
.gap-20 .col-sm-6,
.gap-20 .col-sm-7,
.gap-20 .col-sm-8,
.gap-20 .col-sm-9,
.gap-20 .col-sm-10,
.gap-20 .col-sm-11,
.gap-20 .col-sm-12,
.gap-20 .col-md-1,
.gap-20 .col-md-2,
.gap-20 .col-md-3,
.gap-20 .col-md-4,
.gap-20 .col-md-5,
.gap-20 .col-md-6,
.gap-20 .col-md-7,
.gap-20 .col-md-8,
.gap-20 .col-md-9,
.gap-20 .col-md-10,
.gap-20 .col-md-11,
.gap-20 .col-md-12 {
    padding-right: 10px;
    padding-left: 10px;
}
.row.gap-15 {
    margin-right: -8px;
    margin-left: -7px;
}
.gap-15 .col-sm-1,
.gap-15 .col-sm-2,
.gap-15 .col-sm-3,
.gap-15 .col-sm-4,
.gap-15 .col-sm-5,
.gap-15 .col-sm-6,
.gap-15 .col-sm-7,
.gap-15 .col-sm-8,
.gap-15 .col-sm-9,
.gap-15 .col-sm-10,
.gap-15 .col-sm-11,
.gap-15 .col-sm-12,
.gap-15 .col-md-1,
.gap-15 .col-md-2,
.gap-15 .col-md-3,
.gap-15 .col-md-4,
.gap-15 .col-md-5,
.gap-15 .col-md-6,
.gap-15 .col-md-7,
.gap-15 .col-md-8,
.gap-15 .col-md-9,
.gap-15 .col-md-10,
.gap-15 .col-md-11,
.gap-15 .col-md-12 {
    padding-right: 8px;
    padding-left: 7px;
}
.row.gap-10 {
    margin-right: -5px;
    margin-left: -5px;
}
.gap-10 .col-sm-1,
.gap-10 .col-sm-2,
.gap-10 .col-sm-3,
.gap-10 .col-sm-4,
.gap-10 .col-sm-5,
.gap-10 .col-sm-6,
.gap-10 .col-sm-7,
.gap-10 .col-sm-8,
.gap-10 .col-sm-9,
.gap-10 .col-sm-10,
.gap-10 .col-sm-11,
.gap-10 .col-sm-12,
.gap-10 .col-md-1,
.gap-10 .col-md-2,
.gap-10 .col-md-3,
.gap-10 .col-md-4,
.gap-10 .col-md-5,
.gap-10 .col-md-6,
.gap-10 .col-md-7,
.gap-10 .col-md-8,
.gap-10 .col-md-9,
.gap-10 .col-md-10,
.gap-10 .col-md-11,
.gap-10 .col-md-12 {
    padding-right: 5px;
    padding-left: 5px;
}
.row.gap-5 {
    margin-right: -3px;
    margin-left: -2px;
}
.gap-5 .col-sm-1,
.gap-5 .col-sm-2,
.gap-5 .col-sm-3,
.gap-5 .col-sm-4,
.gap-5 .col-sm-5,
.gap-5 .col-sm-6,
.gap-5 .col-sm-7,
.gap-5 .col-sm-8,
.gap-5 .col-sm-9,
.gap-5 .col-sm-10,
.gap-5 .col-sm-11,
.gap-5 .col-sm-12,
.gap-5 .col-md-1,
.gap-5 .col-md-2,
.gap-5 .col-md-3,
.gap-5 .col-md-4,
.gap-5 .col-md-5,
.gap-5 .col-md-6,
.gap-5 .col-md-7,
.gap-5 .col-md-8,
.gap-5 .col-md-9,
.gap-5 .col-md-10,
.gap-5 .col-md-11,
.gap-5 .col-md-12 {
    padding-right: 3px;
    padding-left: 2px;
}
.row.gap-2 {
    margin-right: -1px;
    margin-left: -1px;
}
.gap-2 .col-sm-1,
.gap-2 .col-sm-2,
.gap-2 .col-sm-3,
.gap-2 .col-sm-4,
.gap-2 .col-sm-5,
.gap-2 .col-sm-6,
.gap-2 .col-sm-7,
.gap-2 .col-sm-8,
.gap-2 .col-sm-9,
.gap-2 .col-sm-10,
.gap-2 .col-sm-11,
.gap-2 .col-sm-12,
.gap-2 .col-md-1,
.gap-2 .col-md-2,
.gap-2 .col-md-3,
.gap-2 .col-md-4,
.gap-2 .col-md-5,
.gap-2 .col-md-6,
.gap-2 .col-md-7,
.gap-2 .col-md-8,
.gap-2 .col-md-9,
.gap-2 .col-md-10,
.gap-2 .col-md-11,
.gap-2 .col-md-12 {
    padding-right: 1px;
    padding-left: 1px;
}
.row.gap-1 {
    margin-right: -1px;
    margin-left: 0px;
}
.gap-1 .col-sm-1,
.gap-1 .col-sm-2,
.gap-1 .col-sm-3,
.gap-1 .col-sm-4,
.gap-1 .col-sm-5,
.gap-1 .col-sm-6,
.gap-1 .col-sm-7,
.gap-1 .col-sm-8,
.gap-1 .col-sm-9,
.gap-1 .col-sm-10,
.gap-1 .col-sm-11,
.gap-1 .col-sm-12,
.gap-1 .col-md-1,
.gap-1 .col-md-2,
.gap-1 .col-md-3,
.gap-1 .col-md-4,
.gap-1 .col-md-5,
.gap-1 .col-md-6,
.gap-1 .col-md-7,
.gap-1 .col-md-8,
.gap-1 .col-md-9,
.gap-1 .col-md-10,
.gap-1 .col-md-11,
.gap-1 .col-md-12 {
    padding-right: 1px;
    padding-left: 0;
}
.row.gap-0,
.row.no-gap {
    margin-right: 0;
    margin-left: 0;
}
.gap-0 .col-sm-1,
.gap-0 .col-sm-2,
.gap-0 .col-sm-3,
.gap-0 .col-sm-4,
.gap-0 .col-sm-5,
.gap-0 .col-sm-6,
.gap-0 .col-sm-7,
.gap-0 .col-sm-8,
.gap-0 .col-sm-9,
.gap-0 .col-sm-10,
.gap-0 .col-sm-11,
.gap-0 .col-sm-12,
.no-gap .col-sm-1,
.no-gap .col-sm-2,
.no-gap .col-sm-3,
.no-gap .col-sm-4,
.no-gap .col-sm-5,
.no-gap .col-sm-6,
.no-gap .col-sm-7,
.no-gap .col-sm-8,
.no-gap .col-sm-9,
.no-gap .col-sm-10,
.no-gap .col-sm-11,
.no-gap .col-sm-12,
.gap-0 .col-md-1,
.gap-0 .col-md-2,
.gap-0 .col-md-3,
.gap-0 .col-md-4,
.gap-0 .col-md-5,
.gap-0 .col-md-6,
.gap-0 .col-md-7,
.gap-0 .col-md-8,
.gap-0 .col-md-9,
.gap-0 .col-md-10,
.gap-0 .col-md-11,
.gap-0 .col-md-12,
.no-gap .col-md-1,
.no-gap .col-md-2,
.no-gap .col-md-3,
.no-gap .col-md-4,
.no-gap .col-md-5,
.no-gap .col-md-6,
.no-gap .col-md-7,
.no-gap .col-md-8,
.no-gap .col-md-9,
.no-gap .col-md-10,
.no-gap .col-md-11,
.no-gap .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .row.sm-gap-20,
    .row.gap-20-sm {
        margin-right: -10px;
        margin-left: -10px;
    }
    .sm-gap-20 .col-sm-1,
    .sm-gap-20 .col-sm-2,
    .sm-gap-20 .col-sm-3,
    .sm-gap-20 .col-sm-4,
    .sm-gap-20 .col-sm-5,
    .sm-gap-20 .col-sm-6,
    .sm-gap-20 .col-sm-7,
    .sm-gap-20 .col-sm-8,
    .sm-gap-20 .col-sm-9,
    .sm-gap-20 .col-sm-10,
    .sm-gap-20 .col-sm-11,
    .sm-gap-20 .col-sm-12,
    .gap-20-sm .col-sm-1,
    .gap-20-sm .col-sm-2,
    .gap-20-sm .col-sm-3,
    .gap-20-sm .col-sm-4,
    .gap-20-sm .col-sm-5,
    .gap-20-sm .col-sm-6,
    .gap-20-sm .col-sm-7,
    .gap-20-sm .col-sm-8,
    .gap-20-sm .col-sm-9,
    .gap-20-sm .col-sm-10,
    .gap-20-sm .col-sm-11,
    .gap-20-sm .col-sm-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .row.sm-gap-25,
    .row.gap-25-sm {
        margin-right: -10px;
        margin-left: -10px;
    }
    .sm-gap-25 .col-sm-1,
    .sm-gap-25 .col-sm-2,
    .sm-gap-25 .col-sm-3,
    .sm-gap-25 .col-sm-4,
    .sm-gap-25 .col-sm-5,
    .sm-gap-25 .col-sm-6,
    .sm-gap-25 .col-sm-7,
    .sm-gap-25 .col-sm-8,
    .sm-gap-25 .col-sm-9,
    .sm-gap-25 .col-sm-10,
    .sm-gap-25 .col-sm-11,
    .sm-gap-25 .col-sm-12,
    .gap-25-sm .col-sm-1,
    .gap-25-sm .col-sm-2,
    .gap-25-sm .col-sm-3,
    .gap-25-sm .col-sm-4,
    .gap-25-sm .col-sm-5,
    .gap-25-sm .col-sm-6,
    .gap-25-sm .col-sm-7,
    .gap-25-sm .col-sm-8,
    .gap-25-sm .col-sm-9,
    .gap-25-sm .col-sm-10,
    .gap-25-sm .col-sm-11,
    .gap-25-sm .col-sm-12 {
        padding-right: 13px;
        padding-left: 12px;
    }
    .row.sm-gap-30,
    .row.gap-30-sm {
        margin-right: -15px;
        margin-left: -15px;
    }
    .sm-gap-30 .col-sm-1,
    .sm-gap-30 .col-sm-2,
    .sm-gap-30 .col-sm-3,
    .sm-gap-30 .col-sm-4,
    .sm-gap-30 .col-sm-5,
    .sm-gap-30 .col-sm-6,
    .sm-gap-30 .col-sm-7,
    .sm-gap-30 .col-sm-8,
    .sm-gap-30 .col-sm-9,
    .sm-gap-30 .col-sm-10,
    .sm-gap-30 .col-sm-11,
    .sm-gap-30 .col-sm-12,
    .gap-30-sm .col-sm-1,
    .gap-30-sm .col-sm-2,
    .gap-30-sm .col-sm-3,
    .gap-30-sm .col-sm-4,
    .gap-30-sm .col-sm-5,
    .gap-30-sm .col-sm-6,
    .gap-30-sm .col-sm-7,
    .gap-30-sm .col-sm-8,
    .gap-30-sm .col-sm-9,
    .gap-30-sm .col-sm-10,
    .gap-30-sm .col-sm-11,
    .gap-30-sm .col-sm-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .row.xs-gap-20 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .xs-gap-20 .col-md-1,
    .xs-gap-20 .col-md-2,
    .xs-gap-20 .col-md-3,
    .xs-gap-20 .col-md-4,
    .xs-gap-20 .col-md-5,
    .xs-gap-20 .col-md-6,
    .xs-gap-20 .col-md-7,
    .xs-gap-20 .col-md-8,
    .xs-gap-20 .col-md-9,
    .xs-gap-20 .col-md-10,
    .xs-gap-20 .col-md-11,
    .xs-gap-20 .col-md-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .row.xs-gap-15 {
        margin-right: -8px;
        margin-left: -7px;
    }
    .xs-gap-15 .col-md-1,
    .xs-gap-15 .col-md-2,
    .xs-gap-15 .col-md-3,
    .xs-gap-15 .col-md-4,
    .xs-gap-15 .col-md-5,
    .xs-gap-15 .col-md-6,
    .xs-gap-15 .col-md-7,
    .xs-gap-15 .col-md-8,
    .xs-gap-15 .col-md-9,
    .xs-gap-15 .col-md-10,
    .xs-gap-15 .col-md-11,
    .xs-gap-15 .col-md-12 {
        padding-right: 8px;
        padding-left: 7px;
    }
    .row.gap-10 {
        margin-right: -5px;
        margin-left: -5px;
    }
    .gap-10 .col-md-1,
    .gap-10 .col-md-2,
    .gap-10 .col-md-3,
    .gap-10 .col-md-4,
    .gap-10 .col-md-5,
    .gap-10 .col-md-6,
    .gap-10 .col-md-7,
    .gap-10 .col-md-8,
    .gap-10 .col-md-9,
    .gap-10 .col-md-10,
    .gap-10 .col-md-11,
    .gap-10 .col-md-12 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .row.gap-5 {
        margin-right: -3px;
        margin-left: -2px;
    }
    .gap-5 .col-md-1,
    .gap-5 .col-md-2,
    .gap-5 .col-md-3,
    .gap-5 .col-md-4,
    .gap-5 .col-md-5,
    .gap-5 .col-md-6,
    .gap-5 .col-md-7,
    .gap-5 .col-md-8,
    .gap-5 .col-md-9,
    .gap-5 .col-md-10,
    .gap-5 .col-md-11,
    .gap-5 .col-md-12 {
        padding-right: 3px;
        padding-left: 2px;
    }
}
@media (max-width: 479px) {
    .col-xss-12 {
        width: 100%;
    }
    .col-xss-7 {
        width: 58.33333333%;
    }
    .col-xss-6 {
        width: 50%;
    }
    .col-xss-5 {
        width: 41.66666667%;
    }
    .col-xss-4 {
        width: 33.33333333%;
    }
    .col-xss-3 {
        width: 25%;
    }
}
/**
 * Typography
 */

.font10 {
    font-size: 10px !important;
}
.font12 {
    font-size: 12px !important;
}
.font13 {
    font-size: 13px !important;
}
.font14 {
    font-size: 14px !important;
}
.font16 {
    font-size: 16px !important;
}
.font18 {
    font-size: 18px !important;
}
.font20 {
    font-size: 20px !important;
}
.font22 {
    font-size: 22px !important;
}
.font24 {
    font-size: 24px !important;
}
.font26 {
    font-size: 26px !important;
}
.font100 {
    font-weight: 100 !important;
}
.font200 {
    font-weight: 200 !important;
}
.font300 {
    font-weight: 300 !important;
}
.font400 {
    font-weight: 400 !important;
}
.font500 {
    font-weight: 500 !important;
}
.font600 {
    font-weight: 600 !important;
}
.font700 {
    font-weight: 700 !important;
}
.line-1 {
    line-height: 1 !important;
}
.line-12 {
    line-height: 1.2 !important;
}
.line-135 {
    line-height: 1.35 !important;
}
.line-145 {
    line-height: 1.45 !important;
}
.line16 {
    line-height: 16px !important;
}
.line18 {
    line-height: 18px !important;
}
.line20 {
    line-height: 20px !important;
}
.line22 {
    line-height: 22px !important;
}
.spacing-1 {
    letter-spacing: 1px;
}
.spacing-2 {
    letter-spacing: 2px;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-primary {
    color: #DB3944 !important;
}
.text-info {
    color: #3A679A !important;
}
.text-success {
    color: #469C3B !important;
}
.text-warning {
    color: #FF8E01 !important;
}
.text-danger {
    color: #DB0B23 !important;
}
.text-color-02 {
    color: #87495B !important;
}
.text-color-03 {
    color: #0B4D81 !important;
}
.text-white {
    color: #FFF !important;
}
.text-grey,
.text-muted {
    color: #A1A1A1 !important;
}
.link-info {
    color: #2E8ED7 !important;
}
.link-info:hover {
    color: #287CBD !important;
}
.link-success {
    color: #68E030 !important;
}
.link-success:hover {
    color: #5CC72A !important;
}
.link-warning {
    color: #FFC537 !important;
}
.link-warning:hover {
    color: #E6B332 !important;
}
.link-danger {
    color: #FF3755 !important;
}
.link-danger:hover {
    color: #E6324D !important;
}
.text-darker {
    color: #333 !important;
}
.text-underline {
    text-decoration: underline;
}
.text-linethrough {
    text-decoration: line-through;
}
.upper,
.uppercase {
    text-transform: uppercase !important;
}
.lower {
    text-transform: lowercase !important;
}
.cap {
    text-transform: capitalize !important;
}
a.link-alt {
    color: #AB9F9D;
}
a.link-alt:hover {
    color: #F04F38;
}
.font-italic {
    font-style: italic !important;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }
}
@media only screen and (max-width: 767px) {
    .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
	.form-control {
	font-size:17px !important
}
}
@media (max-width: 479px) {}
/**
 * Form
 */

.form-control {
    border-radius: 0;
    box-shadow: none;
    border:2px solid #EBEBEB;
    font-weight: 400;
	font-size:15px
}
.form-control::-moz-placeholder {
		color: #777;
}
.form-control:-ms-input-placeholder {
		color: #777;
}
.form-control::-webkit-input-placeholder {
		color: #777;
}
.form-control:focus {
    border-color: #DB3944;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-icon {
    position: relative;
}
.form-icon .form-control {
    padding-left: 28px;
}
.form-icon i {
    position: absolute;
    bottom: 11px;
    left: 10px;
    color: #999;
}
.input-group-addon {
    border-radius: 0;
    border-color: #EBEBEB;
}
.form-group-lg .form-control {
    border-radius: 0;
}
/**
 * Section Title
 */
/**
.section-title { font-size: 20px; line-height: 24px; margin: 0 0 40px; overflow: hidden; }
.section-title h3 { text-transform: uppercase; margin: 0; line-height: 1.15 } 
.section-title h4 { text-transform: uppercase; margin: 0; line-height: 1.15 } 
.section-title p { font-weight: 300; margin: 0; margin-top: 15px; }
*/

.section-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 40px;
}
.section-title h3 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 70px;
    font-size: 30px;
    line-height: 1.15;
    position: relative;
}
.section-title h3:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #DB3944;
}
.section-title h4,
.section-title h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 15px;
    border-left: 2px solid #DB3944;
    padding: 4px 0 3px;
    padding-left: 10px;
    margin-bottom: -15px;
}
.section-title h4 {
    font-size: 22px;
}
.section-title h5 {
    font-size: 17px;
}
.section-title p {
    font-weight: 300;
    margin: 0;
    margin-top: -15px;
    margin-bottom: -5px;
}
.section-title.text-center h3:after {
    left: 50%;
    margin-left: -20px;
}
.section-title-02 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px;
    overflow: hidden;
}
.section-title-02 h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
    line-height: 1.15;
}
.section-title-02 h3 span {
    position: relative;
}
.section-title-02 h3 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1965px;
    width: 1950px;
    margin-top: 0px;
    height: 3px;
    border-top: 3px double #D9D8D7;
}
.section-title-02 h3 small {
    font-weight: 300;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: -4px;
    letter-spacing: 1px;
}
.section-title-02 h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
}
.section-title-02 h4 span {
    position: relative;
    padding-right: 10px;
}
.section-title-02 h4 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -955px;
    width: 950px;
    margin-top: 0px;
    height: 3px;
    border-top: 3px double #D9D8D7;
}
.section-title-02 h5 {
    text-transform: uppercase;
    margin: 0;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: 1px;
}
.section-title-02 h5 span {
    position: relative;
    padding-right: 7px;
}
.section-title-02 h5 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -955px;
    width: 950px;
    margin-top: 0px;
    height: 3px;
    border-top: 3px double #D9D8D7;
}
.section-title-02 p {
    font-weight: 300;
    margin: 0;
    margin-top: 5px;
}
.section-title-02.text-center h3 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -65px;
    width: 50px;
    margin-top: 0px;
    height: 3px;
    border-top: 3px double #D9D8D7;
}
.section-title-02.text-center h3 span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -65px;
    width: 50px;
    margin-top: -1px;
    height: 3px;
    border-top: 3px double #D9D8D7;
}
.sidebar-wrapper .section-title-02 {
    margin: 0 0 20px;
}
.bg-primary .section-title-02 h3 span:after,
.bg-primary .section-title-02.text-center h3 span:before {
    border-top: 3px double rgba(255, 255, 255, 1);
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media (max-width: 479px) {}
/**
 * Background
 */

.bg-primary {
    background: #DB3944 !important;
    color: #FFF !important;
}
.bg-info {
    background: #006C95 !important;
    color: #FFF !important;
}
.bg-success {
    background: #497F46 !important;
    color: #FFF !important;
}
.bg-warning {
    background: #F4733C !important;
    color: #FFF !important;
}
.bg-danger {
    background: #DC0D3B !important;
    color: #FFF !important;
}
.bg-color-02 {
    background: #F0B435 !important;
    color: #FFF !important;
}
.bg-color-03 {
    background: #729C2C !important;
    color: #FFF !important;
}
.bg-light {
    background: #FAFCFA !important;
}
.bg-dark {
    background: #444 !important;
    color: #FFF;
}
.bg-white {
    background: #FFF !important;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-info h1,
.bg-info h2,
.bg-info h3,
.bg-info h4,
.bg-info h5,
.bg-info h6,
.bg-success h1,
.bg-success h2,
.bg-success h3,
.bg-success h4,
.bg-success h5,
.bg-success h6,
.bg-warning h1,
.bg-warning h2,
.bg-warning h3,
.bg-warning h4,
.bg-warning h5,
.bg-warning h6,
.bg-danger h1,
.bg-danger h2,
.bg-danger h3,
.bg-danger h4,
.bg-danger h5,
.bg-danger h6,
.bg-color-02 h1,
.bg-color-02 h2,
.bg-color-02 h3,
.bg-color-02 h4,
.bg-color-02 h5,
.bg-color-02 h6,
.bg-bg-color-03 h1,
.bg-bg-color-03 h2,
.bg-bg-color-03 h3,
.bg-bg-color-03 h4,
.bg-bg-color-03 h5,
.bg-bg-color-03 h6 {
    color: #FFF !important;
}
.bg-primary a,
.bg-info a,
.bg-success a,
.bg-danger a {
    color: #FFF;
}
.bg-primary a:hover,
.bg-info a:hover,
.bg-success a:hover,
.bg-danger a:hover {
    text-decoration: underline;
}
/**
 * Image Background
 */

.image-bg-wrapper {
    position: relative;
    padding: 150px 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    color: #FFF;
}
.image-bg-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(219, 57, 68, 0.3);
}
.image-bg-wrapper.overlay-black:before {
    background: rgba(0, 0, 0, 0.7);
}
.image-bg-wrapper.overlay-white {
    color: #636363;
}
.image-bg-wrapper.overlay-white:before {
    background: rgba(255, 255, 255, 0.7);
}
.image-bg-wrapper.no-overlay:before {
    display: none;
}
.image-bg-wrapper h1,
.image-bg-wrapper h2,
.image-bg-wrapper h3,
.image-bg-wrapper h4,
.image-bg-wrapper h5,
.image-bg-wrapper h6 {
    color: #FFF;
}
.bg-img,
.image-bg {
    background-size: cover !important;
    background-repeat: no;
    background-position: center center;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
    background: rgba(0, 0, 0, 0)
}
.overlay-box:hover .image-overlay {
    background: rgba(0, 0, 0, 0.5)
}
.image-overlay:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}
.overlay-content {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}
.overlay-icon {
    margin-bottom: 6px;
    color: #fff;
    border: 2px solid #FFF;
    padding: 10px;
    border-radius: 3px;
    -webkit-transition: opacity .25s ease, background-color .45s ease;
    transition: opacity .25s ease, background-color .45s ease;
    opacity: 0;
    filter: alpha(opacity=0)
}
.overlay-box:hover .overlay-icon {
    opacity: 1;
    filter: alpha(opacity=100)
}
.overlay-icon i {
    color: #fff;
    font-size: 56px
}
/**
 * Button
 */

.btn {
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 12px 17px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn-sm {
    padding: 6px 12px 5px;
}
.btn-pure {
    padding: 0;
    font-size: inherit;
    padding: 0;
    background: none;
    line-height: 1;
}
.btn-default {
    color: #555;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}
.btn-default:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}
.btn-primary {
    background: #DB3944;
    border-color: #DB3944;
    color: #FFF !important;
    border-bottom: 2px solid #DB3944;
}
.btn-primary:hover {
    background: #870500;
    border-color: #870500;
}
.btn-info {
    background: #2E8ED7;
    border-color: #2E8ED7;
    color: #FFF !important;
}
.btn-info:hover {
    background: #4477B2;
    border-color: #4477B2;
}
.btn-success {
    background: #469C3B;
    border-color: #469C3B;
    color: #FFF !important;
}
.btn-success:hover {
    background: #52B545;
    border-color: #52B545;
}
.btn-warning {
    background: #FF8E01;
    border-color: #FF8E01;
    color: #FFF !important;
}
.btn-warning:hover {
    background: #FFAF4D;
    border-color: #FFAF4D;
}
.btn-danger {
    background: #FF3755;
    border-color: #FF3755;
    color: #FFF !important;
}
.btn-danger:hover {
    background: #F50C27;
    border-color: #F50C27;
}
.btn-color-02 {
    background: #87495B;
    border-color: #87495B;
    color: #FFF !important;
}
.btn-color-02:hover {
    background: #A1576C;
    border-color: #A1576C;
}
.btn-color-03 {
    background: #0B4D81;
    border-color: #0B4D81;
    color: #FFF !important;
}
.btn-color-03:hover {
    background: #0E5E9C;
    border-color: #0E5E9C;
}
.btn-primary.btn-inverse,
.btn-info.btn-inverse,
.btn-success.btn-inverse,
.btn-warning.btn-inverse,
.btn-danger.btn-inverse {
    background: transparent;
    border-width: 2px;
}
.btn-primary.btn-signin {
    color: #DB3944 !important;
    border:1px solid #DB3944 !important;
	background:#fff;
}
.btn-primary.btn-signin:hover, .btn-primary.btn-signin:focus {
    color: #990000 !important;
    border-color: #990000 !important;
    background: #fff;
}
.btn-primary.btn-signup {
    color: #FFF !important;
    background: #DB3944;
    border-color: #DB3944;
}
.btn-primary.btn-signup:hover, .btn-primary.btn-signup:focus {
    color: #FFF !important;
    background: #990000;
    border-color: #990000;
}

template.css:312

.btn-info.btn-inverse {
    color: #2E8ED7 !important;
}
.btn-success.btn-inverse {
    color: #68E030 !important;
}
.btn-warning.btn-inverse {
    color: #FFC537 !important;
}
.btn-danger.btn-inverse {
    color: #FF3755 !important;
}
.btn-primary.btn-inverse:hover {
    color: #FFF !important;
    background: #DB3944;
    border-color: #870500;
}
.btn-info.btn-inverse:hover {
    color: #FFF !important;
    background: #2E8ED7;
    border-color: #2E8ED7;
}
.btn-success.btn-inverse:hover {
    color: #FFF !important;
    background: #469C3B;
    border-color: #469C3B;
}
.btn-warning.btn-inverse:hover {
    color: #FFF !important;
    background: #FF8E01;
    border-color: #FF8E01;
}
.btn-danger.btn-inverse:hover {
    color: #FFF !important;
    background: #FF3755;
    border-color: #FF3755;
}
.btn-form {
    border-radius: 0;
    border: none;
    padding: 7px 7px;
    font-weight: 500;
}
.btn-sm {
    font-size: 10px;
}
.btn-more-less,
.btn-info-more-less {
    background: none;
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #DB3944;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.btn-more-less:hover,
.btn-more-less:focus,
.btn-more-less:active,
.btn-info-more-less:hover,
.btn-info-more-less:focus,
.btn-info-more-less:active {
    color: #DB3944;
}
.btn-app {
    text-align: left;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    background: #222;
    padding: 6px 10px;
    border: 0;
    letter-spacing: 1px;
    margin-right: 0;
    text-transform: capitalize;
}
.btn-app .icon {
    display: block;
    float: left;
    font-size: 28px;
    line-height: 1;
    margin-right: 5px;
}
.btn-app .content {
    display: block;
    float: left;
    padding-top: 3px;
}
.btn-app .content > span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 1px 0 0;
}
.btn-app:hover {
    background: #DB3944;
}
/**
 * Alert
 */

.alert {
    border-radius: 0;
}
.alert-icon {
    position: relative;
    padding-left: 65px;
}
.alert-icon i {
    font-size: 34px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.alert-icon h4 {
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin: 5px 0;
}
/**
 * Social Media
 */

.social-media {
    margin-bottom: 20px
}
.social-media a {
    font-size: 15px;
    line-height: 15px;
    color: #636363;
    text-decoration: none;
    margin-right: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}
.social-media a:last-child {
    margin-right: 0
}
.social-media a.adobe-reader:hover {
    color: #a42222!important
}
.social-media a.amazon:hover {
    color: #fe9608!important
}
.social-media a.android:hover {
    color: #a4c639!important
}
.social-media a.apple:hover {
    color: #d6d7cf!important
}
.social-media a.badoo:hover {
    color: #f17834!important
}
.social-media a.behance:hover {
    color: #1e69e1!important
}
.social-media a.blogger:hover {
    color: #f26c37!important
}
.social-media a.blueetooth:hover {
    color: #0a3d91!important
}
.social-media a.chrome:hover {
    color: #ecc31d!important
}
.social-media a.css:hover {
    color: #14a0dd!important
}
.social-media a.deezer:hover {
    color: #ff0090!important
}
.social-media a.delicious:hover {
    color: #4088da!important
}
.social-media a.deviantart:hover {
    color: #b6ca2a!important
}
.social-media a.digg:hover {
    color: #006094!important
}
.social-media a.dribble:hover {
    color: #f26798!important
}
.social-media a.dropbox:hover {
    color: #007de4!important
}
.social-media a.drupal:hover {
    color: #3677ad!important
}
.social-media a.email:hover {
    color: #000000!important
}
.social-media a.facebook:hover {
    color: #3b5998!important
}
.social-media a.firefox:hover {
    color: #3194cb!important
}
.social-media a.flickr:hover {
    color: #0062dd!important
}
.social-media a.google:hover {
    color: #c63427!important
}
.social-media a.html:hover {
    color: #f06129!important
}
.social-media a.instagram:hover {
    color: #a07459!important
}
.social-media a.internet-explorer:hover {
    color: #20bcee!important
}
.social-media a.itunes:hover {
    color: #169bf0!important
}
.social-media a.java:hover {
    color: #e66e00!important
}
.social-media a.joomla:hover {
    color: #5aa526!important
}
.social-media a.last-fm:hover {
    color: #f73600!important
}
.social-media a.linkedin:hover {
    color: #0077b5!important
}
.social-media a.linux:hover {
    color: #000000!important
}
.social-media a.myspace:hover {
    color: #003399!important
}
.social-media a.opera:hover {
    color: #c10d0c!important
}
.social-media a.outlook:hover {
    color: #0073c6!important
}
.social-media a.paypal:hover {
    color: #193866!important
}
.social-media a.picasa:hover {
    color: #8b689f!important
}
.social-media a.pinterest:hover {
    color: #f71819!important
}
.social-media a.reddit:hover {
    color: #ff4500!important
}
.social-media a.rss:hover {
    color: #fb7629!important
}
.social-media a.safari:hover {
    color: #00a9ec!important
}
.social-media a.share:hover {
    color: #010101!important
}
.social-media a.skype:hover {
    color: #00abeb!important
}
.social-media a.soundcloud:hover {
    color: #ff3b00!important
}
.social-media a.spotify:hover {
    color: #9ac600!important
}
.social-media a.steam:hover {
    color: #020202!important
}
.social-media a.tumblr:hover {
    color: #34465d!important
}
.social-media a.twitter:hover {
    color: #5ea9dd!important
}
.social-media a.utorent:hover {
    color: #269036!important
}
.social-media a.vimeo:hover {
    color: #1ca7cc!important
}
.social-media a.vine:hover {
    color: #02c594!important
}
.social-media a.vk:hover {
    color: #4c75a3!important
}
.social-media a.weibo:hover {
    color: #d52b2b!important
}
.social-media a.weixin:hover {
    color: #f03c48!important
}
.social-media a.whatsapp:hover {
    color: #11ae09!important
}
.social-media a.wikipedia:hover {
    color: #363636!important
}
.social-media a.windows:hover {
    color: #00abf3!important
}
.social-media a.word:hover {
    color: #2a5699!important
}
.social-media a.wordpress:hover {
    color: #464646!important
}
.social-media a.xing:hover {
    color: #005d5e!important
}
.social-media a.yahoo:hover {
    color: #44029a!important
}
.social-media a.youtube:hover {
    color: #e22d24!important
}
/**
 * GridLex
 * http://gridlex.devlint.fr/index.html
 */

[class*=GridLex-grid] {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0
}
.GridLex-col,
[class*=GridLex-col-] {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0
}
.GridLex-col {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}
.GridLex-grid.GridLex-col,
.GridLex-grid[class*=GridLex-col-] {
    margin: 0;
    padding: 0
}
[class*=GridLex-grid-][class*=-noGutter] {
    margin: 0;
	width:100%;
}
[class*=GridLex-grid-][class*=-noGutter]>[class*=GridLex-col] {
    padding: 0
}
[class*=GridLex-grid-][class*=-center] {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
[class*=GridLex-grid-][class*=-right] {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto
}
[class*=GridLex-grid-][class*=-top] {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
[class*=GridLex-grid-][class*=-middle] {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
[class*=GridLex-grid-][class*=-bottom] {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}
[class*=GridLex-grid-][class*=-reverse] {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
[class*=GridLex-grid-][class*=-column] {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
[class*=GridLex-grid-][class*=-column-reverse] {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
[class*=GridLex-grid-][class*=-spaceBetween] {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
[class*=GridLex-grid-][class*=-spaceAround] {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
[class*=GridLex-grid-][class*=-equalHeight]>[class*=GridLex-col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
[class*=GridLex-col-][class*=-top] {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}
[class*=GridLex-col-][class*=-middle] {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}
[class*=GridLex-col-][class*=-bottom] {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}
[class*=GridLex-col-][class*=-first] {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}
[class*=GridLex-col-][class*=-last] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}
[class*=GridLex-grid-1]>[class*=GridLex-col] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}
[class*=GridLex-grid-2]>[class*=GridLex-col] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}
[class*=GridLex-grid-3]>[class*=GridLex-col] {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}
[class*=GridLex-grid-4]>[class*=GridLex-col] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}
[class*=GridLex-grid-5]>[class*=GridLex-col] {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
}
[class*=GridLex-grid-6]>[class*=GridLex-col] {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}
[class*=GridLex-grid-7]>[class*=GridLex-col] {
    -webkit-flex-basis: 14.28571429%;
    -ms-flex-preferred-size: 14.28571429%;
    flex-basis: 14.28571429%;
    max-width: 14.28571429%
}
[class*=GridLex-grid-8]>[class*=GridLex-col] {
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%
}
[class*=GridLex-grid-9]>[class*=GridLex-col] {
    -webkit-flex-basis: 11.11111111%;
    -ms-flex-preferred-size: 11.11111111%;
    flex-basis: 11.11111111%;
    max-width: 11.11111111%
}
[class*=GridLex-grid-10]>[class*=GridLex-col] {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%
}
[class*=GridLex-grid-11]>[class*=GridLex-col] {
    -webkit-flex-basis: 9.09090909%;
    -ms-flex-preferred-size: 9.09090909%;
    flex-basis: 9.09090909%;
    max-width: 9.09090909%
}
[class*=GridLex-grid-12]>[class*=GridLex-col] {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}
@media screen and (max-width: 80em) {
    [class*=_lg-1]>[class*=GridLex-col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=_lg-2]>[class*=GridLex-col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=_lg-3]>[class*=GridLex-col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=_lg-4]>[class*=GridLex-col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=_lg-5]>[class*=GridLex-col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
    [class*=_lg-6]>[class*=GridLex-col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=_lg-7]>[class*=GridLex-col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }
    [class*=_lg-8]>[class*=GridLex-col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*=_lg-9]>[class*=GridLex-col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }
    [class*=_lg-10]>[class*=GridLex-col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }
    [class*=_lg-11]>[class*=GridLex-col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }
    [class*=_lg-12]>[class*=GridLex-col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}
@media screen and (max-width: 64em) {
    [class*=_md-1]>[class*=GridLex-col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=_md-2]>[class*=GridLex-col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=_md-3]>[class*=GridLex-col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=_md-4]>[class*=GridLex-col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=_md-5]>[class*=GridLex-col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
    [class*=_md-6]>[class*=GridLex-col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=_md-7]>[class*=GridLex-col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }
    [class*=_md-8]>[class*=GridLex-col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*=_md-9]>[class*=GridLex-col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }
    [class*=_md-10]>[class*=GridLex-col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }
    [class*=_md-11]>[class*=GridLex-col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }
    [class*=_md-12]>[class*=GridLex-col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}
@media screen and (max-width: 48em) {
    [class*=_sm-1]>[class*=col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=_sm-2]>[class*=col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=_sm-3]>[class*=col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=_sm-4]>[class*=col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=_sm-5]>[class*=col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
    [class*=_sm-6]>[class*=col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=_sm-7]>[class*=col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }
    [class*=_sm-8]>[class*=col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*=_sm-9]>[class*=col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }
    [class*=_sm-10]>[class*=col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }
    [class*=_sm-11]>[class*=col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }
    [class*=_sm-12]>[class*=col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}
@media screen and (max-width: 35.5em) {
    [class*=_xs-1]>[class*=GridLex-col] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=_xs-2]>[class*=GridLex-col] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=_xs-3]>[class*=GridLex-col] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=_xs-4]>[class*=GridLex-col] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=_xs-5]>[class*=GridLex-col] {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
    [class*=_xs-6]>[class*=GridLex-col] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=_xs-7]>[class*=GridLex-col] {
        -webkit-flex-basis: 14.28571429%;
        -ms-flex-preferred-size: 14.28571429%;
        flex-basis: 14.28571429%;
        max-width: 14.28571429%
    }
    [class*=_xs-8]>[class*=GridLex-col] {
        -webkit-flex-basis: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*=_xs-9]>[class*=GridLex-col] {
        -webkit-flex-basis: 11.11111111%;
        -ms-flex-preferred-size: 11.11111111%;
        flex-basis: 11.11111111%;
        max-width: 11.11111111%
    }
    [class*=_xs-10]>[class*=GridLex-col] {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%
    }
    [class*=_xs-11]>[class*=GridLex-col] {
        -webkit-flex-basis: 9.09090909%;
        -ms-flex-preferred-size: 9.09090909%;
        flex-basis: 9.09090909%;
        max-width: 9.09090909%
    }
    [class*=_xs-12]>[class*=GridLex-col] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
}
[class*=GridLex-grid]>[class*=GridLex-col-1] {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}
[class*=GridLex-grid]>[class*=GridLex-col-2] {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}
[class*=GridLex-grid]>[class*=GridLex-col-3] {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}
[class*=GridLex-grid]>[class*=GridLex-col-4] {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}
[class*=GridLex-grid]>[class*=GridLex-col-5] {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}
[class*=GridLex-grid]>[class*=GridLex-col-6] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}
[class*=GridLex-grid]>[class*=GridLex-col-7] {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}
[class*=GridLex-grid]>[class*=GridLex-col-8] {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}
[class*=GridLex-grid]>[class*=GridLex-col-9] {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}
[class*=GridLex-grid]>[class*=GridLex-col-10] {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}
[class*=GridLex-grid]>[class*=GridLex-col-11] {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}
[class*=GridLex-grid]>[class*=GridLex-col-12] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}
[class*=GridLex-grid]>[push-left*=off-0] {
    margin-left: 0
}
[class*=GridLex-grid]>[push-left*=off-1] {
    margin-left: 8.33333333%
}
[class*=GridLex-grid]>[push-left*=off-2] {
    margin-left: 16.66666667%
}
[class*=GridLex-grid]>[push-left*=off-3] {
    margin-left: 25%
}
[class*=GridLex-grid]>[push-left*=off-4] {
    margin-left: 33.33333333%
}
[class*=GridLex-grid]>[push-left*=off-5] {
    margin-left: 41.66666667%
}
[class*=GridLex-grid]>[push-left*=off-6] {
    margin-left: 50%
}
[class*=GridLex-grid]>[push-left*=off-7] {
    margin-left: 58.33333333%
}
[class*=GridLex-grid]>[push-left*=off-8] {
    margin-left: 66.66666667%
}
[class*=GridLex-grid]>[push-left*=off-9] {
    margin-left: 75%
}
[class*=GridLex-grid]>[push-left*=off-10] {
    margin-left: 83.33333333%
}
[class*=GridLex-grid]>[push-left*=off-11] {
    margin-left: 91.66666667%
}
[class*=GridLex-grid]>[push-right*=off-0] {
    margin-right: 0
}
[class*=GridLex-grid]>[push-right*=off-1] {
    margin-right: 8.33333333%
}
[class*=GridLex-grid]>[push-right*=off-2] {
    margin-right: 16.66666667%
}
[class*=GridLex-grid]>[push-right*=off-3] {
    margin-right: 25%
}
[class*=GridLex-grid]>[push-right*=off-4] {
    margin-right: 33.33333333%
}
[class*=GridLex-grid]>[push-right*=off-5] {
    margin-right: 41.66666667%
}
[class*=GridLex-grid]>[push-right*=off-6] {
    margin-right: 50%
}
[class*=GridLex-grid]>[push-right*=off-7] {
    margin-right: 58.33333333%
}
[class*=GridLex-grid]>[push-right*=off-8] {
    margin-right: 66.66666667%
}
[class*=GridLex-grid]>[push-right*=off-9] {
    margin-right: 75%
}
[class*=GridLex-grid]>[push-right*=off-10] {
    margin-right: 83.33333333%
}
[class*=GridLex-grid]>[push-right*=off-11] {
    margin-right: 91.66666667%
}
@media screen and (max-width: 80em) {
    [class*=GridLex-grid]>[class*=_lg-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_lg-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_lg-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_lg-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_lg-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_lg-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_lg-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_lg-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_lg-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_lg-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_lg-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_lg-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_lg-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_lg-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_lg-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_lg-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_lg-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_lg-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_lg-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_lg-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_lg-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_lg-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_lg-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_lg-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_lg-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_lg-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_lg-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_lg-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_lg-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_lg-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_lg-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_lg-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_lg-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_lg-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_lg-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_lg-11] {
        margin-right: 91.66666667%
    }
}
@media screen and (max-width: 64em) {
    [class*=GridLex-grid]>[class*=_md-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_md-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_md-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_md-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_md-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_md-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_md-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_md-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_md-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_md-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_md-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_md-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_md-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_md-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_md-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_md-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_md-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_md-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_md-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_md-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_md-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_md-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_md-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_md-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_md-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_md-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_md-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_md-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_md-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_md-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_md-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_md-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_md-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_md-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_md-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_md-11] {
        margin-right: 91.66666667%
    }
}
@media only screen and (max-width: 1199px) {
    [class*=GridLex-grid]>[class*=_mdd-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_mdd-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_mdd-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_mdd-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_mdd-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_mdd-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_mdd-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_mdd-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_mdd-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_mdd-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_mdd-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_mdd-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_mdd-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_mdd-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_mdd-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_mdd-11] {
        margin-right: 91.66666667%
    }
}
@media only screen and (max-width: 991px) {
    [class*=GridLex-grid]>[class*=_sm-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_sm-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_sm-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_sm-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_sm-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_sm-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_sm-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_sm-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_sm-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_sm-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_sm-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_sm-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_sm-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_sm-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_sm-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_sm-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_sm-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_sm-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_sm-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_sm-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_sm-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_sm-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_sm-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_sm-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_sm-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_sm-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_sm-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_sm-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_sm-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_sm-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_sm-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_sm-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_sm-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_sm-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_sm-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_sm-11] {
        margin-right: 91.66666667%
    }
}
@media only screen and (max-width: 767px) {
    [class*=GridLex-grid]>[class*=_xs-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_xs-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_xs-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_xs-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_xs-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_xs-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_xs-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_xs-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_xs-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_xs-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_xs-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_xs-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_xs-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_xs-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xs-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xs-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_xs-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xs-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xs-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_xs-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xs-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xs-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_xs-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xs-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xs-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_xs-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xs-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xs-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_xs-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xs-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xs-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_xs-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xs-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xs-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_xs-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xs-11] {
        margin-right: 91.66666667%
    }
}
@media (max-width: 479px) {
    [class*=GridLex-grid]>[class*=_xss-1] {
        -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-2] {
        -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-3] {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    [class*=GridLex-grid]>[class*=_xss-4] {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-5] {
        -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-6] {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    [class*=GridLex-grid]>[class*=_xss-7] {
        -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-8] {
        -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-9] {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    [class*=GridLex-grid]>[class*=_xss-10] {
        -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    [class*=GridLex-grid]>[class*=_xss-11] {
        -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    [class*=GridLex-grid]>[class*=_xss-12] {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    [class*=GridLex-grid]>[push-left*=_xss-0] {
        margin-left: 0
    }
    [class*=GridLex-grid]>[push-left*=_xss-1] {
        margin-left: 8.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xss-2] {
        margin-left: 16.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xss-3] {
        margin-left: 25%
    }
    [class*=GridLex-grid]>[push-left*=_xss-4] {
        margin-left: 33.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xss-5] {
        margin-left: 41.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xss-6] {
        margin-left: 50%
    }
    [class*=GridLex-grid]>[push-left*=_xss-7] {
        margin-left: 58.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xss-8] {
        margin-left: 66.66666667%
    }
    [class*=GridLex-grid]>[push-left*=_xss-9] {
        margin-left: 75%
    }
    [class*=GridLex-grid]>[push-left*=_xss-10] {
        margin-left: 83.33333333%
    }
    [class*=GridLex-grid]>[push-left*=_xss-11] {
        margin-left: 91.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xss-0] {
        margin-right: 0
    }
    [class*=GridLex-grid]>[push-right*=_xss-1] {
        margin-right: 8.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xss-2] {
        margin-right: 16.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xss-3] {
        margin-right: 25%
    }
    [class*=GridLex-grid]>[push-right*=_xss-4] {
        margin-right: 33.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xss-5] {
        margin-right: 41.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xss-6] {
        margin-right: 50%
    }
    [class*=GridLex-grid]>[push-right*=_xss-7] {
        margin-right: 58.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xss-8] {
        margin-right: 66.66666667%
    }
    [class*=GridLex-grid]>[push-right*=_xss-9] {
        margin-right: 75%
    }
    [class*=GridLex-grid]>[push-right*=_xss-10] {
        margin-right: 83.33333333%
    }
    [class*=GridLex-grid]>[push-right*=_xss-11] {
        margin-right: 91.66666667%
    }
}
.GridLex-gap-1 {
    margin-left: -1px;
    margin-right: 0;
    margin-bottom: -1px
}
.GridLex-gap-0 > div > div > div,
.GridLex-gap-0 > div > div > a {
    width: 100%;
}
.GridLex-gap-1 {
    margin-left: -1px;
    margin-right: 0;
    margin-bottom: -1px;
}
.GridLex-gap-1 > div > div > div,
.GridLex-gap-1 > div > div > a {
    margin-left: 1px;
    margin-right: 0;
    margin-bottom: 1px;
    width: 100%;
}
.GridLex-gap-2 {
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -2px;
}
.GridLex-gap-2 > div > div > div,
.GridLex-gap-2 > div > div > a {
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 2px;
    width: 100%;
}
.GridLex-gap-5 {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}
.GridLex-gap-5 > div > div > div,
.GridLex-gap-5 > div > div > a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 100%;
}
.GridLex-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}
.GridLex-gap-10 > div > div > div,
.GridLex-gap-10 > div > div > a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 100%;
}
.GridLex-gap-15 {
    margin-left: -8px;
    margin-right: -7px;
    margin-bottom: -15px;
}
.GridLex-gap-15 > div > div > div,
.GridLex-gap-15 > div > div > a {
    margin-left: 8px;
    margin-right: 7px;
    margin-bottom: 15px;
    width: 100%;
}
.GridLex-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
.GridLex-gap-20 > div > div > div,
.GridLex-gap-20 > div > div > a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.GridLex-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}
.GridLex-gap-30 > div > div > div,
.GridLex-gap-30 > div > div > a {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    width: 100%;
}
.GridLex-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
}
.GridLex-gap-40 > div > div > div,
.GridLex-gap-40 > div > div > a {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 100%;
}
.GridLex-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -50px;
}
.GridLex-gap-50 > div > div > div,
.GridLex-gap-50 > div > div > a {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 50px;
    width: 100%;
}
.GridLex-gap-30 .GridLex-gap-30 {
    margin-left: 0;
}
.GridLex-gap-1.no-mb,
.GridLex-gap-2.no-mb,
.GridLex-gap-5.no-mb,
.GridLex-gap-10.no-mb,
.GridLex-gap-20.no-mb,
.GridLex-gap-30.no-mb,
.GridLex-gap-40.no-mb,
.GridLex-gap-50.no-mb {
    margin-bottom: 0;
}
.GridLex-gap-1.no-mb > div > div > div,
.GridLex-gap-2.no-mb > div > div > div,
.GridLex-gap-5.no-mb > div > div > div,
.GridLex-gap-10.no-mb > div > div > div,
.GridLex-gap-20.no-mb > div > div > div,
.GridLex-gap-30.no-mb > div > div > div,
.GridLex-gap-40.no-mb > div > div > div,
.GridLex-gap-50.no-mb > div > div > div {
    margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
    .GridLex-gap-20-mdd {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px
    }
    .GridLex-gap-20-mdd > div > div > div {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .GridLex-gap-20-sm {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px
    }
    .GridLex-gap-20-sm > div > div > div {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .GridLex-gap-20-xs {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px
    }
    .GridLex-gap-20-xs > div > div > div {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        width: 100%;
    }
    .GridLex-gap-10-xs {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -10px
    }
    .GridLex-gap-10-xs > div > div > div {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        width: 100%;
    }
}
@media (max-width: 479px) {}


@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .restaurant-list-item .meta {
        text-align: left;
        clear: both;
        padding-left: 25px;
        padding-top: 5px;
    }
    .restaurant-list-item .rating-wrapper {
        float: left;
        margin-top: 6px;
    }
	.rating { margin-top:0 !important;}
    .restaurant-list-item .price {
        float: right;
    }
    .restaurant-list-item .right-bottom {
        position: relative;
        right: 0;
        bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .restaurant-list-item .content,
    .restaurant-list-item .meta {
        padding-left: 15px;
    }
    .restaurant-list-item .cuisine {
        left: 15px;
    }
	.btn-sm{ font-size:15px; margin-top:15px;}
	
	section,
	.section {
		padding: 30px 0;
	}
	
	
}
@media (max-width: 479px) {
    .restaurant-list-item .content {
        padding: 15px 0 0;
    }
    .restaurant-list-item .meta {
        padding: 0px 0 0;
    }
    .restaurant-list-item .cuisine {
        position: relative;
        left: 0;
    }
}
.category-list li {
    padding: 12px 12px 12px 8px;
    font-size: 1.8rem;
	background: #fff;
    padding: 12px 6px;
    border-bottom: 1px solid #e6e6e6;
}

.category-list a {
    color: #333;
    text-decoration: none;
	font-size:16px;
	font-weight:500;
	font-size:18px;
}
.category-list i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    top: -.1em;
    fill: #666;
	padding:0 15px 0 0;
	color: #db3944;
	font-size:25px;
	width:40px;
}
.mob-cat{
	margin-top:0;
	padding:0 !important;
}



/**
 * Breadcrumb
 */
.breadcrumb-red-bg{
	background:#db3944;
}
.breadcrumb-red-bg .breadcrumb a {
    color: #fff !important;
}
.breadcrumb-wrapper .breadcrumb .active {
	color:#ffc5c9 !important
}

.breadcrumb-wrapper {
    padding: 0;
    margin: 0 0 5px;
}
.breadcrumb-wrapper .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: none;
}
.breadcrumb-wrapper .breadcrumb a {
    color: #555;
    padding: 0;
    margin: 0;
}
.breadcrumb-wrapper .breadcrumb .active {
    color: #AAA;
}
.btn-change-search {
    background: transparent;
    margin: 0;
    border: 1px solid #CCC;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.change-search-wrapper > div {
    padding-top: 15px;
}
.change-search-wrapper > div .sub-inner {
    padding: 10px;
    background: #DDDDDD;
}
.change-search-wrapper .form-group {
    margin: 0;
}
.change-search-wrapper .form-control {
    margin: 0;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media (max-width: 479px) {}
/**
 * Food Menu
 */

.food-menu-item {
    position: relative;
    margin-bottom: 25px;
}
.food-menu-item:last-child {
    margin-bottom: 25px;
}
.food-menu-item .image {
    width: 75px;
    float: left;
    border-radius: 50%;
    border: 2px solid #DEDEDE;
    padding: 2px;
}
.food-menu-item .image img {
    border-radius: 50%;
}
.food-menu-item .content {
    margin-left: 90px;
	    height: 232px;
		overflow:hidden;
}
.food-menu-item .content h6 {
    line-height: 1.2;
    position: relative;
    letter-spacing: 1px;
    margin: 0 0 12px;
	overflow:hidden
}
.food-menu-item .content h6:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    border-top: none;
}
.food-menu-item .content h6 span {
    background: #F3F2F1;
    display: inline-block;
    position: relative;
    padding-right: 7px;
	white-space:nowrap;
	max-width:260px;
	overflow:hidden;
}
.food-menu-item .content p {
    margin: 0;
    margin-right: 60px;
}
.food-menu-item .price {
    position: relative;
    top: 0;
    right: 0;
    background: #F3F2F1;
    padding-left: 0;
    color: #DB3944;
    font-weight: 700;
    font-size: 16px;
	float:right;
}
.food-menu-item.no-image .content {
    margin-left: 0;
}
.detail-content-section .panel-body .food-menu-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media (max-width: 479px) {}
/**
 * Contact Page
 */

.contact-box {
    margin: 10px 0 20px;
}
ul.contact-list li {
    position: relative;
    padding-left: 56px;
    font-size: 13px;
}
ul.contact-list li + li {
    margin-top: 15px;
}
ul.contact-list li .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #DB3944;
    text-align: center;
    line-height: 46px;
    color: #DB3944;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.infoBox {
    background: #fff!important;
    border: 1px solid #DB3944;
    font-size: 12px;
    line-height: 1.2;
    width: 120px!important;
    margin-left: -60px;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
}
.infoBox:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #DB3944;
    border-width: 10px;
    margin-left: -10px;
}
.infoBox > img {
    height: 16px;
    width: 16px;
    overflow: hidden;
    position: absolute!important;
    top: -8px;
    right: -8px;
    display: block;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.infoBox > img:hover {} .infoBox h4,
.infoBox h5,
.infoBox h6 {
    margin: 0;
    line-height: 1;
}
.infoBox h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
}
.infoBox #infobox {
    position: relative
}
.infobox-wrapper {
    display: none
}
#single_office_map {
    width: 100%;
    min-height: 300px;
}
.map-contact-wrapper {
    padding: 2px;
    background: #FFF;
    border: 3px double #D9D8D7;
}
.infoBox {
    background: #fff!important;
    border: 1px solid #DB3944;
    font-size: 14px;
    line-height: 1.2;
    width: 120px!important;
    margin-left: -60px;
    padding: 5px;
    text-align: center;
}
h4.infoBox-contact-branch,
h5.infoBox-contact-branch,
h6.infoBox-contact-branch {
    margin: 5px 0 15px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.infoBox p {
    margin: 0 0 12px;
}
.contact-item-wrapper {
    width: 100%;
}
.contact-item-wrapper > [class*=GridLex-grid] {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.contact-item-wrapper > div > div {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-form-wrapper-boxed {} .contact-form-wrapper .help-block {
    line-height: 1.2;
    font-size: 12px;
}
.contact-text-featured-item .content p {} .contact-social a {
    margin-right: 5px;
}
.contact-featured {
    line-height: 22px;
    color: #999;
    margin: 0 0 15px;
}
.contact-featured h4 {
    background: #FCF8F7;
    position: relative;
    padding: 13px 20px;
    padding-left: 60px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 25px;
}
.contact-featured h4 .icon {
    background: #F04F38;
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 44px;
    padding-top: 13px;
    font-size: 17px;
}
.contact-branch-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
.contact-branch-item {
    border: 1px solid #CCC;
    padding: 25px;
    margin: 0 10px 20px;
    width: 100%;
    line-height: 1.2;
}
.contact-branch-item h5,
.contact-branch-item h6 {
    line-height: 1.2;
    margin: 0 0 15px;
}
.infobox-wrapper {
    display: none
}
.infobox-address .address-text {
    line-height: 1.2;
    margin: 15px 0;
}
.infobox-address ul.address-list li {
    margin: 3px 0;
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
}
.infobox-address ul.address-list li i {
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media (max-width: 479px) {}
/**
 * Detail, Submission and Reservation Page
 */

.detail-header-inner {
    background: rgba(0,0,0,0.6);
    width: auto;
    display: inline-block;
    color: #FFF;
    padding: 25px 30px 20px;
}
.detail-header-inner h3 {
    color: #FFF;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.15;
}
.detail-header-inner .location {
    font-size: 16px;
    margin: 0 0 5px;
}
.detail-header-inner .rating-item {
    font-size: 15px;
}
.detail-header-inner .rating-item .rating-symbol-background {
    color: rgba(255, 255, 255, 0.7);
}
.detail-header-inner .rating-wrapper .texting {
    color: rgba(255, 255, 255, 0.9);
}
/*.detail-content-section {
    margin-top: 30px;
}*/
.detail-content-section .section-title-02 {
    margin-bottom: 20px;
}
.reserve-box {
    background: #FFF;
    border: 3px double #EBE9E8;
    margin: 0 0 25px;
}
.reserve-box h5 {
    text-transform: uppercase;
    background: #DB3944;
    color: #FFF;
    line-height: 1;
    margin: 0;
    margin-left: -3px;
    margin-top: -3px;
    margin-right: -3px;
    padding: 15px 23px;
}
.reserve-box .form-wrapper {
    padding: 20px;
}
.multiple-sticky.for-detail-page {
    margin-top: 10px;
}
.multiple-sticky.fixed.for-detail-page {
    margin-top: 0;
}
#map-simple {
    min-height: 160px
}
.map-submit {
    height: 300px
}
.marker-loaded .map-marker {
    visibility: visible
}
.map-marker {
    visibility: hidden;
    border-radius: 0;
    -moz-transition: .4s ease-in-out all;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all;
    background-color: #fff;
    height: 36px;
    width: 36px;
    position: relative;
    text-align: center;
    z-index: 1;
    bottom: 12px
}
.map-marker:before {
    -moz-transition: .4s ease-in-out all;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all;
    border-style: solid;
    border-width: 12px 22px 0;
    border-color: #fff transparent transparent;
    bottom: -12px;
    content: "";
    left: -4px;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 0
}
.map-marker:after {
    -moz-transition: .4s ease-in-out all;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all;
    border-style: solid;
    border-width: 12px 22px 0;
    border-color: rgba(0, 0, 0, 0.1) transparent transparent;
    bottom: -14px;
    content: "";
    left: -4px;
    height: 0;
    position: absolute;
    width: 0;
    z-index: -1
}
.map-marker:hover {
    background-color: #DB3944;
    cursor: pointer
}
.map-marker:hover:before {
    border-color: #DB3944 transparent transparent
}
.map-marker .icon {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: .3s ease-in-out all;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    background-color: #fff;
    border: 3px solid #DB3944;
    height: 28px;
    left: 4px;
    width: 28px;
    overflow: hidden;
    position: relative;
    top: 5px
}
.map-marker .icon img {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
    display: block;
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px
}
.opening-hours-wrapper {
    margin-bottom: 40px;
}
.opening-hours-box .input-group-addon {
    background: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}
.food-menu-form-wrapper {
    border-bottom: 3px double #CCCBCA;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
.food-menu-form-box {
    background: #FFF;
    padding: 30px 25px 15px;
    padding-left: 70px;
    position: relative;
    border: 1px solid #EBEBEB;
}
.food-menu-form-box .icon {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 16px;
}
.food-menu-form-box .icon .number-label {
    position: absolute;
    top: -5px;
    right: -14px;
    font-size: 11px;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    border-radius: 50%;
    font-weight: 700;
}
.food-menu-form-box .image-upload {
    width: 150px;
    float: left;
}
.food-menu-form-box .food-memu-form {
    margin-left: 175px;
}
.food-menu-form-box .food-memu-form label {
    line-height: 1.45;
    display: block;
    margin-bottom: 3px;
}
.food-menu-form-box .dropzone {
    padding: 0;
}
.food-menu-form-box .dropzone .dz-preview {
    background-color: #FFF;
    margin: 0
}
.food-menu-form-box .dropzone .dz-preview .dz-details,
.food-menu-form-box .dropzone-previews .dz-preview .dz-details {
    width: 133px;
    height: 133px;
    padding: 0;
    margin-bottom: 22px;
}
.food-menu-form-box .dropzone .dz-preview .dz-details img,
.food-menu-form-box .dropzone-previews .dz-preview .dz-details img {
    width: 133px;
    height: 133px
}
.food-menu-form-box .dropzone .dz-preview .dz-progress,
.food-menu-form-box .dropzone-previews .dz-preview .dz-progress {
    top: 133px;
}
.food-menu-form-box .dz-default.dz-message {} .food-menu-form-box .dz-default.dz-message span {
    line-height: 1.2;
    font-size: 12px;
    letter-spacing: 0.5px;
}
ul.reservation-summary-list {
    border: 3px double #EBE9E8;
    background: #FFF;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
}
ul.reservation-summary-list li {
    display: inline-block;
    margin: 0 0 10px;
    line-height: 1.2;
    padding: 0;
    letter-spacing: 1px;
    margin-right: 25px;
    vertical-align: middle;
}
ul.reservation-summary-list li:last-child {
    margin-right: 0;
}
ul.reservation-summary-list li span.block {
    margin-top: 2px;
}
ul.reservation-summary-list li .image {
    width: 80px;
}
ul.reservation-summary-list li h6 {
    margin: 7px 0 0;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
.open-time-box {
    margin: 10px 0 20px;
}
ul.open-time-list {
    margin: 20px 0 0;
}
ul.open-time-list li {
    border-bottom: 1px dotted #CCC;
    line-height: 1;
    margin-bottom: 13px;
    padding-bottom: 13px;
}
ul.open-time-list li:last-child {
    border-bottom: 0;
}
ul.open-time-list li .day {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    letter-spacing: 0.5px;
}
ul.open-time-list li .time {
    text-align: right;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #A1A1A1;
}
ul.open-time-list li.day-close,
ul.open-time-list li.day-close .day,
ul.open-time-list li.day-close .time {
    color: #DB3944;
    font-weight: 700;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {
    .submite-list-wrapper {
        overflow: hidden;
    }
    ul.open-time-list li .time {
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .submite-list-box {
        overflow: hidden;
    }
    .food-menu-form-box .image-upload {
        float: none;
    }
    .food-menu-form-box .food-memu-form {
        margin-left: 0;
        margin-top: 20px;
    }
}
/**
 * Destination
 */

.destination-grid-item a {
    display: block;
    color: #636363;
}
.destination-grid-item a h4 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    margin: 20px 0 5px;
}
.destination-grid-item a:hover h4 {
    color: #E63C47;
}
.destination-grid-item-02 a {
    display: block;
    position: relative;
}
.destination-grid-item-02 a .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.destination-grid-item-02 a .content h4 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0 0 15px;
}
.destination-grid-item-02 a .content h4 span {
    background: rgba(219, 57, 68, 0.8);
    color: #FFF;
    padding: 2px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.destination-grid-item-02 a .content > span {
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    padding: 5px 10px;
}
.destination-grid-item-02 a:hover .content {
    padding-left: 15px;
}
.destination-grid-item-02 a:hover .content h4 span {
    background: rgba(219, 57, 68, 1);
}
.destination-grid-item-02 a:hover .content > span {
    background: rgba(0, 0, 0, 1);
}
/**
 * Category
 */

.featured-category-item {
    text-align: center;
    line-height: 1;
}
.featured-category-item .icon {
    font-size: 64px;
}
.featured-category-item h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 0;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.featured-category-item .image {
    border: 2px solid #D9D8D7;
    border-radius: 50%;
    padding: 2px;
    width: 90%;
    margin: 0 auto 10px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.featured-category-item .image img {
    border-radius: 50%;
}
.featured-category-item:hover .image {
    border-color: #DB3944;
}
/**
 * Restaurant Item
 */

.restaurant-grid-item a {
    color: #000;
/*    display: block;	*/
    display: inline;
}
.restaurant-grid-item .image {
    overflow: hidden;
    position: relative;
}
.restaurant-grid-item .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}
.restaurant-grid-item:hover .image:after {
    background: rgba(0, 0, 0, 0);
}
.restaurant-grid-item .image img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.restaurant-grid-item:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.restaurant-grid-item .content h5 {
    margin: 15px 0 10px;
    line-height: 24px;
}
.restaurant-grid-item .content h6 {
    margin: 15px 0 10px;
    line-height: 1.25;
}
.restaurant-grid-item .location {
    margin: 0 0 3px;
    line-height: 1.45;
}
.restaurant-grid-item .cuisine {
    margin: 10px 0 0;
}
.restaurant-grid-item .cuisine span {
    text-transform: uppercase;
    font-size: 13px;
    color: #DB3944;
    border-top: 1px solid #DB3944;
    padding-top: 3px;
    margin-left: 5px;
}
.restaurant-grid-item.bg-white {
    padding: 10px;
    border: 3px double #EBE9E8;
}
.restaurant-grid-wrapper.alt-content .restaurant-grid-item .content {
    border: 3px double #D9D8D7;
    padding: 0 15px 10px;
    background: rgba(255, 255, 255, 1);
    margin: 0 10px;
    margin-top: -25px;
    position: relative;
}
.restaurant-grid-wrapper.alt-content .restaurant-grid-item .content .location {
    font-size: 13px;
    line-height: 1.45;
}
.restaurant-grid-wrapper.alt-content .restaurant-grid-item .content .rating-wrapper .rating-item {
    font-size: 11px;
}
.restaurant-list-item-wrapper {} .restaurant-list-item {
    position: relative;
    border-bottom: 1px solid #E0DFDE;
    padding-bottom: 25px;
    margin-bottom: 0;
	/*float:left;*/
}
.restaurant-list-item .GridLex-grid-noGutter-equalHeight .GridLex-grid-noGutter-equalHeight {
    width: 100%;
}
.restaurant-list-item .content-wrapper {
    position: relative;
}
.restaurant-list-item .content {
    padding: 0px 0 30px;
    padding-left: 25px;
    width: 100%;
}
.restaurant-list-item h5 {
    margin: 0 0 10px;
    line-height: 24px;
}
.restaurant-list-item h5 a {
    color: #636363;
}
.restaurant-list-item .location {
    margin: 0 0 15px;
    line-height: 18px;
}
.restaurant-list-item .short-info {
    margin: 0 0 15px;
    line-height: 17px;
    font-size: 13px;
}
.restaurant-list-item .offer {
    margin: 0 0 15px;
    line-height: 18px;
    font-weight: 500;
    font-size: 16px;
}
.restaurant-list-item .cuisine {
    margin: 0;
    position: absolute;
    left: 25px;
    bottom: 0;
}
.restaurant-list-item .cuisine span {
    text-transform: uppercase;
    font-size: 13px;
    color: #DB3944;
    border-top: 1px solid #DB3944;
    padding-top: 3px;
    margin-left: 5px;
}
.restaurant-list-item .meta-wrapper {
    position: relative;
}
.restaurant-list-item .meta {
    text-align: right;
    width: 100%;
}
.restaurant-list-item .rating-wrapper .rating-item,
.restaurant-list-item .rating-wrapper .texting {
    display: block;
}
.restaurant-list-item .right-bottom {
    position: absolute;
    right: 0;
    bottom: 3px;
}
.restaurant-list-item .price {
    margin-bottom: 10px;
    text-align: right;
}
.restaurant-list-item .price span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #DB3944;
}
.no-last-bb .restaurant-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.restaurant-sm-item {
    line-height: 1.25;
    font-size: 13px;
    color: #636363;
    border-bottom: 1px dashed #D9D8D7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.restaurant-sm-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.restaurant-sm-item a {
    display: block;
    color: #636363;
}
.restaurant-sm-item .image {
    width: 80px;
    float: left;
    padding-top: 3px;
}
.restaurant-sm-item .content {
    margin-left: 95px;
}
.restaurant-sm-item .content h6 {
    line-height: 1.2;
    margin: 0 0 7px;
}
.restaurant-sm-item .content p {
    margin: 0 0 5px;
}
.restaurant-sm-item .content .rating-wrapper {
    margin: 0 0 7px;
}
.restaurant-sm-item .content .rating-wrapper .rating-item {
    font-size: 11px;
}
.restaurant-img-bg-item {
    overflow: hidden;
    position: relative;
}
.restaurant-img-bg-item .img-bg {
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
}
.restaurant-img-bg-item:hover .img-bg {
    transform: scale(1.2);
}
.restaurant-img-bg-item a {
    display: block;
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.restaurant-img-bg-item .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    line-height: 1.45;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    padding: 5px;
    padding-top: 40px;
}
.restaurant-img-bg-item .content h4 {
    color: #FFF;
    line-height: 1.2;
    margin: 0 0 7px;
}
.restaurant-img-bg-item .content p {
    margin: 0 0 5px;
}
.restaurant-img-bg-item .content p.location {
    font-size: 13px;
    margin: 0 0 10px;
}
.restaurant-img-bg-item .content .content-inner {
    border: 3px double rgba(255, 255, 255, 0.8);
    padding: 15px;
    position: relative;
}
.restaurant-img-bg-item p.cuisine {
    margin: 15px 0 0;
}
.restaurant-img-bg-item .content .cuisine span {
    text-transform: uppercase;
    font-size: 13px;
    border-top: 1px solid #FFF;
    padding-top: 3px;
    margin-left: 5px;
}
.restaurant-img-bg-item .rating-wrapper {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 1;
}
.restaurant-img-bg-item .rating-inner {
    padding: 3px 10px;
    position: relative;
    color: #FFF;
    background: rgba(219, 57, 68, 0.8);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.restaurant-img-bg-item .rating-wrapper .rating-item {
    font-size: 11px;
}
.restaurant-img-bg-item .rating-symbol-background {
    color: rgba(255, 255, 255, 0.5);
}
.restaurant-img-bg-item .rating-symbol-foreground {
    color: rgba(255, 255, 255, 1);
}
.featured-grid-layout-wrapper .restaurant-img-bg-item .img-bg {
    height: 500px;
}
.featured-grid-layout-wrapper .restaurant-img-bg-item.half-height .img-bg {
    height: 240px;
}
.slick-featured-restuarant-wrapper {
    margin-right: -11px;
}
.slick-featured-restuarant-wrapper .slick-prev,
.slick-featured-restuarant-wrapper .slick-next {
    position: absolute;
    top: 0;
    margin-top: -60px;
}
.slick-featured-restuarant-wrapper .slick-prev {
    left: auto;
    right: 37px;
}
.slick-featured-restuarant-wrapper .slick-next {
    right: 11px
}
.featured-restuarant-item {
    margin-bottom: 30px;
    margin-right: -11px;
}
.featured-restuarant-item:last-child {
    margin: 0;
}
.featured-restuarant-item > div {
    display: inline-block;
    vertical-align: middle;
}
.featured-restuarant-item .content-left {
    width: 39%;
}
.featured-restuarant-item .content-right {
    width: 60%;
}
.featured-restuarant-item .content-right-inner {
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #F3F2F1;
    position: relative;
}
.featured-restuarant-item .content-right-inner-2 {
    border: 3px double #D9D8D7;
    padding: 35px 30px 30px;
    padding-left: 55px;
}
.featured-restuarant-item .content-right h5 {
    text-transform: uppercase;
    line-height: 1.2;
}
.featured-restuarant-item .restaurant-img-bg-item .content .content-inner {
    margin-right: 150px;
}
.featured-restuarant-item .restaurant-img-bg-item:hover .img-bg {
    transform: scale(1);
}
.featured-restuarant-item .food-menu-item {
    margin-bottom: 30px;
}
.featured-restuarant-item .food-menu-item .content h6 span {
    background: #FEFEFE;
}
.featured-restuarant-item .food-menu-item .content p {
    font-size: 13px;
    line-height: 1.45;
}
.featured-restuarant-item .food-menu-item .price {
    background: #FEFEFE;
}
.featured-restuarant-item.alt-content-position .restaurant-img-bg-item .content .content-inner {
    margin-right: 0;
    margin-left: 150px;
}
.featured-restuarant-item.alt-content-position .restaurant-img-bg-item .rating-wrapper {
    left: auto;
    right: 10px;
}
.featured-restuarant-item.alt-content-position .content-right-inner {
    margin-left: 0;
    margin-right: -40px;
    z-index: 2;
}
.featured-restuarant-item.alt-content-position .content-right-inner-2 {
    padding-left: 30px;
    padding-right: 55px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .restaurant-list-item .meta {
        text-align: left;
        clear: both;
        padding-left: 25px;
        padding-top: 5px;
    }
    .restaurant-list-item .rating-wrapper {
        float: left;
        margin-top: 10px;
    }
    .restaurant-list-item .price {
        float: right;
    }
    .restaurant-list-item .right-bottom {
        position: relative;
        right: 0;
        bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .restaurant-list-item .content,
    .restaurant-list-item .meta {
        padding-left: 15px;
    }
    .restaurant-list-item .cuisine {
        left: 15px;
    }
}
@media (max-width: 479px) {
    .restaurant-list-item .content {
        padding: 15px 0 0;
    }
    .restaurant-list-item .meta {
        padding: 10px 0 0;
    }
    .restaurant-list-item .cuisine {
        position: relative;
        left: 0;
    }
}
/**
 * Featured Item
 */

.featured-icon {
    line-height: 18px;
}
.featured-icon .icon {
    font-size: 48px;
    margin: 0 0 15px;
}
.featured-icon h5 {
    text-transform: uppercase;
    margin: 17px 0 10px;
}
.featured-image {
    background-size: cover;
    background-position: center center;
    min-height: 260px;
    position: relative;
    color: #636363;
    font-size: 18px;
    font-weight: 300;
}
.featured-image a {
    color: #636363;
}
.featured-image .content {
    position: absolute;
    bottom: 0;
    left: 60px;
    right: 60px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 20px 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.featured-image .content:hover {
    background: rgba(255, 255, 255, 1);
}
.featured-box.bt {
    border-top: 3px double #D9D8D7;
    padding-top: 30px;
}
.featured-box + .featured-box {
    margin-top: 30px;
}
.featured-box h5 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
ul.featured-box-list li {
    line-height: 1.3;
}
ul.featured-box-list li + li {
    margin-top: 20px;
}
ul.featured-box-list li .bg-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    float: left;
}
ul.featured-box-list li .content {
    margin-left: 50px;
}
ul.featured-box-list li .content h6 {
    line-height: 1;
    margin-bottom: 10px;
}
.call-reserve-box {
    position: relative;
    padding-left: 65px;
    font-size: 13px;
    line-height: 1.2;
}
.call-reserve-box .icon {
    width: 50px;
    height: 50px;
    border: 2px solid #DB3944;
    color: #DB3944;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
}
.call-reserve-box h5 {
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 7px;
}
.call-reserve-box p {
    margin-bottom: 7px;
}
.call-reserve-box .phone-number {
    letter-spacing: 1px;
}
.call-reserve-box span.number {
    display: block;
    letter-spacing: 0.5px;
    font-size: 22px;
    color: #DB3944;
    font-weight: 700;
}
.common-grid-item h5 {
    position: relative;
    padding-left: 25px;
    color: #DB3944;
    margin-top: 25px;
}
.common-grid-item h5:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    border: 2px solid #DB3944;
}
.promo-inner {
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #FFF;
    padding: 50px 50px;
}
.promo-inner p {
    font-size: 16px;
    line-height: 31px;
    margin-top: 30px;
}
.submite-list-box {
    margin: 0 0 40px;
}
.submite-list-box:last-child {
    margin-bottom: 0;
}
.notify-box {
    border: 3px double #EBE9E8;
    background: #FFF;
    padding: 25px 30px 5px;
    padding-right: 120px;
    margin-bottom: 40px;
    position: relative;
}
.notify-box .btn-absolute {
    position: absolute;
    top: 35px;
    right: 30px;
}
.notify-box h4 {
    margin: 8px 0 26px;
    letter-spacing: 1px;
}
.partner-image-item {
    text-align: center;
}
.partner-image-item img {
    width: auto;
    display: inline-block;
}
.promo-img-bg {
    text-align: center;
}
.promo-img-bg .icon {
    font-size: 88px;
    line-height: 1;
    margin: 0 0 30px;
}
.promo-img-bg h2 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.promo-img-bg p {
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 25px;
}
.common-grid-wrapper-02 {
    margin-right: -5px;
}
.common-grid-item-02 > div {
    display: inline-block;
    vertical-align: middle;
}
.common-grid-item-02 .image {
    width: 49%;
    border: 2px solid #D9D8D7;
    padding: 2px;
}
.common-grid-item-02 .content {
    width: 50%;
    line-height: 1.45;
}
.common-grid-item-02 .content .content-inner {
    margin-left: -35px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #F3F2F1;
}
.common-grid-item-02 .content-inner-2 {
    border: 3px double #D9D8D7;
    padding: 25px 20px 20px;
}
.common-grid-item-02 .content h6 {
    text-transform: uppercase;
    line-height: 1.2;
}
.common-grid-item-02 .content p {
    margin: 0 0 10px;
}
.common-grid-item-02 .content a {
    font-size: 12px;
    letter-spacing: 1px;
}
.process-item {
    background: rgba(255, 255, 255, 0.95);
    border: 3px double #D9D8D7;
    padding: 30px 25px;
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: 1.45;
}
.process-item .number {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    color: #F5F4F2;
    font-size: 106px;
    font-weight: 700;
    letter-spacing: 1px;
}
.process-item .content {
    position: relative;
}
.process-item .icon {
    font-size: 54px;
    color: #DB3944;
    line-height: 1;
    margin: 0 0 20px;
}
.process-item h6 {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 10px;
}
.process-item p {
    letter-spacing: 0.5px;
}
.process-item-2 {
    padding-left: 85px;
    position: relative;
    text-align: left;
}
.process-item-2 .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    text-align: center;
    border: 2px solid #DB3944;
    border-radius: 50%;
    font-size: 30px;
    line-height: 57px;
    color: #DB3944;
}
.process-item-2 .icon .number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    right: -11px;
    top: 19px;
    background: #DB3944;
    color: #FFF;
    font-size: 12px;
}
.process-item-2 h6 {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 10px;
}
.process-item-2 p {
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 1.45;
}
.transparent-header .hero.alt-height.with-item-process-2 {
    padding: 200px 0 260px;
}
.hero.alt-height.with-item-process-2 .process-wrapper-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    padding-bottom: 30px;
}
.hero.alt-height.with-item-process-2 .process-wrapper-2 .process-item-2 h6 {
    color: #FFF;
}
.hero.alt-height.with-item-process-2 .process-wrapper-2 .process-item-2 .icon {
    border: 2px solid #FFF;
    color: #FFF;
}
.hero.alt-height.with-item-process-2 .process-wrapper-2 .process-item-2 .icon .number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    right: -11px;
    top: 19px;
    background: #DB3944;
    color: #FFF;
    font-size: 12px;
}
.review-widget-sm {
    text-align: left;
    font-size: 13px;
    line-height: 1;
}
.review-widget-sm .score {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 22px;
}
.review-widget-sm .widget-content {
    margin-left: 50px;
}
.review-widget-sm .widget-content h5 {
    font-weight: 500;
    line-height: 1;
    margin-top: 2px;
    margin-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
}
.widget-search .form-control {
    font-size: 12px;
}
@media only screen and (max-width: 1199px) {
    .common-grid-item-02 .content {
        width: 48%;
    }
    .call-reserve-box span.number {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .transparent-header .hero.alt-height.with-item-process-2 {
        padding: 160px 0 300px;
    }
}
@media only screen and (max-width: 767px) {
    .featured-image {
        font-size: 15px;
    }
    .transparent-header .hero.alt-height.with-item-process-2 {
        padding: 90px 0 300px;
    }
}
@media (max-width: 479px) {
    .featured-image .content {
        left: 30px;
        right: 30px;
    }
    .transparent-header .hero.alt-height.with-item-process-2 {
        padding: 90px 0 420px;
    }
}
/**
 * Deal
 */

.deal-sm {
    border: 1px dashed #D9D8D7;
    padding: 1px;
}
.deal-sm-inner {
    border: 1px dashed #D9D8D7;
    padding: 25px;
    line-height: 1.45;
}
.deal-sm-inner .texting {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
}
.deal-sm-inner ul {
    list-style: disc;
    margin: 0 0 15px;
    margin-left: 25px;
}
.deal-sm-inner ul li + li {
    margin-top: 5px;
}
/**
 * Counting
 */

.counting-wrapper {
    margin-bottom: -30px;
}
ul.counting-list {
    text-align: center;
}
ul.counting-list li {
    display: inline-block;
    margin: 10px 30px;
}
ul.counting-list li .counting-inner {
    text-align: left;
    position: relative;
    padding-left: 80px;
    line-height: 1;
}
ul.counting-list li .counting-inner .icon {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #D9D8D7;
    width: 60px;
    font-style: normal;
    font-size: 42px;
    color: #DB3944;
}
ul.counting-list li .counting-inner .icon i {
    font-style: normal;
}
ul.counting-list li .counting-inner .number {
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 7px;
}
.bg-primary ul.counting-list li .counting-inner .icon {
    color: #FFF;
}
.hero.alt-height.with-counting {
    padding: 200px 0 260px;
}
.hero.alt-height.with-counting .counting-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.hero.alt-height.with-counting ul.counting-list li .counting-inner {
    color: #FFF;
}
.hero.alt-height.with-counting ul.counting-list li .counting-inner .icon {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #D9D8D7;
    width: 60px;
    font-style: normal;
    font-size: 42px;
    color: #DB3944;
}
@media only screen and (max-width: 1199px) {
    ul.counting-list li {
        margin: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .counting-wrapper {
        margin: 0 50px;
    }
    ul.counting-list {
        text-align: left;
    }
    ul.counting-list li {
        width: 33.333333%;
        margin: 15px 0;
        display: block;
        float: left;
    }
    .hero.alt-height.text-center.with-counting {
        padding: 180px 0 320px;
    }
    .hero.alt-height.with-counting .counting-wrapper {
        margin: 0;
        padding: 15px;
    }
}
@media only screen and (max-width: 767px) {
    ul.counting-list li {
        width: 50%;
    }
    .hero.alt-height.text-center.with-counting {
        padding: 90px 0 320px;
    }
}
@media (max-width: 479px) {
    ul.counting-list li {
        width: 100%;
    }
    .hero.alt-height.text-center.with-counting {
        padding: 90px 0 440px;
    }
}
/**
 * Sidebar
 */

ul.sidebar-menu {} ul.sidebar-menu > li + li {
    margin-top: 20px
}
ul.sidebar-menu > li > a {
    color: #636363;
    font-weight: 400;
    letter-spacing: .7px;
    line-height: 1.2;
    display: block;
    position: relative;
    overflow: hidden
}
ul.sidebar-menu > li > a:after {
    font-family: "Ionicons";
    content: "\f10b";
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 16px;
    left: -15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}
ul.sidebar-menu > li.active > a {
    padding-left: 20px;
    color: #DB3944
}
ul.sidebar-menu > li.active > a:after {
    left: 0;
    color: #DB3944
}
ul.sidebar-menu > li > a:hover {
    color: #DB3944;
}
ul.sidebar-menu > li ul {
    margin-top: 15px;
    padding-left: 25px;
    border-left: 1px dotted #CCC;
    margin-left: 15px;
}
ul.sidebar-menu > li ul li {
    margin-bottom: 8px;
    font-size: 13px;
    position: relative
}
ul.sidebar-menu > li ul li a {
    font-weight: 400;
    line-height: 1.4;
    color: #636363;
    position: relative
}
ul.sidebar-menu > li ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -25px;
    width: 11px;
    height: 3px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC
}
ul.sidebar-menu > li ul li.active a {
    color: #DB3944
}
ul.sidebar-menu > li ul li.active:before {
    border-top: 1px dotted #DB3944;
    border-bottom: 1px dotted #DB3944
}
.sidebar-menu-title {
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 0
}
.sidebar-module {
    margin: 0 0 30px;
    padding: 0 0 10px
}
.sidebar-module:last-child {
    margin: 0;
    padding: 0;
}
.sidebar-module h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 15px;
    border-left: 2px solid #DB3944;
    padding: 4px 0 3px;
    padding-left: 10px;
}
.sidebar-module .range-slider-wrapper {
    margin-top: 10px;
    margin-bottom: -15px;
}
.sidebar-module .checkbox-block {
    border-bottom: 1px solid #E0DFDE;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.sidebar-module .fancy-select {
    margin-top: 12px;
}
.sidebar-module .fancy-select .form-control {
    background: none;
    border-color: #E0DFDE;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.sidebar-wrapper.for-blog a {
    color: #636363;
}
.sidebar-wrapper.for-blog a:hover {
    color: #DB3944
}
#show-on-map {
    height: 250px;
}
.map-click-box {
    position: relative;
    background: #F3F3F3;
    margin: 0 0 20px;
}
a.map-click {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #87495B;
    color: #FFF;
    padding: 10px 15px;
    display: block;
    padding-right: 40px;
    font-weight: 500;
    line-height: 1;
}
a.map-click:hover {
    background: #A1576C;
}
a.map-click i {
    font-size: 52px;
    position: absolute;
    bottom: 0;
    right: 10px;
    text-shadow: 3px 1px 3px rgba(150, 150, 150, 1);
}
.sidebar.mt {
    margin-top: 50px;
}
.sidebar .widget {
    margin: 0 0 30px;
}
.sort-by-wrapper {
    border-top: 1px solid #E0DFDE;
    border-bottom: 1px solid #E0DFDE;
    padding: 10px 0;
    margin-bottom: 30px;
}
.sort-by-wrapper .text-holder {
    width: 100px;
    float: left;
    text-align: center;
}
ul.sort-by {
    margin-left: 125px;
}
ul.sort-by li {
    float: left;
    margin: 0 15px;
}
ul.sort-by li button.btn {
    background: none;
    padding: 0;
    padding-right: 15px;
    font-size: 13px;
    line-height: 1.4;
}
ul.sort-by li button.btn:hover {
    color: #DB3944;
}
ul.sort-by li button.btn.active {
    font-weight: 700;
    position: relative;
    padding-right: 23px
}
ul.sort-by li button.btn.active i {
    position: absolute;
    top: 3px;
    right: 2px;
    font-size: 13px;
    line-height: 1;
}
ul.layout-option {
    float: right;
    margin: 0;
    margin-bottom: -2px;
}
ul.layout-option li {
    float: left;
    margin-left: 10px;
}
ul.layout-option li a {
    color: #636363;
    font-size: 17px;
    padding-top: 2px;
    display: block;
}
ul.layout-option li.active a {
    color: #DB3944;
}
.sidebar-mini-search .input-group .form-control {
    height: 42px;
    border-color: #DB3944;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.sidebar-mini-search .input-group .form-control:focus {
    padding-left: 17px;
}
.sidebar-mini-search .input-group .btn {
    height: 42px;
}
ul.sidebar-category,
ul.sidebar-archives {
    margin: 0;
    margin-top: 10px
}
ul.sidebar-category li,
ul.sidebar-archives li {
    border-bottom: 1px dotted #CCCBCA;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.4
}
ul.sidebar-category li:last-child,
ul.sidebar-archives li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}
ul.sidebar-category li a,
ul.sidebar-archives li a {
    display: block;
    font-size: 13px;
    letter-spacing: .7px
}
ul.sidebar-category li a span,
ul.sidebar-archives li a span {
    float: right;
    font-size: 12px;
    color: #A8A8A8;
    font-style: italic;
    letter-spacing: 0
}
ul.sidebar-category li a:hover,
ul.sidebar-archives li a:hover {
    padding-left: 5px
}
ul.sidebar-post {
    margin: 0;
    margin-top: 10px
}
ul.sidebar-post li {
    margin-bottom: 25px;
    line-height: 1.4
}
ul.sidebar-post li:last-child {
    margin-bottom: 0;
}
ul.sidebar-post li h6 {
    margin: 0 0 5px;
    color: #333;
    font-weight: 400
}
ul.sidebar-post li a:hover h6 {
    color: #DB3944
}
ul.sidebar-post li .image {
    width: 65px;
    float: left;
    margin-top: 5px;
}
ul.sidebar-post li .image img {
    display: block;
}
ul.sidebar-post li .content {
    margin-left: 85px
}
ul.sidebar-post li .recent-post-sm-meta {
    margin: 10px 0 0;
    color: #A1A1A1!important;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.tag-cloud {
    margin-top: 5px;
    margin-bottom: -5px
}
.tag-cloud span {
    display: block;
    float: left;
    line-height: 1.2;
    padding: 5px 7px;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 5px
}
.tag-cloud a {
    color: #DB3944;
    border: 1px solid #DB3944;
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 1;
    display: inline-block;
    padding: 3px 8px;
    font-weight: 400;
}
.tag-cloud a:hover {
    background: #DB3944;
    color: #FFF;
}
.tag-cloud.alt-color a {
    color: #DF2938;
    border: 1px solid #DF2938;
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 1;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 2px;
}
.tag-cloud.alt-color a:hover {
    background: #DF2938;
    color: #FFF;
}
.for-blog .tag-cloud a {
    border: 1px solid #E5E5E5;
}
.for-blog .tag-cloud a:hover {
    border: 1px solid #DB3944;
    color: #FFF;
}
.tag-cloud-wrapper {
    border-top: 1px solid #EFEFEF;
    position: relative;
    margin: 20px 0 0;
    padding: 20px 0 0
}
.tag-cloud-wrapper .tag-cloud-heading {
    float: left
}
.tag-cloud-wrapper .tag-cloud {
    margin-left: 50px;
    margin-top: 5px
}
.sidebar-text-widget ul {
    margin: 0;
    margin-left: 25px;
    padding: 0
}
.sidebar-text-widget ul li {
    list-style: circle
}
.sidebar-link-list a {
    color: #939393;
    display: block;
    font-weight: 400
}
ul.sidebar-link-list li {
    line-height: 1.2;
    margin-bottom: 12px;
    position: relative
}
ul.sidebar-link-list li ul {
    margin-top: 12px;
    padding-left: 15px;
    border-left: 1px dotted #E5E5E5;
    margin-left: 5px
}
ul.sidebar-link-list li ul li {
    margin-bottom: 8px;
    font-size: 13px
}
ul.sidebar-link-list li ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -15px;
    width: 8px;
    height: 2px;
    border-top: 1px dotted #E5E5E5
}
ul.sidebar-link-list li span {
    display: inline-block;
    margin-left: 7px;
    font-size: 11px;
    color: #A7A7A7;
    letter-spacing: .3px
}
@media only screen and (max-width: 1199px) {
    ul.sort-by li {
        margin: 0 5px;
    }
    ul.sort-by li button.btn {
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media (max-width: 479px) {}
/**
 * Static Page
 */

.static-wrapper h1:first-child,
.static-wrapper h2:first-child,
.static-wrapper h3:first-child,
.static-wrapper h4:first-child,
.static-wrapper h5:first-child,
.static-wrapper h6:first-child {
    margin-top:0
}
.static-wrapper {
    padding-left:10px
}
.static-wrapper ul,
.static-wrapper ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px
}
.static-wrapper ul li,
.static-wrapper ol li {
    margin-bottom: 7px
}
.static-wrapper ul ul,
.static-wrapper ol ol {
    margin-top: 7px
}
.static-wrapper > ul,
.static-wrapper > ol {
    margin-bottom: 15px
}
.static-wrapper ol {
    list-style: decimal
}
.static-wrapper hr {
    margin-top: 30px;
    margin-bottom: 40px
}
/**
 * Pricing
 */

.single-pricing-item {
    background: #DB3944;
    text-align: center;
    color: #FFF;
    padding: 2px;
}
.single-pricing-item h5 {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single-pricing-inner {
    border: 3px double rgba(255, 255, 255, 0.8);
    padding: 40px 20px;
}
.single-pricing-item .price {
    margin: 25px 0 20px;
}
.single-pricing-item .price .number {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 52px;
    line-height: 1;
    font-weight: 400;
}
.single-pricing-item .price .number .currency {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 23px;
    font-weight: 300;
}
.single-pricing-item .price .per {
    display: block;
}
.single-pricing-item ul {
    margin: 0 0 25px;
}
.single-pricing-item ul li {
    font-size: 13px;
    letter-spacing: 0.7px;
}
.single-pricing-item a {
    text-transform: uppercase;
    color: #FFF;
    border: 2px solid rgba(255, 255, 255, 0.9);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    padding: 7px 15px 6px;
    border-radius: 3px;
}
.single-pricing-item a:hover {
    color: rgba(255, 255, 255, 0.8);
    border: 2px solid #FFF;
}
.pricing-item {
    text-align: center;
    border: 3px double #D9D8D7;
    padding: 40px 20px;
}
.pricing-item h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pricing-item .price {
    margin: 25px 0 20px;
}
.pricing-item .price .number {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 52px;
    line-height: 1;
    font-weight: 400;
}
.pricing-item .price .number .currency {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 23px;
    font-weight: 300;
}
.pricing-item .price .per {
    display: block;
}
.pricing-item ul {
    margin: 0 0 25px;
}
.pricing-item ul li {
    font-size: 13px;
    letter-spacing: 0.7px;
}
.pricing-item a {
    text-transform: uppercase;
    color: #DB3944;
    border: 2px solid #DB3944;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    padding: 7px 15px 6px;
    border-radius: 3px;
}
.pricing-item a:hover {
    opacity: 0.6;
}
.pricing-item.pricing-item-best {
    border-color: #DB3944;
}
.pricing-item.pricing-item-best .price {
    color: #DB3944;
}
.pricing-item.pricing-item-best a {
    color: #FFF;
    background: #DB3944;
}
/**
 * Download Application
 */

.download-app-sm {
    background: #FFF;
    border: 3px double #EBE9E8;
    padding: 30px;
    text-align: center;
}
.download-app-sm h6 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.download-app-sm p {
    font-size: 13px;
    line-height: 17px;
}
.download-app-sm .image {
    width: 80%;
    margin: 30px auto 20px;
}
.download-app {
    background: #FFF;
    border: 3px double #EBE9E8;
    padding: 70px 100px;
}
.download-app h3 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.download-app .image {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
}
.download-app div > .content {
    width: 81%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
}
.download-app-img-bg {
    padding-top: 0;
    padding-bottom: 0;
}
.download-app-img-bg h3 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.download-app-img-bg .image {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
.download-app-img-bg div > .content {
    width: 69%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .download-app-img-bg .image {
        width: 40%;
    }
    .download-app-img-bg div > .content {
        width: 59%;
    }
}
@media only screen and (max-width: 767px) {
    .download-app-img-bg .image {
        width: 0%;
        display: none;
    }
    .download-app-img-bg div > .content {
        width: 100%;
        padding: 80px 30px;
    }
}
@media (max-width: 479px) {
    .download-app-img-bg div > .content {
        padding: 80px 15px;
    }
}
/**
 * Testimonial
 */

.slick-testimonial-wrapper {
    padding-bottom: 35px;
}
.slick-testimonial-wrapper .slick-dots {
    bottom: -60px;
    text-align: left;
    padding-left: 120px;
}
.testimonial-item .image {
    width: 100px;
    float: left;
    border: 2px solid #D9D8D7;
    padding: 2px;
}
.testimonial-item .content {
    line-height: 1.45;
    margin-left: 120px;
    border-bottom: 1px solid #D9D8D7;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.testimonial-item .content h6 {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 10px;
}
.testimonial-item .content .testimonial-when {
    display: block;
    font-style: italic;
    margin: 0 0 10px;
}
.testimonial-item:last-child .content {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.slick-testimonial-wrapper {} .slick-testimonial-wrapper .slick-prev:before,
.slick-testimonial-wrapper .slick-next:before {
    color: #333;
}
.slick-testimonial-nav {
    margin: 30px 150px;
}
.slick-testimonial-wrapper .testimonial-man {
    margin: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.slick-testimonial-wrapper .testimonial-man .image {
    border: 3px solid #EAEAEA;
    border-radius: 50%;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.slick-testimonial-wrapper .testimonial-man img {
    border-radius: 50%;
}
.slick-testimonial-wrapper .testimonial-man .image:hover {
    cursor: pointer;
}
.slick-testimonial-wrapper .slick-center .testimonial-man {
    margin: 0;
}
.slick-testimonial-wrapper .slick-center .image {
    border: 3px solid #8F37FE;
    margin: 10px;
}
.slick-testimonial-wrapper .slick-center .image:hover {
    cursor: default;
}
.testimonial-long {
    text-align: center;
}
.testimonial-long .saying {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 50px;
    position: relative;
    padding: 75px;
    background: #F3F3F3;
}
.testimonial-long h4 {
    font-weight: 500;
    margin-bottom: 5px;
}
.testimonial-long .he {
    color: #8F37FE;
}
.testimonial.style-1 blockquote {
    position: relative;
    padding: 75px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 50px;
    border-radius: 5px;
    border-bottom: 3px solid #f2f2f2;
    background-color: #fff
}
.testimonial-long .saying:before {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #f2f2f2;
    -moz-transform: scale(0.9999)
}
.testimonial-long .saying blockquote:after {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #fff;
    -moz-transform: scale(0.9999)
}
.testimonial.style-1 blockquote p:last-child {
    margin-bottom: 0
}
.testimonial.style-1 h4 {
    margin-bottom: 20px;
    font-weight: 500
}
.testimonial.style-1 h4 small {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #a8e12a
}
/**
 * Pagination
 */

.pagination-wrapper {
    border-top: 1px solid #E0DFDE;
    border-bottom: 1px solid #E0DFDE;
    padding: 10px 0;
    margin-bottom: 30px;
    font-weight: 300;
}
ul.pagination {
    margin: 0;
    float: left;
    padding: 0;
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    background: none;
    border: none;
    padding: 5px 15px;
    border-right: 1px solid #DEDDDC;
    color: #636363;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    padding-right: 0;
    border-right: 0;
}
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover {
    background: #DB3944;
    border-color: #DB3944;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    background: none;
    border-color: #DEDDDC;
    color: #DB3944;
}
ul.pagination.text-center {
    float: none;
    text-align: center;
    display: block;
}
ul.pagination.text-center > li > a,
ul.pagination.text-center > li > span {
    float: none;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    ul.pagination.pagination-text-center-sm {
        float: none;
        text-align: center;
        display: block;
    }
    ul.pagination.pagination-text-center-sm > li > a,
    ul.pagination.pagination-text-center-sm > li > span {
        float: none;
    }
}



/**
 * Tab Style
 */

.tab-style-01-wrapper ul.tab-nav {
    margin: 0 0 30px;
    border-bottom: 1px solid #CCCBCA;
}
.tab-style-01-wrapper ul.tab-nav li {
    display: inline-block;
    margin: 0;
    margin-right: 1px;
}
.tab-style-01-wrapper ul.tab-nav li a {
    display: block;
    padding: 10px 20px 7px;
    color: #484848;
    font-size: 14px;
    position: relative;
    border: 1px solid #DEDDDC;
    border-bottom: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
}
.tab-style-01-wrapper ul.tab-nav li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.tab-style-01-wrapper ul.tab-nav li.active a,
.tab-style-01-wrapper ul.tab-nav li.active:hover a {
    color: #DB3944;
    border-color: #CCCBCA;
}
.tab-style-01-wrapper ul.tab-nav li.active a:after,
.tab-style-01-wrapper ul.tab-nav li.active a:hover:after {
    background: #fff;
}
.tab-style-01-wrapper ul.tab-nav li a:hover:before,
.tab-style-01-wrapper ul.tab-nav li a:hover:after {
    background: #F3F2F1;
}
.tab-style-01-wrapper ul.tab-nav li a:hover {
    color: #DB3944;
    border-color: #CCCBCA;
}
.tab-style-01-wrapper ul.tab-nav li.active a:hover {
    background: none;
    color: #DB3944;
    cursor: default;
}
.tab-style-01-wrapper ul.tab-nav.text-center {} .tab-vertical-style-01-wrapper ul.tab-nav {
    margin: 0 0 30px;
    margin-right: 5px;
    border-right: 1px solid #CCCBCA;
    padding: 5px 0;
    padding-right: 10px;
}
.tab-vertical-style-01-wrapper ul.tab-nav li {
    display: block;
    margin: 0 0 20px;
}
.tab-vertical-style-01-wrapper ul.tab-nav li:last-child {
    margin: 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav li a {
    display: block;
    color: #484848;
    font-size: 14px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}
.tab-vertical-style-01-wrapper ul li a:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -12px;
    width: 3px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.tab-vertical-style-01-wrapper ul li.active a,
.tab-style-01-wrapper ul li.active:hover a {
    color: #DB3944;
}
.tab-vertical-style-01-wrapper ul li.active a:after,
.tab-style-01-wrapper ul li.active a:hover:after {
    background: #DB3944;
}
.tab-style-01-wrapper ul li a:hover:before,
.tab-style-01-wrapper ul li a:hover:after {
    background: #DB3944;
}
.tab-style-01-wrapper ul li a:hover {
    color: #DB3944;
    border-color: #CCCBCA;
}
.tab-style-01-wrapper ul li.active a:hover {
    background: none;
    color: #DB3944;
    cursor: default;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active {
    padding: 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li a:after {
    top: 0;
    bottom: 0;
    right: -2px
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li {
    margin: 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li a {
    padding: 12px 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li.active a {
    background: #E6E4E3;
    padding-left: 15px;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li a:hover {
    color: #DB3944;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media (max-width: 479px) {
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li {
        display: block;
        width: 100%;
    }
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li a {
        padding: 10px 2x 7px;
        font-size: 12px;
        display: block;
        width: 100%;
    }
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li.active a:after,
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li.active a:hover:after,
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li a:hover:after {
        background: #DB3944;
        z-index: 3;
    }
}
/**
 * Review
 */

.review-header {
    border: 3px double #EBE9E8;
    background: #FFF;
    padding: 25px;
    padding-right: 40px;
}
.review-header .progress-radial {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.review-header .texting {
    display: inline-block;
    vertical-align: middle;
}
.review-header .texting {
    line-height: 1.2;
}
.review-header .texting h6 {
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
ul.item-score-list {
    margin: 0;
    float: right;
    display: block;
}
ul.item-score-list li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-right: 15px;
}
ul.item-score-list li .progress-radial {
    float: none;
    margin: 5px auto;
    display: block;
}
ul.review-item-list > li {
    margin-top: 30px;
}
ul.review-item-list li .review-man {
    width: 200px;
    float: left;
    text-align: center;
    line-height: 1.25;
    padding-top: 20px;
}
ul.review-item-list li .review-man .image {
    width: 70px;
    border-radius: 50%;
    border: 2px solid #DEDEDE;
    padding: 2px;
    margin: 0 auto;
}
ul.review-item-list li .review-man .image img {
    border-radius: 50%;
}
ul.review-item-list li .review-man h6 {
    margin: 5px 0 7px;
    line-height: 1;
}
ul.review-item-list li .review-content {
    margin-left: 230px;
    border: 1px solid #DEDDDC;
    position: relative;
}
ul.review-item-list li .review-content .meta-top {
    padding: 20px 25px 0;
    letter-spacing: 1px;
    font-style: italic;
    color: #A1A1A1;
    font-weight: 400;
}
ul.review-item-list li .progress-radial {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
ul.review-item-list li .review-entry {
    padding: 15px 25px 20px;
}
ul.review-item-list li .review-content .meta-bottom {
    background: #E6E4E3;
    border-top: 1px solid #DEDDDC;
}
ul.review-item-list li .review-content .review-arrow {
    position: absolute;
    top: 30px;
    left: -13px;
    width: 25px;
    height: 25px;
    background: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #DEDDDC;
    border-right: 0;
    border-top: 0;
}
.review-entry ul,
.review-entry ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}
.review-entry ul li,
.review-entry ol li {
    margin-bottom: 7px;
}
.review-entry ul ul,
.review-entry ol ol {
    margin-top: 7px;
}
.review-entry > ul,
.review-entry > ol {
    margin-bottom: 15px;
}
.review-entry ol {
    list-style: decimal;
}
ul.review-score-list {
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 25px 5px;
}
ul.review-score-list li {
    display: inline-block;
    line-height: 1.2;
    position: relative;
    margin-right: 30px;
    margin-bottom: 5px;
}
ul.review-score-list li:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 6px;
    right: -20px;
    background: #DB3944;
    border-radius: 5px;
}
ul.review-score-list li:last-child {
    margin-right: 0;
}
ul.review-score-list li:last-child:after {
    display: none;
}
ul.review-useful {
    padding: 15px 25px 5px;
}
ul.review-useful li {
    display: block;
    float: left;
    line-height: 1.2;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-right: 10px;
}
ul.review-useful li.for-report {
    float: right;
    margin-right: 0;
}
ul.review-useful li a {
    color: #777;
}
ul.review-useful li a:hover,
ul.review-useful li.rated a {
    color: #DB3944;
}
.review-wrapper .btn-wrappper {
    margin-left: 230px;
    margin-top: 30px;
}
.review-form-inner {
    background: #FFF;

    padding: 25px;
    border: 3px double #EBE9E8;
}
.restaurant-review-item {
    overflow: hidden;
}
.restaurant-review-item .content-restaurant {
    position: relative;
    overflow: hidden;
}
.restaurant-review-item .content-restaurant a {
    color: #FFF;
    display: block;
}
.restaurant-review-item .content-restaurant .image img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.restaurant-review-item .content-restaurant:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.restaurant-review-item .content-restaurant .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    color: #FFF;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    padding: 25px 20px;
    padding-bottom: 70px;
    line-height: 1.45;
    font-size: 13px;
}
.restaurant-review-item .content-restaurant .caption h5 {
    color: #FFF;
    line-height: 1.2;
    margin: 0 0 5px;
}
.restaurant-review-item .rating-inner {
    display: inline-block;
    color: #FFF;
    background: rgba(219, 57, 68, 0.8);
    line-height: 1;
    padding: 3px 10px;
    border-radius: 30px;
    position: relative;
}
.restaurant-review-item .rating-wrapper .rating-item {
    font-size: 11px;
}
.restaurant-review-item .rating-symbol-background {
    color: rgba(255, 255, 255, 0.5);
}
.restaurant-review-item .rating-symbol-foreground {
    color: rgba(255, 255, 255, 1);
}
.restaurant-review-item .content-review {
    text-align: center;
    position: relative;
}
.restaurant-review-item .content-review .image {
    width: 80px;
    margin: 0 auto 20px;
    margin-top: -40px;
    border: 2px solid #F3F2F1;
    border-radius: 50%;
    background: #FFF;
}
.restaurant-review-item .content-review .image-inner {
    border: 2px solid #D9D8D7;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.restaurant-review-item .content-review .image img {
    border-radius: 50%;
}
.restaurant-review-item .content-review .content {
    line-height: 1.45;
    border-bottom: 2px solid #D9D8D7;
    padding-bottom: 25px;
}
.restaurant-review-item .content-review .content h6 {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 10px;
}
.restaurant-review-item .content-review .content .testimonial-when {
    display: block;
    font-style: italic;
    margin: 0 0 10px;
}
.review-pager .btn.btn-hidden {
    display: none;
}
.review-pager .btn.collapsed {
    display: block;
}
.review-form-wrapper {
    background: #FFF;
    border: 3px double #EBE9E8;
    padding: 30px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    ul.review-item-list li .review-man {
        width: 150px;
    }
    ul.review-item-list li .review-content {
        margin-left: 170px;
    }
}
@media only screen and (max-width: 767px) {} @media (max-width: 479px) {
    ul.review-item-list li .review-man {
        float: none;
    }
    ul.review-item-list li .review-content {
        margin-left: 0;
        margin-top: 15px;
    }
    ul.review-item-list li .review-content .review-arrow {
        display: none;
    }
    .review-wrapper .btn-wrappper {
        margin-left: 0;
    }
}



/*Home page Categories*/
.pgl-featured {
    padding-bottom: 15px;
    padding-top: 0;
}
.pgl-bg-grey {
    background-color: #f6f6f6;
}
section, .section {
    padding: 7.5px 0;
}
.category-item{
    background: white;
    border-color: #e6e6e6;
	border: 1px solid #ccc;
	padding-top: 17px;
    padding-bottom: 17px;
    display: block;
	margin-top:30px;
	text-align:center;
	color:#484848
}
.category-item:hover{ border-color:#bd1f1f;}

.u-space-b1 {
    margin-bottom: 6px !important;
}

/*Main Title Style*/

.main_title {
    position: relative;
    margin-bottom: 7.5px;
    text-align: center;
}
.main_title:before {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 1px solid #0d94ea;
    top: 50%;
    left: 0;
}
.main_title h2 {
    font-size: 28px;
    text-align: center;
    margin: 0;
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 0 1.5em;
}
.main_title h2:before, .main_title h2:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0d94ea;
}
.main_title h2:before {
    left: 10px;
}
.main_title h2:after {
    right: 10px;
}

/*Footer Style*/
.bottomWrap {
    color: #fff!important;
    background: #22323E;
    clear: both;
    margin: 20px auto 0;
width: 100%;
min-height: 60px;
}
.copyright {
    border-top: 1px solid #222;
    padding: 20px 0;
	margin-top:0px;
}
.bottomWrap h2.block-title {
    font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
    margin-top: 20px;
	font-weight:bold;
}
.bottomWrap .nav>li>a {
    padding: 0;
	color:#fff;
}
.bottomWrap .nav>li>a:hover{
	background:none;
}


#sub_search_block, #map_wrapper {
    float: left;
    width: 100%;
}
.header_block {
    background: #bd1f1f;
    border-radius: 0;
}
.row-sub-search {
    border: 1px solid #ddd;
    background: #ffffff no-repeat;
}
#sub_search_block .header_block h2 {
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    margin: 0px;
    padding-left: 15px;
}
.sub-search-comp-name a {
    font-weight: 300;
	line-height:18px;
	display:block;
	padding:5px 0;
}
/*Filter option*/
#tab_search ul li a.active {
    border-bottom: 2px solid #800080 !important;
    color: #000;
    font-weight: 700;
    background: transparent;
	font-size:18px;
	padding-bottom:10px;
}
#load_companies .pos1 {
    width: auto;
}
.btn-refine {
    margin-left: 0;
    position: absolute;
    background: transparent;
    color: #000;
    font-size: 14px;
    width: 120px;
    left: 0;
    outline: none;
	height: 30px;
    line-height: 30px;
    text-align: center;
	border: 0 none;
    border-radius: 3px;
	padding: 0px;
}
#company_sort {
    float: right;
    margin-top: 5px;
}
#company_sort .select_company {
    overflow: hidden;
    height: 24px;
    width: 110px;
    position: relative;
    display: block;
}
#company_sort select {
    height: 24px;
    border: 0;
    width: 110px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin-left: 10px;
    background: transparent;
    color: #000;
	margin-top: -1px;
    position: relative;
    display: block;
}
#company_sort .select_company:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #716565;
    padding: 12px 8px;
    position: absolute;
    left: 80px;
    top: -12px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
#company_sort .select_company:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #716565;
    padding: 12px 8px;
    position: absolute;
    left: 80px;
    top: -8px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
/*	Login

 /* ---------------------------------------------------------------------- */

body.login {
	color: #7F7F7F;
}
body.login .main-login, .main-register {
    margin-top: 30px;
    margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
	max-width:450px;
}
.main-register {
	max-width:600px;
}
body.login.example2 {
	//background-image: url("../images_new/bg_2.png");
	background-repeat:repeat;
	background-color: rgba(255, 255, 255, 0);
	overflow-x:hidden;
	
}
body.login .main-login {
/*padding:120px 0;*/

}
body.login .box-login, body.login .box-forgot, body.login .box-register {
	background: #FFFFFF;
	border-radius: 5px;
	/*box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);*/
	overflow: hidden;
	padding: 15px;
	color: #000;
	border: 1px solid #ccc;
	width:100%
}
body.login .form fieldset {
	border: none;
	margin: 0;
	padding: 10px 0 0;
}
body.login a.forgot {
	color: #909090;
	font-size: 12px;
	position: absolute;
	right: 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	top: 9px;
}
body.login input.password {
	padding-right: 130px;
}
body.login label {
	color: #000;
	font-size: 14px;
	margin-top: 5px;
}
.box-login h3, .box-register h3{
	font-size: 24px;
	color: #bd1f1f;
	text-align:center;
}
.ac_type {
	margin-right: 15px;
}
body.login .copyright {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: center;
}
body.login .form-actions:before, body.login .form-actions:after {
	content: "";
	display: table;
	line-height: 0;
}
body.login .form-actions:after {
	clear: both;
}
body.login .form-actions {
	margin-top: 15px;
	padding-top: 10px;
	display: block;
}
body.login .new-account {
	border-top: 1px dotted #EEEEEE;
	margin-top: 15px;
	padding-top: 10px;
	display: block;
}
span.input-icon, span.input-help {
	display: block;
	position: relative;
}
.input-icon > input {
	padding-left: 25px;
	padding-right: 6px;
}
.input-icon > [class*="fa-"], .input-icon > [class*="clip-"] {
 bottom: 0;
 color: #909090;
 display: inline-block;
 font-size: 14px;
 left: 5px;
 line-height: 35px;
 padding: 0 3px;
 position: absolute;
 top: 0;
 z-index: 2;
}
.btn-bricky {
	background-color: #2B90FF;
	border-color: #255992;
	color: #ffffff;
}
.signupwithfacebook {
    font-size: 18px;
    font-weight: 200;
    color: #fff !important;
    background: #3c59aa;
    border: 1px solid transparent;
    border-bottom-color: #0d5b97;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
	display: inline-block;
    padding: 6px 12px;
	text-transform:inherit;
}
.comp_info p{
	margin-bottom:20px
}
.comp_info p{ margin-right:15px}

.category_listing {float: left;width: 100%;}
.category_listing li{float: left;width: 50%;}
.category_listing li a{color:#000;}
.category_listing li a:hover{color:#DB3944;}
.side-banner{
	width:100%;
	max-width:300px;
	height:auto;
	max-height:600px;
	margin:10px 0;
}
.horz-banner{
	width:100%;
	max-width:728px;
	height:auto;
	max-height:90px;
	margin:10px auto;
}
.horz-banner-mob{
	max-width:320px;
	width:100%;
	height:270px;
	overflow:hidden;
	margin:10px auto;
}
.mob-ad-banner{
	width:336px;
	height:250px;
	margin:0 auto;
	margin-top:20px;
	overflow:hidden
}

@media only screen and (max-width: 767px) 
	{
		.deal-sm-inner .col-sm-6
		{
			max-width:100%!important;
		}
		.arrange_unit 
		{
			max-width:100%;
		}
		
		.deal-sm-inner{ padding:10px}
		
		.navbar-tools{
			margin-top:20px
}
	
	}
	@media (max-width: 360px) {

.food-menu-item .content h6 span{ max-width:141px;}
#header .container{ padding:0 !important}
}
.navbar-tools.aft-login{
	float:right;
	margin-top:22px;
}
.navbar-tools{
	float:right;
	margin-top:25px;
}
.navbar-tools li{
	display:inline-block;
}
.navbar-tools .dropdown-menu li .dropdown-menu-title {
	display: block;
	font-weight: bold;
	padding: 5px 10px;
}

.navbar-tools .dropdown-menu li p, .navbar-tools .dropdown-menu li a, .navbar-tools .drop-down-wrapper li p, .navbar-tools li a {
	color: #333333;
	/*font-size: 12px;*/
	font-weight: 300;
	margin: 0;
	padding: 8px 20px 6px;
	white-space: normal !important;
	display: block;
}
.navbar-tools li.lang-opt a.align{
	margin-top:-25px;
	float:left;
}
.navbar-tools .dropdown-menu > li:last-child a {
	border-bottom: none !important;
	border-radius: 0 0 6px 6px;
}
li.dropdown.current-user .dropdown-toggle {
	padding: 10px 4px 7px 9px; 
}
li.dropdown.current-user .dropdown-menu li a {
	border-bottom: none !important;
}
.navbar-tools .dropdown-menu li p {
	font-weight: bold;
}
.navbar-tools .dropdown-menu li a .author {
	color: #0362FD;
	display: block;
}
.navbar-tools .dropdown-menu li a .preview, .navbar-tools .dropdown-menu li{
	display: block;
}
.navbar-tools .dropdown-menu li a .time {
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	display: block;
	float: right;
}
.navbar-tools .dropdown-menu li.view-all a i {
	float: right;
	margin-top: 4px;
}
.navbar-tools .dropdown-menu {
    background: none repeat scroll 0 0 white;
    border: 1px solid #C7CBD5;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    list-style: none outside none;
    margin: 0;
    min-width: 175px;
    width: auto;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
    left: inherit !important;
    right: 0 !important;
}
.circle-img {
    border-radius: 100% 100% 100% 100%;
}
.flag {
    background: url(../images_new/flags.png) no-repeat;
    width: 24px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
	margin-right: 5px;
}
.flag-en {
    background-position: -240px -460px;
}
.flag-ch {
    background-position: -48px -244px;
}
@media only screen and (max-width:767px){
    .bottomWrap{
        position: relative !important;
    }
}
