@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html,
button,
input,
select,
textarea,img {
    outline:none;
}

img
{
border: 0;
}

body {
    
margin:0;
padding:0;
}

@font-face {
    font-family: 'Oswald', sans-serif;

}







@font-face {
    font-family: 'Open Sans', sans-serif;

}








::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
========================================================================== */
.bg
{
background: url(../images/launching-soon.jpg) no-repeat center center fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
width:100%;
}


.site_header
{
font-family: 'Oswald', sans-serif;
font-size: 70px;
text-align: center;
width:100%;
float:left;
color:#fff;
font-weight: normal;
text-transform: uppercase;
margin:20% 0 3% 0;
}

.sitepara
{
font-size:29px;
color:#fff;
width:100%;
text-align: center;
font-family: 'Open Sans', sans-serif;

}

.soc
{
margin:0 5px;
}

.posBot
{
position: relative;
margin-top: 200px;
}


.fcontent
{
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color:#fff;
margin-top:20px;
}

.fcontent a
{
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color:#fff;
transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-ms-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
font-weight: bold;
}
.fcontent a:hover,.fcontent a:focus
{
text-decoration: none;
color:#ddd;
font-weight: bold;
font-size: 12px;
}






















@media (max-width:991px){
    
  
 
}



@media (max-width:767px){
    
  
}


@media (max-width:480px){
    
  
}

.form-inline .form-group{
	
float: none;
display: block !important;
vertical-align: middle;
width: 420px;

margin: 0 auto;
	}
	
