@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	/*font-family: Helvetica, Arial, Verdana, sans-serif;*/
	font-family: 'open_sansregular';
	color: #999;
	/*font-size: 12px;*/
	background:#ffffff;
}

h2 {
	font-size: 24px;
}

.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;

}

.active {
	 opacity:1!important;
	color:black!important;
}
.clear {
	clear: both;
}
.wrap {
		/*background:url(../images/bg.png) top left repeat-x;*/
		width: 100%;
		/*max-width: 1140px;*/
		min-width: 960px;
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;
}



.section {
	/*width: 960px;*/
	z-index: 20;
	position: relative;
	margin: 0 auto;
	padding: 0 0 10px 0;
}


.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:10px 0;
	/*font-size: 18px;*/
	font-weight: 300; 

	/*background-color: yellow;*/
}
.inner span
{
	font-size: 14px;
}
.inner-nav {
		margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding:30px 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:30px 0;

}
.inner-nav-back 
{
	background: #FFFFFF; 	
}
/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: absolute;
	top: 462px;
	height: 50px;
	z-index: 1000;
	width: 100%;
	/*max-width: 1140px;*/
	min-width: 960px;
	box-shadow:2px 2px 2px #c2c2c2;
	background-color:#FFF;
	

}




.subMenu .inner-nav {
	padding:5px 00px;
	font-weight: 400;

}



.subNavBtn {
	display: block;
	height: 35px;
	width: 110px; 
	float: left;
	margin: 0px 5px 0 5px;
	text-decoration: none;
	font-size: 16px;
	padding:0px 0px 5px 22px;
	text-align: left;
	color:#575757;
	 opacity:1;
}

.subtitle_btn {
	font-size: 13px;
	opacity:0.5;
}

.subNavBtn:hover 
{
	color:#000000;
	transition-duration: 0.5s;
	opacity:1;
}
.end {
	
}

.icons{ background-repeat:no-repeat;  float:left; 
background-position:left top;  opacity:0.6;}




.icon_home{background-image:url(../images/icon_home.png);}

.icon_about{background-image:url(../images/icon_about.png);}

.icon_project{background-image:url(../images/icon_project.png);}

.icon_buyer{background-image:url(../images/icon_guide.png);}

.icon_contact{background-image:url(../images/icon_mail.png);}



/* SECTIONS */
.sTop {
	min-height: 770px;
	background-image:url('../images/Bg_02.jpg');
	background-repeat:no-repeat;
	color:#000000;
	background-size:100%;
	
    background-attachment: fixed !important;


}
.home-content
{
	/*background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 10px;*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    float: right;
    height: 348px;
    position: relative;
    width: 960px;
}
#home-content-text {

    float: left;
    height: 305px;
    margin: 18px 0px 0 20px;
    width: 450px;
    /*background: red;*/
}
.home-content-btn
{
	float: left;
	widows: auto;
}
#home-content-text p {
    color:black;
    font-family: 'open_sansregular';
    font-size: .8em;
    text-align: left;
	font-weight:300;
	line-height:160%; text-align:justify;
	
}
#home-content-text h1 {
   color: #2e2e2e;
    float: left;
    font-family: 'open_sansbold';
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0px;
    text-transform: uppercase;
	line-height:200%;
}
#home-content-text span {
    clear: left;
   color:black;
    float: left;
    font-family: 'open_sansregular';
    font-size: 15px;
    margin-bottom: 10px;
}
#home-content-text ul {
    float: left;
    font-family: 'open_sansregular';
    font-size: 14px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    margin-top: 30px;
}
#home-content-text ul li {
    display: block;
}
#home-content-text ul li a {
    background-color: #0977bd;
    border-bottom: 3px solid #07649e;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    padding: 5px 40px;
    text-decoration: none;
}

.home-content-btn a {
    background-color: #0977bd;
    border-bottom: 3px solid #07649e;
    border-radius: 5px;
    color: #FFFFFF !important;
    display: block;
    padding: 1px 7px;
    text-decoration: none;
    font-size: 0.85em;
    float: left;
    
}






