/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==================================
  Table of Contents
   ==================================
** Basic
** Preloader
** Buttons
** Section 01 Navigation
** Section 02 Header
** Section 03 Summary
** Section 04 Competencies
** Collapse / Accordian
** Section 05 Image Section
** Section 06 Skills
** Section 07 Contact
** Section 08 
** Section 09 Footer 
** Section 10 Secont
** Section 11
** Portfolio
** Call to Action
** Counters
** Contact
** Animations
** Popup
** Progress Bars
** Parallax
** Flex Slider
** Swiper Slider



   ================================== */
   
/* ==================================
   Basic
   ================================== */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}


body.home {
  position: relative;
  font-family: 'Cabin', sans-serif;
  overflow-x: hidden;
  color: #4d4d4d;
  background-color: #ffffff;
    background-image: url('../images/backgrounds/vintage_speckles.png');  
}
body.portfolio {
  position: relative;
  font-family: 'Cabin', sans-serif;
  overflow-x: hidden;
  color: #4d4d4d;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', sans-serif;
  letter-spacing: 1px;
  color: inherit;
}
p,
blockquote {
font-family: 'Cabin', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #4d4d4d;
}
blockquote {
  font-style: italic;
  margin: 0 0 1.25rem 0;
  padding: 0 1.25rem 0 1.875rem;
  border-left: 5px solid #4d4d4d;
}
blockquote cite {
  display: block;
  font-style: normal;
  margin-top: 1em;
  text-transform: uppercase;
}
a {
  color: #4d4d4d;
  text-decoration: none;
}
a:active,
a:hover {
  color: #0bb9b3;
  text-decoration: none;
}
a:focus {
  color: #ccc;
  text-decoration: underline;
  outline: none;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
figure {
  margin: 0;
}
.slider {
  margin-left: 0;
  padding: 0;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.section-header {
  margin: 3em 0;
}
.section-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 2em;
}
.section-title::before {
  content: attr(data-text);
  position: relative;
  display: table;
  margin:    .5em auto;
  font-size: 3.0vh;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 2px;
}
.section-title::after {
  content: "";
  display: table;
  margin: 1.5em auto;
  width: 2em;
  height: 1px;
  background-color: #4d4d4d;
}
.small-title {
font-family: 'Cabin', sans-serif;
font-size: 15px;
  color: #4d4d4d;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.small-title::before {
  content: attr(data-text);
  position: relative;
  display: block;
  margin: 0.5rem 0;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: normal;
  color: #7597ba;
}
.small-title::after {
  content: "";
  display: block;
  margin: 1.625em 0;
  width: 2em;
  height: 1px;
  background-color: #4d4d4d;
}
.small-title.centered {
  text-align: center;
}
.small-title.centered::after {
  margin: 1.625em auto;
}
.icon {
  font-size: 1.875em;
  line-height: 1;
  display: inline-block;
  color: inherit;
}
.page404 {
    font-family: 'Cabin', sans-serif;
  font-size: 6em;
  font-weight: bold;
}
/* ==================================
   Preloader
   ================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: row nowrap;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -ms-flex-flow: row nowrap;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.preloader span:nth-child(1),
.preloader span:nth-child(2) {
  width: 2em;
  height: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.preloader span:nth-child(1) {
  -webkit-order: 1;
  order: 1;
  -webkit-animation: left-circle 1.5s infinite ease-in-out;
  animation: left-circle 1.5s infinite ease-in-out;
}
.preloader span:nth-child(2) {
  -webkit-order: 2;
  order: 2;
  -webkit-animation: right-circle 1.5s infinite ease-in-out;
  animation: right-circle 1.5s infinite ease-in-out;
}
@-webkit-keyframes left-circle {
  0% {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    -moz-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    -ms-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    transform: translateX(3.125em) scale(1.5) rotate(260deg);
    background: none repeat scroll 0 0 #4d4d4d;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@-webkit-keyframes right-circle {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    -moz-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    -ms-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    background: none repeat scroll 0 0 #eca154;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes left-circle {
  0% {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    -moz-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    -ms-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    transform: translateX(3.125em) scale(1.5) rotate(260deg);
    background: none repeat scroll 0 0 #4d4d4d;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes right-circle {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    -moz-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    -ms-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    background: none repeat scroll 0 0 #eca154;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


/* ==================================
   Buttons
   ================================== */
.btn {
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 6px 12px;
    letter-spacing: 2px;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #4d4d4d ;
  text-decoration: none;
}

.btn-resume,
.btn-resume:hover,
.btn-resume:focus,
.btn-resume:active,
.btn-resume:active.open {
  color: #ffffff;
  background-color: #4d4d4d ;
  border-color: #4d4d4d ;    
}

.btn-default {
    color: #4d4d4d;
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.3);
    border-color: #d1d1d1;
    padding: 6px 12px;
    letter-spacing: 2px;    
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #4d4d4d;
    padding: 6px 12px;
    letter-spacing: 2px;    
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.3);
    border-color: #d1d1d1;
}

