/*

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2. PAGES AND CONTENT
3. FORMS
4. COMMON
5. MEDIA QUERIES

/*============================================================================================*/

/* 1.  SITE STRUCTURE and TYPOGRAPHY */

/*============================================================================================*/

/* Fonts and Icons */

/*@import url('//fonts.googleapis.com/css?family=Raleway:400,500,600,700,800');*/

@import url("../../overpass.css");

/* Structure */

body {
	/*font-family: 'Raleway', Arial, Helvetica, sans-serif;*/
	font-family: 'overpass';
	font-size: 14px;
	margin: 0;
	background-color: #fff;
	color: #2d4050;
	-webkit-font-smoothing: antialiased !important;
}
header {
	background-color: #1c1c1c;
	border-bottom: 1px solid #272727;
	/*padding: 15px 0;*/
}
ul#top_nav {
	list-style: none;
	padding: 0;
	margin: 10px 15px 0 0;
	font-size: 12px;
	float: right;
}
ul#top_nav li a {
	color: #ccc;
}
ul#top_nav li a:hover {
	color: #fff;
}
ul#top_nav li:first-child {
	border-left: none;
}
ul#top_nav li {
	display: inline-block;
	border-left: 1px solid #333;
	height: 12px;
	line-height: 12px;
	padding-right: 5px;
	padding-left: 7px;
}
nav {
	background-color: #1c1c1c;
}
a#logo {
	width: 250px;
	height: 36px;	
	display: block;
	/* background: url(../images/logo.png) repeat-x center bottom; */
	/* background: url(../images/venturesity-logo-white.png) repeat-x center bottom; */

	margin-top:10px;
}
.divider_top {
	background: url(../images/top_divider.png) repeat-x center bottom;
	width: 100%;
	height: 37px;
	position: absolute;
	bottom: -8px;
	left: 0;
}
.divider_top_black {
	width: 100%;
	height: 37px;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 999;
}
#vapply {
	padding: 80px 0 60px 0;
	position: relative;
	width: 100%;
	background-color: #0cbdaa;
}
#hiring {
	padding: 60px 0 40px 0;
	position: relative;
	width: 100%;
	background-color: #fff;
}
#sub-header {
	padding: 30px 0 60px 0;
	color: #fff;
	position: relative;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	width: 100%;
	background-color: #0cbdaa; 
	margin-top: 51px;
}
#sub-header_pattern_1 {
	padding: 30px 0 60px 0;
	color: #fff;
	position: relative;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	width: 100%;
	background: #1abc9c url(../images/pattern_1.png) repeat center top;
}
#sub-header_pattern_2 {
	padding: 30px 0 60px 0;
	color: #fff;
	position: relative;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	width: 100%;
	background: #1abc9c url(../images/pattern_2.png) repeat center top;
}
#main_content, #media_bytes, #hiring_partners {
	padding: 60px 0;
	background-color: #fff;
	min-height: 420px;
}
#main_content_gray {
	padding: 60px 0 30px 0;
	background-color: #fafafa;
}
#upcoming_hackathons {
	padding: 60px 0 30px 0;
	background-color: #EDEDED;
}
#announce {
	padding: 60px 0;
}
/* TYPOGRAPHY and links color */

p {
	margin-bottom: 20px;
}
blockquote.styled {
	line-height: 20px;
	font-size: 14px;
	font-style: italic;
}
p.lead {
	font-weight: 300;
}
p.lead.boxed {
	font-weight: 600;
	font-size: 30px;
	display: inline-block;
	padding: 3px 12px;
}
a {
	color: #488dc6;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Raleway', Arial, Helvetica, sans-serif;*/
	font-family: 'overpass';
}
h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 60px;
	margin: 20px 0 0 0;
	padding: 0;
}
#subscribe h1 {
	font-size: 46px;
	margin-top: 85px;
}
#main_content h2,
#main_content_gray h2,
#upcoming_hackathons h2 ,
#hiring_partners h2 {
	text-transform: uppercase;
	font-weight: 400;
	/*font-size: 36px;*/
	font-size: 2em;
	margin-top: 0;
}
#sub-header-features h1,
#sub-header-features-2 h1 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 72px;
	margin: 20px 0 0 0;
	padding: 0;
}
#sub-header-features h2,
#sub-header-features-2 h2 {
	font-size: 20px;
	font-weight: 700;
}
#main_content h2.plan-title {
	font-size: 18px;
	font-weight: 600;
}
#sub-header-features p {
	font-size: 15px;
	color: #75807d;
	font-weight: 600;
}
#sub-header-features-2 p {
	font-size: 15px;
	font-weight: 600;
}
#sub-header-features p strong,
#sub-header-features ul li strong {
	color: #5b6462;
}
#sub-header-features ul {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
#sub-header-features p strong,
#sub-header-features-2 p strong {
	color: #fff;
}
#testimonials h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 5px;
}
#main-features h2,
#main-features_green h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: 5px;
	margin-top: 0;
	padding-top: 0;
}
#main_content .post h2 {
	font-size: 26px;
	line-height: 28px;
}
#main-features p.lead,
#main-features_green p.lead {
	color: #fff;
	font-size: 18px;
	margin-bottom: 60px;
}
#main-features h3,
#main-features_green h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.question_box h3 {
	font-size: 18px;
	text-align: left;
	line-height: 22px;
	margin-bottom: 10px;
}
.box_style_1 h4 {
	border-bottom: 1px solid #eaeff3;
	padding-bottom: 10px;
	/*text-transform: uppercase;*/
}
#main-contact h3 {
	margin-top: 0;
	padding-top: 0;
}
.box-wp h3 {
	font-size: 36px;
	font-weight: 400;
}
.box-wp p.lead {
	font-weight: 600;
}
footer h3 {
	font-size: 30px;
}
#nav-footer h4 {
	text-transform: uppercase;
	font-size: 18px;
}
ul.latest_news h5 {
	margin: 0 0 0 25px;
	padding: 0;
}
/* #Site Footer */

footer {
	/*background: #1c1c1c url(../images/logo_footer.png) no-repeat center 60px;*/
	background-color:#1c1c1c;
	color: #fff;
	width: 100%;
/*	padding-top: 150px; */
	padding-top:50px;
	text-align: center;
	font-size: 13px;
	/*position: absolute;
	bottom: 0px;*/
}
#nav-footer ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
}
ul#follow_us {
	list-style: none;
	padding: 0x;
	margin: 10px 0 15px 0;
}
ul#follow_us li {
	font-weight: 600;
	padding: 4px;
}
#nav-footer ul li a {
	color: #c6c6c7;
}
#nav-footer ul li a:hover,
#nav-footer ul li a.active {
	color: #1dd7b2;
}
ul#follow_us li {
	display: inline-block;
	margin-right: 15px;
}
ul#follow_us li a {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #c6c6c7;
	color: #c6c6c7;
	display: block;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
ul#follow_us li a:hover {
	border: 2px solid #fff;
	color: #fff;
}
#copy_right {
	background-color: #202020;
	padding: 10px;
	color: #555;
}
footer hr {
	border-color: #2a2a2a;
	margin-top: 60px;
}
.phone {
	font-size: 16px;
	color: #F66
}
/* Buttons */

a.button_top {
	border: none;
	margin-top: 5px;
	background: #292929;
	color: #fff;
	font-size: 11px;
	padding: 5px 16px 2px 16px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
a.button_top#apply {
	border: none;
	margin-top: 5px;
	background: #F66;
}
a.button_top:hover {
	background: #30d9a4;
	color: #fff;
}
a.button_medium,
.button_medium {
	border: none;
	background: #30d9a4;
	color: #fff;
	padding: 7px 12px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
}
a.button_medium:hover,
.button_medium:hover {
	background: #262c2d;
}
a.button_large,
.button_large {
	border: none;
	background: #30d9a4;
	color: #fff;
	padding: 12px 100px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
}
a.button_large:hover,
.button_large:hover {
	background: #262c2d;
}
a.button_subscribe,
.button_subscribe {
	border: none;
	background: #ffd200;
	color: #fff;
	padding: 12px 20px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}
a.button_subscribe:hover,
.button_subscribe:hover {
	background: #262c2d;
}
a.button_subscribe_green,
.button_subscribe_green {
	border: none;
	background: #30d9a4;
	color: #fff;
	padding: 12px 20px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}
a.button_subscribe_green:hover,
.button_subscribe_green:hover {
	background: #262c2d;
}
a.button_medium_outline,
.button_medium_outline {
	border: none;
	background: none;
	color: #333;
	border: 2px solid #333;
	padding: 5px 10px;
	text-decoration: none;
	transition: .5s ease;
	-moz-transition: .5s ease;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-font-smoothing: antialiased;
}
a.button_medium_outline:hover,
.button_medium_outline:hover {
	color: #262c2d;
	border: 2px solid #262c2d;
}
a.button_big,
.button_big {
	border: none;
	background: #30d9a4;
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	padding: 20px 50px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
a.button_big:hover,
.button_big:hover {
	background: #262c2d;
}
a.button_big_yellow,
.button_big_yellow {
	border: none;
	background: #ebce08;
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	padding: 20px 50px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
a.button_big_yellow:hover,
.button_big_yellow:hover {
	background: #262c2d;
}
a.button_medium-big:hover,
.button_medium-big:hover {
	background: #262c2d;
}
a.button_medium-big,
.button_medium-big {
	border: none;
	background: #30d9a4;
	color: #fff;
	font-size: 30px;
	line-height: 18px;
	padding: 20px 50px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	outline: none;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
.button_red_small,
a.button_red_small {
	border: none;
	background: #ff6666;
	color: #fff;
	outline: none;
	padding: 2px 8px;
	margin-bottom: 15px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
}
.button_red_small:hover,
a.button_red_small:hover {
	background: #262c2d;
}
a.button_fullwidth,
.button_fullwidth {
	border: none;
	background: #30d9a4;
	color: #fff;
	outline: none;
	padding: 7px 12px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: block;
	width: 100%;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}
a.button_fullwidth:hover,
.button_fullwidth:hover {
	background: #262c2d;
}
a.button_fullwidth-2,
.button_fullwidth-2 {
	border: none;
	background: #eafbf6;
	color: #333;
	outline: none;
	text-align: center;
	padding: 7px 12px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: block;
	width: 100%;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	-webkit-font-smoothing: antialiased;
}
a.button_fullwidth-2:hover,
.button_fullwidth-2:hover {
	background: #262c2d;
	color: #fff;
}
a.button_fullwidth-3,
.button_fullwidth-3 {
	border: none;
	background: #eafbf6;
	color: #333;
	outline: none;
	text-align: center;
	padding: 15px 12px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	font-size: 16px;
	display: block;
	width: 100%;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased;
}
a.button_fullwidth-3:hover,
.button_fullwidth-3:hover {
	background: #262c2d;
	color: #fff;
}
.button_outline,
a.button_outline {
	border: 2px solid #1dd7b2;
	background: none;
	color: #1dd7b2;
	outline: none;
	padding: 13px 24px 13px 24px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	outline: none;
}
.button_outline:hover,
a.button_outline:hover {
	background: #1dd7b2;
	color: #fff;
}
.btn-filter {
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #09C;
	text-transform: uppercase;
	color: #fff;
	outline: none;
	padding: 2px 8px 0 8px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	cursor: pointer;
	font-weight: 600;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
}
.btn-filter:hover {
	background: #262c2d;
}
/** Wizard Buttons **/

.backward,
.forward {
	border: none;
	color: #fff;
	padding: 7px 20px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	background: #282828;
	position: relative;
}
.backward {
	padding: 7px 20px 7px 30px;
}
button[disabled].backward,
button[disabled].forward {
	border: none;
	background: #ccc;
	outline: none;
}
.backward:before {
	content: "\f053";
	font-family: FontAwesome;
	text-decoration: inherit;
	position: absolute;
	font-weight: normal;
	top: 8px;
	left: 20px;
	text-transform: none;
	font-size: 9px
}
.forward {
	padding: 7px 30px 7px 20px;
}
.forward:before {
	content: "\f054";
	font-family: FontAwesome;
	text-decoration: inherit;
	position: absolute;
	font-weight: normal;
	top: 8px;
	right: 20px;
	text-transform: none;
	font-size: 9px
}
.backward:hover,
.forward:hover {
	background: #00aeef;
	color: #fff;
}
/*============================================================================================*/

/* 2.  PAGES AND CONTENT */

/*============================================================================================*/

/* #home ========== */

.bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
}
.divider_top_black {
	background: url(../images/top_divider_black.png) repeat-x center bottom;
	width: 100%;
	height: 37px;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 999;
}
.divider_top_green {
	background: url(../images/top_divider_green.png) repeat-x center bottom;
	width: 100%;
	height: 37px;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 999;
}
#main-features {
	background-color: #1c1c1c;
	position: relative;
	color: #8c8c8c;
	font-weight: 600;
	padding: 60px 0;
}
#main-features_green {
	background: #0cbdaa url(../images/bg_sub-header.png) repeat 0 0;
	position: relative;
	color: #fff;
	font-weight: 600;
	padding: 60px 0;
}
.feature {
	padding-left: 95px;
	position: relative;
}
.feature i {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 65px;
	height: 65px;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 26px;
	color: #1abc9c;
}
#main-features_green .feature i {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 65px;
	height: 65px;
	line-height: 60px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	font-size: 26px;
	color: #fff;
}
#testimonials {
	background: #1abc9c url(../images/users_bg.png) repeat 0 0;
	padding: 60px 0;
	color: #fff;
}
.container_count {
	width: 60px;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}
