body {
  font-family: 'Slabo 27px', serif;
}
h1,
h2,
h3,
h4,
h6 {
  line-height: 1.2;
}
h2,
h3,
h4 {
  font-weight: 300;
}
h1 {
  font-weight: 500;
  font-size: 48px;
  text-transform:none;
  color:#9e9e9e;
}
h2 {
  font-size: 4.0em;
  padding: 4px;
}
h4 {
  font-size: 1.88em;
  padding: 4px;
}
h5 {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  padding: 4px;
}
h6 {
  font-size: 0.9em;
  font-weight: 400;
  padding: 4px;
}
p {
  font-size: 14px;
  line-height: 1.4;
  padding: 4px;
}
a {
  transition: all 0.3s;
  color: #52caf5;
}
a:hover {
  text-decoration: none;
  color: #6c6c6c;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-top:30px;
  margin-bottom:20px;
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-header-container {
  height:78px;
}
.navbar-toggle {
  position:absolute;
  top:18px;
  left:0px;
  background-color: #e9e9ea;
  background-image: none;
  border: 1px solid #26a9e0;
  border-radius: 2px;
  padding:9px;
  margin:0px;
  height:42px;
  width:42px;
}
.navbar-toggle .icon-bar {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #26a9e0;
}
.wrapper {
  padding-top:106px;
}
.btn-primary {
    border-color: transparent;
    background-color: #008fd1;
    border: 4px solid #e9e9ea;
    border-radius: 14px; 
    box-shadow: 0px 2px 3px #888888;
}
.btn-primary:hover {
    color: #fff;
    background-color: #008fd1;
    border-color: #204d74;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.service-box {
  padding:30px;
  background-color:#e9e9ea;
  /*border: 4px solid #26a9e0;*/
  border-radius: 22px; 
  /*box-shadow: 0px 15px 5px #888888;*/
  margin-left: auto;
  margin-right: auto;
}
.service-box-item {
  min-height:130px;
}
.service-box-img {
  padding-top:20px;
}
.service-box-text > h2 {
  color: #6c6c6c;
  font-weight: 700;
  font-size: 18px;
}
.service-box-text > p {
  color: #6c6c6c;
  font-weight: 400;
  font-size: 12px;
}
.navbar {
  position: fixed;
  width:100%;
  z-index:100;
}
.navbar-nav > li {
  margin-top:28px;
  margin-right:10px;
  
}
.navbar-nav > li a {
  font-weight: 700;
  font-size: 12px;
  text-transform:none;
  padding:10px 6px;
  border-radius: 14px;
  display:inline-block;
  width:120px;  
  color:#fff;
  text-align: center;
}
.nav > li > a:hover, 
.nav > li > a:focus {
  text-decoration: none;
  color:#000;
  background-color: #fff;
}
.nav-blue {
  border: 4px solid #e9e9ea;
  border-radius: 14px;
  background-color:#2991d3;
}
.nav-red {
  border: 4px solid #e9e9ea;
  border-radius: 14px;
  background-color:#d04a64;
}
.nav-green {
  border: 4px solid #e9e9ea;
  border-radius: 14px;
  background-color:#80ac51;
}
.nav-yellow {
  border: 4px solid #e9e9ea;
  border-radius: 14px;
  background-color:#ffb107;
}
.logo {
  margin-top:16px;
  margin-bottom:10px;
}
.logo-sml {
  position: absolute;
  top:6px;
  right:10px;
  height:30px;
}
.navbar {
  border-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e9e9ea;
  background-color: rgba(255, 255, 255, 1.0);
}
.contact-color {
  color:#ffb208;
}

/* featured
-------------------------------------------------- */
.featured h1 {
  font-weight: 500;
  font-size: 50px;
  text-transform:none;
  color:#9e9e9e;
}
.featured h2 {
  font-weight: 500;
  font-size: 48px;
  text-transform:none;
  color:#9e9e9e;
}
.featured h3 {
  color:#1fb9f6;
}
/* EMPHASIS-BOX-GOLD
-------------------------------------------------- */
.emphasis-box-gold {
  margin-top:10px;
  padding: 20px 0px 20px;
  min-height:230px;
  margin:6px 4px;
  border: 3px solid #fcaf17;
  background-color:#e9e9ea;
  padding:4px;
  border-radius: 20px;
  color:#000;
}
.emphasis-box-gold h1 {
  font-weight: 600;
  font-size: 24px;
  text-transform:none;
  margin:8px;
  padding:2px;
  color:#fcaf17;
}
.emphasis-box-gold p {
  font-weight: 500;
  font-size: 14px;
  text-transform:none;
  padding:2px 4px;
  margin:2px;
  color:#000;
}
.emphasis-box-gold ul li {
  font-weight: 600;
  font-size: 14px;
  color:#000;
  list-style-type: none;
  padding-bottom:2px;
}
.emphasis-box-gold ul li a {
  color:#fcaf17;
}
.darkbg-content {
  margin-top:10px;
  margin-bottom:10px;
  padding-top:6px;
  padding-bottom:6px;
  background-color:#fff;
  background-image:url('../img/projectbg.jpg');
  background-size: 100% 72%;
  background-repeat: no-repeat;  
}
.darkbg-content h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding:0px;
  padding-left: 12px;
  margin-left:0px;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:4px;
  text-transform:uppercase;
}
/* PROJECT Carousel
-------------------------------------------------------------------------*/
.project-item h1 {
  font-size:32px;
  font-weight:600;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  padding:0px;
  margin-left:0px;
  margin-top:20px;
  margin-bottom:10px;
  margin-right:4px;
}
.project-item p {
  font-size:14px;
  font-weight:600;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
}
.project-item-text {
  max-height:160px;    
}
.project-thumbnail-item {
  margin-top:12px;
  margin-bottom:12px;
}
/*
|----------------------------------------------------------------------------
| FORM
|----------------------------------------------------------------------------
*/
.input-group {
  display: inline-table;
  vertical-align: middle;
  border-collapse: separate;
  width: 100%;
}
.input-group .input-group-addon {
  text-align: center;
  padding: 12px;
  width: 40px;
  color: #000;
  background: #ffb208;
  vertical-align: top;
  border: 0;
  border-radius: 0;
}
.input-group textarea.form-control {
  height: auto;
}
.input-group .form-control {
  max-width: 100%;
  border-radius: 0;
  box-shadow: 0 0 0;
  display: table-cell;
  height: 40px;
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: 500;
  transition: all 0.2s;
  background: rgba(254, 254, 254, 0.5);
}
.input-group.active .input-group-addon {
  background: #fff;
  color: #000;
}
.input-group.active .form-control {
  background: #fff;
}
/*
|----------------------------------------------------------------------------
| CONTACT
|----------------------------------------------------------------------------
*/
.contact h1 {
  font-weight: 500;
  font-size: 56px;
  text-transform:none;
  color:#6e6e6e;
}
.contact {
  background: #ffb208;
  color:#fff;
  padding:20px 10px;
}
.contact h2 {
  padding-top:0px;
  margin-top:0px;
  color:#fff;
}
.contact-form {
  padding-top:12px;
}
.contact-form input {
  margin-top:4px;
}
.contact-form textarea {
  margin-top:4px;
}
/*
|----------------------------------------------------------------------------
| FLIP BOX
|----------------------------------------------------------------------------
*/
.panel {
  margin: 0 auto;
  margin-bottom:30px;
  box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}
