/* #Table of Contents

1.	Site Styles
2.	Navigation
3.	Header
4.	Elements
5.	Bottom
6.	Media Queries
================================================== */



/* ========================= Site Styles ========================= */

html {
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25), only screen and (min-device-pixel-ratio:1.25), only screen and (min-resolution:200dpi), only screen and (min-resolution:1.25dppx) { -webkit-font-smoothing: subpixel-antialiased; }

body {
	color:#2C3E50;
	font-size:15px;
	line-height:24px;
	font-weight:300;
}

p { margin-bottom:15px; }
h1, h2, h3, h4 { margin-bottom:15px; }
h5, h6 { margin-bottom:10px; }
h1 {
	font-size:42px;
	line-height:52px;
}
h2 {
	font-size:36px;
	line-height:44px;
}
h3 {
	font-size:30px;
	line-height:38px;
}
h4 {
	font-size:24px;
	line-height:32px;
}
h5 {
	font-size:18px;
	line-height:24px;
}
h6 {
	font-size:14px;
	line-height:20px;
}

a, a:visited {
	color:#E74C3C;
	-webkit-transition:border-color .2s ease, color .2s ease, background-color .2s ease, background .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
	transition:border-color .2s ease, color .2s ease, background-color .2s ease, background .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
}
a:hover {
	color:#404040;
	text-decoration:none;
}
a:focus { text-decoration:none; }

ul li { line-height:inherit; }

figure { margin:0px; }
	figure img { width:100%; }
	figure iframe {
		overflow:hidden;
		width:100% !important;
		background-color:#f4f4f4;
		border:0px;
	}
	
video {
	width:100%;
	height:auto;
}

.display-block {
    display: block;
}

.full-width {
    width: 100%;
}

.no-padding-top { padding-top:0px !important;	}
.no-padding-bottom  { padding-bottom:0px !important; }
.no-padding-right { padding-right:0px !important;	}
.no-padding-left { padding-left:0px !important; }

.padding-top10 { padding-top:10px !important; }
.padding-top20 { padding-top:20px !important; }
.padding-top30 { padding-top:30px !important; }
.padding-top40 { padding-top:40px !important; }
.padding-top50 { padding-top:50px !important; }
.padding-top60 { padding-top:60px !important; }
.padding-top70 { padding-top:70px !important; }
.padding-top80 { padding-top:80px !important; }

.padding-bottom10 { padding-bottom:10px !important; }
.padding-bottom20 { padding-bottom:20px !important; }
.padding-bottom30 { padding-bottom:30px !important; }
.padding-bottom40 { padding-bottom:40px !important; }
.padding-bottom50 { padding-bottom:50px !important; }
.padding-bottom60 { padding-bottom:60px !important; }
.padding-bottom70 { padding-bottom:70px !important; }
.padding-bottom80 { padding-bottom:80px !important; }

.no-margin-top { margin-top:0px !important;	}
.no-margin-bottom  { margin-bottom:0px !important; }
.no-margin-right { margin-right:0px !important;	}
.no-margin-left { margin-left:0px !important; }

.margin-top10 { margin-top:10px !important; }
.margin-top20 { margin-top:20px !important; }
.margin-top30 { margin-top:30px !important; }
.margin-top40 { margin-top:40px !important; }
.margin-top50 { margin-top:50px !important; }
.margin-top60 { margin-top:60px !important; }
.margin-top70 { margin-top:70px !important; }
.margin-top80 { margin-top:80px !important; }

.margin-bottom10 { margin-bottom:10px !important; }
.margin-bottom20 { margin-bottom:20px !important; }
.margin-bottom30 { margin-bottom:30px !important; }
.margin-bottom40 { margin-bottom:40px !important; }
.margin-bottom50 { margin-bottom:50px !important; }
.margin-bottom60 { margin-bottom:60px !important; }
.margin-bottom70 { margin-bottom:70px !important; }
.margin-bottom80 { margin-bottom:80px !important; }

.list-icon { margin:20px 0px; }
	.list-icon ul {
		padding:0px;
		margin:0px;
	}
		.list-icon ul li {
			list-style-type:none;
			position:relative;
			font-size:16px;
			padding-left:30px;
			margin-bottom:10px;
		}
		.list-icon ul li:last-child { margin-bottom:0px; }
			.list-icon ul li .fa {
				position:absolute;
				top:3px;
				left:0px;
				color:#E74C3C;
				font-size:20px;
			}
			
