
body {
color:#000;
font-family:'Source Sans Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
height:100%;
text-align:left;
background: #1768ac; /* Old browsers */
background: #1768ac url(../images/bg-image.jpg) no-repeat;
background-position: top right;
background-size: 100% auto;

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/bg-image-ie.jpg',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/bg-image-ie.jpg',
sizingMethod='scale')";
}



h1, h1 a{
	font-size: 36px;
}

h1{

margin: 0px 0px 0px 0px;
color: #FFF;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
padding: 5px 15px;
border-radius: 0px;
font-size: 26px;
background: #1E3E6D;
}


.hero-unit{
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.hero-unit h1{
	background-color: transparent;
	box-shadow: none;
	padding: 0px;
	text-shadow: none;
}


h1 span.subtitle{
	color: #DBF2FF;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	display: block;
	text-shadow: none;
}

h2, h2 a{
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}

h3, h3 a{
	font-size: 18px;
	line-height: 18px;
	text-transform: capitalize;
	color: #1E5799;
}


.price{
	color: #F36D00;
}

div.spacer{
	width: 100%;
	height: 15px;
	display: block;
}


.white-box{
	color: #000;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px; 
}


.white-box h1{
	color: #000;
}

.unread{
	font-weight: bold;
}

	.top-header .top-logo {
	margin: 20px 0px 15px 0px;
	}
	
#main{
	background-color:#fff;
	padding-top: 5px;
	padding-bottom: 60px;
	min-height: 525px;
	background: rgb(237,247,255);
	background: -moz-linear-gradient(top,  rgba(237,247,255,1) 0%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,247,255,1)), color-stop(59%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(237,247,255,1) 0%,rgba(255,255,255,1) 59%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(237,247,255,1) 0%,rgba(255,255,255,1) 59%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(237,247,255,1) 0%,rgba(255,255,255,1) 59%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,247,255,1) 0%,rgba(255,255,255,1) 59%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf7ff', endColorstr='#ffffff',GradientType=0 );
}
	


	

.block{
	
	display: block;
	padding: 20px;
	background: #fff;
	border: 1px dotted #ddd;
	border-radius: 0px;
	}
.block h1{
	margin: 0px 0px 10px 0px;
	}
.block h2{
	color: #000;
	}

.block.course-wrap{
	background-color: #fff;
	border-left: 6px solid #FFC200;
	border-right: 6px solid #FFC200;
	margin-top: 10px;
}
.block.course-wrap div.desc{

	}	

.block.course-wrap .tools{
	float: right;
	width: 100px;
	display: block;
	padding: 20px;
	margin: 0px 0px 0px 30px;
	border-left: 1px dotted #ddd;
	color: #000;
	}


.block  ul.strips{
	padding: 0px;
	margin: 0px;
	}


.block  ul.strips li{
	display: block;
	padding: 7px;
	background: #fff;
	border-bottom: 1px dotted #ddd;
	list-style: none;
	}
.block  ul.strips li:first-child{

	border-top: 1px dotted #ddd;
	}

.block img.pull-right{
	margin-left: 20px;
}


.block.pages{
	padding: 40px;
	min-height: 260px;
	font-size: 15px;
	line-height: 22px;
}


.slide-block p, .slide-block li, .slide-block td{
	font-size: 16px;
	line-height: 24px;
}


.home-boks{
	width: 280px;
	height: 130px; 
	float: left;
	margin: 20px 30px 20px 30px;
	background: #efefef;

}

.home-boks .btn{
	width: 250px;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 15px;
	border: 0px;

}
.home-boks p{
	width: 230px;
	padding: 0px 10px 0px 40px;
}

.home-boks p i{
	margin-left: -23px;

}

/* @@@@@@@@@@@@@@@@@
 * Courses
 */

.course-details .row{
	padding: 10px 0px;	
}


/* @@@@@@@@@@@@@@@@@
 * Lesson
 */



.navigation{
	margin: 10px 10px 0px 0px;	
	float: right;
}



/* @@@@@@@@@@@@@@@@@
 * Exam
 */

.well.exam-question{
	font-size: 18px;
	margin-bottom: 5px;
}


.navigation{
	margin: 10px 10px 0px 0px;	
	float: right;
}


/* @@@@@@@@@@@@@@@@@
 * PANEL
 */
.panel-course{
	padding: 15px;
	margin-bottom: 7px;	
}

