/* Theme Name:iDea - Clean & Powerful Bootstrap Theme
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version: 1.4
Created: September 2014
License URI:http://support.wrapbootstrap.com/
File Description:Main CSS file of the template */

/* TABLE OF CONTENTS

1) Typography
2) Layout
3) Sections
4) Pages ( blog,
about etc )
5) Template Components
6) Navigations
7) Blocks/Widgets
8) Main Slideshow
9) Owl carousel
10) IE 8 Support
* */

/* 1 Typography
----------------------------------------------------------------------------- */
html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.50;
    color: #666666;
    background-color: #ffffff;
}

body.full-height, body.full-height .page-wrapper {
    background-color: #fafafa;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #343434;
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #343434;
}

h1 {
    font-size: 38px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

h6 {
    font-weight: 700;
}

.sidebar .title {
    margin-bottom: 15px;
    position: relative;
}

.page-header {
    margin-top: 20px;
    padding-top: 20px;
}

p {
    margin-bottom: 20px;
}

/*a {*/
/*    color: #e84c3d;*/
/*    -webkit-transition: all 0.2s ease-in-out;*/
/*    -moz-transition: all 0.2s ease-in-out;*/
/*    -ms-transition: all 0.2s ease-in-out;*/
/*    -o-transition: all 0.2s ease-in-out;*/
/*    transition: all 0.2s ease-in-out;*/
/*}*/

/*a:hover {*/
/*    color: #cd3c2e;*/
/*}*/

/*a:focus,*/
/*a:active {*/
/*    outline: none;*/
/*    color: #cd3c2e;*/
/*}*/

.no-trans * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

blockquote {
    border-left: none;
    display: block;
    margin: 20px auto 20px;
    font-size: 16px;
    position: relative;
    padding: 10px 10px 10px 0px;
    margin-left: 40px;
}

blockquote:after {
    content: "“";
    width: 25px;
    height: 25px;
    line-height: 64px;
    font-size: 64px;
    font-family: 'PT Serif', serif;
    position: absolute;
    top: 12px;
    left: -45px;
}

.blockquote:before {
    font-family: 'PT Serif', serif;
    content: "“";
    font-size: 40px;
}

blockquote.inline {
    padding: 0;
}

blockquote.inline p {
    width: 60%;
    display: inline-block;
    margin: 0;
}

blockquote.inline footer {
    width: 37%;
    display: inline-block;
    padding-left: 5px;
}

blockquote.inline:after {
    top: 0;
}

/*mark,*/
/*.mark {*/
/*    /* background-color: #e84c3d; */
/*    color: #ffffff;*/
/*}*/

pre {
    padding: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.text-muted {
    color: #999999;
}

/*.text-default {*/
/*    color: #e84c3d;*/
/*}*/

.well {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #f3f3f3;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
}

.icons-page i {
    color: #333;
    font-size: 20px;
}

hr.dark,
#footer .footer hr {
    border-color: #333333;
}

#footer.light hr {
    border-color: #dddddd;
}

.footer__row {
    display: flex;
}

/* Lists
---------------------------------- */
ul {
    list-style: square;
}

.list-icons,
.list {
    list-style: none;
    padding: 0;
}

.list-icons li,
.list li {
    padding: 5px 0;
}

.list-icons li i {
    width: 25px;
    text-align: center;
}

.list li .vertical-divider {
    padding-right: 15px;
    position: relative;
}

.list li .vertical-divider:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 1px;
    background-color: #CECECE;
    right: 9px;
    top: 5px;
}

.list-inline {
    margin-top: 9px;
    margin-bottom: 8px;
}

/* Tables
---------------------------------- */
.table:not(.table-bordered) {
    border-bottom: 2px solid #f3f3f3;
}

/*.table > thead > tr > th {*/
/*    vertical-align: bottom;*/
/*    border-bottom: 1px solid #e84c3d;*/
/*    /* background-color: #e84c3d; */
/*    color: #fff;*/
/*}*/

/*.table-bordered {*/
/*    border-color: #e84c3d;*/
/*}*/

tbody {
    background-color: #ffffff;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px 15px;
    border-top: 1px solid #f3f3f3;
}

.table-striped tbody {
    background-color: #fafafa;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f1f1f1;
}

.table-striped.table > tbody > tr > td {
    border-color: #e8e8e8;
}

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

.dl-horizontal dd {
    margin-bottom: 10px;
}

.dark .table:not(.table-bordered) {
    border-bottom: 2px solid #515151;
}

.dark .table > thead > tr > th {
    border-bottom: 1px solid #27272a;
    background-color: #27272a;
    color: #cdcdcd;
}

.dark tbody {
    background-color: transparent;
}

.dark .table > thead > tr > th,
.dark .table > tbody > tr > th,
.dark .table > tfoot > tr > th,
.dark .table > thead > tr > td,
.dark .table > tbody > tr > td,
.dark .table > tfoot > tr > td {
    border-top: 1px solid #515151;
}

.dark .table-hover > tbody > tr:hover {
    background-color: #27272a;
}

.top-menu__container .env__dropdown--btn {
    outline: none !important;
    line-height: 22px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .dl-horizontal dd {
        margin-left: 150px;
    }

    .dl-horizontal dt {
        max-width: 120px;
    }
}

/* 2 Layout
----------------------------------------------------------------------------- */
.page-wrapper {
    background-color: #ffffff;
}

.header-top {
    background-color: #f1f1f1;
    border-bottom: 1px solid #dadada;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
}

.header-top.dark {
    background-color: #27272A;
    border-bottom: 1px solid #000000;
    color: #cdcdcd;
}

.header-top.banner {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
}

.header {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
}

.header.dark {
    background-color: #36373C;
    border-top: 1px solid #515151;
    border-bottom-color: transparent !important;
}

.header.header-small {
    padding: 10px 0;
}

.banner {
    background-color: #f1f1f1;
    border-bottom: 1px solid #eaeaea;
}

.page-intro {
    padding: 10px 0;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
    background-color: #fafafa;
    border-bottom: 1px solid #dadada;
}

.banner + .page-intro {
    margin-top: -56px !important;
    position: relative;
    background-color: rgba(250, 250, 250, 0.9);
    z-index: 2;
}

.page-top {
    padding: 40px 0;
}

.main-container {
    padding: 40px 0;
    margin-top: 76px;
}

.modal-open .page-wrapper {
    margin-top: -76px;
}

.full-height .main-container {
    padding-top: 80px;
}

.section {
    padding: 25px 0;
}

.footer-top.light-gray-bg {
    border-top: 1px solid #f1f1f1;
}

.footer {
    padding: 30px 0;
    background-color: #262626;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #333333;
}

.subfooter {
    padding: 25px 0;
    background-color: #000000;
    z-index: 2;
}

.block {
    padding-bottom: 40px;
}

aside {
    background: transparent none !important;
    position: fixed;
    overflow-x: hidden;
    margin-left: -22px;
    width: 20vw;
    max-width: 300px;
}

.sidebar {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 205px);
    padding-bottom: 80px;
}

.mobile-menu,
.mobile-menu--env {
    display: none;
}

.nav-pills--mobile {
    display: none;
}

@media (min-width: 768px) {
    :not(.fixed-header-on) .header.transparent {
        position: absolute;
        width: 100%;
        z-index: 30;
        background-color: rgba(255, 255, 255, 0.3);
        border-color: transparent;
    }

    :not(.fixed-header-on) .dark.header.transparent {
        background-color: rgba(0, 0, 0, 0.3);
    }
}

/* Boxed Layout
---------------------------------- */
.boxed .page-wrapper {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px #cacaca;;
    box-shadow: 0px 0px 10px #cacaca;;
}

