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
}

.food-opt {
    min-height: 265px;
    border-top: 1px solid white;
    padding:0;
}
.copyright p a{
    color:#0086FF
}
.header-logo {
    background: none !important
}

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
}

.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%
}

body {
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    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 {
    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: 0
}

.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: #FF0000;
    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: #FF0000
}

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: #FF0000;
    max-width: 54px;
    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: 0;
    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
}

.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: #188000
}

.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 {
    color: #FF0000
}

.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: #FF0000
}

.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-white {
    background-color: #fff
}

.background-grey {
    background-color: #f5f7f9
}

.background-dark {
    background-color: #333
}

.background-dark-2 {
    background-color: #2A2B35
}

.background-dark-3 {
    background-color: #484957
}
.text-white a{
    color: white;
}
.background-dark-4 {
    background-color: #111
}

.background-dark-5 {
    background-color: #000a1e
}

.background-dark-6 {
    background-color: #0C4000
}

.background-dark-7 {
    background-color: #1b1b25
}
.activeme {
    background: red none repeat scroll 0 0;
    border-radius: 70px;
    line-height: 30px !important;
    margin: 12px 0;
    padding: 8px 14px;
}
.background-dark-8 {
    background-color: #004E94
}

.background-red {
    background-color: #dd4b39
}

.background-pink {
    background-color: #e91e63
}

.background-purple {
    background-color: #9c27b0
}

.background-indigo {
    background-color: #2951d5
}

.background-blue {
    background-color: #005AAB
}

.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-1 {
    background: #fe7259;
    background: -moz-linear-gradient(left,rgba(254,114,89,1) 0%,rgba(255,196,86,1) 100%);
    background: -webkit-linear-gradient(left,rgba(254,114,89,1) 0%,rgba(255,196,86,1) 100%);
    background: linear-gradient(to right,rgba(254,114,89,1) 0%,rgba(255,196,86,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe7259',endColorstr='#ffc456',GradientType=1)
}

.gradient-2 {
    background: #2951d5;
    background: -moz-linear-gradient(left,#2951d5 0%,#FF0000 100%);
    background: -webkit-linear-gradient(left,#2951d5 0%,#FF0000 100%);
    background: linear-gradient(to right,#2951d5 0%,#FF0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2951d5',endColorstr='#FF0000',GradientType=1)
}

.gradient-3 {
    background: #00bcd4;
    background: -moz-linear-gradient(left,rgba(0,188,212,1) 0%,rgba(128,203,196,1) 100%);
    background: -webkit-linear-gradient(left,rgba(0,188,212,1) 0%,rgba(128,203,196,1) 100%);
    background: linear-gradient(to right,rgba(0,188,212,1) 0%,rgba(128,203,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bcd4',endColorstr='#80cbc4',GradientType=1)
}

.gradient-4 {
    background: #8bc34a;
    background: -moz-linear-gradient(left,rgba(139,195,74,1) 0%,rgba(205,220,57,1) 100%);
    background: -webkit-linear-gradient(left,rgba(139,195,74,1) 0%,rgba(205,220,57,1) 100%);
    background: linear-gradient(to right,rgba(139,195,74,1) 0%,rgba(205,220,57,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bc34a',endColorstr='#cddc39',GradientType=1)
}

.gradient-5 {
    background: #fc5a5a;
    background: -moz-linear-gradient(left,rgba(252,90,90,1) 0%,rgba(78,118,229,1) 100%);
    background: -webkit-linear-gradient(left,rgba(252,90,90,1) 0%,rgba(78,118,229,1) 100%);
    background: linear-gradient(to right,rgba(252,90,90,1) 0%,rgba(78,118,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc5a5a',endColorstr='#4e76e5',GradientType=1)
}

.gradient-6 {
    background: #f2ce57;
    background: -moz-linear-gradient(left,rgba(242,206,87,1) 0%,rgba(70,159,201,1) 100%);
    background: -webkit-linear-gradient(left,rgba(242,206,87,1) 0%,rgba(70,159,201,1) 100%);
    background: linear-gradient(to right,rgba(242,206,87,1) 0%,rgba(70,159,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ce57',endColorstr='#469fc9',GradientType=1)
}

.gradient-7 {
    background: #8948ce;
    background: -moz-linear-gradient(left,rgba(137,72,206,1) 0%,rgba(41,195,209,1) 100%);
    background: -webkit-linear-gradient(left,rgba(137,72,206,1) 0%,rgba(41,195,209,1) 100%);
    background: linear-gradient(to right,rgba(137,72,206,1) 0%,rgba(41,195,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8948ce',endColorstr='#29c3d1',GradientType=1)
}

.gradient-8 {
    background: #e83c75;
    background: -moz-linear-gradient(left,rgba(232,60,117,1) 0%,rgba(158,61,175,1) 100%);
    background: -webkit-linear-gradient(left,rgba(232,60,117,1) 0%,rgba(158,61,175,1) 100%);
    background: linear-gradient(to right,rgba(232,60,117,1) 0%,rgba(158,61,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e83c75',endColorstr='#9e3daf',GradientType=1)
}

.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
}

section,.section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    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 {
    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 {
    position: absolute;
    top: -90px;
    bottom: -90px;
    left: 0;
    right: 0;
    z-index: -1
}

.container-overlay .col-background {
    position: absolute;
    top: 0;
    bottom: 0
}

.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 (max-width: 468px) {
	.header-functions{
		display: none
	}
    .header-logo {
        padding-left:0!important
    }

    .header-logo::before {
        box-shadow: none!important
    }

    .nav-block.right.block-widgets {
        display: block!important
    }
}

@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
    }
}

.page-title {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 190px;
    padding-bottom: 120px
}

.page-title-large {
    padding-top: 270px;
    padding-bottom: 200px
}

.page-title-xlarge {
    padding-top: 300px;
    padding-bottom: 230px
}

@media screen and (min-width: 992px) {
    body.mobile .page-title {
        padding-top:120px
    }

    body.mobile .page-title-large {
        padding-top: 200px
    }
}

.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;
    background: rgba(0,0,0,0.5)
}

.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
}

.main-header.transparent {
    padding-top: 10px;
    background-color: transparent
}

.main-header.scrolled {
    padding-top: 0
}

.main-header.header-sticky {
}

.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
}

.main-header.dark .header-wrapper {
    background-color: #000
}

.main-header.transparent {
    padding-top: 10px
}

.main-header.transparent.header-sticky {
    padding: 0
}

.main-header.transparent.header-sticky .header-wrapper {
    box-shadow: 0 1px 0 #e5e7e9
}

.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
}

.main-header.semi-dark .header-wrapper {
}

.main-header.semi-dark.header-sticky .header-wrapper {
    background-color: rgba(0,10,20,0.87)
}

.header-logo {
    float: left;
    padding: 0 15px;
    position: relative
}

.header-logo a {
    font-size: 18px;
    display: table;
    margin: 0 auto
}

.header-logo img {
    max-width: 100%;
    height: auto;
    max-height: 70px;
    display: block
}

.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 {
    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 .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .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: #FF0000;
    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 .mega-menu-content {
    padding: 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 .button {
    float: right
}

.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 {
    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 {
    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 {
    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 {
    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 {
    position: relative;
    float: left
}

.header-nav {
    position: relative
}

.nav-block {
    display: block
}

.nav-block.left {
    float: left
}

.nav-block.right {
    float: right
}

.nav-toggle {
    display: none;
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border-right: 1px solid #e5e7e9;
    color: #fff;
    font-size: 31px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center
}

.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)
}

.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;
    padding: 0 15px
}

li.active {
    box-shadow: 0 -5px 0 #0086FF inset
}

.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 .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .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: #FF0000;
    background-color: #f5f7f9
}

.header-nav .bt-dropdown.mega-menu .bt-dropdown-menu {
    left: 0;
    right: 0;
    background-color: transparent;
    border: 0
}

.mega-menu-content {
    padding: 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: #FF0000
}

.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
}

.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
}

.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);
    position: fixed
}

.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
}

.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
}

.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: #fff
}

.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
}

.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
}

.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: #FF0000;
    background-color: #333
}

.header-nav.light-dark .mega-menu-content li a:hover {
    color: #FF0000
}

.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
}

.portfolio .container {
    position: relative
}

.portfolio-container {
    margin: 0 -15px
}

.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: #FF0000;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s
}

.portfolio-filter li a:hover::before {
    width: 100%
}

.portfolio-filter .active {
    border-color: #FF0000;
    color: #FF0000
}

.portfolio-filter.text-white .active {
    border-color: #fff;
    color: #fff
}

.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: 12px;
    right: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}