.container_count.last {
	margin-right: 0;
}
#countdown_wp {
	text-align: center;
	margin: 30px 0 20px 0;
}
#days,
#hours,
#minutes,
#seconds {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	text-align: center;
	width: 60px;
	height: 60px;
	font-size: 24px;
	line-height: 56px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
}
/*LATEST COURSES*/

.cat_row {
	background: #f8f8f8;
	padding: 7px 7px 5px 7px;
	font-size: 12px;
	font-weight: 600;
}
.cat_row .pull-right {
	color: #999;
}
.cat_row i {
	font-size: 14px;
	margin-left: 5px;
	margin-right: 2px;
}
.cat_row a:hover {
	text-decoration: none;
}
.ribbon_course {
	position: absolute;
	left: -5px;
	top: -5px;
	display: block;
	width: 99px;
	height: 97px;
	background: url(../images/ribbon.png) no-repeat;
}
.col-item {
	border: 1px solid #ededed;
	background: #FFF;
	margin-bottom: 25px;
	position: relative;
}
.col-item .photo img {
	margin: 0 auto;
	width: 100%;
}
.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}

#main_content_gray .col-item .info{
	min-height: 217px;
}

.col-item .course_info {
	/*width: 50%;*/
	float: left;
	margin-top: 5px;
	min-height: 137px;
	max-height: 137px;
	overflow: hidden;
}
.col-item .course_info h4 {
	line-height: 20px;
	margin: 0 0 10px 0;
}
.course_info p {
	font-size: 13px;
	line-height: 18px;
}
.rating {
	color: #FC0;
	margin-top: 10px;
}
.price {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #999;
	font-size: 16px;
}
.col-item .info .rating {
	color: #1777;
}
.col-item .rating {
	float: left;
	font-size: 17px;
	text-align: left;
	margin-bottom: 20px;
}
.col-item .separator {
	border-top: 1px solid #ededed;
}
.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
	margin-right: 5px;
}
.col-item .btn-add {
	width: 50%;
	float: left;
}
.col-item .btn-add {
	border-right: 1px solid #ededed;
}
.col-item .btn-details {
	width: 45%;
	float: left;
	padding-left: 10px;
}
/*SEARCH BAR*/

#search-form {
	margin-top: 15px;
	position: relative;
}
#search-form input {
	font-weight: 600;
}
#search-form .input-group {
	border: 5px solid rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#search-form .btn {
	height: 44px;
	text-align: center;
	border: 0;
	margin: 0;
	font-size: 22px;
	outline: none;
}
#search-form .btn i {
	margin-left: 5px;
	margin-right: 5px;
}
.adv_search a {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: absolute;
	left: 10px;
	top: -15px;
	background-color: #f8f8f8;
	padding: 0px 10px;
	font-size: 11px;
	color: #333;
	margin: 0;
}
.adv_search a:hover {
	color: #fff;
	background: #488dc6;
}
.autocomplete-suggestions {
	border: 1px solid #ccc;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.autocomplete-selected {
	background: #F0F0F0;
}
.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF;
}
/*SEARCH BAR 2*/

.sb-search {
	position: relative;
	margin-top: 5px;
	width: 0%;
	min-width: 36px;
	height: 36px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	margin-right: -15px;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 36px;
	margin: 0;
	z-index: 10;
	padding: 10px 45px 10px 0;
	font-family: inherit;
	color: #ccc;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ccc;
}
.sb-search-input:-moz-placeholder {
	color: #ccc;
}
.sb-search-input::-moz-placeholder {
	color: #ccc;
}
.sb-search-input:-ms-input-placeholder {
	color: #ccc;
}
.sb-icon-search,
.sb-search-submit {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff;
	/* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 8 */
	filter: alpha(opacity=0);
	/* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #fff;
	background: #1c1c1c;
	z-index: 90;
	font-size: 22px;
	font-family: 'fontello';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
	content: "\e806";
}
/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #1c1c1c;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/* #home with subscription ========== */

#subscribe_home {
	background-color: #0aa090;
	padding: 30px 30px 0 30px;
	margin-top: 30px;
}
#subscribe_home input,
#subscribe_home .styled-select {
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#subscribe {
	background: url(../images/arrow_hand_1.png) no-repeat center bottom;
	padding-bottom: 70px;
}
/* #home with video ========== */

.video {
	margin-top: 30px;
}
/* #about us ======== */

ul.social_team {
	list-style: none;
	padding: 0;
	margin: 5px 0 5px 0;
	font-size: 16px;
}
ul.social_team li {
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ededed;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.thumbnail {
	border: none;
	border-radius: 0px;
	box-shadow: none;
	display: block;
	line-height: 0px;
	-moz-border-radius: 0px;
	-moz-box-shadow: none;
	-moz-transition: all 0.2s ease-in-out;
	o-transition: all 0.2s ease-in-out;
	padding: 0px;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
}
.caption {
	background: #f2f2f2;
}
.transit-to-top {
	height: 60px;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}
.transit-to-top h4 {
	text-align: center;
	moz-transition: all 0.3s ease-in-out;
	o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin: 20px 0 0 0;
	padding: 0;
}
.thumbnail:hover h4 {
	margin-top: -40px;
}
.p-title {
	display: block;
	height: 40px;
}
.widget_nav_menu {
	min-height: 100%;
	height: 100%;
	text-align: center;
}
.project-item-image-container {
	border: none;
	cursor: pointer;
	height: 100%;
	position: relative;
	width: 100%;
}
.project-item-image-container:hover,
.project-item:hover .project-item-image-container {
	filter: alpha(opacity=100);
	-moz-transition: background-color 0.2s ease-out, color 0.1s ease-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	-o-transition: background-color 0.2s ease-out, color 0.1s ease-out;
	transition: background-color 0.2s ease-out, color 0.1s ease-out;
	-webkit-transition: background-color 0.2s ease-out, color 0.1s ease-out;
}
.project-item-image-container > img {
	width: 100%!important;
}
.phone-info {
	display: inline-block;
	margin: 5px 0px 0 0;
	width: 100%;
	text-align: center;
}
ul.social-bookmarks.team {
	float: none;
	margin: 0;
	padding: 0;
	margin: auto;
	display: inline-block;
}
.question_box {
	padding-left: 40px;
	position: relative;
	margin-bottom: 30px;
}
.question_box:before {
	content: "\ec7e";
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 30px;
	position: absolute;
	color: #999;
	top: 5px;
	left: 0;
}
/* #course grid page
================================================ */

ul.submenu-col {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 14px;
}
ul.submenu-col li a {
	text-decoration: none;
	padding: 4px 10px;
	display: block;
	margin-bottom: 3px;
}
ul.submenu-col li a#active {
	background: #0cbdaa url(../images/arrow.png) no-repeat 96% center;
	color: #fff;
}
ul.submenu-col li a:hover {
	background: #efefef;
	color: #111;
}
.filterable .panel-heading .pull-right {
	margin-top: -20px;
}
.filterable .filters input[disabled] {
	background-color: transparent;
	border: none;
	cursor: auto;
	box-shadow: none;
	padding: 0;
	height: auto;
	margin: 0;
	font-weight: 600;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
	color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
	color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
	color: #333;
}
.panel-info {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/* #login and register
================================================ */

#login_bg {
	background: #0cbdaa url(../images/bg_sub-header.png) repeat 0 0;
	padding: 100px 0;
}
#wizard_bg {
	background: #0cbdaa url(../images/bg_sub-header.png) repeat 0 0;
	padding: 60px 0;
}
#login {
	background-color: #fff;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 5 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	padding: 30px;
}
/* #lwizard apply */

#top-wizard {
	text-align: center;
	padding: 15px 120px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
}
.ui-widget {} .ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {} .ui-widget-content {
	background: #fff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	background: #f68e56;
}
.ui-widget-header a {
	color: #222222;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
#survey_container {
	background-color: #fff;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 5 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	margin-top: 0px;
}
.ie8 #survey_container {
	background-color: #fff;
	border: 1px solid #ddd;
	margin-top: 60px;
	margin-bottom: 60px;
}
#middle-wizard {
	padding: 50px 125px 35px 125px;
}
#middle-wizard h3 {
	padding-top: 0;
	margin-top: 0;
}
#bottom-wizard {
	text-align: center;
	padding: 15px 120px;
	border-top: 1px solid #e7e7e7;
	background-color: #f3f3f3;
}
#complete {
	text-align: center;
	padding: 0 45px 35px 45px;
}
#complete h3 {
	text-align: center;
	margin-bottom: 40px
}
#complete i {
	color: #cacaca;
	margin: 0 0 10px 0;
	font-size: 160px;
	padding: 0;
}
#complete button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	border: 2px solid #8dc63f;
	color: #8dc63f;
	padding: 15px 35px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	background: #fff;
}
#complete button:hover {
	background: #00aeef;
	color: #fff;
	border: 2px solid #00aeef;
}
/** Floated inputs: ex the gender radio ==================== **/

ul.floated {
	padding: 0;
	margin: 0 0 0 0;
}
ul.floated li {
	float: left;
	margin: 0;
	padding: 0;
	width: 27%;
}
label.label_gender {
	padding-left: 50px;
	line-height: 42px;
}
ul.floated li#age {
	width: 100px;
	margin-right: 55px;
}
ul.data-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}
ul.data-list-2 {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul.data-list li {
	position: relative;
}
ul.data-list-2 li {
	position: relative;
	height: 42px;
	margin-bottom: 15px;
	width: 100%;
	display: block;
}
ul.data-list-2 li label {
	float: left;
	margin-left: 60px;
	font-size: 18px;
	font-weight: 400;
	margin-top: 9px;
	line-height: 22px;
}
ul.data-list#terms {
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	font-size: 12px;
	padding: 0;
	text-align: center;
}
/** Errors validation styles and position ==================== **/

/** Common style**/

label.error {
	font-size: 11px;
	position: absolute;
	top: -28px;
	right: -15px;
	z-index: 99;
	height: 25px;
	line-height: 25px;
	background-color: #e34f4f;
	color: #fff;
	font-weight: normal;
	padding: 0 6px;
}
label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
}
.styled-select label.error {
	overflow: visible;
}
ul.floated li#age label.error {
	right: -15px;
}
ul.floated li label.error {
	right: -50px;
}
ul.data-list#terms li label.error {
	left: 45%;
	display: inline-block;
	width: 80px;
}
/** Error styles for survey questions**/

ul.data-list-2 li label.error {
	font-size: 11px;
	position: absolute;
	top: -30px;
	right: -10px;
	margin: 0;
	z-index: 99;
	height: 25px;
	line-height: 25px;
	background-color: #e34f4f;
	color: #fff;
	font-weight: normal;
	padding: 0 6px;
}
/* #instructors
================================================ */

ul.teacher_courses {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
/* #course details
================================================ */

.video_course {
	width: 100%;
	height: 400px;
}
#strips-course {
	padding: 60px 0;
}
#strips-course article h3 {
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
}
#strips-course article h3 em {
	font-size: 21px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	display: block;
	color: #999;
}
#strips-course article {
	padding: 30px 0;
}
#strips-course.style_2 article {
	padding: 30px 0;
	border-bottom: 1px dashed #ededed;
}
#strips-course.shadow article:nth-of-type(odd) {
	background-color: #fdfdfd;
	box-shadow: inset 0px 11px 8px -10px #f8f8f8, inset 0px -11px 8px -10px #f8f8f8;
}
ul.data-lessons {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 30px;
}
ul.data-lessons li {
	display: inline-block;
	margin-right: 5px;
	padding-right: 8px;
	border-right: 1px solid #ccc;
	line-height: 16px;
	color: #777;
	zoom: 1;
	*display: inline;
}
ul.data-lessons li a {
	color: #777;
}
ul.data-lessons li a:hover {
	color: #111;
}
ul.data-lessons li:last-child {
	border-right: none;
}
ul.data-lessons li a.button_red_small {
	color: #fff;
}
/* #Blog
================================================ */

