/*----------------------------------------------------*/
/*	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(../img/carousel/slide-1.jpg) 50% 0;}
#carousel .bg-img-2 {background-image: url(../img/carousel/slide-2.jpg);}
#carousel .bg-img-3 {background-image: url(../img/carousel/slide-3.jpg);}
#carousel .bg-img-4 {background-image: url(../img/carousel/slide-11.jpg);}
#carousel .bg-img-5 {background-image: url(../img/carousel/slide-333.jpg);}

.prev {top:50%;margin-top:-29px;position:absolute;cursor:pointer;opacity:1;background:url('../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('../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(../img/pattern.png);position:absolute;opacity:0.8;left:0px;top:0px;right:0;bottom:0;width:100%;height:100%;z-index:1; }

.gold {color:#cea735;}

.main-text {position:absolute;top:35%;margin-top:-55px;width:100%;font-family:'Raleway', sans-serif;text-transform:uppercase;text-align:center;font-weight:700;font-size:70px;line-height:70px;color:#ededed;z-index:20;text-shadow:rgba(0,0,0,0.5) 2px 1px 7px;}
.sub-text {position:absolute;top:50%;margin-top:30px;width:100%;height:21px;overflow:hidden;font-family:'Raleway', sans-serif;text-transform:uppercase;text-align:center;font-weight:500;font-size:25px; line-height:20px;color:#fff;z-index:20;text-shadow:rgba(0,0,0,0.5) 2px 1px 7px;}
.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(../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;}



/*----------------------------------------------------*/
/*	Customers
/*----------------------------------------------------*/
.customers {float:left;width:100%;padding:50px 5% 30px 5%;}
.customers li {position:relative;float:left;width:18%;padding:30px 0;text-align:center;}
.customers li img {max-width:70%;}
.customers li .over {opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;border:10px solid #eee;z-index:3;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.customers li:hover > .over {opacity:1;}



/*----------------------------------------------------*/
/*	Screenshots
/*----------------------------------------------------*/
.gray {float:left;background-color:#f9f9f9;width:100%;}
.screens {float:left;width:100%;height:550px;margin-top:30px;position:relative;}
.screens div {opacity:0;}
.screens .center {float:left;height:600px;position:absolute;left:50%;margin-left:-300px;}
.screens .center img {max-width:600px;}
.screens .left {float:left;width:400px;position:absolute;left:300px;top:15%;}
.screens .right {float:left;width:400px;position:absolute;right:300px;top:15%;}
.screens .left img, .screens .right img {max-width:400px;}

/*----------------------------------------------------*/
/*	Why
/*----------------------------------------------------*/
#why-box {background-color:#fff;height:0;width:0;position:fixed;z-index:100;opacity:0;transition:opacity 0.3s;}
#why-box.visible {opacity:1;}
#why-box .inner {display:none;}
#why-box .spinner {position:absolute;left:50%;margin-left:-15px;}
#why {float:left;display:block;width:100%;position:relative;background-color:#f9f9f9;padding-bottom:30px;}
#why .inner {background-color:#000;}
#why li {float:left;display:block;width:25%;background-color:#000;}
#why li a {float:left;display:block;}
#why .item {float:left;left:0;width:100%;position:relative;}
#why .item img {float:left;width:100%;height:100%;}
#why .item img.client {float:none;display:inline-block;width:auto;max-width:200px;height:auto;}
#why .item .over {position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);text-align:center;}
#why .item .over h2 {color:#fff;margin-top:30%;font-weight:300;padding:15px;font-size:23px;width:auto;}
#why .item .over .border {height:1px;background-color:#fff;}
#why .item .over h3 {color:#fff;font-size:18px;font-weight:300;padding:13px 50px;box-sizing:border-box;width:auto;}
#why .item.aberto .over {display:none;}
#why .item:hover > .over {opacity:0;}
#why .more {position:absolute;left:50%;bottom:10px;width:40px;height:40px;margin-left:-20px;background-color:#cea735;z-index:6;}
#why .more span {position:absolute;left:14px;top:4px;font-size:22px;color:#fff;}

#why .item.ajax {opacity:0;left:-150px;}
#why li:nth-child(4n+1) .item {z-index:4;}
#why li:nth-child(4n+2) .item {z-index:3;}
#why li:nth-child(4n+3) .item {z-index:2;}
#why 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(../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%;}


/*----------------------------------------------------*/
/*	About
/*----------------------------------------------------*/
/* facts */
#about .facts {float:left;width:100%;text-align:center;margin:50px 0 10px 0;}
#about .facts li {display:inline-block;margin:0 12px;}
#about .facts li h2 {font-size:30px !important;color:#fff !important;}
#about .facts strong {font-size:50px;color:#cea735;display:block;line-height:100%;z-index:2;position:relative;text-shadow:rgba(0,0,0,0.7) 1px 1px 3px}
#about .facts span {color:#000;font-size:20px;}
#about .facts .break {width:8px;height:8px;background-color:#eee;position:relative;top:-40px;margin-left:15px;margin-right:9px;}

/* references */
#about .references {position:relative;float:left;width:100%;padding:100px 0 100px 0;background:url(../img/office-02.jpg) 5% 30% no-repeat;}
#about .references .smart-list li {height:200px;}
#about .references .smart-list img {width:auto;margin:0;border:4px solid #000;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
#about .references .smart-list h4, .references .smart-list p, .references .smart-list i {color:#fff;}
#about .references .smart-list li:hover > a img {border-color:#fff;}
#about .references h2.page-title {color:#fff;font-size:36px;margin:0 0 45px 0;text-align:center;z-index:2;position:relative;text-shadow:rgba(0,0,0,0.7) 1px 1px 3px;}
#about .references h2.page-title .border {background-color:#fff;height:1px;bottom:-24px;}
#about .references h3.page-subtitle {margin-top:34px;color:#c3c3c3;text-align:center;z-index:2;position:relative;font-weight:300;text-shadow:rgba(0,0,0,0.7) 1px 1px 3px;}
#about .references h3.page-subtitle.white {color:#fff;}

/* charts */
.charts {float:left;width:100%;text-align:center;margin-top:10px;}
.chart {position:relative;display:inline-block;margin:0 20px 25px 20px;}
.chart span {color:#fff;display:inline-block;font-size:40px;font-weight:800;position:absolute;top:29px;left:35px;}
.chart:first-child {margin-left:0;}
.chart:last-child {margin-right:0;}

/* team */
#team {float:left;width:100%;padding:20px 0 20px 0;}
#team .members {font-size:0;text-align:center;}
#team .members li {display:inline-block;width:200px;margin:0 20px 20px 0;font-size:14px;}
#team .members li:nth-child(4n) {margin-right:0;}

#team .member {position:relative;height:294px;text-align:center;overflow:hidden;}
#team .member img {width:100%;position:relative;top:0;}
#team .member .image {display:block;height:216px;position:relative;overflow:hidden;}
#team .member h4 {margin:27px 0 0;font-weight:300;font-size:1.5em;}

#team .info {position:absolute;bottom:0;left:0;height:98px;background-color:#fff;color:#000;}
#team .info:after {bottom: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-bottom-color: #fff;border-width: 13px;margin-left: -13px;}
#team .info p {height:0;overflow:hidden;margin:3px 0;padding:0 10px;font-size:0.8em;}

#team .social {padding-bottom:5px;}
#team .social li {width:auto;height:auto;margin:0;padding:4px;}
#team .social a {display:block;width:14px;height:20px;margin:0;padding:2px 4px;color:#000;text-align:center;}
#team .social a:hover {background-color:#fff;color:#000;}

/* team hover animation */
#team .member:hover > .info {height:50%;background-color:#000;color:#fff;}
#team .member:hover > .info p {height:auto;}
#team .member:hover > .info h4 {color:#fff;}
#team .member:hover > .image img {top:-30px;}
#team .member:hover > .info:after {border-bottom-color: #000;}
#team .member:hover > .info .social a {color:#fff;}
#team .member:hover > .info .social a:hover {color:#000;}


/*----------------------------------------------------*/
/*	How
/*----------------------------------------------------*/
#how {float:left;width:100%;margin-bottom:0;}
#how .gray {float:left;width:100%;background-color:#f9f9f9;}

/* core */
#core {padding:20px 0 0 0;}
#core .core-values {width:100%;text-align:center;font-size:0;}
#core .core-values li {position:relative;display:inline-block;width:11%;height:250px;margin:15px 0;}
#core .core-values li .core {display:inline-block;width:100px;height:100px;padding:3%;background-color:#fff;}
#core .core-values li .fa {position:absolute;top:33px;left:30px;width:50px;text-align:center;font-size:44px;color:#ad57a2;line-height:100%;}
#core .core-values li h4 {font-size:18px;font-weight:500;background: url(../img/sprite.png) no-repeat 50% -43px;padding-bottom:15px;margin:50px 0 15px 0;}
#core .core-values li p {font-size:13px;padding:0 30px;margin-top:5px;color:#5e5e5e;}
#core .core-values li:hover > .core {background-color:#ad57a2;}
#core .core-values li:hover > .fa {color:#fff;}

#how .touch {float:left;width:100%;padding:20px 0;text-align:center;}

#how .testimonial {position:relative;float:left;width:100%;padding:130px 0;text-align:center;background:url(../img/office-01.jpg) 50% 50% no-repeat;background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;}
#how .testimonial .fa {display:inline-block;font-size:40px;color:#fff;}
#how .testimonial .page-title {color:#fff;margin:10px 0 30px;font-size:35px;}
#how .testimonial .page-title span {margin-bottom:10px;bottom:-24px;height:1px;}
#how .testimonial .owl strong {display:block;color:#fff;font-size:15px;font-weight:300;}
#how .testimonial .owl em {color:#eee;font-size:25px;font-weight:300;}



/*----------------------------------------------------*/
/*	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('../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('../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:#cea735;}
.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;}



/*----------------------------------------------------*/
/*	Go to top button
/*----------------------------------------------------*/
#go-top {opacity:0;width:50px;height:50px;display:block;position:fixed;right:0;bottom:0;background: #000 url(../img/sprite.png) no-repeat -101px 6px;cursor:pointer;z-index:6;}
#go-top.bottom {position:absolute;right:0;top:-50px;}
#go-top:hover {background-color:rgba(0,0,0,0.8)}



/*----------------------------------------------------*/
/*	Transitions
/*----------------------------------------------------*/
#logo, #navigation li a, #why .item .over, #why .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;
}
#team ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/*----------------------------------------------------*/
/*	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%;}

.text-center {
    text-align:center;
}