@charset "utf-8";

/* Main
---------------------------------------- */
html {
}

body {
    color: #767676;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
	margin: 0;
	padding: 0;
	position: relative;
}

a {
	color: #912b8f;
	text-decoration: underline;

		    transition: color .2s ease-in; 
	   -moz-transition: color .2s ease-in;
	     -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}

a:hover {
	color: #912b8f;
	text-decoration: none;
}

img	{
	vertical-align: text-bottom;
}

h1, h2, h3, h4 {
	font-family: 'Passion One', cursive;
}



/* Body
---------------------------------------- */
#nav-menu {
	color: #a8a7a7;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 50px;
	text-transform: uppercase;
	top: 16px;
}

#nav-hamburger {
	margin: 3px;
	outline: none;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 3px;
	vertical-align: bottom;
	width: 30px;
}

#nav-hamburger span {
	border-radius: 1px;
	display: block;
	height: 4px;
	margin: 5px 1px;
	position: relative;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#nav-hamburger span:nth-child( 1 ) {
	background-color: #8bc641;
}

#nav-hamburger span:nth-child( 2 ) {
	background-color: #ef3c3b;
}

#nav-hamburger span:nth-child( 3 ) {
	background-color: #1aaae2;
}

#nav-close {
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	position: absolute;
	right: 10px;
	top: 10px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#nav-close:hover {
	color: #fff;
}

header {
	background-color: rgba( 255, 255, 255, 0.8 );

			box-shadow: 0 2px 15px -2px rgba( 0, 0, 0, 0.2 );
	   -moz-box-shadow: 0 2px 15px -2px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 0 2px 15px -2px rgba( 0, 0, 0, 0.2 );

	position: fixed;
	width: 100%;
	z-index: 100;
}

#header-content {
	height: 56px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 940px;
}

#header-logo {
	height: 43px;
	position: absolute;
	top: 7px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 105px;
}

#header-social {
	font-size: 14px;
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	text-align: center;
}

#header-social > li {
	display: inline-block;
	margin-right: 8px;
}

#header-social > li:last-child {
	margin: 0;
}

#header-social > li > a.social {
	background-color: #912b8f;
	border-radius: 16px;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	text-align: center;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 32px;
}

#header-social > li > a.social:hover {
	color: #fff;
}

#header-social > li > a.youtube:hover {
	background-color: #e62f27;
}

#header-social > li > a.facebook:hover {
	background-color: #3b5998;
}

#header-social > li > a.twitter:hover {
	background-color: #4fadff;
}

#banner-container {
	background-color: #fff;
	background-image: url( '/images/banner_bg.jpg' );
	background-position: top center;
	background-repeat: no-repeat;

			background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
	-webkit-background-size: cover;

	position: relative;
}

#banner-dudes {
	background-position: top center;
	background-repeat: no-repeat;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#banner-content {
	height: 563px;
	margin: 0 auto;
	position: relative;
	text-align: center;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 960px;
}

#banner-logo {
	height: 436px;
	left: 62px;
	position: absolute;
	top: 90px;
	width: 248px;
}

body.page-1 #banner-logo {
	height: 562px;
	top: 115px;
	width: 320px;
}

#banner-content .button {
	display: none;
	position: absolute;
}

body.page-1 #banner-content {
	height: 843px;
}

body.page-1 #banner-content .button {
	display: inline-block;
	left: 108px;
	top: 710px;
}

body.page-1.fr #banner-content .button {
	left: 82px;
}

#title-bar-container {
	background-color: #8bc641;
	color: #fff;
	font-family: 'Passion One', cursive;
	font-size: 60px;
	line-height: 48px;
	padding: 24px 0 22px;
	text-transform: uppercase;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#title-bar-content {
	margin: 0 auto;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 960px;
}

#breadcrumbs-container {
	color: #ef3c3b;
	font-weight: bold;
	margin: 47px 0;
}

