
@import url('https://fonts.googleapis.com/css?family=Raleway');



#slider h1 {
	color: #fff !important;
	text-align: center;
	font-family: 'Raleway', sans-serif !important;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
}

#slider h3 {
	color: #fff !important;
	text-align: center;
	font-family: 'Raleway', sans-serif !important;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
		font-size: 24px;
	line-height:24px;
}


.btn-green {
	background: #00CC00 !important;
}


.btn-pinkish {
	background: #f9029e !important;
}

.btn-pink:hover {
	background: #EE00BB !important;
}


.greenblend {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+80,eeeeee+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 80%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 80%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 80%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.round10 {
	border-radius: 10px;
}

.aligncenter {
	text-align: center;
	margin:auto;
}


.grey {
	color: #BBB !important;
}

.green {
	background: #00CC00 !important;
}

.white {
	color: #fff !important;
}

.pink {
	background: #f9029e !important;
}


.darkpink {
	background: #AA0077 !important;
}


.bluesteel {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1ffff+0,fdffff+0,e1ffff+12,e6f8fd+30,c8eefb+54,bee4f8+75,b1d8f5+100 */
background: rgb(225,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(225,255,255,1) 0%, rgba(253,255,255,1) 0%, rgba(225,255,255,1) 12%, rgba(230,248,253,1) 30%, rgba(200,238,251,1) 54%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(225,255,255,1) 0%,rgba(253,255,255,1) 0%,rgba(225,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(225,255,255,1) 0%,rgba(253,255,255,1) 0%,rgba(225,255,255,1) 12%,rgba(230,248,253,1) 30%,rgba(200,238,251,1) 54%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */
}

.testimonial .testimonial-description > p  {
	 font-size: 22px;
    line-height: 28px;

}

.testimonial-description {
	background: #fff !important;
	border-radius: 22px !important;
	border: 2px solid #fff;

}

.testimonial-image {
	position:absolute;
	bottom:2px;
	
}


.testimonial .testimonial-image img, .owl-carousel .owl-item .testimonial .testimonial-image img {
border-radius: 100px;
border:6px solid #fff;
-webkit-box-shadow: 3px 3px 25px 1px rgba(0,0,0,0.41);
-moz-box-shadow: 3px 3px 25px 1px rgba(0,0,0,0.41);
box-shadow: 3px 3px 25px 1px rgba(0,0,0,0.41);
	}


.innertable {
	margin-left: 15px;
	margin-right: 15px;
	position:relative;
	background: #fafafa;
	overflow:hidden;
}


.pricetable {
	padding-left:10px;
	padding-right:10px;
}


.priceoffer {
    margin-left:auto; 
    margin-right:auto;
    text-align: center;
}

.priceheader {
	letter-spacing: 2px;
	color: #999;
	font-size: 9px;
}

.price {
	font-size: 77px;
	font-weight: bold;
	color: green;
}





.pricerow {
    margin-left:0px; 
    margin-right:auto;
    text-align: left;
}

.pricerow .fa {
	color: green;
	margin:8px;
}



.oldprice {
	color: #BBB !important;
	font-weight: bold;
}

.strikeprice {
	text-decoration: line-through;
}



.corner-ribbon{
  width: 200px;
  background: #f9029e;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  font-size:11pt;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);


}

/* Custom styles */


.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);


}


.owl-nav {
	margin-top: -40px;
}

.owl-dot > span {
	box-shadow: inset 0 0 0 1px #666 !important;
}


.formlabel {
	min-width: 120px;
}

.formfield {
	max-width: 240px;
}

















/* ------ PAYMENT FORM -------- */

/* Padding - just for asthetics on Bootsnipp.com */
body { margin-top:20px; }

/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}
.credit-card-box .display-tr {
    display: table-row;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