.required { color:#f63737; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], .ie input[type="range"], .ie9 input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
	height:50px;
font-size:16px;
	padding:0px 20px;
	border:1px solid #e4e4e4;
	outline:none !important;
	border-radius:3px;
}
.ie input[type="color"], .ie input[type="date"], .ie input[type="datetime"], .ie input[type="datetime-local"], .ie input[type="email"], .ie input[type="month"], .ie input[type="number"], .ie input[type="password"], .ie input[type="range"], .ie input[type="search"], .ie input[type="tel"], .ie input[type="text"], .ie input[type="time"], .ie input[type="url"], .ie input[type="week"] { line-height:48px; }
input[type="color"]::-webkit-color-swatch-wrapper { padding:0px; }
input[type="color"]::-webkit-color-swatch { border:0px; }
@-moz-document url-prefix() {
	input[type="color"] {
		height:34px;
		padding:2px;
		border-color:#707070;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type="color"] {
		height:34px;
		padding:2px;
		border-color:#707070;
	}
	::i-block-chrome, input[type="color"] {
		height:50px;
		padding:0px 20px;
		border-color:#e0e0e0;
	}
}
input[type="date"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="week"]::-webkit-inner-spin-button { display:none; }
input[type="date"]::-webkit-calendar-picker-indicator, input[type="datetime-local"]::-webkit-calendar-picker-indicator, input[type="month"]::-webkit-calendar-picker-indicator, input[type="week"]::-webkit-calendar-picker-indicator {
	background:#f0f0f0;
	margin-left:5px;
}
input[type="file"] { line-height:1; }
input[type="image"] { background:none; }
input[type="number"]::-webkit-inner-spin-button {
	display:block;
	position:relative;
	width:8px;
	color:#333;
	text-align:center;
	cursor:pointer;
	margin-left:10px;
	-webkit-appearance:none;
}
input[type="number"]::-webkit-inner-spin-button:before, input[type="number"]::-webkit-inner-spin-button:after {
	position:absolute;
	right:0px;
	font-family:monospace;
	content:'^';
}
input[type="number"]::-webkit-inner-spin-button:before { top:0px; }
input[type="number"]::-webkit-inner-spin-button:after {
	bottom:0px;
	-webkit-transform:rotate(180deg);
}
input[type="time"]::-webkit-inner-spin-button { margin:11px 0px 0px 5px; }
select, textarea {
	height:auto;
	padding:12.5px 16px;
}
::i-block-chrome, select {
	padding:11.5px 20px;
	-webkit-appearance:none;
}
textarea {
	padding-left:20px;
	padding-right:20px;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, .ie input[type="range"]:focus, .ie9 input[type="range"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
	color:#404040;
	border-color:#E74C3C;
}
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, .ie input[type="range"]:disabled, .ie9 input[type="range"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, select:disabled, textarea:disabled {
	color:#a9a9a9;
	background-color:#e9e9e9;
	border-color:#e9e9e9;
}

.btn-custom, input[type="button"], input[type="submit"], input[type="reset"], button {
	color:#FFF !important;
	font-size:16px;
	line-height:50px;
	text-align:left;
	font-weight:400;
	white-space:nowrap;
	text-shadow:0px -1px rgba(0,0,0,.2);
	background-color:#E74C3C;
	padding:13.5px 25px;
	border:1px solid #d84242;
	outline:none !important;
	border-radius:3px;
	-webkit-transition:none;
	transition:none;
}
input[type="button"], input[type="submit"], input[type="reset"], button {
	line-height:1;
	padding-top:16px;
	padding-bottom:16px;
}
.btn-custom.btn-blue, input[type="button"].btn-blue, input[type="submit"].btn-blue, input[type="reset"].btn-blue, button.btn-blue {
	background-color:#3ebcfa;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#3ebcfa), to(#2daae8));
	background-image:-webkit-linear-gradient(top, #3ebcfa, #2daae8);
	background-image:-moz-linear-gradient(top, #3ebcfa, #2daae8);
	background-image:-ms-linear-gradient(top, #3ebcfa, #2daae8);
	background-image:-o-linear-gradient(top, #3ebcfa, #2daae8);
	background-image:linear-gradient(to bottom, #3ebcfa, #2daae8);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3ebcfa, endColorstr=#2daae8);
	border-color:#1e94cf;
}
.btn-custom.btn-blue:hover, input[type="button"].btn-blue:hover, input[type="submit"].btn-blue:hover, input[type="reset"].btn-blue:hover, button.btn-blue:hover { background:#2daae8; }
.btn-custom.btn-green, input[type="button"].btn-green, input[type="submit"].btn-green, input[type="reset"].btn-green, button.btn-green {
	background-color:#44d86e;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#44d86e), to(#32c15b));
	background-image:-webkit-linear-gradient(top, #44d86e, #32c15b);
	background-image:-moz-linear-gradient(top, #44d86e, #32c15b);
	background-image:-ms-linear-gradient(top, #44d86e, #32c15b);
	background-image:-o-linear-gradient(top, #44d86e, #32c15b);
	background-image:linear-gradient(to bottom, #44d86e, #32c15b);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#44d86e, endColorstr=#32c15b);
	border-color:#23a148;
}
.btn-custom.btn-green:hover, input[type="button"].btn-green:hover, input[type="submit"].btn-green:hover, input[type="reset"].btn-green:hover, button.btn-green:hover { background:#32c15b; }
.btn-custom.btn-red, input[type="button"].btn-red, input[type="submit"].btn-red, input[type="reset"].btn-red, button.btn-red {
	background-color:#E74C3C;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#E74C3C), to(#ee5555));
	background-image:-webkit-linear-gradient(top, #E74C3C, #ee5555);
	background-image:-moz-linear-gradient(top, #E74C3C, #ee5555);
	background-image:-ms-linear-gradient(top, #E74C3C, #ee5555);
	background-image:-o-linear-gradient(top, #E74C3C, #ee5555);
	background-image:linear-gradient(to bottom, #E74C3C, #ee5555);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E74C3C, endColorstr=#ee5555);
	border-color:#d84242;
}
.btn-custom:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .btn-custom.btn-red:hover, input[type="button"].btn-red:hover, input[type="submit"].btn-red:hover, input[type="reset"].btn-red:hover, button.btn-red:hover { background:#ee5555; }
.btn-custom.btn-pink, input[type="button"].btn-pink, input[type="submit"].btn-pink, input[type="reset"].btn-pink, button.btn-pink {
	background-color:#fb53c2;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fb53c2), to(#e741af));
	background-image:-webkit-linear-gradient(top, #fb53c2, #e741af);
	background-image:-moz-linear-gradient(top, #fb53c2, #e741af);
	background-image:-ms-linear-gradient(top, #fb53c2, #e741af);
	background-image:-o-linear-gradient(top, #fb53c2, #e741af);
	background-image:linear-gradient(to bottom, #fb53c2, #e741af);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fb53c2, endColorstr=#e741af);
	border-color:#ca3096;
}
.btn-custom.btn-pink:hover, input[type="button"].btn-pink:hover, input[type="submit"].btn-pink:hover, input[type="reset"].btn-pink:hover, button.btn-pink:hover { background:#e741af; }
.btn-custom.btn-purple, input[type="button"].btn-purple, input[type="submit"].btn-purple, input[type="reset"].btn-purple, button.btn-purple {
	background-color:#c95ef5;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#c95ef5), to(#b54be1));
	background-image:-webkit-linear-gradient(top, #c95ef5, #b54be1);
	background-image:-moz-linear-gradient(top, #c95ef5, #b54be1);
	background-image:-ms-linear-gradient(top, #c95ef5, #b54be1);
	background-image:-o-linear-gradient(top, #c95ef5, #b54be1);
	background-image:linear-gradient(to bottom, #c95ef5, #b54be1);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c95ef5, endColorstr=#b54be1);
	border-color:#9b39c4;
}
.btn-custom.btn-purple:hover, input[type="button"].btn-purple:hover, input[type="submit"].btn-purple:hover, input[type="reset"].btn-purple:hover, button.btn-purple:hover { background:#b54be1; }
.btn-custom.btn-yellow, input[type="button"].btn-yellow, input[type="submit"].btn-yellow, input[type="reset"].btn-yellow, button.btn-yellow {
	background-color:#f7b943;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f7b943), to(#e6a933));
	background-image:-webkit-linear-gradient(top, #f7b943, #e6a933);
	background-image:-moz-linear-gradient(top, #f7b943, #e6a933);
	background-image:-ms-linear-gradient(top, #f7b943, #e6a933);
	background-image:-o-linear-gradient(top, #f7b943, #e6a933);
	background-image:linear-gradient(to bottom, #f7b943, #e6a933);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f7b943, endColorstr=#e6a933);
	border-color:#cc9326;
}
.btn-custom.btn-yellow:hover, input[type="button"].btn-yellow:hover, input[type="submit"].btn-yellow:hover, input[type="reset"].btn-yellow:hover, button.btn-yellow:hover { background:#e6a933; }
.btn-custom.disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button:disabled, .btn-custom.disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, input[type="reset"]:disabled:hover, button:disabled:hover {
	color:#a9a9a9 !important;
	text-shadow:none;
	background:#e9e9e9;
	border-color:#e9e9e9;
}
	.btn-custom.btn-icon-first .fa { margin-right:10px; }
	.btn-custom.btn-icon-last .fa { margin-left:10px; }
	
.btn-custom.btn-small, input[type="button"].btn-small, input[type="submit"].btn-small, input[type="reset"].btn-small, button.btn-small {
	font-size:14px;
	line-height:42px;
	padding:10.5px 18px;
}
input[type="button"].btn-small, input[type="submit"].btn-small, input[type="reset"].btn-small, button.btn-small {
	line-height:1;
	padding-top:13px;
	padding-bottom:13px;
}
.btn-custom.btn-medium, input[type="button"].btn-medium, input[type="submit"].btn-medium, input[type="reset"].btn-medium, button.btn-medium {
	font-size:18px;
	line-height:56px;
	padding:15px 32px;
	border-radius:4px;
}
input[type="button"].btn-medium, input[type="submit"].btn-medium, input[type="reset"].btn-medium, button.btn-medium {
	line-height:1;
	padding-top:18px;
	padding-bottom:18px;
}
.btn-custom.btn-large, input[type="button"].btn-large, input[type="submit"].btn-large, input[type="reset"].btn-large, button.btn-large {
	font-size:20px;
	line-height:62px;
	padding:17px 40px;
	border-radius:5px;
}
input[type="button"].btn-large, input[type="submit"].btn-large, input[type="reset"].btn-large, button.btn-large {
	line-height:1;
	padding-top:20px;
	padding-bottom:20px;
}

button.close {
	font-family:Arial, Helvetica, sans-serif;
	color:#404040 !important;
	font-size:20px;
	margin:0px;
	border-radius:0px;
}
button.close:hover {
	color:#111;
	background:none;
	border:0px;
}

.aligncenter {
	display:block;
	margin:0px auto 20px auto;
}
.alignright {
	float:right;
	margin:10px 0 10px 10px;
}
.alignleft {
	float:left;
	margin:10px 10px 10px 0;
}
.left { float:left;	}
.right { float:right; }
.textcenter { text-align:center; }
.textright { text-align:right; }
.textleft { text-align:left; }

.alert h4 { margin-bottom:10px; }

.tooltip {
font-size:13px;
	line-height:18px;
	font-weight:300;
	text-transform:lowercase;
}
.tooltip-inner { padding:5px 10px; }

.wrap-container20 {
	padding-top:20px;
	padding-bottom:20px;
}
.wrap-container40 {
	padding-top:40px;
	padding-bottom:40px;
}
.wrap-container60 {
	padding-top:60px;
	padding-bottom:60px;
}
.wrap-container80 {
	padding-top:80px;
	padding-bottom:80px;
}
.wrap-container100 {
	padding-top:100px;
	padding-bottom:100px;
}
.wrap-container120 {
	padding-top:120px;
	padding-bottom:120px;
}
.wrap-container6020 {
	padding-top:60px;
	padding-bottom:20px;
}
.wrap-container8040 {
	padding-top:80px;
	padding-bottom:40px;
}

.col-text40 { padding-top:40px; }
.col-text60 { padding-top:60px; }
.col-text80 { padding-top:80px; }
.col-text100 { padding-top:100px; }
.col-text120 { padding-top:120px; }

.border-top { border-top:1px solid #e4e4e4; }
.border-bottom { border-bottom:1px solid #e4e4e4; }

.no-border-top { border-top:0px !important; }
.no-border-bottom { border-bottom:0px !important; }

.post-heading-center {
	text-align:center;
	margin-bottom:40px;
}
.post-heading-center:after {
	display:block;
	width:200px;
	height:1px;
	content:'';
	background-color:#e0e0e0;
	margin:20px auto 0px;
}
.post-heading-center.no-border-bottom:after { display:none; }
	.post-heading-center h2 {
		color:#202020;
		font-weight:700;
		margin:0px;
	}
	.post-heading-center p {
		color:#a0a0a0;
		font-size:20px;
		line-height:26px;
		margin:12px 0px 0px;
	}
	
.post-heading-left { margin-bottom:25px; }
	.post-heading-left h2 {
		font-size:30px;
		line-height:38px;
		margin:0px;
	}
		.post-heading-left h2 strong { color:#E74C3C; }
	.post-heading-left p {
		color:#a9a9a9;
		font-size:18px;
		margin:5px 0px 0px;
	}
	.post-heading-left.top-heading-desc p { margin:0px 0px 5px; }
	
.bg-grey {
	background-color:#f6f8f9;
	border-top:1px solid #eaedef;
	border-bottom:1px solid #eaedef;
}
.bg-image {
	color:#FFF;
	font-size:18px;
	line-height:26px;
	background:#2C3E50;
	background-size:cover;
}
	.bg-image h1, .bg-image h2, .bg-image h3, .bg-image h4, .bg-image h5, .bg-image h6 { color:#FFF; }
	.bg-image .btn-custom, .bg-image input[type="button"], .bg-image input[type="submit"], .bg-image input[type="reset"], .bg-image button {
		padding-top:14.5px;
		padding-bottom:14.5px;
		border:0px;
	}
	.bg-image input[type="button"], .bg-image input[type="submit"], .bg-image input[type="reset"], .bg-image button {
		padding-top:17px;
		padding-bottom:17px;
	}
	.bg-image .btn-custom.btn-small {
		padding-top:11.5px;
		padding-bottom:11.5px;
	}
	.bg-image input[type="button"].btn-small, .bg-image input[type="submit"].btn-small, .bg-image input[type="reset"].btn-small, .bg-image button.btn-small {
		padding-top:14px;
		padding-bottom:14px;
	}
	.bg-image .btn-custom.btn-medium {
		padding-top:16px;
		padding-bottom:16px;
	}
	.bg-image input[type="button"].btn-medium, .bg-image input[type="submit"].btn-medium, .bg-image input[type="reset"].btn-medium, .bg-image button.btn-medium {
		padding-top:19px;
		padding-bottom:19px;
	}
	.bg-image .btn-custom.btn-large {
		padding-top:18px;
		padding-bottom:18px;
	}
	.bg-image input[type="button"].btn-large, .bg-image input[type="submit"].btn-large, .bg-image input[type="reset"].btn-large, .bg-image button.btn-large {
		padding-top:21px;
		padding-bottom:21px;
	}
	
.text-desc {
	font-size:14px;
	line-height:22px;
	margin:12px 0px 0px;
}
	.text-desc a { font-weight:400; }
	
.affa-form-subscribe { position:relative; }
	.affa-form-subscribe input[type="text"], .affa-form-subscribe input[type="email"] {
		width:100%;
		height:60px;
		font-size:18px;
		line-height:58px;
		padding-right:165px;
		border-radius:4px;
	}
	.affa-form-subscribe input[type="submit"] {
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		width:150px;
		line-height:58px;
		text-align:center;
		text-transform:uppercase;
		padding:0px;
		border-radius:4px;
	}
	.affa-form-subscribe input[type="text"].error, .affa-form-subscribe input[type="email"].error {
		color:#d86c6c;
		background-color:#f6caca;
		border-color:#e9b8b8;
	}
	.affa-form-subscribe input[type="text"].success, .affa-form-subscribe input[type="email"].success {
		color:#529552;
		background-color:#b9edb9;
		border-color:#a5dda5;
	}
	
.tbl-pricing.tbl-prc-recommended { padding-top:26px; }
	.tbl-pricing .tbl-prc-col {
		text-align:center;
		margin-bottom:40px;
		border:1px solid #e9e9e9;
		border-radius:4px;
	}
	.tbl-pricing.tbl-prc-recommended .tbl-prc-col.tbl-prc-col-recommended { margin-top:-26px; }
		.tbl-pricing .tbl-prc-col .tbl-prc-heading {
			font-size:26px;
			line-height:32px;
			font-weight:700;
			padding:15px;
			margin:0px;
		}
		.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading { color:#E74C3C; }
			.tbl-pricing .tbl-prc-col .tbl-prc-heading i {
				display:block;
						font-size:14px;
				line-height:18px;
				font-style:normal;
				font-weight:400;
				text-transform:uppercase;
				margin:8px 0px 0px;
			}
			.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading i { color:#E74C3C; }
		.tbl-pricing .tbl-prc-col .tbl-prc-price {
			color:#E74C3C;
			background-color:#f4f4f4;
			padding:30px 15px;
			border-top:1px solid #e9e9e9;
			border-bottom:1px solid #e9e9e9;
		}
		.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-price {
			background-color:#E74C3C;
			margin:0px -1px;
			border-top-color:#E74C3C;
			border-bottom-color:#E74C3C;
		}
			.tbl-pricing .tbl-prc-col .tbl-prc-price h5 {
				color:#E74C3C;
				font-size:60px;
				line-height:1;
				font-weight:700;
				margin:0px;
			}
			.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-price h5 { color:#FFF; }
			.tbl-pricing .tbl-prc-col .tbl-prc-price p {
				font-size:18px;
				line-height:24px;
				margin:5px 0px 0px;
			}
			.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-price p { color:#FFF; }
		.tbl-pricing .tbl-prc-col .tbl-prc-list {
			padding:25px 30px 13px;
			margin:0px;
		}
			.tbl-pricing .tbl-prc-col .tbl-prc-list li {
				list-style-type:none;
				padding-bottom:12px;
				margin-bottom:12px;
				border-bottom:1px solid #EEE;
			}
			.tbl-pricing .tbl-prc-col .tbl-prc-list li:last-child {
				margin-bottom:0px;
				border-bottom:0px;
			}
		.tbl-pricing .tbl-prc-col .tbl-prc-footer {
			background-color:#f4f4f4;
			padding:30px 15px;
			border-top:1px solid #e9e9e9;
			border-radius:0px 0px 4px 4px;
		}
		.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-footer {
			padding-top:39px;
			padding-bottom:39px;
		}



/* ========================= Navigation ========================= */

#navigation.navbar {
	min-height:0px;
	color:#b0b0b0;
	background:#FFF;
	padding:20px 0px;
	margin:0px;
	border:0px;
	border-radius:0px;
}
	#navigation .navbar-brand, #navigation_affix .navbar-brand {
		height:auto;
		color:#FFF;
		padding:0px;
	}
	#navigation.navbar > .container .navbar-brand, #navigation.navbar > .container-fluid .navbar-brand, #navigation_affix .navbar > .container .navbar-brand, #navigation_affix .navbar > .container-fluid .navbar-brand { margin:0px; }
		#navigation .navbar-brand img, #navigation_affix .navbar-brand img { height:50px; }
#navigation .nav, #navigation_affix .nav {
	float:right;
}
	#navigation .nav > li { padding:11px 25px; }
	#navigation .nav > li.menu-btn {
		padding-top:6px;
		padding-bottom:6px;
	}
	#navigation .nav > li:last-child, #navigation_affix .nav > li:last-child { padding-right:0px; }
		#navigation .nav > li > a, 
		#navigation_affix .nav > li > a,
		#navigation .nav > li > div.dropdown > a {
			float:left;
			font-family:Lato, Arial, sans-serif;
			color:#4a4a4a;
			font-size:14px;
			line-height:18px;
			font-weight:700;
			text-transform:uppercase;
			background:none !important;
			padding:0px;
		}
		
		
		#navigation .nav > li.menu-btn > a, #navigation_affix .nav > li.menu-btn > a {
			color:#FFF !important;
			background:#E74C3C !important;
			background-image:-webkit-gradient(linear, left top, left bottom, from(#E74C3C), to(#ee5555)) !important;
			background-image:-webkit-linear-gradient(top, #E74C3C, #ee5555) !important;
			background-image:-moz-linear-gradient(top, #E74C3C, #ee5555) !important;
			background-image:-ms-linear-gradient(top, #E74C3C, #ee5555) !important;
			background-image:-o-linear-gradient(top, #E74C3C, #ee5555) !important;
			background-image:linear-gradient(to bottom, #E74C3C, #ee5555) !important;
			filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E74C3C, endColorstr=#ee5555) !important;
			padding:5px 8px;
			border-radius:3px;
			-webkit-transition:none;
			transition:none;
		}
		#navigation .nav > li > a:hover, #navigation .nav > li.active > a { color:#E74C3C !important; }
		#navigation .nav > li.menu-btn > a:hover, #navigation_affix .nav > li.menu-btn > a:hover { background:#ee5555 !important; }
#navigation .navbar-nav, #navigation_affix .navbar-nav {
	margin-top:10px;
	margin-bottom:0px;
}

/* Navigation Affix */
#navigation_affix {
	overflow:hidden;
	position:fixed;
	top:-60px;
	right:0px;
	left:0px;
	height:60px;
	background-color:rgba(255,255,255,.95);
	z-index:1000;
	box-shadow:0px 1px 6px 0px rgba(0,0,0,.12);
	-webkit-transition:top .3s ease;
	transition:top .3s ease;
}
.ie #navigation_affix {
	background:url('../images/ie-bg-navigation_affix.png') repeat top left;
	border-bottom:1px solid #e4e4e4;
}
#navigation_affix.show { top:0px; }
	#navigation_affix .navbar-brand, #navigation_affix .nav > li > a { color:#4a4a4a; }
	#navigation_affix .navbar-brand { padding:10px 0px; }
	#navigation_affix .nav { height:60px; }
		#navigation_affix .nav > li { padding:0px 15px; }
		#navigation_affix .nav > li.menu-btn {
			padding-top:16px;
			padding-bottom:16px;
		}
			#navigation_affix .nav > li > a {
				padding:19px 0px 21px;
				border-top:2px solid transparent;
				border-bottom:0px;
			}
			#navigation_affix .nav > li.menu-btn > a { border-top:0px; }
			#navigation_affix .nav > li > a:hover { color:#E74C3C; }
			#navigation_affix .nav > li.active > a {
				color:#E74C3C;
				border-top-color:#E74C3C;
			}
			
/* Navigation Mobile */
#navigation_mobile {
	display:none;
	font-family:Lato, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
}
	#navigation_mobile .nav-menu-links {
		display:none;
		background-color:#E74C3C;
	}
	#navigation_mobile ul {
		padding:30px 100px;
		margin:0px;
	}
		#navigation_mobile ul li {
			list-style-type:none;
			padding:11px 0px;
		}
			#navigation_mobile ul li a {
				display:block;
				color:#fed3d3;
			}
			#navigation_mobile ul li a:hover { color:#FFF; }
	#navigation_mobile .nav-menu-button {
		background-color:#ee5555;
		padding:14.5px 0px;
	}
		#navigation_mobile .nav-menu-button button.nav-menu-toggle {
			color:#fed3d3 !important;
			font-size:24px;
			line-height:1;
			background:none;
			padding:0px;
			border:0px;
			border-radius:0px;
			-webkit-transition:color .2s ease;
			transition:color .2s ease;
		}
		#navigation_mobile .nav-menu-button button.nav-menu-toggle:hover { color:#FFF !important; }



/* ========================= Header ========================= */

#header {
	position:relative;
	color:#FFF;
	background-color:#3498DB;
    background: #3498db; /* Old browsers */
    background: -moz-linear-gradient(top, #3498db 0%, #308dcc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3498db 0%,#308dcc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3498db 0%,#308dcc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498db', endColorstr='#308dcc',GradientType=0 ); /* IE6-9 */
}
	#header .header-container {
		background:url('../images/base-header-overlay.png') repeat top left;
		padding:60px 0px 40px;
	}
	#header .header-logo {
		display:none;
		text-align:center;
		margin-bottom:40px;
	}
		#header .header-logo img { max-height:40px; }
	#header .header-heading-title {
		text-align:center;
		margin-bottom:60px;
	}
		#header .header-heading-title h1 {
			font-size:36px;
			line-height:44px;
			font-weight:700;
			margin:0px;
		}
		#header .header-heading-title h4 {
			font-size:24px;
			line-height:32px;
			font-weight:300;
			margin:20px 0px 0px;
		}
		
	#header .header-video {
		position:relative;
		height:540px;
		background-repeat:no-repeat;
		background-position:top center;
		background-size:cover;
		margin-bottom:40px;
		box-shadow:0px 0px 4px 1px rgba(0,0,0,.3);
	}
		#header .header-video .header-video-overlay {
			position:absolute;
			top:0px;
			right:0px;
			bottom:0px;
			left:0px;
			background-color:rgba(0,0,0,.4);
		}
		.ie #header .header-video .header-video-overlay { background:url('../images/ie-bg-header-video-overlay.png') repeat top left; }
		#header .header-video .btn-play-video {
			position:absolute;
			top:50%;
			left:50%;
			width:120px;
			height:120px;
			font-size:0px;
			text-indent:-99999;
			background:url('../images/btn-play-video.png') no-repeat center center;
			margin-top:-60px;
			margin-left:-60px;
			opacity:.7;
			-webkit-transition:opacity .2s ease-in-out;
			transition:opacity .2s ease-in-out;
		}
		#header .header-video .btn-play-video:hover { opacity:1; }
		
	#header .header-form-wrapper {
		overflow:hidden;
		position:relative;
		color:#2C3E50;
		background-color:#FFF;
		padding:25px 30px 30px;
		margin-bottom:40px;
		margin-top: 40px;
		border-radius:3px;
		box-shadow:0px 0px 0px 1px rgba(0,0,0,.1), inset 0px 1px 1px rgba(255,255,255,.15), inset 0px -1px 1px rgba(255,255,255,.1), 0px 1px 3px rgba(0,0,0,.2);

	}
	#header .header-message-wrapper{
		margin-bottom:40px;
		margin-top: 40px;
    	
	}
	#header .header-message-wrapper{
    }
		#header .header-form-wrapper .header-form-heading h4 {
			font-size:20px;
			line-height:26px;
			font-weight:700;
			margin:0px;
		}
			#header .header-form-wrapper .header-form-heading h4 .fa {
				float:left;
				font-size:24px;
				line-height:26px;
				margin-right:12px;
			}
		#header .header-form-wrapper .header-form-heading p {
			margin:10px 0px 0px;
		}
		#header .header-form-wrapper .header-form-heading p img {
			margin:0px 0px 20px 0px;
		}

		#header .header-form-wrapper .header-form { margin-top:20px; }
			#header .header-form-wrapper .header-form .submit-status {
				display:none;
				position:absolute;
				top:0px;
				right:0px;
				bottom:0px;
				left:0px;
				font-size:14px;
				line-height:20px;
				text-align:center;
				font-weight:400;
				background-color:rgba(0,0,0,.4);
				z-index:400;
				border-radius:3px;
			}
			.ie #header .header-form-wrapper .header-form .submit-status { background:url('../images/ie-bg-submit-status.png') repeat top left; }
				#header .header-form-wrapper .header-form .submit-status span {
					position:absolute;
					top:50%;
					right:15px;
					left:15px;
					text-align:center;
					background-color:#FFF;
					padding:15px;
					margin-top:-50px;
					border-radius:3px;
				}
				#header .header-form-wrapper .header-form .submit-status span.error {
					color:#d86c6c;
					background-color:#f6caca;
				}
				#header .header-form-wrapper .header-form .submit-status span.success {
					color:#529552;
					background-color:#b9edb9;
				}
					#header .header-form-wrapper .header-form .submit-status span .fa {
						display:block;
						font-size:24px;
						margin-bottom:6px;
					}
			#header .header-form-wrapper .header-form input[type="text"], #header .header-form-wrapper .header-form input[type="email"], #header .header-form-wrapper .header-form textarea {
				width:100%;
				margin-bottom:15px;
				box-shadow:1px 1px 1px rgba(255,255,255,.1), inset 1px 1px 2px rgba(0,0,0,.1);
			}
			#header .header-form-wrapper .header-form textarea {
				display:block;
				height:90px;
			}
			.ie #header .header-form-wrapper .header-form input[type="text"], .ie #header .header-form-wrapper .header-form input[type="email"], .ie #header .header-form-wrapper .header-form textarea { line-height:50px; }
			#header .header-form-wrapper .header-form input[type="text"].error, #header .header-form-wrapper .header-form input[type="email"].error, #header .header-form-wrapper .header-form textarea.error { background-color:#ff3131; }
			#header .header-form-wrapper .header-form input[type="text"]::-webkit-input-placeholder, #header .header-form-wrapper .header-form input[type="email"]::-webkit-input-placeholder, #header .header-form-wrapper .header-form textarea::-webkit-input-placeholder { color:#FFF; }
			#header .header-form-wrapper .header-form input[type="text"]:-moz-placeholder, #header .header-form-wrapper .header-form input[type="email"]:-moz-placeholder, #header .header-form-wrapper .header-form textarea:-moz-placeholder { color:#FFF; }
			#header .header-form-wrapper .header-form input[type="text"]::-moz-placeholder, #header .header-form-wrapper .header-form input[type="email"]::-moz-placeholder, #header .header-form-wrapper .header-form textarea::-moz-placeholder { color:#FFF; }
			#header .header-form-wrapper .header-form input[type="text"]:-ms-input-placeholder, #header .header-form-wrapper .header-form input[type="email"]:-ms-input-placeholder, #header .header-form-wrapper .header-form textarea:-ms-input-placeholder { color:#FFF; }
			#header .header-form-wrapper .header-form input[type="text"]:disabled, #header .header-form-wrapper .header-form input[type="email"]:disabled, #header .header-form-wrapper .header-form textarea:disabled {
				color:#a9a9a9;
				background-color:#e9e9e9 !important;
				box-shadow:none;
			}
			#header .header-form-wrapper .header-form input[type="text"]:disabled::-webkit-input-placeholder, #header .header-form-wrapper .header-form input[type="email"]:disabled::-webkit-input-placeholder, #header .header-form-wrapper .header-form textarea:disabled::-webkit-input-placeholder { color:#a9a9a9; }
			#header .header-form-wrapper .header-form input[type="text"]:disabled:-moz-placeholder, #header .header-form-wrapper .header-form input[type="email"]:disabled:-moz-placeholder, #header .header-form-wrapper .header-form textarea:disabled:-moz-placeholder { color:#a9a9a9; }
			#header .header-form-wrapper .header-form input[type="text"]:disabled::-moz-placeholder, #header .header-form-wrapper .header-form input[type="email"]:disabled::-moz-placeholder, #header .header-form-wrapper .header-form textarea:disabled::-moz-placeholder { color:#a9a9a9; }
			#header .header-form-wrapper .header-form input[type="text"]:disabled:-ms-input-placeholder, #header .header-form-wrapper .header-form input[type="email"]:disabled:-ms-input-placeholder, #header .header-form-wrapper .header-form textarea:disabled:-ms-input-placeholder { color:#a9a9a9; }
			#header .header-form-wrapper .header-form input[type="submit"] {
				width:100%;
				color:#4a4a4a !important;
				text-align:center;
				text-shadow:none;
				background:#FFF;
				filter:none;
				padding-top:19px;
				padding-bottom:19px;
				margin-top:3px;
				border:0px;
			}
			#header .header-form-wrapper .header-form input[type="submit"]:hover { background-color:rgba(255,255,255,.9); }
			#header .header-form-wrapper .header-form input[type="submit"]:disabled, #header .header-form-wrapper .header-form input[type="submit"]:disabled:hover {
				color:#a9a9a9 !important;
				background-color:#e9e9e9;
			}
			#header .header-form-wrapper .header-form .text-desc {
				color:#f8b4b4;
				font-size:13px;
				line-height:18px;
				text-align:right;
				margin-top:8px;
			}
				#header .header-form-wrapper .header-form .text-desc a { color:#f8b4b4; }
				#header .header-form-wrapper .header-form .text-desc a:hover { color:#FFF; }
				
#sub-header {
	color:#FFF;
	background-color:#E74C3C;
	padding:40px 0px;
}
	#sub-header h1, #sub-header h2, #sub-header h3, #sub-header h4, #sub-header h5, #sub-header h6 {
		color:#FFF;
		margin:0px;
	}
	#sub-header .entry-title {
		font-size:38px;
		line-height:46px;
		font-weight:700;
		text-shadow:1px 1px 1px rgba(0,0,0,.25);
	}
	#sub-header p {
		font-size:18px;
		line-height:26px;
		text-shadow:1px 1px 1px rgba(0,0,0,.2);
		margin:10px 0px 8px;
	}



/* ========================= Elements ========================= */

.intro-text { padding:40px 0px; }
	.intro-text h3 { margin-bottom:20px; }
	
.affa_feature_icon {
	position:relative;
	min-height:70px;
	padding-left:90px;
	margin-bottom:40px;
}
	.affa_feature_icon img {
		position:absolute;
		top:6px;
		left:0px;
		width:64px;
	}
	.affa_feature_icon h4 {
		font-size:20px;
		line-height:26px;
		margin:0px;
	}
	.affa_feature_icon p { margin:10px 0px 0px; }
	
.affa_col_text { margin-bottom:20px; }
	.affa_col_text h4 {
		font-size:18px;
		line-height:24px;
		font-weight:700;
		margin:0px;
	}
	.affa_col_text p { margin:10px 0px 0px; }
	
.affa_counter_text {
	text-align:center;
	margin-bottom:40px;
}
	.affa_counter_text h4 {
		color:#d0d0d0;
		font-size:48px;
		line-height:1;
		font-weight:700;
		white-space:nowrap;
		margin:0px;
	}
	.affa_counter_text p {
		color:#4a4a4a;
		font-size:20px;
		line-height:1;
		font-weight:400;
		white-space:nowrap;
		margin:10px 0px 0px;
	}
.row.row-counter { margin:0px; }
	.row.row-counter > div { padding:0px; }
		.row.row-counter > div .affa_counter_text {
			padding:10px 15px;
			border-right:1px solid #e4e4e4;
		}
		.row.row-counter > div:last-child .affa_counter_text { border-right:0px; }
		
.affa_testimonial { margin-bottom:40px; }
	.affa_testimonial .affa_testimonial_text {
		min-height:48px;
		background:url('../images/icon-testimonial-text.png') no-repeat top left;
	}
		.affa_testimonial .affa_testimonial_text p { margin:0px; }
	.affa_testimonial .affa_testimonial_name {
		position:relative;
		min-height:80px;
		padding:14px 0px 0px 115px;
		margin-top:12px;
	}
		.affa_testimonial .affa_testimonial_name img {
			position:absolute;
			top:0px;
			left:20px;
			width:80px;
			height:80px;
			border-radius:50%;
		}
		.affa_testimonial .affa_testimonial_name h4 {
			font-size:18px;
			line-height:24px;
			font-weight:700;
			margin:0px;
		}
		.affa_testimonial .affa_testimonial_name p {
			color:#a9a9a9;
			font-size:14px;
			line-height:20px;
			margin:2px 0px 0px;
		}



/* ========================= Footer ========================= */

#bottom {
	text-align:center;
	padding:60px 0px;
}
	#bottom .affa-form-subscribe {
		width:640px;
		margin:0px auto;
	}
	
#footer {
	background-color:#f6f8f9;
	padding:9px 0px;
	border-top:1px solid #eaedef;
}
	#footer .copyright-text {
		float:left;
		padding:16px 0px;
		margin:0px;
	}
		#footer .copyright-text a { color:#4a4a4a; }
		#footer .copyright-text a:hover { color:#E74C3C; }
	#footer .socials {
		float:right;
		overflow:hidden;
	}
		#footer .socials a {
			float:left;
			width:42px;
			height:42px;
			color:#FFF;
			font-size:18px;
			line-height:42px;
			text-align:center;
			background-color:#d4dbde;
			margin:7px 0px 7px 14px;
			border-radius:50%;
		}
		#footer .socials a:hover { background-color:#404040; }



