body {
	color: #3e3935;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4 {
	color: #49B285;
}

.green {
	color:#49B285;

}

h4, .sans-serif-header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	margin-bottom:0rem;
	line-height: normal;
}

h3.portfolio {
	color:#fff;
	text-align: center;
}

.eurostyle { 
	font-family: EurostileLTStd-BoldCn; 
	font-weight: normal; 
	font-style: normal; 
	text-transform: uppercase;
}

footer h3 {
	color: #fff;
}

footer h4 {
	color:#fff;
}

.section-title {
	font-family: EurostileLTStd-BoldCn; 
	font-weight: normal; 
	font-style: normal; 
	margin-top:2rem;
	text-align: center;
}

.green {
  	color: #49B285;
}

a {
	color: #f5966e;
	font-weight: bold;
}

a:hover, a:focus {
    color: #f8b48f;
}

.social a {
	margin-left:0.25rem;
}

ul,
li {
  padding: 0;
  margin: 0;
}

ul, li {
  margin-bottom: 1em;
}

ol li {
	margin-bottom: 2em;
}

ul.caret li {
	margin: .75em;
	margin-left: 1.75rem;
	list-style: none;
}

ul.caret li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1em;
	color: #49B285;
}

.orbit {
	background-color: #49B285; 
}

section {
	padding-bottom:30px;  
}	

#portfolio {
	padding-top:30px;
}

#contact {
	background-color: #ebeceb;
}


footer {
	background-color: #49B285;
	color:#fff;
	padding:1.875em;
}


#postcontent {
	background-color: #115d89;
	color:#fff;
	padding:1.875em;
}

.button {
	text-transform:uppercase;
	font-weight: bold;
	 background-color: #f5966e;
}

.button.blue {
	text-transform:uppercase;
	font-weight: bold;
	 background-color: #1d8fd0;
}

.button.blue:hover {
	text-transform:uppercase;
	font-weight: bold;
	 background-color: #115d89;
}

.button:hover, .button:focus {
    background-color: #f8b48f;
	color:#fff;
}

#hero-image {
background: url(../images/hero-about.jpg) no-repeat center center fixed;
    background-size: cover;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}

#hero-image .section-title { 
	color:#fff;
}

.hero-text {
	color: #fff;
	padding-bottom:40px;
}

.contact img {
  margin-bottom: 1.25rem;
}

.contact-info {
  margin-left: 0;
  padding-left: 0;
}

.contact-info li {
  list-style-type: none;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

.contact-info i::before {
  display: inline-block;
  text-align: center;
  width: 1.5rem;
  color: #a4a89b;
}

iframe, object, embed {
    max-width: 100%;
}

#back-top {
  position: fixed;
  bottom:20px;
  right: 2%;
  z-index: 100; 
}

footer .copyright a, #postcontent .copyright a {
	font-weight: normal;
}

footer .copyright, #postcontent .copyright  {
	font-size: 75%;
	line-height: inherit;
}

.topbar-responsive {
	background: #49B285;
	text-transform:uppercase;
	margin: 0px;
}

.topbar-responsive2 {
	background: #073160;
	text-transform:uppercase;
	margin: 0px;
}

.topbar-responsive .menu a.is-active {
    color: #f8b48f;
}

.topbar-responsive .topbar-responsive-logo img { 
    margin-left:20px;
	height:60px;
}

.topbar-responsive .menu {
  	background: #49B285;
}

 .top-bar-right {padding-top: 30px;}

.topbar-responsive .menu a, footer a {
  	color: #fefefe;
  	transition: color 0.15s ease-in;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}

.topbar-responsive .menu a:hover, .topbar-responsive .menu a  .active > a, footer a:hover {
  	color: #f8b48f;
}

.topbar-responsive .top-bar-title span {
	background-color: #f5966e;
	border: none !important;
}

.topbar-responsive .top-bar-title span:hover   {
	background-color: #f8b48f;
}

.menu-icon:hover::after {
    background: #fff !important;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff !important;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.top-image {
	vertical-align: top;
	display: inline-block;
	text-align: center;
}

.image-wrap {
    display: block;
    text-align: center;
}

.sticky-container{
  z-index: 1000 !important;
}


.third-width {
	max-width: 33%; 
}


@media screen and (max-width: 39.9375em) {
  
    .topbar-responsive .topbar-responsive-logo img {
          height:45px;
  }
  
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }
  
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 20px;
    border: 1px solid #fefefe;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 3px;
  }
	
}


@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	 .topbar-responsive .topbar-responsive-logo img { 
    margin-left:15px; 
	height:40px;
  }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
#hero-image {
background-attachment: scroll !important; }
}

@media handheld, only screen and (max-width: 668px) {
	#hero-image {
background-attachment: scroll !important; }
}



.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .top-bar-title {
    display: none;
  }
}