/**
 * GO-CLEAN by GO-JEK
 * author: Dativa D
 */
 section{
 	background: #fefefe;
 	padding: 60px 0;
 }

/* HEADER */
header h2{
	letter-spacing: 8px;
	font-size: 72px;
	margin-bottom: 20px;
}
header h3{
	font-size: 48px;
	padding: 0;
	margin-bottom: 10px;
	letter-spacing: 5px;
}
header .buttons.header-download{
	margin-top: 30px;
	display: none;
	overflow: hidden;
}
header .buttons.header-download ul{
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}
header .buttons.header-download li{
	display: inline-block;
	margin-right: 10px;
}
header .buttons.header-download li:last-child{
	margin-right: 0;
}
#video {
  position: relative;
  background: rgba(0,0,0,0.5);
  height: 80vh;
}
.video-container {
  text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.video-container .title-container {
  z-index: 3;
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 4;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.separator.dot{
	width: 100%;
	height: 36px;
	display: block;
	background: url("../img/bg-dot.png") repeat #fefefe;
	background-size: 10px 10px;
}
.separator.dot.big{
	height: 400px;
	background-size: 15px 15px;
}

.section-title{
	color: #0D648E;
	letter-spacing: 4px;
	line-height: 85%;
}

.list-title{
	font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px; 
}

/*OUR SERVICES*/
#services {
	padding-bottom: 10px;
}
#services h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
}
#services p{
	margin: 0 auto 30px;
	max-width: 520px;
}
#services .line{
	margin-bottom: 50px;
}
#services .services-list h4{
	margin: 50px 0 30px;
	color: #3A3A3C;
}
#services .services-list p{
	margin: 0 auto;
}
#services .services-list .col-md-4{
	padding: 0 40px 50px;
}

/* WHY-US */

#why-us {
	background: url("../img/why-bg.png") no-repeat center right -120px #fefefe;
}
#why-us .section-title{
	margin-bottom: 20px;
}
#why-us .why-us-list{
	padding-left: 120px;
}
#why-us .col-md-2.title{
	padding: 70px 0 0;
	margin: 0;
}
#why-us .why-us-list .why-us-col{
	padding: 0;
	position: relative;
	overflow: hidden;
}
#why-us .why-us-box{
	height: 340px;
	width: 100%;
	background: rgba(255,255,255,0.8);
	display: table;
	text-align: center;
	margin: 1px 2px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#why-us .why-us-box .wrapper, #why-us .why-us-detail .wrapper{
	display: table-cell;
	vertical-align: middle;
}
#why-us .why-us-box h1{
	width: 100px;
	height: 100px;
	margin: 0 auto 30px;
}
#why-us .why-us-detail{
	position: absolute;
	z-index: 1;
	background: rgba(24,120,173,0.8);
	left: 0;
	top: 0;
	height: 340px;
	width: 100%;
	color: #fff;
	padding: 50px 40px 40px;
	margin: 1px 2px;
	display: none;
} 
#why-us .close-detail-btn{
	position: absolute;
	right: 20px;
	top: 10px;
	background: none;
	border: none;
	display: block;
	font-weight: 100;
	font-size: 30px;
}
#why-us .close-detail-btn:hover, #why-us .close-detail-btn:focus{
	opacity: 0.5;
}
#why-us #price-list h4 {
	line-height: 0;
}
#why-us #price-list p, #why-us #price-list ul {
	line-height: 17px;
}