#breadcrumbs-content {
	margin: 0 auto;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 960px;
}

#breadcrumbs-content a {
	color: #ef3c3b;
}

section {
	padding: 50px 0;
}

section.green, section.purple {
	background-position: top center;
	background-repeat: no-repeat;

			background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
	-webkit-background-size: cover;

	color: #fff;
}

section.green {
	background-image: url( '/images/bg_green.jpg' );
}

section.purple {
	background-image: url( '/images/bg_purple.jpg' );
}

section.parallax-window {
	background: transparent;
	color: #fff;
}

section.social {
	background-color: #1aaae2;
	text-align: center;
}

section.social h1 {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	margin: 0;
	text-transform: uppercase;
}

.section-content {
	margin: 0 auto;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 940px;
}

section.social ul {
	list-style: none;
	margin: 35px 0 0;
	padding: 0;
	text-align: center;
}

section.social li {
	display: inline-block;
	margin-right: 20px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

section.social li:last-child {
	margin: 0;
}

section.social li > a.social {
	background-color: #fff;
	border-radius: 39px;
	color: #1aaae2;
	display: block;
	font-size: 42px;
	height: 78px;
	line-height: 78px;
	text-align: center;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 78px;
}

section.social li > a.social:hover {
	color: #fff;
}

section.social li > a.youtube:hover {
	background-color: #e62f27;
}

section.social li > a.facebook:hover {
	background-color: #3b5998;
}

section.social li > a.twitter:hover {
	background-color: #4fadff;
}

.page-title {
	font-size: 50px;
	font-family: 'Passion One', cursive;
	line-height: 40px;
	text-transform: uppercase;
}

footer {
	background-color: #fff;
	padding: 35px 0 100px;
	text-align: center;
}

#footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer-menu > li {
	border-right: 1px solid #7d7c7c;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding: 0 10px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

body.fr #footer-menu > li {
	font-size: 11px;
	padding: 0 7px;
}

#footer-menu > li:last-child {
	border-right: 0;
}

#footer-menu > li > a {
	color: #7d7c7c;
	text-decoration: none;
}

#footer-menu > li > a:hover {
	text-decoration: underline;
}

#footer-menu > li > ul {
	display: none;
}

#footer-logo {
	list-style: none;
	margin: 33px 0 0;
	padding: 0;
	text-align: center;
}

#footer-logo > li {
	display: inline-block;
	padding: 0 5px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#footer-logo > li:nth-child( 3 ) {
	border-left: 1px solid #85a6ca;
	border-right: 1px solid #85a6ca;
	margin: 0 6px;
	padding: 0 12px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#footer-logo > li img {
	height: 51px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: auto;
}

.footer-sponsor {
	list-style: none;
	margin: 33px 0 0;
	padding: 0;
	text-align: center;
}

.footer-sponsor > li {
	display: inline-block;
	padding: 0 20px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.footer-sponsor > li img {
	height: 40px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: auto;
}

#footer-150-text {
	font-size: 12px;
	line-height: 16px;
	margin: 30px 0 10px;
}

#footer-150 {
	height: 100px;
	margin-top: 5px;
	width: 422px;
}

#footer-text {
	font-size: 13px;
	line-height: 18px;
	margin: 30px 170px 0;
}



/* Navigation
---------------------------------------- */
nav {
    background-color: rgba( 145, 43, 143, 0.95 );
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 100%;
	right: -295px;
	margin: 0;
	padding: 45px 0 0;
	position: fixed;
	top: 0;
	width: 295px;
	z-index: 1001;
}

