/* background-image: linear-gradient(#04befe, #4481eb); */

/*****	#BUTTONS	*****/

button {
	border:none;
	cursor:pointer;
	text-decoration: none;
	transition: all .3s ease 0s;
}
.button {
	background-color: #ffea00;
	/* font-family: 'Poppins','Open Sans',Arial,Helvetica,sans-serif; */
	font-size: 13px;
	color:#323336;
	font-weight: 700;
	border:none;
	/* border-radius:2px; */
	transition: all .3s ease 0s;
	/****	add in anim	*******/
	outline: none;
	position: relative;	
	letter-spacing:0.5px;
}
.button.rounded, .rounded{
  border-radius:4px;
}
.button.full-rounded {
  border-radius:50px;
}
.button:hover {
	background-color:#101010;
	color:#fff;
	transition: all .3s ease 0s;
}

.button.medium  {
	padding: 10px 37px 10px 37px;
	display:inline-block;
}
.button.medium-compare  {
	font-size:14px;
	line-height:36px;
	padding:0px 16px 0px 16px;
	display:inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	width:90%;
}
.button.medium-border  {
	font-size:14px;
	line-height:36px;
	height:36px;
	padding:0px 16px 0px 16px;
	display:inline-block;
	border-bottom: 1px solid #FFFFFF !important;
  border-right: 1px solid #FFFFFF !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
}
.button.large {
	font-size:16px;
	line-height:20px;
	padding:19px 40px;
	display:inline-block;
}
.button.large-border {
	font-size:20px;
	line-height:20px;
	padding:15px 39px 15px 39px;
	display:inline-block;
	border-bottom: 1px solid #FFFFFF !important;
  border-right: 1px solid #FFFFFF !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
}

.button.small {
	font-size:11px;
	line-height:16px;
	padding: 10px 18px;
	display:inline-block;
}
.button.small-border {
	font-size:12px;
	line-height:16px;
	padding: 6px 10px;
	display:inline-block;
	border-bottom: 1px solid #FFFFFF !important;
  border-right: 1px solid #FFFFFF !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1) !important;
}
.button-icon-right {
	margin-left:6px;
}
.button-icon-left {
	margin-right:6px;
}

/*****	#ANIMATION BUTTONS	*****/
.btn-4 {
	overflow: hidden;
	padding-right: 40px !important;
	padding-left: 40px !important;
}
.btn-4 .button-icon-anim  {
	position: absolute;
	font-size: 20px;
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: left .3s ease;
}

/* Button 4aa */
.btn-4aa .button-icon-anim  {
	left: 130%;
}
.btn-4aa:hover .button-icon-anim  {
	left: 76%;
}

/* Button 4aa-inv */
.btn-4aa-inv .button-icon-anim  {
	left: 76%;
}
.btn-4aa-inv:hover .button-icon-anim  {
	left: 102%;
}