.project-details::after {
    bottom: 12px;
    left: 12px;
    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 .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
}

.project-screen {
    padding: 0px
}

.project-screen img {
    display: block
}

article {
    overflow: hidden;
    position: relative;
    text-align: left
}

.article-container {
    position: relative;
    overflow: hidden
}

.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 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 {
    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 0
}

.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
}

.post .read-more {
    float: right;
    margin-top: 21px;
    color: #FF0000;
    outline: none;
    outline-offset: 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400
}

.post .read-more:hover {
    opacity: .8
}

.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: #FF0000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .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
}

.article-single {
    padding-top: 80px;
    padding-bottom: 80px
}

.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
}

.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: #FF0000;
    letter-spacing: 1px
}

.comment-list .reply a:hover {
    color: #FF0000
}

.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: #777
}

.comment-author a:hover,.comment-list .pingback a:hover,.comment-list .trackback a:hover,.comment-metadata a:hover {
    color: #FF0000
}

.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
}

.hero-shop {
    height: 770px
}

.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 {
    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: #FF0000
}

.product-flag.flag-border.blue {
    border-color: #FF0000;
    color: #FF0000
}

.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
}

.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
}

.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
}

.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: -.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
}

.btn:focus,.btn:active:focus,.btn.active:focus,.button:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none
}

.buttons-group {
    margin: 0 -10px
}

.buttons-group a,.buttons-group button {
    margin: 0 10px
}

.button-fullwidth {
    width: 100%
}

.button.fullwidth {
    width: 100%
}

a.button-image:hover {
    opacity: .87
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    outline-offset: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 0 27px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #0086FF;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -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
}

.button i {
    color: #fff;
    position: relative;
    line-height: 1;
    margin-right: 5px
}

.button:hover,.button:focus {
    color: #fff;
    opacity: .87
}

.button:hover i,.button:focus i {
    color: #fff
}

.button.icon-right i {
    margin: 0 0 0 5px
}

.button.button-noradius {
    border-radius: 0
}

.button.button-rounded {
    border-radius: 26px
}

.button.button-border {
    border: 2px solid #FF0000;
    background-color: transparent!important;
    color: #FF0000;
    line-height: 36px
}

.button.button-border.border-thin {
    border-width: 1px;
    line-height: 38px
}

.button.button-border i {
    color: #FF0000
}

.button.button-link,.button.button-link-uppercase {
    background-color: transparent!important;
    border-color: transparent!important
}

.button.button-link-uppercase {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 7px
}

.button.button-link,.button.button-link-uppercase,.button.button-link i,.button.button-link-uppercase i {
    color: #FF0000
}

.button.button-shadow {
    box-shadow: 0 10px 20px rgba(0,0,0,.09)
}

.button.button-mini {
    padding: 0 19px;
    font-size: 11px;
    height: 28px;
    line-height: 28px
}

.button.button-border.button-mini {
    line-height: 24px
}

.button.button-border.border-thin.button-mini {
    line-height: 26px
}

.button.button-small {
    padding: 0 22px;
    font-size: 12px;
    height: 34px;
    line-height: 34px
}

.button.button-border.button-small {
    line-height: 30px
}

.button.button-border.border-thin.button-small {
    line-height: 32px
}

.button.button-large {
    padding: 0 31px;
    font-size: 16px;
    height: 46px;
    line-height: 46px
}

.button.button-border.button-large {
    line-height: 42px
}

.button.button-border.border-thin.button-large {
    line-height: 44px
}

.button.button-xlarge {
    padding: 0 37px;
    font-size: 18px;
    letter-spacing: 2px;
    height: 52px;
    line-height: 52px
}

.button.button-border.button-xlarge {
    line-height: 48px
}

.button.button-border.border-thin.button-xlarge {
    line-height: 50px
}

.button.button-red {
    background-color: #dd4b39
}

.button.button-red.button-border {
    border-color: #dd4b39
}

.button.button-red.button-shadow {
    box-shadow: 0 10px 20px rgba(221,75,57,.21)
}

.button.button-red.button-border,.button.button-red.button-link,.button.button-red.button-link-uppercase,.button.button-red.button-border i,.button.button-red.button-link i,.button.button-red.button-link-uppercase i {
    color: #dd4b39
}

.button.button-pink {
    background-color: #e91e63
}

.button.button-pink.button-border {
    border-color: #e91e63
}

.button.button-pink.button-shadow {
    box-shadow: 0 10px 20px rgba(233,30,99,.21)
}

