@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,300);
/*!
Theme Name: 10x wealthtribe
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: basetest
*/


.desktop-img {display: block }
.mobile-img {display: none}	


body { font-family: 'Roboto', sans-serif; background: #0e0e0e !important }

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 { font-family: 'Roboto', sans-serif; font-weight: lighter }

#fb .grid-container, #fb .grid-container .cell {
	width: 100%;
}

#fb img {
	width: 100%;
	max-height: none;
}
#fb .cell {
	text-align: center;
}
.buy-now {
	background: #c8a32d;
	color: #000;
	padding: 15px 40px;
	display: inline-block;
	border-radius: 50px;
	margin-top: 16px;
	font-weight: bold;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
	background: #927b59 !important;
}
.cky-btn.cky-btn-accept {
	background: #927b59 !important;
	border-color: #927b59 !important;
	color: #fff !important
}
.cky-btn {
	border-color: #927b59 !important;
	color: #927b59 !important;
}
.cky-show-desc-btn {color: #927b59 !important;}



.border-logo {
	padding: 10px;
	background: #fff;
	display: inline-block;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	width: 170px;
	position: relative;
	z-index: 99;
}
.cell.large-3.sidebar-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
html body .grecaptcha-badge {
	display: none !important;
}
.wpcf7-form input {
	box-shadow: none;
	background: #fafafa;
	height: 49px;
	padding-left: 20px;
	font-size: 17px;
	color: #000;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	background: #fafafa;
	box-shadow: none;
	border-radius: 3px;
	margin-bottom: 20px;	
	font-size: 17px;
	color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important; opacity: 0.5 !important
}
::-moz-placeholder { /* Firefox 19+ */
   color: #000 !important; opacity: 0.5 !important
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important; opacity: 0.5 !important
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important; opacity: 0.5 !important
}
/*two col flex*/
.two-col-flex {	
	flex-wrap: wrap;
	display: flex;
	
}
.two-col-flex li {
	flex-wrap: nowrap;
	width: 50%;	
}
/*two col flex*/

.cell { text-align: left}

#page { overflow-x: hidden}

.grid-container {
	padding-right: 0;
	padding-left: 0;
	max-width: 93%;
	margin: 0 auto;
	width: 93%;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;  
  border-top: 20px solid #f00;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;  
  border-left: 60px solid green;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;   
  border-right:10px solid blue; 
}

.slick-dots {
  bottom: 20px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.slick-dots li {
  display: inline-block;
}
.slick-active button {
  background: #fff;
  border: 1px solid #fff;
}
.slick-dots button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
  height: 8px;
  margin: 0 7px;
  padding: 0;
  width: 8px;
}
.slick-arrow { font-size: 0;
  height: 60px; top: 35%;
  width: 60px;   padding: 0;
  position: absolute;   z-index: 10;}

.slick-prev.slick-arrow {
  background: #fff url("../basetest-xy/images/footer-left.svg") no-repeat scroll center center; 
  left: 0;
}
.slick-next.slick-arrow {
  background: #fff url("../basetest-xy/images/footer-right.svg") no-repeat scroll center center;
  right: 0; 
}

/*IF you want slick to be equal height slides, enable below
.slick-track
{
    display: flex !important;
}

.slick-slide {
	height: inherit !important;
	
}
*/


#primary-menu {
display: flex;
justify-content: stretch;
}
.menu > li {
	padding-bottom: 40px;
	position: relative;
	flex: 1;
}
.sub-menu::before {
  background: #00ddb9 none repeat scroll 0 0;
  content: "";
  height: 11px;
  left: 30px;
  position: absolute;
  top: -4px;
  transform: rotate(45deg);
  width: 11px;
}
.sub-menu {
  display: none;
}
.sub-menu {
  background: #00ddb9 none repeat scroll 0 0;
  border-radius: 5px;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0 10px;
  position: absolute;
  top: 40px;
  width: 270px;
  z-index: 999;
}
html body .sub-menu a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: white;
	float: left;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 100%;
	border-right: none;
	text-align: left;
}
.sub-menu .plussy {
  display: none;
}



/*animatein*/

.AnimateIn { opacity:0;  transform: translate(0px,40px); -webkit-transform: translate(0px,40px); }

.active.AnimateIn, 
.visible.AnimateIn {  -webkit-animation: animteIn 0.7s 0.7s forwards; 
    animation: animteIn 0.7s 0.7s forwards;}


