/*
	Title:		Generation Capital
	Date:		April 21, 2015
-------------------------------------	
*/

/*=========== BEGIN RESET ============*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*=========== END RESET ============*/


body {
	font-family: "CenturyG";
	font-size: 16px;

}

a:hover {
	text-decoration: underline !important;
}
.clear {
	clear: both;
}
.container {
	width: 100%;
}

.content {

	width: 100%;

	vertical-align: middle;
	margin: 0 auto;

	

}



.text-box {

	width: 450px;
	padding: 2%;
	background: rgba(0,0,0,.5);
	border: 3px solid #b4bf01;
	border-radius: 5px;
	color: #fff;
	font-size: 21px;
	display: table;
	margin: 0 auto;
}

.text-box p{
	display: table-cell;
	vertical-align: middle;
	line-height: 28px;
}

.text-box a {
	font-family: "CenturyGBold";
	color: #fff;
	text-decoration: none;
}
.header {
	background: #fff;
	z-index: 100;	
	position: relative;
}

.left-logo {
	float: left;
	width: 20%;
		
}

.logo {
	padding: 1% 0 0 1%;
	margin-left: 2%;
	margin-top: 10px;
}

.logo img{
	width: 230px;

	}


.right-text {
	float: right;
	margin-right: 2%;
	margin-top: 3%;
	padding: 1% 1% 0 0;
	font-size:.8em;


}

.header .contact {

	position: absolute;
	top: 100px;
	right: 3%;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}
.header .contact img {

	position: relative;
	top:13px;
	width: 38px;
	margin-left: 10px;
}

.main-area .pdf-popup {
	position: absolute;
	right: 3%;
	bottom: 3%;
	z-index: 2;
	font-size: 0.95em;
	color: #fff;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.55);
	padding: 10px 14px;
}

.main-area .pdf-popup:hover {
	text-decoration: underline;
}
.main-area {
	width: 100vw;
	height: 100vh;
	
 /* position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%; */

}
.main-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  /* position: absolute; 
  top: 100px; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%; */

}

.kb-slide{
	position: absolute;
	z-index: 1;
	opacity: 0;
}


/* I used position relative here because IE8
didnt like the opacity when the img was set to absolute*
translate3d(000) kicks them into HW acceleration, and 
backface-visibility gives some performance boosts.*/
.kb-slide img{
	position: relative;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;

}

/*
.main-area img {-webkit-animation: cssAnimation 15s  infinite ease-in alternate;
-moz-animation: cssAnimation 15s   infinite ease-in alternate;
-o-animation: cssAnimation 15s  infinite ease-in alternate;

} 

@-webkit-keyframes cssAnimation {from { -webkit-transform:  rotate(0deg) scale(1) skew(0deg) translate(0px);
 }  to { -webkit-transform:  rotate(0deg) scale(2) skew(0deg)  translateY(-30px);
 } 
} 

 @-moz-keyframes cssAnimation {from { -moz-transform:  rotate(0deg) scale(1) skew(0deg) translate(0px);
 }  to { -moz-transform:  rotate(0deg) scale(2) skew(0deg)  translateY(-30px);
 } } 

 @-o-keyframes cssAnimation {from { -o-transform:  rotate(0deg) scale(1) skew(0deg) translate(0px);
 }  to { -o-transform:  rotate(0deg) scale(2) skew(0deg) translateY(-30px);
 } 
}
*/

#contactform,
#pdfmodal {
	background: #fff;
	display: none;
}

#contactform .form,
#pdfmodal .form {

	width: 94% !important;
	margin: 0 auto;

}
#contactform .form .form-header,
#pdfmodal .form .form-header{
	width: 100%;

}
#contactform .form .form-header h3,
#pdfmodal .form .form-header h3 {
	float: left;
	width: 200px;
margin-top: 10px;
		margin-bottom: 40px;
		font-size: 1.25em;
}

