/* 
	Table of Contents
	update on Wed Oct 28 2015 16:26:52 GMT+0200 (FLE Standard Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Fonts ------------------------------------
	     03. Base -------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	II.  Regions --------------------------------------
	     01. Wrapper ----------------------------------
	     02. Shell ------------------------------------
	     03. Header -----------------------------------
	     04. Footer -----------------------------------
	III. Themes ---------------------------------------
	IV.  Modules --------------------------------------
	     01. Article ----------------------------------
	         Article Secondary ------------------------
	         Article Primary --------------------------
	     02. Button -----------------------------------
	         Btn Small --------------------------------
	         Btn Large --------------------------------
	         Btn Xlarge -------------------------------
	         Btn Menu ---------------------------------
	     03. Callout ----------------------------------
	     04. Feature ----------------------------------
	         Feature Secondary ------------------------
	     05. Intro ------------------------------------
	     06. List -------------------------------------
	         List Squares -----------------------------
	         List Logos -------------------------------
	         List Press Logos -------------------------
	     07. Logo -------------------------------------
	     08. Nav --------------------------------------
	     09. Section ----------------------------------
	         Section Primary --------------------------
	         Section Secondary ------------------------
	         Section Book -----------------------------
	         Section Courses --------------------------
	         Section press ----------------------------
	         Section Features -------------------------
	         Section testimonials ---------------------
	         Section Article --------------------------
	         Section Shares ---------------------------
	         Section Drone ----------------------------
	         Section Subscribe ------------------------
	         Section Notice ---------------------------
	     10. Socials ----------------------------------
	     11. Subscribe --------------------------------
	     12. Testimonial ------------------------------
	     13. Widget -----------------------------------
 */

