html,
body {
	background-color: #F0F0F0;
	font-family: "Open Sans", Helvetica, arial, serif;
	text-shadow: 1px 1px 0px #FFFFFF;
}

body {
	background-image: url("../images/glance.png");
	background-repeat: no-repeat;
	background-position: center top;
}

body.en,
body.de,
body.ko {
	font-family: "Open Sans", Helvetica, "nanum gothic", "Malgun gothic", serif;
}

.page {
	width: 960px;
	min-width: 960px;
	background-repeat: no-repeat;
	background-position: center 130px;
}

body > .page {
	width: auto;
}

.w10 { width: 10% !important; }
.w15 { width: 15% !important; }
.w20 { width: 20% !important; }
.w25 { width: 25% !important; }
.w30 { width: 30% !important; }
.w35 { width: 35% !important; }
.w40 { width: 40% !important; }
.w45 { width: 45% !important; }
.w50 { width: 50% !important; }
.w55 { width: 55% !important; }
.w60 { width: 60% !important; }
.w65 { width: 65% !important; }
.w70 { width: 70% !important; }
.w75 { width: 75% !important; }
.w80 { width: 80% !important; }
.w85 { width: 85% !important; }
.w90 { width: 90% !important; }
.w95 { width: 95% !important; }
.w100 { width: 100% !important; }

#page-sample {
 background-image: url("../images/bg-sample.jpg");
}

#page-home {
 background-image: url("../images/bg-sample.jpg");
}

#page-somecategory {
 background-image: url("../images/bg-sample.jpg");
}

#branding,
#contents,
#colophon,
#breadcrumb {
	width: 960px;
	margin: 0 auto;
}

#branding {
	position: relative;
}

#branding h1 {
	position: absolute;
	top: 40px;
	width: 220px;
	height: 77px;
	background: url("../images/logo-s.png") no-repeat left top;
}
#branding h1 a {
	display: block;
	width: 220px;
	height: 77px;
}
#branding h1 span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

#branding nav {
	padding: 60px 0 60px;
}
/*
#page-main #branding nav {
	padding: 60px 0 60px;
}
*/
#branding nav > ul {
	text-align: right;
	float: right;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	font-size: 0;
}

#branding nav:after,
#branding nav > ul:after {
	clear:both;
	content:"";
	display: block;
}

#branding nav > ul > li {
	display: inline-block;
}

#branding nav > ul > li > a {
	background: #fafafa;
	display: block;
	border-bottom: 7px solid #eaeaea;
	font-weight: 300;
	text-decoration: none;
	font-family: 'HelveticaNeue-CondensedBold', 'Helvetica Neue', Helvetica, arial, sans-serif;
	font-size: 16px;
	padding-bottom: 15px;
	padding: 15px 20px;
	color: #000000;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ie-transition: all 0.3s ease-in-out;
}

#branding nav > ul > li > a:hover,
#branding nav > ul > li > a:active,
#branding nav > ul > li > a.active,
#branding nav > ul > li.hover > a {
	border-color: #595959;
	background-color: #cfcfcf;
}

#branding nav > ul > li.sub > a {
	background-position: 0 50px;
}

#branding nav ul ul {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	display: none;
	margin-top: 0px;
	padding: 10px;
	background: #595959;
	text-align: left;
	z-index: 99999;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}

#branding nav ul ul li {
	float: left;
}
#branding nav ul ul a {
	text-transform: none;
	text-shadow: none;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: block;
}

#branding nav ul ul a:hover,
#branding nav ul ul a:active,
#branding nav ul ul a:focus {
	background: #eee;
	color: #333;
}

#branding nav ul ul li + li {
	margin-left: 3px;
}

.no-js #branding nav ul li:hover ul {
	display: block;
}

#branding aside {
	position: absolute;
	right: 0px;
	text-align: right;
	top: 5px;
}

#branding aside a,
#branding aside span {
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-size: 11px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

#branding aside .lang a + a,
#branding aside .lang span + a,
#branding aside .lang a + span {
	border-left: 1px solid #aaa;
	padding-left: 10px;
	margin-left: 8px;
}
#branding aside .social a + a {
	margin-left: 3px;
}
#branding aside div.social {
	margin-top: 5px;
}
#branding aside a.social {
	width: 19px;
	height: 19px;
	display: inline-block;
	background: url("../images/social.png") no-repeat left bottom;
}
#branding aside a.social-facebook {
	background-position: left 0px;
}
#branding aside a.social-twitter {
	background-position: left -19px;
}
#branding aside a.social-linkedin {
	background-position: left -38px;
}
#branding aside a.social-naver {
	background-position: left -57px;
}
#branding aside a.social-daum {
	background-position: left -76px;
}

