*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
:focus {
	outline: 0 !important;
}
figure {
	margin: 0;
	padding: 0;
}


figure img {
	width: 100%;
	height: auto;
}
figure :not(.icon-overlay) a:hover,figure:not(.icon-overlay) > a:hover {
	opacity: .7;
}
img[src*=".svg"] {
	height: 100%;
}
iframe {
	border: none;
}
* > p:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
::selection {
	background: #d6d6d6;
}
::-moz-selection {
	background: #d6d6d6;
}
.animate {
	transition: all 0.1s ease-out;
	/* Optionally cubic-bezier(0.215, 0.610, 0.355, 1.000) which is easeOutCubic */
	-webkit-transform: translateZ(0);
	/* Enables hardware accelerated transitions for transform, opacity and filter properties on browsers with webkit engines — optionally will-change */
	-webkit-backface-visibility: hidden;
	/* Fixes transition flickering in Chrome and Safari */
	transform-style: preserve-3d;

}
body {
	font-family:'Source Sans Pro', sans-serif;
	font-weight: 500;
	color: #4b4c4b;
	font-size: 18px;
	line-height: 135%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*-moz-osx-font-smoothing: grayscale;
	*/
	text-rendering: optimizeLegibility;
	background-color: #fff;
	opacity: 1;
	transition: 1s opacity;
	position: relative;
}

main:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	transition: 0.4s ease-out 0.2s;
	transition-property: opacity, visibility;
}
main.js-reveal:before {
	opacity: 0;
	visibility: hidden;
}



section {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}


html.bglock, .bglock body {
	height:100%;
	overflow:hidden!important;

}



main {
	position: relative;
	background: #FFF;
}

#bigimage .modal-dialog {
	width: auto;
	max-width: none;
}

#bigimage .modal-dialog {
	width: 70%;
	margin: 0 auto;
}

.modal-backdrop.show {
    opacity: .7;
}

.bg-overlay {
	position: absolute;
	width: 100%;
	height:100%;
	left:0;
	top:0;
	background-color: rgba(63,163,141,0.6);
	z-index: -1;
}

.navbar>.container-fluid {
display: block;
}


#instafeed .card-img-overlay {
	background-color: rgba(0,0,0,0);
	color: rgba(255,255,255,0);
}


#instafeed .card:hover .card-img-overlay {
  background-color: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.9)!important;
}
#instafeed .card-img-overlay .card-text {
	color: rgba(255,255,255,0);
}
#instafeed .card:hover .card-img-overlay .card-text {
	color: rgba(255,255,255,0.9);
}

.navbar.primary {
	display: flex;
	background-color: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
	-webkit-transform-style: preserve-3d;
	opacity: 1;
	transform: translateY(0,0);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	transition: transform 0.5s ease 0s;
}

.navbar.primary.transparent {
	background-color: rgba(0,0,0,0.0);
}

  .navbar.primary.is-hidden {
		transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }

  .navbar.primary.is-visible {
		transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

.nav-inner {
	width: 100%;
}

.navbar-toggler {
    display: inline-flex;
    order: 2;
}

.navbar-brand img {
	height: 70px;
width: auto;
max-width: 120px;
-webkit-transform-style: preserve-3d;
}

.navbar-brand img.animate {
-moz-transition: none;
-webkit-transform-style: preserve-3d;
}

.nav-container {
	margin-right: auto;
}
.navbar.primary .nav-link,
.navbar.primary .dropdown-item {
	color: rgba(255,255,255,0.7);
}
.navbar.primary .nav-item a {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 1rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
}

	.navbar .dropdown-menu {
		background-color: transparent;
	}
	.dropdown-item.active, .dropdown-item:active {
		background-color: transparent;
	}

	.dropdown-item:focus, .dropdown-item:hover {
		background-color: transparent;
	}

	.language-nav img {
		width: 20px;
		transition: all 0.25s;
	}
	.language-nav .dropdown-menu img {
		filter: grayscale(1);
	}
	.language-nav .dropdown-menu .active img, 	.language-nav .dropdown-menu li:hover img {
		filter: grayscale(0);
	}
	.language-nav .dropdown-menu {
		list-style: none;
		display: inline-block;
	}

	.language-nav .dropdown-menu li {
		display: inline-block;
	}
	.language-nav .dropdown-menu a {
padding-left:0
}
	.language-nav .dropdown-toggle, .language-nav .dropdown-toggle::after {
		display: none;
	}

@media (min-width: 992px) {

	.nav-inner {
		width: auto;
	}
.dropdown-menu {
    background-color: rgba(255,255,255,0.7) !important;
    border-style: solid;
    border-color: rgba(255,255,255,0.7) transparent transparent;
    position: absolute;
    border-radius: 0;
		top: calc(100% + 26px);
}
.navbar.primary .dropdown-item {
	color: rgba(0,0,0,0.9);
}

.nav-container {
	margin-right: 0;
	margin-left: auto;
}
.dropdown-menu-right {
right: auto;
}
.dropdown-menu:after {
content: " ";
display: block;
position: absolute;
border-width: 20px 20px 0;
border-style: solid;
border-color: rgba(255,255,255,0.7) transparent transparent;
border-top-color: transparent;
border-bottom-color: rgba(255,255,255,0.7);
top: -21px;
bottom: auto;
border-top-width: 0;
border-bottom-width: 20px;
left: 50%;
margin-left: -20px;
}


ul.navbar-nav .nav-item {
    margin: 0 0 0 1rem;
}

ul.navbar-nav li:last-child {
    padding-right: 0;
	}

	.language-nav .dropdown-menu {
			min-width: auto;
			list-style: none;
		display: none;
		left: -17px;
	}

	.language-nav .dropdown-menu.show {
		display: block;
	}


	.language-nav .dropdown-menu a {
padding: 0.35rem 1.5rem;
}


	.language-nav .dropdown-toggle {
		display: block;
	}

}


.btn:hover {
opacity: 0.8!important;
}

p {
	margin-bottom: 20px;
}

.p-lg p {
	font-size: 130%;
	line-height: 1.3;
}
a {
	color: inherit;
	transition: all 0.2s ease-out;
	-webkit-transform: translateZ(0);
	/* Enables hardware accelerated transitions for transform, opacity and filter properties on browsers with webkit engines — optionally will-change */
	-webkit-backface-visibility: hidden;
	/* Fixes transition flickering in Chrome and Safari */
}

a:focus, a:hover {
    color: inherit;
    opacity: 0.8;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0.025em;
	margin-top: 0;
	/*word-wrap: break-word;
	*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1.6px;
    font-weight: 700;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 1.85rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.35rem;
}
h5 {
	font-size: 1.15rem;
}
h6 {
	font-size: 1rem;
}
.section-project-info  {

}
.section-project-info li h4 {
	margin-bottom: 0;
}

.section-project-info li h4 span {
	font-weight: 300!important;
}
.meta-divider {
	padding: 1rem 0;
}



ol {
	position: relative;
	padding-left: 22px;
}
ul {
	list-style: none;
	position: relative;
	padding-left: 22px;
}
ul.arrowed li,ul.circled li,ol li {
	margin-bottom: 5px;
}
ul.arrowed li:before {
	font-family: 'fontello';
	font-size: 75%;
	font-weight: normal;
	color: #de577b;
	vertical-align: baseline;
	content: '\e846';
	margin-top: 1px;
	margin-left: -20px;
	position: absolute;
}
ul.circled li:before {
	font-family: 'fontello-circle';
	content: '\e800';
	font-size: 8px;
	font-weight: normal;
	color: #de577b;
	padding-top: 1px;
	margin-left: -20px;
	vertical-align: top;
	position: absolute;
}
ul.contacts {
	padding-left: 0;
}
ul.contacts li {
	margin-bottom: 5px;
}
footer ul.contacts li {
	margin-bottom: 2px;
}
footer .nav-item {
	margin: 0.5rem 1rem 1rem;
}
.social-network {
	position: relative;
	z-index: 0;
	padding-top: 25px;
}
.social-network .social li {
	display: table-cell;
}
.social-network .social li a i {
	width: 55px;
	height: 80px;
	font-size: 20px;
}


@media (min-width:320px) {

h1.fluid {
		font-size: calc( 36px + 24 * ( (100vw - 320px) / ( 1200 - 320) ));
	}

.template-product .hero h1 span.fluid,.template-product .hero .typed-cursor {
		font-size: calc( 36px + 24 * ( (100vw - 320px) / ( 1200 - 320) ));
	}
	.template-product .hero .typed-cursor {
		color: #000!important;
		opacity: 0.7!important;
		font-weight: 200;
		line-height: 100%!important;
	}
	h2.fluid {
		font-size: calc( 30px + 24 * ( (100vw - 320px) / ( 1200 - 320) ));
		margin-bottom: 0;
	}
 header p {
			font-size: calc( 18px + 4 * ( (100vw - 320px) / ( 1200 - 320) ));
		line-height: 1.3;
	}


.cover-section em {
	font-style: normal;
}


}
@media (min-width:1200px) {
	header h1 {
      font-size: 60px
    }

    header h2 {
      font-size: 48px
    }


    header p {
      font-size: 22px
    }

}


header h1 {
		font-size: calc( 36px + 24 * ( (100vw - 320px) / ( 1200 - 320) ));
	}

	header h2 {
		font-size: calc( 30px + 24 * ( (100vw - 320px) / ( 1200 - 320) ));
		margin-bottom: 0;
	}

 header p {
			font-size: calc( 18px + 4 * ( (100vw - 320px) / ( 1200 - 320) ));
		line-height: 1.3;
	}
p + h2,p + h3 {
	padding-top: 15px;
}
.text-small {
	font-size: 16px;
}
.text-normal {
	font-size: inherit;
	line-height: inherit;
}
h2 + .text-small {
	margin-top: -5px;
}
header h2 + .text-small {
	margin-top: 0;
}

h1 .lightbox-link {
    font-size: 60%;
		top: -0.2rem;
		position: relative;
}
.service-list h3 {
	margin-bottom: 5px;
}
.post-title {
	margin: 0 0 15px 0;
}
h1.post-title {
	font-size: 22px;
	line-height: 24px;
}
.bordered .post-title {
	margin-bottom: 5px;
}
main header + * {
	margin-top: 35px !important;
}
.inner {
	padding-top: 120px;
	padding-bottom: 120px;
}
.inner-md {
	padding-top: 100px;
	padding-bottom: 100px;
}
.inner-sm {
	padding-top: 80px;
	padding-bottom: 80px;
}
.inner-xs {
	padding-top: 40px;
	padding-bottom: 40px;
}
.inner-top {
	padding-top: 120px;
}
.inner-top-md {
	padding-top: 100px;
}
.inner-top-sm {
	padding-top: 80px;
}
.inner-top-xs {
	padding-top: 40px;
}
.inner-bottom {
	padding-bottom: 120px;
}
.inner-bottom-md {
	padding-bottom: 100px;
}
.inner-bottom-sm {
	padding-bottom: 80px;
}
.inner-bottom-xs {
	padding-bottom: 40px;
}
.inner-left {
	padding-left: 75px;
}
.inner-left-md {
	padding-left: 60px;
}
.inner-left-sm {
	padding-left: 45px;
}
.inner-left-xs {
	padding-left: 30px;
}
.inner-right {
	padding-right: 75px;
}
.inner-right-md {
	padding-right: 60px;
}
.inner-right-sm {
	padding-right: 45px;
}
.inner-right-xs {
	padding-right: 30px;
}
.outer {
	margin-top: 120px;
	margin-bottom: 120px;
}
.outer-md {
	margin-top: 100px;
	margin-bottom: 100px;
}
.outer-sm {
	margin-top: 80px;
	margin-bottom: 80px;
}
.outer-xs {
	margin-top: 40px;
	margin-bottom: 40px;
}
.outer-top {
	margin-top: 120px;
}
.outer-top-md {
	margin-top: 100px;
}
.outer-top-sm {
	margin-top: 80px;
}
.outer-top-xs {
	margin-top: 40px;
}
.outer-bottom {
	margin-bottom: 120px;
}
.outer-bottom-md {
	margin-bottom: 100px;
}
.outer-bottom-sm {
	margin-bottom: 80px;
}
.outer-bottom-xs {
	margin-bottom: 40px;
}
.height-xs {
	height: 30vh;
}
.height-sm {
	height: 44vh;
}
.height-md {
	height: 61vh;
}
.height-lg {
	height: 90vh;
}
.dropcap {
	float: left;
	display: inline-block;
	width: 44px;
	height: 44px;
	background: #f5f5f5;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	text-align: center;
	color: #6d6c6c;
	margin: 6px 15px 0 0;
}
.dropcap-lg {
	float: left;
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #f5f5f5;
	font-size: 48px;
	font-weight: 700;
	line-height: 65px;
	text-align: center;
	color: #6d6c6c;
	margin: 6px 15px 0 0;
}


.nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: rgba(255,255,255,0.9);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon:hover span:nth-child(3){
    width: 100%;
}

.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  width: 60%;
  right: 0 !important;
}

/* Full Menu When Open */

.full-open .nav-icon span {
    width: 85%;
}

.full-open:hover span:nth-child(3){
    width: 85%;
}

.full-open .nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.full-open .nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.full-open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 8px;
}
.navbar-toggler {
	padding: 0;

}

.nav-icon {
    width: 35px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
		top: 2px;
}




blockquote {
	padding: 0;
	margin: 0;
	border: none;
}
blockquote p {
	font-size: 22px;
	line-height: 160%;
	font-style: italic;
}
blockquote footer,blockquote small,blockquote .small {
	color: #6d6c6c;
	font-size: 14px;
	line-height: 150%;
	font-weight: 700;
}
blockquote footer:before,blockquote small:before,blockquote .small:before,blockquote footer:after,blockquote small:after,blockquote .small:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #6d6c6c;
	margin-bottom: .28em;
}
blockquote footer:before,blockquote small:before,blockquote .small:before {
	margin-right: 10px;
}
blockquote footer:after,blockquote small:after,blockquote .small:after {
	margin-left: 10px;
}
hr {
	border: 0;
	border-bottom: 1px solid #EEEEEE;
	margin: 60px 0;
}
.map iframe {
	display: block;
	max-width: 100%;
}
h1 + figure,p + figure {
	padding-top: 15px;
}
h2 + figure,h3 + figure,h2 + .thumbs,h3 + .thumbs,h2 + .thumb,h3 + .thumb {
	padding-top: 10px;
}
h4 + figure {
	padding-top: 5px;
}
h2 + .owl-carousel,p + .owl-carousel,h2 + .panel-group,p + .panel-group {
	padding-top: 20px;
}
figure figcaption {
	font-size: 14px;
	line-height: 150%;
}
figure figcaption h4 {
	margin-bottom: 10px;
}
figure * + figcaption {
	padding-top: 20px;
}
figure + *,.thumb + figure {
	padding-top: 25px;
}
.classic-blog figure + * {
	padding-top: 35px;
}
figure.post-media + * {
	padding-top: 0;
}
.member .icon-overlay {
	display: inline-block;
}
.member .icon-overlay span {
	border-radius: 50%;
}
.member .rounded-circle {
	max-width: 200px;
	max-height: 200px;
}
.member .member-image {
	position: relative;
}
.member figcaption {
	position: relative;
	padding-top: 35px;
	z-index: 0;
}
.member figcaption.bordered {
	padding: 20px 15px 15px;
}
.member figcaption h2 span,.member figcaption h3 span {
	display: block;
	font-family: inherit;
	font-weight: 400;
	letter-spacing: 0.015em;
}
.member figcaption h3 {
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 10px;
}
.member figcaption h2 span {
	font-size: 18px;
	line-height: 140%;
	margin-top: 5px;
}
.member figcaption h3 span {
	font-size: 14px;
	line-height: 120%;
	margin-top: 4px;
}
.member figcaption blockquote {
	font-size: 16px;
	font-style: italic;
	line-height: 160%;
	margin-bottom: 20px;
}
.member figcaption blockquote:before {
	display: inline;
	position: relative;
	content: "\201C";
	font-family: inherit;
	font-size: inherit;
	margin-right: 2px;
}
.member figcaption blockquote:after {
	content: "\201D";
	margin-left: 2px;
}
.member .social {
	display: inline-block;
}
.member .social li {
	display: table-cell;
}
.member .social li a i {
	width: 33px;
	height: 45px;
	font-size: 15px;
}
.member .text-overlay .info .social li a i {
	color: #FFF;
}
.member .text-overlay .info .social li a:hover .icon-s-facebook {
	color: #3B5998;
	color: #4668B3;
}
.member .text-overlay .info .social li a:hover .icon-s-gplus {
	color: #DD4B39;
	color: #DE5745;
}
.member .text-overlay .info .social li a:hover .icon-s-twitter {
	color: #00ACED;
	color: #2FBBED;
}
.member .text-overlay .info .social li a i:after {
	background: #FFF;
}
.img-bg,.img-bg-center {
	background-position: center !important;
	background-size: cover;
}
.img-bg-top {
	background-position: top !important;
	background-size: cover;
}
.img-bg-bottom {
	background-position: bottom !important;
	background-size: cover;
}
.img-bg-soft,.img-bg-softer {
	background-position: center;
	position: relative;
}
.img-bg-soft:before,.img-bg-softer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.light-bg.img-bg-soft:before {
	background-color: #f5f5f5;
	opacity: .66;
}
.dark-bg.img-bg-soft:before {
	background-color: #4b4c4b;
	opacity: .57;
}
.tint-bg.img-bg-soft:before {
	background-color: #de577b;
	opacity: .84;
}
.light-bg.img-bg-softer:before {
	background-color: #f5f5f5;
	opacity: .95;
}
.dark-bg.img-bg-softer:before {
	background-color: #4b4c4b;
	opacity: .97;
}
.tint-bg.img-bg-softer:before {
	background-color: #de577b;
	opacity: .96;
}
.project-item figure {
	position: relative;
}
.project-item figure figcaption {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
}
.screen-container {
	position: relative;
	width: 100%;
	height: auto !important;
	background: url("../images/art/screen-container.png") no-repeat top / 100%;
	overflow: hidden;
}
.screen-container:before{
	content: "";
	display: block;
	padding-top: 47%;
}
.screen-container .tab-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 5% 4.5%;
	padding-bottom: 0;
}
.sidelines {
	position: relative;
	line-height: 100%;
	border-bottom: 1px solid #EEEEEE;
	margin-top: -.35em;
	margin-bottom: 1.5em;
}
.sidelines span {
	position: relative;
	top: .5em;
	background: #FFF;
	padding: 0 .5em 0 0;
}
.sidelines.text-right span,.text-right .sidelines span {
	padding: 0 0 0 .5em;
}
.sidelines.text-center span,.text-center .sidelines span {
	padding: 0 .5em;
}
.team-headline.sidelines {
	margin-top: -20px;
	margin-bottom: 40px;
}
.light-bg .sidelines {
	border-color: #BCC7D1;
}
.light-bg .sidelines span {
	background: #f5f5f5;
}
.dark-bg .sidelines {
	border-color: #4b4c4b;
}
.dark-bg .sidelines span {
	background: #4b4c4b;
}

