/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Landing Sumo - Theme 18
 * URL: http://LandingSumo.com
 * Version: 1.0
 */

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

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

* { 
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
} 
body { 
	background: #e5edef; 
	margin: 0; 
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}

h1 shadow{
	text-shadow: 3px 3px 2px #0d1e52;
	
} 

h2 shadow{
	text-shadow: 2px 2px 2px #0d1e52;
	font-weight: 400;
} 

p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px; 
	line-height: 28px;
	color: #666; 
	margin-top: 10px; 
	text-align: justify;
}

html,
body {
	height: 100%;
}

.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-top: 50px; margin-bottom: 50px;}
.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;
}

/* No padding bottom */
.npbottom {
	padding-bottom: 0px !important;
	margin-bottom: 0px;
}

/* Bootstrap Modifications */
h4 {
	line-height: 30px;
}

h3 {
	font-weight: 700;
}

hr {
	border: 1px solid #5a5a5a;
	width: 80px;
}

h4.black {
	font-weight: 700;
	letter-spacing: 1px;
}

/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

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

.subscribe-submit {
	right: 0;
}

.btn-download {
	background: #FDE3A7;
}

/* HEADER SECTION */
#subheaderone {
    width:100%;
    min-height:500px;
    background: url(../img/header.jpg) no-repeat center top;
    background-attachment: relative;
	background-position: center center;
    position: relative;
    overflow: hidden;
    }     

#subheaderone h1 {
	font-weight: 900;
	font-size: 50px;
	color: white;
	text-align: center;
	margin-top: 80px;
}

#subheaderone h2 {
	font-weight: 300;
	color: white;
	text-align: center;
}

/* YELLOW SECTION */
#y {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #CEECF5;
}

#wb {
	padding-top: 60px;
	padding-bottom: 80px;
	background: #CEECF5;
}

#yb {
	padding-top: 0px;
	padding-bottom: 0px;
	
	background: white;
}



.circle-icon {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #1e2827;
	position: relative;
}

.circle-icon .icon {
	color: #fff;
	line-height: 120px;
	text-align: center;
}

.icon {
	font-size: 50px;
}

.circle-icon-sm {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #1e2827;
	position: relative;
}

.circle-icon-sm .icon-sm {
	color: #fff;
	line-height: 70px;
	text-align: center;
}

.icon-sm {
	font-size: 30px;
}


#b {
	background: url(../img/footer.jpg) no-repeat center top;
	padding-top: 100px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	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;
}

#b .price-table {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 2px 2px 5px 5px #ABCCD6; 
}

#b black{
	font-weight: 700;
	color: #5a5a5a
} 

.price-icon {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #1e2827;
	position: relative;
}

.price-icon .tag {
	color: #fff;
	line-height: 50px;
	text-align: center;
}

h1.tag {
	font-size: 50px;
	font-weight: 700;
}

h5.tag {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 1px;
}

/* FOOTER COPYRIGHT */
#f {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #e5edef;
	color: white;
}

#f black{
	font-weight: 700;
	color: #5a5a5a
} 

