@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Start
Version:    1.00
Primary use:    MultiPurpose Template  
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

01. Common styles
02. Page loader / .page-loader
03. Typography
04. Buttons
05. Forms fields
06. Home sections / .home-section
    6.1. Home content
    6.2. Scroll down icon
    6.3. Headings styles
07. Top Bar
08. Classic menu bar / .main-nav
09. Sections styles / .page-section, .small-section, .split-section
10. Alternative services / .alt-service-grid
11. Team / .team-grid
12. Features
13. Benefits (Process)
14. Counters
15. Portfolio / #portfolio
    15.1. portfoli grid
    15.2. single project
16. Banner section
17. Testimonial
    17.1. Logotypes
18. Post previews (news section)
19. Newsletter
20. Contact section
    20.1. Contact form
21. Google maps  /.google-map
22. Footer / .footer
23. Blog
    23.1. Pagination
    23.2. Comments
    23.3. Sidebar
24. Shop
25. Pricing
26. Shortcodes
    26.1. Client Logo
    26.2. promo box
    26.3. Tabs
    26.4. Tabs minimal
    26.5. Alert messages
    26.6. Accordion
    26.7. Toggle
    26.8. Dropcaps
    26.9. custom list
    26.9. Progress bars
    26.2.1. Font icons examples
    26.2.2. Intro page
27. Special demos
28. Bootstrap multicolumn grid


/*------------------------------------------------------------------
# [Color codes]

# Black (active elements, links, text) #111
# Gray (text) #777
# Dark #111
# Dark Lighter #252525
# Gray BG #f4f4f4
# Gray BG Lighter #f9f9f9
# Mid grey #5f5f5f
# Borders #e9e9e9

# */
/* ==============================
   01. Common styles
   ============================== */

