/*
 * MAIN
 */

html{
	margin: 0px;
	padding: 0px;
	outline: none;
}

body{
	margin: 0;
	padding: 0;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a{
	border: none;
	outline: none;
	text-decoration: none;
}

img{
	border:none;
	outline: none;
	max-width: 100%;
	height: auto;
}

b, strong {
	font-weight: bold;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; } /* Hide from IE Mac \*/
.clearfix { display: block; } /* End hide from IE Mac */
.none { display: none; } /* End Clearfix */

.alignnone {
	margin: 5px 10px 10px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

a img.alignnone {
	margin: 5px 10px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption {
	text-align: left;
	max-width: 100%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 90%;
	color: #999;
	padding: 3px 0 10px 0;
	margin: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* gallery */
.gallery{
	margin-left: -15px;
	margin-right: -15px;
}

.gallery p{
	margin: 0;
}

.gallery dl{
	float: left;
}

.gallery-columns-1 dl{width: 100%;}
.gallery-columns-2 dl{width: 50%;}
.gallery-columns-3 dl{width: 33.33333%;}
.gallery-columns-4 dl{width: 25%;}
.gallery-columns-5 dl{width: 20%;}
.gallery-columns-6 dl{width: 16.66666%;}
.gallery-columns-7 dl{width: 14.28571%;}
.gallery-columns-8 dl{width: 12.5%;}
.gallery-columns-9 dl{width: 11.11111%;}

.gallery dl dt{
	margin: 0 15px;
	text-align: center;
}

.gallery dl dt img{
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.gallery p{
		display: none;
	}

	.gallery dl{
		width: 50%;
	}

	.gallery dl:nth-child(2n+1){
		clear: left;
	}
}
/* gallery END */

.increase-box-shadow > .vc_column-inner,
.increase-box-shadow > .vc_icon_element-inner {
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
}

.thumb-bg{
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.thumb-bg-contain{
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.thumb-bg:before{
	content: '';
	position: relative;
	display: block;
	/*padding-top: 50%;*/
}

.thumb-h-25:before{
	padding-top: 25%;
}

.thumb-h-50:before{
	padding-top: 50%;
}

.thumb-h-wide:before{
	padding-top: 56.25%;
}

.thumb-h-default:before{
	padding-top: 66.66%;
}

.thumb-h-100:before{
	padding-top: 100%;
}

.text-decoration-none{
	text-decoration: none !important;
}

.increase-full-img-right img,
.increase-full-img-left img{
	width: 100%;
}

.bg-fixed{
	background-attachment: fixed !important;
	background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/*
 * HEADER
 */

#masthead{
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
	z-index: 999;
}

/*
 * CONTENT
 */

.content-area{
	padding: 3rem 0;
}

.widget-area{
	padding: 3rem 0;
}

.entry-header{
	padding-bottom: 2rem;
}

.wpcf7 label{
	display:block;
}

.evc-predefined-style .evc-shortcode h1,
.evc-predefined-style .evc-shortcode h2,
.evc-predefined-style .evc-shortcode h3,
.evc-predefined-style .evc-shortcode h4,
.evc-predefined-style .evc-shortcode h5,
.evc-predefined-style .evc-shortcode h6{
	font-weight:normal;
}

/**/

.increase-home-intro{
	background-size: cover;
	background-position: center;
	text-align: center;
}

.increase-home-intro .intro-logo{
	filter: brightness(0) invert(1);
	opacity: 0.9;
	width: 430px;
	max-width: 60vw;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.increase-gallery-slick-slider-brands img{
	max-height: 70px;
	padding: 0 20px;
	opacity: 0.5;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

  -webkit-filter: grayscale(100%);
  -moz-filter:    grayscale(100%);
  -ms-filter:     grayscale(100%);
  -o-filter:      grayscale(100%);
  cursor: pointer;
}

.increase-gallery-slick-slider-brands img.slick-current{
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter:    grayscale(0%);
	-ms-filter:     grayscale(0%);
	-o-filter:      grayscale(0%);
}

.increase-gallery-slick-slider-brands img:hover{
	filter: none;
	opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter:    grayscale(0%);
  -ms-filter:     grayscale(0%);
  -o-filter:      grayscale(0%);
  cursor: pointer;
}

.increase-gallery-slick-slider-brands .slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}

.increase-gallery-slick-slider-brands .slick-dots{
	position: relative;
	bottom: 0;
	margin-top: 20px;
}

.increase-gallery-slick-slider-brands .slick-list:before,
.increase-gallery-slick-slider-brands .slick-list:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	z-index: 5;
}

.increase-gallery-slick-slider-brands .slick-list:before{
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.increase-gallery-slick-slider-brands .slick-list:after{
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/* PRELOADER */


#loading{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}
#object{
	width: 80px;
	height: 80px;
	background-color: #FFF;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
@-webkit-keyframes animate {
  0% { -webkit-transform: perspective(160px); }
  50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animate {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  } 50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
  } 100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}


/* PORTFOLIO BRANDS */

.portfolio-brand{
  display: block;
  position: relative;
}

.portfolio-brand > div:first-child{
  position: relative;
  z-index: 1;
  padding: 1rem;
  text-align: center;
}

.portfolio-brand > div:first-child > *{
  padding: 1rem;
  background-color: rgba(0,0,0,0.05);
}

.portfolio-brand > div:last-child{
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  opacity: 0;
  -ms-transform: scale(0.8, 0.8); /* IE 9 */
  -webkit-transform: scale(0.8, 0.8); /* Safari */
  transform: scale(0.8, 0.8);

  webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.portfolio-brand:hover > div:last-child{
  -ms-transform: scale(1,1); /* IE 9 */
  -webkit-transform: scale(1,1); /* Safari */
  transform: scale(1,1);
  opacity: 1;
}

.portfolio-brand > div:last-child > *{
  padding: 0 1.2rem;
  width: 100%;
}

.portfolio-brand > div:last-child *{
  color: #fff;
}

.portfolio-brand [class^="increaseicons-"],
.portfolio-brand [class*=" increaseicons-"]{
  font-size: 3rem;
  display: block;
  margin-bottom: 0.8rem;
}

/*
 * FOOTER
 */

.site-footer .copyright{
	border-top: 1px solid rgba(0,0,0,.2)
}
