/*
* MIXITUP Boilerplate Template Stylesheet
*/

/* ------ DEFAULTS ------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, header, hgroup, menu, nav, section{
	display: block;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

a{
	text-decoration: none;
}

nav li{
	list-style-type: none;
	/*display: inline-block;*/
}

/* ------ BOILERPLATE TEMPLATE ------ */

body{
	background-color: #606060;
}

.wrapper{
	margin: 50px auto 0 auto;
	max-width: 6400px;
}

h1{
	margin-bottom: 30px;
}

h1 strong{
	font-weight: 700;
}

h3{
	margin-bottom: 20px;
	font-weight: 600;
}

.category{
	display: inline-block;
	width: 180px;
	margin: 0 0 30px;
	vertical-align: top;
	padding: 3px;
	
	-webkit-box-shadow: 0 0 6px #666;
	-moz-box-shadow: 0 0 6px #666;
	-ms-box-shadow: 0 0 6px #666;
	-o-box-shadow: 0 0 6px #666;
 	box-shadow: 0 0 6px #666;

}
.category ul{
	margin: 5px;
}

.category li{
	margin-left: 0px;
	padding-left: 10px;
	cursor: pointer;
	list-style-type: none;
}

.category li.active{
	font-weight: 700;
	color: white;
	/*background-color: #B3D133;*/
	
	
	background: rgb(229, 116, 36); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(229, 116, 36) 0%, rgba(238,238,238,1) 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(229, 116, 36)), color-stop(81%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgb(229, 116, 36) 0%,rgba(238,238,238,1) 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgb(229, 116, 36) 0%,rgba(238,238,238,1) 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgb(229, 116, 36) 0%,rgba(238,238,238,1) 90%); /* IE10+ */
	background: linear-gradient(to right,  rgb(229, 116, 36) 0%,rgba(238,238,238,1) 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d133', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */


}

.middle{
    margin: auto 0px;
}

.course_controls{
	/*display: inline-block;*/
	width: 100%;
}

/*hr{*/
	/*margin: 0 0 30px;*/
	/*height: 0;*/
	/*border: 0 none;*/
	/*border-top: 1px solid #eee;*/
/*}*/

.card-deck{
	/*width: 900px;*/
	text-align: left;
	/*font-size: 0.1px;*/
}

.card-deck .acard:hover{
    cursor: pointer;
}

.card-deck .acard.disabled:hover{
    cursor: default;
}

.card-deck a:hover{
    text-decoration: none;
}

#featuredCourse{
    padding: 3px;
    box-shadow: 2px 2px 5px #888;
}
#featuredCourse a{
    text-decoration: none;
}

/* ============= Grid View ============= */

.card-deck:after{
	content: '';
	display: inline-block;
	width: 100%;
}

.card-deck .acard {
	opacity: 1;
	display: inline-block;
	width: 255px;
	vertical-align: top;
	margin-bottom: 40px;
	background: #fff;
	color: #000;
    margin-left: 12px;
    margin-right: 12px;
    box-shadow: 0px 1px 2px #aaa;
    border-radius: 3px;
    display: inline-block;
    position: relative;

}

.card-deck .acard  .textincard{
    padding-left: 8px;
    padding-right: 8px;
	padding-bottom: 10px;
}

.card-deck .acard  .comingsoon{
    position: absolute;
    top: 0;
    left: 60px;
    color: #ffffff;
    padding: 0 10px;
    background-color: #f03c02;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-radius:0px 0px 10px 10px;
    border-radius:0px 0px 10px 10px;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}
#featuredCourse .title,
#featuredCourse .desc,
#featuredCourse .by,
#featuredCourse .student,
.card-deck .acard  .title,
.card-deck .acard  .by,
.card-deck .acard  .student{
    display: block;
    text-align: left;
    z-index: 2;

}
#featuredCourse .title,

.card-deck .acard  .title{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
    min-height: 42px;
}
.card-deck .acard  .by{
    margin-left: 3px;
    font-size: 12px;
    /*padding-top: 5px;*/
    margin-bottom: 5px;
    border-top: #e9e9e9 1px solid;
    border-bottom: #e9e9e9 1px solid;
    padding: 3px 0;
}
.card-deck .acard .student{
    margin-left: 3px;
    font-size: 12px;
}
#featuredCourse .price,
.card-deck .acard .price{
    float: right;
    font-size: 16px;
    letter-spacing: 1px;
    z-index: 2;
}

#featuredCourse .oldprice,
.card-deck .acard .oldprice{
    float: right;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1px;
    z-index: 2;
    color: #888888;
}
#featuredCourse .newprice,
.card-deck .acard .newprice{
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 1px;
    position: relative;
    color: #FF0000;
}

.card-deck .acard .price,
.card-deck .acard .newprice{
    margin-bottom: 8px;
}

