html {
    height: 100%;
}

body.full-height {
    min-height: 100%;
    background-color: rgb(250, 250, 250);
}

body.full-height .page-wrapper {
    min-height: 100%;
    background-color: rgb(250, 250, 250);
}

h1 {
    color: rgb(69, 69, 69);
    line-height: 1.2;
}

h2 {
    color: rgb(69, 69, 69);
    line-height: 1.2;
}

h3 {
    color: rgb(69, 69, 69);
    line-height: 1.2;
}

h4 {
    color: rgb(69, 69, 69);
    line-height: 1.2;
}

h5 {
    color: rgb(69, 69, 69);
    line-height: 1.2;
}

h6 {
    color: rgb(69, 69, 69);
    line-height: 1.2;
}

h1 a {
    color: rgb(237, 109, 0);
}

h2 a {
    color: rgb(237, 109, 0);
}

h3 a {
    color: rgb(237, 109, 0);
}

h4 a {
    color: rgb(237, 109, 0);
}

h5 a {
    color: rgb(237, 109, 0);
}

h6 a {
    color: rgb(237, 109, 0);
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

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

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

h6 {
    font-weight: 600;
}

@media all and (min-width: 768px) {
    .title {
        margin-top: 0px;
    }
}

@media all and (max-width: 768px) {
    .title {
        margin-top: 0px;
    }
}

.sidebar {
    overflow: hidden;
    margin-right: 12px;
}

.sidebar .title {
    background: url(left-bg.png) no-repeat right rgb(30, 150, 254);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 60px;
    overflow: hidden;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    border-top-color: rgb(240, 133, 25);
    border-top-width: 0px;
    border-top-style: solid;
    position: relative;
}

.sidebar .title img {
    margin: 17.5px 10px 17.5px 25px;
    float: left;
    display: inline-block;
}

@media all and (max-width: 1199px) {
    .sidebar {
        margin-right: 0px;
    }
}

.page-header {
    border: 1px dashed rgb(204, 204, 204);
    border-image: none;
    padding-top: 20px;
    margin-top: 20px;
}

a {
    transition: 0.2s ease-in-out;
    color: rgb(40, 40, 40);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

a:hover {
    color: rgb(0, 64, 154);
    text-decoration: none;
}

a:focus {
    color: rgb(0, 64, 154);
    text-decoration: none;
}

a:hover {

}

a:active {

}

a:focus {

}

.btn:focus {

}

.btn:focus:active {

}

.btn.active:focus {

}

.btn.focus {

}

.btn.focus:active {

}

.btn.active.focus {

}

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

mark {
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.mark {
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

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

.text-muted {
    color: rgb(153, 153, 153);
}

.text-default {
    color: rgb(232, 76, 61);
}

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

.icons-page i {
    color: rgb(51, 51, 51);
    font-size: 20px;
}

ul {
    list-style: square;
}

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

.list {
    list-style: none;
    padding: 0px;
}

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

.list li {
    padding: 5px 0px;
}

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

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

.list li .vertical-divider::after {
    top: 5px;
    width: 1px;
    height: 60%;
    right: 9px;
    position: absolute;
    content: "";
    background-color: rgb(206, 206, 206);
}

.list-inline {
    margin: 5px 0px;
    text-align: center;
}

.list-inline > li {
    padding: 0px 10px;
    display: inline-block;
}

.list-inline li img {
    margin-top: -3px;
    margin-right: 6px;
    display: inline-block;
}

:not(.table-bordered).table {
    border-bottom-color: rgb(243, 243, 243);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.table > thead > tr > th {
    color: rgb(0, 64, 154);
    font-size: 15px;
    vertical-align: bottom;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgb(243, 243, 243);
}

.table-bordered {
    border-color: rgb(230, 230, 230);
}

.table > thead > tr > th {
    padding: 8px 15px;
    border-top-color: rgb(243, 243, 243);
    border-top-width: 1px;
    border-top-style: solid;
}

.table > tbody > tr > th {
    padding: 8px 15px;
    border-top-color: rgb(243, 243, 243);
    border-top-width: 1px;
    border-top-style: solid;
}

.table > tfoot > tr > th {
    padding: 8px 15px;
    border-top-color: rgb(243, 243, 243);
    border-top-width: 1px;
    border-top-style: solid;
}

.table > thead > tr > td {
    padding: 8px 15px;
    border-top-color: rgb(243, 243, 243);
    border-top-width: 1px;
    border-top-style: solid;
}

/*
.table > tbody > tr > td {
    padding: 8px 15px;
    border-top-color: rgb(243, 243, 243);
    border-top-width: 1px;
    border-top-style: solid;
}
*/

.table > tfoot > tr > td {
    padding: 8px 15px;
    border-top-color: rgb(243, 243, 243);
    border-top-width: 1px;
    border-top-style: solid;
}

.table-striped tbody {
    background-color: rgb(250, 250, 250);
}

.table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: rgb(241, 241, 241);
}

.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgb(241, 241, 241);
}

.table-striped.table > tbody > tr > td {
    border-color: rgb(232, 232, 232);
}

.table-bordered > thead > tr > th {
    border-color: rgb(222, 222, 222);
}

.table-bordered > tbody > tr > th {
    border-color: rgb(222, 222, 222);
}

.table-bordered > tfoot > tr > th {
    border-color: rgb(222, 222, 222);
}

.table-bordered > thead > tr > td {
    border-color: rgb(222, 222, 222);
}

.table-bordered > tbody > tr > td {
    border-color: rgb(222, 222, 222);
}

.table-bordered > tfoot > tr > td {
    border-color: rgb(222, 222, 222);
}

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

@media all and (min-width: 768px) {
    .dl-horizontal dd {
        margin-left: 150px;
    }

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

.page-wrapper {
    background-color: rgb(255, 255, 255);
}

.header-top {

}

.header-top .gap {
    padding: 0px;
}

.header-top .list-inline {
    color: rgb(215, 215, 215);
    font-family: Arial;
    margin-top: 0px;
    margin-bottom: 0px;
}

.header-top .data {
    color: rgb(123, 123, 123);
    line-height: 44px;
    font-size: 13px;
}

.header-top .castext {
    line-height: 37px;
    float: right;
}

.header-top .btnzu {
    float: right;
}

.header-top.banner {
    padding: 0px;
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.header {
    padding: 20px 0px;
    border-bottom-color: rgb(234, 234, 234);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgb(255, 255, 255);
}

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

.banner {
    border-bottom-color: rgb(234, 234, 234);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: rgb(241, 241, 241);
}

.page-intro {
    padding: 0px;
}

.page-info {
    padding: 0px 0px 15px;
}

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

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

.main-container {
    padding: 0px;
}

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

.section {
    padding: 25px 0px;
}

.footer {
    padding: 30px 0px;
    border-top-color: rgb(58, 58, 58);
    border-bottom-color: rgb(51, 51, 51);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    background-color: rgb(38, 38, 38);
}

.subfooter {
    padding: 25px 0px;
    background-color: rgb(0, 0, 0);
}

.block {
    padding-bottom: 20px;
}

.sidebar :first-child.block {
    margin-top: 0px;
}

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

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

.pattern-4 .page-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.pattern-5 .page-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.pattern-6 .page-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.pattern-7 .page-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.pattern-8 .page-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.pattern-9 .page-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
}

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

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

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

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

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

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

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

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

@media all and (min-width: 768px) {
    .boxed .page-wrapper {
        width: 750px;
    }
}

@media all and (min-width: 992px) {
    .boxed .page-wrapper {
        width: 970px;
    }
}

@media all and (min-width: 1200px) {
    .boxed .page-wrapper {
        width: 1170px;
    }
}

.light .footer {
    border-top-color: rgb(221, 221, 221);
    border-bottom-color: rgb(209, 209, 209);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    position: relative;
    background-color: rgb(247, 247, 247);
}

.light .subfooter {
    background-color: rgb(231, 231, 231);
}

.white-bg {
    border: currentColor !important;
    border-image: none !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.header-top.white-bg {
    border-bottom-color: rgb(218, 218, 218) !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

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

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

.header.gray-bg {
    border-bottom-color: rgb(218, 218, 218);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

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

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

.dark-bg {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.dark-bg h1 {
    color: rgb(255, 255, 255);
}

.dark-bg h2 {
    color: rgb(255, 255, 255);
}

.dark-bg h3 {
    color: rgb(255, 255, 255);
}

.dark-bg h4 {
    color: rgb(255, 255, 255);
}

.dark-bg h5 {
    color: rgb(255, 255, 255);
}

.dark-bg h6 {
    color: rgb(255, 255, 255);
}

.dark-bg a:not(.btn) {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.dark-bg a:not(.btn):hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.default-bg {
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.default-bg h1 {
    color: rgb(255, 255, 255);
}

.default-bg h2 {
    color: rgb(255, 255, 255);
}

.default-bg h3 {
    color: rgb(255, 255, 255);
}

.default-bg h4 {
    color: rgb(255, 255, 255);
}

.default-bg h5 {
    color: rgb(255, 255, 255);
}

.default-bg h6 {
    color: rgb(255, 255, 255);
}

.default-bg a:not(.btn) {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.default-bg a:not(.btn):hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.default-bg.text-muted {
    color: rgb(241, 241, 241);
}

.default-bg.text-muted h1 {
    color: rgb(241, 241, 241);
}

.default-bg.text-muted h2 {
    color: rgb(241, 241, 241);
}

.default-bg.text-muted h3 {
    color: rgb(241, 241, 241);
}

.default-bg.text-muted h4 {
    color: rgb(241, 241, 241);
}

.default-bg.text-muted h5 {
    color: rgb(241, 241, 241);
}

.default-bg.text-muted h6 {
    color: rgb(241, 241, 241);
}

.dark-bg.text-muted {
    color: rgb(153, 153, 153);
}

.dark-bg.text-muted h1 {
    color: rgb(153, 153, 153);
}

.dark-bg.text-muted h2 {
    color: rgb(153, 153, 153);
}

.dark-bg.text-muted h3 {
    color: rgb(153, 153, 153);
}

.dark-bg.text-muted h4 {
    color: rgb(153, 153, 153);
}

.dark-bg.text-muted h5 {
    color: rgb(153, 153, 153);
}

.dark-bg.text-muted h6 {
    color: rgb(153, 153, 153);
}

.gray-bg.text-muted {
    color: rgb(153, 153, 153);
}

.gray-bg.text-muted h1 {
    color: rgb(153, 153, 153);
}

.gray-bg.text-muted h2 {
    color: rgb(153, 153, 153);
}

.gray-bg.text-muted h3 {
    color: rgb(153, 153, 153);
}

.gray-bg.text-muted h4 {
    color: rgb(153, 153, 153);
}

.gray-bg.text-muted h5 {
    color: rgb(153, 153, 153);
}

.gray-bg.text-muted h6 {
    color: rgb(153, 153, 153);
}

.no-touch .light-translucent-bg {
    background-attachment: fixed !important;
}

.no-touch .dark-translucent-bg {
    background-attachment: fixed !important;
}

.no-touch .default-translucent-bg {
    background-attachment: fixed !important;
}

.no-touch .parallax {
    background-attachment: fixed !important;
}

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

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

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

.parallax {
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

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

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

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

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

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

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

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

.light-translucent-bg {
    color: rgb(51, 51, 51);
    border-top-color: rgb(218, 218, 218);
    border-bottom-color: rgb(218, 218, 218);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.header + .banner > .light-translucent-bg {
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
}

.slider-banner-container .light-translucent-bg {
    border: currentColor;
    border-image: none;
}

.light-translucent-bg .separator-2 {
    background-color: rgb(51, 51, 51);
}

.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 {
    color: rgb(255, 255, 255);
}

.dark-translucent-bg h1 {
    color: rgb(255, 255, 255);
}

.dark-translucent-bg h2 {
    color: rgb(255, 255, 255);
}

.dark-translucent-bg h3 {
    color: rgb(255, 255, 255);
}

.dark-translucent-bg h4 {
    color: rgb(255, 255, 255);
}

.dark-translucent-bg h5 {
    color: rgb(255, 255, 255);
}

.dark-translucent-bg h6 {
    color: rgb(255, 255, 255);
}

.dark-translucent-bg a:not(.btn) {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.dark-translucent-bg a:not(.btn):hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

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

.default-translucent-bg {
    color: rgb(255, 255, 255);
}

.default-translucent-bg h1 {
    color: rgb(255, 255, 255);
}

.default-translucent-bg h2 {
    color: rgb(255, 255, 255);
}

.default-translucent-bg h3 {
    color: rgb(255, 255, 255);
}

.default-translucent-bg h4 {
    color: rgb(255, 255, 255);
}

.default-translucent-bg h5 {
    color: rgb(255, 255, 255);
}

.default-translucent-bg h6 {
    color: rgb(255, 255, 255);
}

.default-translucent-bg a:not(.btn) {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.default-translucent-bg a:not(.btn):hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

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

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

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

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

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

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

.grid-space-20 {
    margin-right: -10.5px;
    margin-left: -10.5px;
}

.grid-space-20 .col-lg-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.grid-space-20 .col-lg-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.grid-space-20 .col-lg-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.grid-space-20 .col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.grid-space-20 .col-md-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.grid-space-20 .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.grid-space-20 .col-sm-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.grid-space-20 .col-sm-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.grid-space-20 .col-sm-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.grid-space-20 .col-xs-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.grid-space-20 .col-xs-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.grid-space-20 .col-xs-3 {
    padding-right: 10px;
    padding-left: 10px;
}

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

.grid-space-10 .col-lg-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-space-10 .col-lg-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-space-10 .col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-space-10 .col-md-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-space-10 .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-space-10 .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-space-10 .col-sm-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-space-10 .col-sm-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-space-10 .col-sm-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-space-10 .col-xs-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-space-10 .col-xs-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-space-10 .col-xs-3 {
    padding-right: 5px;
    padding-left: 5px;
}

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

.grid-space-0 .col-lg-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid-space-0 .col-lg-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid-space-0 .col-lg-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid-space-0 .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid-space-0 .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid-space-0 .col-md-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid-space-0 .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid-space-0 .col-sm-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid-space-0 .col-sm-3 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid-space-0 .col-xs-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid-space-0 .col-xs-4 {
    padding-right: 0px;
    padding-left: 0px;
}

.grid-space-0 .col-xs-3 {
    padding-right: 0px;
    padding-left: 0px;
}

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

@media all and (max-width: 992px) {
    .header-top .list-inline {
        text-align: center;
    }
}

@media all and (max-width: 767px) {
    .footer-content {
        margin: 40px 0px;
    }
}

.fixed-header-on .header.fixed {
    padding: 7px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    border-bottom-color: rgb(241, 241, 241);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: fixed;
    z-index: 1006;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.95);
}

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

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

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

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

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

@media all and (min-width: 768px) {
    .fixed-header-on.boxed .header.fixed {
        width: 750px;
    }
}

@media all and (min-width: 992px) {
    .fixed-header-on .header .logo {
        display: block;
    }

    .fixed-header-on.boxed .header.fixed {
        width: 970px;
    }
}

@media all and (min-width: 1200px) {
    .fixed-header-on.boxed .header.fixed {
        width: 1170px;
    }
}

@media all and (max-width: 767px) {
    .header.fixed {
        top: auto !important;
        position: relative !important;
    }
}

.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-20 {
    margin-top: 20px;
}

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

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

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

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

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

.separator {
    margin: 15px auto;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: 60px;
    height: 5px;
    display: block;
    position: relative;
    background-color: rgb(204, 204, 204);
}

.separator::after {
    background: rgb(51, 51, 51);
    left: -1px;
    top: -1px;
    width: 30px;
    height: 5px;
    position: absolute;
    content: "";
}

.separator-2 {
    margin: 15px 0px;
    width: 30px;
    height: 5px;
    display: block;
    position: relative;
    background-color: rgb(204, 204, 204);
}

.sidebar .separator {
    border-color: rgb(102, 102, 102);
    margin: 15px 0px 20px;
    width: 30px;
    height: 5px;
    background-color: rgb(102, 102, 102);
}

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

.dark-bg .separator-2 {
    background-color: rgb(153, 153, 153);
}

.default-bg .separator-2 {
    background-color: rgb(235, 235, 235);
}

.object-non-visible {
    opacity: 0;
}

.object-visible {
    opacity: 1 !important;
}

.touch .object-non-visible {
    opacity: 1 !important;
}

.vertical-divider-left {
    padding-left: 50px;
    margin-left: 20px;
    border-left-color: rgb(238, 238, 238);
    border-left-width: 1px;
    border-left-style: solid;
}

.vertical-divider-left-lg {
    padding-left: 50px;
    margin-left: 20px;
    border-left-color: rgb(238, 238, 238);
    border-left-width: 1px;
    border-left-style: solid;
}

.vertical-divider-right {
    padding-right: 50px;
    margin-right: 20px;
    border-right-color: rgb(238, 238, 238);
    border-right-width: 1px;
    border-right-style: solid;
}

.vertical-divider-right-lg {
    padding-right: 50px;
    margin-right: 20px;
    border-right-color: rgb(238, 238, 238);
    border-right-width: 1px;
    border-right-style: solid;
}

.grid span {
    padding: 15px 5px;
    border: 1px solid rgb(243, 243, 243);
    border-image: none;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    background-color: rgb(250, 250, 250);
}

@media all and (min-width: 992px) {
    .margin-top-clear {
        margin-top: 0px !important;
    }

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

@media all and (max-width: 1199px) {
    .portfolio-item.vertical-divider-left-lg {
        padding-left: 0px;
        margin-left: 0px;
        border-left-color: currentColor;
        border-left-width: medium;
        border-left-style: none;
    }

    .side.vertical-divider-left-lg {
        padding-left: 0px;
        margin-left: 0px;
        border-left-color: currentColor;
        border-left-width: medium;
        border-left-style: none;
    }

    .portfolio-item.vertical-divider-right-lg {
        padding-right: 0px;
        margin-right: 0px;
        border-right-color: currentColor;
        border-right-width: medium;
        border-right-style: none;
    }

    .side.vertical-divider-right-lg {
        padding-right: 0px;
        margin-right: 0px;
        border-right-color: currentColor;
        border-right-width: medium;
        border-right-style: none;
    }
}

@media all and (max-width: 991px) {
    .portfolio-item.vertical-divider-left {
        padding-left: 0px;
        margin-left: 0px;
        border-left-color: currentColor;
        border-left-width: medium;
        border-left-style: none;
    }

    .side.vertical-divider-left {
        padding-left: 0px;
        margin-left: 0px;
        border-left-color: currentColor;
        border-left-width: medium;
        border-left-style: none;
    }

    .portfolio-item.vertical-divider-right {
        padding-right: 0px;
        margin-right: 0px;
        border-right-color: currentColor;
        border-right-width: medium;
        border-right-style: none;
    }

    .side.vertical-divider-right {
        padding-right: 0px;
        margin-right: 0px;
        border-right-color: currentColor;
        border-right-width: medium;
        border-right-style: none;
    }
}

.footer {
    color: rgb(153, 153, 153);
    font-size: 14px;
}

.footer h1 {
    color: rgb(153, 153, 153);
}

.footer h2 {
    color: rgb(153, 153, 153);
}

.footer h3 {
    color: rgb(153, 153, 153);
}

.footer h4 {
    color: rgb(153, 153, 153);
}

.footer h5 {
    color: rgb(153, 153, 153);
}

.footer h6 {
    color: rgb(153, 153, 153);
}

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

.light .footer {
    color: rgb(102, 102, 102);
}

.light .footer h1 {
    color: rgb(102, 102, 102);
}

.light .footer h2 {
    color: rgb(102, 102, 102);
}

.light .footer h3 {
    color: rgb(102, 102, 102);
}

.light .footer h4 {
    color: rgb(102, 102, 102);
}

.light .footer h5 {
    color: rgb(102, 102, 102);
}

.light .footer h6 {
    color: rgb(102, 102, 102);
}

.subfooter {
    font-size: 14px;
}

.subfooter p {
    margin: 0px;
}

@media all and (min-width: 768px) {
    .subfooter {
        text-align: center;
    }
}

.blogpost {
    margin: 0px 0px 70px;
    border: 1px solid rgb(243, 243, 243);
    border-image: none;
    position: relative;
    background-color: rgb(250, 250, 250);
}

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

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

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

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

.blogpost .post-info {
    padding: 10px 15px;
    transition: 0.2s ease-in-out;
    left: 25px;
    top: 0px;
    width: 80px;
    height: 90px;
    text-align: center;
    color: rgb(255, 255, 255);
    float: left;
    z-index: 3;
    background-color: rgb(232, 76, 61);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

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

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

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

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

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

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

.blogpost .side .social-links li a {
    border-color: transparent;
    width: 100%;
    height: auto;
    text-align: right;
    color: rgb(232, 76, 61);
    font-size: 20px;
    margin-bottom: 0px;
    display: block;
    background-color: transparent;
}

.blogpost .side .social-links li.twitter a:hover {
    border-color: transparent;
    color: rgb(85, 172, 238);
    background-color: transparent;
}

.blogpost .side .social-links li.facebook a:hover {
    border-color: transparent;
    color: rgb(59, 89, 152);
    background-color: transparent;
}

.blogpost .side .social-links li.googleplus a:hover {
    border-color: transparent;
    color: rgb(221, 75, 57);
    background-color: transparent;
}

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

.blogpost footer {
    padding: 12px 20px;
    line-height: 2;
    clear: both;
    font-size: 14px;
    border-top-color: rgb(232, 232, 232);
    border-top-width: 1px;
    border-top-style: solid;
    background-color: rgb(241, 241, 241);
}

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

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

.blogpost ul.links li a {
    color: rgb(102, 102, 102);
    display: inline-block;
}

.blogpost ul.links li a:hover {
    color: rgb(232, 76, 61);
}

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

.blogpost.full footer {
    border: 1px solid rgb(232, 232, 232);
    border-image: none;
}

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

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

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

@media all and (max-width: 767px) {
    .blogpost .blogpost-content {
        margin-left: 70px;
    }

    .blogpost .side {
        width: 50px;
    }

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

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

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

.affix#affix {
    position: static;
}

@media all and (min-width: 992px) {
    .affix#affix {
        top: 65px;
        width: 80px;
        position: fixed;
    }

    .affix-bottom#affix {
        width: 80px;
        position: absolute;
    }
}

.sidebar.affix {
    position: static;
}

@media all and (min-width: 992px) {
    .col-md-4 .sidebar.affix {
        width: 293px;
    }

    .col-md-4 .sidebar.affix-bottom {
        width: 293px;
    }

    .col-md-3 .sidebar.affix {
        width: 213px;
    }

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

    .sidebar.affix {
        top: 20px;
        position: fixed;
    }

    .fixed-header-on .sidebar.affix {
        top: 65px;
    }

    .sidebar.affix-bottom {
        position: absolute;
    }

    .sidebar.affix-bottom .affix-menu {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .sidebar.affix .affix-menu {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .affix-menu {
        padding-top: 20px;
    }

    h3.title ~ .affix-menu {
        padding-top: 0px;
    }
}

@media all and (min-width: 1200px) {
    .col-md-4 .sidebar.affix {
        width: 390px;
    }

    .col-md-4 .sidebar.affix-bottom {
        width: 390px;
    }

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

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

.masonry-grid .blogpost {
    margin-bottom: 30px;
}

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

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

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

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

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

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

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

@media all and (max-width: 1199px) and (min-width: 992px) {
    .masonry-grid .blogpost footer {
        font-size: 12px;
    }
}

@media all and (max-width: 767px) {
    .masonry-grid-item {
        max-width: 100%;
    }
}

.timeline {
    padding: 40px 0px;
    margin-top: 40px;
    position: relative;
}

.timeline-icon {
    left: 50%;
    top: -30px;
    color: rgb(243, 243, 243);
    line-height: 1;
    font-size: 40px;
    margin-left: -13px;
    display: block;
    position: absolute;
}

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

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

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

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

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

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

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

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

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

.timeline-date-label {
    margin: 0px auto 80px;
    width: 135px;
    text-align: center;
    color: rgb(232, 76, 61);
    line-height: 1;
    clear: both;
    float: none;
    display: block;
    position: relative;
    z-index: 2;
}

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

.timeline-date-label::after {
    width: 100%;
    height: 30px;
    bottom: -8px;
    position: absolute;
    z-index: -1;
    background-color: rgb(243, 243, 243);
}

@media all and (max-width: 1199px) and (min-width: 768px) {
    .timeline .blogpost footer {
        font-size: 12px;
    }
}

@media all and (min-width: 768px) {
    .timeline .blogpost {
        margin-bottom: 0px;
    }

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

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

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

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

    .timeline .timeline-item::before {
        border-radius: 100%;
        border: 1px solid rgb(232, 76, 61);
        border-image: none;
        top: 15px;
        width: 10px;
        height: 10px;
        right: -5px;
        position: absolute;
        content: "";
        background-color: rgb(255, 255, 255);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
    }

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

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

@media all and (max-width: 767px) {
    .timeline .timeline-item.pull-right {
        float: none !important;
    }
}

.comments {
    margin-top: 60px;
}

.comments h2.title {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom-color: rgb(210, 210, 210);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.comment {
    font-size: 14px;
}

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

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

.comment-content {
    margin-bottom: 40px;
    margin-left: 75px;
    border-bottom-color: rgb(210, 210, 210);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

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

.comment-meta {
    color: rgb(153, 153, 153);
    font-size: 12px;
    margin-bottom: 15px;
}

.comment-meta a {
    color: rgb(102, 102, 102);
}

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

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

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

.filters {
    margin: 0px 0px 30px;
}

.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-bottom: 2px;
    margin-left: 2px;
    float: none;
    display: inline-block;
}

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

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

@media all and (min-width: 992px) {
    .portfolio-item.side {
        margin-top: 125px;
    }
}

@media all and (max-width: 480px) {
    .filters .nav-pills > li {
        width: 100%;
        display: inline-block;
    }
}

.team-member small {
    margin-top: -5px;
    display: block;
}

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

@media all and (min-width: 768px) {
    .team-member.option-3 {
        overflow: hidden;
        margin-bottom: 20px;
    }

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

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

@media all and (max-width: 1199px) and (min-width: 768px) {
    .team-member.option-3 .image-box-body {
        padding: 40px;
    }
}

@media all and (max-width: 767px) {
    .team-member .image-box-body {
        padding: 15px 25px;
    }

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

.coming-soon-bg {
    background: url("../images/coming-soon-bg.jpg") no-repeat 50% 0px / cover;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.boxed .coming-soon-bg {
    background: none;
}

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

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

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

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

@media all and (max-width: 767px) {
    .countdown-amount {
        font-size: 24px;
    }

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

@media all and (max-width: 480px) {
    .countdown-period {
        font-size: 14px;
    }
}

.listing-item {
    margin: 0px 0px 20px;
    border: 1px solid rgb(241, 241, 241);
    border-image: none;
    overflow: hidden;
    position: relative;
}

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

.listing-item:hover .listing-item-body {
    background-color: rgb(250, 250, 250);
}

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

.listing-item p {
    color: rgb(153, 153, 153);
    font-size: 13px;
}

.listing-item del {
    color: rgb(204, 204, 204);
    line-height: 1;
    font-size: 13px;
}

.price del {
    color: rgb(204, 204, 204);
    line-height: 1;
    font-size: 13px;
}

.elements-list > * {
    margin: 5px 6px 5px 0px;
    height: 22px;
    line-height: 24px;
    padding-right: 10px;
    border-right-color: rgb(221, 221, 221);
    border-right-width: 1px;
    border-right-style: solid;
    display: inline-block;
}

.elements-list > *:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
}

.price {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 300;
}

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

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

.sorting-filters {
    padding: 20px 15px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    margin-bottom: 40px;
    background-color: rgb(243, 243, 243);
}

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

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

.sorting-filters form {
    margin: 0px;
}

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

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

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

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

.list-with-image {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom-color: rgb(241, 241, 241);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

:last-child.list-with-image {
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

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

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

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

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

.list-with-image p {
    color: rgb(153, 153, 153);
    font-size: 13px;
    margin-bottom: 15px;
}

@media all and (min-width: 768px) {
    .sorting-filters .form-inline .form-group {
        width: 18%;
        margin-right: 1.9%;
    }

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

.cart.table .price {
    width: 18%;
}

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

.cart.table .remove {
    width: 12%;
}

.cart.table .quantity {
    width: 12%;
}

.table .information {
    width: 80%;
}

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

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

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

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

.cart.table .product small {
    color: rgb(153, 153, 153);
    font-size: 12px;
    display: block;
}

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

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

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

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

@media all and (max-width: 767px) {
    .cart.table thead > tr > th {
        font-size: 14px;
    }

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

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

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

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

    .cart.table > thead > tr > th {
        padding: 8px 10px;
    }

    .cart.table > tbody > tr > th {
        padding: 8px 10px;
    }

    .cart.table > tfoot > tr > th {
        padding: 8px 10px;
    }

    .cart.table > thead > tr > td {
        padding: 8px 10px;
    }

    .cart.table > tbody > tr > td {
        padding: 8px 10px;
    }

    .cart.table > tfoot > tr > td {
        padding: 8px 10px;
    }
}

@media all and (max-width: 480px) {
    .cart.table > thead > tr > th {
        padding: 8px 7px;
    }

    .cart.table > tbody > tr > th {
        padding: 8px 7px;
    }

    .cart.table > tfoot > tr > th {
        padding: 8px 7px;
    }

    .cart.table > thead > tr > td {
        padding: 8px 7px;
    }

    .cart.table > tbody > tr > td {
        padding: 8px 7px;
    }

    .cart.table > tfoot > tr > td {
        padding: 8px 7px;
    }
}

.cart .form-group {
    margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

.cart .product .small {
    color: rgb(153, 153, 153);
    display: block;
}

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

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

.btn {
    margin: 0px;
    padding: 3px 13px;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4285;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.btn:focus {
    box-shadow: none;
}

.btn:active {
    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;
}

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

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

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

.btn-text {
    background: none;
    margin: 8px 0px;
    padding: 0px;
    color: rgb(231, 237, 249);
    font-size: 14px;
    float: right;
}

.btn-text:hover {
    color: rgb(123, 190, 255);
}

.btn-text:focus {
    color: rgb(123, 190, 255);
}

.btn-text:active {
    color: rgb(123, 190, 255);
}

.btn-text.active {
    color: rgb(123, 190, 255);
}

.open .dropdown-toggle.btn-text {
    color: rgb(123, 190, 255);
}

.btn-red {
    border-color: rgb(238, 130, 39);
    padding: 9px 36px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    background-color: rgb(238, 130, 39);
}

.btn-red:hover {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.btn-red:focus {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.btn-red:active {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.btn-red.active {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.open .dropdown-toggle.btn-red {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.btn-sblue {
    border-color: rgb(50, 199, 255);
    padding: 2px 14px;
    color: rgb(226, 246, 255);
    font-family: Arial;
    font-size: 12px;
    float: right;
    background-color: rgb(50, 199, 255);
}

.btn-sblue:hover {
    border-color: rgb(255, 164, 29);
    color: rgb(255, 255, 255);
    background-color: rgb(255, 164, 29);
}

.btn-sblue:focus {
    border-color: rgb(255, 164, 29);
    color: rgb(255, 255, 255);
    background-color: rgb(255, 164, 29);
}

.btn-sblue:active {
    border-color: rgb(255, 164, 29);
    color: rgb(255, 255, 255);
    background-color: rgb(255, 164, 29);
}

.btn-sblue.active {
    border-color: rgb(255, 164, 29);
    color: rgb(255, 255, 255);
    background-color: rgb(255, 164, 29);
}

.open .dropdown-toggle.btn-sblue {
    border-color: rgb(255, 164, 29);
    color: rgb(255, 255, 255);
    background-color: rgb(255, 164, 29);
}

.btn-lightblue {
    background: linear-gradient(0deg, rgb(210, 230, 244) 0%, rgb(233, 243, 250) 53%, rgb(255, 255, 255) 100%);
    border-color: rgb(122, 166, 202);
    padding: 5px 28px;
    color: rgb(0, 59, 115);
    font-size: 13px;
}

.btn-lightblue:hover {
    border-color: rgb(122, 166, 202);
    color: rgb(255, 255, 255);
}

.btn-lightblue:focus {
    border-color: rgb(122, 166, 202);
    color: rgb(255, 255, 255);
}

.btn-lightblue:active {
    border-color: rgb(122, 166, 202);
    color: rgb(255, 255, 255);
}

.btn-lightblue.active {
    border-color: rgb(122, 166, 202);
    color: rgb(255, 255, 255);
}

.open .dropdown-toggle.btn-lightblue {
    border-color: rgb(122, 166, 202);
    color: rgb(255, 255, 255);
}

.btn-dark {
    border-color: rgb(51, 51, 51);
    color: rgb(241, 241, 241);
    background-color: rgb(51, 51, 51);
}

.btn-dark:hover {
    border-color: rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
}

.btn-dark:focus {
    border-color: rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
}

.btn-dark:active {
    border-color: rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
}

.btn-dark.active {
    border-color: rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
}

.open .dropdown-toggle.btn-dark {
    border-color: rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
}

.btn-gray {
    border-color: rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
}

.btn-gray:hover {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.btn-gray:focus {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.btn-gray:active {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.btn-gray.active {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.open .dropdown-toggle.btn-gray {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.btn-hl {
    border-color: rgb(136, 178, 210);
    padding: 4px 18px;
    color: rgb(255, 255, 255) !important;
    font-family: Arial;
    float: right;
    background-color: rgb(136, 178, 210);
}

.btn-hl:hover {
    border-color: rgb(30, 88, 169);
    color: rgb(255, 255, 255) !important;
    background-color: rgb(30, 88, 169);
}

.btn-hl:focus {
    border-color: rgb(30, 88, 169);
    color: rgb(255, 255, 255) !important;
    background-color: rgb(30, 88, 169);
}

.btn-hl:active {
    border-color: rgb(30, 88, 169);
    color: rgb(255, 255, 255) !important;
    background-color: rgb(30, 88, 169);
}

.btn-hl.active {
    border-color: rgb(30, 88, 169);
    color: rgb(255, 255, 255) !important;
    background-color: rgb(30, 88, 169);
}

.open .dropdown-toggle.btn-hl {
    border-color: rgb(30, 88, 169);
    color: rgb(255, 255, 255) !important;
    background-color: rgb(30, 88, 169);
}

.btn-light-gray {
    border-color: rgb(243, 243, 243);
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.btn-light-gray:hover {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.btn-light-gray:focus {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.btn-light-gray:active {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.btn-light-gray.active {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.open .dropdown-toggle.btn-light-gray {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.default-bg .btn-light-gray {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.default-bg .btn-light-gray:hover {
    border-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.default-bg .btn-light-gray:focus {
    border-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.default-bg .btn-light-gray:active {
    border-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.default-bg .btn-light-gray.active {
    border-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.default-bg .open .dropdown-toggle.btn-light-gray {
    border-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.btn-default {
    border-color: rgb(50, 199, 255);
    padding: 2px 14px;
    color: rgb(226, 246, 255) !important;
    font-family: Arial;
    font-size: 12px;
    float: right;
    background-color: rgb(50, 199, 255);
}

.btn-default:hover {
    border-color: rgb(255, 164, 29);
    color: rgb(255, 255, 255) !important;
    background-color: rgb(255, 164, 29);
}

.btn-default:focus {
    border-color: rgb(255, 164, 29);
    color: rgb(255, 255, 255) !important;
    background-color: rgb(255, 164, 29);
}

.btn-default:active {
    border-color: rgb(255, 164, 29);
    color: rgb(255, 255, 255) !important;
    background-color: rgb(255, 164, 29);
}

.btn-default.active {
    border-color: rgb(255, 164, 29);
    color: rgb(255, 255, 255) !important;
    background-color: rgb(255, 164, 29);
}

.open .dropdown-toggle.btn-default {
    border-color: rgb(255, 164, 29);
    color: rgb(255, 255, 255) !important;
    background-color: rgb(255, 164, 29);
}

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

.default-bg .btn-default:hover {
    border-color: transparent;
    color: rgb(255, 255, 255) !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.default-bg .btn-default:focus {
    border-color: transparent;
    color: rgb(255, 255, 255) !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.default-bg .btn-default:active {
    border-color: transparent;
    color: rgb(255, 255, 255) !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.default-bg .btn-default.active {
    border-color: transparent;
    color: rgb(255, 255, 255) !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.default-bg .open .dropdown-toggle.btn-default {
    border-color: transparent;
    color: rgb(255, 255, 255) !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.btn-default.disabled {
    background-color: rgb(205, 60, 46);
}

[disabled].btn-default {
    background-color: rgb(205, 60, 46);
}

fieldset[disabled] .btn-default {
    background-color: rgb(205, 60, 46);
}

.btn-white {
    border: 1px solid rgb(232, 76, 61);
    border-image: none;
    color: rgb(205, 60, 46);
    background-color: transparent;
}

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

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

.footer .btn-white:hover {
    color: rgb(255, 255, 255);
}

.subfooter .btn-white:hover {
    color: rgb(255, 255, 255);
}

.btn-white:hover {
    border-color: rgb(205, 60, 46);
    color: rgb(255, 255, 255);
    background-color: rgb(205, 60, 46);
}

.btn-white:focus {
    border-color: rgb(205, 60, 46);
    color: rgb(255, 255, 255);
    background-color: rgb(205, 60, 46);
}

.btn-white:active {
    border-color: rgb(205, 60, 46);
    color: rgb(255, 255, 255);
    background-color: rgb(205, 60, 46);
}

.btn-white.active {
    border-color: rgb(205, 60, 46);
    color: rgb(255, 255, 255);
    background-color: rgb(205, 60, 46);
}

.open .dropdown-toggle.btn-white {
    border-color: rgb(205, 60, 46);
    color: rgb(255, 255, 255);
    background-color: rgb(205, 60, 46);
}

.default-bg .btn-white {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.default-bg .btn-white:hover {
    border-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.default-bg .btn-white:focus {
    border-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.default-bg .btn-white:active {
    border-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.default-bg .btn-white.active {
    border-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.default-bg .open .dropdown-toggle.btn-white {
    border-color: rgb(250, 250, 250);
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.footer-content .btn-white {
    border-color: rgb(85, 85, 85);
    color: rgb(153, 153, 153);
    background-color: transparent;
}

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

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

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

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

textarea {
    resize: vertical;
}

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

.form-control {
    background: rgb(255, 255, 255);
    border-color: rgb(222, 222, 222);
    padding: 0px 6px;
    border-radius: 0px;
    height: 30px;
    color: rgb(102, 102, 102);
    font-size: 13px;
    position: relative;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}

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

select.form-control {
    height: 34px;
    padding-right: 5px;
    margin-bottom: 15px;
}

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

@media all and (max-width: 1199px) {
    select.form-control {
        height: 29px;
        margin-bottom: 14px;
    }
}

@media all and (max-width: 991px) {
    select.form-control {
        height: 33px;
        margin-bottom: 15px;
    }
}

.input-group-addon {
    border-color: rgb(172, 172, 172);
    border-radius: 0px;
    background-color: rgb(202, 202, 202);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.form-list > div {
    margin: 6px 0px;
    padding: 7px 15px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    background-color: rgb(243, 243, 243);
}

fieldset {
    margin: 15px 0px;
    padding: 10px 25px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    background-color: rgb(250, 250, 250);
}

fieldset legend {
    padding: 3px 10px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: auto;
    color: rgb(51, 51, 51);
    line-height: inherit;
    font-size: 15px;
    margin-bottom: 0px;
    display: block;
    background-color: rgb(255, 255, 255);
}

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

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

.dark-bg .form-control {
    border-color: rgb(0, 0, 0);
    color: rgb(153, 153, 153);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.45);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
}

.dark-bg .input-group-addon {
    border-color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.2);
}

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

.gray-bg .form-control {
    border-color: rgb(241, 241, 241);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.12);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.header-top-dropdown .form-control {
    border-color: rgb(241, 241, 241);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.12);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.light#footer .form-control {
    border-color: rgb(241, 241, 241);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.12);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.gray-bg .form-control:focus {
    border-color: rgb(202, 202, 202);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
}

.header-top-dropdown .form-control:focus {
    border-color: rgb(202, 202, 202);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
}

.light#footer .form-control:focus {
    border-color: rgb(202, 202, 202);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
}

.gray-bg .input-group-addon {
    border: 1px solid rgb(241, 241, 241);
    border-image: none;
    background-color: rgb(236, 236, 236);
}

.default-bg .form-control {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.35);
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
}

.default-bg .form-control:focus {
    border-color: rgb(232, 76, 61);
    background-color: rgba(0, 0, 0, 0.25);
}

.default-bg .input-group-addon {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(205, 60, 46);
}

.default-bg select.form-control {
    color: rgb(102, 102, 102);
}

.dark-bg select.form-control {
    color: rgb(102, 102, 102);
}

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

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

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

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

.has-success .form-control {
    border-color: rgb(60, 118, 61);
}

.has-success .form-control:focus {
    border-color: rgb(60, 118, 61);
}

.has-warning .form-control {
    border-color: rgb(138, 109, 59);
}

.has-warning .form-control:focus {
    border-color: rgb(138, 109, 59);
}

.has-error .form-control {
    border-color: rgb(169, 68, 66);
}

.has-error .form-control:focus {
    border-color: rgb(169, 68, 66);
}

.default-bg .has-success .form-control {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.default-bg .has-warning .form-control {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.default-bg .has-error .form-control {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.default-bg .has-success .form-control:focus {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.default-bg .has-warning .form-control:focus {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.default-bg .has-error .form-control:focus {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.default-bg .has-success .form-control-feedback {
    color: rgb(255, 255, 255);
}

.default-bg .has-warning .form-control-feedback {
    color: rgb(255, 255, 255);
}

.default-bg .has-error .form-control-feedback {
    color: rgb(255, 255, 255);
}

.default-bg .has-success .control-label {
    color: rgb(255, 255, 255);
}

.default-bg .has-warning .control-label {
    color: rgb(255, 255, 255);
}

.default-bg .has-error .control-label {
    color: rgb(255, 255, 255);
}

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

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

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

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

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

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

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

label ~ .form-control-feedback {
    top: 25px;
}

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

[disabled].form-control {
    opacity: 0.5;
}

[readonly].form-control {
    opacity: 0.5;
}

fieldset[disabled] .form-control {
    opacity: 0.5;
}

ul.pagination {
    margin: 6px 0px 10px;
    text-align: left;
}

ul.pager {
    margin: 6px 0px 10px;
    text-align: left;
}

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

ul.pagination li > a {
    padding: 6px 9px;
    border-radius: 0px;
    border: 1px solid rgb(243, 243, 243);
    border-image: none;
    color: rgb(102, 102, 102);
    line-height: 1;
    display: inline-block;
    background-color: rgb(250, 250, 250);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.pagination > li:first-child > a {
    padding: 6px 9px;
    border-radius: 0px;
    border: 1px solid rgb(243, 243, 243);
    border-image: none;
    color: rgb(102, 102, 102);
    line-height: 1;
    display: inline-block;
    background-color: rgb(250, 250, 250);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.pagination > li:last-child > a {
    padding: 6px 9px;
    border-radius: 0px;
    border: 1px solid rgb(243, 243, 243);
    border-image: none;
    color: rgb(102, 102, 102);
    line-height: 1;
    display: inline-block;
    background-color: rgb(250, 250, 250);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

ul.pager li > a {
    padding: 6px 9px;
    border-radius: 0px;
    border: 1px solid rgb(243, 243, 243);
    border-image: none;
    color: rgb(102, 102, 102);
    line-height: 1;
    display: inline-block;
    background-color: rgb(250, 250, 250);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

ul.pagination li > a:hover {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

ul.pagination li.active a {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    line-height: 1;
    background-color: rgb(232, 76, 61);
}

.pagination > .active > a:hover {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    line-height: 1;
    background-color: rgb(232, 76, 61);
}

.pagination > .active > a:focus {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    line-height: 1;
    background-color: rgb(232, 76, 61);
}

ul.pagination li > a:focus {
    background: rgb(232, 76, 61);
}

.pagination > span {
    padding: 3px;
    border: 0px currentColor;
    border-image: none;
    color: rgb(97, 97, 97);
    font-size: 13px;
}

.breadcrumb {
    background: none;
    border-radius: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.breadcrumb > li {
    color: rgb(136, 136, 136);
    font-size: 14px;
}

.breadcrumb > li > a {
    color: rgb(136, 136, 136);
}

.breadcrumb > li > a:hover {
    color: rgb(36, 89, 188);
}

.breadcrumb > li > a.active {
    color: rgb(36, 89, 188);
}

.fa-home::before {
    font-size: 16px;
}

.nav-tabs {
    background: rgb(234, 244, 250);
    margin-top: 2px;
    border-bottom-color: rgb(234, 244, 250);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.nav-tabs > li > a {
    padding: 4px 12px;
    border-radius: 0px;
    color: rgb(8, 113, 182);
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 0px;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.nav-tabs > li > a:hover {
    border: 1px solid rgb(141, 191, 220);
    border-image: none;
    color: rgb(255, 255, 255);
    background-color: rgb(141, 191, 220);
}

.nav-tabs > li.active > a {
    padding: 4px 12px;
    border: 1px solid rgb(141, 191, 220);
    border-image: none;
    color: rgb(255, 255, 255);
    background-color: rgb(141, 191, 220);
}

.nav-tabs > li.active > a:hover {
    padding: 4px 12px;
    border: 1px solid rgb(141, 191, 220);
    border-image: none;
    color: rgb(255, 255, 255);
    background-color: rgb(141, 191, 220);
}

.nav-tabs > li.active > a:focus {
    padding: 4px 12px;
    border: 1px solid rgb(141, 191, 220);
    border-image: none;
    color: rgb(255, 255, 255);
    background-color: rgb(141, 191, 220);
}

.nav-tabs > li.active > a::after {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 103%;
    position: absolute;
    content: "";
    background-color: rgb(232, 76, 61);
}

.tab-content {
    padding: 10px 0px;
    overflow: hidden;
}

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

.tab-content::after {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    position: absolute;
    content: "";
    background-color: rgb(232, 76, 61);
}

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

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

@media all and (max-width: 767px) and (min-width: 481px) {
    .nav-tabs > li > a {
        padding: 4px 12px;
        font-size: 13px;
        margin-right: 0px;
    }
}

@media all and (max-width: 480px) {
    .nav-tabs {
        background-color: rgb(234, 244, 250);
    }

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

    .nav-tabs > li a {
        color: rgb(40, 40, 40);
        margin-right: 0px;
        border-bottom-color: rgb(193, 213, 225);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .nav-tabs > li > a:hover {
        color: rgb(255, 255, 255);
    }

    .nav-tabs > li > a:hover::after {
        left: 0px;
        top: 0px;
        width: 3px;
        height: 102%;
        position: absolute;
        content: "";
        background-color: rgb(232, 76, 61);
    }

    .nav-tabs > li.active > a {
        padding: 8px 15px;
    }

    .nav-tabs > li.active > a:hover {
        padding: 8px 15px;
    }

    .nav-tabs > li.active > a:focus {
        padding: 8px 15px;
    }

    .nav-tabs > li > a {
        padding: 8px 15px;
        font-size: 13px;
    }
}

.tabs-style-2 .nav-tabs {
    background: rgb(250, 250, 250);
    border: 1px solid rgb(202, 202, 202);
    border-image: none;
}

.tabs-style-2 .nav-tabs > li.active > a {
    border: 1px solid rgb(0, 72, 170);
    border-image: none;
    color: rgb(255, 255, 255);
    box-shadow: none;
    background-color: rgb(0, 72, 170);
    -webkit-box-shadow: none;
}

.tabs-style-2 .nav-tabs > li.active > a:hover {
    border: 1px solid rgb(0, 72, 170);
    border-image: none;
    color: rgb(255, 255, 255);
    box-shadow: none;
    background-color: rgb(0, 72, 170);
    -webkit-box-shadow: none;
}

.tabs-style-2 .nav-tabs > li.active > a:focus {
    border: 1px solid rgb(0, 72, 170);
    border-image: none;
    color: rgb(255, 255, 255);
    box-shadow: none;
    background-color: rgb(0, 72, 170);
    -webkit-box-shadow: none;
}

.tabs-style-2 .nav-tabs > li > a:hover {
    border: 1px solid rgb(0, 72, 170);
    border-image: none;
    color: rgb(255, 255, 255);
    box-shadow: none;
    background-color: rgb(0, 72, 170);
    -webkit-box-shadow: none;
}

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

.tabs-style-2 .tab-content {
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentColor rgb(202, 202, 202) rgb(202, 202, 202);
    padding: 15px;
    border-image: none;
    box-shadow: none;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: none;
}

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

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

.vertical {
    margin: 20px 0px;
}

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

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

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

.vertical .nav-tabs {
    border-bottom-color: transparent;
    box-shadow: none;
    background-color: rgb(153, 153, 153);
    -webkit-box-shadow: none;
}

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

.vertical .nav-tabs > li a {
    margin: 0px;
    padding: 15px 40px;
    color: rgb(255, 255, 255);
    border-bottom-color: rgb(143, 143, 143);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    white-space: nowrap;
}

.vertical .nav-tabs > li > a:hover {
    border-color: rgb(240, 240, 240) transparent rgb(235, 235, 235) rgb(240, 240, 240);
    color: rgb(102, 102, 102);
    z-index: 2;
}

.vertical .nav-tabs > li > a:hover::after {
    left: 0px;
    top: 0px;
    width: 3px;
    height: 102%;
    position: absolute;
    content: "";
    background-color: rgb(232, 76, 61);
}

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

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

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

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

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

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

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

.arrow i::before {
    color: rgb(250, 250, 250);
    text-shadow: 0px -1px 1px #e9e9e9;
}

@media all and (max-width: 767px) {
    .vertical .nav-tabs {
        display: block;
    }

    .vertical .tab-content {
        display: block;
    }

    .breadcrumb {
        padding: 8px 15px;
    }
}

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

.nav-pills > li > a {
    padding: 10px 15px;
    border-radius: 0px;
    border: 0px solid transparent;
    border-image: none;
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 500;
}

.nav-pills.nav-stacked > li + li {
    background: rgb(230, 245, 251);
    margin-top: 0px;
    margin-left: 0px;
    border-bottom-color: rgb(197, 227, 239);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.nav-pills > li.active > a {
    color: rgb(255, 255, 255);
    border-left-color: rgb(254, 178, 58);
    border-left-width: 5px;
    border-left-style: solid;
    background-color: rgb(0, 78, 162);
}

.nav-pills > li.active > a:hover {
    color: rgb(255, 255, 255);
    border-left-color: rgb(254, 178, 58);
    border-left-width: 5px;
    border-left-style: solid;
    background-color: rgb(0, 78, 162);
}

.nav-pills > li.active > a:focus {
    color: rgb(255, 255, 255);
    border-left-color: rgb(254, 178, 58);
    border-left-width: 5px;
    border-left-style: solid;
    background-color: rgb(0, 78, 162);
}

.nav-pills > li > a:hover {
    color: rgb(255, 255, 255);
    border-left-color: rgb(254, 178, 58);
    border-left-width: 5px;
    border-left-style: solid;
    background-color: rgb(0, 78, 162);
}

.nav-pills > li > a:focus {
    color: rgb(255, 255, 255);
    border-left-color: rgb(254, 178, 58);
    border-left-width: 5px;
    border-left-style: solid;
    background-color: rgb(0, 78, 162);
}

.nav-pills.nav-stacked > li > a::after {
    transition: 0.2s ease-in-out;
    top: 8px;
    right: 15px;
    color: rgb(172, 200, 212);
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    content: "\f105";
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.nav-pills > li.active > a::after {
    color: rgb(160, 212, 236);
}

.nav-pills > li.active > a:hover::after {
    right: 15px;
    color: rgb(160, 212, 236);
}

.nav-pills > li.active > a:focus::after {
    right: 15px;
    color: rgb(160, 212, 236);
}

.nav-pills > li > a:hover::after {
    right: 15px;
    color: rgb(160, 212, 236);
}

.nav-pills > li > a:focus::after {
    right: 15px;
    color: rgb(160, 212, 236);
}

.footer-content .nav-pills > li > a {
    border-color: transparent;
    padding: 4px 0px;
    color: rgb(153, 153, 153);
    font-weight: 400;
}

.footer-content .nav-pills > li:last-child > a {
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

.footer-content .nav-pills > li.active > a {
    border-color: transparent;
    color: rgb(153, 153, 153);
    background-color: transparent;
}

.footer-content .nav-pills > li.active > a:focus {
    border-color: transparent;
    color: rgb(153, 153, 153);
    background-color: transparent;
}

.footer-content .nav-pills > li > a:focus {
    border-color: transparent;
    color: rgb(153, 153, 153);
    background-color: transparent;
}

.footer-content .nav-pills > li.active > a:hover {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.footer-content .nav-pills > li > a:hover {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: transparent;
}

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

.footer-content .nav-pills.nav-stacked > li > a::after {
    color: rgb(153, 153, 153);
}

.footer-content .nav-pills > li.active > a::after {
    color: rgb(153, 153, 153);
}

.footer-content .nav-pills > li.active > a:hover::after {
    color: rgb(153, 153, 153);
}

.footer-content .nav-pills > li.active > a:focus::after {
    color: rgb(153, 153, 153);
}

.footer-content .nav-pills > li > a:hover::after {
    color: rgb(153, 153, 153);
}

.footer-content .nav-pills > li > a:focus::after {
    color: rgb(153, 153, 153);
}

.light .footer-content .nav-pills > li > a {
    color: rgb(102, 102, 102);
}

.light .footer-content .nav-pills > li.active > a {
    color: rgb(102, 102, 102);
}

.light .footer-content .nav-pills > li.active > a:focus {
    color: rgb(102, 102, 102);
}

.light .footer-content .nav-pills > li > a:focus {
    color: rgb(102, 102, 102);
}

.light .footer-content .nav-pills > li.active > a:hover {
    color: rgb(205, 60, 46);
}

.light .footer-content .nav-pills > li > a:hover {
    color: rgb(205, 60, 46);
}

.light .footer-content .nav-pills.nav-stacked > li > a::after {
    color: rgb(102, 102, 102);
}

.light .footer-content .nav-pills > li.active > a::after {
    color: rgb(102, 102, 102);
}

.light .footer-content .nav-pills > li.active > a:hover::after {
    color: rgb(102, 102, 102);
}

.light .footer-content .nav-pills > li.active > a:focus::after {
    color: rgb(102, 102, 102);
}

.light .footer-content .nav-pills > li > a:hover::after {
    color: rgb(102, 102, 102);
}

.light .footer-content .nav-pills > li > a:focus::after {
    color: rgb(102, 102, 102);
}

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

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

.panel-group .panel {
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

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

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentColor rgb(240, 240, 240) rgb(240, 240, 240);
    border-image: none;
    background-color: rgb(250, 250, 250);
}

.panel-heading a {
    padding: 12px 35px 12px 15px;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    background-color: rgb(232, 76, 61);
}

.panel-dark .panel-heading a {
    background-color: rgb(14, 62, 125);
}

.panel-dark .panel-heading a:hover {
    background-color: rgb(14, 62, 125);
}

.panel-transparent .panel-default > .panel-heading {
    color: inherit;
    background-color: transparent;
}

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

.panel-transparent .panel-heading a {
    border: 1px solid rgb(241, 241, 241);
    border-image: none;
}

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

.panel-heading a.collapsed {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    background-color: rgb(14, 62, 125);
}

.panel-heading a::before {
    top: 50%;
    right: 15px;
    line-height: 1;
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 300;
    margin-top: -7px;
    position: absolute;
    content: "\f077";
}

.panel-heading a.collapsed::before {
    content: "\f078";
}

.panel-heading a:hover {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    background-color: rgb(232, 76, 61);
}

.panel-transparent .panel-heading a:hover {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    background-color: rgb(232, 76, 61);
}

.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}

.progress {
    border-radius: 0px;
    height: 30px;
    margin-bottom: 25px;
    background-color: rgb(241, 241, 241);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

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

.progress-bar-default {
    background-color: rgb(232, 76, 61);
}

.progress-bar-gray {
    background-color: rgb(153, 153, 153);
}

.progress-bar-dark {
    background-color: rgb(51, 51, 51);
}

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

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

.knob-container {
    margin: 10px;
    display: inline-block;
    position: relative;
}

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

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

@media all and (min-width: 1200px) {
    .knob-container canvas {
        width: 169px;
        height: 169px;
    }
}

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

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

.alert-success {
    color: rgb(42, 95, 43);
    background-color: rgb(188, 218, 176);
}

.alert-info {
    color: rgb(26, 78, 104);
    background-color: rgb(198, 232, 250);
}

.alert-warning {
    color: rgb(114, 88, 43);
    background-color: rgb(247, 240, 206);
}

.alert::after {
    left: 17px;
    top: 10px;
    color: rgb(255, 255, 255);
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    z-index: 3;
}

.alert.alert-success::after {
    content: "\f00c";
}

.alert.alert-info::after {
    content: "\f05a";
}

.alert.alert-warning::after {
    content: "\f071";
}

.alert.alert-danger::after {
    content: "\f00d";
}

.close {
    font-size: 28px;
    font-weight: normal;
    opacity: 0.4;
}

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

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

.modal-content .modal-header {
    background-color: rgb(232, 76, 61);
}

.modal-content .modal-title {
    color: rgb(255, 255, 255);
    font-size: 24px;
}

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

@media all and (min-width: 1200px) {
    .modal-lg {
        width: 1140px;
    }
}

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

.mfp-bg {
    opacity: 0.6;
}

.mfp-figure::after {
    background-color: rgb(255, 255, 255);
}

.fixed-image {
    background-position: center;
    height: 400px;
    background-repeat: no-repeat;
}

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

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

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

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

.overlay a {
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    color: rgb(232, 76, 61);
    font-size: 26px;
    margin-top: -25px;
    margin-left: -25px;
    display: inline-block;
    position: absolute;
    background-color: rgb(255, 255, 255);
}

.overlay span {
    width: 100%;
    text-align: center;
    bottom: 10px;
    color: rgb(0, 0, 0);
    font-style: italic;
    display: block;
    position: absolute;
}

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

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

.overlay-links a + a {
    left: 50px;
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.overlay a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
}

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

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

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

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

a.overlay i {
    left: 50%;
    top: 50%;
    text-align: center;
    color: rgb(244, 246, 249);
    line-height: 42px;
    font-size: 40px;
    margin-top: -22px;
    margin-left: -18px;
    position: absolute;
}

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

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

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

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

.overlay .social-links li a:hover {
    border-color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
}

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

.overlay-container:hover .overlay {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.overlay-container:hover .overlay-links {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.tp-caption .embed-responsive {
    overflow: visible;
}

.audio-wrapper iframe {
    border: currentColor;
    border-image: none;
    width: 100%;
    margin-bottom: 20px;
}

.scroll-spy {
    position: relative;
}

.navbar.navbar-default {
    border-color: transparent;
    margin: 0px;
    border-radius: 0px;
    background-color: transparent;
}

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

.navbar-default .navbar-nav > li > a {
    padding: 15px 30.5px;
    transition: none;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 700;
    z-index: 102;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.navbar-default .navbar-nav > li > a:hover {
    transition: 0.2s ease-out;
    color: rgb(255, 255, 255);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.navbar-default .navbar-nav > li > a:focus {
    color: rgb(255, 255, 255);
}

.navbar-default .navbar-nav > .active > a {
    color: rgb(255, 255, 255);
    background-color: rgb(13, 128, 232);
}

.navbar-default .navbar-nav > .active > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(13, 128, 232);
}

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

.main-navigation .navbar-nav > .open > a {
    color: rgb(255, 255, 255);
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
    background-color: rgb(29, 56, 151);
    -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}

.main-navigation .navbar-nav > .open > a:hover {
    color: rgb(255, 255, 255);
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
    background-color: rgb(29, 56, 151);
    -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}

.main-navigation .navbar-nav > .open > a:focus {
    color: rgb(255, 255, 255);
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
    background-color: rgb(29, 56, 151);
    -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}

.main-navigation .navbar-nav > .open > a:active {
    border-color: transparent;
    transition: 0.1s ease-in-out;
    box-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

.main-navigation .navbar-nav > .open.active > a:active {
    border-color: transparent;
    transition: 0.1s ease-in-out;
    box-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

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

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

.dropdown-menu {
    background: rgb(29, 56, 151);
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: 0px currentColor;
    border-image: none;
    z-index: 101;
    min-width: 150px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.dropdown-menu > li > a {
    padding: 12px 20px;
    transition: none;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 700;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

.dropdown-menu > li > a:hover {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 51, 140);
}

.dropdown-menu > li > a:focus {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 51, 140);
}

.nav .open > a {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 51, 140);
}

.nav .open > a:hover {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 51, 140);
}

.nav .open > a:focus {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 51, 140);
}

.dropdown-menu > .active > a {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 51, 140);
}

.dropdown-menu > .active > a:hover {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 51, 140);
}

.dropdown-menu > .active > a:focus {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 51, 140);
}

.dropdown-menu .menu > .active > a {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 51, 140);
}

.dropdown-menu .menu > .active > a:hover {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 51, 140);
}

.dropdown-menu .menu > .active > a:focus {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 51, 140);
}

.dropdown-menu .dropdown-menu {
    left: 100% !important;
    top: 0px;
    padding-top: 0px;
    margin-left: 0px;
    border-left-color: currentColor;
    border-left-width: medium;
    border-left-style: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
}

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

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

.mega-menu .menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

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

.mega-menu .menu > li > a {
    padding: 5px 0px;
    transition: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
    border-bottom-color: rgb(241, 241, 241);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

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

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

.mega-menu .menu > li:last-child > a {
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

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

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

.mega-menu .menu > li > a:hover {
    border-color: rgb(241, 241, 241);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.mega-menu .menu > li > a:focus {
    border-color: rgb(241, 241, 241);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.navbar-default .navbar-nav > .active.dropdown > a::before {
    color: rgb(232, 76, 61);
}

.navbar-default .navbar-nav > .dropdown.open > a::before {
    color: rgb(229, 229, 229);
}

.dropdown .dropdown > a::before {
    top: 12px;
    right: 10px;
    color: rgb(255, 255, 255);
    font-family: "FontAwesome";
    margin-left: 0px;
    visibility: visible;
    position: absolute;
    /*content: "\f105";*/
}

.dropdown .dropdown.open > a::before {
    color: rgb(242, 251, 255);
}

.animated.main-navigation .open .dropdown-menu {
    animation-name: fadeInDownSmall;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDownSmall;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
}

.open .dropdown-animation {
    animation-name: fadeInDownSmall;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDownSmall;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
}

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

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

.navbar-default .navbar-toggle {
    border: 0px currentColor;
    border-image: none;
    top: -70px;
    right: 1px;
    position: absolute;
}

.navbar-default .navbar-toggle:hover {
    /*background: none;*/
    border: 0px currentColor;
    border-image: none;
}

.navbar-default .navbar-toggle:focus {
    /*background: none;*/
    border: 0px currentColor;
    border-image: none;
}

.navbar-default .navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    margin-top: 6px;
    background-color: rgb(36, 89, 188);
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: rgb(36, 89, 188);
}

.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: rgb(36, 89, 188);
}

.navbar-default .navbar-collapse {
    border: 0px currentColor;
    border-image: none;
    box-shadow: none;
}

.navbar-default .navbar-form {
    border: 0px currentColor;
    border-image: none;
    box-shadow: none;
}

@media all and (min-width: 768px) {
    .main-navigation :last-child.navbar-nav.navbar-right {
        margin-right: 0px;
    }

    .navbar.navbar-default {
        border-color: transparent;
        background-color: transparent;
    }

    .main-navigation .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

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

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

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

@media all and (max-width: 1199px) and (min-width: 768px) {
    .main-navigation .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .main-navigation .navbar-nav {
        float: left !important;
    }
}

@media all and (min-width: 992px) {
    .col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
        left: -243px;
        width: 940px;
    }
}

@media all and (max-width: 1199px) and (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        padding: 12px 12.52px;
    }
}

@media all and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 5.95px;
        font-size: 13px;
    }
}

@media all and (max-width: 768px) {
    .header-top .data {
        font-size: 12px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 6.3px;
        font-size: 13px;
    }

    .dropdown-menu > li > a {
        padding: 8px;
        font-size: 13px;
    }

    .dropdown .dropdown > a::before {
        top: 9px;
    }

    .dropdown-menu {
        min-width: 166px;
    }
}

@media all and (min-width: 1200px) {
    .main-navigation .navbar-nav > li {
        background: url(xgs_navline.png) no-repeat left;
        margin: 0px;
    }

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

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

@media all and (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
        color: rgb(232, 76, 61);
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: rgb(232, 76, 61);
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: rgb(232, 76, 61);
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 20.5px;
        font-size: 15px;
        border-bottom-color: rgb(241, 241, 241);
        border-bottom-width: 0px;
        border-bottom-style: solid;
    }

    .subfooter .navbar-default .navbar-nav > li > a {
        border-bottom-color: rgb(20, 20, 20);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .light .subfooter .navbar-default .navbar-nav > li > a {
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

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

    .main-navigation .navbar-nav > .open > a {
        border-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    }

    .main-navigation .navbar-nav > .open > a:hover {
        border-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    }

    .main-navigation .navbar-nav > .open > a:focus {
        border-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(2, 105, 182);
    }

    .navbar-default .navbar-nav > li > a:focus {
        color: rgb(255, 255, 255);
        background-color: rgb(2, 105, 182);
    }

    .navbar-default .navbar-nav > .active > a:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(2, 105, 182);
    }

    .navbar-default .navbar-nav > .active > a:focus {
        color: rgb(255, 255, 255);
        background-color: rgb(2, 105, 182);
    }

    .navbar-default .navbar-nav .open .dropdown-menu {
        border-top-color: rgb(18, 102, 177);
        border-top-width: 1px;
        border-top-style: solid;
        background-color: rgb(13, 129, 232);
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 20px;
        color: rgb(255, 255, 255);
        font-size: 13px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 20px;
        color: rgb(255, 255, 255);
        font-size: 13px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: rgb(255, 255, 255);
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: rgb(255, 255, 255);
    }

    .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding-left: 60px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding-left: 80px;
    }

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

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

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

.header-top .navbar-default .navbar-nav > li > a {
    padding: 4px 20px;
    color: rgb(153, 153, 153);
}

.header-top .navbar-default .navbar-nav > li {
    border-right-color: rgb(153, 153, 153);
    border-right-width: 1px;
    border-right-style: solid;
}

.header-top .navbar-default .navbar-nav > li:last-child {
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
}

.subfooter .navbar {
    background: none;
    border-color: transparent;
    margin: 0px;
    min-height: 0px;
}

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

.subfooter .navbar-default .nav li:last-child a {
    border: currentColor;
    border-image: none;
}

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

.subfooter .navbar-default .nav > li > a:hover {
    color: rgb(232, 76, 61);
    text-decoration: underline;
    background-color: transparent;
}

.subfooter .navbar-default .nav > .active > a:hover {
    color: rgb(232, 76, 61);
    text-decoration: underline;
    background-color: transparent;
}

.subfooter .navbar-default .nav > .active > a:focus {
    color: rgb(232, 76, 61);
    text-decoration: underline;
    background-color: transparent;
}

@media all and (min-width: 768px) {
    .subfooter .navbar-nav {
        margin: 15px 0px;
        text-align: center;
        float: none;
    }

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

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

@media all and (min-width: 992px) {
    .subfooter {
        text-align: left;
    }

    .subfooter .navbar-nav {
        margin: 0px;
        text-align: left;
        float: right;
    }

    .subfooter .navbar-nav > li {
        padding: 0px;
        margin-top: 4px;
        float: left;
    }

    .subfooter .navbar-default .nav > li > a {
        border-right-color: rgb(51, 51, 51);
        border-right-width: 1px;
        border-right-style: solid;
    }

    .light .subfooter .navbar-default .nav > li > a {
        border-right-color: rgb(153, 153, 153);
        border-right-width: 1px;
        border-right-style: solid;
    }
}

@media all and (max-width: 767px) {
    .subfooter .navbar-default .navbar-toggle:hover {
        border-color: rgb(136, 136, 136);
        background-color: transparent;
    }

    .subfooter .navbar-default .navbar-toggle:focus {
        border-color: rgb(136, 136, 136);
        background-color: transparent;
    }

    .light .subfooter .navbar-default .navbar-collapse {
        border-color: rgb(221, 221, 221);
    }

    .subfooter .navbar-default .navbar-collapse {
        border-color: rgb(0, 0, 0);
    }
}

.logo img {
    transition: 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

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

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

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

.site-slogan {
    color: rgb(153, 153, 153);
    font-size: 13px;
    font-style: italic;
}

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

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

@media all and (max-width: 991px) {
    .logo img {
        margin: 0px auto;
    }

    .header-small .logo img {
        margin: 0px auto;
    }

    .site-slogan {
        text-align: center;
    }
}

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

@media all and (max-width: 480px) {
    .call-to-action .btn {
        margin: 10px auto;
        width: 60%;
        display: block;
    }
}

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

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

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

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

.box.gray-bg:hover {
    color: rgb(232, 76, 61);
}

.box.default-bg:hover {
    border: 1px solid rgb(232, 76, 61);
    border-image: none;
    background-color: rgb(255, 255, 255);
}

.box.default-bg:hover * {
    color: rgb(232, 76, 61);
}

.box.dark-bg:hover {
    border: 1px solid rgb(102, 102, 102);
    border-image: none;
    background-color: rgb(255, 255, 255);
}

.box.dark-bg:hover * {
    color: rgb(102, 102, 102);
}

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

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

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

:not(.team-member).box-style-1:hover i {
    transition: 0.3s ease-in-out;
    color: rgb(232, 76, 61);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

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

.box-style-2:hover .icon-container {
    border: 1px solid rgb(102, 102, 102);
    border-image: none;
}

.box-style-2:hover .default-bg {
    border: 1px solid rgb(232, 76, 61);
    border-image: none;
    background-color: rgb(255, 255, 255);
}

.box-style-2:hover .default-bg * {
    color: rgb(232, 76, 61);
}

.box-style-2:hover .dark-bg {
    border: 1px solid rgb(102, 102, 102);
    border-image: none;
    background-color: rgb(255, 255, 255);
}

.box-style-2:hover .dark-bg * {
    color: rgb(102, 102, 102);
}

.box-style-2:hover .white-bg * {
    color: rgb(232, 76, 61);
}

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

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

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

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

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

.box-style-3:hover .icon-container {
    border: 1px solid rgb(102, 102, 102);
    border-image: none;
}

.box-style-3:hover .default-bg {
    border: 1px solid rgb(232, 76, 61);
    border-image: none;
    background-color: rgb(255, 255, 255);
}

.box-style-3:hover .default-bg * {
    color: rgb(232, 76, 61);
}

.box-style-3:hover .dark-bg {
    border: 1px solid rgb(102, 102, 102);
    border-image: none;
    background-color: rgb(255, 255, 255);
}

.box-style-3:hover .dark-bg * {
    color: rgb(102, 102, 102);
}

.box-style-3:hover .white-bg * {
    color: rgb(232, 76, 61);
}

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

@media all and (min-width: 768px) {
    .box-style-3.right .icon-container {
        float: right;
    }

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

.image-box {
    min-width: 90px;
}

.image-box img {
    border: 1px solid rgb(241, 241, 241);
    border-image: none;
    width: 106px;
    height: 141px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}

.image-box span {
    margin: 6px 0px 16px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.image-box span {
    color: rgb(160, 160, 160);
    font-size: 12px;
}

.image-box span a {
    color: rgb(56, 56, 56);
    font-size: 14px;
    font-weight: 500;
}

.image-box span a:hover {
    color: rgb(0, 78, 162);
    text-decoration: none;
}

.image-box span a.late {
    color: rgb(47, 47, 47);
    text-decoration: none;
}

.image-box span a.late:hover {
    color: rgb(0, 78, 162);
}

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

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

.image-box .btn {
    border-color: transparent;
    white-space: normal;
}

.image-box .btn-block {
    margin: 0px;
}

.image-box-body {
    padding: 20px 15px 15px;
}

@media all and (max-width: 1199px) {
    .image-box img {
        width: 83px;
        height: 111px;
        margin-right: inherit;
        margin-left: inherit;
    }
}

@media all and (max-width: 991px) {
    .image-box img {
        width: 120px;
        height: 160px;
        margin-right: auto;
        margin-left: auto;
    }
}

.tags-cloud {
    font-size: 0px;
}

.tag {
    margin: 0px 3px 3px 0px;
    display: inline-block;
}

.tag a {
    padding: 5px 10px;
    border: 1px solid rgb(243, 243, 243);
    border-image: none;
    color: rgb(153, 153, 153);
    font-size: 12px;
    display: block;
    background-color: rgb(250, 250, 250);
}

.tag a:hover {
    border-color: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(232, 76, 61);
}

footer:not(.light) .footer-content .tag a {
    border-color: rgb(85, 85, 85);
    border-radius: 2px;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.dark-bg .tag a {
    border-color: rgb(85, 85, 85);
    border-radius: 2px;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.social-links {
    list-style: none;
    margin: 10px 0px 4px;
    padding: 0px;
    font-size: 0px;
    float: right;
}

.social-links li {
    margin: 0px 2px 2px 0px;
    display: inline-block;
}

.social-links li a {
    text-align: center;
    color: rgb(60, 90, 169);
    font-size: 14px;
    display: block;
}

.social-links li a span {
    margin: 0px 3px 0px 5px;
}

.social-links.large li a {
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.social-links.light li a {
    background: rgb(250, 250, 250);
    border: 1px solid rgb(243, 243, 243);
    border-image: none;
    color: inherit;
}

.social-links.dark li a {
    background: rgb(69, 69, 69);
    border: 1px solid rgb(51, 51, 51);
    border-image: none;
    color: rgb(172, 172, 172);
}

.social-links.radius-5px li a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.social-links.circle li a {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.social-links li a:hover {
    border-color: rgb(205, 60, 46);
    color: rgb(51, 51, 51);
    background-color: transparent;
}

.social-links li a:hover span {
    color: rgb(60, 90, 169);
}

.social-links.dark li a:hover {
    background: rgb(250, 250, 250);
    border: 1px solid rgb(172, 172, 172);
    border-image: none;
    color: inherit;
}

.social-links.light li a:hover {
    border: 1px solid rgb(210, 210, 210);
    border-image: none;
    color: rgb(51, 51, 51);
}

.social-links li a i {
    line-height: 44px;
}

.social-links.large li a i {
    line-height: 60px;
}

.search_linktwo .social-links {
    margin: 0px;
}

.search_linktwo .social-links li {
    margin: 34px 0px 0px;
    padding: 0px 8px;
    border-right-color: rgb(209, 209, 209);
    border-right-width: 1px;
    border-right-style: solid;
    float: left;
}

.search_linktwo .social-links li:hover {
    background-color: transparent;
}

.search_linktwo .social-links li a {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.search_linktwo .social-links li:last-child {
    padding: 0px 0px 0px 8px;
    border-right-color: currentColor;
    border-right-width: medium;
    border-right-style: none;
}

.search_linktwo .social-links li a {
    padding: 0px 4px;
    border: transparent;
    border-image: none;
    width: 100%;
    height: 14px;
    color: rgb(255, 255, 255);
    line-height: 14px;
    background-color: transparent;
}

.search_linktwo .social-links li a:hover {
    color: rgb(217, 7, 7);
}

.search_linktwo .social-links li a i {
    line-height: 18px;
}

.footer-content .social-links {
    margin: 20px 0px;
}

.footer-content .social-links li {
    margin: 0px 5px 5px 0px;
}

.footer-content .social-links li a {
    border-color: rgb(102, 102, 102);
    color: rgb(102, 102, 102);
    background-color: transparent;
}

.footer-content .social-links li a:hover {
    border-color: rgb(102, 102, 102);
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
}

.social-links li.twitter a:hover {
    border-color: rgb(85, 172, 238);
    color: rgb(255, 255, 255);
    background-color: rgb(85, 172, 238);
}

.colored.social-links li.twitter a {
    border-color: rgb(85, 172, 238);
    color: rgb(255, 255, 255);
    background-color: rgb(85, 172, 238);
}

.social-links li.skype a:hover {
    border-color: rgb(0, 175, 240);
    color: rgb(255, 255, 255);
    background-color: rgb(0, 175, 240);
}

.colored.social-links li.skype a {
    border-color: rgb(0, 175, 240);
    color: rgb(255, 255, 255);
    background-color: rgb(0, 175, 240);
}

.social-links li.linkedin a:hover {
    border-color: rgb(9, 118, 180);
    color: rgb(255, 255, 255);
    background-color: rgb(9, 118, 180);
}

.colored.social-links li.linkedin a {
    border-color: rgb(9, 118, 180);
    color: rgb(255, 255, 255);
    background-color: rgb(9, 118, 180);
}

.social-links li.googleplus a:hover {
    border-color: rgb(221, 75, 57);
    color: rgb(255, 255, 255);
    background-color: rgb(221, 75, 57);
}

.colored.social-links li.googleplus a {
    border-color: rgb(221, 75, 57);
    color: rgb(255, 255, 255);
    background-color: rgb(221, 75, 57);
}

.social-links li.youtube a:hover {
    border-color: rgb(179, 18, 23);
    color: rgb(255, 255, 255);
    background-color: rgb(179, 18, 23);
}

.colored.social-links li.youtube a {
    border-color: rgb(179, 18, 23);
    color: rgb(255, 255, 255);
    background-color: rgb(179, 18, 23);
}

.social-links li.flickr a:hover {
    border-color: rgb(255, 0, 132);
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 132);
}

.colored.social-links li.flickr a {
    border-color: rgb(255, 0, 132);
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 132);
}

.social-links li.facebook a:hover {
    border-color: rgb(59, 89, 152);
    color: rgb(255, 255, 255);
    background-color: rgb(59, 89, 152);
}

.colored.social-links li.facebook a {
    border-color: rgb(59, 89, 152);
    color: rgb(255, 255, 255);
    background-color: rgb(59, 89, 152);
}

.social-links li.pinterest a:hover {
    border-color: rgb(203, 32, 39);
    color: rgb(255, 255, 255);
    background-color: rgb(203, 32, 39);
}

.colored.social-links li.pinterest a {
    border-color: rgb(203, 32, 39);
    color: rgb(255, 255, 255);
    background-color: rgb(203, 32, 39);
}

.social-links li.instagram a:hover {
    border-color: rgb(81, 127, 164);
    color: rgb(255, 255, 255);
    background-color: rgb(81, 127, 164);
}

.colored.social-links li.instagram a {
    border-color: rgb(81, 127, 164);
    color: rgb(255, 255, 255);
    background-color: rgb(81, 127, 164);
}

.social-links li.vimeo a:hover {
    border-color: rgb(170, 212, 80);
    color: rgb(255, 255, 255);
    background-color: rgb(170, 212, 80);
}

.colored.social-links li.vimeo a {
    border-color: rgb(170, 212, 80);
    color: rgb(255, 255, 255);
    background-color: rgb(170, 212, 80);
}

.social-links li.tumblr a:hover {
    border-color: rgb(50, 80, 109);
    color: rgb(255, 255, 255);
    background-color: rgb(50, 80, 109);
}

.colored.social-links li.tumblr a {
    border-color: rgb(50, 80, 109);
    color: rgb(255, 255, 255);
    background-color: rgb(50, 80, 109);
}

.social-links li.soundcloud a:hover {
    border-color: rgb(255, 58, 0);
    color: rgb(255, 255, 255);
    background-color: rgb(255, 58, 0);
}

.colored.social-links li.soundcloud a {
    border-color: rgb(255, 58, 0);
    color: rgb(255, 255, 255);
    background-color: rgb(255, 58, 0);
}

.social-links li.foursquare a:hover {
    border-color: rgb(0, 114, 177);
    color: rgb(255, 255, 255);
    background-color: rgb(0, 114, 177);
}

.colored.social-links li.foursquare a {
    border-color: rgb(0, 114, 177);
    color: rgb(255, 255, 255);
    background-color: rgb(0, 114, 177);
}

.social-links li.dribbble a:hover {
    border-color: rgb(234, 76, 137);
    color: rgb(255, 255, 255);
    background-color: rgb(234, 76, 137);
}

.colored.social-links li.dribbble a {
    border-color: rgb(234, 76, 137);
    color: rgb(255, 255, 255);
    background-color: rgb(234, 76, 137);
}

.social-links li.behance a:hover {
    border-color: rgb(5, 62, 255);
    color: rgb(255, 255, 255);
    background-color: rgb(5, 62, 255);
}

.colored.social-links li.behance a {
    border-color: rgb(5, 62, 255);
    color: rgb(255, 255, 255);
    background-color: rgb(5, 62, 255);
}

.social-links li.vine a:hover {
    border-color: rgb(0, 164, 120);
    color: rgb(255, 255, 255);
    background-color: rgb(0, 164, 120);
}

.colored.social-links li.vine a {
    border-color: rgb(0, 164, 120);
    color: rgb(255, 255, 255);
    background-color: rgb(0, 164, 120);
}

.social-links li.stumbleupon a:hover {
    border-color: rgb(247, 68, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(247, 68, 37);
}

.colored.social-links li.stumbleupon a {
    border-color: rgb(247, 68, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(247, 68, 37);
}

@media all and (max-width: 767px) {
    .search_linktwo .social-links li {
        width: 100%;
        border-right-color: rgb(68, 125, 183);
        border-right-width: 0px;
        border-right-style: solid;
    }
}

.search_linktwo .social-links li.twitter a:hover {
    border-color: rgb(241, 241, 241);
    color: rgb(85, 172, 238);
    background-color: rgb(241, 241, 241);
}

.search_linktwo .social-links li.skype a:hover {
    border-color: transparent;
    color: rgb(0, 175, 240);
    background-color: transparent;
}

.search_linktwo .social-links li.linkedin a:hover {
    border-color: transparent;
    color: rgb(9, 118, 180);
    background-color: transparent;
}

.search_linktwo .social-links li.googleplus a:hover {
    border-color: transparent;
    color: rgb(221, 75, 57);
    background-color: transparent;
}

.search_linktwo .social-links li.toplink a:hover {
    border-color: transparent;
    color: rgb(0, 150, 255);
    text-decoration: none;
    background-color: transparent;
}

.search_linktwo .social-links li.flickr a:hover {
    border-color: transparent;
    color: rgb(255, 0, 132);
    background-color: transparent;
}

.search_linktwo .social-links li.facebook a:hover {
    border-color: transparent;
    color: rgb(59, 89, 152);
    background-color: transparent;
}

.search_linktwo .social-links li.pinterest a:hover {
    border-color: transparent;
    color: rgb(203, 32, 39);
    background-color: transparent;
}

.search_linktwo .social-links li.instagram a:hover {
    border-color: transparent;
    color: rgb(81, 127, 164);
    background-color: transparent;
}

.search_linktwo .social-links li.vimeo a:hover {
    border-color: transparent;
    color: rgb(170, 212, 80);
    background-color: transparent;
}

.search_linktwo .social-links li.tumblr a:hover {
    border-color: transparent;
    color: rgb(50, 80, 109);
    background-color: transparent;
}

.search_linktwo .social-links li.soundcloud a:hover {
    border-color: transparent;
    color: rgb(255, 58, 0);
    background-color: transparent;
}

.search_linktwo .social-links li.foursquare a:hover {
    border-color: transparent;
    color: rgb(0, 114, 177);
    background-color: transparent;
}

.search_linktwo .social-links li.dribbble a:hover {
    border-color: transparent;
    color: rgb(234, 76, 137);
    background-color: transparent;
}

.search_linktwo .social-links li.behance a:hover {
    border-color: transparent;
    color: rgb(5, 62, 255);
    background-color: transparent;
}

.search_linktwo .social-links li.vine a:hover {
    border-color: transparent;
    color: rgb(0, 164, 120);
    background-color: transparent;
}

.search_linktwo .social-links li.stumbleupon a:hover {
    border-color: transparent;
    color: rgb(247, 68, 37);
    background-color: transparent;
}

.social-links .dropdown > button {
    margin: 0px;
    padding: 6px 0px;
    text-align: center;
    color: rgb(177, 177, 177);
    font-size: 16px;
    min-width: 0px;
    box-shadow: none !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.social-links .dropdown > button i {
    width: 15px;
}

.social-links .dropdown.open > button > i::before {
    color: rgb(232, 76, 61);
    content: "\f00d";
}

.social-links .dropdown-menu {
    background: rgb(252, 252, 252);
    padding: 0px;
    border: 1px solid rgb(255, 255, 255);
    border-image: none;
    left: auto;
    right: 0px;
    font-size: 0px;
    margin-top: 1px;
    z-index: 103;
    min-width: 120px;
    box-shadow: none;
}

.social-links .dropdown-menu li a {
    padding: 0px;
}

.social-links .dropdown-menu li a i {
    padding: 0px;
}

.header-top-dropdown {
    text-align: right;
    font-size: 0px;
    float: right;
}

.header-top-dropdown .dropdown > button {
    border-right-color: rgb(227, 227, 227);
    border-left-color: transparent;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
}

.header-top-dropdown :last-child.dropdown > button {
    border-right-color: transparent;
}

.header-top-dropdown .dropdown > button {
    margin: 0px;
    padding: 8px 10px;
    text-align: center;
    color: rgb(153, 153, 153);
    text-transform: none;
    font-size: 12px;
    min-width: 0px;
    box-shadow: none !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.header-top-dropdown .dropdown > button i {
    width: 15px;
    padding-right: 5px;
}

.header-top-dropdown .dropdown.open > button {
    color: rgb(232, 76, 61);
    border-right-color: rgb(227, 227, 227);
    background-color: rgb(250, 250, 250);
}

.header-top-dropdown .dropdown > button:hover {
    color: rgb(232, 76, 61);
    border-right-color: rgb(227, 227, 227);
    background-color: rgb(250, 250, 250);
}

.header-top-dropdown :first-child.dropdown.open > button {
    border-left-color: rgb(227, 227, 227);
}

.header-top-dropdown :first-child.dropdown > button:hover {
    border-left-color: rgb(227, 227, 227);
}

.header .header-top-dropdown .dropdown > button {
    padding: 3px 10px;
}

.header .header-top-dropdown .dropdown.open > button {
    background-color: transparent;
}

.header .header-top-dropdown .dropdown > button:hover {
    background-color: transparent;
}

.header .header-top-dropdown :first-child.dropdown.open > button {
    border-left-color: transparent;
}

.header .header-top-dropdown :first-child.dropdown > button:hover {
    border-left-color: transparent;
}

.header .header-top-dropdown :last-child.dropdown.open > button {
    border-right-color: transparent;
}

.header .header-top-dropdown :last-child.dropdown > button:hover {
    border-right-color: transparent;
}

.header .header-top-dropdown .dropdown-menu {
    margin-top: 27px;
}

.header-top-dropdown .dropdown-menu {
    padding: 20px;
    margin-top: 0px;
    z-index: 103;
    min-width: 280px;
}

.header-top-dropdown .search-box .form-group {
    margin-bottom: 0px;
}

.header-top-dropdown form {
    margin: 0px;
}

.header-top-dropdown .login-form span {
    margin: 0px 3px;
}

.header-top-dropdown .login-form ul {
    padding: 5px 0px;
    list-style-position: inside;
}

.header-top-dropdown .login-form .social-links {
    margin: 0px;
    display: inline-block;
}

.header .header-top-dropdown {
    margin-top: 19px;
}

.fixed-header-on .header .header-top-dropdown {
    margin-top: 13px;
}

.fixed-header-on .header .header-top-dropdown .dropdown-menu {
    margin-top: 19px;
}

.gallery.row {
    margin-right: -5px;
    margin-left: -5px;
}

.gallery-item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

ul.tweets {
    list-style: none;
    padding: 0px;
}

ul.tweets li {
    padding-left: 35px;
    margin-bottom: 20px;
    position: relative;
}

ul.tweets li i {
    left: 0px;
    top: 4px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: rgb(102, 102, 102);
    position: absolute;
}

ul.tweets li p {
    margin-bottom: 5px;
}

ul.tweets li span {
    color: rgb(102, 102, 102);
    font-size: 12px;
}

.testimonial {
    margin: 25px 0px;
}

.well .testimonial {
    margin: 0px;
}

.owl-item .testimonial {
    margin: 0px;
}

.testimonial h2 {
    margin-bottom: 25px;
}

.testimonial-image {
    border-radius: 100%;
    float: left;
    max-width: 160px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.testimonial-body {
    padding: 15px;
}

.testimonial-image + .testimonial-body {
    margin-left: 180px;
}

.testimonial-info-1 {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-style: italic;
}

.testimonial-info-2 {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: 700;
}

.dark-bg .testimonial-info-1 {
    color: inherit;
}

.dark-bg .testimonial-info-2 {
    color: inherit;
}

.default-bg .testimonial-info-1 {
    color: inherit;
}

.default-bg .testimonial-info-2 {
    color: inherit;
}

.dark-translucent-bg .testimonial-info-1 {
    color: inherit;
}

.dark-translucent-bg .testimonial-info-2 {
    color: inherit;
}

@media all and (max-width: 480px) {
    .testimonial-image {
        max-width: 80px;
    }

    .testimonial-image + .testimonial-body {
        padding: 0px 15px;
        margin-left: 100px;
    }
}

.isotope-container {
    margin-bottom: 40px;
    display: none;
}

.isotope-item {
    margin-bottom: 30px;
}

.grid-space-20 .isotope-item {
    margin-bottom: 20px;
}

.grid-space-10 .isotope-item {
    margin-bottom: 0px;
}

@media all and (max-width: 767px) {
    .isotope-item {
        max-width: 100%;
    }
}

.stat-num {
    font-size: 36px;
    font-weight: 700;
    display: block;
}

.pricing-tables {
    margin: 60px 0px 0px;
}

.plan {
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentColor rgb(197, 197, 197) rgb(197, 197, 197);
    border-image: none;
    text-align: center;
    margin-bottom: 40px !important;
}

.plan + .plan {
    border-left-color: currentColor;
    border-left-width: medium;
    border-left-style: none;
}

.plan .header {
    margin: 0px -1px;
    padding: 10px 0px;
}

.plan .header h3 {
    margin: 0px;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.04em;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    text-shadow: 0px 1px 1px #494949;
}

.plan .header .price {
    padding: 10px 0px 0px;
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.plan .header .price span {
    text-transform: uppercase;
}

.plan ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.plan ul li {
    padding: 12px 0px;
    line-height: 18px;
    font-size: 13px;
    text-shadow: 1px 1px 0px #fff;
}

.plan ul li a.pt-popover {
    color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    position: relative;
}

.plan ul li a.pt-popover:hover {
    text-decoration: none;
}

.plan ul li a.pt-popover::after {
    left: -15px;
    top: 0px;
    color: rgb(221, 221, 221);
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    content: "\f059";
}

.best-value.plan ul li {
    padding: 15px 0px;
}

.plan .popover {
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    width: 250px;
    text-align: center;
    font-size: 13px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.plan .popover-title {
    border-radius: 0px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-shadow: none;
    background-color: rgb(232, 76, 61);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.plan .popover-content {
    font-size: 12px;
}

.plan .btn {
    text-shadow: none;
}

.gray .plan {
    border-top-color: rgb(197, 197, 197);
    border-top-width: 1px;
    border-top-style: solid;
    box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.15);
    background-color: rgb(241, 241, 241);
    -webkit-box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
}

.gray .plan .header {
    background: rgb(250, 250, 250);
    margin: 15px auto;
    border-radius: 100%;
    border: 1px solid rgb(202, 202, 202);
    border-image: none;
    width: 150px;
    height: 150px;
}

.gray .plan .header h3 {
    color: rgb(232, 76, 61);
    margin-top: 30px;
    display: block;
}

.gray .plan .header .price {
    padding-top: 5px;
    font-size: 24px;
}

.gray .plan ul {
    background: rgb(241, 241, 241);
    border-top-color: rgb(228, 228, 228);
    border-top-width: 1px;
    border-top-style: solid;
}

.gray .plan ul li {
    color: rgb(51, 51, 51);
    border-top-color: rgb(248, 248, 248);
    border-bottom-color: rgb(228, 228, 228);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.white .plan {
    border-color: rgb(243, 243, 243);
}

.white .plan .header {
    background: rgb(232, 76, 61);
    color: rgb(255, 255, 255);
}

.white .plan .header h3 {
    color: rgb(255, 255, 255);
}

.white .plan ul {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    background-color: rgb(251, 251, 251);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.white .plan ul li {
    border-bottom-color: rgb(245, 245, 245);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.stripped .header {
    background: rgb(232, 76, 61);
    border: currentColor;
    border-image: none;
    color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 60px #cd3c2e;
    -webkit-box-shadow: 0px 0px 60px #cd3c2e inset;
    -moz-box-shadow: 0px 0px 60px #cd3c2e inset;
}

.stripped .header h3 {
    color: rgb(255, 255, 255);
}

.stripped .plan ul {
    background: rgb(253, 253, 253);
    box-shadow: inset 0px 0px 32px 0px #cacaca;
    -webkit-box-shadow: 0px 0px 32px 0px #cacaca inset;
    -moz-box-shadow: 0px 0px 32px 0px #cacaca inset;
}

.stripped .plan ul li {
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: currentColor rgb(236, 236, 236) rgb(236, 236, 236);
    border-image: none;
    color: rgb(102, 102, 102);
}

.stripped .plan ul li:nth-child(2n) {
    background: rgb(255, 255, 255);
    border-right-color: rgb(226, 226, 226);
    border-bottom-color: rgb(226, 226, 226);
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    box-shadow: inset 0px 0px 40px #e4e4e4;
    -webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
    -moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
}

@media all and (min-width: 768px) {
    .best-value.plan {
        top: -30px;
        position: relative;
    }
}

#map-canvas {
    height: 450px;
}

.sidebar #map-canvas {
    height: 350px;
}

#map-canvas img {
    max-width: inherit;
}

.scrollToTop {
    width: 50px;
    height: 50px;
    text-align: center;
    right: 5px;
    bottom: 5px;
    color: rgb(255, 255, 255);
    display: none;
    position: fixed;
    z-index: 1005;
    cursor: pointer;
    background-color: rgb(60, 97, 194);
}

.scrollToTop i {
    line-height: 50px;
    font-size: 24px;
}

@media all and (max-width: 767px) {
    .scrollToTop {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .scrollToTop i {
        line-height: 40px;
        font-size: 20px;
    }
}

.slider-banner-container {
    padding: 0px;
    width: 100%;
    position: relative;
}

.slider-banner {
    width: 100%;
    position: relative;
}

.slider-banner-2 {
    width: 100%;
    position: relative;
}

.slider-banner-3 {
    width: 100%;
    position: relative;
}

.slider-banner-fullscreen {
    width: 100%;
    position: relative;
}

.slider-banner > ul {
    display: none;
}

.slider-banner-2 > ul {
    display: none;
}

.slider-banner-3 > ul {
    display: none;
}

.slider-banner-fullscreen > ul {
    display: none;
}

.tp-loader.spinner0 {
    background: url("../images/loader.gif") no-repeat center;
    border-radius: 0px;
    animation: none;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-animation: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.tp-loader.spinner4 .dot1 {
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.8);
    background-color: rgb(102, 102, 102);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.80);
}

.tp-loader.spinner4 .dot2 {
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.8);
    background-color: rgb(102, 102, 102);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.80);
}

.slideshow-boxed {
    padding: 20px 0px 60px;
}

.slideshow-boxed .slider-banner-container {
    background: rgb(255, 255, 255);
    padding: 10px;
    border: 1px solid rgb(234, 234, 234);
    border-image: none;
}

.slideshow-boxed .tp-caption {
    margin-left: 20px !important;
}

.tp-caption {
    z-index: 5;
}

.tp-caption a.btn {
    color: rgb(255, 255, 255);
}

.tp-caption a.btn:hover {
    color: rgb(255, 255, 255);
}

.default_bg {
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.white_bg {
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

.dark_gray_bg {
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
}

.light_gray_bg {
    border-width: 1px 1px 1px medium !important;
    border-style: solid solid solid none !important;
    border-color: rgb(243, 243, 243) rgb(243, 243, 243) rgb(243, 243, 243) currentColor !important;
    border-image: none !important;
    color: rgb(51, 51, 51);
    background-color: rgb(250, 250, 250);
}

.tp-caption.small_thin_white {
    color: rgb(225, 225, 225);
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000000;
}

.tp-caption.small_thin_dark {
    color: rgb(0, 0, 0);
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
}

.tp-caption.large {
    padding: 0px 15px;
    font-size: 36px;
}

.tp-caption.medium {
    padding: 2px 10px;
    font-size: 22px;
}

.tp-caption.small {
    padding: 5px;
    font-size: 14px;
}

@media all and (max-width: 1199px) {
    .tp-caption {
        margin-left: 20px !important;
    }
}

.tparrows.round {
    border-radius: 100%;
    transition: 0.2s linear;
    top: 50% !important;
    width: 50px;
    height: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.tparrows.round::before {
    line-height: 52px;
    font-family: "fontello";
    font-size: 24px;
    display: inline-block;
    content: "\e87c";
}

.tparrows.round.tp-rightarrow::before {
    content: "\e87d";
}

.tparrows.round:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(232, 76, 61);
}

.slideshow-boxed .slider-banner-container .tparrows {
    opacity: 0;
}

.slideshow-boxed .slider-banner-container:hover .tparrows {
    opacity: 1;
}

.tp-bullets {
    z-index: 100;
}

.tp-bullets.simplebullets.round .bullet {
    background: rgba(0, 0, 0, 0.5);
    margin: 0px 3px;
    border-radius: 100%;
    border: currentColor;
    transition: 0.2s linear;
    border-image: none;
    width: 14px;
    height: 14px;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.bullets-with-bg + .tp-bullets.preview4 {
    padding: 5px 15px;
    border-radius: 3px;
    height: auto;
    bottom: -6px !important;
    background-color: rgba(255, 255, 255, 1);
}

.tp-bullets.simplebullets.round .bullet:hover {
    background-color: rgb(232, 76, 61);
}

.tp-bullets.simplebullets.round .bullet.selected {
    background-color: rgb(232, 76, 61);
}

.tp-bannertimer {
    display: none;
    z-index: 100;
    background-image: none;
    background-color: rgba(232, 76, 61, 0.7);
}

.slideshow-boxed .tp-bullets {
    bottom: -33px !important;
}

.slideshow-boxed .bullets-with-bg + .tp-bullets.preview4 {
    padding: 7px 15px 2px;
    bottom: -45px !important;
}

.slideshow-boxed .tp-rightarrow {
    right: 10px !important;
}

.slideshow-boxed .tp-leftarrow {
    left: 10px !important;
}

.slideshow-boxed .tp-bullets.hidebullets {
    opacity: 1 !important;
}

@media all and (max-width: 480px) {
    .tparrows {
        display: none;
    }

    .tp-bullets {
        display: none;
    }
}

.owl-carousel {
    z-index: 4;
}

.owl-carousel .owl-item > div {
    margin: 0px;
}

.owl-carousel.carousel .owl-item > div {
    margin: 10px 20px 20px 0px;
}

.owl-carousel.carousel-autoplay .owl-item > div {
    margin: 10px 20px 20px 0px;
}

.owl-carousel.clients .owl-item > div {
    margin: 0px 30px 0px 0px;
}

.well.owl-carousel .owl-item > div {
    margin: 10px 0px 0px;
}

.tab-content .owl-carousel .owl-item > div {
    margin: 0px 0px 20px;
}

.caption {
    padding: 8px 10px;
    width: 100%;
    bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    position: absolute;
    background-color: rgba(58, 58, 58, 0.6);
}

.caption .title {
    margin-top: 0px;
}

@media all and (max-width: 991px) {
    .caption {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .caption {
        width: 100%;
    }
}

.owl-controls {
    width: 100%;
    margin-bottom: 50px;
}

.owl-controls .owl-buttons div {
    padding: 3px 10px;
    transition: 0.2s ease-in-out;
    width: 30px;
    height: 30px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    -ms-zoom: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.owl-prev {
    left: 0px;
    color: rgb(241, 241, 241);
    background-color: rgb(232, 76, 61);
}

.owl-next {
    left: 30px;
    color: rgb(232, 76, 61);
    background-color: rgb(241, 241, 241);
}

.owl-prev:hover {
    color: rgb(241, 241, 241);
    background-color: rgb(51, 51, 51);
}

.owl-next:hover {
    color: rgb(241, 241, 241);
    background-color: rgb(51, 51, 51);
}

.gray-bg .owl-next:hover {
    color: rgb(241, 241, 241);
    background-color: rgb(51, 51, 51);
}

.gray-bg .owl-next {
    background-color: rgb(255, 255, 255);
}

.owl-controls .owl-buttons div::before {
    line-height: 26px;
    font-family: "FontAwesome";
    font-size: 18px;
}

.owl-prev::before {
    content: "\f104";
}

.owl-next::before {
    content: "\f105";
}

.no-touch .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
}

.content-slider-with-controls {
    margin-bottom: 20px;
}

.content-slider-with-controls .owl-controls {
    margin-bottom: 0px;
}

.content-slider-with-controls-autoplay .owl-controls {
    margin-bottom: 0px;
}

.content-slider-with-controls .owl-buttons div {
    top: 50%;
    color: rgb(241, 241, 241);
    margin-top: -15px;
    background-color: rgba(22, 70, 148, 0.5);
}

.content-slider-with-controls-autoplay .owl-buttons div {
    top: 50%;
    color: rgb(241, 241, 241);
    margin-top: -15px;
    background-color: rgba(22, 70, 148, 0.5);
}

.content-slider-with-controls .owl-buttons div.owl-next {
    left: auto;
    right: 0px;
}

.content-slider-with-controls-autoplay .owl-buttons div.owl-next {
    left: auto;
    right: 0px;
}

.content-slider-with-controls .owl-prev:hover {
    color: rgb(232, 76, 61);
    background-color: rgb(241, 241, 241);
}

.content-slider-with-controls .owl-next:hover {
    color: rgb(232, 76, 61);
    background-color: rgb(241, 241, 241);
}

.content-slider-with-controls-autoplay .owl-prev:hover {
    color: rgb(232, 76, 61);
    background-color: rgb(241, 241, 241);
}

.content-slider-with-controls-autoplay .owl-next:hover {
    color: rgb(232, 76, 61);
    background-color: rgb(241, 241, 241);
}

.content-slider-with-controls-bottom .owl-controls .owl-pagination {
    bottom: -30px;
}

.content-slider-with-controls-bottom .owl-controls .owl-page span {
    background: rgb(172, 172, 172);
}

.owl-controls .owl-pagination {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    bottom: 36px;
    display: block;
    position: absolute;
}

.owl-controls .owl-page {
    display: inline-block;
    -ms-zoom: 1;
}

.owl-controls .owl-page span {
    background: rgb(220, 220, 220);
    margin: 5px 4px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    display: block;
}

.owl-controls .owl-page.active span {
    background: rgb(232, 76, 61);
    width: 25px;
}

.owl-controls.clickable .owl-page:hover span {
    background: rgb(232, 76, 61);
    width: 25px;
}

.zoom-container {
    overflow: hidden;
    font-size: 1rem;
    vertical-align: top;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.zoom-container a {
    left: 0px;
    top: -100%;
    text-align: center;
    right: 0px;
    bottom: 0px;
    color: inherit;
    display: block;
    position: absolute;
    opacity: 0;
}

.zoom-container:hover a {
    top: 0px;
    z-index: 500;
    opacity: 1;
}

.zoom-container:hover a i {
    left: 0px;
    top: 50%;
    right: 0px;
    position: absolute;
    transform: translateY(-50%);
}

.zoom-container img {
    transition: 0.5s;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.zoom-container .zoom-caption i.icon-play {
    margin: 0px auto;
    padding: 8px 5px;
    border-radius: 8px;
    font-size: 22px;
    max-width: 60px;
    background-color: rgba(17, 17, 17, 0.8);
}

.zoom-container .zoom-caption i.icon-play:hover {
    background-color: rgba(210, 0, 0, 0.9);
}

.zoom-container .zoom-caption {
    transition: 0.5s;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    position: absolute;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.zoom-container .zoom-caption span {
    padding: 0px 7px;
    top: 0px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
}

.zoom-container .zoom-caption span.youtube {
    background-color: rgb(253, 0, 5);
}

.zoom-container .zoom-caption span.vimeo {
    background-color: rgb(23, 179, 232);
}

.zoom-container .zoom-caption p {
    background: rgba(0, 0, 0, 0.5);
    margin: 0px;
    padding: 10px;
    left: 0px;
    text-align: center;
    right: 0px;
    bottom: 0px;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
}

.zoom-container:hover img {
    transform: scale(1.25) rotate(5deg);
    -webkit-transform: scale(1.25) rotate(5deg);
    -o-transform: scale(1.25) rotate(5deg);
    -moz-transform: scale(1.25) rotate(5deg);
}

.zoom-container:hover .zoom-caption {
    background: rgba(0, 0, 0, 0.5);
}