/*
Theme Name: Cubewise
Theme URI: http://underscores.me/
Author: ColorElephant
Author URI: http://colorelephant.com
Description: Cubewise Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cubewise
Tags:

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.

Cubewise is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');

* {
	font-family: "aktiv-grotesk",sans-serif;
	margin: 0;
	padding: 0;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-family: "aktiv-grotesk",sans-serif;
}

body {
	margin: 0;
	font-family: "aktiv-grotesk",sans-serif;
  background: #f0f0f0;
  font-family: 'Noto Sans', sans-serif;
}

/* The ribbons */
.corner-ribbon{
	width: 400px;
    background: #e43;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    top: 50px;
    left: -50px;
    text-align: center;
    line-height: 12px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: 13px;
}
#header, #header *{
	z-index:99;
}

/* Custom styles */
.corner-ribbon.sticky{
  position: absolute;
}

/* Different positions */
.corner-ribbon.top-right{
    top: 160px;
    right: -100px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(50deg);
}
#header {
	background:#fff;
}

/* Colors */
.corner-ribbon.blue{background: #00aeef;}

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-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;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
}

/*--------------------------------------------------------------
## 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;
}

/* Custom CSS Start */

.navarea {
	/* padding:20px 0px; */
}
.navarea > div{
	background-color:#fff;
	padding:20px 0;
}

.cubewise_logo {
	height:30px;
	cursor: pointer;
	width:auto;
}
	.cubewise_logo:hover {
	opacity:0.9;
	}

#header {
	border-bottom: 1px solid #00AEEF;
}

/* MENU */ 

.navbar-nav>li>a {
	padding-top:0px !important;
	padding-bottom:0px !important;
	color: #6d6e70;
	margin-top:8px;
	font-size:14px;
	font-weight:bold;
	background:none;
}

.nav>li>a:hover, .nav>li>a:focus {
	background:none !important;
	opacity: 0.8 !important;
}

.dropdown-menu {
    background: none !important;
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    padding-top: 23px !important;
   	box-shadow:none !important;
   	-webkit-box-shadow:none !important;
}

.dropdown-menu>li>a {
    display: block;
    background: #00AEEF !important;
    padding: 12px 20px !important;
    clear: both;
    font-weight: bold !important;
    line-height: 120% !important;
    color: #fff !important;
    white-space: nowrap;
    font-size: 20px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.dropdown-menu>li {
	margin-top:-1px !important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background: url('images/arrow-right.png') no-repeat left center #00AEEF  !important;
	background-position-x:15px !important;
}
.dropdown-menu>li:last-of-type a{ 
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 5px !important;
	padding-bottom:35px !important;
	background-position-y: 30% !important;
}
.dropdown-menu>li:first-of-type a{ 
	padding-top:35px !important;
	background-position-y: 71% !important;
}

.dropdown-menu::before {
    border-bottom: 20px solid #00AEEF!important;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    display: block!important;
    left: 10%;
    position: absolute;
    top: 3px!important;
    z-index: 999999999;
}

.menu-item:hover .dropdown-menu {
    display: block;
}

/* Adjustments for the alternate styles of texts and images */
.pull {
    right: 50%;
}

.push {
    left: 50%;
}

.talignright {
	text-align:right;
}

.p20 {
}

/* Text Basics */

h1 {
    color: #6D6E70;
    font-size: 32px;
    margin: 20px 0px;
    font-weight: 300;
    line-height: 130%;
}

h2 {
    color: #00aeef;
    font-size: 27px;
    margin: 20px 0px;
    font-weight: 400;
    line-height: 130%;
}

h3 {
    color: #6D6E70;
    font-size: 25px;
    font-weight:normal;
    margin: 15px 0px;
}

h4 {
	font-size: 20px;
    font-weight: 500;
    color: #6D6E70;
}

h6 {
    font-size: 25px;
    color: #4C4C4C;
    font-weight: 300;
    line-height: 150%;
}

/* Footer */

#footer {
	background: #555;
	width:100%;
	min-height:30px;
}