nav > ul {
	font-size: 20px;
	font-weight: 600;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav > ul > li {
	cursor: pointer;
	line-height: 26px;
}

nav > ul > li > ul {
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

nav > ul > li > ul > li {
	line-height: 12px;
}

nav a {
	color: #fff;
	display: block;
	height: auto;
	padding: 6px 15px;
	position: static;
	text-decoration: none;
}

nav a:hover, nav a.active {
	color: #fff;
	text-decoration: none;
}

nav a:hover:before, nav a.active:before {
	color: #1aaae2;
	content: "\f0da";
	font-family: 'FontAwesome';
	font-size: 20px;
	padding-right: 10px;
}

nav > ul > li > ul > li a:hover:before, nav > ul > li > ul > li a.active:before {
	font-size: 14px;

}



/* Home
---------------------------------------- */
#home-feature-video {
			background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
	-webkit-background-size: cover;

	height: 500px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 930px;
}

#home-feature-video .video-frame {
	height: 500px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 930px;
}

#home-feature-text {
	font-size: 46px;
	line-height: 46px;
}

#home-feature-text span {
	color: #912b8f;
}

section#home-upcoming-container {
	display: table;
	padding: 0;
	width: 100%;
}

#home-upcoming-left {
	background-color: #912b8f;
	display: table-cell;
	overflow: hidden;
	vertical-align: top;
	width: 50%;
}

#home-upcoming-left-date {
	background-color: #fff;
	float: left;
	margin-right: 22px;
	padding: 10px 0 12px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 96px;
}

#home-upcoming-left-date span {
	color: #912b8f;
	display: block;
	font-family: 'Passion One', cursive;
	text-align: center;
}

#home-upcoming-left-date span:first-child {
	font-size: 31px;
	line-height: 31px;
	text-transform: uppercase;
}

#home-upcoming-left-date span:last-child {
	font-size: 65px;
	line-height: 44px;
}

#home-upcoming-left-content {
	float: left;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 292px;
}

#home-upcoming-left-content-title {
	color: #fff;
	font-family: 'Passion One', cursive;
	font-size: 30px;
	line-height: 26px;
	margin-bottom: 5px;
}

#home-upcoming-left-content-subtitle {
	color: #fba3f9;
	line-height: 18px;
}

#home-upcoming-left-content-text {
	color: #fba3f9;
	line-height: 18px;
	margin-top: 5px;
}

#home-upcoming-left-content-date {
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	margin-top: 12px;
}

#home-upcoming-left-content-venue {
	color: #fba3f9;
	line-height: 18px;
}

#home-upcoming-left-content-price {
	color: #fba3f9;
	margin-top: 15px;
}

#home-upcoming-left-content-price span {
	color: #fff;
	font-weight: bold;
}

#home-upcoming-left-content-time {
	color: #fba3f9;
	line-height: 26px;
	margin-top: 9px;
}

#home-upcoming-left-content-time i {
	color: #fff;
	font-size: 26px;
	margin-right: 8px;
	position: relative;
	top: 3px;
}

#home-upcoming-left-content-link {
	margin-top: 18px;
}

#home-upcoming-left-content-link .button {
	border-color: #fff;
	color: #fff;
	font-size: 18px;
	padding: 6px 30px;
}

#home-upcoming-left-content-link .button:hover {
	background-color: #fff;
	color: #912b8f;
}

#home-upcoming-right {
	background-color: #ef3c3b;
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.home-upcoming-content {
	margin: 25px 0 90px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 410px;
}

#home-upcoming-left > .home-upcoming-content {
	float: right;
	margin-right: 60px;
}

#home-upcoming-right > .home-upcoming-content {
	float: left;
	margin-left: 60px;
}

.home-upcoming-content h1 {
	color: #fff;
	font-size: 40px;
	line-height: 30px;
	text-transform: uppercase;
}

.home-upcoming-content-container {
	color: #fff;
}

.home-upcoming-content-container img {
	height: auto !important;
	max-width: 100%;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}



/* Tour
---------------------------------------- */
#tour-container {
}

.tour-item {
	margin: 30px 0 60px;
	overflow: hidden;
}

.tour-item-left {
	background-color: #ef3c3b;
	float: left;
	margin-right: 22px;
	padding: 10px 0 12px;
	width: 96px;
}

