/*
Theme Name: ultrabootstrap
Theme URI: http://phantomthemes.com/downloads/ultrabootstrap-premium-wordpress-theme/
Author: phantomthemes
Author URI: http://phantomthemes.com
Description: Ultrabootstrap is a multipurpose Free WordPress Theme for bloggers & artist. It consists of Featured Slider, Featured Posts, custom background, custom color and welcome message in Homepage layout. The theme can be customized from the Theme Options of Customizer. Blog page with right-sidebar. You may download this awesome and light weight theme. More detail of theme availabe in readme.txt file. for support http://phantomthemes.com/support/ or view demo http://phantomthemes.com/view?theme=UltraBootstrap
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultrabootstrap
Tags: right-sidebar, theme-options, featured-images,rtl-language-support,grid-layout, editor-style, custom-header, threaded-comments, custom-background, custom-colors, blog, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ultrabootstrap is based on Underscores http://underscores.me/, (C) 2012-2015 phantomthemes.
Ultrabootstrap is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}
a:visited {
    color: purple;
}
a:hover,
a:focus,
a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul ul li {} .main-navigation li:hover > a,
.main-navigation li.focus > a {} .main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {} .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.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%;
}
/*--------------------------------------------------------------
# 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: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. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## 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%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## Main style starts here
--------------------------------------------------------------*/

body {
    font: 300 13px/30px Roboto;
    color: #666;
    background-color: #f4f4f4;
    margin-top: 55px;
}
.btn {
    color: #fff !important;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 2px;
    padding: 5px 25px;
}
a,
a:visited {
    color: #f7b401;
    text-decoration: none;
}
a:hover {
    color: #e2e2e2;
}
img,
input,
.btn,
a,
a:hover,
a:active,
a:focus {
    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;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 0;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
}
h4,
h5,
h6 {
    font-size: 1em;
}
h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2px solid #f7911d;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #fff;
}
a.readmore {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.spacer {
    padding-top: 60px;
    padding-bottom: 60px;
}
.logged-in header .navbar-default {
    top: 32px;
}
/*header*/

header .logo-tag {
    margin: 5px 0;
}
header .logo-tag h1 {
    margin: 6px 0;
    font-size: 1.5em;
}
header .logo-tag h1 a:hover {
    text-decoration: none;
}
header .logo-tag h2 {
    margin: 0;
    color: #666;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
header .navbar-collapse {
    padding: 0;
}
header .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
}
header .navbar-form .main-search {
    position: relative;
}
header .navbar-form .main-search .btn .fa {
    font-size: 1.5em;
}
header .navbar-form .btn {
    background: #F66264;
    padding: 0 21px;
    box-shadow: none;
    border: none;
    color: #fff;
    text-shadow: none;
    line-height: 55px;
    border-radius: 0;
    outline: none !important;
}
header .navbar-form .search-box {
    position: absolute;
    right: 0;
}
header .navbar-form .search-box .well {
    border: none;
    border-radius: 0;
    padding: 10px;
    background: #fff;
    width: 250px;
}
header .navbar-form .search-box .well input {
    border: 0;
    border-radius: 0;
    background: #ddd;
    color: #000;
    font-size: 0.8em;
    width: 100%;
    box-shadow: none;
    padding: 10px;
}
header .navbar-form .nav {
    margin: 0;
}
header .navbar-default {
    background: none;
    border: none;
    margin: 0;
    background: #fff;
    /* padding: 20px 0; */
}
header .navbar-default .navbar-nav li a {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    line-height: 25px;
}
.navbar-nav>li>.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    box-shadow: none;
}
.navbar-right .dropdown-menu .dropdown-menu {
    left: 160px;
    top: -2px;
    border: none;
    border-radius: 0;
    padding: 0;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #F66062
}
/*header*/
/* theme slider */

