@charset "UTF-8";
/* CSS Reset */
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;
	font-family: 'fira_sansbook', Helvetica, Arial, sans-serif;
	background:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

#coming-soon{
	position:absolute;
	right:0;left:0;
	top:0;bottom:0;
	margin:auto;
	padding:40px;
	width:610px;
	height:340px;
	background:url('../img/background.png') repeat;
	color:#fff;
	font-size:16px;
	}
#coming-soon .logo{
	width:300px;
	height:149px;
	display:block;
	margin:0 auto 20px;
}
#coming-soon p{
	margin:0 0 1em;
	line-height:1.4em;
}
#coming-soon a{
	color:#fff;
	text-decoration:none;
}
#coming-soon a:hover{
	text-decoration:underline;
}
#coming-soon ul{
	margin:40px 0 0 0;
}
#coming-soon ul li{
	float:left;
	width:auto;
	margin-right:50px;
}
#coming-soon ul li.lst-phone{
	/*width:150px;*/
}
#coming-soon ul li a{
	color:#fff;
	text-decoration:none;
	padding:16px 0 15px 28px;
	font-size:16px;
}
#coming-soon ul li a:hover{
	color:#efefef;
	text-decoration:underline;
}
#coming-soon ul li a.ico-contact{
	background:url('../img/ico-contact.png') no-repeat center left;
	background-size:23px 23px;
}
#coming-soon ul li a.ico-facebook{
	background:url('../img/ico-facebook.png') no-repeat center left;
	background-size:23px 23px;
}
#coming-soon ul li a.ico-instagram{
	background:url('../img/ico-instagram.png') no-repeat center left;
	background-size:23px 23px;
}
#coming-soon ul li a.ico-phone{
	background:url('../img/ico-phone.png') no-repeat center left;
	background-size:23px 23px;
}
#coming-soon ul li a.ico-subscribe{
	background:url('../img/ico-subscribe.png') no-repeat center left;
	background-size:23px 23px;
}
.copyright{
	position:absolute;
	bottom:10px;
	left:0;right:0;
	margin:0 auto;
	width:200px;
	display:block;
	font-size:10px;
	color:#fff;
}
.copyright a{
	color:#fff;
	text-decoration:none;
}

/* Subscribe Page */
#subscribe{
	position:relative;
	margin:40px auto;
	padding:40px;
	width:310px;
	height:660px;
	background:url('../img/background.png') repeat;
	color:#fff;
	font-size:16px;
	}
#subscribe .logo{
	width:300px;
	height:149px;
	display:block;
	margin:0 auto 20px;
}
#subscribe h1{
	text-transform:;
	margin:2em 0 3px 0;
}
#subscribe p{
	font-size:12px;
	line-height:1.1em;
}
#subscribe #contactus fieldset{
	width:310px;	
}
#subscribe #contactus label{
	color:#fff;
}
#subscribe #contactus select{
  height:30px;
  width:310px;
  color:#333;
  font-size:14px;
}
#subscribe #contactus .short_explanation{
	color:#fff;
	margin-top:10px;
}

#subscribe #contactus .short_explanation a{
	color:#333;
}

#subscribe #contactus .short_explanation-1{
	margin-top:20px;
	color:#fff;
}
#subscribe #contactus a{
	color:#fff;
}
#subscribe #contactus fieldset{
	border:none;
	padding:0;
}
.subscribe-copyright{
	position:relative;
}

/* Thanks Page */
.thanks{
	text-align:center;
}
.thanks h2{
	color:#fff;
}
.thanks a{
	font-size:12px;
	margin-top:20px;
}