/* ========================= Customize ========================= */

#customize {
	position:fixed;
	top:60px;
	left:-150px;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	z-index:10000;
	-webkit-transition:left .3s ease;
	-moz-transition:left .3s ease;
	-ms-transition:left .3s ease;
	-o-transition:left .3s ease;
	transition:left .3s ease;
}
#customize.in { left:0px; }
	#customize .popup-open {
		position:absolute;
		top:0px;
		right:-48px;
		width:48px;
		height:48px;
		color:#909090;
		font-size:24px;
		line-height:48px;
		text-align:center;
		background-color:rgba(16,16,16,.8);
		-moz-border-radius:0px 4px 4px 0px;
		-webkit-border-radius:0px 4px 4px 0px;
		border-radius:0px 4px 4px 0px;
		-webkit-transition:color .2s ease, background-color .2s ease;
		-moz-transition:color .2s ease, background-color .2s ease;
		-ms-transition:color .2s ease, background-color .2s ease;
		-o-transition:color .2s ease, background-color .2s ease;
		transition:color .2s ease, background-color .2s ease;
	}
	.ie #customize .popup-open { background-color:#101010; }
	#customize .popup-open:hover {
		color:#FFF;
		background-color:#101010;
		cursor:pointer;
	}
	#customize .wrap-customize {
		width:150px;
		color:#7a7a7a;
		background-color:rgba(16,16,16,.8);
		padding:10px 15px;
		-moz-border-radius:0px 0px 4px 0px;
		-webkit-border-radius:0px 0px 4px 0px;
		border-radius:0px 0px 4px 0px;
		-webkit-transition:background-color .2s ease;
		-moz-transition:background-color .2s ease;
		-ms-transition:background-color .2s ease;
		-o-transition:background-color .2s ease;
		transition:background-color .2s ease;
	}
	.ie #customize .wrap-customize { background-color:#101010; }
	#customize:hover .popup-open, #customize:hover .wrap-customize { background-color:#101010; }
		#customize .wrap-customize h5 {
			color:#a9a9a9;
			font-size:13px;
			line-height:18px;
			font-weight:700;
			text-transform:uppercase;
			cursor:default;
			padding-bottom:4px;
			margin-bottom:10px;
			border-bottom:1px dotted #606060;
		}
		#customize .wrap-customize a, #customize .wrap-customize a:visited { color:#7a7a7a; }
		#customize .wrap-customize a:hover { color:#FFF; }
		#customize .wrap-customize .customize-panel { padding:10px 0px; }
		#customize .wrap-customize .customize-list-link a {
			display:block;
			margin-bottom:4px;
		}
		#customize .wrap-customize .customize-list-link a:last-child { margin-bottom:0px; }
			#customize .wrap-customize .customize-list-link a .fa { margin-right:5px; }
		#customize .customize-list-color {
			overflow:hidden;
			margin:-3px;
		}
			#customize .customize-list-color a {
				float:left;
				width:36px;
				height:36px;
				margin:3px;
				-webkit-transition:opacity .2s ease-in-out;
				-moz-transition:opacity .2s ease-in-out;
				-ms-transition:opacity .2s ease-in-out;
				-o-transition:opacity .2s ease-in-out;
				transition:opacity .2s ease-in-out;
			}
			#customize .customize-list-color a:hover { opacity:0.8; }