.theme-slider .carousel-control {
    width: 5%;
    background: none;
}
.theme-slider .carousel-inner .item img {
    width: 100%;
}
.theme-slider .carousel-inner .item .slide-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.theme-slider .carousel-inner .item .slide-caption h4 {
    color: #fff;
}
.theme-slider .carousel-inner .item .slide-caption .summary {
    font-size: 1.75em;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.theme-slider .carousel-inner .item .slide-caption .summary p {
    margin: 0;
}
.theme-slider .carousel-inner .item .slide-caption .slide-caption-details {
    width: 45%;
}
.theme-slider .glyphicon-chevron-right:before,
.theme-slider .glyphicon-chevron-left:before {
    display: none;
}
/* theme slider */
/*welcome*/

.welcome {
    background: #fff;
    height: 302px;
}
.welcome div {
    height: 100%;
}
.welcome .message {
    background-color: #F66062;
    color: #fff;
    padding: 30px;
    position: relative;
}
.welcome .message h1 {
    position: absolute;
    top: 50%;
    font-size: 1.95em;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*welcome*/
/*post*/

.eq-blocks {
    margin-bottom: 30px;
}
.post-list .post-block {
    margin-bottom: 30px;
    background-color: #131625;
    overflow: hidden;
    height: 100%;
}
.post-list .post-block .summary {
    padding: 30px 30px 30px 30px;
}
.post-list .post-block img {
    transform: scale(1);
}
.post-list .post-block img:hover {
    transform: scale(1.07);
}
.post-info {
    font-size: 0.8em;
}
.post-info a {
    margin-right: 5px;
}
.post-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
    float: left;
    width: 100%;
}
.post-info ul li {
    display: inline-block;
}
/*post*/
/*navigation*/

.navigation.posts-navigation {
    clear: both;
}
.scroll-top-wrapper {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #121422;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
}
.scroll-top-wrapper:hover {
    opacity: 1;
}
footer {
    background-color: #0b0d18;
    padding: 20px 0;
    font-size: 0.8em;
}
footer .social a {
    font-size: 15px;
}
footer ul {
    margin: 0;
}
section.footers {
    background: white;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
    /*inside page*/
}
    .page-title {
        margin-bottom: 30px;
    }
    .page-title h1 {
           font-size: 2em;
    font-weight: 400;
    color: #fff;
    border-bottom: 2px solid #cf9300;
    display: inline-block;
    }
    /*inside page*/
    
    .comments-area {
        margin-top: 30px;
      /*  border-top: 1px dotted #ccc;*/
        padding-top: 30px; 
    }
    .comments-area h2 {
        margin-bottom: 15px;
    }
    .comments-area ol {
        margin: 0;
        list-style: none;
    }
    .comments-area ol.comment-list {
        padding: 0;
    }
    .comments-area ol.comment-list article {
        margin-bottom: 15px;
        background: #131625;
        padding: 15px;
        border-radius: 5px;
    }
    .comments-area footer {
        background: none;
        padding: 0;
    }
    .comments-area .comment-form label,
    .comments-area .comment-form input {
        display: block;
        font-weight: 300;
    }
    .comments-area .comment-form input,
    .comments-area .comment-form textarea {
        border: 1px solid #ddd;
        border-radius: 0;
        box-shadow: none;
        padding: 10px;
        width: 100%;
    }
    .comments-area .comment-form .form-submit input {
        background: #F66264;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        border: none;
    }
    /*widget*/
    
    .widget {
        margin-bottom: 30px;
        padding: 15px;
        background: #131625;
    }
    .widget ul,
    .widget ol {
        margin: 0;
        padding-left: 15px;
    }
    @media (max-width: 991px) {
        h1 {
            font-size: 2em;
        }
        header .navbar-default .navbar-nav>li>a {
            padding: 15px 10px;
        }
        header .logo-tag h1 {
            font-size: 1em;
            margin-top: 15px;
        }
        header .logo-tag h2 {
            font-size: 0.5em;
            letter-spacing: 1px;
        }
        .theme-slider .carousel-inner .item .slide-caption .summary {
            font-size: 1.25em;
            line-height: 20px;
        }
        .welcome {
            height: 358px;
        }
    }
    @media (max-width: 767px) {
        body {
            margin-top: 50px;
        }
        header .navbar-default .navbar-nav>li>a {
            padding: 5px 30px;
        }
        header .navbar-nav {
            display: block;
            margin-top: 0;
        }
        header .navbar-nav .dropdown-menu {
            /*margin-left: 5px;
            display: none !important;*/
			margin-left: 30px;
			position: relative!important;
			margin-bottom: 15px;
			width: 100%;
			

        }
        header .navbar-nav .open .dropdown-menu {
            display: block !important;
        }
        h4 {
            margin-bottom: 10px;
        }
        .logo-tag {
            margin-left: 15px;
        }
        .navbar-default .navbar-toggle {
            position: absolute;
            right: 0;
            /*background: #F66062;*/
            border: none;
            border-radius: 0;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border: none;
        }
        .main-search {
            display: none;
        }
        .theme-slider .carousel-inner .item .slide-caption {
            position: static;
            background: #333;
            padding: 15px 0;
            transform: translateY(0);
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            height: 155px;
        }
        .theme-slider .carousel-inner .item .slide-caption .summary {
            font-size: 1em;
            line-height: 15px;
        }
        .theme-slider .carousel-inner .item .slide-caption .slide-caption-details {
            width: 100%;
        }
        .theme-slider .carousel-control {
            display: none;
        }
        .spacer {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .welcome {
            height: inherit;
        }
        .welcome .message {
            height: 150px;
        }
        .post-list .post-block {
            height: auto;
        }
        ul {
            margin: 0;
            padding-left: 15px;
        }
    }
	
	
	
	
	
	
	
	
	
	
	
/*rex css*/	
body{    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px; margin-top:0;}
a {
    color: #f1b539;
}	
.container {
	max-width:1200px;
    width: 100%;
}

.home-slider {
    /*overflow: hidden;*/
}


.navbar-abs-top {
    position: absolute;
    width: 100%;
    background: none !important;
	z-index: 99999;
}

.fixed-top {position: fixed;}

.fixed-top  .container {
    padding: 0;
  /*  background: rgba(18, 20, 34, 0.48);*/
    border: none !important;
}
 
 .fixed-top {
    background: rgba(18, 20, 34, 0.48) !important;
}
 
 ul#menu-topmenu .active a { position: relative; background: transparent;     color: #fff;  font-weight: bold;}


ul#menu-topmenu .active a:after {content:" ";
    position: relative;
    border-bottom: 3px solid #f7b401;
    position:absolute; width:100%; left:0; right:0;
    bottom:0;
}
.navbar-abs-top ul#menu-topmenu .active a:after {bottom: -30px;}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    font-weight: bold;
    color: #f7b401;
}
 
