﻿@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* General button style (reset) */
.btn-style {
	border: none !important ;
	font-family: inherit !important ;
	font-size: inherit !important ;
	color: inherit !important ;
	background: none !important ;
	cursor: pointer !important ;
	padding: 10px 80px !important ;
	display: inline-block !important ;
	margin: 15px 30px !important ;
	text-transform: uppercase !important ;
	letter-spacing: 1px !important ;
	font-weight: 700 !important ;
	outline: none !important ;
	position: relative !important ;
	-webkit-transition: all 0.3s !important ;
	-moz-transition: all 0.3s !important ;
	transition: all 0.3s !important ;
}

.btn-style:after {
	content: '' !important ;
	position: absolute !important ;
	z-index: -1 !important ;
	-webkit-transition: all 0.3s !important ;
	-moz-transition: all 0.3s !important ;
	transition: all 0.3s !important ;
}

/* Pseudo elements for icons */
.btn-style:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon' !important ;
	speak: none !important ;
	font-style: normal !important ;
	font-weight: normal !important ;
	font-variant: normal !important ;
	text-transform: none !important ;
	line-height: 1 !important ;
	position: relative !important ;
	-webkit-font-smoothing: antialiased !important ;
}

.icon-envelope:before {
	content: "\e000" !important ;
}

.icon-cart:before {
	content: "\e007" !important ;
}

.icon-cart-2:before {
	content: "\e008" !important ;
}

.icon-heart:before {
	content: "\e009" !important ;
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
	content: "\e00a" !important ;
}

.icon-star:before {
	content: "\e00b" !important ;
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
	content: "\e00c" !important ;
}

.icon-arrow-right:before {
	content: "\e00d" !important ;
}

.icon-arrow-left:before {
	content: "\e003" !important ;
}

.icon-truck:before {
	content: "\e00e" !important ;
}

.icon-remove:before {
	content: "\e00f" !important ;
}

.icon-cog:before {
	content: "\e010" !important ;
}

.icon-plus:before,
.icon-plus:after {
	content: "\e011" !important ;
}

.icon-minus:before {
	content: "\e012" !important ;
}

.bh-icon-smiley:before {
	content: "\e001" !important ;
}

.bh-icon-sad:before {
	content: "\e002" !important ;
}

.icon-file:before {
	content: "\e004" !important ;
}

.icon-remove-2:before {
	content: "\e005" !important ;
}

/* Button 1 */
.btn-style-1 {
	border: 3px solid #fff !important ;
	color: #fff !important ;
}

/* Button 1a */
.btn-style-1a:hover,
.btn-style-1a:active {
	color: #0e83cd !important ;
	background: #fff !important ;
}

/* Button 1b */
.btn-style-1b:after {
	width: 100% !important ;
	height: 0 !important ;
	top: 0 !important ;
	left: 0 !important ;
	background: #fff !important ;
}

.btn-style-1b:hover,
.btn-style-1b:active {
	color: #0e83cd !important ;
}

.btn-style-1b:hover:after,
.btn-style-1b:active:after {
	height: 100% !important ;
}

/* Button 1c */
.btn-style-1c:after {
	width: 0% !important ;
	height: 100% !important ;
	top: 0 !important ;
	left: 0 !important ;
	background: #fff !important ;
}

.btn-style-1c:hover,
.btn-style-1c:active {
	color: #0e83cd !important ;
}

.btn-style-1c:hover:after,
.btn-style-1c:active:after {
	width: 100% !important ;
}

/* Button 1d */
.btn-style-1d {
	overflow: hidden !important ;
}

.btn-style-1d:after {
	width: 0 !important ;
	height: 103% !important ;
	top: 50% !important ;
	left: 50% !important ;
	background: #fff !important ;
	opacity: 0 !important ;
	-webkit-transform: translateX(-50%) translateY(-50%) !important ;
	-moz-transform: translateX(-50%) translateY(-50%) !important ;
	-ms-transform: translateX(-50%) translateY(-50%) !important ;
	transform: translateX(-50%) translateY(-50%) !important ;
}

.btn-style-1d:hover,
.btn-style-1d:active {
	color: #0e83cd !important ;
}

.btn-style-1d:hover:after {
	width: 90% !important ;
	opacity: 1 !important ;
}

.btn-style-1d:active:after {
	width: 101% !important ;
	opacity: 1 !important ;
}

/* Button 1e */
.btn-style-1e {
	overflow: hidden !important ;
}

.btn-style-1e:after {
	width: 100% !important ;
	height: 0 !important ;
	top: 50% !important ;
	left: 50% !important ;
	background: #fff !important ;
	opacity: 0 !important ;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important ;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important ;
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important ;
	transform: translateX(-50%) translateY(-50%) rotate(45deg) !important ;
}

.btn-style-1e:hover,
.btn-style-1e:active {
	color: #0e83cd !important ;
}

.btn-style-1e:hover:after {
	height: 260% !important ;
	opacity: 1 !important ;
}

.btn-style-1e:active:after {
	height: 400% !important ;
	opacity: 1 !important ;
}

/* Button 1f */
.btn-style-1f {
	overflow: hidden !important ;
}

.btn-style-1f:after {
	width: 101% !important ;
	height: 0 !important ;
	top: 50% !important ;
	left: 50% !important ;
	background: #fff !important ;
	opacity: 0 !important ;
	-webkit-transform: translateX(-50%) translateY(-50%) !important ;
	-moz-transform: translateX(-50%) translateY(-50%) !important ;
	-ms-transform: translateX(-50%) translateY(-50%) !important ;
	transform: translateX(-50%) translateY(-50%) !important ;
}

.btn-style-1f:hover,
.btn-style-1f:active {
	color: #0e83cd !important ;
}

.btn-style-1f:hover:after {
	height: 75% !important ;
	opacity: 1 !important ;
}

