/*
=====================================================================
*   Ceevee v1.0 Layout Stylesheet
*   url: styleshout.com
*   03-18-2014
=====================================================================

   TOC:
   a. General Styles
   b. Header Styles
   c. Srvices Section
   d. Resume Section
   e. Portfolio Section
   f. Call To Action Section
   g. Testimonials Section
   h. Contact Section
   i. Footer

===================================================================== */

/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

body { background: #ffffff; }

/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

header {
   position: relative;
   height: 800px;
   min-height: 500px;
   width: 100%;
   background: #161415 url(../images/header-background.jpg) no-repeat top center;
   background-size: cover !important;
	-webkit-background-size: cover !important;
   text-align: center;
   overflow: hidden;
}

/* vertically center banner section */
header:before {
   content: '';
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}
header .banner {
   display: inline-block;
   vertical-align: middle;
   margin: 0 auto;
   width: 85%;
   text-align: center;
}

header .banner-text { width: 100%; 
padding-top: 70px;
}
header .banner-text h1 {
   font-family: 'Playfair Display', serif; 
       line-height: 64px;
   font-size: 49px;
   color: #3C4757;
   letter-spacing: 0px;
   margin: 0 auto 22px auto;
}
header .banner-text h1 span{
    border-bottom: 2px solid;
    border-color: #B2DED4;
    padding-bottom: 0px;

}

header .banner-text p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14pt;
   color: #3C4757;
   margin: 0 auto;
   width: 53%;
     line-height: 1.4;
  
}
header .banner-text h3 span,
header .banner-text h3 a {
   color: #fff;
}
header .banner-text hr {
   width: 60%;
   margin: 18px auto 24px auto;
   border-color: #2F2D2E;
   border-color: rgba(150, 150, 150, .1);
}

/* header social links */
header .social {
   margin: 24px 0;
   padding: 0;
   font-size: 30px;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}
header .social li {
   display: inline-block;
   margin: 0 15px;
   padding: 0;
}
header .social li a { color: #fff; }
header .social li a:hover { color: #ffffff; }

/* scrolldown link */
header .scrolldown a {
   position: absolute;
   bottom: 30px;
   left: 50%;
   margin-left: -29px;
   color: #fff;
   display: block;
   height: 42px;
   width: 42px;
   font-size: 42px;
   line-height: 42px;
   color: #fff;
   border-radius: 100%;

   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}
header .scrolldown a:hover { color: #ffffff; }

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

.logo{
      padding-top: 17px;
      background-color: white;
}

.logo img{
      vertical-align: bottom;
}


/* nav-wrap */
#nav-wrap {
   font-family: 'Source Sans Pro', sans-serif;
       letter-spacing: 1.3px;
   width: 100%;
   text-transform: uppercase;
   letter-spacing: 1,97px;
   margin: 0 auto;
   z-index: 100;
   position: fixed;
   left: 0;
   top: 0;
}
.opaque { background-color: #ffffff; }

/* hide toggle button */
#nav-wrap > a.mobile-btn { display: none; }

ul#nav {
   min-height: 48px;
   width: auto;
       border-bottom-style: solid;
    border-bottom-color: #f2f6f9;
    border-bottom-width: 0.1px;

   /* center align the menu */
   text-align: center;
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 48px;
   display: inline-block;
}

/* Links */
ul#nav li a {

/* 8px padding top + 8px padding bottom + 32px line-height = 48px */

   display: inline-block;
   padding: 8px 13px;
   line-height: 32px;
	text-decoration: none;
   text-align: left;
   color: #3C4757;

	-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.current a { color: #23b3a8;
font-weight: bold; }


/* ------------------------------------------------------------------ */
/* c. Services Section
/* ------------------------------------------------------------------ */

#services {
   background: #ffffff;
   padding-top: 96px;
   padding-bottom: 66px;
   overflow: hidden;
   text-align: center;
 
}

#services h6{    border-bottom: 2px solid;
    border-color: #B2DED4;
    line-height: 27px;
    width: 259px;
    margin: auto;
      padding-top: 21px;}

.services_icons{
      width: 65px;
    height: auto;
}

.services_box{
        display: inline-block;
       width: 216px;
    margin: 100px;
    text-align: center;

}
#services a, #services a:visited  { color: #fff; }
#services a:hover, #services a:focus { color: #ffffff; }

