
* {
	outline: none !important;
	text-decoration: none;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
	background: #f1f1f1;
	color: #3b3e47;
}
html, body {
	margin: 0px !important;
	padding: 0;
	overflow-x: hidden;
	font-family: "Source Sans Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
}
body {
	font-size: 16px;
	color: #3b3e47;
	background: #fff;
}
.container {
	margin: 0px auto;
	padding:0;
	max-width: 100%;
	clear: both;
	height: auto;
	position: relative;
}
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.page-header{
	width:100%;
	float:left;
	text-align:center;
	padding:60px 0;
	margin-bottom:20px;
	background: #f8f8f8
}
.page-header h1{
	font-size: 50px;
	line-height: 55px;
	font-weight: 300;
}
.section{
	float: left;
	width: 100%;
	position: relative;
	padding: 80px 0;
}
.alert {
    position: fixed;
    top: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 100000;
    padding: 22px 0;
}
.alert i {
    position: absolute;
    right: 22px;
    top: 23px;
    cursor: pointer;
}









/*General*/
.find-course .single-input input[type="text"] {
    background: rgba(0,0,0,0) !important;
    border: none !important;
    padding: 40px 20px !important;
    font-size: 40px !important;
    font-weight: 300;
    text-align: left;
    color: #fff !important;
}
.find-course .single-input input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255,255,255,0.5);
}
.find-course .single-input input[type="text"]::-moz-placeholder {
  color: #fff;
  color: rgba(255,255,255,0.5);
}
.find-course .single-input input[type="text"]:-ms-input-placeholder {
  color: #fff;
  color: rgba(255,255,255,0.5);
}
.find-course .single-input input[type="text"]:-moz-placeholder {
  color: #fff;
  color: rgba(255,255,255,0.5);
}
.find-course .single-input button {
    position: absolute;
    background: transparent !important;
    color: #fff;
    top: 36px;
    font-size: 65px;
    line-height: 40px;
    right: 30px;
}
header.fixed .logo img {
    width: 140px;
    position: relative;
    margin-top: -6px;
}
header .logo img {
    width: 140px;
    position: relative;
    margin-top: -5px;
}
header .nav {
    position: relative;
    top: 2px;
}
.header-bare {
    padding-top: 116px;
    background: #151515 !important;
}
.footer-logo .footer-logo-a, .footer-logo {
    font-family: 'Merriweather', sans-serif;
    color: #fff !important;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
}
.footer-list h6 a {
    color: #fff;
}
.theme-inner-banner h1 {
    font-family: 'Abril Fatface', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 75px;
    line-height: 80px;
}








/*Home Page*/
.slideshowHeight{
    min-height: 450px;
    min-height: calc(100vh - 30px);
    height: 450px;
    height: calc(100vh - 30px);
}
#home{
	position: relative;
}
#slideshow{
	float:left;
	position: relative;
	width:100%;
}
#slideshow .overlay {
    z-index: 0;
    left: 0;
    top: 0;
}
#slideshow ul {
    height: 100%;
}
#slideshow .unslider{
	overflow: hidden;
	height:100%;
	border-radius: 0px;
}
#slideshow .slider{
	height:100%;
	border-radius: 0;
	margin:0;
}
#slideshow .slider ul li {
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
#home #slideshow h1 {
    font-size: 40px;
    line-height: 50px;
    width: 80%;
    padding: 0 5%;
    top: 0;
    bottom: 0;
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 300;
    font-family: 'Abril Fatface';
    letter-spacing: 1.5px;
}
#home .btn {
    position: absolute;
    bottom: 100px;
    width: 160px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 14px 20px;
}
.course-selection .image a, .single-course-grid .image a{
	display: inline;
}
.feature-2 .text ul, .featured-course .text ul {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding-right: 20px;
}









/*Courses ****************************/
.course-sidebar .course-sidebar-list ul li a.active {
    color: #465a9f !important;
    background: #f9f9f9 !important;
    font-weight: 700;
    padding-left: 35px;
}
.contact-image{
    width: 100%;
    height: 601px;
}
a.back-to-courses {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 11px;
    font-weight: 700;
}
.course-information-div ul{
    list-style: inherit;
    margin-left: 40px;
}









/*Contact *************************/
#map {
    width: 100%;
    height: 500px;
    background-image: url(../img/map.png);
    float: left;
    z-index: 1;
}
.label {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.contact-form-holder input[type="checkbox"]{
    height: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: auto;
    position: relative;
    top: 2px;
}








/*Text ****************************/
p, .text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
}
.text-small{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
}
.text-small{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18px;
}
h1 {
    font-size: 40px;
    margin: 5px 0;
    line-height: 50px;
    font-weight: 400;
    font-family: 'Abril Fatface', sans-serif;
}
h2 {
    font-size: 36px;
    margin: 5px 0;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.5px;
}
h3 {
    font-size: 24px;
    margin: 5px 0;
    font-weight: 700;
    line-height: 34px;
}
h4 {
    font-size: 18px;
    margin: 5px 0;
    font-weight: 700;
    line-height: 28px;
}
h5 {
    font-size: 15px;
    margin: 5px 0;
    font-weight: 700;
    line-height: 20px;
}
.btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    background: #212121;
    width: auto;
    padding: 8px 20px;
}
.btn:hover, .btn:focus, .btn.focus{
	background: #465a9f;
	color: #fff;
}










/*Common ******************************/
a{ cursor:pointer; }
a:link, a:visited, a:active { color: #337ab7; }
a:hover { color: #5a6a3c; }
p{ margin:0px; }
img { border:none; max-width:100%; }
.hide{ display:none !important; }
.noBorder{ border:none; }
.noMargin{ margin:0 !important; }
.noPadding{ padding:0 !important; }
.noRadius{ border-radius:0 !important; }
.noColor { background-color: transparent !important; }
.clear{ clear:both; height:2px;}
.clear1{ clear:both; height:10px;}
.clear2{ clear:both; height:20px; }
.clear3{ clear:both; height:30px; }
.clear4{ clear:both; height:40px; }
.clear5{ clear:both; height:50px; }
.bgImg{ background-position:center; background-repeat:no-repeat; background-size:cover; }
.text-left { text-align:left !important; }
.text-right { text-align:right !important; }
.text-center { text-align:center !important; }
.pull-right { float:right !important; }
.pull-left { float:left !important; }
.full-width{ width: 100%; }
.pull-none{ float: none !important; display:inline-block; }
.table-section{ width:100%; display:table; position:relative; }
.table-content{ height:100%; vertical-align:middle; display:table-cell; position:relative; }
.overlay{ position:absolute; width:100%; height:100%; background-color:rgba(0,0,0,0.25); z-index:0; }
.grayscale{ -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.blur{ -webkit-filter: blur(2px); -moz-filter: blur(2px); -ms-filter: blur(2px); -o-filter: blur(2px); filter: blur(2px); }
.animate{ transition-timing-function:linear; -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }











/*Responsive Design*********************/

/* Tablet Devices */
@media (max-width: 992px) {
}

/* Mobile devices */
@media (max-width: 768px) {
}