@charset "utf-8";
@import url("../font/font.css");
/* CSS Document */


.century_gothic_nav {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}

.century_gothic_nav:hover {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #d2d2d2;
	text-decoration: none;
}




.century_gothic_12 {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}



.century_gothic_13 {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 13px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}


.century_gothic_20 {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}


.century_gothic_30 {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}




.title {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}


.content {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}



.content2 {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 13px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}



.coming-soon {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}



.email {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
	text-decoration: underline;
}


.email:hover {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
	text-decoration: none;
}


.star {
	font-family:'CenturyGothic', "Century Gothic";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
	text-decoration: none;
}


hr.thin { 
border: 0;
color: #fff;
background-color: #fff;
height: 1px;
width: 100px;
float:left;
opacity: 20%;
}


.img {
    opacity: 1.0;
    filter: brightness(opacity=40); /* For IE8 and earlier */
}

.img:hover {
    filter: brightness(70%);
-webkit-filter: brightness(80%);
-moz-filter: brightness(70%);
-o-filter: brightness(70%);
-ms-filter: brightness(70%);
    /* For IE8 and earlier */
}


.myButton{
  background:url(../images/reset.png) no-repeat;
  width: 107px;
  height: 31px;
  border: none;
}


.transparent{
  background:rgba(47,46,44,0.8);
}


#background {
	position: fixed;
	left: 0px;
	top: 0px;
	height: auto;
	width: 100%;
	z-index: -100;
	min-height: 100%;
	min-width: 1920px;
}