@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700&subset=latin,latin-ext);

/*TYPOGRAPHY*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
font-family: 'Ubuntu', sans-serif;
}
p, a, ul, ol, section, button, input{
font-family: 'Ubuntu', sans-serif;
font-weight:300;
}
/*FORMS*/
	.form-control:focus {
	  border-color: #66afe9;
	  outline: 0;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
			  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}
/*LINKS*/
a {
  color: #df2e42;
  text-decoration: none;
}
	a:hover, a:focus {
	  color: #da444f;
	  text-decoration: none;
	}
/*BUTTONS*/
.btn{
	margin-bottom:3px;
	text-transform:uppercase;
	border-radius:0;
	}
.btn-carousel {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  opacity:0.3;
}
	.btn-carousel:hover, .btn-carousel:focus, .btn-carousel.focus, .btn-carousel:active, .btn-carousel.active, .open > .dropdown-toggle.btn-carousel {
	  color: #333;
	  background-color: #fff;
	  border-color: #fff;
	  opacity:0.8;
	}
.btn-default {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
	.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	  color: #fff;
	  background-color: #df2e42;
	  border-color: #df2e42;
	}
.btn-primary {
  color: #fff;
  background-color: #df2e42;
  border-color: #df2e42;
}
	.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	  color: #fff;
	  background-color: #428bca;
	  border-color: #428bca;
	}
.btn-publish {
  color: #fff;
  background-color: #70b23d;
  border-color: #70b23d;
}
	.btn-publish:hover, .btn-publish:focus, .btn-publish.focus, .btn-publish:active, .btn-publish.active, .open > .dropdown-toggle.btn-publish {
	  color: #fff;
	  background-color: #fcaf17;
	  border-color: #fcaf17;
	}	
.btn-manage {
  color: #fff;
  background-color: #0188cc;
  border-color: #0188cc;
}
	.btn-manage:hover, .btn-manage:focus, .btn-manage.focus, .btn-manage:active, .btn-publish.active, .open > .dropdown-toggle.btn-manage {
	  color: #fff;
	  background-color: #2a4f69;
	  border-color: #2a4f69;
	}	
.btn-click {
  color: #fff;
  background-color:#CC1066;
  border-color: #CC1066;
}
	.btn-click:hover, .btn-click:focus, .btn-click.focus, .btn-click:active, .btn-click.active, .open > .dropdown-toggle.btn-click {
	  color: #fff;
	  background-color: #4C0626;
	  border-color: #4C0626;
	}
.btn-sell {
  color: #fff;
  background-color:#d03a25;
  border-color: #d03a25;
}
	.btn-sell:hover, .btn-sell:focus, .btn-sell.focus, .btn-sell:active, .btn-sell.active, .open > .dropdown-toggle.btn-sell {
	  color: #fff;
	  background-color: #f26831;
	  border-color:#f26831;
	}	
.btn-top-link {
  color: #767676;
  background-color:transparent;
  border-color: transparent;
  font-size:13px;
}
	.btn-top-link:hover, .btn-top-link:focus, .btn-top-link.focus, .btn-top-link:active, .btn-top-link.active, .open > .dropdown-toggle.btn-top-link {
	  color: #df2e42;
	  background-color: transparent;
	  border-color: transparent;
	}
.btn-footer {
  color: #fff;
  background-color: #66d8d0;
  border-color: #66d8d0;
}
	.btn-footer:hover, .btn-footer:focus, .btn-footer.focus, .btn-footer:active, .btn-footer.active, .open > .dropdown-toggle.btn-footer {
	  color: #fff;
	  background-color: #52b0a9;
	  border-color: #52b0a9;
	}
.line-top{
	border-top:1px solid #e5e5e5;
	padding-top:2rem;
	}
.line-bottom{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:2rem;
	}
#top-links{
	border-bottom:1px solid #f2f2f2;
	background:#fff;
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
	}
	#top-links p{
		padding:0;
		margin:0;
		}
/*NAVBAR*/
#navigate{
	margin-top:-1px;
	}
.navbar {
    position: relative;
    padding:0;
	height:70px;
}
.navbar-brand {
    float: left;
    padding-top:0;
    padding-bottom:0;
    margin-right:0;
    font-size:0;
}
.navbar-brand>img {
    display: block;
	height:70px;
}
.navbar-nav .nav-item {
    margin-right:5px;
	margin-left:5px;
}
.navbar-nav .nav-link {
	text-transform:uppercase;
	font-weight:lighter;
	font-size:0.85rem;
	color:#333;
	padding-top:1.3rem;
}
.navbar-nav .nav-link:hover {
	color:#df2e42;
}
.navbar-toggler {
    margin-right: 0.5rem;
    margin-top: 1rem;
}

