/*
* Theme Name: Infopress - Multipurpose Html Template
* Author: 2035Themes
* Author URI: http://www.2035themes.com/
* Version: 1.0
*/

/* Table Of Content

1    - Reset
2    - Global Core Styles
3    - Slider
4    - Header
5    - Elements
	   . Accordion & Toggle
	   . Alerts
	   . Animation Numbers
	   . Buttons
	   . Breadcrumb
	   . Call To Action
	   . Card
	   . Contact Box
	   . Customer Comments
	   . Dropcap
	   . Highlighted Text
	   . Icon Box
	   . List Style
	   . Link
	   . Magic Background
	   . Map
	   . Newsletter
	   . News
	   . Price List
	   . Progress Box
	   . Process Box
	   . Social Buttons
	   . Tabs
	   . Team
	   . Titles
	   . Tooltip
	   . Twitter
	   . Quote
6    - Blog
7    - Portfolio
8    - Page Navigation
9    - Parallax
10   - Video Background
11   - Pagination (Blog, Portfolio, Shop)
12   - Search Page
13   - Cart Page
14   - Category Page
15   - Checkout Page
16   - Login & Register Page
17   - Shop Single Page
18   - Footer
19   - 404 Page

/*-----------------------------------------------------------------------------------*/
/*   Reset
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    -webkit-transition-property: color, text;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, text;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: color, text;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

a, a:visited, a:focus, a:active, a:hover, a:link {
    outline: 0 none !important;
    text-decoration: none !important;
    background: none !important;
}

.resetter {
    margin: 0;
    padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*   Global Core Styles
/*-----------------------------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    color: #555;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

#wrapper {
    width: 100%;
    height: auto;
}

.site-content {
    position: relative;
}

.site-content .post-content ul {
    margin: auto;
    margin-bottom: 10px;
    padding-left: 40px;
    list-style-type: disc;
}

/* Font Face

Font Name : Nexa
Font Source : http://fontfabric.com/nexa-free-font/
Licence : Free to Use Personal or Commercial Use

*/

/* Nexa Light */

@font-face {
    font-family: 'Poppins', sans-serif;
}

/* Nexa Bold */

@font-face {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0.0300em;
}

h2 {
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0.0300em;
}

h3 {
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.0300em;
}

h4 {
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.0300em;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.0300em;
    color: #222;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.1400em;
    color: #222;
}

a {
    color: #222;
}

a:hover {
    color: #da3636;
    text-decoration: none;
}

a:hover i {
    color: #da3636;
    text-decoration: none;
}

::selection {
    color: #0277BD;
    background: #f5f5f5;
}

::-moz-selection {
    color: #0277BD;
    background: #101010;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

input[type="text"], input[type="password"], input[type="email"] {
    padding: 7px 15px;
    border: none;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

input[type="submit"] {
    border: none;
    padding: 7px 15px;
    background: #da3636;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 0.0800em;
    min-width: 80px;
    margin-top: 10px;
    border-radius: 3px;
}

textarea {
    padding: 10px 15px;
}

/* Fade Loading For Image

img {
  opacity: 0;
}

img:not([src=""]){
  	-webkit-animation: fadein 1s 1s both;
    animation: fadein 1s 1s both;
}

@-webkit-keyframes fadein {
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  to {
    opacity: 1;
  }
}

*/

.animated-area {
    overflow: hidden;
    opacity: 0;
}

.header img, .footer img {
    -webkit-animation: fadein 0s 0s both;
    animation: fadein 0s 0s both;
    opacity: 1;
}

/* Helper Classes */

.big-font {
    font-size: 15px;
    line-height: 28px;
}

.big-font-light h3 {
    font-size: 24px;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
}

.full-screen-line {
    background: #e8e8e8;
    height: 1px;
    width: 100%;
}

.small-font {
    font-size: 11px;
    line-height: 17px;
}

.pos-center {
    text-align: center;
}

.pos-left {
    text-align: left;
}

.pos-right {
    text-align: right;
}

.rsp-img-center {
    margin: 0 auto;
}

/* Margin & Padding */

.margint5 {
    margin-top: 5px !important;
}

.margint10 {
    margin-top: 10px !important;
}

.margint20 {
    margin-top: 20px !important;
}

.margint30 {
    margin-top: 30px !important;
}

.margint40 {
    margin-top: 40px !important;
}

.margint50 {
    margin-top: 50px !important;
}

.margint60 {
    margin-top: 60px !important;
}

.margint70 {
    margin-top: 70px !important;
}

.margint80 {
    margin-top: 80px !important;
}

.margint90 {
    margin-top: 90px !important;
}

.margint100 {
    margin-top: 100px !important;
}

.margint120 {
    margin-top: 120px !important;
}

.margint160 {
    margin-top: 120px !important;
}

.marginb10 {
    margin-bottom: 10px !important;
}

.marginb20 {
    margin-bottom: 20px !important;
}

.marginb30 {
    margin-bottom: 30px !important;
}

.marginb40 {
    margin-bottom: 40px !important;
}

.marginb50 {
    margin-bottom: 50px !important;
}

.marginb60 {
    margin-bottom: 60px !important;
}

.marginb80 {
    margin-bottom: 80px !important;
}

.marginb90 {
    margin-bottom: 90px !important;
}

.marginb100 {
    margin-bottom: 100px !important;
}

.marginb120 {
    margin-bottom: 120px !important;
}

.padrl20 {
    padding: 0 20px;
}

.padrl50 {
    padding: 0 50px;
}

.padt20 {
    padding-top: 20px;
}

.padt40 {
    padding-top: 40px;
}

.padt30 {
    padding-top: 30px;
}

.padt40 {
    padding-top: 40px;
}

.padt50 {
    padding-top: 50px;
}

.padt60 {
    padding-top: 60px;
}

.padt70 {
    padding-top: 70px;
}

.padt80 {
    padding-top: 80px;
}

.padt90 {
    padding-top: 90px;
}

.padb10 {
    padding-bottom: 10px;
}

.padb20 {
    padding-bottom: 20px;
}

.padb30 {
    padding-bottom: 30px;
}

.padb40 {
    padding-bottom: 40px;
}

.padb60 {
    padding-bottom: 60px;
}

.padb80 {
    padding-bottom: 80px;
}

.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.pad30 {
    padding: 30px;
}

/* Visible For Desktop. It just shows up on Mobile */

.just-mobile {
    display: none;
}

/* Site Color */

.main-color {
    background: #da3636;
}

.second-color {
    background: #da3636;
}

.light-color {
    background: #f5f5f5;
}

.white-color {
    background: #FFF;
}

.main-text-color {
    color: #da3636;
    font-style: normal;
}

.second-text-color {
    color: #da3636;
    height: 15px;
}

.dark-text-color {
    color: #222;
}

.white-text-color {
    color: #FFF;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/*-----------------------------------------------------------------------------------*/
/*   Header
/*-----------------------------------------------------------------------------------*/

/* Pre-Header */

.header {
    position: relative;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    z-index: 99999;
}

.default-header .pre-header ul {
    float: left;
}

.pre-header {
    background: #f5f5f5;
    border-bottom: solid 1px #e8e8e8;
    padding: 8px 0 7px 0;
    font-size: 12px;
    line-height: 23px;
}

.pre-header i {
    color: #666;
}

/* Social Media */

ul.header-social-media li {
    float: left;
    margin: 0 2px;
}

ul.header-social-media li:first-child {
    margin-left: 0;
}

ul.header-social-media li:last-child {
    margin-right: 0;
}

ul.header-social-media li i {
    background: #FFF;
    padding: 9px 11px;
}

ul.header-information {
    margin-left: 10px;
    padding: 4px 0;
}

ul.header-information li {
    float: left;
    margin: 0 10px;
}

ul.header-information li i {
    padding-right: 7px;
}

/* Quick Links */

@-webkit-keyframes quickMenuUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes quickMenuUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.quickMenuUp {
    -webkit-animation-name: quickMenuUp;
    animation-name: quickMenuUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

@-webkit-keyframes quickMenuDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
}

@keyframes quickMenuDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
}

.quickMenuDown {
    -webkit-animation-name: quickMenuDown;
    animation-name: quickMenuDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.quick-link {
    position: relative;
    float: left;
    height: auto;
    padding-top: 4px;
}

.quick-link a {
    padding: 10px 10px 17px 10px;
}

.quick-link i {
    margin-left: 5px;
}

.quick-link-box ul {
    width: 100%;
}

.quick-link-box ul li {
    width: 100%;
    line-height: 25px;
    border: 1px solid #da3636;
}

.quick-link-box ul li:hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #f5f5f5;
}

.quick-link-box ul li i {
    color: #fff;
    margin: 0;
    padding-right: 5px;
}

.quick-link-box ul li a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
}

.quick-link-box {
    position: absolute;
    right: 0;
    background: #da3636;
    width: auto;
    white-space: nowrap;
    height: auto;
    top: 37px;
    visibility: hidden;
    z-index: 999;
    padding: 20px;
}

.quick-link .animated {
    visibility: visible !important;
}

.quick-link-box:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #da3636 transparent;
}

/* Language Switcher */

.language-box {
    float: left;
    background: #FFF;
    margin-left: 15px;
    position: relative;
    width: 110px;
    height: 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.language-box ul {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 30px;
    width: 110px;
    z-index: 999;
    padding: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    border-left: 1px solid #f6f7f8;
    border-right: 1px solid #f6f7f8;

}

.language-box ul:hover {
    height: 130px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-bottom: 1px solid #f6f7f8;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.language-box:hover.language-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.language-box ul li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    border-bottom: 1px solid #f6f7f8;
}

.language-box i {
    font-size: 15px;
    position: relative;
    top: 5px;
    right: -90px;
    z-index: 9999;
    color: #222;
}

.language-box ul li:last-child {
    border-bottom: 0;
}

.language-box ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 4px 10px;
}

