/*******************************************************************/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/*******************************************************************/
::-moz-selection { background: #009587; color:#fff; }
::selection { background: #009587; color:#fff; }

* {
  padding:0;
  margin:0;
}

html, body {
  height:100%;
}

body  {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 17px;
}

.skrollr-desktop body {
  height:100% !important;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

p {
  margin:1em 0;
  font-weight: 400 !important;
}

ul, ol {
	margin-left: 40px;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1em;
}

	ul li,
	ol li {
		margin-bottom: 10px;	
	}

ul ul,
ol ol {
	margin-top: 10px;
}

.left {
  float: left;
  padding: 10px;
}

.right {
  float: right;
  padding: 10px;
}

#webimage {
  max-width: 200px;
}

.navbar {
  min-height:  75px;
  padding: 15px 0 !important;
}

.navbar-brand {
  padding: 0px 0px 0px 30px;
  margin-left: 30px!important;
}
.navbar-brand img{
  width: 100px;
}

.navbar .navbar-brand {
  height: 73px!important;
}

.caret {
		display: inline-block;
		width: 17px;
		height: 9px;
		margin-left: 2px;
		border: none;
		background: url(../img/icon_down-arrow2.png) no-repeat;
		background-size: contain;
	}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    margin: 0;
	padding: 0;
	left: 0;
    top: 100%;
    width: 200px;
	background-color: #fff;
    visibility: hidden;
    z-index: 20;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > li:hover .dropdown {
    visibility: visible;
	opacity: 1;
}

.dropdown li {
	list-style: none;	
}

.dropdown li, .sup-dropdown li {
	position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
	margin-bottom: 0;
}

.dropdown li:first-child, .sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a, .sup-dropdown li a {
    display: block;
    color: #66686a;
    font-size: 0.8125em; /*13px*/
    padding: 11px 16px;
    text-decoration: none;
    text-transform: capitalize;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

	.dropdown li a:hover, .sup-dropdown li a:hover {
		background-color: #66686a;
		color: #fff;
	}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
	background-color: #fff;
    margin-top: 10px;
    visibility: hidden;
    z-index: 10;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

#navbar-links {
  margin-right: 0px;
}

.navbar-collapse {
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  border-top: none;
}

.navbar-toggle {
  margin-top: 28.5px;
}
.navbar .navbar-nav > li > a {
	position: relative;	
}

.navbar .navbar-nav > li > a:hover {
	color: #8d8c8f!important;	
}

	.navbar .navbar-nav > li > a:hover:after {
		    content: "";
			border-bottom: 2px solid #8d8c8f;
			display: block;
			position: absolute;
			width: 75%;
			bottom: 5px;
			left: 0;
			right: 0;
			margin: auto;
	}
	.navigation-is-open .navbar .navbar-nav > li > a:hover:after {
		width: 100%;
	}
	
.success-box {
	color: #0bb563;	
}

.error-box {
	color: #df1112;	
}

.parallax-image-wrapper {
  position:fixed;
  left:0;
  width:100%;
  overflow:hidden;
}

.parallax-image-wrapper-50 {
  height:50%;
  top:-50%;
}

.parallax-image-wrapper-100 {
  height:100%;
  top:-100%;
}

.parallax-image {
  display:none;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}

.parallax-image-50 {
  height:200%;
  top:-30%;
}

.parallax-image-100 {
  height:100%;
  top:0;
}

.parallax-image.skrollable-between {
  display:block;
}

.no-skrollr .parallax-image-wrapper {
  display:none !important;
}

#skrollr-body {
  height:100%;
  overflow:visible;
  position:relative;
}

.gap {
  background:transparent center no-repeat;
  background-size:contain;
}

.blog-gap {
  background:transparent center no-repeat;
  background-size: cover;
}

.skrollr .gap {
  background:transparent !important;
}

.gap-25 {
  height:40%;
}

.gap-50 {
  height:70%;
}

.gap-100 {
  height:100%;
}

 /*.content {
  background:#fff;
  padding:1em;*/

  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.content-full {
  height:100%;
}

#done {
  height:100%;
}

