/*******************************************************************BUTTON-LIGHT/

/* Common button styles */
.button-dato {
	float: left;
	border: none;
	background: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    width: 120px;
    display: inline-block;
	font-size:12px;
	padding:6px 0px 4px 0px;
	text-align:center;
}


.button-dato img{
	display: inline-block;
	padding-left: 15px;
    padding-top: 8px;
	margin-bottom: 10px;
}

/* Borders */
.button--border-thin {
	border: solid 1px #ddc192;
}

.button--style {
	margin:30px 0;
}

.button--style-download {
    margin-bottom: 10px;
}

/* Aylen */
.button-dato.button--aylen {
	background: #fff;
	color: #37474f;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.button--aylen.button--inverted {
	background: none;
	color: #f0c990;
}

.button--aylen.button--inverted span {
	color:#096;
}

.button--aylen::before,
.button--aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
	background: #54504c;
}
.button--aylen::after {
	background: #86817c;
}
.button--aylen:hover {
	color: #fff;
	text-decoration:none;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

/* DOWNLOAD BUTTON */
.button-download {
	/*float: left;*/
	border: none;
	background: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
    width: 210px;
    display: inline-block;
    font-size: 10px;
    padding: 0px;
    text-align: left;
}

.button-download img{
	display: inline-block;
	padding-left: 15px;
    padding-top: 8px;
}

/* Borders */
.button-download-border-thin {
	border: solid 1px #282726;
}


/* Aylen */
.button-download.button--aylen {
	background: #fff;
	color: #37474f;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.button--aylen.button--inverted {
	background: none;
	color: #d6cab0;
}

.button--aylen.button--inverted p {
	color:#282726;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height:0px;
}

.button--aylen.button--inverted span {
	color:#86817c;
	line-height: 0px;
	margin-bottom: -3px;
}

.button--aylen::before,
.button--aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
	background: #86817c;
}
.button--aylen::after {
	background: #d6cab0;
}
.button--aylen:hover {
	color: #fff;
	text-decoration:none;
}

.button--aylen:hover::before,
.button--aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

.button--aylen:hover span{
    color: white;
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}


/*******************************************************************BUTTON-DARK/

/* Common button styles */
.button-dato-dark {
	float: left;
	border: none;
	background: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    width: 120px;
    display: inline-block;
	font-size:10px;
	padding:6px 0px 4px 0px;
	text-align:center;
}

.button-dato-dark img{
	display: inline-block;
	padding-left: 15px;
    padding-top: 8px;
	margin-bottom: 10px;
}

/* Borders */
.button--border-thin-dark {
	border: solid 1px #54504c;
}

/* Aylen */
.button-dato-dark.button--aylen-dark {
	background: #fff;
	color: #37474f;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.button--aylen-dark.button--inverted-dark {
	background: none;
	color: #54504c;
}

.button--aylen-dark.button--inverted-dark span {
	color:#096;
}

.button--aylen-dark::before,
.button--aylen-dark::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen-dark::before {
	background: #705544;
}
.button--aylen-dark::after {
	background: #ddc192;
}
.button--aylen-dark:hover {
	color: #fff;
	text-decoration:none;
}
.button--aylen-dark:hover::before,
.button--aylen-dark:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--aylen-dark:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

.button--aylen-dark.button--inverted {
	background: none;
	color: #f0c990;
}

.button--aylen-dark.button--inverted p {
	color:#a08264;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'HelveticaNeueLTStd-BdCn';
	line-height:0px;
}

.button--aylen-dark.button--inverted span {
	color:#dcc092;
	line-height: 0px;
	margin-bottom: -3px;
}

.button--aylen-dark::before,
.button--aylen-dark::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen-dark::before {
	background: #86817c;
}
.button--aylen-dark::after {
	background: #54504c;
}
.button--aylen-dark:hover {
	color: #fff;
	text-decoration:none;
}
.button--aylen-dark:hover::before,
.button--aylen-dark:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--aylen-dark:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

.button--aylen-dark.button--inverted-dark span:hover {
    color: white;
}

@media only screen and (max-width: 959px) {

.button--style {
    margin-bottom: 45px;
}

}

@media only screen and (max-width: 479px) {

.button--style {
    margin-bottom: 30px;
}

}

@media only screen and (max-width: 400px) {
	
/*.button-download img {
    display: none;
}
.button-download {
    width: 160px;
	height: 66px;
}

.button--aylen.button--inverted span {
    line-height: 15px;
}*/

}