/* Standard syntax */
@keyframes animteIn {
    0 { opacity:0;  transform: translate(0px,40px);}
   100% { opacity:1;  transform: translate(0px,0px); }
} 

/* Chrome, Safari, Opera */
@-webkit-keyframes animteIn {
    0 { opacity:0;  -webkit-transform: translate(0px,40px);}
   100% { opacity:1;  -webkit-transform: translate(0px,0px); }
}


.AnimateIn2 { opacity:0;  transform: translate(0px,40px); -webkit-transform: translate(0px,40px); }

.active.AnimateIn2, 
.visible.AnimateIn2 {  -webkit-animation: animteIn2 0.7s 0.9s forwards; 
    animation: animteIn2 0.7s 0.9s forwards;}


/* Standard syntax */
@keyframes animteIn2 {
    0 { opacity:0;  transform: translate(0px,40px);}
   100% { opacity:1;  transform: translate(0px,0px); }
} 

/* Chrome, Safari, Opera */
@-webkit-keyframes animteIn2 {
    0 { opacity:0;  -webkit-transform: translate(0px,40px);}
   100% { opacity:1;  -webkit-transform: translate(0px,0px); }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: red;
}

a:visited {
	color: red;
}

a:hover, a:focus, a:active {
	color: red;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

.aligncenter {
  display: flex;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}


.sandwichmenu .line {
  height: 4px;
  width: 32px;
  float: left;
  background: white;
  clear: both;
  margin-bottom: 5px;
  border-radius: 7px;
}
.sandwichmenu {
  border: 1px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 60px;
  margin-left: 50px;
  margin-top: 30px;
  width: 60px;
  padding-top: 17px;
  padding-left: 13px;
}

.sandwichmenu.active .line { 
-webkit-animation: removeal 0.7s forwards; /* Chrome, Safari, Opera */
animation: removeal 0.7s forwards;}
	
.sandwichmenu.active { position:relative}

/* Chrome, Safari, Opera */
@-webkit-keyframes removeal {
    from {width: 32px;}
    to {width: 0px;}
}

/* Standard syntax */
@keyframes removeal {
     from {width: 32px;}
    to {width: 0px;}
} 
.site-navigation {      
    width: 100%;
}
#primary-menu li:last-child a {
	border-right: none;
}
.menu .current_page_item a { color:red}
.menu a {
	border-right: 1px solid #efefef;
	color: #000;
	font-size: 17px;
	padding: 1px 5px;
	position: relative;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.menu-main-container {   
    width: 100%;
}
ul.menu {    
    list-style: outside none none;
    margin: 0;
    width: 100%;
}
.sub-menu { display: none}

p { color:#000}

.header.full {
	background: transparent;
	display: inline-block;
	height: auto;
	text-align: center;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

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

.fillwidth > .grid-x {
	width: 100%;
	max-width: 100%;
}

.pull-left { float:left}

.pull-right { float:right}

body, h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.meta-nav { display:none}

.reveal-modal .close-reveal-modal {
  right: 0.5rem;
 
}
a:focus, a:hover {
    color: #000;
    outline: none;
}

.entry-title > a {
  color: #000;
  font-size: 48px;
  text-transform: uppercase;
}

h1.page-title {
  color: #000;
  font-size: 38px; line-height: 1.2;
  margin-top: 20px;
}

.reveal-modal .close-reveal-modal {
  font-size: 1.222rem !important;
}

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0 !important;
}
.reveal-modal h2 {
  color: #0c4498;
  font-size: 31px;
  font-weight: lighter !important;
  margin-top: -5px !important;
  text-align: left;
}

.reveal-modal p {
  margin-bottom: 0;
  text-align: left;
}
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-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,
optgroup,
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. */
}

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, 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:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## 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 ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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



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




/*responsive*/

@media only screen and (min-width: 1671px) and (max-width: 7000px) {}		
	
@media only screen and (min-width: 1601px) and (max-width: 1670px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {}

@media only screen and (min-width: 1361px) and (max-width: 1500px) {}

/* #Desktop (1366)

================================================== */
@media only screen and (min-width: 1280px) and (max-width: 1360px) {

header { background:#2420FF !important}

.grid-container {	
	max-width: 1270px;
	width: 1270px;
}


}



/* #Tablet (1024)

================================================== */
@media only screen and (min-width: 1001px) and (max-width: 1279px) {

header { background:red !important}

.grid-container {	
	max-width: 990px;
	width: 990px;
}


}




/* #Tablet (Portrait)

================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1000px) {

header { background:orange !important}

.grid-container {	
	max-width: 768px;
	width: 768px;
}

}




/*  #Mobile (Portrait)

================================================== */
/* Note: Design for a width of 320px */


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

header { background:yellow !important}
	
.grid-container {	
	max-width: 93%;
	width: 93%;
}	
#fb img {
	width: 100%;
	height: auto;
}	
.desktop-img {display: none }
.mobile-img {display: block}	
	
}





/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */



@media only screen and (min-width: 480px) and (max-width: 767px) {

header { background:pink !important}

}


@media only screen and (min-width: 1001px) and (max-width: 9000px) {
.menu li:hover  .sub-menu { display:block}
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target {
	color: #ffffff !important;
	background: #391332 !important;
	
}
	

/*animatein*/

.AnimateIn { opacity:0;  transform: translate(0px,40px); -webkit-transform: translate(0px,40px); }

.active.AnimateIn, 
.visible.AnimateIn {  -webkit-animation: animteIn 0.2s 0.2s forwards; 
    animation: animteIn 0.2s 0.2s forwards;}


/* Standard syntax */
@keyframes animteIn {
    0 { opacity:0;  transform: translate(0px,40px);}
   100% { opacity:1;  transform: translate(0px,0px); }
} 

/* Chrome, Safari, Opera */
@-webkit-keyframes animteIn {
    0 { opacity:0;  -webkit-transform: translate(0px,40px);}
   100% { opacity:1;  -webkit-transform: translate(0px,0px); }
}


.AnimateIn2 { opacity:0;  transform: translate(0px,40px); -webkit-transform: translate(0px,40px); }

.active.AnimateIn2, 
.visible.AnimateIn2 {  -webkit-animation: animteIn2 0.4s 0.4s forwards; 
    animation: animteIn2 0.4s 0.4s forwards;}


/* Standard syntax */
@keyframes animteIn2 {
    0 { opacity:0;  transform: translate(0px,40px);}
   100% { opacity:1;  transform: translate(0px,0px); }
} 

/* Chrome, Safari, Opera */
@-webkit-keyframes animteIn2 {
    0 { opacity:0;  -webkit-transform: translate(0px,40px);}
   100% { opacity:1;  -webkit-transform: translate(0px,0px); }
}	
		
	
.site-navigation {
  background: white none repeat scroll 0 0;
  display: none;
  float: right;
  font-weight: lighter;
  left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-top: 3px;
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 999999;
}
html body .shiftnav-toggle-button:hover {
	padding-left: 13px;
	padding-top: 17px;
}
html body .shiftnav-toggle-button {
	display: inline-block;
	background: #444;
	color: #eee;
	width: 60px;
	height: 60px;
	padding-left: 13px;
	padding-top: 17px;
}
.shiftnav-toggle.shiftnav-toggle-button.showmobile {
	display: inline-block !important;
	padding: 0;
	background: no-repeat;
}
.sandwichmenu {
	background: #00ddb9 none repeat scroll 0 0;
	border: 1px solid #00ddb9;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block !important;
	float: right;
	height: 57px;
	margin-left: 20px;
	margin-top: 26px;
	padding-left: 11px;
	padding-top: 17px;
	width: 57px;
}
.menu > li {
  float: left;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.plussy {
  display: block;
  font-size: 27px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 99;
  height:100%
}
.shiftnav-target {
	color: #000 !important;
	font-size: 15px !important;
}
.sub-menu .shiftnav-target {
	font-size: 13px !important;
	padding-left: 40px !important;
}

.sub-menu::before {
  display: none;  
}
html body .sub-menu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000 !important;
  float: left;
  padding-bottom: 7px;
  padding-top: 7px;
  width: 100% !important;
  background: #efefef none repeat scroll 0 0 !important;
}
.menu > li {
  border-bottom: 1px solid #ccc; 
}
.sub-menu li {
  float: left;
  width: 100%;
}
.sub-menu {
  background: #00ddb9 none repeat scroll 0 0 !important;
  border-radius: 0;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: static;
  top: 40px;
  width: 100%;
  z-index: 999;
}
.menu a {
  border: medium none;
  color: #333;
  float: left;
  font-size: 19px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-indent: 20px;
  text-transform: uppercase;
  width: 100%;
}
.shiftnav-open #page {
	opacity: 0.2;
}

}