.tags a {
	display: inline-block;
	margin: 5px 14px 10px 0;
	height: 33px;
	line-height: 33px;
	background: #ededed url(../images/tag_bg.png) no-repeat 91% center;
	padding: 0 28px 0 11px;
	color: #646464;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: background .5s ease;
}
.tags a:hover {
	background-color: #099ad1;
	color: #fff;
	text-decoration: none;
}
ul.recent_post {
	margin-left: 0;
	padding-left: 0;
}
ul.recent_post li {
	padding: 0 0 8px 0;
	margin-bottom: 15px;
	border-bottom: 1px #e7e7e7 dotted;
	color: #313131;
	list-style: none;
	line-height: 18px;
	padding-bottom: 15px;
	color: #888;
	font-style: italic;
}
ul.recent_post li div {
	font-weight: 600;
	padding-left: 25px;
	font-style: normal
}
ul.recent_post li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.post {
	margin-bottom: 45px;
}
.post img {
	margin-bottom: 18px;
}
.post_info {
	padding: 10px 0;
	border-bottom: 1px #e7e7e7 solid;
	border-top: 1px #e7e7e7 solid;
	margin-bottom: 12px;
	color: #555;
}
.post_info span {
	color: #ff6666;
}
.post-left {
	float: left;
}
.post-left ul {
	margin-left: 0;
	padding-left: 0;
}
.post-left ul li {
	float: left;
	margin-right: 10px;
	list-style: none;
}
.post-right {
	float: right;
}
#comments {
	padding: 10px 0 0px 0;
	margin-bottom: 15px;
}
#comments ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#comments ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
#comments li {
	padding: 0 0 23px 0;
	list-style: none;
}
.avatar {
	float: left;
	margin-right: 11px;
}
.avatar img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.comment_right {
	display: table;
}
.comment_info {
	padding-bottom: 7px;
}
.comment_info span {
	padding: 0 12px;
}
#comments ol li ul li {
	padding: 23px 0 0 30px;
	margin: 0;
}
/* #Contact
================================================ */

#map {
	width: 100%;
	height: 450px;
}
#directions {
	background-color: #0cbdaa;
	padding: 22px 0 0 0;
}
ul#contact-info {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul#follow_us_contacts {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
}
ul#follow_us_contacts li {
	position: relative;
	padding-left: 45px;
	height: 34px;
	line-height: 34px;
	margin-bottom: 15px;
}
ul#follow_us_contacts li a i {
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #c6c6c7;
	color: #c6c6c7;
	display: block;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
ul#follow_us_contacts li a:hover i {
	border: 2px solid #333;
	color: #333;
}
.box_style_2 {
	background: #f9f9f9;
	border: 1px solid #f3f3f3;
	padding: 30px;
	position: relative;
}
.tape {
	position: absolute;
	left: 0;
	top: -20px;
	height: 45px;
	width: 100%;
	background: url(../images/tape.png) no-repeat center top;
	display: block;
}
/* #News
================================================ */

.media.list_news {
	border-top: 1px dashed #ededed;
	padding-top: 20px;
}
/*============================================================================================*/

/* 3.  FORMS */

/*============================================================================================*/

/** Drop down select: ex Region select ==================== **/

.styled-select select {
	background: transparent;
	width: 107%;
	padding: 5px;
	padding-left: 15px;
	border: 0;
	border-radius: 0;
	height: 41px;
	margin: 0;
	font-weight: 400;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	color: #999;
}
.styled-select {
	width: 100%;
	overflow: hidden;
	height: 44px;
	background: #fff url(../images/down_arrow_select.png) no-repeat right center;
	border: 1px solid #ededed;
	margin-bottom: 25px;
}
.styled-select select::-ms-expand,
.styled-select-2 select::-ms-expand {
	display: none;
}
/** VERSION 1.3 CSS Updated ==================== **/

.input-icon {
	position: absolute;
	right: 8px;
	top: 10px;
	width: 32px;
	height: 24px;
	background-color: #fff;
	text-align: right;
	border-left: 1px solid #ececec;
	color: #ccc;
	font-size: 18px;
	line-height: 24px;
	text-shadow: none;
}
/**  End Version 1.3 Updated  **/

.input-icon i {
	color: #ccc;
	font-size: 18px;
	line-height: 24px;
}
.form-group {
	position: relative;
	margin-bottom: 0px;
}
.loader {
	margin-left: 5px;
	position: absolute;
}

.error_message {
	color: #D71515;
	font-weight: 600;
	margin-bottom: 15px;
	background: #FFDFDF;
	padding: 10px 10px;
	border: 1px solid #D71515;
	border-radius: 10px;
}
.success_message
{
	/*color: #006600;*/
	color: #EEF2EE;
	font-weight: 600;
	/*margin-bottom: 4px;
	background: #D0F2D5;*/
	background: #2A983A;
	padding: 10px 10px;
	/*border: 1px solid #006600;
	border-radius: 10px;*/
}
.input-group {
	margin-bottom: 20px;
}
.form-control {
	height: 38px;
	/*-webkit-box-shadow: none;
	box-shadow: none;*/
	/*-webkit-appearance: none;*/
}
.form-control.style-2 {
	height: 45px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	border: none;
	background-color: #fff;
}
.ie8 .form-control.style-2 {
	height: 45px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	border: none;
	background-color: #fff;
	line-height: 45px;
}
.input-group button {
	height: 45px;
	border: none;
	background-color: #333;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.input-group button:hover {
	background-color: #006db8;
	color: #fff;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.input-group button:focus {
	outline: none;
	border: none;
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
input.form-control,
textarea.form-control {
	background: none;
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #a0a0a0;
	height: 44px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: 'Raleway', Arial, sans-serif;
	line-height: 1.428571429;
	padding: 6px 12px;
}
.form-group select.form-control, .form-group input.form-control, .form-group textarea.form-control{
	width: 300px;
}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
}
/* Newsletter */

input.form-control#email_newsletter {
	margin-bottom: 0;
	background-color: #262626;
	border: none;
	height: 52px;
	width: 380px;
	padding-left: 25px;
	color: #676767;
	margin-top: -3px;
}
input.form-control#email_newsletter:focus {
	border-color: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
label {
	font-weight: 600;
}
label.error {
	font-size: 11px;
	position: absolute;
	top: -28px;
	right: -15px;
	z-index: 9;
	height: 25px;
	line-height: 25px;
	background-color: #e34f4f;
	color: #fff;
	font-weight: 600;
	padding: 0 6px;
}
label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
}
.login-or {
	position: relative;
	font-size: 18px;
	color: #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.login_social {
	margin-bottom: 5px;
}
.span-or {
	display: block;
	position: absolute;
	left: 50%;
	top: -2px;
	margin-left: -25px;
	background-color: #fff;
	width: 50px;
	text-align: center;
}
.hr-or {
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
#pass-info {
	width: 98.5%;
	margin-bottom: 15px;
	color: #829CBD;
	text-align: center;
	font: 12px/25px Arial, Helvetica, sans-serif;
}
#pass-info.weakpass {
	border: 1px solid #FF9191;
	background: #FFC7C7;
	color: #94546E;
	text-shadow: 1px 1px 1px #FFF;
}
#pass-info.stillweakpass {
	border: 1px solid #FBB;
	background: #FDD;
	color: #945870;
	text-shadow: 1px 1px 1px #FFF;
}
#pass-info.goodpass {
	border: 1px solid #C4EEC8;
	background: #E4FFE4;
	color: #51926E;
	text-shadow: 1px 1px 1px #FFF;
}
#pass-info.strongpass {
	border: 1px solid #6ED66E;
	background: #79F079;
	color: #348F34;
	text-shadow: 1px 1px 1px #FFF;
}
#pass-info.vrystrongpass {
	border: 1px solid #379137;
	background: #48B448;
	color: #CDFFCD;
	text-shadow: 1px 1px 1px #296429;
}
/* Plans price style =============================*/

.plans {
	margin: 0px auto 50px;
	zoom: 1;
}
.plans:before,
.plans:after {
	content: '';
	display: table;
}
.plans:after {
	clear: both;
}
.plan {
	margin: 10px 0;
	padding: 20px;
	text-align: center;
	background: #fafafa;
	background-clip: padding-box;
	border: solid #dddddd;
	border-width: 1px 0 1px 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.col-md-4.plan:first-child {
	margin-right: -30px;
	margin-left: 30px;
}
.plan:last-child {
	border-width: 1px;
}
.plan-title {
	position: relative;
	margin: -20px -10px 20px;
	padding: 20px;
	line-height: 1;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
.plan-title:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
}
.plan-price {
	margin: 0 auto 20px;
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 30px;
	font-weight: bold;
	color: white;
	background: #4b4b4b;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	display: inline-block;
	text-align: center;
}
.plan-price > span {
	font-size: 12px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.9);
}
.plan-features {
	margin-bottom: 20px;
	line-height: 2;
	font-size: 12px;
	text-align: center;
}
ul.plan-features {
	padding: 0;
	margin: 0 0 30px 0;
}
.plan-features li {
	list-style: none;
}
.plan-tall {
	margin: 0;
	background: #fff;
	border-width: 1px;
	border-radius: 4px;
	margin-right: -30px;
	position: relative;
	z-index: 100;
	border: solid #1abc9c;
	position: relative;
}
.ribbon {
	width: 99px;
	height: 97px;
	position: absolute;
	left: -7px;
	top: -7px;
	display: block;
	background: url(../images/ribbon.png) no-repeat 0 0;
	z-index: 101;
}
.plan-tall > .plan-title {
	font-size: 18px;
}
.plan-tall > .plan-price {
	margin: 0 auto 20px;
	height: 130px;
	width: 130px;
	line-height: 130px;
	font-size: 30px;
	font-weight: bold;
	color: white;
	background: #f26d7d;
	border-radius: 130px;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	display: inline-block;
	text-align: center;
}
.plan-tall > .plan-features {
	font-size: 14px;
}
.plan-tall > .plan-button {
	padding: 0 16px;
	line-height: 32px;
}
.plan-tall + .plan {
	border-left: 0;
}
/** VERSION 1.3 CSS New ==================== **/

/* Pricing tables */

#pricing_2 {
	margin-top: 20px;
}
.ribbon_2 {
	width: 99px;
	height: 97px;
	position: absolute;
	left: -5px;
	top: -5px;
	display: block;
	background: url(../images/ribbon.png) no-repeat 0 0;
	z-index: 101;
}
.pricing-table {
	text-align: center;
	font-weight: 400;
	border: 2px solid #1ABC9C;
	margin-bottom: 30px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
}
.pricing-table:hover {
	-moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
}
.pricing-table.green {
	text-align: center;
	font-weight: 400;
	border: 1px solid #0cbdaa;
}
.pricing-table.black {
	text-align: center;
	font-weight: 400;
	border: 1px solid #333;
}
.pricing-table-sign-up {
	border-top: 1px solid #ededed;
	padding: 10px 10px 5px 10px;
	text-align: center;
	margin-top: 30px;
}
.pricing-table-features p {
	padding: 10px 20px;
	text-align: center;
	margin: 10px 0;
}
.pricing-table-features p:nth-child(2n) {
	background: #f8f8f8;
	padding: 10px 0;
}
.pricing-table-features,
.pricing-table-space {
	background: #fff;
}
.pricing-table p {
	padding: 5px;
	margin-top: 5px;
	font-size: 110%;
	font-weight: 400;
	background: #fff;
}
.pricing-table p strong {
	font-weight: 600;
}
.pricing-table .pricing-table-header {
	color: #fff;
	padding: 0px;
}
.pricing-table-header .heading {
	display: inline-block;
	width: 100%;
	padding: 15px 0px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 18px;
}
.pricing-table.green .heading {
	background: #0cbdaa;
}
.pricing-table.black .heading {
	background: #333;
}
.pricing-table .pricing-table-header .price-value {
	background: #fff;
}
.pricing-table.green .pricing-table-header .price-value {
	background: #fff;
}
.pricing-table.black .pricing-table-header .price-value {
	background: #fff;
}
.pricing-table-header .price-value {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	background: #1ABC9C;
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	color: #555;
	border-bottom: 1px solid #ededed;
	margin-bottom: 15px;
}
.pricing-table-header .price-value span {
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
}
.pricing-table-header .price-value span.mo {
	font-size: 22px;
	font-weight: 400;
}
/**User logged panel on header  **/