.pattern-1 {
    background-image: url(/styles/images/pattern-1.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-4 .page-wrapper,
.pattern-5 .page-wrapper,
.pattern-6 .page-wrapper,
.pattern-7 .page-wrapper,
.pattern-8 .page-wrapper,
.pattern-9 .page-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pattern-2 {
    background-image: url(/styles/images/pattern-2.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-3 {
    background-image: url(/styles/images/pattern-3.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-4 {
    background-image: url(/styles/images/pattern-4.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-5 {
    background-image: url(/styles/images/pattern-5.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-6 {
    background-image: url(/styles/images/pattern-6.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-7 {
    background-image: url(/styles/images/pattern-7.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-8 {
    background-image: url(/styles/images/pattern-8.png);
    background-repeat: repeat;
    background-position: 0 0;
}

.pattern-9 {
    background-image: url(/styles/images/pattern-9.png);
    background-repeat: repeat;
    background-position: 0 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .boxed .page-wrapper {
        width: 750px;
    }
}


/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .boxed .page-wrapper {
        width: 1170px;
    }
}

/* Backgrounds
---------------------------------- */
.light .footer {
    background-color: #f7f7f7;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

.footer-top.light-gray-bg + .light .footer {
    border-top: 1px solid #f1f1f1;
}

.light .subfooter {
    background-color: #e7e7e7;
}

.white-bg {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border: none !important;
}

.light-gray-bg {
    background-color: #fafafa;
}

.light-gray-bg.bordered {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.header-top {
    font-size: 12px;
}

.header-top.white-bg {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #dadada !important;
}

.gray-bg {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
    position: relative;
}

.gray-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 5px;
    content: "";
    width: 100%;
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
}

.header.gray-bg {
    border-bottom: 1px solid #dadada;
}

.header.gray-bg,
.header.gray-bg:before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dark-bg {
    background-color: #000000;
    color: #ffffff;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
    color: #ffffff;
}

.dark-bg a:not(.btn) {
    color: #fff;
    text-decoration: underline;
}

.dark-bg a:not(.btn):hover {
    color: #fff;
    text-decoration: none;
}

/*.default-bg {*/
/*    /* background-color: #e84c3d; */
/*    color: #ffffff;*/
/*}*/

.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6 {
    color: #ffffff;
}

.default-bg a:not(.btn) {
    color: #ffffff;
    text-decoration: underline;
}

.default-bg a:not(.btn):hover {
    color: #ffffff;
    text-decoration: none;
}

.default-bg.text-muted,
.default-bg.text-muted h1,
.default-bg.text-muted h2,
.default-bg.text-muted h3,
.default-bg.text-muted h4,
.default-bg.text-muted h5,
.default-bg.text-muted h6 {
    color: #f1f1f1;
}

.dark-bg.text-muted,
.dark-bg.text-muted h1,
.dark-bg.text-muted h2,
.dark-bg.text-muted h3,
.dark-bg.text-muted h4,
.dark-bg.text-muted h5,
.dark-bg.text-muted h6,
.gray-bg.text-muted,
.gray-bg.text-muted h1,
.gray-bg.text-muted h2,
.gray-bg.text-muted h3,
.gray-bg.text-muted h4,
.gray-bg.text-muted h5,
.gray-bg.text-muted h6 {
    color: #999999;
}

/* Parallax effect
---------------------------------- */
.no-touch .light-translucent-bg,
.no-touch .dark-translucent-bg,
.no-touch .default-translucent-bg,
.no-touch .parallax {
    background-attachment: fixed !important;
}

.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg,
.parallax {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding: 50px 0;
}

.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg {
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

.light-translucent-bg:after,
.dark-translucent-bg:after,
.default-translucent-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.light-translucent-bg {
    color: #333;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
}

.header + .banner > .light-translucent-bg {
    border-top: none;
}

.slider-banner-container .light-translucent-bg {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    bottom: 0;
}

.slider-banner-container .dark-translucent-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    bottom: 0;
}

.slider-banner-container li .light-translucent-bg:after,
.slider-banner-container li .dark-translucent-bg:after {
    background-color: transparent;
}

.light-translucent-bg .separator-2 {
    background-color: #333;
}

.light-translucent-bg:after {
    background-color: rgba(255, 255, 255, 0.7);
}

.dark-translucent-bg:after {
    background-color: rgba(0, 0, 0, 0.7);
}

.dark-translucent-bg,
.dark-translucent-bg h1,
.dark-translucent-bg h2,
.dark-translucent-bg h3,
.dark-translucent-bg h4,
.dark-translucent-bg h5,
.dark-translucent-bg h6 {
    color: #ffffff;
}

.dark-translucent-bg a:not(.btn) {
    text-decoration: underline;
    color: #ffffff;
}

.dark-translucent-bg a:not(.btn):hover {
    text-decoration: none;
    color: #ffffff;
}

.default-translucent-bg:after {
    background-color: rgba(232, 76, 61, 0.7);
}

.default-translucent-bg,
.default-translucent-bg h1,
.default-translucent-bg h2,
.default-translucent-bg h3,
.default-translucent-bg h4,
.default-translucent-bg h5,
.default-translucent-bg h6 {
    color: #ffffff;
}

.default-translucent-bg a:not(.btn) {
    text-decoration: underline;
    color: #ffffff;
}

.default-translucent-bg a:not(.btn):hover {
    text-decoration: none;
    color: #ffffff;
}

.light-translucent-bg .container,
.dark-translucent-bg .container,
.default-translucent-bg .container {
    z-index: 3;
    position: relative;
}

.parallax-bg {
    background: url(/styles/images/parallax-bg.jpg) 50% 0px no-repeat;
}

.parallax-bg-2 {
    background: url(/styles/images/parallax-bg-2.jpg) 50% 0px no-repeat;
}

.parallax-bg-3 {
    background: url(/styles/images/parallax-bg-3.jpg) 50% 0px no-repeat;
}

/* Custom Grid
---------------------------------- */
.grid-space-20 {
    margin-right: -10.5px;
    margin-left: -10.5px;
}

.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.grid-space-10 {
    margin-right: -6px;
    margin-left: -6px;
}

.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.grid-space-0 {
    margin-right: 0;
    margin-left: 0;
}

.grid-space-0 .col-lg-6,
.grid-space-0 .col-lg-4,
.grid-space-0 .col-lg-3,
.grid-space-0 .col-md-6,
.grid-space-0 .col-md-4,
.grid-space-0 .col-md-3,
.grid-space-0 .col-sm-6,
.grid-space-0 .col-sm-4,
.grid-space-0 .col-sm-3,
.grid-space-0 .col-xs-6,
.grid-space-0 .col-xs-4,
.grid-space-0 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
}

.grid-space-0 > div {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .footer-content {
        margin: 40px 0;
    }
}

/* Fixed navigation
---------------------------------- */
.fixed-header-on .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1006;
    opacity: 0;
    filter: alpha(opacity=0);
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
    background-color: rgba(255, 255, 255, 0.95);
}

.fixed-header-on .dark.header.fixed {
    border-bottom: 1px solid #36373C;
    background-color: rgba(54, 55, 60, 0.95);
}

.fixed-header-on.boxed .header.fixed {
    left: auto;
}

.fixed-header-on .header .logo {
    -webkit-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -ms-transform: scale(0.80);
    -o-transform: scale(0.80);
    transform: scale(0.80);
    margin: 2px 0 -4px 0;
    display: none;
}

.fixed-header-on .header .site-slogan {
    display: none;
}

.fixed-header-on .header .navbar.navbar-default {
    margin: 0;
}

.fixed-header-on .header.fixed.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .fixed-header-on.boxed .header.fixed {
        width: 750px;
    }
}


/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .fixed-header-on.boxed .header.fixed {
        width: 1170px;
    }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    /* Fixed header position */
    .header.fixed {
        position: relative !important;
        top: auto !important;
    }
}

/* Miscellaneous
---------------------------------- */
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.space {
    padding-top: 20px;
    padding-bottom: 20px;
}

.space-top {
    padding-top: 20px;
}

.space-bottom {
    padding-bottom: 20px;
}

.margin-clear {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.padding-top-clear {
    padding-top: 0 !important;
}

.padding-bottom-clear {
    padding-bottom: 0 !important;
}

.padding-clear {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.border-clear {
    border: none !important;
}

.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}

.separator:after {
    width: 30px;
    height: 5px;
    background: #333333;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}

.separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #cccccc;
    position: relative;
}

.separator-2.right {
    margin-left: auto;
}

.sidebar .separator {
    width: 30px;
    height: 5px;
    margin: 15px 0 20px;
    background-color: #666;
    border-color: #666;
}

.sidebar .separator:after {
    content: "";
    background-color: transparent;
}

.dark-bg .separator-2 {
    background-color: #999999;
}

.default-bg .separator-2 {
    background-color: #ebebeb;
}

.object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.object-visible,
.touch .object-non-visible {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
    .object-visible,
    .touch .object-non-visible {
        -webkit-transition: opacity 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out;
        -o-transition: opacity 0.6s ease-in-out;
        -ms-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
    }
}

.vertical-divider-left,
.vertical-divider-left-lg {
    border-left: 1px solid #eeeeee;
    padding-left: 50px;
    margin-left: 20px;
}

.vertical-divider-right,
.vertical-divider-right-lg {
    border-right: 1px solid #eeeeee;
    padding-right: 50px;
    margin-right: 20px;
}

.grid span {
    padding: 15px 5px;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}


/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
    /* miscellaneous */
    .portfolio-item.vertical-divider-left-lg,
    .side.vertical-divider-left-lg {
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
    }

    .portfolio-item.vertical-divider-right-lg,
    .side.vertical-divider-right-lg {
        border-right: none;
        padding-right: 0px;
        margin-right: 0px;
    }
}


/* 3 Sections
----------------------------------------------------------------------------- */
/* Footer
---------------------------------- */
.footer {
    font-size: 14px;
    color: #999999;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #999999;
}

.footer h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.light .footer,
.light .footer h1,
.light .footer h2,
.light .footer h3,
.light .footer h4,
.light .footer h5,
.light .footer h6 {
    color: #666;
}

/* Subfooter
---------------------------------- */
.subfooter {
    font-size: 14px;
}

.subfooter p {
    margin: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* subfooter */
    .subfooter {
        text-align: center;
    }
}

/* 4 Pages
----------------------------------------------------------------------------- */
/* Blog pages
---------------------------------- */
.blogpost {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    margin: 0 0 70px;
    position: relative;
}

.blogpost .blogpost-body {
    padding: 20px 20px 0 20px;
    min-height: 140px;
}

.blogpost h2.title {
    margin-bottom: 0;
    margin-top: 0;
}

.blogpost .submitted {
    font-size: 12px;
    margin: 10px 0;
}

.blogpost .side {
    float: left;
    width: 80px;
}

.blogpost .post-info {
    float: left;
    top: 0;
    left: 25px;
    width: 80px;
    height: 90px;
    padding: 10px 15px;
    /* background-color: #e84c3d; */
    color: #fff;
    text-align: center;
    z-index: 3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blogpost .side .post-info {
    float: none;
}

.blogpost .post-info .day {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.blogpost .post-info .month {
    font-size: 16px;
    line-height: 1.2;
    display: inline-block;
}

.blogpost .side span.share {
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    padding-top: 20px;
    display: block;
}

.blogpost .side .social-links {
    margin-top: 0;
}

.blogpost .side .social-links li {
    display: block;
    margin: 0;
}

.blogpost .side .social-links li a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    text-align: right;
    background-color: transparent;
    border-color: transparent;
    color: #e84c3d;
}

.blogpost .side .social-links li.twitter a:hover {
    background-color: transparent;
    color: #55acee;
    border-color: transparent;
}

.blogpost .side .social-links li.facebook a:hover {
    background-color: transparent;
    color: #3b5998;
    border-color: transparent;
}

.blogpost .side .social-links li.googleplus a:hover {
    background-color: transparent;
    color: #dd4b39;
    border-color: transparent;
}

.blogpost .blogpost-content {
    padding: 0 0 10px;
    margin-left: 100px;
}

.blogpost footer {
    background-color: #f1f1f1;
    padding: 12px 20px;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 2;
    clear: both;
}

.blogpost ul.links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.blogpost ul.links li {
    display: inline-block;
}

.blogpost ul.links li a {
    color: #666666;
    display: inline-block;
}

.blogpost ul.links li a:hover {
    color: #e84c3d;
}

.blogpost.full {
    background-color: transparent;
    border: none;
}

.blogpost.full footer {
    border: 1px solid #e8e8e8;
}

.blogpost.full .blogpost-body {
    padding: 20px 0;
}

.blogpost.full .submitted {
    margin: 0 0 20px 0;
}

.blogpost.full .overlay-container {
    margin-bottom: 20px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .blogpost .blogpost-content {
        margin-left: 70px;
    }

    .blogpost .side {
        width: 50px;
    }

    .blogpost .post-info {
        width: 50px;
        height: 60px;
        padding: 8px 8px;
        margin: 0 20px 5px 0;
    }

    .blogpost .post-info .day {
        font-size: 20px;
    }

    .blogpost .post-info .month {
        font-size: 11px;
        line-height: 1.2;
    }
}

/* Affix */
#affix.affix {
    position: static;
}


/* Affix Menu - Sidebar */
.sidebar.affix {
    position: static;
}


/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .col-md-4 .sidebar.affix,
    .col-md-4 .sidebar.affix-bottom {
        width: 390px;
    }

    .col-md-3 .sidebar.affix,
    .col-md-3 .sidebar.affix-bottom {
        width: 263px;
    }
}

/* Blog Masonry layout
---------------------------------- */
.masonry-grid .blogpost {
    margin-bottom: 30px;
}

.masonry-grid .blogpost .blogpost-body {
    padding: 15px 15px 0 15px;
}

.masonry-grid .blogpost h2.title {
    font-size: 24px;
}

.masonry-grid .blogpost .submitted {
    margin: 15px 0 10px;
}

.masonry-grid .blogpost .blogpost-content {
    margin-left: 0;
}

.masonry-grid .blogpost .post-info {
    width: 50px;
    height: 60px;
    padding: 8px 8px;
    margin: 0 20px 5px 0;
}

.masonry-grid .blogpost .post-info .day {
    font-size: 20px;
}

.masonry-grid .blogpost .post-info .month {
    font-size: 11px;
    line-height: 1.2;
}

/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
    .masonry-grid .blogpost footer {
        font-size: 12px;
    }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .masonry-grid-item {
        max-width: 100%;
    }
}

/* Blog Timeline layout
---------------------------------- */
.timeline {
    position: relative;
    padding: 40px 0;
    margin-top: 40px;
}

.timeline-icon {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    color: #f3f3f3;
    font-size: 40px;
    margin-left: -13px;
    top: -30px;
    line-height: 1;
}

.timeline .timeline-item {
    padding: 0 15px;
}

.timeline .blogpost .blogpost-body {
    padding: 15px 15px 0 15px;
}

.timeline .blogpost h2.title {
    font-size: 24px;
}

.timeline .blogpost .submitted {
    margin: 15px 0 10px;
}

.timeline .blogpost footer {
    padding: 12px 15px;
}

.timeline .blogpost .blogpost-content {
    margin-left: 0;
}

.timeline .blogpost .post-info {
    width: 50px;
    height: 60px;
    padding: 8px 8px;
    margin: 0 20px 5px 0;
}

.timeline .blogpost .post-info .day {
    font-size: 20px;
}

.timeline .blogpost .post-info .month {
    font-size: 11px;
    line-height: 1.2;
}

.timeline-date-label {
    float: none;
    clear: both;
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1;
    width: 135px;
    position: relative;
    z-index: 2;
    color: #e84c3d;
}

.timeline .timeline-item.pull-right + .timeline-date-label {
    padding-top: 80px;
}

.timeline-date-label:after {
    background-color: #f3f3f3;
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    z-index: -1;
}

/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 1199px) {
    .timeline .blogpost footer {
        font-size: 12px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .timeline .blogpost {
        margin-bottom: 0;
    }

    .timeline:before {
        background-color: #f3f3f3;
        width: 2px;
        height: 100%;
        content: "";
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -1px;
        top: 0;
    }

    .timeline .timeline-item {
        position: relative;
        width: 50%;
        padding-left: 0;
        padding-right: 40px;
        margin-bottom: 80px;
        float: left;
        clear: left;
        z-index: 1;
    }

    .timeline .timeline-item.pull-right {
        position: relative;
        width: 50%;
        padding-left: 40px;
        padding-right: 0;
        margin-top: 80px;
        margin-bottom: 0;
        float: right;
        clear: right;
    }

    .timeline .timeline-item:after {
        content: "";
        font-family: "FontAwesome";
        right: 10px;
        background-color: #f3f3f3;
        left: auto;
        position: absolute;
        top: 20px;
        z-index: -1;
        width: 25px;
        height: 1px;
    }

    .timeline .timeline-item:before {
        content: "";
        position: absolute;
        background-color: #fff;
        border: 1px solid #e84c3d;
        height: 10px;
        width: 10px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        top: 15px;
        right: -5px;
    }

    .timeline .timeline-item.pull-right:after {
        right: auto;
        left: 10px;
    }

    .timeline .timeline-item.pull-right:before {
        left: -5px;
    }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .timeline .timeline-item.pull-right {
        float: none !important;
    }
}

/* Comments
---------------------------------- */
.comments {
    margin-top: 60px;
}

.comments h2.title {
    margin-bottom: 40px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}

.comment {
    font-size: 14px;
}

.comment .comment {
    margin-left: 75px;
}

.comment-avatar {
    margin-top: 5px;
    width: 55px;
    float: left;
}

.comment-content {
    margin-left: 75px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 40px;
}

.comment h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.comment-meta {
    margin-bottom: 15px;
    color: #999999;
    font-size: 12px;
}

.comment-meta a {
    color: #666666;
}

.comment-meta a:hover {
    text-decoration: underline;
}

.comment .btn {
    font-size: 12px;
    padding: 7px;
    min-width: 100px;
    margin-top: 5px;
    margin-bottom: -1px;
}

.comment .btn i {
    padding-right: 5px;
}

/* Portfolio
---------------------------------- */
.filters {
    margin: 0 0 30px 0;
}

.filters .nav-pills > li {
    margin-right: 2px;
    margin-bottom: 2px;
}

.filters .nav-pills > li + li {
    margin-left: 0px;
}

.text-center.filters .nav-pills > li {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    display: inline-block;
    float: none;
}

.list-item {
    margin-bottom: 40px;
}

.list-item h3.title {
    margin-top: 0;
}

/* Portfolio Item
---------------------------------- */
.portfolio-item.side {
    font-size: 14px;
    margin-top: 30px;
}

.portfolio-item.side .social-links {
    margin: 0;
}


/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
    /* Portfolio page */
    .filters .nav-pills > li {
        display: inline-block;
        width: 100%;
    }
}

/* About Us pages
---------------------------------- */
.team-member small {
    display: block;
    margin-top: -5px;
}

.team-member.box-style-1 {
    margin-top: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .team-member.option-3 {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .team-member.option-3 .overlay-container {
        float: left;
        width: 55%;
    }

    .team-member.option-3 .image-box-body {
        float: left;
        width: 45%;
        padding: 20px 10px 5px 15px;
    }
}

/* Small and Medium devices (tablets, smartphones, laptops) */
@media (min-width: 768px) and (max-width: 1199px) {
    .team-member.option-3 .image-box-body {
        padding: 40px;
    }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .team-member .image-box-body {
        padding: 15px 25px;
    }

    .team-member {
        max-width: 480px;
        margin: 20px auto 20px !important;
    }
}

/* Coming Soon Page
---------------------------------- */
.fullscreen-bg {
    background: url(/styles/images/fullscreen-bg.jpg) 50% 0px no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.boxed .fullscreen-bg {
    background: none;
}

.is-countdown {
    border: 1px solid transparent;
    background-color: transparent;
}

.countdown-section {
    text-align: center;
    padding: 20px;
    margin: 10px 0;
}

.countdown-amount {
    font-size: 36px;
    font-weight: 700;
    display: block;
}

.countdown-period {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 15px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .countdown-amount {
        font-size: 24px;
    }

    .countdown-period {
        font-size: 18px;
    }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
    .countdown-period {
        font-size: 14px;
    }
}

/* Shop pages
---------------------------------- */
.listing-item {
    margin: 0 0 20px 0;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

.listing-item-body {
    padding: 20px 15px 15px;
    -webkit-transition: ease-in-out all 0.25s;
    -o-transition: ease-in-out all 0.25s;
    transition: ease-in-out all 0.25s;
}

.listing-item:hover .listing-item-body {
    background-color: #fafafa;
}

.listing-item h3 {
    font-size: 18px;
}

.listing-item p {
    color: #999999;
    font-size: 13px;
}

.listing-item del,
.price del {
    font-size: 13px;
    line-height: 1;
    color: #cccccc;
}

.elements-list > * {
    border-right: 1px solid #dddddd;
    margin: 5px 6px 5px 0;
    padding-right: 10px;
    line-height: 24px;
    height: 22px;
    display: inline-block;
}

.elements-list > *:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.price {
    font-size: 22px;
    color: #000;
    font-weight: 300;
}

.wishlist:hover i:before {
    content: "\f004";
}

.listing-item .badge {
    border-radius: 0;
    position: absolute;
    border-color: transparent;
    top: -1px;
    left: -1px;
    font-weight: 400;
}

.sorting-filters {
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    padding: 20px 15px;
    margin-bottom: 40px;
}

.sidebar .sorting-filters {
    margin-bottom: 0;
}

.sorting-filters label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.sorting-filters form {
    margin: 0;
}

.sorting-filters .btn {
    margin: 20px 0 0;
    min-width: 0;
    width: 100%;
}

.sorting-filters .form-control,
.sorting-filters .form-control:focus {
    margin-bottom: 5px;
    webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
    border-color: #f3f3f3;
}

.sorting-filters .form-inline .form-control {
    width: 100%;
}

.list-with-image {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}

.list-with-image:last-child {
    border-bottom: none;
}

.list-with-image .overlay-container {
    float: left;
    width: 80px;
    margin-bottom: 10px;
}

.list-with-image h2,
.list-with-image p {
    margin-left: 100px;
}

.list-with-image h2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}

.list-with-image p {
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
}

.shop-banner {
    background-color: transparent;
    border-color: transparent;
}

.shop-banner .tp-bullets {
    display: none !important;
}

.shop-banner .sorting-filters {
    margin-bottom: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .sorting-filters .form-inline .form-group {
        width: 18%;
        margin-right: 1.9%;
    }

    .sorting-filters .form-inline .form-group:last-child {
        margin-right: 0;
    }

    .shop-banner {
        position: relative;
    }

    .shop-banner .sorting-filters {
        position: absolute;
        bottom: 20px;
        z-index: 29;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        border: none;
    }

    .shop-banner .sorting-filters * {
        color: #000000;
    }

    .shop-banner .sorting-filters .form-control,
    .shop-banner .sorting-filters .form-control:focus {
        border-color: #aaaaaa;
    }
}

/* Cart and Checkout pages
---------------------------------- */
.cart.table .price {
    width: 18%;
}

.cart.table .amount,
.cart.table .remove,
.cart.table .quantity {
    width: 12%;
}

.table .information {
    width: 80%;
}

.cart.table .quantity input {
    width: 60px;
    padding: 6px;
}

.cart.table .product {
    font-size: 15px;
}

.cart.table .amount {
    text-align: right;
}

.cart .price {
    font-size: 14px;
}

.cart.table .product small {
    font-size: 12px;
    display: block;
    color: #999;
}

.cart.table thead > tr > th {
    font-size: 16px;
}

.cart.table .total-quantity,
.cart.table .total-amount {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}

.cart.table .total-amount {
    text-align: right;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .cart.table thead > tr > th {
        font-size: 14px;
    }

    .cart.table .amount,
    .cart.table .price {
        width: 12%;
    }

    .cart.table .remove,
    .cart.table .quantity {
        width: 8%;
    }

    .cart.table > thead > tr > th,
    .cart.table > tbody > tr > th,
    .cart.table > tfoot > tr > th,
    .cart.table > thead > tr > td,
    .cart.table > tbody > tr > td,
    .cart.table > tfoot > tr > td {
        padding: 8px 10px;
    }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
    .cart.table > thead > tr > th,
    .cart.table > tbody > tr > th,
    .cart.table > tfoot > tr > th,
    .cart.table > thead > tr > td,
    .cart.table > tbody > tr > td,
    .cart.table > tfoot > tr > td {
        padding: 8px 7px;
    }
}

/* Cart dropdown block
---------------------------------- */
.cart .form-group {
    margin-bottom: 0;
}

.header-top-dropdown .dropdown-menu.cart {
    padding: 0;
    min-width: 350px;
    font-size: 12px;
    right: -1px;
}

.dropdown-menu.cart table {
    margin-bottom: 0;
}

.dropdown-menu.cart .panel-body {
    padding: 0px 10px 0px;
}

.dropdown-menu.cart .panel-body .btn {
    margin-left: 5px;
}

.total-amount,
.total-quantity {
    font-size: 13px;
}

.cart .table > tbody > tr > td,
.cart.table > tbody > tr > td {
    vertical-align: inherit;
}

.cart .quantity {
    width: 50px;
    font-size: 11px;
}

.invoice-container .cart .quantity {
    font-size: 14px;
}

.cart .product {
    width: 220px;
    font-size: 13px;
}

.cart .product .small {
    display: block;
    color: #999999;
}

.cart .amount,
.total-amount {
    font-weight: 700;
}

/* 5 Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    margin: 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

.btn.btn-lg {
    padding: 17px 12px;
    font-size: 18px;
    min-width: 210px;
}

.btn.btn-sm {
    padding: 8px;
    font-size: 12px;
    min-width: 105px;
    text-transform: capitalize;
}

.btn.radius {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.moving {
    -webkit-animation: moving 1.7s ease-out infinite;
    animation: moving 1.7s ease-out infinite;
    position: relative;
    top: -30px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.btn-remove {
    font-size: 10px;
    padding: 3px 15px;
    min-width: 0;
}

@-webkit-keyframes moving {
    0% {
        top: -30px;
    }
    60% {
        top: 0px;
    }
}

@keyframes moving {
    0% {
        top: -30px;
    }
    60% {
        top: 0px;
    }
}

/* Dark Buttons */
.btn-dark {
    color: #f1f1f1;
    background-color: #333333;
    border-color: #333333;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    color: #ffffff;
    background-color: #666;
    border-color: #666;
}

/* Gray Buttons */
.btn-gray {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
    color: #ffffff;
    /* background-color: #e84c3d; */
    border-color: #e84c3d;
}

/* Light Gray Buttons */
.btn-light-gray {
    color: #333333;
    background-color: #fafafa;
    border-color: #f3f3f3;
}

.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
    color: #ffffff;
    /* background-color: #e84c3d; */
    border-color: #e84c3d;
}

.default-bg .btn-light-gray {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.default-bg .btn-light-gray:hover,
.default-bg .btn-light-gray:focus,
.default-bg .btn-light-gray:active,
.default-bg .btn-light-gray.active,
.default-bg .open .dropdown-toggle.btn-light-gray {
    color: #333333;
    background-color: #fafafa;
    border-color: #fafafa;
}

/* The color of default buttons is the color of current color scheme */
.btn-default {
    /* background-color: #e84c3d; */
    color: #fff;
    /*border-color: #cd3c2e;*/
    outline: none !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #fff;
    /*background-color: #cd3c2e;*/
    /*border-color: #cd3c2e;*/
}

.default-bg .btn-default {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
}

.default-bg .btn-default:hover,
.default-bg .btn-default:focus,
.default-bg .btn-default:active,
.default-bg .btn-default.active,
.default-bg .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
    background-color: #cd3c2e;
    border-color: #cd3c2e;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Button with transparent bg */
.btn-white {
    background-color: transparent;
    color: #cd3c2e;
    border: 1px solid #e84c3d;
}

.footer .btn-white,
.subfooter .btn-white {
    color: inherit;
}

.footer .btn-white:hover,
.subfooter .btn-white:hover {
    color: #fff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #fff;
    background-color: #cd3c2e;
    border-color: #cd3c2e;
}

.default-bg .btn-white {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.default-bg .btn-white:hover,
.default-bg .btn-white:focus,
.default-bg .btn-white:active,
.default-bg .btn-white.active,
.default-bg .open .dropdown-toggle.btn-white {
    color: #333333;
    background-color: #fafafa;
    border-color: #fafafa;
}

.footer-content .btn-white {
    color: #999;
    background-color: transparent;
    border-color: #555;
}

.btn-default .badge {
    color: #666;
    background-color: #fff;
    border: none;
}

/*Button background transitions*/
.btn-hvr {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before,
.hvr-radial-out:before,
.hvr-rectangle-out:before,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-out-vertical:before {
    background: #cd3c2e;
}

.hvr-radial-in:before,
.hvr-rectangle-in:before,
.hvr-shutter-in-horizontal:before,
.hvr-shutter-in-vertical:before {
    background: #fafafa;
}

/* Links
---------------------------------- */
.link {
    padding-right: 23px;
    position: relative;
    display: inline-block;
    text-align: right;
}

.link:hover {
    text-decoration: none;
}

.link:hover span {
    text-decoration: underline;
}

.link:after {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 2px;
}

.link-light {
    color: #ffffff;
    text-decoration: none !important;
}

.link-light:hover {
    color: #ffffff;
    text-decoration: underline !important;
}

.link-dark {
    color: #333333;
    text-decoration: none !important;
}

.link-dark:hover {
    color: #333333;
    text-decoration: underline !important;
}

#footer:not(.light) .link-dark {
    color: #cdcdcd;
}

#footer:not(.light) .link-dark:hover {
    color: #cdcdcd;
}

/* Forms
---------------------------------- */
form {
    margin: 20px 0;
}

textarea {
    resize: vertical;
}

.sidebar form {
    margin: 5px 0 20px 0;
}

.form-control {
    border-radius: 0;
    background: #ffffff;
    height: 40px;
    padding-right: 30px;
    border-color: #acacac;
    color: #666666;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}

.form-control:focus {
    border-color: #666666;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}

select.form-control {
    padding-right: 5px;
}

.form-control::-moz-placeholder {
    color: inherit;
}

.form-control:-ms-input-placeholder {
    color: inherit;
}

.form-control::-webkit-input-placeholder {
    color: inherit;
}

.input-group-addon {
    background-color: #cacaca;
    border-color: #acacac;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-list > div {
    padding: 7px 15px;
    border-bottom: 1px solid #dddddd;
    background-color: #f3f3f3;
    margin: 6px 0;
    display: block;
}

fieldset {
    padding: 10px 25px;
    margin: 15px 0px;
    border: 1px solid #dddddd;
    background-color: #fafafa;
}

fieldset legend {
    display: block;
    width: auto;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: inherit;
    color: #333;
    border: 1px solid #ddd;
    background-color: #ffffff;
}

fieldset .form-control,
fieldset .form-control:focus {
    webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
    border-color: #f3f3f3;
}

.badge {
    padding: 2px 4px 3px;
    font-size: 10px;
    margin-left: 12px;
    top: -2px;
    position: relative;
    font-weight: 400;
    border-radius: 2px;
    background-color: transparent;
    color: inherit;
    border: 1px solid #666666;
}

.dropdown .badge {
    background-color: transparent;
    color: inherit;
    position: absolute;
    right: 25px;
    top: 14px;
}

.mega-menu .menu > li > a .badge {
    position: absolute;
    right: 10px;
    top: 9px;
}

.dropdown .active > a > .badge,
.dropdown a:hover .badge,
.dropdown .open > a > .badge {
    border-color: #e84c3d;
}

.dark .dropdown .active > a > .badge,
.dark .dropdown a:hover .badge,
.dark .dropdown .open > a > .badge {
    border-color: #3d3d3d !important;
}

@media (max-width: 767px) {
    .dropdown .badge {
        right: 50px;
        top: 15px;
    }

    .main-profile {
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
        width: calc(100% - 20px) !important;
    }

    .profile__certificates--verified-row {
        flex-wrap: wrap;
    }

    .profile__certificates--verified-column:nth-child(2) .profile__certificates--verified-property:first-child {
        margin-top: 30px;
    }

    .profile__certificates--verified-bottom {
        flex-direction: column;
        margin-top: 60px !important;
    }

    .profile__certificates--verified-msg,
    .profile__certificates--verified-new {
        width: 100% !important;
    }

    .profile__certificates--verified-bottom .profile__certificates--verified-new > button {
        margin-top: 20px !important;
    }
}

/* Forms in all backgrounds */
.dark-bg .form-control {
    background-color: rgba(255, 255, 255, 0.20);
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
    color: #999999;
}

.dark-bg .input-group-addon {
    background-color: rgba(255, 255, 255, 0.20);
    border-color: #000;
}

.dark-bg .form-control:focus {
    background-color: rgba(255, 255, 255, 0.25);
}

.gray-bg .form-control,
.header-top-dropdown .form-control,
#footer.light .form-control {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
    border-color: #f1f1f1;
    background-color: #ffffff;
}

.gray-bg .form-control:focus,
.header-top-dropdown .form-control:focus,
#footer.light .form-control:focus {
    border-color: #cacaca;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
}

.dark .header-top-dropdown .form-control {
    background-color: rgba(255, 255, 255, 0.20);
    border-color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
    color: #cdcdcd;
}

.dark .header-top-dropdown form i {
    color: #cdcdcd;
}

.dark .header-top-dropdown .form-control:focus {
    background-color: rgba(255, 255, 255, 0.25);
}

.gray-bg .input-group-addon {
    background-color: #ececec;
    border: 1px solid #f1f1f1;
}

.default-bg .form-control {
    border-color: #e84c3d;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
    color: #ffffff;
}

.default-bg .form-control:focus {
    border-color: #e84c3d;
    background-color: rgba(0, 0, 0, 0.25);
}

.default-bg .input-group-addon {
    background-color: #cd3c2e;
    border-color: #e84c3d;
    color: #fff;
}

.default-bg select.form-control,
.dark-bg select.form-control {
    color: #666666;
}

footer:not(.light) .footer-content .form-control {
    border-color: #292929;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
}

footer:not(.light) .footer-content .form-control:focus {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
}

footer:not(.light) .footer-content .input-group-addon {
    background-color: rgba(0, 0, 0, 0.5);
    border: transparent;
}

select.form-control {
    -webkit-appearance: menulist;
}

select[multiple].form-control {
    -webkit-appearance: listbox;
}

/* Validation states */
.has-success .form-control,
.has-success .form-control:focus {
    border-color: #3c763d;
}

.has-warning .form-control,
.has-warning .form-control:focus {
    border-color: #8a6d3b;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #a94442;
}

.default-bg .has-success .form-control,
.default-bg .has-warning .form-control,
.default-bg .has-error .form-control,
.default-bg .has-success .form-control:focus,
.default-bg .has-warning .form-control:focus,
.default-bg .has-error .form-control:focus {
    border-color: #fff;
    color: #ffffff;
}

.default-bg .has-success .form-control-feedback,
.default-bg .has-warning .form-control-feedback,
.default-bg .has-error .form-control-feedback,
.default-bg .has-success .control-label,
.default-bg .has-warning .control-label,
.default-bg .has-error .control-label {
    color: #fff;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .error {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

/* forms with icons */
label ~ .form-control-feedback {
    top: 25px;
}

.form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 42px !important;
    top: 0;
}

i.icon-margin svg {
    margin-right: 7px;
}

/* Disabled forms */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
    margin: 20px 0 40px;
    text-align: left;
}

ul.pagination li {
    padding: 0;
    margin: 0 5px 0 0;
    border-bottom: none;
    font-size: 12px;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

ul.pagination li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
    padding: 10px 15px;
    border: 1px solid #f3f3f3;
    line-height: 1;
    background-color: #fafafa;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #666666;
}

ul.pagination li > a:hover {
    background-color: transparent;
    color: #ffffff;
    /* background-color: #e84c3d; */
    border-color: #e84c3d;
}

ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    color: #ffffff;
    /* background-color: #e84c3d; */
    border-color: #e84c3d;
    line-height: 1;
}

ul.pagination li > a:focus {
    background: none;
}

/* Breadcrumb
---------------------------------- */
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 13px;
    padding: 8px 0;
}

/* Tabs
---------------------------------- */
.nav-tabs {
    -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid #f0f0f0;
    margin-top: 15px;
}

.nav-tabs > a,
.nav-tabs > li > button {
    font-size: 13px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 12px 25px;
    position: relative;
    color: #666666;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > button:hover {
    border-color: #f0f0f0 #f0f0f0 #ebebeb;
    background-color: #fafafa;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > button.active,
.nav-tabs > li > button.active:hover,
.nav-tabs > li > button.active:focus {
    color: #666;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
    border-bottom-color: transparent;
}

.nav-tabs > li.active > a:after,
.nav-tabs > li > button.active:after {
    width: 3px;
    content: "";
    /*background-color: #e84c3d; */
    height: 103%;
    position: absolute;
    left: 0;
    top: 0;
}

.tab-content {
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-top: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background-color: #fafafa;
    margin-bottom: 15px;
}

.tab-content h1 {
    font-size: 34px;
}

.tab-content:after {
    width: 3px;
    content: "";
    /* background-color: #e84c3d; */
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tab-content.clear-style {
    border: none;
    padding: 10px 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.tab-content.clear-style:after {
    width: 0;
    background-color: transparent;
    height: 100%;
}

/* Small devices (tablets, smartphones) */
@media (min-width: 481px) and (max-width: 767px) {
    .nav-tabs > li > a {
        padding: 12px 10px;
        font-size: 11px;
        margin-right: 0;
    }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
    .nav-tabs {
        background-color: #999999;
    }

    .nav-tabs > li {
        float: none;
    }

    .nav-tabs > li a {
        color: #ffffff;
        margin-right: 0;
        border-bottom: 1px solid #8f8f8f;
    }

    .nav-tabs > li > a:hover {
        color: #666666;
    }

    .nav-tabs > li > a:hover:after {
        width: 3px;
        content: "";
        /* background-color: #e84c3d; */
        height: 102%;
        position: absolute;
        left: 0;
        top: 0;
    }
}

/* Horizontal tabs version 2 */
.tabs-style-2 .nav-tabs {
    /*border-bottom: 1px solid #e84c3d;*/
}

.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus,
.tabs-style-2 .nav-tabs > li > a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border: 1px solid #e84c3d;*/
    /* background-color: #e84c3d; */
    color: #fff;
}

.tabs-style-2 .nav-tabs > li.active > a:after {
    width: 0;
    height: 0;
    background-color: transparent;
}

.tabs-style-2 .tab-content {
    border: none;
    padding: 20px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.tabs-style-2 .tab-content:after {
    width: 0px;
    background-color: transparent;
    height: 0;
}

.tabs-style-2 .nav-tabs > li > a:hover:after {
    width: 0;
    background-color: transparent;
    height: 0;
}

/* vertical tabs */
.vertical {
    margin: 20px 0;
}

.vertical.hc-tabs {
    margin: 40px 0;
}

.vertical .nav-tabs,
.vertical .tab-content {
    display: table-cell;
    margin: 0;
    vertical-align: top
}

.vertical .nav-tabs {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-color: transparent;
    background-color: #999999;
}

.vertical .nav-tabs > li {
    float: none;
}

.vertical .nav-tabs > li a {
    margin: 0;
    padding: 15px 40px;
    white-space: nowrap;
    color: #ffffff;
    border-bottom: 1px solid #8f8f8f;
}

.vertical .nav-tabs > li > a:hover {
    border-color: #f0f0f0 #f0f0f0 #ebebeb;
    border-right-color: transparent;
    color: #666666;
    z-index: 2;
}

.vertical .nav-tabs > li > a:hover:after {
    width: 3px;
    content: "";
    /* background-color: #e84c3d; */
    height: 102%;
    position: absolute;
    left: 0;
    top: 0;
}

.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus {
    -webkit-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
    border-right-color: transparent;
    border-bottom-color: #f0f0f0;
    color: #666666;
    z-index: 2;
    width: 101%;
}

.vertical .tab-content {
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
    left: -1px;
    z-index: 1;
    padding: 20px 30px;
}

.vertical .tab-content:after {
    background-color: transparent;
}

.arrow {
    display: block;
    position: relative;
}

.arrow i {
    font-size: 96px;
    top: -62px;
    position: absolute;
    line-height: 1;
    z-index: 2;
    left: 50%;
    margin-left: -27px;
}

.arrow i:before {
    color: #fafafa;
    text-shadow: 0px -1px 1px #E9E9E9;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .vertical .nav-tabs,
    .vertical .tab-content {
        display: block;
    }
}

@media (max-width: 1023px) {
    .login-text-mobile {
        display: block;
    }

    .navbar.navbar-default, .dark.header .navbar.navbar-default {
        border-color: #f1f1f1 !important;
    }
}

/* hc-tabs */
.hc-tabs .hc-tabs-top img {
    display: none;
}

/* Nav pills
---------------------------------- */
.nav-pills > li > a {
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid transparent;
    color: #666666;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.nav-pills.nav-stacked > li + li {
    margin-left: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    border: 1px solid #f3f3f3;
    background-color: #fafafa;
}

.nav-pills.nav-stacked > li > a {
    width: 100%;
    display: flex;
    align-items: center;
}

.nav-pills.nav-stacked > li > a > i {
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    right: 15px;
    color: #d1d1d1;
    width: 10px;
    height: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-pills > li.active > a:hover > i,
.nav-pills > li.active > a:focus > i,
.nav-pills > li > a:hover > i,
.nav-pills > li > a:focus > i {
    color: #4e5b5e;
    right: 10px;
}

.footer-content .nav-pills > li > a {
    padding: 4px 0;
    border-color: transparent;
    color: #999;
    font-weight: 400;
}

.footer-content .nav-pills > li:last-child > a {
    border-bottom: none;
}

.footer-content .nav-pills > li.active > a,
.footer-content .nav-pills > li.active > a:focus,
.footer-content .nav-pills > li > a:focus {
    color: #999;
    background-color: transparent;
    border-color: transparent;
}

.footer-content .nav-pills > li.active > a:hover,
.footer-content .nav-pills > li > a:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.footer-content .nav-pills.nav-stacked > li > a:after {
    top: 3px;
}

.footer-content .nav-pills.nav-stacked > li > a:after,
.footer-content .nav-pills > li.active > a:after,
.footer-content .nav-pills > li.active > a:hover:after,
.footer-content .nav-pills > li.active > a:focus:after,
.footer-content .nav-pills > li > a:hover:after,
.footer-content .nav-pills > li > a:focus:after {
    color: #999
}

.light .footer-content .nav-pills > li > a,
.light .footer-content .nav-pills > li.active > a,
.light .footer-content .nav-pills > li.active > a:focus,
.light .footer-content .nav-pills > li > a:focus {
    color: #666;
}

.light .footer-content .nav-pills > li.active > a:hover,
.light .footer-content .nav-pills > li > a:hover {
    color: #cd3c2e;
}

.light .footer-content .nav-pills.nav-stacked > li > a:after,
.light .footer-content .nav-pills > li.active > a:after,
.light .footer-content .nav-pills > li.active > a:hover:after,
.light .footer-content .nav-pills > li.active > a:focus:after,
.light .footer-content .nav-pills > li > a:hover:after,
.light .footer-content .nav-pills > li > a:focus:after {
    color: #666
}

.nav-pills > .active > a > .badge {
    color: #cd3c2e;
    background-color: #fff;
    border-color: #cd3c2e;
}

/* Process pills */
.process .nav-pills > li + li {
    margin-left: 60px;
    position: relative;
}

.process .nav-pills > li + li:after {
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    top: 10px;
    left: -35px;
    width: 10px;
    background-color: #fff;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #f0f0f0;
    border-top: none;
    background-color: #fafafa
}

.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    /* background-color: #e84c3d; */
    color: #ffffff;
    position: relative;
    text-decoration: none;
}

.panel-dark .panel-heading a,
.panel-dark .panel-heading a:hover {
    background-color: #333333;
}

.panel-transparent .panel-default > .panel-heading,
.panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: transparent;
    color: inherit;
}

.panel-transparent .panel-heading a {
    border: 1px solid #f1f1f1;
}

.panel-transparent .panel-heading a.collapsed {
    background-color: transparent;
}

.panel-heading a.collapsed {
    color: #ffffff;
    background-color: #999999;
}

.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
    text-decoration: none;
    /* background-color: #e84c3d; */
    color: #ffffff;
}

.panel-title a {
    background-color: #4e5b5d !important;
    text-transform: uppercase;
}

/* Progress bars
---------------------------------- */
.progress {
    margin-bottom: 25px;
    background-color: #f1f1f1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 30px;
}

.progress-bar {
    padding: 6px 0 5px 0;
    text-align: left;
}

.progress-bar-default {
    /* background-color: #e84c3d; */
}

.progress-bar-gray {
    background-color: #999999;
}

.progress-bar-dark {
    background-color: #333333;
}

.gray-bg .progress {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
}

.progress-bar span {
    position: relative;
    left: 15px;
}

/* Circular Progress Bars
---------------------------------- */
.knob-container {
    margin: 10px;
    position: relative;
    display: inline-block;
}

.knob-container canvas {
    width: 132px;
    height: 132px;
    margin: 0 auto;
}

.knob-text {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -14px;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .knob-container canvas {
        width: 169px;
        height: 169px;
    }
}

/* Alerts
---------------------------------- */
.alert {
    margin: 20px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    padding-left: 70px;
    overflow: hidden;
    z-index: 1;
    border: none;
}

.alert-icon-background {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 50px;
    height: 101%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.alert-success {
    color: #2a5f2b;
    background-color: #bcdab0;
}

.alert-info {
    color: #1a4e68;
    background-color: #c6e8fa;
}

.alert-warning {
    color: #72582b;
    background-color: #f7f0ce;
}

.alert-icon {
    font-family: "FontAwesome";
    position: absolute;
    top: 14px;
    left: 16px;
    color: #ffffff;
    font-size: 20px;
    z-index: 3;
}

/* Toast Alert */
.alert-toast__container {
    position: fixed;
    right: 20px !important;
    top: 96px !important;
    font-size: 16px;
    background-color: #ffffff;
    box-shadow: 5px 8px 12px rgb(0 0 0 / 25%);
    z-index: 9999;
}

.alert-toast__container .toast.fade {
    transition: opacity .15s ease-in-out;
}

.alert-toast__container .toast:not(.show) {
    opacity: 0;
}

.alert-toast__container .toast.show {
    opacity: 1;
}

.alert-toast__container .toast-body {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem calc(0.75rem + 32px) 0.75rem 0.75rem;
}

.alert-toast__container .toast-body i.alert-toast {
    font-size: 22px;
}

.alert-toast__container .toast-body span {
    font-size: 13px;
}

.alert-toast__success {
    color: #00a478;
}

.alert-toast__error {
    color: #dc3545;
}

.alert-toast__close--btn {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
}

.alert-toast__close--btn i {
    font-size: 12px;
}

.close {
    font-size: 28px;
    font-weight: normal;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

/* Modals
---------------------------------- */
.modal-open .page-wrapper {
    -webkit-filter: blur(3px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.modal-content .modal-header {
    /* background-color: #e84c3d; */
}

.modal-content .modal-title {
    font-size: 24px;
    color: #ffffff;
}

.modal-footer .btn {
    margin: 0;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .modal-lg {
        width: 1140px;
    }
}

/* Popups
---------------------------------- */
.mfp-zoom-out-cur .page-wrapper {
    -webkit-filter: blur(3px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.mfp-bg {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.mfp-figure:after {
    background-color: #ffffff;
}

/* Images and Images overlay
---------------------------------- */
.fixed-image {
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
}

.no-touch .fixed-image {
    background-attachment: fixed;
}

.fixed-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.overlay a {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 26px;
    color: #e84c3d;
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #000000;
    font-style: italic;
}

.overlay-links {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -50px;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 0.25s linear 0.05s;
    -moz-transition: all 0.25s linear 0.05s;
    -ms-transition: all 0.25s linear 0.05s;
    -o-transition: all 0.25s linear 0.05s;
    transition: all 0.25s linear 0.05s;
}

.overlay-links a {
    position: static;
    margin-top: 0;
    margin-left: 0;
}

.overlay-links a + a {
    left: 50px;
    color: #ffffff;
    /* background-color: #e84c3d; */
}

.overlay a:hover {
    color: #ffffff;
    background-color: #333333;
    text-decoration: none;
}

.overlay i {
    line-height: 50px;
}

.box-style-1 .overlay i {
    font-size: 26px;
    margin: 0;
}

a.overlay {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}

a.overlay:hover {
    text-decoration: none;
}

.listing-item a.overlay {
    -webkit-transition: linear 0.25s;
    -o-transition: linear 0.25s;
    transition: linear 0.25s;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.listing-item a.overlay:hover {
    text-decoration: none;
}

a.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    line-height: 42px;
    color: #e84c3d;
    margin-top: -22px;
    margin-left: -18px;
    text-align: center;
}

a.overlay.small i {
    font-size: 18px;
    line-height: 1;
    margin-top: -8px;
    margin-left: -8px;
}

.overlay .social-links {
    margin: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.overlay .social-links li {
    margin: 0 auto;
}

.overlay .social-links li a {
    margin: 2px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    position: static;
}

.overlay .social-links li a:hover {
    background-color: #fff;
    border-color: #fff;
    text-decoration: none;
}

.overlay .social-links li a i {
    line-height: 38px;
    font-size: 24px;
    margin: 0;
}

.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Responsive iframe
---------------------------------- */
.tp-caption .embed-responsive {
    overflow: visible;
}

/* Audio wrapper
---------------------------------- */
.audio-wrapper iframe {
    width: 100%;
    border: none;
    margin-bottom: 20px;
}

/* Scroll Spy
---------------------------------- */
.scroll-spy {
    position: relative;
}

/* 6 Navigations
----------------------------------------------------------------------------- */
/* first level menu */
.navbar.navbar-default {
    border-radius: 0;
    margin: 12px 0 5px;
    background-color: #fafafa;
    border-color: #f1f1f1;
}

.header-small .navbar.navbar-default {
    margin: 6px 0 5px;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px 12px 19px;
    z-index: 102;
    border: 1px solid transparent;
    bottom: -1px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.navbar-default .navbar-nav > li > a:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
    color: #e84c3d;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
    color: #666666;
    background-color: #fafafa;
    border: 1px solid #f1f1f1;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}

/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
    display: none;
}

/* second level menu */
.dropdown-menu {
    min-width: 240px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f1f1;
    z-index: 101;
}

/* second level menu items */
.dropdown-menu > a {
    padding: 12px 20px;
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.main-navigation .dropdown-menu > a {
    position: relative;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
    background-color: #ffffff;
    border-color: #f1f1f1;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
    top: -1px;
    left: 100% !important;
    padding-top: 0;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #f1f1f1;
}

.dropdown-menu .dropdown-menu.to-left {
    right: 100% !important;
    left: auto !important;
}

/*transparent header*/
.header.transparent:not(.dark) .navbar-nav > .open > a,
.header.transparent:not(.dark) .navbar-nav > .open > a:hover,
.header.transparent:not(.dark) .navbar-nav > .open > a:focus,
.header.transparent:not(.dark) .dropdown-menu {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: rgb(250, 250, 250) !important;
}

@media (min-width: 768px) {
    .header.transparent:not(.dark) .navbar-nav > li:not(.active) > a {
        color: #333333;
    }
}

/* mega menu */
.mega-menu.dropdown {
    position: static;
}

.mega-menu .dropdown-menu {
    left: 0;
    top: 96%;
    width: 100%;
    padding: 20px 30px;
}

/* mega menu menu items */
.mega-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu h4.title {
    margin: 10px 0 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.mega-menu .menu > li > a {
    padding: 5px 0;
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    position: relative;
}

.mega-menu .menu > li > a i,
.dropdown-menu > a i {
    padding-right: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mega-menu .menu > li:last-child > a {
    border-bottom: none !important;
}

.mega-menu .menu > li > a:hover i,
.dropdown-menu > a:hover i {
    padding-left: 5px;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
    background-color: #ffffff;
    color: #e84c3d;
    border-color: #f1f1f1;
    text-decoration: none;
}

/* arrows for parent menu items */
.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    left: auto;
    top: 15px;
    right: 6px;
    line-height: 1;
    color: #d1d1d1;
}

.transparent.header:not(.dark) .dropdown > a:before {
    color: #666666;
}

.navbar-default .navbar-nav > .active.dropdown > a:before {
    color: #e84c3d;
}

.navbar-default .navbar-nav > .dropdown.open > a:before {
    color: #e5e5e5;
}

.dropdown .dropdown > a:before {
    content: "\f105";
    right: 10px;
    top: 15px;
    margin-left: 0;
    visibility: visible;
    color: #666;
}

.dropdown .dropdown.open > a:before,
.transparent.header:not(.dark) .dropdown .dropdown.open > a:before {
    color: #e84c3d;
}

.navbar-header {
    margin-top: 0 !important;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #999;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    /* background-color: #e84c3d; */
}

/*Dark Navigation*/
.dark.header .navbar.navbar-default {
    background-color: #27272A;
    border-color: #1f1f1f;
}

/* Dark navigation first level menu items */
.dark.header .navbar-default .navbar-nav > li > a {
    color: #e1e1e1;
}

/* Dark navigation first level active menu items on hover/focus */
.dark.header .navbar-default .navbar-nav > .active > a,
.dark.header .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
}

/* Dark navigation first level active menu items when opened */
.dark.header .main-navigation .navbar-nav > .open > a,
.dark.header .main-navigation .navbar-nav > .open > a:hover,
.dark.header .main-navigation .navbar-nav > .open > a:focus {
    background-color: #27272a;
    border-color: #484848;
    border-bottom-color: #27272a;
    color: #ffffff;
}

/*Dark navigation second level menu items*/
.dark.header .dropdown-menu {
    background-color: #27272a;
    border: 1px solid #484848;
}

.dark.header-top .dropdown-menu {
    background-color: #36373c;
    border: 1px solid #3d3d3d;
    border-top-color: #36373c;
}

.dark.header-top .dropdown-menu .divider {
    background-color: #454545;
}

.dark.header .dropdown-menu > a {
    color: #cdcdcd;
    border-bottom: 1px solid #3d3d3d;
}

/*Dark navigation second level menu items on focus/hover and when opened */
.dark.header .dropdown-menu > a:hover,
.dark.header .dropdown-menu > a:focus,
.dark.header .nav .open > a,
.dark.header .nav .open > a:hover,
.dark.header .nav .open > a:focus,
.dark.header .dropdown-menu > .active > a,
.dark.header .dropdown-menu > .active > a:hover,
.dark.header .dropdown-menu > .active > a:focus,
.dark.header .dropdown-menu .menu > .active > a,
.dark.header .dropdown-menu .menu > .active > a:hover,
.dark.header .dropdown-menu .menu > .active > a:focus {
    background-color: #36373C;
    color: #ffffff;
}

/*Dark navigation mega-menu items*/
.dark.header h1,
.dark.header h2,
.dark.header h3,
.dark.header h4,
.dark.header h5,
.dark.header h6,
.dark.header p {
    color: #cdcdcd;
}

.dark.header .divider {
    background-color: #3d3d3d;
}

.dark.header .mega-menu .menu > li > a {
    color: #cdcdcd;
    border-bottom: 1px solid #3d3d3d;
}

/*Dark navigation mega menu menu items on focus/hover and when opened */
.dark.header .mega-menu .menu > li > a:hover,
.dark.header .mega-menu .menu > li > a:focus {
    background-color: #36373c;
    color: #ffffff;
}

/* Dark navigation arrows for parent menu items */
.dark.header .dropdown > a:before {
    color: #e1e1e1;
}

.dark.header .navbar-default .navbar-nav > .active.dropdown > a:before {
    color: #ffffff;
}

.dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
    color: #666666;
}

.dark.header .dropdown .dropdown > a:before {
    color: #e1e1e1;
}

/* Dark navigation mobile menu toggle button */
.dark.header .navbar-default .navbar-toggle {
    border-color: #666666;
}

/* Dark navigation mobile menu toggle button on hover/focus */
.dark.header .navbar-default .navbar-toggle:hover,
.dark.header .navbar-default .navbar-toggle:focus {
    background-color: #36373c;
    border-color: #999999;
}

.dark.header .navbar-default .navbar-toggle .icon-bar {
    background-color: #666666;
}

.dark.header .navbar-default .navbar-toggle:hover .icon-bar,
.dark.header .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #999999;
}

/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
#offcanvas.animated .open .dropdown-menu,
.open .dropdown-animation {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}

.open .dropdown-animation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu,
#offcanvas.animated .dropdown-menu .open .dropdown-menu {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left,
#offcanvas.animated.offcanvas-right .dropdown-menu .open .dropdown-menu {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .main-navigation .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

    /* first level menu */
    .navbar.navbar-default,
    .dark.header .navbar.navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    /* layout fixes */
    .main-navigation .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .main-navigation .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    .main-navigation .navbar-right > li:last-child > .dropdown-menu {
        right: 0;
        left: auto;
    }
}

/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 1199px) {
    .main-navigation .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* Medium devices (tablets landscape to portrait) */
@media (min-width: 768px) and (max-width: 991px) {
    .main-navigation .navbar-nav {
        float: left !important;
    }
}


/* Medium desktop devices */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        padding-right: 19px;
    }
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    /* first level menu item */
    .main-navigation .navbar-nav > li {
        margin: 0 0 0 15px;
    }

    .main-navigation .navbar-nav > li:first-child {
        margin: 0;
    }

    .col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
        left: -293px;
        width: 1140px;
    }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    /* Mobile menu
	------------------------------ */
    /* active items */
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #e84c3d;
        background-color: transparent;
    }

    /* first level items */
    .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #f1f1f1;
    }

    .subfooter .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #141414;
    }

    .light .subfooter .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #ddd;
    }

    .navbar-default .navbar-nav > li:last-child > a {
        border-bottom: 1px solid transparent;
    }

    /* first level items when opened */
    .main-navigation .navbar-nav > .open > a,
    .main-navigation .navbar-nav > .open > a:hover,
    .main-navigation .navbar-nav > .open > a:focus {
        border-color: transparent !important;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* first level items hover and focus states */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #e84c3d;
        background-color: #fff;
    }

    /* second level menu */
    .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
    }

    /* second level items */
    .navbar-default .navbar-nav .open .dropdown-menu > a,
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 12px 15px 12px 40px;
        color: #666666;
        border-color: #fafafa;
    }


    /* third level items */
    .navbar-nav .open .dropdown-menu .dropdown-menu > a {
        padding-left: 60px;
    }

    /* four level items */
    .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > a {
        padding-left: 80px;
    }

    /* Arrows for parent menu items */
    .dropdown > a:before {
        right: 32px;
    }

    .dropdown .dropdown > a:before {
        right: 36px;
    }

    /*Dark mobile menu
	------------------------------ */
    .dark.header .navbar-default .navbar-collapse,
    .dark.header .navbar-default .navbar-form {
        border-color: #1f1f1f;
    }

    /* active items */
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #36373c;
    }

    /* first level items */
    .dark.header .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #3c3c3e;
    }

    /* first level active items */
    .dark.header .navbar-default .navbar-nav > .active > a,
    .dark.header .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #36373C;
    }

    /* first level items hover and focus states */
    .dark.header .navbar-default .navbar-nav > li > a:hover,
    .dark.header .navbar-default .navbar-nav > li > a:focus,
    .dark.header .navbar-default .navbar-nav > .active > a:hover,
    .dark.header .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #36373c;
    }

    /* first level items when opened */
    .dark.header .main-navigation .navbar-nav > .open > a,
    .dark.header .main-navigation .navbar-nav > .open > a:hover,
    .dark.header .main-navigation .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #36373c;
    }

    /* second level menu */
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #27272a;
        border: none;
    }

    /* second level items */
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > a,
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #cdcdcd;
        border-color: #3c3c3e;
    }

    /* second level items on hover/focus */
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > a:hover,
    .dark.header .navbar-default .navbar-nav .open .dropdown-menu > a:focus {
        color: #ffffff;
        background-color: #36373c;
    }

    .dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
        color: #ffffff;
    }
}

