/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-weight: inherit; 
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
h2 { 
	font-size: 32px; 
	line-height: 40px;
	margin-bottom: 20px; 
}
h3 { 
	font-size: 24px; 
	line-height: 30px; 
	margin-bottom: 20px;
}
h4 { 
	font-size: 20px; 
	line-height: 27px; 
}
h5 { 
	font-size: 16px; 
	line-height: 24px; 
}
h6 { 
	font-size: 14px; 
	line-height: 24px; 
}

p {
	margin: 0 0 20px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #2E2E2E;
	letter-spacing: 0px;
	line-height: 24px;
}
p img { 
	margin: 0; 
}
span {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
}
/* em and strong */
em { 
	font: 15px/30px; 
}
strong, 
b { 
	font: 15px/30px; 
}
small { 
	font-size: 11px; 
	line-height: inherit; 
}


/*	blockquotes */
blockquote {
	display: block;
   	margin: 30px 0px;
   	background: #f0f0f0;
   	padding: 30px;
   	position: relative;
   	border-left: 0px;
   	font-family: 'Open Sans', serif;
   	font-style: italic;
  	font-size: 24px;
   	line-height: 36px;
}
blockquote:before {
   	content: "\201C";
   	opacity: 0.5;
   	font-size: 80px;
   	line-height: 0px;
   	margin: 0;
   	font-family: 'Open Sans', serif;
   	position: absolute;
   	top:  15px;
	left: 5px;
}
blockquote p {
   	font-family: 'Open Sans', serif;
   	font-style: italic;
   	padding: 0;
  	font-size: 18px;
   	line-height: 36px;
}
blockquote cite {
   	display: block;
   	font-size: 12px;
   	font-style: normal;
   	line-height: 18px;
}
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited { color: #8B9798; border: none }

/* abbreviations */
abbr {
	color: #444;
   	font-family: 'Open Sans', sans-serif;
   	font-weight: 700;
	font-variant: small-caps;
	text-transform: lowercase;
   	letter-spacing: .6px;
	
}
abbr:hover { cursor: help; }

/* links */
a, a:visited {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #111;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	outline: 0;
}
a:hover, a:active, a:focus {
	color: #fff !important;
	text-decoration: none;
	outline: 0;
}
p a, 
p a:visited { 
	line-height: inherit; 
	outline: 0;
}


/* list */
ul, 
ol { 
	margin: 0px;
}
ul { 
	list-style: none inside; 
}
ol { 
	list-style: decimal; 
}
ol, 
ul.square, 
ul.circle, 
ul.disc { 
	margin: 0px; 
}
ul.square { 
	list-style: square inside; 
}
ul.circle { 
	list-style: circle inside; 
}
ul.disc { 
	list-style: disc inside; 
}
ul ul, 
ul ol,
ol ol, 
ol ul { 
	margin: 6px 0 6px 30px; 
}
ul ul li, 
ul ol li,
ol ol li, 
ol ul li { 
	margin-bottom: 6px; 
}
li { 
	line-height: 18px; 
	margin-bottom: 12px; 
}
ul.large li { }
li p { }

/* definition list */
dl { margin: 12px 0; }
dt { margin: 0; color:#f8bb86; }
dd { margin: 0 0 0 20px; }


/* 
--------------------------
- Custom Typography
--------------------------
*/
.section-title-1 {
	height: auto;
	padding-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 25px;
	margin-top: 12px;
}
.section-title-1:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0px;
	left: 0px;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: center center;
}
.section-desc {
	width: 85%;
	margin-top: 38px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 43px;
	margin-bottom: 54px;
	text-align: center;
}
.section-title-2 {
	width: 100%;
	height: auto;
}
.section-title-3 {
	height: auto;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 80px;
}
.section-title-1 h2,
.section-title-2 h2,
.section-title-2 h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 45px;
}
.section-title-1 span.thin,
.section-title-3 span.thin,
.section-title-2 p.thin {
	font-size: 36px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 8px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}