#titlemain {
  position: relative;
  top: 8em;
  max-width: 900px;
  text-align: center;

}

#titlemain .well {
  background-color: rgba(1, 43, 91, 0.85);
  color: #fff;
  padding: 1em;
  font-size: 2em;
}

	.well span {
		font-size: 0.9em;
		text-transform: capitalize;
		color: #3c9a5f;
	}

#we {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(1, 43, 91);
  font-size: 2.5em;
  float: left;
}

#creatext {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgb(1, 43, 91);
  font-size: 3em;
  clear: left;
  font-style: italic;
  text-align: center;

}

#titlewho {
  position: relative;
  top: 7em;
  /*max-width: 900px;*/
  text-align: center;

}

#titlewho .well {
  background-color: rgba(1, 43, 91, 0.85);
  color: #fff;
  padding: 1em;
  font-size: 2em;
}

#titlewho p{
  background-color: rgba(255, 255, 255, 0.85);
  color: #012B5B;
  padding: 1em;
  font-size: 1em;
  text-align: left;
}
@media (max-width: 991px) {
	/*#titlewho p{
	  font-size: 2em;
	}*/
}

#titleadv {
  position: relative;
  top: 4em;
  text-align: center;

}

#titleadv .well{
  background-color: rgba(1, 43, 91, 0.85);
  color: #fff;
  padding: 1em;
  font-size: 1.5em;
}

#titleadv p {
  background-color: rgba(255, 255, 255, 0.85);
  color: #012B5B;
  padding: 1.5em;
  font-size: 1em;;
  text-align: left;
}

.equalize {
  padding-top: 3em;
}

.equalize:hover{
  background-color: rgb(1, 43, 91);
  color: #fff;
}

.equalize > a.btn.btn-success:hover {
  color: #000;
  opacity: 0.8;
}

#titleweb {
  position: relative;
  top: 13em;
  text-align: center;

}

#titleweb .well{
  background-color: rgba(1, 43, 91, 0.85);
  color: #fff;
  padding: 1em;
  font-size: 4em;
}

#titleweb p {
  text-align: left;
}


#deliver {
  position: relative;
  top: 0em;
  max-width: 900px;
  text-align: center;

}

#deliver h1 {
  font-size: 4em;
  color: #012B5B;
}

#deliver h2{
  font-size: 2em;
  color: #fff;
  overflow: hidden;
}

#deliver .well {
  background-color: rgba(158, 158, 158, 0.85);
  color: #fff;
  padding: 1em;
}

#icon-row {
  text-align: center;
}

.icnp {
  text-align: left;
  margin: 20px;
}

.who-personl > container {
	padding-top: 100px;	
}

.who-personel > row {
	 text-align: center;
	 padding-bottom: 60px;
	 position: relative;
}

#icon-row {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

#icon-row1 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

#icon-row2 {
  text-align: center;
  padding-bottom: 100px;
  position: relative;
}

#kittens {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
  background-color: #DBDBDB;
}

#kittens h1, h2 {
  text-align: center;
}

.iconbox img {
  height: 150px;
  width: 150px;
}

.iconboxadv img {
  height: 150px;
  width: 150px;
}

.iconboxadv img:hover {
   -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
}

#footer-home {
  background-color: #012B5B;
  padding: 2.5em 0;
  text-align: center;
}

#ftrlinks li:first-child {
	font-size: 1.3em;
	margin-bottom: 5px;	
}

#ftrlinks {
  list-style: none;
  text-align: left;
  color: #fff;
  position: relative;
  -webkit-transition: ease 0.2s font-size;
  -moz-transition: ease 0.2s font-size;
  transition: ease 0.2s font-size;
}

	#ftrlinks .list-item {
		font-weight: normal;
		font-size: 1em;
		margin-bottom: 2px;	
	}
@media (max-width: 768px) {

	#ftrlinks {
		text-align: center;	
		margin-bottom: 30px;
		font-size: 1.5em;

	}
	
	.navbar .navbar-nav > li > a:hover:after {
		    content: normal;
	}
}
	