/* ========================= Media Queries ========================= */

@media (min-width: 992px) and (max-width: 1199px) {
	
	.col-text40 { padding-top:0px; }
	.col-text60, .col-text80 { padding-top:20px; }
	.col-text100, .col-text120 { padding-top:40px; }
	
	.post-heading-center h2 {
		font-size:32px;
		line-height:40px;
	}
	.post-heading-center p {
		font-size:18px;
		line-height:24px;
	}
	
	.post-heading-left h2 {
		font-size:26px;
		line-height:34px;
	}
	.post-heading-left p {
		font-size:16px;
		line-height:22px;
	}
	
	.tbl-pricing .tbl-prc-col .tbl-prc-list {
		padding-right:25px;
		padding-left:25px;
	}
	
	#navigation .nav > li {
		padding-right:18px;
		padding-left:18px;
	}
	
	#navigation_affix .nav > li {
		padding-right:10px;
		padding-left:10px;
	}
	
	#header .header-video { height:530px; }
	#header .header-form-wrapper {
		padding:20px 25px 25px;
	}
	
	#sub-header .entry-title {
		font-size:34px;
		line-height:42px;
	}
	#sub-header p { margin-bottom:7px; }
	
	.affa_testimonial .affa_testimonial_name { padding-left:95px; }
	.affa_testimonial .affa_testimonial_name img { left:0px; }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.col-text40, .col-text60, .col-text80, .col-text100, .col-text120 { padding-top:0px; }
	
	.post-heading-center h2 {
		font-size:28px;
		line-height:36px;
	}
	.post-heading-center p {
		font-size:16px;
		line-height:22px;
	}
	
	.post-heading-left h2 {
		font-size:22px;
		line-height:30px;
	}
	.post-heading-left p {
		font-size:15px;
		line-height:22px;
	}
	
	.tbl-pricing .tbl-prc-col .tbl-prc-list {
		padding-right:15px;
		padding-left:15px;
	}
	
	#navigation .nav > li {
		padding-right:8px;
		padding-left:8px;
	}
	
	#navigation_affix .nav > li {
		padding-right:5px;
		padding-left:5px;
	}
	
	#header .header-video { height:520px; }
	#header .header-video .btn-play-video {
		width:80px;
		height:80px;
		background-image:url('../images/btn-play-video-mobile.png');
		margin-top:-40px;
		margin-left:-40px;
	}
	#header .header-form-wrapper{
		padding:15px 20px 20px;
	}
	
	#sub-header .entry-title {
		font-size:30px;
		line-height:38px;
	}
	#sub-header p {
		font-size:16px;
		line-height:24px;
		margin-bottom:6px;
	}
	
	.affa_testimonial { text-align:center; }
	.affa_testimonial .affa_testimonial_name {
		padding:0px;
		margin-top:15px;
	}
	.affa_testimonial .affa_testimonial_name img {
		position:static;
		top:auto;
		left:auto;
		width:100px;
		height:100px;
		margin-bottom:10px;
	}
	
}

