/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


/*@font-face {
    font-family: 'socicon';
    src: url('socicon/font/socicon-webfont.eot');
    src: url('socicon/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('socicon/font/socicon-webfont.woff') format('woff'),
         url('socicon/font/socicon-webfont.ttf') format('truetype'),
         url('socicon/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}*/



html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

body{
margin:0;
padding:0;
color: #656565;
position: relative;
font-family: 'Open Sans', sans-serif;
text-align: center;
}


.wrapper{
    text-align: center;
}

#logo {
	width: 300px;
    max-width: 100%;
}

.header{
	width: 70%;
	padding: 40px 15% 0;
	float: left;
	background: #f5f5f5;
    
}

.xinner{
    padding: 30px 0px 60px 0px;
	position:relative;
	width: 100%;
}


.header h1{
	font-size: 30px;
	color: #68b2b1;
	background: #fff;
	padding: 8px 20px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
	
}

.header h1 span{
	color: #9e0000;
}


.content-wrap{
    margin: 0 auto;
	width: 100%;
	float: left;
    margin-bottom: 80px;
}

.comingsoon{
    background: #fff;
    padding: 50px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.comingsoon h2{
    line-height: 60px;
    color: #58585a;
	font-size: 50px;
	font-weight: 200;
	text-transform: normal;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.comingsoon p{
    margin-top: 10px;
	font-size: 24px;
	font-weight: 300;
}

.outline-box{
	width: 100%;
	float: left;
	border-right: none;
	box-sizing: border-box;
	padding: 15px;
}

.content{
	width: 50%;
	float: left;
}

.content p{
	font-size: 16px;
	line-height: 26px;
    font-weight: 300;;
} 

.content b{
	font-size: 18px;
}

.mail{
	width: 70%;
    margin-top: 20px;
	padding: 50px 15%;
	float: left;
}

.mail a{
	 color: #9e0000;
	margin: 0 10px;
}

a{
    color: #9e0000;
    text-decoration: none;
}

.mail a:hover{
	color: #444;
}


@media only screen and (max-width: 1024px){
.header{
	width: 90%;
	padding: 60px 5% 0;
	float: left;
	background: #f5f5f5;
}


}



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

.header h1{
	font-size: 25px;
	color: #68b2b1;
	background: #fff;
	padding: 5px 15px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
    line-height: 32px!important;
}

.content-wrap{
	width: 100%;
	float: left;

}

.comingsoon{
	width: 100%;
	float: left;
	border-right: none;
	box-sizing: border-box;
	padding: 30px 0;
}
    
.comingsoon h2{
        line-height: 45px;
	font-size: 30px;
    padding-bottom: 20px;
    }
    
.outline-box{
	width: 100%;
	float: left;
	border-right: none;
	box-sizing: border-box;
	padding: 10px;
}

.content{
	width: 100%;
	padding: 30px 0;
	float: left;
}



}

@media only screen and (max-width: 440px){
    
    .comingsoon h2{
        line-height: 37px;
	font-size: 30px;
        padding-bottom: 20px;
    }
    
    .comingsoon p{
	font-size: 18px;
	font-weight: 300;;
}

}