footer a {
	text-decoration: none;	
}

footer a:hover {
	color: #78b5fb;	
}

.modal-body p {
  text-align: left;
}

.icntitle {
  letter-spacing: 0px;
}

/*.clearfix {
  clear: both;
}*/
.clearfix {
display: block;
}
.clientbox {
  background-color: rgba(1, 43, 91, 0.85);
  color: #fff;
  padding: .5em;
  max-width: 400px;
}

.casehead {
  color: #012B5B;
  margin-bottom: 30px;
}

.casesubhead {
  color: #000;
}
.client {
  color: #8d8c8f;
}

.cases {
  color: #012B5B;
}

.form-group {
  margin-bottom: 22px;
  border: 1px solid #757572;
  border-top: 1px solid #757572;
  border-left: 1px solid #757572;
  border-right: 1px solid #757572;
  border-bottom: none;
  /*padding: 5px;*/
}

.form-control {
  padding: 5px!important;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

 #photos {
   /* Prevent vertical gaps */
   line-height: 0;
   
   -webkit-column-count: 4;
   -webkit-column-gap:   20px;
   -moz-column-count:    4;
   -moz-column-gap:      20px;
   column-count:         4;
   column-gap:           20px;
   
}
#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;

}

.lower-home-page {
  padding: 100px 0 80px;
}

.inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.lower-home-page.widget-count-2 .widget {
  float: left;
  width: 50%;
  padding: 0 20px;
}

.zilla-testimonial-quote {
  position: relative;
  padding: 20px;
  margin: 0 0 20px!important;
  font: 16px/1.4 Hind,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #595c61;
  border: 1px solid #d2d7d9;
  border-radius: 5px;
}

.zilla-testimonial-image {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 5px;
  border-radius: 100px;
}

.zilla-testimonial-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #2b2e33;
  text-align: center;
}

.zilla-testimonial-title {
  margin: 0;
  font-size: 16px;
  text-align: center;
}

.imagen {
   margin-left: auto;
    margin-right: auto;
    width: 400px;
}

#cenzz {
  position: relative;
  height: 32em;
}

.imagen {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-button {
  float: right;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
	z-index: 3;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #3c9a5f;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/*******************************************************************/
/****************** Styles for devices 768px and up ****************/
/*******************************************************************/

@media (min-width: 768px) {

  #homenav {
    display: none;
  } 

  /*#homenav a{
    background-color: rgba(1, 43, 91, 0.25);
  }*/

  .navbar {
    min-height:  75px;
  }

  .navbar-brand {
    padding: 0px 0px 0px 30px;
    /*margin-left: 30px!important;*/
  }
  .navbar-brand img{
    width: 150px;
  }

  #navbar-links {
      /*margin-right: 80px;*/
  }
  #titlemain {
    top: 15em;
  }

  #titlemain .well {
    background-color: rgba(1, 43, 91, 0.85);
    color: #fff;
    padding: 1em;
    font-size: 4em;
  }

   #titleadv {
    top: 10em;
    /*margin-bottom: 13em;*/
   }

  #titleadv .well{
    background-color: rgba(1, 43, 91, 0.85);
    color: #fff;
    padding: 1em;
    font-size: 4em;
  }
  #titleadv p {
    background-color: rgba(255, 255, 255, 0.85);
    color: #012B5B;
    padding: 1.5em;
    font-size: 1.3em;
    text-align: left;
  }

  #deliver {
    position: relative;
    top: 18em;
    max-width: 900px;
    text-align: center;
  }

  #deliver h1 {
    font-size: 5em;
    color: #012B5B;
  }

  #deliver h2{
    font-size: 3em;
    color: #fff;
    overflow: hidden;
  }

  #titlewho {
    position: relative;
    top: 10em;
    /*max-width: 900px;*/
    text-align: center;

  }

  #titlewho .well {
    background-color: rgba(1, 43, 91, 0.85);
    color: #fff;
    padding: 1em;
    font-size: 4em;
  }

  #titlewho p{
    background-color: rgba(255, 255, 255, 0.85);
    color: #012B5B;
    padding: 1em;
    font-size: 1.5em;
    text-align: left;
  }

  #we {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(1, 43, 91);
    font-size: 4em;
    float: left;
  }

  #creatext {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(1, 43, 91);
    font-size: 5.6em;
    clear: left;
    font-style: italic;

  }

}


