/* Website template by freewebsitetemplates.com */
/* Redesigned by Christopher "WildDog Takenaka" */
/* GREY #727272; BLUE #3366cc; GREEN #4CAF50 */

/* 85603a BROWN; 880808 BURGUNDY; eeb58c PEACH */

/* meta name="viewport" content="width=device-width, initial-scale=1" */

#wrap { 
	width: 1200px; 
	margin: 0 auto; 
}

body {    
	background-color: #0b080c; 
	color: #000000; /* TEXT for all pages */
	font-family: 'QuestrialRegular';
	font-size: 16px;
	margin: 0;
	min-width: 1200px;
	padding: 0;
        cursor: url('../images/rose.ico'), default; /* badger.ico */
}
@font-face {
	font-family: 'QuestrialRegular';
	src: url('../fonts/questrial-regular-webfont.eot');
	src: url('../fonts/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/questrial-regular-webfont.woff') format('woff'),
	url('../fonts/questrial-regular-webfont.ttf') format('truetype'),
	url('../fonts/questrial-regular-webfont.svg#QuestrialRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	outline: none;
}
img {
	border: 0;
}
#header {
	background: url(../images/KiyonoStudio-babyblue-emboss-supernova.png) no-repeat center top; 
	position: relative;
	width: 100%;
	z-index: 2;
}
#header div {
	margin: 0 auto;
	width: 1200px; /* DO NOT ADJUST! */
}
#header div a.logo { /* DO NOT ADJUST! */
	display: block;
	height: 246px;
	text-indent: -99999px;
} 
#header div ul {
	background: url(../images/88keys.svg) no-repeat center top;
	list-style: none;
	margin: 0; margin-top:20px;
	overflow: hidden;
	padding: 0;
}
#header div ul li {
	float: left;
	margin: 0 0 0 135px;
	position: relative;
	width: 235px; /* width of menu item */
    height: 50px; /* height of menu bar */
}
#header div ul li.current a,
#header div ul li.current a:hover,
#header div ul li a:hover {
	background: none; /* url(../images/badger.ico) no-repeat right top; url(../images/menu-selected.png) */
	/* color: #424141; */
}
#header div ul li a:hover { 
	background: none; /* DO NOT ADJUST! */
} 
#header div ul li a {
	background: none; /* DO NOT ADJUST! */
	color: #a3a3a3;
	display: inline-block;
	font-size: 14px;
	height: 50px; /* height to accommodate badger */
	line-height: 0px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px #ffffff;
        /* width: 120px; *//* adjust for badger (menu selection pointer) */
        font-size: 40px;
}
#header div ul li a.home {
	padding: 0 28px 0 10px;
}
#header div ul li a.about {
	padding: 0 28px 0 30px;
}
#header div ul li a.blog {
	padding: 0 28px 0 90px;
}
#header div ul li a.services {
	padding: 0 28px 0 110px;
}
    .image-iframe {
        width: 100%; /* Make iframe take full width of its container */
        height: 100%; /* Make iframe take full height of its container */
        border: none; /* Remove default iframe border */
    }

    /* Target the image directly within the iframe's content (if possible) */
    .image-iframe img {
        width: 100%;
        height: 100%;
        object-fit: contain; /* or 'cover', 'fill' depending on desired behavior */
    }
/* Style The Dropdown Button */
.dropbtn {
    background-color: black; /* NO COLOR */
    color: #a3a3a3;
    padding: 0px;
    font-size: 40px;
    border: 0px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px #ffffff;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    color: white;
    display: none;
    position: absolute;
    padding: 0px;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 1px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px #ffffff;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: black; /* NO COLOR */
}