.btn-sm,
.btn-group-sm > .btn {
    
    padding: 6px 12px;
    letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Cabin', sans-serif;
  border-radius: 0px;    
    font-weight: 600;
    text-transform: uppercase;

}



/* ----------------------------------------------------------------
    Section 01:  Navigation
-----------------------------------------------------------------*/

.navbar-default {
  background-color: #ffffff;
  border-color: #E7E7E7;
  padding: 0;
    font-family: 'Cabin', sans-serif;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
    text-transform: uppercase;
}

.navbar-default .navbar-brand {
  color: #4d4d4d;
  letter-spacing: 1px;
}
.navbar-default .navbar-brand:hover {
  color: #0bb9b3 ;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
    left: 0;
    margin-top: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #838379;
    font-size: 2.0vh;
    font-weight: 600;
    letter-spacing: 2px;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0bb9b3;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #0bb9b3 ; 
  background-color: transparent;
}
.navbar-default .navbar-nav > li.active:first-child > a {
  color: #ffffff;
}

.navbar-default .dropdown-menu {
  min-width: 200px;
  padding: 5px;
  margin: 2px;
    font-size: 1.5vh;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}
.navbar-default .dropdown-menu > li > a {
  padding: 6px 20px;
  color: #838379;
}
.navbar-default .dropdown-menu > li > a:hover {
  background: none;
  color: #4d4d4d;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}
.has-dropdown:hover > .dropdown-menu {
  display: block;
}

li.download {
    color: #ffffff;
    background-color: #4d4d4d;
    width: 160px;
    text-align: center;
}

h4.S01 {
    font-size: 2.0vh;
    text-transform: none;
    font-weight: 600;
    color: #959595;
    text-align: top;
}

.content-heading {
    width: 500px;
}

#mainS01 { 
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: left;
}
#leftS01    {
    float: left;
}

#rightS01  {
    width: 800px;
    margin-left: 300px;
    line-height: 1;
}


/* ----------------------------------------------------------------
Portfolio Navigation
-----------------------------------------------------------------*/

/*  This is the subhead Navigation */

#portfolioNav {
    margin-top: 1px;
    margin-bottom: 100px;
    position: fixed;
    width: 100%;
    background-color: #FFFFFF;  
    font-size: 30px;
   /* background-image: url('../images/backgrounds/cardboard_flat.png');  */
    border-bottom: 1px solid #d1d1d1;
}

#portfolioNav h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    color: #4d4d4d;
    font-size: 18px;
    text-transform: uppercase;
}

#portfolioNav span {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px;
}

/* Portfolio Single Navigation
-----------------------------------------------------------------*/

#portfolio-navigation {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    max-width: 96px;
    height: 24px;
    margin-top: -12px;
    color: #4d4d4d;
}

.page-title-right #portfolio-navigation {
    left: 10px;
    right: auto;
    color: #4d4d4d;

}

.page-title-center #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0;
    color: #4d4d4d;
}

#portfolio-navigation a {
    display: block;
    float: left;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #4d4d4d;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
}

.page-title-dark #portfolio-navigation a { color: #EEE; }

.page-title-parallax #portfolio-navigation a { color: #FFF; }

#portfolio-navigation a i {
    position: relative;
    top: -1px;
    font-size: 24px;
    line-height: 1;
}

#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
    font-size: 32px;
    top: -6px;
}

#portfolio-navigation a i.icon-angle-right { left: -1px; }

#portfolio-navigation a:first-child { margin-left: 0; }

#portfolio-navigation a:hover { color: #4d4d4d; }

#portfolio-ajax-show #portfolio-navigation {
    top: 0;
    margin-top: 0;
}



/* ----------------------------------------------------------------
    Page Title MENU!!!!!!!!!
-----------------------------------------------------------------*/

/*  This is the subhead Navigation */

#page-title {
    position: relative;
    padding: 15px 0;
    background-color: #ffffff;
    border-bottom: 1px solid #d1d1d1;
}

