/* #Table of Contents

1.	Site Styles
2.	Header
3.	Elements
4.	Bottom
5.	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 {
	font-family:Roboto, Arial, sans-serif;
	color:#808080;
	font-size:15px;
	line-height:24px;
	font-weight:300;
}

p { margin-bottom:15px; }

h1, h2, h3, h4, h5, h6 {
	font-family:Lato, Arial, sans-serif;
	color:#4a4a4a;
	font-weight:400;
	margin-top:0px;
}
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;
}
ul li {
    line-height: inherit;
}

a, a:visited {
	color:#00CED1;
	-webkit-transition:color .2s ease, background-color .2s ease, background .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
	transition: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;
}

.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:#00CED1;
				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-family:Roboto, Arial, sans-serif;
	color:#b0b0b0;
	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:#00CED1;
}
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 {
	font-family:Roboto, Arial, sans-serif;
	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:#00CED1;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#00CED1), to(#4ed7d9));
	background-image:-webkit-linear-gradient(top, #00CED1, #4ed7d9);
	background-image:-moz-linear-gradient(top, #00CED1, #4ed7d9);
	background-image:-ms-linear-gradient(top, #00CED1, #4ed7d9);
	background-image:-o-linear-gradient(top, #00CED1, #4ed7d9);
	background-image:linear-gradient(to bottom, #00CED1, #4ed7d9);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00CED1, endColorstr=#4ed7d9);
	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:#00CED1;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#00CED1), to(#4ed7d9));
	background-image:-webkit-linear-gradient(top, #00CED1, #4ed7d9);
	background-image:-moz-linear-gradient(top, #00CED1, #4ed7d9);
	background-image:-ms-linear-gradient(top, #00CED1, #4ed7d9);
	background-image:-o-linear-gradient(top, #00CED1, #4ed7d9);
	background-image:linear-gradient(to bottom, #00CED1, #4ed7d9);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00CED1, endColorstr=#4ed7d9);
	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:#4ed7d9; }
.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-family:Roboto, Arial, sans-serif;
	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; }
.no-border-bottom { border-bottom:0px; }

.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:#00CED1; }
	.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:#212425 ;
	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:#00CED1; }
			.tbl-pricing .tbl-prc-col .tbl-prc-heading i {
				display:block;
				font-family:Roboto, Arial, sans-serif;
				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:#00CED1; }
		.tbl-pricing .tbl-prc-col .tbl-prc-price {
			color:#00CED1;
			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:#00CED1;
			margin:0px -1px;
			border-top-color:#00CED1;
			border-bottom-color:#00CED1;
		}
			.tbl-pricing .tbl-prc-col .tbl-prc-price h5 {
				color:#00CED1;
				font-size:50px;
				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;
		}



/* ========================= Header ========================= */

#header {
	background:#212425  no-repeat fixed top center;
	background-size:cover;
}

/* Navigation Menu */
#header .navbar {
	min-height:0px;
	color:#b0b0b0;
	padding:40px 0px;
	margin:0px;
	border:0px;
	border-radius:0px;
}
	#header .navbar-brand, #navigation_affix .navbar-brand {
		height:auto;
		color:#FFF;
		padding:0px;
	}
	#header .navbar > .container .navbar-brand, #header .navbar > .container-fluid .navbar-brand, #navigation_affix .navbar > .container .navbar-brand, #navigation_affix .navbar > .container-fluid .navbar-brand { margin:0px; }
		#header .navbar-brand img, #navigation_affix .navbar-brand img { height:40px; }