.cubewise_logo_footer {
	width: 150px;
    margin: 20px 0px;
}

#footer-menu {
	list-style: none;
    margin-top: 13px;
}

#footer-menu li {
	display: inline-block;
	margin-left:15px;
}

#footer-menu li a {
	color:#fff;
	font-size:15px;
	color:#ccc;
}

/* Header of Pages */

#sub_header {
	height:225px;
	border-bottom:1px solid #eee;
	margin-bottom: 30px;
}

.header_layer {
	width:100%;
	height:225px;
	position:absolute;
}

.header_text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

h1.title_page {
	color: #6D6E70;
    font-size: 28px;
    font-weight: 300;
    width:55%;
    margin-bottom: 10px;
    margin-top: 15px;
}

h2.subtitle_page {
	color: #00aeef;
    font-size: 25px;
    width:55%;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
}

/* Buttons Overwrite */
.vc_btn3:hover {
	opacity:0.9 !important;
}
.vc_btn3.vc_btn3-style-modern, .vc_btn3-style-modern{
	background-image:none !important;
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern, .vc_btn3-color-vista-blue, .vc_btn3-color-orange, .vc_btn3-color-primary, .vc_btn3-color-danger, .vc_btn3-color-peacoc, .vc_btn3-color-sandy-brown, .vc_btn3-color-turquoise, .vc_btn3-color-chino, .vc_btn3-color-juicy-pink{
	background:#00aeef !important;
	border-color: #00aeef !important;
}

#homepage-header {
	    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center right;
}

#homepage-header .row {
	margin:20px -15px;

}

.intro_text {
	color: #6D6E70;
    font-weight: 400;
    font-size: 22px;
    font-weight: 300;
}
.btn_home {
	background:#00aeef;
	padding:8px 15px;
	font-size:19px !important;
	margin-top:20px;
	width:370px;
	color:#fff;
	cursor: pointer;
	font-size:14px;
	font-weight:600;
	border-radius:4px;
	text-decoration: none;
	line-height:130%;
	color:#fff !important;
	display: block;
	outline:0;
}

.mainhomepage {
	margin-top:30px;
}

.btn_home:hover {
	text-decoration:none;
	opacity: 0.9;
	line-height:130%;
}

.home-header-pack {
	padding-bottom:15px;
	border-bottom: 3px solid #00aeef;
}

.aligncenter {
	text-align:center !important;
}

.explainer {
	text-align: center;
    font-size: 20px;
    color: #6D6E70;
    font-weight: 300;
    height: 167px;
}
.h50 {
	    height: 50px;
}
.w100 {
	width:100%;
}
.mtb30 {
	margin:30px 0px;
}
.inner_card {
	padding:10px;
}
ol, ul {
    margin: -20px 0 -20px 40px;
    padding: 0;
    font-weight: 300;
    /*font-size: 25px;*/
    color: #4C4C4C;

}

.featherlight .featherlight-content {
	width: 90%;
    min-height: 40%;
    padding:10px 20px !important;
    background: #fff !important;
}
#registraion_step1, #registraion_step2  {
	display: block;
	position: relative;
	text-align:center;
}
#registraion_step2 {
	padding-top:20px;
	padding-bottom:20px;
}
#registraion_step_more_events {
	padding-top:20px;
	padding-bottom:20px;
}
.featherlight {
	    background: #333 !important;
}
#registraion_step3 {
	display: none;
	padding-top:20px;
	padding-bottom:40px;
	text-align: center;
}
#registraion_step4 {
	display: none;
	padding-top:10px;
	padding-bottom:30px;
	text-align: center;
}
#registraion_step1 h1 {
	text-align:center;
}

