/************************* COLOR START *************************/

.pageArrows a {
    color: rgba(82, 130, 47, 1);
    }

.package_slider .price {
    background-color: rgba(82, 130, 47, 1);
}

h4 {
	color: rgba(82, 130, 47, 1);
}

a {
	color: rgba(82, 130, 47, 1);
}
.trenner_line {
    background-color:rgba(82, 130, 47, 1);
}

.scrollToTop {
    background-color: rgba(82, 130, 47, 1);
}

.scrollToTop:hover, .scrollToTop:focus {
    background-color: rgba(82, 130, 47, 0.75);
}

.headerslider .buttons .button .icon {
    background-color:rgba(82, 130, 47, 1);
}

.headerslider .buttons .button:hover .text {
    background-color: rgba(82, 130, 47, 1);
}

h2 {
color: rgba(82, 130, 47, 1);
}

.start .intro h3 p {
    color: rgba(82, 130, 47, 1);
}

.package_slider .package .subtitle {
	 color: rgba(82, 130, 47, 1);
}

.package_slider .package .dark {
    background-color: rgba(82, 130, 47, 1);
    border: 1px solid rgba(82, 130, 47, 1);
}

.package_slider .owl-prev:before, .package_slider .owl-next:before {
		 color: rgba(82, 130, 47, 1);
}

.package_slider .owl-theme .owl-controls .owl-page span {
    background-color: rgba(82, 130, 47, 1);
}
.package .item:before {
		 color: rgba(82, 130, 47, 1);
}

.boxes .content a {
    background-color: rgba(82, 130, 47, 1);
    border: 1px solid rgba(82, 130, 47, 1);
}

.boxes h1, .boxes a h1 {
    color:rgba(82, 130, 47, 1);
}

.boxes .box {
	background-color:#edf1e8;
}

.news-list-item h3, .news-list-item h3 > a {
	    color:rgba(82, 130, 47, 1);
}

.news-list-item .btn.btn-default.btn-read-more {
    background-color: rgba(82, 130, 47, 1);
    border: 1px solid rgba(82, 130, 47, 1);
}

.breadcrumb a {
		    color:rgba(82, 130, 47, 1);
}

.breadcrumb a:hover, .breadcrumb a:focus {
		    color:rgba(82, 130, 47, 0.6);
}

/************************* COLOR END *************************/


/************************* colored START *************************/


.colored {
    background-color: #f5f7f3;
	    padding-bottom: 30px;

}

.treatment {
    background: #fff;
    padding: 30px 15px;
    width: 100%;
	position:relative;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    border: 2px solid rgba(82, 130, 47, 0.10);
	    margin-top: 30px;
		  -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.treatment:hover, .treatment:focus {

-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
  -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.treatment .category {
    background: rgba(82, 130, 47, 1) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
}

.treatment .title {
    color: rgba(82, 130, 47, 1);
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.treatment .text {
    text-align: center;
	margin-bottom:20px;
}

.treatment .range .time {
    float: left;
    font-size: 24px;
    font-weight: 300;
    color: #a29ca8;
  padding-top: 25px;
    width: 80%;
	}

.treatment .range {
    border-bottom: 0.5px solid #eee;
    display: table;
    width: 100%;
    padding: 5px 0px;
}

.treatment .range .price {
    border: 1px solid;
    border-radius: 50%;
    color: rgba(82, 130, 47, 1);
    display: table;
    float: right;
    font-size: 20px;
    font-weight: 400;
    height: 62px;
    letter-spacing: -1px;
    padding-top: 17px;
    position: relative;
    text-align: center;
    width: 62px;
}

.treatment .range .price > span {
    font-size: 13px;
 margin-right: 3px;
     margin-top: -1px;
}

.spa_table {
    max-width: 991px;
    margin-left: auto;
    margin-right: auto;
	  margin-top: 50px;
}

.spa_table .table tr td:last-child {
    color: rgba(82, 130, 47, 1);
    font-size: 20px;
    max-width: 50px;
    min-width: 100px;
}

.spa_table .table > tbody > tr:nth-child(2n+1) {
	background-color:#f5f7f3;
}

.spa_table .table > tbody > tr:hover, .spa_table .table > tbody > tr:focus {
	   background-color:rgba(82, 130, 47, 1);
	   color:#fff;
}

.spa_table .table > tbody > tr {
	  -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}
.spa_table .table > tbody > tr:hover td:last-child, .spa_table .table > tbody > tr:focus td:last-child {
	color:#fff;
}



.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0.5px solid #eee;
    padding: 10px;
    vertical-align: middle;
    line-height: 1;
}




/************************* colored END *************************/
