﻿/* -----------------------------------------
:: BASE STYLES

    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Lora', serif;
    font-family: 'Open Sans', sans-serif;
----------------------------------------- */
html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 10px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #2c3339;
	background-color: #ffffff;
	background: url(../graphics/bg-color-light.jpg);
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body.secondary-layout {
	background: url('../graphics/section-sl-main-top.png') center 100px repeat-x;
}

/* -----------------------------------------
:: LINKS
----------------------------------------- */
.clearfix {
	overflow: auto;
}

a {
	color: #3498db;
	text-decoration: none;
}

a:hover, a:focus {
	color: #1d6fa5;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.row {
	position: relative;
}

figure {
	margin: 0;
}

/* -----------------------------------------
:: IMG TAG
----------------------------------------- */
img {
	vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 0;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

/* -----------------------------------------
:: HORIZONTAL RULE 
----------------------------------------- */
hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

/* -----------------------------------------
:: H1-H6 
----------------------------------------- */
h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	line-height: 1.1;
	color: inherit;
	position: relative;
}

h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
	position: relative;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #9faab5;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 22px;
	margin-bottom: 11px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 11px;
	margin-bottom: 11px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 22px;
}

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

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

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

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

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

p {
	margin: 0 0 11px;
}

.lead {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}

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

/* -----------------------------------------
:: FONT COLORS
----------------------------------------- */
.color-theme {
	color: #3498DB;
	fill: #3498DB;
}

.color-light {
	color: #ffffff;
	fill: #ffffff;
}

.color-dark {
	color: #2C343B;
	fill: #2C343B;
}

.color-black {
	color: #000000;
	fill: #000000;
}

.color-yellow {
	color: #FFC930;
	fill: #FFC930;
}

.color-orange {
	color: #FF6530;
	fill: #FF6530;
}

.color-blue {
	color: #0665A2;
	fill: #0665A2;
}

/* -----------------------------------------
:: FONT FAMILIES
----------------------------------------- */
.font1 {
	font-family: 'Open Sans', sans-serif;
}

.font2 {
	font-family: 'Shadows Into Light', cursive;
}

.font3 {
	font-family: 'Lora', serif;
}

/* -----------------------------------------
:: FONT SIZE
----------------------------------------- */
small, .small {
	font-size: 87%;
}

mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.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-muted {
	color: #9faab5;
}

.text-primary {
	color: #3498db;
}

a.text-primary:hover, a.text-primary:focus {
	color: #3498DB;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover, a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

.uppercase {
	text-transform: uppercase;
}

.caps {
	text-transform: capitalize;
}

.condensed {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}

.bold {
	font-weight: 700;
}

.xbold {
	font-weight: 800;
}

.light {
	font-weight: 300;
}

/* -----------------------------------------
:: OPACITY
----------------------------------------- */
.opacity-1 {
	opacity: 0.1;
}

.opacity-2 {
	opacity: 0.2;
}

.opacity-3 {
	opacity: 0.3;
}

.opacity-4 {
	opacity: 0.4;
}

.opacity-5 {
	opacity: 0.5;
}

.opacity-6 {
	opacity: 0.6;
}

.opacity-7 {
	opacity: 0.7;
}

.opacity-8 {
	opacity: 0.8;
}

.opacity-9 {
	opacity: 0.9;
}

/* -----------------------------------------
:: BACKGROUND COLORS
----------------------------------------- */
.bg-color-theme {
	background: #3498DB;
}

.bg-color-dark {
	background: #2C343B;
}

.bg-color-light {
	background: #efefef url('../graphics/bg-color-light.jpg');
}

.z-index-minus {
	z-index: -2;
	position: relative;
}

.btn-theme {
	background: #3498DB;
	padding: 5px 20px;
	color: #ffffff;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	text-transform: capitalize;
	position: relative;
	transition: all .1s ease;
}

.btn-theme:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -5px;
	right: -5px;
	border: 1px solid #3498DB;
	transition: all .1s ease;
}

.btn-theme:hover {
	background: #0665A2;
	color: #85C4ED;
	text-decoration: none;
}