#body { 
	background: linear-gradient(-330deg, #880808, #ffffff); 
	width: 100%; text-align: center;
}
#body div#background {
        background: url(../images/roses-background.png) repeat-y center top;
	/* min-height: 640px; */
	padding: 0;
	width: auto;
}
#body div#background div {
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0 0px;
	width: 940px;
}
#body div#background div div {
	margin: 0;
	padding: 0;
	width: 520px;
}
#body div#background div div div {
	padding: 10px 0 0 10px;
	width: 520px;
}
#body div#background div div div h1 {
	color: #eeb58c;
	font-size: 48px;
	font-weight: normal;
	line-height: 50px;
	margin: 0;
}
#body div#background div p { /* TEXT for HOME page */
	color: #000000;     /* #bebebe; */
	line-height: 35px;
	margin: 15px 0 0;
	text-align: no-justify;
    font-family: 'AlexBrushRegular'; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 35px;
}
p a {
	color: #000000; /* #bebebe; */
}
p a:hover {
	color: #6e6c6c;
}
#body div#background div div div p a:hover,
#body div#section ul li div p a:hover,
#body div div#content div p a:hover {
	text-decoration: underline;
}
#body div#background div div.about {
	float: left;
	padding: 0;
        text-align: left;
}
#body div#background div div.about h3 {
	color: #000000; /* #bebebe; */
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 24px;
	margin: 34px 0 0;
	text-transform: uppercase;
}
#body div#background div div.about h3:first-child {
	margin: 0;
}
#body div#background div div.about p { /* TEXT for ABOUT page */
	font-size: 20px;
        font-style: italic;
	line-height: 24px;
	margin: 0;
}
#body div#background div span {
	color: #eeb58c;
	display: block;
	float: right;
	font-size: 48px;
	font-weight: normal;
	line-height: 48px;
	margin: 8px 0 0;
	text-align: center;
	width: 480px;
}
#body div#section {
        background: url(../images/Kiyono-background.png) no-repeat center top;
	width: 100%;
}
#body div ul {
	list-style: none;
	margin: 0 auto;
	/* min-height: 400px; */
	padding: 0 0 42px;
	width: 940px;
}
#body div ul li {
	display: block;
	overflow: hidden;
	padding: 24px 0 0;
}
#body div ul li:first-child {
	padding: 66px 0 0;
}
#body div#section ul li:first-child {
	padding: 36px 0 0;
}
#body div ul li a img {
	/* border: 3px solid #f2f1e6; *//*  */
	display: block;
	float: left;
	filter: alpha(opacity=100); /* Needed for IE8 and old versions */
	opacity: 1;
}
#body div ul li a img:hover {
	filter: alpha(opacity=90); /* Needed for IE8 and old versions */
	opacity: 0.9;
}
#body div ul li div {

	float: right;
	padding: 0;
	width: 492px;
}
#body div#section ul li div p { 
	color: #000000; /* #eeb58c; */
	line-height: 30px;
	margin: 0;
	padding: 0 0 30px;
	text-align: justify;
}
#body div ul li div p {
	color: #000;
	line-height: 30px;
	margin: 0;
	padding: 0 0 30px;
	text-align: justify;
}
#body div ul li div p a {
	color: #EEB58C;
}
#body div ul li div a.readmore {
	color: #585758;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
	text-decoration: none;
}
#body div ul li div a.readmore:hover {
	color: #b4b3b4;
}
#footer ul li a:hover {
	color: #b6834f;
}
#body div {
	margin: 0 auto;
	/* padding: 60px 0 80px; */
	width: 940px;
        text-align: center;
}
#body div div.blog { 
	color: #000000; /* #585758; */
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	width: auto; 
        /* text-align: justify; */
}
#body div div.blog a { 
	color: #000000; /* #585758; */
	text-decoration: none;
}
#body div div.blog a:hover,
#body div div#content div a.back:hover {
	color: #838282;
}
#body div div#content {
	margin: 0px 0 0;
	overflow: hidden;
	padding: 0;
	width: auto;
}
#body div div#content div:first-child {
	float: left;
	width: 282px;
}
#body div div#content div:first-child a img {
	/* border: 3px solid #F2F1E6; *//* badger on PERFORMANCES */
	display: block;
	margin: 0 0 12px; /* vertical SPACE between pictures in left column */
	filter: alpha(opacity=100); /* Needed for IE8 and old versions */
	opacity: 1;
}
#body div div#content div:first-child a img:hover {
	filter: alpha(opacity=90); /* Needed for IE8 and old versions */
	opacity: 0.9;
}
#body div div#content div {
	float: right;
	padding: 0;
	width: 395px; 
}
#body div div#content div p {
	line-height: 30px;
	margin: 0 0 45px; 
	text-align: no-justify;
}
#body div div#content div p a {
	color: #000000;
}
#body div div#content div a.back {
	color: #585758;
	display: block;
	font-size: 12px;
	font-style: italic;
	line-height: 22px;
	text-decoration: none;
}
#body div div#paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 80px 0 0;
	padding: 0;
	text-align: center;
	width: 940px;
}
#body div div#paging span {
	display: inline;
	height: auto;
	margin: 0;
	width: auto;
}
#body div div#paging span a,
#body div div#paging ul li a { 
	color: #727272;
	display: inline;
	text-decoration: none;
	text-shadow: 0 1px #e4e3e3;
}
#body div div#paging ul li a:hover,
#body div div#paging span a:hover {
	color: #949393;
}
#body div div#paging ul {
	display: inline;
	min-height: 0;
	padding: 0;
	width: auto;
}
#body div div#paging ul li {
	display: inline;
	padding: 0 5px;
}
#footer {
	margin: 0 auto;
	min-height: 85px;
	overflow: hidden;
	width: 940px; /* DO NOT ADJUST */
}
#footer div.logo {
	float: left;
	padding: 27px 0 0;
	width: 220px; /* DO NOT ADJUST */
}
#footer div.logo a img {
	display: block;
}
#footer ul {
	float: left;
	list-style: none;
	margin: 3px 0 0;
	overflow: hidden;
	padding: 33px 0 0;
	/* width: 220px; */
}
#footer ul li {
	border-left: 1px solid #85603a;
	float: left;
	height: 10px; 
}
#footer ul li:first-child {
	border: 0;
}
#footer ul li a {
	color: #85603a;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	line-height: 9px;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
}
#footer p {
	color: #85603a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	line-height: 16px;
	margin: 0;
	padding: 33px 0 0;
	width: 280px;
}
#footer div#connect {
	float: right;
	overflow: hidden;
	padding: 24px 0 0;
	width: auto;
}
#footer div#connect a {
	display: block;
	float: left;
	height: 37px;
	margin: 0 0 0 5px; /* global SPACE around ICONS (top, right, bottom, left) */
	text-indent: -99999px;
}
#footer div#connect a#facebook {
	background: url(../images/images/facebook.png) no-repeat 0 0;
	width: 25px;
}
#footer div#connect a#linkedin {
	background: url(../images/images/icon-linkedin.png) no-repeat 0 0;
	width: 25px;
}
#footer div#connect a#googleplus {
	background: url(../images/images/GooglePlus.png) no-repeat 0 0;
	width: 25px;
}
#footer div#connect a#skype {
	background: url(../images/images/Skype.png) no-repeat 0 0;
	width: 37px;
}
/* 
#footer div#connect a#twitter {
	background: url(../images/images.icon-twitter.png) no-repeat 0 0;
	width: 36px;
} 
*/
#footer div#connect a#facebook:hover {
	background: url(../images/images/facebook-hover.png) no-repeat 0 0;
}
#footer div#connect a#linkedin:hover {
	background: url(../images/images/linkedin-hover.png) no-repeat 0 0;
}
#footer div#connect a#googleplus:hover {
	background: url(../images/images/GooglePlus-hover.png) no-repeat 0 0;
}
#footer div#connect a#skype:hover {
	background: url(../images/images/Skype-hover.png) no-repeat 0 0;
}
/* 
#footer div#connect a#twitter:hover {
	background: url(../images/images/icon-twitter-hover.png) no-repeat 0 0;
} 
*/

@import url(http://fonts.googleapis.com/css?family=Varela+Round);

/* html, body { background: #333; } *//* url("http://codepen.io/images/classy_fabric.png"); } */

.slides {
    padding: 0;
    width: 100%; /* 100% */
    height: 1100px;
    display: block;
    margin: 0 auto;

    position: relative;
}

.slides {
     user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 100%; /* 100% */
    height: 1100px;
    display: block;

    position: absolute;

    left: 0%;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%; /* 100%; */
    height:100%; /* 100%; */
}

/* LEFT & RIGHT ARROWS */
.nav label { 
    width: 50px;
    height: 100%; /* 100% */
    display: none;
    position: absolute;

    opacity: 0;
    z-index: 9;
    cursor: /* url('../images/rose.ico'), */  pointer; 

    transition: opacity .2s;

    color:grey; /* #FFF; */
    font-size: 100pt;
    text-align: center;
    line-height: 1100px; 
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }
.nav .prev { left: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }