﻿/* -----------------------------------------
:: HTML / BODY
----------------------------------------- */
html {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 100px 0 0 0;
	position: relative;
	background: #efefef url('../graphics/body-bg.jpg');
}
@media(min-width:992px) {
body {
	padding: 180px 0 0 0;
}
}
/* -----------------------------------------
:: HEADER SECTION
----------------------------------------- */
.secondary-layout .header__top .container {
	position: relative;
}
.secondary-layout .header__wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	transition: all 1s ease;
	z-index: 111111;
}
.secondary-layout .header__top {
	min-height: 80px;
	transition: all 1s ease;
	background: url('../graphics/header__wrapper--bg.png') right top repeat-x, url('../graphics/patterns/redox-02.png') repeat-x top center,#0F9162;
	opacity: 1.0;
}
@media(min-width:992px) {
.secondary-layout .header__top {
	min-height: 180px;
	transition: all 1s ease;
	background: url('../graphics/header__wrapper--bg.png') right top repeat-x, url('../graphics/patterns/redox-02.png') repeat-x top center,#0F9162;
	opacity: 1.0;
}
}
.secondary-layout .header__top.header__scroll {
	min-height: 60px;
	transition: all 1s ease;
	background: url('../graphics/header__wrapper--bg.png') right -150px repeat-x, url('../graphics/patterns/redox-02.png') repeat-x top center,#0F9162;
	opacity: 1.0;
}
.secondary-layout .header__scroll {
	width: 100%;
	transition: all 1s ease;
	opacity: 0.85;
}
.secondary-layout .header__scroll:hover {
	width: 100%;
	transition: all 1s ease;
	opacity: 1.0;
}
.secondary-layout .header__scroll2 {
	opacity: 0;
	transition: all 1s ease;
}
.secondary-layout .header__scroll .website-name, .header__scroll .website-name a {
	color: #ffffff;;
	transition: all 1s ease;
}
.secondary-layout .header__scroll ul#menu.menu.nav.navbar-nav > li > a {
	color: #ffffff;
	transition: all 1s ease;
}
/* -----------------------------------------
:: SOCIAL SECTION
----------------------------------------- */
.secondary-layout .header__social {
	opacity: 1;
	transition: all 1s ease;
	position: relative;
}
@media(min-width:992px) {
.secondary-layout .header__social {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 111112;
}
}
/* -----------------------------------------
:: SECTION DEFAULT
----------------------------------------- */
.section {
	position: relative;
	margin: 0px 0px;
}
.section-default {
	position: relative;
}
.section-inner {
	padding: 10px;
	position: relative;
}
/* -----------------------------------------
:: SECTION THEMED
----------------------------------------- */
.section-themed {
	background: url('../themed-images/backgrounds/section-bg-themed.jpg') center center no-repeat;
}
/* -----------------------------------------
:: SECTION FOOTER
----------------------------------------- */
.section-footer {
	background: #313038;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 85%;
	color: #0F9162;
}
.thm-footer-content {
	padding-top: 5px;
	text-align: center;
}
.thm-footer-content--right {
	padding-top: 5px;
	text-align: center;
}
@media (min-width: 992px) {
.thm-footer-content {
	padding-top: 35px;
	text-align: left;
}
.thm-footer-content--right {
	padding-top: 45px;
	text-align: right;
}
}
.section-footer p, .section-footer a {
	color: #0F9162;
}
.copyright-row {
	opacity: 1;
	transition: all 1s ease;
	position: relative;
	background: #0F9162 url('../graphics/patterns/redox-02.png');
	padding: 0px 0 0px;
	color: #313038;
	font-size: 1.4rem;
	padding: 10px 0 0 0;
}
.footer-logo {
	background: url('../images/logo.png') center center no-repeat;
	width: 165px;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.footer-logo p {
	margin: 0;
	padding: 0;
	font-weight: 700;
}
.copyright-row p, .copyright-row a {
	color: #313038;
}
/* -----------------------------------------
:: MEDIA QUERIES FOR DESKTOP
----------------------------------------- */
@media (min-width: 992px) {
.section__template--top {
	margin: 50px 0px 100px 0px;
}
.section {
	margin: 0px;
}
.section.section-default-padding {
	padding: 100px 0px;;
}
.section-inner {
	padding: 100px;
}
.section-default .section-inner:before {
	content: "";
	width: 36px;
	height: 12px;
	position: absolute;
	top: 20px;
	left: 15px;
	background: url(../graphics/section-top-left-dots.png);
}
.section-default .section-inner:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 20px;
	right: 15px;
	background: url(../graphics/section-top-right-dots.png);
}
/* -----------------------------------------
:: SECTION DARK
----------------------------------------- */
.section-dark {
	position: relative;
	background-position: center center;
	background-size: cover;
	margin: 100px 0px;
}
.section-dark .section-inner {
	background: rgba(15,145,98,0.0);
	position: relative;
	border-bottom: 3px solid #0F9162;
	border-top: 3px solid #0F9162;
}
.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 .article-heading, .section-dark {
	color: #ffffff;
}
/* -----------------------------------------
:: DIVIDERS and BORDERS
----------------------------------------- */
.divider1 {
	height: 50px;
	background: #2E3035 url('../graphics/body-bg-dark.jpg');
	box-shadow: inset 0 50px 50px -50px rgba(0,0,0,0.50), inset 0 -50px 50px -50px rgba(0,0,0,0.50);
}
}