.btn-style-1f:active:after {
	height: 130% !important ;
	opacity: 1 !important ;
}

/* Button 2 */
.btn-style-2 {
	background: #cb4e4e !important ;
	color: #fff !important ;
	box-shadow: 0 6px #ab3c3c !important ;
	-webkit-transition: none !important ;
	-moz-transition: none !important ;
	transition: none !important ;
}

/* Button 2a */
.btn-style-2a {
	border-radius: 0 0 5px 5px !important ;
}

.btn-style-2a:hover {
	box-shadow: 0 4px #ab3c3c !important ;
	top: 2px !important ;
}

.btn-style-2a:active {
	box-shadow: 0 0 #ab3c3c !important ;
	top: 6px !important ;
}

/* Button 2b */
.btn-style-2b {
	border-radius: 0 0 5px 5px !important ;
}

.btn-style-2b:hover {
	box-shadow: 0 8px #ab3c3c !important ;
	top: -2px !important ;
}

.btn-style-2b:active {
	box-shadow: 0 0 #ab3c3c !important ;
	top: 6px !important ;
}

/* Button 2c */
.btn-style-2c {
	border-radius: 5px !important ;
}

.btn-style-2c:hover {
	box-shadow: 0 4px #ab3c3c !important ;
	top: 2px !important ;
}

.btn-style-2c:active {
	box-shadow: 0 0 #ab3c3c !important ;
	top: 6px !important ;
}

/* Button 2d */
.btn-style-2d {
	border-radius: 5px !important ;
}

.btn-style-2d:hover {
	box-shadow: 0 8px #ab3c3c !important ;
	top: -2px !important ;
}

.btn-style-2d:active {
	box-shadow: 0 0 #ab3c3c !important ;
	top: 6px !important ;
}

/* Button 2e */
.btn-style-2e {
	border-radius: 5px !important ;
	box-shadow: -6px 0 #ab3c3c !important ;
}

.btn-style-2e:hover {
	box-shadow: -4px 0 #ab3c3c !important ;
	left: -2px !important ;
}

.btn-style-2e:active {
	box-shadow: 0 0 #ab3c3c !important ;
	left: -6px !important ;
}

/* Button 2f */
.btn-style-2f {
	border-radius: 5px !important ;
	box-shadow: 6px 0 #ab3c3c !important ;
}

.btn-style-2f:hover {
	box-shadow: 4px 0 #ab3c3c !important ;
	left: 2px !important ;
}

.btn-style-2f:active {
	box-shadow: 0 0 #ab3c3c !important ;
	left: 6px !important ;
}

/* Button 2g */
.btn-style-2g {
	border-radius: 40px !important ;
}

.btn-style-2g:hover {
	box-shadow: 0 4px #ab3c3c !important ;
	top: 2px !important ;
}

.btn-style-2g:active {
	box-shadow: 0 0 #ab3c3c !important ;
	top: 6px !important ;
}

/* Button 2h */
.btn-style-2h {
	border-radius: 20px !important ;
}

.btn-style-2h:hover {
	box-shadow: 0 4px #ab3c3c !important ;
	top: 2px !important ;
}

.btn-style-2h:active {
	box-shadow: 0 0 #ab3c3c !important ;
	top: 6px !important ;
}

/* Button 2i */
.btn-style-2i {
	border-radius: 50% !important ;
	width: 90px !important ;
	height: 90px !important ;
	padding: 0 !important ;
}

.btn-style-2i:hover {
	box-shadow: 0 4px #ab3c3c !important ;
	top: 2px !important ;
}

.btn-style-2i:active {
	box-shadow: 0 0 #ab3c3c !important ;
	top: 6px !important ;
}

/* Button 2j */
.btn-style-2j {
	border-radius: 50% !important ;
	width: 90px !important ;
	height: 90px !important ;
	padding: 0 !important ;
}

.btn-style-2j:hover {
	box-shadow: 0 8px #ab3c3c !important ;
	top: -2px !important ;
}

.btn-style-2j:active {
	box-shadow: 0 0 #ab3c3c !important ;
	top: 6px !important ;
}

/* Button 3 */
.btn-style-3 {
	background: #fcad26 !important ;
	color: #fff !important ;
}

.btn-style-3:hover {
	background: #f29e0d !important ;
}

.btn-style-3:active {
	background: #f58500 !important ;
	top: 2px !important ;
}

.btn-style-3:before {
	position: absolute !important ;
	height: 100% !important ;
	left: 0 !important ;
	top: 0 !important ;
	line-height: 3 !important ;
	font-size: 140% !important ;
	width: 60px !important ;
}

/* Button 3a */
.btn-style-3a {
	padding: 15px 50px 15px 100px !important ;
}

.btn-style-3a:before {
	background: rgba(0,0,0,0.05) !important ;
}

/* Button 3b */
.btn-style-3b {
	padding: 25px 60px 25px 120px !important ;
	border-radius: 10px !important ;
}

.btn-style-3b:before {
	border-right: 2px solid rgba(255,255,255,0.5) !important ;
}

/* Button 3c */
.btn-style-3c {
	padding: 80px 20px 20px 20px !important ;
	border-radius: 10px !important ;
	box-shadow: 0 3px #da9622 !important ;
}

.btn-style-3c:active {
	box-shadow: 0 3px #dc7801 !important ;
}

.btn-style-3c:before {
	height: 60px !important ;
	width: 100% !important ;
	line-height: 60px !important ;
	background: #fff !important ;
	color: #f29e0d !important ;
	border-radius: 10px 10px 0 0 !important ;
}

.btn-style-3c:active:before {
	color: #f58500 !important ;
}

/* Button 3d */
.btn-style-3d {
	padding: 25px 60px 25px 120px !important ;
	border-radius: 10px !important ;
}

.btn-style-3d:before {
	background: #fff !important ;
	color: #fcad26 !important ;
	z-index: 2 !important ;
	border-radius: 10px 0 0 10px !important ;
}