/*HOW IT WORKS*/
#how-it-work-2 .background .gradient {
    background: #0d648e !important;
    background: linear-gradient(to bottom, #0d648e 50%, transparent 50%) !important;
}
.howitworks {
    padding-bottom: 0;
    background: url("../img/bg-dot.png") repeat #fefefe;
    background-size: 15px 15px;
}
.howitworks h2 {
    padding-top: 0px
}
.howitworks h3 {
    font-size: 16px;
    color: #6E6D6D
}
#how-to-slide {
    padding: 20px 20px 0px;
}
#how-to-slide .carousel-control {
	color: #616161;
}
#how-to-slide .carousel-control.left{
	background: url("../img/arrow-prev.svg") no-repeat center center;
	width: 40px;
	height: 40px;
}
#how-to-slide .carousel-control.right{
	background: url("../img/arrow-next.svg") no-repeat center center;
	width: 40px;
	height: 40px;
}
.carousel-indicators {
   display: none;
}
#how-to-slide .carousel-inner .item h2 {
    text-align: left;
    margin-bottom: 10px;
    float: left;
    border: 4px solid #252525;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    margin-right: 20px;
    border-radius: 50%;
}
#how-to-slide .captions{
	margin-top: 30px;
	height: 160px;
}
#how-to-slide .captions:after {
    clear: both;
}
#how-to-slide h2 {
	margin: 30px 0 20px;
}
#how-to-slide h3 {
    color: #6E6D6D;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100;
}
#how-to-slide p {
    margin: 10px 0;
}
#how-to-slide p.slide-mobile-text {
    margin-bottom: 40px;
}
#how-to-slide .carousel-inner > .item {
    padding-top: 0px;
}

.how-control {
    top: 180px;
}

#how-to-visual {
    position: absolute;
    overflow: hidden;
}

#how-to-visual > img {
    position: absolute;
    display: none;
}

.howitworks span {
	color: #fff;
}

#blog {
    background: #f8f7f3;
    z-index: 1;
    position: relative;
    padding-bottom: 30px;
}
#blog .row .desc, #blog .row .case{
    height: 460px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 30px;
}
#blog .row .desc {
    background: #0D648E;
    padding: 30px;
    position: relative; }
#blog .row .desc h2 {
    color: #fff;}
#blog .row .desc p {
    margin-top: 30px;
    height: 150px;
    overflow: hidden; }
#blog .row .desc .btn {
    position: absolute;
    bottom: 22px;
    right: 30px;
    border: 1px solid #fff;
    color: #fff;}
#blog .row .case{
    background: #fff;
    line-height: 150%;
}
#blog .row .case .cont-bg {
    height: 180px;
    position: relative;}
#blog .row .case .cont-bg .img{
    background-size: cover;
    background-position: center center;
    display: block;
    height: 100%;
    width: 100%;
}
#blog .row .case .cont-bg .tag {
    background-color: #0D648E;
    padding: 3px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;}
#blog .row .case .cont-desc {
    padding: 20px; }
#blog .row .case .cont-desc .date{
    font-size: 12px;
    color: #BDBDBD;}
#blog .row .case .cont-desc .post-title {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400;
    line-height: 20px; }
#blog .row .case .cont-desc .post-title a{
    display: block;
    color: #252525;
}
#blog .row .case .cont-desc .post-title a:hover, #blog .row .case .cont-desc .post-title a:focus{
    color: #0D648E;
}
#blog .row .case .cont-desc p {
    color: #757575; }

/* PREMIUM */

#professional {
	background: url('../img/bg-pro.jpg') center center;
	background-size: cover;
	text-align: center;
	padding: 110px 10px;
	color: #fff;
}

#professional .line {
	width: 196px;
}

#professional  h2 {
	font-size: 48px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
#professional  .col-md-10 {
	text-align: center;
}
#professional  p {
	line-height: 20px;
	text-align: center;
	margin: 0 0 30px;
}
#professional .btn-wrapper {
	display: block;
	text-align: center;
}
#professional .button {
	border: 1px solid #fff;
	margin: 30px auto 0;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.8px;
	padding: 10px 25px;
	background: none;
	outline: none;
	text-transform: uppercase;
	font-size: 14px;
}
#professional .button span{
	padding-left: 10px;
}