#branding aside .social span {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}

#contents {
}

#contents h1 {
	font-size: 32px;
}

#contents h2 {
	font-size: 20px;
}

#contents h3 {
	font-size: 18px;
}

#contents h4 {
	font-size: 16px;
}

#contents h5 {
	font-size: 14px;
}

#contents strong {
	font-weight: bold;
}

#contents h1 {
	font-size: 32px;
	font-weight: 100;
	text-transform: uppercase;
}

#contents h2 {
	font-size: 20px;
	font-weight: 100;
	line-height: 35px;
}

#contents h3,
#contents h4,
#contents h5
{
	line-height: 25px;
	font-weight: 100;
}

#contents ul,
#contents ol {
	font-size: 14px;
	color: #595959;
}

#contents p {
	color: #595959;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

#contents * + p {
	margin-top: 10px;
}

#contents div.meta {
	text-align: right;
	padding-top: 15px;
}

#contents div.list-meta {
	text-align: center;
}

div.meta a,
div.meta span {
	font-size: 12px;
}

div.meta a {
	color: #3574ca;
}

div.meta-left {
	float: left;
}

section.default {
	padding: 0 20px;
}
section.default header {
	margin-bottom: 30px;
}

section.default header h1 {
	margin-bottom: 25px;
}

section.default header h2 {
	max-width: 700px;
	width: 700px;
}

section.default header > /**/ h2 {
	width: auto;
}

section.default p {
	margin-bottom: 30px;
	max-width: 700px;
}

section.size-full header h2,
section.size-full p {
	/*max-width: initial;*/
	max-width: 100%;
}

section.list-item {
	padding: 40px;
	border: 1px solid #fafafa;
	background-color: #fafafa;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

section.list-item-learning {
	padding-top: 10px;
	padding-bottom: 30px;
	border: 0px;
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 0px;
}

section.list-item header {
	margin-bottom: 10px;
}

#contents section.list-item h1 {
	font-size: 20px;
	text-transform: inherit;
	margin-bottom: 10px;
}

#contents section.list-item h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
}

#contents section.list-item header h2 {
	width: 80%;
	max-width: 80%;
}

#contents section.list-item header > /**/ h2 {
	width: auto;
}

#contents section.list-item p {
	font-size: 13px;
	line-height: 18px;
}

#contents section.list-item-learning p {
	font-size: 14px;
	line-height: 25px;
}

#contents section.list-item p + p {
	margin-top: 8px;
}
section.image-left,
section.image-right {
	position: relative;
}

section.image-left .image,
section.image-right .image {
	font-size: 0;
	position: absolute;
	width: 300px;
	overflow: hidden;
	border: 2px solid #fff;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	z-index: 100;
}

section.image-left .image .caption,
section.image-right .image .caption {
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #777;
	padding: 5px 2px;
}

section.image-left {
	margin-left: 40px;
}

section.image-right {
	margin-right: 40px;
}

section.image-left .image {
	left: -40px;
	top:40px;
}

section.image-right .image {
	right: -40px;
	top:40px;
}

section.image-left header,
section.image-left p {
	margin-left: 260px;
}
section.image-left header p {
	margin-left: 0;
}
section.image-right header,
section.image-right p,
section.image-right .meta {
	margin-right: 260px;
}

section.default + section.list-item {
	margin-top: 80px;
}
section.default + section.list-item-testimonials {
	margin-top: 0px;
}
section.default + section.class-information {
	margin-top: 40px;
}
section.class-information + section.list-item {
	margin-top: 0px;
}
section.list-item + section.default {
	margin-top: 40px;
}
section.title + section.list-item {
	margin-top: 40px;
}
section.title div.image-hero {
	margin-bottom: 40px;
}
section.invert {
	color: #eee;
	background-color: #333;
	text-shadow: 1px 1px 0px #000;
}

section.invert div.image {
	color: #777;
	text-shadow:1px 1px 0px #fff;
}

section.invert h1,
section.invert div.meta a {
	color: #ffd800;
}

#contents section.invert p {
	color: #bbb;
}