ul.user_panel {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
}
ul.user_panel a.dropdown-toggle {
	color: #fff;
}
.rating_2 {
	color: #FC0;
}
/** Member page +  teacher profile  **/

.box_style_1.profile {
	padding-top: 30px;
}
.profile ul {
	text-transform: none;
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.profile ul li {
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
}
.profile ul li:last-child {
	border-bottom: none;
}
#payment_opt {
	padding-top: 25px;
	padding-bottom: 15px;
}
#payment_opt .radio-inline {
	margin-bottom: 15px;
	margin-left: 0;
}
.payment_logos {
	margin: -10px 15px 0 0;
}
#profile,
#agenda {
	padding-top: 20px;
}
ul.social_teacher {
	list-style: none;
	padding: 0;
	margin: 5px 0 15px 0;
	font-size: 16px;
	text-align: center;
}
ul.social_teacher li {
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ededed;
	width: 30px;
	height: 30px;
	line-height: 20px;
	text-align: center;
}
ul.list_3 {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list_3 li {
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
}
ul.list_3 li:before {
	font-family: "fontello";
	content: "\ea3e";
	position: absolute;
	left: 0;
	top: 0;
}
html #boxed {
	width: 1170px;
	margin: auto;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
}
body#boxed {
	background: #999 url(../images/pattern_1.png) repeat;
}
/**  End Version 1.3 New ====================== **/

/*============================================================================================*/

/* 4.  COMMON */

/*============================================================================================*/

.add_bottom_30 {
	margin-bottom: 30px;
}
.add_bottom_45 {
	margin-bottom: 45px;
}
.add_bottom_60 {
	margin-bottom: 60px;
}
.breadcrumb {
	background: none;
	padding: 0;
	font-size: 12px;
	margin: 10px 0;'
}
#join {
	background: url(../images/pattern_2.png) repeat 0 0;
	padding: 60px 0;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}
ul.list_po_body {
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
}
p.no_margin {
	padding: 0;
	margin: 0;
}
.box_style_1 {
	padding: 15px 25px 5px 25px;
	box-shadow: inset 0 0 0 1px #e0e5e9;
	border: 5px solid #fbfbfc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 20px;
	background-color: #fff;
}
img.speaker {
	width: 50px;
	height: 50px;
	margin-left: 15px;
	border: 1px solid #fff;
}
.box_style_3 {
	position: relative;
	margin: 0 0 2em 0;
	text-align: center;
	background: #fff;
	padding: 30px 30px 10px 30px;
	border: 1px solid #ededed;
}
/* carousel */

#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px 0px 0px;
	font-weight: 600;
}
#quote-carousel small {
	color: #fff;
	font-style: italic;
}
/* Control buttons  */

#quote-carousel .carousel-contro {
	background: none;
	color: #222;
	font-size: 3em;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */

#quote-carousel .carousel-control.left {
	left: -12px;
}
/* Next button  */

#quote-carousel .carousel-control.right {
	right: -12px !important;
}
/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
	background: #fff;
	border: none;
}
#quote-carousel .carousel-indicators .active {
	background: #1c1c1c;
}
#quote-carousel img {
	width: 100px;
	height: 100px
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote img {
	margin-bottom: 10px;
}
.item blockquote p:before {
	content: "\ebe7";
	font-family: 'fontello';
	float: left;
	margin-right: 10px;
}
#toTop {
	width: 100px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333;
	font-size: 11px;
	z-index: 1000;
}
.img-circle.styled {
	background-color: #ededed;
	-moz-box-shadow: 0px 0px 0px 5px #ededed;
	-webkit-box-shadow: 0px 0px 0px 5px #ededed;
	box-shadow: 0px 0px 0px 5px #ededed;
	margin: auto;
}
/** Collapse **/

.panel-title a {
	display: block;
}
/** tabs **/

.tab-content {
	padding-top: 15px;
}
/** List styles **/

ul.latest_news {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
ul.latest_news li {
	margin-bottom: 15px;
}
ul.list_ok {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list_ok li {
	margin-bottom: 0;
	position: relative;
	padding-left: 20px;
}
ul.list_ok li:before {
	font-family: "fontello";
	content: "\e81a";
	position: absolute;
	left: 0;
	top: 0;
}
ul.list_1 {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 700;
	font-size: 14px;
}
ul.list_1 li a {
	text-decoration: none;
	padding: 4px 10px;
	display: block;
	margin-bottom: 0;
	border-bottom: 1px solid #efefef;
}
ul.list_1 li a:after {
	font-family: "fontello";
	content: "\e89b";
	float: right;
}
ul.list_1 li a:hover {
	background: #efefef;
	color: #326e99;
}
ul.list_2 {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 700;
	font-size: 14px;
}
ul.list_2 li a {
	text-decoration: none;
	padding: 4px 10px;
	display: block;
	margin-bottom: 0;
	border-bottom: 1px solid #efefef;
}
ul.list_2 li a:after {
	font-family: "fontello";
	content: "\ee1c";
	float: right;
}
ul.list_2 li a:hover {
	background: #efefef;
	color: #326e99;
}
.circ-wrapper h3 {
	margin: 0;
	padding: 15px 0 0 0;
	font-weight: bold;
}
.circ-wrapper.course_detail h3 {
	margin: 0;
	padding: 25px 0 0 0;
	font-weight: bold;
}
.circ-wrapper {
	width: 80px;
	height: 80px;
	text-align: center;
	background: #0cbdaa;
	color: #FFF;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: rgb(10, 165, 148) 1px 1px, rgb(10, 165, 148) 2px 2px, rgb(10, 165, 148) 3px 3px, rgb(10, 165, 148) 4px 4px, rgb(10, 165, 148) 5px 5px, rgb(10, 165, 148) 6px 6px, rgb(10, 165, 148) 7px 7px, rgb(10, 165, 148) 8px 8px, rgb(10, 165, 148) 9px 9px, rgb(10, 165, 148) 10px 10px, rgb(10, 165, 148) 11px 11px, rgb(10, 165, 148) 12px 12px, rgb(10, 165, 148) 13px 13px, rgb(10, 165, 148) 14px 14px, rgb(10, 165, 148) 15px 15px, rgb(10, 165, 148) 16px 16px, rgb(10, 165, 148) 17px 17px, rgb(10, 165, 148) 18px 18px, rgb(10, 165, 148) 19px 19px, rgb(10, 165, 148) 20px 20px, rgb(10, 165, 148) 21px 21px, rgb(10, 165, 148) 22px 22px, rgb(10, 165, 148) 23px 23px, rgb(10, 165, 148) 24px 24px, rgb(10, 165, 148) 25px 25px, rgb(10, 165, 148) 26px 26px, rgb(10, 165, 148) 27px 27px, rgb(10, 165, 148) 28px 28px, rgb(10, 165, 148) 29px 29px, rgb(10, 165, 148) 30px 30px, rgb(10, 165, 148) 31px 31px, rgb(10, 165, 148) 32px 32px, rgb(10, 165, 148) 33px 33px, rgb(10, 165, 148) 34px 34px, rgb(10, 165, 148) 35px 35px, rgb(10, 165, 148) 36px 36px, rgb(10, 165, 148) 37px 37px, rgb(10, 165, 148) 38px 38px, rgb(10, 165, 148) 39px 39px, rgb(10, 165, 148) 40px 40px, rgb(10, 165, 148) 41px 41px, rgb(10, 165, 148) 42px 42px, rgb(10, 165, 148) 43px 43px, rgb(10, 165, 148) 44px 44px, rgb(10, 165, 148) 45px 45px, rgb(10, 165, 148) 46px 46px, rgb(10, 165, 148) 47px 47px, rgb(10, 165, 148) 48px 48px, rgb(10, 165, 148) 49px 49px, rgb(10, 165, 148) 50px 50px, rgb(10, 165, 148) 51px 51px, rgb(10, 165, 148) 52px 52px, rgb(10, 165, 148) 53px 53px, rgb(10, 165, 148) 54px 54px, rgb(10, 165, 148) 55px 55px, rgb(10, 165, 148) 56px 56px, rgb(10, 165, 148) 57px 57px, rgb(10, 165, 148) 58px 58px, rgb(10, 165, 148) 59px 59px, rgb(10, 165, 148) 60px 60px, rgb(10, 165, 148) 61px 61px, rgb(10, 165, 148) 62px 62px, rgb(10, 165, 148) 63px 63px, rgb(10, 165, 148) 64px 64px, rgb(10, 165, 148) 65px 65px, rgb(10, 165, 148) 66px 66px, rgb(10, 165, 148) 67px 67px, rgb(10, 165, 148) 68px 68px, rgb(10, 165, 148) 69px 69px, rgb(10, 165, 148) 70px 70px, rgb(10, 165, 148) 71px 71px, rgb(10, 165, 148) 72px 72px, rgb(10, 165, 148) 73px 73px, rgb(10, 165, 148) 74px 74px, rgb(10, 165, 148) 75px 75px, rgb(10, 165, 148) 76px 76px, rgb(10, 165, 148) 77px 77px, rgb(10, 165, 148) 78px 78px, rgb(10, 165, 148) 79px 79px, rgb(10, 165, 148) 80px 80px, rgb(10, 165, 148) 81px 81px, rgb(10, 165, 148) 82px 82px, rgb(10, 165, 148) 83px 83px, rgb(10, 165, 148) 84px 84px, rgb(10, 165, 148) 85px 85px, rgb(10, 165, 148) 86px 86px;
}
.circ-wrapper.red {
	width: 80px;
	height: 80px;
	text-align: center;
	background: #f26965;
	color: #FFF;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: rgb(201, 87, 84) 1px 1px, rgb(201, 87, 84) 2px 2px, rgb(201, 87, 84) 3px 3px, rgb(201, 87, 84) 4px 4px, rgb(201, 87, 84) 5px 5px, rgb(201, 87, 84) 6px 6px, rgb(201, 87, 84) 7px 7px, rgb(201, 87, 84) 8px 8px, rgb(201, 87, 84) 9px 9px, rgb(201, 87, 84) 10px 10px, rgb(201, 87, 84) 11px 11px, rgb(201, 87, 84) 12px 12px, rgb(201, 87, 84) 13px 13px, rgb(201, 87, 84) 14px 14px, rgb(201, 87, 84) 15px 15px, rgb(201, 87, 84) 16px 16px, rgb(201, 87, 84) 17px 17px, rgb(201, 87, 84) 18px 18px, rgb(201, 87, 84) 19px 19px, rgb(201, 87, 84) 20px 20px, rgb(201, 87, 84) 21px 21px, rgb(201, 87, 84) 22px 22px, rgb(201, 87, 84) 23px 23px, rgb(201, 87, 84) 24px 24px, rgb(201, 87, 84) 25px 25px, rgb(201, 87, 84) 26px 26px, rgb(201, 87, 84) 27px 27px, rgb(201, 87, 84) 28px 28px, rgb(201, 87, 84) 29px 29px, rgb(201, 87, 84) 30px 30px, rgb(201, 87, 84) 31px 31px, rgb(201, 87, 84) 32px 32px, rgb(201, 87, 84) 33px 33px, rgb(201, 87, 84) 34px 34px, rgb(201, 87, 84) 35px 35px, rgb(201, 87, 84) 36px 36px, rgb(201, 87, 84) 37px 37px, rgb(201, 87, 84) 38px 38px, rgb(201, 87, 84) 39px 39px, rgb(201, 87, 84) 40px 40px, rgb(201, 87, 84) 41px 41px, rgb(201, 87, 84) 42px 42px, rgb(201, 87, 84) 43px 43px, rgb(201, 87, 84) 44px 44px, rgb(201, 87, 84) 45px 45px, rgb(201, 87, 84) 46px 46px, rgb(201, 87, 84) 47px 47px, rgb(201, 87, 84) 48px 48px, rgb(201, 87, 84) 49px 49px, rgb(201, 87, 84) 50px 50px, rgb(201, 87, 84) 51px 51px, rgb(201, 87, 84) 52px 52px, rgb(201, 87, 84) 53px 53px, rgb(201, 87, 84) 54px 54px, rgb(201, 87, 84) 55px 55px, rgb(201, 87, 84) 56px 56px, rgb(201, 87, 84) 57px 57px, rgb(201, 87, 84) 58px 58px, rgb(201, 87, 84) 59px 59px, rgb(201, 87, 84) 60px 60px, rgb(201, 87, 84) 61px 61px, rgb(201, 87, 84) 62px 62px, rgb(201, 87, 84) 63px 63px, rgb(201, 87, 84) 64px 64px, rgb(201, 87, 84) 65px 65px, rgb(201, 87, 84) 66px 66px, rgb(201, 87, 84) 67px 67px, rgb(201, 87, 84) 68px 68px, rgb(201, 87, 84) 69px 69px, rgb(201, 87, 84) 70px 70px, rgb(201, 87, 84) 71px 71px, rgb(201, 87, 84) 72px 72px, rgb(201, 87, 84) 73px 73px, rgb(201, 87, 84) 74px 74px, rgb(201, 87, 84) 75px 75px, rgb(201, 87, 84) 76px 76px, rgb(201, 87, 84) 77px 77px, rgb(201, 87, 84) 78px 78px, rgb(201, 87, 84) 79px 79px, rgb(201, 87, 84) 80px 80px, rgb(201, 87, 84) 81px 81px, rgb(201, 87, 84) 82px 82px, rgb(201, 87, 84) 83px 83px, rgb(201, 87, 84) 84px 84px, rgb(201, 87, 84) 85px 85px, rgb(201, 87, 84) 86px 86px;
}
.circ-wrapper.blue {
	width: 80px;
	height: 80px;
	text-align: center;
	background: #00aeef;
	color: #FFF;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: rgb(0, 139, 192) 1px 1px, rgb(0, 139, 192) 2px 2px, rgb(0, 139, 192) 3px 3px, rgb(0, 139, 192) 4px 4px, rgb(0, 139, 192) 5px 5px, rgb(0, 139, 192) 6px 6px, rgb(0, 139, 192) 7px 7px, rgb(0, 139, 192) 8px 8px, rgb(0, 139, 192) 9px 9px, rgb(0, 139, 192) 10px 10px, rgb(0, 139, 192) 11px 11px, rgb(0, 139, 192) 12px 12px, rgb(0, 139, 192) 13px 13px, rgb(0, 139, 192) 14px 14px, rgb(0, 139, 192) 15px 15px, rgb(0, 139, 192) 16px 16px, rgb(0, 139, 192) 17px 17px, rgb(0, 139, 192) 18px 18px, rgb(0, 139, 192) 19px 19px, rgb(0, 139, 192) 20px 20px, rgb(0, 139, 192) 21px 21px, rgb(0, 139, 192) 22px 22px, rgb(0, 139, 192) 23px 23px, rgb(0, 139, 192) 24px 24px, rgb(0, 139, 192) 25px 25px, rgb(0, 139, 192) 26px 26px, rgb(0, 139, 192) 27px 27px, rgb(0, 139, 192) 28px 28px, rgb(0, 139, 192) 29px 29px, rgb(0, 139, 192) 30px 30px, rgb(0, 139, 192) 31px 31px, rgb(0, 139, 192) 32px 32px, rgb(0, 139, 192) 33px 33px, rgb(0, 139, 192) 34px 34px, rgb(0, 139, 192) 35px 35px, rgb(0, 139, 192) 36px 36px, rgb(0, 139, 192) 37px 37px, rgb(0, 139, 192) 38px 38px, rgb(0, 139, 192) 39px 39px, rgb(0, 139, 192) 40px 40px, rgb(0, 139, 192) 41px 41px, rgb(0, 139, 192) 42px 42px, rgb(0, 139, 192) 43px 43px, rgb(0, 139, 192) 44px 44px, rgb(0, 139, 192) 45px 45px, rgb(0, 139, 192) 46px 46px, rgb(0, 139, 192) 47px 47px, rgb(0, 139, 192) 48px 48px, rgb(0, 139, 192) 49px 49px, rgb(0, 139, 192) 50px 50px, rgb(0, 139, 192) 51px 51px, rgb(0, 139, 192) 52px 52px, rgb(0, 139, 192) 53px 53px, rgb(0, 139, 192) 54px 54px, rgb(0, 139, 192) 55px 55px, rgb(0, 139, 192) 56px 56px, rgb(0, 139, 192) 57px 57px, rgb(0, 139, 192) 58px 58px, rgb(0, 139, 192) 59px 59px, rgb(0, 139, 192) 60px 60px, rgb(0, 139, 192) 61px 61px, rgb(0, 139, 192) 62px 62px, rgb(0, 139, 192) 63px 63px, rgb(0, 139, 192) 64px 64px, rgb(0, 139, 192) 65px 65px, rgb(0, 139, 192) 66px 66px, rgb(0, 139, 192) 67px 67px, rgb(0, 139, 192) 68px 68px, rgb(0, 139, 192) 69px 69px, rgb(0, 139, 192) 70px 70px, rgb(0, 139, 192) 71px 71px, rgb(0, 139, 192) 72px 72px, rgb(0, 139, 192) 73px 73px, rgb(0, 139, 192) 74px 74px, rgb(0, 139, 192) 75px 75px, rgb(0, 139, 192) 76px 76px, rgb(0, 139, 192) 77px 77px, rgb(0, 139, 192) 78px 78px, rgb(0, 139, 192) 79px 79px, rgb(0, 139, 192) 80px 80px, rgb(0, 139, 192) 81px 81px, rgb(0, 139, 192) 82px 82px, rgb(0, 139, 192) 83px 83px, rgb(0, 139, 192) 84px 84px, rgb(0, 139, 192) 85px 85px, rgb(0, 139, 192) 86px 86px;
}
.circ-wrapper i.icon-4x {
	font-size: 40px;
}
.label-warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 7px 4px 7px;
	background-color: #ffcc00;
}
.media-body {
	padding-left: 10px;
}
/*============================================================================================*/

/* 5.  MEDIA QUERIES */

/*============================================================================================*/

@media (min-width: 1201px) and (max-width: 1400px) {
	#middle-wizard {
		padding: 40px 60px 35px 60px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	#middle-wizard {
		padding: 40px 60px 35px 60px;
	}
	ul.floated li#age {
		margin-right: 20px;
	}
	/** VERSION 1.3 CSS New ==================== **/
	#boxed {
		width: 980px;
	}
	/**  End Version 1.3 New  **/
}
@media (min-width: 768px) and (max-width: 979px) {
	#quote-carousel {
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
		margin-top: 30px;
	}
	/** VERSION 1.3 CSS New ==================== **/
	.plan-tall + .plan {
		border: solid #dddddd 1px;
	}
	.plan-tall {
		margin-right: 0;
	}
	.col-md-4.plan:first-child {
		margin-right: 0;
		margin-left: 0;
		border-right: solid #dddddd 1px;
	}
	html #boxed {
		width: 760px;
	}
	/**  End Version 1.3 New  **/
}
/* From tablet portrait to mobile */