@media (min-width: 992px) {
  #deliver {
    position: relative;
    top: 5em;
    max-width: 900px;
    text-align: center;
  }
}

/*******************************************************************/
/****************** Styles for devices 768px and below ****************/
/*******************************************************************/

@media (max-width: 767px) {
	.navbar .navbar-nav > li > a {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 10px;
	}
		.navbar-naw li {
			-webkit-transition: all 0.35s ease-in-out;
			-moz-transition: all 0.35s ease-in-out;
			transition: all 0.35s ease-in-out;
		}
			.navbar-nav li a.active,
			.navbar-nav li:hover a {
				color: #fff !important;			
			}
		.navbar-default .navbar-nav .dropdown {
			position: relative;
			width: 100%;
			background-color: #66686a !important;
			visibility: visible;
			z-index: 5;
			opacity: 1;
		}
			.dropdown li a, .sup-dropdown li a {
				color: #fff;	
			}
	.main{
	  background-image: url(../img/wickley_wall.jpg);
	  height: 50vh !important;
	 
	}
	#skrollr-body {
		height: 60%;	
	}
		#skrollr-body > .gap-100 {
			    margin-top: 12%;
				background-size: cover;	
		}
}

/****************** -------------------------------- 

Full-Screen Pushing Navigation
Main Components 

-------------------------------- ******************/
.main{
  position: relative;
  z-index: 2;
  /* fix bug on iOS */
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-size: cover;
  background-position: center;
  /* Force Hardware Acceleration in WebKit */
 /* -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}


.navigation-is-open .main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-nav-trigger {
  position: fixed;
  z-index: 3;
  left: 5%;
  top: 20px;
  height: 54px;
  width: 54px;
  background-color: #012B5B;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.cd-nav h2 img {
	max-width: 200px;	
}

.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #ffffff;
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    top: 40px;
  }
}

.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #012B5B;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5% 40px calc(5% + 80px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase;
}
.cd-nav h2::after {
  /* bottom separation line */
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 2px;
    width: 100%;
    background-color: #25548a;
    border-bottom: #03182f 1px solid;
}
.cd-nav .cd-primary-nav {
  margin-top: 40px;
}
.cd-nav .cd-primary-nav li {
  margin: 1em 0;
  list-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

	.cd-nav .cd-primary-nav li:hover a:after {
		    content: '';
			position: absolute;
			left: 15%;
			bottom: -10px;
			height: 3px;
			width: 70%;
			background-color: #fff;
			border-bottom: #03182f 1px solid;
	}

.cd-nav .cd-primary-nav a {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  text-decoration: none;
  position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.cd-nav .cd-primary-nav a.selected {
  color: #ffffff;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff;
}
.cd-nav .cd-contact-info {
  margin-top: 80px;
}
.cd-nav .cd-contact-info i {
  font-size: 35px;
  position: relative;
  top: 8px;
}
.cd-nav .cd-contact-info li {
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}
.cd-nav .cd-contact-info a {
  color: #ffffff;
}
.cd-nav .cd-contact-info span {
  display: block;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}
  .cd-nav .cd-navigation-wrapper {
    padding: 30px 20%;
	box-sizing:border-box;
	overflow: hidden;
  }
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  .cd-nav h2 {
    font-size: 3.5rem;
   /* margin-bottom: 5.6em;*/
  }
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right;
    list-style: none;
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 1.2em;
  }
  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    font-size: 2rem;
  }
  
@media (max-width: 991px) {
	.cd-nav .cd-primary-nav a {
	  font-size: 2.5rem;
	}
	
	.cd-nav .cd-contact-info {
		margin-top: 40px;
		text-align: center;
	  }
}

