/*
 * Slick slider
 *
 * Version: 1.3.7
 * Author: Ken Wheeler
 * Website: http://kenwheeler.github.io
 * Docs: http://kenwheeler.github.io/slick
 * Repo: http://github.com/kenwheeler/slick
 * Issues: http://github.com/kenwheeler/slick/issues
 *
 */

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	margin: 0;
    overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: white url("../img/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
	background-image: url('../img/sprite-slick.png');
	background-repeat:no-repeat;
	position: absolute;
	display: block;
	height: 44px;
	width: 44px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -22px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
}

.slick-prev {
	left: -64px;
}

.slick-next {
	right: -64px;
	background-position:-44px 0;
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: 0em;
    left: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width:12px;
	height:12px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
	border:2px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.slick-dots li.slick-active {
	background:#fff;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 12px;
	width: 12px;
	background: transparent;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

/*
 * Superslides
 */

.superslides {
	position: relative;
	margin: 0;
    background: #222;
}

.superslides .slides-container {
	display: none;
}

.superslides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

.superslides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 100%;
}
.slides-navigation a {
	position: absolute;
	display: block;
}

.slides-navigation a.prev {
	left: 0;
}

.slides-navigation a.next {
	right: 0;
}

.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 1.875em;
	text-align: center;
	width: 100%;
}

.slides-pagination a {
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 0 2px;
	overflow: hidden;
	text-indent: -100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.slides-pagination a.current {
	background: #fff;
}

/*
 * Accordion
 * http://jqueryui.com/accordion/
 */

.accordion {
	margin: 0 0 1.875em 0;
}

.accordion-item {
	background: #fff;
	margin: 0;
}

.accordion-item:first-child {
	border-top:none;
}

.accordion-header {
	outline: none;
	cursor: pointer;
}

.accordion-header div {
	padding: 0.9375em;
	background:#f0f0f0;
}

.accordion-header h3 {
	margin: 0;
}

.accordion-content {
	overflow: hidden;
}

.accordion-content div {
	padding: 0.9375em;
}

.accordion-content p {
	margin:0;
}

/* 
 * Selecter v3.1.9 - 2014-09-02 
 * A jQuery plugin for replacing default select elements. Part of the Formstone ..rary. 
 * http://formstone.it/selecter/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

.selecter {
	display: block;
	margin: 0 0 1.5em 0;
	position: relative;
	max-width: 30%;
	z-index: 1;
	outline:none;
}

.selecter .selecter-element {
	*left: -999999px;
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	width: 100%;
	z-index: -1;
}

.selecter .selecter-element,
.selecter .selecter-element:focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
}

.selecter .selecter-selected {
	background-color: #f0f0f0;
	color: #222;
	cursor: pointer;
	display: block;
	font-size: 0.9em;
	margin: 0;
	overflow: hidden;
	padding: 0.9375em;
	position: relative;
	text-overflow: clip;
	z-index: 2;
}

.selecter .selecter-selected:before {
	content: "";
	position:absolute;
	top:50%;
	right:1em;
	width:24px;
	height:24px;
	margin:-12px 0 0 0;
	background-image: url('../img/sprite-darr.png');
}

.inlinesvg .selecter .selecter-selected:before {
	background-image: url('../img/sprite-darr.svg');
}

.selecter.open .selecter-selected:before {
	background-position: 0 -24px;
}

.selecter .selecter-options {
	background-color: #fff;
	display: none;
	left: 0;
	margin: 0;
	max-height: 260px;
	overflow: auto;
	overflow-x: hidden;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	*width: auto;
	z-index: 50;
}

.selecter .selecter-group {
	background: #F9F9F9;
	color: #999;
	display: block;
	font-size: 11px;
	padding: 5px 10px 4px;
	text-transform: uppercase;
}

.selecter .selecter-item {
	background: #fff;
	color: #222;
	cursor: pointer;
	display: block;
	font-size: 0.8em;
	margin: 0;
	overflow: hidden;
	padding: 8px 10px;
	text-overflow: ellipsis;
	width: 100%;
}

.selecter .selecter-item:hover {
	background:#f9f9f9;
}

.selecter .selecter-item.placeholder {
	display: none;
}

.selecter .selecter-item.selected {
	background: #f0f0f0;
}

.selecter .selecter-item.disabled {
	color: #999;
	cursor: default;
}

/* Open */
.selecter.open {
	z-index: 3;
}

.selecter.open .selecter-selected {
	z-index: 51;
}

/* 'Cover' Positioning */
.selecter.cover .selecter-options {
	top: 0;
}

.selecter.cover.open .selecter-selected {
	z-index: 49;
}

/* 'Bottom' Positioning */
.selecter.bottom .selecter-options {
	bottom: 100%;
	top: auto;
}

/* 'Bottom' + 'Cover' Positioning */
.selecter.bottom.cover .selecter-options {
	bottom: 0;
	top: auto;
}

/* Multiple Select */
.selecter.multiple .selecter-options {
	display: block;
	position: static;
	width: 100%;
}

/* 'Disabled' State */
.selecter.disabled .selecter-selected {
	background: #fff;
	color: #ccc;
	cursor: default;
}

.selecter.disabled .selecter-options {
	background: #fff;
}

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
	color: #ccc;
	cursor: default;
}