section.item-view {
	padding: 40px;
	width: 86%;
	margin: 0 auto;
	border: 1px solid #fafafa;
	background-color: #fafafa;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}

section.item-view header h1 {
	text-transform: inherit;
	margin-bottom: 10px;
}

section.item-view .image-hero,
section.item-view .image-left,
section.item-view .image-right {
	font-size: 0;
	overflow: hidden;
	border: 2px solid #fff;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	z-index: 100;
	position: relative;
}

section.item-view .image-hero {
	margin: 15px -80px;
}

section.item-view .image-left {
	float: left;
	margin: -10px 15px 10px -80px;
}

section.item-view .image-right {
	float: right;
	margin: -10px -80px 10px 15px;
}

section.item-view .caption {
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #777;
	padding: 5px 2px;
}


section.item-view p + p,
section.item-view p + h1,
section.item-view p + h2,
section.item-view p + h3,
section.item-view p + h4,
section.item-view p + h5 {
	margin-top: 20px;
}

section.item-view .disqus {
	margin-top: 20px;
	min-height: 100px;
	background:#fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
}

#disqus_thread {
	width: 99.9%;
}

#colophon {
	margin-top: 30px;
	padding:30px 0 50px;
	position: relative;
	text-align: right;
}

#colophon ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#colophon small {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#colophon p {
	font-size: 12px;
	color: #333;
	font-style: italic;
}

#colophon p + p {
	margin-top: 5px;
}

#colophon p a {
	color: #333;
}

#colophon nav {
	position: absolute;
	left: 0;
	top: 25px;
}

#colophon nav ul li {
	display: inline-block;
}

#colophon nav ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #555;
}

#colophon nav ul li + li a {
	margin-left: 6px;
	padding-left: 8px;
	border-left: 1px solid #999;
}

section.default ol,
section.list-item ol {
	counter-reset: item;
}

section.default ol li,
section.list-item ol li {
	display: block;
	margin: 10px 0;
	text-indent: -40px;
}

section.default ol li:before,
section.list-item ol li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
}

.slide-caption {
	display: none;
}

.nivo-caption {
	text-shadow: none;
	width: 30%;
	left: 40px;
	bottom: auto;
	top: 50px;
	padding: 15px;
}

.nivo-caption h1 {
	padding-bottom: 10px;
}

#contents .summary-row .col {
	float: left;
	width: 264px;
	height: 170px;
	min-height: 200px;
	padding: 20px;
	padding-bottom: 40px;
	border: 1px solid #FAFAFA;
	background-color: #FAFAFA;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	position: relative;
}

#contents .summary-row .media-col {
	padding-bottom: 20px;
}

#contents .summary-row > .col {
	height: auto;
}

#contents .summary-row .col .meta {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 11px;
}

#contents .summary-row .col h1 {
	font-size: 20px;
	text-transform: inherit;
	margin-bottom: 10px;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#contents .summary-row .col p {
	color: #595959;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
}

#contents .summary-row .col .quote {
	margin-top: 15px;
	display: block;
	text-align: right;
	font-size: 14px;
}

#contents .summary-row .col .quote span {
	font-size: 12px;
	margin-right: 5px;
}

#contents .summary-row .col + .col {
	margin: 0;
	margin-left: 20px;
}


#contents .summary-row:after {
	clear: both;
	content: '';
	display: block;
}

.projects-row .col {
	float: left;
	width: 304px;
	height: 210px;
	min-height: 240px;
	padding: 0;
	border: 1px solid #FAFAFA;
	background-color: #FAFAFA;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	position: relative;
}

.projects-row > .col {
	height: auto;
}

.projects-row .col .meta {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 11px;
}

#contents .projects-row .col h1 {
	font-size: 20px;
	text-transform: inherit;
	margin: 0;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	text-transform: uppercase;
}

#contents .projects-row .col h1 a {
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	padding: 10px;
	display: block;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ie-transition: all 0.3s ease-in-out;
}

#contents .projects-row .col > a {
	display: block;
	overflow: hidden;
	text-align: center;
}

#contents .tile-list .col:hover h1 {
	background: rgba(255,255,255,1);
}
#contents .tile-list .col:hover h1 a {
	padding: 30px 10px;
	color: #000 !important;
}


.projects-row .col .quote {
	margin-top: 15px;
	display: block;
	text-align: right;
	font-size: 14px;
}

.projects-row .col .quote span {
	font-size: 12px;
	margin-right: 5px;
}

.projects-row .col + .col {
	margin: 0;
	margin-left: 20px;
}