.tour-item-left span {
	color: #fff;
	display: block;
	font-family: 'Passion One', cursive;
	text-align: center;
}

.tour-item-left span:first-child {
	font-size: 31px;
	line-height: 31px;
	text-transform: uppercase;
}

.tour-item-left span:last-child {
	font-size: 65px;
	line-height: 44px;
}

.tour-item-right {
	color: #828282;
	float: left;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 822px;
}

.tour-item-content {
	float: left;
	margin-right: 60px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 517px;
}

.tour-content-title {
	color: #ef3c3b;
	font-family: 'Passion One', cursive;
	font-size: 30px;
	line-height: 26px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.tour-content-subtitle {
	color: #ef3c3b;
	line-height: 18px;
}

.tour-content-text {
	font-size: 14px;
	line-height: 18px;
	margin-top: 15px;
}

.tour-content-date {
	color: #ef3c3b;
	font-size: 17px;
	font-weight: 900;
	margin-top: 12px;
}

.tour-content-venue {
	line-height: 18px;
}

.tour-content-price {
	color: #ef3c3b;
	margin-top: 15px;
}

.tour-content-price span {
	font-weight: bold;
}

.tour-content-time {
	line-height: 26px;
	margin-top: 9px;
}

.tour-content-time i {
	color: #ef3c3b;
	font-size: 26px;
	margin-right: 8px;
	position: relative;
	top: 3px;
}

.tour-item-buy {
	float: left;
	width: 245px;
}

.tour-item-buy .button {
	box-sizing: border-box;
	border-color: #ef3c3b;
	color: #ef3c3b;
	font-size: 22px;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

.tour-item-buy .button:hover {
	background-color: #ef3c3b;
}



/* Commissions
---------------------------------------- */
.profile-item {
	margin-bottom: 50px;
	overflow: hidden;
}

.profile-image {
	border-radius: 120px;
}

.profile-title {
	font-size: 50px;
	line-height: 50px;
	margin: 14px 0 20px;
}

.profile-text {
		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 665px;
}

.profile-text.left {
	margin-right: 35px;
}

.profile-text.right {
	margin-left: 35px;
}



/* Happy Birthday Canada
---------------------------------------- */
#video-feature {
			background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
	-webkit-background-size: cover;

	height: 500px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 930px;
}

#video-feature .video-frame {
	height: 500px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 930px;
}

#video-feature-button {
			border-radius: 60px;
	   -moz-border-radius: 60px;
	-webkit-border-radius: 60px;

	display: inline-block;
	font-size: 32px;
	margin-top: 56px;
	padding: 30px 50px;
}



/* Photo Gallery
---------------------------------------- */
#gallery-text {
	margin-bottom: 50px;
}

#album-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 6px;
	text-transform: uppercase;
}

#album-text {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#album-list {
	overflow: hidden;
}

#album-list > a {
	background-position: top center;
	background-repeat: no-repeat;

			background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
	-webkit-background-size: cover;

	color: #fff;
	display: block;
	float: left;
	font-family: 'Passion One', cursive;
	font-size: 32px;
	height: 200px;
	line-height: 32px;
	margin: 0 13px 40px 0;
	padding: 0;
	width: 300px;
}

#album-list > li:nth-child( 3n ) {
	margin-right: 0;
}

.album-cover {
	background: rgba( 0, 0, 0, 0.8 );
	height: 100%;
	opacity: 0;
	position: relative;

			transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
		 -o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.album-cover:hover {
	opacity: 1;
}

.album-text {
	position: absolute;
	top: 50%;

		-ms-transform: translateY( -50% );
	-webkit-transform: translateY( -50% );
			transform: translateY( -50% );

	width: 100%;
}

.album-title {
	text-align: center;
}

.album-count {
	font-size: 20px;
	margin-top: 5px;
	text-align: center;
}

#photo-list {
	overflow: hidden;
}

