/* ==================================================================
Kimberly Forness Wilson Fine Art n'Design CSS
021 Studio copyrights

================================================================== */

/*@font-face {
  font-family: VirginiaLight;
  src: url('../fonts/VirginiaLight.otf')  format('opentype');
}*/
@font-face {
  font-family: GeosansLight;
  src: url('../fonts/GeosansLight.ttf')  format('truetype');
}

/* ==================================================================
Basic Document Styles
================================================================== */


html,
body {
    margin: 0;
    padding: 0;
/*    overflow:hidden;*/
	font: 18px/24px 'GeosansLight', Fallback, sans-serif;
	line-height: 1;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/* Image Background */
	background-color: white;
	background: url('../img/KFW_lines.jpg') center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#loader {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #FFF;
	z-index: 9;
}

#loader > div {
	margin-left: auto;
	margin-right: auto;
}

/* Hack iPhone */
#loader.unvisible {
	display: none;
}

#nav, #menu, #footer {
  display: none;
}

.fp-easing {
	-webkit-transition: all 0.7s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.7s ease-out;
}

.row > div {
   height: 100%;
}

.vfull {
	position: absolute;
	top: 0;
	height: 100%;
}

.vfull > div {
	padding: 0;
}

.vmax > div {
	padding: 0;
}

.vmiddle > div {
	height: 100%;
	display: table;
	vertical-align: middle;
}

.vmiddle > div > div {
	display: table-cell;
	vertical-align: middle;
}

.vbottom > div {
	height: 100%;
	display: table;
	vertical-align: bottom;
	padding-top: 60px;
}

.vbottom > div > div {
	display: table-cell;
	vertical-align: bottom;
}

.img-responsive {
  margin-left: auto;
  margin-right: auto;
}

.img-center {
	margin: 0 auto;
}

.img-logo{
	margin-top: 40px;
}

.padbot {
	padding-bottom: 100px;
}

.padtop {
	padding-top: 40px;
}

.menuLogo: hover {
	opacity: 0.80;
    text-decoration: none;
}

/* <!-- Carousel --> */

.item {
    background: transparent;    
    text-align: center;
    width: 100%;
}
.carousel {
	z-index: 1;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}


/* </.-- Carousel --> */
		
/* =================
Typography
=================== */

h1, h2 {
	font-size: 30px;
	line-height: 48px;
	font-weight: 300;
	color: #000;
/*	color: #C11B17;*/
}

p {
	font: 16px 'GeosansLight', Fallback, sans-serif;
	line-height: 25px;
	color: #000;
}

p.title {
	font-size: 22px;
}

p.contact {
	font-size: 22px;
}

p.ft-style {
	font-size: 12px;
	margin-top: 50px;
}

.gold-typo {
	color:#f9c828;
	font-weight: 800;
}

.gold-gly {
	color:#f9c828;
}

.grey-typo {
	color:#151B54;
	font-weight: 600;
}

span.uppercase {
    text-transform: uppercase;
}

span.lowercase {
    text-transform: lowercase;
}

a {
	color: #000;
}

a:hover {
	color: #f1c40f;
	text-decoration: none;
}

/* =======================
Home Sections
======================== */

#homeSection {
	background: url('../img/KFW.jpg') center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#homeSection .vmiddle > div {
	height: 90%;
}

#homeSection .row:nth-child(2) img {
	margin-top: 2%;
	margin-bottom: 5%;
}

#homeSection a:hover {
	color: #f1c40f;
	opacity: 0.80;
}

#homeSection .menu {
	position: absolute;
	bottom: 20px;
}

#homeSection .menu li {
	color: #000;
}

#homeSection .menu a:hover {
	color: #f1c40f;
	opacity: 0.75;
}

/* =========================
 PAGE 
========================= */

.slideTitle h1 {
  color: #F9C828;
}

.last{
  padding-bottom: 100px;
}

h1 {
  color: #F9C828;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
}
  
h2 {
  color: #F9C828;
  font-size: 30px;
  font-weight: 900;
}

.paddingtop{
  padding-top: 60px;
}

.paddingtopR{
  padding-top: 100px;
}

/* =========================
NavBar
=========================== */

.navbar-default {
    background-image: none;
    background-repeat: none;
    border-radius: 0px;
    box-shadow: none;
    background-color: #FFF;
	opacity: 0.90;
    border-color: none;
	z-index: 7;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-image: none;
    background-repeat: none;
    box-shadow: none;
	background-color: transparent;
    color: #F9C828;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
	display:inline-block;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 450;
	float:none;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #F9C828;
}

.navbar-nav {
	float: right;
    margin: 0;
}

/* =========================
Menu
=========================== */

#menu {
	background: white;
	opacity: 0.90;
	position: absolute;
	top: 60px;
	z-index: 7;
}

/* menu class */

.menu {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.menu ul {
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	display:inline-block;
	line-height: 40px;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 450;
	margin: 10px;
}

.menu li.active {
	color: #f1c40f;
	opacity: 0,80;
}

.menu a {
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.menu a:hover {
	color: #9498a1;
}

/* ===============
Footer
=================*/

#footer {
	position: fixed;
	bottom: 1%;
	display: block;
	vertical-align: bottom;
	z-index: 7;
	width: 100%;
	height: auto;
}

#footer ul {
	width:100%;
	list-style-type: none; 
}

li.typo-footer {
	font: 11px 'GeosansLight', Fallback, sans-serif;
	color: #999;
	text-transform: initial;
	text-align: center;
}

/* ========================
@Media
========================== */

@media only screen and (max-width: 767px) {
	
	html, body {
		background-color: white;
		background: none;
		overflow-x: hidden;
		overflow-y: visible;
	}
	
	#nav, #menu > ul {
		display: none;
	}
  
	#homeSection {
		background: none;
		margin-top: 40px;
	}
	
	#homeSection .row:nth-child(2) {
		margin-left: 5%;
		margin-right: 5%;
	}
  
	#homeSection .row:nth-child(2) img {
		margin-top: 3% !important;
		margin-bottom: 3% !important;
	}

	#pageSection .row:nth-child(1) {
		margin-left: 1%;
		margin-right: 1%;
	}
  
	#pageSection .row:nth-child(2) {
		margin-left: 1%;
		margin-right: 1%;
	}
  
	p {
		font-size: 14px;
		line-height: 20px;
	}
	
	p.copy {
		font-size: 11px;
	}

	.padtop {
		padding-top: 40px;
	}
	
	.padbot {
		padding-bottom: 80px;
	}
}

@media screen and (min-width: 1200px) {

	p {
		font-size: 18px;
	}
}

/* ==================================================================
Mobile Landscape Size to Tablet Portrait (devices and browsers)
================================================================== */
@media only screen and (min-width: 460px) and (max-width: 767px) {
		
	.container-fluid {
		width: 460px;
	}
}