#header .nav, #navigation_affix .nav {
	overflow:hidden;
	float:right;
	height:40px;
}
	#header .nav > li { padding:11px 25px; }
	#header .nav > li.menu-btn {
		padding-top:6px;
		padding-bottom:6px;
	}
	#header .nav > li:last-child, #navigation_affix .nav > li:last-child { padding-right:0px; }
		#header .nav > li > a, #navigation_affix .nav > li > a {
			float:left;
			font-family:Lato, Arial, sans-serif;
			color:#b0b0b0;
			font-size:14px;
			line-height:18px;
			font-weight:700;
			text-transform:uppercase;
			background:none !important;
			padding:0px;
		}
		#header .nav > li.menu-btn > a, #navigation_affix .nav > li.menu-btn > a {
			color:#FFF !important;
			background:#00CED1 !important;
			background-image:-webkit-gradient(linear, left top, left bottom, from(#00CED1), to(#4ed7d9)) !important;
			background-image:-webkit-linear-gradient(top, #00CED1, #4ed7d9) !important;
			background-image:-moz-linear-gradient(top, #00CED1, #4ed7d9) !important;
			background-image:-ms-linear-gradient(top, #00CED1, #4ed7d9) !important;
			background-image:-o-linear-gradient(top, #00CED1, #4ed7d9) !important;
			background-image:linear-gradient(to bottom, #00CED1, #4ed7d9) !important;
			filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00CED1, endColorstr=#4ed7d9) !important;
			padding:5px 8px;
			border-radius:3px;
			-webkit-transition:none;
			transition:none;
		}
		#header .nav > li > a:hover, #header .nav > li.active > a { color:#FFF; }
		#header .nav > li.menu-btn > a:hover, #navigation_affix .nav > li.menu-btn > a:hover { background:#4ed7d9 !important; }
#header .navbar-nav, #navigation_affix .navbar-nav {
	margin-top:0px;
	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:#00CED1; }
			#navigation_affix .nav > li.active > a {
				color:#00CED1;
				border-top-color:#00CED1;
			}
			
/* 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:#00CED1;
	}
	#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:#4ed7d9;
		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 Content */
#header .header-content {
	color:#FFF;
	padding-top:60px;
}
	#header .header-content h1, #header .header-content h2, #header .header-content h3, #header .header-content h4, #header .header-content h5, #header .header-content h6 { color:#FFF; }
	#header .header-content .header-heading-title {
		text-align:center;
		margin-bottom:60px;
	}
		#header .header-content .header-heading-title h1 {
			font-size:36px;
			line-height:44px;
			font-weight:700;
			margin:0px;
		}
		#header .header-content .header-heading-title h4 {
			color:#c4c4c4;
			font-size:24px;
			line-height:32px;
			font-weight:300;
			margin:20px 0px 0px;
		}
		
#header .header-row { position:relative; }
	#header .header-row .header-col-form {
		position:absolute;
		bottom:-150px;
		left:0px;
	}
	#header .header-content .header-form-wrapper {
		color:#808080;
		background-color:#f6f8f9;
		border:1px solid #eaedef;
		border-radius:8px;
	}
		#header .header-content .header-form-wrapper h1, #header .header-content .header-form-wrapper h2, #header .header-content .header-form-wrapper h3, #header .header-content .header-form-wrapper h4, #header .header-content .header-form-wrapper h5, #header .header-content .header-form-wrapper h6 { color:#4a4a4a; }
		#header .header-content .header-form-wrapper .header-form-heading {
			color:#FFF;
			background-color:#7d2181;
			padding:25px 30px;
			margin:-1px -1px 0px;
			border-radius:8px 8px 0px 0px;
		}
			#header .header-content .header-form-wrapper .header-form-heading h4 {
				overflow:hidden;
				color:#FFF;
				font-size:18px;
				line-height:24px;
				font-weight:700;
				text-transform:uppercase;
				letter-spacing:.5px;
				margin:0px;
			}
				#header .header-content .header-form-wrapper .header-form-heading h4 .fa {
					float:left;
					font-size:20px;
					line-height:22px;
					margin-right:10px;
				}
			#header .header-content .header-form-wrapper .header-form-heading p {
				line-height:22px;
				margin:10px 0px 0px;
			}
		#header .header-content .header-form-wrapper .header-form {
			overflow:hidden;
			position:relative;
			padding:30px;
		}
			#header .header-content .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(255,255,255,.5);
				z-index:400;
				border-radius:0px 0px 8px 8px;
			}
			.ie #header .header-content .header-form-wrapper .header-form .submit-status { background:url('../images/ie-bg-submit-status.png') repeat top left; }
				#header .header-content .header-form-wrapper .header-form .submit-status span {
					position:absolute;
					top:50%;
					right:15px;
					left:15px;
					text-align:center;
					background-color:#FFF;
					padding:14px 15px;
					margin-top:-50px;
					border:1px solid #FFF;
					border-radius:3px;
				}
				#header .header-content .header-form-wrapper .header-form .submit-status span.error {
					color:#d86c6c;
					background-color:#f6caca;
					border-color:#e9b8b8;
				}
				#header .header-content .header-form-wrapper .header-form .submit-status span.success {
					color:#529552;
					background-color:#b9edb9;
					border-color:#a5dda5;
				}
					#header .header-content .header-form-wrapper .header-form .submit-status span .fa {
						display:block;
						font-size:24px;
						margin-bottom:6px;
					}
			#header .header-content .header-form-wrapper .header-form label {
				display:block;
				color:#4a4a4a;
				font-size:14px;
				line-height:18px;
				font-weight:700;
			}
			#header .header-content .header-form-wrapper .header-form input[type="text"], #header .header-content .header-form-wrapper .header-form input[type="email"] {
				width:100%;
				margin-bottom:15px;
			}
			#header .header-content .header-form-wrapper .header-form textarea {
				display:block;
				width:100%;
				height:90px;
				margin-bottom:15px;
			}
			#header .header-content .header-form-wrapper .header-form input[type="text"].error, #header .header-content .header-form-wrapper .header-form input[type="email"].error, #header .header-content .header-form-wrapper .header-form textarea.error { border-color:#d43d3d; }
			#header .header-content .header-form-wrapper .header-form input[type="submit"] {
				width:100%;
				text-align:center;
				margin-top:7px;
			}
			#header .header-content .header-form-wrapper .header-form .text-desc {
				color:#a9a9a9;
				font-size:13px;
				line-height:18px;
				text-align:right;
				margin-top:8px;
			}
				#header .header-content .header-form-wrapper .header-form .text-desc a { color:#a9a9a9; }
				#header .header-content .header-form-wrapper .header-form .text-desc a:hover { color:#404040; }
	#header .header-content .header-content-list {
		min-height:520px;
		padding:20px 0px 0px;
		margin:0px;
	}
		#header .header-content .header-content-list li {
			list-style-type:none;
			position:relative;
			min-height:60px;
			padding:0px 0px 40px 60px;
		}
			#header .header-content .header-content-list li .fa {
				position:absolute;
				top:0px;
				left:0px;
				font-size:36px;
				line-height:60px;
			}
			#header .header-content .header-content-list li h4 { margin:0px; }
			#header .header-content .header-content-list li p {
				color:#b0b0b0;
				margin:4px 0px 0px;
			}
			