header .navbar-default .navbar-nav li a {
    color: #fff; /* text color */
    font-family: "Roboto";
    font-size: 14px;
    padding: 10px 16px;
    margin-left: 13px;
}

div#home {/*overflow: hidden;*/}
	/*
.home-slider{background: url(images/slider-bg.jpg) 0 0 no-repeat; min-height:800px; width:100%;}*/

	.caption-wrap {
    background: transparent !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1 !important;
}
.metaslider .caption {color: #fff; font-size: 48px;font-weight: bold;height: auto;text-align: center;line-height: 120%;position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;margin: auto;max-width: 830px;background: url(images/square-bg.png) 0 0 no-repeat;background-size: contain;}

.metaslider .caption span {
    color: #f7b400;    letter-spacing: 2px;
    word-spacing: 5px;
    margin-top: 38px; 
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    clear: both;
    line-height: 100%;
}
.metaslider .caption:after{content: "";display:block;width: 70px;height: 5px;padding:0;margin:0;background-color: #f1b53a;position: absolute;right:0;top:0;}
.metaslider .caption:before{content: "";display:block;width: 70px;height: 5px;padding:0;margin:0;background-color: #f1b53a;position: absolute;right:0;bottom:0;}
.metaslider .caption {border-right: 5px solid #f1b53a;  /*   border-left: 5px solid #f1b53a;*/}


.financial-statements{background:#121422;}

h2 {color: #ffffff;font-size: 30px;}

.home section p {
    color: #777b93;
    font-size: 16px;
}


.btn-site {
    padding: 16px 50px;
    color: #f1b539 !important;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #f1b539;
    border-radius: 32px;
    text-transform: none;
}
.home section .btn-site:hover {
    background: #f0b439;
    color: #fff !important;
    box-shadow: 0px 13px 10px #000;
    border-color: #fff0b5;
    text-shadow: 1px 0px 0px #000;
}
.btn-yahoo-link:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff;
}



section#financial_statements {
    background: #121422;
    padding-top: 45px;
    padding-bottom: 45px;
}

.home section {
    padding: 105px 0;
}

.home section h2 {
    margin-bottom: 80px;
}
.black-heading{color: #121321;}

p.sub-title {
    color: #f1b539 !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
}

section#about_us {
    background-image: url(images/bg-center.png);
    background-repeat: no-repeat;
    background-position: center 0;
    position: relative;
}

section#about_us:before{background-image: url(images/bg-left.png); content:" ";position:absolute;width: 10vw;height:100vw;background-repeat:no-repeat;background-position: 0 100%;z-index: -1;/*background-size: contain;*/bottom: 0;}

section#about_us:after{background-image: url(images/bg-right.png); content: "";
    position: absolute;
    width: 100%;
    height: 30vw;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: -1;
    bottom: 0;
    width: 24vw;
    right: 0;
    background-size: contain;}

#what_block:before{background-image: url(images/block-one-top-bg.png);
    content: " ";
    position: absolute;
    width: 99vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 10vw 0;
    z-index: -1; 
    top: 0;}
#what_block:after{
    background-image: url(images/block-one-bottom-bg.png);
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100% 85%;
    z-index: -1;
    bottom: 0;
}
section#blockchain {
    position: relative;
}

