@font-face {
font-family: 'Gotham-rounded';
src: url("fontscore.com_g-gotham-rounded-light.otf") format("opentype");
}

@font-face {
font-family: 'Gotham-rounded';
font-weight: bold;
src: url("fontscore.com_g-gotham-rounded-bold.otf") format("opentype");
}

@font-face {
font-family: 'Gotham';
src: url("fontscore.com_g-gotham-bold.otf") format("opentype");
}


body {
	 background: #FFF;
	font-family: 'Gotham', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin:0;
	color:#666;
 }

 body:before 
{ 
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: auto;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   }
   .page {
	width:auto;
   }
 .top {
	
	 height: 730px;
	 overflow:hidden;
	 width:auto;
	 
}
#top_bg {
	width:100%;
	height:730px;
	position:absolute;
}
.bg {
	position: absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.bg1 {
	background-image:url(img/img1.jpg);
}
.bg2 {
	background-image:url(img/img2.jpg);
	display: none;
}
.bg3 {
	background-image:url(img/img3.jpg);
	display: none;
}
.bg4 {
	background-image:url(img/img4.jpg);
	display: none;
}
#top_content {
	position:relative;
	z-index:9999;
	height: 100%;
}

.main {
	width: 760px;
	margin:  0 auto;
	padding-top: 20px;
	text-align: center;
}
.main span {
	color: #FFF;
	font-size:2.4em;
	margin-top: 0px;
	font-weight: bold;
}
 .form {
	width: 315px;
	background-color: rgba(100,100,100,0.8);
	border-radius: 12px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
	min-width:285px;
	height:260px;
	color: white;
	font-family: 'Gotham-rounded';
}
textarea {
	
}

.logo {
	width: 520px;
	margin: 0 auto;
	padding-top: 2%;
	
}

.title1 {
	color: #FFF;
	padding-top: 15px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	font-size:1.1em;
}

.title2 {
	color: white;
font-weight: bold;
font-size: 1.0em;
text-align: center;
display: block;
margin-left: 25px;
width: 245px;
margin-bottom: 12px;
margin-top: 6px;

}
.form textarea {
	border-radius: 7px;
	height: 40px;
	width: 250px;
	background: #DDD;
	color: black;
	font-size: 12px;
	padding: 2;
	overflow: hidden;
	border: none;

-webkit-border-radius: 7px;
-moz-border-radius: 7px;
resize: none;
padding-left: 6px;
font-family: inherit;

}
textarea:focus, input:focus{
    outline: 0;
}
.form .beta {
	color: #3DB6F4;
	font-weight: bold;
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 1.0em;
}
.form #email {
	border-radius: 7px;
	height: 31px;
	width: 200px;
	background: #DDD;
	color: black;
	font-size: 14px;
	padding: 2;
	overflow: hidden;
	border: none;
	padding-left: 6px;
	font-family: inherit;
}
.form input[type="button"], .form input[type="submit"] {
background-color: #3b93d0;
width: 120px;
border-radius: 5px;
margin: 8px;
color: #FFF;
font-weight: normal;
padding: 4px;
font-size: 18px;
border:2px solid #9dc9e7;
cursor:pointer;
}
.shadow {
	background:url('img/shadow.png');
	background-size: 100% 100%;
	width:100%;
	height:13px;
}

#store {
	position: absolute;
	bottom: 25px;
	background: rgba(0,0,0,0.6);
	width: 100px;
	z-index: 10000;
	color: #CCC;
	float: right;
	right: 19px;
	padding-left: 15px;
	border-radius: 7px;
}
.shadow1
{       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


.middle {
	padding-top:5px;
	background:url(img/bgpattern.png);
	background-repeat: repeat;
}
.categories {
	margin:0 auto;
	height:360px;
	width:880px;
	text-align: justify;
}

.categories > div {
	display: inline-table; 
	width:250px;
	height:325px;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
}


.categories img {
	width:120px;
}

.categories span {
	width: 100%;
	display: inline-block; 
}
.categories .title {
	padding-top: 5px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	font-size:16px;
} 

.categories .text {
	color:#666;
	font-size: 15px;
	font-family: 'Gotham-rounded';
}

.bracket_right1 {
  background: url('img/bracket_right.png');
  background-repeat: no-repeat;
	width: 35px;
	height: 200px;
	float: left;
	margin-top: 95px;
	margin-left: 70px;
}
.bracket_right2 {
  background: url('img/bracket_right.png');
  background-repeat: no-repeat;
	width: 35px;
	height: 200px;
	float: left;
	margin-top: 15px;
	margin-left: 0px;
}
.bracket_left {
  background: url('img/bracket_left.png');
  background-repeat: no-repeat;
  width:35px;
  height:200px;
  float:left;
   margin-top: 110px;
   margin-right: 40px;
}
.preview {
	width: 940px;
	margin: 0 auto;
	height:410px;
	/*min-width: 915px;*/
	
}
.pre_text {
	font-size:25px;
	font-weight:bold;
	color:#666;
	text-align: center;
}
.pre1 .pre_text {
	width:405px;
	margin-top: 160px;
	float:left;
}
.pre2 .pre_text {
	width:420px;
	margin-top: 160px;
	float:left;
}
.pre3 {
	margin-top: 30px;
	height:270px;
}
.pre3 .pre_text {
	width:390px;
	margin-top: 75px;
	float:left;
	margin-right: 30px;
}
.pre_img1 {
	float:left;
	width:360px;
}
.pre_img1 img {
	float:right;
}
.pre_img2 {
	float:left;
	width:360px;
}
.pre_img2 img {
	float:left;
}
.pre_img3 {
	float:right;
	width:480px;
}
.pre_img3 img {
	float:right;
	margin-top: 26px;
}
.shadow3 {
	background:url('img/shadow2.png');
	background-size: 100% 100%;
	width:100%;
	height:35px;
}
.social {
	height:150px;
	text-align: center;
	background: url(img/bg.png) repeat;
}
.social span {
	margin:0 auto;
	font-size:1.2em;
}
.social .links {
	margin:0 auto;
	width:266px;
	height:40px;
}
.social .links .link {
	background-image: url(img/social.png);
	width: 70px;
	height: 70px;
	background-repeat: no-repeat; 
	float:left;
	margin-right:7px;
	margin-left: 9px;
	cursor: pointer;
}
.links .face {
	background-position: 4 0;
}
.links .twit {
	background-position: -64 0;
}

.links .linked {
	background-position: -135 0;
}
.links .face:hover,.twit:hover,.linked:hover {
	background-position-y: -70;
}

.footer {
	height:70px;
	background: #444;
}
.footer .copy {
	color:white;
	float:right;
	margin-top: 25px;
	right: 20px;
	position: relative;
}