.btn-theme:hover:before {
	bottom: 0px;
	right: 0px;
	border: 2px #3498DB inset;
}

/* -----------------------------------------
:: SECTIONS / PAGE HEADINGS H1 / SECTION HEADINGS H2
----------------------------------------- */
.wowed h1 {
	opacity: 0;
}

.wow {
	visibility: hidden;
}

/*section heading1*/
.section-heading {
	margin: 10px auto 10px auto;
	position: relative;
	text-align: center;
	padding: 10px 0;
	text-transform: capitalize;
}

.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1;
	font-weight: 100;
}

.section-heading h1:nth-of-type(2) {
    color:rgba(52,152,219,1.0);
    font-weight:900;
}
.heading {
	margin: 70px auto;
}

.heading-themed {
	background: #3498DB;
	padding: 5px 65px;
}

/* -----------------------------------------
:: ARTICLE HEADINGS
----------------------------------------- */
/*content heading1*/
.article-heading {
}

.article-heading h3 {
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: capitalize;
	font-weight: 100;
}

.article-heading h3:nth-of-type(2) {
    font-weight:900;
	margin-top: 0px;
    color:rgba(52,152,219,1.0);
	position:relative;
		border-bottom:0px solid #3498DB;

}
.article-heading h3:nth-of-type(2):before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
    color:rgba(52,152,219,1.0);
    height:2px;
    width:30px;
    background:#3498DB;
}
/* -----------------------------------------
:: HEADINGS
----------------------------------------- */
.heading-style1-theme-sm, .heading-style1-theme-sm-bg, .heading-style1-theme-sm--svg {
	fill: #3498DB;
	height: 44px;
	width: 167px;
	position: relative;
	display: inline-block;
}

.heading-style1-theme-sm--title-left {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	font-weight: 800;
}

.heading-style1-theme-sm--title-right {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
	font-weight: 800;
}

.heading-style1-dark-sm, .heading-style1-dark-sm-bg, .heading-style1-dark-sm--svg {
	fill: #2C343B;
	height: 44px;
	width: 167px;
	position: relative;
}

.heading-style1-dark-sm--title-left {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	color: #3498DB;
	font-weight: 800;
}

.heading-style1-dark-sm--title-right {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
	color: #3498DB;
	font-weight: 800;
}

.heading-style1-light-sm, .heading-style1-light-sm-bg, .heading-style1-light-sm--svg {
	fill: rgba(0, 0, 0, 0.05);
	height: 44px;
	width: 167px;
	position: relative;
}

.heading-style1-light-sm--title-left {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	color: #2C343B;
	font-weight: 800;
}

.heading-style1-light-sm--title-right {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
	color: #2C343B;
	font-weight: 800;
}

.heading-style1-theme-md, .heading-style1-theme-md-bg, .heading-style1-theme-md--svg {
	fill: #3498DB;
	height: 88px;
	width: 333px;
	position: relative;
}

.heading-style1-theme-md--title-left {
	position: absolute;
	top: 45%;
	left: 35%;
	transform: translate(-50%, -55%);
	color: #ffffff;
	font-weight: 800;
	font-size: 30px;
}

.heading-style1-theme-md--title-right {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-weight: 800;
	font-size: 30px;
}

.heading-style1-dark-md, .heading-style1-dark-md-bg, .heading-style1-dark-md--svg {
	fill: #2C343B;
	height: 88px;
	width: 333px;
	position: relative;
}

.heading-style1-dark-md--title-left {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-weight: 800;
	font-size: 30px;
}

.heading-style1-dark-md--title-right {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-weight: 800;
	font-size: 30px;
}

.heading-style1-light-md, .heading-style1-light-md-bg, .heading-style1-light-md--svg {
	fill: rgba(0, 0, 0, 0.05);
	height: 88px;
	width: 333px;
	position: relative;
}

.heading-style1-light-md--title-left {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	color: #2C343B;
	font-weight: 800;
	font-size: 30px;
}

.heading-style1-light-md--title-right {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
	color: #2C343B;
	font-weight: 800;
	font-size: 30px;
}

/* LARGE HEADING */
.heading-style1-theme-lg--content {
	padding: 10px;
}