#photo-list > a {
	background-position: top center;
	background-repeat: no-repeat;

			background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
	-webkit-background-size: cover;

	display: block;
	float: left;
	height: 200px;
	line-height: 32px;
	margin: 0 13px 40px 0;
	padding: 0;
	text-decoration: none;
	width: 300px;
}

#photo-list > li:nth-child( 3n ) {
	margin-right: 0;
}

.photo-cover {
	background: rgba( 0, 0, 0, 0.8 );
	height: 100%;
	opacity: 0;
	position: relative;
	text-align: center;

			transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
		 -o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.photo-cover:hover {
	text-decoration: none !important;
}

.photo-cover:before {
	color: #fff;
	content: "\f00e";
	font-family: FontAwesome;
	font-size: 70px;
	line-height: 200px;
}

.photo-cover:hover {
	opacity: 1;
}



/* Videos
---------------------------------------- */
#video-list {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

#video-list > li {
	display: inline-block;
	margin: 35px 15px 60px 0;
	width: 300px;
}

#video-list > li:nth-child( 3n ) {
	margin-right: 0;
}

.video-image {
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;

			background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
	-webkit-background-size: cover;

	height: 220px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.video-gallery, .video-play {
	background-image: url( '/images/icn_play.png' );
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 100%
}

#video-list > li > span {
	display: block;
	font-family: 'Passion One', cursive;
	font-size: 30px;
	margin-top: 6px;
	text-align: center;
	width: 100%;
}



/* Educational Book
---------------------------------------- */
#book-button {
	border: 4px solid #fff;

			border-radius: 40px;
	   -moz-border-radius: 40px;
	-webkit-border-radius: 40px;

	color: #fff;
	font-size: 32px;
	margin: 80px 0;
	padding: 18px 42px;
}



/* Contact
---------------------------------------- */
#contact-container {
	overflow: hidden;
}

#contact-left {
	float: left;
	margin-right: 65px;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 570px;
}

#contact-alert {
	margin-bottom: 30px;
}

.contact-row {
	margin-bottom: 20px;
}

.contact-label {
}

.contact-field {
}

#contact-submit {
		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

#contact-right {
	color: #ef3c3b;
	float: left;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;

	width: 305px;
}



/* In My School
---------------------------------------- */
.document-list, .audio-list {
	line-height: 40px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.document-list > li, .audio-list > li {
	padding-left: 28px;
	position: relative;
}

.document-list > li:before, .audio-list > li:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	left: 0;
	position: absolute;
	top: 1px;
}

.document-list > li:before {
	content: '\f1c1';
}

.audio-list > li:before {
	content: '\f001';
}



/* Form
---------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

input[type=text], select, textarea {
	border: 1px solid #ccc;

		    box-sizing: border-box;
	-webkit-box-sizing: border-box;

	font-family: 'Open Sans', sans-serif;
	outline: 0;
	padding: 10px 12px;
	vertical-align: top;
	width: 100%;
}

.button {
	background: transparent;
	border: 3px solid #912b8f;

			border-radius: 30px;
	   -moz-border-radius: 30px;
	-webkit-border-radius: 30px;

	color: #912b8f;
	cursor: pointer;
	display: inline-block;
	font-family: 'Passion One', cursive;
	font-size: 22px;
	padding: 10px 22px;
	text-decoration: none;
	text-transform: uppercase;

		    transition: all .4s ease-in; 
	   -moz-transition: all .4s ease-in;
	     -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.button:hover {
	background-color: #912b8f;
	color: #fff;
	text-decoration: none;
}

label > em {
	color: #f00;
	font-weight: bold;
	margin-left: 5px;
}



/* Site Specific
---------------------------------------- */
img[style*="float:left"] {
	margin: 5px 15px 0 0;
}

img[style*="float:right"] {
	margin: 5px 0 0 15px;
}

.text-purple {
	color: #912b8f;
}

