/*
=====================================================================
*   Kreative v1.0.1 Layout Stylesheet
*   url: styleshout.com
*   03-05-2014
=====================================================================

   TOC:
   a. Common Styles
   b. Header Styles
   c. Intro Section
   d. Services
   e. Postfolio
   f. Journal
   g. About
   h. Call-to-Action
   i. Map
   j. Contact
   k. Blog Post
   l. Blog Entries
   m. Footer Styles
   n. Media Queries

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


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

/* a. Common Styles

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

.section-head h2 {
	line-height: 42px;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	border-bottom: 1px solid #666666;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
.desc { font: 14px/24px opensans-regular, sans-serif; }
.intro { font: 20px/36px opensans-light, sans-serif; }

/* Left clearing for flexible columns - columns that changes width in
different screen sizes. Makes columns with different heights align
properly.
--------------------------------------------------------------------- */
.first { clear: left; }   /* first column in default screen */
.m-first { clear: none; } /* first column in medium size screens */

/* Flex Slider
/* ------------------------------------------------------------------ */

/* Reset */
.flexslider a:active,
.flexslider a:focus  { outline: none; }
.slides, .flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.slides li { margin: 0; }

/* Necessary Styles */
.flexslider {
   position: relative;
   zoom: 1;
   margin: 0;
   padding: 0;
}
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
/* Suggested container for slide animation setups. Can replace this with your own */
.flex-container { zoom: 1; position: relative; }

/* Clearfix for .slides */
.slides:before,
.slides:after {
    content: " ";
    display: table;
}
.slides:after {
    clear: both;
}

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

/* b. Header Styles

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

header {
	height: 54px;
	width: 100%;
	z-index: 99999;
	background: url(../images/k-opacity-70.png);
	position: fixed;
	top: 0;
	left: 0;
}
header.static {
	background-color: #fff;
	position: static;
}

/* header logo */
header .logo {
	position: relative;
	width: 144px;
	float: left;
}
header .logo a {
	display: block;
	padding: 0;
	margin: 0;
	width: 144px;
	line-height: 18px;
	position: absolute;
	left: 12px;
	top: 8px;
}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* nav-wrap */
#nav-wrap {
	position: relative;
	font: 13px opensans-regular, sans-serif;
	float: right;
}

/* hide toggle button */
#nav-wrap > a { display: none; }

ul#nav {
	min-height: 54px;
	width: auto;
	/* left align the menu */
	text-align: left;
}
ul#nav li {
	position: relative;
	list-style: none;
   height: 54px;

   display: inline-block;
}
ul#nav > li.active a {
   background: #ccc;
   color: #000 !important;
}

/* Links */
ul#nav li a {
   display: block;
   padding: 0 14px;
   line-height: 54px;
	text-decoration: none;
   text-align: left;
   color: #000;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

ul#nav li a:active { background-color: transparent !important; }
ul#nav li:hover > a,
ul#nav li.active a {
	color: #666666;
}



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

/* c. Intro Section

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

#intro {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFBF8;
}
#intro #concept {
	width: 50%;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#viewer {
	width: 100%x;
	padding-top: 64%;
	overflow: hidden;
	position: relative;
}
#viewer img {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}


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

/* c. item Section

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

#item {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #E3E3E0;
}

/* FlexSlider item Slider Styles */
.slides {
   /*max-height: 960px;*/
   overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.slider-text {
	color: #737E8C;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

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

/* d. about

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

#about {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EBEAE9;
}



/* Direction Navigation
--------------------------------------------------------------- */
.flex-direction-nav a {
	display: block;
	width: 52px;
	height: 52px;
	margin: 0;
	cursor: pointer;
	z-index: 99999;
	opacity: 0;
	position: absolute;
	top: 50%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flex-direction-nav .flex-next {
	right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/direction-nav-right.png);
	position: absolute;
}
.flex-direction-nav .flex-prev {
	left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/direction-nav-left.png);
	position: absolute;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { opacity: 1; }
.flex-direction-nav .flex-disabled {
   opacity: .3 !important;
   filter: alpha(opacity=30);
   cursor: default;
}




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

/* j. Contact

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

#contact {
	background-color: #FFFFFF;
	padding-top: 108px;
	padding-bottom: 120px;
	color: #707B89;
	padding-left: 5%;
	padding-right: 5%;
}

#contact a, #contact a:visited  { color: #C4C4C4; }
#contact a:hover, #contact a:focus { color: #11ABB0; }

#contact .section-head { margin-bottom: 42px; }
#contact .section-head h2 {
	color: #666666;
}
#contact .section-head p.desc,
#contact .intro { color: #57606B; }
#contact p {  }

/* contact form */
#contact form { margin-bottom: 30px; }

#contact label {
	font: 15px/24px opensans-semibold, sans-serif;
	margin: 12px 0;
	color: #666666;
	display: inline-block;
	float: left;
	width: 22%;
}
#contact input,
#contact textarea,
#contact select {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #333;
	background-color: #ddd;
	margin-bottom: 20px;
	border: 0;
	outline: none;
	font-size: 15px;
	line-height: 24px;
	width: 66%;
}
#contact input:focus,
#contact textarea:focus,
#contact select:focus {
	color: #333;
	background-color: #eee;
}
#contact button.submit {
	line-height: 20px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #000;
	background-color: #FFF;
	padding: 18px 30px;
	cursor: pointer;
	height: auto;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	margin-left: 22%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#contact button.submit:hover {
	color: #25292D;
	background-color: #DDDDDD;
}
#contact span.required {
	color: #11ABB0;
	font-size: 13px;
}