#services .contact-details { width: 41.66667%; }
#services .download {
   width: 58.33333%;
   padding-top: 6px;
}
#services .main-col { padding-right: 5%; }
#services .download .button {
   margin-top: 6px;
   background: #444;
}
#services .download .button:hover {
   background: #fff;
   color: #2B2B2B;
}
#services .download .button i {
   margin-right: 15px;
   font-size: 20px;
}


/* ------------------------------------------------------------------ */
/* d. Resume Section
/* ------------------------------------------------------------------ */

#resume {
   background: #fff;
   padding-top: 90px;
   padding-bottom: 72px;
   overflow: hidden;
}

#resume a, #resume a:visited  { color: #ffffff; }
#resume a:hover, #resume a:focus { color: #313131; }

#resume h1 {
    font-family: 'Source Sans Pro', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
}
#resume h1 span {
   border-bottom: 3px solid #ffffff;
   padding-bottom: 6px;
}
#resume h3 {
   font-family: 'Playfair Display', serif; font-size: 49px; 
}

#resume .header-col { padding-top: 9px; }
#resume .main-col { padding-right: 10%; }

.education, .work {
   margin-bottom: 48px;
   padding-bottom: 24px;
   border-bottom: 1px solid #E8E8E8;
}
#resume .info {
    font-family: 'Source Sans Pro', sans-serif;
   color: #6E7881;
   margin-bottom: 18px;
   margin-top: 9px;
}
#resume .info span {
   margin-right: 5px;
   margin-left: 5px;
}
#resume .date {
  font-family: 'Source Sans Pro', sans-serif;
   margin-top: 6px;
}



/*----------------------------------------------*/
/*About
/*----------------------------------------------*/

