/* MAIN STYLES */
body {
	font:13px/26px 'Open Sans',sans-serif;
	font-weight:normal;
	color:#333;
	 -webkit-font-smoothing:antialiased;
	 height: 100%;
	 background-color: #fff
	 display: none;
}
h1 {
	font-size:3.5em;
	line-height:43px;
	font-weight:400;
	margin-bottom:20px;
}
h1,h2,h3,h5,h6 {
	color:#000000;
}
h4 {
	font-family: 'Oswald', sans-serif;
	color:#8CC63F;
	font-weight: 300;
	text-transform: uppercase;
	font-size:40px;
	margin-bottom: 30px;
}
h4.feature {
	font-family: 'Oswald', sans-serif;
	color:#8CC63F;
	font-weight: 300;
	text-transform: uppercase;
	font-size:40px;
	margin-bottom: 5px;
}
h4.large{
	font-family: 'Oswald', sans-serif;
	color:#000;
	font-weight: 300;
	text-transform: uppercase;
	font-size:20px;
	margin-bottom: 10px;
}
h4.header{
	font-family: 'Oswald', sans-serif;
	color:#000;
	font-weight: 300;
	text-transform: uppercase;
	font-size:20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h4.holeno{
	font-family: 'Oswald', sans-serif;
	color:#000;
	font-weight: 400;
	text-transform: uppercase;
	font-size:50px;
	margin: 0px;
}
h4.white {
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size:60px;
}
h3.white {
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size:40px;
	margin-bottom: 5px;
}
h3.includes {
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size:30px;
	margin-bottom: 10px;
	margin-top: 5px;
}
p {
	font-size: 1.2em;
}
p.white {
	font-size: 1.2em;
	/*color: rgba(255, 255, 255, 0.8);*/
	color: #fff;
}
p.note {
	font-size: 1em;
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #ff6200;
}
p.li {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	margin: 0px 0px 5px;
}
ul {
	-moz-padding-start:0px;
	-webkit-padding-start:0px;
	-khtml-padding-start:0px;
	-o-padding-start:0px;
	padding-start:0px;
	padding: 0px;
}
a{
	color:#000;
}
a,a:hover {
	text-decoration:none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.1s;
}
a:hover,.highlight {
	color:#00000070;
}
.max80 {
	max-width:80%;
	margin:0px auto;
}
.pxauto {margin:0px auto;}
.margbottom50 {
	margin-bottom:50px;
}
.unstyle {
	list-style:none;
}
.listitem {
	font-family: "Oswald",sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.5;
	list-style: none;
	margin-left: 0px;
	color: #999;
	padding-bottom: 20px;
}
.listitemwhite {
	font-family: "Oswald",sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.5;
	list-style: none;
	margin-left: 0px;
	color: rgba(255,255,255,0.8);
	padding-bottom: 20px;
}
.listitem li {
	border-bottom: 1px solid rgba(255,255,255,0.8);
	padding:5px;
}
.listitemwhite li {
	border-bottom: 1px solid rgba(255,255,255,0.8);
	padding:5px;
}
.listitem li:last-child {
	border-bottom: none;
}
.listitemwhite li:last-child {
	border-bottom: none;
}
.uppercase {
	text-transform:uppercase;
}
.btn {
	border-radius:3px;
}
.btn-simple {
	color:#ffffff;
	background-color:transparent;
	border:1px solid rgba(255,255,255,0.4);
}
.btn-simple.whitebg {
	background-color:#ffffff;
	color:#444;
	border:0;
}
.btn-simple:hover {
	background-color:#444;
	color:#fff;
}
/*.btn-default {
	background-color:#8CC63F;
	color:#fff;
	border:0;*/
}
.btn-default:hover {
	background-color:#444;
	color:#fff;
	border:0;
}
.btn-white {
	background-color:#fff;
	color:#000;
	border:0;
}
.btn-white:hover {
	background-color:#444;
	color:#fff;
	border:0;
}
.btn-lg {
	font-size:20px;
	padding: 20px 20px;
	margin: 4px;
	width: 180px;
}
.main_h {
	position:fixed;
	top:0px;
	max-height:70px;
	z-index:999;
	width:100%;
	padding-top:17px;
	background:none;
	overflow:hidden;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	opacity:0;
	top:-100px;
	padding-bottom:6px;
}
@media only screen and (max-width:766px) {
	.main_h {
			padding-top:25px;
	}
}
.open-nav {
	max-height:400px !important;
}
.open-nav .mobile-toggle {
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}
.sticky {
	/*background-color:rgba(255,255,255,0.97);*/
	background-color: #222;
	opacity:1;
	top:0px;
	/*border-bottom:1px solid #eee;*/
	border-bottom:1px solid #000;
}
.logo {
	width:50px;
	font-size:25px;
	color:#8f8f8f;
	text-transform:uppercase;
	float:left;
	display:block;
	margin-top:0;
	line-height:1;
	margin-bottom:10px;
	letter-spacing:3px;
}
@media only screen and (max-width:766px) {
	.logo {
			float:none;
	}
}
.navbar {
    position: relative;
    min-height: 50px;
    /* margin-bottom: 20px; */
    /*border: 1px solid transparent;*/
    /*background-color: #f8f8f8;*/
    /*border-color: #e7e7e7;*/
    margin-bottom: 5px;
}
@media only screen and (max-width:766px) {
	nav {
			width:100%;
	}
}
nav ul {
	list-style:none;
	overflow:hidden;
	text-align:right;
	float:right;
}
@media only screen and (max-width:766px) {
	nav ul {
			padding-top:10px;
			margin-bottom:22px;
			float:left;
			text-align:center;
			width:100%;
	}
}
nav ul li {
	display:inline-block;
	margin-left:20px;
	line-height:1.5;
}
@media only screen and (max-width:766px) {
	nav ul li {
			width:100%;
			padding:7px 0;
			margin:0;
	}
}
nav ul a {
	/*color:#333;*/
	color:#ccc;
	text-transform:uppercase;
	font-size:13px;
	font-weight:600;
}
nav ul li.active a {
	color:#8CC63F;
}
.nav>li {
	display:inline-block;
}
.nav>li>a {
	padding:0px;
}
.nav>li>a:hover {
	background-color:transparent;
}
.mobile-toggle {
	display:none;
	cursor:pointer;
	font-size:20px;
	position:absolute;
	right:22px;
	top:22px;
	width:30px;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
@media only screen and (max-width:766px) {
	.mobile-toggle {
			display:block;
	}
}
@media only screen and (max-width:991px) {
	nav ul li {
	/*margin-left: 15px;*/
	/*margin-left: 0px;*/
	}
}
@media only screen and (max-width:800px) {
	.logo {
	margin-left: 20px;
	}
	.wow {
    visibility: visible !important;
    -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
	}
}
.mobile-toggle span {
	width:30px;
	height:4px;
	margin-bottom:6px;
	border-radius:1000px;
	background:#8f8f8f;
	display: block;
}

/* SECTION - HOME */
section.homepage {
	background-image:url(../images/bg.jpg);
	/*background-position:top center;
	background-size:cover;
	position:relative;
	height:auto;
	overflow:hidden;
	padding-top:40px 0;
	background-attachment: scroll;
	background-color: #ccc;*/
	background-repeat: no-repeat;
  	/*background-size: 2000px 683px;*/
  	background-size: cover;
  	/*padding:50px 0 40px;*/
}
.section-overlay-home {
	background-color:rgba(0,0,0,0);
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
/* SECTION - GENERAL */
section {
	height:100%;
	/*-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;*/
	background-attachment:fixed;
	background-repeat:no-repeat;
	z-index:0;
	background-position:center center;
	background-image:url(../images/bg.jpg);
	/*padding:50px 0 40px;*/
}

section .layout {
	height:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	z-index:0;
	background-position:top center;
	padding:50px 0 40px;
}

section .containerlayout {
	position:relative;
	/*background-image:url(../images/courseLayout.png);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;*/
	/*background-color: #fff9;*/
}

section .container {
	position:relative;
	/*background-image:url(../images/courseLayout.png);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;*/
	/*background-color: #fff9;*/
}

.wrapsection {
	padding: 0px 0;
	position: relative;
	margin: 0px 0;
}

.overlay {
	opacity:0.80;
    background-color: #222;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.highlightbg1 {
	background-color:#999;
}
.highlightbg2 {
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-size:cover;
	position:relative;
	height:auto;
	overflow:hidden;
	padding-top:40px 0;
	background-attachment: scroll;
	background-color: #000;
}
.graybg {
	background-color:#222;
}
.bluebg {
	background-color:#428bca;
}
.whitetext,.whitetext h1,.whitetext h2,.whitetext h3,.whitetext h5,.whitetext h5,.whitetext .required {
	color:#fff;
}
.whitetext #preorder input,.whitetext #preorder select,.whitetext #preorder textarea {
	border:0px;
}
.whitetext #contact input,.whitetext #contact select,.whitetext #contact textarea {
	border:0px;
}
.sectionhead {
	text-align:center;
	margin-bottom:10px;
}
.sectionhead .lead {
	/*text-transform:uppercase;*/
	letter-spacing:1px;
	font-weight:100;
	font-size:22px;
	line-height:26px;
	margin-bottom: 50px;
}
.sectionhead h1 {
	margin-top:0px;
}
.divider-area {
	width:100%;
	height:1px;
	position:relative;
	background-color:#f0f0f0;
	border:0px;
	margin:0px auto;
}
.divider-area .icon {
	display:inline-block;
	left:50%;
	margin-top:-30px;
	background:#fff;
	position:absolute;
	height:60px;
	width:60px;
	border-radius:50%;
	text-align:center;
	color:#f0f0f0;
	font-size:30px;
	border:1px solid #f0f0f0;
	line-height:58px;
	margin-left:-30px;
	z-index: 1;
}
.divider-area .icon a {
	color:#ccc;
}
.divider-area .icon a:hover {
	color: #8CC63F;
}