.selecter.disabled .selecter-item.selected {
	
}

/* Scroller Support */
.selecter .selecter-options.scroller {
	overflow: hidden;
}

.selecter .selecter-options.scroller .scroller-content {
	max-height: 260px;
	padding: 0;
}

/* 
 * Scroller v3.0.4 - 2014-04-08 
 * A jQuery plugin for replacing default browser scrollbars. Part of the Formstone ..rary. 
 * http://formstone.it/scroller/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */

.scroller {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}

.scroller-content {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 1;
	-webkit-overflow-scrolling: touch;
}

.scroller-bar {
	display: none;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	z-index: 2;
}

.scroller-track {
	background: #f0f0f0;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.scroller-handle {
	background: #222;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	z-index: 2;
	-webkit-transition: right 0.1s linear, width 0.1s linear;
	-moz-transition: right 0.1s linear, width 0.1s linear;
	-ms-transition: right 0.1s linear, width 0.1s linear;
	-o-transition: right 0.1s linear, width 0.1s linear;
	transition: right 0.1s linear, width 0.1s linear;
}

/* Webkit Fix */
.scroller-content::-webkit-scrollbar,
.scroller-content::-webkit-scrollbar-button,
.scroller-content::-webkit-scrollbar-track,
.scroller-content::-webkit-scrollbar-track-piece,
.scroller-content::-webkit-scrollbar-thumb,
.scroller-content::-webkit-scrollbar-corner,
.scroller-content::-webkit-resizer {
	background: transparent;
	opacity: 0;
}

/* Active Scrollbar */
.scroller-active .scroller-content {
	padding: 20px;
}

.scroller-active .scroller-bar {
	display: block;
}

/* Setup Scrollbar - Should match 'active' styles for proper sizing */
.scroller-active .scroller-content {
	padding: 20px;
}

.scroller-active .scroller-bar {
	display: block;
}

/* Horizontal */
.scroller-horizontal .scroller-content {
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 0 10px 0;
}

.scroller-horizontal .scroller-bar {
	border-left: none;
	bottom: 0;
	height: 20px;
	top: auto;
	width: 100%;
}

.scroller-horizontal .scroller-handle {
	bottom: 5px;
	height: 10px;
	right: auto;
	top: auto;
	width: 20px;
}

/* 
 * Tabber v3.0.12 - 2014-09-14 
 * A jQuery plugin for adding simple tabbed interfaces. Part of the Formstone ..rary. 
 * http://formstone.it/tabber/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

.tabber {
	overflow: hidden;
}

.tabber .tabber-menu {
	display: block;
	margin: 0;
	padding: 0;
}

.tabber .tabber-handle {
	color: #999;
	cursor: pointer;
	display: block;
	float: left;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.tabber .tabber-handle.active {
	color: #222;
}

.tabber .tabber-handle.mobile {
	display: none;
	float: none;
}

.tabber .tabber-tab {
	clear: both;
	display: none;
}

.tabber .tabber-tab.active {
	display: block;
}

/* Vertical */
.tabber.vertical .tabber-menu {
	float: left;
	width: 20%;
}

.tabber.vertical .tabber-handle {
	display: block;
	width: 100%;
}

.tabber.vertical .tabber-handle.mobile {
	display: none;
}

.tabber.vertical .tabber-tab {
	clear: none;
	float: right;
	min-height: 100%;
	width: 80%;
}

/* Mobile */
.tabber.mobile .tabber-handle {
	display: none;
}

.tabber.mobile .tabber-handle.mobile {
	display: block;
}

.tabber.vertical.mobile .tabber-menu,
.tabber.vertical.mobile .tabber-tab {
	float: none;
	width: 100%;
}

/* Custom tabber styles */

.tabbed {
	margin:0 0 1.875em 0;
}

