/*
	Theme Name: Sandy Footprints
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


body {
  font-family: source-sans-pro, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #909090;
  background: white;
}
* {
  box-sizing: border-box;
}
.no-js .loading-screen {
  display: none !important;
}
.g img{ margin: 10px auto; display: block; }

.loading-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
}
.cssload-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 97px;
  height: 224px;
  margin-left: -48px;
  margin-top: -112px;
  overflow: hidden;
}
.cssload-container .cssload-item {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
}
.cssload-container .cssload-moon {
  border-bottom: 10px solid #7facd7;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  animation: spin 1.15s ease infinite;
  -o-animation: spin 1.15s ease infinite;
  -ms-animation: spin 1.15s ease infinite;
  -webkit-animation: spin 1.15s ease infinite;
  -moz-animation: spin 1.15s ease infinite;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
a {
  color: #578cbe;
  outline: 0 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #232323;
}
.section-colored a:hover { color: #E6ECEB; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: source-sans-pro, serif;
  color: #232323;
  font-weight: bold;
  line-height: 1.5em;
  margin: 12px 0 12px 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 0.05em;
}
.submit {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.submit::before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.submit::active {
    color: #000
}

.submit:active::after {
    background: transparent;
}

.submit:hover::before {
    opacity: 1;
}

.submit::after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
.textright { text-align: right;}
.textcenter { text-align: center; }
.sep {
  margin-bottom: 120px;
  display: inline-block;
  width: 100%;
  clear: both;
}
.sep-24 {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
  clear: both;
}
.sep-dash {
  height: 2px;
  width: 30px;
  background: #dddddd;
  margin: 24px auto;
}
.sep-dash.sep-left {
  margin: 24px 0 24px 0;
}
p,
ul,
ol {
  margin: 0 0 24px 0;
}
.w-100 {
  font-weight: 100;
}
.w-200 {
  font-weight: 200;
}
.w-300 {
  font-weight: 300;
}
.w-400 {
  font-weight: 400;
}
.w-500 {
  font-weight: 500;
}
.w-600 {
  font-weight: 600;
}
.w-700 {
  font-weight: 700;
}
.w-800 {
  font-weight: 800;
}
.w-900 {
  font-weight: 900;
}
.colored {
  color: #578cbe;
}
.colored-2 {
  color: #7facd7;
}
.text-white {
  color: white;
}
.text-color {
  color: #aaaaaa;
}
.text-gray {
  color: #cccccc;
}
.text-bigger {
  font-size: 116px;
  line-height: 100px;
  letter-spacing: 0;
  font-weight: bold;
}
.text-big {
  font-size: 72px;
  line-height: 80px;
  letter-spacing: 0;
  font-weight: bold;
}
.text-biggish {
  font-size: 52px;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: bold;
}
.text-med {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0;
  font-weight: bold;
}
.pp_full_res img { padding: 40px;}
.rl-gallery-caption {
    position: relative !important;
    padding: 5px 10px !important;
    margin: 3px 40px 0 40px !important;
}
.rl-gallery-container { margin-top: 40px;}
#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item { margin-top: 30px; }
.bordered-bottom {
  border-bottom: 1px solid #dddddd;
}
.bordered-top {
  border-top: 1px solid #dddddd;
}
.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, .cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc { white-space: break-spaces !important; }
.cbp img { width: auto !important; }
.cbp .cbp-item { min-height: 340px; }
.cbp-caption-defaultWrap { height: 145px; }
.cbp-caption-defaultWrap img { max-height: 98%; }

.buttonp { padding: 20px 0 40px; margin-bottom: 0;  }
.smallpad { padding: 15px; }
.half { width: 50%; float: left; }
.pad { padding: 25px;}
.smallpad p { margin-bottom: 0; }
.padtopsmall { padding-top: 30px; }
.padbotsmall { padding-bottom: 30px; }
.padtop { padding-top: 80px; }
.padbot { padding-bottom:80px; }
.padtopbot { padding: 80px 0; }
.textupper { text-transform: uppercase; }
article p a:not(.imglink), article span a:not(.imglink), .widget_recent_entries ul li a {
   /* RESET */
   text-decoration: none;
   line-height: 1;
   
   position: relative;
   z-index: 0;
   display: inline-block;
   padding: 5px 5px;
   overflow: hidden;
   color: #999;
   vertical-align: bottom;
   transition: color .3s ease-out;
}

