/* Rename to global_btn */
.donation_btn {
    display: inline-block;
    padding: 6px 12px 5px;
    text-shadow: none;
    transition: all 0.3s ease 0s;	
	text-decoration:none !important;
}
/*global_btn */

.slidesDescription .button-big {
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, 0.35);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, 0.35);
	box-shadow: 1px 1px 1px rgba(0,0,0, 0.35);
	text-shadow: -1px -1px 1px rgba(0,0,0, 0.25);
}

/* Small Btn */
.button-small, .button-small-theme {
    border-radius: 0 20px 20px 20px;
	-moz-border-radius: 0 20px 20px 20px;
	-webkit-border-radius: 0 20px 20px 20px;
    display: inline-block;
    text-shadow: none;
    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.button-small span, .button-small-theme span {
    /*color: #000000 !important;*/
    display: block;
    float: left;
    /*padding:7px 15px 0 20px;*/
	padding:5px 15px 0 20px;
    text-align: center;
	/*font-size:14px;
	font-family:'Roboto';
	font-weight:400;*/
}
.button-small i, .button-small-theme i {
    border-left: 1px solid #303030;
    border-radius: 0 20px 20px 0;
    color: #000000;
    display: block;
    float: right;
    font-size: 20px;
    padding: 7px 15px 5px 12px;
    text-decoration: none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.button-small i:hover, .button-small-theme i:hover {
	background-color:#333;
    color: rgba(255,255,255, 0.75);
    text-decoration: none;
	cursor:pointer;
}
/* Small Btn end */

/* Medium Btn */
.button-medium, .button-medium-theme {
    border-radius: 0 20px 20px 20px;
	-moz-border-radius: 0 20px 20px 20px;
	-webkit-border-radius: 0 20px 20px 20px;
    display: inline-block;
    text-shadow: none;
    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.button-medium span, .button-medium-theme span {
    display: block;
    float: left;
    padding:10px 20px;
    text-align: center;
	/*text-transform:uppercase;
	font-size:14px;
	font-family:'Roboto';
	font-weight:400;*/
}

.button-medium i, .button-medium-theme i {
    border-left: 1px solid #303030;
    border-radius: 0 20px 20px 0;
    color: #000000;
    display: block;
    float: right;
    font-size: 20px;
    padding: 8px 20px 10px 17px;
    text-decoration: none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.button-medium i:hover, .button-medium-theme i:hover {
	background-color:#333;
    color: rgba(255,255,255, 0.75);
    text-decoration: none;
    -webkit-box-shadow:inset 0 10px 20px rgba(255,255,255, 0.10);
    -moz-box-shadow: inset 0 10px 20px rgba(255,255,255, 0.10);
    box-shadow: inset 0 10px 20px rgba(255,255,255, 0.10);
	cursor:pointer;
}

.button-medium.searchBtn, .button-medium-theme.searchBtn {
    border: 0 solid white !important;
    border-radius: 0 10px 10px 0 !important;
	-moz-border-radius: 0 10px 10px 0 !important;
	-webkit-border-radius: 0 10px 10px 0 !important;
    padding: 5px 7px;
	margin-left:-3px;
}

.button-medium.searchBtn:hover , .button-medium-theme.searchBtn:hover {
	background-color:#648000;
	color:white;
}

/* Medium Btn end */

/* Large Btn */
.button-large, .button-large-theme {
     border-radius: 0 20px 20px 20px;
	-moz-border-radius: 0 20px 20px 20px;
	-webkit-border-radius: 0 20px 20px 20px;
    display: inline-block;
    text-shadow: none;
    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.button-large span, .button-large-theme span {
    /*color: #374700 !important;*/
    display: block;
    float: left;
    /*font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;*/
    padding: 5px 15px 7px 20px;
    text-align: center;
}


.button-large i, .button-large-theme i {
    border-left: 1px solid #303030;
    border-radius: 0 20px 20px 0;
    color: #333;
    display: block;
    float: right;
    font-size: 24px;
    padding: 10px 15px 7px 10px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.button-large i:hover, .button-large-theme i:hover {
	background-color:#333;
    color: rgba(255,255,255, 0.75);
    text-decoration: none;
    -webkit-box-shadow:inset 0 10px 20px rgba(255,255,255, 0.10);
    -moz-box-shadow: inset 0 10px 20px rgba(255,255,255, 0.10);
    box-shadow: inset 0 10px 20px rgba(255,255,255, 0.10);
	cursor:pointer;
}

/* Large btn end */



.pm_slider_btn_large {
	border-radius: 0 0px 0px 20px;
	-moz-border-radius: 0 0px 0px 20px;
	-webkit-border-radius: 0 0px 0px 20px;	
	
}

.pm_slider_btn {
	clear:left;
	float:left;
	position:static !important;
}

.pm_slider_btn span {
    /*color: #374700 !important;
    font-family: 'Roboto';
    font-size: 18px;*/
    padding: 7px 15px 9px 14px;
    text-decoration: none !important;
}

.pm_slider_btn a {
    border-left: 1px solid #333333;
    border-radius: 0 20px 20px 0;
    color: #3b3b3b;
    display: block;
    float: right;
    font-size: 28px;
    padding:8px 15px 5px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.pm_slider_btn a:hover {
	background-color:#333;
	color:white;
	cursor:pointer;
}

/* Large Btn end */

.searchbutton-small, .searchbutton-small-theme {
    padding: 6px 12px 7px;
    font-size: 12px;
    color: #fff;
    text-shadow: none;
	border:0;
	border-radius:4px;
}
.searchbutton-small-theme {
	background-color:#09C;
    color: white;
}

.searchbutton-small-theme:hover {
	background-color:#FC0 !important;
    color: white;
}

.rounded1 {
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.rounded2 {
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rounded3 {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.rounded5 {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.rounded10 {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.rounded15 {
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.rounded20 {
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.rounded30 {
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	padding:4px 12px;
}
.rounded40 {
	-webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
	padding:5px 13px;
}
.rounded50 {
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	padding:6px 14px;
}
.rounded60 {
	-webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
	padding:7px 15px;
}
.rounded70 {
	-webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
	padding:8px 16px;
}
.rounded80 {
	-webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
	padding:9px 17px;
}
.rounded90 {
	-webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
	padding:10px 18px;
}
.rounded99 {
	-webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    padding: 12px 20px;
}


.blue {
	background: #00b7c2;
	color:white;
}

.blue i {
	color:white;
	border-left:1px solid white;
}

.red {
	background:#F00;
}
.green {
	background: #acdb05;
}
.purple {
    background: #6b63cf;
}
.orange {
	background:#F90;
}
.grey {
	background: #5e5e5e;
}
.brown {
    background: #74614f;
}
.black {
    background:#000;
}
.yellow {
    background:#ffd200;
}
.pink {
    background:#F6F;
}
.teal {
	background:#00FFCC;
}