#sub-header {
	color:#FFF;
	background-color:#00CED1;
	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 ========================= */

.affa_feature_icon img, .affa_feature_icon .fa {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 64px;
    font-size: 60px;
    color: #00CED1;
}
.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;
	background:url('../images/sep-border-bottom.png') no-repeat top 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:#00CED1; }
	#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;
	}
	
	#header .nav > li {
		padding-right:18px;
		padding-left:18px;
	}
	
	#navigation_affix .nav > li {
		padding-right:10px;
		padding-left:10px;
	}
	
	#header .header-content { padding-top:40px; }
	#header .header-content .header-form-wrapper .header-form-heading, #header .header-content .header-form-wrapper .header-form { padding:25px; }
	#header .header-content .header-content-list {
		min-height:510px;
		padding-top:10px;
	}
	
	#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;
	}
	
	#header .nav > li {
		padding-right:8px;
		padding-left:8px;
	}
	
	#navigation_affix .nav > li {
		padding-right:5px;
		padding-left:5px;
	}
	
	#header .header-content { padding-top:20px; }
	#header .header-row .header-col-form {
		/**position:static;**/
		bottom:auto;
		left:auto;
		padding-bottom:40px;
	}
	#header .header-content .header-form-wrapper .header-form-heading, #header .header-content .header-form-wrapper .header-form { padding:20px; }
	#header .header-content .header-content-list {
		min-height:0px;
		padding-bottom:10px;
	}
	#header .header-content .header-content-list li { padding-bottom:30px; }
	
	#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) {
	
	.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; }
	
	#header .nav, #navigation_affix { display:none !important; }
	#navigation_mobile { display:block; }
	
	#header .navbar-brand {
		float:none;
		text-align:center;
	}
	#header .navbar-brand img {
		display:inline;
		height:auto;
		max-height:40px;
	}
	
	#header .header-content { padding-top:0px; }
	#header .header-content .header-heading-title { margin-bottom:40px; }
	#header .header-content .header-heading-title h1 {
		font-size:30px;
		line-height:38px;
	}
	#header .header-content .header-heading-title h4 {
		font-size:20px;
		line-height:28px;
	}
	
	#header .header-row .header-col-form {
		position:static;
		bottom:auto;
		left:auto;
		padding-bottom:40px;
	}
	#header .header-content .header-content-list {
		min-height:0px;
		padding:0px 0px 10px;
	}
	#header .header-content .header-content-list li {
		position:static;
		min-height:0px;
		text-align:center;
		padding:0px 0px 30px;
	}
	#header .header-content .header-content-list li .fa {
		position:static;
		top:auto;
		left:auto;
		font-size:42px;
		line-height:1;
		margin-bottom:10px;
	}
	
	#sub-header {
		color:#a9a9a9;
		text-align:center;
		background-color:#f6f8f9;
		padding:30px 0px;
		border-bottom:1px solid #eaedef;
	}
	#sub-header .entry-title {
		color:#202020;
		font-size:30px;
		line-height:38px;
		text-shadow:none;
	}
	#sub-header p {
		font-size:16px;
		line-height:24px;
		text-shadow:none;
		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-content .header-form-wrapper .header-form-heading, #header .header-content .header-form-wrapper .header-form { padding: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-content .header-form-wrapper .header-form-heading, #header .header-content .header-form-wrapper .header-form { padding:20px; }
	
}