/* CONTACT FORM */
#contactus fieldset{
   width:340px;
   padding:20px;
   border:1px solid #ccc;
}
#contactus legend, h2{
   font-size: 14px;
   color:#333;
}
#contactus label{
   font-size:14px;
   color:#333;
   padding-bottom:3px;
}
#contactus input[type="text"],textarea{
  font-family : Arial, Verdana, sans-serif;
  line-height:140%;
  color : #333; 
  padding : 2px 5px; 
  border : 1px solid #999;
  font-size:14px;
}
#contactus input[type="text"]{
  height:23px;
  width:300px;
  color:#333;
}
#contactus #scaptcha{
  width:60px;
  height:18px;
}
#contactus input[type="submit"]{
	width:100px;
	height:30px;
	background: #333;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 2px;
}
#contactus input[type="submit"]:hover{
	background:#222;
	cursor:pointer;	
}
#contactus textarea{
  height:120px;
  width:300px;
}
#contactus input[type="text"]:focus,textarea:focus{
  border: 1px solid #666;
  background-color : #efefef;
}
#contactus .container{
   margin-top:8px;
   margin-bottom: 10px;
}
#contactus .error{
   font-size: 0.7em;
   color: red;
}
#contactus fieldset#antispam{
   padding:2px;
   border-top:1px solid #eee;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}
#contactus fieldset#antispam legend{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   color:#333;   
}
#contactus .short_explanation{
   font-size: 0.6em;
   color:#333; 
   float:right; 
   font-family:Helvetica, Arial, Sans-Serif; 
   margin-top:20px;
}
#contactus .short_explanation-1{
   font-size: 0.6em;
   color:#333; 
   float:right; 
   font-family:Helvetica, Arial, Sans-Serif; 
   margin-top:0;
}
#fg_formContainer{
   height:480px !important;
   width:340px;
   background:#fff;
   padding:0;
   position:absolute;
   z-index:999;
   cursor:default;   
   display:none;
   -webkit-box-shadow:0px 0px 9px 3px rgba(0, 0, 0, 0.7);
	box-shadow:0px 0px 9px 3px rgba(0, 0, 0, 0.7);
}
#fg_container_header{
   height:40px;
   background:#333;
}
#fg_container_header a{
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding: 3px;
}
#fg_box_Title{
   float:left;
   width:180px;
   margin:11px;
   font-size:14pt;
   font-weight:bold;  
   color:#fff; 
}
#fg_box_Close{
   float:right;
   width:80px;
   margin:5px;
}
#fg_form_InnerContainer{
   margin:15px;
}
#fg_form_InnerContainer h2{
   font-family : Arial, sans-serif;
   font-size: 14pt;
   font-weight:bold;
   color:#333;     
}
#fg_form_InnerContainer p{
   font-family : Arial, sans-serif;
   font-size: 12pt;
   color:#333;
}
#fg_backgroundpopup{
   position:fixed; 
   top:0; 
   left:0; 
   bottom:0; 
   right:0;
   background:#000;
   opacity: .8;
   -moz-opacity: .8;
   filter: alpha(opacity=80);
   border:none;
   z-index:1;
   display:none;
}
#fg_submit_success_message{
   display:none;
   padding:15px;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p{
    display:none;
}

#contactus .short_explanation a{
	color:#333;
}

/* Mobile */
@media (max-width: 650px) {
	#coming-soon{
		padding:20px 0;
		width:95%;
		height:440px;
		font-size:14px;
		}
	#coming-soon .logo{
		width:250px;
		height:124px;
		margin:0 auto 20px;
	}
	#coming-soon p{
		margin:0 20px 1em;
		font-size:0.9em;
	}
	#coming-soon ul{
		margin:30px 20px 20px 20px;
	}
	#coming-soon ul li{
		float:none;
		height:35px;
	}
	#coming-soon ul li a{
		padding:15px 0 15px 33px;
		font-size:14px;
	}
	#coming-soon ul li a.ico-contact{
		background-size:25px 25px;
	}
	#coming-soon ul li a.ico-facebook{
		background-size:25px 25px;
	}
	#coming-soon ul li a.ico-phone{
		background-size:25px 25px;
	}

	/* Subscribe Page */
	#subscribe{
		padding:20px 0;
		width:95%;
		height:auto;
		font-size:14px;
		}
	#subscribe .logo{
		width:250px;
		height:124px;
		margin:0 auto 20px;
	}
	#subscribe h1{
		padding:0 20px;
	}
	#subscribe p{
		padding:0 20px;
	}
	#subscribe #contactus fieldset{
		width:auto;	
		margin:0 20px 0;
	}
	#subscribe #contactus input[type="text"]{
		width:90%;
	}
	#subscribe #contactus select{
		width:90% ;
	}
	#subscribe #contactus label{
		color:#fff;
	}
	#subscribe #contactus .short_explanation{
		color:#fff;
		margin-top:10px;
		margin-right:20px;
		float:right;
	}
	#scaptcha{
		margin-top:5px;
		max-width:150px
	}
	#subscribe #contactus .short_explanation-1{
		margin-top:10px;
		margin-bottom:10px;
		color:#fff;
		float:left;
	}
	#subscribe #contactus a{
		color:#fff;
	}
	#subscribe #contactus fieldset{
		border:none;
		padding:0;
	}
	.subscribe-copyright{
		position:relative;
	}
	#subscribe #contactus input[type="submit"]{
		clear:both;
		float:left;
	}