.panel.col-sm-3, 
.panel.col-md-3, 
.panel.col-lg-3 {
  padding-left: 0px;
  padding-right: 0px;
  margin:0px;
}
.panel.col-sm-4, 
.panel.col-md-4, 
.panel.col-lg-4 {
  padding-left: 0px;
  padding-right: 0px;
  margin:0;
}
.panel .front {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.panel .front img {
	width:100%;
}
.panel .back {
	text-align:center;
	background-color:#52caf5;
	color:#fff;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:20px;
	padding-right:20px;	
	position: absolute;
	top: 0;
	width:100%;
	height:100%;
	overflow:hidden;
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.panel .back img {
	width:100%;
}
.panel .back h1 {
	color:#fff;
	margin-top:0px;
	margin-bottom:10px;
	font-size:28px;
	font-weight:600;
}
.panel .back p {
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:600;
}
.panel.flip .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.panel.flip .back {
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
/*
|----------------------------------------------------------------------------
| Portrait FLIP BOX
|----------------------------------------------------------------------------
*/
.portrait {
  margin-bottom:20px;
}
.portrait-col {
    width: 20%;
}
.portrait-back {
  width:100%;
  border: 4px solid #e9e9ea;
  border-radius: 20px;
}
.portrait-front {
  width:100%;
}
.portrait-front img {
  width:100%;
  border: 4px solid #e9e9ea;
  border-radius: 20px;	
}
.portrait-back h1 {
  margin: 0px 0px 6px 0px;
  font-size:18px;
  font-weight:600;
}
.portrait-back h3 {
  margin: 0px 0px 6px 0px;
  font-size:16px;
  font-weight:600;
}
.portrait-back p {
  margin: 0px 0px 6px 0px;
  padding: 0px 0px 6px 0px;
  font-size:14px;
  font-weight:500;
}
/*
|----------------------------------------------------------------------------
| Advantage FLIP BOX
|----------------------------------------------------------------------------
*/
.text-advantage {
  color:#3871c2;
}
.advantage-box-front.front {
  height:200px;
  border: 4px solid #e9e9ea;
  border-radius: 14px;
  background-color:#52caf5;
  font-weight: 600;
  padding:10px 6px;
  border-radius: 20px;
  color:#fff;
}
.advantage-box-back.back {
  width:100%;
  height:100%;
  overflow:hidden;
  margin:0px;
  padding:18px 16px;
  background-color:#ffb208;
  font-weight: 500;
  border: 4px solid #e9e9ea;
  border-radius: 20px;
  color:#000;
}
.advantage-box-back.back h1 {
  color:#000;
  font-size: 22px;
}
.advantage-box-front h3 {
  margin-top:5%;
  font-size: 22px;
  text-transform:none;
  text-align: center;
}
.single-empty {
  margin-top:30px;
}
.testimonial-bg {
  background-color:#fff;
  background-image:url('../img/testimonial-bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height:300px;
  padding-top:50px;
  margin-bottom:2px;
}
.testimonial-bg p {
  font-size:20px;
  font-weight: 600;
}
.testimonial-bg h5 {
  font-size:18px;
  font-weight: 600;
}
/*
|----------------------------------------------------------------------------
| FOOTER
|----------------------------------------------------------------------------
*/
.footer {
  background: #000;
  color:#fff;
  padding:20px 10px;
}
.footer a {
  color:#fff;
}
.footer p {
  margin-top:2px;
  margin-bottom:2px;
}
.footer .social-icons {
  list-style-type: none;
  padding-bottom:4px;
  display: inline-flex;
}
.footer ul li {
  display: inline;
}
.footer-bottom a {
  color:#fff;
}
.footer-list-menu {
  list-style-type: none;
  padding:0px;
  display: inline-flex;
}
.footer-list-menu li {
  padding-top:1px;
  padding-bottom:1px;
  padding-left:4px;
  padding-right:4px;
  /*border-right:1px solid #fff;*/
}