.tabbed .tabber-handle {
	font-size: 1em;
	padding:0.9375em 1.8375em;
	margin: 0 1px 0 0;
	text-decoration: none;
}

.tabbed .tabber-handle.active {
	background: #f0f0f0;
}

.tabbed .tabber-tab {
	background: #f0f0f0;
	padding: 1.875em;
}

.tabbed .tabber-tab p {
	margin: 10px 0;
}

.tabbed.mobile .tabber-tab {
	padding-top: 10px;
}

.tabbed.mobile .tabber-tab p {
	margin-top: 0;
}

/*
 * fancyBox v2.1.5
 * fancyapps.com | fancyapps.com/fancybox/#licens
 */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {

}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #222;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url('../img/sprite-fancybox.png');
	background-repeat:no-repeat;
}

.inlinesvg .fancybox-close,
.inlinesvg .fancybox-prev span,
.inlinesvg .fancybox-next span {
	background-image: url('../img/sprite-fancybox.svg');
}

.fancybox-close {
	position: fixed;
	top: 22px;
	right: 22px;
	width: 44px;
	height: 44px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	display:block;
	position: fixed;
	top: 50%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {
	left: 22px;
	background-position: -44px 0;
}

.fancybox-next span {
	right: 22px;
	background-position: -88px 0;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/overlay-fancybox.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	cursor: pointer;
	z-index: 8060;
}

/* fancyBox loading extension */

.spinner {
	margin:0 auto;
	width: 75px;
	text-align: center;
}

.spinner > div {
	width: 15px;
	height: 15px;
	margin:0 5px;
	background-color: #fff;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/*
 * Bootstrap transitions classes
 * http://getbootstrap.com/javascript/#transitions
 */

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

/*
 * Bootstrap modals
 * http://getbootstrap.com/javascript/#modals
 */

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #f0f0f0;
	min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -3px;
    float: right;
    padding: 0.35em .5em;
    background: transparent;
    font-size: 1.5em;
    color: #222;
    text-decoration:none;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #f0f0f0;
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

/*
 * SweetAlert
 * 2014 (c) - Tristan Edwards
 * github.com/t4t5/sweetalert
 */

.sweet-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 1000;
}

.sweet-alert {
	background-color: #fff;
	width: 478px;
	padding: 17px;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -256px;
	margin-top: -200px;
	overflow: hidden;
	display: none;
	z-index: 2000;
}

.sweet-alert h2 {
	color: #666;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
}

.sweet-alert p {
	color: #666;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	position: relative;
	margin: 0;
	line-height: normal;
}

.sweet-alert button {
	background-color: #222!important;
	color: #fff;
	border: none;
	box-shadow: none;
	font-size: 17px;
	font-weight: 500;
	border-radius: 3px;
	padding: 10px 32px;
	margin: 26px 5px 0 5px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.sweet-alert button:focus {
	outline: none;
}

.sweet-alert button:hover {
	background-color: #f0f0f0!important;
	color:#222;
}

.sweet-alert button:active {
	background-color: #f0f0f0!important;
}

.sweet-alert button.cancel {
	background-color: #f0f0f0!important;
}

.sweet-alert button.cancel:hover {
	background-color: #ccc!important;
}

.sweet-alert button.cancel:active {
	background-color: #b6b6b6!important;
}

.sweet-alert button.cancel:focus {
		
}

.sweet-alert[data-has-cancel-button=false] button {
	box-shadow: none !important;
}

.sweet-alert .icon {
	width: 80px;
	height: 80px;
	border: 4px solid gray;
	border-radius: 50%;
	margin: 20px auto;
	position: relative;
	box-sizing: content-box;
}

.sweet-alert .icon.error {
	border-color: #F27474;
}

.sweet-alert .icon.error .x-mark {
	position: relative;
	display: block;
}

.sweet-alert .icon.error .line {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #F27474;
	display: block;
	top: 37px;
	border-radius: 2px;
}

.sweet-alert .icon.error .line.left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px;
}

.sweet-alert .icon.error .line.right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px;
}

.sweet-alert .icon.warning {
	border-color: #F8BB86;
}

.sweet-alert .icon.warning .body {
	position: absolute;
	width: 5px;
	height: 47px;
	left: 50%;
	top: 10px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #F8BB86;
}

.sweet-alert .icon.warning .dot {
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	left: 50%;
	bottom: 10px;
	background-color: #F8BB86;
}

.sweet-alert .icon.info {
	border-color: #C9DAE1;
}

.sweet-alert .icon.info::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 29px;
	left: 50%;
	bottom: 17px;
	border-radius: 2px;
	margin-left: -2px;
	background-color: #C9DAE1;
}