/* CONTACT FORM */
#contactus fieldset{
   width:340px;
   padding:20px;
   border:1px solid #ccc;
}
#contactus legend, h2{
   font-size: 14px;
   color:#333;
}
#contactus label{
   font-size:14px;
   color:#333;
   padding-bottom:3px;
}
#contactus input[type="text"],textarea{
  font-family : Arial, Verdana, sans-serif;
  line-height:140%;
  color : #333; 
  padding : 2px 3px; 
  border : 1px solid #999;
  font-size:14px;
}

#contactus input[type="text"]{
  height:23px;
  width:210px;
  color:#333;
}

#contactus #scaptcha{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]{
	width:100px;
	height:30px;
	background: #333;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 2px;
}
#contactus input[type="submit"]:hover{
	background:#222;
	cursor:pointer;	
}
#contactus textarea{
  height:80px;
  width:210px;
}

#contactus input[type="text"]:focus,textarea:focus{
  border: 1px solid #666;
  background-color : #efefef;
}
#contactus .container{
   margin-top:8px;
   margin-bottom: 10px;
}
#contactus .error{
   font-size: 0.7em;
   color: red;
}

#contactus fieldset#antispam{
   padding:2px;
   border-top:1px solid #eee;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   color:#333;   
}

#contactus .short_explanation{
   font-size: 0.6em;
   color:#333; 
   float:left; 
   font-family:Helvetica, Arial, Sans-Serif; 
   margin:10px 0;
}
#fg_formContainer{
   height:400px;
   width:250px;
   background:#fff;
   padding:0;
   position:absolute;
   top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;margin:auto !important;
   z-index:999;
   cursor:default;   
   display:none;
   -webkit-box-shadow:0px 0px 9px 3px rgba(0, 0, 0, 0.7);
	box-shadow:0px 0px 9px 3px rgba(0, 0, 0, 0.7);
}

#fg_container_header{
   height:40px;
   background:#333;
}
#fg_container_header a{
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding: 3px;
}
#fg_box_Title{
   float:left;
   width:130px;
   margin:11px;
   font-size:14pt;
   font-weight:bold;  
   color:#fff; 
}
#fg_box_Close{
   float:right;
   width:50px;
   margin:5px;
}
#fg_form_InnerContainer{
   margin:15px;
}
#fg_form_InnerContainer h2{
   font-family : Arial, sans-serif;
   font-size: 14pt;
   font-weight:bold;
   color:#333;     
}
#fg_form_InnerContainer p{
   font-family : Arial, sans-serif;
   font-size: 12pt;
   color:#333;
}
#fg_backgroundpopup{
   position:fixed; 
   top:0; 
   left:0; 
   bottom:0; 
   right:0;
   background:#000;
   opacity: .8;
   -moz-opacity: .8;
   filter: alpha(opacity=80);
   border:none;
   z-index:1;
   display:none;
}
#fg_submit_success_message{
   display:none;
   padding:15px;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p{
    display:none;
}


}