/* // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // button_letsgo */
.button_letsgo {
	cursor: pointer;
    float: center;
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 0em;
	padding: 1.5em 1.5em;
	border: none;
	background: none;
	color: #ffffff;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button_letsgo:focus {
	outline: none;
}
.button_letsgo > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button_letsgo {
	color: #ffffff;
	border-color: #ffffff;
}

/* Sizes */
.button_letsgo--size-s {
	font-size: 14px;
}

/* Typography and Roundedness */
.button_letsgo--text-upper {
	letter-spacing: 1px;
	text-transform: uppercase;
    font-family: titillium web, arial, sans-serif, tahoma, verdana;
    font-weight: 700;
}
.button_letsgo--text-thick {
	font-weight :700;
}

/* Borders */
.button_letsgo--border-thick {
	border: 3px solid;
}




/* Individual button_letsgo styles */

/* Verynice */
.button_letsgo--verynice {
	overflow: hidden;
    width: 200px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button_letsgo--verynice::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
    width: 200px;
	height: 100%;
	background: ;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button_letsgo--verynice:hover {
	color: #b4843d;
	border-color: #ffffff;
}
.button_letsgo--verynice:hover::before {
	opacity: 1;
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}




/* // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // button_letsgo_wide */
.button_letsgo_wide {
	cursor: pointer;
    float: center;
	min-width: 150px;
	max-width: 260px;
	display: block;
	margin: 0em;
	padding: 1.5em 1.5em;
	border: none;
	background: none;
	color: #ffffff;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button_letsgo_wide:focus {
	outline: none;
}
.button_letsgo_wide > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button_letsgo_wide {
	color: #ffffff;
	border-color: #ffffff;
}

/* Sizes */
.button_letsgo_wide--size-s {
	font-size: 14px;
}

/* Typography and Roundedness */
.button_letsgo_wide--text-upper {
	letter-spacing: 1px;
	text-transform: uppercase;
    font-family: titillium web, arial, sans-serif, tahoma, verdana;
    font-weight: 700;
}
.button_letsgo_wide--text-thick {
	font-weight :700;
}

/* Borders */
.button_letsgo_wide--border-thick {
	border: 3px solid;
}




/* Individual button_letsgo_wide styles */

/* Verynice */
.button_letsgo_wide--verynice {
	overflow: hidden;
    width: 260px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button_letsgo_wide--verynice::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
    width: 260px;
	height: 100%;
	background: ;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button_letsgo_wide--verynice:hover {
	color: #de3030;
	border-color: #ffffff;
}
.button_letsgo_wide--verynice:hover::before {
	opacity: 1;
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}




/* // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // button_letsgo_briana */
.button_letsgo_briana {
	cursor: pointer;
    float: center;
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 0em;
	padding: 1.5em 1.5em;
	border: none;
	background: transparent;
	color: #ffffff;
	vertical-align: middle;
	position: static;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button_letsgo_briana:focus {
	outline: none;
}
.button_letsgo_briana > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button_letsgo_briana {
	color: #ffffff;
	border-color: #ffffff;
}

/* Sizes */
.button_letsgo_briana--size-s {
	font-size: 80%;
}

/* Typography and Roundedness */
.button_letsgo_briana--text-upper {
	letter-spacing: 1px;
	text-transform: uppercase;
    font-family: raleway, arial, sans-serif, tahoma, verdana;
    font-weight: 600;
}
.button_letsgo_briana--text-thick {
	font-weight :600;
}

/* Borders */
.button_letsgo_briana--border-thick {
	border: 3px solid;
}




/* Individual button_letsgo_briana styles */

/* Verynice */
.button_letsgo_briana--verynice {
	overflow: hidden;
    width: 200px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button_letsgo_briana--verynice::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
    width: 200px;
	height: 100%;
	background: transparent;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button_letsgo_briana--verynice:hover {
	color: #ffffff;
	border-color: #cea840;
}
.button_letsgo_briana--verynice:hover::before {
	opacity: 1;
	background: transparent;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}




/* // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // button_letsgo_briana_2 */
.button_letsgo_briana_2 {
	cursor: pointer;
    float: center;
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 0em;
	padding: 1.5em 1.5em;
	border: none;
	background: transparent;
	color: #ffd247;
	vertical-align: middle;
	position: static;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button_letsgo_briana_2:focus {
	outline: none;
}
.button_letsgo_briana_2 > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button_letsgo_briana_2 {
	color: #ffd247;
	border-color: #ffd247;
}

/* Sizes */
.button_letsgo_briana_2--size-s {
	font-size: 80%;
}

/* Typography and Roundedness */
.button_letsgo_briana_2--text-upper {
	letter-spacing: 1px;
	text-transform: uppercase;
    font-family: raleway, arial, sans-serif, tahoma, verdana;
    font-weight: 600;
}
.button_letsgo_briana_2--text-thick {
	font-weight :600;
}

/* Borders */
.button_letsgo_briana_2--border-thick {
	border: 3px solid;
}




/* Individual button_letsgo_briana_2 styles */

/* Verynice */
.button_letsgo_briana_2--verynice {
	overflow: hidden;
    width: 200px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button_letsgo_briana_2--verynice::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
    width: 200px;
	height: 100%;
	background: transparent;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button_letsgo_briana_2--verynice:hover {
	color: #ffffff;
	border-color: #ffffff;
}
.button_letsgo_briana_2--verynice:hover::before {
	opacity: 1;
	background: transparent;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}




/* // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // button_letsgo_kacey */
.button_letsgo_kacey {
	cursor: pointer;
    float: center;
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 0em;
    padding: 1.5em 1.5em;
	border: none;
	background: none;
	color: #de3030;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button_letsgo_kacey:focus {
	outline: none;
}
.button_letsgo_kacey > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button_letsgo_kacey {
	color: #de3030;
	border-color: #de3030;
}

/* Sizes */
.button_letsgo_kacey--size-s {
	font-size: 14px;
}

/* Typography and Roundedness */
.button_letsgo_kacey--text-upper {
	letter-spacing: 1px;
	text-transform: uppercase;
    font-family: titillium web, arial, sans-serif, tahoma, verdana;
    font-weight: 700;
}
.button_letsgo_kacey--text-thick {
	font-weight :700;
}

/* Borders */
.button_letsgo_kacey--border-thick {
	border: 3px solid;
}




/* Individual button_letsgo_kacey styles */

/* Verynice */
.button_letsgo_kacey--verynice {
	overflow: hidden;
    width: 200px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button_letsgo_kacey--verynice::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background: ;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button_letsgo_kacey--verynice:hover {
	color: #ffffff;
	border-color: #de3030;
}
.button_letsgo_kacey--verynice:hover::before {
	opacity: 1;
	background-color: #de3030;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}




/* // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // button_letsgo_nikita */
.button_letsgo_nikita {
	cursor: pointer;
    float: center;
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 0em;
    padding: 1.5em 1.5em;
	border: none;
	background: none;
	color: #ffffff;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button_letsgo_nikita:focus {
	outline: none;
}
.button_letsgo_nikita > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button_letsgo_nikita {
	color: #ffffff;
	border-color: #ffffff;
}

/* Sizes */
.button_letsgo_nikita--size-s {
	font-size: 14px;
}

/* Typography and Roundedness */
.button_letsgo_nikita--text-upper {
	letter-spacing: 1px;
	text-transform: uppercase;
    font-family: titillium web, arial, sans-serif, tahoma, verdana;
    font-weight: 700;
}
.button_letsgo_nikita--text-thick {
	font-weight :700;
}

/* Borders */
.button_letsgo_nikita--border-thick {
	border: 3px solid;
}




/* Individual button_letsgo_nikita styles */

/* Verynice */
.button_letsgo_nikita--verynice {
	overflow: hidden;
    width: 200px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button_letsgo_nikita--verynice::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background: ;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button_letsgo_nikita--verynice:hover {
	color: #ffffff;
	border-color: #0096dc;
}
.button_letsgo_nikita--verynice:hover::before {
	opacity: 1;
	background-color: #0096dc;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}