#registraion_step1 h4, #registraion_step2 h4, #registraion_step3 h4, #registraion_step_more_events h4  {
	color:#00aeef;
	text-align: center;
}
#registraion_step3 #selectors {
	
	    width: 440px;
    margin: 0 auto;
    margin-bottom:20px;
}
#gform_fields_10 {
	list-style: none;
	text-align: left;
}
#gform_fields_10 li {
	margin-top:30px;
}
#gform_fields_10 .gfield_label {
	font-size:16px !important;
	color:#00aeef !important;
}
#gform_fields_10 span>label {
	display: none !important;
}
#gform_fields_10 .gfield_label {
	display: block !important;
}
#gform_fields_10 select {
	-webkit-appearance: none;
    height: 40px;
    font-size: 14px;
    padding: 10px;
    width: 47.5% !important;
    margin-top: 10px;
    color: #777;
    background: #fff;
    border-radius: 3px;
}
#field_10_16 {
	display: none;
}
#input_10_10_2_container, #input_10_2_6, #input_10_10_4, #input_10_10_6_container {
	margin-left:3%;
}

#gform_submit_button_10 {
	margin-top:35px;
}
#gform_fields_10 input {
	height: 40px;
    font-size: 14px;
    padding: 10px;
    width:47.5% !important;
    margin-top: 10px;
    color: #333;
}
#input_10_2_3_container, #input_10_2_3_container, #input_10_2_6, #input_10_2_3 {
	width:49%;
}
.gfield_description {
	font-size:12px;
}
#gform_fields_10 .gf_left_half, #gform_fields_10 .gf_right_half {
	width:48%;
	display: inline-block;
	vertical-align: top;
}
#gform_fields_10 .gf_left_half input, #gform_fields_10 .gf_right_half input {
	width:99% !important;
}
#gform_fields_10 .gf_right_half {
	margin-left:3%;
}
#gform_fields_10 #input_10_17 {
	width:100% !important;
}
#datepicker {
	    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: 10px 10px 10px 15px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(50,50,50,.1);
    cursor: pointer;
    outline: 0;
    font-weight: 700;
    color: #00aeef;
    font-size:17px;
}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    z-index: 1000000000000;
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}
#registraion_step1 button, #registraion_step3 button, #registraion_step_more_events button {
width: 400px;
    margin: 0 auto;
    color: #fff;
    background: #00aeef;
    border-radius: 5px;
    padding: 12px 0px;
    font-size: 20px;
    position: relative;
    margin: 20px auto !important;
    border: 0px;
}

#registraion_step2 button {
width: 150px;
    margin: 0 auto;
    color: #fff;
    background: #00aeef;
    border-radius: 5px;
    padding: 12px 0px;
    font-size: 20px;
    position: relative;
    margin: 20px auto !important;
    border: 0px;	
}

#registraion_step3 button {
width: 500px;
margin-top:40px;
}

#success_sub {
	background:#198C59;
	width:100%;
	padding:20px 0px;
	color:#fff;
	font-size:18px;
	text-align: center;

}
#gotoevent, #gotoevent2 {
}
#registraion_step2 .paces_selections {
	margin:0 auto;
	width:70%;
}

#registraion_step2 .pace_selection {
    display: inline-block;
    margin-top: 40px;
    cursor: pointer;
    width: 35%;
    margin-left: 20px;
}
.voltar {
	font-size: 15px;
    position: fixed;
    color: #666;
    cursor: pointer;
}
.pace_is_classroom {

}
.pace_is_classroom, .pace_is_self {
	display: none;
}
#registraion_step2 .pace_selection img{
	opacity:0.7;
}
#registraion_step2 .pace_selection .pace_name {
color: #00aeef;
    text-align: center;
    font-size: 25px;
    margin-top: 15px;
    font-weight: 500;
}

#registraion_step2 table {
	height: auto !important;
    font-size: 17px;
    color: #666;
    text-align: left;
    border: 1px;
}
#registraion_step_more_events {
	display: none;
}
#registraion_step2 .info_area_type {
	text-align: left;
    margin-top: 15px;
}
#registraion_step2 table td {
border:1px solid #ddd;
padding:4px;
text-align: left;
}

ol li h5, ul li h5, ul li h6, ol li h6 {
	margin-top:10px;
}

.bbb {
	border-bottom:1px solid #00aeef !important;
	margin:40px 0px 0px 0px;
}

