#isebe .btn
	{
		background: transparent;
		border-radius: 10px;
		border-color:#336666;
		color: #336666;
		font-size: 18px;
		font-weight:500;
		width: 200px;
		height: 40px;
		margin: 5px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
#isebe .btn:hover
	{
		background: #42ccb0;
		border-color: transparent;
		color: #336666;
	}
	
#isebe2 .btn
	{
		background: transparent;
		border-radius: 10px;
		border-color:#fff;
		color: #fff;
		font-size: 18px;
		font-weight:500;
		width: 200px;
		height: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
#isebe2 .btn:hover
	{
		background: #336666;
		border-color: transparent;
		color: #fff;
	}
	
#isebe3 .btn
	{
		background: transparent;
		border-radius: 10px;
		border-color:#fff;
		color: #fff;
		font-size: 18px;
		font-weight:500;
		width: 250px;
		height: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
#isebe3 .btn:hover
	{
		background: #fff;
		border-color: transparent;
		color: #336666;
	}
	
#isebe4 .btn
	{
		background-color: #fff;
		border-radius: 10px !important;
		border-color:#336666;
		color: #336666 !important;
		font-size: 18px !important;
		font-weight:500 !important;
		width: 200px !important;
		height: 40px !important;
		-webkit-transition: all 0.4s ease-in-out !important;
		-moz-transition: all 0.4s ease-in-out !important;
		-ms-transition: all 0.4s ease-in-out !important;
		-o-transition: all 0.4s ease-in-out !important;
		transition: all 0.4s ease-in-out !important;
	}
	
#isebe4 .btn:hover
	{
		background: #fff !important;
		border-color: transparent !important;
		color: #336666 !important;
	}
	
