



/*----------------------------------------------------*/
/*	Common
/*----------------------------------------------------*/

section {float:left;width:100%;position:relative;margin:0;}
section.page {margin-top:60px;padding:40px 0;}



/*----------------------------------------------------*/
/*	Wrappers & other
/*----------------------------------------------------*/
#wrapper {width:100%;overflow:hidden;}
.wrap {width:940px;margin:0 auto;z-index:4;position:relative;}
.clear {width:100%;clear:both;float:left;}
.space {float:left;margin:20px 0;clear:both;width:100%;}
.nospace {margin:0!important;padding:0!important;}

.page-title {position:relative;width:100%;font-family: 'Raleway', sans-serif;font-size:45px;color:#000;font-weight:800;text-align:center;margin:80px 0 0 0;letter-spacing:-0.1rem;text-transform:uppercase;}
.page-title.float {float:left;width:100%;}
.page-title span {font-weight:300;}
.page-title .border {position:absolute;left:50%;bottom:-10px;width:100px;height:2px;background-color:#eee;margin-left:-50px;}
.page-subtitle {width:100%;font-family: 'Raleway', sans-serif;font-size:25px;color:#929292;font-weight:300;text-align:center;margin-top:22px;}



/*----------------------------------------------------*/
/*	Header
/*----------------------------------------------------*/
#header {position:fixed;display:block;width:100%;height:60px;z-index:9;min-width:320px;}
#header .main {position:relative;z-index:3;}
#header .after {position:absolute;width:100%;height:100%;top:-60px;z-index:2;background-color:#fff;-webkit-box-shadow:0px 0px 65px 0px rgba(0,0,0,0.4);-moz-box-shadow:0px 0px 65px 0px rgba(0,0,0,0.4);box-shadow:0px 0px 65px 0px rgba(0,0,0,0.4);}


/*----------------------------------------------------*/
/*	Preloader
/*----------------------------------------------------*/
#preloader {position:fixed;width:100%;height:100%;background-color:#fff;z-index:99;}

.spinner {width: 30px;height: 30px;background-color: #000;position:relative;top:45%;margin: 0 auto;-webkit-animation: rotateplane 1.2s infinite ease-in-out;animation: rotateplane 1.2s infinite ease-in-out;}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}



/*----------------------------------------------------*/
/*	Carousel
/*----------------------------------------------------*/
#carousel {position:relative;display:block;width:100%;bottom:0;top:0;height:100%;overflow:hidden;height:300px;}
#carousel .carousel-holder {position:absolute;display:block;width:100%;height:100%;bottom:0;top:0;background-color:#000;overflow:hidden;}
#carousel .bg-img {height:100%;}
#carousel .bg-1 .sl-slide-inner {background: url(../../html/img/carousel/slide-1.jpg) 50% 0;}
#carousel .bg-img-2 {background-image: url(../../html/img/carousel/slide-2.jpg);}
#carousel .bg-img-3 {background-image: url(../../html/img/carousel/slide-3.jpg);}
#carousel .bg-img-4 {background-image: url(../../html/img/carousel/slide-11.jpg);}
#carousel .bg-img-5 {background-image: url(../../html/img/carousel/slide-333.jpg);}

.prev {top:50%;margin-top:-29px;position:absolute;cursor:pointer;opacity:1;background:url('../../html/img/sprite.png') no-repeat 0px -39px;-webkit-transition : all 0.2s ease-out;-moz-transition : all 0.2s ease-out;transition : all 0.2s ease-out;left:150px;width:41px;height:81px;z-index:100000;}
.next {top:50%;margin-top:-29px;position:absolute;cursor:pointer;opacity:1;background:url('../../html/img/sprite.png') no-repeat -48px -39px;-webkit-transition : all 0.2s ease-out;-moz-transition : all 0.2s ease-out;transition : all 0.2s ease-out;right:150px;width:41px;height:81px;z-index:100000;}
.prev:hover, .next:hover {opacity:.4;}
.prev:active, .next:active {opacity:.4;}

.slide-text {position:relative;top:0;}
.slide-text li {height:21px;}

/* pattern */
.pattern {background-image:url(../../html/img/pattern.png);position:absolute;opacity:0.8;left:0px;top:0px;right:0;bottom:0;width:100%;height:100%;z-index:1; }

.main-text {position:absolute;top:50%;margin-top:-55px;width:100%;font-family:'Raleway', sans-serif;text-shadow:0 0 15px rgba(0,0,0,0.3);text-transform:uppercase;text-align:center;font-weight:700;font-size:70px;line-height:70px;color:#ededed;z-index:20;}
.sub-text {position:absolute;top:50%;margin-top:30px;width:100%;height:21px;overflow:hidden;font-family:'Raleway', sans-serif;text-shadow:0 0 5px rgba(0,0,0,0.3);text-transform:uppercase;text-align:center;font-weight:400;font-size:20px; line-height:20px;color:#fff;z-index:20; }
.scroll-btn {position: absolute;bottom:40px;left:50%;margin-left:-20px;-webkit-transition: all .35s ease-in-out;-moz-transition: all .35s ease-in-out;transition: all .35s ease-in-out;width: 40px;height:46px;background:url(../../html/img/sprite.png) no-repeat -155px -219px;z-index: 11;opacity:.6;}

/* scroll button animation */
@keyframes arrows {
	0% { bottom:40px; }
	10% { bottom:50px; }
	20% { bottom:40px; }
	30% { bottom:50px; }
	40% { bottom:30px; }
	50% { bottom:50px; }
	60% { bottom:40px; }
	70% { bottom:50px; }
	80% { bottom:30px; }
	90% { bottom:50px; }
	100% { bottom:40px; }
}
@-webkit-keyframes arrows {
	0% { bottom:40px; }
	10% { bottom:50px; }
	20% { bottom:40px; }
	30% { bottom:50px; }
	40% { bottom:30px; }
	50% { bottom:50px; }
	60% { bottom:40px; }
	70% { bottom:50px; }
	80% { bottom:30px; }
	90% { bottom:50px; }
	100% { bottom:40px; }
}
.scroll-btn {-webkit-animation: arrows 3.8s infinite;-webkit-animation-delay: 1s;animation: arrows 3.8s infinite;animation-delay: 1s;cursor:pointer;}



/*----------------------------------------------------*/
/*	Portfolio
/*----------------------------------------------------*/
#portfolio-box {background-color:#fff;height:0;width:0;position:fixed;z-index:100;opacity:0;transition:opacity 0.3s;}
#portfolio-box.visible {opacity:1;}
#portfolio-box .inner {display:none;}
#portfolio-box .spinner {position:absolute;left:50%;margin-left:-15px;}
#portfolio {float:left;display:block;width:100%;position:relative;background-color:#f9f9f9;padding-bottom:50px;}
#portfolio .inner {background-color:#000;}

#portfolio li {
	float: left;
	display: block;
	width: 30.833%;
	margin-right: 2.5%;
	background-color: #FFF;
}
#portfolio li a {float:left;display:block;}

#portfolio .item {float:left;left:0;width:100%;position:relative;}
#portfolio .item img {float:left;width:100%;height:100%;}
#portfolio .item img.client {float:none;display:inline-block;width:auto;max-width:200px;height:auto;}
#portfolio .item .over {position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);text-align:center;}
#portfolio .item .over h2 {color:#fff;margin-top:30%;font-weight:300;padding:15px;font-size:23px;width:auto;}
#portfolio .item .over .border {height:1px;background-color:#fff;}
#portfolio .item .over h3 {color:#fff;font-size:18px;font-weight:300;padding:13px 50px;box-sizing:border-box;width:auto;}
#portfolio .item.aberto .over {display:none;}
#portfolio .item:hover > .over {opacity:0;}
#portfolio .more {position:absolute;left:50%;bottom:10px;width:40px;height:40px;margin-left:-20px;background-color:#ef6661;z-index:6;}
#portfolio .more span {position:absolute;left:14px;top:4px;font-size:22px;color:#fff;}

#portfolio .item.ajax {opacity:0;left:-150px;}
#portfolio li:nth-child(4n+1) .item {z-index:4;}
#portfolio li:nth-child(4n+2) .item {z-index:3;}
#portfolio li:nth-child(4n+3) .item {z-index:2;}
#portfolio li:nth-child(4n+4) .item {z-index:1;}

.rb-overlay {width:100%;height:100%;background-color:#fff;}

.pf-content {color:#000;}
.pf-top {float:left;width:100%;height:450px;background:url(../../html/img/portfolio/full-1.jpg) 50% 0 no-repeat fixed;}
.pf-left {float:left;width:47%;margin-right:6%;}
.pf-right {float:left;width:47%;}









/*----------------------------------------------------*/
/*	Project inner page
/*----------------------------------------------------*/
#project {position:relative;top:0;width:100%;height:545px;}
#project .main-background {position:absolute;width:100%;height:100%;overflow:hidden;background:transparent url(http://placehold.it/1920x1080) no-repeat 50% 0%;background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;}
#project .project-header {position:relative;z-index:10;top:40%;}
#project .project-header h2, #project .project-header h3 {margin:0;color:#fff;font-family: 'Raleway', sans-serif;}

#project .nav-controls {position:absolute;top:57%;width:100%;text-align:center;z-index:10;}
#project .nav-controls a {display:inline-block;background-color:#fff;color:#000;padding:15px;width:20px;height:20px;text-align:center;margin-bottom:1px;}
#project .nav-controls a:hover {background-color:rgba(255,255,255,0.4)}

.project-inner {color:#777;}
.project-inner .owl-inner {float:left;width:100%;}
.project-inner .owl-inner img {max-width:980px;}
.project-inner.gallery {float:left;width:100%;padding:50px 0;background-color:#f9f9f9;}
.project-inner.gallery .owl-prev {top:50%;margin-top:-29px;position:absolute;cursor:pointer;opacity:1;background:url('../../html/img/sprite.png') no-repeat 0px -39px;-webkit-transition : all 0.2s ease-out;-moz-transition : all 0.2s ease-out;transition : all 0.2s ease-out;left:50px;width:41px;height:81px;text-indent:-9999px;}
.project-inner.gallery .owl-next {top:50%;margin-top:-29px;position:absolute;cursor:pointer;opacity:1;background:url('../../html/img/sprite.png') no-repeat -48px -39px;-webkit-transition : all 0.2s ease-out;-moz-transition : all 0.2s ease-out;transition : all 0.2s ease-out;right:50px;width:41px;height:81px;text-indent:-9999px;}


.review {width:100%;float:left;padding:50px 0;}
.review .left {width:50%;float:left;}
.review .left img {max-width:100%;}
.review .right {width:47%;margin-left:3%;float:left;}

.project-inner.stats {padding-top:0;}

.bar {text-align:left;margin:30px 0 0 0;}
.bar li {list-style:none;}
.bar li:last-child span {margin-bottom:0px;}
.bar li .bar-wrap {margin-bottom:50px;background:#f5f5f5;}
.bar li span { height:35px;width:0px;display:block;}
.bar li p {padding-bottom:2px;}
.bar li span {position:relative;background-color:#ef6661;}
.bar li span strong {position:absolute;top:10px;left:10px;color:rgba(255, 255, 255, 0.8);line-height:100%;display:block;font-weight:300;}





/*----------------------------------------------------*/
/*	Transitions
/*----------------------------------------------------*/
#logo, #navigation li a, #portfolio .item .over, #portfolio .item, #team .member img, #team .info, #team .info:after, #team .social a,
#core .core, #core .fa, #navigation li span.border, #header .after, #go-top, #logo:after, #footer .social a, #logo .label, #logo h1,
.customers li .over, .core-values .core, .nav-controls a, #contacts .get-in-touch button {
	transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;
}



/*----------------------------------------------------*/
/*	Rotation
/*----------------------------------------------------*/
.rotate {transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.radius {border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}