article p a:not(.imglink)::before, article span a:not(.imglink)::before, .widget_recent_entries ul li a::before  {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   transform: translateY(calc(100% - 2px));
   width: 100%;
   height: 100%;
   background-image: linear-gradient(60deg, #64b3f4 0%, #c2e59c 100%);
   transition: transform .25s ease-out;
}

article p a:not(.imglink):hover, article span a:not(.imglink):hover, .widget_recent_entries ul li a:hover  { 
   color: #fff; 
}
article p a:not(.imglink):hover::before, article span a:not(.imglink):hover::before, .widget_recent_entries ul li a:hover::before  {
   transform: translateY(0);
   transition: transform .25s ease-out;
}
.topspace { margin-top: 40px; }
.calltoaction{
position: relative;
	z-index: 0;
	width: 600px;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 2.5em 2rem;
	display: block;
	margin: 20px auto;
	font-size: 18px;
	text-align: center;
}
	.calltoaction::before {
		content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-color: #399953;
		background-repeat: no-repeat;
		background-size: 50% 50%, 50% 50%;
		background-position: 0 0, 100% 0, 100% 100%, 0 100%;
		background-image: linear-gradient(#9cf, #9cf), linear-gradient(#00b9ff, #00b9ff), linear-gradient(#159, #159), linear-gradient(#578cdc, #578cdc);
		animation: spin 10s linear infinite;
	}
	@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
	.calltoaction::after {
		content: '';
		position: absolute;
		z-index: -1;
		left: 6px;
		top: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		background: white;
		border-radius: 5px;
	}
#categorized-tag-cloud { text-align: center; }
a.tag-cloud-link { padding: 5px 10px; }
.sidebar-widget ul { padding: 3px; }
.sidebar-widget ul li { margin-bottom: 20px; text-align: left; font-size: 18px; }
.sidebar-widget:not(.services) h3 { font-size: 18px; text-align: center; }
.sidebar-widget .post-date { clear: both; text-align: right; font-size: 0.8em; display: block; }
.widget_recent_entries ul { list-style: none; }
h2.posttitle a, ht.posttitle, article h4, article h3, article h5, .sidebar-widget h3, main h2 {  background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px; text-transform: uppercase; }

.taglink{
  display:inline-block;
  position:relative;
  padding:10px 20px;
  border:2px solid #578cdc;
  color:#666;
  font-size:16px;
  text-decoration:none;
  margin:10px auto;
  transition: color 0.4s;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}
.taglink:after{
  content:" ";
  border:2px solid rgba(0,0,0,0);
  display:inline-block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  transition:all 0.4s;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}
.taglink:hover{
  color:#666
}
.taglink:hover:after{  
  border:2px solid #578cdc;
		border-radius: 55px;
	-moz-border-radius: 55px;
	-webkit-border-radius: 55px;
  width: calc(100% - 10px);
  height: calc(100% + 10px); 
}
.blog-thumb { float: right; margin-top: 30px; max-width: 300px; height: auto; }
hr.sep-2 {
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right, #f0f0f0, #00b9ff, #59d941, #f0f0f0);
	margin: 20px auto !important;
}
.bluebg { background: #7facd7; }
.project-desc { font-size: 1.1em; color: #444; }
.clr { clear: both; }
.portfolio-features { text-align: right; }
.portfolio-features h4 { text-transform: uppercase; color: #444; text-align: right; font-size: 1.8em; margn-bottom: 10px; }
.textwhite { color: #FFF; }
.textcenter { text-align: center; }
.button { font-size: 1.5em; margin: 5px 20px; padding: 10px 30px; }
.whitebutton { background: #FFF; }
#portfolio-latest h3 { color: #FFF; text-align: center; padding: 16px 0; margin: 0; font-size: 2em; }
div#portfolio-latest { margin-top: 0; }
.textl { font-size: 1.2em; }
.textxl { font-size: 1.5em; }
.textxxl { font-size: 2em; }
p.lead {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 24px;
}
img {
  max-width: 100%;
  display: block;
}
div.heading, div.bgheading {
  margin-bottom: 48px;
  position: relative;
  padding-bottom: 36px;
}
div.heading h2, div.bgheading h2 {
  letter-spacing: normal;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
}
div.heading .lead, div.bgheading .lead {
  margin-top: 12px;
  font-family: source-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}
div.heading:after {
  content: '';
  height: 2px;
  width: 90px;
  background: #578cbe;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  bottom: 0;
}
div.heading:before {
  content: '';
  width: 12px;
  border: 4px solid white;
  height: 12px;
  border-radius: 50%;
  background: #578cbe;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -5px;
  z-index: 2;
}
div.heading.heading-light h2 {
  color: #FFF;
}
div.heading.heading-center, div.bgheading.heading-center {
  text-align: center;
}
div.heading.heading-iconic {
  padding-bottom: 39px;
}
div.heading.heading-iconic i {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: white;
  text-align: center;
}
div.heading.heading-iconic:before {
  content: '';
  height: 2px;
  width: 150px;
  left: 50%;
  bottom: 0;
  position: absolute;
  margin-left: -75px;
  background: #578cbe;
}
.section-light {
  padding: 120px 0;
  background: #f9f9f9;
}
.section-colored {
  padding: 120px 0;
  background: #578cbe;
  position: relative;
}
.section-parallax {
  background-color: #232323;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 120px 0;
}
.parallax-bg {
  background-color: #232323;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 120px 0;
}
.owl-carousel {
  cursor: move;
}
.owl-carousel {
  padding-left: 24px;
  padding-right: 24px;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  background: #333;
  background: rgba(35, 35, 35, 0.6);
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  top: 50%;
  color: white;
  opacity: 0;
  margin-top: -12px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.box-colored {
  padding: 10%;
  background: #578cbe;
  color: white;
}
#topsection h1 { }
h1:not(.text-biggish), div.heading h2 {
		color: #fff;
		font-size: 42px;
		text-transform: uppercase;
		font-weight: 700;
		background: linear-gradient(to right, #00b9ff 10%, #9cf 50%, #578cdc 60%);
		background-size: auto auto;
		background-clip: border-box;
		background-size: 200% auto;
		color: #fff;
		background-clip: text;
		text-fill-color: transparent;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		animation: textclip 3s linear infinite;
		display: block;
	}
@keyframes textclip {
	to {
		background-position: 200% center;
	}
}
/*============ FORMS ==================*/
.search:not(body) {
  width: 100%;
	margin-top: 40px;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #578cbe;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #578cbe;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #578cbe;
  background: #578cbe;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*===== Buttons ======*/
.form-control {
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 24px;
  height: auto;
  text-transform: uppercase;
}
.form-control:focus {
  border-color: #232323;
  box-shadow: none;
}
.responsive-embed {position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.responsive-embed iframe { position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.sidebar-widget {
  display:inline-block;
  width:100%;
  margin:5% auto;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding:1em;
  line-height:1.5em;
  background:hsla(67, 95%, 95%, 1);
	border:solid 5px #578cbe;
}
/*===== Buttons ======*/
.btn {
  border: none;
  line-height: 48px;
  font-size: 14px;
  margin-bottom: 24px;
  padding: 0 2.5em;
  text-align: center;
  white-space: nowrap;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-radius: 0;
  -webkit-transition: all 0.2s 'ease-in-out';
  transition: all 0.2s 'ease-in-out';
}
.btn-sm {
  padding: 0 1.5em;
  height: 36px;
  line-height: 36px;
}
.btn-lg {
  padding: 0 4em;
  height: 60px;
  line-height: 60px;
}
.btn-radius {
  border-radius: 4px;
}
.btn-radius.btn-lg {
  border-radius: 7px;
}
.btn-default {
  background: #7facd7;
  color: white;
}
.btn-default:hover,
.btn-default:focus {
  background: #16c0db;
  color: white;
}
.btn-primary {
  background: #578cbe;
  color: white;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #2480bc;
  color: white;
}
/*====== 3D Buttons Standard =======*/
.btn-default.btn-threeD {
  color: white;
  box-shadow: 0 5px 0 #108fa3;
}
.btn-default.btn-threeD:hover {
  background: #16c0db;
  box-shadow: 0 5px 0 #0f8395;
  color: white;
}
.btn-default.btn-threeD:focus {
  background: #16c0db;
  box-shadow: 0 3px 0 #0f8395;
  color: white;
  position: relative;
  top: 3px;
}
.btn-primary.btn-threeD, .submit {
  background: #578cbe;
  color: white;
  box-shadow: 0 5px 0 #1a5d89;
}
.btn-primary.btn-threeD:hover, .submit:hover  {
  background: #2480bc;
  box-shadow: 0 5px 0 #18547c;
  color: white;
}
.btn-primary.btn-threeD:focus, .submit:focus {
  background: #2480bc;
  box-shadow: 0 3px 0 #18547c;
  position: relative;
  top: 3px;
}
.btn-danger.btn-threeD {
  background: #d9534f;
  color: white;
  box-shadow: 0 5px 0 #ac2925;
}
.btn-danger.btn-threeD:hover {
  background: #d43f3a;
  box-shadow: 0 5px 0 #a02622;
  color: white;
}
.btn-danger.btn-threeD:focus {
  background: #d43f3a;
  box-shadow: 0 3px 0 #a02622;
  position: relative;
  top: 3px;
}
.btn-warning.btn-threeD {
  background: #f0ad4e;
  color: white;
  box-shadow: 0 5px 0 #d58512;
}
.btn-warning.btn-threeD:hover {
  background: #eea236;
  box-shadow: 0 5px 0 #c77c11;
  color: white;
}
.btn-warning.btn-threeD:focus {
  background: #eea236;
  box-shadow: 0 3px 0 #c77c11;
  position: relative;
  top: 3px;
}
.btn-success.btn-threeD {
  background: #5cb85c;
  color: white;
  box-shadow: 0 5px 0 #398439;
}
.btn-success.btn-threeD:hover {
  background: #4cae4c;
  box-shadow: 0 5px 0 #357935;
  color: white;
}
.btn-success.btn-threeD:focus {
  background: #4cae4c;
  box-shadow: 0 3px 0 #357935;
  position: relative;
  top: 3px;
}
.btn-info.btn-threeD {
  background: #5bc0de;
  color: white;
  box-shadow: 0 5px 0 #269abc;
}
.btn-info.btn-threeD:hover {
  background: #46b8da;
  box-shadow: 0 5px 0 #2390b0;
  color: white;
}
.btn-info.btn-threeD:focus {
  background: #46b8da;
  box-shadow: 0 3px 0 #2390b0;
  position: relative;
  top: 3px;
}
/*====== 3D Buttons LARGE =======*/
.btn-default.btn-threeD.btn-lg {
  color: white;
  box-shadow: 0 8px 0 #108fa3;
}
.btn-default.btn-threeD.btn-lg:hover {
  background: #16c0db;
  box-shadow: 0 8px 0 #0f8395;
  color: white;
}
.btn-default.btn-threeD.btn-lg:focus {
  background: #16c0db;
  box-shadow: 0 4px 0 #0f8395;
  color: white;
  position: relative;
  top: 4px;
}
.btn-primary.btn-threeD.btn-lg {
  background: #578cbe;
  color: white;
  box-shadow: 0 8px 0 #1a5d89;
}
.btn-primary.btn-threeD.btn-lg:hover {
  background: #2480bc;
  box-shadow: 0 8px 0 #18547c;
  color: white;
}
.btn-primary.btn-threeD.btn-lg:focus {
  background: #2480bc;
  box-shadow: 0 4px 0 #18547c;
  position: relative;
  top: 4px;
}
.btn-danger.btn-threeD.btn-lg {
  background: #d9534f;
  color: white;
  box-shadow: 0 8px 0 #ac2925;
}
.btn-danger.btn-threeD.btn-lg:hover {
  background: #d43f3a;
  box-shadow: 0 8px 0 #a02622;
  color: white;
}
.btn-danger.btn-threeD.btn-lg:focus {
  background: #d43f3a;
  box-shadow: 0 4px 0 #a02622;
  position: relative;
  top: 4px;
}
.btn-warning.btn-threeD.btn-lg {
  background: #f0ad4e;
  color: white;
  box-shadow: 0 8px 0 #d58512;
}
.btn-warning.btn-threeD.btn-lg:hover {
  background: #eea236;
  box-shadow: 0 8px 0 #c77c11;
  color: white;
}
.btn-warning.btn-threeD.btn-lg:focus {
  background: #eea236;
  box-shadow: 0 4px 0 #c77c11;
  position: relative;
  top: 4px;
}
.btn-success.btn-threeD.btn-lg {
  background: #5cb85c;
  color: white;
  box-shadow: 0 8px 0 #398439;
}
.btn-success.btn-threeD.btn-lg:hover {
  background: #4cae4c;
  box-shadow: 0 8px 0 #357935;
  color: white;
}
.btn-success.btn-threeD.btn-lg:focus {
  background: #4cae4c;
  box-shadow: 0 4px 0 #357935;
  position: relative;
  top: 4px;
}
.btn-info.btn-threeD.btn-lg {
  background: #5bc0de;
  color: white;
  box-shadow: 0 8px 0 #269abc;
}
.btn-info.btn-threeD.btn-lg:hover {
  background: #46b8da;
  box-shadow: 0 8px 0 #2390b0;
  color: white;
}
.btn-info.btn-threeD.btn-lg:focus {
  background: #46b8da;
  box-shadow: 0 4px 0 #2390b0;
  position: relative;
  top: 4px;
}
.btn-alt {
  background: transparent;
  border: 2px solid #232323;
  color: #232323;
}
.btn-alt:hover {
  background: #232323;
  border-color: #232323;
}
.btn-alt.btn-alt-white {
  color: white;
  border-color: white;
  height: 58px;
  line-height: 58px;
}
.btn-alt.btn-alt-white:hover {
  background: #232323;
  border-color: #232323;
}
hr {
  border-color: #dddddd;
  margin-top: 120px;
  margin-bottom: 120px;
}
.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pattern.png) 0 0 repeat;
}
.pattern-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/repeat2.png) 0 0 repeat;
}
/*============== HEADER SECTION =================*/
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
}
.arrows path {
  stroke: #50a5dd;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s
  /* Safari 和 Chrome */
}
.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s
  /* Safari 和 Chrome */
}
.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s
  /* Safari 和 Chrome */
}
section#home {  background-attachment: fixed; }
#portfolio-latest { padding-top: 80px; margin-top: 120px; background-image: url("img/home-portfoliobg.jpg"); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; color: #FFF !important; }
#portfolio-latest h2, .bluebg h2 { color: #FFF; }
.cta { margin-top: 40px; margin-bottom: 0; padding: 10px 0; }
.cta h3 { padding-top: 10px; font-size: 2.4em; margin-left: 60px; }
.floatright { float: right; margin: 20px 0 20px 20px; }
.cta .btn { font-size: 1.5em; margin-bottom: 0; margin-top: 20px; }
.cta .btn.floatright { margin-right: 160px; font-size: 1.5em; }
.topfooter { background-color:
#232323; color: #FFF !important; background-image: url("img/clientsbg.jpg");
background-position: 50% 89px; 
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
position: relative;
padding: 30px 0; }
.topfooter h4 { text-transform: uppercase; font-size: 1.8em; text-align: center; color: #FFF !important; }
#clients .owl-carousel .owl-stage-outer { padding-top: 20px; padding-bottom: 20px; }
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap { background: #FFF; }
.hero-unit {
  background: #578cbe url('../img/_welcomebg.jpg') 0 0 no-repeat;
  background-size: cover;
 
  position: relative;
}
.hero-unit .text-container {
  display: table;
  height: 700px;
  width: 100%;
  max-width: 100%;
}
.hero-unit .text-container .text {
  display: table-cell;
  vertical-align: middle;
}
.page-title {   display: table;
  height: 350px;
  width: 100%;
  max-width: 100%; }
.page-title .text {
	 display: table-cell;
  vertical-align: middle;
}
.page-title .text h1 { margin-bottom: 0; margin-top: 80px;  }
/*** ESSENTIAL STYLES ***/
.nav::before { display: inline !important; }
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 60px;
  right: 0;
  z-index: 99;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 60px;
  float: left;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_brand {
  float: left;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}
.site-header {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: white;
}
.site-header .site-branding {
  float: left;
  margin-right: 24px;
}
.site-header .site-branding .site-title {
  margin: 0;
  line-height: 80px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header .site-branding .site-title .logo-dark {
  display: inline-block;
}
.site-header .site-branding .site-title .logo-light {
  display: none;
}
.site-header .site-branding .site-title img {
  max-width: 260px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header ul.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal
  /* ...unless you support IE7 (let it wrap) */
}
.site-header ul.sf-menu li a {
  font-size: 13px;
  color: #919191;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header ul.sf-menu li a:hover {
  color: #578cbe;
}
.site-header ul.sf-menu li a.mPS2id-highlight {
  color: #578cbe !important;
}
 > .site-header ul.sf-menu li:last-child a {
  padding-right: 0;
}
.site-header #mob-menu {
  /* Mobile MENU ITEMS */
  /* Mobile MENU Button */
}
.site-header #mob-menu .slicknav_nav {
  background: white;
}
.site-header #mob-menu .slicknav_nav .slicknav_row {
  padding: 0;
  margin: 0;
  position: relative;
}
.site-header #mob-menu .slicknav_nav a {
  display: block;
  font-size: 13px;
  color: #919191;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0 24px;
}
.site-header #mob-menu .slicknav_nav a:hover {
  background: #f9f9f9;
  color: #578cbe;
}
.site-header #mob-menu .slicknav_nav .slicknav_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #eaeaea;
}
.site-header #mob-menu .slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header #mob-menu .slicknav_menu .slicknav_icon {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.site-header #mob-menu .slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.site-header #mob-menu .slicknav_menu .slicknav_icon-bar {
  background-color: #232323;
}
.site-header #mob-menu .slicknav_btn.slicknav_open .slicknav_menu .slicknav_icon-bar {
  background-color: #aaaaaa;
}
.site-header #mob-menu .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 4px;
}
.site-header.transparent-light-txt {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
}
.site-header.transparent-light-txt:hover {
  opacity: 1;
}
.site-header.transparent-light-txt .site-branding .site-title .logo-light {
  display: inline-block;
}
.site-header.transparent-light-txt .site-branding .site-title .logo-dark {
  display: none;
}
.site-header.transparent-light-txt ul.sf-menu li a {
  color: white;
}
.site-header.transparent-light-txt ul.sf-menu li a:hover {
  color: #578cbe;
}
.site-header.transparent-light-txt ul.sf-menu li a.mPS2id-highlight {
  color: white;
}
.site-header.transparent-light-txt #mob-menu .slicknav_menu .slicknav_icon-bar {
  background-color: #FFF;
}
.site-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: white !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
}
.site-header.sticky .site-branding .site-title {
  line-height: 60px;
}
.site-header.sticky .site-branding .site-title .logo-light {
  display: none;
}
.site-header.sticky .site-branding .site-title .logo-dark {
  display: inline-block;
}
.site-header.sticky .site-branding .site-title img {
  max-width: 300px;
  padding: 5px 0;
}
.site-header.sticky ul.sf-menu li a {
  line-height: 60px;
  color: #aaaaaa;
}
.site-header.sticky ul.sf-menu li a:hover {
  color: #578cbe;
}
.site-header.sticky #mob-menu .slicknav_btn {
  height: 60px;
  line-height: 60px;
}
.site-header.sticky #mob-menu .slicknav_menu .slicknav_icon-bar {
  background-color: #232323;
}
ul.sf-menu li.sfHover > a {
  color: #578cbe !important;
}
ul.sf-menu li ul {
  background: white;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
  border: 1px solid #dddddd;
  border-top-width: 2px ;
  border-top-color: #578cbe;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  font-weight: normal;
}
ul.sf-menu li ul li.sfHover > a {
  background: #f9f9f9;
  color: #578cbe !important;
}
ul.sf-menu li ul li a {
  text-transform: none !important;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7;
  letter-spacing: normal;
  line-height: 36px !important;
  color: #aaaaaa !important;
}
ul.sf-menu li ul li a:hover {
  background: #f9f9f9;
  color: #578cbe !important;
}
ul.sf-menu li ul li:last-child > a {
  border-bottom: none;
}
/*====== BREADCRUMB ========*/
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  content: "\f105";
  font-family: "FontAwesome";
}
/*=========== COMMON PAGE HEADER ==========*/
.page-header {
  background: #578cbe;
  margin: 0;
  position: relative;
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.2), inset 0 -6px 6px -6px rgba(0, 0, 0, 0.2);
}
.page-header a {
  color: white;
}
.page-header .page-title {
  font-size: 28px;
  margin: 0;
  color: white;
  font-family: source-sans-pro, sans-serif;
  font-weight: 300;
}
.page-header .lead {
  margin: 0;
  letter-spacing: 0.01em;
}
.page-header .breadcrumb {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  font-weight: normal;
  font-size: 12px;
}
.page-header .breadcrumb > li + li:before {
  color: rgba(255, 255, 255, 0.7);
}
.page-header .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.7);
}
#primary {
  margin-top: 120px;
}
/*====== Sections Pedding ==========*/
.padding-top-120 {
  padding-top: 120px;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
/*============ ICON BOXES ============*/
.icon-box-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-box-ul li {
  margin-bottom: 12px;
}
.icon-box-ul li i {
  font-size: 18px;
  color: #7facd7;
  margin-right: 6px;
}
.icon-box-ul.rounded li i {
  background: #7facd7;
  color: white;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}
.icon-box-mini {
  text-align: center;
}
.icon-box-mini:hover i {
  color: #578cbe;
}
.icon-box-mini i {
  font-size: 36px;
  margin-bottom: 24px;
  color: #578cbe;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-box-mini h3 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.icon-box-mini p {
  font-size: 13px;
  line-height: 24px;
  margin: 0;
}
.icon-box {
  text-align: center;
}
.icon-box:hover i:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 9;
}
.icon-box i {
  font-size: 36px;
  color: #7facd7;
  margin-bottom: 24px;
  background: white;
  border: 1px solid #dddddd;
  box-shadow: inset 0 0 6px 6px rgba(0, 0, 0, 0.06);
  width: 96px;
  height: 96px;
  display: inline-block;
  line-height: 96px;
  border-radius: 50%;
  background-clip: padding-box;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.icon-box i:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #578cbe;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  z-index: -1;
  box-shadow: inset 0 0 6px 6px rgba(40, 142, 210, 0.05);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.icon-box h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
.icon-box .box-desc {
  color: #aaaaaa !important;
}
.icon-box .box-desc *:last-child {
  margin: 0;
}
.icon-box.text-white h3 {
  color: white;
}
.icon-box.text-white .box-desc {
  color: #cccccc !important;
}
.icon-box.solid-bg i {
  color: white;
  background: #7facd7;
  border-color: #12a0b6;
}
.icon-box.transparent-bg i {
  color: white;
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.6);
}
.icon-box.icon-left {
  text-align: left;
}
.icon-box.icon-left i {
  float: left;
  text-align: center;
}
.icon-box.icon-left h3,
.icon-box.icon-left .box-desc {
  margin-left: 120px;
}
.icon-box.icon-left h3:after {
  left: 0;
  margin-left: 0;
}
.icon-box.icon-right {
  text-align: right;
}
.icon-box.icon-right i {
  float: right;
  text-align: center;
}
.icon-box.icon-right h3,
.icon-box.icon-right .box-desc {
  margin-right: 120px;
}
.icon-box.icon-right h3:after {
  left: 100%;
  margin-left: -30px;
}
.icon-box-2 {
  text-align: center;
  margin-bottom: 24px;
}
.icon-box-2:hover i {
  color: #578cbe;
}
.icon-box-2 i {
  font-size: 36px;
  color: #7facd7;
  margin-bottom: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-box-2 h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
.icon-box-2 .box-desc {
  color: #aaaaaa !important;
}
.icon-box-2 .box-desc *:last-child {
  margin: 0;
}
.icon-box-2.icon-left {
  text-align: left;
}
.icon-box-2.icon-left i {
  float: left;
  margin-bottom: 0;
  margin-top: 6px;
}
.icon-box-2.icon-left h3,
.icon-box-2.icon-left .box-desc {
 margin-left: 54px;
margin-bottom: 0;
margin-top: 0;
padding-top: 10px;
}
.icon-box-2.icon-left h3:after {
  left: 0;
  margin-left: 0;
}
.icon-social i {
  font-size: 48px;
}
.icon-social.text-white {
  color: white;
}
/*============ ACCORDIONS ============*/
.dv-accordion {
  margin-bottom: 24px;
}
.dv-accordion .ui-accordion-header {
  font-size: 14px;
  border: 1px solid #dddddd;
  padding: 12px 12px;
  font-weight: 600;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dv-accordion .ui-accordion-header:hover {
  color: #578cbe;
}
.dv-accordion .ui-accordion-header:after {
  content: '\f067';
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  color: #cccccc;
  height: 100%;
  width: 48px;
  font-size: 12px;
  border-left: 1px solid #dddddd;
  top: 0;
  text-align: center;
  padding-top: 12px;
}
.dv-accordion .ui-accordion-header:not(:first-child) {
  margin-top: 12px;
}
.dv-accordion .ui-accordion-header-active:after {
  content: '\f068' !important;
  color: #aaaaaa;
  font-size: 12px;
}
.dv-accordion .ui-accordion-content {
  border: 1px solid #dddddd;
  border-top: none;
}
.dv-accordion .ui-accordion-content .inner-content {
  padding: 24px;
}
.dv-accordion .ui-accordion-content .inner-content *:last-child {
  margin-bottom: 0;
}
/*============ TABS =============*/
.dv-tabs {
  margin-bottom: 24px;
}
.dv-tabs > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #dddddd;
  border-bottom: none;
}
.dv-tabs > ul li {
  display: table-cell;
}
.dv-tabs > ul li a {
  padding: 12px 24px;
  display: block;
  background: #f1f1f1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #aaaaaa;
  letter-spacing: 0.05em;
}
.dv-tabs > ul li a:hover {
  color: #232323;
}
.dv-tabs > ul li a i {
  margin-bottom: 6px;
  font-size: 18px;
  display: block;
}
.dv-tabs > ul .ui-tabs-active a {
  background: white;
  color: #578cbe;
}
.dv-tabs .inner-content {
  padding: 24px;
  border: 1px solid #dddddd;
  border-top: none;
}
/*============ FUN FACTS ============*/
.funfact {
  text-align: center;
}
.funfact:hover .icon i {
  color: #aaaaaa;
}
.funfact .icon {
  font-size: 48px;
  margin-bottom: 20px;
}
.funfact .icon i {
  color: #578cbe;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.funfact .count {
  font-size: 60px;
  line-height: 1em;
  font-weight: 300;
  color: #578cbe;
  margin-bottom: 6px;
}
.funfact .fact-name {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.07em;
}
.funfact.icon-left {
  text-align: left;
}
.funfact.icon-left .icon {
  float: left;
  width: 60px;
  margin-bottom: 0;
  line-height: 60px;
}
.funfact.icon-left .count,
.funfact.icon-left .fact-name {
  margin-left: 72px;
}
.funfact.light-text {
  color: white;
}
.funfact.light-text:hover .icon i {
  color: #0f5d69;
}
.funfact.light-text .icon i {
  color: white;
}
.funfact.light-text .count {
  color: white;
}
.funfact.light-text .fact-name {
  color: white;
}
[data-black-and-white="true"] {
  display: block;
  position: relative;
}
.client-logo { margin: 0 15px; width: -moz-fit-content; }
.client-logo img {
  max-width: 100% !important;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.client-logo:hover img {
  opacity: 0.7;
}
/**=================== Portfolio-section ====================**/
#portfolio {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.portfolio-items {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
}
.portfolio-items figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.portfolio-items figure img {
  max-width: 100%;
}
#filters {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  display: inline-block;
}
#filters li {
  float: left;
}
#filters li a {
  display: block;
  padding: 1em 2em;
  background: #578cbe;
  color: white;
  position: relative;
}
#filters li .active {
  background: #333333;
}
#filters li .active:before {
  background: #333333;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.portfolio-masonry {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio-masonry li {
  float: left;
}
.work-item {
  float: left;
}
.work-item a h3 {
  color: #232323;
}
.work-item a p {
  color: #aaaaaa;
}
.work-item figure {
  position: relative;
  overflow: hidden;
}
.work-item figure:hover figcaption {
  opacity: 1;
}
.work-item figure:hover figcaption h3 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.work-item figure:hover figcaption p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.work-item figure:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.work-item figure img {
  display: block;
  max-width: 100%;
  height: auto !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.work-item figure figcaption {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.work-item figure figcaption .caption-wrapper {
  width: 80%;
  height: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.work-item figure figcaption h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  color: white;
}
.work-item figure figcaption p {
  font-size: 13px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  color: white;
}
.work-item figure figcaption p.action {
  margin-top: 24px;
  font-size: 18px;
}
.work-item figure figcaption p.action a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-left: 3px;
  margin-right: 3px;
  background: white;
  border-radius: 50%;
}
.portfolio-no-gutter .work-item {
  margin-bottom: 0;
  padding: 0;
}
.portfolio-no-gutter .work-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.work-item.w2 {
  width: 66.66666667%;
}
.portfolio-filters {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: table;
}
.portfolio-filters li {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
}
.portfolio-filters li a {
  display: block;
  height: 36px;
  border: 2px solid #dddddd;
  padding: 0 12px;
  line-height: 32px;
  font-size: 12px;
  border-radius: 18px;
  color: #aaaaaa;
}
.portfolio-filters li a:hover {
  border-color: #aaaaaa;
  color: #777777;
}
.portfolio-filters li a.active {
  background: #578cbe;
  color: white;
  border-color: #578cbe;
}
.portfolio-filters li a.active:hover {
  background: transparent;
  border-color: #dddddd;
  color: #aaaaaa;
}
/*========== PROGRESS BARS ===========*/
.task-name {
  margin: 0;
}
.progress-bar.default {
  background-color: #7facd7;
}
.progress-bar {
  text-align: right;
}
.progress-bar span {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 24px;
}

/*============= Testimonials Secton ====================*/
#clients  { border-bottom: 30px solid #7facd7; }
#clients .bluebg { margin-top: 0 !important; padding: 5px; }
#clients h3 { font-size: 2.5em; }
#testimonials { margin-top: 0px; height: 580px; }
.testimonial {
  text-align: center;

}
.testimonial .feedback {
  font-size: 20px;
  line-height: 1.7em;
  margin: auto;
  margin-bottom: 24px;
  font-style: italic;
}
p.feedback { min-height: 200px; }
.testimonial .feedback::before {
 content: '\f10d';
font-family: "FontAwesome";
display: inline;
font-size: 36px;
color: #7facd7;
margin-right: 24px;
font-style: normal;
}
.testimonial .feedback::after {
 content: '\f10e';
font-family: "FontAwesome";
display: inline;
font-size: 36px;
color: #7facd7;
margin-left: 24px;
font-style: normal;
}
.testimonial .client-info {
  margin-bottom: 0;
  font-size: 15px;
}
.testimonial .client-info img {
  display: block;
  border-radius: 20%;
  margin: auto;
  width: auto !important;
  max-width: 100% !important;
  margin-bottom: 12px;
}g
.testimonial .client-info .client-name {
  color: #578cbe;
}
.testimonial.text-white {
  color: white;
}
.testimonial.text-white .client-info .client-name {
  color: white;
}
/*============== FOOTER SECTION =================*/
.social-icon-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icon-footer li {
  float: left;
  margin-right: 6px;
}
.social-icon-footer li a {
  display: block;
  width: 48px;
  height: 48px;
  background: #232323;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-icon-footer li a:hover {
  background: #7facd7;
}
.site-footer, .darkbg, footer {
  background: #2d2d2d;
  padding: 36px 0;
  color: #cccccc;
}
.logo-footer {
  display: inline-block;
  width: 140px;
  vertical-align: middle;
}
.floatright { float: right; margin: 10px 0 10px 10px; }
.postfeatimg { max-width: 50%; }
.responsivecontainer {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.responsivecontainer iframe { position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;}
main h2.lead { text-shadow: none !important; }
/*====================== MEDIA QURIES ======================*/
@media (max-width: 1200px) {
  .funfact,
  .icon-box {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .text-bigger {
    font-size: 90px;
    line-height: 94px;
  }
  .text-big {
    font-size: 60px;
    line-height: 64px;
  }
	 .text-biggish {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
	.single-website_portfolio .cta .btn {  font-size: 20px;

padding-left: 20px;

padding-right: 20px; }
	.hideformobile { display: none; }
  .text-bigger {
    font-size: 60px;
    line-height: 64px;
  }
  .text-big {
    font-size: 40px;
    line-height: 44px;
  }
	.text-biggish {
    font-size: 30px;
    line-height: 34px;
	}
	.cta .btn.floatright {float: none;
    position: absolute;
    bottom: 0;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 92%;
	}
	.cta h3 { margin-bottom: 58px;
text-align: center;
margin-left: 0;
margin-right: 0;
font-size: 1.8em; }
	.cta .container { position: relative; }	
	.testimonial .feedback {  font-size: 14px; }
	#testimonials { height: 640px; }
	.owl-carousel { padding-left: 0 !important; padding-right: 0 !important; }
	.sidebarcol { margin-top: 80px;
border-top: 200px solid
#578cbe; }
	.blog-thumb { float: none; display: block; margin: 0 auto 5px; }
	.posttitle { text-align: center; }
	.postfeatimg { max-width: 90%; float: none !important; display: block; margin: 0 auto 10px; }
	h1:not(.text-biggish), div.heading h2 { font-size: 28px; line-height: 32px; }
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
