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

/* a. Common Styles

/* ================================================================== */
body { background: #f5f5f5 url(../images/patterns/grey.png); }
.section-head h2 { font: 30px/42px Old Standard TT, sans-serif;}
.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: #232629;
   position: static;
}

/* header logo */
header .logo {
   position: relative;
   height: 30px;
   width: 240px;
   float: left;
}
header .logo a {
   display: block;
   padding: 0;
   margin: 0;
   height: 30px;
   width: 202px;
   line-height: 30px;

   position: absolute;
   left: 0px;
   top: 11px;
}

/* 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 'Old Standard TT', serif;
	float: left;
}

/* 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: #50ce7d;
   color: #fff !important;
}

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

	-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: #50ce7d; }



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

/* g. RELEASE

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

#about {
   padding-top: 64px;
   padding-bottom: 20px;
   color: #6E6E6E;
}
#about h1 {
   font: 52px Old Standard TT, sans-serif;
   font-weight: 700;
   text-align: center;
}
#about .section-head h2,
#about h4, #about h5 { color: #0f9095; }
#about .section-head p.desc { color: #999999; }
#about h3 {
   font: 18px/24px montserrat-regular, sans-serif;
   margin-bottom: 24px;
   color: #6E6E6E;
}

/* Testimonials
/* ------------------------------------------------------------------ */
.testimonials { margin-top: 30px }

.testimonials .client-author {
   position: relative;
}
.testimonials .client-author img {
   height: 66px;
   width: 66px;

   -moz-border-radius: 100% 100% 100% 100%;
	-webkit-border-radius: 100% 100% 100% 100%;
	-khtml-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
}
.testimonials .client-author .name {
   font: 14px/24px montserrat-bold, sans-serif;
   color: #0f9095;

   position: absolute;
   top: 6px;
   left: 80px;
}
.testimonials .client-author span {
   font-family: opensans-regular, sans-serif;
   line-height: 18px;
   font-size: 13px;
   color: #969696;
   display: block;
}
.testimonials .client-cite {
   font: 18px/36px opensans-light, sans-serif;
}


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

/* d. TRAILER

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

#services {
   padding-top: 118px;
   padding-bottom: 20px;
   color: #4E565F;
}
#services .section-head h2 { color: #50ce7d; }
#services .section-head p.desc { color: #999; font-size: 120%; }
.video {
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
	margin-bottom: 20px;
}
.video iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#services .comingsoon {
	display: block;
	width: 100%;
	height: 360px;
	font-size:28px;
}


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

/* e. PROFILE

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

#profile {
   padding-top: 118px;
   padding-bottom: 20px;
}
#profile .section-head h2 { color: #50ce7d; }
#profile .section-head p.desc { color: #999999; }
#profile .section-head .intro { color: #A3A3A3; }

/* profile Content */
#profile-wrapper { margin-top: 36px; }
#profile-wrapper .col {
   width: 33%;
   margin-bottom: 36px;
}

.profile-item .item-wrap {
   background: #fff;
   overflow: hidden;

   -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.1);
   -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.1);
   box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.1);

   -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.profile-item .item-wrap a { display: block; }
.profile-item .profile-item-meta { padding: 12px 0; }
.profile-item .profile-item-meta h5 a {
   font: 13px/24px montserrat-bold, sans-serif;
   color: #50ce7d;
   margin-left: 7%;
}