.heading-style1-theme-lg--group {
	position: relative;
}

.heading-style1-theme-lg, .heading-style1-theme-lg-bg, .heading-style1-theme-lg--svg {
	position: relative;
}

.heading-style1-theme-lg--svg, .heading-style1-theme-lg--svg-bottom, .heading-style1-theme-lg--svg-top, .heading-style1-theme-lg--desc-accent1, .heading-style1-theme-lg--desc-accent2 {
	display: none;
}

.heading-style1-theme-lg--title {
	color: #000000;
	font-weight: 800;
	font-size: 30px;
	line-height: 1;
}

.heading-style1-theme-lg--desc {
	color: #000000;
	font-weight: 800;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1;
	display: block;
}

.heading-style2--theme {
	padding: 15px 15px 20px 0px;
	border-top: 10px solid rgba(52,152,219, 1);
	border-right: 10px solid rgba(52,152,219, 1);
	border-bottom: 10px solid rgba(52,152,219, 1);
	display: inline-block;
	margin-left: 30px;
	position: relative;
}

.heading-style2--theme::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: rgba(52,152,219, 1);
}

.heading-style2--theme::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: rgba(52,152,219, 1);
}

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

.heading-style2--dark {
	padding: 15px 15px 20px 0px;
	border-top: 10px solid rgba(44,52,59, 1);
	border-right: 10px solid rgba(44,52,59, 1);
	border-bottom: 10px solid rgba(44,52,59, 1);
	display: inline-block;
	margin-left: 30px;
	position: relative;
}

.heading-style2--dark::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: rgba(44,52,59, 1);
}

.heading-style2--dark::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: rgba(44,52,59, 1);
}

.heading-style2--dark-title1, .heading-style2--dark-title2 {
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	color: #2C343B;
	font-weight: 800;
	line-height: .8;
	padding: 0;
	margin: 0;
	margin-left: -30px;
}

.heading-style2--light {
	padding: 15px 15px 20px 0px;
	margin-left: 30px;
	position: relative;
	text-align: center;
}

.heading-style2--light-title1, .heading-style2--light-title2 {
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	color: #ffffff;
	font-weight: 800;
	line-height: .8;
	padding: 0;
	margin: 0;
	margin-left: -30px;
}

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

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

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

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

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

