﻿/*
Theme Name: Nantria
Description: Multi-Purpose HTML Site Template
Author: Erilisdesign
Theme URI: http://erilisdesign.com/preview/themeforest/html/nantria/
Author URI: http://themeforest.net/user/Erilisdesign
Version: 1.4.1
*/


/*------------------------------------------------------------------
[Table of contents]

1. Global Styles
2. Typography
3. Background Color & Color Classes
4. Background Styles
5. Sections
6. Columns & Grids
7. Page Titles
8. Header
	8.1 Top Bar
	8.2 Header Styles
9. Portfolio
10. Blog
11. Shop
12. Shortcodes
	12.1 Buttons
	12.2 Tooltips
	12.3 Alerts
	12.4 Accordions
	12.5 Tabs
	12.6 Progress Bars
	12.7 Breadcrumbs
	12.8 Pagination
	12.9 Icon Boxes
	12.10 Pricing Tables
	12.11 Count To
	12.12 Listing
	12.13 Count To
	12.14 Countdown
	12.15 Icons
	12.16 Feature Box
	12.17 Knowledge Box
	12.18 Labels
	12.19 Modal
	12.20 Clients
	12.21 Text Rotate
	12.22 Testimonial Box
13. FlexSlider
14. Swiper Slider
15. owlCarousel
16. Overlays
17. Forms
18. Google Maps
19. Divider
20. Back To Top
21. Preloaders
22. Footer
23. Sidebar & Widgets
24. Isotope Transitions
25. Other
26. Helper Classes
	26.1 Different
	26.2 Spacing
27. Mobile
28. Responsive
-------------------------------------------------------------------*/

::-moz-scrollbar {
    width: 5px;
    background-color: #FFF;
}

 ::-moz-scrollbar-thumb {
    width: 5px;
    background-color: #6c757dcc;
    border-radius: 5px;
}

 ::-webkit-scrollbar {
    width: 5px;
    background-color: #FFF;
}

 ::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #6c757dcc;
    border-radius: 5px;
}


/*------------------------------------------------------------------
[1. Global Styles]
*/

body {
    position: relative;
    overflow-x: hidden;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    white-space: normal;
}

body.boxed-layout {
    background: #e5e7e9;
}

body.boxed-layout .main-container {
    position: relative;
}

