/* COLOUR REFERENCES

Green:		#79b044
Salmon:		#dd5638
Blue Gray:  #3e4249

*/

/* ==== GENERAL ==== */

body {
	margin-top: 50px;
	font-family: 'proxima-nova', 'Raleway', Helvetica, sans-serif;
	font-size: 16px;
	background: url('../img/tile.jpg') top left repeat;
}

/* ==== GLOBAL ==== */

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h1,h2 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	/* [disabled]margin-bottom: 40px; */
}
#content .main-content h1 {
	color: #662e91;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 18px;
}

p.lead {
	font-weight: normal;
}

p {
	margin: 0 0 15px;
}
.resource p span {
	color: #F1615C;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-style: italic;
}


a:link, a:visited {
	/* [disabled]color: #dd5638; */
}
a {color:#662e91;}
a:hover {
	text-decoration: none;
	color: #c9302c;
}

.navbar-inverse .navbar-nav > .active > a {background-color:#662E91;}
.navbar-inverse .navbar-nav  > a {background-color:#f6ecca;color:#000000;}

.dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .dropdwon-menu > li > a {
    color: #000;
	background-color: #f6ecca;
	}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdwon-menu > li > a:hover {
    color: #000;
    background-color: #f3efe5;
	}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
	color:#666666;
	background-color: #f3efe5;  /*f2615c */
    }

.social-show {display:none;}

#main h3 {
	color:#662E92
}

#main btn btn-success {
	background-color: #FFFFFF;
}

#main a:link {
	color: #94517a;
}

#main a:visited {
	color: #f1615c;
}

blockquote {
	padding: 0;
	border: none;
	font-style: italic;
	text-align: left;
	color: #f1615c;
}

blockquote cite {
	display: block;
	color: #777;
	margin: 15px 0 0 0;
}

blockquote:before {
	display: none;
}

img {
	max-width: 100%;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
}

.btn {
	font-weight: bold;
}

.btn:focus {
	outline: none;
}

.btn-success {
	background:#ffffff;
	border-color: #9b4b6a;
}

.btn-success a:visited {
	background: #542537;
	color: #ffffff
}

.btn-danger {
	background-color: #dd5638;
	border-color: #d95131;
}

.button {
  padding: 15px 25px;
  font-size: 36px;
  font-weight:bold;
  font-variant:small-caps;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #662e91;
  border: none;
  border-radius: 15px;
/*  box-shadow: 0 9px #999; */
}

.button:hover {color: #c9302c;}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.text-danger, li.text-danger a {
	color: #dd5638;
}

a.text-danger:hover {
	color: #e55939;
}

.modal-content{
	background: url('../img/tile.jpg') top left repeat;
}

.badge.social {
	background: #ccc;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	margin: 0 5px 20px 0;
	padding: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: white;
}

.badge.social.twitter:hover {
	background: #55acee;
}

.badge.social.facebook:hover {
	background: #3b5998;
}

.badge.social.gplus:hover {
	background: #db4b39;
}

/* === CUSTOM ICON SPRITES === */

i.ci {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: url('../img/icon-sprite.png') no-repeat;
}

.ci.ci-computer 	{ background-position: 0 0; }
.ci.ci-watch		{ background-position: -40px 0; }
.ci.ci-calendar		{ background-position: -80px 0; }
.ci.ci-community	{ background-position: -120px 0; }
.ci.ci-instructor	{ background-position: -160px 0; }
.ci.ci-device		{ background-position: -200px 0; }

/* ==== FORMS ==== */

label {
	display: block;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}

input[type="submit"],
button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	border-radius: 6px;
	background-color: #333333;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	outline: none;
	border: none;
	background: #aaa;
	/* [disabled]color: #000; */
}

form.search-form .form-group {
	margin: 0;
}

form.search-form .input-group {
	width: 100%;
}

form.search-form .input-group input[type="search"],
form.search-form .input-group input[type="text"] {
	width: 70%;
}

form.search-form .input-group input[type="submit"] {
	width: 30%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	float: right;
}

form textarea {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/* ==== HERO ==== */

#hero {
	background-repeat: no-repeat;
	/* [disabled]background-position: 50% 0 center top; */
	background-image: url(../img/hero-bg16.jpg);
	background-attachment: fixed;
	min-height: 500px;
	position: relative;
	display: table;
	width: 100%;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	/* [disabled]padding-bottom: 40px; */
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	background-color: #662e93;
	margin-left: auto;
	margin-right: auto;
}

#hero2 {
	background-repeat: no-repeat;
	/* [disabled]background-position: 50% 0 center top; */
	background-image: url(../img/hero-bg15.jpg);
	background-attachment: fixed;
	min-height: 500px;
	position: relative;
	display: table;
	width: 100%;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	/* [disabled]padding-bottom: 40px; */
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	background-color: #662e93;
	margin-left: auto;
	margin-right: auto;
}

