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

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

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

* { 
	margin: 0;
	padding: 0px;
    font-family: 'Montserrat', sans-serif;
} 
body { 
	background: #fff; 
	margin: 0; 
	color: #5a5a5a;
	padding-top: 50px;
}

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


p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px; 
	line-height: 26px;
	color: #666; 
	margin-top: 10px; 
}

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;
}

/* FORM CONFIGURATION */

input {
	font-size: 18px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: none;
	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;
}

/* BOOTSTRAP MODIFICATIONS */
.navbar {
	font-size: 12px;
	text-transform: uppercase;
	min-height: 70px;
	padding-top: 10px;
}
.navbar-inverse {
	background: #E9EAEC;
	border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
	color: #245661;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background: transparent;
	color: #245661;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
}

/* HEADER WRAP SECTION */

#h {
	background: #ffffff;
	min-height: 600px;
	padding-top: 50px;
	color: #444444;
}

#h h1 {
	color: #f05623;
	padding-top: 20px;
	font-weight: 400;
	font-size: 40px;
}

#h .big {
	font-size: 22px;
	color: #53ade1;
}

/* White CTA Section */
#w {
	padding-bottom: 50px;
	padding-top: 50px;
	background: #ffffff;
}

.btn-yellow {
	background: #f5d845;
	color: white;
	margin: 8px;
}

.btn-red {
	background: #da564a;
	color: white;
	margin: 8px;
}

.sg {
	font-size: 14px;
	color: #b7b7b7;
	font-weight: 400;
}


/* Grey Section */
#g {
	background: #f2f2f2;
	padding-bottom: 50px;
	padding-top: 50px;
}

#g h2 {
	font-weight: 400;
	color: #b7b7b7;
}

.btn-download {
	background: #f5d845;
	color: white;
}

/* TABLE CONFIGURATION */

table.table tr td.title {
	text-align: right;
	color: #4d4d4d;
	font-size: 13px;
}

table.table tr td {
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3 !important;
	border-top: none;
}

table.table tr td.td-last {
	border-right: none;
	color: #53ade1;
	font-size: 13px;
	text-align: left;
}

/* BLOG POST CONFIGURATION */
.previwes-section {
	padding: 0px 0px 10px 0px;
}
.previwes-section.active {
	display: block;
}
.previwes-section {
	background-color: #fff;
	border-radius: 2px;
	padding: 0px 0px 40px 0px;
}
.previwes-section .postcard-number {
}
.previwes-section .postcard-number .number {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	background-color: #da564a;
	border-radius: 2px 0px 0px;
	width: 60px;
	height: 60px;
	display: inline-block;
}
.previwes-section .postcard-number .date {
	display: inline;
	color: #da564a;
	padding: 0px 0px 0px 23px;
	font-size: 20px;
}
.previwes-section .content {
	padding: 0px 30px 0px 85px;
}
.previwes-section .content h1 {
	margin: 0px;
	color: #333;
	font-size: 35px;
	padding: 0px 0px 0px 0px;
}
.previwes-section .content p {
	padding: 20px 0px 0px 0px;
}
.previwes-section .content p {
	font-size: 16px;
	color: #BCBCBC;
}
.previwes-section .content hr {
	margin-bottom: 10px;
	border-top: 1px solid #d0d0d0;
}
.previwes-section .profile {
	padding: 0px 30px 10px 85px;
}
.previwes-section .profile .profile-pic {
	float: left;
}
.previwes-section .profile .profiledetials {
	margin-left: 25px;
	display: inline-block;
}

@media (max-width: 468px) {
	.previwes-section .profile .profiledetials {
	margin-left: 10px;
	display: inline-block;
}
}

/* YELLOW SECTION - TESTIMONIALS */
#y {
	padding-bottom: 50px;
	padding-top: 50px;
	min-height: 500px;
	background: #f5d845;
}

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

/* PRICES */
.prices {
	
}
.prices li {
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
}
.prices h3 {
	font-weight: 400;
	color: #da564a;
}

/* Footer */
#f {
	padding-bottom: 50px;
	padding-top: 50px;
	background: #2f2f2f;
	margin-top: 50px;
}