.text-red {
	color: #ef3c3b;
}

.text-blue {
	color: #1aaae2;
}

.text-green {
	color: #8bc641;
}

.text-white {
	color: #fff;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

#iframe-widget {
	display: block;
	height: 80vh;
	width: 100%;
}



/* Responsive - Tablet
---------------------------------------- */
@media only screen and (max-width: 1000px) {
/* Body
---------------------------------------- */
	#header-content {
		width: 760px;
	}

	#banner-content {
		width: 780px;
	}

	#title-bar-content {
		width: 780px;
	}

	#breadcrumbs-content {
		width: 780px;
	}

	.section-content {
		width: 760px;
	}



	/* Home
	---------------------------------------- */
	#home-feature-video {
		height: 392px;
		width: 730px;
	}

	#home-feature-video .video-frame {
		height: 392px;
		width: 730px;
	}

	#home-upcoming-left-content {
		width: 200px;
	}

	.home-upcoming-content {
		width: 320px;
	}



	/* Tour
	---------------------------------------- */
	.tour-item-right {
		width: 642px;
	}

	.tour-item-content {
		width: 337px;
	}



	/* Commissions
	---------------------------------------- */
	.profile-text {
		width: 485px;
	}



	/* Happy Birthday Canada
	---------------------------------------- */
	#video-feature {
		height: 392px;
		width: 730px;
	}

	#video-feature .video-frame {
		height: 392px;
		width: 730px;
	}



	/* Videos
	---------------------------------------- */
	#video-list > li:nth-child( 3n ) {
		margin-right: 16px;
	}

	#video-list > li:nth-child( 2n ) {
		margin-right: 0;
	}



	/* Contact
	---------------------------------------- */
	#contact-left {
		width: 410px;
	}

	#contact-right {
		width: 285px;
	}

}