/* Header top navigation
---------------------------------- */
.header-top .navbar.navbar-default {
    margin: 0;
    min-height: 30px;
}

.header-top .navbar-default .navbar-nav > li > a {
    color: #999999;
    padding: 4px 20px;
}

.header-top .navbar-default .navbar-nav > li {
    border-right: 1px solid #999999;
}

.header-top .navbar-default .navbar-nav > li:last-child {
    border-right: none;
}

/* Offcanvas navigation
---------------------------------- */
.offcanvas {
    background-color: #fafafa;
    border-color: #f1f1f1;
}

.offcanvas-toggle-left {
    display: block;
    padding: 0;
    margin: 0;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    z-index: 1031;
    text-align: center;
}

.offcanvas-toggle-left:after {
    font-family: "FontAwesome";
    content: "\f0c9";
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    color: #333333;
}

#offcanvas.in + .offcanvas-toggle-left:after {
    content: "\f00d";
    color: #999999;
}

.offcanvas-toggle-right {
    display: block;
    padding: 0;
    margin: 0;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
    z-index: 1031;
    text-align: center;
}

.offcanvas-toggle-right:after {
    font-family: "FontAwesome";
    content: "\f0c9";
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    color: #333333;
}

#offcanvas.in + .offcanvas-toggle-right:after {
    content: "\f00d";
    color: #999999;
}

