@import url(http://fonts.googleapis.com/css?family=Lato:600,500,300,100);
body {
    color: #000;
    width: 100%;
    font-size: 12px;
    /*font-family: 'Lato', sans-serif;*/
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-weight: 300;
    background: #F2F8FC url('../img/loading.gif') no-repeat center 400px; }
    
body.sub-page{
	background-image: none;
	color: #1D85C5;
}

p {
    /* font-size: 12px; Good font size for reading */
    line-height: 185%; } /* Good line-height for reading */
h1 {
    margin: 0;
    font-size: 60px;
    line-height: 1; }
h2 {
    margin: 0;
    font-size: 40px;
    line-height: 2; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 300; }

strong { font-weight: 600; }

input,
textarea{
    margin-bottom: 0 !important;
}
input[type="radio"], input[type="checkbox"]{
    margin-top: -2px;
}
.table th, .table td{
    vertical-align: middle !important;
}

/*------------- Navbar Styles -------------*/

.navbar { margin-bottom: 0px; }
.navbar .brand {
	text-shadow: none;
	font-weight: 300;
	color: #ffffff;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > li > a {
	color: #fff;
	text-shadow: none;
	font-weight: 300;
	background: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.navbar .nav > li > a:hover {
	color: #b7b7b7 !important;
	text-shadow: none; }
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #b7b7b7;
	border-bottom-color: #b7b7b7;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.navbar-inner {
	border: none;
	filter: alpha(opacity=0);
	background: transparent;
	box-shadow: none !important; }
.btn .btn-navbar { z-index: 900; }
.navbar .nav > .active >a,
.navbar .nav > .active >a:hover,
.navbar .nav > .active >a:focus{
	background-color: none;
	box-shadow: none; }
.btn-navbar-icon { display: none; }
@media (max-width: 979px) {
.navbar-fixed-top, 
.navbar-fixed-bottom { position: absolute; }
.nav-collapse .nav > li > a, 
.nav-collapse .dropdown-menu a {
	padding: 9px 15px;
	font-weight: 300;
	color: #fff;}
.btn-navbar-icon {
	display: block;
	float: right;
	color: #fff;
	padding: 14px 0px;
	font-size: 22px;
	margin-right: 20px; }	
a.btn-navbar-icon:hover,
a.btn-navbar-icon {
	color: #fff;
	text-decoration: none; }
.navbar .brand {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 0 0 15px; }
.nav {
	background: rgba(0,0,0,0.5);
	z-index: 90000;
	position: static; } }
@media (max-width: 767px) {
.navbar-fixed-top, 
.navbar-fixed-bottom, 
.navbar-static-top {
	margin-left: 0px;
	margin-right: 0px; } }

/* No parallax */
.navbar .nav.no-top li.dropdown.open > .dropdown-toggle, 
.navbar .nav.no-top li.dropdown.active > .dropdown-toggle, 
.navbar .nav.no-top li.dropdown.open.active > .dropdown-toggle,
.navbar .brand.no-top,
.navbar .nav.no-top > li > a { color: #000; }
.navbar-inner.no-top { 
	background: rgba(255,255,255,0.8);
	filter: alpha(opacity=1); }
@media (max-width: 979px) {
.nav.no-top { background: rgba(255,255,255,0.8); } }

/* Dropdown General */
.dropdown-menu {
	background-color: #fff;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
	border: 0;
	border-bottom: 3px solid #4fc2ff;
	box-shadow: none; }
.dropdown-menu > li > a:hover {
	background: transparent;
	color: #4fc2ff; }
.navbar .btn-navbar {
	border: 0;
	border: 2px solid transparent;
	background: transparent;
	box-shadow: none; }
.navbar .btn-navbar:hover {
	border: 2px solid #fff;
	background: transparent; }

/*------------- Button Styles -------------*/

/* Btn General */   
.btn {
    background-color: #e5e5e5;
    border: 3px solid #e5e5e5;
    background-image: none;
    text-shadow: none;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    outline: none;
    filter: none;
    box-shadow: none;
   	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn[disabled],
.btn.disabled {
    color: #333333;
    box-shadow: none;
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;  }

/* Btn Red */   
.btn.red {
    color: white;
    text-shadow: none;
    background-color: #F80012;
    border-color: #F80012; }
.btn.red:hover,
.btn.red:focus,
.btn.red:active,
.btn.red.active,
.btn.red[disabled],
.btn.red.disabled {
	background-color: transparent;
    border-color: #F80012;;
    color: #F80012; }

/* Btn Blue */   
.btn.blue {
    color: white;
    text-shadow: none;
    background-color: #3D9AD1;
    border-color: #3D9AD1; }
.btn.blue:hover,
.btn.blue:focus,
.btn.blue:active,
.btn.blue.active,
.btn.blue[disabled],
.btn.blue.disabled {
	background-color: transparent;
    border-color: #3D9AD1;;
    color: #3D9AD1 !important; }

/* Btn Green */   
.btn.green {
    color: white;
    text-shadow: none;
    border-color: #00C618;
    background-color: #00C618; }  
.btn.green:hover,
.btn.green:focus,
.btn.green:active,
.btn.green.active,
.btn.green.disabled,
.btn.green[disabled] {
	background: transparent;
    border-color: #00C618;
    color: #00C618 !important; }

/* Btn Purple */   
.btn.purple {
    color: white;
    text-shadow: none;
    border-color: #8506A9;
    background-color: #8506A9;}    
.btn.purple:hover,
.btn.purple:focus,
.btn.purple:active,
.btn.purple.active,
.btn.purple.disabled,
.btn.purple[disabled] {
	background: transparent;
    border-color: #8506A9;
    color: #8506A9 !important; }

/* Btn Yellow */       
.btn.yellow {
    color: white;
    text-shadow: none;
    background-color: #FFCC40; 
    border-color: #FFCC40; }    
.btn.yellow:hover,
.btn.yellow:focus,
.btn.yellow:active,
.btn.yellow.active,
.btn.yellow.disabled,
.btn.yellow[disabled] {
	background: transparent;
    border-color: #FFCC40;
    color: #FFCC40 !important; }

/* Btn Black */     
.btn.black {
    color: white;
    text-shadow: none;
    background-color: #555555;
    border-color: #555555; }    
.btn.black:hover,
.btn.black:focus,
.btn.black:active,
.btn.black.active,
.btn.black.disabled,
.btn.black[disabled] {
	background: transparent;
    border-color: #555555;
    color: #555555 !important; }

/* Btn Transparent */     
.btn.transparent {
    color: white;
    text-shadow: none;
    background-color: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.25); }   
.btn.transparent:hover,
.btn.transparent:focus,
.btn.transparent:active,
.btn.transparent.active,
.btn.transparent.disabled,
.btn.transparent[disabled] {
	background: transparent;
    border-color: rgba(255,255,255,0.25);
    color: #fff !important; }

/* Btn Warning */     
.btn-warning {
    color: white;
    text-shadow: none;
    background-color: #faa732;
    border-color: #faa732;  }   
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	background: transparent;
    border-color: #faa732;
    color: #faa732 !important; }

/* Btn Primary */     
.btn-primary {
    color: white;
    text-shadow: none;
    background-color: #006dcc;
    border-color: #006dcc; }    
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background: transparent;
    border-color: #006dcc;
    color: #006dcc !important; }

/* Btn Info */    
.btn-info {
    color: white;
    text-shadow: none;
    background-color: #49afcd;
    border-color: #49afcd; }    
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background: transparent;
    border-color: #49afcd;
    color: #49afcd !important; }

/* Btn Danger */    
.btn-danger {
    color: white;
    text-shadow: none;
    background-color: #da4f49;
    border-color: #da4f49; }    
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	background: transparent;
    border-color: #da4f49;
    color: #da4f49 !important; }

/* Btn Success */     
.btn-success {
    color: white;
    text-shadow: none;
    background-color: #5bb75b;
    border-color: #5bb75b; }
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background: transparent;
    border-color: #5bb75b;
    color: #5bb75b !important; }

/* Btn Inverse */    
.btn-inverse {
    color: white;
    text-shadow: none;
    background-color: #363636;
    border-color: #363636; }  
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background: transparent;
    border-color: #363636;
    color: #363636 !important; }

/* Btn Sizes */ 
.btn-mini {
    height: 20px;
    font-size: 9px;
    line-height: 5px;
    padding: 4px 10px; }
.btn-big {
    height: 38px;
    font-size: 18px;
    line-height: 18px;
    padding: 8px 16px; }
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    margin-bottom: 10px; }   
.btn-small {
    padding: 2px 10px;
    font-size: 11.9px; }   
.btn-block { margin-bottom: 5px }

/* ---------- Portfolio Styles ----------- */

/* Hover Effects */ 
.boxgrid { 
	width: 100%; 
	height: 200px; 
	float:left; 
	margin-bottom: 20px;
	overflow: hidden; 
	position: relative; }
.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	min-height: 100%;
	min-width: 100%; }
.boxgrid p { 
	padding: 0; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; }
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 200px; 
	width: 100%; 
	opacity: .8; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
.captionfull .boxcaption {
	top: 260;
	left: 0; }
.caption .boxcaption {
	top: 220;
	left: 0; }	
@media (max-width: 979px) {
.boxgrid { height: 100px; } }
@media (max-width: 767px) {
.boxgrid { height: 250px; } }
@media (max-width: 480px) {
.boxgrid { height: 200px; } }

/* ---------- Portfolio Item Styles ----------- */

/* Video Styles */
#video { margin-bottom: 2px;} 
.video { border: 0; }

/* ---------- Labels & Badges Styles ----------- */

.label, 
.badge {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #ffffff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: none;}
	
/* ---------- Pagination Styles ----------- */

/* Pagination Styles */
.pagination ul > li > a, 
.pagination ul > li > span {
	background-color: #dcdcdc;
	border: 1px solid #dcdcdc;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;  }
.pagination ul > li > a:hover, 
.pagination ul > li > span:hover { color: #999999; }

/* Pager Styles */
.pager li > a, 
.pager li > span {
	background-color: #dcdcdc;
	border: 1px solid #dcdcdc;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;  }
.pager li > a:hover, 
.pager li > span:hover { color: #999999; }

/* ---------- Pricing Styles ----------- */

/* Featured Tag */
.featured {
	border-bottom: 30px solid rgba(255,255,255,0.25);
    border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	float: right;
	width: 80px;
	margin: 43px -11px 0 0; }
.featured::after {
	content: 'Popular';
	position: absolute;
	margin: 5px 0 0 15px; }

/* Pricing General */
.pricing-well {
	padding: 19px;
	margin: 20px;
	background-color: #eeeeee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.pricing-well:hover { 
	-webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.35);        
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.35); }
.pricing-list { list-style-type: circle; }

/* Pricing Top */
.pricing-top { 
	position: absolute;
	top: 100px; } 
.pricing-top-well {
	padding: 19px;
	margin: 20px;
	background-color: rgba(255,255,255,0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.pricing-top-well:hover { background-color: rgba(255,255,255,0.15); }
.pricing-option { 
	position: absolute;
	width: 100%; }
.pricing-top-option {
	width: 350px;
	height: 50px;
	margin: 0 auto; }
.pricing-top-option > li {
	margin: 10px;
	padding: 20px;
	display: inline-block;
	background-color: rgba(255,255,255,0.25);
	color: #fff;
	font-weight: 500;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; }
.pricing-top-option > li > a.soft-hover { color: #fff; }
.pricing-top-list { list-style-type: circle; }
@media (max-width: 767px) {	
.pricing-top-option { margin-top: 200px; } }
@media (max-width:480px) {	
.pricing-top-option { margin-top: 100px; } }

/* ---------- Countdown Styles ----------- */ 

/* Counter Styles */
.counter {
	width: 100%;
	position: absolute;
	top: 200px; }
.countdown {
    font-size: 0;  /* Hack for inline and inline-block extra markup generated spaces */
    display: block;
    overflow: auto;
    width: 550px;
	margin: 0 auto;
    padding: 20px 0;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    color: #ffffff; }
.countdown .item {
    display: block;
    float: left;
    position: relative;
    font-size: 50px;
    font-weight: 300;
    padding: 66px 20px 10px 20px;
    min-width: 100px;
    max-width: 100px;
    height: 70px;
    margin-right: -10px;
    text-align: center;
    background: rgba(255,255,255,0.2);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;  }
.countdown .label {
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    width: 120px;
    text-transform: uppercase;
    padding: 15px 10px;
    display: none; /* Remove to show Y/M/D/M/S */
    background: transparent;
    color: #FFF; }
@media (max-width: 767px) {
.countdown .item {
    font-size: 30px;
    padding: 46px 15px 10px 15px;
    min-width: 80px;
    max-width: 80px;
    height: 55px;  }
.countdown { width: 410px; } }
@media (max-width:480px) {
.counter { top: 100px; }
.countdown .item {
    font-size: 20px;
    padding: 26px 10px 10px 10px;
    min-width: 50px;
    max-width: 50px;
    height: 35px;  }
.countdown { width: 250px; } }

/* ---------- 404 & 505 Styles ----------- */ 

/* Error Styles */
.error-span {
	position: absolute;
	top: 150px;
	color: #fff; }
.error-text { text-align: left; }
.error-number {
    letter-spacing: -10px;
    line-height: 0.8;
    margin-right: 10px;
    font-size: 210px;
    color: #fff;
    text-align: right; }
@media (max-width: 767px) {	
.error-span { top: 80px; }
.error-text { text-align: center; }
.error-number { text-align: center; } }

/* ---------- SignUp Styles ----------- */ 

/* Top Register Styles */
.register { 
	top: 40px;
	width: 100%;
	position: absolute; }
.register-panel-top {
	width: 300px;
	height: 400px;
	margin: 0 auto;
	color: #999999;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	display: block;
	padding: 25px; }
.register-panel-top > h3, 
.register-panel > h3 { 
	margin-bottom: 10px; 
	text-align: center;
	color: #000; }

/* Register Styles */
.register-panel {
	padding: 20px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border: 1px solid #f0f0f0; }

/* ---------- SignIn Styles ----------- */ 

/* Login Styles */
.login { 
	top: 100px;
	width: 100%;
	position: absolute; }
.login-panel {
	padding: 20px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border: 1px solid #f0f0f0; }
.login-panel-top > h3, 
.login-panel > h3 { 
	margin-bottom: 10px; 
	text-align: center;
	color: #000; }
.fpass { color: #000; }
.fpass:hover { 
	color: #999999;
	text-decoration: none; }
	
/* Top Login Styles */ 
.login-panel-top {
	width: 300px;
	height: 200px;
	margin: 0 auto;
	color: #000;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	display: block;
	padding: 25px;
	text-align: center; }

/* ---------- Blog Styles ----------- */ 

/* Blog Styles */ 
.blog { margin-bottom: 100px; } /* Add gap before footer */ 

/* Blog Post */ 
.quote {
    padding: 10px;
    margin: 10px; }

/* ---------- Table Styles ----------- */ 

/* Table Header Styles */ 
.table th { font-weight: 500; }

/* ---------- Contact Styles ----------- */

/* Input Styles */ 
.bordered-input {
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
	border: 1px solid #999999 !important;
	color: #999999; }

.non-bordered-input {
    border: none;
    background-color: #EEE !important;
}



/* Map Styles */  
#map {
	width: 100%;
	height: 500px; 
	position: absolute; }
.location {
	position: absolute;
	width: 220px;
	height: 300px;
	background: #fff;
	padding: 20px;
	top: 50px;
	left: 100px; }
.address { margin-bottom: 50px; }
.location > p { line-height: 1; }
.location > p > a { color: #000; }
.location > p > a:hover { 
	color: #999999;
	text-decoration: none; }
.contact-icon { 
	margin-right: 10px;
	padding-top: 3px; }
.map {
	width: 100%;
	height: 500px;
	margin-top: 50px;
	position: relative; }
@media (max-width:480px) {	
.location { left: 5px; } }
	
/* ---------- About Styles ----------- */

/* Team Styles */  
.team img { margin: 10px; }
.team-social {
	margin: 20px 20px 0 20px;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #999999; }
	
/* Team Colors */  
.team.blue {
	background: rgba(87,177,255,0.5); }
.team.green {
	background: rgba(86,255,0,0.5); }
.team.red {
	background: rgba(255,0,0,0.5); }
.team.orange {
	background: rgba(255,171,0,0.5); }
.team.yellow {
	background: rgba(255,247,0,0.5); }
.team.black {
	background: rgba(0,0,0,0.5);
	color: #fff;
	box-shadow: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }
.team.black:hover {
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 15px 1px rgba(0, 0, 0, 1);   }
    
/* ---------- Content Styles ----------- */

/* Parallax Top */
.top-parallax {
	position: absolute;
	width: 100%;
	height: 100%; }
@media (max-width: 979px) { 
.top-parallax {
	-webkit-transform: translateY(0px)!important;
	-o-transform: translateY(0px)!important;
	-moz-transform: translateY(0px)!important;
	-ms-transform: translateY(0px)!important;
	transform: translateY(0px) !important; } }

/* Content Top */
.large-display0,
.medium-display0,
.display0 {
	width: 100%;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* 	Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
    position: absolute; }
.large-slider-bg,
.medium-slider-bg,
.slider-bg {
	width: 100%;
	position: absolute;
	top: -1px;
	z-index: -1;
/* 	left: 147px; */
}
.large-top,
.medium-top,
.top {
	height: 150px;
	width: 100%;
	background: #fff;
	position: absolute; }	
.doc-no-top,
.large-doc,
.medium-doc,
.doc {
	padding-top: 20px;
	z-index: 10;
	color: #000;
	/*background: #fff;*/
	position: relative; }
	
.sub-page .doc-no-top,
.sub-page .large-doc,
.sub-page .medium-doc,
.sub-page .doc {
	color: #1D85C5;
}
	
.large-title,
.medium-title,		
.title {
    position: absolute;
    color: #fff;
    padding-left: 20px;
    margin-top: 247px; }
.large-title .author,
.medium-title .author,
.title .author {
    position: absolute;
    color: #fff;
    width: 100%;
    margin-left: 10px;
    margin-top: 37px;
    font-size: 18px; }
.large-title .date,
.medium-title .date,
.title .date {
    position: absolute;
    color: #fff;
    margin-left: 10px;
    margin-top: 17px;
    font-size: 18px; }

/* Top Normal Size */
.title { margin-top: 247px; }
.display { height: 300px; }	
.slider-bg { height: 300px; }
.top { margin-top: 300px; }
/*.doc { top: 350px; }*/

/* Top Medium Size */
.medium-title { margin-top: 397px; }
.medium-display { height: 450px; }
.medium-slider-bg{ height: 450px; }
.medium-top { margin-top: 450px; }
.medium-doc { top: 500px; }

/* Top Large Size */
.large-title { margin-top: 547px; }
.large-display { height: 100%; }
.large-slider-bg{ height: 100%; }
.large-top { margin-top: 600px; }
.large-doc { top: 650px; }
@media (max-width:480px) {
.large-title {
	position: absolute;
	color: #fff;
	margin-top: 247px;
	width: 90%; }
.large-display { height: 300px; }
.large-slider-bg { height: 300px; }
.large-top { margin-top: 300px; }
.large-doc { top: 350px; } }
			
/* Content General */
.doc-no-top { padding-top: 50px; }
.content-panel-title {
	padding: 20px;
	margin: 20px;
	border-right: 1px solid rgba(147,147,147,0.5); }
.content-panel {
	padding: 20px 0;
	margin: 20px 0;
	min-height: 70px; }
.content-image {
	margin-bottom: 20px;
	width: 100%; }
	
/* <a> Soft Hover */
a.soft-hover { color: #000; }
a.soft-hover:hover { 
	color: #999999;
	text-decoration: none; }

/* ---------- Footer Styles ----------- */

/* Footer */
.footer {
	width: 100%;
	/*background: #313131;*/
	margin-top: 10px;
	color: #999999; }
.footer.no-margin { margin-top: 0; }
.footer p { font-size: 14px; }
.footer-content {
	margin: 20px;
	padding: 20px;
	border-top: 1px solid #999999;
	min-height: 80px; }
.footer-title {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
	margin: 10px; }

/* Contact */
.footer-input {
	border-radius: 0 !important;
	background: none !important;
	border: 1px solid #fff;
	color: #999999; }

.footer .container{
  text-align: right;
  padding-bottom: 30px;
}
.footer .container a:hover{
  
}

/* Testimonals */
.testimonals {
	margin: 20px;
	padding: 20px; }
.testimonals > span.picture {
	float: right;
	margin: 10px; }
.testimonals > span.picture img { margin: 3px 10px 3px 3px; }	
	
/* Updates*/
.update {
	margin: 0 20px;
	padding: 20px; }

/* ---------- Social Icons ----------- */

.social > li {
	margin: 0 11px;
	display: inline-block; }

/* Bebo*/
.social-bebo {
	background: url('../img/social/bebo.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-bebo:hover { -webkit-filter: grayscale(0%); }

/* Blogger*/
.social-blogger {
	background: url('../img/social/blogger.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-blogger:hover { -webkit-filter: grayscale(0%); }

/* Deviantart*/
.social-deviantart {
	background: url('../img/social/deviantart.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-deviantart:hover { -webkit-filter: grayscale(0%); }

/* Digg*/
.social-digg {
	background: url('../img/social/digg.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-digg:hover { -webkit-filter: grayscale(0%); }

/* Dribbble*/
.social-dribbble {
	background: url('../img/social/dribbble.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-dribbble:hover { -webkit-filter: grayscale(0%); }

/* Facebook*/
.social-facebook {
	background: url('../img/social/facebook.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-facebook:hover { -webkit-filter: grayscale(0%); }

/* Flickr*/
.social-flickr {
	background: url('../img/social/flickr.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-flickr:hover { -webkit-filter: grayscale(0%); }

/* Google Plus*/
.social-google-plus {
	background: url('../img/social/google-plus.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-google-plus:hover { -webkit-filter: grayscale(0%); }

/* Linkedin*/
.social-linkedin {
	background: url('../img/social/linkedin.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-linkedin:hover { -webkit-filter: grayscale(0%); }

/* Pinterest*/
.social-pinterest {
	background: url('../img/social/pinterest.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-pinterest:hover { -webkit-filter: grayscale(0%); }

/* Reddit*/
.social-reddit {
	background: url('../img/social/reddit.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-reddit:hover { -webkit-filter: grayscale(0%); }

/* Soundcloud*/
.social-soundcloud {
	background: url('../img/social/soundcloud.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-soundcloud:hover { -webkit-filter: grayscale(0%); }

/* Tumblr*/
.social-tumblr {
	background: url('../img/social/tumblr.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-tumblr:hover { -webkit-filter: grayscale(0%); }

/* Twitter*/
.social-twitter {
	background: url('../img/social/twitter.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-twitter:hover { -webkit-filter: grayscale(0%); }

/* Vimeo*/
.social-vimeo {
	background: url('../img/social/vimeo.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-vimeo:hover { -webkit-filter: grayscale(0%); }

/* Youtube*/
.social-youtube {
	background: url('../img/social/youtube.png');
	width: 32px;
	height: 32px;
	-webkit-filter: grayscale(100%); }
.social-youtube:hover { -webkit-filter: grayscale(0%); }
   





/* ---------- Original Styles ----------- */

.go-recharge{
	position: fixed;
	top: 0;
	right: 153px;
	z-index: 99999;
}

.facebook{
	position: fixed;
	top: 0;
	right: 20px;
	z-index: 99999;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {

}




.full{
	max-width: inherit;
}
.margin-right20{
	margin-right: 20px;
}

.no-margin-bottom{
    margin-bottom: 0;
    padding-bottom: 0;
}



nav{
	width: 960px;
	height: 160px;
	margin: 10px auto 20px auto;
}
nav ul li{
	float: left;
	list-style: none;
}
nav ul li a{
	display: block;
	height: 160px;
	background: url(../img/top/navi.png) no-repeat;
	text-indent: -3500px;
}


.sub-page nav ul li a{
	background: url(../img/sub/navi.png) no-repeat;
}



nav ul li.home a{
	width: 121px;
	background-position: 0 0;
}
nav ul li.home a:hover{
	background-position: 0 -160px;
}
nav ul li.about a{
	width: 252px;
	background-position: -121px 0;
}
.about nav ul li.about a,
nav ul li.about a:hover{
	background-position: -121px -160px;
}
nav ul li.recharge a{
	width: 162px;
	background-position: -402px 0;
}
nav ul li.recharge a:hover{
	background-position: -402px -160px;
}
nav ul li.contact a{
	width: 254px;
	background-position: -564px 0;
}
.contact nav ul li.contact a,
nav ul li.contact a:hover{
	background-position: -564px -160px;
}
nav ul li.recruit a{
	width: 117px;
	background-position: -818px 0;
}

.recruit nav ul li.recruit a,
nav ul li.recruit a:hover{
	background-position: -818px -160px;
}


.top-copy{
	margin: 180px auto 0 auto;
	width: 535px;
}


.top-news{
	width: 800px;
	height: 300px;
	overflow: scroll;
	
	z-index: 99999;
	background-color: transparent;
	color: #FFFFFF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.top-news ul{
    list-style-type: none !important;
    padding: 0;
    margin: 10px 0 50px 0;
}
.top-news li{
	margin-bottom: 15px;
	padding-bottom: 12px;
	font-weight: normal;
	border-bottom: 1px dotted #b8ccea;
}


.top-news a:link,
.top-news a:visited{
    color: #FFFFFF;
    text-decoration: underline;
    
}
.top-news a:hover{
    text-decoration: none;
    
}



.top-cssnite{
	margin: 50px auto 0 auto;
	width: 404px;
	z-index: 99999;
}

.top-cssnite a img
.sub-cssnite a img{
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.top-cssnite a:hover img,
.sub-cssnite a:hover img{
	opacity: 0.5
}


.sub-beta{
	margin: 20px auto 0 auto;
	width: 330px;
}



/* ABOUT */
h4.message{
	margin-top: 5px;
}
.member-message{
	margin: 10px 0 20px 20px;
}
.catch-copy{
  margin-top: 0;
}

/*
.company-data dt {
    font-weight: normal;
    margin: 0;
    padding: 15px 0 14px 10px;
}
.company-data dt {
    font-size: 13px;
}
*/


dl.company-data {
  width:100%;
  margin: 20px auto;
  margin-top: 15px;
  border-bottom:1px solid #999;
  letter-spacing:-0.31em;
  *letter-spacing:normal;
  word-spacing:-0.43em;
  border-bottom:1px solid #DEEDF6;
  
} 
/* 
 * In this rule, we reset the white-space (see hack above)
 * The width + left/right padding of DTs/DDs equals 50% (for two equal columns)
 */
.company-data dt,
.company-data dd {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  width:65%;
  padding:3px 2% 4px;
  margin:0;
  border-top:1px solid #DEEDF6;
  line-height: 40px;
}

dd.large-dd{
    font-size: 16px;
}

/*
 * To keep things tight
 */
.company-data dt {
  width:25%;
  margin-right:-5px;
  font-weight: normal;
}



/*CONTATC*/
.margin-right-10{
  margin-right: 10px;
}
.margin-left-10{
  margin-left: 10px;
}


/*recruit*/
.please-wait{
  padding: 10px;
  background-color: #cee4f3;
}
.please-wait p{
  text-align: center;
  margin: 10px 0;
}

/*FORM*/

.table-bordered,
.table-bordered th,
.table-bordered td{
    border-color: #DEEDF6 !important;
}

.require{
    color: #FF0000;
}




/*nomad*/
.sub-head{
    text-align: center;
    margin-bottom: 30px;
}
.nomamd .pg{
    padding-right: 20px;
}
.nomamd .tour-data{
    margin-top: 10px;
}
.nomamd .mainvisual{
    margin-bottom: 20px;
}
.cource{
    line-height: 25px !important;
}
.btns{
    margin-top: 30px;
}
.nomamd .btns a:hover img{
	opacity: 0.6
}

.nomamd .session-title{
    font-size: 14px;
}

.nomamd hr{
    border-bottom: 1px solid #DEEDF6;
    margin: 25px 0;
}


.teacher-name{
    font-size: 14px;
}



@media (max-width: 767px) {
body {
	padding-left: 0px;
	padding-right: 0px; }
h2 { line-height: 1; }
.doc-padding { padding: 0px; } }
