.academy-lp-container {
	max-width: 1180px;
	margin: 0px auto;
}

.academy-lp-header-bg {
	background-image: url(/se/images/academy-lp-temp/academy-lp-header-bg.jpg);
	padding: 5px;
	position: fixed;
	width: 100%;
	z-index: 100;
    box-shadow: 0px 0px 10px black;
}

.academy-lp-header-logo {
	height: 35px;
}

a.academy-lp-header-link {
	color: white;
    font-family: 'Source Sans Pro', 'Open Sans', 'Signika Negative', arial;
	font-weight: 600;
    margin-right: 15px;
	margin-top: 8px;
    display: inline-block;	
	font-size: 13px;
}

a.academy-lp-header-link .fa {
	color: #7c848a;
	padding-right: 3px;
}

.academy-lp-top-bg {
	background-color: gray;
	text-align: center;
	padding-top: 210px;
	padding-bottom: 40px;
}

.academy-lp-top-header-text {
	color: white;
	font-family: 'Source Sans Pro', 'Open Sans', 'Signika Negative', arial;
	font-weight: 600;
	font-size: 50px;
	line-height: 48px;
	text-align: center;
	text-shadow: 0px 0px 10px black;
    text-transform: capitalize;
}

.academy-lp-top-subheader-text {
	color: white;
	font-family: 'Source Sans Pro', 'Open Sans', 'Signika Negative', arial;
	font-weight: 400;
	font-size: 27px;
	text-align: center;
	padding-top: 10px;
	text-shadow: 0px 0px 10px black;
	font-style: italic;
}

a.academy-lp-top-button {
	color: black;
    font-family: 'Source Sans Pro', 'Open Sans', 'Signika Negative', arial;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 4px 0px;
    width: 200px;
    margin: 0px 10px;
    margin-top: 20px;
    display: inline-block;
	
	background: rgb(255,212,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,212,0,1) 0%, rgba(229,189,87,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,212,0,1) 0%,rgba(229,189,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,212,0,1) 0%,rgba(229,189,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd400', endColorstr='#e5bd57',GradientType=1 ); /* IE6-9 */
}

a.academy-lp-top-button2 {
	color: white;
	background: transparent;
	border: 2px solid white;
    padding: 2px 0px;
}

.academy-lp-features {
	padding: 20px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.academy-lp-text-padding {
	padding: 20px;
}

.academy-lp-header-text1 {
	color: black;
	font-family: 'Source Sans Pro', 'Open Sans', 'Signika Negative', arial;
	font-weight: 600;
	font-size: 44px;
	line-height: 44px;
	text-align: center;
    text-transform: capitalize;
}

.academy-lp-subheader-text1 {
	color: #1d1d1d;
    font-family: 'Source Sans Pro', 'Open Sans', 'Signika Negative', arial;
    font-weight: 400;
    font-size: 33px;
    line-height: 44px;
    text-align: center;
}

.academy-lp-subheader-text2 {
	
}

.academy-lp-semi-white-bg {
	background: rgba(255, 255, 255, 0.67);
}


/* slider */

ul.academy-lp-slider li {
	list-style-type: none !important;
	padding: 10px !important;
	max-width: 700px !important;
}

.academy-lp-slider-container {
	position: relative;
    padding-bottom: 10px;
}

#swipe-academy-lp {
	position: absolute;
	z-index: 20;
	top: 0px;
	width: 100%;
	height: 100%;
}

.academy-lp-slider-nav {
	position: relative;
	border:0px;
	padding:0px;
	margin: 0px auto;
	height: 0px;
}

#slider-arrows {
	position: absolute;
	z-index: 31;
	left: 20px;
	top: 20px;
	background: none !important;
	width: 96px;
	height: 50px;
}

.academy-lp-forwardLink {
	cursor: pointer;
	position: absolute;
	z-index: 30;
	right: 0px;
	top: 205px;
}

.academy-lp-forwardLink img {
	background: none !important;
	width: 75px !important;
	height: 120px
}

.academy-lp-backwardLink {
	cursor: pointer;
	position: absolute;
	z-index: 30;
	left: 0px;
	top: 205px;
}