section#blockchain:after{
    background-image: url(images/connection-bg-left.png);
    content: " ";
    position: absolute;
    width: 15vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
}


section#blockchain:before{
    background-image: url(images/connection-bg-right.png);
    content: " ";
    position: absolute;
    width: 20vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100% 0;
    z-index: -1;
    top: 0;
    right: 0;
}


#what_block{position: relative;padding-bottom: 0;margin-bottom: -75px;}

section#how_we_invest {
    background-image: url(images/invest-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    position: relative;    
}

section#block_one_offering {background: #121422;padding-top: 170px;padding-bottom: 60px;}

section#what_is_blockchain {
    background: #fff;
}

section#financial_statements h2 {
    color: #f7b400; /* text color */
    margin-bottom: 45px;
}

.variation {
    color: #eb1313; /* text color */
    /* font-family: "Roboto"; */
    font-size: 21px;
}

.variation span {
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 58px;
}

.price {
    color: #fff; /* text color */
    /* font-family: "Roboto"; */
    font-size: 30px;
}

p.extra-info {
    color: #fefefe; /* text color */
    font-family: "Roboto";
    font-size: 16px;
}

section#financial_statements p {
    color: #fefefe; /* text color */
    font-family: "Roboto";
    font-size: 16px;
}

.btn-yahoo-link {
    color: #f1b439 !important; /* text color */
    font-family: "Roboto";
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #f1b439;
    padding-bottom: 5px;
}

section#contact .btn-site {
    margin-top: 0;
    /* color: red !important; */
    color: #171325 !important; /* text color */
    font-family: "Roboto";
    font-size: 14px;
    font-weight: bold;
    padding: 13px 74px;
}

::-webkit-input-placeholder {color: white !important;}
::-moz-placeholder {color: white !important;}
:-ms-input-placeholder {color: white !important;}
:-moz-placeholder {color: white !important;}
 

.home section .btn-site {
    margin-top: 60px;
}

section#block_one_offering img {
    margin-top: 50px;
}

section#what_is_blockchain ul li {
    /* color: #000; */
    color: #777b93; /* text color */
    font-family: "Roboto";
    font-size: 16px;
    background: url(images/bullet.png) 0 center no-repeat;
    list-style: none;
    padding-left: 78px;
    margin-bottom: 25px;
}

section#what_is_blockchain ul {
    margin: 0 auto;
    max-width: 670px;
}

section#blockchain h2 {
    max-width: 378px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
section#contact {
    background: #121422;
}

.form-control {
     /* layer alpha */
     -moz-border-radius: 25px;
     -webkit-border-radius: 25px;
     border-radius: 25px; /* border radius */
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box; /* prevents bg color from leaking outside the border */
     background-color: #121422; /* layer fill content */
     color: #fff;
     border: 2px solid #5a5b65;
     margin-bottom: 28px;
     height: 50px;
     padding: 10px 10px 10px 30px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #121422;
    color: #fff;
    border: 2px solid #5a5b65;
    margin-bottom: 50px;
    width: 100%;
    padding: 20px 10px 10px 30px;
    height: 130px;
    resize: inherit;
}