/* on hover */
.profile-item:hover .item-wrap { background-color: #50ce7d; }
.profile-item:hover h5 a { color: #fff !important; }


/* Reveal Modal Plugin Styles
---------------------------------------------------*/
.reveal-modal-bg {
   position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
   visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -300px;
   width: 600px;
	max-width: 600px;
	background: #fff;
	position: absolute;
	z-index: 101;
	padding: 0;

	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal .description-box { padding: 18px 36px; }
.reveal-modal .description-box h4 {
   font: 15px/24px montserrat-bold, sans-serif;
	margin-bottom: 18px;
   color: #111;
}
.reveal-modal .description-box p {
	font: 13px/24px opensans-regular, sans-serif;
   color: #A1A1A1;
   margin-bottom: 18px;
}
.reveal-modal .description-box .categories {
   font: 11px/24px opensans-regular, sans-serif;
   color: #A1A1A1;
   text-transform: uppercase;
   letter-spacing: 1px;
   display: block;
}
.reveal-modal .description-box .categories i {
   margin-right: 8px;
}
.reveal-modal .link-box {
   padding: 18px 36px;
   background: #111;
   text-align: left;
}
.reveal-modal .link-box a {
   color: #fff;
	font: 11px/24px opensans-regular, sans-serif;
	text-transform: uppercase;
   letter-spacing: 3px;
   cursor: pointer;
}
.reveal-modal a:hover {	color: #00CCCC; }
.reveal-modal a.close-reveal-modal { margin-left: 28px; }


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

/* c. COMMENT Section

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

#intro { 
	background: url(../images/comment-bg.jpg) no-repeat center 140px;
	height: 616px;
	position:relative;
}
#intro-slider {
   width: 100%;
   margin: 0 auto;
   position: absolute;
   top:25%;
}
/* FlexSlider Intro Slider Styles */
.slides {
   min-height: 616px;
   overflow: hidden;
   width: 85%;
   margin: 0 auto;
}
.slider-text {
	color: #50ce7d;
    margin: 0 auto;
   z-index: 99999;
   background: url(../images/k-opacity-60.png);
}
.slider-text h2 {
   font: 24px montserrat-regular, Sans-serif;
   color: #fff;
   text-shadow: 0px 1px 5px rgba(50, 50, 50, .5);
   padding: 15px 15px 0 15px;
   margin: 0;
}
.slider-text p {
   font: 20px/32px opensans-semibold, sans-serif;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
   padding: 0 15px 15px 15px;
   margin-top: 20px;
}


/* Direction Navigation
--------------------------------------------------------------- */
.flex-direction-nav a {
   display: block;
	width: 40px;
	height: 66px;
	margin: 0;
	background-color: #2D3339;
	cursor: pointer;
	z-index: 99999;
	opacity: 0;
   position: absolute;
   top: 0%;
   /*	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 a:hover { background-color: #50ce7d; }

.flex-direction-nav .flex-next {
	right: 0px;
	background: #2D3339 url(../images/direction-nav-right.png) no-repeat 53% 50%;
	position: absolute;
}
.flex-direction-nav .flex-prev {
	left: 0px;
	background: #2D3339 url(../images/direction-nav-left.png) no-repeat 47% 50%;
	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;
}


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

/* f. LIVE

/* ================================================================== */
#journal {
	background: url(../images/live-bg.jpg) no-repeat center 118px;
	padding-top: 118px;
	padding-bottom: 20px;
	color: #3a3a3a;
}
#journal .col { min-height: 660px;}
#journal a, #journal a:visited  { color: #ffcc00; }
#journal a:hover, #journal a:focus { color: #005757; }
#journal .section-head h2 { color: #50ce7d; }
#journal .section-head p.desc,
#journal .section-head .intro { color: #C2F1F5; }
#journal .entry { margin-bottom: 30px; }
#journal .entry-header {
   position: relative;
   margin-bottom: 6px;
}
#journal .entry-header h3 { 
	font: 22px/34px montserrat-regular, sans-serif;
	margin-top: 15px;
}
#journal .entry-header .author-image img {
   position: absolute;
   top: 12px;
   left: 18px;
   margin: 0;
   padding: 0;
   width: 60px;
   height: 60px;

   -moz-border-radius: 100% 100% 100% 100%;
	-webkit-border-radius: 100% 100% 100% 100%;
	-khtml-border-radius: 100% 100% 100% 100%;
	border-radius: 100% 100% 100% 100%;
}
#journal .entry .entry-title,
#journal .entry .post-content {
	padding-left: 38px; 
	z-index: 99999;
	background: url(../images/k-opacity-60-wh.png);
}
#journal .entry .post-content p {
   font: 16px/30px opensans-regular, sans-serif;
}
#journal .comingsoon {
	display: block;
	width: 100%;
	height: 360px;
	font-size:28px;
}


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