@media (max-width: 767px) {
	#quote-carousel .carousel-indicators {
		bottom: -20px !important;
	}
	#quote-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0px 5px;
		width: 15px;
		height: 15px;
	}
	#quote-carousel .carousel-indicators li.active {
		margin: 0px 5px;
		width: 20px;
		height: 20px;
	}
	input.form-control#email_newsletter {
		width: 80%;
		margin: auto;
		margin-bottom: 15px;
	}
	#apply {
		margin-right: 40px;
	}
	#login_top {
		margin-right: 40px;
	}
	#top-wizard {
		padding: 15px 6s0px;
	}
	#middle-wizard {
		padding: 20px 30px 20px 30px;
	}
	ul.floated li#age {
		margin-bottom: -10px;
	}
	ul.floated li {
		float: none;
		margin: 0;
		padding: 0;
		width: 50%;
		padding-bottom: 10px;
	}
	.col-md-4.plan:first-child,
	.col-md-4.plan:last-child {
		margin-right: 0px;
		margin-left: 0px;
		border-width: 1px 1px 1px 1px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.plan-tall + .plan {
		border-left: 1px;
		border: solid #dddddd;
	}
	.plan-tall {
		margin-right: 0;
	}
	#main_content .post h2 {
		font-size: 20px;
		line-height: 22px;
	}
	.post-right {
		float: none;
	}
	.post-left ul li {
		float: none;
		margin-right: 0;
		margin-bottom: 3px;
	}
	#strips-course {
		padding: 30 0 30px 0;
	}
	/* Typography*/
	p.lead.boxed {
		font-size: 22px;
		line-height: 24px;
		padding: 8px;
	}
	#subscribe {
		background: none;
		padding-bottom: 0;
	}
	#subscribe h1 {
		font-size: 50px;
		margin-top: 0;
	}
	/** VERSION 1.3 CSS New ==================== **/
	ul.user_panel {
		margin: 8px 45px 0 0;
	}
	html #boxed {
		width: 100%
	}
	/**  End Version 1.3 New  **/
}
/* Mobile portrait */

@media (max-width: 768px) {

	.navbar-brand{
		padding: 0px;
		height: auto;
	}
						
	a#logo {
		width: 37px;
		height: 36px;
		/*background: url(../images/logo_mobile.png) no-repeat 0 0;*/
		margin-top: 5px;
  		margin-bottom: 5px;
  		position: absolute;
  		top: 0px;
    	left: 50px;
	}
	#subscribe {
		background: none;
		padding-bottom: 0;
	}
	/* Typography*/
	h1 {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	#subscribe h1 {
		font-size: 30px;
		margin-top: 15px;
		margin-bottom: 0;
		text-align: center;
	}
	#subscribe h2 {
		font-size: 30px;
	}
	#main-features h2,
	#main-features_green h2 {
		font-size: 28px;
	}
	#main-features p.lead,
	#main-features_green p.lead {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#main_content h2,
	#main_content_gray h2 {
		font-size: 28px;
	}
	#testimonials h2 {
		font-size: 28px;
	}
	p.lead.boxed {
		font-size: 14px;
		line-height: 16px;
		padding: 8px;
	}
	footer h3 {
		font-size: 22px;
		line-height: 24px;
	}
	#top-wizard {
		padding: 15px 30px;
	}
	#bottom-wizard {
		padding: 15px 30px;
	}
	.backward,
	.forward,
	button[disabled].backward,
	button[disabled].forward {
		text-indent: -9999px;
		width: 50px;
		padding: 0;
		height: 40px;
	}
	.backward:before,
	.forward:before,
	button[disabled].backward:before,
	button[disabled].forward:before {
		text-indent: 0;
		top: 12px;
		font-size: 16px;
	}
	#complete {
		padding: 0 25px 15px 25px;
	}
	#complete h3 {
		font-size: 18px;
		margin-bottom: 20px
	}
	#complete i {
		font-size: 80px;
		padding: 0;
	}
	#map {
		height: 200px;
	}
	#login_bg {
		padding: 30px 0;
	}
	.video_course {
		width: 100%;
		height: 200px;
	}
	#sub-header {
		padding: 10px 0 60px 0;
	}
	#sub-header-features p {
		font-size: 14px;
	}
	#sub-header-features-2 p {
		font-size: 14px;
	}
}
/* Mobile Portrait */

@media only screen and (max-width: 320px) {
	.step h3 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 20px
	}
	#complete h3 {
		font-size: 18px;
		margin-bottom: 20px
	}
	#complete {
		padding: 0 15px 15px 15px;
	}
}
.date {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #999;
	font-size: 12px;
}
.location {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #999;
	font-size: 12px;
}
.center {
	text-align: center;
}
#incentives {
	color: yellow;
	text-align: center;
	font-size: 14px;
	font-family: monospace;
	margin: 0 auto;
	margin-left: 16%;
	margin-right: 16%;
}
#challenge-duration {
	width: 410px;
	margin: 10px auto;
	padding-bottom: 10px;
	font-size: 18px;
}

#challenge-duration p {
	clear: both;
}
#challenge-duration p:first-child {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 4px;
}