div.parallax-container{
	position:relative;width:500px;height:500px;overflow:visible
}
.mainhomepage .parallax-container{
	position:relative;width:350px;height:350px;overflow:visible
	}
div.parallax-container div.parallax{position:absolute;top:0;left:0;width:500px;text-align:center;height:500px;font-weight:700;z-index:-1}

.mainhomepage .parallax-container .parallax{position:absolute;top:0;left:0;width:350px;text-align:center;height:350px;font-weight:700;z-index:-1}
.parallax1{color:#555;font-size:250px;line-height:80%}
.header-main .parallax2{color:#999;font-size:100px;line-height:320%}
.parallax3{color:#fff;font-size:50px;line-height:760%}

.wpml-ls-legacy-dropdown a  {
display: block;
    text-decoration: none;
    color: #fff;
    background-color: #555;
    padding: 8px 10px;
    line-height: 1;
    font-size: 16px;
    border:none !important;
    font-weight:300;
    text-align: center;
}

.wpml-ls-legacy-dropdown a:visited, .wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus  {
	text-decoration: none;
    color: #fff;
}

.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a  {
	background:#555;
	color:#fff;
	
}

.wpml-ls-item {
	font-weight:300;
}

.wpml-ls-item:hover>a  {
	font-weight:bold;
}

.js-wpml-ls-item-toggle {
	border-radius: 4px !important;
    border: 1px solid #cdcdcd !important;
	font-weight:300;
}

.wpml-ls-item:hover>a.wpml-ls-item-toggle {
	font-weight:300;
}

.wpml-ls-item>a.wpml-ls-item-toggle {
	border-radius: 4px !important;
    border: 1px solid #cdcdcd !important;
	font-weight:300;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: hidden;
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
    border:1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.choose {
	margin-right:15px;
	display: inline-block;
	color:#fff;
	font-size:12px;
	opacity:0.7;
	vertical-align: middle;
}
.wpml-ls-legacy-dropdown {
    width: 175px;
    display: inline-block;
    vertical-align: middle;
}

.ptop16 {
	padding-top:16px;
}

#footermenu {
	border-top:1px solid #ccc;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:60px;
}

.footer_column {
	display: inline-block;

	vertical-align: top;
	width:17%;
	margin:0px 2%;
}

.footer_column h6 {
    font-size: 12px;
    font-weight:bold;
    color: #4C4C4C;
    line-height: 150%;
}

.footer_column .menu {
	list-style: none;
	font-size:12px;
	padding-left:0px;
	margin-left:0px;
	color:#666;
	margin-top: 0;
}

@-webkit-keyframes featherlightLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes featherlightLoader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.featherlight-loading .featherlight-content {
  -webkit-animation: featherlightLoader 1s infinite linear;
          animation: featherlightLoader 1s infinite linear;
  background: transparent;
  border: 8px solid #8f8f8f;
  border-left-color: #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  min-width: 0;
}

.featherlight-loading .featherlight-content > * {
  display: none !important;
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
  display: none;
}
.checknewcourse {
  width: 25px;
  position: relative;
  margin: 25px auto;
}
.hidebeforeready {
	display: none;
}
.checknewcourse label{
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
 }
.checknewcourse label:after{
    content: '';
    width: 13px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 6px;
    border: 3px solid #00aeef;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.checknewcourse label:hover::after{
	opacity: 0.5;
}
.checknewcourse input[type=checkbox] {
    visibility: hidden;
}
.checknewcourse input[type=checkbox]:checked + label::after {
	opacity: 1;
}
.pace_is_self, .pace_is_classroom {
	width:750px;
	margin: 0 auto;
}
.extra_course {
    width: 750px;
    background: #fbfafa;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.extra_selection {
	display: inline-block;
    width: 30px;
    vertical-align: middle;
}
.extra_name {
	display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    width: 400px;
    vertical-align: middle;
    padding-top: 8px;
}
.extra_date {
display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    padding-top: 5px;
}
.dnone {
	display: none !important; 
}
.normal_down {
	    -webkit-appearance: none;
    width: 150px;
    height: 33px;
    background: #fbfafa;
    font-size: 13px;
    padding-left: 5px;
    margin-top: 2px;
}
.extra_course .datepicker {
	width: 150px;
    height: 33px;
    background: #fbfafa;
    font-size: 13px;
    padding-left: 5px;
    margin-top: 2px;
}
.footer_column .menu li {
	padding-left:0px;
	margin-left:0px;
	margin:5px 0px;
}

.footer_column .menu li a {
	text-decoration: none;
	color:#666;
	font-weight:400;
}

.footer_column .menu li a:hover {
	color:#00aeef;
}
#menu-about {
	width:11%;
}

.wpb_wrapper a {
	color:#00aeef;
}

.wpb_wrapper h6 {
	margin: 30px 0px !important;
}

.vc_btn3-shape-round {
	border-radius:4px !important;
}

.featherlight-loading .featherlight-content, .featherlight-loading .featherlight-content::after {
	min-height:0px !important;
}

.wpb_wrapper ul li {
	font-weight:300;
}
.wpb_wrapper table tr {
	border-bottom:1px solid #ccc;
}
.wpb_wrapper table td {
	padding:10px;
	font-size:15px;
}
.wpb_wrapper p {
	font-size:16px !important;
}

.wpb_wrapper h4 {
	font-size: 18px !important;
    color: #333 !important;
}
.wpb_wrapper h5 {
	    font-size: 22px;
    margin-bottom: -10px !important;
}
.gform_wrapper .top_label .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    font-weight: 400 !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	font-size:14px !important;
}

.gform_wrapper .gfield_radio li label, .gform_wrapper .field_sublabel_above ul.gfield_radio li label, .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
    font-size: 18px !important;
    font-weight: 400;
    text-indent: 10px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    background: #00aeef;
    color: #fff;
    font-size: 20px !important;
    box-shadow: none;
    border: none;
    border-radius: 4px;
    padding: 15px 30px;

}