@media (max-width: 300px) {
	
	.tbl-pricing .tbl-prc-col .tbl-prc-list {
		padding-right:15px;
		padding-left:15px;
	}
	
}

@media (max-width: 767px){

	#header .header-content .header-content-list li {
    position: static;
    min-height: 0px;
    text-align: center;
    padding: 0px 0px 30px;
}
}

@media (max-width: 480px){
	.affa_feature_icon img, .affa_feature_icon .fa {
    position: static;
    top: auto;
    left: auto;
    width: 64px;
    margin-bottom: 12px;
}
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:focus,.btn-bitbucket.focus{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:hover{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active:hover,.btn-bitbucket.active:hover,.open>.dropdown-toggle.btn-bitbucket:hover,.btn-bitbucket:active:focus,.btn-bitbucket.active:focus,.open>.dropdown-toggle.btn-bitbucket:focus,.btn-bitbucket:active.focus,.btn-bitbucket.active.focus,.open>.dropdown-toggle.btn-bitbucket.focus{color:#fff;background-color:#0f253c;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled.focus,.btn-bitbucket[disabled].focus,fieldset[disabled] .btn-bitbucket.focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:focus,.btn-dropbox.focus{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:hover{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active:hover,.btn-dropbox.active:hover,.open>.dropdown-toggle.btn-dropbox:hover,.btn-dropbox:active:focus,.btn-dropbox.active:focus,.open>.dropdown-toggle.btn-dropbox:focus,.btn-dropbox:active.focus,.btn-dropbox.active.focus,.open>.dropdown-toggle.btn-dropbox.focus{color:#fff;background-color:#0a568c;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled.focus,.btn-dropbox[disabled].focus,fieldset[disabled] .btn-dropbox.focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff !important;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff!important;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:focus,.btn-flickr.focus{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:hover{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active:hover,.btn-flickr.active:hover,.open>.dropdown-toggle.btn-flickr:hover,.btn-flickr:active:focus,.btn-flickr.active:focus,.open>.dropdown-toggle.btn-flickr:focus,.btn-flickr:active.focus,.btn-flickr.active.focus,.open>.dropdown-toggle.btn-flickr.focus{color:#fff;background-color:#a80057;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled.focus,.btn-flickr[disabled].focus,fieldset[disabled] .btn-flickr.focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:focus,.btn-foursquare.focus{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:hover{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active:hover,.btn-foursquare.active:hover,.open>.dropdown-toggle.btn-foursquare:hover,.btn-foursquare:active:focus,.btn-foursquare.active:focus,.open>.dropdown-toggle.btn-foursquare:focus,.btn-foursquare:active.focus,.btn-foursquare.active.focus,.open>.dropdown-toggle.btn-foursquare.focus{color:#fff;background-color:#e30742;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled.focus,.btn-foursquare[disabled].focus,fieldset[disabled] .btn-foursquare.focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active:hover,.btn-github.active:hover,.open>.dropdown-toggle.btn-github:hover,.btn-github:active:focus,.btn-github.active:focus,.open>.dropdown-toggle.btn-github:focus,.btn-github:active.focus,.btn-github.active.focus,.open>.dropdown-toggle.btn-github.focus{color:#fff;background-color:#191919;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled.focus,.btn-github[disabled].focus,fieldset[disabled] .btn-github.focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); }.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:focus,.btn-linkedin.focus{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:hover{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active:hover,.btn-linkedin.active:hover,.open>.dropdown-toggle.btn-linkedin:hover,.btn-linkedin:active:focus,.btn-linkedin.active:focus,.open>.dropdown-toggle.btn-linkedin:focus,.btn-linkedin:active.focus,.btn-linkedin.active.focus,.open>.dropdown-toggle.btn-linkedin.focus{color:#fff;background-color:#00405f;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled.focus,.btn-linkedin[disabled].focus,fieldset[disabled] .btn-linkedin.focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:hover{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active:hover,.btn-microsoft.active:hover,.open>.dropdown-toggle.btn-microsoft:hover,.btn-microsoft:active:focus,.btn-microsoft.active:focus,.open>.dropdown-toggle.btn-microsoft:focus,.btn-microsoft:active.focus,.btn-microsoft.active.focus,.open>.dropdown-toggle.btn-microsoft.focus{color:#fff;background-color:#0f4bac;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled.focus,.btn-microsoft[disabled].focus,fieldset[disabled] .btn-microsoft.focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-odnoklassniki{color:#fff;background-color:#f4731c;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:focus,.btn-odnoklassniki.focus{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:hover{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:active:hover,.btn-odnoklassniki.active:hover,.open>.dropdown-toggle.btn-odnoklassniki:hover,.btn-odnoklassniki:active:focus,.btn-odnoklassniki.active:focus,.open>.dropdown-toggle.btn-odnoklassniki:focus,.btn-odnoklassniki:active.focus,.btn-odnoklassniki.active.focus,.open>.dropdown-toggle.btn-odnoklassniki.focus{color:#fff;background-color:#b14c09;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{background-image:none}
.btn-odnoklassniki.disabled,.btn-odnoklassniki[disabled],fieldset[disabled] .btn-odnoklassniki,.btn-odnoklassniki.disabled:hover,.btn-odnoklassniki[disabled]:hover,fieldset[disabled] .btn-odnoklassniki:hover,.btn-odnoklassniki.disabled:focus,.btn-odnoklassniki[disabled]:focus,fieldset[disabled] .btn-odnoklassniki:focus,.btn-odnoklassniki.disabled.focus,.btn-odnoklassniki[disabled].focus,fieldset[disabled] .btn-odnoklassniki.focus,.btn-odnoklassniki.disabled:active,.btn-odnoklassniki[disabled]:active,fieldset[disabled] .btn-odnoklassniki:active,.btn-odnoklassniki.disabled.active,.btn-odnoklassniki[disabled].active,fieldset[disabled] .btn-odnoklassniki.active{background-color:#f4731c;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki .badge{color:#f4731c;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:focus,.btn-openid.focus{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:hover{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active:hover,.btn-openid.active:hover,.open>.dropdown-toggle.btn-openid:hover,.btn-openid:active:focus,.btn-openid.active:focus,.open>.dropdown-toggle.btn-openid:focus,.btn-openid:active.focus,.btn-openid.active.focus,.open>.dropdown-toggle.btn-openid.focus{color:#fff;background-color:#b86607;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled.focus,.btn-openid[disabled].focus,fieldset[disabled] .btn-openid.focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:focus,.btn-pinterest.focus{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:hover{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active:hover,.btn-pinterest.active:hover,.open>.dropdown-toggle.btn-pinterest:hover,.btn-pinterest:active:focus,.btn-pinterest.active:focus,.open>.dropdown-toggle.btn-pinterest:focus,.btn-pinterest:active.focus,.btn-pinterest.active.focus,.open>.dropdown-toggle.btn-pinterest.focus{color:#fff;background-color:#801419;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled.focus,.btn-pinterest[disabled].focus,fieldset[disabled] .btn-pinterest.focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:focus,.btn-reddit.focus{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:hover{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active:hover,.btn-reddit.active:hover,.open>.dropdown-toggle.btn-reddit:hover,.btn-reddit:active:focus,.btn-reddit.active:focus,.open>.dropdown-toggle.btn-reddit:focus,.btn-reddit:active.focus,.btn-reddit.active.focus,.open>.dropdown-toggle.btn-reddit.focus{color:#000;background-color:#98ccff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled.focus,.btn-reddit[disabled].focus,fieldset[disabled] .btn-reddit.focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:focus,.btn-soundcloud.focus{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:hover{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active:hover,.btn-soundcloud.active:hover,.open>.dropdown-toggle.btn-soundcloud:hover,.btn-soundcloud:active:focus,.btn-soundcloud.active:focus,.open>.dropdown-toggle.btn-soundcloud:focus,.btn-soundcloud:active.focus,.btn-soundcloud.active.focus,.open>.dropdown-toggle.btn-soundcloud.focus{color:#fff;background-color:#a83800;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled.focus,.btn-soundcloud[disabled].focus,fieldset[disabled] .btn-soundcloud.focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:hover{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active:hover,.btn-tumblr.active:hover,.open>.dropdown-toggle.btn-tumblr:hover,.btn-tumblr:active:focus,.btn-tumblr.active:focus,.open>.dropdown-toggle.btn-tumblr:focus,.btn-tumblr:active.focus,.btn-tumblr.active.focus,.open>.dropdown-toggle.btn-tumblr.focus{color:#fff;background-color:#111c26;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:focus,.btn-vimeo.focus{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:hover{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active:hover,.btn-vimeo.active:hover,.open>.dropdown-toggle.btn-vimeo:hover,.btn-vimeo:active:focus,.btn-vimeo.active:focus,.open>.dropdown-toggle.btn-vimeo:focus,.btn-vimeo:active.focus,.btn-vimeo.active.focus,.open>.dropdown-toggle.btn-vimeo.focus{color:#fff;background-color:#0f7b9f;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled.focus,.btn-vimeo[disabled].focus,fieldset[disabled] .btn-vimeo.focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:focus,.btn-vk.focus{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:hover{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active:hover,.btn-vk.active:hover,.open>.dropdown-toggle.btn-vk:hover,.btn-vk:active:focus,.btn-vk.active:focus,.open>.dropdown-toggle.btn-vk:focus,.btn-vk:active.focus,.btn-vk.active.focus,.open>.dropdown-toggle.btn-vk.focus{color:#fff;background-color:#3a526b;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled.focus,.btn-vk[disabled].focus,fieldset[disabled] .btn-vk.focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:focus,.btn-yahoo.focus{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:hover{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active:hover,.btn-yahoo.active:hover,.open>.dropdown-toggle.btn-yahoo:hover,.btn-yahoo:active:focus,.btn-yahoo.active:focus,.open>.dropdown-toggle.btn-yahoo:focus,.btn-yahoo:active.focus,.btn-yahoo.active.focus,.open>.dropdown-toggle.btn-yahoo.focus{color:#fff;background-color:#39074e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled.focus,.btn-yahoo[disabled].focus,fieldset[disabled] .btn-yahoo.focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}

  /**figure,a,input, button, select, textarea{
    border-radius: 20px !important;
  	}**/
  	#navigation_affix .nav > li > a {
    padding: 19px 0px 21px !important;
    border-top: 2px solid transparent !important;
    border-bottom: 0px !important;
}
.imgsms{
	border-radius: 5px !important;
}