#page-title .container { position: relative; }

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    color: #4d4d4d;
    font-size: 18px;
    text-transform: uppercase;
}

#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px;
}

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: auto !important;
    right: 15px !important;
    margin: -10px 0 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px;
}

body.stretched .container-fullwidth .breadcrumb { right: 60px !important; }

#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; }

.breadcrumb a { color: #555; }

.breadcrumb a:hover { color: #4d4d4d; }

.breadcrumb i { width: auto !important; }



/* ----------------------------------------------------------------
    Section 02:  Header
-----------------------------------------------------------------*/

.HomeSection02 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #F3F3F3;
    background: url(../images/backgrounds/P4170645.JPG) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}


.Section02 {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #F3F3F3;
    background: url(../images/backgrounds/P4170645.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.S02-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}


@media(max-width:767px) {
    .S02-message {
        padding-bottom: 15%;
    }

}



/* ----------------------------------------------------------------
    Section 03:  Summary
-----------------------------------------------------------------*/

.Section03 {
    width: 100%;
    height: auto;
    text-align: center;    
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    color: #4d4d4d;
    background-image: url('../images/backgrounds/vintage_speckles.png');  
    
 /*Fake Parallax*/
    background-attachment: fixed;
}

.S03-message {
    position: relative;
}


p.S03 {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Cabin', sans-serif; 
    /*font-family: 'Cabin', sans-serif;*/
    color: #4d4d4d;
    Line-height: 22pt;
    letter-spacing: 1.5px;
    padding-top: 0px;
    text-transform: none;
    text-align: center;
    padding-bottom: 20px;
}

.mockup {
  overflow: hidden;
}
.mockup img {
  margin-top: -4em;
  /*only demo*/

}


/* ----------------------------------------------------------------
    Section 04:  Competencies
-----------------------------------------------------------------*/
  
.Section04 {
    padding-top: 0px;
    padding-bottom: 100px;
    background-attachment: fixed;
  text-align: center;
}

S04 {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Cabin', sans-serif; 
    color: #4d4d4d;
    Line-height: 22pt;
    letter-spacing: 0.5px;
    padding-top: 0px;
    text-transform: none;
    text-align: left;
    padding-bottom: 20px;
    width: 100%;    
}

p.S04 {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Cabin', sans-serif; 
    /*font-family: 'Courier', serif;*/
    color: #4d4d4d;
    Line-height: 22pt;
    letter-spacing: 0.5px;
    padding-top: 0px;
    text-transform: none;
    text-align: center;
    padding-bottom: 20px;
}

li.S04 {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Cabin', sans-serif; 
    /*font-family: 'Courier', serif;*/
    color: #4d4d4d;
    Line-height: 22pt;
    letter-spacing: 0.5px;
    padding-top: 0px;
    text-transform: none;
    text-align: left;
    padding-bottom: 20px;
    width: 100%;  
}

.S04-block { margin-bottom: 50px; }

.features {
  width: 100%;
  height: auto;
  padding: 2px 0;
  text-align: center;
  border-top: 1px solid #f5f4f1;
    margin-bottom: 100px;
  /*background: none no-repeat scroll center center #ffffff;*/
}

.feature .fa,
.feature .linea {
  font-size: 1.875em;
  color: #838379;
}


h4.accordian {
    color: #FFFFFF;
    letter-spacing: 2px;      
}

p.accordian {
text-align: center;
margin-top: 10px;
max-width: 100%
}




/* ==================================
   Collapse / Accordian
   ================================== */
.panel-group .panel {
    margin-bottom: 0px;
    border: 0px;
}

.panel-default > .panel-heading {
    color: #FFFFFF;
    background-color: #4d4d4d;
    text-transform: uppercase;
}

.panel-title {
    font-family: 'Cabin', sans-serif;
    color: #FFFFFF;
    background-color: #4d4d4d;
}

.panel-default>.panel-heading {     
    background-color: #4d4d4d;
    background-repeat:repeat-x;
}

.panel-primary>.panel-heading {
    background-color: #4d4d4d;
    background-repeat:repeat-x;
}

.panel-success>.panel-heading {
    background-color: #4d4d4d;
    background-repeat:repeat-x;
}

.panel-info>.panel-heading {
    background-color: #4d4d4d;
    background-repeat:repeat-x;
}

h4.accordian {
    color: #FFFFFF;
    letter-spacing: 2px;      
}


p.accordian {
    text-align: center;
    margin-top: 10px;
    max-width: 100%
}

li.accordian {
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #4d4d4d;
    max-width: 100%
    padding-bottom: 4px;
    text-align: left;
}



/* ----------------------------------------------------------------
    Section 05:  Image Section
-----------------------------------------------------------------*/

.Section05 {
    padding-top: 10%;    
    padding-bottom: 10%;    
    text-align: center;
    color: #FFFFFF;
    background: url(../images/backgrounds/P4180664.JPG) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.S05-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 30%;
}



h2.S05 {
    font-size: 22px;
    font-weight: 300;
    font-family: 'Cabin', sans-serif;
    color: #FFFFFF;
    Line-height: 32pt;
    letter-spacing: 1px;
    padding-top: 0px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}





/* ----------------------------------------------------------------
    Section 06:  Skills
-----------------------------------------------------------------*/

.Section06 {
    padding-top: 20px;
    padding-bottom: 100px;
    background-color: #FFFFFF;
    color: #4d4d4d;
    vertical-align: middle;
    width: 100%;
}


.S06-message {
    position: relative;
    padding-right: 20%;
}


h2.S06 {
    font-size: 16px;
    font-weight: 600;
    /*font-family: 'futura_bkbook', sans-serif;*/
    font-family: 'Cabin', sans-serif;
    color: #4d4d4d;
    Line-height: 36pt;
    text-transform: uppercase;
}


p.S06 {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Cabin', sans-serif;
    /*font-family: 'Cabin', sans-serif;*/
    color: #4d4d4d;
    Line-height: 22pt;
    letter-spacing: 1.5px;
    padding-top: 0px;
    text-transform: none;
    text-align: center;
    padding-bottom: 20px;
}



span.upper {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    color: #4d4d4d;
    Line-height: 1pt;
}

ul.S06 {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Cabin', sans-serif;
    color: #4d4d4d;
    Line-height: 15pt;    
    border-left: 2px solid #4d4d4d;
    margin-left: 20px;
    padding-left: 10px;    
    text-transform: uppercase;
    text-align: left;
    list-style-type: none;



}

#mainS06 { 
    width: 800px;
    margin: 0 auto;
    text-align: left;
}
#leftS06    {
    width: 200px;
    height: 400px;
    float: left;
    line-height: 1;
}