/*First level menu items*/
#offcanvas .navbar-nav > li,
#offcanvas .navbar-nav {
    float: none;
    margin: 0;
}

#offcanvas .navbar-nav > li > a {
    color: #333333;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
}

#offcanvas .navbar-nav > li:last-child > a {
    border-bottom-color: transparent !important;
}

#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover,
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
    color: #e84c3d;
    background-color: #ffffff;
}

/*Second level menu items*/
#offcanvas .dropdown-menu {
    position: static;
    width: 100%;
    float: none;
    box-shadow: none;
    border: none;
    background-color: #ffffff;
    margin: 0;
}

#offcanvas.offcanvas-right .dropdown-menu {
    overflow: hidden;
}

#offcanvas .dropdown-menu > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-color: #f7f7f7;
}

#offcanvas.offcanvas-right .dropdown-menu > a {
    text-align: right;
    padding-left: 10px;
    padding-right: 20px;
}

/*Third level menu items*/
#offcanvas .dropdown-menu .dropdown-menu > a {
    padding-left: 30px;
}

#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu > a {
    padding-left: 10px;
    padding-right: 30px;
}

/*Fourth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu > a {
    padding-left: 45px;
}

#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu .dropdown-menu > a {
    padding-left: 10px;
    padding-right: 45px;
}

/*Fifth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > a {
    padding-left: 60px;
}

#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > a {
    padding-left: 10px;
    padding-right: 60px;
}

/*Nav arrows*/
#offcanvas .dropdown > a:before {
    right: 15px;
    top: 13px;
}

#offcanvas.offcanvas-right .dropdown > a:before {
    right: auto;
    left: 15px;
    top: 13px;
}

#offcanvas.offcanvas-right .dropdown .dropdown > a:before {
    content: "\f104";
}

/*Dark offcanvas nav*/
.dark.offcanvas-container .offcanvas {
    background-color: #27272a;
    border-color: #484848;
}

.dark.offcanvas-container #offcanvas.in + .offcanvas-toggle-left:after,
.dark.offcanvas-container #offcanvas.in + .offcanvas-toggle-right:after {
    color: #e1e1e1;
}

/*First level menu items*/
.dark.offcanvas-container #offcanvas .navbar-nav > li > a {
    color: #e1e1e1;
    border-bottom: 1px solid #3d3d3d;
}

.dark.offcanvas-container #offcanvas .navbar-nav > li.open > a {
    border-bottom: 1px solid #515151 !important;
}

.dark.offcanvas-container #offcanvas .nav .open > a,
.dark.offcanvas-container #offcanvas .nav .open > a:hover,
.dark.offcanvas-container #offcanvas .nav .open > a:focus,
.dark.offcanvas-container #offcanvas .nav > li > a:hover,
.dark.offcanvas-container #offcanvas .nav > li > a:focus,
.dark.offcanvas-container #offcanvas .navbar-nav > li.active > a {
    color: #ffffff;
    background-color: #36373c;
}

/*Second level menu items*/
.dark.offcanvas-container #offcanvas .dropdown-menu {
    background-color: #36373c;
}

.dark.offcanvas-container #offcanvas .dropdown-menu > a {
    border-color: #515151;
    color: #e1e1e1;
}

.dark.offcanvas-container #offcanvas .dropdown-menu > a:hover,
.dark.offcanvas-container #offcanvas .dropdown-menu > a:focus {
    color: #ffffff;
    background-color: #36373c;
}

/*Nav arrows*/
.dark.offcanvas-container .dropdown .dropdown.open > a:before {
    color: #ffffff;
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar {
    margin: 0;
    min-height: 0;
    background: transparent;
    border-color: transparent;
}

.subfooter .navbar-default .nav > li > a {
    padding: 10px 10px;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}

.subfooter .navbar-default .nav li:last-child a,
.light .subfooter .navbar-default .nav > li:last-child > a {
    border: none;
}

.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
    background-color: transparent;
    text-decoration: underline;
    color: #e84c3d;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .subfooter .navbar-nav {
        float: none;
        margin: 15px 0;
        text-align: center;
    }

    .subfooter .navbar-nav > li {
        float: none;
        padding: 5px 0;
    }

    .subfooter .navbar-default .nav > li > a {
        padding: 0px 10px;
    }
}


/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    /* subfooter nav */
    .subfooter .navbar-default .navbar-toggle:hover,
    .subfooter .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border-color: #888;
    }

    .light .subfooter .navbar-default .navbar-collapse {
        border-color: #ddd;
    }

    .subfooter .navbar-default .navbar-collapse {
        border-color: #000000;
    }
}

/* 7 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo
---------------------------------- */
.logo img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.logo img:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.main-container .logo img {
    margin: 0 auto;
}

.header-small .logo img {
    max-height: 40px;
    margin: 2px 0 -4px 0;
}

.text-center .logo img {
    margin: 0 auto;
}

.site-slogan {
    font-size: 13px;
    font-style: italic;
    color: #999999;
}

.transparent.header:not(.dark) .site-slogan {
    color: #333333;
}

.dark.header .site-slogan {
    color: #cdcdcd;
}

.transparent.dark.header .site-slogan {
    color: #ffffff;
}

.main-container .site-slogan {
    color: inherit;
    text-align: center;
    margin-bottom: 20px;
}

.logo-footer {
    margin: 25px 0 20px;
}

.offcanvas .logo {
    margin: 20px 0 10px;
}

.offcanvas .logo img {
    margin: 0 auto;

}

.offcanvas .site-slogan {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px;
}

/* Call to action
---------------------------------- */
.call-to-action {
    padding: 10px 25px;
    text-align: center;
}

.call-to-action .btn {
    margin: 10px 5px;
}

.call-to-action .btn.btn-lg {
    margin-top: 15px;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
    .call-to-action .btn {
        display: block;
        width: 60%;
        margin: 10px auto;
    }
}