.button.button-pink.button-border,.button.button-pink.button-link,.button.button-pink.button-link-uppercase,.button.button-pink.button-border i,.button.button-pink.button-link i,.button.button-pink.button-link-uppercase i {
    color: #e91e63
}

.button.button-purple {
    background-color: #9c27b0
}

.button.button-purple.button-border {
    border-color: #9c27b0
}

.button.button-purple.button-shadow {
    box-shadow: 0 10px 20px rgba(156,39,176,.21)
}

.button.button-purple.button-border,.button.button-purple.button-link,.button.button-purple.button-link-uppercase,.button.button-purple.button-border i,.button.button-purple.button-link i,.button.button-purple.button-link-uppercase i {
    color: #9c27b0
}

.button.button-indigo {
    background-color: #2951d5
}

.button.button-indigo.button-border {
    border-color: #2951d5
}

.button.button-indigo.button-shadow {
    box-shadow: 0 10px 20px rgba(63,81,181,.21)
}

.button.button-indigo.button-border,.button.button-indigo.button-link,.button.button-indigo.button-link-uppercase,.button.button-indigo.button-border i,.button.button-indigo.button-link i,.button.button-indigo.button-link-uppercase i {
    color: #2951d5
}

.button.button-blue {
    background-color: #FF0000
}

.button.button-blue.button-border {
    border-color: #FF0000
}

.button.button-blue.button-shadow {
    box-shadow: 0 10px 20px rgba(33,150,243,.21)
}

.button.button-blue.button-border,.button.button-blue.button-link,.button.button-blue.button-link-uppercase,.button.button-blue.button-border i,.button.button-blue.button-link i,.button.button-blue.button-link-uppercase i {
    color: #FF0000
}

.button.button-cyan {
    background-color: #00bcd4
}

.button.button-cyan.button-border {
    border-color: #00bcd4
}

.button.button-cyan.button-shadow {
    box-shadow: 0 10px 20px rgba(0,188,212,.21)
}

.button.button-cyan.button-border,.button.button-cyan.button-link,.button.button-cyan.button-link-uppercase,.button.button-cyan.button-border i,.button.button-cyan.button-link i,.button.button-cyan.button-link-uppercase i {
    color: #00bcd4
}

.button.button-teal {
    background-color: #80CBC4
}

.button.button-teal.button-border {
    border-color: #80CBC4
}

.button.button-teal.button-shadow {
    box-shadow: 0 10px 20px rgba(128,203,196,.21)
}

.button.button-teal.button-border,.button.button-teal.button-link,.button.button-teal.button-link-uppercase,.button.button-teal.button-border i,.button.button-teal.button-link i,.button.button-teal.button-link-uppercase i {
    color: #80CBC4
}

.button.button-green {
    background-color: #8bc34a
}

.button.button-green.button-border {
    border-color: #8bc34a
}

.button.button-green.button-shadow {
    box-shadow: 0 10px 20px rgba(139,195,74,.21)
}

.button.button-green.button-border,.button.button-green.button-link,.button.button-green.button-link-uppercase,.button.button-green.button-border i,.button.button-green.button-link i,.button.button-green.button-link-uppercase i {
    color: #8bc34a
}

.button.button-lime {
    background-color: #cddc39
}

.button.button-lime.button-border {
    border-color: #cddc39
}

.button.button-lime.button-shadow {
    box-shadow: 0 10px 20px rgba(205,220,57,.21)
}

.button.button-lime.button-border,.button.button-lime.button-link,.button.button-lime.button-link-uppercase,.button.button-lime.button-border i,.button.button-lime.button-link i,.button.button-lime.button-link-uppercase i {
    color: #cddc39
}

.button.button-yellow {
    background-color: #ffeb3b
}

.button.button-yellow.button-border {
    border-color: #ffeb3b
}

.button.button-yellow.button-shadow {
    box-shadow: 0 10px 20px rgba(255,235,59,.21)
}

.button.button-yellow.button-border,.button.button-yellow.button-link,.button.button-yellow.button-link-uppercase,.button.button-yellow.button-border i,.button.button-yellow.button-link i,.button.button-yellow.button-link-uppercase i {
    color: #ffeb3b
}

.button.button-amber {
    background-color: #ffc107
}

.button.button-amber.button-border {
    border-color: #ffc107
}

.button.button-amber.button-shadow {
    box-shadow: 0 10px 20px rgba(255,193,7,.21)
}

.button.button-amber.button-border,.button.button-amber.button-link,.button.button-amber.button-link-uppercase,.button.button-amber.button-border i,.button.button-amber.button-link i,.button.button-amber.button-link-uppercase i {
    color: #ffc107
}

.button.button-orange {
    background-color: #ff9800
}

.button.button-orange.button-border {
    border-color: #ff9800
}

.button.button-orange.button-shadow {
    box-shadow: 0 10px 20px rgba(255,152,0,.21)
}

.button.button-orange.button-border,.button.button-orange.button-link,.button.button-orange.button-link-uppercase,.button.button-orange.button-border i,.button.button-orange.button-link i,.button.button-orange.button-link-uppercase i {
    color: #ff9800
}

.button.button-brown {
    background-color: #795548
}

.button.button-brown.button-border {
    border-color: #795548
}

.button.button-brown.button-shadow {
    box-shadow: 0 10px 20px rgba(121,85,72,.21)
}

.button.button-brown.button-border,.button.button-brown.button-link,.button.button-brown.button-link-uppercase,.button.button-brown.button-border i,.button.button-brown.button-link i,.button.button-brown.button-link-uppercase i {
    color: #795548
}

.button.button-grey {
    background-color: #f5f7f9
}

.button.button-grey,.button.button-grey i,.button.button-grey:hover,.button.button-grey:hover i,.button.button-grey.button-border,.button.button-grey.button-border i {
    color: #333
}

.button.button-grey.button-border {
    border-color: #e5e7e9
}

.button.button-grey.button-shadow {
    box-shadow: 0 10px 20px rgba(237,237,237,.21)
}

.button.button-grey.button-link,.button.button-grey.button-link-uppercase,.button.button-grey.button-link i,.button.button-grey.button-link-uppercase i {
    color: #777
}

.button.button-black {
    background-color: #333
}

.button.button-black.button-border {
    border-color: #333
}

.button.button-black.button-shadow {
    box-shadow: 0 10px 20px rgba(0,0,0,.09)
}

.button.button-black.button-border,.button.button-black.button-link,.button.button-black.button-link-uppercase,.button.button-black.button-border i,.button.button-black.button-link i,.button.button-black.button-link-uppercase i {
    color: #333
}

.button.button-white {
    background-color: #fff
}

.button.button-white,.button.button-white i,.button.button-white:hover,.button.button-white:hover i {
    color: #333
}

