/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Landing Sumo - Theme 20
 * URL: http://LandingSumo.com
 * Version: 1.0
 * Exclusive Freebie for BlackTie.co
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Lato:300,400,700,900');
* { 
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
} 
body { 
background: url(../img/tbp_1920px02.png) no-repeat;
	font-family: 'Fjalla One', sans-serif;
	background-position: center top;
	
	
   
	margin: 0; 
	color: #5a5a5a !important;
}

h1 {
    font-family: 'Fjalla One', sans-serif;
}
h3 {
    font-family: 'Lato', sans-serif;
	font-size:16px;
}

h2,  h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-size:12px;
}
h5 { 
font-weight:100;
font-size:14px;
	padding-top:80px;}
p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px; 
	line-height: 26px;
	letter-spacing: 1px;
	color: #666; 
	margin-top: 10px; 
}

html,
body {
	height: 100%;
}
.container { margin-bottom: 40px;}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-bottom: 50px; background-color:#fff;
	    border-radius: 5px;
		width: 55%;
		height:33px;
    margin-left: auto;
    margin-right: auto;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #1abc9c;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* FORM CONFIGURATION */

input {
	font-size: 16px;
	border-radius: 5px;
	
	line-height: 20px;
	padding-top: 5px;
	border: 0px solid #fff;
	margin-bottom: 10px;
	background-color: #fff;
	opacity: 0.9;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 75%;
	text-align: center;
	margin-right: 2px;
}

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

.subscribe-submit {
	right: 0;
}

.btn-download {
	background: #FDE3A7;
}

/*Buttons Configuration */
.btn-conf {
	padding: 3px 0px 0px 0px;
	}

.btn-conf-2 {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 28px 11px 28px;
	margin-top: 20px;
	}	

.btn-green {
	background: #fff;
	color: white
}

/* HEADER SECTION */
#h {
	background: url(../img/tbp_coming-World.png) no-repeat center center;
	padding-top: 180px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	color: white;
	
	 -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#h .logo {
	top: 30px;
	left: 45px;
	font-size: 18px;
	font-weight: 900;
	position:absolute; 
}

#h .social {	

	font-size: 20px;
	color:#FFF;	
}

#h .social i {
	/*margin-left: 20px;*/
}

#h .social a {
	color: white !important;
}

#h h1 {
	font-weight: 300;
	color: white;
	font-size:70px;
	
}

u {
	font-family: 'Fjalla One', sans-serif;
	border-bottom: 2px solid #FFF;
    text-decoration: none;}

.simon {
	position:relative;
	bottom:50px;
	margin-left:10px;
	margin-right:auto;
	
	
	}

	
	@media only screen and (max-device-width: 375px) {
		#h h1 { font-size: 40px;}
		.mtb {
    
    width: 90%;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
}
.container { margin-bottom: 0px !important;}
h5 {

    padding-top: 30px;
}

	}
	