/* Responsive - Mobile
---------------------------------------- */
@media only screen and (max-width: 820px) {
	/* Body
	---------------------------------------- */
	#header-content {
		width: 100%;
	}

	#header-logo {
		left: 12px;
	}

	#header-social {
		display: none;
	}

	#banner-dudes {
		background: none !important;
	}

	#banner-content {
		height: 135px;
		width: 100%;
	}

	#banner-logo {
		display: none;
	}
	
	body.page-1 #banner-logo {
		display: inline-block;
		height: 378px;
		left: auto;
		position: relative;
		top: 155px;
		width: 215px;
	}

	body.page-1 #banner-content {
		height: 563px;
	}

	#banner-content .button {
		display: inline-block;
	}

	#banner-content .button, body.page-1 #banner-content .button, body.page-1.fr #banner-content .button {
		left: 50%;
		min-width: 230px;
		top: 70px;

			-ms-transform: translateX( -50% );
		-webkit-transform: translateX( -50% );
				transform: translateX( -50% );
	}

	#title-bar-content {
		margin: 0 5%;
		width: 90%;
	}

	#breadcrumbs-content {
		margin: 0 5%;
		width: 90%;
	}

	.section-content {
		margin: 0 5%;
		width: 90%;
	}

	section.social h1 {
		font-size: 40px;
		line-height: 32px;
	}

	section.social li {
		margin-right: 12px;
	}

	section.social li > a.social {
		font-size: 36px;
		height: 70px;
		line-height: 70px;
		width: 70px;
	}

	#footer-menu {
		display: none;
	}

	#footer-logo > li {
		padding: 0 2px;
	}

	#footer-logo > li:nth-child( 3 ) {
		margin: 0 3px;
		padding: 0 6px;
	}

	#footer-logo > li img {
		height: 28px;
		width: auto;
	}

	#footer-150 {
		height: auto;
		max-width: 90%;
	}

	#footer-text {
		margin: 30px 5% 0;
	}



	/* Home
	---------------------------------------- */
	#home-feature-video {
		height: 283px;
		margin: 0 auto;
		width: 530px;
	}

	#home-feature-video .video-frame {
		height: 283px;
		margin: 0 auto;
		width: 530px;
	}

	#home-upcoming-left {
		display: block;
		width: 100%;
	}

	#home-upcoming-left-date {
		display: none;
	}

	#home-upcoming-left-content {
		float: none;
		width: 100%;
	}

	#home-upcoming-right {
		display: block;
		width: 100%;
	}

	.home-upcoming-content {
		margin: 0 5%;
		padding: 25px 0 90px;
		width: 90%;
	}

	#home-upcoming-left > .home-upcoming-content {
		float: none;
		margin-right: auto;
	}
	
	#home-upcoming-right > .home-upcoming-content {
		float: none;
		margin-left: auto;
	}



	/* Tour
	---------------------------------------- */
	.tour-item-left {
		float: none;
	}

	.tour-item-left span {
		color: #fff;
		display: block;
		font-family: 'Passion One', cursive;
		text-align: center;
	}

	.tour-item-right {
		float: none;
		margin-top: 20px;
		width: 100%;
	}

	.tour-item-content {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.tour-item-buy {
		float: none;
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}



	/* Commissions
	---------------------------------------- */
	.profile-item {
		text-align: center;
	}

	.profile-image {
		float: none !important;
	}
	
	.profile-text {
		text-align: left;
		width: 100%;
	}

	.profile-text.left {
		float: none;
		margin-right: 0;
	}

	.profile-text.right {
		float: none;
		margin-left: 0;
	}



	/* Happy Birthday Canada
	---------------------------------------- */
	#video-feature {
		height: 283px;
		margin: 0 auto;
		width: 530px;
	}

	#video-feature .video-frame {
		height: 283px;
		margin: 0 auto;
		width: 530px;
	}



	/* Videos
	---------------------------------------- */
	#video-list > li {
		display: inline-block;
		margin: 35px 15px 20px;
		width: 300px;
	}

	#video-list > li:nth-child( 2n ), #video-list > li:nth-child( 3n ) {
		margin-right: 15px;
	}



	/* Contact
	---------------------------------------- */
	#contact-left {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	
	#contact-submit {
		text-align: center;
	}

	#contact-right {
		float: none;
		margin-top: 40px;
		text-align: center;
		width: 100%;
	}

}



/* Responsive - Mobile
---------------------------------------- */
@media only screen and (max-width: 620px) {
	#home-feature-video {
		height: 230px;
		margin: 0 auto;
		width: 430px;
	}

	#home-feature-video .video-frame {
		height: 230px;
		margin: 0 auto;
		width: 430px;
	}

	#video-feature {
		height: 230px;
		margin: 0 auto;
		width: 430px;
	}

	#video-feature .video-frame {
		height: 230px;
		margin: 0 auto;
		width: 430px;
	}
	
}



/* Responsive - Mobile
---------------------------------------- */
@media only screen and (max-width: 500px) {
	#home-feature-video {
		height: 176px;
		margin: 0 auto;
		width: 330px;
	}

	#home-feature-video .video-frame {
		height: 176px;
		margin: 0 auto;
		width: 330px;
	}

	#video-feature {
		height: 176px;
		margin: 0 auto;
		width: 330px;
	}

	#video-feature .video-frame {
		height: 176px;
		margin: 0 auto;
		width: 330px;
	}

}



/* Responsive - Mobile
---------------------------------------- */
@media only screen and (max-width: 420px) {
	#title-bar-container {
		font-size: 46px;
	}

	#home-feature-video {
		height: 139px;
		margin: 0 auto;
		width: 260px;
	}

	#home-feature-video .video-frame {
		height: 139px;
		margin: 0 auto;
		width: 260px;
	}

	#video-feature {
		height: 139px;
		margin: 0 auto;
		width: 260px;
	}

	#video-feature .video-frame {
		height: 139px;
		margin: 0 auto;
		width: 260px;
	}

}