@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700,900);

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}

/*breadcrumbs*/
.breadcrumb {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: #e6e4e4;
}

.breadcrumb li a {
    color: #e6e4e4;
}

.breadcrumb li a:hover {
    color: #272a68;
}

.ds .breadcrumb > .active {
    color: #e6e4e4;
}

.breadcrumb > li + li:before {
    color: inherit;
    padding: 0 4px;
    content: "/";
    color: #272a68;
}


/*forms*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea,
select,
.form-control {
    border: none;
    height: 40px;
    border: 1px solid #e6e4e4;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    color: #a4a4a4;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 14px;
}

textarea {
    height: auto;
}

/* select styling */
.form-control option {
    color: #fff;
    background-color: #ffffff;
}

.form-group {
    margin-bottom: 20px;
}

.form-control, .form-control:focus {
    box-shadow: none;
}

.form-control.invalid {
    box-shadow: 0 0 0 2px #272a68;
}

.form-control:focus {
    border-color: #a4a4a4;
}

.form-control:-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.form-control::-moz-placeholder {
    font-style: italic;
    color: #a4a4a4;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    font-style: italic;
    color: #a4a4a4;
}

.form-control::-webkit-input-placeholder {
    font-style: italic;
    color: #a4a4a4;
}

.form-control:focus:-moz-placeholder {
    color: transparent;
}

.form-control:focus::-moz-placeholder {
    color: transparent;
}

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

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

/*icons for forms */
form label + [class*="icon2-"] {
    position: absolute;
    font-size: 24px;
    color: #a4a4a4;
    left: 10px;
    top: 19px;
}

form label + [class*="icon2-"] + .form-control {
    padding-left: 50px;
}

label {
    font-weight: normal;
}

.form-control + [class*="icon2-"] {
    position: absolute;
    font-size: 24px;
    left: 20px;
    top: 50%;
    color: #272a68;
}

input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: -17px;
    margin-left: 0;
    visibility: hidden;
}

input[type=checkbox] + label:before {
    content: "";
    font-family: 'rt-icons-2';
    line-height: 11px;
    font-size: 6px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    border: 1px solid #a4a4a4;
    border-radius: 50%;
}

input[type=checkbox]:checked + label:before {
    content: "\e116";
}

/*carousel*/
.carousel {
    overflow: hidden;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-width: 0;
    border: 1px solid #ffffff;
    background-color: transparent;
    margin: 0 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.carousel-indicators li:hover {
    background-color: #ffffff;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #ffffff;
}

.carousel-control.left,
.carousel-control.right {
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 50%;
    margin-top: -25px;
    text-shadow: none;
    opacity: 1;
    background-image: none;
    filter: alpha(opacity=100);
    text-align: center;
}

.carousel-control.right {
    right: -50px;
}

.carousel:hover .carousel-control {
    left: 50px;
}

.carousel:hover .carousel-control.right {
    left: auto;
    right: 50px;
}

.carousel-control.left span,
.carousel-control.right span {
    font-family: 'rt-icons-2';
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 16px;
    left: 0;
    top: 0;
    line-height: 50px;
}

.carousel-control .icon-prev:before {
    content: "\e7c4";
}

.carousel-control .icon-next:before {
    content: "\e7c5";
}

/*collapse accordion*/
.panel-heading {
    font-size: 16px;
}

.panel-heading .panel-title {
    font-size: inherit;
    letter-spacing: 0;
    padding: 0;
    position: relative;
}

.panel-heading .panel-title > a {
    line-height: 1;
    display: block;
    padding: 16px 65px 16px 30px;
    color: #fff;
    background-color: #272a68;
    border: none;
    word-wrap: break-word;
}

.panel-heading .panel-title > a.collapsed:hover,
.panel-heading .panel-title > a:hover {
    color: #fff;
    background-color: #272a68;
}

.panel-heading .panel-title > a.collapsed:hover > i,
.panel-heading .panel-title > a:hover > i {
    color: #fff;
}

.panel-heading .panel-title > a.collapsed {
    background-color: #ffffff;
    box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.1);
}

.panel-heading .panel-title > a.collapsed > i {
    color: #272a68;
}

.panel-heading .panel-title > a:after {
    color: #fff;
    content: "\e7c3";
    font-family: "rt-icons-2";
    font-size: 14px;
    position: absolute;
    line-height: 50px;
    text-align: center;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.panel-heading .panel-title > a.collapsed:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading .panel-title > a > i {
    padding-right: 16px;
    color: #fff;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #e6e4e4;
    border-top: none;
}

.panel {
    box-shadow: none;
}

.panel-group .panel {
    border-radius: 0;
    background-color: transparent;
}

.panel-default > .panel-heading {
    background-color: transparent;
    color: inherit;
    position: relative;
    border: none;
    border-radius: 0;
    padding: 0;
}

.panel-default {
    border-color: transparent;
}

.panel-group .panel + .panel {
    margin-top: 20px;
}

.panel-body {
    border: 1px solid transparent;
}

.panel-body .media-left {
    padding-top: 8px;
    padding-right: 28px;
}

.panel-body .media-left .img-circle {
    max-width: 50px;
}

.panel-body .media-left img {
    max-width: none;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    padding: 13px 30px;
    border-radius: 0px;
}

/*progress bars*/
p + .progress {
    margin-top: -10px;
}

.progress {
    overflow: hidden;
    height: 40px;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.progress-bar {
    background-color: #272a68;
    color: inherit;
    box-shadow: none;
    height: 40px;
}

.progress-bar span {
    position: relative;
    color: #ffffff;
    top: 10px;
    font-size: 0.9em;
}

.progress-bar-info {
    background-color: #8aa5ec;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.alert {
    border-radius: 0;
    border-width: 0 0 0 4px;
    padding: 30px;
}

.media {
    margin-top: 18px;
}

.media .media-object {
    max-width: 100px;
}

/*nav*/
.nav > li > a {
    color: #fff;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: inherit;
}

/*tabs*/
.tab-content {
    border-radius: 0 0 0 0;
    padding: 25px 30px;
    box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.1);
}

.tab-content.no-shadow {
    padding: 25px 0 0;
    border: none;
    box-shadow: none;
}

.tab-content.top-color-border {
    position: relative;
    border-bottom: 3px solid #272a68;
}

.tab-content.top-color-border:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    height: 6px;
    background-color: #272a68;
}

.tab-content .featured-tab-image {
    margin: -25px -30px 25px -30px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid rgba(51, 51, 51, 0.1);
}

.nav-tabs {
    border-bottom: none;
    margin-top: 0px;
    margin-bottom: -1px;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 30px;
    margin-right: 1px;
    margin-top: 0px;
    border: none;
    border: 1px solid #e6e4e4;
    color: #a4a4a4;
    border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-color: transparent;
    background-color: #272a68;
    color: #fff;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > .active > a {
    border-color: transparent;
    background-color: #272a68;
    color: #fff;
}

/*vertical tabs*/
.vertical-tabs .tab-content.no-border {
    padding-top: 0;
}

.vertical-tabs .nav > li > a {
    background-color: #fff;
    color: #ffffff;
    padding: 18px 60px 18px 40px;
    margin-bottom: 10px;
    position: relative;
}

.vertical-tabs .nav > li > a i {
    position: relative;
    top: 1px;
    padding-right: 12px;
}

.vertical-tabs .nav > li > a:after {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'rt-icons-2';
    content: "\e7c5";
    position: absolute;
    font-size: 12px;
    line-height: 58px;
    text-align: center;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0;
}

.vertical-tabs .nav > li.active a,
.vertical-tabs .nav > li > a:hover {
    background-color: #272a68;
}

@media (min-width: 768px) {
    .vertical-tabs .nav > li.active {
        position: relative;
        z-index: 2;
    }
}

/*bs buttons*/
.btn {
    padding: 18px 30px;
    text-transform: uppercase;
    margin: 0 2px 6px 0;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.btn:hover, .btn:focus {
    outline: none;
}

li.media:before,
li.media:after {
    display: block;
    content: '';
    clear: both;
}

/* dropdown menu */
.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #272a68;
    z-index: 1001;
    font-size: 16px;
    margin-top: 0;
}

[class*="right"] .dropdown-menu {
    right: 0;
    left: auto;
}

@media (min-width: 1600px) {
    [class*="right"] .dropdown-menu {
        right: auto;
        left: 0;
    }
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 13px 8px;
    border-color: rgba(51, 51, 51, 0.1);
}