#contactform .form .form-header a,
#pdfmodal .form .form-header a{
  float: right;
  margin-top: 0px;
  margin-bottom: 40px;

}

#pdfmodal .pdf-links {
	font-family: "CenturyG";
	line-height: 24px;
	margin-top: 20px;
	padding: 10px 0 5px 0;
}

#pdfmodal .pdf-links p {
	margin-bottom: 10px;
	color: #222;
	font-size: 1.0em;
}

#pdfmodal .pdf-links ul {
	list-style: none;
	margin-left: 0;
}

#pdfmodal .pdf-links li {
	margin-bottom: 10px;
}

#pdfmodal .pdf-links a {
	display: block;
	padding: 10px 12px;
	border: 1px solid #e2e2e2;
	background: #f7f7f7;
	color: #595194;
	text-decoration: none;
}

#pdfmodal .pdf-links a:hover {
	border-color: #595194;
	background: #f0f0fb;
	text-decoration: underline;
}

#contactform .form  input[type=text]{
	width: 96%;
	border: 2px solid #595194;
		font-family: "CenturyG";
		padding: 1.5%;
		font-size: 1em;
		margin-bottom: 20px;
}

#contactform .form  textarea {
	width: 97%;
	border: 2px solid #595194;
		font-family: "CenturyG";
		padding: 1%;
		height: 120px;
			margin-bottom: 20px;
				font-size: 1.0em;
				padding-left: 1.5%;
}

#contactform .form .captcha {
	width: 97%;
	border: 2px solid #595194;
		font-family: "CenturyG";
		padding: 1% 1% 3% 1%;
	
		font-size: 1.0em;


}

.captcha-img {

	width: 200px;
	height: 57px;
	border: 1px solid #cdcdcd;
	text-align: center;
	float:right;
	margin-top:5px;
	  position: relative;
	  background: #fff;
}

#contactform .form .captcha input[type=text]{
border: 0px;
width: 50%;
float: left;
padding-left: .5%;

	}


#contactform .form input[type=submit] {

background: #595194;
padding: 2% 3% 2% 3%;
border: 0px;
margin-top:20px;
font-size: 1.0em;
	font-family: "CenturyG";
	color: #fff;
	font-weight: lighter;
	  cursor: pointer;

}






.fancybox-skin { background: #fff !important;   border-radius: 0px !important;}




	.fancybox-close {
  position: absolute;
  top: 15px !important;
  right: 82px !important;
  width: 44px !important;
  height: 44px !important;
  cursor: pointer;
  z-index: 8040;
 background-image: url('../images/close-btn.png') !important;
 background-repeat: no-repeat;
  background-size: 100%  !important;
}



::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}

@media screen and (max-width: 800px) {



	}

@media screen and (max-width: 768px) {

.header {
position: absolute;
width: 100%;
	top: 0px;
	margin-top: 0px;
height: 160px;
}
.left-logo {
float:none;
}
.right-text {
	float: none;
margin-left:3%;
	
}

.header .contact {

top: 170px;
	}





	}



@media screen and (max-width: 599px) {

.main-area img {

	left: -50%;
}

#contactform .form  input[type=text] {

font-size: 12px;
}
#contactform .form  textarea {
font-size: 12px;

}


#contactform .form .captcha input[type=text] {
  border: 0px;
  width: 40%;
 font-size: 12px;
}



}


@media screen and (max-width: 580px) {

#contactform .form .captcha input[type=text] {
  border: 0px;
  width: 90%;
  float: none;
}

#contactform .form .captcha .captcha-img { 
float:none;
  margin-left: 30px;
	}

}


@media screen and (max-width: 480px) {

.right-text {
line-height: 20px;
width: 250px;
}

#siimage {
margin-left: 12px !important;
margin-top: 1px  !important;
}

.captcha-img {
    width: 170px;

}

#contactform .form .form-header h3,
#pdfmodal .form .form-header h3 {
    
    width: 140px;
  
}


.main-area img {

	left: -60%;
}




}