.button.button-white.button-border {
    border-color: #fff
}

.button.button-white.button-border,.button.button-white.button-link,.button.button-white.button-link-uppercase,.button.button-white.button-border i,.button.button-white.button-link i,.button.button-white.button-link-uppercase i,.button.button-white.button-border:hover,.button.button-white.button-border:hover i,.button.button-white.button-link:hover,.button.button-white.button-link-uppercase:hover,.button.button-white.button-link:hover i,.button.button-white.button-link-uppercase:hover i {
    color: #fff
}

.tooltip {
    font-size: 14px
}

.tooltip-inner {
    padding: 12px 20px;
    border-radius: 0;
    background-color: #000
}

.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)
}

.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)
}

.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: #FF0000
}

.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
}

.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
}

.nav-tabs > li {
    text-align: center
}

.nav-tabs > li.active a {
    -webkit-box-shadow: inset 0 2px 0 0 #FF0000;
    -moz-box-shadow: inset 0 2px 0 0 #FF0000;
    box-shadow: inset 0 2px 0 0 #FF0000
}

.nav-tabs > li > a {
    font-size: 14px;
    text-transform: none;
    color: #333;
    margin-right: 0;
    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: #FF0000
}

.tab-content .tab-pane {
    padding: 16px 30px;
    border: 1px solid #e5e7e9;
    border-top: 0;
    text-align: left;
    background: transparent
}

.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: #FF0000;
    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: #FF0000
}

.alt.nav-tabs > li > a::before,.alt.nav-tabs > li > a::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 70%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .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: #FF0000;
    border-left-color: #FF0000
}

.alt.nav-tabs > li.active > a::after,.alt.nav-tabs > li > a:hover::after {
    border-bottom-color: #FF0000;
    border-right-color: #FF0000
}

.alt.tab-content .tab-pane {
    padding: 0;
    border: 0;
    text-align: left
}

.alt.tab-content .tab-pane .btn {
    margin-top: 15px
}

.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: #FF0000;
    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: #FF0000
}

.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: #FF0000;
    border-bottom-color: #FF0000
}

.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: #FF0000;
    border-color: #FF0000
}

.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: #FF0000
}

.ico.tab-content .tab-pane {
    padding: 0;
    border: 0;
    text-align: left
}

.ico.tab-content .tab-pane .btn {
    margin-top: 15px
}

.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 #FF0000
}

.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: #FF0000;
    width: 50%
}

.text.nav-tabs > li.active > a,.text.nav-tabs > li.active > a:hover,.text.nav-tabs > li.active > a:focus {
    color: #FF0000;
    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: #FF0000
}

.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: #FF0000
}

.text.tab-content .tab-pane {
    padding: 0;
    border: 0;
    text-align: left
}

.text.tab-content .tab-pane .btn {
    margin-top: 15px
}

.text.small.nav-tabs {
    margin-bottom: 20px;
    width: 100%;
    display: block
}

.text.small.nav-tabs > li > a {
    padding: 15px 30px
}

.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
}

.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: #FF0000
}

.progress-1 .title {
    line-height: 36px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 12px
}

.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: #FF0000;
    -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
}

.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: #FF0000
}

.breadcrumb .active {
    color: #777
}

.breadcrumb.light>li+li::before {
    padding: 0 13px;
    color: #fff
}

.breadcrumb.light a {
    color: #fff;
    opacity: .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
}

.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: 0 12px;
    margin: 5px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: #FF0000;
    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: #FF0000;
    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: 0 12px;
    line-height: 58px;
    min-width: 60px;
    border-radius: 30px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 0 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 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: #FF0000
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    background: #fff;
    color: #e5e7e9;
    border-color: #e5e7e9
}

.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: #FF0000
}

.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: #FF0000
}

.icon-box .icon-box-icon.white {
    color: #fff
}

.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 #FF0000;
    border-bottom: 1px solid #FF0000;
    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 #FF0000;
    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
}

.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: 1px solid #FF0000;
    border-left: 1px solid #FF0000
}

.icon-box-icon.square::after,.icon-box-icon.square .icon-container::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #FF0000;
    border-right: 1px solid #FF0000
}

.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
}

.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: 0;
    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: 75px;
    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: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

.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: #FF0000
}

.icon-box.style-2:hover .icon-box-text .icon-box-lines-top::before {
    width: 30px
}

.icon-box.style-2:hover .icon-box-text .icon-box-lines-top::after {
    height: 300px
}

.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 0;
    -moz-transition: all .5s ease 0;
    -ms-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0
}

.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;
    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
}

.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 0 1px 0 rgba(10,10,10,0.07),inset 0 -1px 0 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 .button {
    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: 0;
    position: relative;
    z-index: 99
}

.plan.recommended .button {
    margin-bottom: 10px
}

.count-block {
    text-align: center
}

.count-block .fa {
    font-size: 48px;
    color: #FF0000
}

.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
}

.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: #FF0000
}

.profile-card .role {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic
}

.profile-card .name {
    margin: 0
}

.profile-card:hover .name {
    color: #FF0000
}

.profile-card .socials-icons ul {
    display: table;
    margin: 0 auto
}

.profile-card .desc {
    margin-bottom: 0
}

.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: #FF0000
}

.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 {
    padding-left: 17px
}

.listing ul {
    margin: 5px 0 5px 17px
}

.listing a {
    color: #333
}

.listing a:hover {
    color: #FF0000
}

.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
}

.disclist,.disclist ul {
    list-style-type: disc
}

.squarelist,.squarelist ul {
    list-style-type: square
}

.decimallist,.decimallist ul {
    list-style-type: decimal
}

.romanlist,.romanlist ul {
    list-style-type: upper-roman
}

.greeklist,.greeklist ul {
    list-style-type: lower-greek
}

.loweralphalist,.loweralphalist ul {
    list-style-type: lower-alpha
}

.upperalphalist,.upperalphalist ul {
    list-style-type: upper-alpha
}

.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: 0
}

.countdown.text-dark span::before {
    background: #333
}

.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
}

.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
}

.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 .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.social-icon:last-child {
    margin-right: 0
}

.social-icon i {
    color: #777;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .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: #FF0000
}

.social-white i {
    color: #fff
}

.feature-box {
    padding: 80px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    visibility: visible;
    min-height: 300px
}

.feature-box .box-content {
    position: relative;
    z-index: 3;
    max-width: 70%
}

.feature-box.overlay-fade {
    overflow: visible
}

.overlay-fade .overlay-color {
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease
}

.overlay-fade:hover .fade-100 {
    opacity: 1;
    opacity: 1
}