/* SECTION - BACKGROUNDS */
.download {
	background-image:url(../img/bg.jpg);
}
.testimonials {
	background-image:url(../img/overlay2.jpg);
}
.contact-page {
	background-image: url(images/courseLayout.png);
}

.homepage .btn-primary {
	margin-right:30px;
}
@media only screen and (max-width:991px) {
	.homepage .btn-primary {
	margin-right:0px;
	margin-bottom:10px;
	}
}
@media only screen and (max-width:767px) {
	.homepage .btn-primary {	
	margin-bottom:0px;
	}
	.homepage .text-right, .homepage .small-text  {text-align:center !important;}
	
}
@media only screen and (max-width:541px) {
	.homepage .btn-primary {	
	margin-bottom:10px;
	}
	
}
.homepage .small-text {
	font-size: 20px;
	line-height: 32px;
	/*color: rgba(0,0,0,0.8);*/
	color: #000;
	font-weight: 300;
	/*margin: 10px 0;*/
	margin-bottom: 20px;
	text-align:right;
}
.homepage ul.icos {
	margin-top:30px;
}
.homepage ul.icos li {
	margin-right:30px;
	display:inline;
}
.homepage ul.icos i {
	font-size:32px;
	color:rgba(255,255,255,0.4);
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.rotate-description {
	font-family: 'Oswald', sans-serif;
	color: #8CC63F;
	font-weight: 300;
	text-transform: uppercase;
	font-size:50px;
	line-height:50px;
	transition:all 0.5s ease;
}
.introarrow {
	position:absolute;
	height:80px;
	width:80px;
	bottom:-40px;
	left:50%;
	border-radius:40px;
	background:#fff;
	color:#444;
	margin-left:-40px;
	font-size:30px;
	line-height:1;
	text-align:center;
}
.introarrow i {
	display:block;
	margin: 15px 0 0 0;
}
/* SECTION - FEATURES */
.feature-icon {
	font-size:40px;
	line-height:100px;
	border:1px solid #aaa;
	height:100px;
	width:100px;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
	display:inline-block;
	text-align:center;
	margin-bottom:20px;
	border-radius:50%;
	color:#aaa;
}
.feature-icon:hover {
	color:#8CC63F;
	border-radius:0;
	border:1px solid #8CC63F;
}
.feature-item p.description {
	color:#000;
	font-weight:600;
	font-size:18px;
	margin-bottom:0;
	text-transform:uppercase;
}
.sep {
	border-bottom:1px solid;
	display:inline-block;
	width:160px;
	margin:0px auto;
	margin-bottom: 3px;
}

/* SECTION - DOWNLOAD */
ul.iconlist i{/*background-color: #fff;*/
/*height: 40px;*/
/*width: 40px;*/
/*line-height: 40px;*/
/*border-radius: 50%;*/
display: inline-block;
text-align: initial;
margin-right: 15px;
/*color: #444;*/
}

/* SECTION - PRICING */
#plans,#plans ul,#plans ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#pricePlans:after {
	content:'';
	display:table;
	clear:both;
}
#pricePlans {
	zoom:1;
}
#pricePlans {
		margin:0 auto;
}
#pricePlans #plans .plan {
	background:#fff;
	float:left;
	width:100%;
	text-align:center;
	border-radius:5px;
	margin:0 0 20px 0;
	border:1px solid #ddd;
}
.planContainer .title h2 {
	font-size:2.125em;
	font-weight:300;
	color:#333;
	margin:0;
	padding:.6em 0;
}
.planContainer .title h2.bestPlanTitle {
	background:#333;
	color:#fff;
	border-radius:5px 5px 0 0;
}
.planContainer .price p {
	background:#333;
	color:#fff;
	font-size:1.2em;
	font-weight:300;
	height:3.6em;
	line-height:3.6em;
	margin:0 0 1em;
}
.planContainer .price p.bestPlanPrice {
	background-color:#8CC63F;
}
.planContainer .price p span {
	color:#ccc;
}
.planContainer .options {
	margin-top:10em;
}
.planContainer .options li {
	font-weight:700;
	color:#364762;
	line-height:2.5;
}
.planContainer .options li span {
	font-weight:400;
	color:#979797;
}
.planContainer .button a {
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
	font-weight:600;
	letter-spacing:3px;
	line-height:3.6em;
	border:1px solid #ccc;
	display:inline-block;
	width:80%;
	height:3.6em;
	border-radius:3px;
	margin:1.5em 0 1.8em;
}
.planContainer .button a.bestPlanButton {
	color:#fff;
	background-color:#8CC63F;
	border:1px solid #8CC63F;
}
@media screen and (min-width:481px) and (max-width:768px) {
	#pricePlans #plans .plan {
		width:49%;
		margin:0 2% 20px 0;
	}
	#pricePlans #plans>li:nth-child(2n) {
		margin-right:0;
	}
}
@media screen and (min-width:769px) and (max-width:1024px) {
	#pricePlans #plans .plan {
		width:49%;
		margin:0 2% 20px 0;
	}
	#pricePlans #plans>li:nth-child(2n) {
		margin-right:0;
	}
}
@media screen and (min-width:1025px) {
	#pricePlans {
		margin:0px auto;
	}
	#pricePlans #plans .plan {
		width:24%;
		margin:0 1.33% 0px 0;
	}
	#pricePlans #plans>li:last-child {
		margin-right:0;
	}
	.planContainer .button a:hover {
		background:#333;
		color:#fff;
		border: 1px solid #333;
	}
}
/* SECTION - TESTIMONIALS */
#wowtestim .item img.avatar {
	width:120px;
	display:block;
	border-radius:50%;
	margin:0px auto;
	margin-bottom:10px;
	background-color:rgba(255,255,255,1);
	padding:0px;
}
.testimonials .client-msg {
	max-width:60%;
	margin:0px auto;
	font-weight:300;
	font-size:120%;
}
.testimonials .client-pos {
	margin:5px auto 15px;
	padding:0;
	font-size:13px;
}
.testimonials .client-name {
	padding:0;
	font-size:22px;
	margin: 0px;
}