.align-center {
    text-align: center !important;
}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.relative {
    position: relative;
}
.hidden {
    display: none;
}
.inline-block {
    display: inline-block;
}
.white {
    color: #fff !important;
}
.black {
    color: #111 !important;
}
.color {
    color: #e41919 !important;
}
.glass {
    opacity: 0.5;
}
.image-fullwidth img {
    width: 100%;
}
.no-gutter > [class*="col-"] {
    padding: 0;
}
.same-height {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .same-height.no-gutter > [class*="col-"] {
        width: 100%;
    }
}
.same-height .content {
    padding: 60px;
}
.gray-text {
    color: #777;
}
.stick-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
}
.round {
    border-radius: 2px !important;
}
.animate,
.animate * {
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate,
.no-animate * {
    transition: none !important;
}
.shadow {
    box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}
.white-shadow {
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}
.clearlist,
.clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.full-wrapper {
    margin: 0 2%;
}
.container-fluid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
a {
    transition: all 0.2s;
}
html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
.page {
    overflow: hidden;
    position: relative;
}
.body-masked {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff url(../images/loader.gif) no-repeat center center;
    z-index: 100000;
}
.mask-delay {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.mask-speed {
    -webkit-animation-duration: 0.25s !important;
    animation-duration: 0.25s !important;
}
iframe {
    border: none;
}
a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}
a:focus,
a:active {
    -moz-outline: none;
    outline: none;
}
img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}
.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;
}
.font800 {
    font-weight: 800 !important;
}
.fs-8 {
    font-size: 8px !important;
}
.fs-9 {
    font-size: 9px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-21 {
    font-size: 21px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-23 {
    font-size: 23px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-25 {
    font-size: 25px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-27 {
    font-size: 27px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-29 {
    font-size: 29px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-31 {
    font-size: 31px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-33 {
    font-size: 33px !important;
}
.fs-34 {
    font-size: 34px !important;
}
.fs-35 {
    font-size: 35px !important;
}
.fs-36 {
    font-size: 36px !important;
}
.fs-37 {
    font-size: 37px !important;
}
.fs-38 {
    font-size: 38px !important;
}
.fs-39 {
    font-size: 39px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-41 {
    font-size: 41px !important;
}
.fs-42 {
    font-size: 42px !important;
}
.fs-43 {
    font-size: 43px !important;
}
.fs-44 {
    font-size: 44px !important;
}
.fs-45 {
    font-size: 45px !important;
}
.fs-46 {
    font-size: 46px !important;
}
.fs-47 {
    font-size: 47px !important;
}
.fs-48 {
    font-size: 48px !important;
}
.fs-49 {
    font-size: 49px !important;
}
.fs-50 {
    font-size: 50px !important;
}
.fs-51 {
    font-size: 51px !important;
}
.fs-52 {
    font-size: 52px !important;
}
.fs-53 {
    font-size: 53px !important;
}
.fs-54 {
    font-size: 54px !important;
}
.fs-55 {
    font-size: 55px !important;
}
.fs-56 {
    font-size: 56px !important;
}
.fs-57 {
    font-size: 57px !important;
}
.fs-58 {
    font-size: 58px !important;
}
.fs-59 {
    font-size: 59px !important;
}
.fs-60 {
    font-size: 60px !important;
}
.fs-61 {
    font-size: 61px !important;
}
.fs-62 {
    font-size: 62px !important;
}
.fs-63 {
    font-size: 63px !important;
}
.fs-64 {
    font-size: 64px !important;
}
.fs-65 {
    font-size: 65px !important;
}
.fs-66 {
    font-size: 66px !important;
}
.fs-67 {
    font-size: 67px !important;
}
.fs-68 {
    font-size: 68px !important;
}
.fs-69 {
    font-size: 69px !important;
}
.fs-70 {
    font-size: 70px !important;
}
.fs-71 {
    font-size: 71px !important;
}
.fs-72 {
    font-size: 72px !important;
}
.fs-73 {
    font-size: 73px !important;
}
.fs-74 {
    font-size: 74px !important;
}
.fs-75 {
    font-size: 75px !important;
}
.fs-76 {
    font-size: 76px !important;
}
.fs-77 {
    font-size: 77px !important;
}
.fs-78 {
    font-size: 78px !important;
}
.fs-79 {
    font-size: 79px !important;
}
.fs-80 {
    font-size: 80px !important;
}
.fs-81 {
    font-size: 81px !important;
}
.fs-82 {
    font-size: 82px !important;
}
.fs-83 {
    font-size: 83px !important;
}
.fs-84 {
    font-size: 84px !important;
}
.fs-85 {
    font-size: 85px !important;
}
.fs-86 {
    font-size: 86px !important;
}
.fs-87 {
    font-size: 87px !important;
}
.fs-88 {
    font-size: 88px !important;
}
.fs-89 {
    font-size: 89px !important;
}
.fs-90 {
    font-size: 90px !important;
}
.mt-minus-10 {
    margin-top: -10px;
}
.mt-minus-20 {
    margin-top: -20px;
}
.mt-minus-30 {
    margin-top: -30px;
}
.mt-minus-40 {
    margin-top: -40px;
}
.mt-minus-50 {
    margin-top: -50px;
}
.mt-minus-60 {
    margin-top: -60px;
}
.mt-minus-70 {
    margin-top: -70px;
}
.mt-minus-80 {
    margin-top: -80px;
}
.mt-minus-90 {
    margin-top: -90px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-90 {
    margin-right: 90px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-90 {
    margin-left: 90px;
}
.pr-0 {
    padding-right: 0;
}
.pr-10 {
    padding-right: 10px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-90 {
    padding-right: 90px;
}
.pl-0 {
    padding-left: 0;
}
.pl-10 {
    padding-left: 10px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-90 {
    padding-left: 90px;
}
.ls-1 {
    letter-spacing: 1px !important;
}
.ls-2 {
    letter-spacing: 2px !important;
}
.ls-3 {
    letter-spacing: 3px !important;
}
.ls-4 {
    letter-spacing: 4px !important;
}
.ls-5 {
    letter-spacing: 5px !important;
}
.ls-6 {
    letter-spacing: 6px !important;
}
.ls-7 {
    letter-spacing: 7px !important;
}
.ls-8 {
    letter-spacing: 8px !important;
}
.ls-9 {
    letter-spacing: 9px !important;
}
.vcenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fullscreen {
    height: 100vh;
    width: 100%;
}
/* ==============================
   02. Page loader / .page-loader
   ============================== */

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}


/* ==============================
   03. Typography
   ============================== */

body {
    color: #111;
    font-size: 16px;
    font-family: "Open Sans", arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #111;
    text-decoration: none;
}
a:hover {
    color: #888;
    text-decoration: underline;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    margin-bottom: 0.3em;
    line-height: 1.2;
    font-weight: 400;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 28px;
}
.h3,h3{
	font-size:22px!important;
}
h5 {
    font-size: 16px!important;
	margin-top: 5px!important;
}
h6 {
    font-weight: 700;
}
p {
    margin: 0 0 1.2em 0;
}
p.item {
    margin: 0 0 0 0;
}
p.head {
    margin: 0 0 0.7em 0;
}
ul {
    padding-left: 15px;
}
ul,
ol {
    margin: 0 0 1.5em 0;
}
blockquote {
    margin: .2em 0 1em 0;
    padding: 0;
    border: none;
    background: none;
    font-style: normal;
    line-height: 1.7;
    color: #777;
}
blockquote p {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
}
blockquote p:before {
    content: "\f10d";
    padding-right: 10px;
    font-family: 'FontAwesome';
}
blockquote p:after {
    content: "\f10e";
    padding-left: 10px;
    font-family: 'FontAwesome';
}
blockquote footer {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
dl dt {
    margin-bottom: 5px;
}
dl dd {
    margin-bottom: 15px;
}
pre {
    background-color: #f9f9f9;
    border-color: #ddd;
}
.hr-separator {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
hr {
    background-color: rgba(255, 255, 255, .08);
}
hr.white {
    border-color: rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .35);
}
hr.black {
    border-color: rgba(0, 0, 0, .85);
    background: rgba(0, 0, 0, .85);
}
.text-normal {
    text-transform: none !important;
}
.uppercase {
    text-transform: uppercase !important;
    letter-spacing: 1px;
}
.capitalize {
    text-transform: capitalize !important;
    letter-spacing: 1px;
}
.font-alt {
    font-family: "Raleway", arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.font3 {
    font-family: "Fira Sans", arial, sans-serif;
}
.serif {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
}
.f-italic {
    font-style: italic;
}
.normal {
    font-weight: normal;
}
.strong {
    font-weight: 700 !important;
}
.lead {
    margin: 1em 0 2em 0;
    font-size: 140%;
    line-height: 1.6;
}
.text {
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.8;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    color: #111;
}

h2.red
{
    color: #FF0000!important;
}
a.red {
    color: #FF0000 !important;
    text-decoration: none;
}
.big-icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border: 3px solid #fff;
    text-align: center;
    line-height: 88px;
    font-size: 32px;
    color: rgba(255, 255, 255, .97);
    border-radius: 50%;
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.big-icon .fa-play {
    position: relative;
    left: 4px;
}
.big-icon.big-icon-rs {
    border: none;
    width: auto;
    height: auto;
    font-size: 96px;
}
.big-icon-link {
    display: inline-block;
    text-decoration: none;
}
.big-icon-link:hover {
    border-color: transparent !important;
}
.big-icon-link:hover .big-icon {
    border-color: #fff;
    color: #fff;
    transition: none !important;
}
.big-icon-link:active .big-icon {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}
.wide-heading {
    display: block;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-align: center;
    text-transform: uppercase;
    opacity: .9;
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.big-icon-link:hover,
.big-icon-link:hover .wide-heading {
    color: #fff;
    text-decoration: none;
}
.sub-heading {
    font-size: 16px;
    font-style: italic;
    text-align: center;
    line-height: 1.3;
    color: rgba(255, 255, 255, .75);
}
.big-icon.black {
    color: #000;
    border-color: rgba(0, 0, 0, .75);
}
.big-icon-link:hover .big-icon.black {
    color: #000;
    border-color: #000;
}
.wide-heading.black {
    color: rgba(0, 0, 0, .87);
}
.big-icon-link.black:hover,
.big-icon-link:hover .wide-heading.black {
    color: #000;
    text-decoration: none;
}
.sub-heading.black {
    color: rgba(0, 0, 0, .75);
}
/* ==============================
   04. Buttons
   ============================== */

.btn-mod,
a.btn-mod {
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34, 34, 34, .9);
    border: 2px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    margin-right: 20px;
    font-family: 'Raleway', sans-serif;
}
.btn-mod.btn-theme-color:hover {
    background-color: rgba(34, 34, 34, .9);
}
.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    outline: none;
    border-color: transparent;
    box-shadow: none;
}
.btn-mod:active {
    cursor: pointer !important;
    outline: none !important;
}
.btn-mod.btn-small {
    height: auto;
    padding: 6px 17px;
    font-size: 12px;
    letter-spacing: 1px;
}
.btn-mod.btn-medium {
    height: auto;
    padding: 7px 37px;
    font-size: 13px;
}
.btn-mod.btn-large {
    height: auto;
    padding: 12px 45px;
    font-size: 14px;
}
.btn-mod.btn-glass {
    color: rgba(255, 255, 255, .75);
    background: rgba(0, 0, 0, .40);
}
.btn-mod.btn-glass:hover,
.btn-mod.btn-glass:focus {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 1);
}
.btn-mod.btn-border {
    color: #111;
    border: 2px solid #222;
    background: transparent;
}
.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus {
    color: #fff;
    border-color: transparent;
    background: #222;
}
.btn-mod.btn-border-c {
    color: #e41919;
    border: 2px solid #e41919;
    background: transparent;
}
.btn-mod.btn-border-c:hover,
.btn-mod.btn-border-c:focus {
    color: #fff;
    border-color: transparent;
    background: #e41919;
}
.btn-mod.btn-border-w {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .75);
    background: transparent;
}
.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus {
    color: #111;
    border-color: transparent;
    background: #fff;
}
.btn-mod.btn-w {
    color: #111;
    background: rgba(255, 255, 255, .9);
}
.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus {
    color: #fff;
}
.btn-mod.btn-w-color {
    color: #e41919;
    background: #fff;
}
.btn-mod.btn-w-color:hover,
.btn-mod.btn-w-color:focus {
    color: #151515;
    background: #fff;
}
.btn-mod.btn-gray {
    color: #777;
    background: #e5e5e5;
}
.btn-mod.btn-gray:hover,
.btn-mod.btn-gray:focus {
    color: #444;
    background: #d5d5d5;
}
.btn-mod.btn-color {
    color: #fff;
    background: #e41919;
}
.btn-mod.btn-color:hover,
.btn-mod.btn-color:focus {
    color: #fff;
    background: #e41919;
    opacity: .85;
}
.btn-mod.btn-circle {
    border-radius: 30px;
}
.btn-mod.btn-round {
    border-radius: 5px;
}
.btn-icon {
    position: relative;
    border: none;
    overflow: hidden;
}
.btn-icon.btn-small {
    overflow: hidden;
}
.btn-icon > span {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    left: 0;
    color: #777;
    font-size: 48px;
    opacity: .2;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-icon:hover > span {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
}
.btn-icon > span.white {
    color: #fff;
}
.btn-icon > span.black {
    color: #000;
}
.btn-full {
    width: 100%;
}
/* ==============================
   05. Forms fields
   ============================== */

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form select {
    display: inline-block;
    height: 27px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    border: none;
    border-top: 3px solid rgba(0, 0, 0, .1);
    border-bottom: 3px solid rgba(0, 0, 0, .1);
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 5px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.form select {
    font-size: 12px;
}
.form select[multiple] {
    height: auto;
}
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="number"]:hover,
.form input[type="url"]:hover,
.form input[type="search"]:hover,
.form input[type="tel"]:hover,
.form input[type="password"]:hover,
.form input[type="date"]:hover,
.form input[type="color"]:hover,
.form select:hover {
    border-color: rgba(0, 0, 0, .2);
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus {
    color: #111;
    border-color: rgba(0, 0, 0, .7);
    box-shadow: none;
    outline: none;
}
.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="number"].input-lg,
.form input[type="url"].input-lg,
.form input[type="search"].input-lg,
.form input[type="tel"].input-lg,
.form input[type="password"].input-lg,
.form input[type="date"].input-lg,
.form input[type="color"].input-lg,
.form select.input-lg {
    height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}
.form input[type="text"].input-md,
.form input[type="email"].input-md,
.form input[type="number"].input-md,
.form input[type="url"].input-md,
.form input[type="search"].input-md,
.form input[type="tel"].input-md,
.form input[type="password"].input-md,
.form input[type="date"].input-md,
.form input[type="color"].input-md,
.form select.input-md {
    height: 37px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
}
.form input[type="text"].input-sm,
.form input[type="email"].input-sm,
.form input[type="number"].input-sm,
.form input[type="url"].input-sm,
.form input[type="search"].input-sm,
.form input[type="tel"].input-sm,
.form input[type="password"].input-sm,
.form input[type="date"].input-sm,
.form input[type="color"].input-sm,
.form select.input-sm {
    height: 31px;
    padding-left: 10px;
    padding-right: 10px;
}
.form textarea {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    color: #777;
    border: none;
    border-top: 3px solid rgba(0, 0, 0, .1);
    border-bottom: 3px solid rgba(0, 0, 0, .1);
    outline: none;
    box-shadow: none;
    border-radius: 0;
}
.form textarea:hover {
    border-color: rgba(0, 0, 0, .2);
}
.form textarea:focus {
    color: #111;
    border-color: rgba(0, 0, 0, .7);
    box-shadow: none;
}
.form .form-group {
    margin-bottom: 10px;
}
.form-tip {
    font-size: 11px;
    color: #aaa;
}
.form-tip .fa {
    font-size: 12px;
}
.start-subscribe-message {
    display: block;
    height: 30px;
    line-height: 15px;
    font-size: 15px;
    margin-top: 0;
}
.start-subscribe-message p {
    font-size: 15px;
    margin: 0;
}
.error > p {
    color: #f25454;
}
.valid > p {
    color: green;
}
/* ==============================
   06. Home sections / .home-section
   ============================== */
/*
 * Header common styles
 */

.home-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
	height: 700px !important;
}
.home-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
/* 6.1. Home content */

.home-content {
    position: relative;
}
.home-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
/* 6.2. Scroll down icon */

@-webkit-keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }
    50% {
        bottom: 7px;
    }
    100% {
        bottom: 2px;
    }
}
@keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }
    50% {
        bottom: 7px;
    }
    100% {
        bottom: 2px;
    }
}
.scroll-down {
    width: 20px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 25px;
    left: 50%;
    position: absolute;
    bottom: 10px;
    text-decoration: none;
    text-align: center;
}
.scroll-down-icon {
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 15px;
    position: relative;
    -webkit-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite;
    z-index: 2;
    margin-top: 14px;
}
/*
 * HTML5 BG VIdeo
 */


/* 
 * 6.3. Headings styles
 */

.hs-badge {
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0px;
    font-size: 40px;
    color: #B9B9B9;
    line-height: 1.1;
}
.hs-wrap {
    max-width: 570px;
    margin: 0 auto;
    padding: 47px 30px 53px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .5);
}
.hs-wrap-1 {
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.hs-line-1 {
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 51px;
    color: #fff;
    opacity: .9;
}
.hs-line-2 {
    margin-top: 0;
    position: relative;
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.085em;
    line-height: 1.3;
    color: rgba(255, 255, 255, .85);
}
.hs-line-3 {
    margin-top: 0;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .7);
}
.hs-line-4 {
    margin-top: 0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    color: rgba(255, 255, 255, .85);
}
.hs-line-5 {
    margin-top: 0;
    position: relative;
    font-size: 62px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    opacity: .85;
}
.hs-line-6 {
    margin-top: 0;
    position: relative;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.2;
    opacity: .35;
}
.hs-line-6.no-transp {
    opacity: 1;
}
.hs-line-7 {
    margin-top: 0;
    position: relative;
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}
.hs-line-8 {
    margin-top: 0;
    position: relative;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.2;
    opacity: .75;
}
.hs-line-8.no-transp {
    opacity: 1;
}
.hs-line-9 {
    margin-top: 0;
    position: relative;
    font-size: 96px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}
.hs-line-10 {
    margin-top: 0;
    display: inline-block;
    position: relative;
    padding: 15px 24px;
    background: rgba(0, 0, 0, .75);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .85);
}
.hs-line-10 > span {
    margin: 0 10px;
}
.hs-line-10.highlight {
    background: #e41919;
    opacity: .65;
}
.hs-line-10.transparent {
    background: none;
    color: #aaa;
    padding: 0;
}
.hs-line-11 {
    margin-top: 0;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.8;
    opacity: .9;
}
.hs-line-12 {
    margin-top: 0;
    position: relative;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}
.hs-line-13 {
    margin-top: 0;
    position: relative;
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.hs-line-14 {
    margin-top: 0;
    position: relative;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.7em;
}
.hs-line-15 {
    margin-top: 0;
    position: relative;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.3;
}
.no-transp {
    opacity: 1 !important;
}
.fullwidth-galley-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
}
/* ==============================
   07. Top Bar
   ============================== */

.top-bar {
    min-height: 40px;
    background: #fbfbfb;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    font-size: 11px;
    letter-spacing: 1px;
}
/*
 * Top links
 */

.top-links {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.top-links li {
    float: left;
    border-left: 1px solid rgba(0, 0, 0, .05);
}
.top-links li:last-child {
    border-right: 1px solid rgba(0, 0, 0, .05);
}
.top-links li .fa {
    font-size: 14px;
    position: relative;
    top: 1px;
}
.top-links li .tooltip {
    text-transform: none;
    letter-spacing: normal;
    z-index: 2003;
}
.top-links li a {
    display: block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-decoration: none;
    text-align: center;
    color: #999;
    box-sizing: border-box;
    transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.top-links li a:hover {
    color: #555;
    background-color: rgba(0, 0, 0, .02);
}
/*
 * Top bar dark
 */

.top-bar.dark {
    background-color: #333;
    border-bottom: none;
}
.top-bar.dark .top-links li,
.top-bar.dark .top-links li:last-child {
    border-color: rgba(255, 255, 255, .07);
}
.top-bar.dark .top-links li a {
    color: #aaa;
}
.top-bar.dark .top-links li a:hover {
    color: #ccc;
    background-color: rgba(255, 255, 255, .05);
}
/* ==============================
   08. Classic menu bar / .main-nav
   ============================== */

.nav-container {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}
nav {
    background: #fff;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}
nav ul {
    margin-bottom: 0;
}
.module {
    display: inline-block;
    padding: 0;
}
.module-group {
    display: inline-block;
}
.module.left,
.module-group.left {
    float: left;
}
.module.right,
.module-group.right {
    float: right;
}
nav .btn,
.nav-bar .btn {
    margin: 0;
    height: auto;
}
.nav-utility {
    height: 45px;
    line-height: 43px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.nav-utility i {
    position: relative;
    top: 1px;
}
.nav-bar {
    height: 705px;
    max-height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ccc;
    width: 85%;
    margin: 0 auto;
}
.nav-bar .module,
.nav-bar .module-group {
    height: 70px;
}
.nav-bar a {
    display: inline-block;
    height: 70px;
}
.logo {
    max-height: 60%;
}
.logo-light {
    display: none;
}
nav.nav-centered .logo {
    max-height: 64px;
    margin: 64px 0 40px 0;
}
nav.bg-dark .logo-light {
    display: inline;
}
nav.bg-dark .logo-dark {
    display: none;
}
.menu > .has-dropdown {
    padding-right: 13px;
}
.has-dropdown:after {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 11px;
    content: "\f107";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}
.menu {
    width: 100%;
    height: 55px;
    font-family: "Open Sans", arial, sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu.inline-block {
    width: auto;
}
.menu li a {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    color: #292929;
    opacity: 0.7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
    text-decoration: none;
}
.menu li a:hover {
    opacity: 1 !important;
}
.menu > li {
    margin-right: 32px;
    float: left;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}
.menu > li:last-child {
    margin-right: 0;
}
.menu > li:last-child > ul {
    right: 0;
}
.menu > li:last-child > ul ul {
    left: auto;
    right: 100%;
}
.menu > li ul {
    width: 400px;
    padding: 0;
    background: #3B3B3B;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -1px;
    list-style: none;
}
.menu > li > ul > li {
    position: relative;
    line-height: 24px;
    width: 100%;
    vertical-align: top;
}
.menu > li > ul > li i {
    display: inline-block;
    margin-right: 2px;
}
.menu > li > ul > .has-dropdown:after {
    color: #fff;
    top: 10px;
    right: 22px;
    content: "\f107";
}
.menu > li > ul li a {
    color: #fff;
    height: auto;
    padding: 10px 24px 10px;
    display: block;
}
.menu > li > ul > li > ul {
    left: 100%;
    top: 0;
}
.menu > li:hover > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}
.menu > li > ul > li:hover > ul,
.has-dropdown:hover .mega-menu ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}
.mega-menu {
    width: auto !important;
    white-space: nowrap;
    line-height: 24px;
}
.menu > li ul.mega-menu {
    padding: 8px 0;
}
.mega-menu ul {
    position: relative !important;
    left: auto !important;
    padding: 0 !important;
}
.mega-menu > li {
    width: 275px !important;
    overflow: hidden;
    display: inline-block;
}
.mega-menu .title {
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding: 6px 24px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.make-right {
    right: 1;
}
.module.widget-handle {
    padding: 0 24px;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 0;
}
.module.widget-handle.language {
    padding-left: 0;
    padding-right: 0;
}
nav.nav-centered .module.widget-handle {
    border: none !important;
}
@media all and (max-width: 1100px) {
    .module.widget-handle {
        padding: 0 16px;
    }
}
.module.widget-handle i {
    font-size: 20px;
    line-height: 53px;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.module.widget-handle:hover i,
.module.active i {
    opacity: 1;
}
.widget-handle .function {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: default;
    width: 200px;
    background: #111;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    right: 0;
}
.module.widget-handle:hover .function {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}
.module.widget-handle .title {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    display: none;
    opacity: .5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.module.widget-handle .title:hover {
    opacity: 1;
}
.widget-handle .cart {
    position: relative;
}
.widget-handle .cart .label {
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 10px;
    right: -10px;
    border-radius: 50%;
}
.widget-handle .search-form {
    padding: 8px;
    display: inline-block;
    width: 100%;
    line-height: 50px;
}
.widget-handle .search-form input {
    margin: 0;
    font-size: 16px;
    width: 100%;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    outline: none;
}
nav .widget {
    margin: 0;
    padding: 24px;
    background-color: #3B3B3B;
}
nav .widget .title {
    display: none !important;
}
nav .widget,
nav .widget a:not(.btn) {
    color: #fff;
}
nav .widget hr {
    border-color: #777;
    margin-bottom: 16px;
}
nav .widget hr:first-of-type {
    display: none;
}
.cart-widget-handle .function {
    width: auto;
    background: #fff;
}
.cart-widget-handle .function span {
    color: #fff !important;
}
nav .cart-overview {
    min-width: 300px;
    margin-bottom: 16px;
}
nav .cart-overview a {
    height: auto;
}
.language .menu > li ul {
    max-width: 150px;
}
.nav-open {
    max-height: 10000px !important;
    height: auto !important;
}
.nav-open .mobile-toggle {
    border-bottom: 1px solid #ccc;
}
.widget .cart-overview img {
    width: 25%;
    padding-right: 2%;
    vertical-align: top;
}
.widget .cart-overview .description {
    display: inline-block;
    width: auto;
    line-height: 24px;
    padding-left: 10px;
}
.widget .cart-overview span {
    display: block;
    font-weight: 600;
}
.widget .cart-overview li {
    margin-bottom: 24px;
    overflow: hidden;
}
.widget .cart-overview li:last-child {
    margin-bottom: 0;
}
.widget .cart-controls {
    max-height: 30px;
    line-height: 30px;
    font-weight: 600;
}
.cart-overview a {
    color: #292929;
}
.cart-overview a:hover {
    color: #47b475;
}
.cart-overview .product-rating {
    color: #fff;
}
.cart-overview .product-rating i {
    font-size: 11px;
    line-height: 1;
}
.cart-overview a {
    text-decoration: none;
}
@media all and (max-width: 1120px) {
    .menu > li {
        margin-right: 24px;
    }
}
.has-offscreen-nav .main-container {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.offscreen-container {
    position: fixed;
    transform: translate3d(200%, 0, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    width: 50%;
    top: 0;
    height: 100%;
    min-height: 100vh;
    z-index: 20;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    overflow: hidden;
}
.offscreen-container.reveal-nav {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
}
.main-container.reveal-nav {
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
}
.offscreen-left .offscreen-container {
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
}
.offscreen-left .offscreen-container.reveal-nav {
    transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
}
.offscreen-left .main-container.reveal-nav,
.offscreen-left nav.reveal-nav {
    transform: translate3d(50%, 0, 0) !important;
    -webkit-transform: translate3d(50%, 0, 0) !important;
    -moz-transform: translate3d(50%, 0, 0) !important;
}
.offscreen-container .close-nav {
    position: absolute;
    right: 24px;
    top: 16px;
    z-index: 24;
    font-size: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
}
.offscreen-container .close-nav:hover {
    opacity: 1;
}
.offscreen-container.bg-dark .close-nav i {
    color: #fff;
}
@media all and (max-width: 990px) {
    .offscreen-container {
        width: 100vw;
    }
    .offscreen-container.reveal-nav {
        transform: translate3d(0vw, 0, 0);
        -webkit-transform: translate3d(0vw, 0, 0);
        -moz-transform: translate3d(0vw, 0, 0);
    }
    .main-container.reveal-nav {
        -webkit-transform: none !important;
        transform: none !important;
    }
}
@media all and (max-width: 990px) {
    nav.fixed {
        position: absolute !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    nav.outOfSight {
        transform: translate3d(0, 0px, 0) !important;
        -webkit-transform: translate3d(0, 0px, 0) !important;
        -moz-transform: translate3d(0, 0px, 0) !important;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }
    .nav-bar {
        width: 100%;
    }
    .nav-bar,
    .nav-bar .module-group,
    .nav-bar .module {
        height: auto;
        overflow: hidden;
    }
    .nav-bar .module {
        padding: 0 2px;
    }
    .nav-bar .module-group {
        width: 100%;
        padding: 16px 0;
    }
    .nav-bar .module-group .module {
        display: block;
        float: none;
        width: 100%;
    }
    nav.nav-centered .logo {
        margin: 24px 0 16px 0;
        max-height: 40px;
    }
    .menu {
        height: auto;
    }
    .menu.inline-block {
        width: 100%;
    }
    .menu a {
        height: auto;
        line-height: 40px;
        padding: 8px 0;
    }
    .menu li {
        line-height: 24px;
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .menu > li ul {
        position: relative;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        left: 0;
    }
    .menu > li > ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        display: none;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
    }
    .menu > li > ul > .has-dropdown:after {
        content: "\f107";
    }
    .menu > li > ul > li > ul {
        left: 0;
        display: none;
        padding: 0;
    }
    .menu > li > ul li a,
    .mega-menu .title {
        padding: 4px 16px;
    }
    .has-dropdown .has-dropdown li {
        padding-left: 18px;
    }
    .has-dropdown {
        padding-right: 0;
    }
    .mega-menu {
        margin-left: 0 !important;
    }
    .mega-menu li {
        width: 100% !important;
    }
    .toggle-sub > ul,
    .toggle-sub .mega-menu ul {
        display: block !important;
    }
    .module.widget-handle {
        border-left: none;
        border-top: 1px solid #ccc;
        line-height: 70px;
        min-height: 70px;
    }
    .module.widget-handle .menu {
        line-height: 40px;
    }
    .module.widget-handle .menu li {
        line-height: 40px;
    }
    .module.widget-handle i {
        line-height: 40px;
    }
    .module.widget-handle .title {
        display: inline-block;
        position: relative;
        bottom: 3px;
        margin-left: 8px;
    }
    .widget-handle .function {
        width: 100%;
        position: relative;
        opacity: 1;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        visibility: visible;
        margin-top: 0;
        display: none;
        box-shadow: none !important;
    }
    .toggle-widget-handle .function {
        display: block !important;
    }
    .widget-handle .cart .label {
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
        top: 18px;
    }
    .mobile-toggle {
        border-left: 1px solid #ccc !important;
        border-bottom: none !important;
    }
    .mobile-toggle i {
        line-height: 53px !important;
    }
    .mobile-toggle.absolute-xs {
        position: absolute;
        top: 0;
    }
    nav.nav-centered .mobile-toggle {
        width: 100%;
    }
    nav.bg-dark .module.widget-handle {
        border-top: 1px solid #444;
    }
    nav.bg-dark .mobile-toggle {
        border-left: 1px solid #444 !important;
    }
    nav.bg-dark .nav-open .mobile-toggle {
        border-bottom: 1px solid #444;
    }
}
nav.outOfSight {
    transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
nav.scrolled {
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
}
nav.fixed,
nav.absolute {
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
}
nav.absolute {
    position: absolute;
}
nav.fixed {
    position: fixed;
    visibility: hidden;
    opacity: 0;
}
nav.fixed .nav-utility {
    display: none;
}
nav.fixed.scrolled {
    visibility: visible;
    opacity: 1;
    border-bottom: 1px solid #ccc;
}
nav.fixed.scrolled .nav-bar {
    border: none;
}
nav.transparent {
    background: none;
}
nav.transparent .menu > li > a,
nav.transparent .module.widget-handle i,
nav.transparent.fixed .module.widget-handle .cart-overview i,
nav.transparent .nav-utility {
    color: #fff;
}
nav.transparent .menu > li > a,
nav.transparent .module.widget-handle i {
    opacity: 1;
}
nav.transparent .has-dropdown:after {
    color: #fff;
}
nav.transparent .logo-dark {
    display: none;
}
nav.transparent .logo-light {
    display: inline;
}
@media all and (max-width: 990px) {
    nav.transparent .nav-open {
        background: #fff;
    }
    nav.transparent .nav-open .menu > li > a,
    nav.transparent .nav-open .module.widget-handle i,
    nav.transparent .nav-open .nav-utility {
        color: #292929;
    }
    nav.transparent .nav-open .logo-dark {
        display: inline;
    }
    nav.transparent .nav-open .logo-light {
        display: none;
    }
    nav.transparent .nav-open .has-dropdown:after {
        color: #292929;
    }
    .menu > li:last-child > ul ul {
        right: 0;
    }
}
nav.transparent.fixed {
    background: #fff;
}
nav.transparent.fixed .logo-light {
    display: none;
}
nav.transparent.fixed .logo-dark {
    display: inline;
}
nav.transparent.fixed .menu > li > a,
nav.transparent.fixed .module.widget-handle i {
    color: #292929;
}
nav.transparent.fixed .module.widget-handle .cart-overview .product-rating i {
    color: #fff;
    opacity: 1;
}
nav.transparent.fixed .menu > .has-dropdown:after {
    color: #fff;
    color: #292929;
}
nav.transparent.fixed .menu > li > a,
nav.transparent.fixed .module.widget-handle i {
    opacity: .5;
}
nav.bg-dark .menu > li > a,
nav.bg-dark .module.widget-handle i,
nav.bg-dark .nav-utility {
    color: #fff;
    opacity: .7;
}
nav.bg-dark .module.widget-handle {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
nav.bg-dark .nav-utility,
nav.bg-dark .nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav.transparent.fixed.bg-dark {
    background: #292929;
}
nav.transparent.fixed.bg-dark .menu > li > a,
nav.transparent.fixed.bg-dark .module.widget-handle i {
    color: #fff;
}
nav.nav-centered.outOfSight .logo {
    display: none;
}
/* ==============================
   09. Sections styles / .page-section, .small-section, .split-section
   ============================== */
/*
 * Common
 */

.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-section,
.small-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 50px 0!important;
}
.small-section {
    padding: 30px 0;
	
}



.page-section, 
.top-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
     padding-top: 30px;
	padding-bottom: 10px
}
.page-section, 
.top2-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
     padding-top: 0px;
	padding-bottom: 0px
}
.top-section {
    padding-top: 30px;
	padding-bottom: 5px;
}
.small-title {
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.3em;
}
.section-icon {
    margin-bottom: 7px;
    text-align: center;
    font-size: 32px;
}
.small-title .serif {
    text-transform: none;
    font-weight: 400;
}
.small-title.white {
    color: #fff;
}
.bg-scroll {
    background-attachment: scroll !important;
}
.bg-pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bg-pattern-over:before,
.bg-pattern-over .YTPOverlay:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: url(../images/pattern-bg-2.png);
}

.bg-gray {
    background-color: #E0E0E0;
}
.bg-gray-lighter {
    background-color: #e9af36;
}
.bg-grey-lighter {
    background-color: #C5E3BF;
}
.bg-dark,
.bg-dark-lighter,
.bg-dark-alfa-30,
.bg-dark-alfa-50,
.bg-dark-alfa-70,
.bg-dark-alfa-90,
.bg-dark-alfa,
.bg-color,
.bg-color-lighter,
.bg-color-alfa-30,
.bg-color-alfa-50,
.bg-color-alfa-70,
.bg-color-alfa-90,
.bg-color-alfa,
.theme-bg {
    color: #fff;
}
.theme-bg a,
.bg-dark a,
.bg-dark-lighter a,
.bg-dark-alfa-30 a,
.bg-dark-alfa-50 a,
.bg-dark-alfa-70 a,
.bg-dark-alfa-90 a,
.bg-dark-alfa a,
.bg-color a,
.bg-colorlighter a,
.bg-color-alfa-30 a,
.bg-color-alfa-50 a,
.bg-color-alfa-70 a,
.bg-color-alfa-90 a,
.bg-color-alfa a {
    color: rgba(255, 255, 255, .8);
    padding-bottom: 3px;
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}



.bg-dark {
    background-color: #111;
}
.bg-dark-lighter {
    background-color: #252525;
}



.section-title {
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.8;
}
.section-subtitle {
    color: #777;
    font-size: 16px;
}
.section-more {
    margin-top: 7px;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-decoration: none;
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.section-more:hover {
    text-decoration: none;
    color: #000;
}
.section-more .fa {
    font-size: 12px;
}
.section-heading {
    margin-bottom: 50px;
}
.section-line {
    width: 55px;
    height: 1px;
    margin: 30px auto;
    background: #111;
}
.section-text {
    color: #111;
    font-size: 16px;
    font-family: "Open Sans", arial, sans-serif;
    line-height: 1.6;
}
.section-text blockquote {
    margin-top: -5px;
}
.section-bot-image {
    margin: 140px 0 -140px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

/*


/* ==============================
   12. Features
   ============================== */


.features .desc {
    overflow: hidden;
}
.feature {
    position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	border-color: #000!important;
	border-width: 1px!important;
	min-height: 350px;
	
}

.feature1 {
    position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 45px;
	border-color: #000!important;
	border-width: 1px!important;
	min-height: 550px;
	
}




/* ==============================
   16. Banner section
   ============================== */

.banner-section {
    overflow: visible;
    border-bottom: 1px solid transparent;
}
.banner-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}
.banner-decription {
    margin-bottom: 35px;
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
}
.banner-image {
    margin: -40px 0 0 0;
    text-align: right;
}
.banner-image img {}



/* ==============================
   22. Footer / .footer
   ============================== */

.footer {
    color: #e7f1ea;
}
.footer .footer-logo {
    display: inline-block;
    margin-bottom: 30px;
}
.footer ul a {
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #e7f1ea;
}
.footer ul a:hover {
    text-decoration: underline;
    color: #47b475;
}
.footer p a:hover {
    color: #111;
}
.footer .ftitle {
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1.5px;
}
.footer-secondry {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
}
.footer .copyright {
    font-size: 13px;
    margin-bottom: 0;
}
.footer .copyright a {
    font-weight: 700;
    text-decoration: none;
    color: #666;
}

p.copyright {
	color: #666;
}

/*
 * 23.3. Sidebar
 */

.sidebar {
    margin-top: 10px;
}
.widget {
    margin-bottom: 60px;
}
.widget .img-left {
    margin: 0 10px 10px 0;
}
.widget .img-right {
    margin: 0 0 10px 10px;
}
.widget-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    position: relative;
}
.widget-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: 2px;
    background-color: #777;
}
.widget-body {
    font-size: 13px;
    color: #777;
}
.widget-text {
    line-height: 1.7;
}

/* Widget menu */

.widget-menu {
    font-size: 13px;
}
.widget-menu li {
    padding: 10px 0;
}
.widget-menu li a {
    color: #555;
    text-decoration: none;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-menu li small {
    font-size: 11px;
    color: #aaa;
    margin-left: 5px;
}

/*
 * 26.4. Tabs minimal
 */

.tpl-minimal-tabs {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    border: none;
}
.tpl-minimal-tabs > li {
    padding: 0 10px;
    background: none !important;
}
.tpl-minimal-tabs > li > a {
    padding: 10px 30px;
    text-decoration: none;
    color: #000;
    background: none;
    border: none;
    position: relative;
    border-radius: 0;
    letter-spacing: 2px;
    font-weight: 600;
}
.tpl-minimal-tabs > li > a:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #000;
    transition: all 0.3s ease;
}
.tpl-minimal-tabs > li > a:after {
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #000;
    transition: all 0.3s ease;
}
.tpl-minimal-tabs > li > a:hover {
    background: none;
    color: #777;
}
.tpl-minimal-tabs li.active a:before,
.tpl-minimal-tabs li.active a:after,
.tpl-minimal-tabs li a:hover:before,
.tpl-minimal-tabs li a:hover:after {
    width: 100%;
}
.tpl-minimal-tabs li.active a,
.tpl-minimal-tabs li.active a:hover {
    border: none !important;
    background: none;
    color: #000;
    cursor: default;
}
.tpl-minimal-tabs-cont {} .tab-theme-navs {} .tab-theme-navs > li > a:after,
.tab-theme-navs > li > a:before {
    content: '';
    display: none;
}
.tab-theme-navs > li > a {
    background-color: #ddd;
    color: #666;
}
.tab-theme-navs > li > a:hover,
.tab-theme-navs > li > a:focus,
.tab-theme-navs > li.active > a,
.tab-theme-navs > li.active > a:hover {
    color: #fff !important;
}
.vertical-tab.tab-theme-navs > li {
    width: 100%;
    margin-bottom: 20px;
}
.vertical-tab.tab-theme-navs > li > a {
    display: block;
}

/* ==============================
   18. Post previews (news section)
   ============================== */
   
   .post-head {
    margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
    text-align: left;
	background-color: #cfdc8b;
	border-color: #819e1f;
	border-style: solid;
	border-width: 1px;
	width: 98%;
	padding: 15px 25px 15px 25px;
}
.post-head .post-title {
    text-transform: uppercase;
    font-weight: 600;
	margin-top: 10px;
	color: #800000;
}
/*

/*
 * 26.2. promo box
 */

.promo-box {
    position: relative;
    overflow: hidden;
}
.promo-box .promo-info h1 {
    margin-bottom: 10px;
}
.promo-box .promo-info h1 span,
.promo-box .promo-info h2 span,
.promo-box .promo-info h3 span,
.promo-box .promo-info h4 span,
.promo-box .promo-info h5 span,
.promo-box .promo-info h6 span {
    display: inline-block;
    font-size: inherit;
}
.promo-box h1,
.promo-box h2,
.promo-box h3,
.promo-box h4,
.promo-box h5,
.promo-box h6 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 300;
}
.promo-box p {
    margin-bottom: 10px;
}
.promo-1 {
    padding: 50px;
    display: inline-block;
    width: 100%;
}
.promo-1.rounded {
    border-radius: 10px;
}
.promo-1 .promo-info span {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}
 

 

/* Responsive menu button */

.sp-button {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 54px;
    height: 54px;
    background: #111;
    opacity: .85;
    text-indent: -12345px;
    z-index: 1030;
    border-radius: 50%;
    transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.sp-button:hover {
    opacity: 1;
}
.sp-button span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.sp-button span:before,
.sp-button span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;
    transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -webkit-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s, -webkit-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
}
.sp-button span:after {
    top: auto;
    bottom: -6px;
}
/* Logo */

.sp-logo-wrap {} .sp-logo-wrap .logo {
    display: block;
    padding: 30px;
    text-align: center;
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.sp-logo-wrap .logo img {
    max-width: 100%;
}
/* Menu */

.sp-wrapper {} .sp-menu-links,
.sp-menu-links ul {
    margin: 0;
    padding: 10px 0;
    line-height: 1.3;
    text-align: center;
}
.sp-menu-links ul.sp-sub {
    padding: 0;
}
.sp-menu-links a {
    display: block;
    position: relative;
    margin: 0;
    padding: 15px 20px;
    color: #999;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, .1);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    z-index: 11;
}
.no-touch .sp-menu-links a:hover,
.sp-menu-links a:active,
.sp-menu-links li.js-opened > a {
    color: #d5d5d5;
    text-decoration: none;
}
.no-touch .sp-menu-links a:hover {
    background-color: rgba(255, 255, 255, .05);
}
.sp-menu-links li {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.sp-menu-links li > a:active,
.sp-menu-links li a.active {
    color: #f5f5f5;
}
.sp-menu-links li.js-opened:before {
    display: none;
}
.no-touch .sp-menu-links li.js-opened > a:hover,
.sp-menu-links li.js-opened > a:active {
    color: #fff;
}
.sp-has-sub {} .sp-has-sub .fa {
    font-size: 14px;
}
.js-opened > .sp-has-sub > .fa {
    color: #fff;
}
.sp-sub {
    display: none;
    opacity: 0;
    position: relative;
}
.sp-sub > li > a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
}
.sp-menu-links li.js-opened .sp-sub {
    opacity: 1;
}
.sp-search {
    width: 100%;
}
.sp-search input.search-field {
    background: transparent;
    color: #555;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.sp-search input.search-field:hover {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.sp-search input.search-field:focus {
    color: #999;
    border-color: rgba(255, 255, 255, .7);
}
.sp-search .search-button:hover {
    color: #fff;
}

/* mobile menu */

@keyframes bugfix { from {padding:0;} to {padding:0;}}
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;}}

#overlay-button {
  position: absolute;
  right: 2em;
  top: 3em;
  padding: 26px 11px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
  span {
      height: 4px;
      width: 35px;
      border-radius: 2px;
      background-color: white;
      position: relative;
      display: block;
      transition: all .2s ease-in-out;
      &:before {
        top: -10px;
        visibility: visible;
      }
      &:after {
        top: 10px;
      }
      &:before, &:after {
          height: 4px;
          width: 35px;
          border-radius: 2px;
          background-color: white;
          position: absolute;
          content: "";
          transition: all .2s ease-in-out;
      }
    }
    &:hover span, &:hover span:before, &:hover span:after {
      background: #333332;
    }
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}

input[type=checkbox]:checked ~ #overlay-button {
  &:hover span, span{
    background: transparent;
  }
  span {
    &:before {
      transform: rotate(45deg) translate(7px, 7px);
      opacity: 1;
    }
    &:after {
      transform: rotate(-45deg) translate(7px, -7px);
    }
  }
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #ec6451;
  z-index: 2;
  visibility: hidden;
  position: fixed;
  &.active {
    visibility: visible;
  }
  ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    padding-left: 0;
    list-style-type: none;
    li {
      padding: 1em;
      a {
        color: white;
        text-decoration: none;
        font-size: 1.5em;
        &:hover {
          color: #333332;
        }
      }
    }
  }
}

@media (max-width: 767px) {
   .mobile-toggle i {
    line-height: 53px !important;
    
}

.nav-bar .module-group {
    width: 100%;
    padding: 16px 0;
    
}
}