.btn-style-3d:after {
	width: 20px !important ;
	height: 20px !important ;
	background: #fff !important ;
	z-index: 1 !important ;
	left: 55px !important ;
	top: 50% !important ;
	margin: -10px 0 0 -10px !important ;
	-webkit-transform: rotate(45deg) !important ;
	-moz-transform: rotate(45deg) !important ;
	-ms-transform: rotate(45deg) !important ;
	transform: rotate(45deg) !important ;
}

.btn-style-3d:active:before {
	color: #f58500 !important ;
}

.btn-style-3d:active {
	top: 0 !important ;
}

.btn-style-3d:active:after {
	left: 60px !important ;
}

/* Button 3e */
.btn-style-3e {
	padding: 25px 120px 25px 60px !important ;
	overflow: hidden !important ;
}

.btn-style-3e:before {
	left: auto !important ;
	right: 10px !important ;
	z-index: 2 !important ;
}

.btn-style-3e:after {
	width: 30% !important ;
	height: 200% !important ;
	background: rgba(255,255,255,0.1) !important ;
	z-index: 1 !important ;
	right: 0 !important ;
	top: 0 !important ;
	margin: -5px 0 0 -5px !important ;
	-webkit-transform-origin: 0 0 !important ;
	-webkit-transform: rotate(-20deg) !important ;
	-moz-transform-origin: 0 0 !important ;
	-moz-transform: rotate(-20deg) !important ;
	-ms-transform-origin: 0 0 !important ;
	-ms-transform: rotate(-20deg) !important ;
	transform-origin: 0 0 !important ;
	transform: rotate(-20deg) !important ;
}

.btn-style-3e:hover:after {
	width: 40% !important ;
}

/* Button 4 */
.btn-style-4 {
	border-radius: 50px !important ;
	border: 3px solid #fff !important ;
	color: #fff !important ;
	overflow: hidden !important ;
}

.btn-style-4:active {
	border-color: #17954c !important ;
	color: #17954c !important ;
}

.btn-style-4:hover {
	background: #24b662 !important ;
}

.btn-style-4:before {
	position: absolute !important ;
	height: 100% !important ;
	font-size: 125% !important ;
	line-height: 3.5 !important ;
	color: #fff !important ;
	-webkit-transition: all 0.3s !important ;
	-moz-transition: all 0.3s !important ;
	transition: all 0.3s !important ;
}

.btn-style-4:active:before {
	color: #17954c !important ;
}

/* Button 4a */
.btn-style-4a:before {
	left: 130% !important ;
	top: 0 !important ;
}

.btn-style-4a:hover:before {
	left: 80% !important ;
}

/* Button 4b */
.btn-style-4b:before {
	left: -50% !important ;
	top: 0 !important ;
}

.btn-style-4b:hover:before {
	left: 10% !important ;
}

/* Button 4c */
.btn-style-4c:before {
	left: 70% !important ;
	opacity: 0 !important ;
	top: 0 !important ;
}

.btn-style-4c:hover:before {
	left: 80% !important ;
	opacity: 1 !important ;
}

/* Button 4d */
.btn-style-4d:before {
	left: 30% !important ;
	opacity: 0 !important ;
	top: 0 !important ;
}

.btn-style-4d:hover:before {
	left: 10% !important ;
	opacity: 1 !important ;
}

/* Button 5 */
.btn-style-5 {
	background: #823aa0 !important ;
	color: #fff !important ;
	height: 70px !important ;
	min-width: 260px !important ;
	line-height: 24px !important ;
	font-size: 16px !important ;
	overflow: hidden !important ;
	-webkit-backface-visibility: hidden !important ;
	-moz-backface-visibility: hidden !important ;
	backface-visibility: hidden !important ;
}

.btn-style-5:active {
	background: #9053a9 !important ;
	top: 2px !important ;
}

.btn-style-5 span {
	display: inline-block !important ;
	width: 100% !important ;
	height: 100% !important ;
	-webkit-transition: all 0.3s !important ;
	-webkit-backface-visibility: hidden !important ;
	-moz-transition: all 0.3s !important ;
	-moz-backface-visibility: hidden !important ;
	transition: all 0.3s !important ;
	backface-visibility: hidden !important ;
}

.btn-style-5:before {
	position: absolute !important ;
	height: 100% !important ;
	width: 100% !important ;
	line-height: 2.5 !important ;
	font-size: 180% !important ;
	-webkit-transition: all 0.3s !important ;
	-moz-transition: all 0.3s !important ;
	transition: all 0.3s !important ;
}

.btn-style-5:active:before {
	color: #703b87 !important ;
}

/* Button 5a */
.btn-style-5a:hover span {
	-webkit-transform: translateY(300%) !important ;
	-moz-transform: translateY(300%) !important ;
	-ms-transform: translateY(300%) !important ;
	transform: translateY(300%) !important ;
}

.btn-style-5a:before {
	left: 0 !important ;
	top: -100% !important ;
}

.btn-style-5a:hover:before {
	top: 0 !important ;
}

/* Button 5b */
.btn-style-5b:hover span {
	-webkit-transform: translateX(200%) !important ;
	-moz-transform: translateX(200%) !important ;
	-ms-transform: translateX(200%) !important ;
	transform: translateX(200%) !important ;
}

.btn-style-5b:before {
	left: -100% !important ;
	top: 0 !important ;
}

.btn-style-5b:hover:before {
	left: 0 !important ;
}

/* Button 6 */
.btn-style-6 {
	color: #fff !important ;
	background: #226fbe !important ;
	-webkit-transition: none !important ;
	-moz-transition: none !important ;
	transition: none !important ;
}

.btn-style-6:active {
	top: 2px !important ;
}

/* Button 6a */
.btn-style-6a {
	border: 4px solid #226fbe !important ;
}