/* SECTION - PRE-ORDER */
#preorder label {
	text-transform:uppercase;
	font-weight:300;
}
#preorder input,#preorder select,#preorder textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	width:100%;
		border:1px solid #DDD;
		border-radius:3px;
}
#preorder input,#preorder select {
	height:40px;
	margin-bottom:0px;
}
#preorder input#submit {
	width:auto;
	margin-top:20px;
	background-color:#333;
	color:#fff;
	padding:0px 30px;
	text-transform:uppercase;
	font-weight:300;
	border:0px;
}
#preorder input#submit:hover {
	background-color:#8CC63F;
	color:#fff;
}
#preorder textarea {
	height:200px;
}

/* SECTION - CONTACT */
#contact label {
	text-transform:uppercase;
	font-weight:300;
}
#contact input,#contact select,#contact textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	width:100%;
		border:1px solid #DDD;
		border-radius:3px;
}
#contact input,#contact select {
	height:40px;
	margin-bottom:0px;
}
#contact input#submit {
	width:auto;
	margin-top:20px;
	background-color:#333;
	color:#fff;
	padding:0px 30px;
	text-transform:uppercase;
	font-weight:300;
	border:0px;
}
#contact input#submit:hover {
	background-color:#8CC63F;
	color:#fff;
}
#contact textarea {
	height:200px;
}
.required {
	color:#e9266d
}
#success,#error,#contact_success,#contact_error {
	display:none
}
#success span,#error span {
	display:block;
		width:100%;
	background:#fff;
		margin-top:10px;
}
#success span p,#error span p {
	margin-top:6em
}
#success span p {
	padding:20px;
	font-weight:700;
	text-transform:uppercase;
	margin-top:20px !Important;
}
#error span p {
	color:#c0392b;
}
.error {
	text-transform:none;
	font-style:italic;
	display: inline-block;
	color:#ff0000;
}
button, input, optgroup, select, textarea {color:#888; padding:0px 20px;}
/* SECTION - FOOTER */
.footerarrow {
	position:absolute;
	height:80px;
	width:80px;
	top:-40px;
	left:50%;
	border-radius:40px;
	background:#222;
	color:#fff;
	margin-left:-40px;
	font-size:30px;
	line-height:1;
	text-align:center;
}
.footerarrow i {
	display:block;
	margin:12px 0 0 0;
}
.footerarrow:hover {
	color:#eee;
}
.footer {
	background: #ccc;
	padding:60px 0 45px;
	position:relative;
}
ul.social-icons li {
	display:inline-block;
	float:none;
	padding:17px;
	width:10px;
	height:10px;
	position:relative;
	background:#555;
	margin-right:5px;
	border-radius:50%;
}
ul.social-icons li i {
	position:absolute;
	font-size:15px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	left:50%;
	top:50%;
	margin-left:-20px;
	margin-top:-20px;
}
ul.social-icons li a {
	color:#fff;
}
ul.social-icons li a i {
	-webkit-transition-duration:0.8s;
	-moz-transition-duration:0.8s;
	-o-transition-duration:0.8s;
	transition-duration:0.8s;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	transition-property:transform;
	overflow:hidden;
}
ul.social-icons li a i:hover {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}
ul.social-icons li a:hover {
	text-decoration:none;
	color: #fff;
}

#child {
  width:249px;
  height:242px;
  /*background-color:rgba(255, 153, 62, 0.5);*/
  border: 2px solid rgba(255,0,0,1);
  position:absolute;
  top:115px;
  left:25px;
}