.sweet-alert .icon.info::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	top: 19px;
	background-color: #C9DAE1;
}

.sweet-alert .icon.success {
	border-color: #A5DC86;
}

.sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
	content: '';
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: white;
	transform: rotate(45deg);
}

.sweet-alert .icon.success::before {
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
}

.sweet-alert .icon.success::after {
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0px 60px;
	transform-origin: 0px 60px;
}

.sweet-alert .icon.success .placeholder {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(165, 220, 134, 0.2);
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2;
}

.sweet-alert .icon.success .fix {
	width: 5px;
	height: 90px;
	background-color: white;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sweet-alert .icon.success .line {
	height: 5px;
	background-color: #A5DC86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
}

.sweet-alert .icon.success .line.tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sweet-alert .icon.success .line.long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sweet-alert .icon.custom {
	background-size: contain;
	border-radius: 0;
	border: none;
	background-position: center center;
	background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}

	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}

	80% {
		transform: scale(0.95);
		-webkit-tranform: scale(0.95);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes showSweetAlert {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}

	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}

	80% {
		transform: scale(0.95);
		-webkit-tranform: scale(0.95);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes showSweetAlert {
	0% {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}

	45% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}

	80% {
		transform: scale(0.95);
		-webkit-tranform: scale(0.95);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	100% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}

@-moz-keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	100% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}

@keyframes hideSweetAlert {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	100% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
}

.showSweetAlert {
	-webkit-animation: showSweetAlert 0.3s;
	-moz-animation: showSweetAlert 0.3s;
	animation: showSweetAlert 0.3s;
}

.hideSweetAlert {
	-webkit-animation: hideSweetAlert 0.2s;
	-moz-animation: hideSweetAlert 0.2s;
	animation: hideSweetAlert 0.2s;
}

@-webkit-keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}

@-moz-keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}

@keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}

@-webkit-keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}

@-moz-keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}

@keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	84% {
		width: 55px;
		right: 0px;
		top: 35px;
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}

@-webkit-keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}

	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
}

@-moz-keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}

	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
}

@keyframes rotatePlaceholder {
	0% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	5% {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	12% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}

	100% {
		transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
	}
}

.animateSuccessTip {
	-webkit-animation: animateSuccessTip 0.75s;
	-moz-animation: animateSuccessTip 0.75s;
	animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
	-webkit-animation: animateSuccessLong 0.75s;
	-moz-animation: animateSuccessLong 0.75s;
	animation: animateSuccessLong 0.75s;
}

.icon.success.animate::after {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	-moz-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0;
	}

	100% {
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}

@-moz-keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0;
	}

	100% {
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		-webkit-transform: rotateX(100deg);
		opacity: 0;
	}

	100% {
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
}

.animateErrorIcon {
	-webkit-animation: animateErrorIcon 0.5s;
	-moz-animation: animateErrorIcon 0.5s;
	animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
	0% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	50% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1;
	}
}

@-moz-keyframes animateXMark {
	0% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	50% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1;
	}
}

@keyframes animateXMark {
	0% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	50% {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	80% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		margin-top: -6px;
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		margin-top: 0;
		opacity: 1;
	}
}

.animateXMark {
	-webkit-animation: animateXMark 0.5s;
	-moz-animation: animateXMark 0.5s;
	animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
	0% {
		border-color: #F8D486;
	}

	100% {
		border-color: #F8BB86;
	}
}

@-moz-keyframes pulseWarning {
	0% {
		border-color: #F8D486;
	}

	100% {
		border-color: #F8BB86;
	}
}

@keyframes pulseWarning {
	0% {
		border-color: #F8D486;
	}

	100% {
		border-color: #F8BB86;
	}
}

.pulseWarning {
	-webkit-animation: pulseWarning 0.75s infinite alternate;
	-moz-animation: pulseWarning 0.75s infinite alternate;
	animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
	0% {
		background-color: #F8D486;
	}

	100% {
		background-color: #F8BB86;
	}
}

@-moz-keyframes pulseWarningIns {
	0% {
		background-color: #F8D486;
	}

	100% {
		background-color: #F8BB86;
	}
}

@keyframes pulseWarningIns {
	0% {
		background-color: #F8D486;
	}

	100% {
		background-color: #F8BB86;
	}
}

.pulseWarningIns {
	-webkit-animation: pulseWarningIns 0.75s infinite alternate;
	-moz-animation: pulseWarningIns 0.75s infinite alternate;
	animation: pulseWarningIns 0.75s infinite alternate;
}