.no-js .main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.no-scroll {
  overflow: hidden !important;
}

.client-logos,
.client-logos .col-md-3 {
	float: none !important;	
}

.project-img {
	border: 4px solid #dbdbdb;
	margin-top: 30px;	
}

	[class*="caseStudy"] .carousel .project-img {
		border: none;
		margin-top: auto;	
	}
	
	[class*="caseStudy"] [id*="caseStudy-carousel"] {
		padding: 30px 0;	
	}
	
	[class*="caseStudy"] [class*="carousel-control"] {
	   	background-image: none;
		background-color: rgba(0, 0, 0, 0.5);
	    height: 20%;
		width: 10%;
	    margin: auto;
	}

[class*="caseStudy"] .modal-header {
    border-bottom: 1px solid #e5e5e5 !important;
	padding-bottom: 15px !important;	
}
	
	[class*="caseStudy"] .modal-header .close {
		color: #8d8c8f;
	}

[class*="caseStudy"] .modal-content {
	padding-bottom: 40px !important;	
}

	[class*="caseStudy"] .modal-content img {
		max-width: 95%;	
	}

[class*="caseStudy"] .carousel [class*="fa-chevron-"],
[class*="caseStudy"] .carousel [class*="fa-angle-"] {
	position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
    font-size: 50px;	
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-angle-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .fa-chevron-right,
.carousel-control .fa-angle-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
@media screen and (min-width: 768px) {
    .carousel-control .fa-chevron-left,
	.carousel-control .fa-angle-left,
    .carousel-control .fa-chevron-right,
	.carousel-control .fa-angle-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .fa-chevron-left,
	.carousel-control .fa-angle-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .fa-chevron-right,
	.carousel-control .fa-angle-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

[class*="entPhoto"] .modal-content {
	position: relative;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none);
	background-clip: padding-box;
	outline: 0;
}

	[class*="entPhoto"] .modal-content img {
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	}
	
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*****************************************************

 FANCY HOMEPAGE MENU BUTTON Effect 

*****************************************************/
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
}

.hi-icon-effect-8 .cd-nav-trigger {
  background: rgba(1, 43, 91,0.95);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .cd-nav-trigger:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(1, 43, 91, 0.75);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.hi-icon-effect-8 .cd-nav-trigger:hover {
  background: rgba(1, 43, 91, 0.65);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}

/*****************************************************

 Styles for blog 

*****************************************************/
.blog #titleadv .well{
  font-size: 3em;
}

 body.blog #titleadv {
	   top: 20%;
   }

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

#blog-content {
	padding: 80px 0;	
}
	#blog-area .blog-area-row {
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		margin-bottom: 60px;
	}
	#blog-area .blog-area-row .blog-post-content {
		padding: 40px 30px;
	}
	#blog-area h2 {
		font-size: 1.7333333333em; /*26px*/
		clear:both;
	}
	
	#blog-area h4 {
		text-transform: uppercase;
		position: relative;
		margin-bottom: 30px;
	}
		#blog-area h4:after {
			content: "";
			position: absolute;
			height: 7px;
			top: 22px;
			width: 100%;
			background-color: #012B5B;
		}
		/*#blog-area .even h4:after {
			background-color: #012B5B;
		}
		
		#blog-area .odd h4:after {
			background-color: #009587;
		}*/
		
			#blog-area .odd h4:after {
				left: -30px;
			}
		
			#blog-area .odd h4 {
				padding-right:	30px;
				float: left;	
			}
			
			#blog-area .even h4:after {
				right: -30px;
			}
		
			#blog-area .even h4 {
				float: right;
				padding-left: 30px;
			}
			
		#blog-area h4 a {
			color: #333333;
			text-decoration: none;
		}
		
			#blog-area h4 a:hover {
				color: #009587;
			}
		
		#blog-area .odd h2,
		#blog-area h4,
		#blog-area .odd .into-content p {
			text-align: left;
		}
		
		#blog-area .even h2,
		#blog-area .even .into-content p {
			text-align: right;
		}
		