#rightS06  {
    width: 600px;
    background: #ffffff;
    height: 400px;
    margin-left: 200px;
    line-height: 1;
}







/* ----------------------------------------------------------------
    Section 07:  Contact
-----------------------------------------------------------------*/

.Section07 {
    color: #ffffff;
    opacity: 0.9;
    background: url(../images/backgrounds/P4180664.JPG) no-repeat center center;
    vertical-align: middle;
      position: relative;
      width: 100%;
      height: auto;
      padding: 2em 0 4em;
      text-align: center;    
    background-attachment: fixed;
    background-color: #ffffff;
    
}

h2.S07 {
    font-size: 3.5vh;
    font-weight: 100;
    font-family: 'Cabin', sans-serif;
    color: #4d4d4d;
    Line-height: 36pt;
    padding-top: 50px;
}


.address {
  text-align: left;
  margin-bottom: 3em;
}
.address .fa,
.address .icon {
  display: block;
  float: left;
  width: 2em;
  height: 2em;
  font-size: 1.625em;
  text-align: center;
  margin-bottom: 0.375em;
}
.form-detached {
  margin-bottom: 2em;
}
.contact-form {
  text-align: center;
}
.form-control {
    font-family: 'Cabin', sans-serif;
    /*font-family: 'Courier', serif;*/
    color: #4d4d4d;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  background-color: #d1d1d1;
  background-image: none;
  border: 1px solid #d1d1d1;
  border-radius: 1px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #838379;
  outline: 0px none;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 3px rgba(217, 217, 214, 0.3);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 3px rgba(217, 217, 214, 0.3);
}


/* ----------------------------------------------------------------
    Section 08: 
-----------------------------------------------------------------*/