.overlay-fade:hover .fade-90 {
    opacity: .9
}

.overlay-fade:hover .fade-80 {
    opacity: .8
}

.overlay-fade:hover .fade-70 {
    opacity: .7
}

.overlay-fade:hover .fade-60 {
    opacity: .6
}

.overlay-fade:hover .fade-50 {
    opacity: .5
}

.overlay-fade:hover .fade-40 {
    opacity: .4
}

.overlay-fade:hover .fade-30 {
    opacity: .3
}

.overlay-fade:hover .fade-20 {
    opacity: .2
}

.overlay-fade:hover .fade-10 {
    opacity: .1
}

.overlay-fade:hover .fade-0 {
    opacity: 0
}

.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
}

.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: #FF0000
}

.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
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.modal-header .close {
    margin-top: 0;
    width: 34px;
    height: 34px;
    position: relative;
    z-index: 1;
    outline: 0
}

.modal-content {
    border: 0 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 .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease
}

.mfp-close-btn-in .mfp-ajax-holder .mfp-close:hover {
    color: #FF0000
}

.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: .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
}

.morphext > .animated {
    display: inline-block;
    visibility: visible
}

.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: #FF0000
}

.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
}

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;
    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
}

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;
    padding: 5px;
    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: 0 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
}

.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
}

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
}

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-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
}

.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 .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
}

.widget_slider li {
    padding: 0
}

.widget_slider .flex-direction-nav li {
    position: inherit;
    width: inherit;
    padding: inherit
}

.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 {
    padding-top: 150px;
    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
}

.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
}

.swiper-slider .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 3px
}

.swiper-slider .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin: 5px 0
}

.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: 0 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
}

.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-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: .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
}

.swiper-slider.equal-col {
    height: auto
}

.swiper-slider.swiper_centered .swiper-slide {
    width: 50%
}

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 .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .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: #FF0000
}

.owl-carousel.nav-inside .owl-controls .owl-prev {
    left: -50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.owl-carousel.nav-inside .owl-controls .owl-next {
    right: -50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.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: #FF0000
}

.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
}

.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;
    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: 0 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
}

.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: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.overlay-image.on-mobile {
    display: none
}

body.mobile .overlay-image.on-mobile {
    display: block
}

body.mobile .overlay-video {
    display: none
}

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
}

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
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #575757
}

:-moz-placeholder {
    color: #575757;
    opacity: 1
}

::-moz-placeholder {
    color: #575757;
    opacity: 1
}

:-ms-input-placeholder {
    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-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-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.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
}

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;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
    transition: border .5s ease;
    -webkit-transition: border .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 .5s;
    -webkit-transition: padding .5s
}

.input-border-bottom.form-control:focus {
    padding-left: 0
}

.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
}

.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
}

.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
}

.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
}

.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: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
}

.divider-alt {
    display: block;
    margin: 35px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 1px;
    background-color: #e5e7e9
}

.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
}

.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 .5s ease;
    -moz-transition: all .5s ease;
    transition: all .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 .5s ease;
    -moz-transition: all .5s ease;
    transition: all .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)
}

#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
}

.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: 30px
}

.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
}

.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 .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.widget li:first-of-type {
    margin-top: 0
}

.widget a {
    color: #777;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .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
}

.widget .tagcloud {
    overflow: hidden
}

.widget .tagcloud a {
    border: 1px solid #e5e7e9;
    background: #f5f7f9;
    color: #777;
    float: left;
    margin: 0 8px 8px 0;
    width: auto;
    padding: 4px 8px;
    display: inline-block;
    font-size: 14px!important
}

.widget .tagcloud a:hover {
    background: #fefefe;
    color: #333
}

.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 {
    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 .3s ease;
    -webkit-transition: all .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: #FF0000
}

.filter-size-box.active,.filter-size-box.active:hover,.filter-size-box.active:focus {
    color: #fff;
    cursor: default
}

.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 .3s ease;
    -webkit-transition: all .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 .3s ease;
    -webkit-transition: all .3s ease
}

.filter-color-box.active::before,.filter-color-box:hover::before,.filter-color-box:focus::before {
    opacity: 1
}

.filter-brand-list a span {
    float: right
}

.masonry-thumbs {
    margin-right: -1px
}

.masonry-thumbs .isotope-item {
    padding-bottom: 1px;
    padding-right: 1px
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .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
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0
}

.faqlist li {
    margin-bottom: 5px;
    font-size: 15px
}

.faqlist li a {
    color: #474747
}

.faqlist li a:hover {
    color: #00bcd4
}

.mobile-image {
    display: none
}

.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 {
    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: 0;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-play-state: running;
    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 {
    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 .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .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 {
    border: 1px solid rgba(255,255,255,0);
    padding: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    cursor: default
}

.show-grid:hover {
    border-color: #333
}

.error-number {
    font-size: 130px;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 140px
}

.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-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-large {
    font-size: 72px;
    line-height: 80px
}

.font-xlarge {
    font-size: 82px;
    line-height: 90px
}

.font-xxlarge {
    font-size: 92px;
    line-height: 100px
}

.font-italic {
    font-style: italic
}

.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
}

.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-top {
    vertical-align: top!important
}

.vertical-middle {
    vertical-align: middle!important
}

.vertical-bottom {
    vertical-align: bottom!important
}

.display-block {
    display: block
}

.display-table {
    display: table
}

.opacity-100 {
    opacity: 1
}

.opacity-95 {
    opacity: .95
}

.opacity-90 {
    opacity: .9
}

.opacity-85 {
    opacity: .85
}

.opacity-80 {
    opacity: .8
}

.opacity-75 {
    opacity: .75
}

.opacity-70 {
    opacity: .7
}

.opacity-65 {
    opacity: .65
}

.opacity-60 {
    opacity: .6
}

.opacity-55 {
    opacity: .55
}

.opacity-50 {
    opacity: .5
}

.opacity-45 {
    opacity: .45
}

.opacity-40 {
    opacity: .4
}

.opacity-35 {
    opacity: .35
}

.opacity-30 {
    opacity: .3
}

.opacity-25 {
    opacity: .25
}

.opacity-20 {
    opacity: .2
}

.opacity-15 {
    opacity: .15
}

.opacity-10 {
    opacity: .1
}

.opacity-5 {
    opacity: .05
}

.opacity-0 {
    opacity: 0
}

.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
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.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
}

.margincenter {
    margin-left: auto;
    margin-right: auto
}

.nomargin {
    margin: 0!important
}

.margin-10 {
    margin: 10px
}

.margin-15 {
    margin: 15px
}

.margin-20 {
    margin: 20px
}