#hero article { 
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#hero .hero-text {
	margin-top: 30px;
}

#price-timeline {
	margin: 30px 0 60px;
	text-align: center;
}

#price-timeline .price {
	display: inline-block;
	width: 30%;
	margin: 0 2% 0 0;
	background: #3e4249;
	padding: 10px 20px 30px;
	position: relative;
	vertical-align: top;
}

#price-timeline .price.active {
	background: #dd5638;
}

#price-timeline .price span {
	background: #101010;
	display: block;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	font-weight: bold;
	font-size: 24px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -35px;
}

#price-timeline h4 {
	margin: 0 0 10px;
}

#price-timeline h4 small {
	color: white;
	font-weight: bold;
	display: block;
}


/* ==== LAYOUT ==== */

.row + .row {
	margin-top: 20px;
}

section {
	padding: 80px 0 40px;
}

.list {
	margin-top: 20px;
	margin-bottom: 40px;
}

.section-header {
	text-align: center;
}

section h2 {
	margin: 20px 0;
}
#main h2 {
	font-size: 200%;
	font-family: Raleway;
	padding: 10px;
	color: #662e91;
	/* [disabled]background: #fff; */
}

section h3 {
	margin: 30px 0 10px;
}

section.main-content {
	padding: 20px 0 40px;
}

#primary {
	padding-top: 10px;
	/* [disabled]padding-bottom: 40px; */
	/* [disabled]background-color: #dbd4e1; */
}

.feature-image {	
	display: table;
	width: 100%;
	height: 100%;
}

.feature-image-default {
	background: url('../img/contact_photo.jpg') no-repeat;
	background-size: cover;
}
.feature-image-default2 {
	background: url('../img/calendar_photo.jpg') no-repeat;
	background-size: cover;
}
.feature-image-hero4 {
	background: url('../img/hero-bg14.jpg') no-repeat;
	background-size: cover;
}


.feature-image-default-alt {
	background: url('../img/hero-resources.jpg') no-repeat;
	background-size: cover;
}

.feature-image h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #662e91;
}

#mission {
	background: #000000;
	padding: 20px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
}

#mission p {
	font-size: 115%;
}

#mission h1 {
	font-weight: 700;
	font-size: 2em;
}

#optin {
	background: #3e4249;
	padding: 20px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
}

#optin p {
	margin: 7px 0 0 0;
}

#success {
	background: #3e4249;
	padding: 5px 0;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	/* [disabled]font-size: 36px; */
	text-align: center;
}
#march {
	background: #662e91;
	padding: 40px 0px;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	/* [disabled]font-size: 36px; */
	text-align: center;
}

#march h2 {
	color: #FFFFFF;
	text-align: center;
}

.march-details {
	font-size: 90%;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 2.5em:
}

#events {
	background: #f6ecca;
	padding: 5px 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	/* [disabled]font-size: 36px; */
	text-align: left;
	color:#662e91;
}
#events h3, h4 {color:#662e91;}

#events .resourcelist {border-bottom-color:#662e91;padding:0px 7px;}

#sponsors {
	text-align: left;
	background: url('../img/bg_posters.jpg') center center no-repeat fixed;
	background-size: cover;
	color: #000000;
	padding: 40px 0;
}
#sponsors a {color:#662e91;}

#main {
	/* [disabled]background: #f6ecca; */
	padding: 5px 0 20px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.1em;
}

#course-features {
	background: #3e4249;
	color: white;
	text-align: center;
}

#who-benefits {
	background: white;
}

#project-features {
	text-align: center;
}

#featurette {
	background: url('../img/stuff-bg.jpg') 50% 100% repeat fixed;
	background-size: cover;
	text-align: center;
	color: white;
}

#instructor {
	background: white url('../img/brad-elvis.png') 90% -10px no-repeat;
}

#instructor h2 {
	margin: 0 0 20px;
}

#instructor .num {
	display: table;
	font-size: 30px;
	font-weight: bold;
	color: white;
	line-height: 24px;
	height: 140px;
	width: 140px;
	text-align: center;
	background: #dd5638;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#instructor .num .num-content {
	display: table-cell;
	vertical-align: middle;
}

#instructor .num span {
	display: block;
	font-size: 20px;
	font-weight: normal;
}

#kudos {
	text-align: center;
}

.testimonial {
	margin-bottom: 60px;
}

.testimonial img {
	border-radius: 50%;
}

#signup {
	text-align: center;
	background: url('../img/bg_posters.jpg') center center no-repeat fixed;
	background-size: cover;
	color: #000000;
	padding: 70px 0;
}

#signup h2 {
	font-weight: normal;
}

#signup h2 strong {
	border-bottom: solid 2px #dd5638;
}

#signup .btn {
	font-size: 24px;
}
#mc_embed_signup {
	color: #000000;
	background:#fff; 
	clear:left; 
	font:14px Helvetica,Arial,sans-serif;
}