.btn-style-6a:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 6b */
.btn-style-6b {
	border: 4px solid #226fbe !important ;
	border-radius: 15px !important ;
}

.btn-style-6b:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 6c */
.btn-style-6c {
	border: 4px solid #226fbe !important ;
	border-radius: 60px !important ;
}

.btn-style-6c:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 6d */
.btn-style-6d {
	border: 2px dashed #226fbe !important ;
}

.btn-style-6d:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 6e */
.btn-style-6e {
	border: 2px dashed #226fbe !important ;
	border-radius: 15px !important ;
}

.btn-style-6e:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 6f */
.btn-style-6f {
	border: 2px dashed #226fbe !important ;
	border-radius: 60px !important ;
}

.btn-style-6f:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 6g */
.btn-style-6g {
	border: 2px dotted #226fbe !important ;
}

.btn-style-6g:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 6h */
.btn-style-6h {
	border: 2px dotted #226fbe !important ;
	border-radius: 15px !important ;
}

.btn-style-6h:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 6i */
.btn-style-6i {
	border: 2px dotted #226fbe !important ;
	border-radius: 60px !important ;
}

.btn-style-6i:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 6j */
.btn-style-6j {
	border: 4px double #226fbe !important ;
}

.btn-style-6j:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 6k */
.btn-style-6k {
	border: 4px double #226fbe !important ;
	border-radius: 15px !important ;
}

.btn-style-6k:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 6l */
.btn-style-6l {
	border: 4px double #226fbe !important ;
	border-radius: 60px !important ;
}

.btn-style-6l:hover {
	background: transparent !important ;
	color: #226fbe !important ;
}

/* Button 7 */
.btn-style-7 {
	background: #17aa56 !important ;
	color: #fff !important ;
	border-radius: 7px !important ;
	box-shadow: 0 5px #119e4d !important ;
	padding: 25px 60px 25px 90px !important ;
}

/* Button 7a */
.btn-style-7a {
	overflow: hidden !important ;
}

.btn-style-7a:before {
	position: absolute !important ;
	left: 0 !important ;
	width: 40% !important ;
	font-size: 160% !important ;
	line-height: 0.8 !important ;
	color: #0a833d !important ;
}

.btn-style-7a.btn-style-activated {
	-webkit-animation: fadeOutText 0.5s !important ;
	-moz-animation: fadeOutText 0.5s !important ;
	animation: fadeOutText 0.5s !important ;
}

.btn-style-7a.btn-style-activated:before {
	-webkit-animation: moveToRight 0.5s !important ;
	-moz-animation: moveToRight 0.5s !important ;
	animation: moveToRight 0.5s !important ;
}