@media (max-width: 767px) {
	
	#header .header-form-wrapper-pull-up {
        margin-bottom: 0px !important;
        box-shadow: none;
        border-radius: 0px;
        padding: 15px;
    }
	
	.no-padding-top-sm { padding-top:0px !important;	}
	.no-padding-bottom-sm  { padding-bottom:0px !important; }
	.no-padding-right-sm { padding-right:0px !important;	}
	.no-padding-left-sm { padding-left:0px !important; }
	
	.no-margin-top-sm { margin-top:0px !important;	}
	.no-margin-bottom-sm  { margin-bottom:0px !important; }
	.no-margin-right-sm { margin-right:0px !important;	}
	.no-margin-left-sm { margin-left:0px !important; }
	
	.col-text40, .col-text60, .col-text80, .col-text100, .col-text120 { padding-top:0px; }
	
	.post-heading-center h2 {
		font-size:32px;
		line-height:40px;
	}
	.post-heading-center p {
		font-size:18px;
		line-height:24px;
	}
	
	.post-heading-left h2 {
		font-size:26px;
		line-height:34px;
	}
	.post-heading-left p {
		font-size:16px;
		line-height:22px;
	}
	
	.tbl-pricing.tbl-prc-recommended { padding-top:0px; }
	.tbl-pricing.tbl-prc-recommended .tbl-prc-col.tbl-prc-col-recommended { margin-top:0px; }
	
	#navigation, #navigation .nav, #navigation_affix { display:none !important; }
	#navigation_mobile, #header .header-logo { display:block; }
	.single-page #navigation { display:block !important; }
	
	#navigation .navbar-brand {
		float:none;
		text-align:center;
	}
	#navigation .navbar-brand img {
		display:inline;
		height:auto;
		max-height:40px;
	}
	
	#header .header-container { padding:40px 0px 0px; }
	#header .header-heading-title { margin-bottom:40px; }
	#header .header-heading-title h1 {
		font-size:30px;
		line-height:38px;
	}
	#header .header-heading-title h4 {
		font-size:20px;
		line-height:28px;
	}
	
	#header .header-video { height:480px; }
	#header .header-form-wrapper, #header .header-form-wrapper .header-form-heading h4 { height:auto; }
	#header .header-form-wrapper .header-form-heading p { max-height:none; }
	
	#sub-header {
		text-align:center;
		padding:30px 0px;
	}
	#sub-header .entry-title {
		font-size:30px;
		line-height:38px;
	}
	#sub-header p {
		font-size:16px;
		line-height:24px;
		margin-bottom:6px;
	}
	
	.row.row-counter > div .affa_counter_text {
		padding:0px;
		margin-bottom:40px;
		border-right:0px;
	}
	.row.row-counter > div .affa_counter_text:after {
		display:block;
		width:100px;
		height:1px;
		content:'';
		background-color:#e4e4e4;
		margin:41px auto 0px;
	}
	.row.row-counter > div:last-child .affa_counter_text:after { display:none; }
	
	#bottom .affa-form-subscribe { width:auto; }
	
	#footer {
		text-align:center;
		padding:20px 0px;
	}
	#footer .copyright-text, #footer .socials { float:none; }
	#footer .copyright-text { padding:0px; }
	#footer .socials a {
		display:inline-block;
		float:none;
		margin:10px 5px 0px;
	}
	
	#customize { top:54px; }
	
}