.text-overlay h3, .text-overlay h4, .text-overlay p {
	color: #fff!important;
}
iframe + iframe {
	margin-top: 10px;
}
.isotope, .owl-carousel .owl-wrapper-outer {
	z-index: 0;
}
.green-bg {
	background-color: #de577b !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}
.blue-bg {
	background-color: #3F8DBF !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}
.red-bg {
	background-color: #FA6C65 !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}
.orange-bg {
	background-color: #F27A24 !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}
.purple-bg {
	background-color: #9B59B6 !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}
.pink-bg {
	background-color: #D487BE !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}
.navy-bg {
	background-color: #34495E !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}
.gray-bg {
	background-color: #95A5A6 !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}
.light-bg {
	background-color: rgba(240,240,240,0.95)!important;
}
.dark-bg {
	background-color: #4b4c4b;
}
.dark-bg,.dark-bg p,.dark-bg .item-details li:before {
	color: #cacaca;
}
.dark-bg h1,.dark-bg h2,.dark-bg h3,.dark-bg h4 {
	color: #FFF;
}
.dark-bg .widget h1,.dark-bg .widget h2,.dark-bg .widget h3,.dark-bg .widget h4 {
	color: #FFF;
}
.tint-bg {
	background-color: #de577b;
	color: #FFF;
	padding: 2px 8px;
	margin-top: -2px;
}

.icon {
	display: inline-block;
	margin-bottom: 15px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.icon.circle {
	padding: 30px;
	border: 1px solid #de577b;
	border-radius: 50%;
}
.icon.circle.xs {
	padding: 15px;
}
.icon.circle.sm {
	padding: 20px;
}
.icon.circle.lg {
	padding: 35px;
}
.icon i.icn {
	display: block;
	font-size: 4rem;
	line-height: 100%;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.icon i.icn.xs {
	font-size: 20px;
}
.icon i.icn.sm {
	font-size: 35px;
}
.icon i.icn.lg {
	font-size: 85px;
}

.icon {
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    font-size: 4rem;
    height: auto;
    color: #2c3e4f;
}
i.contact {
	margin-right: 5px;
	width: auto;
	height: auto;
	line-height: 18px;
}
.tagcloud {
	line-height: 25px;
}
.tagcloud > a {
	display: inline-block;
	margin-right: 2px;
}


.uniform__potty {
	position: absolute;
	left: -9999px;
}

@media (min-width: 768px) {



	.cover-section .typeline {
		min-height: 100px;
	}

	.section-teaser:nth-child(even) .row div:first-child {
		order:1
}
	.section-teaser:nth-child(even) .row div:last-child {
		order:0
}
	.makeaday {
		font-size: 5rem;
	}

}
footer {
	font-size: 14px;
	line-height: 22px;
}
footer.dark-bg {
	color: #cacaca;
}
footer .inner {
	padding-top: 45px;
	padding-bottom: 35px;
}
footer .container > .row {
	margin-left: -25px;
	margin-right: -25px;
}
footer .row .inner {
	padding: 25px;
}
footer .logo {
	height: auto;
	max-height: 100%;
}
footer h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
footer p {
	margin-bottom: 5px;
}

.adorn-footer p {
	font-size: 1.15rem;
}
.adorn-footer .nav-link i {
font-size: 2rem;
}

.adorn-footer .nav-link i {
color: #4b4c4b;
}

.adorn-footer .nav-link i:hover {
color: #DE577B;
}
.footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-menu li {
	display: inline;
	padding-left: 10px;
}
.footer-menu li:before {
	display: inline-block;
	content: "·";
	padding-right: 12px;
}
.footer-menu li:first-child:before {
	display: none;
}
.footer-bottom {
	background: #fff;
	color: #4b4c4b;
}
.footer-bottom .container.inner {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-bottom p,.footer-bottom a {
	color: #4b4c4b;
}
.footer-bottom p {
	padding: 0;
	margin: 0;
}
.meta,.more {
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	cursor: default;
}
.meta span:before {
	display: inline-block;
	content: "|";
	padding: 0 10px 0 7px;
}
.meta span:first-child:before {
	display: none;
	padding: 0;
}
.meta a {
	display: inline !important;
}
.meta a:hover,.more:hover {
	color: #de577b;
}
.meta.tags a:before {
	content: "#";
	display: inline-block;
}
.bordered .info {
	text-align: center;
}
.bordered .info h3,.bordered .info h4 {
	margin-bottom: 5px;
}
.bordered .info h3 a,.bordered .info h4 a {
	color: #6d6c6c;
}
.bordered .info h3 a:hover,.bordered .info h4 a:hover {
	color: #de577b;
}
.bordered .info p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}
.bordered {
	border: 1px solid #E6E9ED;
	border-bottom-width: 2px;
	border-radius: 3px;
	padding: 25px;
	background: #f5f5f5;
}
.section-project .bordered {
	border: 0;
}
.light-bg .bordered {
	background: #FFF;
}
.dark-bg .bordered .info h3,.dark-bg .bordered .info h4,.tint-bg .bordered .info h3,.tint-bg .bordered .info h4 {
	color: #6d6c6c;
}
.dark-bg .bordered .info p,.tint-bg .bordered .info p {
	color: #4b4c4b;
}
.no-top-border {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.border,.border-top,.border-right,.border-bottom,.border-left {
	border-color: #EEEEEE !important;
}
.border {
	border: 1px solid #EEEEEE;
}
.border-top-lg,.border-top-md,.border-top-sm,.border-top-xs,.border-top {
	border-top: 1px solid #EEEEEE;
}
.border-right-lg,.border-right-md,.border-right-sm,.border-right-xs,.border-right {
	border-right: 1px solid #EEEEEE;
}
.border-bottom-lg,.border-bottom-md,.border-bottom-sm,.border-bottom-xs,.border-bottom {
	border-bottom: 1px solid #EEEEEE;
}
.border-left-lg,.border-left-md,.border-left-sm,.border-left-xs,.border-left {
	border-left: 1px solid #EEEEEE;
}
.border-lg,.border-top-lg,.border-right-lg,.border-bottom-lg,.border-left-lg {
	border-width: 20px;
}
.border-md,.border-top-md,.border-right-md,.border-bottom-md,.border-left-md {
	border-width: 10px;
}
.border-sm,.border-top-sm,.border-right-sm,.border-bottom-sm,.border-left-sm {
	border-width: 5px;
}
.border-xs,.border-top-xs,.border-right-xs,.border-bottom-xs,.border-left-xs {
	border-width: 3px;
}
.light-bg .border,.light-bg .border-lg,.light-bg .border-md,.light-bg .border-sm,.light-bg .border-xs,.light-bg .border-top-lg,.light-bg .border-top-md,.light-bg .border-top-sm,.light-bg .border-top-xs,.light-bg .border-top,.light-bg .border-right-lg,.light-bg .border-right-md,.light-bg .border-right-sm,.light-bg .border-right-xs,.light-bg .border-right,.light-bg .border-bottom-lg,.light-bg .border-bottom-md,.light-bg .border-bottom-sm,.light-bg .border-bottom-xs,.light-bg .border-bottom,.light-bg .border-left-lg,.light-bg .border-left-md,.light-bg .border-left-sm,.light-bg .border-left-xs,.light-bg .border-left {
	border-color: #BCC7D1 !important;
}
.dark-bg .border,.dark-bg .border-lg,.dark-bg .border-md,.dark-bg .border-sm,.dark-bg .border-xs,.dark-bg .border-top-lg,.dark-bg .border-top-md,.dark-bg .border-top-sm,.dark-bg .border-top-xs,.dark-bg .border-top,.dark-bg .border-right-lg,.dark-bg .border-right-md,.dark-bg .border-right-sm,.dark-bg .border-right-xs,.dark-bg .border-right,.dark-bg .border-bottom-lg,.dark-bg .border-bottom-md,.dark-bg .border-bottom-sm,.dark-bg .border-bottom-xs,.dark-bg .border-bottom,.dark-bg .border-left-lg,.dark-bg .border-left-md,.dark-bg .border-left-sm,.dark-bg .border-left-xs,.dark-bg .border-left {
	border-color: #4b4c4b !important;
}
.tint-bg .border,.tint-bg .border-lg,.tint-bg .border-md,.tint-bg .border-sm,.tint-bg .border-xs,.tint-bg .border-top-lg,.tint-bg .border-top-md,.tint-bg .border-top-sm,.tint-bg .border-top-xs,.tint-bg .border-top,.tint-bg .border-right-lg,.tint-bg .border-right-md,.tint-bg .border-right-sm,.tint-bg .border-right-xs,.tint-bg .border-right,.tint-bg .border-bottom-lg,.tint-bg .border-bottom-md,.tint-bg .border-bottom-sm,.tint-bg .border-bottom-xs,.tint-bg .border-bottom,.tint-bg .border-left-lg,.tint-bg .border-left-md,.tint-bg .border-left-sm,.tint-bg .border-left-xs,.tint-bg .border-left {
	border-color: #FFF !important;
}
.last-bottom {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.last-right {
	padding-right: 0 !important;
	margin-right: 0 !important;
}
.reset-margin {
	margin: 0;
}
.reset-margin-left {
	margin-left: 0;
}
.reset-margin-right {
	margin-right: 0;
}
.reset-padding {
	padding: 0;
}
.reset-padding-left {
	padding-left: 0;
}
.reset-padding-right {
	padding-right: 0;
}
.single-block {
	padding: 0;
	border: 0;
	margin: 0;
}
h1 + .single-line,h2 + .single-line,h3 + .single-line,h4 + .single-line {
	margin-top: -.5em;
}
.img-intext {
	margin-bottom: 20px;
}
aside {
	font-size: 16px;
	line-height: 160%;
}
aside p {
	margin-bottom: 15px;
}
aside .txt-btn {
	font-size: 100%;
}
aside .thumb figure {
	margin: 0;
}
.thumbs.no-gap {
	margin-left: 0;
	margin-right: 0;
}
.thumbs.no-gap .thumb {
	padding: 0;
}
.thumbs.gap-xs {
	margin-left: -5px;
	margin-right: 0;
}
.thumbs.gap-xs .thumb {
	padding: 0 0 5px 5px;
}
.thumbs.gap-sm {
	margin-left: -10px;
	margin-right: 0;
}
.thumbs.gap-sm .thumb {
	padding: 0 0 10px 10px;
}
.thumbs.gap-md {
	margin-left: -20px;
	margin-right: 0;
}
.thumbs.gap-md .thumb {
	padding: 0 0 20px 20px;
}
.thumbs.gap-lg {
	margin-left: -30px;
	margin-right: 0;
}
.thumbs.gap-lg .thumb {
	padding: 0 0 30px 30px;
}



/*===================================================================================*/
/*HEADER/*===================================================================================*/




/*===================================================================================*/
/*BUTTONS/*===================================================================================*/

.btn {
	color: #FFF !important;
	background: #de577b;
	padding: .65rem 1.15rem;
	font-weight: 600;
	font-size: 1.15rem;
	line-height: 1.5;
    border-radius: .3rem;
	letter-spacing: 0.02em;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-small {
	padding: 5px 13px;
	font-size: 13px;
}

.btn:hover,.btn:focus,.btn:active,.btn.active {
	background: #e67d30;
	color: #FFF !important;
	box-shadow: none;
}
.btn span {
	top: 2px;
	    transition: all 0.3s ease;
	    display: inline-block;
	    position: relative;
}
.btn:hover span {
    transform: scaleX(1.5) translateX(0.2rem);
}
.txt-btn {
	font-size: 105%;
	font-weight: 700;
	opacity: 0.75;
}
.txt-btn:hover {
	opacity: 1;
}
.txt-btn:after {
	font-family: 'fontello';
	font-size: 75%;
	content: '\e846';
	margin-left: 7px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.txt-btn:hover:after {
	margin-left: 12px;
}
/*===================================================================================*/
/*SOCIAL ICONS/*===================================================================================*/
.social {
	padding: 0;
	margin: 0;
}
.social li {
	font-family: 'fontello-social';
	margin-right: 4px;
}
.social li {
	position: relative;
}
.text-center .social li {
	margin: 0 2px;
}
.social li a {
	display: table;
	position: relative;
}
.social li a i {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #4b4c4b;
	width: 30px;
	height: 30px;
	font-size: 12px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.social li a i:after {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.social li a:hover i {
	color: #FFF;
}
.social li a:hover i:after {
	height: 100%;
}
.social a .icon-s-facebook:after {
	background: #3B5998;
	background: #4668B3;
}
.social a .icon-s-gplus:after {
	background: #DD4B39;
	background: #DE5745;
}
.social a .icon-s-twitter:after {
	background: #00ACED;
	background: #2FBBED;
}
.social a .icon-s-pinterest:after {
	background: #CB2027;
	background: #D94348;
}
.social a .icon-s-behance:after {
	background: #1769FF;
	background: #3079FF;
}
.social a .icon-s-dribbble:after {
	background: #EA4C89;
	background: #EB6397;
}
/*===================================================================================*/
/*TABS ON SIDE/*===================================================================================*/
.tabs-side .etabs {
	float: left;
	width: 20%;
	padding: 0;
	margin: 0 -1px 0 0;
}
.tabs-side .tab {
	display: block;
	position: relative;
	z-index: 0;
}
.tabs-side .tab a {
	display: block;
	background: #f5f5f5;
	color: #6d6c6c;
	font-size: 14px;
	line-height: 130%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px;
	border: 1px solid #E6E9ED;
	border-right-color: #EEEEEE;
	border-bottom: none;
	overflow: hidden;
}
.tabs-side .tab:first-child a {
	border-top-left-radius: 3px;
}
.tabs-side .tab:last-child a {
	border-bottom: 1px solid #E6E9ED;
	border-bottom-left-radius: 3px;
}
.tabs-side .tab a:hover {
	background: #de577b;
	color: #FFF;
	border-color: #de577b;
}
.tabs-side .tab:hover,.tabs-side .tab.active {
	z-index: 2;
}
.tabs-side .tab.active a {
	background: #FFF !important;
	color: #de577b;
	border-color: #EEEEEE !important;
	border-right-color: #FFF !important;
}
.tabs-side .tab.active + .tab a {
	border-top-color: #EEEEEE;
}
.tabs-side .tab.active + .tab a:hover {
	border-top-color: #de577b;
}
.tabs-side .tab a div {
	font-family: inherit;
	font-size: 40px;
	line-height: 100%;
	font-weight: 200;
	margin: -10px 0 5px;
}
.tabs-side.tab-container .panel-container {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-left: 70px;
	border-left: 1px solid #EEEEEE;
}
.tabs-side.tab-container .panel-container p {
	margin: 0;
	padding-bottom: 20px;
}
/*===================================================================================*/
/*TABS ON TOP/*===================================================================================*/
.tabs-top .etabs {
	padding: 0;
	margin: 0;
}
.tabs-top .etabs:after {
	content: '';
	display: block;
	position: relative;
	z-index: 1;
	border-top: 1px solid #EEEEEE;
	margin-top: -1px;
}
.tabs-top .tab {
	display: inline-block;
	position: relative;
	z-index: 0;
	max-width: 40%;
	margin: 0 3px;
}
.tabs-top .tab a {
	display: inline-block;
	vertical-align: bottom;
	background: #f5f5f5;
	color: #6d6c6c;
	font-size: 14px;
	line-height: 130%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px;
	border: 1px solid #E6E9ED;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}
.tabs-top .tab a div {
	font-family: inherit;
	font-size: 40px;
	line-height: 100%;
	font-weight: 200;
	margin: -10px 0 5px;
}
.tabs-top .tab a:hover {
	background: #de577b;
	color: #FFF;
	border-color: #de577b;
}
.tabs-top .tab.active {
	z-index: 2;
}
.tabs-top .tab.active a {
	background: #FFF !important;
	color: #de577b;
	border-color: #EEEEEE !important;
}
.tabs-top.tab-container .panel-container {
	margin-top: 70px;
}
.tabs-top.tab-container .panel-container p {
	margin: 0;
	padding-bottom: 20px;
}
.dark-bg .tab h3 {
	color: #de577b;
	margin-bottom: 5px;
}
.dark-bg .tab.active p {
	color: #4b4c4b;
}
/*===================================================================================*/
/*TABS CIRCLED ON TOP/*===================================================================================*/
.tabs-circle-top .etabs {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}
.tabs-circle-top .etabs:before {
	content: '';
	display: block;
	border-bottom: 1px solid #EEEEEE;
	margin: 65px 0 -65px;
}
.tabs-circle-top .tab {
	display: inline-block;
	height: 160px;
	position: relative;
	top: 0;
	margin: 0 15px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.tabs-circle-top .tab a {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	height: 130px;
	max-width: 130px;
	background: #FFF;
	color: #6d6c6c;
	font-size: 14px;
	line-height: 130%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px;
	border: 1px solid #EEEEEE;
	border-radius: 50%;
	overflow: hidden;
}
.tabs-circle-top .tab a div {
	font-size: 40px;
	line-height: 100%;
	font-weight: 200;
	margin: -10px 0 5px;
}
.tabs-circle-top .tab a:hover {
	/*border: 4px solid #de577b;
	*/
	background-color: #f5f5f5;
	border-color: #EEEEEE !important;
}
.tabs-circle-top .tab.active {
	top: -15px;
}
.tabs-circle-top .tab.active a {
	height: 160px;
	width: 160px;
	max-width: 160px;
	background: #de577b;
	font-size: 15px;
	line-height: 140%;
	color: #FFF;
	border: 1px solid #de577b;
}
.tabs-circle-top .tab.active a:hover {
	border-color: transparent !important;
}
.tabs-circle-top .tab.active a div {
	font-size: 50px;
	margin: -13px 0 8px;
}
.tabs-circle-top.tab-container .panel-container {
	position: relative;
	margin-top: 30px;
	z-index: 1;
}
.tabs-circle-top.tab-container .panel-container p {
	margin: 0;
	padding-bottom: 20px;
}
/*===================================================================================*/
/*TABS 2-BIG ON TOP/*===================================================================================*/
.tabs-2-big-top .etabs {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}
.tabs-2-big-top .tab {
	position: relative;
	display: inline-block;
	width: 40%;
	border-bottom: 2px solid transparent;
	border-radius: 3px;
	margin: 0 15px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.dark-bg .tabs-2-big-top .tab {
	background: rgba(255, 255, 255, 0.2);
	position: relative;
	display: inline-block;
	width: 40%;
	border-bottom: 2px solid transparent;
	border-radius: 3px;
	margin: 0 15px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.tabs-2-big-top .tab:before, .tabs-2-big-top .tab:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	border: solid transparent;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.dark-bg .tabs-2-big-top .tab:after {
	border-top-color: rgb(77, 81, 83);
}
.tabs-2-big-top .tab:before {
	border-width: 23px;
	margin-left: -23px;
}
.tabs-2-big-top .tab:after {
	border-width: 20px;
	margin-left: -20px;
}
.tabs-2-big-top .tab a {
	display: block;
	padding: 35px;
	opacity: .5;
}
.tabs-2-big-top .tab:hover {
	background: #F7F9FA;
	border-color: #E6EBF0;
}
.dark-bg .tabs-2-big-top .tab:hover {
	background: #F7F9FA;
	border-color: #E6EBF0;
	color: #4b4c4b;
}
.tabs-2-big-top .tab:hover:before {
	border-top-color: #E6EBF0;
}
.tabs-2-big-top .tab:hover:after {
	border-top-color: #F7F9FA;
}
.tabs-2-big-top .tab.active {
	background: #FFF;
	border-color: #e4e4e4;
}
.tabs-2-big-top .tab.active:before {
	border-top-color: #e4e4e4;
}
.tabs-2-big-top .tab.active:after {
	border-top-color: #FFF;
}
.tabs-2-big-top .tab:hover a,.tabs-2-big-top .tab.active a {
	opacity: 1;
}
.tabs-2-big-top .tab a p {
	margin-bottom: 0;
}
.tabs-2-big-top.tab-container .panel-container {
	position: relative;
	margin-top: 80px;
	z-index: 1;
}
.tabs-2-big-top.tab-container .panel-container p {
	margin: 0;
	padding-bottom: 20px;
}
/*===================================================================================*/
/*TESTIMONIALS / QUOTES/*===================================================================================*/
.format-quote {
	position: relative;
}
.format-quote:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("../images/art/pattern-background01.jpg");
	opacity: .05;
}
#testimonials #owl-testimonials {
	margin-top: 10px;
}
blockquote {
	position: relative;
}
#testimonials #owl-testimonials:before,blockquote:before {
	display: block;
	position: relative;
	font-family: 'fontello';
	content: '\275e';
	font-size: 40px;
	line-height: 100%;
}
#testimonials #owl-testimonials:before {
	top: -10px;
	opacity: .3;
}
#testimonials #owl-testimonials blockquote:before {
	display: none;
}
blockquote:before {
	position: absolute;
	right: 0;
	bottom: 0;
}
.post.format-quote {
	background-color: #de577b;
}
.format-quote .meta,.format-quote blockquote,.format-quote blockquote footer,.format-quote blockquote small,.format-quote blockquote .small {
	color: #FFF;
}
.format-quote blockquote footer:before,.format-quote blockquote small:before,.format-quote blockquote .small:before,.format-quote blockquote footer:after,.format-quote blockquote small:after,.format-quote blockquote .small:after {
	background-color: #FFF;
}
.format-quote .meta a:hover {
	color: #6d6c6c;
}
/*===================================================================================*/
/*ACCORDION / TOGGLE/*===================================================================================*/
.panel-group {
	margin-bottom: 0;
}
.panel-group + .panel-group {
	margin-top: 20px;
}
.panel-group .panel {
	background: #f5f5f5;
	border: 1px solid #E6E9ED;
	border-bottom-width: 2px;
	border-radius: 3px;
	box-shadow: none;
}
.panel-group .panel + .panel {
	margin-top: 10px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: 1px solid #E6E9ED;
}
.panel-body {
	padding: 25px;
}
.panel-heading {
	background-color: inherit !important;
	color: inherit !important;
	padding: 0;
	border-color: inherit !important;
}
.panel-title {
	font-size: 15px;
	line-height: 1.42857;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
.panel-title > a {
	display: block;
	padding: 15px 25px 15px;
}
.panel-title > a.collapsed {
	background: #f5f5f5;
	color: #6d6c6c;
}
.panel-title > a,.panel-title > a:hover {
	background: #EDF0F2;
}
.panel-title > a {
	color: #6d6c6c;
}
.panel-title > a:hover {
	color: #de577b;
}
.panel-title > a span {
	display: block;
	position: relative;
	top: 0;
	color: #6d6c6c;
	padding-right: 25px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.text-right .panel-title > a span {
	padding-left: 25px;
	padding-right: 0;
}
.text-center .panel-title > a span {
	padding-left: 0;
	padding-right: 0;
}
.panel-title > a:hover span {
	color: inherit;
}
.text-center .panel-title > a:hover span {
	top: .5em;
	color: transparent;
}
.panel-title > a span:after {
	font-family: "fontello";
	content: "\e849";
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.text-right .panel-title > a span:after {
	left: 0;
	right: auto;
}
.text-center .panel-title > a span:after {
	top: -.75em;
	left: 0;
	opacity: 0;
}
.panel-title > a.collapsed span:after {
	content: "\e84c";
}
.text-center .panel-title > a:hover span:after {
	color: #de577b;
	top: -.5em;
	opacity: 1;
}
.panel-group .bordered {
	background: #FFF;
}
.light-bg .panel-group .panel {
	background: #FFF;
}
.light-bg .panel-title > a.collapsed,.light-bg .blank .panel-title > a.collapsed {
	background: #F8FAFD;
}
.light-bg .panel-title > a,.light-bg .blank .panel-title > a,.light-bg .panel-title > a:hover,.light-bg .blank .panel-title > a:hover {
	/*background: #E6E9ED;
	*/
	background: #FFF;
}
.dark-bg .panel-group .panel,.dark-bg .panel-group .panel-heading + .panel-collapse .panel-body {
	border-color: #485867;
}
.dark-bg .panel-group .panel {
	background: #3A4A59;
}
.dark-bg .panel-title > a.collapsed {
	background: #566473;
}
.dark-bg .panel-title > a,.dark-bg .panel-title > a:hover {
	/*background: #E6E9ED;
	*/
	background: #485867;
}
.dark-bg .panel-title > a,.dark-bg .panel-title > a span {
	color: #FFF;
}
.dark-bg .blank .panel-title > a.collapsed {
	background: #4b4c4b;
}
.dark-bg .blank .panel-title > a.collapsed,.dark-bg .blank .panel-title > a {
	border-color: #566473;
}
.dark-bg .blank .panel-title > a,.dark-bg .blank .panel-title > a:hover {
	background: #485867;
}
.blank .panel-title > a.collapsed {
	background: #FFF;
}
.panel-group.blank .panel {
	background: none;
}
.panel-group.blank .panel {
	border: none;
}
.blank .panel-title > a.collapsed,.blank .panel-title > a {
	border: 1px solid #E6E9ED;
}
.blank .panel-title > a,.blank .panel-title > a:hover {
	background: #f5f5f5;
}
.blank .panel-heading,.blank .panel-title > a {
	border-radius: 3px;
}
.panel-group.blank .panel-heading + .panel-collapse .panel-body {
	border: none;
}
.blank .panel-body {
	padding: 35px 0;
}
.blank.panel-group .bordered,.light-bg .panel-group .bordered,.dark-bg .panel-group .bordered {
	background: #f5f5f5;
}
.light-bg .blank.panel-group .bordered {
	background: #FFF;
}
/*===================================================================================*/
/*PORTFOLIO/*===================================================================================*/
.items {
	list-style: none;
	margin: 0;
	padding: 0;
}
.items:before,.items:after {
	display: table;
	content: "";
	line-height: 0;
}
.items:after {
	clear: both
}
.items li {
	float: left;
	min-height: 1px;
	position: relative;
}
.items.col-3-custom {
	margin-left: -8px;
	margin-bottom: -8px;
}
.items.col-3-custom li {
	width: 314px;
	margin-left: 8px;
	margin-bottom: 8px;
}
.items.col-3-custom.gap {
	margin-left: -20px;
	margin-bottom: -20px;
}
.items.col-3-custom.gap li {
	width: 306px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.items.col-4-custom {
	margin-left: -10px;
	margin-bottom: -10px;
}
.items.col-4-custom li {
	width: 232px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.items.col-4-custom .post-title {
	font-size: 16px;
	margin-bottom: 3px;
}
.items.fullscreen {
	width: 100%;
	clear: both;
	margin: 0 0 -1px 0;
	padding: 0;
	list-style: none;
}
.items.fullscreen li {
	float: left;
	position: relative;
	background: none;
	padding: 0;
	width: 16.666666666%;
}
.items.fullscreen li img {
	display: block;
	/*position: relative;
	*/
	width: 100%;
	height: auto;
}
.items.fullscreen:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.items li img {
	display: block;
	width: 100%;
}
.items li,.items li img,.thumbs .thumb figure,.owl-carousel .item figure {
	display: block;
	position: relative;
}
.items li {
	overflow: hidden;
}
.items li .text-overlay,.thumbs .thumb .text-overlay,.owl-carousel .item .text-overlay, .project-list .text-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 10%;
	font: 0px/0 a;
	/* remove the gap between inline(-block) elements */
	background-color: rgba(63,163,141,0.8);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}
.items li .text-overlay:before,.thumbs .thumb .text-overlay:before,.owl-carousel .item .text-overlay:before,.project-list .text-overlay:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.project-list .text-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 0;
	font: 0px/0 a;
	/* remove the gap between inline(-block) elements */
	background-color: rgba(63,163,141,0.8);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}


.items li:hover .text-overlay,.thumbs .thumb:hover .text-overlay,.owl-carousel .item:hover .text-overlay, .project-list a:hover .text-overlay {
	opacity: 1;
}
.thumbs .thumb:hover .member .text-overlay {
	opacity: 0;
}
.thumbs .thumb .member .member-image:hover .text-overlay {
	opacity: 1;
}
.items li .text-overlay .info,.thumbs .thumb .text-overlay .info,.owl-carousel .item .text-overlay .info, .project-list .text-overlay .info {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: auto;
	font-family:'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 22px;
	/*color: #FFF;
	*/
	text-align: center;
}
.items li .text-overlay .info h2,.thumbs .thumb .text-overlay .info h2,.owl-carousel .item .text-overlay .info h2,.items li .text-overlay .info h3,.thumbs .thumb .text-overlay .info h3,.owl-carousel .item .text-overlay .info h3,.items li .text-overlay .info h4,.thumbs .thumb .text-overlay .info h4,.owl-carousel .item .text-overlay .info h4 {
	color: #FFF;
	margin-bottom: 2px;
}
.items li .text-overlay .info p,.thumbs .thumb .text-overlay .info p,.owl-carousel .item .text-overlay .info p, .project-list .text-overlay .info p {
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	margin-bottom: 0;
}
.items li .text-overlay .info.big p,.thumbs .thumb .text-overlay .info.big p,.owl-carousel .item .text-overlay .info.big p,#hero .items li .text-overlay .info.big p,#hero .thumbs .thumb .text-overlay .info.big p,#hero .owl-carousel .item .text-overlay .info.big p {
	font-size: 18px;
	line-height: 140%;
	padding-top: 10px;
	margin-top: 0;
}

.project-list .text-overlay .info {
	width: 75%;
}

.project-list figure img {
	max-height: 400px;
	object-fit: cover;
	object-position: center;
}



.cover-section {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-color: transparent!important;
}





.cover-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.cover-section .container {
  position: relative;
  z-index: 2;
}








.filter,.format-filter {
	padding: 0;
	margin-bottom: 40px;
}
.filter:before,.format-filter:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
}
.filter li,.format-filter li {
	display: inline;
	position: relative;
	background: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: .031em;
	text-transform: uppercase;
	margin: 0 -2px;
}
.light-bg .format-filter li {
	background: #f5f5f5;
}
.filter li:after,.format-filter li:after {
	content: "\00b7";
}
.filter li:last-child:after,.format-filter li:last-child:after {
	content: "";
}
.filter li a,.format-filter li a {
	padding: 0 15px;
}
.light-bg .filter:before {
	border-color: #BCC7D1;
}
.light-bg .filter li {
	background: #f5f5f5;
}
.dark-bg .filter:before {
	border-color: #4b4c4b;
}
.dark-bg .filter li {
	background: #4b4c4b;
}
.isotope,.isotope .isotope-item {
	-webkit-transition-duration: 600ms;
	-moz-transition-duration: 600ms;
	-ms-transition-duration: 600ms;
	-o-transition-duration: 600ms;
	transition-duration: 600ms;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
.isotope figure,.items figure {
	margin: 0;
}
.post-content .isotope figure {
	margin: auto;
}
/*===================================================================================*/
/*OVERLAY/*===================================================================================*/
.icon-overlay {
	display: block;
	position: relative;
}
.icon-overlay img {
	display: block;
	max-width: 100%;
}
.icon-overlay a .icn-more {
	opacity: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	background-color: rgba(63,163,141,0.8);
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	overflow: hidden;
}
.icon-overlay a:hover .icn-more {
	opacity: 1;
}
.icon-overlay a .icn-more:before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	position: absolute;
	text-align: center;
	content: '\2b';
	width: 60px;
	height: 60px;
	font-size: 60px;
	line-height: 1;
	color: #FFF;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -30px 0 0 -30px;
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.icon-overlay a:hover .icn-more:before {
	font-size: 30px;
	padding-top: 15px;
}
.icon-overlay.icn-link a .icn-more:before {
	content: '\2b';
}




/*===================================================================================*/
/*PORTFOLIO POST/*===================================================================================*/
.item-details {
	list-style: none;
	font-size: 16px;
	line-height: 140%;
	padding-left: 0;
	margin-bottom: 0;
}
.item-details li + li {
	margin-top: 6px;
}
.item-details li:before {
	content: "";
	font-family: "fontello";
	color: #6d6c6c;
	margin-right: 10px;
}
.item-details li.date:before {
	content: "\e82c";
}
.item-details li.categories:before {
	content: "\e70d";
}
.item-details li.client:before {
	content: "\f464";
}
.item-details li.url:before {
	content: "\f30e";
}
.text-center .item-details li {
	display: inline-block;
	margin: 0 15px 6px;
}
/*===================================================================================*/
/*PRICING TABLES/*===================================================================================*/
.pricing .plan {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
	background: #f5f5f5;
}
.pricing .plan header {
	text-align: center;
	padding: 20px 15px;
	border: 1px solid #E6E9ED;
}

.pricing .col-lg-3 .plan header {
	padding: 20px 25px;
}

.pricing header h5 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
	white-space: nowrap;
}
.pricing .col-lg-3 .plan header {
	padding: 10px 15px;
}

.pricing .deal{
	padding: 25px 15px;
	text-align: center;
}

.pricing ul {
	margin-bottom: 0;
}


.pricing .col-lg-4 .deal {
padding: 25px 25px;
}



.pricing .deal h4 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}


.pricing .col-lg-4 header h4 {
	font-size: 20px;
}
.pricing .plan .btn {
	margin-bottom: 0;
}

.pricing .plan .price * {
	line-height: 100%;
}
.pricing .plan .price .amount {
	font-size: 50px;
	font-weight: 900;
	color: #FFF;
}
.pricing .plan .price .currency {
	position: relative;
	top: 16px;
	font-size: 24px;
	vertical-align: top;
	margin-right: 5px;
}
.pricing .plan .price .period {
	font-size: 16px;
	text-transform: uppercase;
}

.pricing .plan .features {
	background: #f5f5f5;
	padding: 25px 25px;
	border: 1px solid #E6E9ED;
	border-top: none;
	border-bottom-width: 2px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-top: 0 !important;
}

.pricing .col-lg-3 .plan .features {
	padding: 25px 35px;

}
.pricing .plan .features li {
	padding: 15px 0;
	border-top: 1px solid #BCC7D1;
	white-space: nowrap;
}
.pricing .plan .features li:first-child,.pricing .plan .features li:last-child {
	border: none;
}
.pricing .plan .features li i {
	margin-right: 10px;
}
.pricing.col-4-custom .plan header {
	padding: 40px;
}
.pricing.col-4-custom .plan h2 {
	font-size: 18px;
}

.pricing.col-4-custom .plan .price .amount {
	font-size: 60px;
}
.pricing.col-4-custom .plan .features {
	padding: 20px 30px;
}
.light-bg .pricing .plan, .light-bg .pricing .plan .features {
	background: #fff;
}
/*===================================================================================*/
/*FORMS/*===================================================================================*/
.forms {
	position: relative;
	padding: 0;
	width: 100%;
}
.form-container .response {
	display: none;
}
.forms ol {
	margin: 0;
	padding: 0;
}
.forms ol li {
	line-height: auto;
	list-style: none;
}
input.form-control,textarea.form-control {
	height:auto;
	text-align: left;
	display: inline-block;
	max-width: 100%;
	    line-height: 1.35rem;
	-webkit-font-smoothing: antialiased;
	padding: 1rem;
	font-size: 1.5rem;
	-webkit-text-fill-color: #555;
	color: #555;
	resize: none;
	vertical-align: middle;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #eee;
	border: 1px solid #E6E9ED;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
}

#response ul.errors {
	margin-bottom: 25px;
}
#response .btn i {
	font-size: 12px;
}
.dark-bg input,.dark-bg button,.dark-bg select,.dark-bg textarea {
	color: #cacaca;
}

textarea#message {
	height: 200px;
}
.form-control::-webkit-input-placeholder {
	color: #C2C7CC;
}
.form-control:-moz-placeholder {
	color: #C2C7CC;
}
.form-control::-moz-placeholder {
	color: #C2C7CC;
}
.form-control:-ms-input-placeholder {
	color: #C2C7CC;
}
.dark-bg .form-control::-webkit-input-placeholder {
	color: #828E99;
}
.dark-bg .form-control:-moz-placeholder {
	color: #828E99;
}
.dark-bg .form-control::-moz-placeholder {
	color: #828E99;
}
.dark-bg .form-control:-ms-input-placeholder {
	color: #828E99;
}
.search .form-control::-webkit-input-placeholder {
	color: #C2C7CC;
}
.search .form-control:-moz-placeholder {
	color: #C2C7CC;
}
.search .form-control::-moz-placeholder {
	color: #C2C7CC;
}
.search .form-control:-ms-input-placeholder {
	color: #C2C7CC;
}
input:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input:focus:-moz-placeholder {
	color: transparent !important;
}
input:focus::-moz-placeholder {
	color: transparent !important;
}
input:focus:-ms-input-placeholder {
	color: transparent !important;
}
/*===================================================================================*/
/*BLOG/*===================================================================================*/
.blog.no-sidebar .post,.blog.no-sidebar #comments,.blog.no-sidebar .pagination,.blog.no-sidebar .comment-form-wrapper {
	width: 770px;
	margin: 0px auto !important;
}
.blog.no-sidebar .post-title,.blog.no-sidebar .meta {
	text-align: center
}
.format-filter li {
	font-size: 24px;
}
.format-filter li:after {
	content: "";
}
.format-filter li a {
	padding: 0 35px;
}
.classic-blog .meta {
	margin-right: -5px;
	margin-left: -5px;
}
.classic-blog .post-content .meta {
	padding-left: 80px;
	padding-right: 80px;
	margin-bottom: 25px;
}
.meta li {
	display: inline-block;
	margin: 0 6px;
}
.meta li.categories:before,.meta li a:before {
	content: "";
	font-family: "fontello";
	margin-right: 6px;
}
.meta li.categories a:before,.meta li.categories:before {
	margin-right: 0;
}
/*.meta li.categories:before {
	content: "\e70d";
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
*/
.meta li.categories:hover:before {
	color: #de577b;
	cursor: pointer;
}
.meta li.url a:before {
	content: "\f30e";
}
.meta li.author-posts a:before {
	content: "\27a6";
}
.meta li.comments a:before {
	content: "\e718";
}
.meta li.comments a:after {
	content: "Comments";
	margin-left: 4px;
}
.meta li.likes a:before {
	content: "\2665";
}
.meta li.likes a:after {
	content: "Likes";
	margin-left: 4px;
}
.meta li:after {
	/*content: "\0399";
	*/
	content: "|";
	margin-left: 12px;
}
.meta li:last-child:after {
	content: "";
}
.classic-blog .sidemeta,.classic-blog .pagination {
	padding-left: 59px;
	border-left: 1px solid #EEEEEE;
	margin-left: 30px;
}
.classic-blog .post .date-wrapper {
	text-align: center;
	display: table;
	float: left;
	margin-right: 20px;
}
.classic-blog .post .date {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	width: 60px;
	height: 60px;
	border: 1px solid #de577b;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #de577b;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-transform: uppercase;
}
.classic-blog .post .date .day {
	font-size: 20px;
	margin-bottom: 1px;
	display: block;
}
.classic-blog .post .date .month {
	font-size: 12px;
	display: block;
}
.classic-blog .sidemeta .format-wrapper {
	display: table;
}
.classic-blog.sidebar-left .sidemeta,.classic-blog.sidebar-left .pagination {
	padding-left: 0;
	border-left: none;
	margin-left: 0;
	padding-right: 59px;
	border-right: 1px solid #EEEEEE;
	margin-right: 30px;
}
.classic-blog.sidebar-left .post .date-wrapper {
	margin-right: 0;
	margin-left: 20px;
}
.classic-blog.no-sidebar .sidemeta,.classic-blog.no-sidebar .pagination {
	position: relative;
	left: -30px;
}
#blog-post .classic-blog .post {
	width: 100%;
}
.classic-blog .post {
	width: 728px;
}
.classic-blog .post-title {
	font-size: 40px;
	line-height: 120%;
}
.classic-blog .isotope {
	overflow: visible !important;
}
.classic-blog #share {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
}
.classic-blog .panel-group {
	margin-bottom: 40px;
}
.post {
	position: relative;
	background: #FFF;
	padding-bottom: 60px;
	border: 1px solid #E6E9ED;
	border-bottom-width: 2px;
	border-radius: 3px;
	margin-bottom: 40px;
}
.sidemeta .format-wrapper a {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: #FFF;
	text-align: center;
	color: #de577b;
	line-height: 1;
	border: 1px solid #de577b;
	border-radius: 50%;
}
.sidemeta .format-wrapper a:hover {
	background: #de577b;
	color: #FFF;
}
.post-content > * {
	margin-left: 80px;
	margin-right: 80px;
}
.post-content *:last-child {
	margin-bottom: 0;
}
.post-content > .post-media {
	margin-left: 0;
	margin-right: 0;
}
.post-content > *:first-child,.post-media + * {
	margin-top: 60px;
}
.post-content > .post-media:first-child {
	margin-top: 0;
}
.owl-carousel.post-media + * {
	margin-top: 20px;
}
.post-media iframe {
	margin-bottom: -7px;
}
.sidemeta .date-wrapper {
	position: absolute;
	top: 0;
	left: -90px;
}
.sidemeta .format-wrapper {
	position: absolute;
	top: 75px;
	left: -80px;
	font-size: 15px;
}
.classic-blog.sidebar-left .sidemeta .date-wrapper {
	left: auto;
	right: -90px;
}
.classic-blog.sidebar-left .sidemeta .format-wrapper {
	left: auto;
	right: -80px;
}
.grid-blog .post figure {
	margin-bottom: -1px;
}
.grid-blog .post .date {
	display: inline;
}
.grid-blog:before,.grid-blog:after {
	display: table;
	content: "";
	line-height: 0;
}
.grid-blog:after {
	clear: both;
}
.grid-blog .post {
	float: left;
	min-height: 1px;
	position: relative;
}
.grid-blog.col-2-custom .post,.grid-blog.col-3-custom.no-sidebar .post {
	padding-bottom: 40px;
}
.grid-blog.col-2-custom .post-content > *,.grid-blog.col-3-custom.no-sidebar .post-content > * {
	margin-left: 40px;
	margin-right: 40px;
}
.grid-blog.col-2-custom .post-content > .post-media,.grid-blog.col-3-custom.no-sidebar .post-content > .post-media {
	margin-left: 0;
	margin-right: 0;
}
.grid-blog.col-2-custom .post-content > *:first-child,.grid-blog.col-2-custom .post-media + *,.grid-blog.col-3-custom.no-sidebar .post-content > *:first-child,.grid-blog.col-3-custom.no-sidebar .post-media + * {
	margin-top: 40px;
}
.grid-blog.col-2-custom .post-content > .post-media:first-child,.grid-blog.col-2-custom .owl-carousel.post-media + *,.grid-blog.col-3-custom.no-sidebar .post-content > .post-media:first-child,.grid-blog.col-3-custom.no-sidebar .owl-carousel.post-media + * {
	margin-top: 0;
}
.grid-blog.col-2-custom .post-title,.grid-blog.col-3-custom.no-sidebar .post-title {
	font-size: 30px;
}
.grid-blog.col-2-custom .post-content .meta,.grid-blog.col-3-custom.no-sidebar .post-content .meta {
	padding-left: 40px;
	padding-right: 40px;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 25px;
}
.grid-blog.col-2-custom.no-sidebar .post {
	padding-bottom: 50px;
}
.grid-blog.col-2-custom.no-sidebar .post-content > * {
	margin-left: 50px;
	margin-right: 50px;
}
.grid-blog.col-2-custom.no-sidebar .post-content > .post-media {
	margin-left: 0;
	margin-right: 0;
}
.grid-blog.col-2-custom.no-sidebar .post-content > *:first-child,.grid-blog.col-2-custom.no-sidebar .post-media + * {
	margin-top: 45px;
}
.grid-blog.col-2-custom.no-sidebar .post-content > .post-media:first-child,.grid-blog.col-2-custom.no-sidebar .owl-carousel.post-media + * {
	margin-top: 0;
}
.grid-blog.col-2-custom.no-sidebar .post-title {
	font-size: 33px;
}
.grid-blog.col-2-custom.no-sidebar .post-content .meta {
	padding-left: 50px;
	padding-right: 50px;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 25px;
}
.post.format-link {
	background: #4b4c4b;
	color: #cacaca;
}
.post.format-link .post-title {
	color: #FFF;
}
.section-cta h1, .section-cta h2, .section-cta h3, .section-cta p {
	padding:0;
	margin:0;
}
/*===================================================================================*/
/*AUTHOR/*===================================================================================*/
.author {
	font-size: 14px;
	font-weight: 700;
	line-height: 160%;
	color: #6d6c6c;
	margin-bottom: 5px;
}
.author a {
	border-bottom: none;
}
.post-author,#comments {
	background: #FFF;
	padding: 40px;
	border: 1px solid #E6E9ED;
	border-bottom-width: 2px;
	border-radius: 3px;
	margin-bottom: 40px;
}
.post-author .author-image {
	float: left;
}
.post-author .author-image img {
	width: 120px;
}
.post-author .author-details {
	position: relative;
	font-size: inherit;
	padding-top: 0;
	padding-left: 30px;
	z-index: 0;
	overflow: hidden;
}
.post-author .author-details p a {
	font-weight: 700;
	border-bottom: none;
}
.post-author .author-details .social li {
	display: table-cell;
}
.post-author .author-details .social li a i {
	width: 33px;
	height: 45px;
	font-size: 15px;
}
.post-author .author-details .meta {
	padding-left: 0;
	margin-top: 12px;
}
.post-author .author-details .social,.post-author .author-details .meta {
	float: left;
	display: inline-block;
}
/*===================================================================================*/
/*SIDEBAR/*===================================================================================*/
.sidebar {
	padding-left: 25px !important
}
.sidebar.left-sidebar {
	padding: 15px !important
}
.sidebox + .sidebox {
	margin-top: 60px;
}
.sidebox h3 {
	font-size: 16px;
	margin-bottom: 15px;
}
.sidebox.widget form,.sidebox.widget input {
	margin: 0;
}
.sidebox.widget input {
	border-radius: 3px;
}
.widget .list {
	list-style: none;
	margin: 0;
}
.sidenav {
	background: #f5f5f5;
	padding: 0;
	border: 1px solid #E6E9ED;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
}
.sidenav li {
	border-bottom: 1px solid #E6E9ED;
}
.sidenav li a {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	color: #6d6c6c;
	padding: 13px 18px;
}
.sidenav li a:hover {
	background: #de577b;
	color: #FFF;
}
.sidenav li a:after {
	position: absolute;
	right: 18px;
	content: "\e762";
	font-family: 'fontello';
	font-size: 18px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}
.sidenav li a:hover:after {
	opacity: 1;
}
/*===================================================================================*/
/*TOOLTIPS/*===================================================================================*/
.tooltip-inner {
	color: #fff;
	background-color: #de577b;
	padding: 5px 12px;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #de577b;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
	border-top-color: #de577b;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
	border-left-color: #de577b;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
	border-right-color: #de577b;
}
/*===================================================================================*/
/*PAGINATION/*===================================================================================*/
.pagination {
	display: block;
	border-radius: 0;
	margin: 0;
}
.pagination > li {
	display: inline-block;
	margin-left: 10px;
}
.pagination > li:first-child {
	margin-left: 0;
}
.pagination > li > a,.pagination > li > span {
	float: none;
	display: inline-block;
	color: #fff;
	background: #de577b;
	padding: 11px 20px 13px;
	margin-left: 0;
	font-weight: 700;
	font-size: 14px;
	text-shadow: none;
	text-transform: uppercase;
	border: none;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > li > a:hover,.pagination > li > a:focus {
	background: #e67d30;
	color: #FFF;
}
.pagination > li:first-child > a,.pagination > li:last-child > a {
	border-radius: 3px;
}
#scrollUp:hover {
	color: #de577b;
	opacity: 1;
}
/*===================================================================================*/
/*FEATURES / STYLES/*===================================================================================*/
.font-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}
.font-icons li {
	display: inline-block;
	font-size: 25px;
	margin-bottom: 10px;
	padding: 0 10px;
}
.alert .close {
	line-height: 28px;
}
.retina-icons-code i {
	font-size: 18px;
}
.retina-icons-code tr td:first-child,.retina-icons-code tr th:first-child {
	text-align: center;
}
.retina-icons-code code {
	color: #4b4c4b;
	background: none;
}
.table-bordered {
	border: 1px solid #E6E9ED;
	border-left: none;
	background: #FFF;
}
.table-bordered th,.table-bordered td {
	border-left: 1px solid #E6E9ED;
}
.table th,.table td {
	border-top: 1px solid #E6E9ED;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #f5f5f5;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border-color: #E6E9ED;
}
/*===================================================================================*/
/*RESPONSIVE/*===================================================================================*/
@media (min-width: 992px) {

nav .container-fluid  {
    max-width: 960px;
}


}
@media (min-width: 1200px) {

	nav .container-fluid {
		max-width: 1140px;
}

	.cover-section .typeline {
		min-height: 140px;
	}
	.container {
		padding-right: 0;
		padding-left: 0;
	}
	.owl-buttons {
		display: block;
	}
	.items.col-4-custom {
		margin-left: -10px;
		margin-bottom: -10px;
	}
	.items.col-4-custom li {
		width: 277px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.items.col-3-custom {
		margin-left: -9px;
		margin-bottom: -9px;
	}
	.items.col-3-custom li {
		width: 374px;
		margin-left: 9px;
		margin-bottom: 9px;
	}
	.items.col-3-custom.gap {
		margin-left: -21px;
		margin-bottom: -21px;
	}
	.items.col-3-custom.gap li {
		width: 366px;
		margin-left: 21px;
		margin-bottom: 21px;
	}
	.items.col-4-custom.gap {
		margin-left: -18px;
		margin-bottom: -18px;
	}
	.items.col-4-custom.gap li {
		width: 271px;
		margin-left: 18px;
		margin-bottom: 18px;
	}
	.grid-blog.col-2-custom {
		margin-left: -40px;
	}
	.sidebar-left .grid-blog.col-2-custom {
		margin-left: -20px;
	}
	.sidebar-left .pagination {
		margin-left: 20px;
	}
	.grid-blog.col-2-custom .post {
		width: 378px;
		margin-left: 40px;
		margin-bottom: 40px;
	}
	.grid-blog.col-2-custom.no-sidebar .post {
		width: 550px;
	}
	.grid-blog.col-3-custom {
		margin-left: -30px;
	}
	.grid-blog.col-3-custom .post {
		margin-left: 30px;
		margin-bottom: 30px;
	}
	.grid-blog.col-3-custom.no-sidebar .post {
		width: 360px;
	}
	.sidebar {
		padding-left: 35px !important;
	}

}


@media (max-width: 991.98px) {





	#hero .info,.items li .text-overlay .info.big,.thumbs .thumb .text-overlay .info.big,.owl-carousel .item .text-overlay .info.big {
		margin-top: -35px;
	}
	.retina-icons-code code {
		font-size: 11.5px;
	}
	.tabs-side.tab-container .panel-container {
		padding-left: 50px;
	}
	br {
		display: none;
	}
	#team .inner-left {
		padding-left: 30px;
	}
	#team .inner-right {
		padding-right: 30px;
	}
	.classic-blog .post {
		width: 623px;
		padding-bottom: 50px;
	}
	.classic-blog .post-content > * {
		margin-left: 50px;
		margin-right: 50px;
	}
	.classic-blog .post-content > .post-media {
		margin-left: 0;
		margin-right: 0;
	}
	.classic-blog .post-content > *:first-child,.classic-blog .post-media + * {
		margin-top: 45px;
	}
	.classic-blog .post-content > .post-media:first-child,.classic-blog .owl-carousel.post-media + * {
		margin-top: 0;
	}
	.classic-blog .post-title {
		font-size: 33px;
	}
	.classic-blog .post-content .meta {
		padding-left: 50px;
		padding-right: 50px;
		margin-right: -5px;
		margin-left: -5px;
		margin-bottom: 25px;
	}
	.classic-blog.no-sidebar .sidemeta, .classic-blog.no-sidebar .pagination {
		left: auto;
	}
	.sidebar-left .grid-blog.col-2-custom,.sidebar-left .grid-blog.col-2-custom + .pagination {
		padding-left: 20px;
		padding-right: 0;
	}
	.grid-blog.col-2-custom {
		padding-right: 20px;
		margin-left: 0;
		margin-bottom: 0;
	}
	.grid-blog.col-2-custom .post {
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.grid-blog.col-2-custom .post-title {
		font-size: 28px;
	}
	.grid-blog.col-2-custom.no-sidebar,.grid-blog.col-3-custom.no-sidebar {
		padding-right: 0;
		margin-left: -25px;
	}
	.grid-blog.col-2-custom.no-sidebar .post,.grid-blog.col-3-custom.no-sidebar .post {
		width: 332px;
		padding-bottom: 40px;
		margin-left: 25px;
		margin-bottom: 25px;
	}
	.grid-blog.col-2-custom.no-sidebar .post-content > *,.grid-blog.col-3-custom.no-sidebar .post-content > * {
		margin-left: 40px;
		margin-right: 40px;
	}
	.grid-blog.col-2-custom.no-sidebar .post-content > *:first-child,.grid-blog.col-2-custom.no-sidebar .post-media + *,.grid-blog.col-3-custom.no-sidebar .post-content > *:first-child,.grid-blog.col-3-custom.no-sidebar .post-media + * {
		margin-top: 35px;
	}
	.grid-blog.col-2-custom.no-sidebar .post-content .meta,.grid-blog.col-3-custom.no-sidebar .post-content .meta {
		padding-left: 40px;
		padding-right: 40px;
		margin-right: -5px;
		margin-left: -5px;
		margin-bottom: 25px;
	}
	.grid-blog.col-2-custom.no-sidebar .post-title ,.grid-blog.col-3-custom.no-sidebar .post-title {
		font-size: 24px;
	}
	.grid-blog.col-2-custom.no-sidebar p,.grid-blog.col-3-custom.no-sidebar p {
		font-size: 16px;
	}
	.format-filter li a {
		padding: 0 25px;
	}
	.blog.no-sidebar .post,.blog.no-sidebar #comments,.blog.no-sidebar .pagination,.blog.no-sidebar .comment-form-wrapper {
		width: 100%;
	}
	.classic-blog .pagination,.classic-blog .comment-form-wrapper {
		margin-bottom: 120px;
	}
	.classic-blog.no-sidebar .pagination,.classic-blog.no-sidebar .comment-form-wrapper {
		margin-bottom: 0;
	}
	[class*="col-lg"][class*="inner-left"],[class*="col-lg"][class*="inner-right"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	[class*="col-lg"][class*="border-left"] {
		border-left: none !important;
	}
	[class*="col-lg"][class*="border-right"] {
		border-right: none !important;
	}
	.tabs-circle-top .etabs:before {
		margin: 50px 0 -50px;
	}
	.tabs-circle-top .tab {
		height: 130px;
		margin: 0 5px;
	}
	.tabs-circle-top .tab a {
		width: 95px;
		height: 95px;
		max-width: 95px;
		font-size: 11px;
	}
	.tabs-circle-top .tab a div {
		font-size: 33px;
	}
	.tabs-circle-top .tab.active a {
		height: 130px;
		width: 130px;
		max-width: 130px;
		font-size: 13px;
	}
	.tabs-circle-top .tab.active a div {
		font-size: 44px;
	}
	#owl-main .caption.text-center,#owl-main .caption.text-left,#owl-main .caption.text-right {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.navbar .container,.navbar .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.tabs-side .etabs {
		width: 200px;
	}
	.tabs-side.tab-container .panel-container {
		width: 480px;
	}
	.tabs-top.left .tab {
		margin-right: 2px;
	}
	.tabs-top.left .tab a {
		padding: 5px 10px;
	}
	.items.col-4-custom {
		margin-left: -9px;
		margin-bottom: -9px;
	}
	.items.col-4-custom li {
		width: 224px;
		margin-left: 9px;
		margin-bottom: 9px;
	}
	.items.col-3-custom {
		margin-left: -9px;
		margin-bottom: -9px;
	}
	.items.col-3-custom li {
		width: 224px;
		margin-left: 9px;
		margin-bottom: 9px;
	}
	.items.col-3-custom.gap {
		margin-left: -18px;
		margin-bottom: -18px;
	}
	.items.col-3-custom.gap li {
		width: 336px;
		margin-left: 18px;
		margin-bottom: 18px;
	}
	.items.col-4-custom.gap {
		margin-left: -18px;
		margin-bottom: -18px;
	}
	.items.col-4-custom.gap li {
		width: 336px;
		margin-left: 18px;
		margin-bottom: 18px;
	}
}
@media (max-width: 767px) {
	/*body {
		height: 100vh;
	}
	*/
	h1,h2,h3,h4 {
		letter-spacing: .0125em;
	}
	h1 {
		font-size: 33px;
		line-height: 120%;
		margin-bottom: 20px;
	}
	header p {
		font-size: 20px;
	}
	footer .inner {
		padding-top: 35px;
		padding-bottom: 25px;
	}
	footer .row .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	footer .container > .row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.row,#share {
		overflow: hidden;
	}
	#share .container {
		max-width: 100%;
		padding: 0;
	}
	/*.owl-controls {
		display: inline;
	}
	.owl-pagination {
		top: 0 !important;
	}
	*/
	.last-bottom {
		padding-bottom: 20px !important;
	}
	.last-bottom + .last-bottom {
		padding-bottom: 0 !important;
	}
	.thumbs.gap-lg {
		margin-left: -15px;
	}
	.thumbs.gap-lg .thumb {
		padding: 0 0 15px 15px;
	}
	.icon.float-right {
		margin-left: 10px;
	}
	.inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.inner-md {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.inner-sm {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.inner-xs {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.inner-top {
		padding-top: 80px;
	}
	.inner-top-md {
		padding-top: 65px;
	}
	.inner-top-sm {
		padding-top: 50px;
	}
	.inner-top-xs {
		padding-top: 40px;
	}
	.inner-bottom {
		padding-bottom: 80px;
	}
	.inner-bottom-md {
		padding-bottom: 65px;
	}
	.inner-bottom-sm {
		padding-bottom: 50px;
	}
	.inner-bottom-xs {
		padding-bottom: 40px;
	}
	.height-xs,.height-sm,.height-md,.height-lg,#owl-main .item,#owl-main.height-md .item,#owl-main.height-lg .item {
		height: 88vh;
	}
	#hero h1 {
		font-size: 38px;
		line-height: 115%;
		letter-spacing: 0.031em;
	}
	#hero p {
		font-size: 20px;
		line-height: 135%;
		margin-top: 15px;
	}
	#hero #owl-main .caption h1.light-bg,#hero #owl-main .caption h1.medium-bg,#hero #owl-main .caption h1.dark-bg,#hero #owl-main .caption h1.tint-bg {
		font-size: 33px;
	}
	.retina-icons-code tr td:first-child,.retina-icons-code tr th:first-child {
		max-width: 30px;
	}
	.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
		line-height: 100%;
		padding-left: 4px;
		padding-right: 4px;
	}
	.table > thead > tr > th {
		font-size: 11px;
	}
	.retina-icons-code i {
		font-size: 14px;
	}
	.retina-icons-code code {
		font-size: 10px;
	}
	.tabs-side .etabs {
		float: none;
		width: 100%;
	}
	.tabs-side .tab a {
		border-right-color: #E6E9ED;
	}
	.tabs-side .tab:first-child a {
		border-top-right-radius: 3px;
	}
	.tabs-side .tab:last-child a {
		border-bottom-right-radius: 3px;
	}
	.tabs-side .tab.active a {
		border-right-color: #EEEEEE !important;
	}
	.tabs-side.tab-container .panel-container {
		padding-left: 0;
		border-left: none;
		margin-top: 30px;
	}
	.tabs-top .etabs:after {
		display: none;
	}
	.tabs-top .tab {
		display: block;
		max-width: 100%;
		margin: 0;
	}
	.tabs-top .tab a {
		display: block;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.tabs-top .tab:first-child a {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.tabs-top .tab:last-child a {
		border-bottom: 1px solid #E6E9ED;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.tabs-top .tab.active + .tab a {
		border-top-color: #EEEEEE;
	}
	.tabs-top .tab.active + .tab a:hover {
		border-top-color: #de577b;
	}
	.filter:before, .format-filter:before {
		display: none;
	}
	h1.single-block .btn {
		margin-left: 0;
	}
	.sidemeta .date-wrapper,.classic-blog.sidebar-left .sidemeta .date-wrapper {
		top: -80px;
		left: 50%;
		margin-left: -60px;
	}
	.sidemeta .format-wrapper,.classic-blog.sidebar-left .sidemeta .format-wrapper {
		top: -70px;
		left: 50%;
		margin-left: 10px;
	}
	.classic-blog .sidemeta,.classic-blog .pagination {
		padding-left: 0;
		border-left: none;
		margin-left: 0;
	}
	.classic-blog.sidebar-left .sidemeta,.classic-blog.sidebar-left .pagination {
		padding-right: 0;
		border-right: none;
		margin-right: 0;
	}
	.classic-blog.no-sidebar .sidemeta,.classic-blog.no-sidebar .pagination {
		left: 0;
	}
	.classic-blog .post {
		margin-top: 80px;
		width: 100%;
	}
	.grid-blog.col-2-custom {
		padding-right: 0;
	}
	.sidebar-left .grid-blog.col-2-custom,.sidebar-left .grid-blog.col-2-custom + .pagination {
		padding-left: 0;
	}
	.classic-blog .post,.grid-blog.col-2-custom .post,.grid-blog.col-3-custom .post,.grid-blog.col-2-custom.no-sidebar .post,.grid-blog.col-3-custom.no-sidebar .post {
		padding-bottom: 30px;
	}
	.classic-blog .post-content > *,.grid-blog.col-2-custom .post-content > *,.grid-blog.col-3-custom .post-content > *,.grid-blog.col-2-custom.no-sidebar .post-content > *,.grid-blog.col-3-custom.no-sidebar .post-content > * {
		margin-left: 30px;
		margin-right: 30px;
	}
	.classic-blog .post-content .meta,.grid-blog.col-2-custom .post-content .meta,.grid-blog.col-3-custom .post-content .meta,.grid-blog.col-2-custom.no-sidebar .post-content .meta,.grid-blog.col-3-custom.no-sidebar .post-content .meta {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 20px;
	}
	.classic-blog .post-content > *:first-child,.classic-blog .post-media + *,.grid-blog.col-2-custom .post-content > *:first-child,.grid-blog.col-2-custom .post-media + *,.grid-blog.col-3-custom .post-content > *:first-child,.grid-blog.col-3-custom .post-media + *,.grid-blog.col-2-custom.no-sidebar .post-content > *:first-child,.grid-blog.col-2-custom.no-sidebar .post-media + *,.grid-blog.col-3-custom.no-sidebar .post-content > *:first-child,.grid-blog.col-3-custom.no-sidebar .post-media + * {
		margin-top: 30px;
	}
	.classic-blog .post-title,.grid-blog.col-2-custom .post-title,.grid-blog.col-3-custom .post-title,.grid-blog.col-2-custom.no-sidebar .post-title,.grid-blog.col-3-custom.no-sidebar .post-title {
		font-size: 24px;
	}
	.classic-blog p,.grid-blog.col-2-custom p,.grid-blog.col-3-custom p,.grid-blog.col-2-custom.no-sidebar p,.grid-blog.col-3-custom.no-sidebar p {
		font-size: 16px;
		line-height: 150%;
		margin-bottom: 10px;
	}
	.classic-blog .pagination,.classic-blog .comment-form-wrapper,.pagination {
		margin-bottom: 100px;
	}
	.grid-blog.col-2-custom.no-sidebar + .pagination,.grid-blog.col-3-custom.no-sidebar + .pagination {
		margin-bottom: 0;
	}
	.classic-blog .pagination,.classic-blog.sidebar-left .pagination,.grid-blog.col-2-custom + .pagination,.grid-blog.col-3-custom + .pagination,.grid-blog.col-2-custom.no-sidebar + .pagination,.grid-blog.col-3-custom.no-sidebar + .pagination {
		margin-left: -10px;
	}
	.pagination > li:first-child {
		margin-left: 10px;
	}
	.pagination li {
		margin-bottom: 10px;
	}
	#blog-post .post h2 {
		font-size: 19px;
		margin-bottom: 15px;
	}
	#blog-post .post h3 {
		font-size: 16px;
	}
	#blog-post .post h4 {
		font-size: 14px;
	}
	#blog-post .post figure figcaption p {
		font-size: 14px;
		line-height: 150%;
	}
	[class*="col"] > figcaption:first-child {
		padding-top: 20px;
	}
	.post-author, #comments {
		padding: 30px;
	}
	.post-author .author-image {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}
	.post-author .author-details {
		padding-left: 0;
	}
	#comments .avatar {
		float: none;
		display: inline-block;
		margin-bottom: 15px;
	}
	#comments .commentbody {
		padding-left: 0;
	}
	#comments .commentlist .children {
		padding-left: 0;
	}
	[class*="col"][class*="border-left"] {
		border-left: none !important;
	}
	[class*="col"][class*="border-right"] {
		border-right: none !important;
	}
	.filter li {
		display: block;
	}
	.filter li + li {
		margin-top: 15px;
	}
	.filter li:after {
		display: none;
	}
	#hero .info,#hero .info,#hero .info,.items li .text-overlay .info.big,.thumbs .thumb .text-overlay .info.big,.owl-carousel .item .text-overlay .info.big {
		margin-top: -25px;
	}
	.items li .text-overlay .info h2,.thumbs .thumb .text-overlay .info h2,.owl-carousel .item .text-overlay .info h2,.items li .text-overlay .info h3,.thumbs .thumb .text-overlay .info h3,.owl-carousel .item .text-overlay .info h3,.items li .text-overlay .info h4,.thumbs .thumb .text-overlay .info h4,.owl-carousel .item .text-overlay .info h4 {
		font-size: 16px;
		line-height: 150%;
	}
	.items li .text-overlay .info p,.thumbs .thumb .text-overlay .info p,.owl-carousel .item .text-overlay .info p,.items li .text-overlay .info.big p,.thumbs .thumb .text-overlay .info.big p,.owl-carousel .item .text-overlay .info.big p,#hero .items li .text-overlay .info.big p,#hero .thumbs .thumb .text-overlay .info.big p,#hero .owl-carousel .item .text-overlay .info.big p {
		font-size: 14px;
		line-height: 140%;
		padding-top: 0;
	}
	.tabs-2-big-top .tab {
		width: 100%;
		margin: 0 0 50px 0;
	}
	.tabs-2-big-top .tab a {
		padding: 25px;
	}
	.tabs-2-big-top.tab-container .panel-container {
		margin-top: 0;
	}
	[class*="col"][class*="inner-left"],[class*="col"][class*="inner-right"],[class*="col"][class*="reset-padding"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	[class*="inner-top"].reset-xs {
		padding-top: 0 !important;
	}
	.tabs-circle-top .etabs:before {
		border-bottom: none;
		margin: 0;
	}
	.tabs-circle-top .tab {
		display: table;
		width: 100%;
		height: auto;
		margin: 0;
	}
	.tabs-circle-top .tab.active {
		top: 0;
	}
	.tabs-circle-top .tab a,.tabs-circle-top .tab.active a {
		width: 100%;
		max-width: 100%;
		height: auto;
		font-size: 18px;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: none;
		border-radius: 0;
	}
	.tabs-circle-top .tab a:hover {
		border-width: 1px;
		border-color: #EEEEEE !important;
		border-top: none;
	}
	.tabs-circle-top .tab.active a:hover {
		border-color: transparent !important;
	}
	.tabs-circle-top .tab:first-child a {
		border-top: 1px solid #EEEEEE;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.tabs-circle-top .tab:last-child a {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.tabs-circle-top .tab a div,.tabs-circle-top .tab.active a div {
		display: inline-block;
		vertical-align: middle;
		font-size: 30px;
		line-height: 120%;
		padding-bottom: 5px;
		margin: 0 10px 0 0;
	}
	.dark-bg .tab h3 {
		color: #de577b;
	}
	.dark-bg .etabs p {
		color: #4b4c4b;
	}
	.yamm-content {
		margin-top: 0;
	}
	.yamm-content > [class*="col"] {
		margin-bottom: 0;
	}
	.navbar .container, .navbar .container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.footer-bottom p.float-left,.footer-bottom ul.float-right {
		float: none !important;
		text-align: center;
	}
	.footer-bottom p {
		margin-bottom: 20px;
	}
	.footer-menu li {
		padding: 0 5px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.filter li a:before {
		display: none;
	}
	.items {
		margin-left: 0 !important;
		/*margin-bottom: -20px !important;
		*/
	}
	.items li {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px !important;
	}
	.items.fullscreen li {
		margin: 0 !important;
	}
	.sidebar {
		margin-top: 70px;
		padding-left: 15px !important;
	}
	.blog.no-sidebar .post,.blog.no-sidebar #comments,.blog.no-sidebar .pagination,.blog.no-sidebar .comment-form-wrapper {
		width: 100%
}
	.blog.no-sidebar .pagination ul {
		margin: 0
}
	.grid-blog {
		margin-left: 0 !important;
		margin-bottom: 20px !important;
	}
	.grid-blog .post {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px !important;
	}
	#comments ul.children {
		padding: 0 0 0 20px;
	}
	#comments .arrow-box {
		margin-left: 0;
	}
	.panel-title {
		line-height: 18px;
	}
	.yamm .yamm-content.row {
		margin-bottom: -20px;
	}
}