.margin-25 {
    margin: 25px
}

.margin-30 {
    margin: 30px
}

.noleftmargin {
    margin-left: 0!important
}

.marginleft-5 {
    margin-left: 5px
}

.marginleft-10 {
    margin-left: 10px
}

.marginleft-20 {
    margin-left: 20px
}

.marginleft-30 {
    margin-left: 30px
}

.marginleft-40 {
    margin-left: 40px
}

.marginleft-50 {
    margin-left: 50px
}

.norightmargin {
    margin-right: 0!important
}

.marginright-5 {
    margin-right: 5px
}

.marginright-10 {
    margin-right: 10px
}

.marginright-20 {
    margin-right: 20px
}

.marginright-30 {
    margin-right: 30px
}

.marginright-40 {
    margin-right: 40px
}

.marginright-50 {
    margin-right: 50px
}

.nobottommargin {
    margin-bottom: 0
}

.marginbottom-1 {
    margin-bottom: 1px
}

.marginbottom-5 {
    margin-bottom: 5px
}

.marginbottom-10 {
    margin-bottom: 10px
}

.marginbottom-15 {
    margin-bottom: 15px
}

.marginbottom-20 {
    margin-bottom: 20px
}

.marginbottom-25 {
    margin-bottom: 25px
}

.marginbottom-30 {
    margin-bottom: 30px
}

.marginbottom-35 {
    margin-bottom: 35px
}

.marginbottom-40 {
    margin-bottom: 40px
}

.marginbottom-45 {
    margin-bottom: 45px
}

.marginbottom-50 {
    margin-bottom: 50px
}

.marginbottom-55 {
    margin-bottom: 55px
}

.marginbottom-60 {
    margin-bottom: 60px
}

.marginbottom-65 {
    margin-bottom: 65px
}

.marginbottom-70 {
    margin-bottom: 70px
}

.marginbottom-80 {
    margin-bottom: 80px
}

.marginbottom-90 {
    margin-bottom: 90px
}

.marginbottom-100 {
    margin-bottom: 100px
}

.marginbottom-110 {
    margin-bottom: 110px
}

.marginbottom-120 {
    margin-bottom: 120px
}

.marginbottom-130 {
    margin-bottom: 130px
}

.marginbottom-140 {
    margin-bottom: 140px
}

.marginbottom-150 {
    margin-bottom: 150px
}

.marginbottom-160 {
    margin-bottom: 160px
}

.marginbottom-170 {
    margin-bottom: 170px
}

.marginbottom-180 {
    margin-bottom: 180px
}

.marginbottom-190 {
    margin-bottom: 190px
}

.marginbottom-200 {
    margin-bottom: 200px
}

.marginbottom-210 {
    margin-bottom: 210px
}

.notopmargin {
    margin-top: 0!important
}

.margintop-1 {
    margin-top: 1px
}

.margintop-5 {
    margin-top: 5px
}

.margintop-10 {
    margin-top: 10px
}

.margintop-15 {
    margin-top: 15px
}

.margintop-20 {
    margin-top: 20px
}

.margintop-25 {
    margin-top: 25px
}

.margintop-30 {
    margin-top: 30px
}

.margintop-35 {
    margin-top: 35px
}

.margintop-40 {
    margin-top: 40px
}

.margintop-45 {
    margin-top: 45px
}

.margintop-50 {
    margin-top: 50px
}

.margintop-55 {
    margin-top: 55px
}

.margintop-60 {
    margin-top: 60px
}

.margintop-65 {
    margin-top: 65px
}

.margintop-70 {
    margin-top: 70px
}

.margintop-80 {
    margin-top: 80px
}

.margintop-90 {
    margin-top: 90px
}

.margintop-100 {
    margin-top: 100px
}

.margintop-110 {
    margin-top: 110px
}

.margintop-120 {
    margin-top: 120px
}

.margintop-130 {
    margin-top: 130px
}

.margintop-140 {
    margin-top: 140px
}

.margintop-150 {
    margin-top: 150px
}

.margintop-160 {
    margin-top: 160px
}

.margintop-170 {
    margin-top: 170px
}

.margintop-180 {
    margin-top: 180px
}

.margintop-190 {
    margin-top: 190px
}

.margintop-200 {
    margin-top: 200px
}

.margintop-210 {
    margin-top: 210px
}

.nopadding {
    padding: 0!important
}

.padding-10 {
    padding: 10px!important
}

.padding-15 {
    padding: 15px!important
}

.padding-20 {
    padding: 20px!important
}

.padding-25 {
    padding: 25px!important
}

.padding-30 {
    padding: 30px!important
}

.noleftpadding {
    padding-left: 0!important
}

.paddingleft-5 {
    padding-left: 5px
}

.paddingleft-10 {
    padding-left: 10px
}

.paddingleft-15 {
    padding-left: 15px
}

.paddingleft-20 {
    padding-left: 20px
}

.paddingleft-30 {
    padding-left: 30px
}

.norightpadding {
    padding-right: 0!important
}

.paddingright-5 {
    padding-right: 5px
}

.paddingright-10 {
    padding-right: 10px
}

.paddingright-15 {
    padding-right: 15px
}

.paddingright-20 {
    padding-right: 20px
}

.paddingright-30 {
    padding-right: 30px
}

.notoppadding {
    padding-top: 0!important
}

.paddingtop-5 {
    padding-top: 5px
}

.paddingtop-10 {
    padding-top: 10px
}

.paddingtop-15 {
    padding-top: 15px
}

.paddingtop-20 {
    padding-top: 20px
}

.paddingtop-25 {
    padding-top: 25px
}

.paddingtop-30 {
    padding-top: 30px
}

.paddingtop-35 {
    padding-top: 35px
}

.paddingtop-40 {
    padding-top: 40px
}

.paddingtop-45 {
    padding-top: 45px
}

.paddingtop-50 {
    padding-top: 50px
}

.paddingtop-55 {
    padding-top: 55px
}

.paddingtop-60 {
    padding-top: 60px
}

.paddingtop-65 {
    padding-top: 65px
}

.paddingtop-70 {
    padding-top: 70px
}

.paddingtop-75 {
    padding-top: 75px
}

.paddingtop-80 {
    padding-top: 80px
}

.paddingtop-90 {
    padding-top: 90px
}

.paddingtop-100 {
    padding-top: 100px
}

.paddingtop-110 {
    padding-top: 110px
}

.paddingtop-120 {
    padding-top: 120px
}

.paddingtop-130 {
    padding-top: 130px
}

.paddingtop-140 {
    padding-top: 140px
}

.paddingtop-150 {
    padding-top: 150px
}

