/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 10px 0 10px 3%
}

#mc_embed_signup h2 {
	font-weight: bold;
	padding: 0;
	margin: 15px 0;
	font-size: 1.4em;
}

#mc_embed_signup input {
	border: 1px solid #999;
	-webkit-appearance: none;
}

	#mc_embed_signup input[type=checkbox] {
		-webkit-appearance: checkbox;
	}

	#mc_embed_signup input[type=radio] {
		-webkit-appearance: radio;
	}

	#mc_embed_signup input:focus {
		border-color: #333;
	}

#mc_embed_signup .button {
	clear: both;
	background-color: #aaa;
	border: 0 none;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}

	#mc_embed_signup .button:hover {
		background-color: #777;
	}

#mc_embed_signup .small-meta {
	font-size: 11px;
}

#mc_embed_signup .nowrap {
	white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
	clear: left;
	position: relative;
	width: 96%;
	padding-bottom: 3%;
	min-height: 50px;
}

#mc_embed_signup .size1of2 {
	clear: none;
	float: left;
	display: inline-block;
	width: 46%;
	margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
	margin-right: 2%; /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
	display: block;
	margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
	display: inline-block;
	width: 99%;
	padding: 5px 0;
	margin-bottom: 2px;
}

#mc_embed_signup .indicates-required {
	text-align: right;
	font-size: 11px;
	margin-right: 4%;
}

#mc_embed_signup .asterisk {
	color: #c60;
	font-size: 200%;
}

#mc_embed_signup .mc-field-group .asterisk {
	position: absolute;
	top: 25px;
	right: 10px;
}

#mc_embed_signup .clear {
	clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

	#mc_embed_signup .mc-field-group.input-group ul li {
		display: block;
		padding: 3px 0;
		margin: 0;
	}

#mc_embed_signup .mc-field-group.input-group label {
	display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
	display: inline;
	width: auto;
	border: none;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

#mc-embedded-subscribe {
	clear: both;
	width: auto;
	display: block;
	margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
	font-size: 1.1em;
}

	#mc_embed_signup #num-subscribers span {
		padding: .5em;
		border: 1px solid #ccc;
		margin-right: .5em;
		font-weight: bold;
	}

#mc_embed_signup {
	background: #fff;
	clear: left;
	font: 16px 'Archivo Narrow', sans-serif;
}
/*
 * Globals
 */
.badge-warning {
	background-color: #f0ad4e;
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

/* Links */
/*
a,
a:focus,
a:hover {
  color: #333;
}
*/

/* Custom default button */
/*.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none; 
  background-color: #333;
  border: 1px solid #333;
}
*/

/*
 * Base structure
 */
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
}

.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
}

.cover-container {
	margin-right: auto;
	margin-left: auto;
}

/* Padding for spacing */
.inner {
	padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
	margin-top: 10px;
	margin-bottom: 10px;
}

.masthead-nav > li {
	display: inline-block;
}

	.masthead-nav > li + li {
		margin-left: 20px;
	}

	.masthead-nav > li > a {
		padding-right: 0;
		padding-left: 0;
		font-size: 16px;
		font-weight: bold;
		color: #333; /* IE8 proofing */
		/*color: rgba(255,255,255,.75);*/
		border-bottom: 2px solid transparent;
	}

		.masthead-nav > li > a:hover,
		.masthead-nav > li > a:focus {
			background-color: transparent;
			border-bottom-color: #a9a9a9;
			border-bottom-color: rgba(255,255,255,.25);
		}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
	color: #333;
	border-bottom-color: #333;
}

@media (min-width: 768px) {
	.masthead-brand {
		float: left;
	}

	.masthead-nav {
		float: right;
	}
}

/*
 * Cover
 */

.cover {
	padding: 0 20px;
}
/*
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
*/
/*
 * Footer
 */