.wpcf7-submit {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    -moz-box-shadow: 0 13px 24px rgba(247,180,1,.3); /* drop shadow */
    -webkit-box-shadow: 0 13px 24px rgba(247,180,1,.3); /* drop shadow */
    box-shadow: 0 13px 24px rgba(247,180,1,.3); /* drop shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItNzQuMjYwMzI5NzU2ODkxOCUiIHkxPSIyOTMuODc0NjI4NTk4NDElIiB4Mj0iMTc0LjI2MDMyOTc1Njg5MiUiIHkyPSItMTkzLjg3NDYyODU5ODQxJSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlYjllMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWMzM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* layer fill content */
    background-image: -moz-linear-gradient(63deg, #eb9e30 -153.5%, #f5c33f 253.5%); /* layer fill content */
    background-image: -o-linear-gradient(63deg, #eb9e30 -153.5%, #f5c33f 253.5%); /* layer fill content */
    background-image: -webkit-linear-gradient(63deg, #eb9e30 -153.5%, #f5c33f 253.5%); /* layer fill content */
    background-image: linear-gradient(27deg, #eb9e30 -153.5%, #f5c33f 253.5%); /* layer fill content */
}


textarea.wpcf7-form-control.wpcf7-textarea,
.form-control {color: #fff !important;font-size: 14px;}

.right-align {
    float: right;
    display: inline-block;
}


.blockchain-box{
background-color: #0a0c18; /* layer fill content */
-moz-box-shadow: 0 13px 24px rgba(0,0,0,.2); /* drop shadow */
-webkit-box-shadow: 0 13px 24px rgba(0,0,0,.2); /* drop shadow */
box-shadow: 0 13px 24px rgba(0,0,0,.2); /* drop shadow */
}




.blockchain-box {
    display: flex;
    padding: 30px 0;
}

.blockchain-inner-box {
    width: 25%;
}

.blockchain-inner-box {
    border-right: 1px solid #3c3d46;
    padding: 20px;
}

.blockchain-inner-box {
    /* opacity: .5; */ /* layer alpha */
    color: #97989a; /* text color */
    /* font-family: "Roboto"; */
    font-size: 14px;
}

.blockchain-inner-box h3 {
    display:inline-block;
    color: #fefefe !important; /* text color */
    font-family: "Roboto";
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    padding: 3px 20px;
    margin-bottom: 30px;
    position: relative;
}
.blockchain-inner-box{position:relative;/* display: flex; */}
.blockchain-box div:nth-child(1):before {content:"1";}
.blockchain-box div:nth-child(2):before {content:"2";}
.blockchain-box div:nth-child(3):before {content:"3";}
.blockchain-box div:nth-child(4):before {content:"4";}
.blockchain-box div:nth-child(5):before {content:"5";}

.blockchain-box div:nth-child(1):before,
.blockchain-box div:nth-child(2):before,
.blockchain-box div:nth-child(3):before,
.blockchain-box div:nth-child(4):before,
.blockchain-box div:nth-child(5):before{position:absolute;color:red;font-size:20vw;opacity: .05; /* layer alpha */font-weight:bold;color: #fff; /* text color */font-family: "Roboto";font-size: 200px;left:0;right:0;margin:auto;top: 45%;width:100%;height:100%;text-align:center;/* transform: translateY(-50%); */z-index: 0;}



.blockchain-box div:nth-child(5){border-right:none;}

.blockchain-inner-box h3:after {
    content: " ";
    background: url(images/square-bg-h3-left.png) 100% 0 no-repeat;
    position:absolute;
    right:0;
    width:100%;
    height:100%;
    top:0;
    z-index: 0;
}

.blockchain-inner-box h3:before {
    content: " ";
    background: url(images/square-bg-h3.png) 0 0 no-repeat;
    position:absolute; right:0;
    width:100%; height:100%; top:0;
     
}

.blockchain-inner-box {
    text-align: center;
}
#what_block h2.text-center {
    margin-bottom: 40px;
}
.what_block>p { margin-bottom: 75px;}


.blockchain-inner-box p {
    color: #a9a9ab !important;
    font-size: 14px;
    text-align: left;
    color: #fff; /* text color */
    font-size: 14px !important;
    margin-bottom: 0;
}

section#block_one_offering h2.text-center {
    margin-bottom: 30px;
}

section#block_one_offering p {
    margin-bottom: 70px;
}


section#contact h2 {
    margin-bottom: 30px;
}

hr {
    display: block;
    clear: both;
    opacity: .2; 
    background-color: #fffeff;
}

footer .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

footer .menu li {
    display: inline-block;
    font-family: "Roboto";
    font-size: 14px;
}

footer .menu li a {
    color: #fff;
    font-family: "Roboto";
    font-size: 14px;
    padding: 0 17px;
}

footer p {
    color: #777b93; /* text color */
    font-family: "Roboto";
    font-size: 16px;
}



footer p.pull-right a {
    color: #fff;
}

footer .menu-topmenu-container ul { margin-top: 36px;}
.navbar-abs-top .container {
    padding: 20px 0;
    border-bottom: 1px solid #455061;
}





#scroll {position: relative;    text-align: center;} 

 
.demo a {
position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    transition: opacity .3s;
    color: #fefefe;
    font-size: 14px;
    font-weight: bold; margin-left: -37px;
}
 


 


#scroll a {
    padding-top: 70px;
    padding-bottom: 28px;
}

.demo a:after {
    content: "";
    position: absolute;
    /* top: 0; */
    height: 51px;
    background: #fff;
    width: 1px;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: auto;
}

#scroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 30px;
    margin-left: -10px;
    background: url(images/scroll-btn.png) 0 0 no-repeat;
	-webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform:   translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform:   translate(0, 20px);
    opacity: .5;
  }
}
@keyframes sdb05 {
  0% {
    transform:   translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform:   translate(0, 20px);
    opacity: .5;
  }
}