.gform_wrapper .top_label .gfield_label {
	font-size: 22px !important;
}

#page-landing01 {
	margin-top:20px;
}

#page-landing01 h1 {
    color: #6d6e70;
    font-weight: normal;
    font-size: 33px;
    margin-bottom: 5px;
}
#page-landing01 .main-text-landing p {
    font-size: 21px;
    font-weight: 300;
    line-height: 150%;
    margin: 20px 0px;
}
#page-landing01 .landing-highlight p {
    color: #00aeef;
    font-size: 21px;
    font-weight: 300;
    line-height: 150%;
}
.form-landing h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.form-intro {
    color: #6d6e70;
    margin-top: 10px;
    font-size:14px;
}

.contacts-landing {
    border-top: 1px solid #00aeef;
    border-bottom: 1px solid #00aeef;
    padding: 30px 0px;
    margin: 30px 0px;
}

.main-landing-02 {
 	max-width:1170px;
 	margin:0 auto;
 	padding: 0 10px;
 	margin-top:30px;	
}

.main-landing-02 .page-landing02-half {
	width:40%;
 	display: inline-block;
 	vertical-align: top;
}

.main-landing-02 .give_me_margin {
	width:50%;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #00aeef transparent;
}

.main-landing-02 ul {
	list-style-image: url('images/check_lists.png');
}

.main-landing-02 .logo_main {
	    margin: 20px;
    width: 230px;
    margin-left: 0px;
}

.main-landing-02 h1 {
    font-size: 40px;
    font-weight: 300;
    color: #343535;
    margin-top: 10px;
}
.main-landing-02 .formblock .gfield_label {
	    font-weight: normal !important;
    font-size: 18px !important;
    color: #6d6e70 !important;
}
.main-landing-02 .formblock  input, .main-landing-02 .formblock textarea {
	width:100% !important;
	border:1px solid #ccc !important;
}