.heading-bg-example {
	width: 100%;
	height: 200px;
	position: relative;
	background: url(../themed-images/backgrounds/section-bg-a.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: 25px;
}

/* -----------------------------------------
:: INFO BOX HEADING
----------------------------------------- */
.info-box-theme {
	text-align: center;
	position: relative;
	background: url('../graphics/info-box-theme-bg.jpg') center center;
	color: rgba(255,255,255,0.65);
	padding: 50px 0 10px 0;
}

/* -----------------------------------------
:: BULLETS
----------------------------------------- */
.bullet-theme-lg {
	width: 70px;
	height: 70px;
	background: url(../graphics/bullet-theme-lg.png);
	text-align: center;
	display: inline-block;
	line-height: 70px;
	font-weight: 800;
	margin-right: 5px;
	font-size: 30px;
	margin-top: 10px;
}

.bullet-dark-lg {
	width: 70px;
	height: 70px;
	background: url(../graphics/bullet-dark-lg.png);
	text-align: center;
	display: inline-block;
	line-height: 70px;
	font-weight: 800;
	margin-right: 5px;
	font-size: 30px;
	margin-top: 10px;
}

.bullet-light-lg {
	width: 70px;
	height: 70px;
	background: url(../graphics/bullet-light-lg.png);
	text-align: center;
	display: inline-block;
	line-height: 70px;
	font-weight: 800;
	margin-right: 5px;
	font-size: 30px;
	margin-top: 10px;
}

.bullet-theme-sm {
	width: 46px;
	height: 46px;
	background: url(../graphics/bullet-theme-sm.png);
	text-align: center;
	display: inline-block;
	line-height: 46px;
	font-weight: 800;
	margin-right: 5px;
	margin-top: 10px;
}

.bullet-dark-sm {
	width: 46px;
	height: 46px;
	background: url(../graphics/bullet-dark-sm.png);
	text-align: center;
	display: inline-block;
	line-height: 46px;
	font-weight: 800;
	margin-right: 5px;
	margin-top: 10px;
}

.bullet-light-sm {
	width: 46px;
	height: 46px;
	background: url(../graphics/bullet-light-sm.png);
	text-align: center;
	display: inline-block;
	line-height: 46px;
	font-weight: 800;
	margin-right: 5px;
	margin-top: 10px;
}

/* -----------------------------------------
:: LISTS 
----------------------------------------- */
.bullet-no {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list1 a {
	position: relative;
	display: block;
	padding: 5px 30px 5px 30px;
	margin: 10px 0;
	background: #3498DB;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	transition: all .3s ease-out;
}

.list1 {
	margin: 0 0 0 0px;
	padding: 0;
}

.list1 a:hover {
	background: #111111;
}

.list1 a:hover:before {
	transform: rotate(360deg);
}

.list2 a {
	position: relative;
	display: block;
	padding: 5px 30px 5px 30px;
	margin: 10px 0 10px 40px;
	background: #222222;
	background: rgba(0, 0, 0, 0.25);
	color: #3498DB;
	text-decoration: none;
	transition: all .3s ease-out;
}

.list2 a:hover {
	background: #111111;
	background: rgba(0, 0, 0, 0.50);
}

.list2 a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -16px;
	background: #3498DB;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.list2 a:after {
	position: absolute;
	content: '';
	border: 8px solid transparent;
	left: -20px;
	top: 50%;
	margin-top: -8px;
	transition: all .3s ease-out;
}

.list2 a:hover:after {
	left: -8px;
	border-left-color: #3498DB;
}

ul.list3 {
	list-style-image: url('../graphics/list3.png');
	vertical-align: middle;
}

/* -----------------------------------------
:: BORDERS
----------------------------------------- */
.border-dashed-theme {
	border-radius: 50%;
	border: dashed #3498db 2px;
	position: relative;
}

.border-dashed-dark {
	border-radius: 50%;
	border: dashed #2C343B 2px;
	position: relative;
}

.border-dashed-light {
	border-radius: 50%;
	border: dashed #ffffff 2px;
	position: relative;
}

/* -----------------------------------------
:: SHADOWS
----------------------------------------- */
.shadow-sm {
	position: relative;
	display: inline-block;
}

.shadow-sm::before {
	content: "";
	position: absolute;
	bottom: -18px;
	height: 28px;
	width: 180px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../graphics/shadow-sm.png);
}

.shadow-md {
	position: relative;
	display: inline-block;
}

.shadow-md::before {
	content: "";
	position: absolute;
	bottom: -32px;
	height: 42px;
	width: 268px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../graphics/shadow-md.png);
}

.shadow-lg {
	position: relative;
	display: inline-block;
}

.shadow-lg::before {
	content: "";
	position: absolute;
	bottom: -44px;
	height: 64px;
	width: 404px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../graphics/shadow-lg.png);
}

/* -----------------------------------------
:: NUMBERED ARTICLE CONTAINERS
----------------------------------------- */
.article-numbered {
	position: relative;
	padding: 30px;
}

.article-numbered--number {
	position: absolute;
	right: 0%;
	top: -100px;
	font-size: 350px;
	font-family: "Lora", sans-serif;
	color: rgba(0, 0, 0, 0.05);
}

.article-numbered--title1 {
	text-align: right;
	margin-bottom: 0px;
}

.article-numbered--title2 {
	color: #ffffff;
	text-align: right;
	font-family: "Lora", sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-top: 0px;
	position: relative;
	display: inline-block;
	float: right;
	padding: 4px 15px 0px 15px;
	z-index: 1;
}

.article-numbered--title2::before {
	content: "";
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: -15%;
	background: #3498db;
	width: 100%;
	height: 20px;
	transform: skew(-32deg);
	z-index: -1;
}

.article-numbered-content {
	margin: 50px 15px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
}

/* -----------------------------------------
:: SECTION BACKGROUNDS
----------------------------------------- */
.section-bg {
	position: relative;
	overflow: hidden;
}

