﻿
/* -----------------------------------------
:: H1-H6 
----------------------------------------- */
@media (min-width: 992px) {
h1, .h1 {
	font-size: 41px;
}

h2, .h2 {
	font-size: 34px;
}

h3, .h3 {
	font-size: 28px;
}

h4, .h4 {
	font-size: 20px;
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 14px;
}

.lead {
	font-size: 24px;
}

/* -----------------------------------------
:: TEXT ALIGNMENT
----------------------------------------- */
.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-indent-xs {
	text-indent: 5px;
}

.text-indent-sm {
	text-indent: 10px;
}

.text-indent-md {
	text-indent: 15px;
}

.text-indent-lg {
	text-indent: 20px;
}

.text-indent-xl {
	text-indent: 30px;
}

.text-indent-xxl {
	text-indent: 50px;
}

.text-inline {
	display: inline;
}

/* -----------------------------------------
:: PADDING and MARGINS
----------------------------------------- */
.margin-top-125 {
	margin-top: 125px;
}

.margin-0 {
	margin: 0;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.padding-0 {
	padding: 0;
}

.padding-5 {
	padding: 5px;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.padding-50 {
	padding: 50px;
}

.padding-100 {
	padding: 100px;
}

.padding-v-5 {
	padding: 5px 0 5px 0;
}

.padding-v-10 {
	padding: 10px 0 10px 0;
}

.padding-v-15 {
	padding: 15px 0 15px 0;
}

.padding-v-20 {
	padding: 20px 0 20px 0;
}

.padding-v-30 {
	padding: 30px 0 30px 0;
}

.padding-v-50 {
	padding: 50px 0 50px 0;
}

.padding-v-100 {
	padding: 100px 0 100px 0;
}

.padding-v-150 {
	padding: 150px 0 100px 0;
}

.padding-sm {
	padding-left: 0;
	padding-right: 10px;
}

.pull-left-lg {
	margin-left: -200px;
}

.content-indent-lg {
	margin-right: -75px;
}

/* -----------------------------------------
:: FONT SIZE
----------------------------------------- */
.font-xs {
	font-size: 1rem;
}

.font-sm {
	font-size: 2rem;
}

.font-md {
	font-size: 3rem;
}

.font-lg {
	font-size: 4rem;
}

.font-xl {
	font-size: 5rem;
}

.font-xxl {
	font-size: 6rem;
}

.font-jumbo {
	font-size: 400px;
}

/* -----------------------------------------
:: LINE HEIGHT
----------------------------------------- */
.line-xs {
	line-height: .75;
}

.line-sm {
	line-height: 1;
}

.line-md {
	line-height: 1.25;
}

.line-lg {
	line-height: 1.6;
}

.line-xl {
	line-height: 2.0;
}

.line-xxl {
	line-height: 3.0;
}

.line-xxxl {
	line-height: 4.0;
}
/* -----------------------------------------
:: HEADER
----------------------------------------- */
.section-top--brand {
	position: relative;
	background:url('../graphics/section-top--menu-bg.png') center top no-repeat;
}
.section-top--header-top {
	height:40px;
}

/* -----------------------------------------
:: HEADINGS
----------------------------------------- */
.section-heading {
	margin: 10px auto 50px auto;
}


.heading-style1-theme-lg--group {
	position: relative;
	min-height: 180px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.heading-style1-theme-lg, .heading-style1-theme-lg-bg, .heading-style1-theme-lg--svg {
	fill: #3498DB;
	height: 175px;
	width: 666px;
	position: relative;
}

.heading-style1-theme-lg--content {
	padding: 0;
}

.heading-style1-theme-lg--svg {
	display: inline-block;
}

.heading-style1-theme-lg, .heading-style1-theme-lg-bg, .heading-style1-theme-lg--svg {
	fill: #3498DB;
	height: 175px;
	width: 666px;
	position: relative;
	margin: 0 auto;
}

.heading-style1-theme-lg--svg-bottom {
	fill: #3498DB;
	height: 18px;
	width: 48px;
	position: absolute;
	bottom: 15px;
	left: 90px;
	display: inline-block;
}

.heading-style1-theme-lg--svg-top {
	fill: #3498DB;
	height: 11px;
	width: 24px;
	position: absolute;
	top: 15%;
	left: 40%;
	display: inline-block;
}

.heading-style1-theme-lg--content {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	overflow: visible;
	white-space: nowrap;
}

.heading-style1-theme-lg--title {
	font-size: 70px;
}

.heading-style1-theme-lg--title::first-letter {
	font-size: 90px;
}

.heading-style1-theme-lg--desc {
	font-size: 24px;
}

.heading-style1-theme-lg--desc-accent1 {
	fill: #3498DB;
	height: 7px;
	width: 14px;
	position: absolute;
	bottom: -10px;
	right: -10px;
	display: inline-block;
}

.heading-style1-theme-lg--desc-accent2 {
	fill: rgba(0,0,0,0.15);
	height: 24px;
	width: 27px;
	position: absolute;
	bottom: 0px;
	right: -30px;
	display: inline-block;
}

.heading-style2--light {
	padding: 15px 15px 20px 0px;
	border-top: 10px solid rgba(255,255,255, 0.5);
	border-right: 10px solid rgba(255,255,255, 0.5);
	border-bottom: 10px solid rgba(255,255,255, 0.5);
	display: inline-block;
	margin-left: 30px;
	position: relative;
	text-align: left;
}

.heading-style2--light::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255, 0.5);
}

.heading-style2--light::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255, 0.5);
}