@-webkit-keyframes fadeOutText {
	0% { color: transparent !important ; }
	80% { color: transparent !important ; }
	100% { color: #fff !important ; }
}

@-moz-keyframes fadeOutText {
	0% { color: transparent !important ; }
	80% { color: transparent !important ; }
	100% { color: #fff !important ; }
}

@keyframes fadeOutText {
	0% { color: transparent !important ; }
	80% { color: transparent !important ; }
	100% { color: #fff !important ; }
}

@-webkit-keyframes moveToRight {
	80% { -webkit-transform: translateX(250%) !important ; }
	81% { opacity: 1 !important ; -webkit-transform: translateX(250%) !important ; }
	82% { opacity: 0 !important ; -webkit-transform: translateX(250%) !important ; }
	83% { opacity: 0 !important ; -webkit-transform: translateX(-50%) !important ; }
	84% { opacity: 1 !important ; -webkit-transform: translateX(-50%) !important ;  }
	100% { -webkit-transform: translateX(0%) !important ; }
}

@-moz-keyframes moveToRight {
	80% { -moz-transform: translateX(250%) !important ; }
	81% { opacity: 1 !important ; -moz-transform: translateX(250%) !important ; }
	82% { opacity: 0 !important ; -moz-transform: translateX(250%) !important ; }
	83% { opacity: 0 !important ; -moz-transform: translateX(-50%) !important ; }
	84% { opacity: 1 !important ; -moz-transform: translateX(-50%) !important ;  }
	100% { -moz-transform: translateX(0%) !important ; }
}

@keyframes moveToRight {
	80% { transform: translateX(250%) !important ; }
	81% { opacity: 1 !important ; transform: translateX(250%) !important ; }
	82% { opacity: 0 !important ; transform: translateX(250%) !important ; }
	83% { opacity: 0 !important ; transform: translateX(-50%) !important ; }
	84% { opacity: 1 !important ; transform: translateX(-50%) !important ;  }
	100% { transform: translateX(0%) !important ; }
}

/* Button 7b */
.btn-style-7b {
	overflow: hidden !important ;
}

.btn-style-7b:before {
	position: absolute !important ;
	left: 0 !important ;
	width: 40% !important ;
	font-size: 160% !important ;
	line-height: 0.8 !important ;
	color: #0a833d !important ;
}

.btn-style-7b.btn-style-activated:before {
	-webkit-animation: scaleUp 0.5s !important ;
	-moz-animation: scaleUp 0.5s !important ;
	animation: scaleUp 0.5s !important ;
}

@-webkit-keyframes scaleUp {
	80% {
		opacity: 0 !important ;
		-webkit-transform: scale(2) !important ;
	}
	100% {
		opacity: 0 !important ;
		-webkit-transform: scale(2) !important ;
	}
}

@-moz-keyframes scaleUp {
	80% {
		opacity: 0 !important ;
		-moz-transform: scale(2) !important ;
	}
	100% {
		opacity: 0 !important ;
		-moz-transform: scale(2) !important ;
	}
}

@keyframes scaleUp {
	80% {
		opacity: 0 !important ;
		transform: scale(2) !important ;
	}
	100% {
		opacity: 0 !important ;
		transform: scale(2) !important ;
	}
}

/* Icon only style */
.btn-style-icon-only {
	font-size: 0 !important ;
	padding: 25px 30px !important ;
}

.btn-style-icon-only:before {
	position: absolute !important ;
	top: 0 !important ;
	left: 0 !important ;
	width: 100% !important ;
	height: 100% !important ;
	font-size: 26px !important ;
	line-height: 54px !important ;
	-webkit-backface-visibility: hidden !important ;
	-moz-backface-visibility: hidden !important ;
	backface-visibility: hidden !important ;
}

/* Button 7c */
.btn-style-7c {
	overflow: hidden !important ;
}

.btn-style-7c:before {
	color: #fff !important ;
	z-index: 1 !important ;
}

.btn-style-7c:after {
	position: absolute !important ;
	top: 0 !important ;
	left: 0 !important ;
	height: 100% !important ;
	z-index: 0 !important ;
	width: 0 !important ;
	background: #0a833d !important ;
	-webkit-transition: none !important ;
	-moz-transition: none !important ;
	transition: none !important ;
}

.btn-style-7c.btn-style-activated:after {
	-webkit-animation: fillToRight 0.7s forwards !important ;
	-moz-animation: fillToRight 0.7s forwards !important ;
	animation: fillToRight 0.7s forwards !important ;
}

@-webkit-keyframes fillToRight {
	to { 
		width: 100% !important ;
	}
}

@-moz-keyframes fillToRight {
	to { 
		width: 100% !important ;
	}
}

@keyframes fillToRight {
	to { 
		width: 100% !important ;
	}
}

/* Button 7d */
.btn-style-7d {
	overflow: hidden !important ;
}

.btn-style-7d:before {
	color: #fff !important ;
	z-index: 1 !important ;
}

.btn-style-7d:after {
	position: absolute !important ;
	top: 0 !important ;
	left: 0 !important ;
	height: 0 !important ;
	width: 100% !important ;
	z-index: 0 !important ;
	background: #21bb63 !important ;
	-webkit-transition: none !important ;
	-moz-transition: none !important ;
	transition: none !important ;
}

.btn-style-7d.btn-style-activated:after {
	-webkit-animation: emptyBottom 0.7s forwards !important ;
	-moz-animation: emptyBottom 0.7s forwards !important ;
	animation: emptyBottom 0.7s forwards !important ;
}

@-webkit-keyframes emptyBottom {
	to { 
		height: 100% !important ;
	}
}

@-moz-keyframes emptyBottom {
	to { 
		height: 100% !important ;
	}
}

@keyframes emptyBottom {
	to { 
		height: 100% !important ;
	}
}

/* Button 7e */
.btn-style-7e:after {
	position: absolute !important ;
	width: 100% !important ;
	height: 100% !important ;
	left: 0 !important ;
	top: 0 !important ;
	z-index: 1 !important ;
	font-size: 26px !important ;
	line-height: 54px !important ;
	color: #ea515e !important ;
	-webkit-transform: scale(0) !important ;
	-moz-transform: scale(0) !important ;
	-ms-transform: scale(0) !important ;
	transform: scale(0) !important ;
	opacity: 0 !important ;
	-webkit-transition: none !important ;
	-moz-transition: none !important ;
	transition: none !important ;
}

.btn-style-7e.btn-style-activated:after {
	-webkit-animation: scaleFade 0.5s forwards !important ;
	-moz-animation: scaleFade 0.5s forwards !important ;
	animation: scaleFade 0.5s forwards !important ;
} 

@-webkit-keyframes scaleFade {
	50% { 
		opacity: 1 !important ;
		-webkit-transform: scale(1) !important ;
	}
	100% {
		opacity: 0 !important ;
		-webkit-transform: scale(2.5) !important ;
	}
}

@-moz-keyframes scaleFade {
	50% { 
		opacity: 1 !important ;
		-moz-transform: scale(1) !important ;
	}
	100% {
		opacity: 0 !important ;
		-moz-transform: scale(2.5) !important ;
	}
}

@keyframes scaleFade {
	50% { 
		opacity: 1 !important ;
		transform: scale(1) !important ;
	}
	100% {
		opacity: 0 !important ;
		transform: scale(2.5) !important ;
	}
}

/* Button 7f */
.btn-style-7f:before {
	-webkit-text-stroke-width: 1px !important ;
	-webkit-text-stroke-color: #fff !important ;
}
.btn-style-7f:after {
	position: absolute !important ;
	width: 100% !important ;
	height: 100% !important ;
	left: 0 !important ;
	top: 0 !important ;
	z-index: 1 !important ;
	font-size: 26px !important ;
	line-height: 54px !important ;
	color: #ffe44d !important ;
	visibility: hidden !important ;
	-webkit-text-stroke-width: 1px !important ;
	-webkit-text-stroke-color: #ffe44d !important ;
	-webkit-transform: scale(4) !important ;
	-moz-transform: scale(4) !important ;
	-ms-transform: scale(4) !important ;
	transform: scale(4) !important ;
	opacity: 0 !important ;
	-webkit-transition: none !important ;
	-moz-transition: none !important ;
	transition: none !important ;
}

.btn-style-7f.btn-style-activated:after {
	visibility: visible !important ;
	-webkit-animation: dropDown 0.3s forwards !important ;
	-moz-animation: dropDown 0.3s forwards !important ;
	animation: dropDown 0.3s forwards !important ;
} 

@-webkit-keyframes dropDown {
	to { 
		opacity: 1 !important ;
		-webkit-transform: scale(1) !important ;
	}
}

@-moz-keyframes dropDown {
	to { 
		opacity: 1 !important ;
		-moz-transform: scale(1) !important ;
	}
}

@keyframes dropDown {
	to { 
		opacity: 1 !important ;
		transform: scale(1) !important ;
	}
}

/* Button 7g */
.btn-style-7g:after {
	position: absolute !important ;
	width: 100% !important ;
	height: 100% !important ;
	left: 0 !important ;
	top: 0 !important ;
	z-index: 1 !important ;
	font-size: 26px !important ;
	line-height: 54px !important ;
	color: #0a833d !important ;
	visibility: hidden !important ;
	-webkit-transform: scale(2) !important ;
	-moz-transform: scale(2) !important ;
	-ms-transform: scale(2) !important ;
	transform: scale(2) !important ;
	opacity: 0 !important ;
	-webkit-transition: none !important ;
	-moz-transition: none !important ;
	transition: none !important ;
}

.btn-style-7g.btn-style-activated:after {
	visibility: visible !important ;
	-webkit-animation: dropDownFade 0.5s forwards !important ;
	-moz-animation: dropDownFade 0.5s forwards !important ;
	animation: dropDownFade 0.5s forwards !important ;
} 

@-webkit-keyframes dropDownFade {
	50% { 
		opacity: 1 !important ;
		-webkit-transform: scale(1) !important ;
	}
	100% { 
		opacity: 0 !important ;
		-webkit-transform: scale(1.5) !important ;
	}
}

@-moz-keyframes dropDownFade {
	50% { 
		opacity: 1 !important ;
		-moz-transform: scale(1) !important ;
	}
	100% { 
		opacity: 0 !important ;
		-moz-transform: scale(1.5) !important ;
	}
}

@keyframes dropDownFade {
	50% { 
		opacity: 1 !important ;
		transform: scale(1) !important ;
	}
	100% { 
		opacity: 0 !important ;
		transform: scale(1.5) !important ;
	}
}

/* Button 7h */

.btn-style-7h span {
	display: inline-block !important ;
	width: 100% !important ;
}

.btn-style-7h:before {
	position: absolute !important ;
	left: 0 !important ;
	width: 40% !important ;
	font-size: 160% !important ;
	line-height: 0.8 !important ;
	color: #0a833d !important ;
}

/* Success and error */

.btn-style-success,
.btn-style-error {
	color: transparent !important ;
}

.btn-style-success:after,
.btn-style-error:after {
	z-index: 1 !important ;
	color: #fff !important ;
	left: 40% !important ;
}

.btn-style-success:before {
	content: "\e001" !important ;
}

.btn-style-success:after {
	content: "Success!" !important ;
	-webkit-animation: moveUp 0.5s !important ;
	-moz-animation: moveUp 0.5s !important ;
	animation: moveUp 0.5s !important ;
}

@-webkit-keyframes moveUp {
	0% {
		-webkit-transform: translateY(50%) !important ;
		opacity: 0 !important ;
	}
	100% { 
		opacity: 1 !important ;
		-webkit-transform: translateY(0) !important ;
	}
}

@-moz-keyframes moveUp {
	0% {
		-moz-transform: translateY(50%) !important ;
		opacity: 0 !important ;
	}
	100% { 
		opacity: 1 !important ;
		-moz-transform: translateY(0) !important ;
	}
}

@keyframes moveUp {
	0% {
		transform: translateY(50%) !important ;
		opacity: 0 !important ;
	}
	100% { 
		opacity: 1 !important ;
		transform: translateY(0) !important ;
	}
}

.btn-style-error {
	-webkit-animation: shake 0.5s !important ;
	-moz-animation: shake 0.5s !important ;
	animation: shake 0.5s !important ;
}

/* From Dan Eden's animate.css: http://daneden.me/animate/ */
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0) !important ;}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px) !important ;}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px) !important ;}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0) !important ;}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px) !important ;}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px) !important ;}
}