.main-landing-02 .formblock .gform_wrapper ul li.gfield {
	margin-top:20px !important;
}
.main-landing-02 .gform_confirmation_message {
	    color: #666 !important;
    font-size: 20px !important;
    padding: 20px !important;
    text-align: center;
}
.main-landing-02 .formblock .gform_button {
	border:none !important;
	box-shadow: none !important;
	border-radius: 6px !important;
	border:none;
	color:#fff;
	font-size:18px !important;
	padding:10px;
	background:#00aeef;
}
.main-landing-02 .formheading {
	    width: 100%;
    background: #00aeef;
    height: 50px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 22px;
    font-weight: bold;
}
.main-landing-02 .formblock {
	border: 2px solid #00aeef;
    border-radius: 6px;
}

.main-landing-02 .formblock form {
	    margin: 15px;
}
.landing02-maintext p {
	color: #343535;
    font-size: 19px;
    font-weight:300;
    line-height: 160%;
}
.page-landing-parent {
	background-size:cover;
	width:100%;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;
	z-index:2;
}

.landing-layer {
	background:#fff;
	width:100%;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;
	z-index:3;
	opacity:0.9;
}

.landing-inner {
	position: absolute;
	left:0px;
	width:100%;
	height:100%;
	top:0px;
	z-index:4;
}

 #page-landing01 h1 {
 	    color: #6d6e70;
    font-weight: normal;
    font-size: 33px;
    margin-bottom: 5px;
 }

  #page-landing01 h2 {
    font-weight: normal;
    color: #6d6e70;
    font-size: 22px;
 }

.form-intro {
	color: #6d6e70;
    margin-top: 10px;
}
.contacts-landing {
	border-top:1px solid #00aeef;
	border-bottom:1px solid #00aeef;
	padding: 30px 0px;
	margin:30px 0px;
}

.contacts-landing a:hover>div {
	color: #00aeef !important;
	text-decoration: underline !important;
}

.contacts-landing h3 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight:bold;
    color:#000;
}

.contacts-landing .contact-landing {
	color:#6d6e70;
	font-size:21px;
	line-height: 150%;
}

.image-big-landing {
	width:100%;
}

#page-landing01 .gfield_label {
	    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #6d6e70;
}

.beautiful_lists_ul {
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-left: 0px;
}

.beautiful_lists_ul li {
margin: 0px;
    vertical-align: middle;
    text-indent: 5px;
    color: #343535;
    margin-bottom: 30px;
    margin-left: 30px;
    font-size: 20px;
}

#page-landing01 input.medium, #page-landing01 textarea.medium {
	    width: 100%;
	    border: 1px solid #ccc;
}

#page-landing01 .gform_wrapper ul li.gfield {
	margin-top:20px;
}
#page-landing01 {
	    height: auto;
    margin-bottom: 70px;
}
#page-landing01 .gform_button {
    background: #00aeef;
    color: #fff;
    padding: 10px;
    box-shadow: none;
    border: none;
    border-radius: 8px;
    margin-top: -20px;
    font-size: 22px;
}
.wistia_responsive_padding {
	min-height: 350px;
}
#page-landing01 .gform_confirmation_message {

    font-size: 25px;
    margin-top: 20px;
    color: #999;
}
#page-landing01 ul, #page-landing01 ol {
	font-size:21px;
	margin: 0px 0 0px 20px;
}
.image-big-landing img {
	width:100%;
}

.post-tile {
    color: #6C6D70;
    font-weight: 600;
    font-size: 20px;
}
.post-meta1 {
    margin: 5px 0 13px;
    color: #00aeef;
    font-size: 13px;
}
.post-main {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    font-size: 17px;
    margin: 7px 0;
    color: #6C6D70;
    padding: 12px 0;
    line-height: 135%;
}

.post-main-meta, .post-meta2 {
    color: #888;
    font-size: 14px;
    font-style: italic;
}
.postrow {
	margin-top:60px;
}
.post-meta2 a {
	color: #00aeef;
	text-decoration: none;
}
.nav-links {
	margin:0 auto;
}
.nav-previous a, .nav-next a {
	background: #00aeef;
	color:#fff;
	border-radius: 4px;
	font-size:17px;
	padding:8px 20px;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	width:auto; float:none; clear:both;
}