#main-navbar .dropdown-menu {
    margin: 21px 0 0;
    background:#f8f8f8;
	border-top-left-radius:0;
	border-top-right-radius:0;
    border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	opacity:0.9;
	text-transform:uppercase;
	font-weight:lighter;
	font-size:0.85rem;
}
#main-navbar .dropdown-item.arrow{
	margin-top:-20px;
	margin-left:5px;
	}
#main-navbar .dropdown-item{
	border-bottom:1px solid #fff;
	}
#main-navbar .dropdown-item:first-child{
	border-bottom:0;
	}
#main-navbar .dropdown-item.arrow span{
    background: #fff;
    border-radius: 15px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #df2e42;
	}
.dropdown-item.arrow:focus, .dropdown-item.arrow:hover {
    color: #df2e42;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #df2e42;
    text-decoration: none;
    background-color: transparent;
}
@media (max-width:768px) {
	.dropdown-toggle:after{
		content:normal;
	}
	#main-navbar{
	width: 450px;
    margin-left: auto;
    margin-right: auto;
	}
	}
@media (min-width: 34em) and (max-width: 62em) { 
#main-navbar{
	width: 450px;
    margin-left: auto;
    margin-right: auto;
	}
.navbar-brand{
	text-align:center;
	width:100%;
	}
.navbar-brand>img {
	float:none;
	width:280px;
	margin-left:auto;
	margin-right:auto;
}
}
/*HOVER EFECTS*/
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #df2e42;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #df2e42;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*MAIN-CAROUSEL*/
	.owl-item{
	display:block;
	width:100%;
	height:480px;
	margin:0;
	padding:0;
	}
	.header-slider h1 span{ 
	  background-color: #428bca;
	  color: #fff;
	  font-weight: lighter;
	  text-transform: uppercase; 
	  padding:10px;
	  opacity:0.8;
	}
	.header-slider h4{
		margin-top:1.3rem;
		}
	.header-slider h4 span{ 
	  background-color: #ff8213;
	  color: #fff; 
	  font-weight: lighter; 
	  padding:5px;
	  opacity:0.8;
	  line-height:1.8;
	}
	.itembg-1{
		min-height:480px;
		width:100%;
		background:url(../images/backgrounds/fotolia_76417786.jpg) no-repeat;
		background-size:cover;
		padding-top:6rem;
		}
	.itembg-2{
		min-height:480px;
		width:100%;
		background:url(../images/backgrounds/fotolia_67228705.jpg) no-repeat;
		background-size:cover;
		padding-top:7rem;
		}
	.itembg-3{
		min-height:480px;
		width:100%;
		background:url(../images/backgrounds/fotolia_69963340.jpg) no-repeat;
		background-size:cover;
		padding-top:7rem;
	}
	.itembg-4{
		min-height:480px;
		width:100%;
		background:url(../images/backgrounds/fotolia_70485377.jpg) no-repeat;
		background-size:cover;
		padding-top:7rem;
		}
	.itembg-5{
		min-height:480px;
		width:100%;
		background:url(../images/backgrounds/59548917.jpg) no-repeat;
		background-size:cover;
		padding-top:7rem;
		}
	.customPrevBtn, .customNextBtn{
		margin-top:-17.5rem;
		position:relative;
		z-index:1000;
		}
#about-product{
	background: url(../images/backgrounds/brickwall.png) repeat;
	border-bottom:1px soid #999;
	margin-top:-10px;
	padding-top:2rem;
	padding-bottom:2rem;
	-webkit-box-shadow: 0px 10px 24px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 24px -16px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 24px -16px rgba(0,0,0,0.75);
	}
	#about-product h4{
		color:#999;
		font-weight:lighter;
		}
/*HEADERS IN CONTENT*/
.header h1{
	font-weight:300;
	}
	.header .h4{
	font-weight:300;
	}
#features{
	padding-top:2rem;
	padding-bottom:2rem;
	background:#fff;
	}
	.features-image{
		float:left;
		margin-right:1.5rem;
		min-height:150px;
		}
	.features-image img{
		min-height:100px;
		max-height:100px;	
		}
	#features p{
		font-weight:300;
		min-height: 120px;
		}
	#features p.h4{
		font-weight:300;
		min-height:inherit;
		}