@keyframes shake {
	0%, 100% {transform: translateX(0) !important ;}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px) !important ;}
	20%, 40%, 60%, 80% {transform: translateX(10px) !important ;}
}

.btn-style-error:before {
	content: "\e002" !important ;
}

.btn-style-error:after {
	content: "Error!" !important ;
	-webkit-animation: scaleFromUp 0.5s !important ;
	-moz-animation: scaleFromUp 0.5s !important ;
	animation: scaleFromUp 0.5s !important ;
}

@-webkit-keyframes scaleFromUp {
	0% {
		-webkit-transform: scale(0) !important ;
		opacity: 0 !important ;
	}
	100% { 
		opacity: 1 !important ;
		-webkit-transform: scale(1) !important ;
	}
}

@-moz-keyframes scaleFromUp {
	0% {
		-moz-transform: scale(0) !important ;
		opacity: 0 !important ;
	}
	100% { 
		opacity: 1 !important ;
		-moz-transform: scale(1) !important ;
	}
}

@keyframes scaleFromUp {
	0% {
		transform: scale(0) !important ;
		opacity: 0 !important ;
	}
	100% { 
		opacity: 1 !important ;
		transform: scale(1) !important ;
	}
}

/* Special trash effect */
.trash-effect {
	position: relative !important ;
	max-width: 320px !important ;
	margin: 60px auto 0 !important ;
} 

.trash-effect .icon-file {
	font-size: 30px !important ;
	position: absolute !important ;
	width: 50px !important ;
	height: 50px !important ;
	left: 50% !important ;
	top: 50% !important ;
	margin: -45px 0 0 -25px !important ;
	-webkit-transition: all 0.3s ease-out !important ;
	-moz-transition: all 0.3s ease-out !important ;
	transition: all 0.3s ease-out !important ;
	-webkit-transform: translateX(90px) translateY(20px) scale(1) !important ;
	-moz-transform: translateX(90px) translateY(20px) scale(1) !important ;
	-ms-transform: translateX(90px) translateY(20px) scale(1) !important ;
	transform: translateX(90px) translateY(20px) scale(1) !important ;
}

.trash-effect .icon-file:nth-child(2) {
	-webkit-transform: translateX(140px) translateY(-10px) scale(1) !important ;
	-moz-transform: translateX(140px) translateY(-10px) scale(1) !important ;
	-ms-transform: translateX(140px) translateY(-10px) scale(1) !important ;
	transform: translateX(140px) translateY(-10px) scale(1) !important ;
	-webkit-transition-delay: 0.1s !important ;
	-moz-transition-delay: 0.1s !important ;
	transition-delay: 0.1s !important ;
}