.cover-video {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.cover-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cover-video .container {
  position: relative;
  z-index: 2;
}

.cover-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  .cover-video {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll;
  }

}


@media (min-width: 768px) and (max-height: 1024px) {
	.height-xs,.height-sm,#owl-main .item {
		height: 480px;
	}
	#hero h1 {
		font-size: 60px;
		line-height: 115%;
	}
	#hero p {
		font-size: 22px;
		line-height: 135%;
		margin-top: 17px;
	}
	#hero #owl-main .caption h1.light-bg,#hero #owl-main .caption h1.medium-bg,#hero #owl-main .caption h1.dark-bg,#hero #owl-main .caption h1.tint-bg {
		font-size: 50px;
	}
	}

@media (min-width: 768px) and (max-height: 768px) {
	.height-xs,.height-sm,.height-md,.height-lg,#owl-main .item,#owl-main.height-md .item,#owl-main.height-lg .item {
		height: 480px;
	}
}
@media (max-width: 480px) {
	.icon.pos-left i.icn {
		font-size: 60px;
	}
}
/*===================================================================================*/
/*stuff/*===================================================================================*/
header h1, header h2, .section-teaser h2 {
	margin-bottom: 10px;
}
.item-bg-wrap {
	margin-bottom: 50px;
}
.box-shadow {
	box-shadow: 0 4px 35px rgba(51,51,51,.23);
}
#pnav a{
	display:block;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	;
	width:500px;
	height:300px;
	-webkit-transition: background-position 2s ease-in-out;
	-moz-transition: background-position 2s ease-in-out;
	-ms-transition: background-position 2s ease-in-out;
	-o-transition: background-position 2s ease-in-out;
	transition: background-position 2s ease-in-out;
}
#pnav a:hover {
	background-position:0px -200px;
}
.sizer {
	position: absolute;
	z-index: -1;
	opacity:0;
	top:0;
	left:0;
	width:100%
}
.section-project figure {
	border: 0;
}
.scroll-item .bg-scroll, .project-item .bg-scroll {
	padding-bottom: 65%;
	background-size: cover;
	height: 300px;
	position: relative;
	-moz-transition: background-position 2s ease-in-out;
	-ms-transition: background-position 2s ease-in-out;
	-o-transition: background-position 2s ease-in-out;
	transition: background-position 2s ease-in-out;
	background-repeat: no-repeat;
}

.scroll-item span {
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,0.35);
	z-index: 0;

		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}
.item-image-top {
	margin-bottom: -2px;
}
.scroll-item .icn-zoom-in:after {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	position: absolute;
	text-align: center;
	content: '\e750';
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 1;
	color: rgba(255,255,255,0.8);
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	z-index: 1;

}

.adorn-footer p {
	font-size: 1.25rem;
    font-weight: 300;
}

.scroll-item:hover span,
.scroll-item:active span,
.scroll-item:hover .icn-zoom-in:before,
.scroll-item:active .icn-zoom-in:before  {
	opacity: 0;

}



.overflow-hidden {
	overflow: hidden;
}
/*===================================================================================*/
/*MEDIA QUERIES | BREAKPOINTS/*===================================================================================*/
body:before {
	content: 'xs';
	display: none;
}
/*@media (min-width: 768px) {
	body:before {
		content: 'sm';
	}
}
*/
@media (min-width: 992px) {
	body:before {
		content: 'md';
	}
}
/*@media (min-width: 1200px) {
	body:before {
		content: 'lg';
	}
}
*/