#customer-loyalty{
	background:url(../images/backgrounds/fotolia_79947320.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	min-height:350px;
	padding-top:4rem;
	padding-bottom:2rem;
	z-index:0;
	}
	#customer-loyalty h1 span{
		color:#fff;
		background:#ff8213;
		padding:0.6rem;
		opacity:0.8;
		}
	#customer-loyalty h3{
		margin-top:1.3rem;
		}
	#customer-loyalty h3 span{
		color:#fff;
		background:#428bca;
		padding:0.3rem;
		opacity:0.8;
		}
#how-we-work{
	padding-top:2rem;
	padding-bottom:2rem;
	background:#fff;
	}
#footer{
	background:#333;
	width:100%;
	border-top:2px solid #66d8d0;
	padding-bottom:2em;
	}
	#footer .line{
		border-bottom:1px dotted #767676;
		margin-bottom:1em;
		}
	#footer p{
		color:#fff;
		font-size:13px;
		}
	#footer h4{
		color: #767676;
		}
	#footer .alert{
		font-size:13px;
		}
	.contact-footer p{
		color:#fff;
		margin:0;
		padding:0;
		}
	.contact-footer h3{
		margin:0;
		padding:0;
		}
	.contact-footer .btn{
		color:#333;
		}
	.contact-footer a{
		color:#66d8d0;
		}
	.contact-footer a:hover, .contact-footer a:active, .contact-footer a:focus{
		color:#df2e42;
		}
	.sitemap h5{
		color:#767676;
		text-transform:uppercase;
		font-size:14px;
		font-weight:bold;
		}
	.sitemap a{
		color:#fff;
		font-size:13px;
		}
	.sitemap a:hover, .sitemap a:active, .sitemap a:focus{
		color:#66d8d0;
		}
	.sitemap a i{
		color:#66d8d0;
		margin-right:5px;
		}
	#copywrite{
		background:#212121;
		padding:15px;
		}
	#copywrite p{
		color:#fff;
		font-size:13px;
		padding:0;
		margin:0;
		}
#subpageheader{
	min-height:180px;
	padding-top:2rem;
	padding-bottom:2rem;
	}
	.subheader1{
		background:url(../images/backgrounds/brickwall.png);
		background-attachment:fixed;
		}
	.offer-promotion{
		background:url(../images/backgrounds/fotolia_72842022.jpg) no-repeat;
		background-size:cover;
		background-position:bottom;
		background-attachment:fixed;
		}
		.offer-promotion h1 span{
			color:#fff;
			background:#428bca;
			opacity:0.8;
			padding-top:10px;
			padding-bottom:10px;
			padding-left:7px;
			padding-right:7px;
			}
		.offer-promotion .card {
			position: relative;
			border:0;
			border-radius: .25rem;
		}
		.offer-promotion .card-block{
			opacity:0.9;
			background:#fff;
			min-height: 240px;
			}
		.bottom-action h1 span{
			background:#ff8213;
			opacity:0.8;
			padding-top:10px;
			padding-bottom:10px;
			padding-left:7px;
			padding-right:7px;
			}
#pageContent{
	padding-top:2rem;
	padding-bottom:2rem;
	}
#accordion-motto .panel-heading{
	border:1px solid #f8f8f8;
	border-left:2px solid #d4d4d4;
	text-transform:uppercase;
	padding:5px;
	}
	#accordion-motto .panel-heading:hover, #accordion-motto .panel-heading:active{
		border-left:2px solid #df2e42;
		}
	#accordion-motto .panel-heading .panel-title a{
		color:#666;
		}
		#accordion-motto .panel-heading .panel-title a:hover, #accordion-motto .panel-heading .panel-title a:focus, #accordion-motto .panel-heading .panel-title a:active{
		color:#df2e42;
		}
	#accordion-motto .panel-heading .panel-title{
		padding-top:5px;
		}
	#accordion-motto .panel-heading .panel-title i{
		font-size:12px;
		line-height:25px;
		}
	.panel-collapse {
		padding:10px;
		font-size:13px;
		}
	#worker .card{
		background:url(../images/backgrounds/brickwall.png) repeat;
		background-attachment:fixed;
		-webkit-box-shadow: 0px 5px 13px -4px rgba(0,0,0,0.58);
		-moz-box-shadow: 0px 5px 13px -4px rgba(0,0,0,0.58);
		box-shadow: 0px 5px 13px -4px rgba(0,0,0,0.58);
		border-top-right-radius:0;
		border-top-left-radius:0;
		}
	#worker .list-group-item{
		background:#f8f8f8;
		}
	#worker .card>.list-group:last-child .list-group-item:last-child {
    	border-bottom: 0;
	}