#message-warning, #message-success {
	display: none;
	background-color: #DDDDDD;
	padding: 24px 24px;
	margin-bottom: 36px;
	width: 88%;
}
#message-warning { color: #D72828; }
#message-success {
	color: #333333;
}

#message-warning i,
#message-success i {
   margin-right: 10px;
}

#image-loader {
	display: none;
	position: relative;
	width: 36px;
	margin-left: auto;
	margin-right: auto;
	height: 36px;
}
#image-loader img {
	width: 36px;
	height: 36px;
}

/* contact sidebar */
#contact aside h3 {
	line-height: 30px;
	font-size: 21px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 18px;
	color: #666666;
}


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

/* m. footer

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

footer {
	margin-top: 30px;
	color: #303030;
	font-size: 14px;
	background-color: #EEEEEE;
	padding-bottom: 10px;
	padding-top: 10px;
}
footer p {
	width: 35px;
	float: right;
	margin-right: 10px;
}
footer p.left{
	width: 120px;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
	font-size: 89%;
}

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
 }
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}

footer .copyright li:before {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
    color: #095153;
}
footer .copyright  li:first-child:before {
    display: none;
}

/* social links */
footer .social-links {
   margin: 0;
   padding: 0;
   font-size: 18px;
   margin-top: -3px;
   float: right;
}
footer .social-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 24px;
}
footer .social-links li:first-child { margin-left: 0; }

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