.paddingtop-160 {
    padding-top: 160px
}

.paddingtop-170 {
    padding-top: 170px
}

.paddingtop-180 {
    padding-top: 180px
}

.paddingtop-190 {
    padding-top: 190px
}

.paddingtop-200 {
    padding-top: 200px
}

.paddingtop-210 {
    padding-top: 210px
}

.paddingtop-220 {
    padding-top: 220px
}

.paddingtop-230 {
    padding-top: 230px
}

.paddingtop-240 {
    padding-top: 240px
}

.paddingtop-250 {
    padding-top: 250px
}

.paddingtop-260 {
    padding-top: 260px
}

.paddingtop-270 {
    padding-top: 270px
}

.paddingtop-280 {
    padding-top: 280px
}

.paddingtop-290 {
    padding-top: 290px
}

.paddingtop-300 {
    padding-top: 300px
}

.paddingtop-340 {
    padding-top: 340px
}

.paddingtop-370 {
    padding-top: 370px
}

.paddingtop-390 {
    padding-top: 390px
}

.nobottompadding {
    padding-bottom: 0!important
}

.paddingbottom-5 {
    padding-bottom: 5px
}

.paddingbottom-10 {
    padding-bottom: 10px
}

.paddingbottom-15 {
    padding-bottom: 15px
}

.paddingbottom-20 {
    padding-bottom: 20px
}

.paddingbottom-25 {
    padding-bottom: 25px
}

.paddingbottom-30 {
    padding-bottom: 30px
}

.paddingbottom-35 {
    padding-bottom: 35px
}

.paddingbottom-40 {
    padding-bottom: 40px
}

.paddingbottom-45 {
    padding-bottom: 45px
}

.paddingbottom-50 {
    padding-bottom: 50px
}

.paddingbottom-55 {
    padding-bottom: 55px
}

.paddingbottom-60 {
    padding-bottom: 60px
}

.paddingbottom-65 {
    padding-bottom: 65px
}

.paddingbottom-70 {
    padding-bottom: 70px
}

.paddingbottom-75 {
    padding-bottom: 75px
}

.paddingbottom-80 {
    padding-bottom: 80px
}

.paddingbottom-90 {
    padding-bottom: 90px
}

.paddingbottom-100 {
    padding-bottom: 100px
}

.paddingbottom-110 {
    padding-bottom: 110px
}

.paddingbottom-120 {
    padding-bottom: 120px
}

.paddingbottom-130 {
    padding-bottom: 130px
}

.paddingbottom-140 {
    padding-bottom: 140px
}

.paddingbottom-150 {
    padding-bottom: 150px
}

.paddingbottom-160 {
    padding-bottom: 160px
}

.paddingbottom-170 {
    padding-bottom: 170px
}

.paddingbottom-180 {
    padding-bottom: 180px
}

.paddingbottom-190 {
    padding-bottom: 190px
}

.paddingbottom-200 {
    padding-bottom: 200px
}

.paddingbottom-210 {
    padding-bottom: 210px
}

.paddingbottom-220 {
    padding-bottom: 220px
}

.paddingbottom-230 {
    padding-bottom: 230px
}

.paddingbottom-240 {
    padding-bottom: 240px
}

.paddingbottom-250 {
    padding-bottom: 250px
}

.paddingbottom-260 {
    padding-bottom: 260px
}

.paddingbottom-270 {
    padding-bottom: 270px
}

.paddingbottom-280 {
    padding-bottom: 280px
}

.paddingbottom-290 {
    padding-bottom: 290px
}

.paddingbottom-300 {
    padding-bottom: 300px
}

.paddingbottom-370 {
    padding-bottom: 370px
}

@media (max-width: 768px) {
    .xs-margincenter {
        margin-left:auto;
        margin-right: auto
    }

    .xs-nomargin {
        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
    }

    .xs-noleftmargin {
        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
    }

    .xs-norightmargin {
        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
    }

    .xs-nobottommargin {
        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
    }

    .xs-notopmargin {
        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
    }

    .xs-nopadding {
        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
    }

    .xs-noleftpadding {
        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
    }

    .xs-norightpadding {
        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
    }

    .xs-notoppadding {
        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
    }

    .xs-nobottompadding {
        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
    }
}

@media (max-width: 991px) {
    .sm-margincenter {
        margin-left:auto;
        margin-right: auto
    }

    .sm-nomargin {
        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
    }

    .sm-noleftmargin {
        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
    }

    .sm-norightmargin {
        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
    }

    .sm-nobottommargin {
        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
    }

    .sm-notopmargin {
        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
    }

    .sm-nopadding {
        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
    }

    .sm-noleftpadding {
        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
    }

    .sm-norightpadding {
        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
    }

    .sm-notoppadding {
        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
    }

    .sm-nobottompadding {
        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
    }
}

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 .pt-small {
    padding: 130px 0
}

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
}

body.mobile .main-header,body.mobile .main-header.header-sticky {
    padding-top: 0;
    position: relative
}

body.mobile .main-header.header-alt .header-wrapper {
    margin: 0
}

body.mobile .main-header.transparent {
    padding-top: 0;
    background-color: rgba(0,0,0,0.7)
}

body.mobile .main-header.transparent,body.mobile .main-header.semi-light {
    box-shadow: 0 0 0 1px #e5e7e9
}

body.mobile .main-header.transparent .logo-light {
    display: none;
    visibility: hidden
}

body.mobile .main-header.transparent .logo-dark {
    display: block;
    visibility: visible
}

body.mobile .main-header.semi-dark {
    background-color: rgba(0,10,20,1);
    background-color: #000a14
}

body.mobile .main-header .top-bar,body.mobile .main-header .header-widget.widget-menu {
    display: none
}

body.mobile .header-logo {
    padding: 0 25px
}

body.mobile .main-header.style-1 .header-logo::before,body.mobile .main-header.style-1.transparent-dark .header-logo::before {
    box-shadow: 1px 0 0 #e5e7e9;
    background: transparent
}

body.mobile .main-header.style-1.dark .header-logo::before,body.mobile .main-header.style-1.semi-dark .header-logo::before {
    box-shadow: 1px 0 0 #39383a
}

body.mobile .main-header.style-2 .header-above .header-logo {
    width: 100%
}

body.mobile .main-header.style-2 .header-above .header-above-left,body.mobile .main-header.style-2 .header-above .header-above-right {
    display: none
}

body.mobile .main-header .container {
    width: auto
}

body.mobile .nav-wrapper {
    margin: 0
}

body.mobile .nav-wrapper .container,body.mobile .nav-wrapper .container-fluid {
    padding: 0
}

