/* ========================= Buttons ======================== */

.btn_1{
	background-color:#B89E97;
	color: #fff;
	padding: 10px;
	border-radius:  0px 5px 0px 5px;

	border-radius:  5px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	margin-left: auto ;
	margin-right: auto ;	
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	display: table;
	font-weight: 600;
	box-shadow: 0 0 0 5px rgba(184, 158, 151, 0.3);
	
}

.btn_1:hover{
	background-color: #FFF;
	color:#B89E97;
}

.btn_4{
	background-color: #FFF;
	color:#B89E97;
	padding: 10px;
	border-radius:  0px 5px 0px 5px;

	border-radius:  5px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	margin-left: auto ;
	margin-right: auto ;	
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	display: table;
	font-weight: 600;
	box-shadow: 0 0 0 5px rgba(184, 158, 151, 0.3);
	
}

.btn_4:hover{
	

	background-color:#B89E97;
	color: #fff;
}


.btn_3{
	
	background-color: #3A3A3C;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	margin-left: auto ;
	margin-right: auto ;	
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 200;
	display: table;
	
}

.btn_3:hover{
	background-color:#F05022;
}