.photo{
    width: 246px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.leftAbout{
      display: inline-block;
           text-align: right;
           margin-right: 20px;
               vertical-align: top;
   
}
.rightAbout{
      text-align: left;
      display: inline-block;
             width: 350px;
           margin-bottom: 25px;
     vertical-align: bottom;
                  margin-left: 27px;
}

.rightAbout h6{    border-bottom: 2px solid;
    border-color: #B2DED4;
    line-height: 27px;
    width: 303px;}


.softwares{
       text-align: left;
          width: 136px;
    display: inline-block;
        vertical-align: bottom;
                margin-bottom: 12px;
    margin-left: 14px;
}

.bars {
    display: inline-block;
         width: 148px;
    text-align: right;
    padding: 0;
    text-align: right;
        vertical-align: bottom;
}
.bars .skills {

   list-style: none;
}
.bars li {
   position: relative;
  	      margin-bottom: 27px;
  	background: #E6F6F3;
      height: 10px;
      border-radius: 6px;
}
.bars li em {
	  font-family: ' Sans Pro', sans-serif;
   color: #313131;
	text-transform: uppercase;
   letter-spacing: 2px;
	font-weight: normal;
   position: relative;
	top: -36px;
}
.bar-expand {
   position: absolute;
   left: 0;
   top: 0;

   margin: 0;
   padding-right: 24px;
  	background: #B2DED4;
   display: inline-block;
  	    height: 10px;
   line-height: 42px;
   border-radius: 6px 0 0 6px;
}

.sketch {
  	width: 90%;
  	-moz-animation: sketch 2s ease;
  	-webkit-animation: sketch 2s ease;
}
.illustrator {
  	width: 96%;
  	-moz-animation: illustrator 2s ease;
  	-webkit-animation: illustrator 2s ease;
}
.photoshop {
  	width: 94%;
  	-moz-animation: photoshop 2s ease;
  	-webkit-animation: photoshop 2s ease;
}
.indesign {
  	width: 85%;
  	-moz-animation: indesign 2s ease;
  	-webkit-animation: indesign 2s ease;
}
.fireworks {
  	width: 60%;
  	-moz-animation: fireworks 2s ease;
  	-webkit-animation: fireworks 2s ease;
}
.flash {
  	width: 80%;
  	-moz-animation: flash 2s ease;
  	-webkit-animation: flash 2s ease;
}

.premiere{
      width: 50%;
    -moz-animation: premiere 2s ease;
    -webkit-animation: premiere 2s ease;
}

.dreamweaver{
      width: 70%;
    -moz-animation: dreamweaver 2s ease;
    -webkit-animation: dreamweaver 2s ease;
}

@-moz-keyframes sketch {
  0%   { width: 0px;  }
  100% { width: 90%;  }
}
@-moz-keyframes illustrator {
  0%   { width: 0px;  }
  100% { width: 96%;  }
}

@-moz-keyframes photoshop {
  0%   { width: 0px;  }
  100% { width: 94%;  }
}

@-moz-keyframes indesign {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-moz-keyframes fireworks {
  0%   { width: 0px;  }
  100% { width: 60%;  }
}
@-moz-keyframes flash {
  0%   { width: 0px;  }
  100% { width: 80%;  }
}
@-moz-keyframes premiere {
  0%   { width: 0px;  }
  100% { width: 50%;  }
}

@-moz-keyframes dreamweaver {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}



@-webkit-keyframes sketch {
  0%   { width: 0px;  }
  100% { width: 90%;  }
}
@-webkit-keyframes illustrator {
  0%   { width: 0px;  }
  100% { width: 96%;  }
}
@-webkit-keyframes photoshop {
  0%   { width: 0px;  }
  100% { width: 94%;  }
}
@-webkit-keyframes indesign {
  0%   { width: 0px;  }
  100% { width: 85%;  }
}
@-webkit-keyframes fireworks {
  0%   { width: 0px;  }
  100% { width: 60%;  }
}
@-webkit-keyframes flash {
  0%   { width: 0px;  }
  100% { width: 80%;  }
}

@-webkit-keyframes premiere {
  0%   { width: 0px;  }
  100% { width: 50%;  }
}

@-webkit-keyframes dreamweaver {
  0%   { width: 0px;  }
  100% { width: 70%;  }
}

.AboutContent{
     margin: auto;
    width: 500px;
    padding-top: 37px;
    padding-bottom: 37px;
}

.aboutXtraInfo{    text-align: center;}

.AboutContent p{
  font-family: 'Source Sans Pro', sans-serif ;font-size: 12px; line-height: 1.4; font-weight: bold; letter-spacing: 2px; color: #3C4757;
}

.toolsAbout{
    padding: 7px;
    display: inline-block;
    width: 123px;

}

.toolsAbout img{
  vertical-align: middle;
  display: inline-block;
      margin: 4px;
}

.toolsAbout p{
  display: inline-block;
}

.ctaAbout{
  font-family: 'Source Sans Pro', sans-serif ;font-size: 12px; line-height: 1.4; font-weight: bold; letter-spacing: 2px; color: #3C4757; text-transform: uppercase;
      padding: 11px;
    border-style: solid;
    border-width: 2px;
    border-color: #B2DED4;
}

/* ------------------------------------------------------------------ */
/* e. Portfolio Section
/* ------------------------------------------------------------------ */

#otherWork{

      text-align: center;
      font-size:0;
       background: #FAFBFC;
           padding-top: 27px;
        padding-bottom: 27px;

}

#portfolio{
      text-align: center;
      font-size:0;
       background: #FAFBFC;
    padding-top: 48px;
        padding-bottom: 48px;
}


#portfolio h6{    border-bottom: 2px solid;
    border-color: #B2DED4;
    line-height: 27px;
    width: 259px;
    margin: auto;
      padding-top: 21px;}

.portfolioHeader{padding-bottom: 25px;}

.gallery_thumbnail{
      display: inline-block;
      width: 24%;
    height: auto;
         position: relative;
 
}

.gallery_thumbnail a{   
    width: 200px;
    height: auto;
   }



.galleryItem{
  display:inline-block;
     width: 24%;
  height:33.3vh;
  position:relative;

}

.galleryItem li{  
}

.galleryItem img {
  height:100%; 
  width:100%;
  object-fit:cover;
   vertical-align: middle;
}
.lightboxImg{
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color:rgba(50,114,100,0.5);
    opacity:0;
    height: 100%; 

}

.lightboxImg h3{
    
    border-bottom-color: white;
    border-bottom-style: solid;
position: absolute;
    top: 35%;
    margin-top: -14px;
    width: 100%;
    text-align: center;
    padding: 20px;
                margin: auto;
}

.lightboxSubtitle h5{
      width: 71%;
    margin: auto;
}