.panel-course-heading{
	padding: 15px;
	margin-bottom: 7px;	



background: rgb(7,49,104); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiMwNzMxNjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA0OTkzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(7,49,104,1) 16%, rgba(0,73,147,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,rgba(7,49,104,1)), color-stop(100%,rgba(0,73,147,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(7,49,104,1) 16%,rgba(0,73,147,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(7,49,104,1) 16%,rgba(0,73,147,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(7,49,104,1) 16%,rgba(0,73,147,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(7,49,104,1) 16%,rgba(0,73,147,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073168', endColorstr='#004993',GradientType=0 ); /* IE6-8 */


	color: #fff;	
	border: 1px solid rgba(30,87,153,1);
}

.panel-course-heading h3{
	color: #fff;
	margin: 0px 0px 8px 0px;
}

.panel-course ul {
	margin: 10px 0px 20px;
}

.panel-course ol li ul li {
	font-size: 13px;
	font-weight: normal;
	list-style: disc;
	line-height: 23px;
}



.panel-block > ul, .panel-block > ul > li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}




#checking{
	color: #000;
	display: none;
	padding: 15px 0px 10px;
}
		
#footer{
margin:150px 0px 0px 0px;
padding: 40px 20px 80px 20px;
color: #fff;
border-top: 3px solid #00284c;
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 25%, #035a9e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#1e5799), color-stop(100%,#035a9e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 25%,#035a9e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 25%,#035a9e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 25%,#035a9e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 25%,#035a9e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#035a9e',GradientType=0 ); /* IE6-9 */


}

	.footer-logo {
	max-width: 200px;
	max-height: 50px;
	}

#footer>.row{
	margin: 0px auto;
}

#footer a{
	color: #fff;
}
	#footer .content{
	position:relative;
	margin:0px auto;
	width:975px;
	height:150px;
	text-align:center;
	color:#c7ae72;
	font-size:11px;
	}

	
		#footer .content .logo {
		position:absolute;
		top: 40px;
		left:15px;
		}
		
		#footer .content .menu {
		position:absolute;
		top: 65px;
		left:210px;
		color:#B2C562;
		width: 765px;
		text-align: center;
		}

			#footer .content .menu a,  #footer .content .menu a:visited{ color:#FFFFFF; text-decoration:none; font-size:14px}
			#footer .content .menu a:hover{ color:#FFFFFF; text-decoration:underline;}

		#footer .content .copyrights {
		position:absolute;
		top: 95px;
		left:210px;
		width: 765px;
		text-align: center;
		color:#B2C562;
		font-size:12px;
		line-height:15px;
		}

			#footer .content .copyrights a,  #footer .content .copyrights a:visited{ color:#B2C562; text-decoration:none; font-size:12px}
			#footer .content .copyrights a:hover{ color:#B2C562; text-decoration:underline;}






#sort-gallery-images, #sort-gallery-folders {
	list-style: none;
	margin:0px;
	padding:0px;
}

#sort-gallery-images li {
	float: left; 
	width:120px; 
	height:155px; 
	text-align:center; 
	position:relative; 
	border:1px dotted #CCCCCC; 
	padding-top:10px; 
	margin:4px
}

#sort-gallery-images li img.handle {
	margin-right: 0px;
	cursor: move;
}


#sort-gallery-folders li {
	float: left; 
	width:170px; 
	height:220px; 
	text-align:center; 
	margin:4px; 
	background-image:url('../images/folder_bg.jpg'); 
	background-repeat:no-repeat; 
	background-position:top; 
	position:relative
}

#sort-gallery-folders li img.handle {
	margin-right: 0px;
	cursor: move;
}



#sort-slides li {

}

#sort-slides li .handle {
	margin-right: 0px;
	cursor: move;
	height:20px;
}





/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* home */

.home-courses .block{
	height: 220px;
}

.home-courses .block div{
	padding: 10px 0px 25px 0px;
	height: 100px;
}


.read-agreement{
height: 200px; 
overflow: auto; 
background-color: #f0f0f0; 
padding: 15px; 
-webkit-box-shadow:inset 0 0 10px 0 #B0B0B0;
box-shadow:inset 0 0 10px 0 #B0B0B0;
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* cms */


.cms h1{
	color: #000;
	background: none;
	font-size: 24px;
	font-weight: bold;
	text-shadow: none;
	padding: 10px 0px;
}

.cms h2{
	color: #000;
	background: none;
	font-size: 18px;
	font-weight: bold;
	text-shadow: none;
	padding: 8px 0px;
}