@media screen and (max-width: 450px) {
	#challenge-duration {
		width:80%;
		font-size:14px;
	}
	#challenge-duration p:first-child {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px;
}

	
}
#incentives span {} #challenge-title {
	padding-bottom: 7px;
	font-size: 50px;
	line-height: 56px;
}
#challenge-subtitle {
	background: #9b59b6;
	font-size: 28px;
	line-height: 32px;
}
.job_roles,
.skills_tags {
	display: block;
	line-height: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tag_label {
	background-color: #ecf0f1;
	border-radius: 7px;
	padding: 6px;
	display: inline-block;
	margin-right: 5px;
	line-height: 13px;
	color: #2c3e50;
	border: 1px solid #bdc3c7;
}
.tech_stack {
	display: inline-block;
	line-height: 48px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.tech_stack_item {
	background-color: #30d9a4;
	border-radius: 5px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
	margin-right: 5px;
	color: white;
	font-size: 16px;
}

.tech_stack_2 {
	display: inline-block;
	line-height: 32px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.tech_stack_item_2 {
	background-color: #eaeaea;
	border-radius: 5px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	margin-right: 1px;
	color: #1c1c1c;
	font-size: 12px;
}

#technology_stack {
	padding: 60px 0 30px 0;
	background-color: #efefef;
}
#technology_stack h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 36px;
}
.why_work {} .why_work ul {
	list-style: none;
}
.why_work li {
	margin-left: 10%;
	margin-right: 10%;
}
.ribbon_prize {
	position: absolute;
	top: 0px;
	left: 0px;
}
.clear-both {
	clear: both;
}
.workflow_item {
	text-align: center;
}
.workflow_item div {
	background-color: #5ac499;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	text-align: center;
	margin: 0 auto;
	padding-top: 32px;
}
.workflow_item h4 {
	font-weight: 600;
	text-align: center;
}
.workflow_item p {
	margin: 0 auto;
	padding-bottom: 20px;
}
.workflow_item i {
	font-size: 36px;
	color: #fff;
	text-align: center;
}
.red-highlight {
	background-color: #FAEBAE;
	padding: 10px;
	line-height: 48px;
}

.job_title {
text-align: center;
font-size: 18px;
padding: 20px 5px;
font-weight: bold;
}

.sub_background{

}

table#userjoblist{
	width: 100%;
	padding: 2px; 
	border-collapse:collapse;
}


table#userjoblist thead {
	border-bottom: 1px solid #eee;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

table#userjoblist td, table#userjoblist th, table#userjoblist tr{
	padding:5px; 
	text-align:center;
}	


.grid_head {
background: rgba(0, 0, 0, 0.4);
color: #fff;
padding: 42px 5px;
text-align: center;
}

