@font-face{
	font-family:'Noto sans';
	src: url('../font/NotoSans-Regular.ttf');
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
	width:990px;
}

body{
	background:url('../images/fabric_plaid.png');
	font-family:'Noto sans', arial;
	font-weight:400;
	padding:0;
}

/* for minimum screen */
body{
	min-width: 350px;
	overflow-y: scroll;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
	min-width: 300px;
}

#header_wrapper{
	margin: 0 auto;
    max-width: 1270px;
    position: relative;
}

/*.carousel-inner{
	min-width: 350px;
}

.carousel-inner img{
	height:184px;
}*/
/* --------------- */

body.course_index{
	/*background:none;*/
}


a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

.carousel-inner,.carousel-inner > .item,.carousel{
	/* position: static; */
	 /*height: 350px;*/
}
#wrapper{
	background:none;
}
.course_index #wrapper{
	/*background:#fff;*/
}

#header{
	width:100%;
	height: auto;
	margin: 0;  
	float: left;
	height: 86px;
	background:none;
	/*background: none repeat scroll 0 0 #FFFFFF;*/
}

.course_index #header{
	background:#fff;
	height: 350px;
	
}

#header .menu{
	background:none repeat scroll 0 0 #fff;
    height: 38px;
    padding:11px 26px 9px 26px;
	margin:0;
	vertical-align: middle;
	border-radius:4px;
}

.menu ul.header_list{
	height: 34px;
    margin: 10px auto 0;
    text-align: center;
   /* width: 700px;*/
	color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

#header .menu ul.header_list{
	 /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
}

.box-bg{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
.caret{
	margin:7px 5px 0 4px;
}

.menu ul.header_list .dropdown li{
	display: block;	
	text-align: left;
}

.menu ul.header_list>li>a{
	color:#5D4B71;
	float: left;
	margin: -4px 0 0;
    padding: 3px 12px;
    /*width: 100px;*/
}

.menu ul.header_list li{
	display: inline-block;
    /*margin: 10px 0;*/
}

.menu ul.header_list li.active{
	/*background: none repeat scroll 0 0 #414042;*/
    color: #FFFFFF;
}

.menu ul.header_list li.active a{
	/*color:#5D4B71;*/
	/*background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 4px;*/
	font-weight: bold;
}

.menu ul.header_list>li>a:hover{
	background: none repeat scroll 0 0 #fff;
	border-radius:0;
	transition:background 0.2s linear 0s;
}

.menu_dropdown{
	display: none;
	text-align: center;
    padding: 0 30px;
    vertical-align: middle;
}

.dropdown-menu > li > a{
	color:#414042;
}

#footer{
	color:#ffffff;
}

#footer .copy-right{
	padding: 1.5% 0;
}

#footer  .menu ul.header_list li.active{
	background: none repeat scroll 0 0 #ffffff;
    color: #414042;
}

#footer .menu ul.header_list a{
	color:#ffffff;
	font-size: 12px;
    margin: 2px;
    padding: 2px;
}

#footer .menu ul.header_list li.active a{
	color:#414042;
}

#footer .menu ul.header_list{
	width: 100%;
}

.carousel-inner .item img{
	height: 100%;
    width: 100%;
	opacity:.9;
	/*min-height: 150px;*/
}

.carousel-bg{
	background: none repeat scroll 0 0 #dee3e7;
    height: 100%;
    margin-left: -14.6%;
    position: absolute;
    width: 129.2%;
}

.carousel-bg.item-1{
	background: none repeat scroll 0 0 #dee3e7;
}
.carousel-bg.item-2{
	background: none repeat scroll 0 0 #dee3e7;
}
.carousel-bg.item-2{
	background: none repeat scroll 0 0 #dee3e7;
}

.container{
	
}
#whitebg{
	background:#fff;
}
#footer{
	background: none repeat scroll 0 0 #66A932;
    height: 50px;
    width: 100%;
	min-width: 990px;
}

.click{
	cursor:pointer;
}

.disable{
	display:none;
}

.course_container{
    float: left;
}