.even.blog-post-img {
	float: right;	
}		
		
		.blog-post-img div {
			width: 100%;
			background-size: contain;
			background-position: top;
			height: 460px;
			border: 1px solid #c9c8c8;
			background-repeat: no-repeat;
		}
		
		/*.blog-post-img div {
			width: 100%;
			height: 460px;
			background-repeat: no-repeat;
			background-size: contain;
			background-position: top;
		}
		.blog-post-img.even div {
			background-color: #012B5B;
		}
		.blog-post-img.odd div {
			background-color: #009587;
		}*/
	
		@media (min-width: 992px) {
			/*.blog-post-img div {
				background-image: none !important;
			}*/
		}
.blog-meta {
	font-family: Montserrat, sans-serif !important;
	font-weight: 700;	
}
.blog-meta > li {
	padding-left: 2px;
	padding-right: 2px; 
}

	.even .blog-meta {
		float: right;	
	}
	.blog-meta .fa-circle {
		font-size: 0.75em; 
	}
	
#post-featured-img {
	overflow: hidden;
    padding-bottom: 70%;
    background-size: cover;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-position: center 0;
    background-repeat: no-repeat;
	border: 1px solid #c9c8c8;
    transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
}

.sidebar-block {
	color: #fff;
	font-size: 0.9em;
	background: #012b5b;
	padding: 15px;
}

.sidebar-block .icon-header {
	margin: 0 auto;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
	display: table;	
}

	.sidebar-block p {
		font-weight: 700 !important;	
	}
.header-normal {
	text-align: left;
	border-bottom: 7px solid #012B5B;
	padding-bottom: 3px;
}

.sidebar-block,
.sidebar-normal {
	margin-bottom: 40px;	
}
	
#latest-post h4,
#infographics-post h4{
	margin-bottom: 0;
	font-family: Montserrat, sans-serif !important;
	font-weight: 700;
}

#latest-post p,
#infographics-post p{
	color: #aba5a5;
	margin-top: 0px;
	font-family: Montserrat, sans-serif !important;
	font-weight: 700;
}

.blog-form .contact-button {
	float: none;
    display: table;
    margin: 0 auto;
}

.blog-form .form-control-wrapper input,
.blog-form .form-control-wrapper textarea {
    background-color: #eeeeee !important;
    color: #5c5a5a !important;	
}

.blog-form .contact-button input,
.sidebar-btn {
	padding: 10px 15px;
	background-color: #3c9a5f;
    border: none;
	text-transform: uppercase;
	font-size: 15px;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
    -moz-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
	color: #fff;
}

	.blog-form .contact-button input:hover,
	.sidebar-btn:hover {
		background: #5ed289;
		color: #fff;
		text-decoration: none;
	}

@media (max-width: 991px) {
	#blog-post { 
		    margin-bottom: 70px;		
	}
	.blog-post-img div {
		width: 100%;
		background-size: cover;
		background-position: center;
		height: 460px;
		border: 1px solid #c9c8c8;
	}
	.even.blog-post-img {
		float: none;	
	}
	#blog-area .even h2,
		#blog-area .even .into-content p {
			text-align: left;
		}
	.even .blog-meta {
		float: left;	
	}
	
	#blog-area .even h4:after {
				left: -30px;
			}
		
	#blog-area .even h4 {
		padding-right:	30px;
		padding-left: 0;
		float: left;	
	}
	
	.blog #titleadv .well{
	  font-size: 2em;
	}

}

@media (max-width: 768px) {
	
	#post-featured-img {
		background-size: contain;
	}
	
	ul, ol {
		margin-left: 20px;
	}
	
}
	