body {overflow-x: hidden;}

/*responsive */
 @media(max-width:1400px){
	 
.navbar-abs-top .container { padding: 20px 15px;}

section#blockchain:after,
section#blockchain:before,
section#about_us:before{background-size:contain;}	 
 }

 @media(max-width:992px){
	 .cf-clear {
    clear: both;
}
	 .page-id-203 .spacer {
    margin-top: 0!important;
}
	 .blog main#main {
    margin-top: 0!important;
}
	 footer .menu-topmenu-container ul {display: none;}
	 .right-align {float: none;  display: block;    margin: 0 auto;}	 
	 .blockchain-box {display: flex; padding: 30px 0;  flex-wrap: wrap;  align-items: end; justify-content: center;}
	 .blockchain-inner-box {width: 50%;}
	 
	  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
		background: #fbb300;
    border: none;
    border-radius: 0;
    }
	.navbar-default .navbar-toggle .icon-bar {background-color: #000;}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.navbar-collapse.collapse.in {display: block !important;     background: rgba(0, 0, 0, 0.68);}
	ul#menu-topmenu .active a:after{display:none;}
	ul#menu-topmenu .active a{    border-bottom: 3px solid #f7b401;}
	.navbar-abs-top {position: relative;  top: 0 !important;}
	.metaslider .caption {margin: 0 10%;}
 }
 
  @media(max-width:768px){
	.metaslider .caption {font-size: 30px;}
	.metaslider .caption span {margin-top: 16px;}
	#scroll a {padding-top: 20px;   padding-bottom: 8px;}
	.demo a:after {display: none;}
	.home section h2 {margin-bottom: 40px;}
	.home section {padding: 50px 0;}
	.what_block>p {margin-bottom: 25px;}
	
	.blockchain-box {display: block;}
	.blockchain-inner-box {width: 100%; max-width: 300px; margin: 0 auto 20px; border: none; border-bottom: 1px solid #3c3d46;}
	.demo a{margin-left: -30px;}
	.variation {margin-top: 30px; }
	.variation span{margin-bottom: 30px; }
  }
  
  
  
   @media(max-width:600px){
	   .metaslider .flexslider .slides > li,
	   	 .ms-image {min-height: 300px !important;}
		 .metaslider .slides img{height:100% !important; position: absolute !important;}
  .metaslider .caption {font-size: 20px;}
  }



.main-price {
    height: 100px;
}

.price {    position: relative;
    margin-bottom: 38px;}

.price:before {
    position: absolute;
    content: " ";
    width: 100%;
    background: #121422;
    height: 30px;
    top:0;
}

.price:after {
    position: absolute;
    content: "";
    width: 100%;
    background: #121422;
    height: 30px;
}

section.page-section {
    margin-top: 70px;
}
.blog main#main {
    margin-top: 90px;
}
.single div#secondary {
    margin-top: 70px;
}
body:not(.home) .cf-for-home, .home .cf-for-inner {
    display: none;
}
textarea#comment {
    background: #131625;
    border-color: #131625;
}
.col-lg-4.col-md-6.eq-blocks {
    width: 100%!important;
    height: auto!important;
}
.post-list .post-block img {
    width: 45%;
    float: left;
}
.post-list .post-block .summary {
    width: 55%;
    float: left;
}
.single div#comments {
    display: none;
}
.archive .spacer.post-list {
    padding-top: 130px;
}
.post-list .post-block .summary.and-its-full {
    width: 100%;
}
.price {
    overflow: hidden;
}
#main_countedown_1 .time_left {
    background-color: #f7b401!important;
    color: #ffffff!important;
}
#main_countedown_1 .time_description {
    color: #ffffff!important;
}
#financial_statements div#main_countedown_1 {
    margin-top: 50px;
}
.item.skin.block.flat:nth-child(2), .item.skin.block.flat:nth-child(5) {
    margin-left: 2%!important;
    margin-right: 2%!important;
}
.team-container {
    max-width: 1170px;
    margin: 140px auto 30px;
}
.team-container h1.entry-title {
    margin-bottom: 30px;
}
.cf-pop-form {
    text-align: center;
    color: #333;
    padding: 30px;
}
.cf-pop-form h3 span {
    display: block;
    font-size: 19px;
    font-weight: 500;
}
.cf-pop-form input {
    width: 100%;
    background: #fff;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #ddd;
    font-size: 15px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    margin-top: 0;
    color: #666;
    border: 0;
}
.cf-pop-form p {
    margin: 0;
}
span.cf-ty a {
    display: block;
    color: #666;
    font-weight: 700;
}
span.cf-ty {
    border: 2px solid #398f14;
    display: none;
    color: #666;
    padding: 10px;
}
form.sent span.cf-ty {
    display: block;
}
.cf-pop-form input::-webkit-input-placeholder {
   color: #aaa!important;
}
.cf-pop-form input:-moz-placeholder { /* Firefox 18- */
   color: #aaa!important;  
}
.cf-pop-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa!important;  
}
.cf-pop-form input:-ms-input-placeholder {  
   color: #aaa!important;  
}
input#cf-send {
    box-shadow: none;
    background: #eb9e30;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.page-id-203 .spacer {
    margin-top: 80px;
}
.page-id-203 section.page-section {
    margin-top: 0;
}
.cf-single-team {
    width: 100%;
    float: left;
    padding: 30px 30px 10px 30px;
    box-sizing: border-box;
    border: 1px solid #455061;
    margin-bottom: 30px;
}