#location {
    clear: left;
    float: left;
    height: 100px;
    width: 200px;
}
#location p {
    color: #2e2e2e;
    float: left;
     font-family: 'open_sansbold';
	line-height:180%;
    font-size: .9em;
    margin-top: 25px;
	text-transform:uppercase;
}
#home-content-text h3 {
    color: #2e2e2e;
    float: left;
     font-family: 'open_sansbold';
	line-height:180%;
    font-size: .9em;
    margin-top: 25px;
	text-transform:uppercase;
}
#building-home
{
	width: 355px;
	height: 300px;
	float: left;
	margin-top: 0px;
	margin-left: 60px;
	position:relative; z-index:99;
}

#building-home-sold
{
	width: 355px;
	height: 350px;
	position:absolute; background-image:url(../images/kun_sold.png); background-repeat:no-repeat; background-position:bottom right;  top:00; left:0; z-index:100;
}



#building-home img
{
	width: 350px;
	height: 335px;
	
}
.clear
{
	clear: both;
}
#footer {
    clear: left;
    color: #ACACAB;
    float: left;
    font-family: 'open_sansregular';
    font-size: 11px;
    height: 30px;
    margin-top: 75px;
    text-align: center;
    width: 960px;
}
#footer a {
    color: #5A5A5A;
    text-decoration: none;
}
#footer01 {
    clear: left;
    color: #5e5e5e;
    /*float: left;*/
    font-family: 'open_sansregular';
    font-size: 11px;
    /*height: 30px;*/
    margin-top: 472px;
    text-align: center;
    width: 960px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}
#footer01 a {
    color: #ffcc33;
    text-decoration: none;
}
.s1 {
	min-height: 520px;
	background: #f5f5f5;
}
.about
{
	width: 900px;  /*1060*/
	height: 425px;
	margin: 0px auto;
	
	padding: 0px;
	/*background-color: #FF0000;*/
    /*border: 1px solid #EBEBEB;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0px 0px 15px silver;*/
    position: relative;
    padding: 00px 0px;
    z-index: 200;
}
.about-contant01
{
	width: 640px;
	height: 400px;
	margin: 0px auto;
	/*background-color: yellow;*/
    position: relative;
    padding:0px;
    overflow: auto;
    float: left;
    margin-top: 0px;
    font-size: 1em; 
	font-weight:300;
	margin-right:20px;
	
}
.about-contant02
{
	width: 285px;
	height: 375px;
	margin: 0px auto;
	/*background-color: red;*/
    position: relative;
    padding:0px;
    float: left;
    /*margin-top: 15px;*/	
}
.about-contant02 img
{
	width:275px;
	height:370px;
	margin-left: 10px;
	margin-top: 3px;	
}