@media (max-width: 480px) {
	
	.tbl-pricing .tbl-prc-col .tbl-prc-list {
		padding-right:25px;
		padding-left:25px;
	}
	
	#navigation_mobile ul {
		padding-left:15px;
		padding-right:15px;
	}
	
	#header .header-video { height:340px; }
	#header .header-video .btn-play-video {
		width:80px;
		height:80px;
		background-image:url('../images/btn-play-video-mobile.png');
		margin-top:-40px;
		margin-left:-40px;
	}
	#header .header-form-wrapper { padding:20px 25px 25px; }
	
	.affa_feature_icon {
		position:static;
		min-height:0px;
		text-align:center;
		padding-left:0px;
	}
	.affa_feature_icon img {
		position:static;
		top:auto;
		left:auto;
		width:64px;
		margin-bottom:12px;
	}
	
	.affa_testimonial { text-align:center; }
	.affa_testimonial .affa_testimonial_name {
		padding:0px;
		margin-top:15px;
	}
	.affa_testimonial .affa_testimonial_name img {
		position:static;
		top:auto;
		left:auto;
		width:100px;
		height:100px;
		margin-bottom:10px;
	}
	
}

@media (max-width: 400px) {
	
	.affa-form-subscribe input[type="text"], .affa-form-subscribe input[type="email"] { padding-right:20px; }
	.affa-form-subscribe input[type="submit"] {
		position:static;
		top:auto;
		right:auto;
		bottom:auto;
		width:100%;
		margin-top:15px;
	}
	
	.tbl-pricing .tbl-prc-col .tbl-prc-list {
		padding-right:20px;
		padding-left:20px;
	}
	
	#header .header-video { height:280px; }
	#header .header-form-wrapper { padding:15px 20px 20px; }
	
}