/* n. Media Queries

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


/* mobile wide
---------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {

   /* center align some text */
   .section-head, .intro, #about h3,
   #journal .entry-header {
      text-align: center;
   }


   /* mobile navigation
   -------------------------------------------------------------------- */

   header.mobile { height: 40px; }
   header.mobile .logo a { top: 7px;	width: 90px;
 }

   .mobile #nav-wrap {
      position: absolute;
      top: 0;
      right: 20px;
      width: auto;
      margin: 0;
   }
   .mobile #nav-wrap > a {
	width: 48px;
	height: 48px;
	text-align: left;
	background-color: #666666;
	position: relative;
	border: none;
	float: right;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
      }

	.mobile #nav-wrap > a:before,
   .mobile #nav-wrap > a:after {
	   position: absolute;
		border: 2px solid #fff;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}
   .mobile #nav-wrap > a:after { top: 60%; }

   /* toggle buttons */
	.mobile #nav-wrap:not( :target ) > a:first-of-type,
	.mobile #nav-wrap:target > a:last-of-type  {
	   display: block;
	}

   /* hide menu panel */
   .mobile #nav-wrap ul#nav {
      height: auto;
		display: none;
      clear: both;
   }
   .mobile #nav-wrap ul#nav li {
      display: block;
      width: 100%;
      height: 100%;
      text-align: left;
   }
   .mobile #nav-wrap ul#nav > li.active a {
      color: #11ABB0 !important;
      background: none;
   }

   /* display menu panels */
	.mobile #nav-wrap:target > ul#nav	{
	   display: block;
      padding: 12px 25px 24px 25px;
      background: #fff;
      margin: 0;
      clear: both;
   }
   .mobile #nav-wrap ul#nav li { border-bottom: 1px dotted #595B6A; }
   .mobile #nav-wrap ul#nav li a {
      margin: 0;
      padding: 0;
      font-size: 13px;
      margin: 10px 0;
      line-height: 14px;
      border: none;
   }

   /* portfolio section
   --------------------------------------------------------------------- */
    .reveal-modal {
   	margin-left: -42%;
		width: 84%;
   }

   /* journal section
   --------------------------------------------------------------------- */
   #journal .entry-header .author-image {
      display: none;
   }
   #journal .entry-header .entry-title {
      padding-left: 20px;
      margin-bottom: 18px;
   }
   #journal .entry .post-content {
      padding-left: 20px;
      margin-top: 6px;
   }
   #journal .entry .post-meta time,
   #journal .entry .post-meta .dauthor {
      display: inline;
   }
   #journal .entry .post-meta .dauthor:before {
      content: "/";
      padding-left: 5px;
      padding-right: 5px;
   }

   /* about section
   ----------------------------------------------------------------------- */
   .testimonials {
      text-align: center;
   }
   .testimonials .client-author .name {
      position: static;
   }
   .testimonials .client-author span {
      display: inline;
   }
   .testimonials .client-author span:before {
      content: "/";
      padding-left: 5px;
      padding-right: 5px;
   }

   /* Call To Action Section
   /* ----------------------------------------------------------------- */
   #call-to-action {
      text-align: center;
      padding-top: 60px;
      padding-bottom: 42px;
   }
   #call-to-action h2 {
      font: 30px/36px montserrat-bold, sans-serif;
      letter-spacing: -0.5px;
      margin-bottom: 6px
   }
   #call-to-action .button {
      padding-top: 12px;
      padding-bottom: 12px;
   }

   /* contact section
   ----------------------------------------------------------------------- */
   #contact label {
      display: block;
      float: none;
      width: auto;
   }
   #contact input,
	#contact textarea,
	#contact select {
      width: 100%;
      margin-bottom: 30px;
	}
   #contact button.submit {
      margin-left: 0;
   }
   #message-warning,
   #message-success {
      width: 100%;
   }


   /* Blog Post
   ------------------------------------------------------------------ */
   .post, #blog-entries .post { padding-top: 84px; }
   .post .entry-header h1 {
      float: none;
	   width: 100%;
      font-size: 32px;
      line-height: 42px;
      text-align: center;
   }
   .post .post-meta {
      float: none;
      width: 100%;
      padding-right: 0;
      text-align: center;
   }

   .post .post-meta .categories,
   .post .post-meta .date,
   .post .post-meta .categories a { display: inline }

   .post .post-meta .date:before,
   .post .post-meta .categories:before { content: none }

   .post .post-meta .date {
      font: 13px/18px opensans-bold, sans-serif;
      color: #3D4149;
   }
   .post .post-meta .categories {
      font: 13px/18px opensans-regular, sans-serif;
   }
   /* show sep */
   .post .post-meta .categories .sep {
      display: inline;
      margin-right: 5px;
      font: 13px/18px opensans-light, sans-serif;
   }

   /* bio */
   .post .bio {
      padding-top: 17px;
      border-top: 1px solid #E0E0E0;
   }
   .post .bio .gravatar {
      float: none;
      width: 72px;
      margin: 0 auto 18px auto;
   }
   .post .bio .about {
      width: 100%;
      float: none;
      padding-left: 0;
      text-align: center;
   }

   /* post-nav */
   .post .post-nav { margin-top: 18px; }
   .post .post-nav li {
      display: block;
      margin: 0 0 18px 0;
      width: 100%;
   }
   .post .post-nav li.next {
      float: none;
      text-align: center;
   }
   .post .post-nav li.prev {
      float: none;
      text-align: center;
   }

   /* Comments*/
   #comments h3 {
      text-align: center;
      margin-left: 0;
   }

   /* Comments List */
   ol.commentlist {
      width: 100%;
      margin-left: 0;
   }
   .commentlist  li .avatar { display: none; }

   /* comment form */
   #comments form { margin-left: 0; }
   #comments form input,
   #comments form textarea,
   #comments form select {
      width: 100%;
   }

   /* journal bottom nav */
   .journal-bottom-nav {
      margin-left: 0;
      text-align: center;
   }

   /* Blog-Entries
   ------------------------------------------------------------------ */
   #bottom-block .blog-categories {
      text-align: center;
   }
   #bottom-block .back-to-top {
      margin-top: 30px;
      text-align: center;
   }


   /* footer
   ------------------------------------------------------------------------ */
   footer .copyright li:before { content: none; }
   footer .copyright li { margin-right: 10px; }
   footer .copyright, footer .social-links {
      text-align: center;
      float: none;
   }
   footer .social-links { margin-top: 12px; }

}
#address{
	text-align: center;
	font-style: normal;
	font-size: 70%;
}