.language-box ul li img {
    margin-right: 8px;
    margin-top: -3px;
}

/* Main Header */

.main-header {
    height: 95px;
    line-height: 95px;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
}

.header-logo, .header-nav, .header-tools {
    float: left;
}

.header-logo a {
    position: relative;
    top: -2px;
}

.main-header .header-nav {
    position: static;
}

.header-style-1 .header-nav {
    padding-left: 30px;
}

.header-style-1 .header-nav ul li {
    margin-right: 5px;
}

.header-style-4 .main-header {
    height: 135px;
    line-height: 90px;
}

.header-style-4 .header-nav, .header-style-5 .header-nav {
    float: none;
}

.header-style-4-wrap {
    background: #da3636;
    margin: 0;
    width: 100%;
}

.header-style-4 .header-vertical-seperator {
    height: 50px;
    top: 20px;
}

.header-style-4 .language-box {
    line-height: 23px;
    top: 30px;
    margin-right: 15px;
    margin-left: 20px;
}

.header-style-4-info {
    position: relative;
    top: 24px;
    line-height: normal;
    text-align: center;
    padding: 0 15px;
}

.header-style-4-info .header-info-text {
    font-size: 11px;
    color: #444;
}

.header-style-4-info .header-info-phone i {
    font-size: 18px;
    color: #da3636;
}

.header-style-4-info .header-info-phone {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    color: #333;
}

.header-style-4-main-wrapper {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 90px;
    left: 0;
}

.header-style-4 .header-nav > ul.sf-menu > li > a, .header-style-4 .header-nav > ul.sf-menu > li > a i {
    color: #fff;
}

.header-style-4-search {
    position: relative;
    top: 15px;
    right: 15px;
    width: 210px;
    background: #1C85C4;
    border-radius: 15px;
    height: 30px;
}

.header-4-search-wrapper {
    margin-top: -15px;
}

.header-style-4-search input {
    height: 30px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
}

.header-style-4-search input::-webkit-input-placeholder {
    font-style: italic;
    color: #fff !important;
    font-size: 11px;
}

.header-4-search-wrapper i {
    font-size: 15px !important;
    color: #fff !important;
    top: 0 !important;
}

.header-style-5 .main-header {
    background: #f9f9f9;
}

.header-style-5-menu-bar {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
}

.header-modern-info-box {
    line-height: 17px;
}

.header-5-info-box i {
    font-size: 24px;
    color: #da3636;
    margin-right: 8px;
}

.header-5-info-box {
    position: relative;
    top: 31px;
}

.header-5-mail-box {
    margin-right: 15px;
}

.header-5-info-title {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    letter-spacing: 0.9px;
    color: #da3636;
}

.header-5-info-text {
    font-size: 12px;
    color: #999;
}

.header-5-info-text a {
    color: #999;
}

.header-style-5 .header-vertical-seperator {
    margin: 0 30px;
}

.header-style-5-search {
    position: relative;
    top: 27px;
    right: 0;
    width: 210px;
    background: #fff;
    height: 40px;
    margin-left: 30px;
}

.header-style-5-search i {
    font-size: 16px;
    border-left: 1px solid #dbdbdb;
    height: 20px;
    padding-left: 13px;
}

.header-style-5-search input {
    height: 40px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 13px;
    padding: 7px 10px;
}

.header-style-4-search input::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
}

.header-style-6 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-style-6 .pre-header {
    background: transparent;
    border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

.header-style-6.header {
    box-shadow: none;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.header-style-6 ul.header-social-media li i {
    background: rgba(255, 255, 255, 0.1);
}

.header-style-6 .language-box, .header-style-6 .language-box ul {
    background: rgba(255, 255, 255, 1);
}

.header-style-6 .language-box ul {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-6 .language-box ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-6 .language-box ul li:last-child {
    border-bottom: 0;
}

.header-style-6 .pre-header i, .header-style-6 .pre-header a, .header-style-6 .header-tools i {
    color: #fff;
}

.header-style-6 .language-box ul li a, .header-style-6 .language-box i {
    color: #000;
}

.header-style-6 .sf-menu > li > a, .header-style-6 .sf-menu > li > a > i {
    color: #fff;
}

.header-style-6 .stick-header-animate .sf-menu > li > a, .header-style-6 .stick-header-animate .sf-menu > li > a > i, .header-style-6 .stick-header-animate .header-tools i {
    color: #000;
}

.header-style-7 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 300px;
    height: 100%;
    background-color: #f9f9f9;
    overflow: auto;
    padding-bottom: 20px;
}

.header-style-7::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

#wrapper.side-header {
    margin: 0 0 0 300px !important;
    width: auto !important;
}

.side-header > .site-content > .row, .side-header > footer > .row {
    width: 100%;
    padding: 0 50px;
    margin: 0;
}

.header-style-7 .vertical-top-bar {
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #f5f5f5;
    padding: 0 20px;
    font-size: 12px;
}

.header-style-7 .vertical-top-bar i {
    font-size: 12px;
}

.header-style-7 .vertical-logo {
    margin: 0 auto;
    width: 240px;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

.header-style-7 .vertical-social {
    margin: 0 auto;
    width: 240px;
}

.header-style-7 .vertical-social i {
    color: #555;
}

.header-style-7 .vertical-mini-line {
    width: 50px;
    height: 1px;
    background: rgba(151, 151, 151, 0.1);
    margin-bottom: 40px;
}

.header-style-7 .vertical-menu-wrapper {
    margin: 0 auto;
    width: 240px;
    padding: 30px 0;
}

/* Navigation */

.header-nav ul li {
    -webkit-transition: box-shadow 0.4s;
    -moz-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    float: left;
    margin-right: 10px;
    box-shadow: none;
}

.header-nav ul li:hover {
    -webkit-transition: box-shadow 0.4s;
    -moz-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

.header-style-7 .vertical-menu-wrapper ul li {
    line-height: 35px;
}

.header-nav ul li a, .header-style-7 .vertical-menu-wrapper ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    color: #222;
    width: 100%;
    display: inline-block;
    padding: 0 15px;
}

.header-style-7 .vertical-menu-wrapper ul li a {
    padding: 0;
    color: #555;
}

.header-nav ul li:hover > a, .header-nav ul li:hover > a i, .header-style-7 .vertical-menu-wrapper ul li a:hover, .header-style-7 .vertical-menu-wrapper ul li .vertical-menu-open {
    color: #da3636;
}

.header-nav i {
    position: relative;
    top: 1px;
    font-size: 17px;
    color: #111;
    padding-left: 7px;
    z-index: 10;
}

.main-header .mega-menu-container {
    position: relative;
}

/* SF Menu */
.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    left: 0px;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

.sf-menu ul li ul {
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    z-index: 99;
}

.sf-menu li:hover > ul, .sf-menu li.sf-menuHover > ul {
    display: block;
}

.sf-menu ul li {
    width: 100%;
    min-width: 200px;
    line-height: 45px;
    border-bottom: 1px solid #f3f3f3;
}

.sf-menu li > ul, .sf-menu li > ul > li > ul {
    display: block;
    visibility: hidden;
    opacity: 1;
}

.sf-menu ul li:last-child {
    border-bottom: 0;
}

.sf-menu ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 0.0300em;
    color: #333;
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.sf-menu ul li a:hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #f5f5f5 !important;
    color: #da3636;
}

.sf-menu ul li:hover {
    box-shadow: none;
}

.sf-menu li.mega-menu {
    position: static;
}

.sf-menu li.mega-menu ul {
    width: calc(100% - 20px) !important;
    margin-left: 10px;
}

.sf-menu .parent-menu ul {
    float: none;
}

.sf-menu .parent-menu, .sf-menu .inner-parent-menu {
    position: relative;
}

.sf-menu .inner-parent-menu:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333 !important;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 15px;
}

/* SF Menu */

/* Mobile Menu */
.mobile-header {
    display: none;
}

.slicknav_menu {
    display: none;
}

#mobileMenuWrap {
    position: relative;
    padding: 10px 20px;
}

.mobile-header {
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.mobile-logo {
    position: absolute;
    left: 20px;
    top: 18px;
    width: 150px;
}

.mobile-top-bar {
    height: 35px;
    line-height: 35px;
    background: #F5F5F5;
    padding: 0 20px;
}

.mobile-top-bar ul.header-social-media li i {
    background: #FFF;
    padding: 5px 8px;
    font-size: 9px;
}

.mobile-top-bar .language-box {
    top: 4px;
}

.mobile-top-bar .language-box, .mobile-top-bar .language-box ul {
    width: 30px;
    height: 25px;
}

.mobile-top-bar .language-box ul:hover {
    height: 130px;
}

.mobile-top-bar .language-box ul li {
    line-height: 25px;
}

.mobile-top-bar .language-box ul li a {
    padding: 0 7px;
}

.mobile-top-bar .language-box i {
    right: 0;
    top: 1px;
    left: 1px;
}

.mobile-top-bar .quick-link {
    padding: 0;
}

/* Mobile Menu */

.mega-col {
    border-right: 1px solid #f1f1f1;
    padding: 15px 0;
}

.mega-col:last-child {
    border-right: 0;
    padding: 15px;
}

.mega-list ul {
    display: block !important;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 30px;
}

.mega-list ul li {
    border-bottom: 0;
    line-height: 40px;
}

.mega-list ul li a {
    padding: 0;
}

.mega-list ul li a:hover {
    background: transparent !important;
}

.mega-list ul li a i {
    padding-left: 0;
    padding-right: 10px;
    font-size: 11px;
}

.vertical-menu-wrapper a {
    width: 100%;
    display: inline-block;
}

.vertical-menu-wrapper .vertical-sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0 0 15px 10px;
}