.card-deck .acard .desc{
    display: none;
}

.card-deck .disabled{
	opacity: 0.5;
}

.card-deck .gap{
	display: inline-block;
	width: 200px;
}

/*===== Course Card Overlay =======*/
.ctop{
    position: inherit;
}

.card-deck .ctop:hover .courseoverlay{
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.courseoverlay{
    width:100%;
    height:100%;
    opacity: 0;
    padding: 20px 10px;
    position:absolute;
    top:0;
    left:0;
    bottom: 0;
    -moz-transition: 0.35s;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.courseoverlay p{
    color: #ffffff;
    margin-bottom: 10px;
}

.courseoverlay .btn-system{
    margin: 3px;
}

.courseoverlay .btn-system.border-btn.btn-white{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.courseoverlay .btn-system.border-btn.btn-white:hover{
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
}

/*===== Fixing Problem from bootstrap ====*/
.course_controls ul{
	margin: 0px;
}

/*=========== Search Box ===============*/
.searchBox {
	/*padding:6px 15px 6px 15px;*/
	/*margin:3px 3px 10px 20px; */
	/*width: 80%;*/
	/*height: 30px;*/
    /*width: 100%;*/

    color: #6c6c6c;
    font-size: small;
    border:1px solid #acb1b7;
    background-color:#fcfcfc;
}
.ui-menu-item{
    font-size: small;
}

.rounded { 
	border-radius:15px; 
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
}

#tagSelector{
    width: auto;
    color: #000000;
}


/*============ Layout button*/
.il{
    display: inline;
}
.ib{
	display: inline-block;
}

.anim150{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
   	-o-transition: all 150ms ease-in-out;	
	transition: all 150ms ease-in-out;
}

.button.layout{
	width: 38px;
	height: 33px;
	padding-top: 4px;
	overflow: hidden;
	margin-right: 3%;
	vertical-align: top;
}
.button.layout li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 3px;
	background: #666;
	vertical-align: top;
	
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
   	-o-transition: all 150ms ease-in-out;	
	transition: all 150ms ease-in-out;
}
.button.layout:hover li{
	background: #ccc;
}

.button.layout.active li{
/* 	background: #aedf16; */
	background: #E57424;
}

.button{
	position: relative;
	display: inline-block;
	list-style-type: none;
	height: 36px;
	width: 60px;
	margin-bottom: 4%;
	background: #c9c9c9;
	cursor: pointer;
	vertical-align: top;
	margin: 3px;
	
	text-align: center;
	line-height: 36px;
    /*line-height: 0px;*/
	font-size: 17px;
	color: #898989;
	font-weight: 400;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 0 6px #666;
	-moz-box-shadow: 0 0 6px #666;
	-ms-box-shadow: 0 0 6px #666;
	-o-box-shadow: 0 0 6px #666;
 	box-shadow: 0 0 6px #666;
}

.noLineHeight{
    line-height: 0px;
}

.button:hover{
	background: #161616;
}

.button:hover{
	color: #fff;
}

.button.active{
	background: #161616;
	color: #E57424;
	
	-webkit-box-shadow: 0 0 8px rgba(100,100,100,.1);
	-moz-box-shadow: 0 0 8px rgba(255,255,255,.1);
	-ms-box-shadow: 0 0 8px rgba(255,255,255,.1);
	-o-box-shadow: 0 0 8px rgba(255,255,255,.1);
	box-shadow: 0 0 8px rgba(255,255,255,.1);
}

#ToList li{
	width: 24px;
	margin: 2px;
	height: 3px;
}

/*================ Sorting ================*/
.arrow span{
	position: relative;
}
.arr_desc,
.arr_asc{
	content: '';
	position: relative;
	width: 18px;
	height: 18px;
	top: 4px;
	margin-left: 4px;
	background: rgba(255,255,255,.3);
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-ms-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;	
}

.active .arr_desc,
.active .arr_asc{
	background: #E57424;
}

.arr_desc::after,
.arr_asc::after{
	position: absolute;
	content: '';
	width: 4px;
	height: 6px;
	right: 7px;
	top: 4px;
	background: rgba(0,0,0,.65);
}

.arr_asc::after{
	top: auto;
	bottom: 4px;
}

.active .arr_desc::after,
.active .arr_asc::after{
	background: #121212;
}

.arr_desc::before,
.arr_asc::before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: 4px;
	top: 10px;
	border: 5.5px solid transparent;
	border-top-color: rgba(0,0,0,.65);
}

.active .arr_desc::before{
	border-top-color: #121212;
}

.arr_asc::before{
	bottom: 10px;
	top: auto;
	border-top-color: transparent;
	border-bottom-color: rgba(0,0,0,.65);
}

.active .arr_asc::before{
	border-bottom-color: #121212;
}