.mastfoot {
	bottom: 0;
	color: #999; /* IE8 proofing */
	color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
	/* Pull out the header and footer */
	.masthead {
		position: fixed;
		top: 0;
	}

	.mastfoot {
		position: relative;
		bottom: 0;
	}
	/* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: middle;
	}
	/* Handle the widths */
	.masthead,
	.mastfoot,
	.cover-container {
		width: 100%; /* Must be percentage or pixels for horizontal alignment */
	}
}

@media (min-width: 992px) {
	.masthead,
	.mastfoot,
	.cover-container {
		width: 100%;
	}
}

#logo-name {
	width: 260px;
	float: right;
}

#base-color {
	width: 240px;
}

#secondary-color {
	width: 220px;
}

#logo-back-color {
	width: 100px;
	/*height: 26px;*/
	padding: 7px 12px;
	position: relative;
	top: -15px;
}

.font-style-change {
	display: inline-block;
}

.font-name-bold-on {
	font-weight: 900;
}

.font-name-bold-off {
	font-weight: 400;
}

.font-name-italic-on {
	font-style: italic;
}

.font-name-italic-off {
	font-style: normal;
}

.font-name-underline-on {
	text-decoration: underline;
}

.font-name-underline-off {
	text-decoration: none;
}


.pt30 {
	padding-top: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt15 {
	padding-top: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pt5 {
	padding-top: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.m20 {
	margin: 20px;
}

.m15 {
	margin: 15px;
}

.m10 {
	margin: 10px;
}

.logo-preview {
	display: inline-block;
	width: 603px;
	height: 403px;
	border: 1px #c4c4c4 solid;
	margin-bottom: 25px;
	position: relative;
	left: 50px
}

#logo-output {
	width: 600px;
	height: 400px;
	color: #000;
	/* padding-left: 1rem; */
	/* padding-right: 1rem; */
	background: transparent;
	/* padding-top: 3rem; */
	/* margin-bottom: 20px; */
	/* top: 0; */
	/* left: 0; */
	/* vertical-align: middle; */
	/*text-align:center;*/
	position: relative;
}

	#logo-output.gradient {
		background: linear-gradient(517deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 80%);
	}

	#logo-output div.logo-text {
		position: absolute;
		top: 35%;
		left: 12%;
		transform: translate(0%,0%);
		height: 25%;
		width: 75%;
		text-align: center;
	}

		#logo-output div.logo-text .logo-header {
			position: relative;
			top: 25%;
			left: 0%;
			transform: translate(0%,0%);
			height: 50%;
			font-size: 46px;
			letter-spacing: 2px;
		}

.icon-output {
	position: relative;
	top: 25%;
	left: 0%;
	transform: translate(0%,0%);
	height: 100%;
	float: left;
}


	.icon-output.top-right {
		top: -10%;
		left: 0px;
	}

	.icon-output.right {
		top: 25%;
		left: 0px;
	}

	.icon-output.bottom-right {
		top: 50%;
		left: 0%;
	}

	.icon-output.top {
		top: -25%;
		left: 220px;
	}

	.icon-output.bottom {
		top: 85%;
		left: 220px;
	}

	.icon-output.top-left {
		top: -20%;
		left: 0%;
	}

	.icon-output.left {
		left: 0%;
		top: 5%;
	}

	.icon-output.bottom-left {
		left: 0%;
		top: 40%;
	}

	.icon-output.icon-fixed {
		position: absolute;
		top: 10% !important;
		left: 45% !important;
	}


.icon {
	display: inline-block;
	height: 25px;
	width: 25px;
	font-size: 25px;
}

.icons-selector .selector {
	height: 35px;
}

.icons-selector .selected-icon i,
.icons-selector .selector-button i {
	line-height: 32px;
}

.rose-of-wind {
	display: inline-block;
}