.trash-effect .icon-file:nth-child(3) {
	-webkit-transform: translateX(140px) translateY(50px) scale(1) !important ;
	-moz-transform: translateX(140px) translateY(50px) scale(1) !important ;
	-ms-transform: translateX(140px) translateY(50px) scale(1) !important ;
	transform: translateX(140px) translateY(50px) scale(1) !important ;
	-webkit-transition-delay: 0.2s !important ;
	-moz-transition-delay: 0.2s !important ;
	transition-delay: 0.2s !important ;
}

.trash-effect.trash-effect-active .icon-file {
	-webkit-transform: translateX(-100px) translateY(-10px) scale(0) !important ;
	-moz-transform: translateX(-100px) translateY(-10px) scale(0) !important ;
	-ms-transform: translateX(-100px) translateY(-10px) scale(0) !important ;
	transform: translateX(-100px) translateY(-10px) scale(0) !important ;
}

/* Button 7i */
.btn-style-7i {
	box-shadow: none !important ;
	border-radius: 0 0 7px 7px !important ;
	padding: 27px 33px !important ;
	-webkit-transform: translateX(-100px) !important ;
	-moz-transform: translateX(-100px) !important ;
	-ms-transform: translateX(-100px) !important ;
	transform: translateX(-100px) !important ;
}

.btn-style-7i:before {
	line-height: 45px !important ;
}

.btn-style-7i:after {
	height: 11px !important ; /* should be 10px but in Chrome Version 34.0.1847.131 there's a gap because of the transform of the button */
	width: 100% !important ;
	background: #17aa56 !important ;
	border-radius: 7px 7px 0 0 !important ;
	left: 0 !important ;
	top: -10px !important ;
	z-index: 1 !important ;
	-webkit-transform-origin: 0 100% !important ;
	-moz-transform-origin: 0 100% !important ;
	-ms-transform-origin: 0 100% !important ;
	transform-origin: 0 100% !important ;
}

.trash-effect-active .btn-style-7i:after {
	-webkit-animation: openTrash 0.5s !important ;
	-moz-animation: openTrash 0.5s !important ;
	animation: openTrash 0.5s !important ;
}

@-webkit-keyframes openTrash {
	50% {
		-webkit-transform: rotate(-35deg) !important ;
	}
	100% { 
		-webkit-transform: rotate(0deg) !important ;
	}
}

@-moz-keyframes openTrash {
	50% {
		-moz-transform: rotate(-35deg) !important ;
	}
	100% { 
		-moz-transform: rotate(0deg) !important ;
	}
}

@keyframes openTrash {
	50% {
		transform: rotate(-35deg) !important ;
	}
	100% { 
		transform: rotate(0deg) !important ;
	}
}

/* Button 8 */
.perspective {
	-webkit-perspective: 800px !important ;
	-moz-perspective: 800px !important ;
	perspective: 800px !important ;
	display: inline-block !important ;
}

.btn-style-8 {
	display: block !important ;
	background: #5cbcf6 !important ;
	outline: 1px solid transparent !important ; /* FF jagged edges fix */
	-webkit-transform-style: preserve-3d !important ;
	-moz-transform-style: preserve-3d !important ;
	transform-style: preserve-3d !important ;
}

.btn-style-8:active {
	background: #55b7f3 !important ;
}

/* Button 8a */
.btn-style-8a:after {
	width: 100% !important ;
	height: 42% !important ; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
	left: 0 !important ;
	top: -40% !important ;
	background: #49a7df !important ;
	-webkit-transform-origin: 0% 100% !important ;
	-webkit-transform: rotateX(90deg) !important ;
	-moz-transform-origin: 0% 100% !important ;
	-moz-transform: rotateX(90deg) !important ;
	transform-origin: 0% 100% !important ;
	transform: rotateX(90deg) !important ;
}

.btn-style-8a:hover {
	-webkit-transform: rotateX(-15deg) !important ;
	-moz-transform: rotateX(-15deg) !important ;
	-ms-transform: rotateX(-15deg) !important ;
	transform: rotateX(-15deg) !important ;
}

/* Button 8b */
.btn-style-8b:after {
	width: 100% !important ;
	height: 40% !important ;
	left: 0 !important ;
	top: 100% !important ;
	background: #49a7df !important ;
	-webkit-transform-origin: 0% 0% !important ;
	-webkit-transform: rotateX(-90deg) !important ;
	-moz-transform-origin: 0% 0% !important ;
	-moz-transform: rotateX(-90deg) !important ;
	-ms-transform-origin: 0% 0% !important ;
	-ms-transform: rotateX(-90deg) !important ;
	transform-origin: 0% 0% !important ;
	transform: rotateX(-90deg) !important ;
}

.btn-style-8b:hover {
	-webkit-transform: rotateX(15deg) !important ;
	-moz-transform: rotateX(15deg) !important ;
	-ms-transform: rotateX(15deg) !important ;
	transform: rotateX(15deg) !important ;
}

/* Button 8c */
.btn-style-8c:after {
	width: 21% !important ;
	height: 100% !important ;
	left: -20% !important ;
	top: 0 !important ;
	background: #49a7df !important ;
	-webkit-transform-origin: 100% 0% !important ;
	-webkit-transform: rotateY(-90deg) !important ;
	-moz-transform-origin: 100% 0% !important ;
	-moz-transform: rotateY(-90deg) !important ;
	-ms-transform-origin: 100% 0% !important ;
	-ms-transform: rotateY(-90deg) !important ;
	transform-origin: 100% 0% !important ;
	transform: rotateY(-90deg) !important ;
}