.main-content-post {
    margin: 20px auto;
    width: 800px;
    font-weight: 300;
}
.content-of-post {
    margin-top: 80px;
    color: #777;
	/*font-size: 21px;*/
	font-size: 12pt;
}
.post-main-meta {
    color: #888;
    font-size: 14px;
    padding-top:10px;
    margin-top:30px;
    border-top:1px solid #888;
    font-style: italic;
}
.post-main-meta a {
	color: #00aeef;
}
#relatedcontent {
    background: #f9f9f9;
    padding: 20px 0;
    margin:60px 0px 0px 0px;
}
.related_post_title {
    text-align: center;
    font-size: 25px;
    margin-bottom:40px;
    font-weight: 300;
    text-transform: uppercase;
}
.wp_rp_publish_date {
    font-size: 12px;
}
ul.related_post li a {
    color: #6C6D70;
    font-weight: 600;
    font-size: 20px;
}
.wp_rp_excerpt {
    font-size: 16px;
    line-height: 135%;
}
.in-relatedcontent {
    width: 800px;
    margin: auto;
}
ul.related_post {
    list-style: none;
    margin-left: 0;
}

.content-of-post a{
    color: #00aeef;
}
ul.related_post li {
    display: inline-block;
    width: 230px;
    margin-left: 0;
    margin-right: 55px;
    vertical-align: top;
}
ul.related_post li:last-of-type {
	margin-right:0px !important;
}
.post-main a {
    font-weight: 700;
    color: #00aeef;
    font-size: 14px;
    padding-top: 10px;
}
.event-container p {
	font-size:18px;
}
.selector {
    width: auto;
    margin-right: 15px;
}
.post, .selector {
    display: inline-block;
}
.wrapper-dropdown-3 {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px 10px 10px 15px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(50,50,50,.1);
    cursor: pointer;
    outline: 0;
    font-weight: 700;
    color: #00aeef;
}
.wrapper-dropdown-3 .dropdown {
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,.17);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    font-weight: 400;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    list-style: none;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}
.wrapper-dropdown-3 .dropdown {
    margin-left: 0px;
    margin-top: 0px;
}
.wrapper-dropdown-3 .dropdown li {
    margin-left: 0;
    font-size: 20px;
    padding: 0 15px;
    text-align: center;
}
.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #00aeef;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}
.wrapper-dropdown-3>span {
	font-size:17px;
}

.wrapper-dropdown-3.active .dropdown{opacity:1;pointer-events:auto}.no-opacity .wrapper-dropdown-3 .dropdown,.no-pointerevents .wrapper-dropdown-3 .dropdown{display:none;opacity:1;pointer-events:auto}.no-opacity .wrapper-dropdown-3.active .dropdown,.no-pointerevents .wrapper-dropdown-3.active .dropdown{display:block}

.dnone {
	display: none;
}
iframe[name='google_conversion_frame'] {
	display: none;
}

#header .wpml-ls {
    display: inline-block;
    width: 120px;
    position: relative;
    /*top: -7px;*/
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    top: 34px;
}
@media screen and ( max-width: 990px ) {
	#homepage-header {
		background-position-y: 3%;
    	background-position-x: center;
    	padding-top: 100px;
	}
	.btn_home{
		width:100%;
		text-align: center;
	}
	.footer_column, #menu-about {
		    width: 100%;
		    text-align: center;
		    margin-bottom:20px;
    display: block;
	}

	#footer .row {
		    height: 200px;
	}

	#footer, #footer .talignright {
		text-align:center !important;
	}

	#sub_header {
		    height: 500px !important;
		    background-position: top center !important;
		    background-size: 350% !important;
	}
	.header_text {
		top: 200px !important;
    transform: none !important;
	}
	.title_page, .subtitle_page {
		width:100% !important;
	}
	.parallax-container .parallax {
		width:360px !important;
		height:360px !important;
	}
	.parallax-container {
		width:360px !important;
		height:360px !important;
	}
	.post {
		margin-top:50px;
	}
	.main-content-post {
		    width: 90%;
    word-break: break-all;
	}
	.in-relatedcontent {
		width:100%;
	}

	ul.related_post li {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin: 10px auto !important;
    margin-bottom: 20px;
}