body.mobile .nav-toggle {
    display: block
}

body.mobile .block-menu {
    display: none;
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 0;
    border-top: 1px solid #e5e7e9
}

body.mobile .header-nav.nav-narrow .header-widget:last-child .trigger-widget {
    margin-right: 15px
}

body.mobile .header-nav ul.menu {
    position: relative
}

body.mobile .header-nav .bt-dropdown,body.mobile .header-nav ul.menu > li {
    position: relative;
    float: none;
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
    width: 100%
}

body.mobile .header-nav ul.menu a {
    position: relative
}

body.mobile .bt-dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    float: none;
    border: none
}

body.mobile .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
}

body.mobile .dropdown-submenu .bt-dropdown-menu,body.mobile .dropdown-submenu .bt-dropdown-menu.menu-pos-invert {
    top: 0;
    left: 0;
    margin: 0 15px
}

body.mobile .header-nav .menu > li > a,body.mobile .header-nav .menu > li > a i {
    color: #333
}

body.mobile .header-nav .menu > .bt-dropdown.open > a,body.mobile .header-nav .menu > .bt-dropdown.open > a i {
    color: #FF0000
}

body.mobile .header-nav .menu > li > a {
    line-height: 44px
}

body.mobile .header-nav .menu > li > a i {
    position: absolute;
    top: 14px;
    right: 0
}

body.mobile .bt-dropdown-menu > li > a,body.mobile .header-widget.widget-menu ul li a {
    padding: 0 15px;
    line-height: 44px
}

body.mobile .header-nav .bt-dropdown-menu,body.mobile .header-nav .bt-dropdown-menu > li > a,body.mobile .header-nav .bt-dropdown-menu > li > a:focus,body.mobile .header-nav .bt-dropdown-menu > li > a:hover,body.mobile .header-nav .dropdown-submenu.open > a,body.mobile .header-nav .dropdown-submenu.open > a:focus,body.mobile .header-nav .dropdown-submenu.open > a:hover,body.mobile .header-nav .header-widget.widget-menu ul li a:focus,body.mobile .header-nav .header-widget.widget-menu ul li a:hover {
    background-color: transparent!important
}

body.mobile .header-nav .dropdown-submenu > a::after {
    content: '\f107';
    top: 11px
}

body.mobile .header-nav .mega-menu-content {
    background: transparent!important;
    border: none!important;
    padding: 15px 0;
    margin: 0 15px
}

body.mobile .main-header.style-1.transparent .header-nav .mega-menu-content,body.mobile .main-header.style-2 .header-nav .mega-menu-content,body.mobile .main-header.style-2.header-narrow .header-nav .mega-menu-content {
    margin: 0 15px
}

body.mobile .header-nav .list-unstyled {
    margin-top: 20px
}

body.mobile .header-nav .list-unstyled:first-child {
    margin-top: 0
}

body.mobile .main-header.dark .nav-toggle,body.mobile .main-header.semi-dark .nav-toggle,body.mobile .header-nav.light-light .block-menu,body.mobile .header-nav.light-dark .block-menu {
    border-color: #39383a
}

body.mobile .main-header.dark .nav-toggle i,body.mobile .main-header.semi-dark .nav-toggle i {
    color: #fff
}

body.mobile .header-nav.light .menu > li > a,body.mobile .header-nav.light .menu > li > a > i,body.mobile .header-nav.light .top-links li>a,body.mobile .header-nav.light .top-links li>a i,body.mobile .header-nav.light .top-social li>a,body.mobile .header-nav.light .top-social li>a i,body.mobile .header-nav.light .top-links li>a:hover,body.mobile .header-nav.light .top-links li>a:hover i,body.mobile .header-nav.light .top-social li>a:hover,body.mobile .header-nav.light .top-social li>a:hover i,body.mobile .header-nav.light .trigger-widget,body.mobile .header-nav.light .trigger-widget:focus,body.mobile .header-nav.light .trigger-widget:hover,body.mobile .header-nav.light .trigger-widget i {
    color: #fff
}

@media screen and (min-width: 768px) {
    .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: 991px) {
    .mobile-hidden {
        display:none;
        visibility: hidden
    }

    .sm-hidden {
        display: none;
        visibility: hidden
    }

    .layout-sidebar-left {
        padding-left: 15px
    }

    .layout-sidebar-right {
        padding-right: 15px
    }

    .layout-sidebar-both {
        padding-left: 15px;
        padding-right: 15px
    }

    .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: rgba(0,0,0,0.7)
    }

    .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 {
        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 {
        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
    }

    .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: #FF0000
    }

    .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: #fff
    }

    .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
    }

    .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
    }

    .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-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% 0!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-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
    }

    .intro-section {
        padding: 210px 0
    }

    .page-title {
        padding: 180px 0
    }

    .pt-small {
        padding: 100px 0
    }

    .mouse-icon {
        display: none
    }

    .mobile-image {
        display: block
    }

    .countdown .counter-box {
        display: inline-block;
        float: none;
        width: 170px;
        padding: 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
    }

    .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 .box-content {
        max-width: 100%
    }

    .single-product,.single-product .product-rating {
        text-align: left
    }

    .single-product .button {
        text-align: center;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .xs-hidden {
        display:none;
        visibility: hidden
    }

    section,.section,.text-left,.text-right {
        text-align: center!important
    }

    .section .about-content,.about-content .text-left,.about-content .text-right {
        text-align: left!important
    }

    .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
    }

    .site-footer .socials-icons {
        float: none!important;
        margin: 0 auto;
        display: table
    }

    .copyright {
        padding: 30px 0
    }

    .products-list .product-image {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px
    }

    .products-list .product-desc {
        text-align: left
    }

    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
    }

    .button.pull-left,.button.pull-right {
        float: none!important;
        margin: 0!important;
        margin-bottom: 10px!important;
        display: block;
        width: 100%
    }

    .page-header.fullscreen,.section.fullscreen {
        height: auto
    }

    .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
    }

    .textslider h1 {
        font-size: 62px
    }

    .textslider h2 {
        font-size: 48px
    }

    .textslider h3 {
        font-size: 30px
    }

    .portfolio-item {
        width: 50%
    }

    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: 0
    }

    .post .read-more {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: inline-block
    }

    .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
    }

    .widget {
        text-align: center
    }

    .widget-title::before,.widget-title::after {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    .nav-tabs > li {
        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) {
    .font-large {
        font-size:28px;
        line-height: 36px
    }

    .font-xlarge {
        font-size: 32px;
        line-height: 40px
    }

    .font-thin {
        font-weight: 300!important
    }

    .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
    }
}