/*****************************************************

 Styles for Blog Post

*****************************************************/
#blog-wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    padding: 15px 30px;
}
#blog-post #post-header h1,
#blog-post .blog-meta {
	text-align: center;
	
}
#respond input {
	width: 100%;	
}

	#respond .form-submit input {
		width: auto;
		padding: 10px 15px;
		background-color: #3c9a5f;
		border: none;
		text-transform: uppercase;
		font-size: 15px;
		-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	    -moz-transition: all 0.35s, -webkit-transform 0.35s;
    	transition: all 0.35s, transform 0.35s;
	    color: #fff;
		font-weight: 700;
	}
		#respond .form-submit input:hover {
			background: #5ed289;
			color: #fff;
			text-decoration: none;
		}
		
.comments-area {
    padding: 2em 0
}
.commentlist {
    padding: .5em 0 1.5em
}
.comments-title span {
    font-size: .7em;
    color: #aaa;
    margin-left: 1em;
    margin-right: 1em;
    text-transform: uppercase;
    font-weight: 300
}
.comments-title span.on {
    font-style: italic;
    margin-right: 0
}
.comments-area ol {
    list-style: none;
    padding-left: 0
}
.comments-area ol li {
    padding-top: 1em
}
.comments-area ol ol {
    margin-left: 13%
}
.comments-area ol ol li {
    padding-top: 0
}
.comments-area ol ol ol {
    margin-left: 15%
}
.comments-area article {
    position: relative;
    margin-left: 105px;
    margin-bottom: 2em;
    padding: 1em 1.6em;
    border: 3px solid #EEE;
    border-radius: 8px
}
.comments-area article:before {
    content: "";
    position: absolute;
    top: 1em;
    right: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 17px solid #eee
}
.comment-meta img {
    position: absolute;
    top: 0;
    left: -105px;
    border-radius: 4px
}
.comments-area ol ol .comment-meta img {
    width: 65px;
    left: -95px
}
.comments-area ol ol article {
    position: relative;
    margin-left: 95px
}
.comment-meta .fn,
.comment-reply-link {
    font-size: .9em;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase
}
.comment-meta .fn + a,
.comment-meta .date {
    float: right;
    font-size: .8em;
    color: #bbb;
    border-bottom: 0
}
.comment-meta .fn + a:hover {
    color: #fff
}
.comment-content {
    font-size: .9em;
    color: #555
}
.comment-content p {
    margin: .8em 0 .2em
}
.comment .reply {
    text-align: right
}
.comment-reply-link {
    font-weight: 400;
    font-size: .8em;
    letter-spacing: 1px;
    font-weight: 800
}
.share-links:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 9px;
    width: 1.8em;
    text-align: left;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit
}
.share-links {
    display: inline-block;
    position: relative;
}
.share-links a {
    cursor: pointer
}
.share-links:before {
    content: "\f045";
	font-size: 1em;
    margin-left: .2em;
    margin-right: -.8em;
    display: inline-block
}
.share-wrap {
    display: none;
    width: 110px;
    text-align: left;
    background-color: #fff
}
.share-wrap a {
    border: 0
}
.share-links .share-wrap {
    position: absolute;
    top: 100%;
    right: -1em;
    z-index: 310;
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}
	.share-wrap.share-links-hover {
		display: block;
	}
.share-links .share-wrap:after {
    content: " ";
    position: absolute;
    right: 3em;
    bottom: 100%;
    pointer-events: none;
    width: 0;
    height: 0;
    border-bottom: 8px solid #555;
    border-right: 10px solid transparent
}
.share-wrap > div {
    padding-bottom: 2px
}
.share-wrap .facebook-wrap {
    padding-bottom: 6px
}
.fb-like > span {
    width: 450px!important
}

.comment-form-comment label {
	display: block;
	margin-bottom: 20px;
}

	.comment-form-comment textarea {
		width: 100%;
		padding: 10px;
	}
	
	.commentlist {
		margin: 0;	
	}

.panel-group .panel-heading .panel-title {
	position: relative;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
	.panel-group .panel-heading a: {
		text-decoration: none !important;
	}
	.panel-group .panel-heading a:hover .panel-title{
		color:#012B5B;
	}
	.panel-group .panel-heading .panel-title:after {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f068";
		position: absolute;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.panel-group .panel-heading .collapsed .panel-title:after {
		content: "\f067";
	}