#child:hover {
  display:block;
}
.price {
    color:#8CC63F;
    font-family: "Oswald",sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 200;
    line-height: 1em;
    text-decoration: none;
}
.currency {
    color: #B0B0B0;
    font-family: "Oswald",sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 100;
    line-height: 1em;
    text-decoration: none;
    padding-top: 10px;
}

.month {
    color: #B0B0B0;
    font-family: "Oswald",sans-serif;
    font-size: 4vw;
    font-style: normal;
    font-weight: 100;
    /*line-height: 1em;*/
    text-decoration: none;
    padding-bottom: 2px;
}

.offer {
background-color: #8CC63F;
color: #FFF;
border: 0px none;
border-radius: 3px;
margin-bottom: 20px;
}

.greypanel {
background-color: #666;
color: #FFF;
border: 0px none;
border-radius: 3px;
margin-bottom: 20px;
padding-bottom: 5px;
}

.panel-title {
	font-family: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: inherit;
    text-transform: none;
}

.panel-group .panel {
    margin-bottom: 12px;
    border-radius: 4px;
}

a:focus {
    outline: none;
}

a:visited {
	text-decoration: none;
}

iframe {
  -moz-transform: scale(0.9, 0.9); 
  -webkit-transform: scale(0.9, 0.9); 
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9); 
  /*-moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;*/
}