#mc_embed_signup h2{
	color:#A6456A;
}

footer {
	background: #3e4249;
	color: white;
	padding: 20px 0 10px;
	font-size: 12px;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: white;
}

footer a:hover {
	color: #dd5638;
}

footer li.signup-link a {
	color: #dd5638;
}

footer li.signup-link a:hover {
	font-weight: bold;
}

/* ==== BLOG ==== */

.post, .widget, #comments {
	position: relative;
	border: solid 1px #ddd;
	background: white;
	margin: 0 0 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
	padding: 20px;
}

.post header h3 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
}

.post header h1 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
	font-size: 24px;
}

.post-image {
	height: auto;
}

.post-details {
	font-size: 12px;
	width: 90%;
}

.post-details i.fa {
	padding-left: 10px;
}

.post-details i.fa:first-child {
	padding: 0;
}

/* === COMMENTS === */

.post-comments-badge {
	height: 70px;
	width: 70px;
	position: absolute;
	top: 25px;
	right: 20px;
	border: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #79b044;
	text-align: center;
	display: table;
}

.post-comments-badge a {
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 20px;
	line-height: 20px;
}

.post-comments-badge i.fa {
	display: block;
	font-size: 15px;
	padding: 0;
	margin-bottom: 4px;
}

.post-comments-badge:hover {
	background-color: #8bc653;
}

#comments h3 {
	text-align: center;
}

#comments h4 {
	font-size: 1.3em;
}

#comments ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comments ol li {
	background: rgba(0,0,0,0.02);
	padding: 10px 20px;
	margin: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px rgba(0,0,0,0.03);
}

#comments ol li ol.children {
	padding: 0;
	list-style: none;
	font-size: 0.96em;
}

#leave-comment {
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #eee;
}

/* === RESOURCES === */

.resource {
	width: 31.33333333%;
	float: left;
	margin: 0 3% 40px 0;
	font-size: 0.9em;
}

.resourcelist {
	width: 46.3333%;
	float: left;
	margin: 0 3% 40px 0;
	font-size: 0.9em;
	border-bottom: medium inset #fff;
}
.resourcelist img {
	width: 50px;
}

.resourcelist h3 {
	font-size: 2em;
	color: #888787
}

.resource:nth-child(3n) {
	margin-right: 0;
}

.resourcelist a:link, .resourcelist a {
	font-weight: bold;
	color: #77b1e3
}

.resourcelist a:hover {
	font-weight: bold;
	color: #2a6496
}

/* === SPONSORS === */

.color-logos {
    width: 184px;
    height: 183px;
    border: 1px solid #d1d3d6;
    border-radius: 50%;
    text-align: center;
    display: block;
    filter: grayscale(100%);
}
.element-item a:hover {filter:none;}

.element-item {
    position: relative;
    float: left;
    width: 175px;
    margin: 5px 20px;
    padding: 10px;
    text-align: center;
    z-index: 9;
}

.color-logos img {
    margin: 45px 0px;
}


/* === WIDGETS === */

.widget {
	padding: 20px;
}

.widget h4 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0 0 5px;
}

.widget ul li:hover {
	position: relative;
	left: 1px;
}

/* ==== MEDIA QUERIES ==== */

@media screen and (max-width : 991px) {
	#instructor .container {
		background: rgba(255,255,255,0.8);
		padding: 20px;
	}
		
	.navbar-brand img {
	width: 200px;
	margin-top: -10px;
	margin-left: -10px;
	}

}

@media screen and (max-width : 768px) {
	
	#optin p {
		margin: 0 0 10px;
	}
	
	#featurette iframe {
		height: 240px;
	}
	
	.resource {
	width: 98%;
	margin-right: 2%;
	}
	
	.resourcelist {
	width: 98%;
	margin-right: 2%;
	}

 	.navbar-inverse .navbar-nav > li >a {color:#000;}		
 	.nav > li {background-color:#f6ecca;color:#000000;}	
 	.nav > li > a, .navbar-nav > li > a {    
		color: #000;
		background-color: #f6ecca;
	}
	.dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .dropdwon-menu > li > a {
   	 	color: #000;
		background-color: #f6ecca;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdwon-menu > li > a:hover {
    	color: #000;
   	 background-color: #f3efe5;
	}
	.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
		color:#666;
		background-color: #f3efe5; /* f2615c; */
    }
	
	.social-show {display:inline;}
}

@media screen and (max-width : 568px) {
	#instructor .num {
		height: 100px;
		width: 100px;
		font-size: 22px;
	}
	
	#instructor .num span {
		font-size: 16px;
	}
		
	
	.resource {
		width: 100%;
		margin-right: 0;
	}
	
	.resourcelist {
		width: 100%;
		margin-right: 0;
	}
	

}