@charset "UTF-8";

/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.social-menu-widget {
    padding: 0;
    margin: 0 auto;
    display: table;
    text-align: center;
}

.widget-area .widget_fp_social a,
.social-menu-widget a,
.social-menu-widget a:hover {
    color: #d65050;
}

.social-menu-widget li {
    display: inline-block;
    padding: 5px 20px;
    list-style: none;
    line-height: 1;
}

.widget-area .widget_fp_social div ul li {
    padding: 5px 10px;
    line-height: 1;
}

.social-menu-widget a {
    text-decoration: none;
}

.social-widget li a::before,
.social-menu-widget a:before {
    font-family: FontAwesome;
    color: inherit;
}

.social-menu-widget li a,
.social-widget a {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.social-menu-widget li a:hover,
.social-widget a:hover {
}

.social-menu-widget a:before {
    font-size: 50px;
    text-shadow: 0 0 1px #222;
}

.widget-area .widget_fp_social a:before {
    font-size: 34px;
}

.social-menu-widget a[href*="twitter.com"]::before {
    content: '\f099';
}

.social-menu-widget a[href*="facebook.com"]::before {
    content: '\f09a';
}

.social-menu-widget a[href*="plus.google.com"]::before {
    content: '\f0d5';
}

.social-menu-widget a[href*="google.com/+"]::before {
    content: '\f0d5';
}

.social-menu-widget a[href*="dribbble.com"]::before {
    content: '\f17d';
}

.social-menu-widget a[href*="pinterest.com"]::before {
    content: '\f231';
}

.social-menu-widget a[href*="youtube.com"]::before {
    content: '\f167';
}

.social-menu-widget a[href*="flickr.com"]::before {
    content: '\f16e';
}

.social-menu-widget a[href*="vimeo.com"]::before {
    content: '\f194';
}

.social-menu-widget a[href*="instagram.com"]::before {
    content: '\f16d';
}

.social-menu-widget a[href*="linkedin.com"]::before {
    content: '\f0e1';
}

.social-menu-widget a[href*="foursquare.com"]::before {
    content: '\f180';
}

.social-menu-widget a[href*="tumblr.com"]::before {
    content: '\f173';
}

.social-menu-widget a[href*="behance.net"]::before {
    content: '\f1b4';
}

.social-menu-widget a[href*="deviantart.com"]::before {
    content: '\f1bd';
}

.social-menu-widget a[href*="soundcloud.com"]::before {
    content: '\f1be';
}

.social-menu-widget a[href*="spotify.com"]::before {
    content: '\f1bc';
}

.social-menu-widget a[href*="weibo.com"]::before {
    content: '\f18a';
}

.social-menu-widget a[href*="xing.com"]::before {
    content: '\f168';
}

.social-menu-widget a[href*="trello.com"]::before {
    content: '\f181';
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.posts-navigation .nav-previous {
    padding-left: 15px;
}

.posts-navigation .nav-next {
    padding-right: 15px;
}

.post-navigation {
    margin: 30px 0 45px;
    background-color: #f7f7f7;
    padding: 30px;
    position: relative;
}

.post-navigation a {
    color: #47425d;
}

.post-navigation .nav-previous:hover span,
.post-navigation .nav-next:hover span {
    color: #47425d;
}

.post-navigation span {
    color: #c7c7c7;
    transition: color 0.3s;
}

.post-navigation .nav-previous span {
    margin-right: 10px;
}

.post-navigation .nav-previous {
    border-right: 1px solid #ebebeb;
}

.post-navigation .nav-next span {
    margin-left: 10px;
}

.navigation.pagination {
    margin-top: 30px;
}

.nav-links .page-numbers {
    background-color: #f7f7f7;
    padding: 20px;
    line-height: 1;
    display: inline-block;
    color: #443f3f;
}

.nav-links .page-numbers:not(.dots):hover,
.nav-links .page-numbers.current {
    background-color: #252525;
    color: #fff;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.single .entry-header,
.page .entry-header {
    margin-bottom: 30px;
}

.entry-footer {
    clear: left;
    margin-top: 30px;
}

.page-links {
    clear: both;
    margin: 0 0 30px;
}

.page-header {
    margin: 0;
    border: 0;
}

.page-wrap .content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
    padding: 30px;
}

.page-template-page_front-page .page-wrap .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.single .meta-post .post-cat::before {
    content: '/';
    padding: 0 10px;
}

.single .meta-post .post-cat:first-of-type::before {
    content: '';
}

.single .hentry .meta-post a {
    color: #d65050;
}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
Repeatable Patterns
--------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 16px/1.8 "Source Sans Pro", sans-serif;
    background: #fff;
    color: #767676;
}

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

a:hover,
a:focus {
    color: #443f3f;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p {
    margin-bottom: 20px;
}

.footer-widgets .widget ul,
.widget-area .widget ul {
    list-style: none;
    padding: 0;
}

.widget .children {
    padding-left: 15px;
}

.img-left {
    margin: 0 33px 0 0 !important;
    float: left;
}

.img-right {
    margin: 0 0 0 33px !important;
    float: right;
}

strong {
    font-weight: 600;
}

h1 {
    font: 52px/1.1 "Raleway", sans-serif;
}

h2 {
    font: 42px/1.1 "Raleway", sans-serif;
}

h3 {
    font: 32px/1.1 "Raleway", sans-serif;
}

h4 {
    font: 25px/1.1 "Raleway", sans-serif;
}

h5 {
    font: 20px/1.1 "Raleway", sans-serif;
}

h6 {
    font: 18px/1.1 "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #443f3f;
    font-weight: 600;
    margin: 10px 0 24px;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #443f3f !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position: relative;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: transparent;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #767676;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding: 4px 20px;
    border-radius: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    height: 120px;
    padding: 15px 20px;
}

input[type="checkbox"] {
    display: inline;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a3a2a2;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c3c3c3;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca;
}

.orches-animation {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.orches-animation.animated {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

@-webkit-keyframes pop-scale {
    0% {
        -webkit-transform: scale(0.7)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pop-scale {
    0% {
        -moz-transform: scale(0.7)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@keyframes pop-scale {
    0% {
        transform: scale(0.7)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes pop-scale2 {
    0% {
        -webkit-transform: scale(0.5)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pop-scale2 {
    0% {
        -moz-transform: scale(0.5)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@keyframes pop-scale2 {
    0% {
        transform: scale(0.5)
    }
    100% {
        transform: scale(1)
    }
}

/* bootstrap resetting elements */
.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

table {
    width: 100%;
}

th, td {
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-title {
    font-size: 32px;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover {
    color: #fff;
}

.site-logo {
    max-height: 100px;
    width: auto;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.admin-bar .site-header,
.admin-bar .site-header.float-header {
    top: 32px;
}

.admin-bar:not(.siteScrolled) .slide-item {
    background-position: 50% 0 !important;
}

.header-image {
    display: none;
    position: relative;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-inner {
    display: none;
}

.site-title {
    margin: 0;
}

.site-description {
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 1.6;
    color: #efefef;
}

.site-description:empty {
    margin: 0;
}

.site-header.fixed {
    position: fixed;
}

.site-header .col-md-4,
.site-header .col-md-8 {
    min-height: 0;
}

.site-header .logo {
    margin: 40px 0;
    float: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.site-header .logo a {
    display: block;
    height: 100%;
}

.site-header .logo {
    width: 135px;
    height: 27px;
}

.site-header.float-header {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 5px;
}

.site-header.float-header #mainnav {
    padding: 0;
}

.site-header.float-header #mainnav > ul > li > a {
    height: 70px;
    line-height: 70px;
}

.site-header.float-header .logo {
    margin: 20px 0;
}

/* navigation */
#mainnav {
    display: block;
    float: right;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav li {
    float: right;
    padding: 5px 14px;
}

#mainnav ul ul li {
    padding: 0;
}

#mainnav ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    outline: none;
}

#mainnav ul li a:hover {
    color: #d65050;
}

#mainnav ul ul a {
    width: 180px;
    font-family: "Source Sans Pro", sans-serif !important;
}

#mainnav > ul > li:last-child {
    padding-right: 0;
}

#mainnav ul li {
    position: relative;
}

#mainnav ul li ul {
    width: 180px;
    position: absolute;
    top: 100%;
    left: initial;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mainnav ul li ul ul {
    top: 0;
}

#mainnav ul li ul:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}

#mainnav ul li ul ul:after {
    top: 0;
}

#mainnav ul li ul li a{
	padding: 5px;
	
}

#mainnav ul li ul li ul {
    left: 100%;
}

#mainnav li:hover > ul {
    opacity: 1;
    padding-top: 10px;
    visibility: visible;
    left: auto;
    display: block !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mainnav li:hover > ul ul {
    padding-top: 0;
    left: 100%;
}

#mainnav .sub-menu {
    z-index: 99999;
}

#mainnav .sub-menu li a {
    color: #fff;
    display: block;
    line-height: 30px;
    background: #1c1c1c;
    padding: 0 18px;
    border-top: 1px solid #252525;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mainnav .sub-menu li:hover > a {
    color: #fff;
}

#mainnav li:hover > .sub-menu > li > a {
    padding: 8px 18px;
}

/* Icons */
#mainnav ul li::before {
    font-family: Fontawesome;
    color: #fff;
    float: left;
    margin: 5px 5px 0 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

#mainnav ul li a {
    float: left;
}

#mainnav .sub-menu li:before {
    content: '';
    margin: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
a {
    color: #d65050;
}

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

.text-color {
    color: #d65050;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #d65050;
    border: 1px solid #d65050;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: transparent;
    color: #d65050;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #d65050;
}
.btn-menu {
    color: #ffffff
}
/* navigation */
#mainnav {
    display: block;
    float: right;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainnav li {
    float: right;
    padding: 5px 14px;
}
#mainnav ul ul li {
    padding: 0;
}
#mainnav ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    outline: none;
}
#mainnav ul li a:hover {
    color: #d65050;
}
#mainnav ul ul a {
    width: 180px;
    font-family: "Source Sans Pro", sans-serif !important;
}
#mainnav > ul > li:last-child {
    padding-right: 0;
}
#mainnav ul li {
    position: relative;
}
#mainnav ul li ul {
    width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
    position: absolute;
    top: 100%;
    left: initial;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mainnav ul li ul ul {
    top: 0;
}
#mainnav ul li ul:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}
#mainnav ul li ul ul:after {
    top: 0;
}
#mainnav ul li ul li ul {
    left: 100%;
}
#mainnav li:hover > ul {
    opacity: 1;
    padding-top: 10px;
    visibility: visible;
    left: auto;
    display: block !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mainnav li:hover > ul ul {
    padding-top: 0;
    left: 100%;
}
#mainnav .sub-menu {
    z-index: 99999;
}
#mainnav .sub-menu li a {
    color: #fff;
    display: block;
    line-height: 30px;
    background: #1c1c1c;
    padding: 0 18px;
    border-top: 1px solid #252525;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mainnav .sub-menu li:hover > a {
    color: #fff;
}
#mainnav li:hover > .sub-menu > li > a {
    padding: 8px 18px;
}
/* Icons */
#mainnav ul li::before {
    font-family: Fontawesome;
    color: #fff;
    float: left;
    margin: 5px 5px 0 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}