.lightboxImg p{
    font-size: 20px;
    left: 0;
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    top: 27%;
    margin-top: -14px;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.lightboxSubtitle{

      padding: 30px;
  font-size: 12px;
    left: 0;
    color: #ffffff;
    position: absolute;
    top: 47%;
    width: 100%;
    text-align: center;

}


.lightboxImg:hover{

opacity:1;
 transition:opacity 0.5s ease;

}


/* ------------------------------------------------------------------ */
/* f. Call To Action Section
/* ------------------------------------------------------------------ */

#call-to-action {
   background: #212121;
   padding-top: 66px;
   padding-bottom: 48px;
}
#call-to-action h1 {
    font-family: 'Source Sans Pro', sans-serif;
   text-transform: uppercase;
   letter-spacing: 3px;
   color: #fff;
}
#call-to-action h1 span { display: none; }
#call-to-action .header-col h1:before {
     font-family: 'Source Sans Pro', sans-serif;
   content: "\f0ac";
	padding-right: 10px;
	font-size: 72px;
   line-height: 72px;
   text-align: left;
   float: left;
   color: #fff;
}
#call-to-action .action {
   margin-top: 12px;
}
#call-to-action h2 {
    font-family: 'Source Sans Pro', sans-serif;
   color: #EBEEEE;
   margin-bottom: 6px;
}
#call-to-action h2 a {
   color: inherit;
}
#call-to-action p {
   color: #636363;
   font-size: 17px;
}
/*#
call-to-action .button {
	color:#fff;
   background: #0D0D0D;
}
*/
#call-to-action .button:hover,
#call-to-action .button:active {
   background: #FFFFFF;
   color: #0D0D0D;
}
#call-to-action p span {
	  font-family: 'Source Sans Pro', sans-serif;
	color: #D8D8D8;
}

/* ------------------------------------------------------------------
/* g. Testimonials
/* ------------------------------------------------------------------ */

#testimonials {
   background: #ffffff;
      padding-top: 108px;
    padding-bottom: 62px;
        text-align: center;
 }
   
/* 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; padding: 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;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }

/* Slider Styles */
.slides { zoom: 1; }
.slides > li {
   /*margin-right: 5px; */
   overflow: hidden;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: left;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #ddd;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(255, 255, 255, .3);
}
.flex-control-paging li a:hover {
    background: #CCC;
    background: rgba(255, 255, 255, .7);
}
.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255, 255, 255, .9);
    cursor: default;
}

/* ------------------------------------------------------------------ */
/* h. Contact Section
/* ------------------------------------------------------------------ */

#contact {
    background-image: url(../images/contact_bg.jpg);
        background-color: black;
     background-size:100% auto;
      background-repeat: no-repeat;
   padding-top: 96px;
   padding-bottom: 102px;
   color: #636363;
   text-align: center;
}
#contact .section-head { margin-bottom: 42px; }

.socialElement {font-family: 'Source Sans Pro', sans-serif ;font-size: 12px; line-height: 1.4; font-weight: bold; letter-spacing: 2px; color: white;
display: inline-block;
    vertical-align: middle;}

    .socialElement img{
          vertical-align: middle;
              padding: 7px;
    }

.socialMedia{display: inline-block;
    width: 245px;
      text-align: right;
        margin-right: 20px;}
.KeepInTouch{    
      margin-left: 20px;
      display: inline-block;
    width: 278px;
    text-align: left;}

    .KeepInTouch h3{    border-bottom: 2px solid;
    border-color: #B2DED4;
    line-height: 27px;
    width: 260px;
      margin-bottom: 20px;}

    .KeepInTouch p{
      font-family: 'Source Sans Pro', sans-serif ;font-size: 16px; line-height: 1.4;color: white;
             margin-bottom: 32px;
    }

.ctaEmail{
  font-family: 'Source Sans Pro', sans-serif ;font-size: 12px; line-height: 1.4; font-weight: bold; letter-spacing: 2px; color: white; text-transform: uppercase;
      padding: 11px;
    border-style: solid;
    border-width: 2px;
    border-color: #B2DED4;
}

.ctaEmail:visited .ctaEmail:hover{
 color: white; 
}

.footInterior{
    text-align: center;
    padding: 40px;
    height: 250px;
    background-image: url(../images/inside_bg.jpeg);
    background-repeat: no-repeat;
      background-position: center;
      background-color: #0a111e;


}

.footInterior p{
	font-family: 'Source Sans Pro', sans-serif ;font-size: 16px; line-height: 1.4;color: white;
             margin-bottom: 32px;
}