.section-bg-style2 {
	background: #0088CC url(../graphics/texture-grid-light-10px.png) top left;
	padding: 75px 0px;
	position: relative;
}

.section-bg-style2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #0088CC;
}

.section-bg-padding-30 {
	padding: 30px;
	position: relative;
}

.section-bg-cover--theme {
	background: rgba(0, 136, 204, 0.65);
}

.section-bg-cover--dark {
	background: rgba(0, 0, 0, 0.65);
}

.section-bg-cover--light {
	background: rgba(255, 255, 255, 0.65);
}

.section-bg-cover--theme-texture {
	background: rgba(0, 136, 204, 0.65) url(../graphics/texture-grid-light-10px.png) top left;
}

.section-bg-cover--dark-texture {
	background: rgba(0, 0, 0, 0.65) url(../graphics/texture-grid-dark-10px.png) top left;
}

.section-bg-cover--light-texture {
	background: rgba(255, 255, 255, 0.65) url(../graphics/texture-grid-light-10px.png) top left;
}

.section-bg-style3 {
	background: #2C343B;
	position: relative;
	margin-bottom: -5px;
	padding: 20px;
}

.section-bg-style3--bottom {
	width: 100%;
	height: 50px;
}

.section-bg-style4 {
	padding: 2%;
	width: 100%;
	height: 100%;
}

.section-bg-style4--bg-image:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 57%;
	width: 43%;
	background: rgba(0, 0, 0, 0.65);
}

.section-bg-style4--bg-image {
	background: url(../themed-images/backgrounds/section-bg-e.jpg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.section-bg-style4--bg-light {
	background: rgba(255, 255, 255, 0.80);
	height: 100%;
	margin-top: 20px;
}

.section-bg-style4--bg-title {
	display: none;
}

.section-bg-style5 {
	background: url(../graphics/section-bg-style5.png) center center repeat-x;
}

.section-bg-style6 {
	background: rgba(44,52,59,0.05);
	position: relative;
}

.section-bg-style6:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,1);
}

.section-bg-style6:after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,1);
}

/* -----------------------------------------
:: SCROLLING TEXT BACKGROUND
----------------------------------------- */
.animated-text--inner .animated-text--wrapper {
	-webkit-animation: 100s floatingText linear infinite;
	animation: 20s floatingText linear infinite;
	padding-left: 100%;
}