body.boxed-layout .main-container::before {
    content: '';
    position: absolute;
    z-index: -1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

body.boxed-layout .main-container {
    max-width: 1370px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.main-container {
    clear: both;
}

.container,
.container-fluid {
    position: relative;
}

.csstransitions .animated,
.animated {
    visibility: hidden;
}

.csstransitions .visible {
    visibility: visible;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

video {
    max-width: 100%;
}

img {
    max-width: 100%;
}

iframe {
    display: block;
    width: 100%;
    border: 0;
    overflow: hidden;
}

.video-container {
    width: 100%;
    height: 100%;
}


/*------------------------------------------------------------------
[2. Typography]
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    color: #333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333;
}

h1 {
    font-size: 54px;
    line-height: 62px;
    font-weight: 300;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
}

h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
}

h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
}


/* Heading Uppercase */

.heading-uppercase {
    text-transform: uppercase;
    font-weight: 400;
}

h1.heading-uppercase {
    letter-spacing: 10px;
    margin-right: -10px;
}

h2.heading-uppercase {
    letter-spacing: 7px;
    margin-right: -7px;
}

h3.heading-uppercase {
    letter-spacing: 7px;
    margin-right: -7px;
}

h4.heading-uppercase {
    letter-spacing: 4px;
    margin-right: -4px;
}

h5.heading-uppercase {
    font-weight: 500;
    letter-spacing: 2px;
    margin-right: -2px;
}

h6.heading-uppercase {
    font-weight: 700;
    letter-spacing: 2px;
    margin-right: -2px;
}

p {
    margin-bottom: 20px;
}

p.lead {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0px;
}

.alt-font {
    font-family: 'Raleway', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    display: block;
}

.small-title {
    font-family: 'Raleway', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 7px;
    line-height: 24px;
    display: block;
}

a {
    cursor: pointer;
    color: #2196f3;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #2196f3;
}

a,
button {
    outline: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

blockquote {
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans', 'Georgia', Times New Roman, Times, serif;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    background: #f5f7f9;
    padding: 24px 32px;
    color: #777;
    font-weight: 300;
    margin-bottom: 20px;
    border: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

blockquote::before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    max-width: 37px;
    max-height: 37px;
    border-top: 1px solid #a5a7a9;
    border-left: 1px solid #a5a7a9;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

blockquote:hover::before {
    border-color: #78c862;
    max-width: 200px;
    max-height: 54px;
}

.blockquote-reverse,
blockquote.pull-right {
    padding: 24px 32px;
    border: 0;
}

.blockquote-reverse::before,
blockquote.pull-right::before {
    border-left: 0;
    border-right: 1px solid #a5a7a9;
    margin: auto;
    margin-top: 0;
    margin-right: 0;
}

blockquote.pull-right {
    margin: 5px 0 10px 20px;
    max-width: 300px;
}

blockquote.pull-left {
    margin: 5px 20px 10px 0;
    max-width: 370px;
}

address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 30px;
}

pre {
    margin: 0;
    padding: 9.5px;
    color: #333;
    background-color: #f5f7f9;
    border: 1px solid #e5e7e9;
    border-radius: 0px;
    text-align: left;
}

.revo-slider-emphasis-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.5;
}

.revo-slider-desc-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}

.revo-slider-caps-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
}

input,
select,
textarea {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}


/*------------------------------------------------------------------
[3. Background Color & Color Classes]
*/


/* Text Color */

.text-white {
    color: #fff !important;
}

.text-grey {
    color: #ededed;
}

.text-dark {
    color: #333 !important;
}

.text-dark-2 {
    color: #555;
}

.text-red {
    color: #dd4b39;
}

.text-pink {
    color: #e91e63;
}

.text-purple {
    color: #9c27b0;
}

.text-indigo {
    color: #2951d5;
}

.text-blue {
    color: #2196f3;
}

.text-cyan {
    color: #00bcd4;
}

.text-teal {
    color: #80CBC4;
}

.text-green {
    color: #8bc34a;
}

.text-lime {
    color: #cddc39;
}

.text-yellow {
    color: #ffeb3b;
}

.text-amber {
    color: #ffc107;
}

.text-orange {
    color: #ff9800;
}

.text-brown {
    color: #795548;
}


/* Highlight */

.highlight {
    color: #2196f3;
}

.highlight.white {
    color: #fff;
}

.highlight.grey {
    color: #ededed;
}

.highlight.black {
    color: #333;
}

.highlight.red {
    color: #dd4b39;
}

.highlight.pink {
    color: #e91e63;
}

.highlight.purple {
    color: #9c27b0;
}

.highlight.indigo {
    color: #2951d5;
}

.highlight.blue {
    color: #2196f3;
}

.highlight.cyan {
    color: #00bcd4;
}

.highlight.teal {
    color: #80CBC4;
}

.highlight.green {
    color: #8bc34a;
}

.highlight.lime {
    color: #cddc39;
}

.highlight.yellow {
    color: #ffeb3b;
}

.highlight.amber {
    color: #ffc107;
}

.highlight.orange {
    color: #ff9800;
}

.highlight.brown {
    color: #795548;
}


/* Background Color */

.background-white {
    background-color: #fff;
}

.background-black-menu {
    background-color: #ffffff63;
}

.background-grey {
    background-color: #f5f7f9;
}

.background-dark {
    background-color: #333;
}

.background-dark-2 {
    background-color: #2A2B35;
}

.background-dark-3 {
    background-color: #484957;
}

.background-dark-4 {
    background-color: #111;
}

.background-dark-5 {
    background-color: #000a1e;
}

.background-dark-6 {
    background-color: #2c3e50;
}

.background-dark-7 {
    background-color: #1b1b25;
}

.background-dark-8 {
    background-color: #2a3b4c;
}

.background-red {
    background-color: #dd4b39;
}

.background-pink {
    background-color: #e91e63;
}

.background-purple {
    background-color: #9c27b0;
}

.background-indigo {
    background-color: #2951d5;
}

.background-blue {
    background-color: #2196f3;
}

.background-senja-green {
    background-color: #3f7c48;
}

.background-cyan {
    background-color: #00bcd4;
}

.background-teal {
    background-color: #80CBC4;
}

.background-turquoise {
    background-color: #27c5c3;
}

.background-green {
    background-color: #8bc34a;
}

.background-lime {
    background-color: #cddc39;
}

.background-yellow {
    background-color: #ffeb3b;
}

.background-amber {
    background-color: #ffc107;
}

.background-orange {
    background-color: #ff9800;
}

.background-brown {
    background-color: #795548;
}


/* Gradient Background */

.gradient-1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe7259+0,ffc456+100 */
    background: rgb(254, 114, 89);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(254, 114, 89, 1) 0%, rgba(255, 196, 86, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(254, 114, 89, 1) 0%, rgba(255, 196, 86, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(254, 114, 89, 1) 0%, rgba(255, 196, 86, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe7259', endColorstr='#ffc456', GradientType=1);
    /* IE6-9 */
}

.gradient-2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2951d5+0,2196f3+100 */
    background: #2951d5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #2951d5 0%, #2196f3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2951d5 0%, #2196f3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2951d5 0%, #2196f3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2951d5', endColorstr='#2196f3', GradientType=1);
    /* IE6-9 */
}

.gradient-3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bcd4+0,80cbc4+100 */
    background: rgb(0, 188, 212);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 188, 212, 1) 0%, rgba(128, 203, 196, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 188, 212, 1) 0%, rgba(128, 203, 196, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 188, 212, 1) 0%, rgba(128, 203, 196, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00bcd4', endColorstr='#80cbc4', GradientType=1);
    /* IE6-9 */
}

.gradient-4 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bc34a+0,cddc39+100 */
    background: rgb(139, 195, 74);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(139, 195, 74, 1) 0%, rgba(205, 220, 57, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(139, 195, 74, 1) 0%, rgba(205, 220, 57, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(139, 195, 74, 1) 0%, rgba(205, 220, 57, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8bc34a', endColorstr='#cddc39', GradientType=1);
    /* IE6-9 */
}

.gradient-5 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc5a5a+0,4e76e5+100 */
    background: rgb(252, 90, 90);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(252, 90, 90, 1) 0%, rgba(78, 118, 229, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(252, 90, 90, 1) 0%, rgba(78, 118, 229, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(252, 90, 90, 1) 0%, rgba(78, 118, 229, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fc5a5a', endColorstr='#4e76e5', GradientType=1);
    /* IE6-9 */
}

.gradient-6 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2ce57+0,469fc9+100 */
    background: rgb(242, 206, 87);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(242, 206, 87, 1) 0%, rgba(70, 159, 201, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(242, 206, 87, 1) 0%, rgba(70, 159, 201, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(242, 206, 87, 1) 0%, rgba(70, 159, 201, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2ce57', endColorstr='#469fc9', GradientType=1);
    /* IE6-9 */
}

.gradient-7 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8948ce+0,29c3d1+100 */
    background: rgb(137, 72, 206);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(137, 72, 206, 1) 0%, rgba(41, 195, 209, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(137, 72, 206, 1) 0%, rgba(41, 195, 209, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(137, 72, 206, 1) 0%, rgba(41, 195, 209, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8948ce', endColorstr='#29c3d1', GradientType=1);
    /* IE6-9 */
}

.gradient-8 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e83c75+0,9e3daf+100 */
    background: rgb(232, 60, 117);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(232, 60, 117, 1) 0%, rgba(158, 61, 175, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(232, 60, 117, 1) 0%, rgba(158, 61, 175, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(232, 60, 117, 1) 0%, rgba(158, 61, 175, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e83c75', endColorstr='#9e3daf', GradientType=1);
    /* IE6-9 */
}


/*------------------------------------------------------------------
[4. Background Styles]
*/

.parallax-background {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cover-background {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-background {
    -webkit-background-size: auto auto;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center;
}

.full-background {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.player {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    background-color: #000;
}

.video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fullcoveredvideo video,
.fullscreenvideo video {
    width: 100%;
}

.no-background {
    background-image: none !important;
    background-color: transparent !important;
}

.bg-center-left {
    background-position: center left;
}

.bg-center {
    background-position: center;
}

.bg-center-right {
    background-position: center right;
}

.bg-top-left {
    background-position: top left;
}

.bg-top-center {
    background-position: top center;
}

.bg-top-right {
    background-position: top right;
}

.bg-bottom-left {
    background-position: bottom left;
}

.bg-bottom-center {
    background-position: bottom center;
}

.bg-bottom-right {
    background-position: bottom right;
}

.background-norepeat {
    background-repeat: no-repeat;
}

.background-repeat {
    background-repeat: repeat;
}

.background-repeatx {
    background-repeat: repeat-x;
}

.background-repeaty {
    background-repeat: repeat-y;
}


/*------------------------------------------------------------------
[5. Sections]
*/

section,
.section {
    position: relative;
    overflow: hidden;
    margin: 30px;
    z-index: 0;
}

.intro-section {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 210px;
    padding-bottom: 210px;
}

.section-container,
.block-container {
    position: relative;
}

.fullscreen-element,
.fullscreen-element .table-container,
.fullscreen-element .table-content {
    display: block;
    height: auto;
}


/* Equal Section */

.equal-section {
    padding: 0 !important;
}

.equal-section .equal-cols-container {
    padding: 0;
}

.equal-section .equal-row {
    margin: 0;
}

.equal-section .equal-col {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
}

.equal-col-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 90px 0;
    z-index: 0;
}

.equal-col-container {
    display: table-cell;
    vertical-align: middle;
}

.equal-col-content {
    max-width: 960px;
    padding: 0 15px;
    margin: 0 auto;
}

.section.equal-border {
    padding: 90px;
}

.section.equal-border .section-container {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fff;
}


/* Container Overlay */

.container-overlay {
    position: absolute;
    top: -90px;
    bottom: -90px;
    left: 0;
    right: 0;
    z-index: -1;
}

.container-overlay .col-background {
    position: absolute;
    top: 0;
    bottom: 0;
}


/*------------------------------------------------------------------
[6. Columns & Grids]
*/


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*------------------------------------------------------------------
[7. Page Titles]
*/

.page-title {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 190px;
    padding-bottom: 120px;
}

.page-title-med {
    padding-top: 200px;
    padding-bottom: 130px;
}

.page-title-large {
    padding-top: 230px;
    padding-bottom: 160px;
}

.page-title-xlarge {
    padding-top: 270px;
    padding-bottom: 200px;
}

.page-title-xlarge-full {
    min-height: 100vh;
}


/*------------------------------------------------------------------
[8. Header]
*/

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.main-header .header-wrapper {
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.main-header.scrolled {
    opacity: 0;
    position: absolute;
}

.main-header.header-sticky {
    position: fixed;
    opacity: 1;
}

.main-header.header-blocked {
    position: relative;
    opacity: 1;
}

.main-header.header-alt .header-wrapper {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.main-header.header-alt.header-sticky .header-wrapper {
    margin: 0;
}

.main-header.header-narrow .header-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.main-header.header-narrow.scrolled .header-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

body.boxed-layout .main-header {
    max-width: 1370px;
    margin: 0 auto;
}


/* Header Transparent */

.main-header.transparent {
    padding-top: 10px;
    background-color: transparent;
}

.main-header.scrolled {
    padding-top: 0;
}

.main-header.header-sticky {
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px grey;
}


/* Header Light */

.main-header.light .header-wrapper {
    background-color: #fff;
    box-shadow: 0 0 0 1px #e5e7e9;
}

.main-header.light.header-sticky .header-wrapper {
    box-shadow: 0 1px 0 #e5e7e9;
}

.main-header.header-alt.light .header-wrapper {
    box-shadow: 0 0 0 0 #e5e7e9;
}

.main-header.header-alt.light.header-sticky .header-wrapper {
    box-shadow: 0 0 0 1px #e5e7e9;
}


/* Header Dark */

.main-header.dark .header-wrapper {
    background-color: #000;
}


/* Header Transparent */

.main-header.transparent {
    padding-top: 10px;
}

.main-header.transparent.header-sticky {
    padding: 0;
}

.main-header.transparent.header-sticky .header-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 0 #e5e7e9;
}


/* Header Semi Transparent Light */

.main-header.semi-light .header-wrapper {
    background-color: rgba(255, 255, 255, 0.83);
}

.main-header.semi-light.header-sticky .header-wrapper {
    background-color: rgba(255, 255, 255, 0.93);
    box-shadow: 0 1px 0 #e5e7e9;
}


/* Header Semi Transparent Dark */

.main-header.semi-dark .header-wrapper {
    background-color: rgba(0, 10, 20, 0.7);
}

.main-header.semi-dark.header-sticky .header-wrapper {
    background-color: rgba(0, 10, 20, 0.87);
}


/* Header Logo */

.header-logo {
    float: left;
    padding: 0 15px;
    position: relative;
    display: table;
    height: 70px;
}

.header-logo a {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

.header-logo img {
    max-width: 100%;
    height: auto;
    max-height: 70px;
    display: block;
}


/* Header Above */

.header-above .header-above-left,
.header-above .header-above-right {
    width: 35%;
    min-height: 1px;
}

.header-above .header-above-left,
.header-above .header-above-right,
.header-above .header-logo {
    float: left;
    line-height: 70px;
}

.header-above .header-logo {
    width: 30%;
    text-align: center;
}

.header-above .header-above-left {
    text-align: left;
}

.header-above .header-above-right {
    text-align: right;
}

.header-above .socials-icons {
    height: auto;
}

.header-above .socials-icons .social-icon {
    height: auto;
    width: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 20px;
}


/* Header Functions Widgets */

.header-functions {
    position: relative;
    float: right;
}

.header-widget {
    position: relative;
    float: left;
}

.header-widget .widget-content {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    background: #fff;
    opacity: 0;
    min-width: 290px;
    padding: 15px;
    margin: 0;
    margin-right: 15px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e5e7e9;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    overflow: hidden;
    z-index: 2;
}

.header-nav.nav-narrow .header-widget:last-child .widget-content {
    margin-right: 0;
}

.header-widget.widget-menu .widget-content {
    min-width: 230px;
}

.header-widget.open .widget-content {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.trigger-widget {
    position: relative;
    display: block;
    font: 13px 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    float: left;
    line-height: 70px;
    height: 70px;
    text-decoration: none;
    margin: 0 15px;
    padding-bottom: 1px;
    text-transform: uppercase;
}

.main-header.light .trigger-widget {
    color: #333;
}

.header-nav.nav-narrow .header-widget:last-child .trigger-widget {
    margin-right: 0;
}

.trigger-widget i {
    font-size: 21px;
}

.trigger-widget:focus,
.trigger-widget:hover {
    color: #fff;
}

#top-cart-trigger {
    padding-right: 10px;
}

#top-cart-trigger span {
    display: block;
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    position: absolute;
    color: #fff;
    background: #2196f3;
    top: 18px;
    right: 0;
    border-radius: 50%;
}

#top-cart-trigger:hover span,
#top-cart-trigger:focus span {
    color: #fff;
}

.header-widget.widget-menu ul {
    margin: 0;
}


/* Top Cart */

.top-cart .mega-menu-content {
    padding: 15px 15px;
}

.top-cart .trigger-button .number {
    height: 15px;
    font-size: 11px;
    line-height: 15px;
    padding: 0;
    text-align: center;
    position: relative;
    color: #fff;
    top: -10px;
}

.top-cart-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e7e9;
    overflow: hidden;
}

.top-cart .item-image {
    float: left;
    margin-right: 15px;
    width: 48px!important;
    height: 48px!important;
    border: 2px solid #e5e7e9;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear;
}

.top-cart .item-image a,
.top-cart .item-image img {
    display: block;
    width: 44px!important;
    height: 44px!important;
}

.top-cart-item a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.top-cart .item-desc {
    position: relative;
    overflow: hidden;
}

.top-cart .item-desc a {
    text-align: left;
    font-size: 13px;
    width: auto;
    height: auto;
    font-weight: 600;
}

.top-cart .item-desc span.item-price {
    display: block;
    line-height: 20px;
    font-size: 12px!important;
    color: #999;
    text-align: left;
}

.top-cart .item-desc span.item-quantity {
    display: block;
    position: absolute;
    font-size: 12px!important;
    right: 0;
    top: 20px;
    line-height: 20px;
    color: #444;
}

.top-checkout-price {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    float: left;
}

.top-cart-action {
    overflow: hidden;
}

.top-cart-action .btn {
    float: right;
}


/*------------------------------------------------------------------
[8.1 Top Bar]
*/

.top-bar {
    position: relative;
    height: 37px;
    margin: 0;
    line-height: 36px;
    font-size: 13px;
    border-bottom: 1px solid #e5e7e9;
}

.mobile .top-bar,
.header-sticky .top-bar {
    display: none;
}


/* Top Bar - Light */

.top-bar.light {
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.37);
    color: #fff;
    margin: 0;
}

.top-bar.light a {
    color: #fff;
}

.top-bar.light a:hover,
.top-bar.light a:focus {
    color: #fff;
    opacity: .8;
}

.top-bar.light .container-fluid {
    padding: 0;
}

.main-header.dark .top-bar.light {
    margin: 0;
    border-color: #39383a;
}

.main-header.dark .top-bar.light .container-fluid {
    padding: 0 30px;
}

.header-alt .top-bar.light {
    margin: 0;
}


/* Top Bar - Dark */

.top-bar.dark {
    border-color: #333;
    border-color: rgba(55, 55, 55, 0.73);
    color: #333;
    margin: 0 30px;
}

.top-bar.dark .container-fluid {
    padding: 0;
}

.main-header.transparent-dark .top-bar.dark {
    margin: 0;
    border-color: rgba(0, 0, 0, 0.07);
}

.main-header.transparent-dark .top-bar.dark .container-fluid {
    padding: 0 30px;
}

.main-header.light .top-bar.dark {
    margin: 0;
    border-color: #e5e7e9;
}

.main-header.light .top-bar.dark .container-fluid {
    padding: 0 30px;
}

.header-alt .top-bar.dark {
    margin: 0;
}


/* Top Links */

.top-links {
    position: relative;
    float: left;
}

.top-links ul {
    margin: 0;
    list-style: none;
}

.top-links ul li {
    float: left;
    position: relative;
    height: 36px;
}

.top-links li>a {
    display: block;
    margin: 0 12px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    height: 36px;
    color: #333;
    letter-spacing: 1px;
}

.top-links li:first-child>a {
    margin-left: 0;
}

.top-links li:last-child>a {
    margin-right: 0;
}

.top-links li>a i {
    font-size: 14px;
    color: #333;
}

.top-links li>a:hover,
.top-links li>a:hover i {
    color: #555;
}


/* Top Social */

.top-social {
    position: relative;
    float: right;
}

.top-social ul {
    margin: 0;
    list-style: none;
}

.top-social ul li {
    float: left;
    position: relative;
    height: 36px;
}

.top-social li>a {
    display: block;
    padding: 0 12px;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    height: 36px;
    color: #333;
    letter-spacing: 1px;
}

.top-social li>a i {
    font-size: 14px;
    color: #333;
}

.top-social li>a:hover,
.top-social li>a:hover i {
    color: #333;
}


/* Top Content */

.top-content {
    position: relative;
    float: left;
}


/*------------------------------------------------------------------
[8.2 Header Styles]
*/

.header-nav {
    position: relative;
}

.nav-block {
    display: block;
}

.nav-block.left {
    float: left;
}

.nav-block.right {
    float: right;
}


/* Block Header */

.nav-toggle {
    display: none;
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border-right: 1px solid #e5e7e9;
    color: #333;
    font-size: 31px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}

.nav-toggle i {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-toggle.open i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}


/* Block Menu */

.header-nav ul.menu {
    position: static;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-nav .bt-dropdown,
.header-nav ul.menu>li {
    position: static;
    float: left;
    margin: 0 15px;
}

.header-nav .menu>li>a,
.bt-dropdown-menu>li>a,
.header-widget.widget-menu ul li a {
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-nav .menu>li>a {
    line-height: 70px;
}

.main-header .fa.fa-angle-down {
    font-size: 13px;
}

.bt-dropdown-menu {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    opacity: 0;
    float: left;
    text-align: left;
    list-style: none;
    min-width: 230px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e5e7e9;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
}

.dropdown-submenu .bt-dropdown-menu.menu-pos-invert {
    left: -100%;
    margin-left: -2px;
}

.bt-dropdown-menu>li>a,
.header-widget.widget-menu ul li a {
    padding: 10px 17px;
    line-height: 21px;
    color: #777;
}

.open>.bt-dropdown-menu {
    display: block;
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.header-nav ul.menu li.dropdown-submenu {
    position: relative;
}

.header-nav .dropdown-submenu>a::after {
    content: "\f105";
    font: normal normal normal 14px/21px FontAwesome;
    display: inline-block;
    border: 0;
    margin: 0;
    position: absolute;
    right: 15px;
}

.dropdown-submenu .bt-dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.header-nav .bt-dropdown-menu>li>a:focus,
.header-nav .bt-dropdown-menu>li>a:hover,
.header-nav .dropdown-submenu.open>a,
.header-nav .dropdown-submenu.open>a:focus,
.header-nav .dropdown-submenu.open>a:hover,
.header-widget.widget-menu ul li a:focus,
.header-widget.widget-menu ul li a:hover {
    color: #2196f3;
    background-color: #f5f7f9;
}


/* Mega Menu */

.header-nav .bt-dropdown.mega-menu .bt-dropdown-menu {
    left: 0;
    right: 0;
    background-color: transparent;
    border: 0;
}

.mega-menu-content {
    padding: 30px 30px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #e5e7e9;
}

.mega-menu-content li a {
    padding: 10px 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777;
}

.mega-menu-content li a:hover {
    color: #2196f3;
}

.mega-menu-content .list-header {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
}

.mega-menu-content .list-header:first-child {
    margin-top: 0;
}


/*	Header Style General */

.main-header.header-alt.header-sticky .header-nav .mega-menu-content {
    border-left-width: 1px;
    border-right-width: 1px;
}

.main-header.transparent .logo-light,
.main-header.transparent.header-sticky .header-logo .logo-dark {
    display: block;
    visibility: visible;
}

.main-header.transparent .logo-dark,
.main-header.transparent.header-sticky .header-logo .logo-light {
    visibility: hidden;
    display: none;
}


/* Header Style 1 */

.main-header.style-1 .header-nav .mega-menu-content,
.main-header.style-1.header-sticky .header-nav .mega-menu-content {
    border-left-width: 0;
    border-right-width: 0;
}

.main-header.style-1.transparent .header-nav .mega-menu-content,
.main-header.style-1.transparent.header-sticky .header-nav .mega-menu-content {
    border-left-width: 1px;
    border-right-width: 1px;
}

.main-header.style-1.transparent {
    padding-top: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.37);
}

.main-header.style-1.transparent-dark {
    padding-top: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}

.main-header.style-1.transparent .top-bar {
    padding: 0 30px;
}

.main-header.style-1 .header-logo {
    padding-right: 30px;
}

.main-header.style-1 .header-logo::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: 0;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.37);
    z-index: -1;
}

.main-header.style-1.transparent-dark .header-logo::before {
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.07);
}

.main-header.style-1.light .header-logo::before,
.main-header.style-1.header-sticky .header-logo::before,
.main-header.style-1.transparent.header-sticky .header-logo::before {
    box-shadow: 1px 0 0 #e5e7e9;
    background: transparent;
}

.main-header.style-1.dark .header-logo {
    box-shadow: 1px 0 0 #39383a;
}


/* Header Style 2 */

.main-header.style-2 .header-above {
    border-bottom: 1px solid #e5e7e9;
}

.main-header.style-2.dark .header-above,
.main-header.style-2.semi-dark .header-above {
    border-color: #39383a;
}

.main-header.style-2.transparent .header-above {
    border-color: transparent;
}

.main-header.style-2.transparent.scrolled .header-above {
    border-color: #e5e7e9;
}

.main-header.style-2 .header-widget:last-child .trigger-widget,
.main-header.style-2 .header-widget:last-child .widget-content {
    margin-right: 0;
}

.main-header.style-2 .header-nav .bt-dropdown:first-child,
.main-header.style-2 .header-nav ul.menu>li:first-child {
    margin-left: 0;
}

.main-header.style-2 .header-nav .mega-menu-content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.main-header.style-2.header-narrow .header-nav .mega-menu-content {
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
}

.main-header.style-2 .header-nav .mega-menu-content,
.main-header.style-2.header-sticky .header-nav .mega-menu-content {
    border-left-width: 1px;
    border-right-width: 1px;
}


/* Nav - Color Style - Light */

.header-nav.light .logo-light {
    display: block;
    visibility: visible;
}

.header-nav.light .logo-dark {
    visibility: hidden;
    display: none;
}

.header-sticky .header-nav.light .logo-light {
    visibility: hidden;
    display: none;
}

.header-sticky .header-nav.light .logo-dark {
    display: block;
    visibility: visible;
}

.header-nav.light .menu>li>a,
.header-nav.light .menu>li>a>i,
.header-nav.light .top-links li>a,
.header-nav.light .top-links li>a i,
.header-nav.light .top-social li>a,
.header-nav.light .top-social li>a i,
.header-nav.light .top-links li>a:hover,
.header-nav.light .top-links li>a:hover i,
.header-nav.light .top-social li>a:hover,
.header-nav.light .top-social li>a:hover i,
.header-nav.light .trigger-widget,
.header-nav.light .trigger-widget:focus,
.header-nav.light .trigger-widget:hover,
.header-nav.light .trigger-widget i {
    color: #fff;
}

.header-sticky .header-nav.light .menu>li>a,
.header-sticky .header-nav.light .menu>li>a>i,
.header-sticky .header-nav.light .top-links li>a,
.header-sticky .header-nav.light .top-links li>a i,
.header-sticky .header-nav.light .top-social li>a,
.header-sticky .header-nav.light .top-social li>a i,
.header-sticky .header-nav.light .top-links li>a:hover,
.header-sticky .header-nav.light .top-links li>a:hover i,
.header-sticky .header-nav.light .top-social li>a:hover,
.header-sticky .header-nav.light .top-social li>a:hover i,
.header-sticky .header-nav.light .trigger-widget,
.header-sticky .header-nav.light .trigger-widget:focus,
.header-sticky .header-nav.light .trigger-widget:hover,
.header-sticky .header-nav.light .trigger-widget i {
    color: #333;
}

.header-sticky.dark .header-nav.light .menu>li>a,
.header-sticky.dark .header-nav.light .menu>li>a>i,
.header-sticky.dark .header-nav.light .top-links li>a,
.header-sticky.dark .header-nav.light .top-links li>a i,
.header-sticky.dark .header-nav.light .top-social li>a,
.header-sticky.dark .header-nav.light .top-social li>a i,
.header-sticky.dark .header-nav.light .top-links li>a:hover,
.header-sticky.dark .header-nav.light .top-links li>a:hover i,
.header-sticky.dark .header-nav.light .top-social li>a:hover,
.header-sticky.dark .header-nav.light .top-social li>a:hover i,
.header-sticky.dark .header-nav.light .trigger-widget,
.header-sticky.dark .header-nav.light .trigger-widget:focus,
.header-sticky.dark .header-nav.light .trigger-widget:hover,
.header-sticky.dark .header-nav.light .trigger-widget i {
    color: #fff;
}


/* Nav - Color Style - Dark */

.header-nav.dark .menu>li>a,
.header-nav.dark .menu>li>a>i,
.header-nav.dark .top-links li>a,
.header-nav.dark .top-links li>a i,
.header-nav.dark .top-social li>a,
.header-nav.dark .top-social li>a i,
.header-nav.dark .top-links li>a:hover,
.header-nav.dark .top-links li>a:hover i,
.header-nav.dark .top-social li>a:hover,
.header-nav.dark .top-social li>a:hover i,
.header-nav.dark .trigger-widget,
.header-nav.dark .trigger-widget:focus,
.header-nav.dark .trigger-widget:hover,
.header-nav.dark .trigger-widget i {
    color: #333;
}


/* Nav - Color Style - Light-Dark */

.header-nav.light-dark .mega-menu-content {
    background-color: #222;
    border-color: #222;
}

.header-nav.light-dark.nav-narrow.nav-sticky .mega-menu-content {
    border-left-width: 1px;
    border-right-width: 1px;
}

.header-nav.light-dark .bt-dropdown-menu,
.header-nav.light-dark .header-widget .widget-content {
    background-color: #222;
    border-color: #222;
}

.header-nav.light-dark .top-cart-item {
    border-color: #777
}

.header-nav.light-dark .menu>li>a,
.header-nav.light-dark .menu>li>a>i,
.header-nav.light-dark .top-links li>a,
.header-nav.light-dark .top-links li>a i,
.header-nav.light-dark .top-social li>a,
.header-nav.light-dark .top-social li>a i,
.header-nav.light-dark .top-links li>a:hover,
.header-nav.light-dark .top-links li>a:hover i,
.header-nav.light-dark .top-social li>a:hover,
.header-nav.light-dark .top-social li>a:hover i,
.header-nav.light-dark .trigger-widget,
.header-nav.light-dark .trigger-widget:focus,
.header-nav.light-dark .trigger-widget:hover,
.header-nav.light-dark .trigger-widget i,
.header-nav.light-dark .nav-toggle {
    color: #fff;
}

.header-nav.light-dark .mega-menu-content .list-header {
    color: #fff;
}

.header-nav.light-dark .bt-dropdown-menu>li>a,
.header-nav.light-dark .header-widget.widget-menu ul li a,
.header-nav.light-dark .mega-menu-content li a,
.header-nav.light-dark .top-cart-item a,
.header-nav.light-dark .top-cart .item-desc span.item-quantity,
.header-nav.light-dark .top-checkout-price {
    color: #b9b8ba;
}

.header-nav.light-dark .bt-dropdown-menu>li>a:focus,
.header-nav.light-dark .bt-dropdown-menu>li>a:hover,
.header-nav.light-dark .dropdown-submenu.open>a,
.header-nav.light-dark .dropdown-submenu.open>a:focus,
.header-nav.light-dark .dropdown-submenu.open>a:hover,
.header-nav.light-dark .header-widget.widget-menu ul li a:focus,
.header-nav.light-dark .header-widget.widget-menu ul li a:hover {
    color: #2196f3;
    background-color: #333;
}

.header-nav.light-dark .mega-menu-content li a:hover {
    color: #2196f3;
}


/* Nav - Color Style - Light-Light */

.main-header.header-alt.header-sticky .header-nav.light-light .mega-menu-content {
    border-left-width: 1px;
    border-right-width: 1px;
}

.header-nav.light-light .logo-light {
    display: block;
    visibility: visible;
}

.header-nav.light-light .logo-dark {
    visibility: hidden;
    display: none;
}

.header-sticky .header-nav.light-light .logo-light {
    visibility: hidden;
    display: none;
}

.header-sticky .header-nav.light-light .logo-dark {
    display: block;
    visibility: visible;
}

.header-nav.light-light .menu>li>a,
.header-nav.light-light .menu>li>a>i,
.header-nav.light-light .top-links li>a,
.header-nav.light-light .top-links li>a i,
.header-nav.light-light .top-social li>a,
.header-nav.light-light .top-social li>a i,
.header-nav.light-light .top-links li>a:hover,
.header-nav.light-light .top-links li>a:hover i,
.header-nav.light-light .top-social li>a:hover,
.header-nav.light-light .top-social li>a:hover i,
.header-nav.light-light .trigger-widget,
.header-nav.light-light .trigger-widget:focus,
.header-nav.light-light .trigger-widget:hover,
.header-nav.light-light .trigger-widget i,
.header-nav.light-light .nav-toggle {
    color: #fff;
}

.header-sticky .header-nav.light-light .menu>li>a,
.header-sticky .header-nav.light-light .menu>li>a>i,
.header-sticky .header-nav.light-light .top-links li>a,
.header-sticky .header-nav.light-light .top-links li>a i,
.header-sticky .header-nav.light-light .top-social li>a,
.header-sticky .header-nav.light-light .top-social li>a i,
.header-sticky .header-nav.light-light .top-links li>a:hover,
.header-sticky .header-nav.light-light .top-links li>a:hover i,
.header-sticky .header-nav.light-light .top-social li>a:hover,
.header-sticky .header-nav.light-light .top-social li>a:hover i,
.header-sticky .header-nav.light-light .trigger-widget,
.header-sticky .header-nav.light-light .trigger-widget:focus,
.header-sticky .header-nav.light-light .trigger-widget:hover,
.header-sticky .header-nav.light-light .trigger-widget i {
    color: #fff;
}


/*------------------------------------------------------------------
[9. Portfolio]
*/

.portfolio .container {
    position: relative;
}

.portfolio-container {
    margin: 0 -15px;
}


/* Portfolio Filter */

.portfolio-filter {
    display: table;
    overflow: hidden;
    margin: 0 auto;
}

.portfolio-filter ul {
    display: block;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.portfolio-filter li {
    float: left;
    margin-right: 27px;
}

.portfolio-filter li:last-child {
    margin-right: 0;
}

.portfolio-filter li a {
    position: relative;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
    cursor: pointer;
    padding: 3px 21px;
    display: block;
    border: 1px solid transparent;
}

.portfolio-filter.text-white li a {
    color: #fff;
}

.portfolio-filter li a::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 1px;
    background-color: #2196f3;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}

.portfolio-filter li a:hover::before {
    width: 100%;
}

.portfolio-filter .active {
    border-color: #2196f3;
    color: #2196f3;
}

.portfolio-filter.text-white .active {
    border-color: #fff;
    color: #fff;
}


/* Portfolio Item */

.portfolio-item {
    display: block;
    overflow: hidden;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.portfolio-item a {
    display: block;
}

.portfolio-item img {
    display: block;
    width: 100%;
    height: auto;
}

.project-container {
    position: relative;
    overflow: hidden;
}

.project-details,
.portfolio-item .overlay {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.project-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.portfolio-item a:hover .project-details {
    opacity: 1;
}

.project-details::before,
.project-details::after {
    content: '';
    position: absolute;
    width: 57px;
    height: 57px;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.project-details::before {
    top: 7px;
    right: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.project-details::after {
    bottom: 7px;
    left: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.portfolio-item a:hover .project-details::before,
.portfolio-item a:hover .project-details::after {
    width: 50%;
    height: 50%;
}

.details-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    padding: 15px 20px;
    z-index: 10;
}

.details-container .details-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.portfolio-item .details-title {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    margin-right: -2px;
}

.portfolio-item .details-category {
    margin: 0;
    color: #fff;
}


/* Portfolio Item - Style 2 */

.portfolio-item.style-2 .project-details {
    opacity: 1;
}

.portfolio-item.style-2 .overlay {
    opacity: 0;
}

.portfolio-item.style-2 a:hover .overlay {
    opacity: 1;
}

.portfolio-item.style-2 .project-details::before,
.portfolio-item.style-2 .project-details::after {
    height: 37%;
    width: 37%;
}

.portfolio-item.style-2 .project-details::before {
    top: 10px;
    right: 10px;
}

.portfolio-item.style-2 .project-details::after {
    bottom: 10px;
    left: 10px;
}

.portfolio-item.style-2 .details-container {
    padding: 17px 25px;
}

.portfolio-item.style-2.middle-left .details-container .details-text {
    text-align: left;
}

.portfolio-item.style-2.middle-right .details-container .details-text {
    text-align: right;
}

.portfolio-item.style-2.bottom-left .details-container .details-text {
    vertical-align: bottom;
    text-align: left;
}

.portfolio-item.style-2.bottom-right .details-container .details-text {
    vertical-align: bottom;
    text-align: right;
}

.portfolio-item.style-2.bottom-center .details-container .details-text {
    vertical-align: bottom;
}

.portfolio-item.style-2.top-left .details-container .details-text {
    vertical-align: top;
    text-align: left;
}

.portfolio-item.style-2.top-right .details-container .details-text {
    vertical-align: top;
    text-align: right;
}

.portfolio-item.style-2.top-center .details-container .details-text {
    vertical-align: top;
}

.portfolio-item.style-2.middle-center .project-details::before,
.portfolio-item.style-2.middle-center .project-details::after,
.portfolio-item.style-2.middle-left .project-details::before,
.portfolio-item.style-2.middle-left .project-details::after,
.portfolio-item.style-2.middle-right .project-details::before,
.portfolio-item.style-2.middle-right .project-details::after {
    height: auto;
    top: 10px;
    bottom: 10px;
}

.portfolio-item.style-2.middle-left .project-details::before {
    border-top: 0;
    border-bottom: 1px solid #fff;
}

.portfolio-item.style-2.middle-left .project-details::after {
    border-bottom: 0;
    border-top: 1px solid #fff;
}

.portfolio-item.style-2.middle-center .project-details::before,
.portfolio-item.style-2.middle-center .project-details::after {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.portfolio-item.style-2.bottom-center .project-details::before,
.portfolio-item.style-2.bottom-center .project-details::after,
.portfolio-item.style-2.top-center .project-details::before,
.portfolio-item.style-2.top-center .project-details::after {
    width: auto;
    left: 10px;
    right: 10px;
}

.portfolio-item.style-2.top-left .project-details::before,
.portfolio-item.style-2.bottom-right .project-details::before {
    right: auto;
    left: 10px;
    border-left: 1px solid #fff;
    border-right: 0;
}

.portfolio-item.style-2.top-left .project-details::after,
.portfolio-item.style-2.bottom-right .project-details::after {
    left: auto;
    right: 12px;
    border-right: 1px solid #fff;
    border-left: 0;
}

.portfolio-item.style-2.dark .details-title,
.portfolio-item.style-2.dark .details-category {
    color: #333;
}

.portfolio-item.style-2.dark .project-details::before,
.portfolio-item.style-2.dark .project-details::after {
    border-color: #333;
}


/* Single Project */

.project-screen {
    padding-top: 15px;
    padding-bottom: 15px;
}

.project-screen img {
    display: block;
}


/*------------------------------------------------------------------
[10. Blog]
*/

article {
    overflow: hidden;
    position: relative;
    text-align: left;
}

.article-container {
    position: relative;
    overflow: hidden;
}


/* Blog Post Style */

.entry-title {
    margin-bottom: 10px;
}

h1.entry-title {
    font-size: 38px;
    line-height: 46px;
}

h2.entry-title {
    font-size: 26px;
    line-height: 34px;
}

h3.entry-title {
    font-size: 21px;
    line-height: 30px;
}

.entry-title a {
    color: #333;
}


/* Entry Content */

.entry-content h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-weight: 400;
    margin-bottom: 20px;
}

.entry-header {
    overflow: hidden;
}


/* Entry Meta & Footer */

.entry-meta {
    position: relative;
    margin-bottom: 5px;
}

.entry-meta .entry-container,
.entry-footer .entry-container {
    overflow: hidden;
}

.entry-meta span,
.entry-footer span {
    display: block;
    float: left;
    margin-right: 21px;
    padding-left: 1px;
}

.entry-meta,
.entry-meta a,
.entry-meta a>* {
    color: #a5a7a9;
}

.entry-footer {
    margin-top: 15px;
    position: relative;
}

.entry-footer span {
    display: block;
}

.entry-footer,
.entry-footer a,
.entry-footer a>* {
    color: #a5a7a9;
}

.post figure {
    margin: 13px 0px;
}

.post figcaption {
    font-style: italic;
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 13px;
}

.entry-media {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.entry-media iframe {
    display: block;
    width: 100%;
    border: 0;
    overflow: hidden;
}

.post-thumbnail {
    width: 100%;
    height: auto;
    display: block;
}


/* Read More Button */

.post .read-more {
    float: right;
    margin-top: 21px;
    color: #2196f3;
    outline: none;
    outline-offset: 0px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.post .read-more:hover {
    opacity: 0.8;
}


/* Blog Post */

.blog-container .post {
    padding: 0;
    margin-bottom: 50px;
}

.blog-container .post:last-child {
    margin-bottom: 0;
}

.blog-container .post.isotope-item {
    padding: 15px;
    margin: 0 !important;
}

.blog-container .post .article-container {
    border-top: 1px solid #e5e7e9;
}

.blog-container .post .entry-media {
    margin-bottom: 0;
    border-left: 1px solid #e5e7e9;
    border-right: 1px solid #e5e7e9;
}

.blog-container .post .article-content {
    position: relative;
    overflow: hidden;
    padding: 12px 21px;
    box-shadow: inset 1px 0 0 0 #e5e7e9, inset 0 -1px 0 0 #e5e7e9;
}

.blog-container .post .entry-footer {
    padding: 12px 21px;
    margin-top: 0;
    box-shadow: inset 0 -1px 0 0 #e5e7e9, inset -1px 0 0 0 #e5e7e9;
}

.blog-container .post .article-content::before,
.blog-container .post .article-content::after {
    content: '';
    position: absolute;
    z-index: 1;
    background: #2196f3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-container .post .article-content::before {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
}

.blog-container .post .article-content::after {
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
}

.blog-container .post .article-container:hover .article-content::before {
    height: 37px;
}

.blog-container .post .article-container:hover .article-content::after {
    width: 37px;
}


/* Blog Single */

.article-single {
    padding-top: 80px;
    padding-bottom: 80px;
}


/* Comments */

.comments-area {
    margin: 0;
    padding: 0;
    text-align: left;
}

.comment-reply-title,
.comments-title {
    margin: 0;
    font-size: 21px;
    font-weight: 400;
}

.comment-list {
    list-style: none;
    margin: 30px 0 30px 0;
}

.comment-meta a,
.comment-meta a>* {
    color: #777;
}

.comment-author {
    font-size: 14px;
    line-height: 1.7142857142;
}

.comment-meta .reply,
.comment-metadata {
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
    float: left;
}

.comment-meta .reply {
    padding-left: 20px;
}

.comment-list .reply a {
    color: #2196f3;
    letter-spacing: 1px;
}

.comment-list .reply a:hover {
    color: #2196f3;
}

.comment-meta .fn {
    font-weight: 600;
    width: 100%;
    display: block;
    overflow: hidden;
}

.comment-author a {
    color: #333;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
    color: #777777;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
    color: #2196f3;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.comment-list>li:first-child>article,
.comment-list>.pingback:first-child,
.comment-list>.trackback:first-child {
    border-top: 0;
}

.comment-author {
    position: relative;
}

.comment-author .avatar {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.says {
    display: none;
}

.comment-meta {
    margin-left: 90px;
    background: #f5f7f9;
    padding: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.comment-edit-link {
    margin-left: 10px;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    margin-left: 90px;
    background: #f5f7f9;
    padding: 20px;
    padding-top: 0;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 24px 22px;
}

.comment-content li>ul,
.comment-content li>ol {
    margin-bottom: 0;
}

.comment-content> :last-child {
    margin-bottom: 0;
}

.comment-list .children {
    list-style: none;
    padding-left: 20px;
}

.comment-list .children article footer,
.comment-list .children article .comment-content {
    padding-left: 20px;
}

.comment-respond {
    margin-bottom: 24px;
    padding: 0;
}

.comment .comment-respond {
    margin-top: 24px;
}

.comment-respond h3 {
    margin-top: 0;
    margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
    color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
    font-size: 14px;
    line-height: 1.7142857142;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

.comment-form label {
    display: block;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
    border: 1px solid #efefef;
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}

.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
    height: 24px;
    overflow: hidden;
    width: 24px;
}

.comment-reply-title small a:hover {
    color: #41a62a;
}

.comment-reply-title small a::before {
    content: "\f405";
    font-size: 32px;
}

.comment-navigation {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    display: inline-block;
}

.comment-navigation .nav-previous a {
    margin-right: 10px;
}

#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0;
}


/*------------------------------------------------------------------
[11. Shop]
*/

.hero-shop {
    height: 770px;
}


/* Shop Item */

.shop-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.product-slider {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.product-image .slide a,
.product-image img,
.product-image>a {
    display: block;
    width: 100%;
    height: auto;
}

.product-image>a:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.product-image:hover>a:nth-of-type(2) {
    opacity: 1;
    z-index: 2;
}

.product-image>a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product-overlay {
    position: absolute;
    overflow: hidden;
    bottom: 3px;
    left: 3px;
    right: 3px;
    z-index: 200;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.shop-item:hover .product-overlay {
    opacity: 1;
}

.shop-item .product-overlay .add-to-cart,
.shop-item .product-overlay .quick-view {
    display: block;
    float: left;
    margin: 0;
    padding: 10px;
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    width: 50%;
}

.shop-item .product-overlay .add-to-cart {
    margin-left: -1.5px;
}

.shop-item .product-overlay .quick-view {
    margin-right: -1.5px;
}

.shop-item .product-overlay .quick-view.full {
    width: 100%;
    float: none;
}

.shop-item .product-overlay .add-to-cart:hover,
.shop-item .product-overlay .quick-view:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.93);
}

.shop-item .product-overlay .add-to-cart span,
.shop-item .product-overlay .quick-view span {
    display: block;
}

.shop-item .product-overlay .add-to-cart i,
.shop-item .product-overlay .quick-view i {
    display: block;
    width: 100%;
}

.shop-item .product-overlay .separate {
    display: block;
    float: left;
    width: 3px;
    height: 57px;
}

.shop-item .product-desc {
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
    padding-bottom: 0;
}

.shop-item .product-desc .product-title {
    margin-top: 0;
}

.products-list .product-image {
    float: left;
    width: 300px;
    height: auto;
    margin-right: 30px;
}

.products-list .product-desc {
    padding: 0;
}

.products-list .product-title,
.products-list .product-price {
    text-align: left;
    margin: 0;
}

.products-list .product-title h3 {
    font-size: 22px;
}

.products-list .product-desc .product-rating {
    margin-bottom: 15px;
}

.product-details {
    padding: 15px 0;
    font-size: 14px;
}

.product-title {
    text-align: center;
    margin-top: 10px;
}

.product-title h3 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}

.product-price {
    font-weight: 400;
    color: #444;
    text-align: center;
    line-height: 24px;
}

.product-price del {
    font-size: 16px;
    color: #707070;
}

.product-price ins {
    font-size: 18px;
    text-decoration: none;
    color: #dd0027;
}

.product-rating {
    display: block;
    color: #fbc02d;
}

.product-rating.center {
    display: block;
    text-align: center;
}


/* Product - Flag */

.product-flag {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #333;
    z-index: 100;
}

.product-flag.top-right {
    left: auto;
    right: 10px;
}

.product-flag.bottom-left {
    top: auto;
    bottom: 10px;
}

.product-flag.bottom-right {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 10px;
}

.product-flag.flag-border {
    background-color: transparent !important;
    border: 1px solid #333;
    color: #333;
}

.product-flag.red {
    background-color: #dd4b39;
}

.product-flag.flag-border.red {
    border-color: #dd4b39;
    color: #dd4b39;
}

.product-flag.pink {
    background-color: #e91e63;
}

.product-flag.flag-border.pink {
    border-color: #e91e63;
    color: #e91e63;
}

.product-flag.purple {
    background-color: #9c27b0;
}

.product-flag.flag-border.purple {
    border-color: #9c27b0;
    color: #9c27b0;
}

.product-flag.indigo {
    background-color: #2951d5;
}

.product-flag.flag-border.indigo {
    border-color: #2951d5;
    color: #2951d5;
}

.product-flag.blue {
    background-color: #2196f3;
}

.product-flag.flag-border.blue {
    border-color: #2196f3;
    color: #2196f3;
}

.product-flag.cyan {
    background-color: #00bcd4;
}

.product-flag.flag-border.cyan {
    border-color: #00bcd4;
    color: #00bcd4;
}

.product-flag.teal {
    background-color: #80CBC4;
}

.product-flag.flag-border.teal {
    border-color: #80CBC4;
    color: #80CBC4;
}

.product-flag.green {
    background-color: #8bc34a;
}

.product-flag.flag-border.green {
    border-color: #8bc34a;
    color: #8bc34a;
}

.product-flag.lime {
    background-color: #cddc39;
}

.product-flag.flag-border.lime {
    border-color: #cddc39;
    color: #cddc39;
}

.product-flag.yellow {
    background-color: #ffeb3b;
}

.product-flag.flag-border.yellow {
    border-color: #ffeb3b;
    color: #ffeb3b;
}

.product-flag.amber {
    background-color: #ffc107;
}

.product-flag.flag-border.amber {
    border-color: #ffc107;
    color: #ffc107;
}

.product-flag.orange {
    background-color: #ff9800;
}

.product-flag.flag-border.orange {
    border-color: #ff9800;
    color: #ff9800;
}

.product-flag.brown {
    background-color: #795548;
}

.product-flag.flag-border.brown {
    border-color: #795548;
    color: #795548;
}

.product-flag.grey {
    background-color: #ededed;
    color: #333;
}

.product-flag.flag-border.grey {
    border-color: #ededed;
    color: #ededed;
}

.product-flag.black {
    background-color: #333;
}

.product-flag.flag-border.black {
    border-color: #333;
    color: #333;
}

.product-flag.white {
    background-color: #fff;
    color: #333;
}

.product-flag.flag-border.white {
    border-color: #fff;
    color: #fff;
}


/* Shop - Single */

.single-product .product-image {
    height: auto;
    margin-bottom: 50px;
    border: 0;
}

.single-product .product-price {
    margin-bottom: 0;
    text-align: left;
}

.single-product .product-price del {
    font-size: 21px;
}

.single-product .product-price ins {
    font-size: 24px;
}

.single-product .product-price,
.single-product .product-rating {
    line-height: 32px;
}

.quantity {
    float: left;
    margin-right: 30px;
}

.quantity input {
    outline: none;
}

.quantity.fullwidth {
    float: none;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
}

.quantity.fullwidth input {
    width: 25%;
}

.quantity.fullwidth .qty {
    width: 100%;
    padding: 0 15px;
}


/* Product - Reviews */

.reviews>li {
    margin-bottom: 20px;
    background: #f5f7f9;
    padding: 20px;
}

.review-content {
    position: relative;
}

.review-content .review-author {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #555;
}

.review-content .review-author span {
    display: block;
}

.review-content .review-author span,
.review-content .review-author span a {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #aaa;
}

.review-ratings {
    display: block;
    position: absolute;
    top: 24px;
    left: auto;
    text-align: center;
    right: 20px;
    height: 14px;
    font-size: 14px;
    line-height: 1;
}


/* Shop - Cart */

.table-bordered,
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border-color: #e5e7e9;
}

.table thead>tr,
.table tbody>tr {
    border-top: 1px solid #e5e7e9;
    border-bottom: 1px solid #e5e7e9;
}

.table.table-colored>thead>tr,
.table.table-colored>tbody>tr,
.table.table-colored>thead>tr>th,
.table.table-colored>tbody>tr>td {
    border: none !important;
}

.table thead>tr>th,
.table thead>tr>th,
.table .table-title {
    border-bottom: none;
    color: #3a3a3a;
    padding: 25px 20px;
    text-transform: uppercase;
    font: 700 16px/1.6 'Raleway', Verdana;
    letter-spacing: -0.3px;
}

.cart.table thead>tr>th,
.cart.table tbody>tr>td.cart-product-price,
.cart.table tbody>tr>td.cart-product-subtotal {
    text-align: center;
}

.cart.table thead>tr>th.cart-product-meta {
    text-align: left;
}

.cart.table tbody>tr>td:last-child {
    width: 35px;
    text-align: center !important;
}

.table tbody>tr>td {
    padding: 30px 20px;
    vertical-align: middle;
}

.cart-product-remove .remove,
.compare-table .remove {
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    color: #333;
    display: block;
}

.table .product {
    text-align: left;
    border: none;
    margin-bottom: 0;
}

.table .product-top {
    float: left;
    max-width: 100px;
    margin-bottom: 0;
}

.table .product-meta {
    margin-left: 120px;
}

.table .product-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 7px;
}

.table .product-desc-list li {
    font-size: 13px;
    line-height: 24px;
}

.cart.table tbody>tr>td:last-child,
.wishlist-table tbody>tr>td:last-child {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.cart.table .price-col,
.cart.table .price-total-col {
    font-weight: 600;
    color: #505050;
    text-align: center;
}

.cart.table .price-col {
    width: 150px;
    font-size: 15px;
}

.table .quantity-col {
    width: 200px;
}

.table .price-total-col {
    font-size: 18px;
    width: 180px;
}

.table .product-quantity {
    margin-right: auto;
    margin-left: auto
}

.table .product-quantity .input-group {
    margin-bottom: 0;
}

.cart-action-container {
    font-size: 0;
    text-align: right;
    margin-bottom: 60px;
}

.cart-action-container .btn+.btn {
    margin-left: 11px;
}

.cart_item .product-title {
    text-align: left;
}

.cart_item .product-rating {
    margin-bottom: 10px;
}

.cart-product-thumbnail {
    width: 140px;
}

.cart-product-thumbnail>a {
    display: block;
}

.cart-product-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e5e7e9;
}

.cart-product-quantity {
    text-align: center !important;
}

.cart-product-quantity .quantity {
    display: inline-block;
    margin: 0;
    float: none;
}

.quantity .qty {
    float: left;
    width: 50px;
    height: 40px;
    line-height: 38px;
    border: 0;
    border: 1px solid #e5e7e9;
    background-color: #f5f7f9;
    text-align: center;
    margin-bottom: 0;
}

.table.order .cart-product-thumbnail {
    width: 80px;
}


/*------------------------------------------------------------------
[12. Shortcodes]
*/


/*------------------------------------------------------------------
[12.1 Buttons]
*/


/* Base styles */

.btn {
    border: 0 solid transparent;
    border-radius: 0;
    line-height: 20px;
    color: #fff;
    background-color: #2951d5;
    padding: 16px 34px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.btn:focus:active,
.btn:focus,
.btn:active {
    outline: none !important;
    outline-offset: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #1043cc;
}

.btn i {
    margin-right: 5px;
}

.btn.icon-right i {
    margin-right: 0;
    margin-left: 5px;
}

.btn-xs {
    padding: 7px 20px;
    font-size: 10px;
    line-height: 16px;
}


/* .btn-sm {
    padding: 12px 24px;
    font-size: 15px;
    line-height: 18px;
} */

.btn-sm {
    padding: 11px 11px;
    font-size: 16.2px;
    line-height: 15px;
}

.btn-lg {
    padding: 21px 40px;
    font-size: 16px;
}

.btn-fullwidth {
    width: 100%;
}

.btn-noradius {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-rounded {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.btn-border {
    border: 2px solid #2951d5;
    background-color: transparent !important;
    color: #2951d5;
}

.btn-border {
    border: 2px solid #2951d5;
    background-color: transparent !important;
    color: #2951d5;
}

.btn.btn-border:hover,
.btn.btn-border:focus {
    color: #2951d5;
}

.btn-border.border-thin {
    border-width: 1px;
}

.btn.btn-link,
.btn.btn-link:hover,
.btn.btn-link:focus {
    border: none;
    background-color: transparent;
    text-decoration: none;
}

.btn.btn-link-uppercase {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.btn.btn-shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .09);
}

.btn-group-alt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -10px;
}

.btn-group-alt .btn {
    margin: 0 10px;
}


/* Color styles */

.btn-red,
.btn-red:focus {
    background-color: #f44336;
}

.btn-red:hover {
    background-color: #d32f2f;
}

.btn-red.btn-link {
    color: #f44336;
}

.btn-red.btn-link:hover,
.btn-red.btn-link:focus {
    color: #d32f2f;
}

.btn-red.btn-border {
    border-color: #f44336;
    color: #f44336;
}

.btn-red.btn-border:hover,
.btn-red.btn-border:focus {
    color: #d32f2f;
}

.btn-pink,
.btn-pink {
    background-color: #e91e63;
}

.btn-pink:hover {
    background-color: #c2185b;
}

.btn-pink.btn-link {
    color: #e91e63;
}

.btn-pink.btn-link:hover,
.btn-pink.btn-link:focus {
    color: #c2185b;
}

.btn-pink.btn-border {
    border-color: #e91e63;
    color: #e91e63;
}

.btn-pink.btn-border:hover,
.btn-pink.btn-border:focus {
    color: #c2185b;
}

.btn-purple,
.btn-purple:focus {
    background-color: #9c27b0;
}

.btn-purple:hover {
    background-color: #7b1fa2;
}

.btn-purple.btn-link {
    color: #9c27b0;
}

.btn-purple.btn-link:hover,
.btn-purple.btn-link:focus {
    color: #7b1fa2;
}

.btn-purple.btn-border {
    border-color: #9c27b0;
    color: #9c27b0;
}

.btn-purple.btn-border:hover,
.btn-purple.btn-border:focus {
    color: #9c27b0;
}

.btn-indigo,
.btn-indigo:focus {
    background-color: #4b21ff;
}

.btn-indigo:hover {
    background-color: #1043cc;
}

.btn-indigo.btn-link {
    color: #4b21ff;
}

.btn-indigo.btn-link:hover,
.btn-indigo.btn-link:focus {
    color: #1043cc;
}

.btn-indigo.btn-border {
    border-color: #4b21ff;
    color: #4b21ff;
}

.btn-indigo.btn-border:hover,
.btn-indigo.btn-border:focus {
    color: #1043cc;
}

.btn-blue,
.btn-blue:focus {
    background-color: #2196f3;
}

.btn-blue:hover {
    background-color: #1976d2;
}

.btn-blue.btn-link {
    color: #2196f3;
}

.btn-blue.btn-link:hover,
.btn-blue.btn-link:focus {
    color: #1976d2;
}

.btn-blue.btn-border {
    border-color: #2196f3;
    color: #2196f3;
}

.btn-blue.btn-border:hover,
.btn-blue.btn-border:focus {
    color: #1976d2;
}

.btn-cyan,
.btn-cyan:focus {
    background-color: #00bcd4;
}

.btn-cyan:hover {
    background-color: #0097a7;
}

.btn-cyan.btn-link {
    color: #00bcd4;
}

.btn-cyan.btn-link:hover,
.btn-cyan.btn-link:focus {
    color: #0097a7;
}

.btn-cyan.btn-border {
    border-color: #00bcd4;
    color: #00bcd4;
}

.btn-cyan.btn-border:hover,
.btn-cyan.btn-border:focus {
    color: #0097a7;
}

.btn-teal,
.btn-teal:focus {
    background-color: #4db6ac;
}

.btn-teal:hover {
    background-color: #009688;
}

.btn-teal.btn-link {
    color: #4db6ac;
}

.btn-teal.btn-link:hover,
.btn-teal.btn-link:focus {
    color: #009688;
}

.btn-teal.btn-border {
    border-color: #4db6ac;
    color: #4db6ac;
}

.btn-teal.btn-border:hover,
.btn-teal.btn-border:focus {
    color: #009688;
}

.btn-green,
.btn-green:focus {
    background-color: #8bc34a;
}

.btn-green:hover {
    background-color: #689f38;
}

.btn-green.btn-link {
    color: #8bc34a;
}

.btn-green.btn-link:hover,
.btn-green.btn-link:focus {
    color: #689f38;
}

.btn-green.btn-border {
    border-color: #8bc34a;
    color: #8bc34a;
}

.btn-green.btn-border:hover,
.btn-green.btn-border:focus {
    color: #689f38;
}

.btn-lime,
.btn-lime:focus {
    background-color: #cddc39;
}

.btn-lime:hover {
    background-color: #afb42b;
}

.btn-lime.btn-link {
    color: #cddc39;
}

.btn-lime.btn-link:hover,
.btn-lime.btn-link:focus {
    color: #afb42b;
}

.btn-lime.btn-border {
    border-color: #cddc39;
    color: #cddc39;
}

.btn-lime.btn-border:hover,
.btn-lime.btn-border:focus {
    color: #afb42b;
}

.btn-yellow,
.btn-yellow:focus {
    background-color: #ffeb3b;
}

.btn-yellow:hover {
    background-color: #fbc02d;
}

.btn-yellow.btn-link {
    color: #ffeb3b;
}

.btn-yellow.btn-link:hover,
.btn-yellow.btn-link:focus {
    color: #fbc02d;
}

.btn-yellow.btn-border {
    border-color: #ffeb3b;
    color: #ffeb3b;
}

.btn-yellow.btn-border:hover,
.btn-yellow.btn-border:focus {
    color: #fbc02d;
}

.btn-amber,
.btn-amber:focus {
    background-color: #ffc107;
}

.btn-amber:hover {
    background-color: #ffa000;
}

.btn-amber.btn-link {
    color: #ffc107;
}

.btn-amber.btn-link:hover,
.btn-amber.btn-link:focus {
    color: #ffa000;
}

.btn-amber.btn-border {
    border-color: #ffc107;
    color: #ffc107;
}

.btn-amber.btn-border:hover,
.btn-amber.btn-border:focus {
    color: #ffa000;
}

.btn-orange,
.btn-orange:focus {
    background-color: #ff9800;
}

.btn-orange:hover {
    background-color: #f57c00;
}

.btn-orange.btn-link {
    color: #ff9800;
}

.btn-orange.btn-link:hover,
.btn-orange.btn-link:focus {
    color: #f57c00;
}

.btn-orange.btn-border {
    border-color: #ff9800;
    color: #ff9800;
}

.btn-orange.btn-border:hover,
.btn-orange.btn-border:focus {
    color: #f57c00;
}

.btn-brown,
.btn-brown:focus {
    background-color: #795548;
}

.btn-brown:hover {
    background-color: #5d4037;
}

.btn-brown.btn-link {
    color: #795548;
}

.btn-brown.btn-link:hover,
.btn-brown.btn-link:focus {
    color: #5d4037;
}

.btn-brown.btn-border {
    border-color: #795548;
    color: #795548;
}

.btn-brown.btn-border:hover,
.btn-brown.btn-border:focus {
    color: #795548;
}

.btn-black,
.btn-black:focus {
    background-color: #333;
}

.btn-black:hover {
    background-color: #000;
}

.btn-black.btn-link {
    color: #333;
}

.btn-black.btn-link:hover,
.btn-black.btn-link:focus {
    color: #000;
}

.btn-black.btn-border {
    border-color: #000;
    color: #000;
}

.btn-black.btn-border:hover,
.btn-black.btn-border:focus {
    color: #000;
}

.btn-grey,
.btn-grey:focus {
    color: #333;
    background-color: #f7f7f7;
}

.btn-grey:hover {
    color: #333;
    background-color: #e7e7e7;
}

.btn-grey.btn-link {
    color: #333;
}

.btn-grey.btn-link:hover,
.btn-grey.btn-link:focus {
    color: #111;
}

.btn-grey.btn-border {
    border-color: #f7f7f7;
    color: #f7f7f7;
}

.btn-grey.btn-border:hover,
.btn-grey.btn-border:focus {
    color: #f7f7f7;
}

.btn-white {
    color: #333;
    background-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    color: #333;
    background-color: #fff;
}

.btn-white.btn-link {
    color: #fff;
}

.btn-white.btn-link:hover,
.btn-white.btn-link:focus {
    color: #fff;
}

.btn-white.btn-border {
    border-color: #fff;
    color: #fff;
}

.btn-white.btn-border:hover,
.btn-white.btn-border:focus {
    color: #fff;
}


/*------------------------------------------------------------------
[12.2 Tooltips]
*/

.tooltip {
    font-size: 14px;
}

.tooltip-inner {
    padding: 12px 20px;
    border-radius: 0;
    background-color: #000;
}


/* Popover */

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    line-break: auto;
}

.popover h3.popover-title {
    color: #fff;
    padding: 7px 14px;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    background-color: #333;
    border-bottom: 0;
    border-radius: 0;
}

.popover.top>.arrow {
    border-top-color: transparent;
}

.popover.top>.arrow::after {
    border-top-color: #000;
    border-top-color: rgba(0, 0, 0, 1);
}

.popover.bottom>.arrow {
    border-bottom-color: transparent;
}

.popover.bottom>.arrow::after {
    border-bottom-color: #000;
    border-bottom-color: rgba(0, 0, 0, 1);
}

.popover.left>.arrow {
    border-left-color: transparent;
}

.popover.left>.arrow::after {
    border-left-color: #000;
    border-left-color: rgba(0, 0, 0, 1);
}

.popover.right>.arrow {
    border-right-color: transparent;
}

.popover.right>.arrow::after {
    border-right-color: #000;
    border-right-color: rgba(0, 0, 0, 1);
}


/*------------------------------------------------------------------
[12.3 Alerts]
*/

.alert {
    color: #333;
    border-radius: 0;
    border-width: 1px;
    border-left-width: 5px;
    border-color: #e5e7e9;
    background-color: #fff;
}

.alert-success {
    border-left-color: #81C784;
}

.alert-info {
    border-left-color: #4FC3F7;
}

.alert-warning {
    border-left-color: #FFF176;
}

.alert-danger {
    border-left-color: #E57373;
}

.alert button.close {
    line-height: 28px;
}

.well {
    background-color: #F5F5F5;
    border-color: #E0E0E0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}


/*------------------------------------------------------------------
[12.4 Accordions]
*/

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.panel-group {
    text-align: left;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f7f9;
    border-color: #e5e7e9;
}

.panel-default>.panel-heading a {
    display: block;
    position: relative;
    color: #2196f3;
}

.panel-default>.panel-heading a::before {
    content: '\f106';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 28px;
}

.panel-default>.panel-heading a.collapsed {
    color: #333;
}

.panel-default>.panel-heading a.collapsed::before {
    content: '\f107';
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #f5f7f9;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #f5f7f9;
}


/* Alternative */

.panel-group.alt .panel>.panel-heading {
    padding: 10px 0;
    background: transparent;
    border-bottom: 1px solid #e5e7e9;
}

.panel-group.alt .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 15px 0;
    border-color: transparent;
}


/*------------------------------------------------------------------
[12.5 Tabs]
*/

.nav-tabs>li {
    text-align: center;
}

.nav-tabs>li.active a {
    -webkit-box-shadow: inset 0 2px 0 0 #2196f3;
    -moz-box-shadow: inset 0 2px 0 0 #2196f3;
    box-shadow: inset 0 2px 0 0 #2196f3;
}

.nav-tabs>li>a {
    font-size: 14px;
    text-transform: none;
    color: #333;
    margin-right: 0px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 60px;
    border: 1px solid transparent;
    border-bottom: 1px solid #e5e7e9;
    -webkit-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0);
}

.nav-tabs>li>a:hover {
    border: 1px solid transparent;
    border-bottom: 1px solid #e5e7e9;
    background: #fff;
    color: #2196f3;
}

.tab-content .tab-pane {
    padding: 16px 30px;
    border: 1px solid #e5e7e9;
    border-top: 0;
    text-align: left;
    background: transparent;
}


/* Alternative Tabs */

.alt.nav-tabs {
    margin: 0 auto;
    margin-bottom: 50px;
    display: table;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.alt.nav-tabs li {
    margin: 0;
}

.alt.nav-tabs>li.active {
    border: 0;
}

.alt.nav-tabs>li.active>a,
.alt.nav-tabs>li.active>a:hover,
.alt.nav-tabs>li.active>a:focus {
    color: #2196f3;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.alt.nav-tabs>li>a {
    position: relative;
    font-size: 14px;
    text-transform: none;
    color: #333;
    margin: 0 15px;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 50px;
}

.alt.nav-tabs>li>a:hover {
    color: #2196f3;
}

.alt.nav-tabs>li>a::before,
.alt.nav-tabs>li>a::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 70%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.alt.nav-tabs>li>a::before {
    top: -1px;
    left: -1px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}

.alt.nav-tabs>li>a::after {
    bottom: -1px;
    right: -1px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.alt.nav-tabs>li.active>a::before,
.alt.nav-tabs>li.active>a::after {
    width: 90%;
    height: 90%;
}

.alt.nav-tabs>li.active>a::before,
.alt.nav-tabs>li>a:hover::before {
    border-top-color: #2196f3;
    border-left-color: #2196f3;
}

.alt.nav-tabs>li.active>a::after,
.alt.nav-tabs>li>a:hover::after {
    border-bottom-color: #2196f3;
    border-right-color: #2196f3;
}

.alt.tab-content .tab-pane {
    padding: 0;
    border: 0;
    text-align: left;
}

.alt.tab-content .tab-pane .btn {
    margin-top: 15px;
}


/* Icon Tabs */

.ico.nav-tabs {
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
    display: table;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ico.nav-tabs li {
    border-right: 0;
    margin-bottom: 0;
}

.ico.nav-tabs li:last-child {
    border-right: 0;
}

.ico.nav-tabs>li.active {
    border: 0;
    border-right: 0;
}

.ico.nav-tabs li.active:last-child {
    border-right: 0;
}

.ico.nav-tabs>li.active>a,
.ico.nav-tabs>li.active>a:hover,
.ico.nav-tabs>li.active>a:focus {
    color: #2196f3;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ico.nav-tabs>li.active>a:hover {
    border: 0;
}

.ico.nav-tabs>li>a {
    position: relative;
    font-size: 14px;
    text-transform: none;
    color: #333;
    margin-right: 0;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 40px;
}

.ico.nav-tabs>li>a:hover {
    color: #2196f3;
}

.ico.nav-tabs>li>a::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -39px;
    width: 78px;
    height: 78px;
    border: 1px solid transparent;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    border-radius: 39px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ico.nav-tabs>li>a:hover::before,
.ico.nav-tabs>li.active>a::before {
    border-left-color: #2196f3;
    border-bottom-color: #2196f3;
}

.ico.nav-tabs>li.active>a::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.ico.nav-tabs>li>a>i {
    display: block;
    color: #333;
    font-size: 32px;
    width: 70px;
    height: 70px;
    line-height: 68px;
    border-radius: 35px;
    border: 1px solid #333;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ico.nav-tabs>li>a:hover>i,
.ico.nav-tabs>li.active>a>i {
    color: #2196f3;
    border-color: #2196f3;
}

.ico.nav-tabs>li>a>span {
    display: block;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ico.nav-tabs>li>a:hover>span,
.ico.nav-tabs>li.active>a>span {
    color: #2196f3;
}

.ico.tab-content .tab-pane {
    padding: 0;
    border: 0;
    text-align: left;
}

.ico.tab-content .tab-pane .btn {
    margin-top: 15px;
}


/* Text Tabs */

.text.nav-tabs {
    margin-bottom: 30px;
    border: 0;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #e5e7e9;
}

.text.nav-tabs li {
    position: relative;
    border: 0;
    box-shadow: 0 1px 0 transparent;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.text.nav-tabs li:last-child {
    border: 0;
}

.text.nav-tabs>li.active {
    border: 0;
    box-shadow: 0 1px 0 #2196f3;
}

.text.nav-tabs li.active:last-child {
    border: 0;
}

.text.nav-tabs li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 21px;
    border-top: 1px solid #e5e7e9;
    border-left: 1px solid #e5e7e9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.text.nav-tabs>li.active::before {
    border-color: #2196f3;
    width: 50%;
}

.text.nav-tabs>li.active>a,
.text.nav-tabs>li.active>a:hover,
.text.nav-tabs>li.active>a:focus {
    color: #2196f3;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.text.nav-tabs>li.active>a:hover {
    border: 0;
}

.text.nav-tabs>li>a {
    font-size: 14px;
    text-transform: none;
    color: #333;
    margin-right: 0;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 60px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.text.nav-tabs>li>a:hover {
    color: #2196f3;
}

.text.nav-tabs>li>a>span {
    display: block;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.text.nav-tabs>li>a:hover>span,
.text.nav-tabs>li.active>a>span {
    color: #2196f3;
}

.text.tab-content .tab-pane {
    padding: 0;
    border: 0;
    text-align: left;
}

.text.tab-content .tab-pane .btn {
    margin-top: 15px;
}


/* Text Tabs - Small */

.text.small.nav-tabs {
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.text.small.nav-tabs>li>a {
    padding: 15px 30px;
}


/*------------------------------------------------------------------
[12.6 Progress Bars]
*/

.progress {
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
}

.progress .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Style 1 */

.progress-1 {
    background-color: #f5f7f9;
}

.progress-1 .progress-bar {
    line-height: 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #2196f3;
}

.progress-1 .title {
    line-height: 36px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 12px;
}


/* Style 2 */

.progress-2 .bar {
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f5f7f9;
}

.progress-2 .progress-bar {
    background-color: #2196f3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}


/*------------------------------------------------------------------
[12.7 Breadcrumbs]
*/

.breadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin-bottom: 37px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    z-index: 101;
}

.breadcrumb>li+li::before {
    padding: 0 13px;
    color: #999;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
}

.breadcrumb li,
.breadcrumb li a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 24px;
}

.breadcrumb li a {
    color: #555;
}

.breadcrumb li a:hover {
    color: #2196f3;
}

.breadcrumb .active {
    color: #777;
}

.breadcrumb.light>li+li::before {
    padding: 0 13px;
    color: #fff;
}

.breadcrumb.light a {
    color: #fff;
    opacity: 0.7;
}

.breadcrumb.light a:hover {
    opacity: 1;
}

.breadcrumb.light .active {
    color: #fff;
}

.breadcrumb.light li a {
    color: #fff;
}

.breadcrumb.light li a:hover {
    color: #fff;
}

.breadcrumb.breadcrumb-right {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    text-align: right;
    height: 24px;
    padding-right: 15px;
}

.breadcrumb.breadcrumb-left {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    height: 24px;
    padding-left: 15px;
}


/*------------------------------------------------------------------
[12.8 Pagination]
*/

.pagination-container {
    overflow: hidden;
    margin: 30px 0;
    margin-bottom: 0;
}

.pagination {
    display: table;
    margin: 0 auto;
    overflow: hidden;
}

.pagination.left {
    display: block;
    margin: 0;
}

.pagination.right {
    display: block;
    margin: 0;
    float: right;
}

.pagination>li>a,
.pagination>li>span {
    background: #f5f7f9;
    width: auto;
    min-width: 50px;
    line-height: 48px;
    border: 1px solid #e5e7e9;
    text-align: center;
    border-radius: 25px;
    color: #777;
    font-size: 18px;
    display: block;
    padding: 0px 12px;
    margin: 5px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #2196f3;
    background: #f5f7f9;
    border-color: #e5e7e9;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #2196f3;
    background: #fff;
    border-color: #e5e7e9;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #e5e7e9;
    background: #fff;
    border-color: #e5e7e9;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 0px 12px;
    line-height: 58px;
    min-width: 60px;
    border-radius: 30px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 0px 12px;
    line-height: 38px;
    font-size: 14px;
    min-width: 40px;
    border-radius: 20px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 25px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-radius: 30px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span,
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-radius: 20px;
}


/* Pager */

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 20px;
    background: #f5f7f9;
    border: 1px solid #e5e7e9;
    border-radius: 20px;
    color: #777;
    font-size: 16px;
}

.pager li>a:focus,
.pager li>a:hover {
    background: #f5f7f9;
    color: #2196f3;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    background: #fff;
    color: #e5e7e9;
    border-color: #e5e7e9;
}


/*------------------------------------------------------------------
[12.9 Icon Boxes]
*/

.icon-box {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.icon-box .box-container {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.icon-box .overlay {
    z-index: 0;
}

.icon-box.boxed {
    padding: 15px;
}

.icon-box.bordered .box-container {
    padding: 45px 30px;
}

.icon-box.bordered .box-container::before,
.icon-box.bordered .box-container::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.icon-box.bordered .box-container::before {
    top: 0;
    bottom: 37px;
    left: 0;
    right: 37px;
    border-top: 1px solid #e5e7e9;
    border-left: 1px solid #e5e7e9;
}

.icon-box.bordered .box-container::after {
    top: 37px;
    bottom: 0;
    left: 37px;
    right: 0;
    border-bottom: 1px solid #e5e7e9;
    border-right: 1px solid #e5e7e9;
}

.icon-box.bordered:hover .box-container::before,
.icon-box.bordered:hover .box-container::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-color: #2196f3;
}

.icon-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.icon-box .icon-box-icon {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 52px;
    line-height: 64px;
    color: #2196f3;
}

.icon-box .icon-box-icon.white {
    color: #fff;
}


/* Circle */

.icon-box-icon.circle {
    position: relative;
    overflow: hidden;
    width: 92px;
    height: 92px;
    padding: 1px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 78px;
}

.icon-box-icon.circle::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    border: 1px solid transparent;
    border-left: 1px solid #2196f3;
    border-bottom: 1px solid #2196f3;
    border-radius: 45px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.icon-box:hover .icon-box-icon.circle::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.icon-box-icon.circle .icon-container {
    position: relative;
    margin: 5px;
    width: 80px;
    height: 80px;
    border: 1px solid #2196f3;
    border-radius: 40px;
}

.icon-box-icon.circle.white::before {
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.icon-box-icon.circle.white .icon-container {
    border-color: #fff;
}


/* Square */

.icon-box-icon.square {
    position: relative;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 78px;
}

.icon-box-icon.square .icon-container {
    position: relative;
    margin: 5px;
    width: 80px;
    height: 80px;
}

.icon-box-icon.square::before,
.icon-box-icon.square .icon-container::before,
.icon-box-icon.square::after,
.icon-box-icon.square .icon-container::after {
    content: '';
    position: absolute;
    width: 73%;
    height: 73%;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.icon-box-icon.square .icon-container::before,
.icon-box-icon.square .icon-container::after {
    width: 57%;
    height: 57%;
}

.icon-box-icon.square::before,
.icon-box-icon.square .icon-container::before {
    top: 0;
    left: 0;
    border-top: 2px solid #78c862;
    border-left: 2px solid #78c862;
}

.icon-box-icon.square::after,
.icon-box-icon.square .icon-container::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #78c862;
    border-right: 2px solid #78c862;
}

.icon-box:hover .icon-box-icon.square::before,
.icon-box:hover .icon-box-icon.square::after {
    width: 90%;
    height: 90%;
}

.icon-box:hover .icon-box-icon.square .icon-container::before,
.icon-box:hover .icon-box-icon.square .icon-container::after {
    width: 37%;
    height: 37%;
}

.icon-box-icon.square.white {
    color: #fff;
}

.icon-box-icon.square.white::before,
.icon-box-icon.square.white .icon-container::before {
    border-top-color: #fff;
    border-left-color: #fff;
}

.icon-box-icon.square.white::after,
.icon-box-icon.square.white .icon-container::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}


/* Style 2 */

.icon-box.style-2 {
    text-align: left;
}

.icon-box.style-2.icon-box-right {
    text-align: right;
}

.icon-box.style-2 .icon-box-icon {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 60px;
    font-size: 40px;
    padding-left: 1px;
}

.icon-box.style-2 .icon-box-icon .icon-container {
    display: table;
    height: 100%;
    width: 100%;
}

.icon-box.style-2 .icon-box-icon .icon-container .ic-icon {
    display: table-cell;
    vertical-align: middle;
}

.icon-box.style-2.icon-box-right .icon-box-icon {
    right: 0;
    left: auto;
    padding-left: 0;
}

.icon-box.style-2.large .icon-box-icon {
    width: 70px;
    font-size: 50px;
}

.icon-box.style-2 .icon-box-text {
    margin-left: 85px;
    padding: 15px 0;
}

.icon-box.style-2.icon-box-right .icon-box-text {
    margin-left: 0;
    margin-right: 70px;
}

.icon-box.style-2.large .icon-box-text {
    margin-left: 90px;
}

.icon-box.style-2.large.icon-box-right .icon-box-text {
    margin-left: 0;
    margin-right: 90px;
}

.icon-box.style-2 .icon-box-text .icon-box-lines-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 55px;
    width: 21px;
    height: 1px;
    background: #333;
}

.icon-box.style-2.icon-box-right .icon-box-text .icon-box-lines-top::before {
    left: auto;
    right: 55px;
}

.icon-box.style-2.large .icon-box-text .icon-box-lines-top::before {
    left: 70px;
}

.icon-box.style-2.large.icon-box-right .icon-box-text .icon-box-lines-top::before {
    left: auto;
    right: 70px;
}

.icon-box.style-2 .icon-box-text .icon-box-lines-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 55px;
    width: 1px;
    height: 21px;
    background: #333;
}

.icon-box.style-2.icon-box-right .icon-box-text .icon-box-lines-top::after {
    left: auto;
    right: 55px;
}

.icon-box.style-2.large .icon-box-text .icon-box-lines-top::after {
    left: 70px;
}

.icon-box.style-2.large.icon-box-right .icon-box-text .icon-box-lines-top::after {
    left: auto;
    right: 70px;
}

.icon-box.style-2 .icon-box-text .icon-box-lines-bottom::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 70px;
    right: 100%;
    margin-right: -55px;
    height: 1px;
    background: #333;
}

.icon-box.style-2.icon-box-right .icon-box-text .icon-box-lines-bottom::before {
    left: 100%;
    right: 55px;
    margin-left: -55px;
    margin-right: auto;
}

.icon-box.style-2 .icon-box-text .icon-box-lines-bottom::before,
.icon-box.style-2.icon-box-right .icon-box-text .icon-box-lines-bottom::before {
    -webkit-transition-delay: .0s;
    -moz-transition-delay: .0s;
    -ms-transition-delay: .0s;
    -o-transition-delay: .0s;
    transition-delay: .0s;
}

.icon-box.style-2.large .icon-box-text .icon-box-lines-bottom::before {
    left: 90px;
    margin-right: -70px;
}

.icon-box.style-2.large.icon-box-right .icon-box-text .icon-box-lines-bottom::before {
    left: 100%;
    right: 70px;
    margin-left: -70px;
    margin-right: auto;
}

.icon-box.style-2 .icon-box-text .icon-box-lines-top::before,
.icon-box.style-2 .icon-box-text .icon-box-lines-top::after,
.icon-box.style-2:hover .icon-box-text .icon-box-lines-bottom::before {
    -webkit-transition: all .5s ease .07s;
    -moz-transition: all .5s ease .07s;
    -ms-transition: all .5s ease .07s;
    -o-transition: all .5s ease .07s;
    transition: all .5s ease .07s;
}

.icon-box.style-2:hover .icon-box-text .icon-box-lines-top::before,
.icon-box.style-2:hover .icon-box-text .icon-box-lines-top::after,
.icon-box.style-2:hover .icon-box-text .icon-box-lines-bottom::before {
    background: #78c862;
}

.icon-box.style-2:hover .icon-box-text .icon-box-lines-top::before {
    width: 160px;
}

.icon-box.style-2:hover .icon-box-text .icon-box-lines-top::after {
    height: 100%;
}

.icon-box.style-2:hover .icon-box-text .icon-box-lines-top::before,
.icon-box.style-2:hover .icon-box-text .icon-box-lines-top::after {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.icon-box.style-2:hover .icon-box-text .icon-box-lines-bottom::before {
    left: 25px;
}

.icon-box.style-2.icon-box-right .icon-box-text .icon-box-lines-top::before,
.icon-box.style-2.icon-box-right .icon-box-text .icon-box-lines-top::after {
    -webkit-transition: all .5s ease .17s;
    -moz-transition: all .5s ease .17s;
    -ms-transition: all .5s ease .17s;
    -o-transition: all .5s ease .17s;
    transition: all .5s ease .17s;
}

.icon-box.style-2 .icon-box-text .icon-box-lines-bottom::before,
.icon-box.style-2.icon-box-right .icon-box-text .icon-box-lines-bottom::before,
.icon-box.style-2.icon-box-right:hover .icon-box-text .icon-box-lines-top::before,
.icon-box.style-2.icon-box-right:hover .icon-box-text .icon-box-lines-top::after {
    -webkit-transition: all .5s ease .0s;
    -moz-transition: all .5s ease .0s;
    -ms-transition: all .5s ease .0s;
    -o-transition: all .5s ease .0s;
    transition: all .5s ease .0s;
}

.icon-box.style-2.icon-box-right:hover .icon-box-text .icon-box-lines-bottom::before {
    -webkit-transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    -ms-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
}

.icon-box.style-2.icon-box-right:hover .icon-box-text .icon-box-lines-bottom::before {
    left: 100%;
    right: 25px;
}

.icon-box.style-2.large:hover .icon-box-text .icon-box-lines-bottom::before {
    left: 40px;
}

.icon-box.style-2.large.icon-box-right:hover .icon-box-text .icon-box-lines-bottom::before {
    left: 100%;
    right: 40px;
}

.icon-box.style-2 h3 {
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 40px;
}


/*------------------------------------------------------------------
[12.10 Pricing Tables]
*/

.pricing-tables {
    padding: 20px;
}

.pricing-tables .plan.recommended .head {
    padding: 22px 16px;
}

.pricing-tables.attached .col-sm-4,
.pricing-tables.attached .col-md-4,
.pricing-tables.attached .col-sm-3,
.pricing-tables.attached .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.pricing-tables.attached .plan.recommended {
    padding-bottom: 35px;
}

.plan {
    box-shadow: 0 0 0 1px #e5e7e9;
    min-height: 100px;
    margin: 20px 0;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
}

.plan .head {
    padding: 12px 16px;
    color: #333;
}

.plan .head h1,
.plan .head h2,
.plan .head h3 {
    padding: 0;
    margin: 0;
}

.plan .price {
    box-shadow: inset 0px 1px 0px rgba(10, 10, 10, 0.07), inset 0px -1px 0px rgba(10, 10, 10, 0.07);
    margin: 0;
    padding: 12px 16px;
    width: auto;
    color: #fff;
    position: relative;
    z-index: 20;
}

.plan .price h3 {
    font-size: 82px;
    vertical-align: top;
    line-height: 1;
    font-family: 'Open Sans', serif;
}

.plan .price h3 span {
    font-size: 38px;
    vertical-align: top;
    position: relative;
    margin: 6px 0 0 -7px;
    display: inline-block;
}

.plan .price h4 {
    font-size: 14px;
    margin: 0;
}

.plan .price.color-white h4 {
    color: #fff;
}

.plan .btn {
    margin: 0;
}

.plan ul {
    list-style-type: none;
    padding: 20px;
    margin-top: 2px;
}

.plan ul li {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}

.plan ul li a {
    text-decoration: underline;
    color: #e6e9ed;
}

.plan ul li:last-child {
    border-bottom: none;
}

.plan ul strong {
    font-weight: 700;
}

.plan.recommended {
    margin-top: 0px;
    position: relative;
    z-index: 99;
}

.plan.recommended .btn {
    margin-bottom: 10px;
}


/*------------------------------------------------------------------
[12.11 Count To]
*/

.count-block {
    text-align: center;
}

.count-block .fa {
    font-size: 48px;
    color: #2196f3;
}

.count-block .number {
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 300;
}

.count-block.number-text {
    font-size: 48px;
}

.count-block .text {
    display: block;
}


/*------------------------------------------------------------------
[12.12 Profile Card]
*/

.profile-card {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.profile-card .user-image {
    position: relative;
    display: table;
    padding: 7px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.user-image img {
    display: block;
    margin: 0 auto;
    width: 120px !important;
    height: 120px !important;
}

.profile-card .user-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}

.profile-card .user-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 30%;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.profile-card .name,
.profile-card .user-image::before,
.profile-card .user-image::after {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.profile-card:hover .user-image::before,
.profile-card:hover .user-image::after {
    width: 90%;
    height: 90%;
    border-color: #2196f3;
}

.profile-card .role {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
}

.profile-card .name {
    margin: 0;
}

.profile-card:hover .name {
    color: #2196f3;
}

.profile-card .socials-icons ul {
    display: table;
    margin: 0 auto;
}

.profile-card .desc {
    margin-bottom: 0;
}


/* Bordered */

.profile-card .box-container {
    padding: 0;
}

.profile-card.bordered .box-container {
    padding: 45px 30px;
}

.profile-card.bordered .box-container::before,
.profile-card.bordered .box-container::after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.profile-card.bordered .box-container::before {
    top: 0;
    bottom: 37px;
    left: 0;
    right: 37px;
    border-top: 1px solid #e5e7e9;
    border-left: 1px solid #e5e7e9;
}

.profile-card.bordered .box-container::after {
    top: 37px;
    bottom: 0;
    left: 37px;
    right: 0;
    border-bottom: 1px solid #e5e7e9;
    border-right: 1px solid #e5e7e9;
}

.profile-card.bordered:hover .box-container::before,
.profile-card.bordered:hover .box-container::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-color: #2196f3;
}


/*------------------------------------------------------------------
[12.13 Listing]
*/

.list-group-item {
    border-radius: 0 !important;
    border-color: #e5e7e9;
}

.badge {
    font-weight: 600;
    line-height: 18px;
    border-radius: 4px;
    background-color: #f5f7f9;
    border: 1px solid #e5e7e9;
    color: #333;
}

.list-group-item>.badge {
    margin-top: 1px;
}

.list-group.style-2 .list-group-item {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border: 0;
}

.badge.style-2 {
    border: 0;
    background: transparent;
    font-size: 13px;
}


/* Listing Base Style */

.listing {
    padding-left: 17px;
}

.listing ul {
    margin: 5px 0 5px 17px;
}

.listing a {
    color: #333;
}

.listing a:hover {
    color: #2196f3;
}


/* Icon List */

.iconlist {
    padding-left: 30px;
}

.iconlist ul {
    list-style-type: none;
    margin: 5px 0 5px 25px;
}

.iconlist li {
    position: relative;
}

.iconlist>li i {
    position: absolute;
    left: -30px;
    text-align: center;
    top: 0;
    width: 14px;
    line-height: 28px;
}


/* Disc List */

.disclist,
.disclist ul {
    list-style-type: disc;
}


/* Square List */

.squarelist,
.squarelist ul {
    list-style-type: square;
}


/* Decimal List */

.decimallist,
.decimallist ul {
    list-style-type: decimal;
}


/* Roman List */

.romanlist,
.romanlist ul {
    list-style-type: upper-roman;
}


/* Greek List */

.greeklist,
.greeklist ul {
    list-style-type: lower-greek;
}


/* Lower alpha List */

.loweralphalist,
.loweralphalist ul {
    list-style-type: lower-alpha;
}


/* Upper alpha List */

.upperalphalist,
.upperalphalist ul {
    list-style-type: upper-alpha;
}


/*------------------------------------------------------------------
[12.14 Countdown]
*/

.countdown {
    color: #fff;
    overflow: hidden;
}

.countdown .counter-container {
    display: table;
    margin: 0 auto;
}

.countdown .counter-box {
    display: block;
    width: auto;
    text-align: center;
    overflow: hidden;
    padding: 10px 25px;
    float: left;
    margin: 25px 0;
    position: relative;
}

.countdown .number {
    font-size: 80px;
    text-align: center;
    font-family: 'Monteserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.countdown span {
    display: block;
    font-size: 21px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
}

.countdown span::before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0px;
}

.countdown.text-dark span::before {
    background: #333;
}


/*------------------------------------------------------------------
[12.15 Icons]
*/

.icon-14 {
    font-size: 14px;
}

.icon-18 {
    font-size: 18px;
}

.icon-21 {
    font-size: 21px;
}

.icon-32 {
    font-size: 32px;
}

.icon-42 {
    font-size: 42px;
}

.icon-52 {
    font-size: 52px;
}

.icon-62 {
    font-size: 62px;
}

.icon-72 {
    font-size: 72px;
}

.icon-82 {
    font-size: 82px;
}

.icon-92 {
    font-size: 92px;
}

.icon-102 {
    font-size: 102px;
}


/* Social Icons */

.socials-icons {
    margin: 0;
    height: 40px;
}

.socials-icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.socials-icons.pull-center ul {
    margin: 0 auto;
    text-align: center;
    display: table;
}

.socials-icons li {
    margin: 0;
    display: block;
    float: left;
}


/* Icons */

.social-share-title {
    font-weight: 600;
    line-height: 40px;
    display: block;
}

.social-icon {
    display: block;
    background: #f5f7f9;
    float: left;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px!important;
    color: #777;
    border: 1px solid #e5e7e9;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-icon:last-child {
    margin-right: 0;
}

.social-icon i {
    color: #777;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-icon:hover {
    background: #fff;
}

.social-icon:hover,
.social-icon:hover i {
    color: #333;
}

.social-icon.social-rounded {
    background: #f5f7f9;
    border: 1px solid #d8d9da;
    border-radius: 20px;
    color: #777;
}

.social-icon.social-rounded i {
    color: #777;
}

.social-icon.social-rounded:hover {
    background: #fefefe;
    border: 1px solid #e5e7e9;
}

.social-icon.social-rounded:hover,
.social-icon.social-rounded:hover i {
    color: #333;
}

.social-icon.social-clear {
    background: transparent;
    border: 0;
    color: #777;
    margin: 0;
}

.social-icon.social-clear:hover,
.social-icon.social-clear:hover i {
    color: #2196f3;
}

.social-white i {
    color: #fff;
}


/*------------------------------------------------------------------
[12.16 Feature Box]
*/

.feature-box {
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    visibility: visible;
    /*min-height: 100px;*/
}

.feature-box .box-content {
    position: relative;
    z-index: 3;
    /*max-width: 70%;*/
}

.feature-box.overlay-fade {
    overflow: visible;
}

.overlay-fade .overlay-color {
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}

.overlay-fade:hover .fade-100 {
    opacity: 1;
}

.overlay-fade:hover .fade-100 {
    opacity: 1;
}

.overlay-fade:hover .fade-90 {
    opacity: 0.9;
}

.overlay-fade:hover .fade-80 {
    opacity: 0.8;
}

.overlay-fade:hover .fade-70 {
    opacity: 0.7;
}

.overlay-fade:hover .fade-60 {
    opacity: 0.6;
}

.overlay-fade:hover .fade-50 {
    opacity: 0.5;
}

.overlay-fade:hover .fade-40 {
    opacity: 0.4;
}

.overlay-fade:hover .fade-30 {
    opacity: 0.3;
}

.overlay-fade:hover .fade-20 {
    opacity: 0.2;
}

.overlay-fade:hover .fade-10 {
    opacity: 0.1;
}

.overlay-fade:hover .fade-0 {
    opacity: 0;
}


/*------------------------------------------------------------------
[12.17 Knowledge Box]
*/

.kb-category-list {
    position: relative;
    overflow: hidden;
}

.kb-category-list h2,
.kb-category-list h3,
.kb-category-list h4 {
    font-size: 18px;
    border-bottom: 1px solid #e5e7e9;
    padding-bottom: 10px;
    font-weight: 400;
}

.kb-category-list ul li {
    line-height: 24px;
    margin-bottom: 18px;
    padding-left: 3px;
}

.kb-category-list ul li i {
    margin-right: 14px;
}

.kb-category-list a,
.kb-category-list a i {
    color: #2e2e2e;
}

.kb-category-list h2 .label,
.kb-category-list h3 .label,
.kb-category-list h4 .label {
    float: right;
    position: relative;
    top: 9px;
}


/*------------------------------------------------------------------
[12.18 Labels]
*/

.label {
    display: inline-block;
    padding: 2px 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 0;
    background: #2196f3;
}


/*------------------------------------------------------------------
[12.19 Modal]
*/

.modal {
    z-index: 9999;
}

.mfp-bg {
    z-index: 9800 !important;
    background-color: #030304 !important;
}

.mfp-wrap {
    z-index: 9900 !important;
}

.mfp-modal {
    position: relative;
    background: #fff;
    width: auto;
    max-width: 840px;
    margin: 20px auto;
}

.mfp-modal.mfp-modal-small {
    max-width: 430px;
}

.mfp-modal-title {
    margin: 0;
    padding: 15px 20px;
    background: #f5f7f9;
    border-bottom: 1px solid #e5e7e9;
}

.mfp-modal-content {
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.mfp-modal-footer {
    margin: 0;
    padding: 15px 20px;
    border-top: 1px solid #e5e7e9;
}

.mfp-modal .overlay {
    z-index: 0;
}

.mfp-modal .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    font-size: 24px;
}

.mfp-close i {
    position: relative;
    z-index: -1;
}

.mfp-modal .mfp-close:active {
    top: 0;
}

.mfp-close-btn-in .mfp-close-btn-white .mfp-close {
    color: #fff;
}


/* Overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* Bootstrap Modal */

.modal-header .close {
    margin-top: 0;
    width: 34px;
    height: 34px;
    position: relative;
    z-index: 1;
    outline: 0;
}

.modal-content {
    border: 0px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 rgba(0, 0, 0, .5);
}

.mfp-close-btn-in .mfp-ajax-holder .mfp-close {
    background-color: #f5f7f9;
    opacity: 1;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
}

.mfp-close-btn-in .mfp-ajax-holder .mfp-close:hover {
    color: #2196f3;
}


/*------------------------------------------------------------------
[12.20 Clients]
*/

.clients-row .client {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.carousel-item.client {
    text-align: center;
}

.clients-row .client img,
.carousel-item.client img {
    opacity: 0.5;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.clients-row .client:hover img,
.carousel-item.client:hover img {
    opacity: 1;
}

.clients-row .client.border-bottom::before {
    content: '';
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 0;
    height: 1px;
    background: #ddd;
}

.clients-row .client.border-right::after {
    content: '';
    position: absolute;
    top: 7%;
    bottom: 7%;
    right: 0;
    width: 1px;
    background: #ddd;
}


/*------------------------------------------------------------------
[12.21 Text Rotate]
*/

.morphext>.animated {
    display: inline-block;
    visibility: visible;
}


/*------------------------------------------------------------------
[12.22 Testimonial Box]
*/

.testimonial-box {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.testimonial-box.boxed {
    padding: 15px;
}

.testimonial-box .overlay {
    z-index: 0;
}

.testimonial-box .box-container {
    padding: 45px 30px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.testimonial-box .box-container::before,
.testimonial-box .box-container::after {
    content: '';
    position: absolute;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.testimonial-box .box-container::before {
    top: 0;
    bottom: 37px;
    left: 0;
    right: 37px;
    border-top: 1px solid #e5e7e9;
    border-left: 1px solid #e5e7e9;
}

.testimonial-box .box-container::after {
    top: 37px;
    bottom: 0;
    left: 37px;
    right: 0;
    border-bottom: 1px solid #e5e7e9;
    border-right: 1px solid #e5e7e9;
}

.testimonial-box:hover .box-container::before,
.testimonial-box:hover .box-container::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-color: #2196f3;
}

.testimonial-box .feedback .quote {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 30px;
}

.testimonial-box .feedback .author {
    margin-top: 15px;
}

.testimonial-box .feedback .author img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}


/*------------------------------------------------------------------
[13. FlexSlider]
*/

div.flexslider {
    background: transparent;
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

div.flexslider {
    margin: 0;
    background: transparent;
    position: relative;
    zoom: 1;
}

div.flexslider .slides {
    position: relative;
    overflow: hidden;
}

div.flexslider .slide-container {
    z-index: 1;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

div.flexslider img {
    display: block;
    width: 100%;
    height: auto;
}


/* Control Nav */

div.flexslider .flex-control-nav {
    bottom: 0;
    z-index: 9999;
}

div.flexslider.control-outside .flex-control-nav {
    position: relative;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: auto;
}

div.flexslider .flex-control-nav li {
    margin: 0;
}

div.flexslider.control-outside .flex-control-nav li {
    display: block;
    float: left;
}

div.flexslider .flex-control-paging li a {
    width: 8px;
    height: 8px;
    margin: 3px 8px 3px 8px;
    display: block;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

div.flexslider .flex-control-paging li a:hover {
    background: #fff;
}

div.flexslider .flex-control-paging li a.flex-active {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 3px solid #fff;
    margin: 0px 5px 0px 5px;
}

div.flexslider.control-dark .flex-control-paging li a,
div.flexslider.control-dark .flex-control-paging li a:hover {
    background: #333;
}

div.flexslider.control-dark .flex-control-paging li a.flex-active {
    background: transparent;
    border-color: #333;
}


/* Direction nav */

.flex-direction-nav .flex-disabled {
    visibility: hidden;
}

div.flexslider .flex-direction-nav a {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    top: 50%;
    color: #fff;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    text-shadow: none;
    opacity: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

div.flexslider.direction-dark .flex-direction-nav a {
    color: #333;
}

div.flexslider .flex-direction-nav a:before {
    display: block;
    content: '';
}

div.flexslider .flex-direction-nav a.flex-next:before {
    content: '';
}

div.flexslider .flex-direction-nav .flex-prev {
    left: -70px;
}

div.flexslider .flex-direction-nav .flex-next {
    right: -70px;
    text-align: center;
}

div.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
}

div.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

div.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
}

div.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}


/* Direction nav - Style 2 */

div.flexslider.direction-2 .flex-direction-nav a {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 24px;
    line-height: 40px;
    color: #333;
    background: #fff;
}

div.flexslider.direction-2.direction-dark .flex-direction-nav a {
    color: #fff;
    background: #333;
}

div.flexslider.direction-2:hover .flex-direction-nav .flex-prev {
    left: 15px;
}

div.flexslider.direction-2:hover .flex-direction-nav .flex-next {
    right: 15px;
}


/* Direction nav - Style 3 */

div.flexslider.direction-3 .flex-direction-nav a {
    width: 50px;
    height: 70px;
    margin-top: -35px;
    font-size: 28px;
    line-height: 70px;
    color: #333;
    background: #fff;
    overflow: visible;
}

div.flexslider.direction-3.direction-dark .flex-direction-nav a {
    color: #fff;
    background: #333;
}

div.flexslider.direction-3:hover .flex-direction-nav .flex-prev {
    left: 0;
}

div.flexslider.direction-3:hover .flex-direction-nav .flex-next {
    right: 0;
}

div.flexslider.direction-3 .flex-direction-nav a::before,
div.flexslider.direction-3 .flex-direction-nav a::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 21px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

div.flexslider.direction-3 .flex-direction-nav a.flex-prev::before,
div.flexslider.direction-3 .flex-direction-nav a.flex-prev::before {
    top: -3px;
    right: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

div.flexslider.direction-3 .flex-direction-nav a.flex-prev::after,
div.flexslider.direction-3 .flex-direction-nav a.flex-prev::after {
    bottom: -3px;
    right: -3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

div.flexslider.direction-3 .flex-direction-nav a.flex-next::before,
div.flexslider.direction-3 .flex-direction-nav a.flex-next::before {
    top: -3px;
    left: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

div.flexslider.direction-3 .flex-direction-nav a.flex-next::after,
div.flexslider.direction-3 .flex-direction-nav a.flex-next::after {
    bottom: -3px;
    left: -3px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

div.flexslider.direction-3 .flex-direction-nav a:hover::before,
div.flexslider.direction-3 .flex-direction-nav a:hover::after {
    height: 33px;
}

div.flexslider.direction-3.direction-dark .flex-direction-nav a {
    color: #fff;
    background: #333;
}

div.flexslider.direction-3.direction-dark .flex-direction-nav a::before,
div.flexslider.direction-3.direction-dark .flex-direction-nav a::after {
    border-color: #333;
}


/* Section with Flexslider */

.section-flexslider:hover div.flexslider .flex-direction-nav .flex-prev {
    left: 10px;
}

.section-flexslider:hover div.flexslider .flex-direction-nav .flex-next {
    right: 10px;
}

.section-flexslider:hover div.flexslider.direction-2 .flex-direction-nav .flex-prev {
    left: 15px;
}

.section-flexslider:hover div.flexslider.direction-2 .flex-direction-nav .flex-next {
    right: 15px;
}

.section-flexslider:hover div.flexslider.direction-3 .flex-direction-nav .flex-prev {
    left: 0;
}

.section-flexslider:hover div.flexslider.direction-3 .flex-direction-nav .flex-next {
    right: 0;
}


/* Thumbs Gallery */

.flex-control-nav.flex-control-thumbs {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 -4px;
    width: auto;
}

div.flexslider .flex-control-thumbs li {
    margin: 0;
    padding: 0 4px;
    padding-top: 8px;
    display: block;
    overflow: hidden;
    position: relative;
}

.flex-control-nav.flex-control-thumbs img {
    text-indent: -9999px;
    border: 0;
    border-radius: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.flex-control-nav.flex-control-thumbs li img.flex-active,
.flex-control-nav.flex-control-thumbs li:hover img {
    opacity: 1;
    border: 0;
}


/* Testimonials Carousel */

.testimonials .feedback {
    overflow: hidden;
}

.testimonials .feedback .image {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.testimonials .feedback .image img {
    width: 100%;
    vertical-align: top;
    border-radius: 50%;
    border: 5px solid #fff;
}

.testimonials .feedback .quote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonials .feedback .quote-21 {
    font-size: 21px !important;
    line-height: 34px;
}

.testimonials .feedback .author {
    margin-top: 15px;
}

.testimonials .feedback .author img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}


/* Flexslider in widgets */

.widget_slider li {
    padding: 0;
}

.widget_slider .flex-direction-nav li {
    position: inherit;
    width: inherit;
    padding: inherit;
}


/*------------------------------------------------------------------
[14. Swiper Slider]
*/

.swiper-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

.swiper-slider.fullwidth {
    height: 700px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slider .swiper-slide {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.swiper-slider .slide-container {
    z-index: 1;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.swiper-slider .table-container {
    display: table-cell;
    vertical-align: middle;
}

.swiper-slider .swiper-parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}


/* Pagination */

.swiper-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.swiper-slider .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 3px 8px 3px 8px;
}

.swiper-slider .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 3px 8px 3px;
}

.swiper-slider .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin: 5px 0px 5px 0px;
}

.swiper-slider .swiper-pagination-bullet-active,
.swiper-slider .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    background: transparent;
    margin: 0px 5px 0px 5px;
}

.swiper-slider .swiper-pagination.pagination-dark .swiper-pagination-bullet {
    background: #333;
}

.swiper-slider .swiper-pagination.pagination-dark .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active,
.swiper-slider .swiper-pagination.pagination-dark .swiper-pagination-bullet-active {
    background: transparent;
    border-color: #333;
}


/* Navigation Buttons */

.swiper-slider .swiper-button-next,
.swiper-gallery .swiper-button-next,
.swiper-slider .swiper-button-prev,
.swiper-gallery .swiper-button-prev,
.swiper-slider .swiper-container-rtl .swiper-button-next,
.swiper-gallery .swiper-container-rtl .swiper-button-next,
.swiper-slider .swiper-container-rtl .swiper-button-prev,
.swiper-gallery .swiper-container-rtl .swiper-button-prev {
    background: none;
}

.swiper-slider .swiper-button-next,
.swiper-gallery .swiper-button-next,
.swiper-slider .swiper-button-prev,
.swiper-gallery .swiper-button-prev {
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    color: #fff;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.swiper-slider .swiper-button-next.dark,
.swiper-gallery .swiper-button-next.dark,
.swiper-slider .swiper-button-prev.dark,
.swiper-gallery .swiper-button-prev.dark {
    color: #333;
}

.swiper-slider .swiper-button-next.style-2,
.swiper-gallery .swiper-button-next.style-2,
.swiper-slider .swiper-button-prev.style-2,
.swiper-gallery .swiper-button-prev.style-2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 24px;
    line-height: 40px;
    color: #333;
    background: #fff;
}

.swiper-slider .swiper-button-next.style-2,
.swiper-gallery .swiper-button-next.style-2,
.swiper-slider .swiper-container-rtl .swiper-button-prev.style-2,
.swiper-gallery .swiper-container-rtl .swiper-button-prev.style-2 {
    right: 15px;
}

.swiper-slider .swiper-button-prev.style-2,
.swiper-gallery .swiper-button-prev.style-2,
.swiper-slider .swiper-container-rtl .swiper-button-next.style-2,
.swiper-gallery .swiper-container-rtl .swiper-button-next.style-2 {
    left: 15px;
}

.swiper-slider .swiper-button-next.style-2.dark,
.swiper-gallery .swiper-button-next.style-2.dark,
.swiper-slider .swiper-button-prev.style-2.dark,
.swiper-gallery .swiper-button-prev.style-2.dark {
    color: #fff;
    background: rgba(50, 50, 50, 0.8);
}

.swiper-slider .swiper-button-next.style-3,
.swiper-gallery .swiper-button-next.style-3,
.swiper-slider .swiper-button-prev.style-3,
.swiper-gallery .swiper-button-prev.style-3 {
    width: 50px;
    height: 70px;
    margin-top: -35px;
    font-size: 28px;
    line-height: 70px;
    color: #333;
    background: #fff;
}

.swiper-slider .swiper-button-next.style-3,
.swiper-gallery .swiper-button-next.style-3,
.swiper-slider .swiper-container-rtl .swiper-button-prev.style-3,
.swiper-gallery .swiper-container-rtl .swiper-button-prev.style-3 {
    right: -70px;
}

.swiper-slider:hover .swiper-button-next.style-3,
.swiper-gallery:hover .swiper-button-next.style-3,
.swiper-slider:hover .swiper-container-rtl .swiper-button-prev.style-3,
.swiper-gallery:hover .swiper-container-rtl .swiper-button-prev.style-3 {
    right: 0;
}

.swiper-slider .swiper-button-prev.style-3,
.swiper-gallery .swiper-button-prev.style-3,
.swiper-slider .swiper-container-rtl .swiper-button-next.style-3,
.swiper-gallery .swiper-container-rtl .swiper-button-next.style-3 {
    left: -70px;
}

.swiper-slider:hover .swiper-button-prev.style-3,
.swiper-gallery:hover .swiper-button-prev.style-3,
.swiper-slider:hover .swiper-container-rtl .swiper-button-next.style-3,
.swiper-gallery:hover .swiper-container-rtl .swiper-button-next.style-3 {
    left: 0;
}

.swiper-slider .swiper-button-next.style-3::before,
.swiper-gallery .swiper-button-next.style-3::before,
.swiper-slider .swiper-button-prev.style-3::before,
.swiper-gallery .swiper-button-prev.style-3::before,
.swiper-slider .swiper-button-prev.style-3::after,
.swiper-gallery .swiper-button-prev.style-3::after,
.swiper-slider .swiper-button-next.style-3::after,
.swiper-gallery .swiper-button-next.style-3::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 21px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.swiper-slider .swiper-button-prev.style-3::before,
.swiper-gallery .swiper-button-prev.style-3::before {
    top: -3px;
    right: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.swiper-slider .swiper-button-prev.style-3::after,
.swiper-gallery .swiper-button-prev.style-3::after {
    bottom: -3px;
    right: -3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.swiper-slider .swiper-button-next.style-3::before,
.swiper-gallery .swiper-button-next.style-3::before {
    top: -3px;
    left: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.swiper-slider .swiper-button-next.style-3::after,
.swiper-gallery .swiper-button-next.style-3::after {
    bottom: -3px;
    left: -3px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.swiper-slider .swiper-button-next.style-3:hover::before,
.swiper-gallery .swiper-button-next.style-3:hover::before,
.swiper-slider .swiper-button-prev.style-3:hover::before,
.swiper-gallery .swiper-button-prev.style-3:hover::before,
.swiper-slider .swiper-button-next.style-3:hover::after,
.swiper-gallery .swiper-button-next.style-3:hover::after,
.swiper-slider .swiper-button-prev.style-3:hover::after,
.swiper-gallery .swiper-button-prev.style-3:hover::after {
    height: 33px;
}

.swiper-slider .swiper-button-next.style-3.dark,
.swiper-gallery .swiper-button-next.style-3.dark,
.swiper-slider .swiper-button-prev.style-3.dark,
.swiper-gallery .swiper-button-prev.style-3.dark {
    color: #fff;
    background: #333;
}

.swiper-slider .swiper-button-next.style-3.dark::before,
.swiper-gallery .swiper-button-next.style-3.dark::before,
.swiper-slider .swiper-button-prev.style-3.dark::before,
.swiper-gallery .swiper-button-prev.style-3.dark::before,
.swiper-slider .swiper-button-prev.style-3.dark::after,
.swiper-gallery .swiper-button-prev.style-3.dark::after,
.swiper-slider .swiper-button-next.style-3.dark::after,
.swiper-gallery .swiper-button-next.style-3.dark::after {
    border-color: #333;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    visibility: hidden;
}


/* Swiper Slider - Gallery */

.swiper-gallery {
    height: 700px;
}

.swiper-gallery .swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-gallery .gallery-top {
    height: 80%;
    width: 100%;
}

.swiper-gallery .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper-gallery .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.swiper-gallery .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}


/* Old */

.swiper-slider.equal-col {
    height: auto;
}

.swiper-slider.swiper_centered .swiper-slide {
    width: 50%;
}


/*------------------------------------------------------------------
[15. owlCarousel]
*/

div.owl-carousel {
    width: auto;
}

.owl-item .shop-item {
    margin-bottom: 0;
}

.owl-item .portfolio-item {
    padding: 0;
}

.owl-carousel .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-controls .owl-buttons div {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: transparent;
    color: #333;
    width: 30px;
    height: 30px;
    margin: auto 0;
    opacity: 0;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -45px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -45px;
}

.owl-carousel:hover .owl-controls .owl-prev {
    left: -35px;
    opacity: 1;
}

.owl-carousel:hover .owl-controls .owl-next {
    right: -35px;
    opacity: 1;
}

.owl-carousel .owl-controls .owl-buttons div i {
    top: -2px;
    position: relative;
}

.owl-carousel.nav-inside .owl-controls .owl-buttons div {
    z-index: 100;
    background-color: #333;
    color: #fff;
    width: 50px;
    height: 70px;
    font-size: 28px;
    line-height: 70px;
}

.owl-carousel.nav-inside .owl-controls .owl-buttons div:hover {
    color: #2196f3;
}

.owl-carousel.nav-inside .owl-controls .owl-prev {
    left: -50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.owl-carousel.nav-inside .owl-controls .owl-next {
    right: -50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.owl-carousel.nav-inside .owl-controls .owl-buttons div::before,
.owl-carousel.nav-inside .owl-controls .owl-buttons div::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 21px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.owl-carousel.nav-inside .owl-controls .owl-prev::before {
    top: -3px;
    right: -3px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

.owl-carousel.nav-inside .owl-controls .owl-prev::after {
    bottom: -3px;
    right: -3px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}

.owl-carousel.nav-inside .owl-controls .owl-next::before {
    top: -3px;
    left: -3px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
}

.owl-carousel.nav-inside .owl-controls .owl-next::after {
    bottom: -3px;
    left: -3px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
}

.owl-carousel.nav-inside.owl-controls-light .owl-controls .owl-prev,
.owl-carousel.nav-inside.owl-controls-light .owl-controls .owl-next {
    background-color: #fff;
    color: #333;
}

.owl-carousel.nav-inside.owl-controls-light .owl-controls .owl-prev:hover,
.owl-carousel.nav-inside.owl-controls-light .owl-controls .owl-next:hover {
    color: #2196f3;
}

.owl-carousel.nav-inside.owl-controls-light .owl-controls .owl-prev::before {
    border-top-color: #fff;
    border-right-color: #fff;
}

.owl-carousel.nav-inside.owl-controls-light .owl-controls .owl-prev::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.owl-carousel.nav-inside.owl-controls-light .owl-controls .owl-next::before {
    border-top-color: #fff;
    border-left-color: #fff;
}

.owl-carousel.nav-inside.owl-controls-light .owl-controls .owl-next::after {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.owl-carousel.nav-inside .owl-controls .owl-buttons div:hover::before,
.owl-carousel.nav-inside .owl-controls .owl-buttons div:hover::after {
    height: 33px;
}

.owl-carousel.nav-inside:hover .owl-controls .owl-prev,
.owl-section:hover .owl-carousel.nav-inside .owl-controls .owl-prev {
    left: 0;
    opacity: 1;
}

.owl-carousel.nav-inside:hover .owl-controls .owl-next,
.owl-section:hover .owl-carousel.nav-inside .owl-controls .owl-next {
    right: 0;
    opacity: 1;
}


/* Pagination */

.owl-carousel .owl-controls .owl-page {
    display: inline-block;
    margin-top: 30px;
}

.owl-carousel .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 3px 8px 3px 8px;
    background-color: #333;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.owl-carousel .owl-controls .owl-page:hover span {
    opacity: 1;
}

.owl-carousel .owl-controls .owl-page.active span {
    width: 14px;
    height: 14px;
    margin: 0px 5px 0px 5px;
    background-color: transparent;
    opacity: 1;
    border: 3px solid #333;
}

.owl-pagination-dark.owl-carousel .owl-controls .owl-page span {
    background-color: #000;
}

.owl-pagination-dark.owl-carousel .owl-controls .owl-page.active span {
    background-color: transparent;
    border-color: #000;
}

.owl-pagination-light.owl-carousel .owl-controls .owl-page span {
    background-color: #fff;
}

.owl-pagination-light.owl-carousel .owl-controls .owl-page.active span {
    background-color: transparent;
    border-color: #fff;
}


/*------------------------------------------------------------------
[16. Overlays]
*/

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.overlay-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.no-touch .main-container .overlay .overlay-wrapper {
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.no-touch .main-container .overlay>.overlay-wrapper,
.no-touch .main-container section>.overlay>.overlay-wrapper,
.no-touch .main-container .section>.overlay>.overlay-wrapper {
    height: 125%;
    height: calc(100% + 25vh);
}

.overlay-inner {
    position: absolute;
    /* top: 15px; */
    top: 1px;
    bottom: 2px;
    left: 0;
    right: -15px;
}

.overlay-inner.on-mobile {
    display: none;
}

body.mobile .overlay-inner.on-mobile {
    display: block;
}

body.mobile .overlay-video {
    display: none;
}


/*------------------------------------------------------------------
[17. Forms]
*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #575757;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #575757;
}

input.placeholder,
textarea.placeholder {
    color: #575757;
}

input[placeholder] {
    text-overflow: ellipsis;
}

::-moz-placeholder {
    text-overflow: ellipsis;
}


/* firefox 19+ */

input:-moz-placeholder {
    text-overflow: ellipsis;
}

.form {
    position: relative;
    overflow: hidden;
}

.success-message,
.error-message {
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: none;
}


/* WebKit browsers */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #575757;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #575757;
}

textarea.form-control {
    height: auto !important;
}

.form-control {
    height: 40px;
    padding: 9px 16px;
    border: 1px solid #e5e7e9;
    color: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, border .3s ease, color .3s ease;
    transition: background-color .3s ease, border .3s ease, color .3s ease;
}

.form-control.no-border {
    border-radius: 0 !important;
    border: none;
}

.form-control.border-bottom {
    border-radius: 0 !important;
    border-left: none;
    border-right: none;
    border-top: none;
}

.form-control:focus {
    border-color: #c9c8ca;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control.border-bottom:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #575757;
}

.form-control:-ms-input-placeholder {
    color: #575757;
}

.form-control::-webkit-input-placeholder {
    color: #575757;
}

.form-group,
.form-control,
.input-group,
.normal-selectbox,
.large-selectbox {
    margin-bottom: 25px;
}

.form-group .input-group {
    margin-bottom: 0;
}

.form-group .form-control {
    margin-bottom: 0;
}

.helper-group a {
    color: #d9d8da;
    font-size: 12px;
    line-height: 1;
}

.helper-group a:hover {
    color: #575757;
}

label.input-desc {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', Verdana;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.has-feedback label~.form-control-feedback {
    top: 33px;
}

.input-sm {
    font-size: 12px;
}

.input-sm,
.form-group-sm .form-control,
.form-group-sm .form-control-static {
    height: 34px;
    padding: 7px 12px;
}

select.input-sm,
select.form-group-sm .form-control {
    height: 34px;
    line-height: 34px;
}

select option {
    line-height: 30px;
}

.input-lg,
.form-group-lg .form-control,
.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 18px;
}

.input-lg {
    font-size: 16px;
    line-height: 1.5;
}

select.input-lg,
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

.form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback {
    width: 34px;
    height: 34px;
    line-height: 34px;
}


/* Input Groups */

.input-group .normal-selectbox {
    margin-bottom: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon {
    height: 46px;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    line-height: 1.5;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon {
    height: 34px;
    padding: 7px 12px;
    border-radius: 0;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon {
    height: 34px;
    line-height: 34px;
}


/* Input Group Addons */

.input-group-addon {
    padding: 8px 16px;
    font-size: 14px;
    color: #575757;
    background-color: transparent;
    border: 1px solid #e5e7e9;
    font-weight: 400;
    border-radius: 0;
}

.input-group-addon.input-sm {
    padding: 7px 12px;
}

.input-group-addon.input-lg {
    padding: 9.5px 18px;
    font-size: 16px;
    border-radius: 0;
}


/* Textarea Input Group */

textarea.form-control {
    padding-top: 12px;
}

.textarea-container {
    position: relative;
    width: 100%;
    padding-top: 39px;
}

.textarea-container .input-group-addon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    z-index: 100;
    border-radius: 0;
    text-align: left;
}

.textarea-container .input-group-addon:first-child {
    border-right: 1px solid #e5e7e9;
}

.textarea-container textarea.form-control {
    border-radius: 0;
}


/* Checkboxed and Radios */

input[type="radio"],
input[type="checkbox"] {
    margin-top: 7px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: -22px;
}

.radio label,
.checkbox label,
.radio-inline,
.checkbox-inline {
    padding-left: 22px;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-left: 15px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f5f7f9;
}

.input-border-bottom.form-control {
    border-radius: 0 !important;
}

.input-border-bottom.form-control {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    transition: border 0.5s ease;
    -webkit-transition: border 0.5s ease;
    background-color: transparent;
}

.input-border-bottom.form-control:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.input-border-bottom.form-control {
    transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
}

.input-border-bottom.form-control:focus {
    padding-left: 0;
}


/* Input Border Dark Style */

.form-control.border-dark,
.input-group.border-dark .input-group-addon,
.input-group.border-dark .form-control {
    border-color: #000;
    background-color: transparent;
    color: #575757;
}

.form-control.border-dark::-moz-placeholder,
.input-group.border-dark .form-control::-moz-placeholder {
    color: #575757;
}

.form-control.border-dark:-ms-input-placeholder,
.input-group.border-dark .form-control:-ms-input-placeholder {
    color: #575757;
}

.form-control.border-dark::-webkit-input-placeholder,
.input-group.border-dark .form-control::-webkit-input-placeholder {
    color: #575757;
}

.form-control.border-dark:focus {
    border-color: #000;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
}


/* Input Border White Style */

.form-control.border-white,
.input-group.border-white .input-group-addon,
.input-group.border-white .form-control {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.form-control.border-white::-moz-placeholder,
.input-group.border-white .form-control::-moz-placeholder {
    color: #fff;
}

.form-control.border-white:-ms-input-placeholder,
.input-group.border-white .form-control:-ms-input-placeholder {
    color: #fff;
}

.form-control.border-white::-webkit-input-placeholder,
.input-group.border-white .form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control.border-white:focus {
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}


/* Selectbox */

.normal-selectbox .select2-container {
    width: 100% !important;
    display: block;
}

.normal-selectbox .select2-container .select2-selection--single {
    height: 40px;
}

.large-selectbox .select2-container .select2-selection--single {
    height: 46px;
}

.normal-selectbox .select2-container--default .select2-selection--single,
.normal-selectbox .select2-container--default .select2-selection--multiple,
.select2-container .select2-dropdown {
    border-radius: 0;
    border-color: #e5e7e9;
}

.normal-selectbox .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 24px;
}

.large-selectbox .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.normal-selectbox .select2-container .select2-selection--single .select2-selection__rendered {
    height: 40px;
    padding: 8px 16px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 14px;
}

.large-selectbox .select2-container .select2-selection--single .select2-selection__rendered {
    height: 46px;
}

.normal-selectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.large-selectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container .select2-results__option {
    padding: 6px 16px;
    font-weight: 400;
    font-size: 14px;
}

.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f7f9;
    color: #333;
}

.select2-container.select2-container--default .select2-selection--single:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e0e0e0;
}

.select2-container .select2-selection--multiple {
    min-height: 32px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f7f9;
    border: 1px solid #e5e7e9;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 5px;
    display: block;
}


/*------------------------------------------------------------------
[18. Google Maps]
*/

.gmap {
    background-color: #fff;
    padding: 0;
    z-index: 0;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.overlay .gmap {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
}


/*------------------------------------------------------------------
[19. Divider]
*/

.divider {
    display: block;
    margin: 20px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 2px;
}

.divider::before,
.divider::after {
    content: '';
    height: 1px;
    width: 37px;
    position: absolute;
    background-color: #e5e7e9;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.divider.divider-left::after,
.divider.divider-right::after {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
}

.divider.divider-center::before {
    top: 0;
    right: 50%;
    margin-right: -7px;
}

.divider.divider-center::after {
    bottom: 0;
    left: 50%;
    margin-left: -7px;
}

.divider.divider-left::before {
    top: 0;
    left: 0;
}

.divider.divider-left::after {
    bottom: 0;
    left: 0;
    margin-left: -23px;
}

.divider.divider-right::before {
    top: 0;
    right: 0;
}

.divider.divider-right::after {
    bottom: 0;
    right: 0;
    margin-right: -23px;
}


/* Animate Divider */

.animate-divider:hover .divider::before,
.animate-divider:hover .divider::after {
    width: 54px;
}

.animate-divider:hover .divider.divider-center::before,
.animate-divider:hover .divider.divider-center::after {
    width: 30px;
}


/* Alternative */

.divider-alt {
    display: block;
    margin: 35px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 1px;
    background-color: #e5e7e9;
}


/* Divider Color Styles */

.divider-alt.divider-light,
.divider.divider-light::before,
.divider.divider-light::after {
    background-color: #fff;
}

.divider-alt.divider-dark,
.divider.divider-dark::before,
.divider.divider-dark::after {
    background-color: #333;
}


/*------------------------------------------------------------------
[20. Back To Top]
*/

.backToTop {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 38px;
    height: 38px;
    background: #000a1e;
    background: rgba(0, 10, 30, 0.7);
    cursor: pointer;
    z-index: 9000;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    border: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.backToTop:hover,
.backToTop:focus {
    color: #fff
}

.backToTop.fadein {
    opacity: 1;
}

.backToTop::before,
.backToTop::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 70%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.backToTop::before {
    top: -2px;
    left: -2px;
    border-top: 2px solid #000a1e;
    border-top: 2px solid rgba(0, 10, 30, 0.7);
    border-left: 2px solid #000a1e;
    border-left: 2px solid rgba(0, 10, 30, 0.7);
}

.backToTop::after {
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #000a1e;
    border-bottom: 2px solid rgba(0, 10, 30, 0.7);
    border-right: 2px solid #000a1e;
    border-right: 2px solid rgba(0, 10, 30, 0.7);
}

.backToTop:hover {
    background: rgba(0, 10, 30, 0.9);
}

.backToTop:hover::before,
.backToTop:hover::after {
    width: 90%;
    height: 90%;
}

.backToTop:hover::before {
    border-top-color: #000a1e;
    border-top-color: rgba(0, 10, 30, 0.9);
    border-right-color: #000a1e;
    border-right-color: rgba(0, 10, 30, 0.9);
}

.backToTop:hover::after {
    border-bottom-color: #000a1e;
    border-bottom-color: rgba(0, 10, 30, 0.9);
    border-left-color: #000a1e;
    border-left-color: rgba(0, 10, 30, 0.9);
}


/*------------------------------------------------------------------
[21. Preloaders]
*/

#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10001;
}

#loading-animation {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/loading-animation.gif) no-repeat center;
}


/*------------------------------------------------------------------
[22. Footer]
*/

.site-footer {
    margin: 0 auto;
    width: 100%;
}

.site-footer .container {
    position: relative;
    overflow: hidden;
}

.copyright {
    line-height: 40px;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    margin-top: 0px;
    border-top: 1px solid #e5e7e9;
}

.site-footer .widget {
    margin-bottom: 50px;
}

.site-footer .widget li {
    margin-top: 5px;
}

.site-footer .widget li:first-of-type {
    margin-top: 0;
}

.site-footer.text-white .widget a,
.site-footer.text-white .widget i {
    color: #fff;
}

.site-footer.text-white .widget-title {
    color: #fff;
    border-bottom: 1px solid #cfcfcf;
}

.site-footer.text-white .widget-title::before,
.site-footer.text-white .widget-title::after {
    background: #fff;
}

.horizontal-nav ul {
    margin-bottom: 0;
}

.horizontal-nav li {
    display: inline-block;
    margin-right: 37px;
}

.horizontal-nav li:last-of-type {
    margin-right: 0;
}

.horizontal-nav li a {
    color: #fff;
}

.horizontal-nav.text-dark li a {
    color: #333;
}


/*------------------------------------------------------------------
[23. Sidebar & Widgets]
*/

.layout-sidebar-left {
    padding-left: 30px;
}

.layout-sidebar-right {
    padding-right: 30px;
}

.layout-sidebar-both {
    padding-left: 30px;
    padding-right: 30px;
}

.sidebar,
.widget-area {
    overflow: hidden;
}

.widget {
    margin-bottom: 50px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
}

.widget-title {
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    margin-right: -2px;
    padding: 0;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e7e9;
}

.widget-title::before,
.widget-title::after {
    content: '';
    position: absolute;
    height: 1px;
    background: #333;
    left: 0;
}

.widget-title::before {
    width: 37px;
    bottom: -1px;
}

.widget-title::after {
    width: 14px;
    bottom: -2px;
}

.widget ul,
.widget ol {
    list-style: none;
}

.widget li {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget li:first-of-type {
    margin-top: 0;
}

.widget a {
    color: #777;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget a:hover {
    color: #333;
}

.widget_recent_entries li a,
.widget_nav_menu ul li a,
.widget_categories li a,
.widget_recent_comments li a,
.widget_pages li a,
.widget_meta li a,
.widget_rss li a,
.widget_archive li a {
    display: block;
    font-weight: 400;
    width: 100%;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* Tagcloud widget */

.widget .tagcloud {
    overflow: hidden;
}

.widget .tagcloud a {
    border: 1px solid #e5e7e9;
    background: #f5f7f9;
    color: #777;
    float: left;
    margin: 0px 8px 8px 0px;
    width: auto;
    padding: 4px 8px;
    display: inline-block;
    font-size: 14px !important;
}

.widget .tagcloud a:hover {
    background: #fefefe;
    color: #333;
}


/* Social widget */

.widget_social_links {
    margin-bottom: 30px;
}

.wrap-social {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wrap-social ul {
    display: table;
    margin: 0 auto;
}

.wrap-social li {
    display: inline-block;
    padding: 0;
    margin: 5px !important;
    position: relative;
    overflow: hidden;
    width: 40px;
}

.wrap-social li a {
    margin: 0;
}


/* Widget - Filter Size */

.widget_filter_size {
    margin-bottom: 40px;
}

.filter-size-container {
    font-size: 0;
}

.filter-size-container .row {
    margin-left: -5px;
    margin-right: -5px;
}

.filter-size-box {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    border: 1px solid #e5e7e9;
    margin: 0 5px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: #555;
    background-color: #f5f7f9;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

.filter-size-box:hover,
.filter-size-box:focus {
    background-color: #e5e7e9;
    border-color: #d9d8da;
    color: #303030;
}

.filter-size-box.active {
    background: #2196f3;
}

.filter-size-box.active,
.filter-size-box.active:hover,
.filter-size-box.active:focus {
    color: #fff;
    cursor: default;
}


/* Widget - Filter Color */

.widget_filter_color {
    margin-bottom: 40px;
}

.filter-color-container {
    font-size: 0;
}

.filter-color-container .row {
    margin-left: -5px;
    margin-right: -5px;
}

.filter-color-box {
    display: block;
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 5px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border-radius: 16px;
}

.filter-color-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 12px;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.filter-color-box.active::before,
.filter-color-box:hover::before,
.filter-color-box:focus::before {
    opacity: 1;
}


/* Filter Brand */

.filter-brand-list a span {
    float: right;
}


/*------------------------------------------------------------------
[24. Isotope Transitions]
*/

.masonry-thumbs {
    margin-right: -1px;
}

.masonry-thumbs .isotope-item {
    padding-bottom: 1px;
    padding-right: 1px;
}


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/*------------------------------------------------------------------
[25. Other]
*/


/* FAQ List */

.faqlist li {
    margin-bottom: 5px;
    font-size: 15px;
}

.faqlist li a {
    color: #474747;
}

.faqlist li a:hover {
    color: #00bcd4;
}


/* Mobile Image */

.mobile-image {
    display: none;
}


/* Table */

.table {
    border-color: #e5e7e9;
    text-align: left;
}

.table>thead>tr>th {
    background: #f5f7f9;
    color: #333;
    border-bottom: 0;
    font-size: 14px;
    text-transform: none;
    border-color: #e5e7e9;
}

.table>thead>tr>th,
.table>tbody>tr>td {
    font-size: 15px;
    font-weight: 400;
    padding: 15px 20px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background: #fff;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background: #f5f7f9;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px 20px;
    border-top: 0;
}

.table.small-padding>tbody>tr>td,
.table.small-padding>tbody>tr>th,
.table.small-padding>tfoot>tr>td,
.table.small-padding>tfoot>tr>th,
.table.small-padding>thead>tr>td,
.table.small-padding>thead>tr>th {
    padding: 10px 15px;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f7f9;
}


/* Mouse icon */

.mouse-icon {
    position: absolute;
    border: 2px solid #fff;
    border-radius: 16px;
    height: 50px;
    width: 30px;
    bottom: 70px;
    left: 50%;
    margin: 0 auto;
    margin-left: -15px;
    display: block;
    z-index: 100;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 4px;
    height: 10px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

.mouse-icon.dark {
    border: 2px solid #000;
}

.mouse-icon.dark .wheel {
    background: #000;
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}


/* Play Button */

.play-button {
    width: 80px;
    height: 80px;
    line-height: 76px;
    font-size: 50px;
    color: #fff;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, .21);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, .21);
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 4;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.play-button i {
    color: #fff;
    position: relative;
    right: -3px;
}

.play-button:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.play-button.large {
    height: 120px;
    line-height: 116px;
    width: 120px;
    font-size: 82px;
    margin-top: -60px;
    margin-left: -60px;
}

.play-button.large i {
    right: -6px;
}

.play-button.inline {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
    z-index: 0;
}

.play-button.dark {
    border-color: #333;
    color: #333;
    background: rgba(0, 0, 0, .13);
    box-shadow: 0 0 0 7px rgba(0, 20, 0, .13);
}

.play-button.dark i {
    color: #333;
}

@media (max-width: 992px) {
    .xs-text-left {
        text-align: left !important;
    }
    .xs-text-right {
        text-align: right !important;
    }
    .xs-text-center {
        text-align: center !important;
    }
    .xs-text-justify {
        text-align: justify !important;
    }
}


/* Show Grid */

.show-grid {
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    cursor: default;
}

.show-grid:hover {
    border-color: #333;
}


/* Other */

.error-number {
    font-size: 130px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 140px;
}


/*------------------------------------------------------------------
[26. Helper Classes]
*/


/*------------------------------------------------------------------
[26.1 Different]
*/


/* Text Align */

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}


/* Font Weights */

.font-thin {
    font-weight: 100 !important;
}

.font-extralight {
    font-weight: 200 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-normal {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-extrabold {
    font-weight: 800 !important;
}

.font-ultrabold {
    font-weight: 900 !important;
}


/* Font Sizes */

.font-large {
    font-size: 72px;
    line-height: 80px;
}

.font-xlarge {
    font-size: 82px;
    line-height: 90px;
}

.font-xxlarge {
    font-size: 92px;
    line-height: 100px;
}


/* Font Styles */

.font-italic {
    font-style: italic;
}


/* Font */

.font-opensans {
    font-family: 'Open Sans', sans-serif;
}

.subtitle {
    font-weight: 400;
    letter-spacing: 2px;
    margin-right: -2px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #a5a7a9;
    margin-bottom: 10px;
}


/* Image */

.img-rounded {
    border-radius: 100%;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.img-shadow {
    box-shadow: 0 0 7px rgba(10, 20, 30, .2)
}

.img-md {
    max-height: 120px;
}

.img-small {
    max-height: 80px;
}

.img-xs {
    max-height: 50px;
}


/* Vertical */

.vertical-top {
    vertical-align: top !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.vertical-bottom {
    vertical-align: bottom !important;
}


/* Display */

.display-block {
    display: block;
}

.display-table {
    display: table;
}


/* Opacity */

.opacity-100 {
    opacity: 1;
}

.opacity-95 {
    opacity: 0.95;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-85 {
    opacity: 0.85;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-70 {
    opacity: 0.70;
}

.opacity-65 {
    opacity: 0.65;
}

.opacity-60 {
    opacity: 0.60;
}

.opacity-55 {
    opacity: 0.55;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-45 {
    opacity: 0.45;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-35 {
    opacity: 0.35;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-15 {
    opacity: 0.15;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-5 {
    opacity: 0.05;
}

.opacity-0 {
    opacity: 0;
}


/* Border */

.noborder {
    border: none;
}

.notopborder {
    border-top: none;
}

.nobottomborder {
    border-bottom: none;
}

.noleftborder {
    border-left: none;
}

.norightborder {
    border-right: none;
}

.bordertop {
    border-top: 1px solid #e5e7e9;
}

.borderbottom {
    border-bottom: 1px solid #e5e7e9;
}

.bordertop.border-white,
.borderbottom.border-white {
    border-color: #fff;
}

.bordertop.border-black,
.borderbottom.border-black {
    border-color: #000;
}


/* Floating */

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/* Other */

.empty-space {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.photo-image {
    max-width: 350px;
    margin: 0 auto;
}

.height-auto {
    height: auto !important;
}

.separator {
    margin: 0 10px;
}

.overflow-hidden {
    overflow: hidden;
}

.clear {
    clear: both;
}

.position-relative {
    position: relative !important;
}


/*------------------------------------------------------------------
[26.2 Spacing]
*/


/* Margin */

.m-center {
    margin-left: auto;
    margin-right: auto;
}

.m-0 {
    margin: 0 !important;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}


/* Margin Left */

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}


/* Margin Right */

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}


/* Margin Bottom */

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-210 {
    margin-bottom: 210px;
}


/* Margin Top */

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-210 {
    margin-top: 210px;
}


/* Padding */

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}


/* Padding Left */

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}


/* Padding Right */

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}


/* Padding Top */

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-230 {
    padding-top: 230px;
}

.pt-240 {
    padding-top: 240px;
}

.pt-250 {
    padding-top: 250px;
}

.pt-260 {
    padding-top: 260px;
}

.pt-270 {
    padding-top: 270px;
}

.pt-280 {
    padding-top: 280px;
}

.pt-290 {
    padding-top: 290px;
}

.pt-300 {
    padding-top: 300px;
}

.pt-340 {
    padding-top: 340px;
}

.pt-370 {
    padding-top: 370px;
}

.pt-390 {
    padding-top: 390px;
}


/* Padding Bottom */

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-230 {
    padding-bottom: 230px;
}

.pb-240 {
    padding-bottom: 240px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-260 {
    padding-bottom: 260px;
}

.pb-270 {
    padding-bottom: 270px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-290 {
    padding-bottom: 290px;
}

.pb-300 {
    padding-bottom: 300px;
}

.pb-370 {
    padding-bottom: 370px;
}


/* Mobile Spacing - Extra Small - Phones Less than 768px */

@media (max-width: 768px) {
    .xs-m-center {
        margin-left: auto;
        margin-right: auto;
    }
    .xs-m-0 {
        margin: 0 !important;
    }
    .xs-m-10 {
        margin: 10px;
    }
    .xs-m-15 {
        margin: 15px;
    }
    .xs-m-20 {
        margin: 20px;
    }
    .xs-m-25 {
        margin: 25px;
    }
    .xs-m-30 {
        margin: 30px;
    }
    /* Margin Left */
    .xs-ml-0 {
        margin-left: 0 !important;
    }
    .xs-mr-5 {
        margin-left: 5px;
    }
    .xs-mr-10 {
        margin-left: 10px;
    }
    .xs-mr-20 {
        margin-left: 20px;
    }
    .xs-mr-30 {
        margin-left: 30px;
    }
    .xs-mr-40 {
        margin-left: 40px;
    }
    .xs-mr-50 {
        margin-left: 50px;
    }
    /* Margin Right */
    .xs-mr-0 {
        margin-right: 0 !important;
    }
    .xs-mr-5 {
        margin-right: 5px;
    }
    .xs-mr-10 {
        margin-right: 10px;
    }
    .xs-mr-20 {
        margin-right: 20px;
    }
    .xs-mr-30 {
        margin-right: 30px;
    }
    .xs-mr-40 {
        margin-right: 40px;
    }
    .xs-mr-50 {
        margin-right: 50px;
    }
    /* Margin Bottom */
    .xs-mb-0 {
        margin-bottom: 0 !important;
    }
    .xs-mb-1 {
        margin-bottom: 1px;
    }
    .xs-mb-5 {
        margin-bottom: 5px;
    }
    .xs-mb-10 {
        margin-bottom: 10px;
    }
    .xs-mb-15 {
        margin-bottom: 15px;
    }
    .xs-mb-20 {
        margin-bottom: 20px;
    }
    .xs-mb-25 {
        margin-bottom: 25px;
    }
    .xs-mb-30 {
        margin-bottom: 30px;
    }
    .xs-mb-35 {
        margin-bottom: 35px;
    }
    .xs-mb-40 {
        margin-bottom: 40px;
    }
    .xs-mb-45 {
        margin-bottom: 45px;
    }
    .xs-mb-50 {
        margin-bottom: 50px;
    }
    .xs-mb-55 {
        margin-bottom: 55px;
    }
    .xs-mb-60 {
        margin-bottom: 60px;
    }
    .xs-mb-65 {
        margin-bottom: 65px;
    }
    .xs-mb-70 {
        margin-bottom: 70px;
    }
    .xs-mb-80 {
        margin-bottom: 80px;
    }
    .xs-mb-90 {
        margin-bottom: 90px;
    }
    .xs-mb-100 {
        margin-bottom: 100px;
    }
    .xs-mb-110 {
        margin-bottom: 110px;
    }
    .xs-mb-120 {
        margin-bottom: 120px;
    }
    .xs-mb-130 {
        margin-bottom: 130px;
    }
    .xs-mb-140 {
        margin-bottom: 140px;
    }
    .xs-mb-150 {
        margin-bottom: 150px;
    }
    .xs-mb-160 {
        margin-bottom: 160px;
    }
    .xs-mb-170 {
        margin-bottom: 170px;
    }
    .xs-mb-180 {
        margin-bottom: 180px;
    }
    .xs-mb-190 {
        margin-bottom: 190px;
    }
    .xs-mb-200 {
        margin-bottom: 200px;
    }
    .xs-mb-210 {
        margin-bottom: 210px;
    }
    /* Margin Top */
    .xs-mt-0 {
        margin-top: 0 !important;
    }
    .xs-mt-1 {
        margin-top: 1px;
    }
    .xs-mt-5 {
        margin-top: 5px;
    }
    .xs-mt-10 {
        margin-top: 10px;
    }
    .xs-mt-15 {
        margin-top: 15px;
    }
    .xs-mt-20 {
        margin-top: 20px;
    }
    .xs-mt-25 {
        margin-top: 25px;
    }
    .xs-mt-30 {
        margin-top: 30px;
    }
    .xs-mt-35 {
        margin-top: 35px;
    }
    .xs-mt-40 {
        margin-top: 40px;
    }
    .xs-mt-45 {
        margin-top: 45px;
    }
    .xs-mt-50 {
        margin-top: 50px;
    }
    .xs-mt-55 {
        margin-top: 55px;
    }
    .xs-mt-60 {
        margin-top: 60px;
    }
    .xs-mt-65 {
        margin-top: 65px;
    }
    .xs-mt-70 {
        margin-top: 70px;
    }
    .xs-mt-80 {
        margin-top: 80px;
    }
    .xs-mt-90 {
        margin-top: 90px;
    }
    .xs-mt-100 {
        margin-top: 100px;
    }
    .xs-mt-110 {
        margin-top: 110px;
    }
    .xs-mt-120 {
        margin-top: 120px;
    }
    .xs-mt-130 {
        margin-top: 130px;
    }
    .xs-mt-140 {
        margin-top: 140px;
    }
    .xs-mt-150 {
        margin-top: 150px;
    }
    .xs-mt-160 {
        margin-top: 160px;
    }
    .xs-mt-170 {
        margin-top: 170px;
    }
    .xs-mt-180 {
        margin-top: 180px;
    }
    .xs-mt-190 {
        margin-top: 190px;
    }
    .xs-mt-200 {
        margin-top: 200px;
    }
    .xs-mt-210 {
        margin-top: 210px;
    }
    /* Padding */
    .xs-p-0 {
        padding: 0 !important;
    }
    .xs-p-10 {
        padding: 10px;
    }
    .xs-p-15 {
        padding: 15px;
    }
    .xs-p-20 {
        padding: 20px;
    }
    .xs-p-25 {
        padding: 25px;
    }
    .xs-p-30 {
        padding: 30px;
    }
    /* Padding Left */
    .xs-pl-0 {
        padding-left: 0 !important;
    }
    .xs-pl-5 {
        padding-left: 5px;
    }
    .xs-pl-10 {
        padding-left: 10px;
    }
    .xs-pl-20 {
        padding-left: 20px;
    }
    .xs-pl-30 {
        padding-left: 30px;
    }
    /* Padding Right */
    .xs-pr-0 {
        padding-right: 0 !important;
    }
    .xs-pr-5 {
        padding-right: 5px;
    }
    .xs-pr-10 {
        padding-right: 10px;
    }
    .xs-pr-20 {
        padding-right: 20px;
    }
    .xs-pr-30 {
        padding-right: 30px;
    }
    /* Padding Top */
    .xs-pt-0 {
        padding-top: 0 !important;
    }
    .xs-pt-5 {
        padding-top: 5px;
    }
    .xs-pt-10 {
        padding-top: 10px;
    }
    .xs-pt-15 {
        padding-top: 15px;
    }
    .xs-pt-20 {
        padding-top: 20px;
    }
    .xs-pt-25 {
        padding-top: 25px;
    }
    .xs-pt-30 {
        padding-top: 30px;
    }
    .xs-pt-35 {
        padding-top: 35px;
    }
    .xs-pt-40 {
        padding-top: 40px;
    }
    .xs-pt-45 {
        padding-top: 45px;
    }
    .xs-pt-50 {
        padding-top: 50px;
    }
    .xs-pt-55 {
        padding-top: 55px;
    }
    .xs-pt-60 {
        padding-top: 60px;
    }
    .xs-pt-65 {
        padding-top: 65px;
    }
    .xs-pt-70 {
        padding-top: 70px;
    }
    .xs-pt-75 {
        padding-top: 75px;
    }
    .xs-pt-80 {
        padding-top: 80px;
    }
    .xs-pt-90 {
        padding-top: 90px;
    }
    .xs-pt-100 {
        padding-top: 100px;
    }
    .xs-pt-110 {
        padding-top: 110px;
    }
    .xs-pt-120 {
        padding-top: 120px;
    }
    .xs-pt-130 {
        padding-top: 130px;
    }
    .xs-pt-140 {
        padding-top: 140px;
    }
    .xs-pt-150 {
        padding-top: 150px;
    }
    .xs-pt-160 {
        padding-top: 160px;
    }
    .xs-pt-170 {
        padding-top: 170px;
    }
    .xs-pt-180 {
        padding-top: 180px;
    }
    .xs-pt-190 {
        padding-top: 190px;
    }
    .xs-pt-200 {
        padding-top: 200px;
    }
    .xs-pt-210 {
        padding-top: 210px;
    }
    .xs-pt-220 {
        padding-top: 220px;
    }
    .xs-pt-230 {
        padding-top: 230px;
    }
    .xs-pt-240 {
        padding-top: 240px;
    }
    .xs-pt-250 {
        padding-top: 250px;
    }
    .xs-pt-260 {
        padding-top: 260px;
    }
    .xs-pt-270 {
        padding-top: 270px;
    }
    .xs-pt-280 {
        padding-top: 280px;
    }
    .xs-pt-290 {
        padding-top: 290px;
    }
    .xs-pt-300 {
        padding-top: 300px;
    }
    .xs-pt-370 {
        padding-top: 370px;
    }
    /* Padding Bottom */
    .xs-pb-0 {
        padding-bottom: 0 !important;
    }
    .xs-pb-5 {
        padding-bottom: 5px;
    }
    .xs-pb-10 {
        padding-bottom: 10px;
    }
    .xs-pb-15 {
        padding-bottom: 15px;
    }
    .xs-pb-20 {
        padding-bottom: 20px;
    }
    .xs-pb-25 {
        padding-bottom: 25px;
    }
    .xs-pb-30 {
        padding-bottom: 30px;
    }
    .xs-pb-35 {
        padding-bottom: 35px;
    }
    .xs-pb-40 {
        padding-bottom: 40px;
    }
    .xs-pb-45 {
        padding-bottom: 45px;
    }
    .xs-pb-50 {
        padding-bottom: 50px;
    }
    .xs-pb-55 {
        padding-bottom: 55px;
    }
    .xs-pb-60 {
        padding-bottom: 60px;
    }
    .xs-pb-65 {
        padding-bottom: 65px;
    }
    .xs-pb-70 {
        padding-bottom: 70px;
    }
    .xs-pb-75 {
        padding-bottom: 75px;
    }
    .xs-pb-80 {
        padding-bottom: 80px;
    }
    .xs-pb-90 {
        padding-bottom: 90px;
    }
    .xs-pb-100 {
        padding-bottom: 100px;
    }
    .xs-pb-110 {
        padding-bottom: 110px;
    }
    .xs-pb-120 {
        padding-bottom: 120px;
    }
    .xs-pb-130 {
        padding-bottom: 130px;
    }
    .xs-pb-140 {
        padding-bottom: 140px;
    }
    .xs-pb-150 {
        padding-bottom: 150px;
    }
    .xs-pb-160 {
        padding-bottom: 160px;
    }
    .xs-pb-170 {
        padding-bottom: 170px;
    }
    .xs-pb-180 {
        padding-bottom: 180px;
    }
    .xs-pb-190 {
        padding-bottom: 190px;
    }
    .xs-pb-200 {
        padding-bottom: 200px;
    }
    .xs-pb-210 {
        padding-bottom: 210px;
    }
    .xs-pb-220 {
        padding-bottom: 220px;
    }
    .xs-pb-230 {
        padding-bottom: 230px;
    }
    .xs-pb-240 {
        padding-bottom: 240px;
    }
    .xs-pb-250 {
        padding-bottom: 250px;
    }
    .xs-pb-260 {
        padding-bottom: 260px;
    }
    .xs-pb-270 {
        padding-bottom: 270px;
    }
    .xs-pb-280 {
        padding-bottom: 280px;
    }
    .xs-pb-290 {
        padding-bottom: 290px;
    }
    .xs-pb-300 {
        padding-bottom: 300px;
    }
    .xs-pb-370 {
        padding-bottom: 370px;
    }
}


/* Mobile Spacing - Small Devices - Tablets 768px and up to 991px */

@media (max-width: 991px) {
    .sm-m-center {
        margin-left: auto;
        margin-right: auto;
    }
    .sm-m-0 {
        margin: 0 !important;
    }
    .sm-m-10 {
        margin: 10px;
    }
    .sm-m-15 {
        margin: 15px;
    }
    .sm-m-20 {
        margin: 20px;
    }
    .sm-m-25 {
        margin: 25px;
    }
    .sm-m-30 {
        margin: 30px;
    }
    /* Margin Left */
    .sm-ml-0 {
        margin-left: 0 !important;
    }
    .sm-mr-5 {
        margin-left: 5px;
    }
    .sm-mr-10 {
        margin-left: 10px;
    }
    .sm-mr-20 {
        margin-left: 20px;
    }
    .sm-mr-30 {
        margin-left: 30px;
    }
    .sm-mr-40 {
        margin-left: 40px;
    }
    .sm-mr-50 {
        margin-left: 50px;
    }
    /* Margin Right */
    .sm-mr-0 {
        margin-right: 0 !important;
    }
    .sm-mr-5 {
        margin-right: 5px;
    }
    .sm-mr-10 {
        margin-right: 10px;
    }
    .sm-mr-20 {
        margin-right: 20px;
    }
    .sm-mr-30 {
        margin-right: 30px;
    }
    .sm-mr-40 {
        margin-right: 40px;
    }
    .sm-mr-50 {
        margin-right: 50px;
    }
    /* Margin Bottom */
    .sm-mb-0 {
        margin-bottom: 0 !important;
    }
    .sm-mb-1 {
        margin-bottom: 1px;
    }
    .sm-mb-5 {
        margin-bottom: 5px;
    }
    .sm-mb-10 {
        margin-bottom: 10px;
    }
    .sm-mb-15 {
        margin-bottom: 15px;
    }
    .sm-mb-20 {
        margin-bottom: 20px;
    }
    .sm-mb-25 {
        margin-bottom: 25px;
    }
    .sm-mb-30 {
        margin-bottom: 30px;
    }
    .sm-mb-35 {
        margin-bottom: 35px;
    }
    .sm-mb-40 {
        margin-bottom: 40px;
    }
    .sm-mb-45 {
        margin-bottom: 45px;
    }
    .sm-mb-50 {
        margin-bottom: 50px;
    }
    .sm-mb-55 {
        margin-bottom: 55px;
    }
    .sm-mb-60 {
        margin-bottom: 60px;
    }
    .sm-mb-65 {
        margin-bottom: 65px;
    }
    .sm-mb-70 {
        margin-bottom: 70px;
    }
    .sm-mb-80 {
        margin-bottom: 80px;
    }
    .sm-mb-90 {
        margin-bottom: 90px;
    }
    .sm-mb-100 {
        margin-bottom: 100px;
    }
    .sm-mb-110 {
        margin-bottom: 110px;
    }
    .sm-mb-120 {
        margin-bottom: 120px;
    }
    .sm-mb-130 {
        margin-bottom: 130px;
    }
    .sm-mb-140 {
        margin-bottom: 140px;
    }
    .sm-mb-150 {
        margin-bottom: 150px;
    }
    .sm-mb-160 {
        margin-bottom: 160px;
    }
    .sm-mb-170 {
        margin-bottom: 170px;
    }
    .sm-mb-180 {
        margin-bottom: 180px;
    }
    .sm-mb-190 {
        margin-bottom: 190px;
    }
    .sm-mb-200 {
        margin-bottom: 200px;
    }
    .sm-mb-210 {
        margin-bottom: 210px;
    }
    /* Margin Top */
    .sm-mt-0 {
        margin-top: 0 !important;
    }
    .sm-mt-1 {
        margin-top: 1px;
    }
    .sm-mt-5 {
        margin-top: 5px;
    }
    .sm-mt-10 {
        margin-top: 10px;
    }
    .sm-mt-15 {
        margin-top: 15px;
    }
    .sm-mt-20 {
        margin-top: 20px;
    }
    .sm-mt-25 {
        margin-top: 25px;
    }
    .sm-mt-30 {
        margin-top: 30px;
    }
    .sm-mt-35 {
        margin-top: 35px;
    }
    .sm-mt-40 {
        margin-top: 40px;
    }
    .sm-mt-45 {
        margin-top: 45px;
    }
    .sm-mt-50 {
        margin-top: 50px;
    }
    .sm-mt-55 {
        margin-top: 55px;
    }
    .sm-mt-60 {
        margin-top: 60px;
    }
    .sm-mt-65 {
        margin-top: 65px;
    }
    .sm-mt-70 {
        margin-top: 70px;
    }
    .sm-mt-80 {
        margin-top: 80px;
    }
    .sm-mt-90 {
        margin-top: 90px;
    }
    .sm-mt-100 {
        margin-top: 100px;
    }
    .sm-mt-110 {
        margin-top: 110px;
    }
    .sm-mt-120 {
        margin-top: 120px;
    }
    .sm-mt-130 {
        margin-top: 130px;
    }
    .sm-mt-140 {
        margin-top: 140px;
    }
    .sm-mt-150 {
        margin-top: 150px;
    }
    .sm-mt-160 {
        margin-top: 160px;
    }
    .sm-mt-170 {
        margin-top: 170px;
    }
    .sm-mt-180 {
        margin-top: 180px;
    }
    .sm-mt-190 {
        margin-top: 190px;
    }
    .sm-mt-200 {
        margin-top: 200px;
    }
    .sm-mt-210 {
        margin-top: 210px;
    }
    /* Padding */
    .sm-p-0 {
        padding: 0 !important;
    }
    .sm-p-10 {
        padding: 10px;
    }
    .sm-p-15 {
        padding: 15px;
    }
    .sm-p-20 {
        padding: 20px;
    }
    .sm-p-25 {
        padding: 25px;
    }
    .sm-p-30 {
        padding: 30px;
    }
    /* Padding Left */
    .sm-pl-0 {
        padding-left: 0 !important;
    }
    .sm-pl-5 {
        padding-left: 5px;
    }
    .sm-pl-10 {
        padding-left: 10px;
    }
    .sm-pl-20 {
        padding-left: 20px;
    }
    .sm-pl-30 {
        padding-left: 30px;
    }
    /* Padding Right */
    .sm-pr-0 {
        padding-right: 0 !important;
    }
    .sm-pr-5 {
        padding-right: 5px;
    }
    .sm-pr-10 {
        padding-right: 10px;
    }
    .sm-pr-20 {
        padding-right: 20px;
    }
    .sm-pr-30 {
        padding-right: 30px;
    }
    /* Padding Top */
    .sm-pt-0 {
        padding-top: 0 !important;
    }
    .sm-pt-5 {
        padding-top: 5px;
    }
    .sm-pt-10 {
        padding-top: 10px;
    }
    .sm-pt-15 {
        padding-top: 15px;
    }
    .sm-pt-20 {
        padding-top: 20px;
    }
    .sm-pt-25 {
        padding-top: 25px;
    }
    .sm-pt-30 {
        padding-top: 30px;
    }
    .sm-pt-35 {
        padding-top: 35px;
    }
    .sm-pt-40 {
        padding-top: 40px;
    }
    .sm-pt-45 {
        padding-top: 45px;
    }
    .sm-pt-50 {
        padding-top: 50px;
    }
    .sm-pt-55 {
        padding-top: 55px;
    }
    .sm-pt-60 {
        padding-top: 60px;
    }
    .sm-pt-65 {
        padding-top: 65px;
    }
    .sm-pt-70 {
        padding-top: 70px;
    }
    .sm-pt-75 {
        padding-top: 75px;
    }
    .sm-pt-80 {
        padding-top: 80px;
    }
    .sm-pt-90 {
        padding-top: 90px;
    }
    .sm-pt-100 {
        padding-top: 100px;
    }
    .sm-pt-110 {
        padding-top: 110px;
    }
    .sm-pt-120 {
        padding-top: 120px;
    }
    .sm-pt-130 {
        padding-top: 130px;
    }
    .sm-pt-140 {
        padding-top: 140px;
    }
    .sm-pt-150 {
        padding-top: 150px;
    }
    .sm-pt-160 {
        padding-top: 160px;
    }
    .sm-pt-170 {
        padding-top: 170px;
    }
    .sm-pt-180 {
        padding-top: 180px;
    }
    .sm-pt-190 {
        padding-top: 190px;
    }
    .sm-pt-200 {
        padding-top: 200px;
    }
    .sm-pt-210 {
        padding-top: 210px;
    }
    .sm-pt-220 {
        padding-top: 220px;
    }
    .sm-pt-230 {
        padding-top: 230px;
    }
    .sm-pt-240 {
        padding-top: 240px;
    }
    .sm-pt-250 {
        padding-top: 250px;
    }
    .sm-pt-260 {
        padding-top: 260px;
    }
    .sm-pt-270 {
        padding-top: 270px;
    }
    .sm-pt-280 {
        padding-top: 280px;
    }
    .sm-pt-290 {
        padding-top: 290px;
    }
    .sm-pt-300 {
        padding-top: 300px;
    }
    .sm-pt-370 {
        padding-top: 370px;
    }
    /* Padding Bottom */
    .sm-pb-0 {
        padding-bottom: 0 !important;
    }
    .sm-pb-5 {
        padding-bottom: 5px;
    }
    .sm-pb-10 {
        padding-bottom: 10px;
    }
    .sm-pb-15 {
        padding-bottom: 15px;
    }
    .sm-pb-20 {
        padding-bottom: 20px;
    }
    .sm-pb-25 {
        padding-bottom: 25px;
    }
    .sm-pb-30 {
        padding-bottom: 30px;
    }
    .sm-pb-35 {
        padding-bottom: 35px;
    }
    .sm-pb-40 {
        padding-bottom: 40px;
    }
    .sm-pb-45 {
        padding-bottom: 45px;
    }
    .sm-pb-50 {
        padding-bottom: 50px;
    }
    .sm-pb-55 {
        padding-bottom: 55px;
    }
    .sm-pb-60 {
        padding-bottom: 60px;
    }
    .sm-pb-65 {
        padding-bottom: 65px;
    }
    .sm-pb-70 {
        padding-bottom: 70px;
    }
    .sm-pb-75 {
        padding-bottom: 75px;
    }
    .sm-pb-80 {
        padding-bottom: 80px;
    }
    .sm-pb-90 {
        padding-bottom: 90px;
    }
    .sm-pb-100 {
        padding-bottom: 100px;
    }
    .sm-pb-110 {
        padding-bottom: 110px;
    }
    .sm-pb-120 {
        padding-bottom: 120px;
    }
    .sm-pb-130 {
        padding-bottom: 130px;
    }
    .sm-pb-140 {
        padding-bottom: 140px;
    }
    .sm-pb-150 {
        padding-bottom: 150px;
    }
    .sm-pb-160 {
        padding-bottom: 160px;
    }
    .sm-pb-170 {
        padding-bottom: 170px;
    }
    .sm-pb-180 {
        padding-bottom: 180px;
    }
    .sm-pb-190 {
        padding-bottom: 190px;
    }
    .sm-pb-200 {
        padding-bottom: 200px;
    }
    .sm-pb-210 {
        padding-bottom: 210px;
    }
    .sm-pb-220 {
        padding-bottom: 220px;
    }
    .sm-pb-230 {
        padding-bottom: 230px;
    }
    .sm-pb-240 {
        padding-bottom: 240px;
    }
    .sm-pb-250 {
        padding-bottom: 250px;
    }
    .sm-pb-260 {
        padding-bottom: 260px;
    }
    .sm-pb-270 {
        padding-bottom: 270px;
    }
    .sm-pb-280 {
        padding-bottom: 280px;
    }
    .sm-pb-290 {
        padding-bottom: 290px;
    }
    .sm-pb-300 {
        padding-bottom: 300px;
    }
    .sm-pb-370 {
        padding-bottom: 370px;
    }
}


/*------------------------------------------------------------------
[27. Mobile]
*/

body.mobile {
    -webkit-text-size-adjust: none;
}

body.mobile .animated {
    display: block;
    visibility: visible;
}

body.mobile .parallax-background {
    background-attachment: fixed;
}

body.mobile .main-header .top-bar {
    display: none;
}

body.mobile .mouse-icon {
    display: none;
}

body.mobile .mobile-hidden {
    display: none;
    visibility: hidden;
}

body.mobile .fullscreen-element {
    min-height: 100% !important;
}

body.mobile .fullscreen-element,
body.mobile .fullscreen-element .section-container,
body.mobile .fullscreen-element .section-container,
body.mobile .fullscreen-element .table-container {
    display: block;
    height: auto;
}


/*------------------------------------------------------------------
[28. Responsive]
*/

@media screen and (min-width:720px) {
    .fullscreen-element {
        height: 100vh;
    }
    .fullscreen-element .table-container {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
    }
    .fullscreen-element .table-content {
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (max-width:1024px) {
    /* Main Header */
    .main-header,
    .main-header.header-sticky {
        padding-top: 0;
        position: relative;
    }
    .main-header.header-alt .header-wrapper {
        margin: 0;
    }
    .main-header.transparent {
        padding-top: 0;
        background-color: #fff;
    }
    .main-header.transparent,
    .main-header.semi-light,
    .main-header.header-alt.light .header-wrapper {
        box-shadow: 0 0 0 1px #e5e7e9;
    }
    .main-header.transparent .logo-light {
        display: none;
        visibility: hidden;
    }
    .main-header.transparent .logo-dark {
        display: block;
        visibility: visible;
    }
    .main-header.semi-dark {
        background-color: rgba(0, 10, 20, 1);
        background-color: #000a14;
    }
    .main-header .top-bar,
    .main-header .header-widget.widget-menu {
        display: none;
    }
    .header-logo {
        padding: 0 25px;
    }
    .main-header.style-1 .header-logo::before,
    .main-header.style-1.transparent-dark .header-logo::before {
        /* 1.2 */
        box-shadow: 1px 0 0 #e5e7e9;
        background: transparent;
    }
    .main-header.style-1.dark .header-logo::before,
    .main-header.style-1.semi-dark .header-logo::before {
        /* 1.2 */
        box-shadow: 1px 0 0 #39383a;
    }
    .main-header.style-2 .header-above .header-logo {
        width: 100%;
    }
    .main-header.style-2 .header-above .header-above-left,
    .main-header.style-2 .header-above .header-above-right {
        display: none;
    }
    .main-header.style-2.transparent .header-above {
        border-color: #e5e7e9;
    }
    .main-header .container {
        width: auto;
    }
    /* Main Nav */
    .nav-wrapper {
        margin: 0;
    }
    .nav-wrapper .container,
    .nav-wrapper .container-fluid {
        padding: 0;
    }
    .nav-toggle {
        display: block;
    }
    .block-menu {
        display: none;
        overflow: hidden;
        float: none;
        width: 100%;
        margin: 0;
        border-top: 1px solid #e5e7e9;
    }
    .header-nav.nav-narrow .header-widget:last-child .trigger-widget {
        margin-right: 15px;
    }
    .header-nav ul.menu {
        position: relative;
    }
    .header-nav .bt-dropdown,
    .header-nav ul.menu>li {
        position: relative;
        float: none;
        margin: 0;
        padding: 0 15px;
        overflow: hidden;
        width: 100%;
    }
    .header-nav ul.menu a {
        position: relative;
    }
    .bt-dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        display: none;
        float: none;
        border: none;
    }
    .dropdown-submenu .bt-dropdown-menu,
    .dropdown-submenu .bt-dropdown-menu.menu-pos-invert {
        top: 0;
        left: 0;
        margin: 0 15px;
    }
    .header-nav .menu>li>a,
    .header-nav .menu>li>a i {
        color: #333;
    }
    .header-nav .menu>.bt-dropdown.open>a,
    .header-nav .menu>.bt-dropdown.open>a i {
        color: #2196f3;
    }
    .header-nav .menu>li>a {
        line-height: 44px;
    }
    .header-nav .menu>li>a i {
        position: absolute;
        top: 14px;
        right: 0;
    }
    .bt-dropdown-menu>li>a,
    .header-widget.widget-menu ul li a {
        padding: 0 15px;
        line-height: 44px;
    }
    .header-nav .bt-dropdown-menu,
    .header-nav .bt-dropdown-menu>li>a,
    .header-nav .bt-dropdown-menu>li>a:focus,
    .header-nav .bt-dropdown-menu>li>a:hover,
    .header-nav .dropdown-submenu.open>a,
    .header-nav .dropdown-submenu.open>a:focus,
    .header-nav .dropdown-submenu.open>a:hover,
    .header-nav .header-widget.widget-menu ul li a:focus,
    .header-nav .header-widget.widget-menu ul li a:hover {
        background-color: transparent !important;
    }
    .header-nav .dropdown-submenu>a::after {
        content: '\f107';
        top: 11px;
    }
    .header-nav .mega-menu-content {
        background: transparent !important;
        border: none !important;
        padding: 15px 0;
        margin: 0 15px;
    }
    .main-header.style-1.transparent .header-nav .mega-menu-content,
    .main-header.style-2 .header-nav .mega-menu-content,
    .main-header.style-2.header-narrow .header-nav .mega-menu-content {
        margin: 0 15px;
    }
    .header-nav .list-unstyled {
        margin-top: 20px;
    }
    .header-nav .list-unstyled:first-child {
        margin-top: 0;
    }
    .main-header.dark .nav-toggle,
    .main-header.semi-dark .nav-toggle,
    .header-nav.light-light .block-menu,
    .header-nav.light-dark .block-menu {
        border-color: #39383a;
    }
    .main-header.dark .nav-toggle i,
    .main-header.semi-dark .nav-toggle i {
        color: #fff;
    }
    .header-nav.light .menu>li>a,
    .header-nav.light .menu>li>a>i,
    .header-nav.light .top-links li>a,
    .header-nav.light .top-links li>a i,
    .header-nav.light .top-social li>a,
    .header-nav.light .top-social li>a i,
    .header-nav.light .top-links li>a:hover,
    .header-nav.light .top-links li>a:hover i,
    .header-nav.light .top-social li>a:hover,
    .header-nav.light .top-social li>a:hover i,
    .header-nav.light .trigger-widget,
    .header-nav.light .trigger-widget:focus,
    .header-nav.light .trigger-widget:hover,
    .header-nav.light .trigger-widget i {
        color: #333;
    }
}

@media screen and (max-width:991px) {
    .mobile-hidden {
        display: none;
        visibility: hidden;
    }
    .sm-hidden {
        display: none;
        visibility: hidden;
    }
    /* Layout */
    .layout-sidebar-left {
        padding-left: 15px;
    }
    .layout-sidebar-right {
        padding-right: 15px;
    }
    .layout-sidebar-both {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* Layout */
    .intro-section,
    .hero-shop {
        height: auto;
    }
    .fullscreen-element {
        min-height: 100% !important;
    }
    .fullscreen-element,
    .fullscreen-element .section-container,
    .fullscreen-element .section-container,
    .fullscreen-element .table-container {
        display: block;
        height: auto;
    }
    /* Typography */
    .sm-text-left {
        text-align: left !important;
    }
    .sm-text-right {
        text-align: right !important;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .sm-text-justify {
        text-align: justify !important;
    }
    /* Breadcrumbs */
    .breadcrumb {
        position: relative;
        text-align: center;
        margin-top: 30px !important;
    }
    .breadcrumb,
    .breadcrumb.breadcrumb-left,
    .breadcrumb.breadcrumb-right {
        margin: 0;
        padding: 0;
        height: auto;
    }
    .breadcrumb.breadcrumb-left {
        text-align: right;
    }
    .breadcrumb.breadcrumb-right {
        text-align: left;
    }
    /* Swiper Slider */
    .swiper_slider .swiper-slide {
        min-height: 570px;
        height: 500px;
    }
    .swiper_slider.fullscreen-element .swiper-slide {
        min-height: 630px;
        height: 500px;
    }
    .swiper_slider .swiper-slide.parallax-slide {
        background-position: 50% 0px !important;
    }
    .swiper_slider .section-container {
        display: table;
        width: 100%;
        height: 100%;
    }
    .swiper_slider .table-container {
        display: table-cell;
        vertical-align: middle;
    }
    .swiper-gallery {
        height: 470px;
    }
    .swiper_slider.swiper_centered .swiper-slide {
        width: 100%;
    }
    /* Divider */
    .divider.divider-left::before {
        left: auto;
        right: 50%;
        margin-right: -7px;
    }
    .divider.divider-left::after {
        left: 50%;
        margin-left: -7px;
    }
    .divider.divider-right::before {
        right: 50%;
        margin-right: -7px;
    }
    .divider.divider-right::after {
        right: auto;
        margin-right: auto;
        left: 50%;
        margin-left: -7px;
    }
    /* Page Title */
    .page-title,
    .page-title-large,
    .page-title-xlarge {
        padding: 90px 0;
    }
    /* Other */
    .intro-section {
        padding: 210px 0;
    }
    .mouse-icon {
        display: none;
    }
    .mobile-image {
        display: block;
    }
    .countdown .counter-box {
        display: inline-block;
        float: none;
        width: 170px;
        padding: 15px 15px;
    }
    .clients-row .client.border-bottom::before,
    .clients-row .client.border-right::after {
        display: none;
    }
    .container-overlay,
    .container-overlay .col-background {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        background-image: none !important;
        z-index: 0;
    }
    /* Tabs */
    .nav-tabs>li>a,
    .ico.nav-tabs>li>a {
        padding: 20px 30px;
    }
    .alt.nav-tabs>li>a,
    .text.nav-tabs>li>a,
    .text.small.nav-tabs>li>a {
        padding: 10px 30px;
    }
    /* Feature Box */
    .feature-box .box-content {
        max-width: 100%;
    }
    .single-product,
    .single-product .product-rating {
        text-align: left;
    }
    .single-product .btn {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .xs-hidden {
        display: none;
        visibility: hidden;
    }
    /* Layout */
    section,
    .section,
    .text-left,
    .text-right {
        text-align: center !important;
    }
    /* Typography */
    .xs-text-left {
        text-align: left !important;
    }
    .xs-text-right {
        text-align: right !important;
    }
    .xs-text-center {
        text-align: center !important;
    }
    .xs-text-justify {
        text-align: justify !important;
    }
    .font-large {
        font-size: 44px;
        line-height: 52px;
    }
    .font-xlarge {
        font-size: 52px;
        line-height: 60px;
    }
    /* Footer */
    .site-footer .socials-icons {
        float: none !important;
        margin: 0 auto;
        display: table;
    }
    .copyright {
        padding: 30px 0;
    }
    /* Shop */
    .products-list .product-image {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .products-list .product-desc {
        text-align: left;
    }
    /* Other */
    blockquote.pull-left,
    blockquote.pull-right {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .pull-left,
    .pull-right {
        float: none !important;
        margin: 0 auto;
        display: table;
    }
    .btn.pull-left,
    .btn.pull-right {
        float: none !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
        display: block;
        width: 100%;
    }
    .page-header.fullscreen,
    .section.fullscreen {
        height: auto;
    }
    /* Icon Boxes */
    .icon-box,
    .icon-box.style-2,
    .icon-box.style-2.icon-box-right {
        text-align: center;
    }
    .icon-box.style-2 .icon-box-icon,
    .icon-box.style-2.large .icon-box-icon {
        position: relative;
        margin-bottom: 15px;
        padding: 0;
        width: auto;
    }
    .icon-box.style-2 .icon-box-text,
    .icon-box.style-2.large .icon-box-text,
    .icon-box.style-2.icon-box-right .icon-box-text,
    .icon-box.style-2.large.icon-box-right .icon-box-text {
        margin: 0;
        padding: 0;
    }
    .icon-box.style-2 .icon-box-text .icon-box-lines-top,
    .icon-box.style-2 .icon-box-text .icon-box-lines-bottom {
        display: none;
    }
    .subscription-form input,
    .subscription-form button {
        float: none;
    }
    .subscription-form button {
        margin-top: 20px;
    }
    /* Text Slider */
    .textslider h1 {
        font-size: 62px;
    }
    .textslider h2 {
        font-size: 48px;
    }
    .textslider h3 {
        font-size: 30px;
    }
    .portfolio-item {
        width: 100%;
    }
    /* Blog */
    article {
        text-align: center;
    }
    .entry-meta span {
        text-align: center;
    }
    .entry-meta::before {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .entry-meta span {
        display: block;
        float: none;
        margin: 0 auto;
        padding-left: 0px;
    }
    .post .read-more {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
    /* Cpmments */
    .comment-list .children {
        padding-left: 0;
    }
    .comment-author,
    .comment-awaiting-moderation,
    .comment-metadata {
        padding-left: 0;
    }
    .comment-author .avatar {
        position: relative;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .comment-list .children article footer,
    .comment-list .children article .comment-content,
    .comment-list .children article .reply {
        padding-left: 0;
    }
    .comments-area {
        text-align: center;
    }
    .comment-meta,
    .comment-content {
        margin-left: 0;
    }
    .comment-meta .reply,
    .comment-metadata {
        float: none;
    }
    .comment-meta .reply {
        padding-left: 0;
    }
    /* Widgets */
    .widget {
        text-align: center;
    }
    .widget-title::before,
    .widget-title::after {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    /* Tabs */
    .nav-tabs>li {
        width: 50%;
        display: block;
        float: left;
    }
    .alt.nav-tabs,
    .alt.nav-tabs>li {
        border: 0;
        padding: 5px;
    }
    .alt.nav-tabs>li>a {
        background: #f5f7f9;
    }
    .breadcrumb.breadcrumb-right,
    .breadcrumb.breadcrumb-left {
        top: 0;
        bottom: 0;
        margin-bottom: 0;
        margin-top: 20px;
        text-align: center;
        position: relative;
    }
}

@media only screen and (max-width: 580px) {
    .nav-tabs>li {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 470px) {
    /* Typography */
    .font-large {
        font-size: 28px;
        line-height: 36px;
    }
    .font-xlarge {
        font-size: 32px;
        line-height: 40px;
    }
    .font-thin {
        font-weight: 300 !important;
    }
    /* Nav */
    .top-cart {
        display: none;
    }
    .header-functions,
    .header-widget {
        position: static;
    }
    .header-widget .widget-content {
        left: 0;
        min-width: 100%;
        margin-right: 0;
        border-left: 0;
        border-right: 0;
    }
}