.ico-facebook-small { background-image: url(images/sprite.png); background-position: -232px -229px; width: 56px; height: 56px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-facebook { background-image: url(images/sprite.png); background-position: -116px 0; width: 112px; height: 112px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-google-small { background-image: url(images/sprite.png); background-position: -112px -229px; width: 56px; height: 56px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-google { background-image: url(images/sprite.png); background-position: 0 -229px; width: 108px; height: 109px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-instagram-small { background-image: url(images/sprite.png); background-position: -345px -59px; width: 55px; height: 55px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-instagram { background-image: url(images/sprite.png); background-position: -232px -113px; width: 109px; height: 109px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-linkedin-small { background-image: url(images/sprite.png); background-position: -345px 0; width: 55px; height: 55px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-linkedin { background-image: url(images/sprite.png); background-position: -232px 0; width: 109px; height: 109px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-mail-small { background-image: url(images/sprite.png); background-position: -345px -118px; width: 55px; height: 55px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-mail { background-image: url(images/sprite.png); background-position: -113px -116px; width: 109px; height: 109px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-share-small { background-image: url(images/sprite.png); background-position: -345px -177px; width: 55px; height: 55px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-share { background-image: url(images/sprite.png); background-position: 0 -116px; width: 109px; height: 109px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-twitter-small { background-image: url(images/sprite.png); background-position: -172px -229px; width: 56px; height: 56px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-twitter { background-image: url(images/sprite.png); background-position: 0 0; width: 112px; height: 112px; display: inline-block; vertical-align: middle; font-size: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.ico-facebook { background-image: url(images/sprite.@2x.png); background-position: 0 0; background-size: 337px 334px; width: 112px; height: 112px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-google { background-image: url(images/sprite.@2x.png); background-position: 0 -225px; background-size: 337px 334px; width: 108px; height: 109px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-instagram { background-image: url(images/sprite.@2x.png); background-position: 0 -114px; background-size: 337px 334px; width: 109px; height: 109px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-linkedin { background-image: url(images/sprite.@2x.png); background-position: -111px -114px; background-size: 337px 334px; width: 109px; height: 109px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-mail { background-image: url(images/sprite.@2x.png); background-position: -228px 0; background-size: 337px 334px; width: 109px; height: 109px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-share { background-image: url(images/sprite.@2x.png); background-position: -228px -111px; background-size: 337px 334px; width: 109px; height: 109px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-twitter { background-image: url(images/sprite.@2x.png); background-position: -114px 0; background-size: 337px 334px; width: 112px; height: 112px; display: inline-block; vertical-align: middle; font-size: 0; }
}

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main { display: block; }

html,
body { height: 100%; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img, iframe, video, audio, object { max-width: 100%; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

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

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
	font-family: 'GothamMedium';
	src: url("fonts/GothamMedium_400_normal_1423227322.eot");
	src: url("fonts/GothamMedium_400_normal_1423227322.eot?#iefix") format("embedded-opentype"),
		url("fonts/GothamMedium_400_normal_1423227322.svg#GothamMedium") format("svg"),
		url("fonts/GothamMedium_400_normal_1423227322.woff") format("woff"),
		url("fonts/GothamMedium_400_normal_1423227322.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
  font-family: 'TrendSansOne';
  src: url('fonts/TrendSansOne.eot');
  src: url('fonts/TrendSansOne.eot?#iefix') format('embedded-opentype'),
       url('fonts/TrendSansOne.woff2') format('woff2'),
       url('fonts/TrendSansOne.woff') format('woff'),
       url('fonts/TrendSansOne.ttf') format('truetype'),
       url('fonts/TrendSansOne.svg#TrendSansOne') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "GothamBook";
	src: url("fonts/GothamBook_300_normal_1422880477.eot");
	src: url("fonts/GothamBook_300_normal_1422880477.eot?#iefix") format("embedded-opentype"),
		url("fonts/GothamBook_300_normal_1422880477.svg#GothamBook") format("svg"),
		url("fonts/GothamBook_300_normal_1422880477.woff") format("woff"),
		url("fonts/GothamBook_300_normal_1422880477.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
  font-family:'Gotham-Bold';
  src: url('fonts/Gotham-Bold_gdi.eot');
  src: url('fonts/Gotham-Bold_gdi.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Bold_gdi.woff') format('woff'),
    url('fonts/Gotham-Bold_gdi.ttf') format('truetype'),
    url('fonts/Gotham-Bold_gdi.svg#Gotham-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2248;
}

@font-face {
  font-family: 'Gotham-ExtraLight';
  src: url('fonts/Gotham-ExtraLight.eot');
  src: url('fonts/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'),
       url('fonts/Gotham-ExtraLight.woff2') format('woff2'),
       url('fonts/Gotham-ExtraLight.woff') format('woff'),
       url('fonts/Gotham-ExtraLight.ttf') format('truetype'),
       url('fonts/Gotham-ExtraLight.svg#Gotham-ExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Knockout-HTF50-Welterweight';
  src: url('fonts/Knockout-HTF50-Welterweight.eot');
  src: url('fonts/Knockout-HTF50-Welterweight.eot?#iefix') format('embedded-opentype'),
       url('fonts/Knockout-HTF50-Welterweight.woff2') format('woff2'),
       url('fonts/Knockout-HTF50-Welterweight.woff') format('woff'),
       url('fonts/Knockout-HTF50-Welterweight.ttf') format('truetype'),
       url('fonts/Knockout-HTF50-Welterweight.svg#Knockout-HTF50-Welterweight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Knockout-HTF46-Flyweight';
  src: url('fonts/Knockout-HTF46-Flyweight.eot');
  src: url('fonts/Knockout-HTF46-Flyweight.eot?#iefix') format('embedded-opentype'),
       url('fonts/Knockout-HTF46-Flyweight.woff2') format('woff2'),
       url('fonts/Knockout-HTF46-Flyweight.woff') format('woff'),
       url('fonts/Knockout-HTF46-Flyweight.ttf') format('truetype'),
       url('fonts/Knockout-HTF46-Flyweight.svg#Knockout-HTF46-Flyweight') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff url(images/temp/body-bg.jpg) repeat; font-family: 'GothamMedium', sans-serif; font-size: 20px; line-height: 1.15; color: #363636; letter-spacing: -0.02em; }

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; }

h1 { font-size: 90px; line-height: 1; color: #fff; letter-spacing: -0.06em;  font-weight: 400; }
h2 { font-size: 56px; line-height: 1; color: #5cc4a2; font-family: "GothamBook", sans-serif; font-weight: 400; letter-spacing: -0.04em; } 
h3 { font-size: 60px; line-height: 1; color: #fff; letter-spacing: -0.06em; font-weight: 400; }
h4 { font-size: 40px; line-height: 1; font-weight: 400; letter-spacing: -0.06em; }
h5 { font-size: 27px; color: #b22725; letter-spacing: -0.04em; line-height: 1; padding-left: 35px; padding-right: 15px; }
h6 { font-size: 30px; color: #363636; width: 100%; text-align: center;}

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.575em; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.15em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

ol,
ul { list-style: none; }

img { border: 0; border: none; }

html.js-show body { overflow-x: hidden; }

@media (max-width: 1450px){
	.body { font-size: 18px; }
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */


.section-image:after,
.nav ul:after,
.article-primary:after,
.list-press-logos:after,
.row:after,
.section-testimonial:after,
.features:after,
.seciton-body:after,
.shell:after,
.clear:after { content: ''; line-height: 0; display: table; clear: both; }


/*  Notext  */

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }


/*  Hidden  */

[hidden],
.hidden { display: none; }


/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { overflow: hidden; position: relative; right: 0; }

.wrapper-inner { /* overflow: hidden;  */position: relative; right: 0; transition: right.3s; }

.wrapper-inner.js-show { right: -250px; }
.wrapper-inner.js-show .nav { left: 0; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1497px; margin: auto; padding: 0 20px; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { background: #fff; padding: 20px 0; position: relative; z-index: 300; border-bottom: 10px solid #f7900b;   position: fixed; top: 0; left: 0; width: 100%; transition: left .3s; }

.header.js-show { left: 250px; }

.header .header-inner { float: right; }

.header .btn-menu { position: absolute; top: 50%; left: 20px; display: none; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* .header .btn-menu.active { position: fixed; top: 45px; left: auto; z-index: 200; right: 40px;} */

@media (max-width: 767px) {
	.header { border-bottom: 5px solid #f7900b; }

	.header .btn-menu { display: block; }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { position: relative; }
.footer .footer-image { width: 100%; height: auto;  }

.footer .footer-nav { width: 100%; text-align: center; font-size: 23px; color: #000; font-family: 'TrendSansOne', sans-serif; position: absolute; left: 0; bottom: 0; padding-bottom: 30px; letter-spacing: -0.14em; }

.footer .footer-nav li { display: inline-block; margin: 0 52px;  }

.footer .footer-nav a { display: inline-block; }
.footer .footer-nav a:hover { text-decoration: underline; }

@media (max-width: 1023px){
	.footer { padding-bottom: 80px; }
	
	.footer .footer-nav { font-size: 17px; color: #fff; }
	.footer .footer-nav li { margin: 0 22px; }
}

@media (max-width: 767px) {
	.footer .footer-nav { font-size: 12px; }
	
	.footer .footer-nav li { margin: 0 5px; }
}

/* ------------------------------------------------------------ *\
	III. Themes
\* ------------------------------------------------------------ */



/* ------------------------------------------------------------ *\
	IV.  Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

/* Article Secondary */

.article-secondary { padding-right: 244px; padding-bottom: 70px;  padding-top: 340px; } 
.article-secondary p strong { font-size: 26px; color: #000; }

/* Article Primary */

.article-primary { color: #fff; }

.article-primary .article-content {  padding-right: 230px; overflow: hidden; }
.article-primary .article-content h4.article-title { margin-bottom: 37px; }
.article-primary .article-content p { margin-bottom: 24px;  }

.article-primary .article-image { width: 324px; float: left; text-align: center; padding: 5px 37px; }

@media (max-width: 1450px){
	.article-secondary { padding-right: 20px; }

	.article-primary .article-content { padding-right: 20px; }
}

@media (max-width: 1023px){
	.article-secondary { padding-top: 20px; padding-bottom: 20px; font-size: 15px; padding-right: 0; }
	.article-secondary p strong { font-size: 20px; }

	.article-primary { font-size: 16px; }
	.article-primary .article-image { width: 224px; }
}

@media (max-width: 767px) {
	.article-primary { text-align: center;  padding-top: 30px; padding-bottom: 10px; }
	.article-primary .article-image { float: none; margin: 0 auto; margin-bottom: 20px; }
	.article-primary .article-content { padding-right: 0; }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 13px; background-color: #b22624; box-shadow: inset 0 0 20px rgba(108,15,15,.32); padding: 23px 34px 23px 47px; text-transform: uppercase; color: #fff; line-height: 1; font-size: 17px;  font-family: 'Gotham-Bold' sans-serif; letter-spacing: 0; transition: background .3s; }
.btn:hover { background: #c4312f; color: #fff; }

/*  Btn Small  */

.btn-small { border-radius: 13px; background-color: #b22624; box-shadow: inset 0 0 20px rgba(108,15,15,.32); padding: 21px 34px 21px 47px; text-transform: uppercase; color: #fff; line-height: 1; font-size: 17px; font-family:'Gotham-Bold', sans-serif; letter-spacing: 0; transition: background .3s; }

/*  Btn Large  */

.btn-large { font-size: 30px; padding: 39px 74px 36px 74px; border-radius: 23px; }

/*  Btn Xlarge  */

.btn-xlarge { padding-right: 94px; padding-left: 94px; }

@media (max-width: 1450px){
	.btn-small { font-size: 15px; }

	.btn-large { font-size: 23px; padding: 28px 42px; }
	}

@media (max-width: 1023px){
	.btn-small { font-size: 13px; padding-left: 28px; padding-right: 28px; }
}

@media (max-width: 767px) {
	.btn-large { font-size: 19px; }
} 

/*  Btn Menu  */

.btn-menu { display: inline-block; height: 9px; padding-top: 9px; }
.btn-menu span { position: relative; display: block; width: 25px; height: 15px; border-top: 3px solid #000; }
    
.btn-menu span:before,
.btn-menu span:after { position: absolute; width: 100%; height: 3px; background: #000; content: ''; }

.btn-menu span:before { top: -9px; }
.btn-menu span:after { top: 3px; }

.btn-menu span:before,
.btn-menu span:after,
.btn-menu span { 
    transition: all .3s linear; 
 }

.btn-menu.active span { border-color: transparent; }
.btn-menu.active span:before,
.btn-menu.active span:after { background: #e70000; }

.btn-menu.active span:before { 
-webkit-transform: rotate(45deg) translate(2.5px, 6px);
        -ms-transform: rotate(45deg) translate(2.5px, 6px);
    transform: rotate(45deg) translate(2.5px, 6px);

}
.btn-menu.active span:after { 
-webkit-transform: rotate(-45deg) translate(2.5px, -6px);
        -ms-transform: rotate(-45deg) translate(2.5px, -6px);
    transform: rotate(-45deg) translate(2.5px, -6px); 
}

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */

.callout { margin-top: 63px; }

.callout .callout-actions { margin-bottom: 45px; }
.callout .callout-content { margin-bottom: 60px; padding-left: 5px; }

@media (max-width: 1023px){
		.callout { margin-top: 13px; }

		.callout .callout-content { margin-bottom: 10px; }
	}

	@media (max-width: 767px) {
		.callout { text-align: center; }
	}

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */

.feature { float: left; width: 25%; color: #5cc4a2; font-size: 26px; font-family: "GothamBook", sans-serif; padding: 0 40px; }

.feature .feature-image { margin-bottom: 30px; }

/*  Feature Secondary  */

.feature-secondary { padding-top: 13px; }

@media (max-width: 1450px){
	.feature { font-size: 20px; padding-left: 30px; padding-right: 30px; }
}

@media (max-width: 1023px){
	.feature { float: none; display: inline-block; width: 45%; margin-bottom: 35px; }
	
	.feature-secondary { padding-top: 0;  }
	.feature-secondary .section-content { padding: 0 20px; }
	
	.features { text-align: center; }
}

@media (max-width: 767px) {
	.feature { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { background: url(images/temp/intro-bg.jpg) no-repeat center center; min-height: 1006px; padding-top: 260px; text-align: center; position: relative; z-index: 100; }
.intro:after,
.intro:before  {content: '';  display: block; width: 50%; height: 1px; box-shadow: 0px 8px 12px 40px rgba(0 ,0 ,0 ,1); position: absolute; top: 70px;  -webkit-transform: rotate(-2.5deg);  -ms-transform: rotate(-2.5deg);  transform: rotate(-2.5deg); left: 0px; z-index: 10; }

.intro:after { left: auto;  right: 0px; -webkit-transform: rotate(2.5deg); -ms-transform: rotate(2.5deg); transform: rotate(2.5deg); }

@media (max-width: 1450px){
	.intro { min-height: 750px; }
}

@media (max-width: 1023px){
	.intro:after { -webkit-transform: rotate(3.5deg); -ms-transform: rotate(3.5deg); transform: rotate(3.5deg); }
	.intro:before { -webkit-transform: rotate(-3.5deg); -ms-transform: rotate(-3.5deg); transform: rotate(-3.5deg); }

	.intro:after,
	.intro:before { box-shadow: 0px 8px 12px 37px rgba(0 ,0 ,0 ,1); }
}

@media (max-width: 767px) {
	.intro { min-height: 520px; padding-top: 173px; }

	.intro:after { -webkit-transform: rotate(4deg); -ms-transform: rotate(4deg); transform: rotate(4deg); }
	.intro:before { -webkit-transform: rotate(-4deg); -ms-transform: rotate(-4deg); transform: rotate(-4deg); }
	
	.intro:after,
.intro:before { box-shadow: 0px 8px 12px 30px rgba(0 ,0 ,0 ,1); }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/*  List Squares  */

.list-squares  { color: #000; }

.list-squares li { padding-left: 38px; margin-bottom: 25px; position: relative; }
.list-squares li:after { content: ''; display: inline-block; width: 15px; height: 15px; background: #f7900b; position: absolute; left: 2px; top: 4px; }

/*  List Logos  */

.list-logos { padding-top: 340px; }
.list-logos li { margin-bottom: 60px; text-align: center; }

/*  List Press Logos  */

.list-press-logos li { display: inline-block; margin: 0 18px; }
.list-press-logos a { display: inline-block; }

@media (max-width: 1450px){
	.list-squares { font-size: 18px; }

	.list-press-logos { text-align: center; }
	.list-press-logos li { margin: 10px 10px; }
	.list-press-logos li:last-child { margin-bottom: 0; }
}

@media (max-width: 1023px){
	.list-logos { padding-top: 40px; text-align: center; }
	
	.list-logos li { display: inline-block; margin: 0 10px; }
}

@media (max-width: 767px) {
	.list-logos { padding-top:20px; }

	.list-logos li { display: inline-block; padding: 30px; }
	.list-logos li:last-child { padding-bottom: 0; }

	.list-squares { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { display: inline-block; vertical-align: middle; font-size: 0; line-height: 0; text-indent: -4000px; background: url(images/logo.png) no-repeat 0 0; width: 642px; height: 556px; }

@media (max-width: 1450px){
	.logo { background-size: 428px 371px; width: 428px; height: 371px; }
}

@media (max-width: 767px) {
	.logo { background-size: 285px 247px; width: 285px; height: 247px; }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { font-size: 23px; color: #284d4a;   font-family: 'TrendSansOne', sans-serif; letter-spacing: -0.14em; float: left; padding-top: 23px;  }

.nav li { float: left; }

.nav a { display: inline-block; padding: 0 40px;  }
.nav a:first-child { padding-left: 0; }
.nav li.current a,
.nav a:hover { color: #b32725; }

@media (max-width: 1450px){
	.nav { font-size: 19px; }

	.nav a { padding: 0 25px; }
}

@media (max-width: 1023px){
	.nav { font-size: 16px; }

	.nav a { padding: 0 15px; }
}

@media (max-width: 767px) {
	.nav { width: 250px;  position: fixed; left: -250px; top: 0; transition: left .3s; color: #fff; border-right: 5px solid #e9880a; padding-top: 100px; height: 100%; overflow: auto;  }

	.nav li { float: none; width: 100%; border-bottom: 1px solid #284d4a; }
	.nav a { display: block; padding: 10px 0 10px 10px; width: 100%; }
	.nav a:hover { text-decoration: none; color: #b32725; }
	.nav a:first-child { padding-left: 10px; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { position: relative; }
.section .shell { position: relative; }

/*  Section Primary  */

.section-primary { background: #fff; }
.section-primary .section-head { position: absolute; top: -53px; z-index: 200; display: block; left: 16px; }
.section-primary .section-head h3 { display: block; line-height: 1; letter-spacing: -0.06em; }

/*  Section Secondary  */

.section-secondary {  border-top: 10px solid #f7900b; }

/*  Section Book */

.section-book { background: #fff url(images/temp/section-shadow.png) no-repeat center top; }

.section-book .book-title { color: #b32725; text-transform: uppercase; display: block; letter-spacing: -0.04em; padding-bottom: 9px; }

.section-book .section-content { position: relative; z-index: 201; }

.section-book .section-content .image-holder-secondary { float:right; width: 40%; padding-top: 75px; padding-right: 60px;  }

.section-book .section-content .image-holder-primary { float: left; width: 60%; position: relative; }
.section-book .section-content .image-holder-primary .book-image { position: absolute; top: -85px; left: 108px; width: 607px; }

.section-book .section-col-size2 { width: 70%; float: right; }
.section-book .section-col-size1 { width: 30%; float: left; }

.section-book .section-image { position: relative; width: 100%; }

/*  Section Courses */

.section-course { background: #fff url(images/temp/section-monitor-shadow.png) no-repeat center top; padding: 0 0 40px; }

.section-course .section-aside { width: 22%; float: left; padding-top: 98px; }
.section-course .section-video {  position: absolute; width: 67%; height: 609px; top: -100px; left: 43px; padding: 20px; }
.section-course .section-inner { padding-top: 508px; text-align: center; }
.section-course .section-inner .video-holder { position: absolute; top: 35px; left: 40px; right: 40px;}
.section-course .section-inner .logo-holder { padding: 10px; margin-bottom: 40px; }

.section-course .section-content { width: 78%; float: right; position: relative; }
.section-course .section-content .section-col-size4 { width: 73%; float: left; }
.section-course .section-content .section-col-size3 { width: 27%; float: right; }

/*  Section press */

.section-press { background: #fff url(images/temp/section-press-shadow.png) no-repeat center top; z-index: 100; }

.section-press .section-head h3 span { font-family: 'Gotham-ExtraLight', sans-serif; }

.section-press .section-body { padding-top: 150px; }

.section-press h6.section-press-title { margin-bottom: 45px; padding-left: 100px; }
.section-press h6.section-press-title a  { color: #b32725; }
.section-press h6.section-press-title a:hover { text-decoration: underline; }

/*  Section Features */

.section-features { text-align: center; }
.section-features .shell { padding: 90px 60px 114px; }

.section-features .section-head { margin-bottom: 79px; }
.section-features .section-head h2 { margin-bottom: 2px; }

.section-features .section-foot { color: #5cc4a2; font-size: 26px; font-family: "GothamBook",sans-serif; text-align: left; padding-left: 40px; letter-spacing: -0.04em; padding-bottom: 116px; }
.section-features .section-foot p strong { font-size: 70px; font-weight: 700; color: #fff; }

/* Section testimonials */

.section-testimonials { z-index: 200; }

.section-testimonials .shell { padding: 70px 60px 0; min-height: 620px; position: relative; }

.section-testimonials .section-col-size5 { width: 26%; margin-right: 13%; float: left; }
.section-testimonials .section-col-size6 { width: 23%; margin-right: 9%; float: left; }
.section-testimonials .section-col-size7 { width: 29%;  float: left; }

.section-testimonials .section-image { position: absolute; left: 0; text-align: center; bottom: -125px; width: 100%; padding-left: 90px; }
.section-testimonials .section-image a { display: inline-block; }
.section-testimonials .section-image img { width: 100%; height: auto; }

/* Section Article */

.section-article .shell {  padding: 62px 60px; }

/* Section Shares */

.section-shares .shell { padding: 75px 0; }

/* Section Drone */

.section-drone { text-align: center; }
.section-drone .shell { padding: 110px 0 180px; }

/* Section Subscribe */

.section-subscribe .shell { padding: 45px 24px; }

.section-subscribe .section-col { float: left; }
.section-subscribe .section-col-1of2 { width: 50%; }
.section-subscribe .section-content { font-size: 31px; color: #525252; line-height: 1.1; letter-spacing: -0.04em; font-family: "GothamBook", sans-serif; padding-right: 125px; }
.section-subscribe .section-content p strong { color: #b32725; font-family: 'Gotham-Bold', sans-serif; }

/* Section Notice */

.section-notice { text-align: center; }
.section-notice .shell { padding: 96px 0 100px; }

.section-notice .registration-info { font-size: 51px; color: #fff; }

@media (max-width: 1450px){
	.section-book .section-content .image-holder-primary .book-image { max-width: 500px; left: 100px; }
	
	.section-book .section-content .image-holder-secondary { padding-right: 20px; }

	.section-features .section-head h2 { font-size: 46px; }
	.section-features .section-head h1 { font-size: 78px; }

	.section-features .section-foot { font-size: 20px; padding-bottom: 50px; }
	.section-features .section-foot p strong { font-size: 62px; }

	.section .shell { padding: 40px 20px; }
	
	.section-primary .section-head { top: -44px; }
	.section-primary .section-head h3 { font-size: 50px; }

	.section-course .section-aside  { width: 26%; padding-top: 48px; }
	.section-course .section-content { width: 74%; }
	.section-course .section-video .video-image { max-width: 520px; }
	.section-course .section-video .monitor-image { max-width: 560px; }

	.section-testimonials .section-image { position: static; padding-left: 0; }

	.section-press h6.section-press-title { padding-left: 0; font-size: 28px; }
	
	.section-press .shell { padding-bottom: 0; }

	.section-notice .registration-info { font-size: 46px; }
}

@media (max-width: 1200px){
	.section-subscribe .section-content { font-size: 24px; }

	.section-notice .registration-info { font-size: 38px; }
}

@media (max-width: 1023px){
	.section-features .section-head h2 { font-size: 36px; }
	.section-features .section-head h1 { font-size: 58px; }
	
	.section-features .section-foot { font-size: 20px; padding-bottom: 25px; text-align: center; }
	.section-features .section-foot p strong { font-size: 43px; }

	.section-book .section-col-size2 { width: 100%; float: none; }
	.section-book .section-col-size1 { width: 100%; float: none; }

	.section-book .section-content .image-holder-primary .book-image { position: static; }
	.section-book .section-content .image-holder-primary .book-image  { padding: 20px 0 0 20px; }

	.section-course .section-content  { float: none; width: 100%; }
	.section-course .section-aside { float: none; width: 100%; padding-top: 48px; }

	.section-course .section-content .section-col-size4 { width: 100%; float: none; }
	.section-course .section-content .section-col-size3 { width: 100%; float: none; }

	.section-course .section-video {  position: relative; width: 100%; height: auto; padding: 20px; text-align: center; top: 0; left: 0; }
	.section-course .section-video .video-image { max-width: 600px; }
	.section-course .section-video .monitor-image { max-width: 640px; }

	.section-course .section-inner { padding-top: 40px; text-align: center; }
	.section-course .section-inner .video-holder { position: absolute; top: 35px; left: 40px; right: 40px; }
	.section-course .section-inner .logo-holder { padding: 10px; margin-bottom: 40px; }

	.section-testimonials .section-col-size5 { width: 100%; margin-right: 0; float: none; }
	.section-testimonials .section-col-size6 { width: 100%; margin-right: 0; float: none; }
	.section-testimonials .section-col-size7 { width: 100%;  float: none; }
	
	.section-subscribe .section-content { margin-bottom: 30px; }

	.section-subscribe .section-col { float: none; }
	.section-subscribe .section-col-1of2 { width: 100%; }

	.section-notice .registration-info { font-size: 29px; }
}

@media (max-width: 767px) {
	.section-secondary { border-top: 5px solid #f7900b; }
	
	.section-features .section-head h2 { font-size: 27px; margin-bottom: 5px; }
	.section-features .section-head h1 { font-size: 40px; }
	
	.section-features .section-foot { text-align: center; line-height: 1.3; padding-left: 0; padding-bottom: 45px; }
	.section-features .section-foot p strong { display: block; }

	.section-book { background-size:  865px 392px; }
	.section-book .section-content .image-holder-primary { float: none; width: 100%; position: relative; text-align: center; padding-left: 0; padding-top: 20px; }
	.section-book .section-content .image-holder-primary .book-image { max-width: 320px }
	.section-book .section-content .image-holder-secondary { float: none; width: 100%; text-align: center; padding-left: 40px; padding-right: 40px; }

	.section-course .section-video {  position: relative; width: 100%; height: auto; padding: 20px; text-align: center; top: 0; left: 0; }
	.section-course .section-video .video-image { max-width: 100%; }
	.section-course .section-video .video-holder  { max-width: 100%; }
	.section-course .section-video .monitor-image { max-width: 100%; }

	.section-course .section-inner { padding-top: 0; text-align: center; }
	.section-course .section-inner .video-holder { position: absolute; top: 35px; left: 40px; right: 40px; }
	.section-course .section-inner .logo-holder { width: 50%; margin: 0 auto; margin-bottom: 20px;  }
	
	.section-course .section-aside h5 { font-size: 21px; }

	.section-primary .section-head { top: -25px; }
	.section-primary .section-head h3 { font-size: 30px; }

	.section-press { background-size: 950px 122px; }
	.section-press .section-body { padding-top: 40px; }

	.section-press h6.section-press-title { padding-left: 0; font-size: 23px; }

	.section-subscribe .section-content { font-size: 18px; padding-right: 0; padding-top: 25px; }

	.section-notice .registration-info { font-size: 20px; padding-top: 30px; padding-bottom: 30px; }

	.section-features .section-head { padding-top: 32px; }

	.section-testimonials .row { padding-top: 35px; }
	.section-testimonials .section-image { padding-bottom: 35px; }

	.section-drone .shell { padding-top: 60px; padding-bottom: 60px; }
}

@media (max-width: 479px){
	.section-book .section-content .image-holder-primary { padding-left: 20px;  }
	.section-book .section-content .image-holder-primary .book-image { max-width: 280px }
	
	.section-course .section-video { padding: 0px; max-width: 280px; margin: 0 auto; }
	.section-course .section-video .video-holder { top: 10px;  max-width: 260px; left: 10px; }
	.section-course .section-video .video-image { max-width: 260px;}
	.section-course .section-video .monitor-image { max-width: 280px; }
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials { text-align: center; }

.socials li { display: inline-block; margin: 0 10px; }
.socials li:first-child { margin-left: 0; }
.socials li:last-child { margin-right: 0; }

.socials a { display: inline-block; }
.socials a:hover { opacity: .7; }

.socials .ds-hide { display: none; }

@media (max-width: 1023px){
	.socials .mb-hide { display: none; }

	.socials .ds-hide { display: block; }

	.socials li { margin-bottom: 10px;  }
}

@media (max-width: 767px) {
	.socials { padding: 30px 0; }
}

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */

.subscribe { font-size: 43px; color: #9ea6a6; text-transform: uppercase; padding-left: 24px; font-family: 'Knockout-HTF50-Welterweight', sans-serif; line-height: 1; }

.subscribe .subscribe-field { text-transform: uppercase; color: #9ea6a6;  border: 0; background: #dfdfdf; padding: 24px 36px; border-radius: 22px; width: 100%; }
.subscribe .subscribe-field:focus { color: #000; }

.subscribe .subscribe-actions { text-align: right; padding-right: 45px; }
.subscribe .subscribe-btn { background: none; border: 0; font-size: 24px; color: #000; font-family: 'GothamMedium', sans-serif; }

@media (max-width: 1023px){
	.subscribe { padding-left: 0; font-size: 32px; }
	
	.subscribe .subscribe-field { padding: 18px 28px; margin-bottom: 10px;  }
}

@media (max-width: 767px) {
	.subscribe {  font-size: 26px; padding-bottom: 10px;  }
	
	.subscribe .subscribe-field { padding: 14px 10px; }
	.subscribe .subscribe-btn { font-size: 18px; }
}

/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */

.testimonial { color: #fff; font-size: 18px; line-height: 1.12; text-align: center; padding: 0 4px; letter-spacing: 0.02em; }

.testimonial blockquote { margin-bottom: 15px;  }

.testimonial .testimonial-author { font-size: 23px; text-transform: uppercase; }
.testimonial .testimonial-author span { text-transform: none; display: block; margin-top: 8px; font-size: 18px; }

@media (max-width: 1450px){
	.testimonial { margin-bottom: 30px; padding: 0;  }

	.testimonial .testimonial-author { font-size: 20px; text-transform: uppercase; }
}

@media (max-width: 1023px){
	.testimonial { font-size: 16px; }

	.testimonial .testimonial-author span { font-family: 16px; }
	.testimonial .testimonial-author { font-size: 18px; }
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }


/* ------------------------------------------------------------ *\
	Revisions Oct. 23
\* ------------------------------------------------------------ */

.downloads .feature{width: 33%}

.section-features .section-foot {
  text-align: center;
  padding-top: 30px;
}

.subscribe .subscribe-actions{padding-right: 0px}

.subscribe .btn-large {
  border: 0 none;
  border-radius: 10px;
  font-size: 23px;
  margin-top: 10px;
  padding: 15px 50px;
}

.downloads a.home {
  background: #fff none repeat scroll 0 0;
  border: 4px solid #f7900b;
  	-webkit-border-radius: 34px;
	  -moz-border-radius: 34px; 
	  border-radius: 34px;
  display: block;
  margin: 0 auto;
  padding: 17px 0;
  text-transform: uppercase;
  width: 401px;
  color: #284d4a;
  font-weight: 700;
  font-size: 26px;
}

.downloads .feature{padding: 0}

.downloads .feature .feature-image {
  width: 70%;
  margin: auto;
}

ul.features{
	margin: auto;
	width:85%;
}

.st_sharethis_large:hover{opacity: .8}
.st_sharethis_large{
  background-image: url("images/sprite.png") !important;
  background-position: 0 -116px !important;
  display: inline-block !important;
  font-size: 0 !important;
  height: 109px !important;
  vertical-align: middle !important;
  width: 109px !important;
  cursor: pointer;
}
.st_sharethis_large .stLarge{background-image: none !important}

@media (max-width: 1600px) and (min-width: 1400px){
	.section-course .section-inner .logo-holder{
		margin-top: 70px;
	}
}



@media (max-width: 1445px) and (min-width: 1000px){
	.callout-image img {
	  margin-left: -5%;
	  margin-top: -9%;
	  max-width: 110%;
	}
	.section-course .section-inner{
		padding-top: 398px;
	}
	#section-book .article-secondary{
		padding-top: 290px;
	}
	.section-press .section-body{
		padding-top: 100px;
	}
}



@media (min-width: 1024px){
	/*.callout .callout-actions{
		text-align: center;
	}*/
	.footer .footer-nav{
	padding-bottom: 9px;
    padding-top: 12px;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	}

}

@media (min-width: 1400px) {
	.shell,
	.section .shell {
	  padding-left:9%;
	  padding-right:9%;

	}
	.section-primary .section-head{
		left:10%;
	}
	.article-primary .article-content{
		padding-right: 30px;
	}
	.section-testimonials{height: 835px;}
	.section-press .shell{
		padding-right: 8%;
		padding-left: 8%;
	}
	.list-press-logos li{margin: 0 4px;}
	.list-press-logos li img{width: 85%;}
	.section-course .section-video{top:0px;}
	.btn-large{padding: 39px 45px 36px}


}

@media (min-width: 1920px){
	.shell,
	.section .shell {
	  padding-left:6%;
	  padding-right:6%;

	}
}



@media (max-width: 999px) {
	.downloads .feature{width: 32%}
	.downloads .feature .feature-image{width: 80%;}
}

@media (max-width: 767px) {
	.downloads .feature{width: 100%}
	.downloads .feature .feature-image{width: 50%;}
	.downloads a.home{width: auto;padding: 20px;}
}