.btn-max {
	background-color: transparent !important;
	text-transform: uppercase;
	border-radius: 0 !important;
	border: 3px #333 solid !important;
	vertical-align: middle;
}

	.btn-max:hover {
		color: #f9f9f9;
		background: #333 !important;
		border: 3px #fff solid !important;
	}

	.btn-max:visited, .btn-max:active, .btn-max:focus {
		color: #333 !important;
	}

input.logo-generator-input,
select.logo-generator-input {
	/*width: auto;*/
	/*height: 42px !important;*/
	font-size: 16px;
}

input[type="text"] {
	/*width: auto;*/
	/*height: 30px !important;*/
	border: 1px #000 solid;
	font-size: 16px;
}

	input[type="text"].form-control {
		border-radius: 0px;
	}

#credits {
	color: #333 !important;
}

	#credits a {
		color: #333 !important;
		font-weight: bold;
	}

		#credits a:hover {
			color: blue !important;
			font-weight: bold;
		}

.error404 {
	font-size: 14rem !important;
	font-weight: bold;
	color: #fd5c63 !important;
}

/*small { font-size: 2rem;}*/

/*Wizard custom styles*/
.responsible-container {
	padding: 0px;
	min-height: 400px;
	border: #c0c0c0 1px solid;
	border-radius: 4px;
	background-color: #f8f8f8;
	margin: 0 auto;
	min-width: 710px;
}

	.responsible-container .row {
		margin: 0;
	}

	.responsible-container .input-group-btn {
		width: inherit;
	}

	.responsible-container .alert-danger {
		margin: 25px;
	}

	.responsible-container .col-12 {
		width: 100%;
	}

.container-image {
	/*height: 250px;*/
	border: 5px #fff solid;
	border-radius: 5px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #fff;
}

	.container-image .img-thumbnail {
		margin: 25px;
		background-color: transparent;
		border: 1px #c4c4c4 solid;
		border-radius: 0px;
	}

	.container-image img.img-thumbnail {
		width: 600px;
		height: 400px;
	}

	.container-image #logo-output {
		/*border: 1px #c4c4c4 solid;*/
	}


.control-panel {
	margin: 15px;
}

	.control-panel .input-group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

		.control-panel .input-group .upload-button {
			width: 60px !important;
			border-bottom-left-radius: 0;
			border-top-left-radius: 0;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			flex-direction: column;
			display: none;
		}


.input-size-picker input,
.input-text input[type=text] {
	font-size: 13px;
	border: none !important;
	box-shadow: none !important;
	width: 100px;
	height: 30px;
	vertical-align: top;
	text-align: left;
	padding: 0;
	margin: 0 10px
}

.spinner {
	width: 120px;
}

	.spinner input {
		text-align: right;
	}

.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
	padding-right: 25px;
}

	.input-group-btn-vertical > .btn {
		display: block;
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 8px;
		margin-left: -1px;
		position: relative;
		border-radius: 0;
		font-size: 1.45rem;
	}

		.input-group-btn-vertical > .btn:first-child {
			border-top-right-radius: 4px;
		}

		.input-group-btn-vertical > .btn:last-child {
			margin-top: -2px;
			border-bottom-right-radius: 4px;
		}

	.input-group-btn-vertical i {
		position: absolute;
		top: 0;
		left: 4px;
	}

.material-switch > input[type="checkbox"] {
	display: none;
}

.material-switch > label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

	.material-switch > label::before {
		background: rgb(0, 0, 0);
		box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
		border-radius: 8px;
		content: '';
		height: 16px;
		margin-top: -8px;
		position: absolute;
		opacity: 0.3;
		transition: all 0.4s ease-in-out;
		width: 40px;
	}

	.material-switch > label::after {
		background: rgb(255, 255, 255);
		border-radius: 16px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
		content: '';
		height: 24px;
		left: -4px;
		margin-top: -8px;
		position: absolute;
		top: -4px;
		transition: all 0.3s ease-in-out;
		width: 24px;
	}

.material-switch > input[type="checkbox"]:checked + label::before {
	background: inherit;
	opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
	background: inherit;
	left: 20px;
}

