﻿/* -----------------------------------------
:: FONTS

    font-family: 'Roboto', sans-serif;

    font-family: 'Josefin Sans', sans-serif;

    font-family: 'Kaushan Script', cursive;

----------------------------------------- */
/* -----------------------------------------
:: BODY
----------------------------------------- */
body {
	background-color: #1E1E20;
	background: url('../graphics/body-bg.jpg') center top;
}

.main {
	position: relative;
	overflow-y: auto;
	padding: 0;
	backface-visibility: hidden;
	padding-left: 35px;
}

@media (min-width: 1024px) {
.main {
	padding-left: 70px;
	padding-right: 70px;
}

}
/* -----------------------------------------
:: SIDEBAR
----------------------------------------- */
.section-fixed-side {
	position: fixed;
	top: 0;
	left: 0;
	width: 35px;
	height: 100%;
	background: rgba(0,0,0,0.05);
	text-align: center;
}

.sidebar-icons {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-icons li {
	margin-bottom: 15px;
}

.sidebar-icons a {
	color: rgba(0,0,0,0.2);
}

.sidebar-btn {
	line-height: 2;
	margin: 0px;
	padding: 0px 5px;
	height: 35px;
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-sidebar {
	width: 35px;
	text-align: center;
	padding-bottom: 0px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 768px) {
.section-fixed-side {
	background: rgba(0,0,0,0.0);
}

}
@media (min-width: 1024px) {
.section-fixed-side {
	width: 70px;
}

.section-sidebar {
	bottom: 140px;
	width: 70px;
	text-align: center;
	background: url('../graphics/body-bg.jpg');
	padding-top: 35px;
	padding-bottom: 20px;
}

.section-fixed-side:before {
	content: "";
	position: absolute;
	top: 70px;
	left: 35px;
	bottom: 70px;
	width: 1px;
	background: rgba(0,0,0,0.60);
}

.sidebar-btn {
	position: absolute;
	bottom: 17px;
	left: 17px;
}

}
/* -----------------------------------------
:: SECTION WRAPPERS AND BACKGROUNDS
----------------------------------------- */
.section-header, .section-content {
	padding: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.section-dark-left {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('../graphics/bg-dark.jpg');
	background-repeat: repeat-y;
	background-size: 100% 100%;
	padding: 10px;
	overflow: hidden;
}

.section-dark-left {
	color: rgba(255,255,255,0.8);
}

.section-dark-right {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('../graphics/bg-dark.jpg');
	background-repeat: repeat-y;
	background-size: 100% 100%;
	background-position: 100% 100%;
	padding: 10px;
	overflow: hidden;
}

.section-slider {
	position: relative;
	width: 100%;
	height: 100%;
}

.section-header-dark-left {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: repeat-y;
	background-size: 50% 100%;
	padding: 10px 0 10px 0px;
}

.full-height {
	margin-bottom: 10px;
}

.section-light {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}

@media (min-width: 768px) {
.section-header-dark-left {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: repeat-y;
	background-size: 50% 100%;
	padding: 35px 0 35px 0px;
}

}
@media (min-width: 1024px) {
.section-dark-left {
	background-size: 50% 100%;
	padding: 35px;
}

.section-dark-right {
	background-size: 50% 100%;
	padding: 35px;
}

.section-slider {
	background-image: url('../graphics/bg-dark.jpg');
	background-repeat: repeat-y;
	background-size: 50% 100%;
	background-position: 100% 100%;
	padding: 35px 0 35px 0px;
	overflow: hidden;
	display: table;
	position: relative;
}

.section-header-dark-left {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: repeat-y;
	background-size: 50% 100%;
	padding: 35px 0 35px 0px;
}

.section-header {
	padding: 35px 0px 0 0px;
	width: 100%;
	overflow: hidden;
	height: 100%;
	height: 100vh;
}

.section-header-dark-left {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('../graphics/bg-dark.jpg');
	background-repeat: repeat-y;
	background-size: 50% 100%;
	z-index: 0;
}

.full-height {
	margin-bottom: 0px;
	overflow: hidden;
}

.section-light {
	width: 100%;
	overflow: hidden;
	padding: 150px 0;
}

}
@media (min-width: 1024px) {
.full-height {
	height: 100vh;
	margin-bottom: 0px;
}

.section-header {
	padding: 70px 0px 0 0px;
}

.section-header-dark-left, .section-slider {
	padding: 70px 0 70px 0px;
}

}
/* -----------------------------------------
:: ACCOUNTS
----------------------------------------- */
.accounts-grid-links a span {
	display: none;
}

.section-welcome__links, .section-welcome__links a {
	color: rgba(0,0,0,0.2);
	font-size: 14px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.accounts-grid__accounts {
	height: 35px;
	position: relative;
}

.accounts-grid-links, .accounts-grid-search {
	height: 35px;
	padding: 5px 0px 0 0;
}

.accounts-grid-links {
	display: inline-block;
}

.accounts-grid-links i {
	margin: auto 10px;
}

.accounts-grid-links a span {
	margin: 0px 20px 0 5px;
}

.accounts-grid-search {
	display: inline-block;
	margin-left: 30px;
	max-width: 100px;
}

@media (min-width: 768px) {
.section-welcome__links {
	position: absolute;
	top: 0px;
	right: 10px;
}

}
@media (min-width: 1024px) {
.accounts-grid-links {
	margin-left: 20px;
}

.accounts-grid__accounts {
	top: 10px;
	height: 70px;
}

.accounts-grid-links, .accounts-grid-search {
	height: 70px;
}

.accounts-grid-search {
	float: right;
}

.accounts-grid-links i {
	margin: auto 0px auto 10px;
}

.accounts-grid-links a span {
	display: inline;
}

.section-welcome__links {
	width: 50%; 
}

.section-welcome__links {
	top: 0;
}

}
/* -----------------------------------------
:: SEARCH
----------------------------------------- */
.accounts-grid-search .field {
	position: relative;
	margin-top: -1px;
}

.accounts-grid-search .field i {
	position: absolute;
	top: 6px;
	left: -20px;
}

.accounts-grid-search input {
	border: none;
	width: 100%;
	outline: 0;
	color: rgba(0,0,0,0.2);
	font-size: 14px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	background: none;
	padding: 0;
	line-height: 1;
	height: 24px;
}

.accounts-grid-search label {
	color: rgba(0,0,0,0.2);
	font-size: 14px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	position: absolute;
	margin-top: -19px;
	pointer-events: none;
	transition: all 0.2s ease;
	font-weight: normal;
	text-shadow: 0 0 0 0;
	line-height: 1;
	height: 24px;
}

.accounts-grid-search input:focus ~ label, .accounts-grid-search input:valid ~ label{
			margin-top:-50px;
			font-size: 10px;
			outline:none;
			box-shadow: none;
		}
.accounts-grid-search input:focus ~ i{
			margin-top:0px;
		}
.accounts-grid-search input:focus, .accounts-grid-search input:valid {
	border-bottom-color: #555;
}

:invalid {
	box-shadow: none;
}

:-moz-submit-invalid {
	box-shadow: none;
}

:-moz-ui-invalid {
	box-shadow: none;
}

.section-welcome__header-menu {
	display: none;
}

/* -----------------------------------------
:: SECTION WELCOME
----------------------------------------- */
@media(min-width:768px){
.section-welcome__header {
	position: relative;
	color: #ffffff;
	height: auto;
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 0px;
}

.section-logo {
	position: absolute;
	top: 0px;
	left: 35px;
}

.section-welcome__header-menu {
	position: absolute;
	top: 20px;
	transform: translateY(-0%);
	z-index: 11;
	padding: 0 0 0 70px;
	display: block;
}

.section-welcome__header-menu--top, .section-welcome__header-menu--bottom {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}
.section-welcome__header-menu--top:hover, .section-welcome__header-menu--bottom:hover {
	color: #f2a448;
	text-decoration:none;
}


.section-welcome__header-menu--bottom {
	display: none;
}

.section-welcome__header-menu ul li {
	list-style: none;
	padding-bottom: 20px;
}

.section-welcome__header-menu ul {
	padding: 0;
}

.section-welcome__header-menu ul li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 30px;
	color: #ffffff;
}

.section-welcome__header-menu ul li span {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #ffffff;
	margin-right: 20px;
	position: relative;
}

.section-welcome__header-menu ul li span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 40px;
	height: 2px;
	background: #F2A448;
}

.section-welcome__header-menu ul li a:hover {
	text-decoration: none;
	color: #F2A448;
}

.section-welcome__header-menu--bottom:after {
	content: "";
	position: absolute;
	top: 50px;
	width: 17px;
	height: 50px;
	background: url('../graphics/whatsnew-scroller.png');
	left: calc(50% - 8px);
}

}
/*tablet landscape*/
@media(min-width:768px){
.section-welcome__header-menu {
	top: 60px;
}

}
/*desktop*/
@media(min-width:1024px){
.section-welcome__header {
	position: relative;
	color: #ffffff;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0 0 0 70px;
}

.section-logo {
	position: absolute;
	top: 10px;
	left: 70px;
}

.section-welcome__header-menu {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 0 0 70px;
}

.section-welcome__header-menu--bottom {
	display: inline;
}

.section-welcome__header-menu ul li {
	padding-bottom: 20px;
}

.section-welcome__header-menu ul {
	padding: 0;
}

.section-welcome__header-menu ul li a {
	font-size: 30px;
}

.section-welcome__header-menu ul li span {
	font-size: 30px;
	margin-right: 20px;
}

.section-welcome__header-menu ul li span:after {
	bottom: -5px;
	width: 40px;
}

.section-welcome__header-menu--bottom:after {
	content: "";
	position: absolute;
	top: 50px;
	width: 17px;
	height: 50px;
	background: url('../graphics/whatsnew-scroller.png');
	left: calc(50% - 8px);
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

}
/* -----------------------------------------
:: SECTION INTRO
----------------------------------------- */
.section-intro {
    position: relative;
    background-image: url('../themed-images/backgrounds/2018 picture-01 1920 72.jpg');
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    height: 100%;
    height: 100vh;
    z-index: 0;
}

.section-intro:after {
	position: absolute;
	right: 50%;
	top: 0;
	content: "";
	display: block;
	height: 100%;
	background-image: url('');
	z-index: 1;
	width: 50%;
}

@media(min-width:1025px) {
.section-intro {
    position: relative;
    background-image: url('../themed-images/backgrounds/2018 picture-01 1920 72.jpg');
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    height: 100%;
    height: 100vh;
    z-index: 0;
}

	
}


@media(min-width:769px) {
.section-intro-secondary-img {
	position: absolute;
	width: 50%;
	top: 70px;
	left: 0px;	bottom: 70px;
	right: 50%;
	background-image: url('../themed-images/backgrounds/IMG_8756.JPG');
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	z-index: 10;
}	
}


.section-intro-content {
	height: 480px;
	width: 460px;
	background: rgba(255,255,255,0.65);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	position: absolute;
	left: calc(50% - 230px);
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
	padding: 20px;
	display: table;
}

.section-intro-content__inner {
	border: 1px solid transparent;
	border-image: url('../graphics/border-bg-dark.png') 30 round;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.section-intro-content__inner hr {
	width: 20%;
	height: 1px;
	border-color: rgba(0,0,0,0.25);
}

/* -----------------------------------------
:: SECTION FEATURED 3COL
----------------------------------------- */
/* -----------------------------------------
:: SECTION FEATURED SPLIT
----------------------------------------- */
.section-dark-right {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('../graphics/bg-dark.jpg');
	background-repeat: repeat-y;
	background-size: 100% 100%;
	background-position: 100% 100%;
	padding: 10px;
	overflow: hidden;
}

@media (min-width: 1170px) {
.section-dark-right {
	background-size: 50% 100%;
	padding: 35px;
}

}
.section-light i {
	margin-top: 20px;
}

/* -----------------------------------------
:: SECTION FEATURED 4COL
----------------------------------------- */
.featured-light, .featured-dark {
	padding: 25% 35px;
	text-align: center;
}

.featured-dark {
	background-image: url('../graphics/bg-dark.jpg');
	color: rgba(255,255,255,0.8);
}

/* -----------------------------------------
:: SECTION FEATURED 3COL
----------------------------------------- */
.featured-content1 .featured-content-img, .featured-content2 .featured-content-img, .featured-content3 .featured-content-img {
	height: 600px;
	transition: all .3s ease;
	position: relative;
}

.featured-content-details {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 140px;
	background: url('../graphics/bg-dark.jpg');
	border-top: 1px solid #ffffff;
	text-align: center;
	display: table;
	vertical-align: middle;
	width: 100%;
}

.section-featured-content [class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.featured-content1 .featured-content-img {
	background: url('../themed-images/placeholders/640x480/holder1-640x480.jpg') center center no-repeat;
	background-size: 170%;
}

.featured-content2 .featured-content-img {
	background: url('../themed-images/placeholders/640x480/holder2-640x480.jpg') center center no-repeat;
	background-size: 170%;
}

.featured-content3 .featured-content-img {
	background: url('../themed-images/placeholders/640x480/holder3-640x480.jpg') center center no-repeat;
	background-size: 170%;
}

.featured-content1 {
	border-right: 1px solid transparent;
}

.featured-content2 {
	border-right: 1px solid transparent;
}

.featured-content1 .featured-content-img:hover, .featured-content2 .featured-content-img:hover, .featured-content3 .featured-content-img:hover {
	background-size: 200%;
}

/* -----------------------------------------
:: SECTION SOCIAL
----------------------------------------- */
.section-social {
	text-align: center;
	padding: 200px 0;
}

.section-social h3 {
	font-size: 40px;
}

.section-social i {
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.5);
	text-align: center;
	width: 50px;
	height: 50px;
	padding: 7px 0 0 0;
	color: rgba(255,255,255,0.5);
}

/* -----------------------------------------
:: SECTION CONTACT
----------------------------------------- */
.section-contact {
	padding: 100px 0;
}

/* -----------------------------------------
:: SECTIONS
----------------------------------------- */
.section1 {
	position: relative;
	padding: 50px 0;
}

@media (min-width: 1024px) {
}
/* -----------------------------------------
:: FONTS

    font-family: 'Roboto', sans-serif;

    font-family: 'Josefin Sans', sans-serif;

    font-family: 'Kaushan Script', cursive;

----------------------------------------- */
/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer {
	padding: 50px 0;
	background-image: url('../graphics/bg-dark.jpg');
	color: rgba(255,255,255,0.8);
}

.footer ul li {
	list-style: none;
	padding: 0;
}

.footer ul {
	padding: 0;
}

.copyright {
	padding: 50px 0;
}

.footer--icons ul li {
	display: inline;
}

/* -----------------------------------------
:: BG TYPE: COLOR
----------------------------------------- */
.bg-type {
	overflow: hidden;
}

.bg-color-theme {
	background-color: #f2a448;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.bg-color-dark {
	background-color: #1E1E20;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1;
}

/* -----------------------------------------
:: BG TYPE: TEXTURE
----------------------------------------- */
.bg-texture-theme {
	background: url('../graphics/bg-texture-theme.jpg') center;
	position: relative;
}

.bg-texture-dark {
	background: url('../graphics/bg-texture-dark.jpg') center;
	position: relative;
}

.bg-texture-theme-cta {
	background: url('../graphics/bg-cta-large.jpg') center top no-repeat, url('../graphics/bg-texture-theme.jpg') center top;
	position: relative;
}

/* -----------------------------------------
:: BG TYPE: IMAGE
----------------------------------------- */
.bg-image-theme {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

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

@media(min-width:1025px) {
.bg-parallax-a {
    position: relative;
    background-image: url(../themed-images/backgrounds/section-bg-a.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}	
}



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

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

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

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

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

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

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

/* -----------------------------------------
:: BG: STYLE
----------------------------------------- */
.bg-shadow {
	background: url('../graphics/bg-shadow-left-top.png') left top no-repeat, url('../graphics/bg-shadow-right-top.png') right top no-repeat, url('../graphics/bg-shadow-left-bottom.png') left bottom no-repeat, url('../graphics/bg-shadow-right-bottom.png') right bottom no-repeat;
}

.bg-top-light-sm {
	background: url('../graphics/bg-top-light-sm.png') center top no-repeat;
}

.bg-top-light-md {
	background: url('../graphics/bg-top-light-md.png') center top no-repeat;
}

.bg-top-light-lg {
	background: url('../graphics/bg-top-light-lg.png') center top no-repeat;
}

.bg-top-light-xl {
	background: url('../graphics/bg-top-light-xl.png') center top no-repeat;
}

.bg-top-dark-sm {
	background: url('../graphics/bg-top-dark-sm.png') center top no-repeat;
}

.bg-top-dark-md {
	background: url('../graphics/bg-top-dark-md.png') center top no-repeat;
}

.bg-top-dark-lg {
	background: url('../graphics/bg-top-dark-lg.png') center top no-repeat;
}

.bg-top-dark-xl {
	background: url('../graphics/bg-top-dark-xl.png') center top no-repeat;
}

.bg-top-dark-centered {
	background: url('../graphics/bg-top-dark-centered.png') center top no-repeat;
}

.bg-bottom-light-sm {
	background: url('../graphics/bg-bottom-light-sm.png') center bottom no-repeat;
}

.bg-bottom-light-md {
	background: url('../graphics/bg-bottom-light-md.png') center bottom no-repeat;
}

.bg-bottom-light-lg {
	background: url('../graphics/bg-bottom-light-lg.png') center bottom no-repeat;
}

.bg-bottom-light-xl {
	background: url('../graphics/bg-bottom-light-xl.png') center bottom no-repeat;
}

.bg-bottom-dark-sm {
	background: url('../graphics/bg-bottom-dark-sm.png') center bottom no-repeat;
}

.bg-bottom-dark-md {
	background: url('../graphics/bg-bottom-dark-md.png') center bottom no-repeat;
}

.bg-bottom-dark-lg {
	background: url('../graphics/bg-bottom-dark-lg.png') center bottom no-repeat;
}

.bg-bottom-dark-xl {
	background: url('../graphics/bg-bottom-dark-xl.png') center bottom no-repeat;
}

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

.bg-cover-dark-x1 {
	background: rgba(0,0,0,0.2);
}

.bg-cover-dark-x2 {
	background: rgba(0,0,0,0.4);
}

.bg-cover-dark-x3 {
	background: rgba(0,0,0,0.6);
}

.bg-cover-dark-x4 {
	background: rgba(0,0,0,0.8);
}

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

/* -----------------------------------------
:: BG: STYLE BORDERS
----------------------------------------- */
.bg-border-dark {
	border-top: 5px solid rgba(0,0,0,1.0);
	border-bottom: 5px solid rgba(0,0,0,1.0);
}

.bg-border-dark-top {
	border-top: 5px solid rgba(0,0,0,1.0);
}

.bg-border-dark-bottom {
	border-bottom: 5px solid rgba(0,0,0,1.0);
}

.bg-border-light-top {
	border-top: 10px solid rgba(255,255,255,0.5);
}

.bg-border-light-bottom {
	border-bottom: 10px solid rgba(255,255,255,0.5);
}

/* -----------------------------------------
:: BG: STYLE PADDING
----------------------------------------- */
.bg-padding-xs {
	padding: 2px 0;
}

.bg-padding-sm {
	padding: 5px 0;
}

.bg-padding-md {
	padding: 10px;
}

.bg-padding-lg {
	padding: 15px;
}

.bg-padding-xl {
	padding: 30px 0px 30px 0px;
}

@media (min-width:992px){
.padding-0 {
	padding: 0;
}

.margin-0 {
	margin: 0;
}

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

.bg-padding-30 {
	padding: 30px;
}

.bg-padding-150 {
	padding: 150px 0px 150px 0px;
}

.bg-padding-xs {
	padding: 5px 0;
}

.bg-padding-sm {
	padding: 10px 0;
}

.bg-padding-md {
	padding: 50px;
}

.bg-padding-lg {
	padding: 100px;
}

.bg-padding-xl {
	padding: 150px 0px 150px 0px;
}

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

.divider-theme {
	background: #f2a448;
}

.divider-dark {
	background: #000000;
}

.divider-light {
	background: #999999;
}

/* -----------------------------------------
:: SECTIONS
----------------------------------------- */
.section1 {
	padding: 50px 0;
}

/* -----------------------------------------
:: HEADINGS
----------------------------------------- */
.bg-heading {
	margin: 50px auto;
	padding: 10px 65px;
	line-height: 1;
	display: inline-block;
}

.bg-heading-theme {
	background: #f2a448;
}

.bg-heading-dark {
	background: #1E1E20;
}

.bg-heading-light {
	background: rgba(255,255,255,0.25);
}

/* -----------------------------------------
:: BUTTONS
----------------------------------------- */
.btn-theme {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	background: #f2a448;
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.5);
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 300;
	transition: all .1s ease;
	border-radius: 1px;
}

.btn-theme strong, .btn-theme b {
	font-weight: 400;
}

a.btn.btn-theme {
	color: #ffffff;
}

.btn-theme:hover {
	background: #1E1E20;
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,1.0);
}

.btn-theme a:hover {
	color: #ffffff;
	text-shadow: 0px 0px 25px rgba(245, 114, 72, 1);
}

.btn-theme-dark {
	background: #1E1E20;
}

.btn-theme-dark a {
	color: #ffffff;
	text-shadow: 0px 0px 25px rgba(245, 114, 72, 1);
}

.btn-theme-dark:hover {
	background: #f2a448;
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,1.0);
}

.btn-theme-dark a:hover {
	color: #ffffff;
	text-shadow: 0px 0px 25px rgba(245, 114, 72, 0);
}

@media (min-width:992px){
.btn-theme {
	font-size: 20px;
	text-transform: uppercase;
	min-width: 220px;
	padding: 0 20px;
	line-height: 58px;
}

}
/* -----------------------------------------
:: CALL TO ACTION
----------------------------------------- */
.cta-title {
	font-size: 20px;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1;
}

.cta {
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	content: " ";
	display: table;
	padding: 7px 0 10px 0;
}

.cta-large p:nth-child(1){
    padding:0;
    margin:0;
    line-height:1;
}
.cta-large h2 {
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 1;
}

h2.cta-title {
	margin: 0;
	padding: 0;
}

@media (min-width: 992px) {
.cta {
	padding: 7px 0 2px 0;
}

.cta-title {
	font-size: 36px;
}

.cta-content {
	float: left;
}

.cta-action {
	float: right;
	margin-left: 50px;
}

.cta-large .btn-theme {
	margin: 30px 30px 0 0;
}

}
/* -----------------------------------------
:: FEATURED COLLECTIONS
----------------------------------------- */
.collection {
	transition: all .3s ease;
}

.collection-left-top {
	background: url('../graphics/bg-bottom-dark-sm.png') center 200px no-repeat, url('../themed-images/placeholders/640x480/holder1-640x480.jpg') center center no-repeat;
	background-size: 108%;
}

.collection-left-bottom {
	background: url('../graphics/bg-bottom-dark-sm.png') center 250px no-repeat, url('../themed-images/placeholders/640x480/holder2-640x480.jpg') center center no-repeat;
	background-size: 150%;
}

.collection-center-top {
	background: url('../graphics/bg-bottom-dark-sm.png') center 250px no-repeat, url('../themed-images/placeholders/640x480/holder3-640x480.jpg') center center no-repeat;
	background-size: 150%;
}

.collection-center-bottom {
	background: url('../graphics/bg-bottom-dark-sm.png') center 200px no-repeat, url('../themed-images/placeholders/640x480/holder4-640x480.jpg') center center no-repeat;
	background-size: 108%;
}

.collection-right-top {
	background: url('../graphics/bg-bottom-dark-sm.png') center 200px no-repeat, url('../themed-images/placeholders/640x480/holder5-640x480.jpg') center center no-repeat;
	background-size: 108%;
}

.collection-right-bottom {
	background: url('../graphics/bg-bottom-dark-sm.png') center 250px no-repeat, url('../themed-images/placeholders/640x480/holder6-640x480.jpg') center center no-repeat;
	background-size: 150%;
}

.collection-featured-content p {
	padding: 0;
	margin: 0;
	line-height: 1;
}

.collection-featured-content h1, .collection-featured-content h2, .collection-featured-content h3, .collection-featured-content h4, .collection-featured-content h5, .collection-featured-content h6 {
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1;
}

.collection-featured-sm {
	width: 100%;
	overflow: hidden;
	padding: 30px;
	margin: 0 0 30px 0;
	position: relative;
	height: 200px;
}

.collection-featured-lg {
	width: 100%;
	overflow: hidden;
	padding: 30px;
	position: relative;
	margin: 0 0 30px 0;
	height: 200px;
}

.collection-left-top:hover, .collection-center-bottom:hover, .collection-right-top:hover {
	background-size: 150%;
}

.collection-left-bottom:hover, .collection-center-top:hover, .collection-right-bottom:hover {
	background-size: 180%;
}

.collection-featured-heading {
	text-align: center;
	padding: 15px;
}

@media (min-width: 992px) {
.collection-featured {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
}

.collection-featured-heading {
	text-align: center;
	padding: 20px;
	margin: 30px;
}

.collection-featured-heading h2 {
	display: inline;
	background: #f2a448;
	padding: 10px 65px;
}

.collection-featured-sm {
	height: 320px;
}

.collection-featured-lg {
	height: 480px;
}

.collection-featured-content {
	position: absolute;
	bottom: 30px;
}

}
/* -----------------------------------------
:: FEATURED PRODUCTS
----------------------------------------- */
.product-featured-image {
	position: relative;
	text-align: left;
}

.product-featured-image-secondary {
	position: absolute;
	opacity: 1;
}

.product-featured-image-primary {
	opacity: 1;
	position: relative;
	transition: all .5s ease;
}

.product-featured-image-primary:hover {
	opacity: 0;
}

.product-featured-image-content:hover ~ img	{
    opacity:0;
}
.product-featured-image-content:hover + img {
	opacity: 1;
}

.product-featured-title2 {
	opacity: 0;
}

.product-featured-title:hover .product-featured-title2 {
	opacity: 1;
}

.product-featured-title:hover .product-featured-title1 {
	opacity: 0;
}

.product-featured-image:hover .product-featured-title2 {
	opacity: 1;
}

.product-featured-variant-selectors {
	width: 100%;
	height: auto;
	line-height: 60px;
	text-align: center;
	background: #1E1E20;
}

.product-featured-variant-selectors a:hover {
	text-decoration: none;
}

.product-featured-variant-selectors img {
	margin: auto 10px;
}

.product-featured-title1, .product-featured-title2 {
	z-index: 2;
	position: absolute;
	bottom: 0;
	height: auto;
	width: 100%;
	line-height: 60px;
	background: #f2a448;
	text-align: center;
	color: #ffffff;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

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

.product-featured-image-content {
	width: 100%;
	text-align: center;
	display: block;
	background: rgba(0,0,0,0.2);
	padding: 5px 0;
	margin-top: 20px;
}

@media (min-width:992px){
.product-featured {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
	text-align: center;
}

.product-featured-image-content {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url('../graphics/bg-bottom-dark-sm.png');
	background-position: center 120%;
	background-repeat: no-repeat;
	transition: all .5s ease;
	opacity: 1;
	vertical-align: bottom;
}

.product-featured-image-content:hover {
	background-image: url('../graphics/bg-bottom-dark-sm.png');
	background-position: center 130%;
	background-repeat: no-repeat;
	opacity: .5;
}

.product-featured-price1 {
	position: absolute;
	bottom: 135px;
	left: 65px;
	color: #ffffff;
}

.product-featured-price2 {
	position: absolute;
	bottom: 60px;
	left: 65px;
	color: #ffffff;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: 400;
	text-shadow: 0px 0px 25px rgba(245, 114, 72, 1);
}

}
/* -----------------------------------------
:: SPLIT CONTENT
----------------------------------------- */
.content-split aside p:nth-child(1){
    padding:0;
    margin:0;
    line-height:1;
}
.content-split aside h3 {
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 1;
}

.content-box-no-bg {
	padding: 10px px 10px 0px;
}

.content-box-with-bg {
	padding: 10px 0px 10px 0px;
}

@media (min-width: 992px ){
.content-split {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
}

.content-box-no-bg {
	padding: 30px 30px 30px 0px;
}

.content-box-with-bg {
	padding: 30px 30px 30px 30px;
}

}
/* -----------------------------------------
:: FEATURED REVIEW
----------------------------------------- */
.review {
	transition: all .3s ease;
}

.review-featured {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
}

.review-img-1 {
	background-image: url('../themed-images/pages/index/review2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 105%;
}

.review-img-2 {
	background-image: url('../themed-images/pages/index/review1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 105%;
}

.review-img-1:hover, .review-img-2:hover {
	background-size: 120%;
}

.review-img, .review-content {
	width: 100%;
	height: 100%;
	padding: 10px;
}

.review-content-wrapper, .review-img-wrapper {
	min-height: 250px;
}

@media (min-width: 992px){
.review-content {
	background: rgba(0,0,0,0.2);
	padding: 20px;
}

.review-img {
	padding: 20px;
}

.review-content .btn-theme {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.review-content-wrapper, .review-img-wrapper {
	height: 500px;
	min-height: 500px;
	width: 100%;
	overflow: hidden;
	padding: 30px;
	position: relative;
}

}
@media (min-width: 1280px){
.review-img {
	background: rgba(0,0,0,0.2);
}

}
/* -----------------------------------------
:: CONTACT MAP
----------------------------------------- */
.map-wrapper2 .container {
	padding: 0 0 0 0;
}

/* contact.htm with half map */
.contact2-map iframe {
	width: 100%;
	border: 0;
	height: 350px;
}

div.contact2-map small {
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	background: rgba(0,0,0,0.25);
}

.contact2-form {
	margin-top: 50px;
}

.contact-half-map {
	position: relative;
}

.map-left {
	background: #222222;
	background: rgba(34, 34, 34, 0.88);
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.map-left {
	background: #222222;
	background: rgba(34, 34, 34, 0.88);
	position: relative;
	z-index: 1;
	height: 400px;
	width: 50%;
	padding-left: 100px;
	box-sizing: border-box;
}

.map-left:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #222222;
	border-left-color: rgba(34, 34, 34, 0.88);
	border-width: 30px;
	margin-top: -30px;
}

@media (min-width: 992px) {
.contact-half-map {
	height: 400px;
	position: relative;
}

}