@media (max-width: 300px) {
	
	.tbl-pricing .tbl-prc-col .tbl-prc-list {
		padding-right:15px;
		padding-left:15px;
	}
	
	#header .header-video { height:220px; }
	
}
/*
White:          #ECF0F1
Light Blue:     #3498DB
Medium Blue:    #2980B9
Dark Blue:      #2C3E50
Red:            #E74C3C
*/

@font-face {
  font-family: circular;
  src: url('fonts/circular/circular-book.woff') format('woff');
}


body {
  font-family: circular, Helvetica, sans-serif;
  background-color: #ECF0F1;
}
.bg-white {
    background-color: white;
}

h1 {
  letter-spacing: -1px;      
}
h2 {
  letter-spacing: -.75px;      
}
h3 {
  letter-spacing: -.5px;      
}

h1,h2,h3,h4,h5,h6 {
  font-family: circular, Helvetica, sans-serif;  
}

a {
    color: #3498DB;
}

a:hover {
    color: #2C3E50 !important;
}

a:visited {
    color: #3498DB;
}
.decoration-bar-container {
    background-color: white;
}
.decoration-bar {
    height: 4px;
      background-image: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 30px, transparent 30px, transparent 50px, #83B3DB 50px, #84ADCB 80px, transparent 80px, transparent 100px);
06
}
.logo-bar {
    background-color: white;
}
.logo-bar img {
    margin-top: 20px;
    margin-bottom: 20px;
}

#header a {
    color: #E74C3C;
}

.intro-postcard {
    position: relative;
}
@media (max-width: 767px) {
.intro-postcard {
        padding-bottom: 70%;
}
}
@media (max-width: 400px) {
.intro-postcard {
        padding-bottom: 50%;
        width: calc(100% - 60px);
        margin: 30px auto;
}
}
.intro-postcard .card {
    border-radius: 3px;
    display: block;
    margin: 30px auto;
    width: calc(100% - 40px);
    box-shadow:0px 0px 0px 1px rgba(0,0,0,.1), inset 0px 1px 1px rgba(255,255,255,.15), inset 0px -1px 1px rgba(255,255,255,.1), 0px 1px 3px rgba(0,0,0,.2);
    position: absolute;
    margin-top: 0px;
}
.intro-postcard .card-front {
    transform: rotate(-4deg);
}
.intro-postcard .card-back {
    transform: rotate(3deg);    
}

.number {
    background-color: #3498DB;
    border-radius: 777px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
}

/* App */
.navbar-default {
    padding-top: 5px;
    background-color: white;
    border-radius: 0px;
    border-top: 0px
}

.nav.navbar-nav .menu-dropdown {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(231, 76, 60, 0.3);
    border-radius: 4px;
} 
.nav.navbar-nav .menu-dropdown {
	-webkit-transition:border-color .2s ease, color .2s ease, background-color .2s ease, background .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
    padding: 0px !important;
}
.nav.navbar-nav .menu-dropdown:hover {
    border-color: #E74C3C;
}
.nav.navbar-nav .menu-dropdown a:hover {
    color:#E74C3C !important;
}
.nav.navbar-nav .dropdown-menu {
    margin-top: 42px;
    margin-left: -48px;
}
.nav.navbar-nav a.dropdown-toggle {
    display: block;
    width: 100%;    
    padding: 10px 15px !important;
}