/* TESTI */
#testi{
	background: #A69692;
	overflow: hidden;
}
#testi .line{
	border-bottom: 3px solid #CABEB6;
	margin-top: 30px;
}
#testi .title{
	padding: 60px;
	position: relative;
}
#testi .title h2{
	color: #fff;
	max-width: 200px;
}
#testi .container{
	min-height: 300px;
}
#testi .col-md-9{
	padding: 0;
	position: relative;
}
#testi .carousel-control, #profile .carousel-control{
	width: 40px;
	height: 40px;
	top: auto;
	bottom: 60px;
}
#testi .carousel-control.left {
	background: url(../img/arrow-prev.svg) no-repeat center center;
	left: 75px;
}
#testi .carousel-control.right {
	background: url(../img/arrow-next.svg) no-repeat center center;
	right: auto;
	left: 125px;
}
.testi-img-slide, .testi-text-slide{
	padding: 0;
	float: left;
}
.testi-img-slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
}
.testi-text-slide{
	background: #ECECEC;
	padding-left: 400px;
}
.testi-text-slide .testi-slide{
	padding-left: 30px;
}
#testi .item .text, #testi .item .img, #testi .title{
	height: 400px;
}
#testi .item .text{
	padding: 60px 80px 60px 20px;
	position: relative;
}
#testi .item .img{
	padding: 0;
}
#testi .item img{
	width: 100%;
	height: auto;
}
#testi .item .text .name, #testi .item .text .age{
	color: #000;
}
#testi .item .text .name{
	font-size: 18px;
	margin-bottom: 20px;
}
#testi .item .text .testimonial{
	color: #646769;
}
#testi .read-more-btn{
	display: inline-block;
	position: absolute;
	bottom: 40px;
}
/* PROFILE */
#profile{
	background: #fefefe;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#profile .line{
	margin: 30px 0 20px;
	border-bottom: 3px solid #8aa0bd;
}
#profile .profile-text{
	padding: 60px 440px 140px 60px;
	height: auto;
}
#profile .profile-pict{
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#profile .section-title{
	color: #1a668c;
}
#profile .container{
	width: 100%;
}
#profile .img{
	display: block;
	background-size: cover !important;
	width: 100%;
	height: 100%;
	min-height: 550px;
}
#profile .profile-img-slide, #profileImgSlide, #profileImgSlide .carousel-inner, #profileImgSlide .item{
	height: 100%;
}
#profile .carousel-control{
	bottom: 60px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#profile .carousel-control.left{
	background: url(../img/arrow-prev-blue.svg) no-repeat center center;
	left: 60px;
}
#profile .carousel-control.right {
	background: url(../img/arrow-next-blue.svg) no-repeat center center;
	right: auto;
	left: 110px;
}
#profile .name, #profile .age{
	font-weight: 400;
}
#profile .experience{
	margin-top: 20px;
}
/* AS SEEN ON */
#as-seen-on{
	text-align: center;
	padding-bottom: 0;
}
#as-seen-on .line{
	margin: 30px auto 40px;
}
#as-seen-on .logos {
	width: 95%;
	margin: 0 auto;
}
#as-seen-on .logos .logo{
	text-align: center;
	padding: 0 20px 60px;
	display: inline-block;
}
#as-seen-on .logo img{
	margin: 0 auto;
	height: 40px;
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;

}
#as-seen-on .logo img:hover, #as-seen-on .logo img:focus{
	-webkit-filter: none;
       -moz-filter: none;
         -o-filter: none;
        -ms-filter: none;
            filter: none;
	opacity: 1;
}

/* POSTCARD */
#postcard{
	padding: 40px 10px 60px;
	text-align: center;
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1) 20%);
	background: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1) 20%);
	background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1) 20%);
	background: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1) 20%);
	background: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1) 20%);
	margin-top: -200px;
}
#postcard .section-title{
	text-align: left;
	margin-bottom: 40px;
}
#postcard .input-wrapper{
	padding-right: 35px;
}
#postcard input[type="text"], #postcard input[type="email"], #postcard textarea, #postcard .select2-container{
	display: block;
	border: none;
	border-bottom: 1px solid #036492;
	background: none;
	width: 100% !important;
	padding: 10px;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}