.menu{
	font-size:13px;
	-webkit-box-shadow: 0px 7px 12px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 12px -8px rgba(0,0,0,0.75);
box-shadow: 0px 7px 12px -8px rgba(0,0,0,0.75);
	}

	.menu .list-group-item:first-child {
    color:#fff;
	font-weight:bold;
	border-color:#df2e42;
	border-top-right-radius:0;
	border-top-left-radius:0;
	}
	.menu a.list-group-item:first-child:focus, .menu a.list-group-item:first-child:hover,.menu button.list-group-item:first-child:focus, .menu button.list-group-item:first-child:hover {
    color: #fff;
    background-color:#df2e42;
}
.card-title{
	margin-top:0;
	margin-bottom:0;
	padding-bottom: 0.4rem!important;
	}
.opacity-black{	
	margin:1.4rem;
	
}
.card-img-overlay {
    padding:0;
}
.cash-box{
	margin-right:30px;
	}
.cash-box small{
	text-transform:uppercase;
	font-size:15px;
	}
#simplyCLICK{
	background:url(../images/backgrounds/brickwall.png) repeat;
	background-attachment:fixed;
	padding-top:2rem;
	padding-bottom:2rem;
	}
	@media (max-width:1200px){
		.features-image{
			float:left;
			margin-top:0.2rem;
			margin-right:1.5rem;
			min-height:190px;
			}		
		}
	@media (max-width:1024px){
		.features-image{
			float:left;
			margin-top:0.2rem;
			margin-right:1.5rem;
			min-height:100px;
			}		
		}
	@media(max-width:544px){
	h1, .h1{
		font-size:2.2rem;
		}
	h4, .h4{
		font-size:1.3rem;
		}
	.navbar-brand>img {
		height:65px;
	}
	.header-slider h1{
		background-color: #428bca;
		opacity:0.8;
		padding:10px;
		}
	.header-slider h1 span{
		font-size:1.7rem;
		background:none;
		padding:0;
		margin:0;
		}
	.itembg-1, .itembg-2, .itembg-3, .itembg-4, .itembg-5{
		padding-top:4rem;
		min-height:360px;
		}
	.itembg-1{
		background:url(../images/backgrounds/fotolia_76417786-min.jpg) no-repeat;
	}
	.itembg-2{
		background:url(../images/backgrounds/fotolia_67228705-min.jpg) no-repeat;
	}
	.itembg-3{
		background:url(../images/backgrounds/fotolia_69963340-min.jpg) no-repeat;
	}
	.itembg-4{
		background:url(../images/backgrounds/fotolia_70485377-min.jpg) no-repeat;
	}
	.itembg-5{
		background:url(../images/backgrounds/59548917-min.jpg) no-repeat;
	}
	.owl-item{
		height:360px;
		}
	#main-navbar {
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-nav .nav-item {
    	width:100%;
	}
	.navbar-nav .nav-item:first-child{
    	margin-left: 1rem;
	}
	#features{
		text-align:center!important;
		padding-bottom:0.1rem;
		}
	#features p.h4{
		font-size:1.3rem;
		padding-top:0.1rem;
		text-align:center
		}
	.features-image{
		width:100%;
		margin-top:0rem;
		}	
	.features-image img{
		display:block;
		min-height:60px;
		max-height:60px;
		margin-left:auto;
		margin-right:auto;
		}
	#customer-loyalty h1 span{
		color:#fff;
		background:none;
		opacity:0.8;
		padding:0;
		margin:0;
		}
	#customer-loyalty h1{
		background:#ff8213;
		opacity:0.8;
		font-size:1.7rem;
		padding:0.2rem;
		font-weight:lighter;
		}
	#customer-loyalty h3{
		margin-top:1.3rem;
		background:#428bca;
		padding:0.2rem;
		font-size:1.3rem;
		font-weight:lighter;
		opacity:0.8;
		}
	#customer-loyalty h3 span{
		color:#fff;
		background:none;
		padding:0rem;
		}	
	#how-we-work h1, #how-we-work p, #how-we-work h5{
		text-align:center;
		}
	#simplyCLICK p{
		margin-top:10px;
		text-align:center;
		}
	}