#navigation .nav > li > a{
    border-bottom: 1px solid transparent;
}

#navigation .nav > li:hover > a{
    border-bottom: 1px solid #E74C3C;
}
    
}
.app-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.sidebar {
    position: absolute;
    width: 320px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    border-right: 1px solid #CCC;
    background-color: white;
    overflow: scroll;
}
.sidebar .sidebar-content {
    padding: 20px;
}
.sidebar .alert {
    color: #999;
    font-size: 13px;
}


.editor {
    position: absolute;
    left: 320px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: scroll;
    perspective: 1000;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
}
.editor.flipped .card-front{
    transform: rotateY(180deg) translate(50%,-50%);
}
.editor.flipped .card-back{
    transform: rotateY(0deg) translate(-50%,-50%);
}
.editor.hide-postcard .card-back {
    transform: rotateY(0deg) translate(-50%,-250%);   
}
.editor .card {
    position: absolute;
    height: 400px;
    border-radius: 1px;
    display: block;
    width: 600px;
    box-shadow:0px 0px 0px 1px rgba(0,0,0,.1), inset 0px 1px 1px rgba(255,255,255,.15), inset 0px -1px 1px rgba(255,255,255,.1), 0px 1px 3px rgba(0,0,0,.2);
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	transition: .6s;
	transition-property: transform, opacity, margin-top;
	transform-style: preserve-3d;
    transform-origin: center;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
}
.editor .card-back {
    -webkit-transform-origin: left;
    transform-origin: left;
    transform: rotateY(180deg) translate(-50%,-50%);
}

.editor .card .ink-free-area {
    width: 330px;
    height: 237px;
    position: absolute;
    right: 15px;
    bottom: 12px;
    background: url('/static/img/ink-free-area.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
	transition: opacity .277s ease-out .1s;
}
.editor .card-back.no-image .ink-free-area {
    opacity: 0;
}

.editor .card-title {
    position: absolute;
    border-radius: 1px;
    display: block;
    width: 600px;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: -40px;
    color: #999;
}
.editor .card.no-image {
    padding: 15px;
}

.editor .card .img-placeholder {
    width: 100%;
    height: 100%;
    border: 1px dashed #CCC;
    border-radius: 10px;
    display: none;
    pointer-events: none;
}
.editor .card.no-image .img-placeholder{
    display: block;
}
.editor .card.dz-drag-hover .img-placeholder {
    border-color: #3498DB;
    border-style: solid;
    background-color: rgba(52, 153, 220, 0.1);
}
.editor .card.has-thumbnail.dz-drag-hover {
    border-color: #3498DB;
    border-style: solid;
    border-width: 1px;
    background-image: none !important;
}
.editor .card.has-thumbnail.dz-drag-hover::after {
    content: '';
    background-image: url('/static/img/cloud-upload.svg');
    width: 120px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
}

.editor .card.dz-started p {
    opacity: 0;
    transform: translate(0px,20px)
}
.editor .card.dz-started .img-placeholder img {
    opacity: 0;
    transform: translate(0px,-20px)
}
.editor .card .dz-remove {
    opacity: 0;
	transition: opacity .277s ease-out;
	transition-delay: .1s; 
}
.editor .card.has-thumbnail .dz-remove {
    opacity: 1;
}
.editor .card .img-placeholder p {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    color: #AAA;
    transition: all .2s ease-out;
}
.editor .card .img-placeholder img {
    width: 120px;
    display: block;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 30px;
    transition: all .2s ease-out;
}

.sidebar .list-group-item.disabled {
    color: #CCC;
}

.editor .card.dz-started .loader {
    display: block;
}
.editor .card.dz-started.has-thumbnail .loader {
    display: none;
}
.big-number {
    font-size: 30px;
    display: block;
    margin-right: 6px;
    font-weight: 400;
    margin-bottom: 10px;
}

.addresses-container {
    opacity: 1;
	-webkit-transition:opacity .3s ease-out;
}
.editor.hide-postcard .addresses-container {
    opacity: 1;
}


.dpi-warning {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 28px;
    background-color: white;
    padding: 10px;
    border-radius: 1000px;
    border: 2px solid #b94a48;
}

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  position: absolute;
  top: 00px;
  font-size: 10px;
  margin: 160px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  display: none;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #E74C3C;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #E74C3C;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #E74C3C;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #E74C3C;
  }
}


.csv-upload {
    position: absolute;
    height: 300px;
    border-radius: 10px;
    display: block;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	transition: .6s;
	transition-property: transform, opacity, margin-top;
    border: 1px dashed #CCC;
    text-align: center;
    padding: 50px;
    margin-top: -50px;
    background-color: #FFF;
}
.csv-upload.dz-drag-hover {
    border-color: #3498DB;
    border-style: solid;
    background-color: rgba(52, 153, 220, 0.1);
}

.csv-upload img{
    width: 100px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    pointer-events: none;
}
.csv-upload p{
    pointer-events: none;
}
.csv-upload .dz-preview {
    display: none !important;
}
.download-sample {
    position: absolute;
    display: block;
    bottom: -140px;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: -50px;
    line-height: 17px;
    width: 250px;
}
.download-sample a {
    margin-bottom: 15px;
} 
.download-sample a:hover {
    color: white !important;
} 

.finalize-container, .thank-you-container {
    background-color: white;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-y: scroll;
    z-index: 10;
}

#header .header-form-wrapper-pull-up {
    margin-bottom: -330px;
}

#header .header-image {
    background-size: cover;
    background-position: center center;
}
#header .header-image .header-message-wrapper{
    text-shadow: 0px 1px 0px #000;
}
.target-map {
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    border: 3px solid white;
}

.target-map .pin {
    width: 24px;
    height: 50px;
    background-image: url('/static/img/map-pin.png');
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: -25px;
    margin-top: -30px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-animation: map-pin .3s forwards; /* Safari 4+ */
    -moz-animation:    map-pin .3s forwards; /* Fx 5+ */
    -o-animation:      map-pin .3s forwards; /* Opera 12+ */
    animation:         map-pin .3s forwards; /* IE 10+, Fx 29+ */
}

.target-map .pin-1 {
    left: 77%;
    top: 13%;
    animation-delay: 1s;    
}
.target-map .pin-2 {
    left: 89%;
    top: 18%;
    animation-delay: 1.2s;    
}
.target-map .pin-3 {
    left: 33%;
    top: 27%;
    animation-delay: 1.4s;    
}
.target-map .pin-4 {
    left: 74%;
    top: 28%;
    animation-delay: 1.6s;    
}
.target-map .pin-5 {
    left: 39%;
    top: 58%;
    animation-delay: 1.8s;    
}
.target-map .pin-6 {
    left: 16%;
    top: 67%;
    animation-delay: 2.0s;    
}
.target-map .pin-7 {
    left: 23%;
    top: 95%;
    animation-delay: 2.2s;    
}
.target-map .pin-8 {
    left: 81%;
    top: 67%;
    animation-delay: 2.4s;    
}
.target-map .pin-9 {
    left: 71%;
    top: 85%;
    animation-delay: 2.6s;    
}



@-webkit-keyframes map-pin {
    0% {
        transform: scale(1.5) translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}
@-moz-keyframes map-pin {
    0% {
        transform: scale(1.5) translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}
@-o-keyframes map-pin {
    0% {
        transform: scale(1.5) translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}
@keyframes map-pin {
    0% {
        transform: scale(1.5) translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}


.list-upload-dropzone .dropzone {
    margin-top: 20px;
    border: 2px dashed #AAA;
    min-height: 0px;
}
.design-upload-dropzone .dropzone {
    margin-top: 0px;
    border: 2px dashed #AAA;
    min-height: 0px;
    padding: 0px;
}