.vertical-menu-wrapper .vertical-has-submenu > a:after {
    position: relative;
    left: 5px;
    display: inline-block;
    font-size: 14px;
    font-family: FontAwesome;
    content: "\f105";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.vertical-menu-wrapper .vertical-has-submenu > a.vertical-menu-open:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.vertical-menu-wrapper .vertical-sub-menu, .vertical-menu-wrapper .vertical-sub-menu .vertical-sub-menu {
    margin-bottom: 0;
}

/* Search */

.header-search i {
    font-size: 17px;
    color: #333;
}

.header-search {
    position: relative;
    float: left;
    padding-right: 15px;
}

.search-wrapper {
    display: none;
    position: absolute;
    width: 250px;
    height: 50px;
    right: 5px;
    z-index: 11;
}

.search-wrapper input {
    box-shadow: none;
    width: 250px;
    height: 40px;
    padding: 7px 10px;
    border: 1px solid #ddd;
}

.search-button {
    position: relative;
    z-index: 11;
}

.header-style-6 .isOpenYes i {
    color: #000;
}

.google-search-box {
    padding-top: 15px;
}

.google-search-box .gsc-adBlock {
    display: none;
}

.header-basket {
    position: relative;
    float: left;
    z-index: 9;
}

.basket-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 340px;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    line-height: 20px;
    z-index: 9999 !important;
}

.basket-box:hover .header-basket .header-cart a {
    color: red !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08) !important;
}

.basket-box ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

.basket-box ul li:first-child {
    padding-top: 0;
}

.basket-box ul li:last-child {
    border-bottom: 0;
}

.basket-box ul li:hover {
    box-shadow: none;
}

.basket-img {
    width: 20%;
}

.basket-text {
    width: 80%;
    padding: 3px 20px;
}

.basket-button {
    width: 49%;
    text-align: center;
}

.basket-button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 10px;
}

.header-vertical-seperator {
    position: relative;
    top: 30px;
    margin: 0 5px;
    float: left;
    background: #ddd;
    width: 1px;
    height: 35px;
}

/* Cart */

.header-cart {
    font-size: 12px;
    font-weight: 600;
}

.header-cart img {
    padding-right: 7px;
    margin-bottom: 4px;
}

.header-cart a span {
    position: relative;
    bottom: 1px;
}

.header-cart a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #000;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
    box-shadow: none;
    padding-left: 15px;
}

.header-cart .basket-hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #da3636;
}

