/* CSS Document */

body {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.container {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font-family: myriad pro;
	background-color: #666;
}

#navigation a {
	position: relative;
	color: #FFF; /* #d8a1ff */
    text-decoration: none;
}

#navigation a:before {
	content: "";
 	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#navigation a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a {
	color: #F60;
	text-decoration: none;
}
        
a:hover {
    text-decoration: underline;	
}

#navigation {
	width:100%;
	height: 60px;
	background-color:rgba(255,102,0,1);
    border-bottom: 1px solid #0;
    background-repeat: repeat-x;
    margin: 0 auto;
}

#navbody {
	width:50%;
	margin: 0 auto;
}
                
#navbody li {
	text-align: center;
	height: 29px;
    list-style-type: none;
    display: inline-block;
    margin-left: 50px;
	margin-top: 4px;
    position: relative;
}
                    
#navbody a {
	color: #FFF;
    font-size: 17px;
}
                        
#navbody ul{
	width: 100px;
    display: block;
    height: 45px;
}

#navhome a {
	border-bottom: 1px solid #FFF;
}

#title {
	background: url("../images/logo.png") center no-repeat;
    width: 150px;
    height: 60px;
    margin : 0 auto;
	z-index: 1;
	position: relative;
}
#title:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}


.slider { 
  	width: 100%; 
	overflow: hidden; 
}

figure { 
 	margin: 0; 
	background: #101010;
}

.sliderImage { 
  	position: relative; 
	width: 500%;
	font-size: 0; 
	animation: 50s slideImage infinite; 
}

.sliderImage figure { 
  	width: 20%; 
	height: auto;
	display: inline-block;  
	position: inherit; 
}

.sliderImage img { 
	width: 100%; 
	height: 240px; }
	
.sliderImage figcaption { 
	position: absolute; 
	bottom: 0;
	background: rgba(0,0,0,0.4);
  	color: #fff; 
	width: 100%;
  	font-size: 18px;
	padding: .6rem; 
}

.main {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	background-color: #CCC;
}

.login {
	width: 17%;
	padding-left: 3%;
	padding-top: 20px;
	background-color: #CCC;
	float: left;
}

.mainContent {
	width: 60%;
	padding-top: 20px;
	background-color: #FFF;
	float: left;
	min-height: 400px;
}

.cpContent {
	width: auto;
	overflow-x: scroll;
}

.right {
	width: 17%;
	padding-top: 20px;
	padding-left: 3%;
	background-color: #CCC;
	float: left;
}

.right li {
	list-style-type: none;
}

.contactLeft{
	width: 45%;
	float: left;
	padding-left: 5%;
}

.contactRight{
	width: 50%;
	float: left;
}

.map {
	width: 100%;
	padding-top: 350px;
}

#courses {
	width: 125px;
	padding-left: 85px;
	padding-top: 30px;
	text-align: center;
	float: left;
	border: none;
}

#courses .text {
	position: relative;
	bottom: 10px;
	left: 0px;
	visibility: hidden;
}

#courses:hover {
	opacity: 0.7;
	}

#courses:hover .text {
	visibility:visible;
}

#newCourse {
	border-collapse:collapse;
	width: 100%;
	text-align: center;
}

#newCourse td
{
   border:none;
   outline:none;
}

.footer {
	width: 100%;
	height: 30px;
	background-color:rgba(255,102,0,1);
	color: #FFF;
	float: left;
	text-align:center;
	padding-top:20px;
	font-size:12px;
}

.btm {
	padding-top : 30px;
}

input.input {
	width: 150px;
    border: 1px solid #000;
    height: 24px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #0a0017;
	padding-left:5px;
    }
                                                                
input.input:active, input.input:focus {
	box-shadow: 0px 0px 5px #2b0060;
    border: 1px solid #3b0084;
    outline: none;
}

select.input {
	outline: none;
}

.button, .cancelBtn {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #888;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
                                                        
.button:hover, .cancelBtn:hover {
	background: #ddd;
}

.button:active, .cancelBtn:active {
	box-shadow: inset 0px 1px 3px #777
}

#courseTable {
	text-align: center;
	border-collapse: collapse;
}

#courseTable, th, td {
    border: 1px solid black;
}

#courseTable th {
	background-color: rgba(3,0,11,0.7);
	color: #FFF;
}

#courseTable tr:hover {
	background-color: rgba(3,0,11,0.7);
	color: #FFF;
}

@-webkit-keyframes slideImage {
	0% { left: 0%; }
	20% { left: 0%; }
	25% { left: -100%; }
	45% { left: -100%; }
	50% { left: -200%; }
	70% { left: -200%; }
	75% { left: -300%; }
	95% { left: -300%; }
	100% { left: -400%; }
}

/*MEDIA QUERY*/
@media only screen and (max-width : 1000px) {
	
	#navigation {
		height: 100px;
	}
	
	#navbody {
		width:70%;
		height: 100px;
	}
	
	#navbody li {
		margin-top: 25px;
	}
	
	.login {
		width: 100%;
		text-align: center;
		padding: 0;
		padding-bottom: 20px;
	}
	
	.mainContent {
		width: 100%;
		height: 100%;
	}

	.right {
		width: 97%;
		text-align: center;
	}
	
	.contactLeft{
		width: 100%;
		padding: 0;
		padding-bottom: 50px;
		text-align: center;
	}

	.contactRight{
		width: 100%;
		text-align: center;
	}

	.map {
		width: 100%;
		margin-top: 250px;
	}
	
}