.event-container {
	width:90%;
}
.push, .pull {
	left:0%;
	right:0%;
}
.page-id-28 .header_layer {
	opacity: 0 !important;
}
.page-id-28 #sub_header {
		    height: 350px !important;
		    background-position: top center !important;
		    background-size: 100% !important;
	}
ul.related_post li:last-of-type {
	margin: 10px auto !important;
}
}

body.single-post ul, body.single-post ol{
  margin-top:0 !important; margin-bottom: 0 !important;
}

.static-post-container {
    overflow: hidden;
    background-color: #00aeef;
    padding-top: 10px;
	padding-bottom: 10px;
	z-index: 999999;
}

.static-post-container .post-tile,
.static-post-container .post-meta1,
.static-post-container .post-main,
.static-post-container .post-meta2 {
    color: white;
}

.static-post-container .post-main a {
    color: white;
}

.static-post-container .post-meta2 a {
    color: white;
}

.static-post-container .post-main {
    border-color: white;
}
.scroller_anchor{height:0px; margin:0; padding:0;}


.ha-l-container {
    display: inline-block;
    float: left;
    padding-right: 20px;
}

.ha-l-container img {
    border-radius: 50%;
}

.ha-r-container {
    float: left;
    padding-top: 10px;
}

.ha-name {
    font-size: 14px;
    font-weight: bold;
    color: #807777;
}

.ha-date-n-read-time {
    font-size: 12px;
    color: #a5a5a5;
}

span.ha-date {
    padding-right: 10px;
}

.header_text1 {
    overflow: hidden;
    clear: both;
}

h1.title_page {
    font-weight: 400;
	margin-bottom: 0;
	width: 100%;
    font-size: 34px;
	word-break: keep-all !important;
}

h2.subtitle_page {margin-top: 5px;font-size: 22px;}

.content-of-post {
    margin-top: 10px;
	word-break: keep-all ! important;
	
}

.post-header-container .main-content-post.container {
    padding-left: 0;
    padding-right: 0;
}
/*.ph-img-container img {
    width: 100%;
}*/
.main-content-post.container img {
    width: 100%;
}
.main-content-post.container .ha-l-container img {
	width: 64px;
	height: 64px;
}
.ph-img-container {
    text-align: center;
}
ul#responsive-menu .wpml-ls-legacy-dropdown {
    margin-left: 10px;
}

h2.subtitle_page {
    margin-bottom: 0;
    margin-top: -3px;
}

.ha-date-n-read-time {
    margin-bottom: 19px;
}

.ha-r-container {
    padding-top: 15px;
}
.line-break {
    border-top: 1px solid #eaeaea;
    margin-top: 5px;
    padding-bottom: 8px;
}
small.wp_rp_excerpt {
	display: block;
	margin-top: 10px;
}

a.wp_rp_title {
    display: block;
}
.wp_rp_author {
    font-size: 12px;
    padding-right: 10px;
}
small.wp_rp_publish_date {
    float: right;
}


.navigation.posts-navigation {
    margin: 30px 0 15px 0;
    text-align: center;
}


@media(min-width: 1201px) {
	div#bs-example-navbar-collapse-1 {
		display: inline-block !important;
	}
}

@media(max-width: 1200px) {
	div#bs-example-navbar-collapse-1 {
		display: none !important;
	}
}

@media screen and (max-width:768px){
	body.postid-1650 .subtitle_page{
	text-shadow: 2px 2px 1px #fff;
	}
}
@media screen and (min-width:769px){
	body.postid-1650 .subtitle_page{
	width: 31% !important; 
	}
}

@media screen and (max-width: 480px){
	#header .col-md-10 {
		text-align: center;
	}
}