.btn-style-8c:hover {
	-webkit-transform: rotateY(15deg) !important ;
	-moz-transform: rotateY(15deg) !important ;
	-ms-transform: rotateY(15deg) !important ;
	transform: rotateY(15deg) !important ;
}

/* Button 8d */
.btn-style-8d:after {
	width: 20% !important ;
	height: 100% !important ;
	left: 100% !important ;
	top: 0 !important ;
	background: #49a7df !important ;
	-webkit-transform-origin: 0% 0% !important ;
	-webkit-transform: rotateY(90deg) !important ;
	-moz-transform-origin: 0% 0% !important ;
	-moz-transform: rotateY(90deg) !important ;
	-ms-transform-origin: 0% 0% !important ;
	-ms-transform: rotateY(90deg) !important ;
	transform-origin: 0% 0% !important ;
	transform: rotateY(90deg) !important ;
}

.btn-style-8d:hover {
	-webkit-transform: rotateY(-15deg) !important ;
	-moz-transform: rotateY(-15deg) !important ;
	-ms-transform: rotateY(-15deg) !important ;
	transform: rotateY(-15deg) !important ;
}

/* Button 8e */
.btn-style-8e {
	-webkit-transform: rotateX(-15deg) !important ;
	-moz-transform: rotateX(-15deg) !important ;
	-ms-transform: rotateX(-15deg) !important ;
	transform: rotateX(-15deg) !important ;
}

.btn-style-8e:after {
	width: 100% !important ;
	height: 42% !important ; /* should be 40% but there's a gap in Chrome Version 34.0.1847.131 */
	left: 0 !important ;
	top: -40% !important ;
	background: #49a7df !important ;
	-webkit-transform-origin: 0% 100% !important ;
	-webkit-transform: rotateX(90deg) !important ;
	-moz-transform-origin: 0% 100% !important ;
	-moz-transform: rotateX(90deg) !important ;
	-ms-transform-origin: 0% 100% !important ;
	-ms-transform: rotateX(90deg) !important ;
	transform-origin: 0% 100% !important ;
	transform: rotateX(90deg) !important ;
}

.btn-style-8e:active {
	-webkit-transform: rotateX(0deg) !important ;
	-moz-transform: rotateX(0deg) !important ;
	-ms-transform: rotateX(0deg) !important ;
	transform: rotateX(0deg) !important ;
}

/* Button 8f */
.btn-style-8f {
	-webkit-transform: rotateX(15deg) !important ;
	-moz-transform: rotateX(15deg) !important ;
	-ms-transform: rotateX(15deg) !important ;
	transform: rotateX(15deg) !important ;
}

.btn-style-8f:after {
	width: 100% !important ;
	height: 40% !important ;
	left: 0 !important ;
	top: 100% !important ;
	background: #49a7df !important ;
	-webkit-transform-origin: 0% 0% !important ;
	-webkit-transform: rotateX(-90deg) !important ;
	-moz-transform-origin: 0% 0% !important ;
	-moz-transform: rotateX(-90deg) !important ;
	-ms-transform-origin: 0% 0% !important ;
	-ms-transform: rotateX(-90deg) !important ;
	transform-origin: 0% 0% !important ;
	transform: rotateX(-90deg) !important ;
}

.btn-style-8f:active {
	-webkit-transform: rotateX(0deg) !important ;
	-moz-transform: rotateX(0deg) !important ;
	-ms-transform: rotateX(0deg) !important ;
	transform: rotateX(0deg) !important ;
}

/* Button 8g */
.btn-style-8g {
	background: #fff !important ;
	color: #999 !important ;
}

.btn-style-8g:active {
	background: #fff !important ;
}

.btn-style-8g:after,
.btn-style-8g:before {
	text-transform: uppercase !important ;
	width: 100% !important ;
	height: 100% !important ;
	position: absolute !important ;
	left: 0 !important ;
	line-height: 70px !important ;
}

.btn-style-8g:after {
	top: -98% !important ; /* should be -100% but there's a gap in Chrome Version 34.0.1847.131 */
	background: #7aca7c !important ;
	color: #358337 !important ;
	content: 'It worked!' !important ;
	-webkit-transform-origin: 0% 100% !important ;
	-webkit-transform: rotateX(90deg) !important ;
	-moz-transform-origin: 0% 100% !important ;
	-moz-transform: rotateX(90deg) !important ;
	-ms-transform-origin: 0% 100% !important ;
	-ms-transform: rotateX(90deg) !important ;
	transform-origin: 0% 100% !important ;
	transform: rotateX(90deg) !important ;
}

.btn-style-8g:before {
	top: 100% !important ;
	background: #e96a6a !important ;
	color: #a33a3a !important ;
	content: 'Error!' !important ;
	font-weight: 700 !important ;
	font-family: 'Lato', Calibri, Arial, sans-serif !important ;
	-webkit-transform-origin: 0% 0% !important ;
	-webkit-transform: rotateX(-90deg) !important ;
	-moz-transform-origin: 0% 0% !important ;
	-moz-transform: rotateX(-90deg) !important ;
	-ms-transform-origin: 0% 0% !important ;
	-ms-transform: rotateX(-90deg) !important ;
	transform-origin: 0% 0% !important ;
	transform: rotateX(-90deg) !important ;
}

.btn-style-8g.btn-style-success3d {
	background: #aaa !important ;
	-webkit-transform-origin: 50% 100% !important ;
	-webkit-transform: rotateX(-90deg) translateY(100%) !important ;
	-moz-transform-origin: 50% 100% !important ;
	-moz-transform: rotateX(-90deg) translateY(100%) !important ;
	-ms-transform-origin: 50% 100% !important ;
	-ms-transform: rotateX(-90deg) translateY(100%) !important ;
	transform-origin: 50% 100% !important ;
	transform: rotateX(-90deg) translateY(100%) !important ;
}

.btn-style-8g.btn-style-error3d  {
