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

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

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

* { 
	margin: 0;
	padding: 0px;
    font-family: 'Ruda', sans-serif;
} 
body { 
	background: #fff; 
	margin: 0; 
	color: #696E74;
}

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

h5 {
	font-weight: 400;
	margin-top: 40px;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: 'Ruda', sans-serif;
	font-weight: 400;
	font-size: 15px; 
	line-height: 24px;
	color: #696E74; 
	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;}
.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;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

/* BOOTSTRAP MODIFICATIONS */
.navbar-inverse {
	background: #f9f9f9;
	border-color: #f9f9f9;
}

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

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

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

.navbar-brand {
	font-weight: 900;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #d9dbda;
}

hr {
	border-color: #3f4d4d;
	width: 80px;
	border-top-width: 2px;
}

/* WELCOME HEADER SECTION */
#w {
	background: url(../img/header.jpg) no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	
    -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;
}

#w h1 {
	color: white;
	font-size: 60px;
	font-weight: 900;
}

#w h4 {
	color: white;
	font-weight: 700;
}

#w hr {
	border-color: white;
	width: 80px;
	border-top-width: 2px;
}

/* GREY SECTION */
#gs {
	background-color: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 80px;
}

#gs h4 {
	margin-top: 30px;
	color: #3f4d4d;
	font-weight: 700;
}


.intro {
	color: #9a9a9a;
	font-style: italic;
	margin-top: 30px;
}


/* News Section */
.news {
	background-position: center;
	background-image: url('../img/news-bg.jpg');
	background-size: cover;
}

.news .container {
	width: 100%
}

.section-bg-color {
	background-color: #fff;
	height: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
}

.section-bg-color h3, .section-bg-color p {
	margin-left: 25px;
	margin-right: 25px
}

/* BUTTON CONFIGURATIONS */

.btn-gold {
	border: 2px solid #fddc92;
	color: #fddc92;
	background: transparent;
	border-radius: 0px;
}

.btn-gold:hover {
	background: #fddc92;
	color: #fff;
}

.btn-dark {
	border: 2px solid #3f4d4d;
	color: #3f4d4d;
	background: transparent;
	border-radius: 0px;
}

.btn-dark:hover {
	background: #3f4d4d;
	color: #fff;
}

/*Social Icons */

.social-icons {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.social-icons i {
	font-size: 30px;
	padding: 15px;
}

.social-icons a {
	color: #9a9a9a;
}

.social-icons a:hover {
	color: #fddc92;
}

/* People Testimonial */

.people h5 {
	color: #9a9a9a;
	margin-top: 10px;
}

/* Pre Footer Image */
#pf {
	background: url(../img/pf.jpg) no-repeat center top;
	padding-top: 200px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	
    -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;
}

#pf h1 {
	color: white;
	font-size: 60px;
	font-weight: 900;
}

#pf h4 {
	color: white;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

/* Footer Section */

#foot {
	background-color: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 80px;
}

#foot input {
	font-size: 18px;
	min-height: 40px;
	border-radius: 0px;
	line-height: 20px;
	padding: 12px 30px 13px;
	border: none;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

#foot .subscribe-input {
	float: left;
	width: 70%;
	text-align: left;
	margin-right: 15px;
}

#foot .subscribe-submit {
	right: 0;
}