.about ul
{
	list-style:url(../images/kun_list_icon.png);
	margin-left: 15px;
	margin-top: 5px;
	
}
.about ul li {
    color:black;
    font-family: 'open_sansregular';
    font-size: 0.8em;
    text-align: justify;
    line-height: 180%;
   margin-bottom:10px;
}
.about #slider2 ul li {
    color:black;
    font-family: 'open_sansregular';
    font-size: 1em;
    text-align: justify;
    line-height: 180%;
   margin-bottom:10px;
}
.about #slider3 ul li {
    color:black;
    font-family: 'open_sansregular';
    font-size: 1em;
    text-align: justify;
    line-height: 180%;
   margin-bottom:10px;
}
.pro_detail
{
	font-size: 0.9em !important;
}
.about ol
{
	
	margin-left: 20px;
	padding: 2px;
	margin-right: 5px;
}
.about ol li {
    color:#FFFFFF;
    font-family: 'open_sansregular';
    font-size: 0.8em;
    text-align: justify;
    line-height: 180%;
    padding: 1px;
}
.about h1 {
    color: #00B5CC;
    font-family: 'open_sansbold';
    font-size: 1.5em;
    margin:5px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.main-title
{
	width: 400px;
	height: 40px;
	color:#FFFFFF;  /*7c7878*/
	font-size:1.2em;
	margin-left:0px;
	margin-top:5px;
	padding-top:10px;
	margin-left: 21px;
}
.main-title h3
{
	/*color: #FFFFFF;
	text-align: center;*/
}
.main-title-projects
{
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 92px;
}
.s2 {
	min-height: 500px;
	/*background: #3f3f3f;*/
	background: #f5f5f5;
}
.projects
{
    width: 960px;    /*1200*/
	height: 425px;
	margin: 0px auto;
	margin-top: 20px;
	/*background: green;*/
	
	/*background-color: #FFFFFF;*/
    /*border: 1px solid #EBEBEB;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0px 0px 15px silver;*/
    position: relative;
    padding: 0px 0px;
    z-index: 200;
}
.projects-wrap
{
	width: 960px;
	height: 360px;
	/*background: yellow;*/
}
.projects-slide-img img
{
	width: 250px;
	height: 230px;
	margin: 0px 20px 5px 20px;
	
}
.pro_detail_data p
{
	margin: 0px 25px 5px 25px;
	line-height: 150%;
}
.pro_detail_data h1
{
	margin:0px;
	padding:0px;
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 25px;
	
	
}
.pro_detail_data a
{
	float: left;
	color: #098CE0;
	text-decoration: none;
	margin-left: 25px;
}
.pro_detail_data a:hover
{
	/*color: #098CE0 !important;*/
	
}
.project-more img
{
	margin: 0px auto !important;
	width: 350px;
	height: 300px;
	float: left;
}
.loc
{
	float: left;
}
.loc span
{
	margin: 5px;
	margin-left: 20px;
	color: #0977BD;
}
.loc p
{
	margin: 5px;
	color:#000000;
	margin-left: 20px !important;
	font-size: 0.9em;
	
}
.pro_detail_full p
{
	margin: 5px;
	color:#000000;
	line-height:180%;
	font-size: 0.9em;
	margin-top: 10px;
	text-align: justify;
}
.s3 {
	min-height: 300px;
	/*background: #504f4f;*/
	background: #f5f5f5;
	/*margin-top: 1px;*/
}
.guide-content {
    /*background-color: #000000;*/
    font-family: Arial,Helvetica,sans-serif;
    height: 600px;
    margin:0px;
    padding: 0;
    width: 935px;
    /*margin-left: 14px;*/
    /*overflow: auto;*/
    /*padding-bottom: 10px;*/
    /*border: 1px solid #FFFFFF;*/
    /*border-radius: 5px;*/
   /*background: red;*/
}
.guide-content h3
{
   margin-left: 15px;
   margin-bottom: 10px;
   color: #FFFFFF;
   margin-top: 10px; 
}
.guide-content ol
{
  list-style-type:decimal;
   margin-left: 34px; 
}
.guide-content ol li
{
   color:black;
    font-size: 0.8em;
    line-height: 180%;
    padding-right: 5px; 
	
}
#inner-list ol
{
  list-style-type:lower-latin;
}

.guide-content ol ol
{  list-style-type:decimal ;}

.guide-content ol ol ol  li
{  list-style-type:lower-roman;}

.guide-content ol li span
{list-style-type:decimal;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
}
.s4 {
	min-height: 500px;
	/*background: #504f4f;*/
	background: #2e2e2e;
	color: white;
}
.contactus
{
	width: 960px;
	height: 400px;
	margin: 0px auto;
	padding: 0px;
	background:#e7e7e7;
    position: relative;
    z-index: 200;
    margin-top: 20px;
}
.contactus h1 {
    color: #00B5CC;
    font-family: 'open_sansbold';
    font-size: 1.5em;
    margin:5px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.contactus-detail
{
	width: 477px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-right: 1px;
	background-color: #e7e7e7;
	border-right:1px solid grey;
}
.contactus-detail img
{
	width: 30px;
	height: 30px;
	padding: 2px;
	margin-left: 16px;
	margin-top: 10px;
	float: left;
	/*margin-bottom: 10px;*/
}
.contactus-detail h4
{
	padding: 2px;
	margin-left: 5px;
	margin-top: 20px;
	float: left;
	color: black;
	font-family: 'open_sansbold';
	
}
.contact_detail
{
	height:50px;
	margin-bottom: 0px;
	margin-top: 10px;
	/*background: red;*/
}
.contactus-detail p
{
	padding: 2px;
	margin-left: 20px;
	color: black;
	line-height: 160%;
	font-size: 0.8em;
}
.contactus-detail a
{
	padding: 2px;
	margin-left: 5px;
		color: black;
	line-height: 160%;
	font-size: 0.9em;
	text-decoration: none;
}
.contactus-detail a:hover
{
	color: #B1B1B1;
}
.contactus-enquiry
{
	width: 479px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 1px;
	background-color: #e7e7e7;
}
table
{
	margin:0px;
	margin-top: 18px;
	margin-left: 20px;
}
table td
{
	padding-bottom: 10px;
	padding-right: 0px;
}
.mandatory
{
	color: #FF0000;
}
.address_filed {
	background-color:white;
    border: 1px solid #9b9b9b;
    box-shadow: none;
    margin: 0;
    padding: 9px 0 8px 14px;
    width: 329px;
    color: #5C5957;
    font-size: 0.8em;
    /*-moz-box-sizing: border-box;
    background-color: #F7F6F6;
    border: 1px solid #C0C0C0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875em;
    height: 1.8em;
    margin: 0 auto;
    padding: 0.1em;
    position: relative;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 237px;*/
}
.address_filed01 {
    /*-moz-box-sizing: border-box;
    background-color: #F7F6F6;
    border: 1px solid #C0C0C0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875em;
    height: 3.0em;
    margin: 0 auto;
    padding: 0.5em;
    position: relative;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 237px;*/
   
   	background-color:white;
    border: 1px solid #9b9b9b;
    height: 70px;
    line-height: 18px;
    margin: 0;
    overflow: auto;
    padding: 9px 0 8px 14px;
    resize: none;
    width: 329px;
    color: #5C5957;
    /*font-family: 'open_sansregular';*/
    font-size: 0.8em;
}
.adress_title {
    /*color: #FFFFFF;*/
    font-size: 0.8em;
    line-height: 130%;
}
.block_sell
{
	margin-right: 15px;
}
.sell_header_title
{
	color: #666666;
	margin: 10px 20px;
}
.sell_header_title hr
{
	color: #666666;
	margin-top:5px;
	margin-bottom:10px;
	
	/*margin: 10px 20px;*/
}
.buttonSubmit {
    border: 0 none;
    color:white;
    float: right;
    font-size: 0.7em;
    height: 32px;
    margin-right: 0px;
    margin-top: -3px;
    width: 60px;
    background: #5c5c5c;
}
.buttonSubmit:hover 
{
	background: #FFF;
	color:#000000;
	transition-duration: 0.5s;
	cursor:pointer;
}
.contactus .heading
{
	width: 440px;
	margin: 0px auto;
	margin-top: 20px;
}
.sell_header_detail
{
	color: #999999;
	font-size: 0.9em;
}
.field_title
{
	width: 100px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	
}
.contactus .heading h3
{
	/*color: #525252;
	font-size: 1.5em;
	font-family: 'open_sansbold';*/
	
	color: #3C373E;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 180%;
    /*margin-left: -21px;*/
    text-align: left;
    text-transform: uppercase;
    /*width: 960px;*/
	
	
}
.contactus .heading P
{
	color: #5C5957;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: normal;
	border-bottom: 1px solid #272523;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'open_sansbold';
	padding-bottom: 8px;
}
.buying-salling
{
	width: 400px;
	height: 40px;
	color:black;
	font-size:1.1em;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;	
}
.buying-salling:hover
{
	/*opacity:0.8;*/
	color: #B1B1B1;
}
.s5 {
	min-height: 550px;
	/*background: #504f4f;*/
	background: #f5f5f5;
	color: white;
}

/*----------------------------- Stellar -------------------------------------------------------*/

		* {
			margin: 0;
			padding: 0;
		}
		/*h1 {
			background-color: black;
			color: white;
			height: 40px;
			font-size: 24px;
			font-weight: normal;
			left: 0;
			line-height: 40px;
			position: fixed;
			text-align: center;
			top: 0;
			width: 100%;
			z-index: 1;
		}
		h1 a {
			border-bottom: 1px solid white;
			color: white;
			display: inline-block;
			line-height: 30px;
			text-decoration: none;
		}*/
		.photo {
			
			/*width:100%;
		    background-attachment: fixed !important;
		    background-size: 100%;
		    max-height:911px;
		    background-repeat: no-repeat;
		    height: 700px !important;*/
		   
			background-attachment: fixed !important;
			background-size: 100%;
			background-repeat: no-repeat;
			height: 500px !important;
			position: relative;
			width: 100%;
			max-height:500px;
		}
		.photo span {
			bottom: 0;
			color: white;
			display: block;
			left: 50%;
			margin-left: -640px;
			font-size: 38px;
			padding: 10px;
			position: absolute;
			text-shadow: 0 2px 0 black, 0 0 10px black;
			width: 1280px;
		}
		.summer {
			background-image: url(../images/kun-back/13.jpg);
			background-size: 100%;
		}
		.autumn {
			background-image: url(../images/kun-back/4.jpg);
			
		}
		.winter {
			background-image: url(../images/kun-back/16.jpg);
			background-size: 100%;
		}
		.spring {
			background-image: url(../images/kun-back/13.1.jpg);
			background-size: 100%;
		}
		.spring1 {
			background-image: url(../images/kun-back/17.jpg);
			background-size: 100%;
		}
.logo
{
	width: 160px;
	height: 169px;
	margin: 0px auto;	
}
.stickey-logo
{
	margin-top: -5px;
	/*margin-left: 160px;*/
	float: left;
	z-index: 100;
	position: relative;
	cursor:pointer;
	margin-right: 42px;
	
}
.goto-top{
    color:black;
    text-decoration: none;
     font-family: 'Lato', sans-serif;
    opacity:1;
    font-size: 15px;
    -webkit-transition:all 0.5s;
    display:block;
    background-image: url('../images/goto-top.png');
    padding-left:25px;
    background-repeat:no-repeat;
    display:none;
    width:40px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    position: fixed;
    bottom:20px;
    right:10px;
;
}

.goto-top:hover{
    opacity:0.7;
}

.title_heading{color:#3C373E; text-transform:uppercase;  width:960px; line-height:180%; text-align:left; font-weight:400;
 font-family: 'Open Sans', sans-serif; font-size:1.4em;  margin-left:-21px; font-stretch:narrow; 
}

.font_white{color:white;}

.heading2{
  color:black;
    float: left;
    font-family: 'open_sansbold';
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0px;
    text-transform: uppercase;
}

.text{font-size:.8em; font-weight:300;  color:black; line-height:160%;}

.heading3{  
	color: black;
    font-family: 'open_sansbold';
	line-height:180%;
    font-size: .9em;
    text-transform:uppercase;}
	
	
	
.modal-example-content {
    width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0 none;
	padding:10px;
}
.modal-example-header {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px;
}
.modal-example-body p,
.modal-example-header h4 {
    margin: 0;
}
.modal-example-body {
    padding: 20px;
}


.custombox-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

/*
 -------------------------------------------------
 Modal
 -------------------------------------------------
 */
.custombox-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custombox-modal {
    height: auto;
    visibility: hidden;
}


.custombox-modal ol
{
  list-style-type:decimal;
   margin-left: 34px; 
}
.custombox-modal ol li
{
   color:black;
    font-size: 0.8em;
    line-height: 180%;
    padding-right: 5px; 
	font-weight:400;
}
#inner-list ol
{
  list-style-type:lower-latin;
}

.custombox-modal ol ol
{  list-style-type:decimal ;}

.custombox-modal ol ol ol  li
{  list-style-type:lower-roman;}

.custombox-modal ol li span
{list-style-type:decimal;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
}

/*
 -------------------------------------------------
 Error
 -------------------------------------------------
 */
.custombox-error {
    padding: 20px;
    text-align: center;
    color: #F00;
    font-weight: bold;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 5px;
}

/*
 -------------------------------------------------
 Actions
 -------------------------------------------------
 */
.custombox-show {
    visibility: visible;
}
.custombox-show ~ .custombox-overlay {
    opacity: 1;
    visibility: visible;
}
.custombox-perspective,
.custombox-perspective body {
    height: 100%;
    overflow: hidden;
}
.custombox-perspective body  {
    -webkit-perspective: 600px;
    perspective: 600px;
}
.custombox-container {
    min-height: 100%;
}
.custombox-hide-scrollbar {
    overflow-y: hidden;
}
.custombox-hide-scrollbar body {
    position: relative;
    overflow: hidden;
}

/*
 -------------------------------------------------
 Fade in and scale up
 -------------------------------------------------
 */
.custombox-fadein .custombox-modal-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    opacity: 0;
}
.custombox-show.custombox-fadein .custombox-modal-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}




.document {
    background-color: #0977bd;
    border-bottom: 4px solid #07649e;
    border-radius: 10px;
    color:#FFF;
    display: block;
    padding:10px;
    text-decoration:none;
	width:250px; height:30px;
	font-size:14px;
	text-align:center;
	margin-left:80px;
	
}

.document:hover {
    background-color: #07649e;
    border-bottom: 3px solid #07649e;
    border-radius: 5px;

}

.form-error-text
{
	color: red;
	font-size: 0.8em;
}
.inner .p{
	float:left;
	
}
.inner{
	padding:0px 25px;
}