/* Button 4cc */
.btn-4cc .button-icon-anim  {
	left: 70%;
	opacity: 0;
  transition: left .27s cubic-bezier(0.300, 0.100, 0.580, 1.000), opacity .27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.btn-4cc:hover .button-icon-anim  {
	left: 76%;
	opacity: 1;
  transition: left .27s cubic-bezier(0.300, 0.100, 0.580, 1.000), opacity .27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.btn-4cc .button-text-anim {
  left:0;
  position:relative;
  transition: left .27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.btn-4cc:hover .button-text-anim {
  left:-11px;
  transition: left .27s cubic-bezier(0.300, 0.100, 0.580, 1.000) ;
}

/* Button 4cc-inv */
.btn-4cc-inv .button-icon-anim {
	left: 76%;
	opacity: 1;
}
.btn-4cc-inv:hover .button-icon-anim {
	left: 70%;
	opacity: 0;
}

/* Button 5 */
.btn-5 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-right: 45px;
	padding-left: 45px;	
}
.btn-5 .button-text-anim {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	transition: all ease .3s;
	backface-visibility: hidden;
}
.btn-5 .button-icon-anim{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 180%;
	transition: all ease .3s;
}

/* Button 5aa */
.btn-5aa:hover .button-text-anim {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}
.btn-5aa .button-icon-anim {
	top: -100%;
}
.btn-5aa:hover .button-icon-anim {
	top: 50%;
	left: 50%;
}

/* Button 5bb */
.btn-5bb:hover .button-text-anim  {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}
.btn-5bb .button-icon-anim {
	left: -100%;
	/* top: 0; */
}
.btn-5bb:hover .button-icon-anim  {
	left: 50%;
}

/*****	#THIN BUTTONS	*****/
.button.thin, .button.small.thin, .button.medium.thin, .button.large.thin   {
	position:relative;
	display:inline-block;
	padding: 13px 17px 13px 17px;
	background-color:transparent;
	color:#7a7b80;
	border: 2px solid #c5c2c2;	
	transition: all .3s ease 0s;
}
.button.small.thin {
	padding: 4px 8px !important;
/*	border: 1px solid #c5c2c2; */
	border: 1px solid #757779;
	font-size: 13px !important;
	font-weight: 400;
}
.button.medium.thin {
	padding: 8px 35px 8px 35px !important;
}
.button.large.thin {
	padding: 15px 40px 15px 40px !important;
	line-height:22px;
}
.button.thin:hover {
	background-color:#d7d9dc;
	color:#323336;
	border: 2px solid #d7d9dc;
	transition: all .3s ease 0s;
}

/*****  #BUTTONS THIN COLORS  *****/

.button.thin.blue {
	border-color:#4481eb;
	color:#4481eb;
}
.button.thin.blue:hover {
	background-color:#4481eb;
	color:#fff;
}
.button.thin.white {
	border-color:#fff;
	color:#fff;
}
.button.thin.white:hover {
	background-color:#fff;
	color:#323336;
}

/*****	#HOVER THIN BUTTONS		*****/
.button.hover-thin  {
	border: 2px solid #ffea00;
	transition: all .3s ease 0s;
}
.button.hover-thin:hover  {
	background:none;
	border: 2px solid #dfdfdf;
	color:#323336;
}
.button.medium.hover-thin  {
	padding: 10px 37px;
}
.button.large.hover-thin {
	padding:18px 23px 18px 23px;
}
.button.small.hover-thin {
	padding: 8px 13px 8px 13px;
}

/*****	#HOVER THIN BUTTONS COLORS		*****/
.button.blue.hover-thin {
	border-color: #4481eb;
}
.button.blue.hover-thin:hover {
	background:none;
	border: 2px solid #4481eb;
	color:#4481eb;
}
.button.white.hover-thin {
	border-color: #fff;
}

/*****	#THIN-INV BUTTON	*****/
.button.color-black {
	color:#323336 !important;
}

/* 2018-04-27 Sonia hover-color*/
.button.blue {

	background-image: linear-gradient(#04befe, #4481eb);
	background-size: auto 200%;
	background-position: 0 20%;
	transition: background-position 0.3s;

	color:#fff;
}
.button.blue:hover {
	background-position: 0 100%;
}
/*END*/

.button.white {
	color:#323336;
	background-color:#fff;
}
.button.white:hover {
  color:#fff;
	background-color:#323336;
	cursor:pointer;
}

.button.color-facebook {
	color:#fff;
	background-color:#3d5a97;
}
.button.color-facebook:hover {
  color:#fff;
	background-color:#2d4270;
	cursor:pointer;
}
.button.color-twitter {
	color:#fff;
	background-color:#33ccff;
}
.button.color-twitter:hover {
  color:#fff;
	background-color:#2badd9;
	cursor:pointer;
}

/*2018-04-27 Sonia*/
.button.blue:disabled {
  background-image: linear-gradient(#ddd, #ccc);
  opacity: 1;
}

.button.blue:disabled:hover {
  cursor: not-allowed;
  background-position: 0 0;
  opacity: 1;
}
/*END*/
