@charset "UTF-8";
/*header button style*/
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, font, 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
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;font-weight:normal; }
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}
html{
	font-weight:normal;
	font-style:normal;
	font-size:15px;
	color:#FFF;
}

body, html{
	width:100%;
	margin:0 auto;
}
.percent{
	width:100%;
	clear:both;
}
.center{
	text-align:center;
	margin:0 auto;
}
.coming-soon{
	width:100%;
	height:auto;
	min-height:500px;
	position: relative;
	background:#efefef;
}
.coming-soon p{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	/*text*/
	font-size:40px;
	color:#999;
	font-family: 'Cinzel', serif;
	letter-spacing:5px;
}
.vertical-center{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.oneColumn{
	width:90%;
	display:block;
}
.oneColumn img{
	width:90%;
	text-align:center;
}
.anim{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
/*mobile*/
@media screen and (max-width: 749px) {
	.twoColumn{
		width:90%;
		display:block;
	}
	.coming-soon p{
		font-size:30px;
	}
}

/*desktop*/
@media screen and (min-width: 750px) {
	.twoColumn{
		width:50%;
		float:left;
	}
}