.academy-lp-backwardLink img {
	background: none !important;
	width: 75px !important;
	height: 120px
}

/* slider */


/* ============================================== */

/* Responsive Breakpoints */
@media only screen and (max-width: 1500px) {

	
}

@media only screen and (max-width: 1280px) {

	
}

@media only screen and (max-width: 1100px) {

}

/* ipad wide */
@media only screen and (max-width: 1024px) {

	.academy-lp-top-bg {
		padding-top: 150px;
	}

	.academy-lp-top-header-text {
		font-size: 44px;
		line-height: 40px;
	}
	
	.academy-lp-header-text1 {
		font-size: 42px;
		line-height: 42px;
	}
	
	.academy-lp-subheader-text1 {
		font-size: 29px;
		line-height: 40px;
	}	
}


@media only screen and (max-width: 991px) {

	.academy-lp-top-header-text {
		font-size: 34px;
		line-height: 31px;
	}

	.academy-lp-header-text1 {
		font-size: 34px;
		line-height: 34px;
	}	
	
	.academy-lp-subheader-text1 {
		font-size: 26px;
		line-height: 30px;
	}	
	
	.academy-lp-features {
		padding: 10px !important;
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	
	.academy-lp-text-padding {
		padding: 15px;
	}
	
}

@media only screen and (max-width: 960px) {
	
}

@media only screen and (max-width: 800px) {

}

/* ipad long */
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {

}


@media only screen and (max-width: 765px) {


}

@media only screen and (max-width: 725px) {

}

@media only screen and (max-width: 640px) {
	
}

@media only screen and (max-width: 560px) {
	
	
}

/* iphone6+ */
@media only screen and (max-width: 480px) {
	
	.academy-lp-header-logo {
		height: 30px;
	}
	
	a.academy-lp-header-link {
		font-size: 11px;
		margin-right: 10px;
		font-size: 12px;
	}
	
	a.academy-lp-header-link .fa {
		padding-right: 1px;
	}
	
	.academy-lp-top-header-text {
		font-size: 21px;
		line-height: 21px;
	}
	
	.academy-lp-top-subheader-text {
		font-size: 19px;
	}	
	
	a.academy-lp-top-button {
		font-size: 17px;
		padding: 2px 0px;
		width: 150px;
	}
	
	a.academy-lp-top-button2 {
		padding: 0px 0px;
	}
	
	.academy-lp-features {
		padding: 6px !important;
		padding-right: 3px !important;
		padding-left: 3px !important;
	}

	.academy-lp-header-text1 {
		font-size: 21px;
		line-height: 23px;
	}
	
	.academy-lp-subheader-text1 {
		font-size: 17px;
		line-height: 19px;
	}	
	
	.academy-lp-text-padding {
		padding: 10px;
	}	
}

/* iphone6, galaxys7 */
@media only screen and (max-width: 400px) {

	.academy-lp-top-header-text {
		font-size: 18px;
	}
	
	a.academy-lp-top-button {
		font-size: 16px;
		width: 135px;
	}
	
	.academy-lp-header-text1 {
		font-size: 19px;
		line-height: 19px;		
	}	
}

/* galaxys7 - 360 */
@media only screen and (max-width: 360px) {
	
}

/* iphone5 - 320 */
@media only screen and (max-width: 350px) {

	.academy-lp-header-logo {
		height: 25px;
	}
	
	a.academy-lp-header-link {
		margin-right: 6px;
		font-size: 10px;
	}
	
	.academy-lp-top-header-text {
		font-size: 16px;
	}
	
	a.academy-lp-top-button {
		font-size: 15px;
		width: 120px;
		margin: 0px 5px;		
	}	
	
	.academy-lp-header-text1 {
		font-size: 16px;
		line-height: 18px;
	}
	
	.academy-lp-subheader-text1 {
		font-size: 14px;
		line-height: 16px;
	}

}

/* 
wide desktop
- 1920

macpro
- 1440

ipad
- 1024px
- 768px

iphone6+
- 414px
- 736px

iphone6
- 375px
- 667px

galaxys6
- 360px
- 640px

iphone5
- 320px

 */