@media screen and (min-width:150px) and (max-width:767px){
.post-list .post-block img {
    width: 100%;
}
.post-list .post-block .summary {
    width: 100%;
    padding-bottom: 30px;
}
}
header .navbar-default {
    top: 0;
}
ul.dropdown-menu li a {
    background: #15172c!important;
    margin: 0!important;
}
.navbar-right .dropdown-menu {
    right: 0!important;
}
.cf-video-title-image {
    padding: 15px;
    background: #2a2c46;
    text-align: center;
    margin-bottom: 30px;
}
.cf-sep {
    width: 100%;
    margin: 11px auto 40px;
    display: block;
    float: left;
    padding: 0 15px;
    border-top: 1px solid #2a2c46;
}
.cf-full-text {
    background: url(../../uploads/2018/03/2.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 10%;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    line-height: 35px;
    text-shadow: 1px 1px 0 #000;
    margin-bottom: 50px;
}
.cf-half-text {
    padding: 15px 20px;
    background: #545773;
    min-height: 366px;
    margin-bottom: 30px;
    font-size: 17px;
}
.cf-new-cutom-color {
    padding: 15px 20px;
    min-height: 330px;
    margin-bottom: 30px;
    font-size: 17px;
    box-shadow: 0px 10px 30px #121427;
    border: 1px solid #545773;
}
.navbar-abs-top ul#menu-topmenu .current-menu-ancestor ul li.active a:after {
    bottom: 0!important;
}
.cf-vimeo-video p {
    margin: 0;
}
.cf-vimeo-video {
    text-align: center;
    padding: 30px;
    margin: 0 auto 50px;
    max-width: 660px;
    box-shadow: 0px 10px 30px #121427;
    border: 1px solid #545773;
}
.cf-vimeo-video h3 span {
    color: #cf9300;
    font-size: 39px;
    font-weight: 700;
}
.cf-span-anchor h3 span {
    color: #cf9300;
    font-size: 39px;
    font-weight: 700;
}
footer li.menu-item-163 {
    display: none;
}