#contents .projects-row:after {
	clear: both;
	content: '';
	display: block;
}
#contents .summary-row {
	height: 1%;
}

#contents > /**/ .summary-row {
	height: auto;
}


.projects-category-row .col {
	height: auto;
	min-height: auto;
}
#contents .projects-category-row .col h1 {
	position: relative;
	background: transparent;
	border-bottom: 0;
}

#contents .projects-category-row .col h1 a {
	color: #333;
	position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ie-transition: all 0.3s ease-in-out;
}

#contents .projects-category-row .col h1 a:hover,
#contents .projects-category-row .col h1 a:active,
#contents .projects-category-row .col h1 a:focus {
	color: #fafafa;
	background:#333;
}

#contents .projects-category-row .col h1 a span.readmore {
	position: absolute;
	font-size: 11px;
	padding: 4px 0;
	right: 10px;
}

#contents .fat-nav-row {
	overflow: hidden;
	padding: 0;
	border: 1px solid #FAFAFA;
	background-color: #FAFAFA;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	position: relative;
}

#contents .fat-nav-row a {
	color: #333;
}


#contents .fat-nav-row h1 {
	font-size: 20px;
	text-transform: inherit;
	margin: 0;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	width: 100%;
	text-transform: uppercase;
}

#contents .fat-nav-row ul {
	padding: 10px;
}

#contents .fat-nav-row li {
	display: inline-block;
	width: 24.5%;
	margin: 0;
	padding: 0;
}
#contents .fat-nav-row li a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 5px;
	border-radius: 2px;
}


#contents .fat-nav-row li a:hover,
#contents .fat-nav-row li a:active,
#contents .fat-nav-row li a:focus {
	background: #eee;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

#page-projects .nivo-directionNav,
#page-projects .nivo-controlNav {
	display: none;
}

#slide-projects {
	margin-bottom: 30px;
}

#slide-projects .nivo-caption a {
	text-decoration: none;
	border-bottom: 0;
}

.list-with-form {
	display: none;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}


.list-with-form h3 {
	padding: 10px;
	border: 0;
	background: #eee;
	margin-bottom: 15px;
}

.list-with-form dl {
	padding-top: 10px;
}
.list-with-form dl dt,
.list-with-form dl dd {
	margin: 0;
	padding: 0;
	float: left;
}
.list-with-form dl dt {
	clear: left;
	width: 150px;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}
.list-with-form dl dt {
	padding: 8px 3px;
	margin-right: 10px;
}
.list-with-form dd input,
.list-with-form dd textarea {
	padding: 3px 5px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #aaa;
}

.list-with-form dd textarea {
	width: 600px;
	height: 100px;
}
.list-with-form .submit {
	margin-left: 167px;
	font-weight: 100;
	margin-top: 10px;
	font-size: 13px;
	border: 1px solid #000;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	background: #333;
	color: #fff;
	border-radius: 5px;
}
.list-with-form dl:after {
	clear: both;
	content: '';
	display: block;
}
.list-with-form dl {
	height: 1%;
}
.list-with-form > /**/ dl {
	height: auto;
}

#breadcrumb {
	padding: 10px 0 20px;
}

#breadcrumb a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

#breadcrumb a:hover,
#breadcrumb a:active,
#breadcrumb a:focus {
	color: #aaa;
}

#breadcrumb a + a {
	padding-left: 10px;
	background: url('../images/breadcrumb-arrow.png') no-repeat left center;
}

.show {
	display: block;
}

.side-form {
	margin-left: 260px;
}


.side-form textarea {
	width: 390px !important;
}


.btn {
	font-family: 'Open Sans', Helvetica, 'nanum gothic', 'Malgun gothic', serif;
	font-size: 12px;
	display: inline-block;
	padding: 10px;
	background: #595959;
	color: #fff !important;
	text-shadow: none;
	border-radius: 5px;
	border: 0;
	text-decoration: none;
	cursor: pointer;
}
input.btn {
	padding: 7px 10px 8px 10px;
}


.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
	background-color: #0098c3;
}
.btn-red:hover,
.btn-red:active,
.btn-red:focus {
	background-color: #ca4700;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
	background-color: #86b800;
}

.btn-disabled {
	background-color: #777 !important;
	color: #ddd !important;
	cursor: default;
}

.invert .btn-blue {
	background-color: #FFD800;
	color: #000 !important;
}
.invert .btn-blue:hover,
.invert .btn-blue:active,
.invert .btn-blue:focus {
	background-color: #222;
	color: #fff !important;
}