/* l. footer

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

footer {
   margin-top: 30px;
   margin-bottom: 30px;
   color: #999;
   font-size: 14px;
}
footer a, footer a:visited { color: #0B686B; }
footer a:hover, footer a:focus { color: #fff; }


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

/* m. Media Queries

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


/* small screens
--------------------------------------------------------------------- */
@media only screen and (max-width: 836px) {

   /* adjust sections padding top */
   #about { padding-top: 64px; }
   #services, #profile, #intro, #journal { padding-top: 120px; }

   /* adjust font size */
   .intro, .testimonies .client-cite { font-size: 15px; }

   /* intro section
   -------------------------------------------------------------------- */
   .slider-text h2 { font: 22px montserrat-regular, Sans-serif; }
   .slider-text p { font: 18px; }

   /* services section
   -------------------------------------------------------------------- */
   #services .section-head .col { width: 100%; }
   #services .services-wrapper { margin-top: 12px; }
   #services .services-wrapper .col { width: 50%; }
   #services .services-wrapper .col { margin-bottom: 0; }

   /* profile section
   -------------------------------------------------------------------- */
   #profile #profile-wrapper { margin-top: 12px; }
   #profile #profile-wrapper .col { width: 33.33333%; }

   /* about section
   -------------------------------------------------------------------- */
   #about .process-wrap .col { width: 50%; }
   #about .section-head .col { width: 100%; }
   #about h1 { font-size: 32px; line-height: 120%; }
   #about h5 { font-size: 16px; }


   /* left clearing */
   .first { clear: none; }
   .m-first { clear: left; }

}

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

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

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

   /* adjust sections padding top */
   #about { padding-top: 80px; }
   #services, #profile, #intro, #journal { padding-top: 140px; }

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

   header.mobile { height: 54px; }
   header.mobile .logo a { top: 12px; }

   .mobile #nav-wrap {
      position: absolute;
      top: 54px;
      left: auto;
      width: auto;
      margin: 0;
   }
    /* display menu panels *
	.mobile #nav-wrap:target > ul#nav	{
	  display: block;
      padding: 12px 25px 0px 25px;
      background: #4c4e5a;
      margin: 0;
      clear: both;
   }
/*   .mobile #nav-wrap ul#nav li { border-bottom: 1px dotted #595B6A; }*/
   .mobile #nav-wrap ul#nav li a {
      color: #333;
      margin-right: 3px;
      padding: 0px;
      font-size: 12px;
      line-height: 200%;
      border: none;
   }
 
/*
   .mobile #nav-wrap > a {
	   width: 100%;
		height: 48px;
		text-align: left;
		background-color: #11ABB0;
		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;
   }

    /* intro section
   -------------------------------------------------------------------- */
/*   .slider-text { margin-top: 120px; margin-bottom: 48px; }*/
   .slider-text h2 { font: 20px montserrat-regular, sans-serif; }
   .slider-text p {
      font: 14px opensans-regular, sans-serif;
      margin: 20px auto;
	  padding: 0 10px 10px 10px;
   }
   .slides { overflow: hidden; width: 85%;}

   /* profile 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;
   }

   /* 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; }

}
   
/* mobile narrow
  -------------------------------------------------------------------------- */

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

   /* intro section
   ------------------------------------------------------------------------- */
/*   .slider-text { margin-top: 108px; margin-bottom: 36px; }*/
   .slider-text h2 { font: 15px/26px montserrat-regular, sans-serif; line-height: 130%;}
   .slider-text p {
      font: 12px/24px opensans-regular, sans-serif;
	  padding: 0 10px 10px 10px;
	  line-height: 120%;
   }
   .slides { overflow: hidden; width:85%;}

    /* journal section
   ------------------------------------------------------------------------- */
   #journal .entry-title h3 {
     font-size: 28px;
     line-height: 36px;
   }

   /* about section
   ----------------------------------------------------------------------- */
   #about h1 {
     font-size: 20px;
     line-height: 150%;
   }

}