@-webkit-keyframes floatingText {
    from {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes floatingText {
    from {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.animated-text--wrapper {
	left: 1px;
	position: absolute;
	top: 50%;
	white-space: nowrap;
	height: 100%;
}

.animated-text--inner {
	position: relative;
}

.animated-text--text {
	display: inline-block;
	line-height: 1;
	position: relative;
	white-space: nowrap;
}

#svg-container {
	width: 100%;
	height: 100%;
}

/* -----------------------------------------
:: HEADER
----------------------------------------- */
.section-top {
	width: 100%;
}

.section-top--image-bg {
	display: block;
	height: auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: blur(5px);
}

.section-top--image-blur {
	display: block;
	height: auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter: blur(10px);
    /*
    mix-blend-mode: overlay;
    */
}

.section-top--image {
	display: block;
	height: auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display:none;
}

.section-top--image-cover {
	display: block;
	height: auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.section-top--image-cover-border {
	display: block;
	height: auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: overlay;
}

.section-top--gradient {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: rgba(44,52,59,0);
	background: -moz-linear-gradient(top, rgba(44,52,59,0) 0%, rgba(44,52,59,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,52,59,0)), color-stop(100%, rgba(44,52,59,1)));
	background: -webkit-linear-gradient(top, rgba(44,52,59,0) 0%, rgba(44,52,59,1) 100%);
	background: -o-linear-gradient(top, rgba(44,52,59,0) 0%, rgba(44,52,59,1) 100%);
	background: -ms-linear-gradient(top, rgba(44,52,59,0) 0%, rgba(44,52,59,1) 100%);
	background: linear-gradient(to bottom, rgba(44,52,59,0) 0%, rgba(44,52,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c343b', endColorstr='#2c343b', GradientType=0 );
}

.logo-wrapper {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	padding-top: 9%;
}

.section-top--brand {
	position: relative;
}

.section-top--brand:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 56.25%;
}

.section-top--brand > .section-top--brand-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.section-top--bottom-border {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #3498DB;
	transform:scaleY(1);
}

.section-top--header {
	width: 100%;
	position: relative;
	background: url('../graphics/section-top--bottom.png') center bottom repeat-x;
	padding-bottom: 100px;
}

.section-top--bottom-accent {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 228px;
	background: url('../graphics/section-top--bottom-accent.png') center top repeat-x;
	z-index: -1;
}

.section-top--header-top {
	width: 100%;
	position: relative;
	background: #3498DB;
}

.section1 {
	padding: 0 0 225px 0;
	background: url('../graphics/section-sl-main-bottom.png') center bottom repeat-x;
	margin-bottom: -125px;
}

.section-dark {
	position: relative;
	background-position: center center;
	background-size: cover;
	margin: 150px 0;
}

.section-dark .wrapper {
	background: url('../graphics/section3-dots.png') left center, rgba(44,52,59,0.88);
	position: relative;
	border-bottom: 3px solid rgba(52,152,219,1.0);
	border-top: 3px solid rgba(52,152,219,1.0);
}

.section-dark .row {
	padding: 60px 0 60px 0;
}

.section-dark .wrapper:before {
	content: "";
	height: 15px;
	width: 100%;
	position: absolute;
	background: url('../graphics/shadow-top-15.png') center bottom repeat-x;
	top: 0px;
	left: 0;
	right: 0;
}

.section-dark .wrapper:after {
	content: "";
	height: 15px;
	width: 100%;
	position: absolute;
	background: url('../graphics/shadow-bottom-15.png') center top repeat-x;
	bottom: 0;
	left: 0;
	right: 0;
}

.section-dark:before {
	content: "";
	height: 135px;
	width: 100%;
	position: absolute;
	background: url('../graphics/section-dark-top.png') center center repeat-x;
	top: -135px;
	left: 0;
	right: 0;
}

.section-dark:after {
	content: "";
	height: 135px;
	width: 100%;
	position: absolute;
	background: url('../graphics/section-dark-bottom.png') center center repeat-x;
	bottom: -135px;
	left: 0;
	right: 0;
}

.section-dark .article-heading, .section-dark {
	color: #ffffff;
}

/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.section-footer {
	height: 100%;
	background: url(../themed-images/backgrounds/section-bg-a.jpg) bottom center;
	position: relative;
	border-top: 10px solid #3498DB;
}

.section-footer p, .section-footer a:link, .section-footer a:visited {
	color: rgba(255,255,255,0.99);
}

.section-footer--cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
}

.section-footer--bottom {
	width: 100%;
	background: url('../graphics/footer-cover.png') center bottom repeat-x;
	padding-top: 150px;
	position: relative;
	max-height:400px;
}

.copyright-row {
	margin-top: 50px;
	background: #3498DB;
	padding: 20px 30px 10px;
	font-size: 1.3rem;
	line-height: 1;
}

/* -----------------------------------------
:: PARALLAX BACKGROUNDS 
----------------------------------------- */
.parallax-image-a {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-a.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.parallax-image-b {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-b.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.parallax-image-c {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-c.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.parallax-image-d {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-d.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.parallax-image-e {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-e.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.parallax-image-f {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-f.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.parallax-image-g {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-g.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.parallax-image-h {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-h.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.parallax-image-mobile {
	position: relative;
	background-image: url('../themed-images/backgrounds/flight-services-bg.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

/* -----------------------------------------
:: DIVIDERS and BORDERS
----------------------------------------- */
.divider {
	height: 10px;
	width: 100%;
}

.divider-theme {
	background: #3498DB;
}

.divider-dark {
	background: #000000;
}

.divider-light {
	background: #999999;
}

.border-bottom-theme-sm {
	border-bottom: 5px solid #3498db;
}

.divider-sm {
	background: #3498DB;
	height: 3px;
	width: 40%;
	margin: 30px 0 30px 10%;
}

.divider-lg {
	background: #3498DB;
	height: 3px;
	width: 80%;
	margin: 30px 10% 30px 10%;
}

/* -----------------------------------------
:: SECTIONS / PAGE HEADINGS H1 / SECTION HEADINGS H2
----------------------------------------- */
.wowed h1 {
	opacity: 0;
}

.wow {
	visibility: hidden;
}

/* -----------------------------------------
:: MOBILE VIDEO CONTAINER
----------------------------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -----------------------------------------
:: HELPER CLASSES
----------------------------------------- */
.row {
	position: relative;
}

.section {
	position: relative;
}

.relative {
	position: relative;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.static {
	position: static;
}

.inherit {
	position: inherit;
}

img.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* -----------------------------------------
:: web editors design view overrides 
----------------------------------------- */
body.designview .header, body.designview .menu-wrapper, body.designview .menu-bar, body.designview .social-bar, body.designview .footer-bg, body.designview .copyright, body.designview #menupush-nav, body.designview .menupush-nav, body.designview .menupush-nav-trigger, body.designview .background-video, body.designview .introLoading {
	display: none!important;
}

body.designview .col-xs-1, body.designview .col-xs-2, body.designview .col-xs-3, body.designview .col-xs-4, body.designview .col-xs-5, body.designview .col-xs-6, body.designview .col-xs-7, body.designview .col-xs-8, body.designview .col-xs-9, body.designview .col-xs-10, body.designview .col-xs-11, body.designview .col-xs-12, body.designview .col-sm-1, body.designview .col-sm-2, body.designview .col-sm-3, body.designview .col-sm-4, body.designview .col-sm-5, body.designview .col-sm-6, body.designview .col-sm-7, body.designview .col-sm-8, body.designview .col-sm-9, body.designview .col-sm-10, body.designview .col-sm-11, body.designview .col-sm-12, body.designview .col-md-1, body.designview .col-md-2, body.designview .col-md-3, body.designview .col-md-4, body.designview .col-md-5, body.designview .col-md-6, body.designview .col-md-7, body.designview .col-md-8, body.designview .col-md-9, body.designview .col-md-10, body.designview .col-md-11, body.designview .col-md-12, body.designview .col-lg-1, body.designview .col-lg-2, body.designview .col-sm-3, body.designview .col-lg-4, body.designview .col-lg-5, body.designview .col-lg-6, body.designview .col-lg-7, body.designview .col-lg-8, body.designview .col-lg-9, body.designview .col-lg-10, body.designview .col-lg-11, body.designview .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	min-height: auto;
}

body.designview .col-lg-12, body.designview .col-md-12, body.designview .col-sm-12 {
	width: 100%;
	display: block;
	clear: both;
}

body.designview .row {
	width: 100%;
	display: block;
}

body.designview .container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

body.designview section {
	width: 100%;
	display: table;
	clear: both;
}

body.designview .thumb {
	display: table;
	margin-bottom: 30px;
}

body.designview .thumb .img-responsive {
	display: table;
	height: auto;
}

body.designview .thm-img img {
	display: table;
	height: auto;
}

body.designview .col-lg-1, body.designview .col-md-1, body.designview .col-sm-1 {
	width: 7.333333333333332%;
}

body.designview .col-lg-2, body.designview .col-md-2, body.designview .col-sm-2 {
	width: 15.666666666666664%;
}

body.designview .col-sm-3, body.designview .col-md-3, body.designview .col-sm-3, body.designview .col-md-3.col-sm-6 {
	width: 22%;
}

body.designview .col-lg-4, body.designview .col-md-4, body.designview .col-sm-4 {
	width: 30.33333333333333%;
}

body.designview .col-lg-5, body.designview .col-md-5, body.designview .col-sm-5 {
	width: 40.66666666666667%;
}

body.designview .col-lg-6, body.designview .col-md-6, body.designview .col-sm-6 {
	width: 49%;
}

body.designview .col-lg-7, body.designview .col-md-7, body.designview .col-sm-7 {
	width: 57.333333333333336%;
}

body.designview .col-lg-8, body.designview .col-md-8, body.designview .col-sm-8 {
	width: 65.66666666666666%;
}

body.designview .col-lg-9, body.designview .col-md-9, body.designview .col-sm-9 {
	width: 74%;
}

body.designview .col-lg-10, body.designview .col-md-10, body.designview .col-sm-10 {
	width: 82.33333333333334%;
}

body.designview .col-lg-11, body.designview .col-md-11, body.designview .col-sm-11 {
	width: 90.66666666666666%;
}

body.designview .col-lg-11, body.designview .col-lg-10, body.designview .col-lg-9, body.designview .col-lg-8, body.designview .col-lg-7, body.designview .col-lg-6, body.designview .col-lg-5, body.designview .col-lg-4, body.designview .col-lg-4, body.designview .col-sm-3, body.designview .col-lg-2, body.designview .col-lg-1 {
	float: left;
}

body.designview .col-lg-1, body.designview .col-lg-2, body.designview .col-sm-3, body.designview .col-lg-4, body.designview .col-lg-5, body.designview .col-lg-6, body.designview .col-lg-7, body.designview .col-lg-8, body.designview .col-lg-9, body.designview .col-lg-10, body.designview .col-lg-11 {
	float: left;
}

body.designview .col-lg-11, body.designview .col-lg-10, body.designview .col-lg-9, body.designview .col-lg-8, body.designview .col-lg-7, body.designview .col-lg-6, body.designview .col-lg-5, body.designview .col-lg-4, body.designview .col-lg-4, body.designview .col-sm-3, body.designview .col-lg-2, body.designview .col-lg-1 {
	float: left;
}

body.designview .col-md-11, body.designview .col-md-10, body.designview .col-md-9, body.designview .col-md-8, body.designview .col-md-7, body.designview .col-md-6, body.designview .col-md-5, body.designview .col-md-4, body.designview .col-md-4, body.designview .col-sm-3, body.designview .col-md-2, body.designview .col-md-1 {
	float: left;
}

body.designview .col-sm-11, body.designview .col-sm-10, body.designview .col-sm-9, body.designview .col-sm-8, body.designview .col-sm-7, body.designview .col-sm-6, body.designview .col-sm-5, body.designview .col-sm-4, body.designview .col-sm-4, body.designview .col-sm-3, body.designview .col-sm-2, body.designview .col-sm-1 {
	float: left;
}

body.designview .col-xs-11, body.designview .col-xs-10, body.designview .col-xs-9, body.designview .col-xs-8, body.designview .col-xs-7, body.designview .col-xs-6, body.designview .col-xs-5, body.designview .col-xs-4, body.designview .col-xs-4, body.designview .col-xs-3, body.designview .col-xs-2, body.designview .col-xs-1 {
	float: left;
}

body.designview .designview-placeholder {
	display: block!important;
	visibility: visible;
}

body.designview .phone, body.designview .text-links, body.designview #bootstrap-slider, body.designview .index-slider-cover, body.designview #owl-about, body.designview #index-box-carousel, body .designview #bs-quotes, body.designview #bs-testimonials, body.designview #bs-welcome, body.designview .clients-carousel, body.designview #owl-customers, body.designview .laptop-bg, body.designview #owl-laptop, body.designview #owl-logos, body.designview #owl-projects, body.designview #owl-related, body.designview #owl-services, body.designview #owl-single, body.designview #social-icon, body.designview #owl-team, body.designview #ibc, body.designview #owl-testimonials, body.designview .faqs, body.designview .counter1, body.designview #countdown, body.designview #gallery1-list, body.designview #fullscreen-portfolio, body.designview .pricing-container, body.designview .progress5-wrapper, body.designview .tabs, body.designview .tabsv, body.designview .thm-loadmore, body.designview .menu-side {
	display: none!important;
}

body.designview .map-left {
	background: #222222;
}

body.designview .col-sm-3 ul.thumbs1-test-thb.text-center li a img {
	display: table;
}

body.designview .wowed h1 {
	opacity: 1;
}

body.designview .wow {
	visibility: visible;
}

.grayed {
	color: #747474;
	font-style: italic;
}