.heading-style2-lg {
	padding: 20px 20px 25px 0px;
	border-top: 10px solid rgba(255,255,255, 0.5);
	border-right: 10px solid rgba(255,255,255, 0.5);
	border-bottom: 10px solid rgba(255,255,255, 0.5);
	display: inline-block;
	margin-left: 100px;
	position: relative;
}

.heading-style2-lg::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255, 0.5);
}

.heading-style2-lg::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255, 0.5);
}

.heading-style2-lg--title1, .heading-style2-lg--title2 {
	font-family: "Open Sans", sans-serif;
	font-size: 60px;
	color: #3498DB;
	font-weight: 800;
	line-height: .8;
	padding: 0;
	margin: 0;
	margin-left: -100px;
}

.heading-style2-lg--title2 {
	color: rgba(255,255,255, 1.0);
}

.heading-bg-example {
	width: 100%;
	height: 600px;
	position: relative;
	background: url(../themed-images/pages/index/clouds.jpg) center center;
	/* BackImageGH */
}

.heading-bg-example--cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	padding: 100px;
}

/* -----------------------------------------
:: CONTENT BACKGROUNDS
----------------------------------------- */
.content-bg {
	background: rgba(0, 0, 0, 0.05);
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.content-bg--sm:before {
	content: "";
	position: absolute;
	top: 0;
	left: -200px;
	background: url(../graphics/bg-color-light-left.png) top left no-repeat;
	width: 310px;
	height: 480px;
	z-index: -1;
}

.content-bg--sm:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -200px;
	background: url(../graphics/bg-color-light-right.png) bottom right no-repeat;
	width: 310px;
	height: 480px;
	z-index: -1;
}

.content-bg--lg:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100px;
	background: url(../graphics/bg-color-light-left.png) top left no-repeat;
	width: 310px;
	height: 480px;
	z-index: -1;
}

.content-bg--lg:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -100px;
	background: url(../graphics/bg-color-light-right.png) bottom right no-repeat;
	width: 310px;
	height: 480px;
	z-index: -1;
}

/* -----------------------------------------
:: THEME SPECIFIC STYLES
----------------------------------------- */
.mobile-phone-screenshot {
	position: absolute;
	top: -104px;
	left: 50%;
	transform: translateX(-50%);
}

.absolute-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

}
/* -----------------------------------------------------------------------
:: LARGER THAN 992px
----------------------------------------------------------------------- */
/* -----------------------------------------
:: STRIPES
----------------------------------------- */
@media (min-width:1170px){
.stripe-light-sm {
	width: 5px;
	height: 100%;
	background: rgba(255, 255, 255, 0.35);
	transform: skew(-32deg);
}

.stripe-light-md {
	width: 10px;
	height: 100%;
	background: rgba(255, 255, 255, 0.35);
	transform: skew(-32deg);
	display: block;
}

.stripe-light-lg {
	width: 20px;
	height: 100%;
	background: rgba(255, 255, 255, 0.35);
	transform: skew(-32deg);
}

.stripe--left {
	position: absolute;
	top: 0;
	left: 10%;
}

.stripe--left1 {
	position: absolute;
	top: 0;
	left: -60px;
}

.stripe--left2 {
	position: absolute;
	top: 0;
	left: -20px;
}

.stripe--left3 {
	position: absolute;
	top: 0;
	left: 20px;
}

.stripe--right1 {
	position: absolute;
	top: 0;
	right: 100px;
}

.stripe--right2 {
	position: absolute;
	top: 0;
	right: 140px;
}

.stripe--right3 {
	position: absolute;
	top: 0;
	right: 180px;
}

}
/* -----------------------------------------
:: SECTION BACKGROUNDS
----------------------------------------- */
@media (min-width:1170px) {
.section-bg-style3--bottom {
	width: 100%;
	height: 100px;
}

}
@media(min-width:1024px) {
.section-bg-style4--bg-light {
	margin-top: 0;
}

}
@media(min-width:1680px) {
.section-bg-style4 {
	padding: 10% 6% 10% 10%;
}

.section-bg-style4--bg-title {
	position: absolute;
	left: 101%;
	top: 0;
	bottom: 0;
	transform: rotate(90deg);
	height: 100%;
	width: 55%;
	text-align: center;
	font-size: 90px;
	font-weight: 800;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: rgba(255, 255, 255, 0.5);
	transform-origin: left top 0;
	white-space: nowrap;
	display: inline-block;
}

}