.course_container .item{
	box-shadow:0px 1px 3px #959496;
	background: #7B6C97; /* Old browsers */
	background: -moz-linear-gradient(top, #7B6C97 0%, #9896AC 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7B6C97), color-stop(99%,#9896AC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* IE10+ */
	background: linear-gradient(to bottom, #7B6C97 0%, #9896AC 99%) repeat scroll 0 0 rgba(0, 0, 0, 0) /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7B6C97', endColorstr='#9896AC',GradientType=0 ); 
	border-radius:4px;
    float: left;
    margin: 10px;
    width: 225px;
	color:#fff;
	/*height: 257px;
	background:#fff;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
}
/*.btn{
	background:-moz-linear-gradient(center top , #FFFFFF, #EDEDED) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color:#606060 !important;
}
.btn:hover, .btn:focus{
	background:-moz-linear-gradient(center top , #FFFFFF, #DCDCDC) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
}*/
.course_desc{
	background:none repeat scroll 0 0 #ECECEE;
}

.course_action a{
	border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
img{
	/*margin:0 0 9px !important;*/
}
.course_action a span{
	padding: 0 10px;
}
.left{
	float:left;
}

.right{
	float:right;
}

.course_name{
	text-shadow: 1px 1px 2px #040505;
	overflow:hidden;
	background: #7B6C97; /* Old browsers */
background: -moz-linear-gradient(top, #7B6C97 0%, #9896AC 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7B6C97), color-stop(99%,#9896AC)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* IE10+ */
background: linear-gradient(to bottom, #7B6C97 0%, #9896AC 99%) repeat scroll 0 0 rgba(0, 0, 0, 0) /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7B6C97', endColorstr='#9896AC',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid #E6E6E6;
	height: 40px;
    margin:5px 0 10px 0;
    text-align: center;
	padding:4px 10px;
}
.course_dp{
	padding:0 10px;
	height: 175px;
}

.course_dp img{
	height:165px;
	width:205px;
}

/*#more_course{
    clear: both;
    padding: 10px 0;
    text-align: center;
    width: 50%;
	margin:20px auto;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}*/

.main_content{
		background:url("../images/bg-slash.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.logo{
	float: left;
   padding-left: 20px;
}

.carousel{
	/*position: absolute;*/
	margin-bottom: 0;
	min-width: 990px;
    width: 100%;
	left:0;
}

#loader{
	height: 100%;
	width: 100%;
	position: fixed;
}

#loader .loader_img{
	background: url("../images/ajax-loader.gif") repeat scroll 0 0 / 35px 35px rgba(0, 0, 0, 0);
    height: 35px;
    margin: 30% 0 0 48.75%;
    position: relative;
    width: 35px;
}

#loader .loader_bg{
	background: none repeat scroll 0 0 #000000;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    width: 100%;
}

#Courses_name:focus{
	border-color: #ffffff;
	box-shadow: none ;
}

.description{
	height: 80px;
    overflow: hidden;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > input:checked ~ label{
	background: #7B6C97; /* Old browsers */
background: -moz-linear-gradient(top, #7B6C97 0%, #9896AC 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7B6C97), color-stop(99%,#9896AC)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* IE10+ */
background: linear-gradient(to bottom, #7B6C97 0%, #9896AC 99%) repeat scroll 0 0 rgba(0, 0, 0, 0) /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7B6C97', endColorstr='#9896AC',GradientType=0 ); /* IE6-9 */
	color:#fff;
}


.dropdown-menu > li > label:hover,
.dropdown-submenu > li > label:hover ,.dropdown-menu > li > a:hover{
	background: #7B6C97; /* Old browsers */
background: -moz-linear-gradient(top, #7B6C97 0%, #9896AC 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7B6C97), color-stop(99%,#9896AC)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7B6C97 0%,#9896AC 99%); /* IE10+ */
background: linear-gradient(to bottom, #7B6C97 0%, #9896AC 99%) repeat scroll 0 0 rgba(0, 0, 0, 0) /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7B6C97', endColorstr='#9896AC',GradientType=0 ); /* IE6-9 */
	border-radius:7px;
	transition:background 0.2s linear 0s;
	color:#fff;
}

.btn-group .dropdown-menu > li > input:checked ~ label{
	background:#fff;
	color:#333333;
	white-space: normal;
	width: 100%;
	padding: 1px 20px;
}

.btn-group.dropdown-menu > li > label:hover,
.btn-group .dropdown-submenu > li > label:hover ,.btn-group .dropdown-menu > li > a:hover{
	background:none;
	border-radius:7px;
	transition:background 0.2s linear 0s;
	color:#414042;
}

#search_form .btn-group{
	margin-top: 5px;
}

#form-bg{
	background: rgba(255, 255, 255, 0.55);
   /* bottom: 33%;*/
    /*left: 50%;*/
   /* position: absolute;*/
	/*border:1px solid #DEE3E7;
    border-radius: 2px;
    box-shadow:0 0 1px #414042;*/
    padding:10px;
	border-radius:4px;
	width: 338px;
	margin-left: 630px;
    margin-top: 130px;
	height: 30px;
}

#form-bg .btn-group.open .dropdown-toggle{
	box-shadow:none;
}
.icon-search{
	margin:5px 12px 0 1px;
}
.category_label{
	width:95px;
}

#search_form{
	background: none repeat scroll 0 0 #FFFFFF;
	margin:0;
}

.dropdown-menu{
	min-width: 100px;
}

#search_form #Courses_name{
	border: 0 none;
    margin: 0;
	width: 205px;
}

#search_form .btn-group li{
	float: left;
	position:relative;
	margin:0 10px;
	width: 132px;
}

#form-bg .dropdown-menu > li > label{
	padding:1px 20px;
	white-space: normal;
	width: 132px;
}

#form-bg .dropdown-menu > li > label:hover,#form-bg .dropdown-submenu > li > label:hover,#form-bg .dropdown-menu > li > a:hover{
	background:none;
}

#search_form .btn-group li:nth-child(odd){
	display:block;
}

#search_form .btn-group li:nth-child(even){
	display:inline-block;
}