.recaptcha {
	width: 200px;
	height: 60px;
	background: #b80064;
	color: #fff;
}

.recaptcha:after {
	content: 'Recaptcha';
	text-shadow: none;
	font-size: 12px;
	padding: 20px;
	display: block;
	text-align: center;
}

#contents .notify-box {
	width: 50%;
	margin: 50px auto;
	background-color: #FAFAFA;
	text-align: center;
	padding: 30px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

#contents .form-page-box {
	width: 90%;
	margin: 50px auto;
	background-color: #FAFAFA;
	text-align: center;
	padding: 30px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

#contents .notify-box .meta-center {
	text-align: center;
}

.notify-box dl {
	padding: 20px 0 10px;
}
.notify-box dl:after {
	content: '';
	display: block;
	clear: both;
}
.notify-box dt {
	float: left;
	clear: left;
	width: 25%;
	text-align: right;
	padding-right: 20px;
}

.notify-box dd {
	margin: 0;
	width: 70%;
	text-align: left;
	float: left;
}

.notify-box label {
	padding: 10px;
	display: block;
}

.notify-box dd input {
	border-radius: 5px;
	box-shadow: inset 2px 2px 5px #eee;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 5px;
}

.form-box h1 {
	text-align: left;
}
.form-box p {
	text-align: left;
}

._todo:after {
	display: block;
	background: #f49b00;
	color: #fff;
	font-size: 24px;
	font-weight: 100;
	padding: 20px;
	border-radius: 10px;
	width: 960px;
	margin: 0 auto 20px;
	box-sizing: border-box;

	text-shadow: none;
	content: "Notice : This section is not finished.";
}

.notify-box .meta {
	clear: both;
}

.overview {
	padding: 10px 0;
}

.overview table {
	width: 80%;
	text-align: left;
}

.overview table th,
.overview table td {
	padding: 5px 0;
	font-size: 13px;
}

.overview table th {
	font-weight: 600;
}

.gallery {
	margin: 20px 0;
	padding: 24px 25px;
	position: relative;
	left: -65px;
	width: 910px;
	background: white;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.gallery a {
	display: inline-block;
	font-size: 0;
	box-shadow: 0px 4px 3px rgba(0,0,0,0.3);
	margin-bottom: 10px;
}
dd.recaptcha {
	margin: 15px 0;
	background: none;
}
dd.checkbox {
	margin-left: 27%;
}
dd.checkbox label {
	display: inline-block;
}

.form-notify {
	font-size: 14px;
	color: #ff0022;
	padding: 5px 5px 15px;
}

.border-speration {
	clear: both;
	margin: 50px 0;
	width: 100%;
	border-bottom: 1px solid #ddd;

}

.class-table {
	width: 70%;
	margin: 0 auto;
	border: 1px solid #ddd;
	margin: 20px auto;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.class-table th,
.class-table td {
	padding: 10px 0;
}

.class-table thead th {
	border-bottom: 1px solid #ddd;
	/*font-size: 12px;*/
	background: #fff;
}

.completed {
	text-decoration: line-through;
	color: #808080;
}

.formal td,
.formal th {
	padding: 10px;
}

.formal tbody tr + tr th,
.formal tbody tr + tr td {
	border-top: 1px solid #ddd;
}

.schedule-section {
	background: #fff;
	margin-top: 20px;
	padding: 20px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
.schedule-section input,
.schedule-section select {
	font-size: 14px;
}

.schedule-section + .schedule-section {
	margin-top: 20px;
}
.schedule-section {
	text-align: left;
}

.schedule-section .row,
.schedule-section .row:after {
	clear: both;
	content: '';
	display: block;
}

.schedule-section .col {
	float: left;
}
.schedule-section .col label {
	display: inline-block;
}

.validation-failed {
	border-color: red !important;
}
.praise-capital {
	text-transform: uppercase;
}

.praise-capital span {
	display: block;
}


.fancybox-media {
	display: block;
	position: relative;
}
.fancybox-media span {
	position: absolute;
	width: 90px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -45px;
	background:url("../images/play.png") no-repeat center center;
}


#contents .image-left .notify-box {
	margin-left: 320px;
}

#contents .image-left .notify-box p {
	margin-left: 0;
}


textarea + .form-notify {
	display: block;
}

.class-table li + li {
	padding-top: 7px;
}

#curriculums li {
	float: none !important;
	display: block !important;
	margin-left: 0 !important;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