/* Boxes
---------------------------------- */
.box {
    text-align: center;
    margin: 0 10px 10px 0;
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 0;
    float: left;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box.block {
    display: block;
    float: none;
    margin: 0 auto !important;
}

.box.block + h2 {
    margin-top: 0;
}

.box i {
    font-size: 36px;
    line-height: 60px;
}

.box.small {
    margin: 0 5px 5px 0;
    width: 45px;
    height: 45px;
}

.box.small i {
    font-size: 24px;
    line-height: 45px;
}

.box.gray-bg:hover {
    color: #e84c3d;
}

.box.default-bg:hover {
    background-color: #fff;
    border: 1px solid #e84c3d;
}

.box.default-bg:hover * {
    color: #e84c3d;
}

.box.dark-bg:hover {
    background-color: #fff;
    border: 1px solid #666;
}

.box.dark-bg:hover * {
    color: #666;
}

.box-style-1 {
    text-align: center;
    padding: 20px;
    margin: 20px 0;
}

.grid-space-10 .box-style-1 {
    margin: 10px 0 0;
}

.box-style-1 i {
    font-size: 90px;
    margin: 15px 0 5px;
    text-align: center;
}

.box-style-1:not(.team-member):hover i {
    color: #e84c3d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
    color: inherit;
}

.box-style-2 {
    margin-top: 20px;
}

.box-style-2 i {
    font-size: 36px;
    line-height: 60px;
}

.box-style-2 .icon-container {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box-style-2 .body {
    margin-left: 80px;
}

.box-style-2 h2 {
    font-size: 24px;
    margin-top: 0;
}

.box-style-2:hover .icon-container {
    border: 1px solid #666;
}

.box-style-2:hover .default-bg {
    background-color: #fff;
    border: 1px solid #e84c3d;
}

.box-style-2:hover .default-bg * {
    color: #e84c3d;
}

.box-style-2:hover .dark-bg {
    background-color: #fff;
    border: 1px solid #666;
}

.box-style-2:hover .dark-bg * {
    color: #666;
}

.box-style-2:hover .white-bg * {
    color: #e84c3d;
}

.box-style-3 {
    margin-top: 20px;
}

.box-style-3 i {
    font-size: 22px;
    line-height: 45px;
}

.box-style-3 .icon-container {
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box-style-3 .body {
    margin-left: 80px;
}

.box-style-3 h2 {
    font-size: 20px;
    margin-top: 0;
}

.box-style-3:hover .icon-container {
    border: 1px solid #666;
}

.box-style-3:hover .default-bg {
    background-color: #fff;
    border: 1px solid #e84c3d;
}

.box-style-3:hover .default-bg * {
    color: #e84c3d;
}

.box-style-3:hover .dark-bg {
    background-color: #fff;
    border: 1px solid #666;
}

.box-style-3:hover .dark-bg * {
    color: #666;
}

.box-style-3:hover .white-bg * {
    color: #e84c3d;
}

.panel-body i {
    width: 35px;
    text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .box-style-3.right .icon-container {
        float: right;
    }

    .box-style-3.right .body {
        margin-right: 80px;
        text-align: right;
        margin-left: 0;
    }
}

/* Image Boxes
---------------------------------- */
.image-box {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
}

.grid-space-0 .image-box {
    border: none;
}

.image-box h3.title {
    margin-top: 0;
}

.image-box .btn {
    white-space: normal;
    border-color: transparent;
}

.image-box .btn-block {
    margin: 0;
}

.image-box-body {
    padding: 20px 15px 15px;
}

/* Tags cloud block
---------------------------------- */
.tags-cloud {
    font-size: 0;
}

.tag {
    display: inline-block;
    margin: 0 3px 3px 0;
}

.tag a {
    padding: 5px 10px;
    color: #999;
    display: block;
    font-size: 12px;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
}

.tag a:hover {
    color: #ffffff;
    /* background-color: #e84c3d; */
    border-color: #e84c3d;
    text-decoration: none;
}

footer:not(.light) .footer-content .tag a,
.dark-bg .tag a {
    background-color: transparent;
    border-color: #555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Social icons block
---------------------------------- */
.social-links {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 40px 0 20px 0;
}

.social-links li {
    display: inline-block;
    margin: 0 2px 2px 0;
}

.social-links li a {
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    font-size: 20px;
    background: #e84c3d;
    border: 1px solid #e84c3d;
    color: #fff;
}

.social-links.large li a {
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.social-links.light li a {
    background: #fafafa;
    border: 1px solid #f3f3f3;
    color: inherit;
}

.social-links.dark li a {
    background: #454545;
    border: 1px solid #333333;
    color: #acacac;
}

.social-links.radius-5px li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social-links.circle li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.social-links li a:hover {
    background-color: transparent;
    border-color: #cd3c2e;
    color: #cd3c2e;
}

.social-links.dark li a:hover {
    background: #fafafa;
    border: 1px solid #acacac;
    color: inherit;
}

.social-links.light li a:hover {
    border: 1px solid #d2d2d2;
    color: #333333;
}

.social-links li a i {
    line-height: 44px;
}

.social-links.large li a i {
    line-height: 60px;
}

.header-top .social-links {
    margin: 0;
}

.header-top .social-links li {
    padding: 3px 5px 2px;
    border-right: 1px solid #e3e3e3;
    margin: 0;
}

.header-top .social-links li:hover {
    background-color: #fafafa;
}

.header-top .social-links li a {
    font-size: 16px;
}

.header-top .social-links li:last-child {
    border-right: none;
}

.header-top .social-links li a {
    border: none;
    width: 25px;
    height: 30px;
    color: #999999;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li a:hover {
    color: #cd3c2e;
}

.header-top .social-links li a i {
    line-height: 30px;
}

.dark.header-top .social-links li {
    border-right: 1px solid #3d3d3d;
}

.dark.header-top .social-links li:last-child {
    border-right: none;
}

.dark.header-top .social-links li:hover {
    background-color: transparent;
}

.dark.header-top .social-links li a {
    color: #999999;
}

.footer-content .social-links {
    margin: 20px 0;
}

.footer-content .social-links li {
    margin: 0 5px 5px 0;
}

.footer-content .social-links li a {
    color: #666;
    background-color: transparent;
    border-color: #666;
}

.footer-content .social-links li a:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.social-links li.twitter a:hover,
.colored.social-links li.twitter a {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

.social-links li.skype a:hover,
.colored.social-links li.skype a {
    background-color: #00aff0;
    border-color: #00aff0;
    color: #fff;
}

.social-links li.linkedin a:hover,
.colored.social-links li.linkedin a {
    background-color: #0976b4;
    border-color: #0976b4;
    color: #fff;
}

.social-links li.googleplus a:hover,
.colored.social-links li.googleplus a {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

.social-links li.youtube a:hover,
.colored.social-links li.youtube a {
    background-color: #b31217;
    border-color: #b31217;
    color: #fff;
}

.social-links li.flickr a:hover,
.colored.social-links li.flickr a {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #fff;
}

.social-links li.facebook a:hover,
.colored.social-links li.facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.social-links li.pinterest a:hover,
.colored.social-links li.pinterest a {
    background-color: #cb2027;
    border-color: #cb2027;
    color: #fff;
}

.social-links li.instagram a:hover,
.colored.social-links li.instagram a {
    background-color: #517fa4;
    border-color: #517fa4;
    color: #fff;
}

.social-links li.vimeo a:hover,
.colored.social-links li.vimeo a {
    background-color: #aad450;
    border-color: #aad450;
    color: #fff;
}

.social-links li.tumblr a:hover,
.colored.social-links li.tumblr a {
    background-color: #32506d;
    border-color: #32506d;
    color: #fff;
}

.social-links li.soundcloud a:hover,
.colored.social-links li.soundcloud a {
    background-color: #ff3a00;
    border-color: #ff3a00;
    color: #fff;
}

.social-links li.foursquare a:hover,
.colored.social-links li.foursquare a {
    background-color: #0072b1;
    border-color: #0072b1;
    color: #fff;
}

.social-links li.dribbble a:hover,
.colored.social-links li.dribbble a {
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #fff;
}

.social-links li.behance a:hover,
.colored.social-links li.behance a {
    background-color: #053eff;
    border-color: #053eff;
    color: #fff;
}

.social-links li.vine a:hover,
.colored.social-links li.vine a {
    background-color: #00a478;
    border-color: #00a478;
    color: #fff;
}

.social-links li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a {
    background-color: #f74425;
    border-color: #f74425;
    color: #fff;
}

.header-top .social-links li.twitter a:hover {
    color: #55acee;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.skype a:hover {
    color: #00aff0;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.linkedin a:hover {
    color: #0976b4;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.googleplus a:hover {
    color: #dd4b39;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.youtube a:hover {
    color: #b31217;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.flickr a:hover {
    color: #ff0084;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.facebook a:hover {
    color: #3b5998;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.pinterest a:hover {
    color: #cb2027;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.instagram a:hover {
    color: #517fa4;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.vimeo a:hover {
    color: #aad450;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.tumblr a:hover {
    color: #32506d;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.soundcloud a:hover {
    color: #ff3a00;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.foursquare a:hover {
    color: #0072b1;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.dribbble a:hover {
    color: #ea4c89;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.behance a:hover {
    color: #053eff;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.vine a:hover {
    color: #00a478;
    background-color: transparent;
    border-color: transparent;
}

.header-top .social-links li.stumbleupon a:hover {
    color: #f74425;
    background-color: transparent;
    border-color: transparent;
}

.social-links .dropdown > button {
    padding: 6px 15px 5px;
    font-size: 16px;
    color: #999;
    text-align: center;
    min-width: 0;
    margin: 0;
    background-color: transparent;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.social-links .dropdown > button i {
    width: 15px;
}

.social-links .dropdown.open > button > i:before {
    content: "\f00d";
    color: #e84c3d;
}

.social-links .dropdown-menu {
    z-index: 103;
    padding: 0px;
    min-width: 290px;
    margin-top: 1px;
    font-size: 0;
    box-shadow: none;
    background-color: #fafafa;
}

.social-links .dropdown-menu li a,
.social-links .dropdown-menu li a i {
    padding: 0;
}

/* Header top dropdowns
---------------------------------- */
.header-top-dropdown {
    float: right;
    font-size: 0;
    text-align: right;
}

.header-top-dropdown .dropdown > button {
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid transparent;
}

.dark .header-top-dropdown .dropdown > button {
    border-right: 1px solid #515151;
}

.header-top-dropdown .dropdown:last-child > button {
    border-right-color: transparent;
}

.header-top-dropdown .dropdown > button {
    padding: 8px 10px;
    margin: 0;
    font-size: 12px;
    color: #999;
    text-align: center;
    min-width: 0;
    background-color: transparent;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: none;
}

.dark.header-top .header-top-dropdown .dropdown > button {
    border-right: 1px solid #3d3d3d;
}

.dark.header-top .header-top-dropdown .dropdown:last-child > button {
    border-right-color: transparent;
}

.header-top-dropdown .dropdown > button i {
    padding-right: 5px;
    width: 15px;
}

.header-top-dropdown .dropdown.open > button,
.header-top-dropdown .dropdown > button:hover {
    color: #e84c3d;
    background-color: #fafafa;
    border-right-color: #e3e3e3;
}

.dark.header-top .header-top-dropdown .dropdown.open > button,
.dark.header-top .header-top-dropdown .dropdown > button:hover {
    color: #FFFFFF !important;
    background-color: #36373C;
    border-right-color: #3d3d3d;
}

.dark.header .header-top-dropdown .dropdown.open > button,
.dark.header .header-top-dropdown .dropdown > button:hover {
    color: #FFFFFF !important;
    background-color: #36373C;
    border-right-color: #515151;
}

.header-top-dropdown .dropdown:first-child.open > button,
.header-top-dropdown .dropdown:first-child > button:hover {
    border-left-color: #e3e3e3;
}

.dark.header-top .header-top-dropdown .dropdown:first-child.open > button,
.dark.header-top .header-top-dropdown .dropdown:first-child > button:hover {
    border-left-color: #3d3d3d;
}

.header .header-top-dropdown .dropdown > button {
    padding: 3px 10px;
}

.header .header-top-dropdown .dropdown.open > button,
.header .header-top-dropdown .dropdown > button:hover {
    background-color: transparent;
}

.header .header-top-dropdown .dropdown:first-child.open > button,
.header .header-top-dropdown .dropdown:first-child > button:hover {
    border-left-color: transparent;
}

.header .header-top-dropdown .dropdown:last-child.open > button,
.header .header-top-dropdown .dropdown:last-child > button:hover {
    border-right-color: transparent;
}

.header .header-top-dropdown .dropdown-menu {
    margin-top: 27px;
}

.header-top-dropdown .dropdown-menu {
    z-index: 103;
    padding: 20px;
    min-width: 280px;
    margin-top: 0px;
}

.header-top-dropdown .search-box .form-group {
    margin-bottom: 0;
}

.header-top-dropdown form {
    margin: 0;
}

.header-top-dropdown .login-form span {
    margin: 0 3px;
}

.header-top-dropdown .login-form ul {
    padding-left: 0;
    list-style-position: inside;
    padding: 5px 0;
}

.header-top-dropdown .login-form .social-links {
    display: inline-block;
    margin: 0;
}

.dark .header-top-dropdown .login-form a {
    color: #cdcdcd;
    text-decoration: underline;
}

.dark .header-top-dropdown .login-form a:hover {
    text-decoration: none;
}

.header .header-top-dropdown {
    margin-top: 19px;
}

.dark.header .header-top-dropdown {
    color: #cdcdcd;
}

.fixed-header-on .header .header-top-dropdown {
    margin-top: 13px;
}

.fixed-header-on .header .header-top-dropdown .dropdown-menu {
    margin-top: 19px;
}

/* Small devices (tablets, 480px and below) */
@media (max-width: 480px) {
    .header-top-dropdown .btn-group {
        position: static;
    }

    .header-top-dropdown .dropdown-menu {
        right: 15px !important;
        width: 100%;
    }
}

/* Full Width Content
---------------------------------- */
.full-width-section {
    position: relative;
}

.full-text-container {
    position: absolute;
    top: 30%;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
}

/* Large devices */
@media (min-width: 1200px) {
    .full-width-section {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .full-image-container {
        width: 50%;
        display: table-cell;
    }

    .full-text-container {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding: 0 50px;
        position: static;
    }

    .full-text-container * {
        max-width: 700px;
    }

    .full-text-container.left {
        text-align: right;
    }

    .full-text-container.left * {
        margin-left: auto;
    }

    .full-text-container p {
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .full-width-section .separator-2.right {
        margin-left: 0;
    }
}


@media (max-width: 767px) {
    .full-text-container {
        position: static;
        padding: 20px;
    }
}

/* Sidebar/footer gallery block
---------------------------------- */
.gallery.row {
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

/* Form Block
---------------------------------- */
.form-block {
    width: 630px;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form-block form {
    margin: 0;
}

.form-block ul {
    padding-left: 0;
    list-style-position: inside;
}

.form-block hr {
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-block .social-links {
    margin: 10px 0 0 10px;
    display: inline-block;
}

@media (max-width: 767px) {
    .form-block {
        width: 90%;
    }
}

/* Latest tweets block
---------------------------------- */
ul.tweets {
    list-style: none;
    padding: 0;
}

ul.tweets li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}

ul.tweets li i {
    position: absolute;
    top: 4px;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #666666;
}

ul.tweets li p {
    margin-bottom: 5px;
}

ul.tweets li span {
    font-size: 12px;
    color: #666666;
}

/* Testimonials
---------------------------------- */
.testimonial {
    margin: 25px 0;
}

.well .testimonial,
.owl-item .testimonial {
    margin: 0;
}

.testimonial h2 {
    margin-bottom: 25px;
}

.testimonial-image {
    max-width: 160px;
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.testimonial-body {
    padding: 15px;
}

.testimonial-image + .testimonial-body {
    margin-left: 180px;
}

.testimonial-info-1 {
    font-size: 13px;
    color: #000;
    font-style: italic;
}

.testimonial-info-2 {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

.dark-bg .testimonial-info-1,
.dark-bg .testimonial-info-2,
.default-bg .testimonial-info-1,
.default-bg .testimonial-info-2,
.dark-translucent-bg .testimonial-info-1,
.dark-translucent-bg .testimonial-info-2 {
    color: inherit;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
    .testimonial-image {
        max-width: 80px;
    }

    .testimonial-image + .testimonial-body {
        padding: 0 15px;
        margin-left: 100px;
    }
}

/* Isotope filtering
---------------------------------- */
.isotope-container {
    display: none;
    margin-bottom: 40px;
}

.boxed .isotope-container.grid-space-0 .image-box img {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.isotope-item {
    margin-bottom: 30px;
}

.grid-space-20 .isotope-item {
    margin-bottom: 20px;
}

.grid-space-10 .isotope-item {
    margin-bottom: 0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .isotope-item {
        max-width: 100%;
    }
}

/* Stats
---------------------------------- */
.stat-num {
    font-size: 36px;
    font-weight: 700;
    display: block;
}

/* Pricing tables
---------------------------------- */
.pricing-tables {
    margin: 60px 0 0;
}

.plan {
    text-align: center;
    border: 1px solid #c5c5c5;
    border-top: none;
    margin-bottom: 40px !important;
}

.plan + .plan {
    border-left: none;
}

.plan .header {
    padding: 10px 0;
    margin: 0 -1px;
}

.plan .header h3 {
    display: inline-block;
    font-size: 24px;
    margin: 0;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #494949;
}

.plan .header .price {
    display: inline-block;
    font-size: 16px;
    padding: 10px 0 0;
    font-weight: 400;
    color: inherit;
}

.plan .header .price span {
    text-transform: uppercase;
}

.plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style: none;
}

.plan ul li {
    padding: 12px 0px;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 1px 1px 0 #fff;
}

.plan ul li a.pt-popover {
    color: #000;
    border-bottom: 1px dashed #000;
    position: relative;
}

.plan ul li a.pt-popover:hover {
    text-decoration: none;
}

.plan ul li a.pt-popover:after {
    position: absolute;
    top: 0px;
    left: -15px;
    font-family: "FontAwesome";
    content: "\f059";
    color: #DDDDDD;
    font-size: 12px;
}

.best-value.plan ul li {
    padding: 15px 0;
}

.plan .popover {
    width: 250px;
    font-size: 13px;
    text-align: center;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.plan .popover-title {
    /* background-color: #e84c3d; */
    color: #ffffff;
    text-shadow: none;
    font-size: 13px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.plan .popover-content {
    font-size: 12px;
}

.plan .btn {
    text-shadow: none;
}

.gray .plan {
    border-top: 1px solid #c5c5c5;
    background-color: #f1f1f1;
    -webkit-box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
}

.gray .col-sm-3 > .plan,
.gray .col-sm-4 > .plan {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gray .plan .header {
    background: #fafafa;
    border: 1px solid #cacaca;
    width: 150px;
    height: 150px;
    margin: 15px auto;
    border-radius: 100%;
}

.gray .plan .header h3 {
    color: #e84c3d;
    display: block;
    margin-top: 30px;
}

.gray .plan .header .price {
    font-size: 24px;
    padding-top: 5px;
}

.gray .plan ul {
    background: #f1f1f1;
    border-top: 1px solid #e4e4e4;
}

.gray .plan ul li {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #f8f8f8;
    color: #333333;
}

.white .plan {
    border-color: #f3f3f3;
}

.white .plan .header {
    color: #fff;
    background: #e84c3d;
}

.white .plan .header h3 {
    color: #fff;
}

.white .plan ul {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background-color: #fbfbfb;
}

.white .plan ul li {
    border-bottom: 1px solid #f5f5f5;
}

.stripped .header {
    background: #e84c3d;
    border: none;
    -webkit-box-shadow: 0px 0px 60px #cd3c2e inset;
    -moz-box-shadow: 0px 0px 60px #cd3c2e inset;
    box-shadow: 0px 0px 60px #cd3c2e inset;
    color: #fff;
}

.stripped .header h3 {
    color: #fff;
}

.stripped .plan ul {
    -webkit-box-shadow: 0px 0px 32px 0px #cacaca inset;
    -moz-box-shadow: 0px 0px 32px 0px #cacaca inset;
    box-shadow: 0px 0px 32px 0px #cacaca inset;
    background: #fdfdfd;
}

.stripped .plan ul li {
    border: 1px solid #ececec;
    border-top: none;
    color: #666;
}

.stripped .plan ul li:nth-child(even) {
    -webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
    -moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
    box-shadow: 0px 0px 40px #e4e4e4 inset;
    background: #ffffff;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .best-value.plan {
        top: -30px;
        position: relative;
    }

}

/* Google maps
---------------------------------- */
#map-canvas {
    height: 450px;
}

.sidebar #map-canvas {
    height: 350px;
}

#map-canvas img {
    max-width: inherit;
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
    color: #fff;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #000000;
    z-index: 1005;
    display: none;
}

.scrollToTop i {
    line-height: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 44px;
}



/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .scrollToTop {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .scrollToTop i {
        line-height: 40px;
        font-size: 20px;
        width: 40px !important;
        height: 40px !important;
    }
}

/* 8 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution
---------------------------------- */
.slider-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.slider-banner,
.slider-banner-2,
.slider-banner-3,
.slider-banner-fullscreen {
    width: 100%;
    position: relative;
}

.slider-banner > ul,
.slider-banner-2 > ul,
.slider-banner-3 > ul,
.slider-banner-fullscreen > ul {
    display: none;
}

.tp-loader.spinner0 {
    background: url(/styles/images/loader.gif) no-repeat center center;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-animation: none;
    animation: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    background-color: #666666;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.80);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.80);
}

.slideshow-boxed {
    padding: 20px 0 60px;
}

.slideshow-boxed .slider-banner-container {
    padding: 10px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.slideshow-boxed .tp-caption {
    margin-left: 20px !important;
}

/* Slider Revolution captions */
.tp-caption {
    z-index: 5;
}

.tp-caption a.btn,
.tp-caption a.btn:hover {
    color: #ffffff;
}

.default_bg {
    /* background-color: #e84c3d; */
    color: #fff;
}

.white_bg {
    background-color: #ffffff;
    color: #333333;
}

.dark_gray_bg {
    background-color: #666666;
    color: #fff;
}

.light_gray_bg {
    background-color: #fafafa;
    color: #333;
    border: 1px solid #f3f3f3 !important;
    border-left: none !important;
}

.tp-caption.small_thin_white {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000000;
}

.tp-caption.small_thin_dark {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}

.tp-caption.large {
    font-size: 36px;
    padding: 0px 15px;
}

.tp-caption.medium {
    font-size: 22px;
    padding: 2px 10px;
}

.tp-caption.small {
    font-size: 14px;
    padding: 5px;
}

.tp-caption.black,
.tp-caption .btn.black,
.tp-caption .btn.black:hover {
    color: #333333;
}

/* Large devices (Large desktops less than 1199px) */
@media (max-width: 1199px) {
    .tp-caption {
        margin-left: 20px !important;
    }
}

/* Revolution Nav Controls */
.tparrows.round {
    background-image: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50% !important;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.tparrows.round:before {
    font-family: 'fontello';
    font-size: 24px;
    content: '\e87c';
    line-height: 52px;
    display: inline-block;
}

.tparrows.round.tp-rightarrow:before {
    content: '\e87d';
}

.tparrows.round:hover {
    color: #ffffff;
    /* background-color: #e84c3d; */
}

.slideshow-boxed .slider-banner-container .tparrows {
    opacity: 0;
    filter: alpha(opacity=0);
}

.slideshow-boxed .slider-banner-container:hover .tparrows {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tp-bullets {
    z-index: 100;
}

.tp-bullets.simplebullets.round .bullet {
    background-image: none;
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    margin: 0 3px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.bullets-with-bg + .tp-bullets.preview4 {
    height: auto;
    background-color: rgba(255, 255, 255, 1);
    padding: 5px 15px;
    bottom: -6px !important;
    border-radius: 3px;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
    /* background-color: #e84c3d; */
}

.tp-bannertimer {
    background-image: none;
    background-color: rgba(232, 76, 61, 0.7);
    z-index: 100;
    display: none;
}

.slideshow-boxed .tp-bullets {
    bottom: -33px !important;
}

.slideshow-boxed .bullets-with-bg + .tp-bullets.preview4 {
    padding: 7px 15px 2px;
    bottom: -45px !important;
}

.slideshow-boxed .slider-banner-container .tp-rightarrow {
    right: 10px !important;
}

.slideshow-boxed .slider-banner-container .tp-leftarrow {
    left: 10px !important;
}

.slideshow-boxed .tp-bullets.hidebullets {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.tparrows.preview2 {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.tparrows.preview2:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.tparrows.preview2:after {
    margin-top: -18px;
    left: 22px;
    color: #ffffff;
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 36px;
    line-height: 1;
}

.tp-rightarrow.preview2:after {
    content: "\f105";
    left: auto;
    right: 22px;
}

.tparrows.preview2:hover:after {
    color: #ffffff;
}

.tparrows.preview2 .tp-arr-titleholder {
    color: #ffffff;
    font-size: 16px;
}

/* Medium devices (phones, tablets, laptops) */
@media (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview2:after {
        margin-top: -13px;
        left: 15px;
        font-size: 24px;
    }

    .tp-rightarrow.preview2:after {
        left: auto;
        right: 15px;
    }
}

@media (max-width: 767px) {
    .tparrows.preview2 {
        display: none;
    }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
    .tparrows,
    .tp-bullets {
        display: none;
    }
}

/* 9 Owl carousel
----------------------------------------------------------------------------- */
.owl-carousel {
    z-index: 4;
}

.owl-carousel .owl-item > div {
    margin: 10px 0 20px;
}

.owl-carousel.carousel .owl-item > div,
.owl-carousel.carousel-autoplay .owl-item > div {
    margin: 10px 20px 20px 0;
}

.owl-carousel.clients .owl-item > div {
    margin: 0px 30px 0px 0;
}

.well.owl-carousel .owl-item > div {
    margin: 10px 0 0;
}

.tab-content .owl-carousel .owl-item > div {
    margin: 0 0 20px;
}

/* caption */
.caption {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    position: absolute;
    bottom: 80px;
    left: 80px;
    width: 40%;
    border: 1px solid #ffffff;
}

.caption .title {
    margin-top: 0;
}

/* Medium devices (desktops, tablets less than 991px) */
@media only screen and (max-width: 991px) {

    .desktop-menu {
        display: none !important;
    }

    .caption {
        width: 90%;
        bottom: 40px;
        left: 40px;
    }

    .full-text-container {
        top: 0;
        height: 100%;
        padding: 0 20px;
    }

    .full-text-container h1 {
        font-size: 28px;
    }

    .logo img,
    .header-small .logo img {
        margin: 0 auto 0 0;
    }

    .site-slogan {
        text-align: center;
    }

    .main-container {
        margin-top: 0 !important;
    }

    .mobile-menu {
        position: relative;
        height: 40px;
        display: block;
        width: 100%;
        z-index: 1;
    }

    .mobile-menu--nav__outter-wrapper {
        width: 100%;
        position: fixed;
        background-color: #fff;
        left: 0;
        top: 50px;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu--nav__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
        width: 100%;
        max-width: 750px;
        min-width: 320px;
        background-color: #fff;
        padding: 0 15px;
        margin: 0 auto;
    }

    .mobile-menu--nav__wrapper.half-width {
        width: 50% !important;
    }

    .mobile-menu--nav {
        text-decoration: none !important;
    }


    .mobile-menu--nav.active-top-nav {
        position: relative;
    }

    .mobile-menu--nav.active-top-nav:after {
        content: "";
        display: block;
        position: absolute;
        background: #4e5b5e;
        height: 5px;
        width: 100%;
        bottom: -9px;
    }

    .sandbox-env.mobile-menu--nav.active-top-nav:after {
        background-color: #d3cb93 !important;
    }

    .live-env.mobile-menu--nav.active-top-nav:after {
        background-color: #00C1D8 !important;
    }

    .mobile-menu h3 {
        margin-top: 5px !important;
    }

    .nav-pills--mobile {
        display: block;
        padding-top: 45px;
        padding-bottom: 15px;
        position: absolute;
        height: inherit;
        width: 100%;
        -webkit-animation: fadeIn 0.6s;
        animation: fadeIn 0.6s;
    }


    .mobile-menu--env {
        position: relative;
        height: 128px;
        display: block;
        width: 100%;
        margin-left: -15px;
    }

    .mobile-menu--env .nav-pills {
        width: 100%;
        top: 0;
        position: absolute;
    }

    .mobile-menu--env__wrapper {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        padding: 10px 0;
        height: 128px;
        width: 100%;
        max-width: 750px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        z-index: 1;
    }

    .mobile-menu--env__live .active-nav {
        background-color: rgba(0, 193, 216, 0.15) !important;
    }

    .mobile-menu--env__sandbox .active-nav {
        background-color: rgba(211, 203, 147, 0.15) !important;
    }

    #content:not(.main) {
        margin-top: 54px;
    }

    .sidebar {
        height: calc(100vh - 94px) !important;
        padding-bottom: 20px;
    }

    .close-side {
        position: absolute;
        top: 11px;
        right: 11px;
        font-size: 22px;
        width: 20px;
        color: #c6c6c6;
    }

    .sidebar .block {
        margin-top: 2px;
    }

    .custom-header {
        position: fixed;
        width: 100vw;
        background-color: #fff !important;
        height: 54px !important;
        z-index: 2;
        top: 0;
        padding-top: 10px;
        border-bottom: 1px solid #eee;
    }

    .main__login .form-block {
        border: 0 !important;
    }

    #copyright-footer {
        position: absolute !important;
    }


    aside {
        overflow: auto;
        margin-left: 0 !important;
        display: block;
        top: 0;
        left: 0;
        transform: translate3d(-100vw, 0, 0);
        width: 100vw;
        height: calc(100vh - 94px) !important;
        transition: transform .3s cubic-bezier(0, .52, 0, 1);
        margin-top: 94px;
        background-color: #fff !important;
        z-index: 4;
        padding: 0 0 10px 0 !important;
        box-shadow: 2px 15px 15px 3px #4e5b5e;
    }

    aside.menu_open {
        transform: translate3d(0vw, 0, 0);
    }

    aside.menu_close {
        transform: translate3d(calc(-100% - 10px), 0, 0);
    }

    .top-menu__container .apis-products__links {
        display: none;
    }

    .top-menu__container .dropdown {
        display: none;
    }

    .top-menu__user-actions {
        justify-content: flex-end;
    }

    .top-menu__container {
        display: inline-block !important;
        float: right;
        margin-top: -25px !important;
        margin-right: -10px;
    }

    .navbar-toggle {
        display: block !important;
        position: fixed;
        top: 5px;
        left: 20px;
        background-color: transparent !important;
        width: 30px;
        height: 30px;
        border-color: transparent !important;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 9;
    }

    .navbar-toggle span.icon-bar {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #4e5b5e !important;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }


    .lds-spinner {
        margin: 30px auto;
        display: block !important;
        width: 24px !important;
        height: 24px !important;
    }

    .product__details--container {
        padding: 0 20px !important;
    }

    .product__details--container .row-padding {
        padding-left: 10px;
        margin: 0 !important;
    }

    .product__details--container .row-style {
        width: calc(100% + 15px);
    }

    .loader-mob__wrapper {
        display: block !important;
    }

    .power-off-button {
        color: black;
        font-size: 29px;
        position: absolute;
        top: 18px;
        right: 15px;
    }

    .traces-table__wrapper {
        overflow-x: auto !important;
    }

    .traces__wrapper .pagination.pagination-sm {
        width: calc(100% + 30px);
        margin-left: -15px;
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center !important;
    }

    .traces__wrapper ul.pagination li {
        margin-top: 5px !important;
    }

    .traces__wrapper ul.pagination li > a {
        padding: 8px 12px !important;
    }

    .select-year-container {
        margin-bottom: 20px;
    }

    .billing-excel-tltp {
        display: none !important;
    }

    .billing-chart__wrapper {
        margin-bottom: 30px;
    }

    .footer__row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer__copyright {
        order: 2;
        text-align: center;
        margin-bottom: 5px;
    }

    .footer__contact-policy {
        order: 1;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer__powered-by {
        order: 3;
        text-align: center;
    }

    .border-after-element {
        margin-right: 10px !important;
        border-right: 1px solid #819398;
        padding-right: 10px;
    }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .caption {
        width: 100%;
        left: 0;
        position: relative;
        background-color: #fafafa;
        bottom: 0;
        padding-bottom: 35px;
    }
}

/* owl controls */
.owl-controls {
    width: 100%;
    margin-bottom: 50px;
}

.owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-prev {
    left: 0;
    /* background-color: #e84c3d; */
    color: #f1f1f1;
}

.owl-next {
    left: 30px;
    background-color: #f1f1f1;
    color: #e84c3d;
}

.owl-prev:hover,
.owl-next:hover,
.gray-bg .owl-next:hover {
    background-color: #333333;
    color: #f1f1f1;
}

.gray-bg .owl-next {
    background-color: #ffffff;
}

.owl-controls .owl-buttons div:after {
    font-family: "fontello";
    font-size: 18px;
    line-height: 26px;
}

.owl-prev:after {
    content: "\e87c";
}

.owl-next:after {
    content: "\e87d";
}

.no-touch .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.content-slider-with-controls {
    margin-bottom: 20px;
}

.content-slider-with-controls .owl-controls,
.content-slider-with-controls-autoplay .owl-controls {
    margin-bottom: 0;
}

.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
    top: 50%;
    margin-top: -15px;
    /* background-color: #e84c3d; */
    color: #f1f1f1;
}

.content-slider-with-controls .owl-buttons div.owl-next,
.content-slider-with-controls-autoplay .owl-buttons div.owl-next {
    left: auto;
    right: 0;
}

.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
    background-color: #f1f1f1;
    color: #e84c3d;
}

.content-slider-with-controls-bottom .owl-controls .owl-pagination {
    bottom: -30px;
}

.content-slider-with-controls-bottom .owl-controls .owl-page span {
    background: #acacac;
}

.owl-controls .owl-pagination {
    position: absolute;
    bottom: 25px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    background: #ffffff;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
    background: #e84c3d;
}

/* 10 IE8 Support
----------------------------------------------------------------------------- */
.ie8 .tp-caption {
    line-height: 1.5 !important;
}

.ie8 .overlay {
    background-color: rgb(241, 241, 241);
    display: none;
    opacity: 0.8 !important;
    filter: alpha(opacity=80) !important;
}

.ie8 a.overlay i {
    display: none;
}

.ie8 .overlay-container:hover a.overlay i,
.ie8 .overlay-container:hover .overlay {
    display: block;
}

#accordion-product {
    font-size: 13px;
}

.navbar.custom {
    min-height: 0;
    margin-bottom: 0;
    border: none;
}

#cookies-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
}

#cookies-more,
#cookies-accept,
#cookies-reject {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

#cookies-more:hover,
#cookies-more:focus,
#cookies-accept:hover,
#cookies-accept:focus,
#cookies-reject:hover,
#cookies-reject:focus {
    background: #fff;
    color: #222;
}

.cookies-wrapper {
    margin-left: 7px;
}

/* NEW STYLES BILLING OVERRIDE */

.main.billing .row {
    margin: 0 !important;
}

.billing-container .col-md-8 {
    padding: 0 !important;
}

.select-year-container {
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    padding-right: 0;
}

.billing-container .right-part {
    padding: 0 !important;
}

.billing-container .right-part .well {
    background-color: #f1f1f1 !important;
    margin-left: 11px;
    margin-bottom: 30px !important;
}

.current-billing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 212px;
}

.current-billing h2 {
    font: normal normal 900 15px/1 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 5px 0 0 0 !important;
}

.billing-total-amount {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.total-amount > div:first-child {
    margin: 0 0 0 5px;
}

.billing-total-amount > div:first-child > span:first-child {
    font: normal normal 400 24px/1 'Open Sans', sans-serif;
    /*font: normal normal 400 1.6vw/1 'Open Sans',sans-serif;*/
}

.billing-total-amount > div:first-child > span:nth-child(2) {
    font: normal normal 400 42px/1 'Open Sans', sans-serif;
    /* font: normal normal 400 2.9vw/1 'Open Sans',sans-serif; */
}

.billing-total-amount > div:first-child > span:nth-child(3) {
    /* font: normal normal 400 1.5vw/1 'Open Sans',sans-serif; */
    font: normal normal 400 24px/1 'Open Sans', sans-serif;
}

.last-update {
    font: normal normal normal 11px/1.4 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
}

/* BAR CHART */

.chart {
    border: 1px solid #c2c2c2;
    height: 252px;
    margin-top: 0;
}

/* Months Data Tables */

.month-hdr {
    width: 100%;
    background-color: #4e5b5d;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.month-hdr > span:first-child {
    text-transform: uppercase;
    cursor: help;
}

.month-hdr > span:nth-child(2) {
    font-weight: bold;
}


.tooltip.fade {
    opacity: 1 !important;
}

.light-tooltip > .tooltip-inner {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    margin-left: 6px;
}

.light-tooltip > .tooltip-arrow {
    border-right-color: #fff !important;
}

.excel-tltp > .tooltip-inner {
    background-color: #000000;
    color: #ffffff;
}

.excel-tltp > .tooltip-arrow {
    border-bottom-color: #000000;
    top: -6px;
}

.excel-tltp {
    margin-top: 5px;
}

.application-logo-tooltip {
    cursor: help;
}

.data-download-btn {
    display: flex;
    position: absolute;
    right: -30px;
    margin-top: -36px;
    font-size: 16px;
    padding: 7px;
    border-radius: 20px;
    border: 1px solid #b3b3b3;
    background-color: #fff;
    color: #000;
}

.data-download-btn svg {
    color: #000;
}

.month-container {
    padding: 20px 10px 0 10px;
    border: 1px solid #c2c2c2;
    margin-bottom: 30px;
}

.month-container table {
    table-layout: auto;
}

.month-container-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.month-container-top .client-info {
    display: flex;
    flex-direction: column;
    max-height: 55px;
    font-size: 13px;
    justify-content: space-between;
}

.month-container-top .client-info:first-child {
    padding: 0 0 0 36px;
}


.month-container-top .client-info > span:first-child {
    font-weight: bold;
    color: #000;
}

.month-container-top .client-info:first-child > span:nth-child(2) {
    font-size: 18px;
}

.month-container-top .client-info:nth-child(2) {
    padding: 0 48px 0 0;
}

.month-container-top .client-info:nth-child(2) > span:first-child {
    text-align: right;
}

.month-container .panel-body {
    margin: 0 -10px 0 -10px !important;
    padding: 0 !important;
}

/* Table - Accordion Override styles */

.product-tbl {
    margin: 20px 0 0 0 !important;
    border-bottom: 1px solid #b3b3b3 !important;
}

.product-tbl > thead > tr > th {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid transparent !important;
}

.product-tbl > thead > tr > th:nth-child(2):before {
    content: "";
    position: absolute;
    height: 5px;
    margin-top: -9px;
    width: calc(100% - 138px);
    border-top: 1px solid #4e5b5d;
}

.cost-cls {
    text-align: right;
}

.width-36 {
    width: 36px;
}

.width-32 {
    min-width: 32px;
}

.product-tbl tbody .info {
    cursor: pointer !important;
}

.product-tbl > tbody > tr > td:first-child {
    border-left: 1px solid #ddd;
}

.product-tbl > tbody > tr > td {
    background-color: #fff !important;
    border-bottom: 0;
}

.product-tbl > tbody > .info > td:last-child {
    text-align: right !important;
}

.product-tbl > tbody > tr > td > .fa-angle-down,
.product-tbl > tbody > tr > td > .fa-angle-up {
    font-size: 18px !important;
    border: none !important;
    line-height: 1 !important;
    text-align: right !important;
    width: 12px !important;
}

.product-tbl > tbody > tr > td > .fa-angle-down:not(.arrow-reversed) {
    transform: rotate(0deg);
    transition: transform 0.3s linear;
}

.product-tbl > tbody > tr > td > .arrow-reversed {
    transform: rotate(180deg);
    transition: transform 0.3s linear;
}

.api-tbl-container {
    padding: 0 !important;
}

.api-tbl {
    margin-bottom: 0 !important;
}

.api-tbl > thead > tr > th {
    background-color: rgba(242, 242, 242, 0.5) !important;
    color: #000 !important;
    border-bottom: 1px solid rgba(242, 242, 242, 0.5) !important;
}

.api-tbl > tbody > tr > td {
    background-color: rgba(242, 242, 242, 0.5) !important;
    border: none !important;
}

[id^='apirow_']:not(.hidden) {
    -webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
}


/* New Profile */

.profile__content {
    margin-top: 40px;
}

.profile__info--section {
    padding-left: 40px;
    padding-right: 40px;
}

.profile__certificates--section {
    padding: 5px 40px 40px 40px !important;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profile__certificates--section .page-title {
    font-weight: 600;
}

.profile__certificates--unverified {
    margin-top: 10px;
}

.profile__certificates--unverified .certificates--btn {
    margin: 40px 0 0 27px;
}

.profile__certificates--verified-bottom .certificates--btn {
    margin: 0 0 10px 0 !important;
}

.profile__certificates--verified {
    margin-top: 65px;
    display: flex;
    flex-direction: column;
}

.profile__certificates--verified .control-label {
    text-align: left !important;
}

.certificate__verified--title {
    position: absolute;
}

.profile__certificates--verified-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.profile__certificates--verified-row {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.profile__certificates--verified-msg {
    width: 57%;
    font-size: 14px;
}

.profile__certificates--verified-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 36%;
    justify-content: space-between;
}

.profile__certificates--verified-new > span {
    font-size: 12px;
}

.profile__certificates--section input {
    margin-top: 10px;
}

.profile__certificates--section input[readonly] {
    border: 1px solid #797979;
    background-color: #ffffff;
}

.profile__certificates--section input[readonly] {
    margin-top: 0 !important;
}

.certificates__verified--column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.certificates__editable__content--wrapper {
    border: 1px solid #797979;
    padding-right: 1px;
    margin-top: 3px;
}

.profile__certificates--caption {
    font-weight: 500 !important;
}

.profile__certificates--section .editable__content {
    height: auto;
    box-shadow: none !important;
    padding: 10px;
    border-width: 0;
    overflow: auto;
}

.profile__content li button {
    margin-right: 0 !important;
}

.certificates--btn {
    border-radius: 30px;
    padding: 6px 16px;
    margin-left: 5px;
    text-transform: none !important;
}

.certificates--tab + i {
    font-size: 16px !important;
    margin-left: 5px;
    cursor: pointer;
    line-height: 16px;
}

.page-title .verified-certificate-icon {
    color: #438601;
    margin-right: 12px;
    font-size: 32px;
}

.introduction-numbered-list {
    margin-left: 31px;
}

.unu-api-indent {
    margin-left: 62px;
}

.revert-styles {
    all: revert;
}

.ordered-numbered-list-numbers {
    counter-reset: item;
}

.ordered-numbered-list-numbers > li {
    counter-increment: item;
    list-style-type: none;
}

.ordered-numbered-list-numbers > li:before {
    content: counter(item) ".";
    padding-right: .5rem;
    font-size: 22px;
    font-family: inherit;
    font-weight: 500;
}

.titles-row {
    border-bottom: 5px solid #ccc;
}

.tasks-row {
    border-bottom: 2px solid #ccc;
    height: 58px;
    vertical-align: top;
}

.unu-api-table-images {
    background-image: url(/styles/images/unu-api-table-images.png);
}

.deal-with-just-one-api {
    display: inline-block;
    width: 102px;
}

.test-just-one-set-apis {
    width: 101px;
    display: inline-block;
}

.no-actions-required {
    display: inline-block;
    width: 78px;
}

.little-effort {
    width: 93px;
    display: inline-block;
}

.low-effort {
    display: inline-block;
    width: 40px;
}

.apis-provided {
    display: inline-block;
    width: 89px;
}

.integrate-one-set-apis {
    display: inline-block;
    width: 106px;
}

.medium-effort {
    display: inline-block;
    width: 64px;
}

.medium-effort-per-bank {
    display: inline-block;
    width: 75px;
}

.very-high-effort {
    display: inline-block;
    width: 70px;
}

.high-effort {
    display: inline-block;
    width: 47px;
}

.register-just-one-api {
    display: inline-block;
    width: 105px;
}

.bg-Bar {
    display: inline-block;
    margin-right: 9px;
}

.top-aligned-diagram {
    vertical-align: top;
}

.bg-Bar00 {
    width: 36px;
    height: 20px;
    background-position: -10px -75px;
}

.bg-Bar01 {
    width: 36px;
    height: 20px;
    background-position: -66px -75px;
}

.bg-Bar02 {
    width: 36px;
    height: 20px;
    background-position: -126px -10px;
}

.bg-Bar03 {
    width: 36px;
    height: 20px;
    background-position: -126px -50px;
}

.bg-Bar04 {
    width: 36px;
    height: 20px;
    background-position: -10px -115px;
}

.bg-unuapiPlus {
    width: 80px;
    height: 12px;
    background-position: -10px -43px;
}

.bg-unuapiPremium {
    width: 96px;
    height: 13px;
    background-position: -10px -10px;
}

.comparing-header {
    margin-top: 35px;
}

#tasks-table {
    width: 911px;
    font-size: 10px;
    line-height: 1.20;
    /*font-weight: normal !important;*/
}

#tasks-table > tr > th > span {
    font-weight: normal;
}

.table-indexing {
    vertical-align: top;
    padding-right: 6px;
    font-size: 12px;
}

#tasks-table > tr > th > div > span {
    font-weight: normal;
}

.account-aggregation-col {
    width: 34%;
}

.account-aggregation-wrapper {
    max-width: 10vw;
}

.on-your-own-col-wrapper {
    max-width: 8vw;
}

.with-unu-api-wrapper {
    width: 7vw;
    max-width: 7vw;
}

.on-you-own-col {
    width: 19.5%;
}

.with-unu-api {
    vertical-align: top;
    width: 184px;
}

.with-unu-api-premium {
    vertical-align: top;
    padding-bottom: 10px;
}

.task-th-first-col {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 15px;
}

.task-th {
    padding-top: 10px;
}

.task-th > span {
    max-width: 252px;
    display: inline-block;
}

.task-first-col-wrapper {
    width: 13vw;
}

.paragraphs-wrapper {
    padding-top: 17px;
}

.right-choice {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.overview-paragraphs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.overview-paragraphs h4 {
    font-size: 13px;
    font-weight: normal;
}

.overview-paragraphs p {
    font-size: 13px;
    width: 13vw;
}

.inline-header {
    display: inline;
}

.common-diag-container {
    font-style: italic;
    text-align: center;
    margin-bottom: 26px;
}

.auth-code-req-diagram {
    margin-left: auto;
    margin-right: auto;
    max-width: 72%;
}

.unu-diagram {
    margin-left: auto;
    margin-right: auto;
    max-width: 78%;
}

.clear__field--btn,
.clear__field--btn:focus:active,
.clear__field--btn:focus,
.clear__field--btn:active {
    font-size: 12px;
    font-weight: 400 !important;
    text-decoration: underline;
}

.clear__field--btn:hover {
    color: #23282a !important;
}

.regenerate__field--btn,
.regenerate__field--btn:focus:active,
.regenerate__field--btn:focus,
.regenerate__field--btn:active {
    font-size: 12px;
    font-weight: 400 !important;
    text-decoration: underline;
    color: #25AC9B;
    display: inline-block;
}

.regenerate__field--btn:hover {
    color: #16695e !important;
}

.certificates__challenge--copy {
    width: 85px;
    height: 34px;
}

.certificates__challenge--input {
    width: calc(100% - 95px);
    height: 40px;
}

.certificates__flex-lbl--wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
}

.certificates__editable-field::placeholder {
    opacity: 0.66 !important;
}

.certificates__editable-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.66 !important;
}

.certificates__editable-field::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 0.66 !important;
}

.certificates__editable-field[readonly] {
    opacity: 1 !important;
}

.certificates__challenge--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    height: 40px;
}

.pushed-to-bottom {
    margin-top: 21px;
}

.certificates--btn {
    display: block;
    min-width: 120px !important;
}

.certificates__challenge--copy .certificates--btn {
    margin: 18px 0 0 auto !important;
}

.certificates--btn:focus {
    color: #ffffff !important;
    text-shadow: none !important;
}

.certificates--btn:hover,
.certificates--btn:active {
    color: #ffffff !important;
    text-shadow: none !important;
}

.close-verification--error {
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    left: 17px;
    color: #ffffff;
    font-size: 20px;
    z-index: 3;
    width: 16px;
    height: 30px;
    cursor: pointer;
}

.transparent-link {
    background-color: transparent !important;
    border: 0 !important;
}

.alert-verification {
    z-index: 0;
}

.alert-verification:after {
    content: unset !important;
}

.profile__certificates--verified-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 160px;
}

.certificates__challenge--wrapper {
    flex-direction: column;
}

.certificates__challenge--input {
    width: 100% !important;
}

.certificates__challenge--copy {
    margin-left: auto !important;
    margin-top: 15px !important;
}

/* Fade-in Keyframes */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


@media (min-width: 992px) {
    .subfooter {
        text-align: left;
    }

    .subfooter .navbar-nav {
        float: right;
        margin: 0;
        text-align: left;
    }

    .subfooter .navbar-nav > li {
        float: left;
        padding: 0;
        margin-top: 4px;
    }

    .subfooter .navbar-default .nav > li > a {
        border-right: 1px solid #333333;
    }

    .light .subfooter .navbar-default .nav > li > a {
        border-right: 1px solid #999999;
    }

    .col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
        left: -243px;
        width: 940px;
    }

    .portfolio-item.side {
        margin-top: 125px;
    }

    .col-md-4 .sidebar.affix,
    .col-md-4 .sidebar.affix-bottom {
        width: 293px;
    }

    .col-md-3 .sidebar.affix,
    .col-md-3 .sidebar.affix-bottom {
        width: 213px;
    }

    .sidebar.affix {
        position: fixed;
        top: 20px;
    }

    .fixed-header-on .sidebar.affix {
        top: 65px;
    }

    .sidebar.affix-bottom {
        position: absolute;
    }

    .sidebar.affix-bottom .affix-menu,
    .sidebar.affix .affix-menu {
        margin-top: 0;
        margin-bottom: 0;
    }

    .affix-menu {
        padding-top: 20px;
    }

    h3.title ~ .affix-menu {
        padding-top: 0px;
    }

    #affix.affix {
        position: fixed;
        top: 65px;
        width: 80px;
    }

    #affix.affix-bottom {
        position: absolute;
        width: 80px;
    }

    .margin-top-clear {
        margin-top: 0 !important;
    }

    .margin-bottom-clear {
        margin-bottom: 0 !important;
    }

    .fixed-header-on .header .logo {
        display: block;
    }

    .fixed-header-on.boxed .header.fixed {
        width: 970px;
    }

    .boxed .page-wrapper {
        width: 970px;
    }

    .title {
        margin-top: 0;
    }

    .product-tbl {
        width: calc(100% + 1px) !important;
        max-width: calc(100% + 1px) !important;
    }

    .loader-mob__wrapper {
        display: none;
    }
}

@media (max-width: 694px) {
    .custom-column-width-13 {
        width: 5% !important;
    }
}

/* Application details styles override */

.product-view-container div[componentclass='h3'] .panel-heading .panel-title a {
    background-color: #4e5b5d !important;
}

.default-link {
    color: #337ab7;
}

.page-header.no-border {
    border: none;
}

.incompatibility-banks {
    padding-top: 20px;
    margin-top: 20px;
}

.red-text {
    color: red;
}

.welcome-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 230, 227, 0.7);
    z-index: 9999;
}

.welcome-modal__container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.welcome-modal {
    background-image: url(/styles/images/welcome.jpg);
    object-fit: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 74%;
    min-width: 300px;
    max-width: 800px;
    height: calc(100vh - 80px);
    max-height: 800px;
    border-radius: 14px;
    margin-top: calc( 2vh + 30px);
    padding: 30px;
    position: relative;
}

.welcome-modal__content {
    padding: 25px;
    border-radius: 14px;
    background-color: rgba( 47, 0, 55, 0.84);
    color: #eeeaee;
    width: calc(100% - 40px);
    min-width: 500px;
    margin: 30px auto;
    border: 2px solid #ff7d00;
}

.welcome-modal__content h3 {
    color: #eeeaee;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    font-family: "Helvetica Neue", "Open Sans", sans-serif;
}
.welcome-modal__content p {
    display: flex;
    flex-direction: column;
}

.welcome-modal__content p,
.welcome-modal__content ol li,
.welcome-modal__content ol span {
    font-size: 18px;
}

.welcome-modal__content ol {
    list-style-position: inside;
    margin-bottom: 20px;
}

.welcome-modal__content ol li {
    font-family: "Helvetica Neue", "Open Sans", sans-serif;
}

.welcome-modal__close {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #eeeaee;
    text-shadow: 1px 1px 1px #2f0037;
    font-size: 18px;
    display: flex;
    justify-content: center;
}


@media only screen and (max-width:991px) {
    .welcome-modal {
        width: calc(100vw - 20px) !important;
        margin: 30px auto !important;
        padding: 20px 20px 40px 20px !important;
        height: 100% !important;
        max-height: 800px;
        min-width: 328px !important;
    }

    .welcome-modal__content {
        width: 100% !important;
        padding: 20px !important;
        min-width: initial !important;
    }

    .welcome-modal__content p,
    .welcome-modal__content ol li {
        white-space: normal;
    }
}

@media only screen and (max-width:440px) {
    .welcome-modal__content p,
    .welcome-modal__content ol li {
        font-size: 16px !important;
    }

    .welcome-modal__content h3 {
        font-size: 20px !important;
    }
}

@media only screen and (max-width:360px) {
    .welcome-modal__content p,
    .welcome-modal__content ol li {
        font-size: 14px !important;
    }

    .welcome-modal__content h3 {
        font-size: 18px !important;
    }
}

.performance__statistics--wrapper {
    width: calc(100% - 300px);
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.performance__statistics--container {
    display: flex;
    flex-wrap: wrap;
}

.performance__statistics--container a {
    font-weight: 500;
    text-decoration: underline;
    line-height: 1.4;
    font-size: 18px;
    margin-right: 15px;
}

.performance__statistics--container a i {
    margin-right: 7px;
}
.custom-switch {
    margin-top: 10px;
    height: 22.07px;
    background-image: -webkit-radial-gradient(center, farthest-side, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    background-image: -moz-radial-gradient(center, farthest-side, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    background-image: -o-radial-gradient(center, farthest-side, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    background-image: radial-gradient(center, farthest-side, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    vertical-align: top;
}

.switch {
    position: relative;
    margin: 10px 0;
    height: 26px;
    width: 162px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label {
    color: black;
    position: relative;
    z-index: 2;
    float: left;
    width: 80px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.switch-label:active {
    font-weight: bold;
}

.switch-label-off.sandbox {
    padding-left: 8px;
    color: black;
}

.switch-label-off.live {
    padding-left: 8px;
    color: black;
}

.switch-label-on {
    padding-right: 0;
    padding-left: 2px;
    color: black;

}

/*
 * Note: using adjacent or general sibling selectors combined with
 *       pseudo classes doesn't work in Safari 5.0 and Chrome 12.
 *       See this article for more info and a potential fix:
 *       http://css-tricks.com/webkit-sibling-bug/
 */
.switch-input {
    display: none;
}

.switch-input:checked + .switch-label {
    font-weight: bold;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 80px;
    /* Note: left: 50% doesn't transition in WebKit */
}

.switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    width: 80px;
    height: 22px;
    background: #65bd63;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
    background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
    background-image: -o-linear-gradient(top, #9dd993, #65bd63);
    background-image: linear-gradient(to bottom, #9dd993, #65bd63);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-blue .switch-selection {
    background: #00D8F8;
    background-image: -webkit-linear-gradient(top, #4fc9ee, #00D8F8);
    background-image: -moz-linear-gradient(top, #4fc9ee, #00D8F8);
    background-image: -o-linear-gradient(top, #4fc9ee, #00D8F8);
    background-image: linear-gradient(to bottom, #4fc9ee, #00D8F8);
    color: white !important;
}

.switch-yellow .switch-selection {
    background: #EBE5BB;
    background-image: -webkit-linear-gradient(top, #e0dd94, #EBE5BB);
    background-image: -moz-linear-gradient(top, #e0dd94, #EBE5BB);
    background-image: -o-linear-gradient(top, #e0dd94, #EBE5BB);
    background-image: linear-gradient(to bottom, #e0dd94, #EBE5BB);
    color: #3C3819 !important;
}

.switch-gray .switch-selection {
    background: #A8A8A8;
    background-image: -webkit-linear-gradient(top, #696969, #A8A8A8);
    background-image: -moz-linear-gradient(top, #696969, #A8A8A8);
    background-image: -o-linear-gradient(top, #696969, #A8A8A8);
    background-image: linear-gradient(to bottom, #696969, #A8A8A8);
}

.switch-gray > label .switch-label .switch-label-on {
    color: #3C3819;
}

.switch-yellow > label .switch-label .switch-label-on {
    color: #3C3819;
}

.switch-blue > label .switch-label .switch-label-on {
    color: white;
}
/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.4
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

/*blue vertical tabs*/
.vertical .nav-tabs > li > a {
    color: #666666;
}

/*blue vertical tabs*/
.vertical .nav-tabs > li a {
    border-bottom: 1px solid #3d78d8;
}

/*fill image inside a div*/
.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/*fill image inside a div*/
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.center-img {
    margin-left: auto;
    margin-right: auto;
}

/*code snippets(show lines and numbers)*/
li.L0, li.L1, li.L2, li.L3,
li.L5, li.L6, li.L7, li.L8 {
    list-style-type: decimal !important
}

li.L1, li.L3, li.L5, li.L7,
li.L9 {
    /*background-color: #2D2D2D!important;*/
    background-color: #333 !important;
}

/* desert scheme ported from vim to google prettify */
pre.prettyprint {
    display: block;
    background-color: #333
}

pre .nocode {
    background-color: none;
    color: #000
}

pre .str {
    color: #ffa0a0
}

/* string  - pink */
pre .kwd {
    color: #f0e68c;
    font-weight: bold
}

pre .com {
    color: #87ceeb
}

/* comment - skyblue */
pre .typ {
    color: #98fb98
}

/* type    - lightgreen */
pre .lit {
    color: #cd5c5c
}

/* literal - darkred */
pre .pun {
    color: #fff
}

/* punctuation */
pre .pln {
    color: #fff
}

/* plaintext */
pre .tag {
    color: #f0e68c;
    font-weight: bold
}

/* html/xml tag    - lightyellow */
pre .atn {
    color: #bdb76b;
    font-weight: bold
}

/* attribute name  - khaki */
pre .atv {
    color: #ffa0a0
}

/* attribute value - pink */
pre .dec {
    color: #98fb98
}

/* decimal         - lightgreen */

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #AEAEAE
}

/* IE indents via margin-left */
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
    list-style-type: none
}

/* Alternate shading for lines */
li.L1, li.L3, li.L5, li.L7, li.L9 {
}

@media print {
    pre.prettyprint {
        background-color: none
    }

    pre .str, code .str {
        color: #060
    }

    pre .kwd, code .kwd {
        color: #006;
        font-weight: bold
    }

    pre .com, code .com {
        color: #600;
        font-style: italic
    }

    pre .typ, code .typ {
        color: #404;
        font-weight: bold
    }

    pre .lit, code .lit {
        color: #044
    }

    pre .pun, code .pun {
        color: #440
    }

    pre .pln, code .pln {
        color: #000
    }

    pre .tag, code .tag {
        color: #006;
        font-weight: bold
    }

    pre .atn, code .atn {
        color: #404
    }

    pre .atv, code .atv {
        color: #060
    }
}

/* desert scheme ported from vim to google prettify */

.code-snippets {
    margin-top: -20px;
}

.code-tabs {
    border-color: #333 !important;
    background-color: #333 !important;
}

.app-details-form {
    padding-top: 0px;
    box-shadow: none;
}

.signup-form {
    padding-left: 0px;
}

.oauth2-style {
    margin-bottom: 0px;
}

.movements-h2 {
    float: right;
    width: 330px;
    margin-top: 25px;
}

.sandbox-h2 {
    float: right;
    width: 540px;
    margin-top: 25px;
}

.top-menu-span {
    margin-left: 200px;
}

.top-menu-loggedin-span {
    margin-left: 5px;
}

.top-menu-border-span {
    border-right: 2px solid lightgrey;
    padding-right: 5px;
}

.col-custom {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
}

.top-menu-border-no-padding {
    border-right: 2px solid lightgrey;
}

.top-menu-border-no-padding:last-of-type {
    border: none;
}

.top-menu-div {
    display: inline-block;
    margin-bottom: -6px;
}

.display-none {
    display: none;
}

.clear-both {
    clear: both;
}

.client-div {
    margin-left: 0px;
    width: 100px;
}

.row-padding {
    padding-left: 25px;
}

.row-margin-top {
    margin-top: 2px
}

.table-div-margin {
    margin-top: 20px
}

.row-li {
    display: inline;
    margin-right: 15px;
}

.row-style {
    font-weight: bold;
    width: 100%;
    border-top: 2px solid black;
}

.strong-font {
    font-weight: bold;
}

.vertical .nav-tabs > li > a:hover:after {
    background-color: white;
}

.apis-section {
    margin-top: 125px !important;
}

.table-icons {
    margin-left: 10px;
}

.wrong-pass-text {
    display: none;
    color: #a94442;
    margin-bottom: 0px;
}

/*jQuery-tags-input custom CSS*/
/*========START========*/
div.tagsinput {
    border-color: #acacac;
}

div.tagsinput span.tag a {
    padding: 0px;
    display: inline-block;
    background-color: initial;
    border: none;
    color: white;
}

div.tagsinput span.tag {
    border-color: #5bc0de;
    background-color: #5bc0de;
    color: white;
}

/*=========END========*/

.log-details-label {
    width: 170px;
    text-align: left;
    font-weight: bold
}

.account-clients {
    margin-top: 40px;
}

.btn-default[disabled]:hover {
    background-color: #394346;
}

/*place footer at the bottom of the screen*/
/*========START========*/
body {
    height: 100%;
}

#main-app {
    height: 100%
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#content {
    padding-bottom: 75px; /* Height of the footer element */
}

#copyright-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
}

/*=========END========*/

.tooltip-inner {
    max-width: 350px;
}

.url-param span {
    color: #87ceeb;
}

.parallax-bg-3 {
    background: url(/styles/images/dna_red.png) 50% 0 no-repeat;
}

.big-icon-table {
    font-size: 90px;
    margin: 15px 0 5px;
    color: white;
}


.header {
    padding: 10px 0;
}

.big-slider-text-centered {
    white-space: pre-line !important;
    text-align: center;
}

.tp-caption.very_large_text {
    text-shadow: none;
}

.tp-caption.small_thin_white {
    text-shadow: none;
}

.logo img {
    transition: none;
}

.top-menu__container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 10px;
}

.self__flex-end {
    margin-left: auto;
    margin-right: -15px;
}

.top-menu__container .dropdown-menu {
    top: 10px !important;
    min-width: unset !important;
    width: 130px !important;
}

.top-menu__container .env__dropdown--btn {
    padding: 0 10px !important;
    border-radius: 50px;
    background: transparent !important;
    color: #4e5b5e !important;
    border: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
    min-width: unset !important;
    text-transform: capitalize !important;
    margin: 0 15px 0 0;
    font-size: 14px;
}

.top-menu__container .env__dropdown--btn.select-blue {
    color: #00D8F8;
}

.top-menu__container .env__dropdown--btn.select-yellow {
    color: #EBE5BB;
}

.selected-env {
    font-weight: bold;
}

.env__dropdown--selection:hover a:before {
    content: " ";
    height: 46px;
    width: 2px;
    position: absolute;
    left: -1px;
    top: 0;
    display: block;
}

.env__dropdown--selection.select-blue:hover {
    border-left: 3px solid #00D8F8;
    text-decoration: none;
}

.env__dropdown--selection.select-yellow:hover {
    border-left: 3px solid #EBE5BB;
    text-decoration: none;
}

.top-menu__container .env__dropdown--btn:focus,
.top-menu__container .env__dropdown--btn:active {
    color: #4e5b5e !important;
}

.env__dropdown--btn:after {
    margin-left: 10px;
}

.env__dropdown--btn.select-blue:after {
    color: #00D8F8 !important;
}

.env__dropdown--btn.select-yellow:after {
    color: #EBE5BB !important;
}

.type--selected {
    font-weight: bold;
}

.apis-products__links {
    text-align: center;
    margin-right: 16px;
    margin-left: auto;
}


.elements-fetching {
    color: #c7cfd1 !important;
}

.apis-products__links .tr-menu {
    min-width: 65px;
    display: inline-block;
}

.tr-menu.disabled {
    opacity: 0.5;
}

.login-icon {
    display: none;
}

.top-menu__container .btn-default:hover,
.top-menu__container .btn-default:focus,
.top-menu__container .btn-default:active,
.top-menu__container .btn-default.active,
.top-menu__container .open .dropdown-toggle.btn-default {
    color: #4e5b5e !important;
}

.top-menu__user-actions {
    display: flex;
}

.product--title-descr {
    padding-left: 10px;
}

.product__details--container .row.row-padding {
    background-color: #fafafa;
}

.our-team-img {
    width: 100%;
}

.code-snippets-height {
    max-height: 700px;
}

.responses-snippets-height {
    max-height: 350px;
    min-height: 150px;
}

.responses-content {
    padding-top: 0px !important;
    padding-left: 6px !important;
    padding-right: 0px !important;
}

@media screen and (min-width: 768px) {
    .vertical-tabs-float {
        float: left;
        width: 38%;
    }

    .responses-content {
        width: 62%;
        display: inline-block !important;
    }

    :not(.fixed-header-on) .header.transparent {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .podio-webform-frame {
        margin-top: -35px;
    }
}

@media screen and (max-width: 767px) {
    .copy-to-clipboard {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .desktop-login-register {
        display: none !important;
    }

    .squared-login {
        height: 72px;
        width: 139px;
        border-radius: 0;
        vertical-align: bottom;
        padding: 15px 0 0;
        letter-spacing: 0px;
        font-size: 15px;
        color: black;
        position: absolute;
        top: -10px;
        right: -5px;
        display: flex !important;
        justify-content: flex-end;
        margin-right: 22px;
        z-index: 1;
    }

    .icon-next2 {
        display: none;
    }

    #logo {
        max-width: 150px;
        max-height: 31px;
    }

    #wrapper {
        padding-bottom: 65px;
    }

    .top-menu__container .env__dropdown--btn {
        margin: 0 !important;
    }

    .apis-products__links {
        margin-right: auto !important;
        margin-left: 0 !important;
    }

    .performance__statistics {
        display: inline-flex;
        max-width: 87px;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #F2F2F1;
}

.custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.custom-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.custom-item > div {
    height: 100%;
}

.active-nav {
    border: 1px solid #f3f3f3;
    color: #4e5b5e;
    background-color: #F2F2F1;
}

.copy-to-clipboard-target-text-first {
    display: inline;
    width: 93%;
    border-color: #1A9A8A;;
    border-width: 2px;
}

.copy-to-clipboard-target-btn {
    min-width: 43px;
    margin-top: 7px;
    height: 40px;
    outline: none !important;
}

.copy-to-clipboard-target-btn:hover {
    color: #ffffff;
}

.regenerate-word {
    color: #25AC9B;
}

.regenerate-text {
    padding-left: 0;
    padding-top: 30px;
}

.copy-secret {
    color: #25AC9B;
    font-weight: normal;
    letter-spacing: -0.5px;
}

.application-extra-container {
    text-align: right;
}

.field-required {
    font-weight: bold;
}

.field-table-name {
    white-space: nowrap;
}

.child-indent-1 {
    text-indent: 20px;
}

.child-indent-2 {
    text-indent: 40px;
}

.child-indent-3 {
    text-indent: 60px;
}

.child-indent-4 {
    text-indent: 80px;
}

.child-indent-5 {
    text-indent: 100px;
}

.traces-client-drop-down {
    margin-bottom: 20px
}

.trace-text-area {
    height: 200px !important;
}

/* Tags-input NEW Start */
.react-tags__container {
    height: auto;
    min-height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 5px;
}

.react-tags__container.is-focused {
    border-color: #5bc0de !important;
}

.react-tags__container .ReactTags__tagInputField {
    width: 57px;
    font-size: 13px !important;
    padding: 0 1px;
    font-weight: normal;
    margin: 0 0 5px 5px;
}

.react-tags__container .ReactTags__tag {
    background-color: #9CD4E6;
    border-radius: 2px;
    border: 1px solid #5bc0de;
    color: #385284;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px;
    font-family: sans-serif;
}

.react-tags__container .ReactTags__remove {
    border: 0;
    background-color: transparent;
    font-weight: bold;
    padding-left: 3px;
    transition: all 0.2s ease-in-out;
}

.react-tags__container .ReactTags__remove:hover {
  opacity: 0.76;
}

.react-tags__container .ReactTags__selected,
.react-tags__container .ReactTags__tagInput {
    display: inline !important;
}

/* Tags-input NEW End */

.custom-tab > a:hover {
    cursor: pointer;
}

.css-6bx4c3 {
    text-transform: initial;
}

.logout-button {
    background: url(/styles/images/logout.png) no-repeat center;
    height: 23px;
    width: 22px;
}

.logout-button:hover {
    background: url(/styles/images/logout-over.png) no-repeat center;
    height: 23px;
    width: 22px;
}

.separator.inactive {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}

.separator.active {
    background-color: #666;
    border-color: #666;
}

.separator.sandbox {
    background-color: #d3cb93 !important;
    border-color: #d3cb93 !important;
}

.separator.live {
    background-color: #00C1D8 !important;
    border-color: #00C1D8 !important;
}

.separator.common {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}

.logo-center-image {
    display: inline-block;
    margin-left: 5px;
}

.client-link {
    color: #25ac9b;
}

.regenerate-button {
    background-image: url(/styles/images/regenerate-key-icon.png);
    background-repeat: no-repeat;
}

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-btn {
    margin-left: 20px;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 10px 18px 12px;
    font: 500 16px/1 'Open Sans', sans-serif;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    color: white;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-decoration: none;
}

.custom-btn.no-margin-left {
    margin-left: 0;
}

.custom-btn.inherit-margin-left {
    margin-left: inherit;
}

.set-blue {
    background-color: #25AC9B;
    border: 1px solid #25AC9B;
    color: #ffffff;
}

.set-blue:hover {
    background-color: #1A9A8A;
    border: 1px solid #25AC9B;
}

.set-red.custom-btn:not(.disabled):not([disabled]) {
    background-color: #EF4B8A;
}

.set-red.custom-btn:not(.disabled):not([disabled]):hover {
    background-color: #EF3E7D;
}

button:disabled,
button[disabled],
button:disabled:hover,
button[disabled]:hover,
.set-red.custom-btn.disabled,
.set-red.custom-btn.disabled:hover {
   background-color: #d0d0d0 !important;
   color: #ffffff !important;
   background-image: none !important;
   cursor: not-allowed !important;
   box-shadow: none !important;
}

.set-black.custom-btn {
    background-color: #666666
}

.set-black.custom-btn:hover {
    background-color: #666260
}

.set-black.custom-btn.small-button {
    font-size: 13px;
    padding-left: 13px;
    padding-right: 13px;
}

.right-float {
    float: right;
}

.set-yellow.custom-btn {
    background-color: #EBB020
}

.set-yellow.custom-btn:hover {
    background-color: #eb9c1e
}

.custom-btn.ico {
    position: relative;
    text-align: center;
    padding-right: 30px;
}

.custom-btn.ico:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 36px;
    padding: 11px 0 11px;
    font-family: fontawesome;
    text-align: center;
    border-radius: 30px 0 0 30px;
    background: rgba(0, 0, 0, 0);
}

.set-yellow.key-icon.custom-btn.ico:before {
    content: url(/styles/images/regenerate-key-icon.png);
}

a.custom-btn:hover {
    color: white;
    text-decoration: none;
}

.custom-margin-bottom {
    margin-bottom: 20px;
}

.custom-add-button {
    margin-left: 20px;
    background-color: #25ac9b;
    padding: 5px 15px 8px 5px;
    border-radius: 20px;
    color: white;
    margin-bottom: 20px;
    text-decoration: none;
    border: none;
}

.custom-delete-button {
    background-color: #EF4B8A;
    padding: 5px 15px 8px 10px;
    border-radius: 20px;
    color: white;
    margin-bottom: 20px;
    text-decoration: none;
    border: none;
}

.custom-delete-button:hover {
    text-decoration: none;
    color: lightgrey;
}

.custom-back-button {
    background-color: #666666;
    padding: 5px 15px 8px 15px;
    border-radius: 20px;
    color: white;
    margin-bottom: 20px;
    text-decoration: none;
    border: none;
}

.custom-back-button:hover {
    text-decoration: none;
    color: lightgrey;
}

.custom-initialize-button {
    background-color: #EBB020;
    padding: 5px 15px 8px 10px;
    border-radius: 20px;
    color: white;
    margin-bottom: 20px;
    text-decoration: none;
    border: none;
}

.custom-initialize-button:hover {
    text-decoration: none;
    color: lightgrey;
}

.button-regenerate-secret {
    background: url(/styles/images/secret_key.png) no-repeat left top;
    padding: 0 0 0 40px;
    border-radius: 20px;
    color: black;
    margin-bottom: 20px;
    margin-right: 20px;
    text-decoration: none;
    border: none;
    width: 170px;
    align-content: center;
}

.button-regenerate-secret:hover {
    text-decoration: none;
    color: lightgrey;
}

.custom-error-label {
    color: red;
    font-weight: normal;
}

.right-border {
    border-right: 2px solid #666666;
    width: fit-content;
    margin-right: 0;
}

.panel-heading a:hover, .panel-transparent .panel-heading a:hover {
    background-color: gray;
    color: white;
}

.panel-heading a {
    background-color: gray;
    color: white;
}

.hyperlink-cursor {
    cursor: pointer;
}

.control-label-custom {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal;
}

.forgot-pass {
    font-size: 13px;
}

.retrieve-username {
    font-size: 13px;
}

.center-button {
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {


    .power-off-button {
        right: 13px !important;
    }

}

@media (min-width: 1024px) {
    .navbar-right-custom {
        /*float: right !important;*/
        margin-right: -15px;
    }

    .navbar-toggle {
        display: none !important;
    }

    .footer__powered-by {
        text-align: right;
    }

    .footer__contact-policy {
        display: flex;
        justify-content: space-evenly;
    }
}

@media (min-width: 1024px) {
    .navbar-toggle {
        display: none;
    }
}

.nav-top {
    margin-top: 12px;
}

.button-as-text {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.button-as-text:hover {
    text-decoration: underline;
}

.main .grecaptcha-badge {
    bottom: 80px !important;
}

.top-menu-buttons {
    display: inline-block;
    min-width: 57.11px;
}

.navbar {
    min-height: 0;
}

p.api-list-element {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 20px;
    min-height: 20px;
}

h2.api-list-element {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    min-height: 40px;
    font-size: 20px;
}

.product-title {
    font-size: 28px;
}

.swagger-image {
    display: inline;
    margin-right: 5px;
    margin-top: -5px;
    cursor: pointer;
}

a > span {
    text-decoration: none;
    cursor: pointer;
}

h3.title > a {
    text-decoration: none;
    cursor: pointer;
}

.custom-nav-tag {
    padding-left: 0;
}

.billing-table-cost-col {
    width: 30%;
    text-align: right;
}

.application-logo-tooltip {
    margin-left: 4px;
    height: 20px;
    border-radius: 50%;
    display: inline;
}

.application-logo-label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.display-inline {
    display: inline;
}

.contact-us span:hover {
    text-decoration: underline;
}

.desktop-login-register {
    display: block;
}

.squared-login {
    display: none;
}

.login-text-mobile {
    display: none;
}

.nav-tabs > .apiTab {
    float: left;
}

.nav-tabs > .productTab {
    float: right;
}

.indented-api-options {
    font-size: 12px !important;
    margin-left: 24px !important;
    margin-top: -10px;
    text-transform: none !important;
}


.indented-scroll-options {
    font-size: 12px !important;
    margin-left: 48px;
    margin-top: -10px;
    text-transform: none !important;
}

.account-payment-setup-headers {
    text-transform: none;
}

.payment-setup {
    margin-top: 20px;
}

.client-dropdown-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.traces__wrapper {
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
}

.no-logs-found-img {
    margin: 30px auto 0 auto;
}

.no-logs-found {
    font-size: 20px;
    margin-top: 22px;
}

.create-app-and-make-calls {
    margin-top: 2px;
}

.no-logs-container {
    text-align: center;
    margin-bottom: 26px;
}

.ul-bullets {
    list-style-type: disc;
}

#requestHeaders {
    overflow-wrap: normal;
    white-space: pre;
}

pre.prettyprint {
    padding: 20px !important;
}

.prettyprint.unu-api.prettyprinted {
    white-space: pre-line;
    padding: 20px;
}

.prettyprint.only-padding.prettyprinted {
    padding: 20px;
}

.tag-link {
    text-transform: none !important;
    font-weight: 800 !important;
}

.tag-link > i {
    color: grey !important;
    transform: scale(-0.8);
}

.panel-group.panel-transparent {
    content: '';
}

.panel-group.panel-transparent input {
    display: none;
}

.panel-group.panel-transparent input ~ div {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    transition: height 0.3s ease-in-out,
    box-shadow 0.6s linear;
}

.panel-group.panel-transparent input:checked ~ div {
    transition: height 0.5s ease-in-out,
    box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
    height: auto;

}

.panel-group.panel-transparent input ~ label > a:after {
    content: "\F196" !important;
}

.panel-group.panel-transparent label {
    width: 100%;
}

.registration-field-space {
    margin-bottom: 25px;
}

.profile-field-space {
    margin-bottom: 21px;
}

.discreet-link {
    text-decoration: none;
    cursor: default;
    margin-left: 4px;
    margin-right: 5px;
}

.footer__powered-by .discreet-link {
    color: inherit;
    text-decoration: none;
}

.footer__powered-by .discreet-link:hover {
    color: inherit;
    text-decoration: none;
}

/* required to align elements of bootstrap 4 with bootstrap 3  */

.top-menu__container .dropdown-item {
    display: block;
}

.top-menu__container .dropdown-toggle::after {
    border-top-color: initial;
    border-right-color: transparent;
    border-bottom-color: initial;
    border-left-color: transparent;
}

.top-menu__container .dropdown-toggle:after {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.generic-accordion .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #9eacae;
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 5px;
    border: 0 rgba(147, 139, 127, 0.13);
    line-height: 1.2;
}

.generic-accordion .card-header {
    background-color: rgba(32, 32, 32, 0.03);
    border-bottom-color: rgba(147, 139, 127, 0.13);
    color: white;
    padding: 12px 35px 12px 15px;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.generic-accordion.errors-accordion .accordion-item {
    font-size: 15px;
}

.generic-accordion .accordion-item {
    font-size: 13px;
}

.generic-accordion .card-header .card-header-icon {
    position: absolute;
    right: 15px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
    transition: all 0.2s ease-in-out;
    border: 1px solid white;
    border-radius: 2px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.generic-accordion .card-header:not(.show) .card-header-icon--plus {
    display: flex !important;
}

.generic-accordion .card-header:not(.show) .card-header-icon--minus {
    display: none !important;
}

.generic-accordion .card-header.show .card-header-icon--plus {
    display: none !important;
}

.generic-accordion .card-header.show .card-header-icon--minus {
    display: flex !important;
}


.generic-accordion .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0;
    background-color: white !important;
}

.errors-accordion .card-header {
    background-color: #4e5b5d;
}

.accordion-padding {
    padding: 1.25rem 1.25rem 1.25rem calc(1.25rem + 15px);
}

.selected-accordion-border {
    border-radius: 8px;
}

.bg-dark {
    background-color: #4e5b5d !important;
}

.tab-content > .active {
    display: block;
    opacity: 1;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.profile__content.nav {
    display: flex;
    flex-wrap: wrap;
}

.profile__content.nav-tabs > li > button {
    background-color: transparent;
}

.profile__content.nav-tabs > li > button:not(.active):hover {
    background-color: #ebebeb;
}

.profile__content.nav-tabs > li > button.active:after {
    width: 3px;
    content: "";
    background-color: #4e5b5e;
    height: 103%;
    position: absolute;
    left: 0;
    top: 0;
}

.profile__content.nav-tabs > li > button.active {
    color: #666;
    background-color: #fafafa;
    box-shadow: 0 -1px 1px rgb(0 0 0 / 4%);
    border-bottom-color: transparent;
}

.otp-form > div > button {
    margin-bottom: 5px;
}

.contact-message-area {
    line-height: 1.0;
}

.client-application-name {
    display: block;
    max-width: 35ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