.photo .grid_head {
min-height: 230px;`
}

.user_avatar{
padding: 5px;
border: 5px solid #FBFBFB;
text-align: center;
overflow: hidden;
max-height: 255px;
}

.resume-expect-jobs .experience-period {
text-transform: uppercase;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', Arial, Helvetica, sans-serif;
font-size: 13px;
margin-top: 3px;
}

.resume-expect-jobs .experience-subtitle {
font-weight: bold;
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', Arial, Helvetica, sans-serif;
font-size: 12px;
}

.resume-experience-years-block {
float: left;
background-color: #16a085;
border: solid 2px #16a085;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
max-width: 200px;
}

.resume-experience-years-block .experience-period {
float: right;
margin: 4px 13px 0 13px;
font-size: 16px;
line-height: 24px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
color: #fff;
}

.resume-experience-years-block .experience-subtitle {
float: right;
margin: 0px 13px 0 13px;
font-size: 12px;
line-height: 14px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
color: #fff;
}
.resume-expect-jobs {
float: left;
}
.resume_job_part_time, .resume_job_volunteer, .resume_job_3 {
color: #3498db;
}

.resume-experience-years-block i {
float: left;
width: 55px;
height: 50px;
background: #fff;
color: #16a085;
font-size: 24px;
line-height: 50px;
text-align: center;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.authorname {
	color: #16a085;
	padding: 10px;
	font-weight: bold;
	font-size: 22px;
}

.authordesc {
padding: 10px;
font-weight: 500;
font-size: 16px;
}

#recruiter_actions {
text-align: center;
height: 60px;
background-color: #e67e22;
position: fixed;
bottom: 0px;
z-index: 100;
font-size: 24px;
color: white;
padding: 20px;
border-top-left-radius: 1.5em;
border-top-right-radius: 1.5em;
margin-left: 430px;
}
#recruiter_actions a {
color: white;
}


label{
	padding: 12px 5px;
	text-align: right;
	}
	
.login_linkedin {
padding: 60px 10px;

}
.border-right{
border-right: 1px solid #eee;	
}


ul.nav_menu a {
color: #fff;
}

ul.nav_menu{padding: 0;background: rgb(41, 128, 185);}
ul.nav_menu li {
	list-style-type: none;
	padding: 6px 14px;
	font-size: 16px;
	margin: 4px 0;
}

ul.nav_menu li.active {
	background: #f66;
}

ul.nav_menu.sub {
margin: 2 0 0 20px;
}
ul.nav_menu.sub li {
padding: 5px 10px;
font-size: 16px;
}

ul.nav_menu li:active{
	border:1px solid #ccc;
}

#tab_menu .active {
	background:#000;	
}

table.multipleinput {
	border-collapse:collapse; 
	width:100%;
}

table.multipleinput, table.multipleinput td, table.multipleinput tr, table.multipleinput th	{
	border:1px solid #ccc; 
	text-align:left;
	vertical-align:middle;
}
					
table.multipleinput td,table.multipleinput th{ 
	padding:5px;
}	
h3{
	font-size: 18px;
}
hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.ui-jqgrid 
{ 
	font-size:12px;
}
.ui-widget
{
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
input.form-control.style_2 {
  width: 100%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{
	background: none repeat scroll 0 0 #efefef;
	font-size:14px;
	color #333; 
	font-weight:normal;
	text-transform: capitalize;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button 
{
	font-size:12px; color: #333;
}

 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
 {
 	font-size: 14px;
 	font-weight:none
 }
 .ui-widget-content {
	background: none;
}
 
 .ui-jqgrid tr.jqgrow td 
 {
 	height : 30px; 
 }
 .ui-jqgrid .ui-jqgrid-view 
 { 
 	min-height: 500px;
 }

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column 
{
	height : 30px;
}

a#logo img {
vertical-align: top;
/*padding: 10px 0px;*/
height: 50px;
}

section#main_content.main_content {
padding: 10px 0;
}
h3.title_head {
margin: 0;
}

.course_info p {
min-height: 100px;
max-height: 100px;
text-align: justify;
}

p.challenge_tag {
min-height: 30px;
}

a.button_medium.active {
	background: #000;
}

textarea.form-control {
height: 110px;
}
.dash-icon {
  text-align: center;
  margin: 5px;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #c1c1c1;
  padding: 10px;
  background: rgba(215, 215, 215, 0.13);
  box-shadow: 1px 5px 2px 0 rgba(215,215,215,0.5);
}
.dash-icon-number {
  /*width: 100px;*/
  height: 100px;
  /*border-radius: 50px;
  border: 1px solid #eee;*/
  background: #eee;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
  font-size: 34px;
  font-weight: bold;
  /*box-shadow: 1px 2px 0 0 rgba(215, 215, 215, 1.0);*/
}
.dash-icon-text {
  padding: 3px 0;
  font-weight: bold;
  height: 100px;
  padding: 32px 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  transition: .4s ease-out;
}

.dash-icon-text:hover{
  color: #333;
}

.col-md-3.dash {
  width: 120px;
  margin: 10px;
  text-align: center;
}
#image-popup
{
  height: 300px;
  text-align:center;
  margin:10px auto;
  display: none;
}
#main_content #container {width: 100%;padding: 0px; /*background:rgb(41, 128, 185);*/ background: rgb(51, 51, 51); }
#main_content #container .col-md-10 {min-height:607px;}
#container .breadcrumb{padding:0 0px 0 20px;}		
#container .breadcrumb>.active {color: #fff;}
#container .breadcrumb a{color:#fff;}
#container .col-md-9, #container .col-md-10{background:#fff; }
#container .col-md-3,#container .col-md-2{padding-right:0px;  }	
#container .col-md-2.side{background: rgb(41, 128, 185); min-height:600px;height:100%;}	
section#main_content {padding: 0px;  margin-top: 51px; margin-bottom: 50px;}
#container .col-md-9>div, #container .col-md-10>div {margin-top:10px;}
ul.nav_menu li{font-size:14px;}
ul.nav_menu.sub li {font-size: 14px;}


#main_content #container .col-md-10 {padding-bottom:10px;}

/*============================================================================================*/

/* CUSTOM STYLING **AUTHOR: SUMIT MUKHI**; */

/*============================================================================================*/
/*@import url(//fonts.googleapis.com/css?family=Raleway);*/

#user-profile{
	/*font-family: 'Raleway';*/
}

.profile-info{
	background:#fff; 
	min-height:300px; 
	padding-top: 20px;
}

.profile-info .outter{
	display: inline-block;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 50%;
}

.profile-info .outter img{
	height: 150px;
}

.profile-info h1{
	font-size: 34px;
	font-weight: 300;
}

.profile-info span{
	text-align: center;
	display: block;
	margin-top: 10px;
}

.profile-desc{
	background:#3A3C40; 
	min-height:300px; 
	padding: 20px 50px;
}

.profile-desc h3{
	color: #77EDF9;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.profile-desc span{
	color:#FFFFF9;
	font-weight: 700;
	font-size: 12px;
}

.profile-desc p{
	color:#74818E;
}

.line-break{
	border: 1.5px solid #eee;
	margin: 15px 0px;
	width: 60%;
	margin-left: 20%;
}

.no-hover:hover{
  background: transparent !important;
}

.main-menu .fa-2x {
font-size: 2em;
}
.main-menu .fa {
position: relative;
display: table-cell;
width: 60px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size:20px;
}

.main-menu:hover,.nav.main-menu.expanded {
width:250px;
overflow:visible;
}

.main-menu {
background:#333;
/*border-right:1px solid #e5e5e5;*/
position:absolute;
top:55px;
bottom:0;
height:100%;
left:0;
width:60px;
max-height: 607px;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
}

.main-menu>ul li img{
  height: auto;
width: 60px;
padding: 9.5px 10px;
}

.main-menu>ul {
margin:0px 0;
}

.main-menu li {
position:relative;
display:block;
width:250px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#999;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
  font-family: 'Raleway', sans-serif;
}

.main-menu span.nav-text small{
	font-size: 9px;
	position: relative;
	bottom: 8px;
	font-weight: 700;
	color: #30D9A4;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

.main-menu a:hover, .main-menu a:focus {
text-decoration:none;
}

.nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

.nav ul,.nav li {
outline:0;
margin:0;
/*width:49.5%;*/
padding:0;
}
.main-menu li:hover>a,.nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page .nav.dashboard-menu ul li:hover a,.dashboard-page .nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#5fa2db;
}

.side-content{
	padding-top:30px; 
	/*width: calc(100% - 60px); 
	margin-left: 60px;*/
	width: 100%;
}

.card {
  /*float: left;*/
  background: #fff;
  padding: 20px 15px;
   /*margin: 0 20px 0 0;*/
}

.donut-chart {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.donut-chart .slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.donut-chart .chart-center {
  position: absolute;
  border-radius: 50%;
}
.donut-chart .chart-center span {
  display: block;
  text-align: center;
}

.donut-chart.chart {
  width: 120px;
  height: 120px;
  background: #50c690;
  margin: 0 auto;
}
.donut-chart.chart .slice.one {
  clip: rect(0 120px 60px 0);
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
  background: #e1e1e1;
}
.donut-chart.chart .slice.two {
  clip: rect(0 60px 120px 0);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #e1e1e1;
}
.donut-chart.chart .chart-center {
  top: 5px;
  left: 5px;
  width: 110px;
  height: 110px;
  background: #fff;
}
.donut-chart.chart .chart-center span {
  font-size: 40px;
  line-height: 110px;
  color: #50c690;
}
/*.donut-chart.chart .chart-center span:after {
  content: "75%";
}*/

.card a{
	color: #444;
}

.card a:hover{
	color: #000;
}

.sf-menu{
	float: right;
}

.ui-jqgrid{
	border: none;
	margin: 20px auto;
}

.ui-jqgrid-hbox{
	width: 100% !important;	
	padding: 0px !important;
}

.ui-jqgrid-hbox table{
	width: 100% !important;
}

.ui-jqgrid-bdiv table{
	width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-view {
	min-height: 100% !important;
}

.ui-jqgrid-bdiv{
	height: auto !important;
	border: 1px solid #E1E1E1;
}

.ui-jqgrid .ui-search-toolbar{
	border-left: 1px solid #E1E1E1;
}

.modal{
	overflow-y: hidden;
}

.modal-content{
	border-radius: 0px;
}

.login-mod{
	height: 400px;
}

.login-mod span{
	color: #FCF8F8;
	text-align: center;
	margin: 0% 10%;
	display: block;
	padding: 15px 20px;
	border: 2px solid #1c1c1c;
	margin-top: 180px;
	font-size: 18px;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.7);
}

.login-mod .company{
	background-image: url('../../assets/cm/14/25/53a046d2da0ec_-_cos-meeting-his-family-mdn.jpg');
	height: 100%;
	padding: 0px;
}

.login-mod .user{
	background-image: url('../../image/man_office_businessman_smile_laptop_79850_240x320.jpg');
	height: 100%;
	padding: 0px;
}

.login-mod .company-mod-hov{
	position: absolute;
	width: 100%;
	height: 100%;
}
.login-mod .user-mod-hov{
	position: absolute;
	width: 100%;
	height: 100%;
}

.login-mod .company-mod-hov:hover,
.login-mod .user-mod-hov:hover{
	background-color: rgba(0,0,0,0.5);
}


/*this portion is for styling bootstrap model, just temporary, bhargav will work its looks*/
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #adf0db;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #30d9a4;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

#user-widget {
  width: 250px;
  background: ;
  padding: 0px;
  border-radius: 4px;
  box-shadow: 0px 0px 25px rgba(0,0,0,.4);
 
  
}
#user-widget .user-info {
  background: #DB6130;
  border-radius: 4px;
  overflow: hidden;
 
}
#user-widget .user {
  margin: 15px 20px;
  display: inline-block;
  width: 150px;
  color: white;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Roboto';
}
#user-widget .followers {
  font-size: 10px;
  display: inline-block;
  width: 150px;
  color: #eaeaea;
  font-weight: regular;
}
#user-widget #menu {
  width: 250px;
  font-family: Open Sans;
  color: #808080;
  font-size: 14px;
  list-style: none;
  
}
#user-widget #menu > ul {
  display: none;
  border-radius: 0px 0px 4px 4px;
}

#user-widget #menu:hover{
  cursor: pointer;
}

#user-widget #menu:hover > ul {
  display: block;
  cursor: pointer;
}
#user-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#user-widget #menu li {
  padding: 10px;
  background: white;
  
}
#user-widget #menu ul li {
  text-align: left;
  font-size: 13px;
  border-top: solid 1px #eaeaea;

}
#user-widget #menu ul li span:after {
  
    content: "\00a0";

}

#user-widget #menu ul li:hover {
  text-align: left;

}
#user-widget #menu ul {
  clear: both;
}
#user-widget .image {
  float: left;
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: #DB6130;
  background: white;
  /*border-radius: 27px;*/
  margin: 0px;
  border: solid 3px #ffffff;
}
#user-widget #menu a{
  text-decoration: none;
  color: #808080;
}
#user-widget #menu a:hover {
  color: #404040;
}
#user-widget #menu a:hover > span.hover {
  transition: opacity 1s;
  opacity: .7;
}
#user-widget .hover {
  display: inline-block;
  margin-bottom: 4px;
  opacity: .0;
  font-size: 10px;
  color: white;
  background: #ff6600;
  border-radius: 2px;
}
#user-widget .hover:before {
  content: "\00a0";
}
.dropdown-backdrop {
	display:none;
}

/* style all input elements with a required attribute */
/**
 * style input elements that have a required
 * attribute and a focus state
 */
/*input:required {
  border: 1px solid red;
  outline: none;
}*/


/*User Profile*/

#user-profile{
    margin-top: 30px;
}

#user-profile a{
	color: #fff;
}

#user-profile .well {
    margin-top:-20px;
    background-color:#007FBD;
    border:2px solid #0077B2;
    text-align:center;
    cursor:pointer;
    font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
    padding: 15px;
    border-radius: 0px !important;
}

#user-profile .well:hover {
    margin-top:-20px;
    background-color:#0077B2;
    border:2px solid #0077B2;
    text-align:center;
    cursor:pointer;
    padding: 15px;
    border-radius: 0px !important;
    border-bottom : 2px solid rgba(97, 203, 255, 0.65);
    color: #fff;
}

#user-profile .bg_blur
{
    /*background-image:url('https://unsplash.com/photos/tAKXap853rY/download');*/
    background-color: #333;
    height: 300px;
    background-size: cover;
}

#user-profile .follow_btn {
    text-decoration: none;
    position: absolute;
    left: 35%;
    top: 42.5%;
    width: 35%;
    height: 15%;
    background-color: #007FBE;
    padding: 10px;
    padding-top: 6px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border: 4px solid #007FBE;
}

#user-profile .follow_btn:hover {
    text-decoration: none;
    position: absolute;
    left: 35%;
    top: 42.5%;
    width: 35%;
    height: 15%;
    background-color: #007FBE;
    padding: 10px;
    padding-top: 6px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border: 4px solid rgba(255, 255, 255, 0.8);
}

#user-profile .header{
    color : #808080;
    margin-left:10%;
    margin-top:70px;
}

#user-profile .picture{
    height:150px;
    width:150px;
    position:absolute;
    top: 75px;
    left:-75px;
}

#user-profile .picture_mob{
    position: absolute;
    width: 35%;
    left: 35%;
    bottom: 70%;
}

#user-profile .btn-style{
    color: #fff;
    background-color: #007FBE;
    border-color: #adadad;
    width: 33.3%;
}

#user-profile .btn-style:hover {
    color: #333;
    background-color: #3D5DE0;
    border-color: #adadad;
    width: 33.3%;
   
}

/**** LAYOUT ****/
.list-inline>li {
    padding: 0 10px 0 0;
}
.container-pad {
    padding: 30px 15px;
}


/**** MODULE ****/
.bgc-fff {
    background-color: #fff!important;
}
.box-shad {
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.brdr {
    border: 1px solid #ededed;
    max-height: 203px;
    min-height: 203px;
}

/* Font changes */
.fnt-smaller {
    font-size: .9em;
}
.fnt-lighter {
    color: #bbb;
}

/* Padding - Margins */
.pad-10 {
    padding: 10px!important;
}
.mrg-0 {
    margin: 0!important;
}
.btm-mrg-10 {
    margin-bottom: 10px!important;
}
.btm-mrg-20 {
    margin-bottom: 20px!important;
}

/* Color  */
.clr-535353 {
    color: #535353;
}




/**** MEDIA QUERIES ****/
@media only screen and (max-width: 991px) {
    #property-listings .property-listing {
        padding: 5px!important;
    }
    #property-listings .property-listing a {
        margin: 0;
    }
    #property-listings .property-listing .media-body {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) {
    #property-listings .property-listing img {
        max-width: 180px;
        min-width: 180px;
  		max-height: 116px;
    }
}


/* Judge Login CSS */

#judge-container .login-screen img{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em;
}
#judge-container .app-name{
  text-align: center;
}
#judge-container .app-name h1{
  color:#eee;
  /*font-family: 'Raleway';*/
  font-size: 25px;
  text-transform: uppercase;
}
#judge-container .app-name span{
  color:#eee;
  /*font-family: 'Raleway';*/
  font-size: 16px;
  text-transform: capitalize;
}
#judge-container .app-name hr{
  width: 220px;
}
#judge-container .login-credentials form{
 margin-top:3em;
 /*font-family: 'Raleway';*/
}
#judge-container .login-credentials .form-group-username{
  margin-bottom: 2em;
}
#judge-container .login-credentials .form-control-username{
  height:40px;
  background-color: transparent;
  border-radius: 50px;
  border:1px solid #eee;
  width: 100%;
  color:#eee;
  padding-left: 15px;
}

#judge-container .login-credentials .form-control-password{
  height:40px;
  background-color: transparent;
  border-radius: 50px;
  border:1px solid #eee;
  width: 100%;
  color:#eee;
  padding-left: 15px;
}
#judge-container ::-webkit-input-placeholder {
   color: #eee;
}

#judge-container :-moz-placeholder { /* Firefox 18- */
   color: #eee;  
}

#judge-container ::-moz-placeholder {  /* Firefox 19+ */
   color: #eee;  
}

#judge-container :-ms-input-placeholder {  
   color: red;  
}
#judge-container .login-button{
  margin-top: 3em;
}

#judge-container .btn-custom{
  border-radius: 50px;
  background-color: #F09924;
  color:#eee;
  border:none;
  line-height: 24px;
  width: 250px;
  transition:.6s;
  display: block;
  margin: 0 auto;

}
#judge-container .btn-custom:hover{
  border-radius: 50px;
  background-color: #E07026;
  color:#eee;
  border:none;
  line-height: 24px;
  width: 250px;
  transition:.6s;
}

#judge-container input:focus,#judge-container input:hover,#judge-container input:active{
  outline: 0px;
  -webkit-appearance: none; 
}

/*Media Quries*/
@media (min-width:275px) and (max-width: 768px){
  #judge-container .login-screen img {
    width: 80px;
    height: 80px;
  }
  #judge-container .app-name h1{
    font-size: 18px;
  }
  #judge-container .app-name span{
    font-size: 15px;
  }
  #judge-container .btn-custom{
  border-radius: 50px;
  background-color: #F09924;
  color:#eee;
  border:none;
  line-height: 24px;
  width: 200px;
  transition:.6s;
  margin-right: auto;
  margin-left: auto;
}
#judge-container .login-credentials form{
 /*font-family: 'Raleway';*/
}
#judge-container .login-credentials .form-control-username{
  height:40px;
  background-color: transparent;
  border-radius: 50px;
  border:1px solid #eee;
  width: 80%;
  margin: 0 auto;
  color:#eee;
  padding-left: 15px;
}

#judge-container .login-credentials .form-control-password{
  height:40px;
  background-color: transparent;
  border-radius: 50px;
  border:1px solid #eee;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color:#eee;
  padding-left: 15px;
}
}

@media (min-width:768px){
	#judge-container .login-screen img {
	    width: 120px;
	    height: 120px;
	  }
	#judge-container .login-credentials .form-control-username{
	  height:40px;
	  background-color: transparent;
	  border-radius: 50px;
	  border:1px solid #eee;
	  width: 100%;
	  margin: 0 auto;
	  color:#eee;
	  padding-left: 15px;
	}

	#judge-container .login-credentials .form-control-password{
	  height:40px;
	  background-color: transparent;
	  border-radius: 50px;
	  border:1px solid #eee;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  color:#eee;
	  padding-left: 15px;
	}
	#judge-container .btn-custom{
	  border-radius: 50px;
	  background-color: #F09924;
	  color:#eee;
	  border:none;
	  line-height: 24px;
	  width: 170px;
	  transition:.6s;
	  margin-right: auto;
	  margin-left: auto;
	}
}

#user-profile .btn-primary{
  position: absolute;
  top:300px;
  left:650px;
}

#user-profile .modal-content{
  border-radius:0px;
  background-color: #30A292;

}

#user-profile .head-content{
  height :100%;
  text-align: center;
  margin-bottom: 1em;
  color:#eee;
}
#user-profile .head-content img{
  margin-top:3em;
  margin-right:auto;
  margin-left:auto;
  border: 2px solid #eee;
}

/*#user-profile .icon-time{
  margin-top:1em;
}
#user-profile .icon-time i{
  font-size: 17px;
  margin-right:1em;
}*/

#user-profile .details-wrapper i{
  margin-right: 1em;
  color: #1c1c1c;
}

#user-profile .details-wrapper span {
  margin-right: 1em;
  color: #1c1c1c;
  font-size: 15px;
}
#user-profile .icon-work i{
  margin-top: 1em;
}
#user-profile .icon-skills i{
  font-size: 30px;
  margin-top: 1em;
  margin-right: 0.5em;
  color: #1c1c1c;
}
#user-profile .icon-skills h4{
    font-size: 18px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 5px;
	margin-right: 5px;
}
#user-profile .icon-time span{
    margin-top:1em;
}
#user-profile #skillset{
  background-color: #1c1c1c;
  color:white;
}
@media (min-width: 272px) and (max-width: 768px){
 
 #user-profile .details-wrapper .fa-x{
    margin: 1em;
    font-size: 15px;
}

#user-profile .details-wrapper .fa-x{
    font-size: 20px;
    text-align: center;
}
}
#user-profile .social-links i{
  margin-top:1em;
  margin-bottom: 1.5em;
  font-size: 35px;
  color:#1c1c1c;
  transition:.6s;
}

@media (min-width: 768px) {
  #user-profile .social-wrapper{
    width: 480px;
  }
}

#user-profile #social-element-1 :hover{
  color:#000;
  transition: .6s;
}

#user-profile #social-element-2 :hover{
  color:#000;
  transition: .6s;
}
#user-profile #social-element-3 :hover{
  color:#000;
  transition: .6s;
}
#user-profile #social-element-4 :hover{
  color:#000;
  transition: .6s;
}
#user-profile .footah{
  background-color: #1c1c1c;
  height: 20px;
}
#user-profile .close{
  margin-top:1em;
  margin-right: 0.3em;
  transition: .6s;
  color: #eee;
}

#user-dash .upcoming-wrapper h3{
  background-color:white;
  color:#6C7A89;
  margin:0px;
  padding: 20px;
  /*font-family: 'Raleway';*/
  font-size: 20px;
}

#user-dash .fa-bullhorn{
  position: absolute;
  margin:20px;
  right: 40px;
  color:#6C7A89;
  background-color: white;
  border-radius: 50px;
  padding: 15px;
  font-size: 20px;
}

#user-dash .fa-flag{
  position: absolute;
  margin:20px;
  right:30px;
  color:#6C7A89;
  background-color: white;
  border-radius: 50px;
  padding: 15px;
  font-size: 20px;
}

#user-dash .icon-wrapper{
  background-color:#F2F1EF;
  color:#6C7A89;
  margin: 0px;
  font-size: 20px;
  padding: 20px;
}

#user-dash .icon-wrapper i{
  margin-left:1em;
}

#user-dash #upcoming{
  padding:0px;
  margin-bottom: 2em;
}
#user-dash #applied{
  margin:10px 0px;
  padding: 0px;
  height: 100%;
}
#user-dash #applied-2{
  margin:10px 0px;
  padding: 0px;
  height: 100%;
}
#user-dash #applied-3{
  margin:10px 0px;
  padding: 0px;
  height: 100%;
}
#user-dash .container{
  /*width: 900px;
  height: 900px;*/
}
#user-dash #applied a{
  color:#6C7A89;
}
#user-dash #applied-2 a{
  color:#6C7A89;
}
#user-dash #applied-3 a{
  color:#6C7A89;
}
#user-dash #upcoming a{
  color:#6C7A89;
}

@media (max-width: 767px){
	.nav{
		/*display: none;*/
	}

	.main-menu{
		width: 250px;
		top: 50px;
	}

	.side-content {
	  	padding-top: 30px;
	  	width: 100%;
	  	margin-left: 0px;
	}

	.navbar-toggle {
		float: left;
		margin: 0px;
  		color: #fff;
  	}
  	a#logo {
  		margin-left: 5%;
  	}
  	#mobnav-btn {
  		display: none;
  	}

  	#challenge-duration .date-start,
  	#challenge-duration .date-end{
  		text-align: center !important;
  	}
}

#challenge-duration .date-start{
	text-align: left;
}

#challenge-duration .date-end{
	text-align: right;
}
.ui-jqdialog-content td.EditButton {
    text-align: right;
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    padding-bottom: 5px;
    padding-top: 4px;
    padding: 15px;
    background-color: rgba(255, 245, 240, 0.76);
}
.ui-jqdialog .ui-jqdialog-titlebar {
    color: white;
    padding: 10px;
    border-radius: 0px;
    border-color: transparent;
}
.ui-jqdialog-content .DataTD {
    padding: 24px;
    border: 0px none;
    vertical-align: top;
    background-color: white;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #DEDEDE;
    color: #272727;
    /*padding-left: 27px;*/
    /*background-color: #F68E56;*/
}
.ui-widget .ui-widget-content {
  background-color: #eee;
  border: 1px;
  border-radius: 0px;
}

.ui-jqdialog-content .CaptionTD {
  text-align: left;
  vertical-align: middle;
  border: 0px none;
  padding: 2px;
  white-space: nowrap;
  padding-left: 40px;
  font-size: 14px;
  background-color: white;
}

#login_container{
	/*font-family: 'Raleway';*/
}

#login_container .contentpart{
  margin-top:6em;
  padding-right:50px;
  border-right: 1px solid #afafaf;
}

#login_container .contentpart h1{
	font-size: 36px;
	font-weight: 500;
	color: #333;
}

#login_container .contentpart h3{
	font-size: 24px;
	font-weight: 300;
	color: #333;
}


#login_container .inputpart{
  margin-top:6.5em;
  padding-left:50px;
}
#login_container .form-control{
  border-radius: 0px;
  width:100%;
  height: 40px;
  width: 60%;
    border: 1px solid #ccc;
}
#login_container .inputpart a{
  margin-top:0.3em;
  font-size: 14px;
  color:#fff;
  text-decoration: none;
}

#login_container .btn-custom{
  /*border-radius: 0px;*/
  font-size: 20px;
  width: 100%;
  padding:10px;
  margin-bottom:0.8em;
  width: 60%;
  background-color: #F39C12;
  color:white;
  transition: .3s;
}
#login_container .btn-custom:hover{
  color:white;
  background-color: #E67E22;
  transition: .3s;
}

@media(max-width: 990px){
	  #login_container .form-control{
	    width: 90%;
	  }
	  #login_container .btn-custom{
	    width: 80%;
	  }
	  #login_container .contentpart{
	    text-align: center;
	    padding:0px;
	    border:none;
	    margin-top:5em;
	  }
	  #login_container .inputpart{
	    margin-top:5em;
	    padding-left:50px;
	}
}

/**
 * KEEP it in the BOTTOM
 */

input:required:focus {
  border-bottom: 2px solid red !important;
  outline: none;
}

input:required:hover {
  opacity: 1;
}

/**
 * KEEP it in the BOTTOM
 */

 /*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
/*body{
    background-color: #F2F1EF;
    font-family: 'Raleway';
}*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper .show {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper .hide {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dot-online{
     background-color:#87D37C;
     border-radius: 50%;
     margin-right: 1em;
     width: 10px;
     height: 10px;
     display: inline-block;

}

.dot-offline{
     background-color:#505050;
     border-radius: 50%;
     margin-right: 1em;
     width: 10px;
     height: 10px;
     display: inline-block;

}

#sidebar-wrapper .btn-default{
    margin-top:1em;
    margin-left:1em;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    width: 100%;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #eee;
    transition: .6s;
    width: 100%
}

.sidebar-nav li.active{
	color: #fff;
    background:#30A293;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background:#30A293;
    transition: .6s;
    width: 100%;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    background-color: #F09A14;
}

.sidebar-nav > .sidebar-brand a {
    color: #eee;
    transition: .6s;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #000;
    background: none;
    transition: .6s;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

@media(min-width:108px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

#page-content-wrapper {
    padding:0px;
    margin:0px;
}

.well{
    background-color: #30A293;
    color:#eee;
    border-radius:0px;
    padding: 30px;
}

/*.btn-default{
    background-color: transparent;
    color:white;
    border:0px;
    margin-top:4em;
    transition: .6s;
}
.btn-default:hover{
    background-color:transparent;
    color:#000;
    transition: .6s;
}*/

.content-wrapper{
    background-color: #000;
}

.textholder .form-control{
   border-radius: 50px;
}
/*.btn-custom{
    padding: 10px;
    background-color: #30A293;
    
}*/
.btn-custom i{
   color:#eee;
    
}
.btn-custom-1{
    border-radius: 50%;
    padding: 10px;
    background-color: #F09A14;
    
}
.btn-custom-1 i{    
    color:#eee;
}
.message-elements{
    width: 100%;
    margin-top: 25em;
}

/***********************************************/

#subm-company .team-name{
	background-color: #fff;
	margin-top: 1em;
	padding:20px;
}

#subm-company .content-wrapper{
    background-color: #fff;
}

#subm-company .team-name h1{
	font-size: 40px;
}
#subm-company .team-details{
	background-color: #fff;
	padding-bottom:10px;
	padding-left: 20px;
}
#subm-company .team-details h1{
	font-size: 40px;
}
#subm-company .span-wrapper span{
	padding:0px;
	margin-right: 10px;
	font-size: 25px;
}
#subm-company .hack-idea{
	background-color: #fff;
	padding:20px;
}
#subm-company .judges-wrapper{
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
#subm-company .judges-wrapper a{
	color:white;
	width: 100%;
	text-decoration: none;
}
#subm-company .judges-wrapper .judge1{
	background-color: #E74C3C;
	padding: 20px;
	margin:0px;
	color: white;
	transition: .3s;
}
#subm-company .judges-wrapper .judge1:hover{
	background-color: #C0392B;
	transition: .3s;
}
#subm-company .judges-wrapper .judge2{
	background-color: #4183D7;
	padding: 20px;
	margin:0px;
	color: white;
	transition: .3s;
}
#subm-company .judges-wrapper .judge2:hover{
	background-color: #59ABE3;
	transition: .3s;
}
#subm-company .judges-wrapper .judge3{
	background-color: #E67E22;
	padding: 20px;
	margin:0px;
	color: white;
	transition: .3s;
}

#subm-company .judges-wrapper .judge3:hover{
	background-color: #D35400;
	transition: .3s;
}

#subm-company .submissions{
	background-color: white;
	padding: 20px;
}
#subm-company .submissions span a{
	background-color: #EAEAEA;
	padding: 10px;
	color: #7d7d7d;
	text-decoration: none;
}

#subm-company .score-card{
	background-color: #EAEAEA;
	color: #7d7d7d;
	padding: 20px;
}
#subm-company .score-card h1{
	font-size: 80px;
}

@media(max-width: 786px){
	#subm-company .score-card{
		margin-top:1em;
	}
	#subm-company .submissions span {
		margin-top:2em;
	} 
}
#subm-company .modal-content .comments{
	padding:50px;
}

#subm-company .modal-content .score{
	background-color: #EAEAEA;
	color: #7d7d7d;
	margin-top:10px;
	text-align: center; 
	padding: 20px;
	font-size: 80px;
}

/*.btn-custom{
    background-color: transparent;
    border: 2px solid #1ECD97;
    border-radius: 4px;
    color: #1ECD17;
    font-size: 16px;
    transition: 0.4s;
    outline-style: none;
    cursor: pointer;
    padding: 5px 10px;
}

.btn-custom:hover {
    background-color: #1ECD97;
    color: #FFF !important;
    transition: 0.4s;
}*/

#login_container .inputpart a {
	color: #000;
}

#login_container .inputpart a:hover {
	color: #333;
	text-decoration: underline;
}

.help-block{
	font-size: 0.8em;
}

#judge-content .container .jumbotron,#judge-content .container-fluid .jumbotron{
  background-color:#eee;
  color: black;
  margin-top: 50px;
  margin-bottom: 0px;
  border-radius: 0px;
  position: fixed;
  z-index: 1;
  width: 100%;
}
#judge-content2 .element-1:nth-child(even){
  background-color: #1BBC9B;
  color: white;
}
#judge-content2 .element-1:nth-child(odd){
  background-color: #168C74;
  color: white;
}
#judge-content2 .team-name{
  padding:10px;
  text-transform: capitalize;
}
#judge-content2 .team-id{
  padding:10px;
  text-transform: capitalize;
}
#judge-content2 .team-location{
  padding:10px;
  text-transform: capitalize;
}
#judge-content2 .team-location a {
  color:white;
  width: 100%;
}

#judge-content2 .element-1 h3{
    margin: 20px 0px;
}

@media(max-width: 796px){
  #judge-content2 .element-1 h3{
    font-size:17px;
  }
}
#judge-content2 .elements-wrapper{
  z-index: 2;
  margin-top:200px;
}

.hvr-sweep-to-top {
 font-size: 0.6em;
 padding: 5px 10px;
 border: 1px solid #777;
 /*border-radius: 4px;*/
 font-weight: 500;
 color: #fff;
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 position: relative;
 -webkit-transition-property: color;
 transition-property: color;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
 content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #2098d1;
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50% 100%;
 transform-origin: 50% 100%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
 color: #fff !important;
 border: 1px solid #2098d1;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}

/** Team Formation **/

.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.wizard .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 47%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard-inner {
    text-align: center;
}

.wizard span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.wizard span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #1BBC9B;
}

.wizard li.active span.round-tab i {
    color: #1BBC9B;
}

.wizard span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #1BBC9B;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #1BBC9B;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
}

.wizard .btn-custom {
    background-color: transparent;
    color: #1BBC9B;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 2em;
    transition: .4s;
}

.wizard .btn-custom:hover {
    background-color: rgba(27, 188, 155, 0.1);
    border-radius: 0px;
    transition: .4s;
    color: #1BBC9B;
}

@media( max-width: 585px) {
    .wizard {
        width: 90%;
        height: auto !important;
    }
    .wizard span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.main-data{
	min-height: 85px;
}

.main-data .main-text{
	display: inline-block;
    width: 75%;
}

.button_medium.inactive{
	background-color: #333;
}

#profile_warning{
	display: inline-block;
    position: fixed;
    width: 100%;
    z-index: 10;
    bottom: -21px;
    left: 0;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #e74c3c;
}