.table {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.table td + td {
    border-left: 1px solid rgba(51, 51, 51, 0.1);
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.table-responsive {
    border: none;
}

.well {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.embed-responsive-3by2 {
    padding-bottom: 66.666%;
}

.embed-placeholder:before {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    content: "\e696";
    font-family: 'rt-icons-2';
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -5px;
}

.embed-placeholder:hover:before {
    opacity: 0.4;
}

.media-left {
    padding-right: 20px;
}

/*
**vertical margins and paddings
*/
/*same top and bottom paddings for sections*/
.section_padding_0 > [class*="container"] {
    padding-top: 0;
    padding-bottom: 0;
}

.section_padding_15 > [class*="container"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section_padding_25 > [class*="container"] {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section_padding_50 > [class*="container"] {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_65 > [class*="container"] {
    padding-top: 65px;
    padding-bottom: 65px;
}

.section_padding_75 > [class*="container"] {
    padding-top: 75px;
    padding-bottom: 75px;
}

.section_padding_90 > [class*="container"] {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section_padding_100 > [class*="container"] {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_110 > [class*="container"] {
    padding-top: 60px;
    padding-bottom: 50px;
}

/*top paddings for sections*/
.section_padding_top_0 > [class*="container"] {
    padding-top: 0;
}

.section_padding_top_5 > [class*="container"] {
    padding-top: 5px;
}

.section_padding_top_15 > [class*="container"] {
    padding-top: 15px;
}

.section_padding_top_25 > [class*="container"] {
    padding-top: 25px;
}

.section_padding_top_30 > [class*="container"] {
    padding-top: 30px;
}

.section_padding_top_40 > [class*="container"] {
    padding-top: 40px;
}

.section_padding_top_50 > [class*="container"] {
    padding-top: 50px;
}

.section_padding_top_65 > [class*="container"] {
    padding-top: 65px;
}

.section_padding_top_75 > [class*="container"] {
    padding-top: 75px;
}

.section_padding_top_90 > [class*="container"] {
    padding-top: 90px;
}

.section_padding_top_100 > [class*="container"] {
    padding-top: 100px;
}

.section_padding_top_110 > [class*="container"] {
    padding-top: 50px;
}

/*bottom paddings for sections*/
.section_padding_bottom_0 > [class*="container"] {
    padding-bottom: 0;
}

.section_padding_bottom_5 > [class*="container"] {
    padding-bottom: 5px;
}

.section_padding_bottom_15 > [class*="container"] {
    padding-bottom: 15px;
}

.section_padding_bottom_25 > [class*="container"] {
    padding-bottom: 25px;
}

.section_padding_bottom_30 > [class*="container"] {
    padding-bottom: 30px;
}

.section_padding_bottom_40 > [class*="container"] {
    padding-bottom: 40px;
}

.section_padding_bottom_50 > [class*="container"] {
    padding-bottom: 50px;
}

.section_padding_bottom_65 > [class*="container"] {
    padding-bottom: 65px;
}

.section_padding_bottom_75 > [class*="container"] {
    padding-bottom: 35px;
}

.section_padding_bottom_90 > [class*="container"] {
    padding-bottom: 90px;
}

.section_padding_bottom_100 > [class*="container"] {
    padding-bottom: 50px;
}

.section_padding_bottom_110 > [class*="container"] {
    padding-bottom: 110px;
}

.section_padding_bottom_120 > [class*="container"] {
    padding-bottom: 120px;
}

/* margins inside sections */
[class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    aside {
        margin-top: 60px !important;
    }
}

[class*="columns_margin_0"] [class*="col-"],
header [class*="col-"] {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0;
}

.columns_padding_1 [class*="col-"] {
    margin-top: 0;
    margin-bottom: 1px;
}

.columns_padding_2 [class*="col-"] {
    margin-top: 1px;
    margin-bottom: 1px;
}

.columns_padding_5 [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.columns_padding_0 [class*="col-"] {
    padding: 0;
}

.columns_padding_1 [class*="col-"] {
    padding-left: 0;
    padding-right: 1px;
}

.columns_padding_2 [class*="col-"] {
    padding-left: 1px;
    padding-right: 1px;
}

.columns_padding_5 [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.columns_padding_0 > .container,
.columns_padding_1 > .container,
.columns_padding_2 > .container {
    padding-left: 30px;
    padding-right: 30px;
}

.columns_padding_5 > .container {
    padding-left: 25px;
    padding-right: 25px;
}

.columns_padding_0.table_section > .container {
    padding: 0;
}

.row.columns_padding_0 {
    margin: 0;
}

.row.columns_padding_1 {
    margin-left: 0;
    margin-right: -1px;
}

.row.columns_padding_2 {
    margin-left: -1px;
    margin-right: -1px;
}

.row.columns_padding_5 {
    margin-left: -5px;
    margin-right: -5px;
}

@media (min-width: 500px) {
    .columns_padding_25 > [class*="container"] > .row,
    .row.columns_padding_25 {
        margin-right: -25px;
        margin-left: -25px;
    }

    .columns_padding_25 > [class*="container"] > .row > [class*="col-"],
    .row.columns_padding_25 > [class*="col-"] {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

/*top and bottom margins for columns inside sections and rows */
.columns_top_margin_0 [class*="col-"],
.row.columns_top_margin_0 [class*="col-"] {
    margin-top: 0;
}

.columns_top_margin_5 [class*="col-"],
.row.columns_top_margin_5 [class*="col-"] {
    margin-top: 5px;
}

.columns_top_margin_10 [class*="col-"],
.row.columns_top_margin_10 [class*="col-"] {
    margin-top: 10px;
}

.columns_top_margin_15 [class*="col-"],
.row.columns_top_margin_15 [class*="col-"] {
    margin-top: 15px;
}

.columns_top_margin_20 [class*="col-"],
.row.columns_top_margin_20 [class*="col-"] {
    margin-top: 20px;
}

.columns_top_margin_30 [class*="col-"],
.row.columns_top_margin_30 [class*="col-"] {
    margin-top: 30px;
}

.columns_bottom_margin_0 [class*="col-"],
.row.columns_bottom_margin_0 [class*="col-"] {
    margin-bottom: 0;
}

.columns_bottom_margin_5 [class*="col-"],
.row.columns_bottom_margin_5 [class*="col-"] {
    margin-bottom: 5px;
}

.columns_bottom_margin_10 [class*="col-"],
.row.columns_bottom_margin_10 [class*="col-"] {
    margin-bottom: 10px;
}

.columns_bottom_margin_15 [class*="col-"],
.row.columns_bottom_margin_15 [class*="col-"] {
    margin-bottom: 15px;
}

.columns_bottom_margin_20 [class*="col-"],
.row.columns_bottom_margin_20 [class*="col-"] {
    margin-bottom: 20px;
}

.columns_bottom_margin_30 [class*="col-"],
.row.columns_bottom_margin_30 [class*="col-"] {
    margin-bottom: 30px;
}

/* vertical alignmetn in columns */
.table_section [class*="container"] {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.table_section .row {
    display: table;
    min-width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.table_section [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

@media screen and (max-width: 767px) {
    .table_section .row,
    .table_section [class*="col-"] {
        display: block;
        width: auto;
    }
}

@media screen and (max-width: 991px) {
    .table_section.table_section_md .row,
    .table_section.table_section_md [class*="col-"] {
        display: block;
        width: auto;
    }
}

@media screen and (max-width: 1199px) {
    .table_section.table_section_lg .row,
    .table_section.table_section_lg [class*="col-"] {
        display: block;
        width: auto;
    }
}

@media screen and (min-width: 1200px) {
    /* overlap featured person */
    .top-overlap {
        margin-top: -170px;
    }

    .top-overlap-small {
        margin-top: -100px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 500px;
    }
}

/*
**general styles
*/
html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

::-moz-selection {
    color: #ffffff;
    background-color: #272a68;
}

::selection {
    color: #ffffff;
    background-color: #272a68;
}

::-moz-selection {
    color: #ffffff;
    background-color: #272a68;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    background-color: #ffffff;
    overflow: visible;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-all;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 34px;
}

@media (max-width: 400px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 5px 0 5px 30px;
    border-left: 3px solid #272a68;
    font-size: 14px;
    font-style: italic;
}

blockquote .blockquote-meta {
    margin-top: 20px;
    font-style: normal;
}

blockquote .blockquote-meta h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: -2px;
}

.blockquote-vertical {
    margin: 0;
    padding: 30px 30px 25px;
    border-left: none;
}

@media (max-width: 400px) {
    .blockquote-vertical {
        padding: 30px 20px 25px;
    }
}

.blockquote-vertical img {
    display: block;
    max-width: 70px;
    margin: 0 auto 25px;
    margin-top: -60px;
    border-radius: 50%;
    border: 2px solid #272a68;
}

.blockquote-vertical .blockquote-meta {
    margin-top: 30px;
}

img, figure {
    max-width: 100%;
    height: auto;
}

figcaption, .entry-caption {
    padding: 3px 10px;
}

figcaption p, .entry-caption p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover {
    color: #e23751;
    text-decoration: none;
    -webkit-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

a:focus {
    outline: medium none;
    text-decoration: none;
}

a img {
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
}

hr {
    border: none;
    height: 1px;
    background-color: #333;
}

iframe {
    border: none;
    max-width: 100%;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*
**styled lists
*/
ul, ol {
    padding-left: 30px;
}

ul.list1 {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

ul.list1 li {
    position: relative;
    padding: 9px 0 10px 30px;
}

ul.list1 li > .media {
    margin: 3px 0 3px;
}

ul.list1.no-bullets li {
    padding-left: 0;
}

ul.list1.no-bullets li:before {
    display: none;
}

ul.list1 li:first-child {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

ul.list1 li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.muted_background ul.list1 li {
    border-color: rgba(255, 255, 255, 0.4);
}

ul.list1 li:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #272a68;
    left: 10px;
    top: 17px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

ul.list2 {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

ul.list2 li {
    position: relative;
    color: #8c8c8c;
    padding: 3px 0 3px 0px;
    list-style: none;
}

ul.list2 li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 13px;
    background-color: #272a68;
}

ol.list3 {
    padding-left: 15px;
}

ol.list3 li {
    padding: 3px 0 3px 0px;
}

ol.list3 li > * {
    color: #8c8c8c;
}

table {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
}

table td, table th {
    padding: 3px 0;
}

.table_template thead {
    background-color: #272a68;
    color: #fff;
}

.table_template thead.light {
    background-color: #ffffff;
}

.table_template td, .table_template th {
    padding: 18px 30px;
}

.table_template tbody tr:nth-of-type(odd) {
    background-color: rgba(238, 238, 238, 0.1);
}

.table_template tbody tr:nth-of-type(even) {
    background-color: rgba(17, 17, 17, 0.05);
}

/*icons in headings, paragraphs and buttons*/
h1 > [class*="rt-icon"],
h2 > [class*="rt-icon"],
h3 > [class*="rt-icon"],
h4 > [class*="rt-icon"],
h5 > [class*="rt-icon"],
h6 > [class*="rt-icon"] {
    font-size: 1.2em;
    position: relative;
    top: .1em;
    line-height: 0;
    padding-right: 0.1em;
}

p > [class*="rt-icon"] {
    font-size: 1.1em;
    position: relative;
    top: .05em;
    line-height: 0;
    padding: 0 0.2em;
}

p > [class*="rt-icon"] + [class*="rt-icon"] {
    margin-left: -0.75em;
}

.theme_buttons a > [class*="rt-icon"],
.theme_button > [class*="rt-icon"] {
    font-size: 1.8em;
    line-height: 0;
    position: relative;
    top: 8px;
    padding: 0 3px;
}

.theme_buttons a > [class*="glyphicon"],
.theme_buttons a > [class*="fa-"],
.theme_button > [class*="glyphicon"],
.theme_button > [class*="fa-"] {
    font-size: 1.5em;
    position: relative;
    top: 3px;
    line-height: 0;
}

/* 
**buttons 
*/
.theme_buttons a,
.theme_button {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 30px 15px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    color: #ffffff;
    border: none;
    background-color: #fff;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.theme_buttons a.border_button,
.theme_button.border_button {
    border: 2px solid transparent;
    padding: 12px 28px 13px;
}

.theme_buttons a + .theme_button,
.theme_button + .theme_button {
    margin-left: 6px;
}

.theme_buttons.color1 a,
.theme_button.color1 {
    background-color: #272a68;
}

.theme_buttons.color1 a:hover,
.theme_button.color1:hover {
    color: #272a68;
}

.theme_buttons.color2 a,
.theme_button.color2 {
    background-color: #e23751;
}

.theme_buttons.color2 a:hover,
.theme_button.color2:hover {
    color: #e23751;
}

.theme_button[class*="color"] {
    color: #fff;
}

.theme_button[class*="color"]:hover, .theme_button[class*="color"]:focus {
    background-color: #fff;
}

.theme_buttons a:active,
.theme_buttons a:hover,
.theme_buttons a:focus,
.theme_button:active,
.theme_button:hover,
.theme_button:focus {
    color: #fff;
    background-color: #f5f5f5;
    opacity: 1;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.05s linear 0s;
    transition: all 0.05s linear 0s;
}

.theme_buttons a:active,
.theme_button:active {
    top: 1px;
}

.theme_buttons.inverse a,
.theme_button.inverse {
    color: #fff;
    background-color: #f5f5f5;
}

.theme_buttons.inverse a:hover,
.theme_button.inverse:hover {
    color: #ffffff;
    background-color: #fff;
}

.muted_buttons a,
.muted_button {
    opacity: 0.2;
}

.wide_buttons a,
.wide_button {
    padding-left: 50px;
    padding-right: 50px;
}

.block_buttons a,
.block_button {
    display: block;
    width: 100%;
    text-align: center;
}

/*
**common sections styles
*/
/*parallax*/
.background_cover {
    background-size: cover;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 767px) {
    .parallax {
        background-position: 50% 0 !important;
    }
}

.parallax.ls:after {
    background-color: #ffffff;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=92)";
    filter: alpha(opacity=92);
    opacity: 0.92;
}

.parallax.ls.ms:after {
    background-color: #f5f5f5;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=88)";
    filter: alpha(opacity=88);
    opacity: 0.88;
}

.parallax.cs:after {
    background-color: #272a68;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.parallax.cs:before {
    display: none;
}

.parallax.cs.main_color2:after {
    background-color: #e23751;
}

.parallax.cs.main_color3:after {
    background-color: #16a4d6;
}

.parallax.ds:before {
    background-color: #333;
    opacity: 0.7;
}

.parallax.ds.ms:before {
    background-color: #000;
}

.parallax.ds.ms:after {
    display: none;
}

.texture_bg {
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

.muted_section:before {
    background-color: rgba(51, 51, 51, 0.1);
    opacity: 1;
}

.parallax > *,
.muted_section > *,
.radial_gradient > *,
.gradient > *,
.vertical_gradient > *,
.darken_gradient > *,
.diagonal_section > * {
    z-index: 4;
    position: relative;
}

.radial_gradient {
    position: relative;
    overflow: hidden;
}

.gradient,
.muted_section,
.vertical_gradient,
.darken_gradient {
    position: relative;
}

.muted_section:before,
.muted_section:after,
.parallax:before,
.parallax:after,
.gradient:before,
.gradient:after,
.vertical_gradient:before,
.vertical_gradient:after,
.darken_gradient:before,
.darken_gradient:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.muted_section:before,
.muted_section:after,
.parallax:before,
.parallax:after {
    opacity: 0.8;
}

.header_gradient,
.gradient:before,
.dark_gradient:before {
    background: #272a68;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #272a68), color-stop(100%, #e23751));
    background: -webkit-linear-gradient(left, #272a68 0%, #e23751 100%);
    background: linear-gradient(to right, #272a68 0%, #e23751 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$mainColor', endColorstr='$mainColor2', GradientType=1);
}

.vertical_gradient:before {
    background: #272a68;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #272a68 0%, #e23751 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #272a68 0%, #e23751 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$mainColor', endColorstr='$mainColor2', GradientType=0);
    /* IE6-9 */
}

.darken_gradient:before {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(55, 52, 47, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(55, 52, 47, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a637342f', GradientType=0);
}

/* Hero text in sections */
.section_header {
    margin: 0 0 24px;
    font-size: 36px;
    position: relative;
    word-wrap: break-word;
    text-transform: uppercase;
    font-weight: 700;
}

.section_header.big {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section_header.small {
    font-size: 42px;
    text-transform: none;
    font-weight: 300;
}

h3 + .section_header,
.big + .section_header {
    margin-top: -17px;
}

.section_header + h3 {
    margin: -22px 0 44px;
    font-size: 30px;
}

.section_header + p {
    font-size: 22px;
    margin-bottom: 28px;
    line-height: 1.5em;
}

.section_header.big + p {
    margin-bottom: 30px;
}

.text-center .section_header + p,
.section_header.text-center + p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 991px) {
    .section_header {
        font-size: 30px;
        margin-top: 0;
    }

    .section_header.text-center + p,
    .text-center .section_header + p {
        max-width: 100%;
    }

    .section_header + p {
        font-size: 1.1em;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .section_header.big {
        font-size: 36px;
        margin-top: 0;
    }
}

/*
animated elements
*/
.to_animate {
    visibility: hidden;
}

.lt-ie10 .to_animate,
.lt-ie9 .to_animate {
    visibility: visible;
}

.animated {
    /*IE7 fix*/
    visibility: visible !important;
}

/*
**boxed layout
*/
#box_wrapper, #canvas {
    overflow: visible;
    position: relative;
}

#canvas.boxed {
    padding: 1px 0;
}

#box_wrapper.container {
    overflow: hidden;
}

body.boxed {
    position: static;
    width: auto;
    height: auto;
}

.boxed .container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 500px) {
    .boxed .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.container {
    max-width: 100%;
}

@media (max-width: 767px) {
    .container {
        max-width: 500px;
    }
}

@media (min-width: 1600px) {
    #box_wrapper.container {
        width: 1560px;
    }
}

.boxed #box_wrapper.container {
    padding: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: 59px;
}

.boxed #box_wrapper.container.top-bottom-margins {
    margin-top: 80px;
    margin-bottom: 80px;
}

/**light section - .ls*/
.ls {
    background-color: #ffffff;
    color: #a4a4a4;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
    color: #333;
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
    color: inherit;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
    color: #272a68;
}

.ls a {
    color: #272a68;
}

.ls a:hover {
    color: #fff;
}

.ls .theme_buttons a,
.ls .theme_button {
    color: #ffffff;
}

.ls .theme_buttons a:hover, .ls .theme_buttons a:focus,
.ls .theme_button:hover,
.ls .theme_button:focus {
    color: #fff;
}

.ls .theme_button.inverse a,
.ls .theme_button.inverse {
    color: #fff;
}

.ls .theme_button.inverse a:hover, .ls .theme_button.inverse a:focus,
.ls .theme_button.inverse:hover,
.ls .theme_button.inverse:focus {
    color: #ffffff;
}

.ls .theme_buttons.color1 a,
.ls .theme_button.color1 {
    background-color: #272a68;
}

.ls .theme_buttons.color1 a:hover,
.ls .theme_button.color1:hover {
    color: #272a68;
}

.ls .theme_buttons.color2 a,
.ls .theme_button.color2 {
    background-color: #e23751;
}

.ls .theme_buttons.color2 a:hover,
.ls .theme_button.color2:hover {
    color: #e23751;
}

.ls .theme_button[class*="color"] {
    color: #fff;
}

.ls .theme_button[class*="color"]:hover, .ls .theme_button[class*="color"]:focus {
    background-color: #333;
    color: #fff;
}

.ls .color-icon.bg-icon {
    background-color: #f8f8f8;
}

.ls .highlight {
    color: #272a68;
}

.ls .highlight2 {
    color: #e23751;
}

.ls .greylinks a {
    color: #a4a4a4;
}

.ls .greylinks a:hover {
    color: #272a68;
}

.ls .darklinks a {
    color: #fff;
}

.ls .darklinks a:hover {
    color: #272a68;
}

.ls .pagination > li.active > a,
.ls .pagination > li.active > span,
.ls .pagination > li > a:hover,
.ls .pagination > li > span:hover,
.ls .pagination > li > a:focus,
.ls .pagination > li > span:focus {
    color: #272a68;
}

/**grey section - light section, muted section - .ls.ms*/
.ls.ms {
    background-color: #f5f5f5;
}

.ls.ms .with_background {
    background-color: #ffffff;
}

.ls.ms hr {
    background-color: #ffffff;
}

.ls.ms input[type="text"],
.ls.ms input[type="email"],
.ls.ms input[type="url"],
.ls.ms input[type="password"],
.ls.ms input[type="search"],
.ls.ms input[type="tel"],
.ls.ms textarea,
.ls.ms select,
.ls.ms .form-control {
    border-color: transparent;
    background-color: #ffffff;
}

.ls.ms .breadcrumb {
    color: #a4a4a4;
}

.ls.ms .breadcrumb a {
    color: #8b8b8b;
}

.ls.ms .breadcrumb a:hover {
    color: #272a68;
}

.ls.ms .theme_buttons a:hover, .ls.ms .theme_buttons a:focus,
.ls.ms .theme_button:hover,
.ls.ms .theme_button:focus {
    background-color: #ffffff;
}

.ls.ms .theme_button.inverse a,
.ls.ms .theme_button.inverse {
    color: #fff;
    background-color: #ffffff;
}

.ls.ms .theme_button.inverse a:hover, .ls.ms .theme_button.inverse a:focus,
.ls.ms .theme_button.inverse:hover,
.ls.ms .theme_button.inverse:focus {
    color: #ffffff;
    background-color: #fff;
}

.ls.ms .theme_button[class*="color"]:hover, .ls.ms .theme_button[class*="color"]:focus {
    background-color: #fff;
}

.ls.ms .progress {
    background-color: #ffffff;
}

/**common dark and dark muted sections - .ds and .ds.ms*/
/**darkgrey section - .ds*/
.ds {
    background-color: #fff;
    color: #a4a4a4;
}

/**dark section - .ds.ms*/
.ds.ms {
    background-color: #1e1e1e;
}

.ds {
    /* shop */
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
    color: #ffffff;
}

.ds h1 a,
.ds h2 a,
.ds h3 a,
.ds h4 a,
.ds h5 a,
.ds h6 a {
    color: #ffffff;
}

.ds h1 a:hover,
.ds h2 a:hover,
.ds h3 a:hover,
.ds h4 a:hover,
.ds h5 a:hover,
.ds h6 a:hover {
    color: #272a68;
}

.ds .ls {
    background-color: #ffffff;
    color: #a4a4a4;
}

.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
    color: #fff;
}

.ds .ls h1 a,
.ds .ls h2 a,
.ds .ls h3 a,
.ds .ls h4 a,
.ds .ls h5 a,
.ds .ls h6 a {
    color: inherit;
}

.ds .ls h1 a:hover,
.ds .ls h2 a:hover,
.ds .ls h3 a:hover,
.ds .ls h4 a:hover,
.ds .ls h5 a:hover,
.ds .ls h6 a:hover {
    color: #272a68;
}

.ds .ls a {
    color: #272a68;
}

.ds .ls a:hover {
    color: #fff;
}

.ds a {
    color: #272a68;
}

.ds a:hover {
    color: #ffffff;
}

.ds hr {
    background-color: #ffffff;
}

.ds hr.light-divider {
    background-color: rgba(255, 255, 255, 0.2);
}

.ds blockquote, .ds .blockquote {
    color: #ffffff;
}

.ds blockquote .blockquote-meta, .ds .blockquote .blockquote-meta {
    color: #a4a4a4;
}

.ds .blockquote-big:before, .ds .blockquote-big:after {
    color: #2c2c2c;
}

.ds .theme_buttons a,
.ds .theme_button {
    color: #ffffff;
}

.ds .theme_buttons a:after,
.ds .theme_button:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.02);
}

.ds .theme_buttons a:hover, .ds .theme_buttons a:focus,
.ds .theme_button:hover,
.ds .theme_button:focus {
    color: #fff;
}

.ds .theme_buttons.inverse a,
.ds .theme_button.inverse {
    background-color: #f5f5f5;
    color: #fff;
}

.ds .theme_buttons.inverse a:hover, .ds .theme_buttons.inverse a:focus,
.ds .theme_button.inverse:hover,
.ds .theme_button.inverse:focus {
    color: #ffffff;
    background-color: #fff;
}

.ds .theme_button[class*="color"] {
    color: #fff;
}

.ds .theme_button.color1:hover {
    color: #272a68;
}

.ds .theme_button.color2:hover {
    color: #e23751;
}

.ds .theme_button[class*="color"]:hover, .ds .theme_button[class*="color"]:focus {
    background-color: #ffffff;
}

.ds .border_button.color1:hover {
    border-color: #272a68;
    background-color: transparent;
}

.ds .social-icon.color-icon:hover {
    color: #ffffff;
}

.ds .muted_background,
.ds .with_background,
.ds .well {
    background-color: rgba(255, 255, 255, 0.06);
}

.ds.muted_section:before {
    background-color: rgba(255, 255, 255, 0.06);
}

.ds .with_border {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .highlight {
    color: #272a68;
}

.ds .highlight2 {
    color: #e23751;
}

.ds .grey, .ds .black {
    color: #fff;
    border-color: #ffffff;
}

.ds .highlightlinks a {
    color: #272a68;
}

.ds .highlightlinks a:hover {
    opacity: 0.5;
}

.ds .greylinks a {
    color: #a4a4a4;
}

.ds .greylinks a:hover {
    color: #272a68;
}

.ds .darklinks a {
    color: #ffffff;
}

.ds .darklinks a:hover {
    color: #272a68;
}

.ds.with_top_border:before, .ds.with_bottom_border:after {
    background-color: rgba(255, 255, 255, 0.2);
}

.ds .section_header + p {
    color: inherit;
}

.ds input[type="text"],
.ds input[type="email"],
.ds input[type="url"],
.ds input[type="password"],
.ds input[type="search"],
.ds input[type="tel"],
.ds textarea,
.ds select,
.ds .form-control {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.ds form label + [class*="icon-"] {
    color: #ffffff;
}

.ds .form-group-select:before {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .form-control:-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.ds .form-control::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.ds .form-control:-ms-input-placeholder {
    color: #a4a4a4;
}

.ds .form-control::-webkit-input-placeholder {
    color: #a4a4a4;
}

.ds .form-control:focus:-moz-placeholder {
    color: transparent;
}

.ds .form-control:focus::-moz-placeholder {
    color: transparent;
}

.ds .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.ds .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.ds .contact-form.transparent-background .form-control {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .border-paragraphs p {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .table,
.ds .table-bordered,
.ds .table th,
.ds .table td {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .table-striped > tbody > tr:nth-child(odd),
.ds .table-striped > tbody > tr:nth-child(odd) > td,
.ds .table-striped > tbody > tr:nth-child(odd) > th {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.06);
}

.ds .color-icon.bg-icon {
    background-color: #ffffff;
}

.ds .color-icon.bg-icon:hover {
    color: #ffffff;
}

.ds .color-bg-icon:hover {
    background-color: #272a68;
}

.ds .tab-content, .ds .nav-tabs > li > a {
    background-color: rgba(255, 255, 255, 0.06);
}

.ds .nav-tabs > li.active > a, .ds .nav-tabs > li.active > a:hover, .ds .nav-tabs > li.active > a:focus {
    border-color: #272a68;
    border-bottom-color: transparent;
    background-color: #272a68;
    color: #ffffff;
}

.ds .price-table.style2 {
    background-color: rgba(255, 255, 255, 0.06);
}

.ds .plan-name {
    background-color: rgba(255, 255, 255, 0.06);
}

.ds .plan-price p {
    color: #ffffff;
}

.ds .features-list .disabled:before {
    color: #ffffff;
}

.ds ul.list1 {
    color: #ffffff;
}

.ds ul.list1 li {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .testimonials-carousel .media + p {
    background-color: rgba(255, 255, 255, 0.06);
}

.ds .side-item {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .entry-excerpt {
    color: #ffffff;
}

.ds .comment-meta {
    color: #ffffff;
}

.ds .comment-meta .author_url {
    color: #ffffff;
}

.ds .comment-list article:after {
    background-color: rgba(255, 255, 255, 0.2);
}

.ds .comment-respond {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .entry-tags {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .widget_shopping_cart .cart_list,
.ds .widget_recent_entries li,
.ds .widget_recent_comments li,
.ds .widget_archive li,
.ds .widget_categories li,
.ds .widget_meta li,
.ds .widget_nav_menu li,
.ds .widget_pages li,
.ds .widget_popular_entries li {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .widget_nav_menu ul ul {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .widget_popular_entries .media-heading {
    color: #ffffff;
}

.ds .tweet_list li + li .tweet_right {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .widget_tag_cloud a {
    color: #ffffff;
}

.ds #calendar_wrap {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .widget_calendar table {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .widget_calendar tfoot td a {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .widget_calendar caption,
.ds .widget_calendar thead,
.ds .widget_calendar th {
    color: #ffffff;
}

.ds .widget_calendar tbody td a:hover {
    color: #ffffff;
}

.ds .grid-view h3:before, .ds .grid-view h3:after {
    background-color: rgba(255, 255, 255, 0.2);
}

.ds .owl-carousel.product-thumbnails .owl-nav > div:after {
    color: #ffffff;
}

.ds .ui-slider {
    background-color: rgba(255, 255, 255, 0.06);
}

.ds .ui-slider .ui-slider-handle {
    background-color: #ffffff;
}

.ds #sort_view {
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.ds #toggle_shop_view.grid-view:after, .ds #toggle_shop_view:before {
    background-color: rgba(247, 247, 247, 0.06);
}

.ds .widget_layered_nav .color-filters a:before {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .thumbnail {
    background-color: transparent;
}

.ds .thumbnail h3 a {
    color: #ffffff;
}

.ds .thumbnail .caption {
    border-color: transparent;
    background-color: rgba(252, 252, 252, 0.06);
}

.ds .progress {
    background-color: rgba(255, 255, 255, 0.2);
}

.ds .blog-accordion .panel-heading {
    background-color: rgba(255, 255, 255, 0.2);
}

.ds .panel-group .panel-heading + .panel-collapse .panel-body {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .vertical-tabs .nav > li > a {
    background-color: rgba(255, 255, 255, 0.06);
}

.ds .vertical-tabs .nav > li.active > a,
.ds .vertical-tabs .nav > li > a:hover {
    background-color: #272a68;
}

.ds .entry-meta .comments-link a {
    color: #ffffff;
}

.ds #timetable tbody th,
.ds #timetable tbody td {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .with_corners:before, .ds .with_corners:after {
    border-color: #ffffff;
}

.ds .with_corners.color_corners:before, .ds .with_corners.color_corners:after {
    border-color: #272a68;
}

.ds .with_shadow,
.ds .features-teaser.teaser:hover .teaser_icon {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}

.ds .countdown-period,
.ds .darken-font-color {
    color: #ffffff;
}

.ds .bg_teaser.light_teaser .bg_overlay {
    background-color: #fff;
}

.ds .bg_teaser.light_teaser:hover .bg_overlay,
.ds .bg_teaser.light_teaser.hover .bg_overlay {
    background-color: rgba(30, 30, 30, 0.9);
}

.ds .features-teaser.teaser:hover .teaser_icon {
    background-color: #fff;
}

.ds .info-teaser + .info-teaser {
    border-color: rgba(255, 255, 255, 0.06);
}

.ds p.item-meta .date,
.ds p.item-meta .item-comments,
.ds .widget_search .form-inline input[type="text"],
.ds .widget_mailchimp .form-inline input[type="email"] {
    border-color: rgba(255, 255, 255, 0.2);
}

.ds .widget_search .form-inline .theme_button:after,
.ds .widget_mailchimp .form-inline .theme_button:after {
    display: none;
}

.ds .flex-control-paging li a:after,
.ds .flex-control-paging li a.flex-active,
.ds .flex-control-paging li a:hover {
    background-color: #ffffff;
}

/**color section*/
.cs.main_color2 {
    background-color: #e23751;
}

.cs.main_color2 .highlight {
    color: #272a68;
}

.cs {
    background-color: #272a68;
    color: rgba(255, 255, 255, 0.8);
}

.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
    color: #ffffff;
}

.cs h1 a,
.cs h2 a,
.cs h3 a,
.cs h4 a,
.cs h5 a,
.cs h6 a {
    color: #ffffff;
}

.cs h1 a:hover,
.cs h2 a:hover,
.cs h3 a:hover,
.cs h4 a:hover,
.cs h5 a:hover,
.cs h6 a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.cs a {
    color: #ffffff;
}

.cs a:hover {
    color: #feea9a;
}

.cs blockquote, .cs .blockquote {
    border-color: #fdd535;
}

.cs .theme_buttons a.color1,
.cs .theme_button.color1 {
    background-color: #ffffff;
    color: #272a68;
}

.cs .theme_buttons a.color1:hover,
.cs .theme_button.color1:hover {
    color: #272a68;
    background-color: #fff;
}

.cs .theme_buttons a.color2:hover,
.cs .theme_button.color2:hover {
    color: #e23751;
}

.cs .theme_buttons a:hover, .cs .theme_buttons a:focus,
.cs .theme_button:hover,
.cs .theme_button:focus {
    color: #fff;
}

.cs .theme_buttons.inverse a:hover, .cs .theme_buttons.inverse a:focus,
.cs .theme_button.inverse:hover,
.cs .theme_button.inverse:focus {
    color: #ffffff;
}

section .cs .theme_buttons a,
section .cs .theme_button {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}

section .cs .theme_buttons a:hover,
section .cs .theme_button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ffffff;
}

.cs .with_background {
    background-color: rgba(255, 255, 255, 0.2);
}

.cs .with_border {
    border-color: rgba(255, 255, 255, 0.2);
}

.cs.with_top_border .container:before,
.cs.with_bottom_border .container:after {
    background-color: #fdd535;
}

.cs .section_header:before {
    background-color: #fdd535;
}

.cs .greylinks a {
    color: #ffffff;
    opacity: 0.7;
}

.cs .greylinks a:hover {
    opacity: 1;
    color: #ffffff;
}

.cs .black {
    border-color: #ffffff;
    color: #ffffff;
}

.cs .grey {
    border-color: #333;
    color: #333;
}

.cs .response,
.cs .highlight {
    color: #ffffff;
}

.cs ul.list1 li {
    border-color: rgba(255, 255, 255, 0.2);
}

.cs [class*='soc-'] {
    color: #ffffff;
    border-color: #ffffff;
}

.cs .color-icon.bg-icon {
    background-color: #ffffff;
}

.cs a.social-icon.color-bg-icon:hover {
    background-color: #fff;
}

.cs input[type="text"],
.cs input[type="email"],
.cs input[type="url"],
.cs input[type="password"],
.cs input[type="search"],
.cs input[type="tel"],
.cs textarea,
.cs select,
.cs .form-control {
    color: #ffffff;
}

.cs .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.cs .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.cs .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.cs .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.cs .form-control:focus:-moz-placeholder {
    color: transparent;
}

.cs .form-control:focus::-moz-placeholder {
    color: transparent;
}

.cs .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.cs .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.cs .ls input[type="text"],
.cs .ls input[type="email"],
.cs .ls input[type="url"],
.cs .ls input[type="password"],
.cs .ls input[type="search"],
.cs .ls input[type="tel"],
.cs .ls textarea,
.cs .ls select,
.cs .ls .form-control {
    color: #fff;
}

.cs .ls .form-control:-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.cs .ls .form-control::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.cs .ls .form-control:-ms-input-placeholder {
    color: #a4a4a4;
}

.cs .ls .form-control::-webkit-input-placeholder {
    color: #a4a4a4;
}

.cs .ls .form-control:focus:-moz-placeholder {
    color: transparent;
}

.cs .ls .form-control:focus::-moz-placeholder {
    color: transparent;
}

.cs .ls .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.cs .ls .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.cs .pagination > li > a,
.cs .pagination > li > span {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
}

.cs .pagination > li.active > a,
.cs .pagination > li.active > span,
.cs .pagination > li > a:hover,
.cs .pagination > li > span:hover,
.cs .pagination > li > a:focus,
.cs .pagination > li > span:focus {
    background-color: #ffffff;
    color: #fff;
}

.cs .widget_recent_entries li + li,
.cs .widget_recent_comments li + li,
.cs .widget_archive li + li,
.cs .widget_categories li + li,
.cs .widget_meta li + li,
.cs .widget_popular_entries li + li,
.cs .widget_nav_menu li + li,
.cs .widget_pages li + li {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.cs .breadcrumb li {
    color: #ffffff;
}

.cs .breadcrumb li a {
    color: #ffffff;
}

.cs .breadcrumb li a:hover {
    color: #a4a4a4;
}


.page_toplogo .teaser {
    vertical-align: middle;
}

.page_toplogo .teaser p:first-child {
    margin-top: -1px;
    color: #272a68;
}

.page_toplogo .teaser p:last-child {
    margin-bottom: -2px;
}

.location-teaser {
    margin-left: 55px;
    margin-top: 0;
}

.location-teaser span {
    color: #ffffff;
}

.location-teaser:hover .teaser_icon.highlight {
    color: #fff;
    background-color: #272a68;
}

.location-teaser:hover span {
    color: #ffffff;
}

.header_white {
    color: #a4a4a4;
    background-color: #ffffff;
}

.header_white.affix {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.header_darkgrey {
    background-color: #fff;
}

.header_darkgrey a[class*='soc-'] {
    color: #ffffff;
}

@media (max-width: 992px) {
    .page_header_wrapper .col-sm-12 {
        min-height: 0;
    }
}

a.logo {
    display: inline-block;
    word-break: break-all;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    padding: 15px 0;
}

a.logo img + .logo_text {
    padding: 0 15px;
}

.home a.logo img,
footer a.logo img {
    max-width: 100%;
}

@media (max-width: 991px) {
    a.logo.logo_image {
        max-width: 120px;
    }
}

a.logo.bottom_logo {
    padding: 0;
    font-size: 28px;
}

a.logo.bottom_logo img {
    max-width: 100px;
}

.floating_logo a.logo {
    float: left;
    margin-right: 30px;
}

a.logo.vertical_logo {
    padding: 0;
}

a.logo.vertical_logo img {
    margin: 0 0 10px;
}

.logo-meta {
    line-height: 1.2;
    display: inline-block;
    padding: 20px 0;
}

@media (max-width: 1400px) {
    .logo + .logo-meta {
        display: none;
    }
}

.logo-meta strong {
    font-size: 20px;
}

.boxed .page_header .logo-meta {
    display: none;
}

.lt-ie9 .page_header_wrapper {
    height: auto !important;
}

.lt-ie9 .page_header_wrapper .md-hidden {
    display: inline-block;
}

.page_header {
    -webkit-transition: background 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 1000;
}

.page_header.mobile-active {
    z-index: 1002;
}

.page_header.affix {
    position: fixed;
}

.page_header.affix-bottom {
    top: 0 !important;
    position: fixed;
}

.page_header .header-button {
    display: inline-block;
    font-size: 18px;
    color: #1e1e1e;
    padding: 0 10px;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
}

@media (min-width: 1400px) {
    .page_header .header-button {
        line-height: 80px;
        height: 80px;
        padding: 0 22px;
    }
}

.page_header .header-button:hover {
    color: #fff;
}

.page_header .social-icon:last-child {
    margin-right: 20px;
}

.page_header.theme_header {
    /*margin-bottom: -80px;*/
    height: 60px;
}

@media (min-width: 992px) {
    .page_header.theme_header .row {
        margin-right: -30px;
        margin-left: -35px;
    }
}

@media (min-width: 1400px) {
    .page_header.theme_header .row {
        margin-right: -30px;
        margin-left: -40px;
    }
}

@media (min-width: 1400px) {
    .page_header.theme_header {
        height: 80px;
    }
}

.page_header.theme_header .row {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.page_mainslider .flex-custom-nav {
    opacity: 0;
}

/* Services */
.services {
    background-image: url("../images/services.jpg");
    background-position: right top;
    background-size: cover;
}

@media (max-width: 400px) {
    .service-teasers-row > div {
        float: none;
        display: block;
        width: 195px;
        margin-left: auto;
        margin-right: auto;
    }
}

.page_footer .page_social_icons a:before {
    font-size: 14px;
}

.page_footer .page_social_icons a.social-icon + a.social-icon {
    margin-left: 22px;
}

.page_footer.theme_footer,
.page_footer.theme_footer + .page_copyright {
    background-color: #020202;
}

.page_footer.theme_footer:before,
.page_footer.theme_footer + .page_copyright:before {
    display: none;
}

.page_footer .media-left i {
    display: inline-block;
    width: 14px;
}

.page_footer .media + .media {
    margin-top: 11px;
}

.page_footer.theme_footer + .page_copyright .container {
    position: relative;
}

.page_footer.theme_footer + .page_copyright .container:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.page_copyright p {
    margin: 0;
}

.page_copyright.table_section .bottom_logo img {
    margin-bottom: 0;
}

.page_copyright.parallax,
.page_footer.parallax {
    background-image: url("../images/parallax/pattern.png");
}

.ds.ms + .page_footer.ds.ms {
    background-color: #191919;
}

section .intro_section .slide_description_wrapper {
    padding-left: 60px;
    padding-right: 60px;
    right: 30px;
}

@media (max-width: 600px) {
    section .intro_section .slide_description_wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.muted_background .pagination {
    margin: 40px 40px 20px;
}

/** 
* intro_section styles
*/
/* flexslider */
.intro_section {
    position: relative;
    overflow: hidden;
    clear: both;
}

.intro_section > img {
    width: 100%;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}

.intro_section img {
    opacity: 0.4;
}

.intro_section .flexslider:before, .intro_section .flexslider:after {
    content: '';
    display: block;
    clear: both;
}

.intro_section .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.intro_section .container.nav-container {
    width: 100%;
}

.intro_section [class*="col-"] {
    position: static;
}

.intro_section .slide_description_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    font-size: 0;
    z-index: 5;
    padding: 0 80px;
}

.intro_section .slide_description_wrapper .slide_description {
    font-size: 14px;
}

.intro_section .slide_description_wrapper:before,
.intro_section .slide_description {
    display: inline-block;
    vertical-align: middle;
}

.intro_section .slide_description_wrapper:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.intro_section .big {
    font-size: 36px;
}

.intro_section .fontsize_16 {
    line-height: 30px;
}

.intro_section .top-corner {
    max-width: 120px;
}

.intro_section .top-corner div {
    margin-top: -3px;
    text-transform: uppercase;
    padding: 20px;
}

@media (max-width: 992px) {
    .intro_section {
        text-align: center;
    }

    .intro_section .nav-container {
        padding: 0;
    }

    .intro_section .flex-control-nav,
    .intro_section .flex-custom-nav {
        bottom: 40px;
        text-align: center;
    }

    .intro_section .container {
        position: static;
        width: auto;
        max-width: 100%;
    }

    .intro_section .slide_description_wrapper:before {
        display: none;
    }

    .intro_section .slide_description {
        padding: 30px 0;
        display: block;
    }

    .intro_section li .slide_description {
        padding: 30px 0 90px;
    }

    .intro_section .slide_description_wrapper {
        padding: 0;
        position: static;
    }

    .intro_section .flex-direction-nav .flex-prev {
        top: 14%;
    }

    .intro_section .flex-direction-nav .flex-next {
        top: 14%;
    }
}

/*
**main menu (min 992px) styles
*/
.sf-menu > li > a {
    text-transform: uppercase;
    font-weight: 700;
}

.sf-menu ul a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 300px) {
    /* menu layout */
    .sf-menu, .sf-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sf-menu li {
        position: relative;
    }

    .sf-menu li > ul {
        position: absolute;
        display: none;
        top: 100%;
        z-index: 101;
    }

    .sf-menu li:hover > ul,
    .sf-menu li.sfHover > ul {
        display: block;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu li > ul > li > ul {
        top: -10px;
        left: 100%;
    }

    /* menu skin */
    .sf-menu a {
        padding-top: 14px;
        padding-bottom: 13px;
        text-decoration: none;
        zoom: 1;
        /* IE7 */
        -webkit-transition-property: color, background-color, border-color;
        transition-property: color, background-color, border-color;
    }

    .sf-menu li {
        white-space: nowrap;
        /* no need for Supersubs plugin */
        *white-space: normal;
        /* ...unless you support IE7 (let it wrap) */
        -webkit-transition: background .2s;
        transition: background .2s;
    }

    .sf-menu > li {
        display: inline-block;
        position: relative;
        margin: 0 -2px;
    }

    .sf-menu > li > a {
        position: relative;
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .sf-menu > li > a {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

@media (min-width: 992px) {
    .sf-menu > li > a:before, .sf-menu > li > a:after {
        content: "";
        position: absolute;
        top: 13px;
        left: 10px;
        width: 80px;
        height: 80px;
        border: 1px solid #fff;
        border-width: 1px 0 0 1px;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .sf-menu > li > a:before, .sf-menu > li > a:after {
        top: 23px;
    }
}

@media (min-width: 992px) {
    .sf-menu > li > a:after {
        top: auto;
        left: auto;
        bottom: 13px;
        right: 10px;
        border-width: 0 1px 1px 0;
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .sf-menu > li > a:after {
        bottom: 23px;
    }
}

@media (min-width: 300px) {
    .sf-menu > li > a:hover:before, .sf-menu > li > a:hover:after {
        width: 20px;
        height: 20px;
        opacity: 1;
    }

    .theme_header .sf-menu > li > a:hover, .theme_header
    .sf-menu > li.active > a {
        color: #fff;
    }

    .sf-menu ul .sfHover > a {
        padding-left: 60px;
        padding-right: 60px;
    }

    .sf-menu ul .sfHover > a:before {
        left: 30px;
        opacity: 1;
    }

    .bordered_items .sf-menu {
        text-align: center;
    }

    .bordered_items .sf-menu > li {
        padding: 0;
    }

    .bordered_items .sf-menu > li + li:before {
        content: '';
        width: 1px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .header_white .sf-menu > li > a {
        color: #fff;
    }

    .header_white .sf-menu > li > a:hover,
    .header_white .sf-menu > li.active > a {
        color: #272a68;
    }

    .header_white .sf-menu > li + li:before {
        background-color: #f5f5f5;
    }

    .header_darkgrey .sf-menu > li > a {
        color: #ffffff;
    }

    .header_darkgrey .sf-menu > li > a:hover,
    .header_darkgrey .sf-menu > li.active > a {
        color: #272a68;
    }

    .header_gradient .sf-menu > li > a {
        color: #ffffff;
    }

    .header_gradient .sf-menu > li > a:hover,
    .header_gradient .sf-menu > li.active > a {
        color: #fff;
    }

    .sf-menu li:hover,
    .sf-menu li.sfHover {
        /* only transition out, not in */
        -webkit-transition: none;
        transition: none;
    }

    /* second and next levels */
    .sf-menu > li .mega-menu,
    .sf-menu li > ul {
        text-align: left;
        list-style: none;
        padding: 10px 0;
        background-color: #ffffff;
        min-width: 12em;
        /* allow long menu items to determine submenu width */
        *width: 12em;
        /* no auto sub width for IE7, see white-space comment below */
        border-bottom: 3px solid #272a68;
    }

    .sf-menu > li .mega-menu ul,
    .sf-menu li > ul ul {
        box-shadow: 20px 0 16px -20px rgba(0, 0, 0, 0.05) inset;
    }

    .sf-menu ul a {
        color: #333;
        padding-left: 30px;
        padding-right: 90px;
    }

    .sf-menu ul a:before {
        position: absolute;
        left: -20px;
        font-family: "Flaticon";
        content: "\f102";
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    .sf-menu .mega-menu ul {
        box-shadow: none;
        padding: 0;
    }

    .sf-menu .mega-menu ul a {
        padding-left: 0;
        padding-right: 0;
    }

    .sf-menu ul a:hover,
    .sf-menu ul li.active > a {
        color: #272a68;
        background-color: #f5f5f5;
    }

    /* third level */
    .sf-menu ul ul {
        margin-top: 0;
    }

    /*** arrows (for all except IE7) **/
    .sf-arrows .sf-with-ul {
        position: relative;
    }

    /* styling for both css and generated arrows */
    .sf-arrows .sf-with-ul:after {
        font-family: 'rt-icons-2';
        content: "\e7c5";
        padding-left: 7px;
    }

    .sf-arrows > li > .sf-with-ul:after {
        content: "";
        padding: 0;
    }

    /*top menu level*/
    /* styling for right-facing arrows */
    .sf-arrows ul .sf-with-ul:after {
        content: "\e7c5";
        font-size: 12px;
        position: absolute;
        right: 30px;
        color: #fff;
        opacity: 0.6;
    }

    .sf-arrows ul .sf-with-ul:hover:after {
        opacity: 1;
    }
}

/* common paddings */
@media (min-width: 992px) {
    .sf-menu > li > a {
        padding-left: 2px;
        padding-right: 0px;
    }

    .bordered_items .sf-menu > li > a {
        padding-right: 40px;
        padding-left: 44px;
    }
}

/* -md- paddings */
@media (min-width: 992px) and (max-width: 1199px) {
    .bordered_items .sf-menu > li > a {
        padding-right: 20px;
        padding-left: 24px;
    }

    .sf-menu > li > a {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* -lg- paddings */
@media (min-width: 1200px) {
    .boxed .col-md-6 .sf-menu > li > a {
        padding-left: 14px;
        padding-right: 14px;
    }

    .sf-menu > li > a {
        padding-left: 23px;
        padding-right: 23px;
    }
}

@media (min-width: 1400px) {
    .sf-menu > li > a {
        padding-right: 30px;
        padding-left: 29px;
    }
}

@media (min-width: 992px) {
    .sf-menu .md-hidden {
        display: none;
    }
}

@media (max-width: 991px) {
    #more-li {
        display: none;
    }
}

.sf-menu i[class] {
    padding-right: 7px;
    font-size: 1.1em;
}

.widget > h3,
.widget-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 12px;
    position: relative;
}

[class*="with_"] .widget > h3, [class*="with_"]
.widget-title {
    margin-top: -5px;
}

.widget > h3:after,
.widget-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 16px 0 20px;
    background-color: #272a68;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul ul li {
    padding-left: 20px;
}

.widget li {
    position: relative;
}

.widget .vertical-item h4 {
    font-size: 20px;
    margin: 17px 0 0;
}

.widget .vertical-item + .widget .vertical-item {
    margin-top: 16px;
}

.widget select {
    width: 100%;
    max-width: 100%;
    border: none;
    height: 40px;
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
}

.page_footer .widget li,
.page_footer .widget ul {
    border: none;
}

.page_footer .widget-title {
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .page_copyright .widget_nav_menu li, .page_topline .widget_nav_menu li {
        display: inline-block;
        position: relative;
        border: none;
        padding-right: 5px;
    }

    .page_copyright .widget_nav_menu li:before, .page_topline .widget_nav_menu li:before {
        content: '';
        position: absolute;
        padding: 0;
        left: -5px;
        top: 5px;
        bottom: 5px;
        width: 1px;
        background-color: rgba(51, 51, 51, 0.1);
        opacity: 0.3;
        display: block;
    }

    .page_copyright .widget_nav_menu li:first-child:before, .page_topline .widget_nav_menu li:first-child:before {
        display: none;
    }

    .page_copyright .widget_nav_menu a, .page_topline .widget_nav_menu a {
        padding: 0 10px;
    }

    .page_copyright .widget_nav_menu a:before, .page_topline .widget_nav_menu a:before {
        display: none;
    }
}

/*
**shortcodes
*/
/* media component with icon */
.small-teaser {
    line-height: 20px;
}

.small-teaser i {
    line-height: inherit;
}

/*teasers*/
.teaser {
    position: relative;
    overflow: visible;
}

.teaser .media-body {
    width: auto;
}

.teaser[class*="_bg_color"], .teaser[class*="with_"] {
    padding: 36px 55px;
}

@media (max-width: 500px) {
    .teaser[class*="_bg_color"], .teaser[class*="with_"] {
        padding: 16px 20px;
    }
}

.teaser [class*="_bg_color"],
.teaser .with_background {
    padding: 17px;
    margin-bottom: 2px;
    text-align: center;
}

.teaser [class*="_bg_color"] + h4,
.teaser .with_background + h4 {
    margin-top: 24px;
}

.teaser .border_icon {
    padding: 0.51em;
    min-width: 1.8em;
    border-width: 3px;
    border-style: solid;
}

.teaser i {
    min-width: 1em;
    display: inline-block;
}

.teaser h2 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 33px;
    position: relative;
    padding-bottom: 10px;
}

.teaser h2:after {
    content: '';
    position: absolute;
    width: 50px;
    margin-left: -25px;
    height: 1px;
    background-color: rgba(204, 204, 204, 0.2);
    bottom: -12px;
    left: 50%;
}

.teaser h3 {
    margin-bottom: 16px;
    font-size: 24px;
}

.teaser h4 {
    margin-bottom: 18px;
}

.teaser .media-left {
    padding-right: 20px;
}

@media (max-width: 500px) {
    .teaser .media-left {
        padding-right: 20px;
    }
}

.teaser .media-body h3 {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.teaser .media-body h4 {
    margin-bottom: 6px;
}

@media (max-width: 500px) {
    .teaser h2, .teaser h3, .teaser h4 {
        font-size: 1.4em;
    }

    .teaser h2 span, .teaser h3 span, .teaser h4 span {
        font-size: 1.2em;
    }
}

.teaser [class*="count"] {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 0;
}

.teaser [class*="count"] + p {
    margin: 17px 0 21px;
}

.teaser .theme_button {
    margin: 10px 0 0;
}

.section_padding_bottom_0 .teaser {
    margin-bottom: 0;
}

.teaser_icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.teaser_icon + p {
    margin-top: 15px;
}

.teaser:hover .teaser_icon {
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}

.size_big {
    font-size: 60px;
}

.size_normal {
    font-size: 40px;
}

.size_small {
    font-size: 24px;
}

.small-icon-media .media-left i {
    display: inline-block;
    width: 14px;
}

/*horizontal teaser*/
.teaser.table_section {
    margin-top: 26px;
}

.teaser.table_section + .teaser.table_section {
    margin-top: 70px;
}

@media (min-width: 768px) {
    .teaser.table_section [class*="col-"] * {
        margin: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .teaser.table_section [class*="col-"] * {
        text-align: center;
    }
}

/* background teaser */
.bg_teaser {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    color: #ffffff;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    overflow: hidden;
}

.bg_teaser .bg_overlay {
    position: absolute;
    width: 100%;
    height: 1000px;
    background-color: #ffffff;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.bg_teaser.light_teaser:hover, .bg_teaser.light_teaser.hover {
    -webkit-transition: all 0.05s linear 0s;
    transition: all 0.05s linear 0s;
}

.bg_teaser.light_teaser:hover .bg_overlay, .bg_teaser.light_teaser.hover .bg_overlay {
    background-color: rgba(245, 245, 245, 0.9);
    -webkit-transition: all 0.05s linear 0s;
    transition: all 0.05s linear 0s;
}

.bg_teaser.with_shadow:hover, .bg_teaser.with_shadow.hover {
    box-shadow: none;
}

.bg_teaser .highlight {
    color: #ffffff;
}

.bg_teaser h4 + h3 {
    margin-top: -14px;
    font-size: 50px;
}

.bg_teaser.rectangular .teaser_content {
    padding: 200px 30px 50px;
}

.bg_teaser.rectangular .teaser_content h3 {
    font-size: 40px;
}

.bg_teaser > img {
    display: none;
    visibility: hidden;
}

.bg_teaser .teaser_content {
    margin: 0;
    padding: 45px 35px;
    z-index: 2;
}

.bg_teaser .teaser_content > .media-left {
    padding-right: 35px;
}

.bg_teaser .teaser_content.media {
    padding: 75px 40px 60px;
}

@media (max-width: 400px) {
    .bg_teaser .teaser_content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.bg_teaser.small_corners .teaser_content {
    padding: 30px 30px;
}

.service-teaser {
    min-height: 165px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.service-teaser .teaser_content {
    padding: 30px;
}

.service-teaser:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.service-teaser .darklinks a:hover {
    color: #272a68;
}

.color_bg_1 .bg_overlay {
    background-color: rgba(252, 202, 3, 0.85);
}

.color_bg_2 .bg_overlay {
    background-color: rgba(22, 164, 214, 0.9);
}

.color_bg_3 .bg_overlay {
    background-color: rgba(226, 55, 81, 0.9);
}

.darkgrey_bg .bg_overlay {
    background-color: rgba(51, 51, 51, 0.8);
}

/*contacts*/
.contact-form-container {
    background-image: url("../images/contact-form.png");
    background-position: center;
    background-repeat: no-repeat;
}

.contact-form {
    position: relative;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}

.contact-form label[for] {
    display: none;
}

.contact-form textarea {
    max-height: 140px;
}

.contact-form.fullwidth-form {
    max-width: 100%;
}

.contact-form-respond {
    display: block;
    font-weight: 800;
}

.contact-form-respond:before {
    font-family: 'rt-icons-2';
    content: "\e71a";
    padding-right: 10px;
}

.contact-form p {
    margin-bottom: 10px;
    position: relative;
}

.contact-form-submit .theme_button {
    margin-right: 6px;
}

.contact-form.transparent-background .form-control {
    background-color: transparent;
}

.contact-email {
    font-size: 40px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .contact-email {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .contact-form.parallax {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
}

.border-paragraphs {
    margin: 25px 0 25px;
}

.border-paragraphs p {
    padding: 9px 0 10px;
    margin: 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.border-paragraphs p:first-child {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.round {
    border-radius: 50%;
}

.inline-block {
    display: inline-block;
    max-width: 100%;
}

.with_padding {
    padding: 30px;
}

.with_shadow {
    box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.1);
}

.with_bottom_border {
    border-bottom: 3px solid #272a68;
}

.with_color_border {
    border: 2px solid #272a68;
}

.with_corners,
.cornered-heading {
    position: relative;
}

.with_corners > *,
.cornered-heading > * {
    position: relative;
    z-index: 3;
}

.with_corners > .bg_overlay,
.cornered-heading > .bg_overlay {
    z-index: 1;
}

.with_corners:before, .with_corners:after,
.cornered-heading:before,
.cornered-heading:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #272a68;
    z-index: 2;
}

.with_corners:before,
.cornered-heading:before {
    top: -15px;
    left: -22px;
    border-width: 2px 0 0 2px;
}

.with_corners:after,
.cornered-heading:after {
    bottom: -15px;
    right: -22px;
    border-width: 0 2px 2px 0;
}

.with_corners.image_corners > * {
    z-index: 0;
}

.with_corners.image_corners:before, .with_corners.image_corners:after {
    z-index: 1;
    width: 100px;
    height: 100px;
    border-color: #272a68;
}

@media (max-width: 460px) {
    .with_corners.image_corners:before, .with_corners.image_corners:after {
        width: 60px;
        height: 60px;
    }
}

.with_corners.image_corners:after {
    bottom: -20px;
    right: -20px;
}

@media (max-width: 540px) {
    .with_corners.image_corners:before {
        top: 15px;
        left: 15px;
    }

    .with_corners.image_corners:after {
        bottom: -15px;
        right: -15px;
    }
}

.cornered-heading {
    margin-top: -8px;
    display: inline-block;
    max-width: 95%;
    margin-right: 22px;
    margin-left: 22px;
}

.cornered-heading h2 {
    margin-bottom: 2px;
    line-height: 1.3;
}

.cornered-heading span + h2 {
    margin-top: 2px;
    margin-bottom: -2px;
}

@media (min-width: 992px) {
    .cornered-heading.media-topmargin {
        margin-top: -8px;
    }
}

@media (min-width: 992px) {
    .cornered-heading {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 460px) {
    .cornered-heading.center-heading:before {
        left: -49px;
    }

    .cornered-heading.center-heading:after {
        right: -49px;
    }
}

.with_corners:before, .with_corners:after {
    border-color: #333;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.with_corners:before {
    top: 20px;
    left: 20px;
}

.with_corners:after {
    bottom: 20px;
    right: 20px;
}

.with_corners.small_corners:before, .with_corners.small_corners:after {
    width: 30px;
    height: 30px;
}

.with_corners.small_corners:before {
    top: 10px;
    left: 10px;
}

.with_corners.small_corners:after {
    bottom: 10px;
    right: 10px;
}

.with_corners.small_corners.hover_corners:before, .with_corners.small_corners.hover_corners:after {
    width: 100px;
    height: 100px;
    opacity: 0;
}

.with_corners.small_corners.hover_corners:hover:before, .with_corners.small_corners.hover_corners:hover:after {
    width: 30px;
    height: 30px;
    opacity: 1;
}

.table_section_content {
    padding: 30px 50px;
}

.table_section_content h3 {
    font-size: 42px;
    font-weight: 300;
    margin: 0 0 32px;
}

.with_background {
    background-color: #f5f5f5;
}

.muted_background {
    background-color: rgba(51, 51, 51, 0.06);
}

.with_border {
    border: 1px solid #f5f5f5;
}

.cornered-block {
    position: relative;
    padding: 45px 50px;
    max-width: 890px;
    margin: auto;
}

@media (max-width: 500px) {
    .cornered-block {
        padding: 20px;
    }
}

.cornered-block .bottom-corners:before,
.cornered-block .bottom-corners:after, .cornered-block:before, .cornered-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    border-bottom: none;
}

.cornered-block .bottom-corners:before,
.cornered-block .bottom-corners:after {
    top: auto;
    bottom: 0;
    border: 2px solid #ffffff;
    border-top: none;
}

.cornered-block:before,
.cornered-block .bottom-corners:before {
    border-right: none;
}

.cornered-block:after,
.cornered-block .bottom-corners:after {
    left: auto;
    right: 0;
    border-left: none;
}

.before_cover,
.after_cover,
.before_cover > *,
.after_cover > * {
    position: relative;
    z-index: 2;
}

.before_cover:before,
.after_cover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.top-corner {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}

.big {
    font-size: 42px;
    line-height: 0.9;
}

.response,
.highlight {
    color: #272a68;
    border-color: #272a68;
}

.highlight2 {
    color: #e23751;
    border-color: #e23751;
}

.red, .required {
    color: #fa5c5d;
}

.black {
    color: #1e1e1e;
    border-color: #1e1e1e;
}

.grey {
    color: #333;
    border-color: #333;
}

.darken-font-color {
    color: rgba(48, 48, 48, 0.8);
}

.fontcolor {
    color: #a4a4a4;
}

.greylinks a {
    color: #a4a4a4;
}

.darklinks a {
    color: #333;
}

.thin {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.extra-bold {
    font-weight: 900;
}

.quotesign {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 1;
}

.quotesign:before {
    font-size: 150px;
    font-family: 'PT Sans', sans-serif;
    content: '‘‘';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

.light_bg_color {
    background-color: #ffffff;
}

.main_bg_color {
    color: #ffffff;
    background-color: #272a68;
}

/*dividers, margins and paddings*/
.divider_20 {
    margin: 20px 0;
}

.divider_30 {
    margin: 30px 0;
}

.divider_40 {
    margin: 40px 0;
}

.divider_2_40 {
    height: 2px;
    width: 40px;
}

.divider_3_60 {
    height: 3px;
    width: 60px;
}

.light-divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.margin_0 {
    margin: 0 !important;
}

.topmargin_0 {
    margin-top: 0 !important;
}

.topmargin_1 {
    margin-top: 1px;
}

.topmargin_5 {
    margin-top: 5px;
}

.topmargin_10 {
    margin-top: 10px;
}

.topmargin_15 {
    margin-top: 15px;
}

.topmargin_20 {
    margin-top: 20px;
}

.topmargin_25 {
    margin-top: 25px;
}

.topmargin_30 {
    margin-top: 30px;
}

.topmargin_35 {
    margin-top: 35px;
}

.topmargin_40 {
    margin-top: 40px;
}

.topmargin_50 {
    margin-top: 50px;
}

.topmargin_60 {
    margin-top: 60px;
}

.topmargin_80 {
    margin-top: 80px;
}

.bottommargin_0 {
    margin-bottom: 0 !important;
}

.bottommargin_5 {
    margin-bottom: 5px;
}

.bottommargin_10 {
    margin-bottom: 10px;
}

.bottommargin_15 {
    margin-bottom: 15px;
}

.bottommargin_20 {
    margin-bottom: 20px;
}

.bottommargin_25 {
    margin-bottom: 25px;
}

.bottommargin_30 {
    margin-bottom: 30px;
}

.bottommargin_40 {
    margin-bottom: 40px;
}

.bottommargin_45 {
    margin-bottom: 45px;
}

.bottommargin_50 {
    margin-bottom: 50px;
}

.bottommargin_55 {
    margin-bottom: 55px;
}

.bottommargin_60 {
    margin-bottom: 60px;
}

.bottommargin_65 {
    margin-bottom: 65px;
}

.bottommargin_70 {
    margin-bottom: 70px;
}

.leftmargin_10 {
    margin-left: 10px;
}

.leftmargin_20 {
    margin-left: 20px;
}

.leftmargin_30 {
    margin-left: 30px;
}

.leftmargin_40 {
    margin-left: 40px;
}

.leftmargin_50 {
    margin-left: 50px;
}

.leftmargin_60 {
    margin-left: 60px;
}

.rightmargin_10 {
    margin-right: 10px;
}

.rightmargin_20 {
    margin-right: 20px;
}

.rightmargin_30 {
    margin-right: 30px;
}

.rightmargin_40 {
    margin-right: 40px;
}

.rightmargin_50 {
    margin-right: 50px;
}

.rightmargin_60 {
    margin-right: 60px;
}

.padding_0 {
    padding: 0;
}

.padding_10 {
    padding: 10px;
}

.padding_20 {
    padding: 20px;
}

.padding_30 {
    padding: 30px;
}

.padding_40 {
    padding: 40px;
}

.toppadding_10 {
    padding-top: 10px;
}

.toppadding_20 {
    padding-top: 20px;
}

.toppadding_30 {
    padding-top: 30px;
}

.toppadding_40 {
    padding-top: 40px;
}

.toppadding_50 {
    padding-top: 50px;
}

.toppadding_60 {
    padding-top: 60px;
}

.bottompadding_10 {
    padding-bottom: 10px;
}

.bottompadding_20 {
    padding-bottom: 20px;
}

.bottompadding_30 {
    padding-bottom: 30px;
}

.bottompadding_40 {
    padding-bottom: 40px;
}

.bottompadding_50 {
    padding-bottom: 50px;
}

.bottompadding_60 {
    padding-bottom: 60px;
}

.leftpadding_10 {
    padding-left: 10px;
}

.leftpadding_20 {
    padding-left: 20px;
}

.leftpadding_30 {
    padding-left: 30px;
}

.leftpadding_40 {
    padding-left: 40px;
}

.leftpadding_50 {
    padding-left: 50px;
}

.leftpadding_60 {
    padding-left: 60px;
}

.rightpadding_10 {
    padding-right: 10px;
}

.rightpadding_20 {
    padding-right: 20px;
}

.rightpadding_30 {
    padding-right: 30px;
}

.rightpadding_40 {
    padding-right: 40px;
}

.rightpadding_50 {
    padding-right: 50px;
}

.rightpadding_60 {
    padding-right: 60px;
}

.fontsize_12 {
    font-size: 12px;
}

.fontsize_16 {
    font-size: 16px;
}

.fontsize_18 {
    font-size: 18px;
}

.fontsize_20 {
    font-size: 20px;
}

.fontsize_24 {
    font-size: 24px;
}

.fontsize_26 {
    font-size: 26px;
}

.fontsize_32 {
    font-size: 32px;
}

.fontsize_36 {
    font-size: 36px;
}

.nowrap {
    white-space: nowrap;
}

.raleway {
    font-family: 'Raleway', sans-serif;
}

@media (min-width: 1200px) {
    .text-lg-right {
        text-align: right;
    }

    .text-lg-left {
        text-align: left;
    }

    .text-lg-center {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .text-md-right {
        text-align: right;
    }

    .text-md-left {
        text-align: left;
    }

    .text-md-center {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .text-sm-right {
        text-align: right;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-center {
        text-align: center;
    }

}

@media (max-width: 767px) {
    .text-xs-right {
        text-align: right;
    }

    .text-xs-left {
        text-align: left;
    }

    .text-xs-center {
        text-align: center;
    }

    .not_found {
        font-size: 150px;
    }
}

@media (max-width: 500px) {
    .hidden-xxs {
        display: none;
    }
}

.comment .star-rating {
    display: inline-block;
    top: 5px;
    margin-left: 10px;
}

.stars {
    position: relative;
}

.stars a {
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    text-indent: -9999px;
    position: relative;
    border-bottom: 2px solid transparent;
    color: #272a68;
    letter-spacing: 0.1em;
}

.stars a.active {
    border-bottom: 1px solid #272a68;
}

.stars a:after {
    font-family: "rt-icons-2";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.stars a.star-1 {
    width: 2em;
}

.stars a.star-1:after {
    content: "\e7aa";
}

.stars a.star-2 {
    width: 3em;
}

.stars a.star-2:after {
    content: "\e7aa\e7aa";
}

.stars a.star-3 {
    width: 4em;
}

.stars a.star-3:after {
    content: "\e7aa\e7aa\e7aa";
}

.stars a.star-4 {
    width: 5em;
}

.stars a.star-4:after {
    content: "\e7aa\e7aa\e7aa\e7aa";
}

.stars a.star-5 {
    width: 6em;
}

.stars a.star-5:after {
    content: "\e7aa\e7aa\e7aa\e7aa\e7aa";
}

.comment-form-rating .stars span {
    display: block;
    padding: 20px 0 20px;
    text-align: center;
}

a[class*='soc-']:before {
    font-family: 'socicon';
    font-size: 18px;
}

a.social-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

a.social-icon span {
    opacity: 0.7;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

a.social-icon span:first-child {
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
}

a.social-icon [class*="rt-icon"] + span {
    font-size: 24px;
    margin-top: 8px;
    font-weight: bold;
}

a.social-icon + a.social-icon,
.tooltip + a.social-icon {
    margin-left: 16px;
}

a.social-icon.bg-icon + a.social-icon.bg-icon {
    margin-left: 7px;
}

a.social-icon.color-bg-icon + a.social-icon.color-bg-icon {
    margin-left: 1px;
}

a.social-icon.block-icon {
    width: 100%;
}

a[class*='soc-'].rounded-icon {
    border-radius: 50%;
}

.page_social_icons.darklinks a[class*="soc-"]:hover {
    color: #272a68;
}

a.social-icon {
    color: #a4a4a4;
}

a.border-icon {
    border: 1px solid #a4a4a4;
    border-color: rgba(164, 164, 164, 0.4);
    padding: 10px 11px;
    margin-bottom: 4px;
}

a.bg-icon {
    color: #ffffff;
    background-color: #a4a4a4;
    padding: 11px 12px;
    margin-bottom: 4px;
}

a.social-icon.color-icon:hover {
    color: #fff;
}

a.social-icon.bg-icon:hover {
    color: #ffffff;
}

a.color-bg-icon {
    color: #ffffff;
    background-color: #fff;
    margin-bottom: 4px;
    padding: 11px 12px;
}

a.social-icon.color-bg-icon:hover {
    background-color: #272a68;
    color: #ffffff;
}
.slides {
    padding-left: 0;
    background: #333;
}
.slides li{
    list-style: none;
}
.footer-links ul li {
padding-bottom: 10px;
}
.footer-links ul li a i {
    font-size: 12px;
}
.footer-links ul li a{
    color: #a4a4a4;
}
@media (max-width: 500px) {
    .nav > li > a {
        padding: 10px 12px;
    }
    .sf-menu li > ul {
        right: -95px;
    }
}
.page_breadcrumbs.parallax {
    background-image: url(../images/parallax/breadcrumbs.jpg);
}


.client-item {
    position: relative;
    text-align: center;
    padding: 25px;
    border: 1px solid #e6e4e4;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.client-item img {
    margin: auto;
}

.client-item .media-links:before {
    display: none;
}

.client-item:hover {
    border-color: transparent;
    box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.1);
}
.alignleft {
    float: left;
    margin: 5px 30px 25px 0;
    max-width: 50%;
}