.stick-header {
    background: #fff;
    position: static;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header-style-6 .stick-header .header-logo-dark {
    display: none;
}

.header-style-6 .stick-header.stick-header-animate .header-logo {
    display: none;
}

.header-style-6 .stick-header.stick-header-animate .header-logo-dark {
    display: block;
}

.mobile-stick-header {
    background: #fff;
    position: static;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.mobile-stick-header-shadow {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.header-style-4 .stick-header {
    background: transparent;
    position: absolute;
    top: 90px;
}

.header-style-6 .stick-header {
    background: transparent;
}

.stick-header-animate {
    -webkit-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    height: 65px;
    line-height: 65px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.header-style-6 .stick-header-animate {
    background: #fff;
}

.stick-header-animate .header-vertical-seperator {
    top: 15px;
}

.stickfix {
    height: 95px;
}

.stickfix5 {
    height: 60px;
}

/*-----------------------------------------------------------------------------------*/
/*   Slider
/*-----------------------------------------------------------------------------------*/

/* Main Slider */

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 470px !important;
    overflow: hidden;
    background: url(../img/default/pattern.png);
}

.fullwidthbanner-container-slider {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 470px !important;
    overflow: hidden;
}

.main-slider {
    position: relative;
    z-index: 99;
}

.main-slider-creative .bold-title {
    font-size: 55px;
    color: #fff;
}

.default-title {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 65px;
    color: #222;
}

.bold-title {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 45px;
    color: #222;
}

.italic-title {
    font-size: 35px;
    font-weight: 300;
    font-style: italic;
    color: #fdc02d;
    letter-spacing: 0.0300em;
}

.main-slider-button h6 a, .product-slider-button h6 a {
    color: #FFF;
}

.main-slider-video h6 {
    font-size: 12px;
}

.main-slider-play {
    position: relative;
    display: inline-block;
    background: #ffc101;
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.main-slider-play:before {
    position: absolute;
    content: "\f04b";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 15px;
    color: #FFF;
    left: 18px;
    top: 0px;
}

.main-slider-play a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.main-slider-video i {
    font-size: 15px;
    color: #FFF;
    line-height: 43px;
    margin-left: 6px;
}

.main-slider-video a h6 {
    color: #222;
}

.main-slider-video:hover i {
    color: #FFF;
}

.shadow-title {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    padding: 15px 20px;
    z-index: -1;
}

.product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #FFF;
}

.shadow-title.second-color, .shadow-title.main-color {
    color: #FFF;
}

.shadow-pretitle {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 8px 20px;
    z-index: 99;
}

/* Product Slider */

.product-slider-0 {
    background: #da3636;
}

.product-slider-1 {
    background: #da3636;
}

.product-slider-2 {
    background: #da3636;
}

.product-slider .product-slider-text {
    color: #FFF;
}

.product-slider-link h5 a, .product-slider-link h5 a i {
    color: #FFF !important;
}

.product-slider-link .link-style-1 i {
    color: #FFF;
    border: solid 1px #FFF !important;
}

/* Creative Slider */

.creative-title h1 {
    font-size: 45px;
    line-height: 50px;
}

.creative-slider .button-style-1 {
    border-radius: 30px;
}

.creative-slider .button-style-1 a {
    padding: 13px 30px;
}

.creative-slider .link-style-1 i {
    color: #FFF;
    border: solid 1px #FFF;
    margin-left: 5px;
}

.creative-slider .link-style-1 a, .creative-slider .link-style-1 a i {
    color: #FFF;
}

.creative-slider .link-style-1:hover i {
    border: solid 1px #FFF;
}

.creative-slider .link-style-1 h5 {
    color: #FFF;
}

/* Shop Slider */

.shop-slider-button .button-style-1 a {
    padding: 5px 13px;
    padding-top: 8px;
}

.shop-slider-big-title h1 {
    font-size: 60px;
}

.shop-slider-text p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.shop-link .link-style-1:hover a {
    color: #da3636;
}

.shop-slider-droid {
    font-size: 30px;
    font-style: italic;
    font-family: "Droid Serif", sans-serif;
    color: #222;
}

.shop-slider-big-title-2 h1 {
    font-size: 80px;
}

.promote-play {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #fff;
}

.promote-play:before {
    position: absolute;
    content: "\f04b";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 17px;
    color: #da3636;
    left: 22px;
    top: 15px;
}

.promote-play a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 15px;
    padding-left: 22px;
    font-size: 17px;
    color: #da3636;
}

/* Pgw Slider */

.pgwSlider .ps-caption {
    background: #da3636 !important;
    width: auto !important;
    bottom: 20px !important;
    left: 20px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    padding: 12px 25px !important;
}

.pgwSlider .ps-caption b {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.pgwSlider .ps-list span {
    background: #da3636 !important;
    width: auto !important;
    bottom: 15px !important;
    left: 15px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.flexslider {
    border: 0 !important;
}

.owl-main-slider-text {
    position: absolute;
    bottom: 70px;
    left: 50px;
    line-height: 50px;
}

.owl-main-slider-caption span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    background: #fdc02d;
    padding: 10px 15px;
    color: #fff;
}

.owl-main-slider-info span {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    background: #fff;
    padding: 10px 15px;
    color: #444;
}

.camera_pie, .camera_commands {
    display: none;
}

.camera_caption {
    font-size: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*   Modal Box
/*-----------------------------------------------------------------------------------*/
.modal {
    will-change: visibility, opacity;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: $ modal-delay;
    transition-delay: $ modal-delay;
}

.modal--active {
    visibility: visible;
    opacity: 1;
}

.modal--align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal__bg {
    background: transparent;
}

.modal__dialog {
    max-width: 600px;
}

.modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 2.4rem;
    background: #fff;
    min-width: 700px;
    background-clip: padding-box;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__content iframe {
    width: 100%;
    border: 0;
}

.fitvids iframe {
    border: 0;
}

.modal__content--active {
    opacity: 1;
}

.modal__close {
    z-index: 1100;
    cursor: pointer;
}

.modal__trigger {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__trigger--active {
    z-index: 9999999;
}

#modal__temp {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    z-index: 999999;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: -14px;
    padding: 0.6rem;
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__content a {
    background: #da3636 !important;
}

.modal-close-icon svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

.modal-close-icon:hover {
    background: rgba(0, 0, 0, 0.6);
}

/*-----------------------------------------------------------------------------------*/
/*   Elements
/*-----------------------------------------------------------------------------------*/

.chart-wrapper {
    margin-left: -10px;
}

/* ACCORDION & TOGGLE */

.panel {
    border: none;
    border-radius: 0;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.panel-group .panel {
    margin-bottom: 8px;
}

.panel-group {
    margin-bottom: 0;
}

.panel-default > .panel-heading {
    background: #FFF;
    color: #222;
    border: none;
    border-radius: 0;
}

.panel-heading h5 {
    font-size: 13px;
}

.panel .link-style-1:hover i {
    left: 0 !important;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading .link-style-1 {
    display: block;
}

.panel-heading {
    padding: 0;
}

.panel-heading a {
    display: block;
    width: 100%;
    padding: 14px 15px;
}

.panel .link-style-1 i {
    margin-right: 8px;
}

.panel .active {
    background: #da3636;
    color: #fff;
}

.panel .active .link-style-1 i {
    color: #fff;
    border: 1px solid #fff;
}

.panel .active a {
    color: #fff;
}

/* ALERTS */

.alert {
    position: relative;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.alert-title {
    position: absolute;
    top: -20px;
    padding: 0 20px;
    background: #FFF;
    padding: 5px;
    border-radius: 2px;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.alert-title h6 {
    font-size: 10px;
    padding: 0 10px;
}

/* ANIMATION NUMBERS */

.counter h1 {
    font-size: 50px;
    margin-bottom: 5px;
}

.odometer {
    font-size: 50px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    line-height: 50px;
    letter-spacing: 0.0300em;

}

.counter h5 {
    font-size: 13px;
    letter-spacing: 0.0800em;
}

.counter i {
    font-size: 21px;
    color: #fdc02d;
    margin-bottom: 20px;
}

.about-counter-padding {
    padding: 0 11%;
}

.counter-background {
    background: #fdc02d;
    padding: 50px 0;
}

.counter-background i, .counter-background h5, .counter-background span {
    color: #fff !important;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* BUTTONS */

.button-style-1 {
    display: inline-block;
}

.button-style-1 h6, .button-style-2 h6 {
    line-height: 18px;
}

.button-style-1 a, .button-style-2 a {
    padding: 15px 25px;
    display: inline-block;
}

.button-style-1 a span {
    position: relative;
    top: 2px;
}

.button-style-1 i {
    font-size: 15px;
    vertical-align: middle;
}

.button-style-1 i, .button-style-2 i {
    padding-right: 7px;
}

.button-style-2 {
    display: inline-block;
    border-radius: 3px;
}

.button-style-1.white-color, .button-style-2.white-color {
    border: solid 1px #e8e8e8;
}

.button-style-1.light-color, .button-style-2.light-color {
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    border-top: solid 1px #f5f5f5;
}

.button-style-1.main-color a,
.button-style-2.main-color a,
.button-style-1.main-color a i,
.button-style-2.main-color a i {
    color: #FFF;
}

.button-style-1.second-color a,
.button-style-2.second-color a,
.button-style-1.second-color a i,
.button-style-2.second-color a i {
    color: #FFF;
}

/* Second Color Button Hover */

.second-color.hvr-sweep-to-top:before,
.second-color.hvr-sweep-to-bottom:before,
.second-color.hvr-sweep-to-left:before,
.second-color.hvr-sweep-to-right:before,
.second-color.hvr-radial-out:before,
.second-color.hvr-underline-from-left:before,
.second-color.hvr-underline-from-center:before,
.second-color.hvr-underline-from-right:before,
.second-color.hvr-overline-from-left:before,
.second-color.hvr-overline-from-center:before,
.second-color.hvr-overline-from-right:before,
.second-color.hvr-underline-reveal:before,
.second-color.hvr-overline-reveal:before {
    background: #e4aa1e;
}

.second-color.hvr-ripple-out:before {
    border: #fdc02d solid 6px;
}

/* White Color Button Hover */

.white-color.hvr-sweep-to-top:before,
.white-color.hvr-sweep-to-bottom:before,
.white-color.hvr-sweep-to-left:before,
.white-color.hvr-sweep-to-right:before,
.white-color.hvr-radial-out:before,
.white-color.hvr-underline-from-left:before,
.white-color.hvr-underline-from-center:before,
.white-color.hvr-underline-from-right:before,
.white-color.hvr-overline-from-left:before,
.white-color.hvr-overline-from-center:before,
.white-color.hvr-overline-from-right:before,
.white-color.hvr-underline-reveal:before,
.white-color.hvr-overline-reveal:before {
    background: #444;
}

.white-color.hvr-sweep-to-top:hover a,
.white-color.hvr-sweep-to-bottom:hover a,
.white-color.hvr-sweep-to-left:hover a,
.white-color.hvr-sweep-to-right:hover a,
.white-color.hvr-radial-out:hover a,
.white-color.hvr-underline-from-left:hover a,
.white-color.hvr-underline-from-center:hover a,
.white-color.hvr-underline-from-right:hover a,
.white-color.hvr-overline-from-left:hover a,
.white-color.hvr-overline-from-center:hover a,
.white-color.hvr-overline-from-right:hover a,
.white-color.hvr-underline-reveal:hover a,
.white-color.hvr-overline-reveal:hover a {
    color: #FFF;
}

.white-color.hvr-sweep-to-top:hover a i,
.white-color.hvr-sweep-to-bottom:hover a i,
.white-color.hvr-sweep-to-left:hover a i,
.white-color.hvr-sweep-to-right:hover a i,
.white-color.hvr-radial-out:hover a i,
.white-color.hvr-underline-from-left:hover a i,
.white-color.hvr-underline-from-center:hover a i,
.white-color.hvr-underline-from-right:hover a i,
.white-color.hvr-overline-from-left:hover a i,
.white-color.hvr-overline-from-center:hover a i,
.white-color.hvr-overline-from-right:hover a i,
.white-color.hvr-underline-reveal:hover a i,
.white-color.hvr-overline-reveal:hover a i {
    color: #FFF;
}

.white-color.hvr-ripple-out:before {
    border: #FFF solid 6px;
}

/* Light Color Button Hover */

.light-color.hvr-sweep-to-top:before,
.light-color.hvr-sweep-to-bottom:before,
.light-color.hvr-sweep-to-left:before,
.light-color.hvr-sweep-to-right:before,
.light-color.hvr-radial-out:before,
.light-color.hvr-underline-from-left:before,
.light-color.hvr-underline-from-center:before,
.light-color.hvr-underline-from-right:before,
.light-color.hvr-overline-from-left:before,
.light-color.hvr-overline-from-center:before,
.light-color.hvr-overline-from-right:before,
.light-color.hvr-underline-reveal:before,
.light-color.hvr-overline-reveal:before {
    background: #444;
}

.light-color.hvr-sweep-to-top:hover a,
.light-color.hvr-sweep-to-bottom:hover a,
.light-color.hvr-sweep-to-left:hover a,
.light-color.hvr-sweep-to-right:hover a,
.light-color.hvr-radial-out:hover a,
.light-color.hvr-underline-from-left:hover a,
.light-color.hvr-underline-from-center:hover a,
.light-color.hvr-underline-from-right:hover a,
.light-color.hvr-overline-from-left:hover a,
.light-color.hvr-overline-from-center:hover a,
.light-color.hvr-overline-from-right:hover a,
.light-color.hvr-underline-reveal:hover a,
.light-color.hvr-overline-reveal:hover a {
    color: #FFF;
}

.light-color.hvr-sweep-to-top:hover a i,
.light-color.hvr-sweep-to-bottom:hover a i,
.light-color.hvr-sweep-to-left:hover a i,
.light-color.hvr-sweep-to-right:hover a i,
.light-color.hvr-radial-out:hover a i,
.light-color.hvr-underline-from-left:hover a i,
.light-color.hvr-underline-from-center:hover a i,
.light-color.hvr-underline-from-right:hover a i,
.light-color.hvr-overline-from-left:hover a i,
.light-color.hvr-overline-from-center:hover a i,
.light-color.hvr-overline-from-right:hover a i,
.light-color.hvr-underline-reveal:hover a i,
.light-color.hvr-overline-reveal:hover a i {
    color: #FFF;
}

.light-color.hvr-ripple-out:before {
    border: #f5f5f5 solid 6px;
}

/* BREADCRUMB */

/* Breadcrumb Small */

.breadcrumb-small h3 {
    color: #FFF;
    line-height: 70px;
}

.breadcrumb-small .breadcrumb-link ul li {
    float: left;
    padding: 0 15px;
    line-height: 50px;
}

.breadcrumb-small .breadcrumb-link ul li a:hover {
    color: #fdc02d;
}

.breadcrumb-small .breadcrumb-link ul li a.active {
    border: none;
}

.breadcrumb-small .breadcrumb-link ul li:last-child {
    padding-right: 0;
}

/* Breadcrumb Standart */

.breadcrumb-link {
    overflow: hidden;
}

.breadcrumb-standart h2 {
    color: #FFF;
    margin: 30px 0;
}

.breadcrumb-standart hr {
    margin: 0;
    border-top: solid 1px #3987C0;
}

.breadcrumb-link ul li {
    float: left;
    padding: 0 15px;
}

.breadcrumb-link ul li:first-child {
    padding-left: 0;
}

.breadcrumb-link ul li a {
    position: relative;
    display: inline-block;
    color: #FFF;
    position: relative;
    padding: 10px 0;
}

.breadcrumb-link ul li a:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 4px;
    background-color: #fdc02d;
    width: 100%;
}

.breadcrumb-link ul li a:hover:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    bottom: -4px;
}

.breadcrumb-link ul li a.active {
    border-bottom: solid 4px #fdc02d;
    color: #fdc02d;
    font-weight: 600;
}

.breadcrumb-link ul li a:first-child {
    padding-left: 0;
}

.breadcrumb-link ul li {
    position: relative;
}

.breadcrumb-link ul li:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFF;
    font-size: 13px;
    position: absolute;
    right: 0px;
    top: 10px;
}

.breadcrumb-link ul li:last-child:after {
    display: none;
}

.page-navigation .breadcrumb-link ul li:after {
    content: "";
}

/* CALL TO ACTION */

.navbar {
    margin: 0;
    border: 0;
    border-radius: 0;
}

.navbar .nav > li > a, .navbar .nav > li > a i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0;
}

.navbar .nav > li:hover > a {
    background: none;
    color: #da3636;
}

.list-style-2.list-style .navbar .nav > li.active > a, .list-style-2.list-style .navbar .nav > li.active > a i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding-left: 10px;
    color: #da3636;
}

.call-to-action-1 h2, .call-to-action-2 h2 {
    font-family: 'Poppins', sans-serif;
}

.action-button .button-style-1 {
    margin-right: 5px;
    margin-left: 5px;
}

.call-to-action-2 {
    padding-left: 20px;
    padding-right: 20px;
}

/* CARD */

.card {
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    background: #FFF;
    border-top: solid 1px #f5f5f5;
    bottom: 0;
}

.card-title {
    background: #f5f5f5;
    border-bottom: solid 1px #e8e8e8;
    padding: 15px 20px;
}

.card-padding {
    padding: 20px;
}

.card-hover:hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.20);
    background: #FFF;
    border-top: solid 1px #f5f5f5;
    bottom: 5px;
}

/* CONTACT BOX */

.contact-box input[type="text"] {
    width: 100%;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    box-shadow: none;
    margin-bottom: 5px;
}

.contact-box ::-webkit-input-placeholder {
    color: #444;
}

.contact-box textarea {
    height: 140px;
    width: 100%;
    border: solid 1px #e8e8e8;
    font-style: italic;
    color: #888;
    padding: 10px;
}

textarea.big-textarea {
    height: 220px;
}

.contact-box input[type="submit"] {
    margin-top: 0;
}

.input-icon {
    width: 50px;
    height: 41px;
    background: #F5F5F5;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    border-left: solid 1px #e8e8e8;
}

.input-icon i {
    margin-left: 19px;
    margin-top: 12px;
    color: #DEE1E4;
}

/* CUSTOMER COMMENT */

/* Customer Comment 1 */

.customer-card {
    padding: 30px 20px;
    padding-bottom: 20px;
    background: #FFF;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
}

.customer-card:before, .customer-card:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px;
    border-color: transparent;

}

.customer-card:before, .customer-card:after {
    top: 100%;
    left: 35px;
}

.customer-card:before {
    border-top-color: #dedede;
}

.customer-card:after {
    border-top-color: #fff;
    margin-top: -1px;
}

.customer-image img {
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.customer-box {
    position: relative;
}

.customer-box:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 10%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #E8E8E8;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.customer-image {
    float: left;
    width: 23%;
    padding: 0 12px;
}

.customer-title {
    float: left;
    width: 75%;
    padding-top: 10px;
}

.customer-title h5 {
    line-height: 19px;
}

.customer-slider li {
    padding: 0 1px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #DEE1E4;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #da3636;
}

.services-slider {
    padding: 0px;
}

/* Customer Comment 2 */

.customer-comment-2 .customer-box {
    border-bottom: solid 4px #e8e8e8;
    margin-bottom: 20px;
}

/* Customer Comment 3 */

.customer-comment-3 .quote {
    padding-left: 0;
}

.customer-image-box {
    float: left;
    width: 20%;
    padding-right: 10px;
}

.customer-comment-box {
    float: left;
    width: 80%;
}

.customer-comment-box hr {
    width: 50px;
    height: 1px;
    background: #e8e8e8;
    text-align: left;
    margin: 5px 0;
    border: none;
    display: inline-block;
}

.customer-comment-3 .customer-comment-box .quote:before {
    font-size: 60px;
    opacity: 0.39;
    top: 20px;
}

/* DROPCAP */

.dropcap-style .first-letter {
    float: left;
    background: #f5f5f5;
    opacity: 1 !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    border-top: solid 1px #f5f5f5;
    font-size: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.dropcap-style-2 .first-letter {
    border-radius: 0;
}

/* HIGHLIGHTED TEXT */

.highlighted-text {
    padding: 3px 6px;
    margin: 0 2px;
    color: #FFF;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.highlighted-text.light-color {
    color: #444;
}

/* ICON BOX */

/* Icon Box 1 */

.icon-box-1 i {
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    color: #da3636;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 24px;
}

.icon-box-1 h5, .icon-box-4 h5 {
    margin: 15px 0;
    margin-bottom: 10px;
}

/* Icon Box 2 */

.icon-box-2 h5, .icon-box-3 h5, .icon-box-1 h5 {
    margin-bottom: 5px;
}

.icon-box-2-content {
    padding-left: 10px;
}

.icon-box-2-content h5 {
    margin-bottom: 10px;
}

.icon-box-2 i {
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    color: #da3636;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 18px;
}

/* Icon Box 3 */

.icon-box-3 i {
    border: solid 1px #da3636;
    color: #da3636;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

.sticky-sidebar {
    padding-bottom: 20px;
}

/* Icon Box 4 */

.icon-box-4 i {
    color: #FFF;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #da3636;
    border-radius: 3px;
    font-size: 21px;
}

/* DOWNLOAD BUTTON */

.download-button {
    background: #f5f5f5;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    display: inline-block;
}

.download-icon {
    float: left;
    padding: 15px;
    text-align: center;
    min-width: 60px;
}

.download-icon i {
    font-size: 24px;
}

.download-text {
    float: left;
    padding: 0 20px;
    padding-top: 20px;
    padding-right: 30px;
    border-left: solid 1px #e8e8e8;
}

.download-text h6 {
    line-height: 0;
    padding-bottom: 3px;
}

/* Download Button Icon Map Hover Animation */

@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51%,
    100% {
        opacity: 1;
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51%,
    100% {
        opacity: 1;
    }
}

.hvr-icon-drop {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-icon-drop:before {
    content: "\f0ed";
    font-size: 24px;
    position: absolute;
    left: 18px;
    color: #fdc02d;
    top: 17px;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* LIST STYLE */

.list-style ul li {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.list-style ul li:hover, .list-style ul li:focus, .list-style ul li:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.list-style i {
    margin-left: 0;
    margin-right: 7px;
    color: #666;
}

.list-style ul li {
    line-height: 30px;
}

.list-style.list-style-2 ul li {
    line-height: 35px;
}

.list-style.list-style-2 ul li:first-child {
    line-height: 0;
    padding-bottom: 10px;
}

.list-style-3 ul li {
    border-bottom: solid 1px #e8e8e8;
    padding: 7px 0;
}

.list-style-3 ul li:first-child {
    line-height: 0;
    padding-bottom: 15px;
}

.list-style-3 ul li:last-child {
    border: none;
}

/* LINK */

.link-style-1 {
    display: inline-block;
}

.link-style-1 i {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #000;
    border: solid 1px #333;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    line-height: 17px;
    padding-left: 5px;
    font-size: 8px;
    margin-left: 2px;
}

.panel-heading.active .link-style-1 i {
    padding-left: 4px;
}

.link-style-1 a {
    font-size: 13px;
}

.link-style-1:hover i {
    left: 5px;
    border: solid 1px #da3636;
    color: #da3636;
}

.link-style-1.main-color {
    background: transparent;
}

.link-style-1.main-color a {
    color: #da3636;
}

.link-style-1.main-color i {
    color: #da3636;
    border: solid 1px #da3636;
}

.all-features ul li:hover {
    color: #da3636;
}

/* MAGIC BACKGROUND */

.magic-background {
    position: relative;
    z-index: 0;
}

.magic-background:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

/* MAP */

.all-news-link a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1800em;
    color: #888;
    padding: 5px 12px;
    border: solid 1px #e8e8e8;
}

.all-news-link a:hover {
    color: #da3636;
}

.map-info {
    padding: 10px 15px;
    padding-left: 10px;
    padding-bottom: 0;
    width: 100%;
}

.map-address {
    float: left;
    padding-left: 40px;
}

.map-info.hvr-icon-drop:before {
    content: "\f041";
    font-size: 13px;
    position: absolute;
    left: 20px;
    top: 10px;
    color: #444;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#map {
    width: 100%;
    height: 400px;
}

#map-alt {
    width: 100%;
    height: 400px;
}

#footermap {
    width: 100%;
    height: 200px;
}

/* NEWSLETTER */

.newsletter input[type="text"], .newsletter input[type="email"] {
    width: 79%;
}

.col-lg-3 .newsletter input[type="text"], .col-lg-3 .newsletter input[type="email"], .col-lg-4 .newsletter input[type="text"], .col-lg-4 .newsletter input[type="email"] {
    width: 100% !important;
}

.col-lg-3 .newsletter input[type="submit"], .col-lg-4 .newsletter input[type="submit"] {
    width: auto;
}

.newsletter input[type="submit"] {
    width: 20%;

}

.newsletter input[type="submit"]:hover {
    opacity: 0.9;
}

.newsletter ::-webkit-input-placeholder {
    font-style: italic;
    color: #888;
}

/* NEWS */

.news-date, .tweet-date {
    font-size: 11px;
    font-style: italic;
    color: #666;
}

.news-1-box, .news-2-box, .news-3-box {
    margin-bottom: 30px;
}

.news-1-box:last-child, .news-2-box:last-child, .news-3-box:last-child {
    margin-bottom: 0;
}

.news-1-box, .news-2-box, .news-3-box {
    padding-bottom: 20px;
    border-bottom: dashed 1px #e8e8e8;
}

.news-date {
    color: #78878f;
}

/* News 1 */

.news-1-box:first-child, .news-2-box:first-child, .news-3-box:first-child {
    padding-top: 0;
}

.news-1-box:last-child, .news-2-box:last-child, .news-3-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.news-1-content h5, .news-2-content h5, .news-3-content h5 {
    line-height: 22px;
}

/* News 2 */

.news-title {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.news-title h4 {
    margin-top: 10px;
}

.news-2-title h5 {
    line-height: 19px;
}

/* News 3 */

.news-3-date {
    float: left;
    width: 70px;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.news-3-content {
    float: left;
    width: 75%;
    padding-left: 15px;
}

.col-lg-3 .news-3-date {
    width: 50px;
}

.news-day {
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    padding: 12px 0;
}

.news-month {
    padding: 5px 0;
    color: #555;
}

.news-4-category {
    padding: 12px 10px;
    padding-top: 14px;
    display: inline-block;
}

/* News 4 */

.news-4-category h6 {
    color: #FFF;
    line-height: 0;
    font-size: 9px;
}

.news-date hr {
    border-top: solid 1px #e8e8e8;
    margin: 0;
    width: 30px;
    margin-top: 5px;
}

/* PRICE LIST */

.price-box {
    padding-top: 25px;
}

.price-period {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #555;
}

.price-value {
    background: #f5f5f5;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    padding: 30px 0;
    margin: 20px 0;
    margin-bottom: 40px;
}

.price-button {
    background: #f5f5f5;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    padding: 30px 0;
    margin: 20px 0;
}

.price-box .list-style-3 {
    text-align: left;
}

.price-box-features {
    padding: 0 40px;
}

/* PROGRESS BOX */

.progress {
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    height: 13px;
}

.progress-box h6 {
    font-size: 10px;
}

/* PROCESS BOX */

.process-box {
    text-align: center;
}

.process-box h5 {
    white-space: pre-wrap; /* CSS 3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.process-box:hover .number-box {
    background: #da3636;
    color: #FFF;
}

.process-box:hover h5 {
    color: #da3636;
}

.process-box .number-box {
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
    background: #f5f5f5;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.process-box .number-box i {
    font-size: 24px;
    line-height: 0;
}

.process-box-container ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-box-container ul:before {
    position: absolute;
    left: 80px;
    display: block;
    width: 70%;
    left: 15%;
    height: 0;
    border-top: 1px dashed #e8e8e8;
    content: "";
    top: 38px;
}

.process-box-container ul li {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
    overflow: hidden;
    margin: 0;
}

/* SOCIAL BUTTONS */

/* Social Style 1 */

.social-icon-style-1 ul li {
    float: left;
    margin-right: 10px;
}

.social-icon-style-1 ul li i {
    background: #da3636;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    border-top: solid 1px #f5f5f5;
    color: #FFF;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}

/* Social Style 2 */

.social-icon-style-2 ul li {
    float: left;
    margin-right: 10px;
}

.social-icon-style-2 ul li i {
    background: #f5f5f5;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    color: #666;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}

/* Social Style 3 */

.social-icon-style-3 ul li {
    float: left;
    margin-right: 10px;
}

.social-icon-style-3 ul li i {
    background: #da3636;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    color: #FFF;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

/* Social Style 4 */

.social-icon-style-4 ul li {
    float: left;
    margin-right: 10px;
}

.social-icon-style-4 ul li i {
    background: #f5f5f5;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    color: #666;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.social-icon-style-1 ul li:hover,
.social-icon-style-2 ul li:hover,
.social-icon-style-3 ul li:hover,
.social-icon-style-4 ul li:hover {
    opacity: 0.7;
}

.social-icon-style-1 ul li,
.social-icon-style-2 ul li,
.social-icon-style-3 ul li,
.social-icon-style-4 ul li {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

/* TABS */

.nav-tabs {
    border: solid 1px #e8e8e8;
}

.card .nav-tabs {
    border: none;
    border-bottom: solid 1px #e8e8e8;
}

.nav-tabs > li {
    border-right: solid 1px #e8e8e8;
}

.nav-tabs > li:last-child {
    border: none;
}

.nav > li > a {
    padding: 12px 35px;
}

.nav > li > a:hover {
    background: #f5f5f5;
}

.nav > li > a i {
    padding-right: 8px;
}

.nav-tabs > li.active {
    border: none;
    border-right: solid 1px #e8e8e8;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    border-top: solid 2px #da3636;
}

.nav-tabs > li > a {
    border-radius: 0;
    margin: 0;
}

.card .tab-content.card-padding {
    padding: 20px;
}

.tab-content.card-padding {
    padding: 0;
    padding-top: 20px;
}

/* TEAM */

.team-user.card-padding {
    padding: 15px;
}

.team-image {
    border-top: solid 1px #e8e8e8;
    padding-top: 20px;
}

.team-info {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 10px;
}

.team-social {
    margin: 20px 0;
    margin-bottom: 10px;
}

/* TITLES */

/* Big Title */

.big-title h5 {
    font-size: 13px;
    letter-spacing: 0.0800em;
    padding-bottom: 5px;
}

.big-title h1 {
    font-size: 45px;
}

/* Title Line */

.title-line hr {
    border-top: solid 1px #e8e8e8;
    margin-top: 10px;
}

.title-line.with-news h4 {
    line-height: 0;
    margin-bottom: 17px;
    margin-top: 2px;
}

.index-services .title-line hr {
    margin-top: 20px;
}

/* Title Line 2 */

.title-line-2 hr {
    background: #e8e8e8;
    margin-top: 10px;
    width: 40px;
    height: 2px;
}

/* TOOLTIP */

.tooltip-style-1 {
    border-bottom: dashed 1px #999;
}

.tooltip {
    display: block !important;
    background: #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    border-top: solid 1px #f5f5f5;
    font-size: 13px;
}

.tooltip-inner {
    background: none;
    color: #444;
}

.tooltip.top {
    margin-top: -9px !important;
}

.tooltip.left {
    margin-left: -9px !important;
}

.tooltip.right {
    margin-left: 10px !important;
}

.tooltip.bottom {
    margin-top: 10px !important;
}

.tooltip.top:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -11px;
    left: 50%;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent transparent #f5f5f5 #f5f5f5;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    background: #f5f5f5;
}

.tooltip.left:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 50%;
    right: -3px;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent transparent #f5f5f5 #f5f5f5;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    background: #f5f5f5;
}

.tooltip.right:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 50%;
    left: -2px;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent transparent #f5f5f5 #f5f5f5;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.15);
    background: #f5f5f5;
}

.tooltip.bottom:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 0;
    left: 50%;
    box-sizing: border-box;
    border: 6px solid black;
    border-color: transparent transparent #f5f5f5 #f5f5f5;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: 0px 0px -4px 0px rgba(0, 0, 0, 0.15);
    background: #f5f5f5;
}

.tooltip.top .tooltip-arrow {
    display: none;
}

.tooltip.left .tooltip-arrow {
    display: none;
}

.tooltip.right .tooltip-arrow {
    display: none;
}

.tooltip.bottom .tooltip-arrow {
    display: none;
}

/* TWITTER */

.twitter-box {
    margin-bottom: 30px;
}

.twitter-user {
    float: left;
    width: 20%;
}

.twitter-tweet {
    float: left;
    width: 78%;
    margin-left: 2%;
}

.twitter-box:last-child {
    margin-bottom: 0;
}

.twitter-box p {
    margin-bottom: 0;
}

.twitter-user img {
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.twitter-tweet a {
    color: #da3636;
}

.twitter-tweet p {
    margin: 0;
}

.twitter-background {
    border-bottom: solid 1px #e8e8e8;
    border-top: solid 1px #e8e8e8;
}

.twitter-background p {
    margin: 0;
}

.twitter-icon {
    width: 3%;
    font-size: 26px;
    color: #54acee;
    padding-right: 15px;
}

.tweet-text, .tweet-demo {
    width: 75%;
}

.tweet-arrow {
    width: 10%;
    padding-left: 20px;
}

.tweet-arrow i {
    background: #FFF;
    padding: 7px 9px;
    margin-right: 5px;
}

.twitter-stream ul li {
    margin-bottom: 20px;
}

/* QUOTE */

.quote {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 28px;
    font-style: italic;
    color: #777777;
    padding-left: 50px;
    position: relative;
}

.quote:before {
    content: "\f10e";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #dee1e4;
    font-size: 28px;
    position: absolute;
    top: 6px;
    left: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*   Blog
/*-----------------------------------------------------------------------------------*/

.post-materials {
    border-bottom: solid 1px #e8e8e8;
    display: block;
    padding-bottom: 10px;
}

.post-materials ul li {
    float: left;
    color: #777777;
    font-size: 12px;
    position: relative;
    padding: 0 10px;
}

.post-materials ul li:first-child {
    padding-left: 0;
}

.post-materials ul li a {
    color: #777777;
}

.post-materials ul li a:hover {
    color: #da3636;
}

.post-materials ul li:after {
    position: absolute;
    content: "/";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #999;
    font-size: 13px;
    position: absolute;
    right: -3px;
}

.post-materials ul li:last-child:after {
    display: none;
}

/* Blog List */

.blog-list-image {
    float: left;
    width: 32%;
}

.blog-list-content {
    float: left;
    width: 68%;
}

/* Blog Column */

.blog-column {
    padding: 10px 20px;
    padding-top: 14px;
}

.blog-column h5 {
    line-height: 19px;
}

.blog-column .post-materials a {
    font-size: 11px;
}

.blog-column .post-materials {
    border-bottom: none;
    padding-bottom: 0;
}

/* Tags & Share */

.blog-share-tags {
    position: relative;
    padding: 40px 20px;
    background: #fafafa;
    border-top: solid 1px #f1f1f1;
}

.blog-share {
    float: right;
}

.blog-tags ul li {
    float: left;
    position: relative;
    margin: 0 10px;
}

.blog-tags ul li.title {
    float: left;
    margin-left: 0;
}

.blog-tags ul li a {
    color: #666;
}

.blog-share {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    height: 46px;
    line-height: 46px;
    width: 46px;
    border-radius: 50%;
    top: -23px;
    right: 20px;
    background: #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    z-index: 1;
    text-align: right;
}

.blog-share a {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 15px;
    display: inline-block;
    width: 46px;
    height: 46px;
}

.big-share {
    height: 156px !important;
    width: 146px !important;
    border-radius: 3px !important;
}

.blog-share:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
}

.blog-share-wrap {
    display: none;
    text-align: left;
    position: relative;
    top: -33px;
    left: 15px;
}

.blog-share-link li {
    line-height: 30px !important;
}

.blog-share-link li a {
    text-align: left;
    width: 100%;
    line-height: 30px !important;
    height: auto;
    font-size: 13px;
}

.blog-share-link li a i {
    margin-right: 5px;
}

.blog-share-link li.bs-alias i, .blog-share-link li.bs-alias span {
    margin-left: 2px;
}

.author-social-links ul {
    margin-left: -20px;
    display: inline-block;
}

.author-social-links ul li {
    float: left;
    margin-left: 20px;
}

.author-social-links ul li:before {
    display: none;
}

.author-social-links ul li i {
    color: #999;
}

/* Comment */

.comment-box {
    padding: 30px 0;
    border-bottom: solid 1px #e8e8e8;
}

.comment-box:last-child {
    border-bottom: none;
}

.comment-form input[type="text"], .comment-form textarea {
    width: 100%;
    margin-bottom: 10px;
}

.comment-form textarea {
    height: 200px;
    border: none;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.next-blog-single {
    text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/*   Portfolio
/*-----------------------------------------------------------------------------------*/

.portfolio-cat a {
    font-size: 11px;
    color: #666;
}

.isotope-filters ul li {
    float: left;
    margin-right: 10px;
}

.isotope-filters ul li a {
    padding: 9px 15px;
    background: #FFF !important;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.isotope-filters ul li a.active {
    background: #da3636 !important;
    color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*   Page Navigation
/*-----------------------------------------------------------------------------------*/

.page-navigation ul li {
    float: left;
    padding: 0 15px;
}

.page-navigation ul li:first-child {
    padding-left: 0;
}

.page-navigation ul li a {
    display: inline-block;
    color: #FFF;
    position: relative;
    padding: 10px 0;
}

.page-navigation ul li a:hover {
    text-decoration: underline;
}

.page-navigation ul li a.active {
    border-bottom: solid 4px #fdc02d;
    color: #fdc02d;
    font-weight: 600;
}

.page-navigation ul li a.active:hover {
    text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*   Parallax
/*-----------------------------------------------------------------------------------*/

#parallax-one {
    padding: 10% 0;
    background: url(../temp/parallax-image.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

/*-----------------------------------------------------------------------------------*/
/*   Video Background
/*-----------------------------------------------------------------------------------*/

.video-background {
    background: url(../temp/main-slider-1.jpg) center center;
    padding: 130px 0;
}

.video-background h1 {
    font-size: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*   Sitemap
/*-----------------------------------------------------------------------------------*/

.sitemap {
    position: relative;
    width: 100%;
    height: auto;
}

.sitemap-content {
    width: 100%;
    height: auto;
    border-top: solid 1px #e8e8e8;
    display: none;
    padding: 30px 0;
}

.sitemap-button {
    display: block;
    position: absolute;
    height: 65px;
    line-height: 58px;
    width: 65px;
    border-radius: 50%;
    bottom: 30px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    text-align: center;
}

.sitemap-button a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fdc02d;
    font-weight: bold;
    font-size: 11px;
}

.sitemap-button a span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fdc02d;
    font-size: 13px;
    position: absolute;
    bottom: -5px;
    left: 29px;
}

.sitemap ul li {
    line-height: 30px;
}

.sitemap ul li a {
    color: #444;
}

/*-----------------------------------------------------------------------------------*/
/*   Pagination (Blog, Portfolio, Shop)
/*-----------------------------------------------------------------------------------*/

.info-pagination ul li {
    float: left;
    margin-right: 6px;
    margin-bottom: 15px;
}

.info-pagination ul li a {
    padding: 6px 13px;
    background: #fff !important;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.info-pagination.white-button ul li a {
    background: #FFF;
}

.info-pagination ul li a.active {
    background: #da3636 !important;
    color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/*   Search Page
/*-----------------------------------------------------------------------------------*/

.search-result-image {
    float: left;
    width: 32%;
}

.search-result-content {
    float: left;
    width: 68%;
}

/*-----------------------------------------------------------------------------------*/
/*   Cart Page
/*-----------------------------------------------------------------------------------*/

.view-cart-notification {
    background: #f5f5f5;
    padding: 10px 20px;
}

.view-cart-notification.checkout {
    padding: 5px 20px;
}

.products-title {
    background: #f5f5f5;
    height: 50px;
}

.products-section table {
    text-align: center;
    width: 100%;
}

table td.table-products-remove {
    width: 8%;
}

table td.table-products-title {
    width: 15%;
}

table td.table-products-name {
    width: 22%;
}

table td.table-products-price {
    width: 20%;
}

table td.table-products-quantity {
    width: 15%;
}

table td.table-products-total {
    width: 20%;
}

table tr.table-products-list {
    height: 220px;
    border-bottom: solid 1px #f0f0f0;
}

.table-products-list {
    font-size: 15px;
}

.shop-remove-button a {
    display: inline-block;
    background: #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #000;
    font-size: 13px;
}

.shop-remove-button a:hover {
    color: #da3636;
}

.shop-coupon input[type="text"] {
    width: 220px;
    box-shadow: none;
    background: #f0f0f0;
    height: 40px;
    float: left;
}

.shop-coupon input[type="submit"] {
    background: #f0f0f0;
    color: #222;
    font-size: 11px;
    border-radius: 0;
    margin-top: 0;
    height: 40px;
    float: left;
    margin-left: 7px;
}

.coupon-desc {
    font-size: 11px;
    line-height: 19px;
}

.cart-total-price-section {
    padding-left: 10%;
}

.cart-total-price-section h3, .cart-total-price-section h5, .cart-total-price-section h4 {
    line-height: 55px;
}

.cart-total-price-section ul {
    margin-top: 3px;
}

.cart-total-price-section ul li {
    border-bottom: solid 1px #eaeaea;
    height: 55px;
    line-height: 55px;
}

.cart-total-price-section ul li:last-child {
    border-bottom: none;
}

.free-shipping {
    font-style: italic;
}

.shop-cart-buttons .second-color {
    margin-right: 8px;
}

.quantity {
    margin-right: 10px;
    height: 48px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.quantity .qtyminus, .quantity .qtyplus {
    width: 45px !important;
    height: 48px;
    background: transparent;
    border: 0;
}

.quantity .qty {
    height: 48px;
    width: 50px;
    border: 0;
    box-shadow: 0 0 0 0;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*   Category Page
/*-----------------------------------------------------------------------------------*/

.category-order {
    padding-bottom: 10px;
    border-bottom: solid 1px #e8e8e8;
}

.category-order [class*=col-] {
    padding: 0;
}

.shop-sort {
    float: right;
}

.shop-sort select {
    float: right;
}

.shop-image-box {
    width: 100%;
    height: 235px;
    background: linear-gradient(rgba(253, 192, 46, 0.8), rgba(253, 192, 46, 0.8)), url(../temp/services-image-1.jpg) no-repeat;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
}

.shop-image-box.color-opt {
    background: linear-gradient(rgba(2, 119, 189, 0.8), rgba(2, 119, 189, 0.8)), url(../temp/services-image-3.jpg) no-repeat;
    background-size: cover;
}

.shop-image-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.shop-image-text a {
    font-family: 'Poppins', sans-serif;
    border: 1px solid #fff;
    font-size: 11px;
    letter-spacing: 0.1400em;
    color: #fff;
    padding:
}

.shop-image-text h2 {
    color: #fff;
}

select {
    backgorund: #FFF;
    height: 40px;
    border-radius: 0;
    border: none;
    border: solid 1px #ddd;
    outline-offset: -1px
    border-radius: 0;
}

.product-item h5 {
    padding: 20px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.product-item-price h5 {
    line-height: 0;
    padding: 0;
    display: inline-block;
}

.product-item-price {
    float: left;
    width: 50%;
    border-right: solid 1px #ddd;
    height: 50px;
    line-height: 50px;
}

.product-item-buy {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
}

.product-item-buy a {
    display: inline-block;
}

/* Search Widget */

.search {
    width: 100%;
    position: relative;
}

.search input[type="text"] {
    width: 100%;
}

.search i {
    position: absolute;
    right: 10px;
    padding: 0 10px;
    z-index: 1;
    top: 13px;
    pointer-events: none;
    color: #777;
    background: #FFF;
}

/* Latest Product Widget */

.latest-products h5 {
    line-height: 19px;
}

.widget-product-price {
    font-weight: 600;
    font-size: 11px;
}

/*-----------------------------------------------------------------------------------*/
/*   Checkout Page
/*-----------------------------------------------------------------------------------*/

.checkout-form input[type="text"] {
    width: 100%;
}

.checkout-form p {
    margin: 0;
    margin-bottom: 3px;
}

label {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}

.checkout-form textarea {
    width: 100%;
    height: 170px;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    border: none;
}

.checkout-form select {
    width: 100%;
    border-top: solid 1px #f5f5f5;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    background: #FFF;
    border: none;
}

.your-order table {
    width: 100%;
}

.your-order table td {
    padding-left: 20px;
}

.checkout-title {
    background: #f5f5f5;
    height: 60px;
}

.checkout-products-list {
    height: 60px;
}

/*-----------------------------------------------------------------------------------*/
/*   Login & Register Page
/*-----------------------------------------------------------------------------------*/

.shop-login {
    padding: 0 20px;
}

.shop-login .italic {
    font-style: italic;
    padding-bottom: 10px;
    border-bottom: solid 1px #e8e8e8;
}

.shop-login input {
    width: 100%;
    margin-top: 20px;
}

.shop-login input[type="submit"] {
    border-radius: 0;
    height: 46px;
}

.shop-register {
    padding: 90px 40px;
}

.shop-register .button-style-1 {
    width: 100%;
}

.shop-register .italic {
    font-style: italic;
}

.shop-login h2, .shop-register h2 {
    line-height: 26px;
}

/*-----------------------------------------------------------------------------------*/
/*   Shop Single Page
/*-----------------------------------------------------------------------------------*/

.products-votes {
    color: #fdc02d;
}

.products-votes {
    padding-bottom: 10px;
    border-bottom: solid 1px #e8e8e8;
}

.product-cat ul li {
    float: left;
}

.product-cat ul li a {
    padding-right: 5px;
    font-size: 12px;
    color: #da3636;
}

.product-cat .cat-tag {
    padding-top: 5px;
    padding-right: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*   Fixed Elements
/*-----------------------------------------------------------------------------------*/

.scrolltotop {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    bottom: 45px;
    right: 28px;
    z-index: 999;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f9f9f9;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}

.scrolltotop a.scroll-up {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 20px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #999;
}

.mail-help {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    bottom: 30px;
    right: 20px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    text-align: right;
    z-index: 9999;
}

.mail-help.mail-open {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 365px;
    height: 380px;
    line-height: 25px;
    border-radius: 0;
    padding: 20px;
    overflow: hidden;
}

.mail-help a.mail-envelope {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fdc02d;
}

.mail-help:hover a.mail-envelope {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #337ab7;
}

.fixed-error {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid red !important;
}

.mail-help:hover a.mail-envelope i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #337ab7;
}

.mail-help.mail-open a.mail-envelope {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    display: none;
}

.mail-help a.mail-close {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 20px;
    display: inline-block;
    color: #fdc02d;
    position: absolute;
    top: 15px;
    right: 20px;
    display: none;
}

a.mail-close:hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #337ab7;
}

a.mail-close:hover i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #337ab7;
}

.fix-contact-title {
    margin: -5px 0 5px 0;
}

.fixed-contact-box {
    display: none;
    width: 100%;
    text-align: left;
}

.con-line-1 {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.con-line-2 {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.con-line-3 {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fixed-mail-send {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.contact-box {
    position: relative;
}

.contact-mail-sends {
    position: absolute;
    bottom: 7px;
    right: 0;
}

.contact-mail-sends i {
    margin-top: 5px;
    color: #da3636;
}

.fixed-success {
    position: absolute;
    top: 0;
    left: 0;
    width: 365px;
    height: 345px;
    background: #fff;
    overflow: hidden;
    display: none;
}

.normal-success, .normal-mail-error {
    display: none;
}

.contact-mail-sends.normal-mail-error i {
    color: #ff0033;
}

.fixed-mail-error {
    position: absolute;
    top: 0;
    left: 0;
    width: 365px;
    height: 345px;
    background: #fff;
    padding-top: 50%;
    text-align: center;
    display: none;
}

.circle, .circle-outer {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 65px;
    left: 82.5px;
    background: #f5f5f5;
    border-radius: 50%;
}

.circle-outer {
    box-sizing: border-box;
    background: none;
    border: 4px solid #f5f5f5;
}

.icon {
    position: absolute;
    z-index: 2;
    top: 130px;
    left: 122.5px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    fill: none;
    stroke-width: 2px;
    stroke: #da3636;
    stroke-linecap: square;
    stroke-dasharray: 325 325;
}

.icon.mail {
    width: 120px;
    height: 70px;
    stroke-dashoffset: 0;
}

.icon.plane {
    width: 120px;
    height: 110px;
    stroke-dashoffset: 325;
}

.fixed-success.fixedok .fixed-mail-send {
    -webkit-animation: sendok 1s ease-in-out 1.7s;
    animation: sendok 1s ease-in-out 1.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fixed-success.fixedok .circle, .fixed-success.fixedok .circle-outer {
    -webkit-animation: circle 1s ease-in-out;
    animation: circle 1s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fixed-success.fixedok .circle-outer {
    -webkit-animation: circle .8s ease-in-out .2s;
    animation: circle .8s ease-in-out .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fixed-success.fixedok .mail {
    stroke-dashoffset: 326;
    -webkit-transition: stroke-dashoffset 1s ease-in-out;
    transition: stroke-dashoffset 1s ease-in-out;
}

.fixed-success.fixedok .plane {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 1s ease-in-out .6s;
    transition: stroke-dashoffset 1s ease-in-out .6s;
    -webkit-animation: fly 2.4s ease-in-out;
    animation: fly 2.4s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fly {
    0%, 50% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    60% {
        -webkit-transform: translate3d(-10px, 5px, 0) scale(1.05);
        transform: translate3d(-10px, 5px, 0) scale(1.05);
    }
    70% {
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(300px, -150px, 0) scale(0.4);
        transform: translate3d(300px, -150px, 0) scale(0.4);
        opacity: 0;
    }
}

@keyframes fly {
    0%, 50% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    60% {
        -webkit-transform: translate3d(-10px, 5px, 0) scale(1.05);
        transform: translate3d(-10px, 5px, 0) scale(1.05);
    }
    70% {
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(300px, -150px, 0) scale(0.4);
        transform: translate3d(300px, -150px, 0) scale(0.4);
        opacity: 0;
    }
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes sendok {
    from {
        bottom: 20%;
        opacity: 0;
    }
    to {
        bottom: 50%;
        opacity: 1;
    }
}

@keyframes sendok {
    from {
        bottom: 20%;
        opacity: 0;
    }
    to {
        bottom: 50%;
        opacity: 1;
    }
}

/*-----------------------------------------------------------------------------------*/
/*   Footer
/*-----------------------------------------------------------------------------------*/

.footer {
    padding: 60px 0;
}

.footer h5 {
    font-size: 13px;
    letter-spacing: 0.0800em;
}

/* Dark Footer */

.dark-footer .tag-widget ul li a {
    background: #2B383E !important;
}

.light-footer .tag-widget ul li a {
    background: #f0f0f0 !important;
}

.dark-footer {
    background: #263238;
    color: #b0bec5;
}

.dark-footer a:hover {
    color: #FFF;
}

.dark-footer .social-icon-style-1 ul li i,
.dark-footer .social-icon-style-2 ul li i,
.dark-footer .social-icon-style-3 ul li i,
.dark-footer .social-icon-style-4 ul li i {
    border-top: solid 1px #333E43;
}

.dark-footer a:hover i {
    color: #FFF;
}

.dark-footer h5, .dark-footer h5 a, .dark-footer a {
    color: #b0bec5;
}

.dark-footer i {
    color: #96a9b2;
}

.dark-footer .map-info.hvr-icon-drop:before {
    color: #96a9b2;
}

.dark-footer .title-line hr {
    border-top: solid 1px #333e44;
}

.dark-footer .news-1-box, .dark-footer .news-2-box, .dark-footer .news-3-box {
    border-bottom: dashed 1px #333e44;
}

.dark-footer .news-1-box:last-child, .dark-footer .news-2-box:last-child, .dark-footer .news-3-box:last-child {
    border: none;
}

.dark-footer .news-2 h5, .light-footer .news-2 h5 {
    line-height: 19px;
}

.footer .title-line hr {
    margin-top: 5px;
}

.light-footer.simple-footer, .light-footer {
    background: #f9f9f9;
}

.light-footer .map-info {
    background: #f1f1f1;
}

.tag-widget ul li {
    float: left;
    margin-bottom: 15px;
}

.tag-widget ul li a {
    background: #f0f0f0;
    padding: 7px 11px;
    margin-right: 10px;
    font-size: 12px;
}

.tag-widget ul li a:first-child {
    padding-left: 0;
}

.dark-footer .tag-widget ul li a:first-child, .light-footer .tag-widget ul li a:first-child {
    padding-left: 7px;
}

.dark-footer .list-style-3 ul li {
    border-bottom: solid 1px #333e44;
}

.dark-footer .map-info {
    background: #2B383E;
}

.dark-footer .world-map, .info-widget {
    background: url(../img/map.png) center center;
    background-repeat: no-repeat;
    background-size: 95%;
}

.world-map.list-style-3 ul li:last-child {
    border-bottom: solid 1px #333e44;
}

/*-----------------------------------------------------------------------------------*/
/*   404 Page
/*-----------------------------------------------------------------------------------*/

.error-number {
    max-width: 35%;
    margin: 0 auto;
    padding: 6% 0;
}

.error-number h1 {
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 80px;
    margin-top: 40px;
    font-size: 140px;
}

.client-logo {
    height: 150px;
    line-height: 150px;
    padding: 30px 5%;
}

.client-logo img {
    width: 80% !important;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 5px 4px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.client-carousel .owl-controls {
    position: absolute;
    top: -40px;
    width: 100%;
}

.content-slider .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 100%;
}

.client-carousel .owl-controls .owl-prev, .content-slider .owl-controls .owl-prev {
    float: left;
    position: relative;
}

.client-carousel .owl-controls .owl-prev:before, .content-slider .owl-controls .owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a2a2a2;
    font-size: 25px;
    position: absolute;
    top: 0px;
    right: 10px;
}

.content-slider .owl-controls .owl-prev:before {
    right: -25px;
    color: #222;
}

.client-carousel .owl-controls .owl-next, .content-slider .owl-controls .owl-next {
    float: right;
    position: relative;
}

.client-carousel .owl-controls .owl-next:before, .content-slider .owl-controls .owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #a2a2a2;
    font-size: 25px;
    position: absolute;
    top: 0px;
    left: 10px;
}

.content-slider .owl-controls .owl-next:before {
    left: -25px;
    color: #222;
}

@-moz-document url-prefix() {
    .header-style-1 .header-nav ul li {
        margin-right: 4px;
    }
    .sf-menu ul {
        top: calc(100% - 1px);
    }
    .header-4-search-wrapper i, .header-style-5-search i {
        padding-left: 0;
    }
    .flexslider .slides img {
        width: 1180px !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header-style-1 .header-nav ul li {
        margin-right: 4px;
    }
}

/*
@media screen and (min-color-index:0) 
and(-webkit-min-device-pixel-ratio:0) { @media
{
  safari hacks
}}
*/