/*.hide {
    display: none;
}*/

/*img.hole {
  width:600px;
  height:300px;
  object-fit:contain;
}*/

.ui-page-theme-a .ui-btn {
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(255,255,255,0.8); /* White w/ opacity */
}

/* Modal Content (image) */
.modal2-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal2-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.4s;
  animation-name: zoom;
  animation-duration: 0.4s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close1 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.closehole {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closehole:hover,
.closehole:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal2-content {
    width: 100%;
  }
}

.container {
    /*padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
    height:100%;
}

.fill {
    width:100%;
    height:100%;
    min-height:100%;
    background-color:#990000;
    padding:10px;
    color:#efefef;
}

.lead {
    /*margin-bottom: 20px;*/
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0px 20px 20px 0;
}

  /* Tooltip */
  .tooltip > .tooltip-inner {
    background-color: #000; 
    color: #FFFFFF; 
    border: 2px solid #fff; 
    padding: 12px;
    font-size: 18px;
  }
  /* Tooltip on top */
  .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #fff;
  }

  hr {
 	margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #000;
}
}

.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
    color: #000;
}

.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover {
    color: rgba(0,0,0,.5);
}

.modal-backdrop.in {
    opacity: .9;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

.holeNavLeft {
    position: absolute;
    top: 50%;
    left: 10px;
}

.holeNavRight {
    position: absolute;
    top: 50%;
    right: 10px;
}

@media only screen and (max-width: 700px){
  .holeNavLeft {
    position: absolute;
    top: 25% !important;
    left: 10px;
	}
}

@media only screen and (max-width: 700px){
  .holeNavRight {
    position: absolute;
    top: 25% !important;
    right: 10px;
	}
}

/* Show top button on mobile devices */
@media only screen and (max-width: 700px){
 .top {
  	display: block;
	}
}

.fa-chevron-circle-right:before {
    font-size: 1.3em;
}

.fa-chevron-circle-left:before {
    font-size: 1.3em;
}

.courselayoutparent {
    /*position: absolute;*/
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    height: 100vh;
}

.centercourselayout {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  resize: vertical;
  overflow: auto;
}

.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.scroll::-webkit-scrollbar {
  display: none; }

/*// Shared styles --------------- /*/
header {
  background: #000; }

/*// Examples*/
.example-one-header {
  border-radius: 3px;
  margin-bottom: 15px;
  display: none;
}

@media only screen and (max-width: 700px){
	.example-one-header {
	  display: block;
	}
}
/*// Nav items*/
.nav-item {
  padding: 13px 14px 12px;

  &:not(:last-child) {
    border-right: 1px solid rgba(#727c87, .2); } }

/* Remove the inline-block extra space*/
header,
nav { 
  font-size: 0; }

.nav-item a {
font-family: 'Oswald', sans-serif;
font-size: 20px;
font-weight: 400;
color: #fff;
/*letter-spacing: -0.1em;*/
}

.nav-item,
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.title {
  margin: 10px 0 6px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #000; }

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    /*border: 1px solid rgba(0,0,0,.2);*/
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.25);
    outline: 0;
}

/*button.close {
    padding: 0;
    margin-top: -34px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/

/*.close {
    float: right;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}*/

/*! Flickity v1.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
/*.flickity-enabled {
  position: relative; }

.flickity-enabled:focus { 
  outline: none; }

.flickity-viewport {
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* Draggable */
/*.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }*/

/*.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }*/

/* @media only screen and (min-width: 700px){
 	.holelayoutheight {
  	max-height: 650px;
  }
 }*/

 /* Preloader */

 .white {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 800;
	height: 100%;
	width: 100%;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 900;
  width: 150px;
  height: 150px;
  margin: -60px 0 0 -60px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #8CC63F;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.embed-responsive {
    position: unset;
}

.embed-responsive-16by9 {
    padding-bottom: 55.5%;
}

.btn-green {
    color: #fff;
    background-color: #8cc63f;
    border-color: #ccc;
}

.btn-flyover {
  display:block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid red;
  background: red;
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
/*  font-size: 12px;*/
  border-radius: 50%;
}

.videobutton {
    width: 40px;
  	height: 40px;
    color: #fff;
    background-color: #ffb000;
    border-radius: 50%;
    padding: 8px;
}

.videobutton:hover {
    color: #fff;
    background-color: #ffd16c;
}

.photobutton {
    width: 40px;
  	height: 40px;
    color: #fff;
    background-color: #ffb000;
    border-radius: 50%;
    padding: 8px;
}

.photobutton:hover {
    color: #fff;
    background-color: #ffd16c;
}

.btn:focus {
    color: #fff;
    text-decoration: none;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.btn-media {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-media:hover {
    color: #333;
    background-color: #ffb000;
    border-color: #ccc;
}

/*VIDEO MODAL*/
.movie-btn, .tube-link{
    width: 40px;
  	height: 40px;
    color: #fff;
    background-color: #ffb000;
    border-radius: 50%;
    padding: 8px;
    cursor:pointer;
}

.movie-btn:hover {
    color: #fff;
    background-color: #ffd16c;
}

.modal-vid{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100vh;
    z-index:999;
    display:none;
}
.movie-box{
    top:0px;
    left:0px;
    display:table;
    width:100%;
    height:100vh;
    background-color:#232323;
    background-color:rgba(255, 255, 255, 0.85);
    color:#fff;
    text-align:center;
}

.close{
    position:absolute;
    font-weight:300;
    letter-spacing:0.125em;
    /*text-transform:uppercase;*/
    /*font-family: 'Open Sans',sans-serif;*/
    /*font: 13px/26px 'Open Sans',sans-serif;*/
    font-size:40px;
    font-weight: bold;
    right:0px;
    top:-45px;
    color:#000;
    cursor:pointer;
    /*transition: 0.3s;*/
    opacity: 1;
}

.wide-screen{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
}

.vid-holder{
    display:inline-block;
    top:0px;
    left:0px;
    position:relative;
    margin:0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
    border-style:solid;
    border-width:0px;
    border-color:#333;
}

.standard-img, .widescreen-img, .sixteen-nine, .pal{
    max-height:calc(100vh - 122px);
    max-width:calc(100vw - 122px);
    /*max-width: 800px;*/ /*Change video modal width*/
    position:relative;
    margin:0 auto;
    /*transition: all 0.5s;*/
    display:none ;
}

@media only screen and (max-width:766px) {
	.standard-img, .widescreen-img, .sixteen-nine, .pal {
    max-width: calc(100vw - 0px); /*Video Modal 100% width of screen on mobile devices*/

	}
}

.show{
    display:block;
}

.hide{
    display:none;
}

.vid-holder video, .vid-holder iframe{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#000;
    background-image:url(https://s3.amazonaws.com/imglibs/video_bg.png);
    background-position:center center;
    background-repeat:no-repeat;
}

img {
  /*image-rendering: auto;*/
  /*image-rendering: crisp-edges;*/
  /*image-rendering: pixelated;*/
}