.Section08 {
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
    color: #4d4d4d;
    background: url(../images/backgrounds/P4170648.JPG) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

h2.S08 {
    font-size: 3.5vh;
    font-weight: 300;
    font-family: 'Cabin', sans-serif;
    color: #FFFFFF;
    Line-height: 30pt;
    letter-spacing: 2px;
    padding-top: 0px;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

@media(max-width:767px) {
    .S08-message {
        padding-bottom: 15%;
    }

}


/* ----------------------------------------------------------------
    Section 09:  Footer
-----------------------------------------------------------------*/
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 2em 0 2em;
  text-align: center;
    color: #4d4d4d;
  border-top: 1px solid #E7E7E7;
  background-color: #ffffff;
}
.footer h6 {
  margin: 1.5em 0;
}
.footer h6 a {
  position: relative;
  display: table;
  padding: 0;
  margin: auto;
  font-weight: normal;
  text-transform: uppercase;
  color: #4d4d4d;
}
@media only screen and (min-width: 40.063em) {
  .footer.fixed-bottom {
    position: fixed;
    z-index: -99;
  }
  .footer.fixed-bottom h6 {
    margin-top: 0;
  }
}

.social-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.social-list li {
  display: inline-block;
  margin-left: 0.5em;
}
.social-list li:first-child {
  margin-left: 0;
}
.social-list a {
  width: 1.125em;
  height: 2em;
  font-size: 1em;
  line-height: 2em;
  border-radius: 1em;
  color: inherit;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.share {
  margin-bottom: 3em;
  text-align: center;
}


/* ----------------------------------------------------------------
    Section 10:  Summary
-----------------------------------------------------------------*/

.Section10 {
    width: 100%;
    height: auto;
    text-align: center;    
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    color: #4d4d4d;
    background-image: url('../images/backgrounds/vintage_speckles.png');  
    
 /*Fake Parallax*/
    background-attachment: fixed;
}

.S10-message {
    position: relative;
}

h2.S10 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
    color: #4d4d4d;
    text-transform: uppercase;
}

h3.S10 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
    color: #4d4d4d;
    text-transform: uppercase;
}


h5.S10 {
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    text-align: left;
    color: #4d4d4d;
    text-transform: uppercase;
}


p.S10 {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Cabin', sans-serif;
    /*font-family: 'Courier', serif;*/
    color: #4d4d4d;
    Line-height: 22pt;
    letter-spacing: 0.5px;
    text-transform: none;
    text-align: left;
}

li.S10 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Cabin', sans-serif;
    /*font-family: 'Courier', serif;*/
    color: #4d4d4d;
    letter-spacing: 0.5px;
    text-transform: none;
    text-align: left;
    width: 100%;  
    list-style-type: none;
    line-height: 18px;
}

.mockup {
  overflow: hidden;
}
.mockup img {
  margin-top: -4em;
  /*only demo*/

}

/* ==================================
   Portfolio                  
   ================================== */
.portfolio {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2em 0 4em;
  text-align: center;
 background-color: #ffffff;
  background: none no-repeat scroll center center #ffffff;
}