#postcard .select2-container{
	padding: 5px 10px 0;
}
#postcard .select2-selection{
	border: none;
}
#postcard .select2-container--default .select2-selection--multiple .select2-selection__choice{
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	border: 1px solid #2A93D1;
	border-radius: 0;
	background: none;
}
#postcard .select2-container .select2-search--inline .select2-search__field{
	margin: 0;
	padding: 5px 10px 5px 0;
}
#postcard .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 0;
}
#postcard .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	margin-right: 10px;
}
#postcard textarea {
    resize: none;
    vertical-align: text-bottom;
    height: 150px;
}
#postcard ::-webkit-input-placeholder { text-transform: uppercase; }
#postcard ::-moz-placeholder { text-transform: uppercase; }
#postcard :-ms-input-placeholder { text-transform: uppercase; }
#postcard input:-moz-placeholder {text-transform: uppercase;}

#postcard input[type="text"].error, #postcard input[type="email"].error, #postcard textarea.error, #postcard .select2-container.error{
	border-bottom: 1px solid red;
}

#postcard .template-wrapper{
	height: 658px;
	background: url(../img/goclean-postcard-bg.png) no-repeat top right;
	background-size: 82%;
	margin-top: -100px;
	padding-top: 180px;
}
#postcard .postcard-template-slide{
	width: 80%;
}
#postcard .postcard-template-slide img{
	width: 100%;
}
#postcard .slide{
	position: relative;
}
#postcard .carousel-control{
	width: 30px;
    height: 30px;
    top: auto;
    bottom: -45px;
    background-size: contain !important;
}
#postcard .carousel-control.left {
    background: url(../img/arrow-prev.svg) no-repeat center center;
    left: auto;
    right: 40px;
}
#postcard .carousel-control.right {
    background: url(../img/arrow-next.svg) no-repeat center center;
    right: 0;
}
#chooseTempBtn {
    position: absolute;
    right: 80px;
    bottom: -45px;
    background: none;
    text-transform: uppercase;
    display: inline-block;
    color: #2A93D1;
    font-size: 12px;
    height: 30px;
    line-height: 27px;
    border: 1px solid #2A93D1;
    padding: 2px 15px;
    cursor: pointer;
}
#chooseTempBtn:hover, #chooseTempBtn:focus{
	color: #575756;
	border-color: #575756;
}
#postcard .chosen{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
#postcard .chosen .check-wrapper{
	display: table;
	height: 100%;
	width: 100%;
}
#postcard .chosen i{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 40px;
	opacity: 0.5;
}
#postcard .send-btn-wrapper{
	display: block;
}
#sendPostcardBtn{
	color: #2A93D1;
	border: 1px solid #2A93D1;
	width: 163px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	background: none;
	font-size: 14px;
	letter-spacing: 0.5px;
	box-shadow: none;
}
#sendPostcardBtn:hover, #sendPostcardBtn:focus{
	background: #2A93D1;
	color: #fff;
}
.thankyou-content .wrapper{
	text-align: center;
	height: 100%;
	padding: 100px 0;
}
.select2-dropdown {
	display: none !important;
}
#myModal{
	top: 25%;
}
#myModal .modal-title{
	font-size: 24px;
}
#recommend{
    background: url("../img/bg-recommend.jpg") no-repeat center center #0C9198;
    background-size: cover;
    text-align: center;
    display: block;
    overflow: hidden;    
}
#recommend .container{
    max-width: 700px;
}
#recommend h2{
    color: #fff;
    margin-bottom: 60px;
}
#recommend .read-more-btn{
    border: 1px solid #fff;
    color: #fff;
}
#recommend .read-more-btn:hover, #recommend .read-more-btn:focus{
    border: 1px solid #fff;
    background: #fff;
    color: #0C9198;
}
@media only screen and (max-width : 1200px) {
	#why-us .why-us-list {
	    padding-left: 50px;
	}
	#why-us .col-md-2.title{
		text-align: center;
	}
	#how-to-slide .col-md-6{
		text-align: center;
	}
}
@media only screen and (max-width : 1024px) {
	#testi .item .text{
		padding: 30px 40px 30px 0;
	}
}
@media only screen and (max-width : 991px) {
	#why-us {
		background-size: cover;
	}
	#why-us .why-us-list {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	#why-us .col-md-2.title {
	    padding: 15px 0 40px 0;
	}
	.how-control {
		top: 50%;
	}
	#blog .row .desc{height: auto;}
    #blog .row .desc .btn{
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 30px;
    }
	#testi .title{
		text-align: center;
		padding: 40px 10px;
		height: auto;
	}	
	#testi .title h2{
		max-width: none;
		padding-bottom: 20px;
	} 
	#testi .row{
		margin: 0;
		position: relative;
	}
	#testi .title, #testi .container{
		position: static;
	}
	#testi .container{
		min-height: 0;
	}
	#testi .carousel-control{
		z-index: 2;
	}
	#testi .carousel-control.left{
		left: auto;
   		right: 70px;
	}
	#testi .carousel-control.right{
		left: auto;
		right: 15px;
	}
	.separator.dot.big{
		height: 300px;
	}
	#postcard{
		background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1) 5%);
	}
	#postcard .template-wrapper{
		background: none;
		margin-top: 40px;
		padding: 0 0 40px 0;
		height: auto;
	}
	#postcard .input-wrapper{
		padding: 0;
	}
	#postcard .postcard-template-slide{
		margin: 0 auto;
	}
	#postcard .send-btn-wrapper{
		margin-top: 40px;
	    padding-top: 0;
	    text-align: center;
	}
	#chooseTempBtn{
		right: auto;
		left: 0;
	}
	#sendPostcardBtn{
		width: 100%;
	}
}
@media only screen and (max-width : 768px) {
	#video{
		background: url("../img/goclean-poster.png") no-repeat center center;
  		background-size: cover;
  		max-height: 360px;
	}
	#tubular-shield, #tubular-container{
		display: none !important;		
	}
	#page-content-wrapper {
		font-size: 14px;
		line-height: 22px;
	}
	header h2{letter-spacing: 5px;font-size: 40px;}
    header h3{letter-spacing: 4px;font-size: 30px;}
    header h2, header h3{line-height: 100%;}
    header .buttons.header-download{display: block;}
	#why-us .why-us-box, #why-us .why-us-detail{
		margin-bottom: 5px;
	}
	.testi-img-slide{
		width: 350px;
	}
	.testi-text-slide{
		padding-left: 350px;
	}
	#testi .item .text, #testi .item .img{
		height: 350px;
	}
	.testi-text-slide .testi-slide {
	    padding-left: 10px;
	}
	#testi .item .text {
	    padding: 20px 20px 90px 10px;
	}
	#testi .carousel-control, #testi .read-more-btn{
		bottom: 20px;
	}
	#profile .profile-pict{
		width: 100%;
    	height: auto;
	}
	#profile .img{
		width: 250px;
	    height: 250px;
	    margin: 40px auto;
	    min-height: 0;
	    border-radius: 50%;
	}
	#profile .profile-text{
		padding: 340px 10px 140px 10px;
		text-align: center;
	}
	#profile .carousel-control{
		bottom: auto;
    	top: 290px;
    	z-index: 10;
	}
	#profile .carousel-control.left{
		left: 20px;
		right: auto;
	}
	#profile .carousel-control.right{
		right: 20px;
		left: auto;
	}
}

@media only screen and (max-width : 670px) {
	#testi .col-md-9{
		padding: 0;
	}
	.testi-img-slide{
		width: 100%;
		position: relative;
	}
	.testi-text-slide{
		padding-left: 0;
	}
	#testi .item .text, #testi .item .img{
	}
	#postcard .right .title{
		padding-top: 0px;
	}
}

@media only screen and (max-width : 480px) {
	.section-title{
		font-size: 36px;
	}
	#as-seen-on .col-sm-6{
		width: 100%;
	}
	#sendPostcardBtn{
		width: 100%;
	}
	#how-to-slide p{
		height: 160px;
	}
	#postcard button.tempChooseBtn {
		margin-top: 18px;
	}
	#postcard button.tempPreviewBtn {
		display: none !important;
	}
	#testi .item .text{
		height: 300px !important;
	}
}
@media only screen and (max-width : 360px) {
	#why-us .why-us-box, #why-us .why-us-detail{
		height: 400px;
	}
	#how-to-slide .captions{
		height: 260px;
	}
}

.Absolute-Center {
    margin: 5% auto !important;
	top: 10% !important;
}
    