body {
	font-family: 'CG_Normal', sans-serif;
}
html, body, .page-wrap {
	height: 100%;
}
.home-left {
	width: 500px;
	float: left;
	background: #d1d0d0;
	height: 99.9%;
	box-sizing:border-box;
	border-right:1px solid #fff;
}
.home-right {
	width: calc(100% - 500px);
	float: left;
	background: #f99;
	height: 100vh;
}
.home-logo {
	float: left;
	width: 100px;
	padding:22px 30px;
	box-sizing: border-box;
}
.home-logo img{
	width: 95px;
}
.header-right {
	width: calc(100% - 100px);
	float: left;
	text-align: center;
}
.header-right img {
	margin-top: 55px;
	width: 30%;
}
.header-right h2 {
	text-align: center;
	font-family: 'CG_Bold';
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 50px;
	letter-spacing: 0.04em;
}
/*NAVIGATION CSS*/
.home-left .nav {
	float: left;
	width: 100%;
	clear: both;
}
.navbar {
	margin: 0;
}
.navbar-nav > li > a {
	text-transform: uppercase;
	padding: 18px 8px;
}
.navbar-nav > li:first-child > a {
	padding: 18px 8px 18px 0
}
.navbar-nav > li:last-child > a {
	padding: 18px 0 18px 8px
}
.navbar-nav > li {
	position: relative;
}
.navbar-nav > li:after {
	width: 1px;
	height: 15px;
	position: absolute;
	content: '';
	right: -1px;
	top: 20px;
	display: inline-block;
	background: #666;
}
.navbar-nav > li:last-child:after {
	display: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
	font-family: 'CG_Bold';
	color: #ec008c;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #ec008c;
}
.home-description {
	clear: both;
	background: #ec008c;
	padding: 30px;
	box-sizing: border-box;
	height: calc(100% - 398px);
	overflow:auto;
}
.home-description p {
	font-size: 16px;
	color: #000;
}
strong{
	font-family: 'CG_Bold';
}
.home-description, .home-footer {
	clear: both;
	float: left;
}
.home-footer {
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 30px 15px;
}
.home-footer p {
	text-align: center;
	color: #ec008c;
	font-size:12px;
	line-height: 24px;
}
.home-footer p a {
	color: #ec008c;
}
.home-footer p.copyright {
	color: #666;
	font-size: 12px;
	padding-top: 15px;
}
/*CAROUSEL CSS*/
.intro .item {
	background-size: cover;
	height: 100%;
	min-height: 100vh;
	width: 100%;
}
.intro .item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	display: inline-block;
	content: '';
}
.carousel-control, .carousel-caption {
	text-shadow: none;
}
.carousel-caption {
	top: auto;
	right: 0;
	left: auto;
	bottom: 65px;
}
.carousel-caption h1 {
	font-size:18px;
	font-weight: 400;
	text-transform: uppercase;
	background: rgba(255,255,255,0.8);
	padding: 15px 25px;
	color: #000;
	letter-spacing: 0.05em;
}
.carousel-indicators {
	bottom: 40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	height: 12px;
	margin: 0 5px;
	width: 12px;
}
.carousel-control.left, .carousel-control.right {
	width: 45px;
	height: 45px;
	background: url(../images/arrow-right.png) center no-repeat rgba(255,255,255,0.8);
	bottom: 20px;
	top: auto;
	opacity: 1;
}
.carousel-control.left {
	display: none;
}
.carousel-control, .carousel-caption {
	text-shadow: none;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.home-left{
		width: 100%;
	}
	.home-logo{
		padding: 15px 10px;
	}
	.header-right{
		width: calc(100% - 100px);
	}
	.header-right h2{
		padding: 0 10px;
	}
	.header-right img {
		margin-top: 35px;
		width: 50%;
	}
	.navbar-default .navbar-nav > li{
		text-align: center;
		border-bottom: 1px solid #ccc;
	}
	.home-left .nav{
		margin: auto;
	}
	.navbar-default .navbar-nav > li:last-child {
		border-bottom: none;
	}
	.navbar-nav > li:after{
		display: none;
	}
	.home-description{
		height: auto;
	}
	.home-left{
		height: auto;
	}
	.home-right {
    	width: 100%;
    	float: left;
    	height: auto;
    	clear: both;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}