.isotope {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* clear fix */
.isotope::after {
  content: '';
  display: block;
  clear: both;
}
.item {
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  background-color: rgba(244, 243, 243, 0.2);
  margin-bottom: 0.875em;
}
.grid-sizer,
.gutter-sizer {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.item,
.grid-sizer {
  width: 32.5%;
}
.gutter-sizer {
  width: 2%;
}
@media (max-width: 768px) {
  .item,
  .grid-sizer {
    width: 99%;
  }
  .gutter-sizer {
    width: 1%;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .item,
  .grid-sizer {
    width: 31%;
  }
  .gutter-sizer {
    width: 2%;
  }
}
.item-figure {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #4d4d4d;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.item-figure img {
  position: relative;
  display: block;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.item-figure p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 350px;
  border-right: 4px solid #FFFFFF;
  text-align: right;
  opacity: 0;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: .5px;
  -webkit-transition: opacity 0.05s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.item-figure:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.item-figure:hover .overlay:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.item-figure:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.overlay > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.filter {
  display: table;
  margin: 0 auto 3em;
  padding: 0;
  list-style: none;
}
.filter li {
  display: inline-block;
  margin-right: 0.5em;
}
.filter li:last-child {
  margin-right: 0;
}
.btn.load-more {
    display: inline-block;
    padding: 6px;
    letter-spacing: 2px;    
    
}
/* ==================================
   Call To Action
   ================================== */
.call-to {
  position: relative;
  padding: 6em 0;
  text-align: center;
  color: #ffffff;
  background: url(../img/backgrounds/placeholder1.jpg) no-repeat fixed center center #4d4d4d;
  background-size: cover;
}
.call-to::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #4d4d4d;
  opacity: 0.4;
}
.call-to .button {
  margin-top: 4em;
}
.action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 40em) {
  .action {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

}
/* ==================================
   Counters                   
   ================================== */
.counters {
  position: relative;
  width: 100%;
  height: auto;
  padding: 8em 0;
  text-align: center;
  color: #ffffff;
  background: url(../img/backgrounds/placeholder1.jpg) no-repeat scroll center center #4d4d4d;
  background-size: cover;
}
.counters::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #4d4d4d;
  opacity: 0.4;
}
.numbers {
  font-family: 'Cabin', sans-serif;
  color: inherit;
  text-align: center;
}
.number {
  display: block;
  min-height: 1em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.number-info {
  display: block;
  font-size: 0.8em;
  line-height: 2;
  margin-top: 0.875em;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  #counters {
    background-size: cover;
    height: auto;
    min-height: 100%;
  }
  .counters {
    position: relative;
    z-index: 999;
  }
}


/* ==================================
   Contact
   ================================== */
.contact {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2em 0 4em;
  text-align: center;
}
.address {
  text-align: left;
  margin-bottom: 3em;
}
.address .fa,
.address .icon {
  display: block;
  float: left;
  width: 2em;
  height: 2em;
  font-size: 1.625em;
  text-align: center;
  margin-bottom: 0.375em;
}
.form-detached {
  margin-bottom: 2em;
}
.contact-form {
  text-align: center;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d1d1d1;
  border-radius: 1px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #d1d1d1;
  outline: 0px none;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 3px rgba(217, 217, 214, 0.3);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 3px rgba(217, 217, 214, 0.3);
}


/* ==================================
   Animations /On scroll/
   ================================== */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.delay-01 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.animated.delay-02 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-03 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-04 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-05 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-06 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
/* ==================================
   Create delay as follows:
.animated.delay-[time] {
    -webkit-animation-delay: [time]s;
       -moz-animation-delay: [time]s;
        -ms-animation-delay: [time]s;
            animation-delay: [time]s;
}
================================== */
/* ==================================
   Popup
   ================================== */
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 0;
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
}
.mfp-content {
  width: 100%;
  background: none no-repeat scroll center center #e2ddd4;
  margin: 0 auto;
  padding: 0;
}
.popup-nav {
  background: #ffffff;
  border: 1px solid #d1d1d1;
}
.controls {
  list-style: none;
  margin: 0;
  padding: 2em 0;
}
.controls li {
  display: inline-block;
}
.controls li:last-child {
  float: right;
}
.controls a {
  width: 2.25em;
  height: 2.25em;
  font-size: 1em;
  line-height: 2.25em;
  display: inline-block;
  text-align: center;
  color: #c8c9c7;
  border: 1px solid #c8c9c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.controls a:hover {
  color: #4d4d4d;
}
.popup-wrap {
  margin: 5em 0;
}
.popup-slider {
  list-style: none;
  margin: 0;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.popup-slider.slick-slider {
  margin: 0;
  padding: 0;
}
.project-wrap {
  padding: 1.875em;
  background: #ffffff;
}
.project-wrap .btn {
  margin-top: 1.2em;
}
/* ==================================
   Progress Bars
   ================================== */
.progress {
  margin-bottom: 20px;
  background-color: #d1d1d1;
  border-radius: 0px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.skill {
  width: 0;
  -webkit-transition: width 2s ease-in;
  -moz-transition: width 2s ease-in;
  -o-transition: width 2s ease-in;
  transition: width 2s ease-in;
}



/* ==================================
   Parallax
   ================================== */

.parallax {
  padding: 0;
  font-size: 2em;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.3);
  background-attachment: fixed;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .parallax {
    background-attachment: scroll !important;
    background-position: center top !important;
  }
}
.parallax .container {
  position: relative;
  z-index: 2;
  /* above overlay */

  margin: 0 auto;
  padding: 0px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .parallax .container {
    padding: 0;
  }
}
.parallax:after {
  position: absolute;
  top: 0%;
  margin-top: 10%;
  right: 10%;
  content: "";
  font-family: FontAwesome;
  font-size: 300px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.parallax .bx-wrapper .bx-controls .bx-pager {
  top: 20px;
    
    
    

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


.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}


.fslider { min-height: 32px; }



.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 14px;
    right: 10px;
    margin: 0;
}

.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px !important;
    height: 10px !important;
    border: 2px solid #4d4d4d;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active { background-color: #FFF; }


/* ----------------------------------------------------------------
    Swiper Slider
-----------------------------------------------------------------*/


.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}

.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;

    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);

    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide { float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; }

    
    