/* 

Flex Template 

http://www.templatemo.com/free-website-templates/406-flex

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: .83em;
  line-height: 1.75;
  color: #666666;
  background-color: white;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: #0085f3;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #444444;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}

.site-header ul.social-icons {
  position: relative;
  z-index: 11;
  margin: 30px 0;
}
@media screen and (max-width: 520px) {
  .site-header ul.social-icons {
    display: none !important;
  }
}

.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
.site-header ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}

.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  top: 94px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media screen and (max-width: 520px) {
  .main-header {
    top: 0px;
  }
}

.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  height: 50px;
  background-color: white;
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 768px) {
  #menu-wrapper {
    height: 100px;
  }
}

.logo-wrapper {
  background: url(../images/SHLogo.png) no-repeat;
  background-position: 15px;
  line-height: 100px;
  background-color: white;
}
.logo-wrapper h1 {
  display: inline-block;
  vertical-align:middle;
}
.logo-wrapper a {
  display: inline-block;
  overflow: visible;
  padding-left: 130px;
  vertical-align:middle;
  text-transform: uppercase;
  color: #0085f3;
  font-size: 25px;
  font-weight: 500;
}

.logo-wrapper-xs {
  background: url(../images/SHLogo50.png) no-repeat;
  background-position: 10px;
  line-height: 50px;
  background-color: white;
}
.logo-wrapper-xs h1 {
  display: inline-block;
  vertical-align:middle;
}
.logo-wrapper-xs a {
  display: inline-block;
  overflow: visible;
  padding-left: 70px;
  vertical-align:middle;
  text-transform: uppercase;
  color: #0085f3;
  font-size: 15px;
  font-weight: 300;
}

.main-photo{
  display: inline-block;
}

.main-photo img{
  max-width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.07);
}

.main-menu ul li {
  display: inline-block;
  margin: 0 10px;
}

.main-menu ul li a {
  text-transform: uppercase;
  color: #444444;
  line-height: 100px;
  padding-top: 37px;
}
.main-menu ul li.active a {
  border-top: 3px solid #0085f3;
  color: #0085f3;
}

a.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 7px;
  margin-right: 8px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #d5d5d5;
  display: inline-block;
  color: black;
}
@media screen and (min-width: 768px) {
  a.toggle-menu {
    margin-top: 33px;
    margin-right: 30px;
  }
}

.menu-responsive {
  display: none;
  background-color: rgba(50, 50, 50, 0.88);
}
.menu-responsive ul li {
  padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-responsive ul li.active a {
  color: #0085f3;
}

.flexslider {
  position: relative;
  top: 0px;
}
.site-slider {
  margin-top: 50px;
}
@media screen and (min-width: 520px) {
  .flexslider {
    top: -96px;
  }
  .site-slider {
    margin-top: 0px;
  }
}
.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 80px;
  left: 0;
}
.flexslider .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  display: inline-block;
}
.flexslider .slider-caption p {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 26px;
  display: block;
}
@media screen and (max-width: 989px) {
  .flexslider .slider-caption p {
    display: none !important;
  }
  .flexslider .slider-caption h2 {
    display: none !important;
  }
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #0085f3;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
.flexslider .slider-image span {
  color: white;
  font-size: 12px;
  position: absolute;
  bottom: 2px;
  right: 5px;
}
@media screen and (min-width: 989px) {
  .main-menu ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .main-menu ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .main-menu ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 420px) {
  .flexslider .slider-caption {
    top: 120px;
  }
}
@media screen and (min-width: 520px) {
  .flexslider .slider-caption {
    top: 180px;
  }
}
@media screen and (min-width: 620px) {
  .flexslider .slider-caption {
    top: 220px;
  }
}
@media screen and (min-width: 768px) {
  .flexslider .slider-caption {
    top: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .flexslider .slider-caption {
    top: 380px;
  }
}

.content-section {
  margin-top: 80px;
  padding-top: 60px;
}

.heading-section {
  margin-bottom: 60px;
}
.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #444444;
  display: inline-block;
}
.heading-section p {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
}

.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-section#resume {
  margin-top: 0px;
}

.project-item {
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 30px;
  vertical-align:middle;
}

.project-item a {
	color: #ffff66;
}

.project-item a:hover {
	color: black;
}
 
.project-item .project-image img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.project-item .project-content {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.project-item .project-content .inner-project {
  padding: 20px;
}
.project-item .project-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
.project-item:hover .project-image {
  opacity: 0;
  visibility: hidden;
}
.project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
}

#project-1 {
  background-color: #0cd2ff;
}

#project-2 {
  background-color: #ff6614;
}

#project-3 {
  background-color: #812289;
}

#project-4 {
  background-color: #00c800;
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: #0085f3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.resume-section {
  margin-bottom: 30px;
}
.resume-section  .resume-overlay {
  text-align: center;
  top: 0;
  left: 0;
  background-color: #0085f3;
  color: white;
}
.resume-section .resume-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 64px;
}
.resume-section .resume-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.resume-section .resume-overlay .row {
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
}
.resume-section .resume-overlay .btn {
  margin-bottom: 2px;
}
.resume-section .resume-overlay:hover  .row{
  opacity: 1;
  visibility: visible;
}
.resume-section .resume-overlay a[aria-expanded=true]{
    pointer-events: none;
}

.skills-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}
.skills-heading h3.skills-title {
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.skills-heading .small-text {
  font-style: italic;
}

.progress {
  height: 34px;
  box-shadow: none;
  border-radius: 0;
  background-color: #e7e7e7;
  margin-bottom: 10px;
  position:relative;
}
.progress span{
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  padding-left: 15px;
  line-height: 34px;
  width: 100%;
  white-space: nowrap;
}
.progress > span{
  color: #0085f3;
}
.progress > span a{
  color: #0085f3;
}

.progress a:hover{
  color: black;
}

.progress-bar {
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 34px;
  background-color: #0085f3;
  overflow: hidden;
  box-shadow: none;
}
.progress-bar > span{
  color: white;
}
.progress-bar > span a{
  color: white;
}

.googlemap-wrapper {
  height: 600px;
  margin-bottom: 40px;
}

.map-canvas {
  height: 600px;
  border: 10px solid #efefef;
}

.contact-info {
  margin-top: 40px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.contact-form .mainBtn {
  margin-top: 15px;
  color: white;
  background-color: #0085f3;
  text-transform: uppercase;
  border: 0;
}

#contact{
	margin-bottom: 130px;
}

#go-top {
  background-color: #0085f3;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 620px) {
  #go-top {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 490px) {
  #go-top {
    padding: 10px 10px;
  }
}

.sticky-bottom {
  position: fixed;
  bottom: 0;
}

#footer{
  background-color: white;
  width: 100%;
  padding-top: 15px;
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 520px) {
  #footer{
    position: fixed;
    bottom: 0;
  }
}

#footer ul.social-icons {
  position: relative;
  z-index: 11;
}
#footer ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
#footer ul.social-icons li a {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}
@media screen and (max-width: 490px) {
  #footer ul.social-icons li a {
    width: 16px;
    height: 16px;
  }
  #footer span {
    font-size: 10px;
  }
  #footer a {
    font-size: 10px;
  }
}

/*
body, p, div, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
   	font-style: normal;
}
*/