#mainnav ul li a {
    float: left;
}
#mainnav .sub-menu li:before {
    content: '';
    margin: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#mainnav-mobi ul li a {
    float: none;
}
#mainnav-mobi ul li::before {
    content: '';
}
/*--------------------------------------------------------------
Mobile navigation
--------------------------------------------------------------*/
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top:28px;
    left: 0;
    background-color: #1c1c1c;
    margin-top: 15px;
    z-index: 1000;
}
#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainnav-mobi ul li {
    margin:0;
    position: relative;
    text-align: left;
    border-top: 1px solid #252525;
    cursor: pointer;
}
#mainnav-mobi ul > li > a {
    display: block;
    text-decoration: none;
    padding: 10px 50px;
    color: #fff;
}
#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #161625;
}
#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    position: relative;
    border-top: 1px solid #252525;
    background-color: #222;
}
#mainnav-mobi > ul > li > ul > li >  a {
    padding-left: 70px !important
}
#mainnav-mobi > ul > li > ul > li > ul > li a {
    padding-left: 90px !important
}
#mainnav-mobi ul.sub-menu > li > a {
    display: block;
    text-decoration: none;
    padding: 5px 60px;
    border-top-color: rgba(255,255,255,0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#mainnav-mobi > ul > li > ul > li:first-child a {
    border-top: none;
}
#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
    color: #fff;
}
.btn-menu {
    float: right;
    font-size: 28px;
    font-family: "FontAwesome";
    color: #fff;
    text-align:center;
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-menu:before{
    content: "\f0c9";
}
.btn-submenu {
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}
.btn-submenu:before {
    content: "\f107";
    color: #fff;
}
.btn-submenu.active:before {
    content: "\f106"
}
.btn-menu {
    display: none
}
/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
    .parallax {
        background-size: cover;
    }
}

/* Smaller than standard 980 */
@media only screen and (max-width: 991px) {
    .parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
    .footer-widgets .widget {
        margin-bottom: 50px;
    }

}

@media only screen and (max-width: 1024px) {
    .site-logo-link {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .site-header.fixed {
        position: static !important;
    }
    .site-header {
        position: static;
        background-color: rgba(0, 0, 0, 0.9);
    }

    #mainnav {
        display: none;
    }

    .btn-menu {
        display: block;
        width: 100%;
    }

}

@media only screen and (max-width: 780px) {

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }
}

/* Tablet Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center !important;
    }
}

@media only screen and (max-width: 1399px) {
    .site-header #mainnav ul li ul {
        right: 14px;
    }

    .site-header #mainnav ul li ul li ul {
        left: -100%;
    }
}

@media screen and (min-width: 1025px) {
    .header-wrap .container > .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