.linearGradient {
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 0, 0)), to(rgb(0, 0, 255)));*/
	background: -webkit-linear-gradient(top left, #f00, #00f, #BADA55, rgba(0, 0, 255,0.5));
	background: -moz-linear-gradient(top right, #f00, #00f, #BADA55, rgba(0, 0, 255,0.5));
}

.linearGradient2 {
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgb(252, 252, 252)), to(rgb(232, 232, 232)));
}

.linearGradient3 {
	/* FF 3.6+ */
	background: -moz-linear-gradient(left, #ff0000, #ffff00, #00ff00);
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(#ff0000), color-stop(#ffff00), color-stop(#00ff00));
	/* Chrome 10+, Safari 5.1+ */
	background: -webkit-linear-gradient(left, #ff0000, #ffff00, #00ff00);
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #ff0000, #ffff00, #00ff00);
	/* IE 10+ */
	background: -ms-linear-gradient(left, #ff0000, #ffff00, #00ff00);
	/* W3C */
	background: linear-gradient(left, #ff0000, #ffff00, #00ff00);
}

.linearGradient4 {
	/* FF 3.6+ */
	background: -moz-linear-gradient(left, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6 59%, #4bb8f0 71%, #3a8bc2 84%, #26558b 100%);
	/* Chrome, Safari 4+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cedbe9), color-stop(17%, #aac5de), color-stop(50%, #6199c7), color-stop(51%, #3a84c3), color-stop(59%, #419ad6), color-stop(71%, #4bb8f0), color-stop(84%, #3a8bc2), color-stop(100%, #26558b));
	/* Chrome 10+, Safari 5.1+ */
	background: -webkit-linear-gradient(left, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6 59%, #4bb8f0 71%, #3a8bc2 84%, #26558b 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6 59%, #4bb8f0 71%, #3a8bc2 84%, #26558b 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6 59%, #4bb8f0 71%, #3a8bc2 84%, #26558b 100%);
	/* W3C */
	background: linear-gradient(left, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6 59%, #4bb8f0 71%, #3a8bc2 84%, #26558b 100%);
}

.linearGradient5 {
	/* FF 3.6+ */
	background: -moz-linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%);
	/* Chrome, Safari 4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0b7a1), color-stop(50%, #8c3310), color-stop(51%, #752201), color-stop(100%, #bf6e4e));
	/* Chrome 10+, Safari 5.1+ */
	background: -webkit-linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%);
	/* IE 10+ */
	background: -ms-linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%);
	/* W3C */
	background: linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%);
}

.linearGradient6 {
	/* FF 3.6+ */
	background: -moz-linear-gradient(left, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6, #26558b 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: -webkit-linear-gradient(left, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6, #26558b 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6, #26558b 100%);
	/* IE10+ */
	background: -ms-linear-gradient(left, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6, #26558b 100%);
	/* W3C */
	background: linear-gradient(left, #cedbe9 0%, #aac5de 17%, #6199c7 50%, #3a84c3 51%, #419ad6, #26558b 100%);
}

.linearGradient7 {
	background: #cce5f4;
	background: -moz-linear-gradient(top, #cce5f4 0%, #00263c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cce5f4), color-stop(100%, #00263c));
	background: -webkit-linear-gradient(top, #cce5f4 0%, #00263c 100%);
	background: -o-linear-gradient(top, #cce5f4 0%, #00263c 100%);
	background: -ms-linear-gradient(top, #cce5f4 0%, #00263c 100%);
	background: linear-gradient(to bottom, #cce5f4 0%, #00263c 100%);
}

.linearGradient8 {
	background: linear-gradient(to top left, #fff 0%, #00263c 100%);
}

.linearGradient9 {
	background: linear-gradient(to top left, white 0%, black 100%);
}

.linearGradient10 {
	background: linear-gradient(to left top, #0000Ff, rgb(255, 0,0) 50px, green 199px, rgba(0, 0, 0, 0.5) 100.0%);
}

.bottomright {
	position: absolute;
	bottom: 0;
	margin-bottom: 7px;
	margin: 7px;
	right: 0;
}

.bottomaligned {
	position: absolute;
	bottom: 0;
	margin-bottom: 7px;
	left: 0;
}

.bottomleft {
	position: absolute;
	bottom: 0;
	margin-bottom: 7px;
	left: 100px;
}

.fixedheight {
	height: 200px;
	width: 243px;
	position: relative;
	border: 1px solid;
}

.centered {
	position: absolute;
	left: 30%;
	top: 50%;
	width: 50%;
	height: 50%;
}

.sample-block {
	display: inline-block;
	position: relative;
	/*border: 1px #f00 solid;*/
	transform: none;
	cursor: pointer;
}

	.sample-block:hover {
		transform: scale(1.05) perspective(1600px) translate3d(1.68063px, -1.27111px, 0px);
	}

.sample-block-selected {
	border: 4px #3797ff solid;
	border-radius: 2px;
	transform: scale(0.95);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	cursor: inherit;
}

	.sample-block-selected:hover {
		transform: scale(0.95);
	}

.fixed-samples {
	min-width: 750px;
	max-height: 520px;
	overflow-y: scroll;
}

.highlight {
	padding: 1rem;
	margin: 1rem -15px;
	background-color: #f7f7f9;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
/*@media (min-width: 750px) {
        .highlight {
            padding: 1.5rem;
            margin-right: 0;
            margin-left: 0;
        }
    }*/
.material-switch label {
	margin-bottom: 20px;
}

.preview-container {
	margin: 20px;
	background-color: transparent;
}

.step-preview {
	text-align: center;
	min-width: 440px;
	min-height: 100px;
	display: inline-block;
	position: relative;
	left: 25%;
	width: 50%;
	transform: translate(-5%,0%);
}

#step-output div.logo-text .logo-header {
	font-size: 46px;
	letter-spacing: 2px;
}

#preview-panel > div.container-image {
	position: absolute;
	top: 2500px;
	z-index: 999;
}
/*
.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
 */
.swiper-container {
	width: 100%;
	height: 520px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;
	height: 200px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.append-buttons {
	text-align: center;
	margin-top: 20px;
}

a.append-slide {
	display: inline-block;
	border: 1px solid #007aff;
	color: #007aff;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 4px;
	margin: 0 10px;
	font-size: 13px;
}

.swiper-slide img {
	border: 1px #e0e0e0 solid;
	transform: none;
	cursor: pointer;
	height: 158px;
	width: 226px;
}

	.swiper-slide img:hover {
		transform: scale(2.5) perspective(1600px) translate3d(1.68063px, -1.27111px, 0px);
		z-index: 999;
	}

.swiper-slide-selected img {
	border: 4px #3797ff solid;
	border-radius: 2px;
	transform: scale(0.95);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	cursor: pointer;
}

.swiper-slide-selected:hover {
	/*transform: scale(0.95);*/
}

.palette-preview {
	height: 40px;
	width: 40px;
	position: relative;
	margin: 2px;
	display: inline-block;
	border: 1px solid #777;
}

.email-tracker-content {
	position: relative;
	padding-top: 60px;
	padding-bottom: 50px;
	border: #c0c0c0 1px solid;
	border-radius: 4px;
	background-color: #f8f8f8;
	color: #43567e;
	min-height: 1144px;
}

	.email-tracker-content .effective-msg {
		color: #1dbefa;
		font-size: 18px;
		font-weight: 200;
		margin-bottom: 60px;
	}

	.email-tracker-content a {
		color: #1dbefa;
	}

	.email-tracker-content input {
		margin: 20px auto;
		width: 500px;
		height: 50px;
		float: none;
	}

	.email-tracker-content textarea {
		margin: 0px auto;
		margin-bottom: 20px;
		width: 500px;
		float: none;
		border-radius: 5px;
	}

	.email-tracker-content .controls .gmail-btn-2 {
		width: 500px;
	}

	.email-tracker-content li {
		line-height: 3em;
	}

	.email-tracker-content .faq-message {
		font-size: 16px;
	}


	.email-tracker-content .team-features-table td {
		vertical-align: text-top;
	}

	.email-tracker-content h2 {
		color: #43567e;
		font-size: 18px;
		font-weight: 200;
	}

	.email-tracker-content h1 {
		font-weight: 200;
		color: #43567e;
		font-size: 44px;
	}

	.email-tracker-content p {
		font-size: 18px;
		color: #43567e;
		font-weight: 200;
		padding-right: 30px;
	}

		.email-tracker-content p strong {
			color: #43567e;
		}

	.email-tracker-content > #content-container > p:first-child {
		margin-top: 50px;
	}

	.email-tracker-content .card {
		height: 350px;
		min-width: 430px;
		padding: 35px 20px;
		-webkit-box-shadow: 0px 0px 18px 4px rgba(223,223,223,.75);
		-moz-box-shadow: 0px 0px 18px 4px rgba(223,223,223,.75);
		box-shadow: 0px 0px 18px 4px rgba(223,223,223,.75);
		border-radius: 5px;
	}

		.email-tracker-content .card p {
			font-family: 'Roboto Condensed', 'Roboto';
		}

		.email-tracker-content .card .icon-circle {
			position: relative;
			width: 56px;
			height: 56px;
			border: 2px solid #1dbefa;
			border-radius: 50%;
			color: #43567e;
			font-size: 20px;
			font-weight: 600;
			border-width: 2px;
			box-sizing: border-box;
			text-align: center;
			display: inline-block;
			line-height: 52px;
			background-color: transparent;
		}

			.email-tracker-content .card .icon-circle span {
				font-size: 30px;
				font-weight: 700;
			}

		.email-tracker-content .card h2 {
			color: #43567e;
			font-size: 20px;
			font-weight: 400;
			margin-top: 30px;
		}

		.email-tracker-content .card .gmail-btn-2 {
			font-size: 12px;
			padding: 16px 40px;
			width: unset;
		}

		.email-tracker-content .card + .card {
			margin-left: 30px;
		}

	.email-tracker-content ul {
		list-style: none;
	}

		.email-tracker-content ul li:before {
			content: "\2022";
			color: #1dbefa;
			font-weight: bold;
			display: inline-block;
			width: 0.7em;
			margin-left: 0em;
		}

.email-tracker-left-column {
	margin-top: 22px;
	min-width: 225px;
}

.full-content-wrapper {
	height: 80vh;
	overflow: hidden;
	width: 100%;
	position: relative;
	top: -11px;
}

.full-content {
	background: transparent;
	color: #000;
	height: 100%;
}

.full-content-2 {
	background: transparent;
	color: #000;
	height: 100%;
}

.full-content .gmail-btn-5 {
	padding-top: 5px !important;
	margin-left: -25px;
}

.full-content .error-header {
	font-family: 'Roboto Condensed', Roboto;
	font-weight: 200;
	font-size: 44px;
}

.full-content h1 {
	font-family: 'Roboto Condensed', Roboto;
	font-weight: 200;
	font-size: 44px;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.with-legend-1,
.with-legend-2 {
	border: #c0c0c0 1px solid;
	border-radius: 3px;
	position: relative;
	padding-top: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

	.with-legend-1 h1,
	.with-legend-2 h1 {
		display: inline-block;
		padding-left: 5px;
		background: #fff;
		position: absolute;
		top: -11px;
		left: 5px;
		font-size: 16px;
	}

	.with-legend-1 h1,
	.with-legend-2 h1 {
		width: fit-content;
		padding-right: 7px;
	}
