/* #Table of Contents

1.	Site Styles
2.	Preloader
3.	Header
4.  Navigation
5.	Elements
	4.1. Feature Text
	4.2. Feature Icon
	4.3. Counter Text
	4.4. Testimonials Carousel
	4.5. Team Profile
	4.6. Client Logo
	4.4. Pricing Table
6.	Footer
7.	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:#444;
	font-size:15px;
	line-height:22px;
	font-weight:300;
}

p { margin-bottom:15px; }

h1, h2, h3, h4, h5, h6 {
	font-family:Montserrat, Arial, sans-serif;
	color:#202020;
	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;
}

a, a:visited {
	color:#3db1ff;
	-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-right { padding-right:0px !important; }
.no-padding-bottom  { padding-bottom:0px !important; }
.no-padding-left { padding-left:0px !important; }

.padding-top5 { padding-top:5px !important; }
.padding-top10 { padding-top:10px !important; }
.padding-top20, .padding-top20-rs { padding-top:20px !important; }
.padding-top30, .padding-top30-rs { padding-top:30px !important; }
.padding-top40, .padding-top40-rs { padding-top:40px !important; }
.padding-top50, .padding-top50-rs { padding-top:50px !important; }
.padding-top60, .padding-top60-rs { padding-top:60px !important; }
.padding-top70, .padding-top70-rs { padding-top:70px !important; }
.padding-top80, .padding-top80-rs { padding-top:80px !important; }

.padding-bottom5 { padding-bottom:5px !important; }
.padding-bottom10 { padding-bottom:10px !important; }
.padding-bottom20, .padding-bottom20-rs { padding-bottom:20px !important; }
.padding-bottom30, .padding-bottom30-rs { padding-bottom:30px !important; }
.padding-bottom40, .padding-bottom40-rs { padding-bottom:40px !important; }
.padding-bottom50, .padding-bottom50-rs { padding-bottom:50px !important; }
.padding-bottom60, .padding-bottom60-rs { padding-bottom:60px !important; }
.padding-bottom70, .padding-bottom70-rs { padding-bottom:70px !important; }
.padding-bottom80, .padding-bottom80-rs { padding-bottom:80px !important; }

.no-margin-top { margin-top:0px !important;	}
.no-margin-right { margin-right:0px !important;	}
.no-margin-bottom  { margin-bottom:0px !important; }
.no-margin-left { margin-left:0px !important; }

.margin-top5 { margin-top:5px !important; }
.margin-top10 { margin-top:10px !important; }
.margin-top20, .margin-top20-rs { margin-top:20px !important; }
.margin-top30, .margin-top30-rs { margin-top:30px !important; }
.margin-top40, .margin-top40-rs { margin-top:40px !important; }
.margin-top50, .margin-top50-rs { margin-top:50px !important; }
.margin-top60, .margin-top60-rs { margin-top:60px !important; }
.margin-top70, .margin-top70-rs { margin-top:70px !important; }
.margin-top80, .margin-top80-rs { margin-top:80px !important; }

.margin-bottom5 { margin-bottom:5px !important; }
.margin-bottom10 { margin-bottom:10px !important; }
.margin-bottom20, .margin-bottom20-rs { margin-bottom:20px !important; }
.margin-bottom30, .margin-bottom30-rs { margin-bottom:30px !important; }
.margin-bottom40, .margin-bottom40-rs { margin-bottom:40px !important; }
.margin-bottom50, .margin-bottom50-rs { margin-bottom:50px !important; }
.margin-bottom60, .margin-bottom60-rs { margin-bottom:60px !important; }
.margin-bottom70, .margin-bottom70-rs { margin-bottom:70px !important; }
.margin-bottom80, .margin-bottom80-rs { margin-bottom:80px !important; }

.animation { visibility:hidden; }
.animated, .ie .animation, .ie9 .animation { visibility:visible; }

ul.list-icon {
	padding:0px;
	margin:20px 0px;
}
	ul.list-icon li {
		list-style-type:none;
		position:relative;
		padding-left:25px;
		margin-bottom:8px;
	}
	ul.list-icon li:last-child { margin-bottom:0px; }
		ul.list-icon li .ion {
			position:absolute;
			top:0px;
			left:0px;
			color:#202020;
			line-height:22px;
		}
		
.list-row { margin:0px -10px; }
.list-row:before, .list-row:after {
	display:table;
	content:'';
}
.list-row:after { clear:both; }
	.list-row .list-col {
		float:left;
		width:50%;
		padding:0px 10px;
	}
	
.required { color:#ff412d; }

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:14px;
	font-weight:300;
	padding:0px 20px;
	border:1px solid #e9e9e9;
	outline:none !important;
	border-radius:4px;
}
.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:33px;
		padding:2px;
		border-color:#707070;
		border-radius:2px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type="color"] {
		height:33px;
		padding:2px;
		border-color:#707070;
		border-radius:2px;
	}
	::i-block-chrome, input[type="color"] {
		height:50px;
		padding:0px 20px;
		border-color:#e0e0e0;
		border-radius:6px;
	}
}
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:14px 0px 0px 5px; }
select, textarea {
	height:auto;
	padding:11px 16px;
}
::i-block-chrome, select {
	padding:10px 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:#707070;
	border-color:#555;
}
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:Montserrat, Arial, sans-serif;
	color:#FFF !important;
	font-size:15px;
	line-height:50px;
	text-align:left;
	font-weight:400;
	white-space:nowrap;
	background-color:#3db1ff;
	padding:5px 30px 5px;
	border:0px;
	outline:none !important;
	border-radius:5px;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,.15);
	-webkit-transition:color .2s ease, background-color .2s ease, background .2s ease;
	transition:color .2s ease, background-color .2s ease, background .2s ease;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
	line-height:1;
	padding-top:17px;
	padding-bottom:18px;
}
.btn-custom.btn-white, input[type="button"].btn-white, input[type="submit"].btn-white, input[type="reset"].btn-white, button.btn-white { background-color:#b58be1; }
.btn-custom:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .btn-custom.btn-white:hover, input[type="button"].btn-white:hover, input[type="submit"].btn-white:hover, input[type="reset"].btn-white:hover, button.btn-white:hover { background-color:#9862d0; }

.btn-custom.btn-blue, input[type="button"].btn-blue, input[type="submit"].btn-blue, input[type="reset"].btn-blue, button.btn-blue { background-color:#3db1ff; }
.btn-custom:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .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-color:#2b9eec; }
.btn-custom.btn-green, input[type="button"].btn-green, input[type="submit"].btn-green, input[type="reset"].btn-green, button.btn-green { background-color:#44d352; }
.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-color:#34bd41; }
.btn-custom.btn-orange, input[type="button"].btn-orange, input[type="submit"].btn-orange, input[type="reset"].btn-orange, button.btn-orange { background-color:#fd8b58; }
.btn-custom.btn-orange:hover, input[type="button"].btn-orange:hover, input[type="submit"].btn-orange:hover, input[type="reset"].btn-orange:hover, button.btn-orange:hover { background-color:#ed7641; }
.btn-custom.btn-pink, input[type="button"].btn-pink, input[type="submit"].btn-pink, input[type="reset"].btn-pink, button.btn-pink { background-color:#f46eb7; }
.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-color:#e358a4; }
.btn-custom.btn-purple, input[type="button"].btn-purple, input[type="submit"].btn-purple, input[type="reset"].btn-purple, button.btn-purple { background-color:#ab77e1; }
.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-color:#9862d0; }
.btn-custom.btn-yellow, input[type="button"].btn-yellow, input[type="submit"].btn-yellow, input[type="reset"].btn-yellow, button.btn-yellow { background-color:#eabc4e; }
.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-color:#d9aa3a; }
.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:#999 !important;
	background:#e0e0e0;
	cursor:default;
	box-shadow:none;
}

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;
}
.alignright {
    float:right;
    margin:10px 0px 10px 10px;
}
.alignleft {
    float:left;
    margin:10px 10px 10px 0px;
}
.left { float:left;	}
.right { float:right; }
.textcenter { text-align:center; }
.textright { text-align:right; }
.textleft { text-align:left; }

.img-hover {
	overflow:hidden;
	position:relative;
}
.img-hover:hover { cursor:url(../images/icon-cursor-search.png), auto; }
	.img-hover .img-hover-masked {
		visibility:hidden;
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		background-color:rgba(255,255,255,.25);
		opacity:0;
		-webkit-transition:visibility .2s ease-in-out, opacity .2s ease-in-out;
		transition:visibility .2s ease-in-out, opacity .2s ease-in-out;
	}
	.ie .img-hover .img-hover-masked { background:url(../images/ie-bg-img-hover-masked.png) repeat top left; }
	.img-hover:hover .img-hover-masked {
		visibility:visible;
		opacity:1;
	}
	
.img-overlay { position:relative; }
	.img-overlay.img-center-front .img-left, .img-overlay.img-center-front .img-right {
		position:absolute;
		right:62.5%;
		bottom:0px;
		left:0px;
		z-index:100;
	}
	.img-overlay.img-center-front .img-right {
		right:auto;
		left:62.5%;
	}
	.img-overlay.img-center-front .img-center {
		position:relative;
		padding:0% 31%;
		z-index:200;
	}
	.img-overlay.img-left-front .img-left {
		position:absolute;
		right:37%;
		bottom:0px;
		left:0px;
		z-index:200;
	}
	.img-overlay.img-left-front .img-right {
		position:relative;
		padding-left:30%;
		z-index:100;
	}
	.img-overlay.img-right-front .img-left {
		position:relative;
		padding-right:30%;
		z-index:100;
	}
	.img-overlay.img-right-front .img-right {
		position:absolute;
		right:0px;
		bottom:0px;
		left:37%;
		z-index:200;
	}
	
.video-image { position:relative; }
	.video-image .video-image-overlay {
		position:absolute;
		top:50%;
		right:0px;
		left:0px;
		text-align:center;
		margin-top:-25px;
	}
		.video-image .video-image-overlay .btn-custom {
			position:relative;
			padding-left:55px;
		}
			.video-image .video-image-overlay .btn-custom .ion {
				position:absolute;
				top:0px;
				bottom:0px;
				left:30px;
				font-size:24px;
				line-height:50px;
			}
			
.carousel-slider.slick-slider { margin-bottom:0px; }
.carousel-slider.slick-slider.gallery-slider {
	padding-bottom:46px;
	margin:0px -80px;
}
	.carousel-slider.gallery-slider .slick-slide { padding:0px 5px; }
	.carousel-slider .slick-prev, .carousel-slider .slick-next {
		width:50px;
		height:50px;
		background-color:transparent;
		background-repeat:no-repeat;
		background-position:center center;
		margin-top:-25px;
		border:2px solid #3db1ff;
		z-index:100;
		border-radius:50%;
		box-shadow:none;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		-webkit-transition:all .2s ease;
		transition:all .2s ease;
	}
	.carousel-slider .slick-prev.slick-disabled, .carousel-slider .slick-next.slick-disabled { cursor:default; }
	.carousel-slider .slick-prev:hover, .carousel-slider .slick-next:hover { border-color:#FFF; }
	.carousel-slider .slick-prev.slick-disabled:hover, .carousel-slider .slick-next.slick-disabled:hover { border-color:#3db1ff; }
	.carousel-slider .slick-prev {
		left:20px;
		background-image:url(../images/carousel-slider-arrow-prev.png);
	}
	.carousel-slider .slick-prev:hover { background-image:url(../images/carousel-slider-arrow-prev-hover.png); }
	.carousel-slider .slick-prev.slick-disabled:hover { background-image:url(../images/carousel-slider-arrow-prev.png); }
	.carousel-slider .slick-next {
		right:20px;
		background-image:url(../images/carousel-slider-arrow-next.png);
	}
	.carousel-slider .slick-next:hover { background-image:url(../images/carousel-slider-arrow-next-hover.png); }
	.carousel-slider .slick-next.slick-disabled:hover { background-image:url(../images/carousel-slider-arrow-next.png); }
	.carousel-slider .slick-prev:before, .carousel-slider .slick-next:before { display:none; }
	.carousel-slider .slick-dots {
		right:0px;
		bottom:20px;
		left:0px;
		line-height:1;
		margin-bottom:0px;
	}
	.carousel-slider.gallery-slider .slick-dots { bottom:0px; }
		.carousel-slider .slick-dots li {
			width:auto;
			height:auto;
			margin:0px;
		}
			.carousel-slider .slick-dots li button {
				display:inline-block;
				width:22px;
				height:6px;
				background:#d1ecfe;
				padding:0px;
				margin:0px 8px;
				border-radius:0px;
				box-shadow:none;
			}
			.carousel-slider .slick-dots li button:before { display:none; }
			.carousel-slider .slick-dots li button:hover, .carousel-slider .slick-dots li.slick-active button { background:#3db1ff; }
	.carousel-slider .slick-slide, .carousel-slider .slick-slide a { outline:none; }
	.carousel-slider img { width:100%; }
	
.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; }

.more-link {
	position:relative;
	font-family:Montserrat, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	padding-right:12px;
}
	.more-link .ion {
		position:absolute;
		top:0px;
		right:0px;
		line-height:20px;
	}
	
.wrap-container20, .wrap-container20-rs {
	padding-top:20px;
	padding-bottom:20px;
}
.wrap-container40, .wrap-container40-rs {
	padding-top:40px;
	padding-bottom:40px;
}
.wrap-container60, .wrap-container60-rs {
	padding-top:60px;
	padding-bottom:60px;
}
.wrap-container80, .wrap-container80-rs {
	padding-top:80px;
	padding-bottom:80px;
}
.wrap-container100, .wrap-container100-rs {
	padding-top:100px;
	padding-bottom:100px;
}
.wrap-container120, .wrap-container120-rs {
	padding-top:120px;
	padding-bottom:120px;
}
.wrap-container6020, .wrap-container6020-rs {
	padding-top:60px;
	padding-bottom:20px;
}
.wrap-container8040, .wrap-container8040-rs {
	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; }

.row-wrap:before, .row-wrap:after {
	display:table;
	content:'';
}
.row-wrap:after { clear:both; }
	.row-wrap .col-left, .row-wrap .col-right {
		float:left;
		width:50%;
	}
	
.bg-grey {
	position:relative;
	background-color:#f9f9f9;
}
.bg-grey.grey-color2 { background-color:#f8fbfc; }
.bg-grey:before, .bg-grey:after {
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	height:4px;
	content:'';
	border-top:1px solid #f3f3f3;
	box-shadow:inset 0px 2px 2px -1px rgba(0,0,0,.02);
}
.bg-grey:after {
	top:auto;
	bottom:0px;
	margin-bottom:-4px;
}
.bg-grey.no-border-top:before, .bg-grey.no-border-bottom:after { display:none; }

.bg-color {
	color:#FFF;
	background-color:#3db1ff;
}
.bg-parallax, .bg-color h1, .bg-color h2, .bg-color h3, .bg-color h4, .bg-color h5, .bg-color h6, .bg-parallax h1, .bg-parallax h2, .bg-parallax h3, .bg-parallax h4, .bg-parallax h5, .bg-parallax h6, .bg-color a, .bg-parallax a { color:#FFF; }
	.bg-color .btn-app-store, .bg-color .btn-play-store, .bg-parallax .btn-app-store, .bg-parallax .btn-play-store {
		display:inline-block;
		width:232px;
		height:77px;
		font-size:0px;
		text-indent:-99999;
		border-radius:10px;
	}
	.bg-color .btn-app-store, .bg-parallax .btn-app-store { background:url(../images/btn-app-store.png) no-repeat top left; }
	.bg-color .btn-play-store, .bg-parallax .btn-play-store { background:url(../images/btn-play-store.png) no-repeat top left; }
	.bg-color .btn-app-store:hover, .bg-color .btn-play-store:hover, .bg-parallax .btn-app-store:hover, .bg-parallax .btn-play-store:hover { background-color:rgba(255,255,255,.1); }
	.bg-parallax .bg-overlay40 { background-color:rgba(0,0,0,.4); }
	.ie .bg-parallax .bg-overlay40 { background:url(../images/ie-bg-overlay40.png) repeat top left; }
	.bg-parallax .bg-overlay70 { background-color:rgba(0,0,0,.7); }
	.ie .bg-parallax .bg-overlay70 { background:url(../images/ie-bg-overlay70.png) repeat top left; }
	
.stickem-container {
	position:relative;
	padding-top:71px;
	opacity:0;
}

.post-heading-left { margin-bottom:25px; }
.post-heading-center {
	text-align:center;
	margin-bottom:40px;
}
	.post-heading-left h2, .post-heading-center h2 {
		font-size:30px;
		line-height:38px;
		padding-bottom:18px;
		margin:0px;
	}
	.post-heading-left h2 { background:url(../images/border-post-heading-left.png) no-repeat bottom left; }
	.post-heading-left.border-style2 h2 { background-image:url(../images/border-post-heading-left2.png); }
	.bg-color .post-heading-left h2, .bg-parallax .post-heading-left h2 { background-image:url(../images/border-post-heading-left-white.png); }
	.bg-color .post-heading-left.border-style2 h2, .bg-parallax .post-heading-left.border-style2 h2 { background-image:url(../images/border-post-heading-left2-white.png); }
	.post-heading-center h2 { background:url(../images/border-post-heading-center.png) no-repeat bottom center; }
	.bg-color .post-heading-center h2, .bg-parallax .post-heading-center h2 { background-image:url(../images/border-post-heading-center-white.png); }
	.post-heading-left p, .post-heading-center p {
		color:#6a6a6a;
		font-size:18px;
		line-height:26px;
		margin:20px 0px 0px;
	}
	.bg-color .post-heading-left p, .bg-color .post-heading-center p, .bg-parallax .post-heading-left p, .bg-parallax .post-heading-center p { color:#f9f9f9; }
	.post-heading-left p:after {
		display:block;
		width:240px;
		height:1px;
		background-color:#e0e0e0;
		content:'';
		margin-top:20px;
	}
	.bg-color .post-heading-left p:after, .bg-parallax .post-heading-left p:after { background-color:#FFF; }
	.post-heading-left.no-border-bottom p:after { display:none; }
	
.sub-heading {
	font-size:30px;
	line-height:38px;
	font-weight:400;
	font-style:italic;
}

.affa-form-contact {
	position:relative;
	width:600px;
	text-align:center;
	margin:0px auto;
}
	.affa-form-contact .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;
	}
	.ie .affa-form-contact .submit-status { background:url(../images/ie-bg-submit-status.png) repeat top left; }
		.affa-form-contact .submit-status .submit-status-text {
			position:absolute;
			top:50%;
			right:0px;
			left:0px;
			padding:0px 15px;
			margin-top:-25px;
		}
		.affa-form-contact .submit-status span {
			display:inline-block;
			background-color:#FFF;
			padding:14px 15px;
			border:1px solid #FFF;
			border-radius:3px;
		}
		.affa-form-contact .submit-status span.error {
			color:#d86c6c;
			background-color:#f6caca;
			border-color:#e9b8b8;
		}
		.affa-form-contact .submit-status span.success {
			color:#529552;
			background-color:#b9edb9;
			border-color:#a5dda5;
		}
			.affa-form-contact .submit-status span .ion { margin-right:5px; }
	.affa-form-contact input[type="text"], .affa-form-contact input[type="email"], .affa-form-contact textarea {
		width:100%;
		margin-bottom:20px;
	}
	.affa-form-contact textarea {
		height:140px;
		margin-bottom:32px;
	}
	.affa-form-contact input[type="text"].error, .affa-form-contact input[type="email"].error, .affa-form-contact textarea.error { border-color:#d43d3d; }
	
.affa-form-subscribe { position:relative; }
	.affa-form-subscribe input[type="text"], .affa-form-subscribe input[type="email"] {
		width:100%;
		padding-right:135px;
		border:0px;
		border-radius:15px;
	}
	.ie .affa-form-subscribe input[type="text"], .ie .affa-form-subscribe input[type="email"] { line-height:50px; }
	.affa-form-subscribe input[type="submit"] {
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		width:120px;
		text-align:center;
		padding:0px;
		border-radius:0px 15px 15px 0px;
	}
	.affa-form-subscribe input[type="text"].success, .affa-form-subscribe input[type="email"].success {
		color:#4ba94b;
		background-color:#bcf4bc;
	}
	.affa-form-subscribe input[type="text"].error, .affa-form-subscribe input[type="email"].error {
		color:#d15858;
		background-color:#f8c5c5;
	}
	
.sep-border {
	overflow:hidden;
	height:5px;
	border-top:1px solid #f2f2f2;
	box-shadow:inset 0px 3px 2px -1px rgba(0,0,0,.025);
}
.ie .sep-border {
	height:auto;
	border-top-width:2px;
}
.bg-color .sep-border, .bg-parallax .sep-border {
	height:1px;
	background-color:rgba(255,255,255,.4);
	border:0px;
	box-shadow:none;
}
.ie .bg-color .sep-border, .ie .bg-parallax .sep-border { background:url(../images/ie-bg-sep-border.png) repeat top left; }



/* ========================= Preloader ========================= */

#preloader {
	position:fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#FFF;
	z-index:99999;
}
	#preloader .spinner {
		position:absolute;
		top:50%;
		left:50%;
		width:64px;
		height:64px;
		background:url(../images/page-loader.gif) no-repeat center center;
		margin:-32px 0px 0px -32px;
	}



/* ========================= Header ========================= */

#header {
	color:#FFF;
	text-shadow:0px 1px 2px rgba(0,0,0,.2);
	background-size:cover;
	opacity:0;
}
	#header .header-overlay {
		background:url(../images/base-header-overlay.png) repeat top left;
		padding-top:60px;
	}
	#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 { color:#FFF; }
	#header a { color:#EEE; }
	#header a:hover { color:#FFF; }
	#header .header-logo { margin-bottom:40px; }
	#header .header-text {
		font-size:20px;
		line-height:30px;
		font-weight:400;
		text-shadow:0px 1px 2px rgba(0,0,0,.3);
		padding-top:250px;
	}
	#header .affa-form-subscribe { margin-top:50px; }
		#header .affa-form-subscribe input[type="text"], #header .affa-form-subscribe input[type="email"] {
			height:60px;
			font-size:16px;
		}
		.ie #header .affa-form-subscribe input[type="text"], .ie #header .affa-form-subscribe input[type="email"] { line-height:60px; }
	#header .text-desc {
		font-size:15px;
		line-height:20px;
		font-weight:300;
		text-shadow:none;
		margin:8px 0px 0px;
	}



/* ========================= Navigation ========================= */

#navigation.navbar {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	min-height:0px;
	background-color:#FFF;
	padding:15px 0px;
	margin:0px;
	border:0px;
	border-bottom:1px solid #f0f0f0;
	z-index:8000;
	border-radius:0px;
	box-shadow:0px 2px 2px 0px rgba(0,0,0,.02);
	-webkit-transition:background-color .2s ease;
	transition:background-color .2s ease;
}
#navigation.navbar.stickit {
	position:fixed;
	background-color:rgba(255,255,255,.9);
}
.ie #navigation.navbar.stickit { background:url(../images/ie-bg-navigation-stickit.png) repeat top left; }
	#navigation .navbar-brand {
		height:auto;
		color:#FFF;
		padding:0px;
	}
	#navigation.navbar > .container .navbar-brand, #navigation.navbar > .container-fluid .navbar-brand { margin:0px; }
		#navigation .navbar-brand img { height:40px; }
	#navigation .navbar-brand-xs {
		display:none;
		float:left;
		margin-left:15px;
	}
		#navigation .navbar-brand-xs img { max-height:40px; }
#navigation.navbar-default .navbar-collapse {
	border:0px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#navigation .nav {
	overflow:hidden;
	float:right;
	height:40px;
}
	#navigation .nav > li { padding:10px 25px; }
	#navigation .nav > li.menu-btn {
		padding-top:2px;
		padding-bottom:2px;
	}
	#navigation .nav > li:last-child { padding-right:0px; }
		#navigation .nav > li > a {
			float:left;
			color:#303030;
			line-height:20px;
			font-weight:500;
			background:none !important;
			padding:0px;
		}
		#navigation .nav > li.menu-btn > a {
			color:#FFF !important;
			background-color:#3db1ff !important;
			padding:8px 15px;
			border-radius:10px;
		}
		#navigation .nav > li > a:hover, #navigation .nav > li.active > a { color:#3db1ff; }
		#navigation .nav > li.menu-btn > a:hover, #navigation .nav > li.menu-btn.active > a { background:#2b9eec !important; }
#navigation .navbar-nav {
	margin-top:0px;
	margin-bottom:0px;
}
#navigation .navbar-toggle {
	background-color:transparent;
	padding:0px;
	margin:10.5px 15px 10.5px 0px;
	border:0px;
	box-shadow:none;
	border-radius:0px;
}
	#navigation .navbar-toggle .icon-bar {
		width:24px;
		height:3px;
		background-color:#d1ecfe;
		-webkit-transition:background-color .2s ease;
		transition:background-color .2s ease;
	}
	#navigation .navbar-toggle:hover .icon-bar { background-color:#FFF; }
	#navigation .navbar-toggle .icon-bar+.icon-bar { margin-top:5px; }
	
#sub-header {
	text-align:center;
	background-color:#f9f9f9;
	padding:35px 0px;
	border-bottom:1px solid #f3f3f3;
	box-shadow:inset 0px -5px 5px -4px rgba(0,0,0,.025);
}
	#sub-header .entry-title {
		font-size:40px;
		line-height:50px;
		font-weight:700;
		margin:0px;
	}
	#sub-header p {
		color:#909090;
		font-size:20px;
		line-height:28px;
		margin:10px 0px 5px;
	}



/* ========================= Elements ========================= */

.affa-feature-text {
	text-align:center;
	margin-bottom:40px;
}
	.affa-feature-text h4 {
		font-size:20px;
		line-height:28px;
		margin-bottom:20px;
	}
	.affa-feature-text .ion {
		display:inline-block;
		position:relative;
		width:80px;
		height:80px;
		color:#FFF;
		font-size:48px;
		line-height:80px;
		background-color:#3db1ff;
		z-index:110;
		border-radius:15px;
	}
	.bg-color .affa-feature-text .ion, .bg-parallax .affa-feature-text .ion {
		color:#3db1ff;
		background-color:#FFF;
	}
	.affa-feature-text .feature-icon {
		display:inline-block;
		position:relative;
		width:80px;
		padding-bottom:10px;
	}
		.affa-feature-text .feature-icon .feature-icon-shadow {
			position:absolute;
			bottom:0px;
			left:0px;
			width:80px;
			height:15px;
			background:url(../images/feature-icon-shadow.png) no-repeat top center;
			margin-top:-5px;
			z-index:100;
		}
	.affa-feature-text p { margin:15px 0px 0px; }
	.affa-feature-text a {
		display:inline-block;
		font-family:Montserrat, Arial, sans-serif;
		font-size:16px;
		text-decoration:underline;
		margin-top:10px;
	}
	.affa-feature-text a:hover { text-decoration:none; }
	
.affa-feature-icon {
	color:#3db1ff;
	text-align:center;
	margin-bottom:40px;
}
.bg-color .affa-feature-icon, .bg-parallax .affa-feature-icon { color:#FFF; }
	.affa-feature-icon .ion {
		display:inline-block;
		width:60px;
		height:60px;
		font-size:36px;
		line-height:56px;
		border:2px solid #3db1ff;
		border-radius:12px;
	}
	.bg-color .affa-feature-icon .ion, .bg-parallax .affa-feature-icon .ion { border-color:#FFF; }
	.affa-feature-icon p {
		font-style:italic;
		font-weight:700;
		margin:8px 0px 0px;
	}
	
.row-counter { margin:0px -10px; }
.row-counter:before, .row-counter:after {
	display:table;
	content:'';
}
.row-counter:after { clear:both; }
	.row-counter .col-counter {
		float:left;
		width:28%;
		padding:0px 10px;
	}
	.row-counter .col-counter-sep {
		float:left;
		width:8%;
		height:193px;
		background:url(../images/sep-col-counter.png) no-repeat center center;
	}
	
.affa-counter-text {
	text-align:center;
	margin-bottom:40px;
}
	.affa-counter-text .ion {
		display:inline-block;
		font-size:48px;
		margin-bottom:30px;
	}
	.affa-counter-text h4 {
		font-family:Roboto, Arial, sans-serif;
		font-size:60px;
		line-height:1;
		font-weight:300;
		font-style:italic;
		text-transform:uppercase;
		white-space:nowrap;
		margin:0px;
	}
	.affa-counter-text p {
		font-size:30px;
		line-height:1;
		white-space:nowrap;
		margin:25px 0px 0px;
	}
	
.carousel-slider.slick-slider.affa-testimonials-carousel { padding-bottom:36px; }
	.affa-testimonials-carousel .testimonial-item { text-align:center; }
	.affa-testimonials-carousel img {
		width:110px;
		height:110px;
		margin:0px auto 20px;
		border-radius:50%;
	}
	.affa-testimonials-carousel .testimonial-text {
		position:relative;
		font-size:18px;
		line-height:26px;
		padding:10px 80px;
	}
	.affa-testimonials-carousel .testimonial-text:before, .affa-testimonials-carousel .testimonial-text:after {
		position:absolute;
		top:0px;
		left:40px;
		width:27px;
		height:19px;
		background:url(../images/testimonial-text-quote-before.png) no-repeat top center;
		content:'';
	}
	.affa-testimonials-carousel .testimonial-text:after {
		top:auto;
		right:40px;
		bottom:0px;
		left:auto;
		background-image:url(../images/testimonial-text-quote-after.png);
	}
		.affa-testimonials-carousel .testimonial-text p { margin:0px; }
	.affa-testimonials-carousel .testimonial-rate {
		display:inline-block;
		position:relative;
		width:92px;
		height:16px;
		background:url(../images/testimonial-star.png) no-repeat top left;
		margin-top:20px;
	}
		.affa-testimonials-carousel .testimonial-rate .testimonial-rate-val {
			position:absolute;
			top:0px;
			bottom:0px;
			left:0px;
			background:url(../images/testimonial-star-val.png) no-repeat top left;
		}
	.affa-testimonials-carousel .testimonial-author { margin-top:15px; }
		.affa-testimonials-carousel .testimonial-author h4 {
			font-size:20px;
			line-height:26px;
			margin:0px;
		}
		.affa-testimonials-carousel .testimonial-author p {
			font-size:18px;
			line-height:24px;
			font-style:italic;
			margin:5px 0px 0px;
		}
			.affa-testimonials-carousel .testimonial-author p span {
				color:#a9a9a9;
				font-size:15px;
				font-weight:400;
				font-style:normal;
			}
	.carousel-slider.affa-testimonials-carousel .slick-dots { bottom:0px; }
	
.affa-team-row:before, .affa-team-row:after {
	display:table;
	content:'';
}
.affa-team-row:after { clear:both; }
	.affa-team-row .affa-team-col {
		float:left;
		width:33.33%;
	}
	.carousel-slider.affa-team-row .slick-prev, .carousel-slider.affa-team-row .slick-next {
		top:auto;
		bottom:0px;
		width:30px;
		height:30px;
		background-color:rgba(0,0,0,.7);
		margin-top:0px;
		border:0px;
		border-radius:0px;
	}
	.ie .carousel-slider.affa-team-row .slick-prev, .ie .carousel-slider.affa-team-row .slick-next { background-color:#222; }
	.carousel-slider.affa-team-row .slick-prev:hover, .carousel-slider.affa-team-row .slick-next:hover { background-color:#3db1ff; }
	.carousel-slider.affa-team-row .slick-prev.slick-disabled:hover, .carousel-slider.affa-team-row .slick-next.slick-disabled:hover { background-color:rgba(0,0,0,.7); }
	.ie .carousel-slider.affa-team-row .slick-prev.slick-disabled:hover, .ie .carousel-slider.affa-team-row .slick-next.slick-disabled:hover { background-color:#222; }
	.carousel-slider.affa-team-row .slick-prev {
		right:30px;
		left:auto;
		background-image:url(../images/carousel-slider-arrow-prev-hover.png);
	}
	.carousel-slider.affa-team-row .slick-prev:hover { background-image:url(../images/carousel-slider-arrow-prev-hover.png); }
	.carousel-slider.affa-team-row .slick-next {
		right:0px;
		background-image:url(../images/carousel-slider-arrow-next-hover.png);
	}
	.carousel-slider.affa-team-row .slick-next:hover { background-image:url(../images/carousel-slider-arrow-next-hover.png); }
	
.affa-team-text { padding:10% 20px 40px; }
	.affa-team-text .affa-team-text-logo { margin-bottom:30px; }
		.affa-team-text .affa-team-text-logo img { max-height:70px; }
	.affa-team-text .affa-team-text-desc {
		font-size:18px;
		line-height:26px;
		margin-bottom:40px;
	}
		.affa-team-text .affa-team-text-desc p { margin-bottom:20px; }
		.affa-team-text .affa-team-text-desc p:last-child { margin-bottom:0px; }
		
.affa-team-profile {
	position:relative;
	text-align:center;
}
	.affa-team-profile img { width:100%; }
	.affa-team-profile .affa-team-profile-overlay {
		visibility:hidden;
		overflow:hidden;
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		color:#FFF;
		background-color:rgba(61,177,255,.7);
		padding:28% 20px 0px;
		opacity:0;
		-webkit-transition:visibility .2s ease-in-out, opacity .2s ease-in-out;
		transition:visibility .2s ease-in-out, opacity .2s ease-in-out;
	}
	.ie .affa-team-profile .affa-team-profile-overlay { background:url(../images/ie-bg-affa-team-profile-overlay.png) repeat top left; }
	.affa-team-profile:hover .affa-team-profile-overlay {
		visibility:visible;
		opacity:1;
	}
		.affa-team-profile .affa-team-profile-overlay h1, .affa-team-profile .affa-team-profile-overlay h2, .affa-team-profile .affa-team-profile-overlay h3, .affa-team-profile .affa-team-profile-overlay h4, .affa-team-profile .affa-team-profile-overlay h5, .affa-team-profile .affa-team-profile-overlay h6 { color:#FFF; }
		.affa-team-profile-overlay h4 { margin:0px; }
		.affa-team-profile .affa-team-profile-overlay p {
			font-style:italic;
			margin:15px 0px 0px;
		}
		.affa-team-profile .affa-team-profile-overlay p:before {
			display:block;
			width:50px;
			height:1px;
			content:'';
			background-color:#FFF;
			margin:0px auto 10px;
		}
	.affa-team-profile .socials { margin-top:12px; }
		.affa-team-profile .socials a {
			display:inline-block;
			width:30px;
			height:30px;
			line-height:30px;
			background-color:#FFF;
			margin:8px 8px 0px 8px;
			border-radius:50%;
		}
		.affa-team-profile .socials a:hover { color:#202020; }
		
.affa-client-logo {
	text-align:center;
	padding:0px 10px;
	margin-bottom:40px;
}

.row-button { margin:0px -10px; }
.row-button:before, .row-button:after {
	display:table;
	content:'';
}
.row-button:after { clear:both; }
	.row-button .col-button {
		float:left;
		width:44%;
		padding:0px 10px;
	}
	.row-button .col-button-sep {
		float:left;
		width:12%;
		height:77px;
		background:url(../images/sep-col-button.png) no-repeat center center;
	}
	
.tbl-pricing .tbl-prc-col { margin-bottom:40px; }
	.tbl-pricing .tbl-prc-col .tbl-prc-base {
		background-color:#FFF;
		padding:40px;
		border:1px solid #e4e4e4;
		border-radius:15px;
	}
	.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-base { border-color:#3db1ff; }
	.tbl-pricing .tbl-prc-col .tbl-prc-heading {
		font-size:26px;
		line-height:32px;
		margin:0px;
	}
	.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading, .tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-price { color:#3db1ff; }
	.tbl-pricing .tbl-prc-col .tbl-prc-price {
		font-size:30px;
		line-height:36px;
		font-weight:700;
		margin:0px;
	}
		.tbl-pricing .tbl-prc-col .tbl-prc-price sup {
			top:-7px;
			font-size:16px;
			font-weight:400;
			margin-right:5px;
		}
		.tbl-pricing .tbl-prc-col .tbl-prc-price span {
			font-size:14px;
			font-weight:400;
			margin-top:-10px;
		}
	.tbl-pricing .tbl-prc-col .tbl-prc-list {
		color:#c9c9c9;
		padding:30px 0px 20px;
		margin:30px 0px 0px;
		border-top:1px solid #f0f0f0;
		border-bottom:1px solid #f0f0f0;
	}
	.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-list, .tbl-pricing .tbl-prc-col .tbl-prc-list li.checked { color:#444; }
		.tbl-pricing .tbl-prc-col .tbl-prc-list li {
			list-style-type:none;
			margin-bottom:10px;
		}
			.tbl-pricing .tbl-prc-col .tbl-prc-list li .ion {
				color:#c0c0c0;
				margin-right:10px;
			}
			.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-list li .ion, .tbl-pricing .tbl-prc-col .tbl-prc-list li.checked .ion { color:#3db1ff; }
	.tbl-pricing .tbl-prc-col .tbl-prc-footer {
		text-align:center;
		margin-top:40px;
	}
		.tbl-pricing .tbl-prc-col .tbl-prc-footer .btn-custom {
			color:#3db1ff !important;
			background-color:#FFF;
			padding:14px 50px 15px;
			border:1px solid #3db1ff;
		}
		.tbl-pricing .tbl-prc-col .tbl-prc-footer .btn-custom:hover {
			color:#FFF !important;
			background-color:#3db1ff;
		}
		.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-footer .btn-custom {
			color:#FFF !important;
			line-height:50px;
			background-color:#3db1ff;
			padding-top:15px;
			padding-bottom:16px;
			border:0px;
		}
		.tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-footer .btn-custom:hover { background-color:#2b9eec; }



/* ========================= Footer ========================= */

#footer {
	color:#FFF;
	text-align:center;
	background:#333 url(../images/base-footer.jpg) repeat top left;
	padding:60px 0px;
}
	#footer a {
		color:#FFF;
		text-decoration:underline;
	}
	#footer a:hover { text-decoration:none; }
	#footer .footer-logo { margin-bottom:40px; }
	#footer .social-links { margin-bottom:20px; }
		#footer .social-links a {
			position:relative;
			display:inline-block;
			color:#FFF;
			font-size:30px;
			text-decoration:none;
			margin:0px 30px 20px;
		}
		#footer .social-links a:hover { color:#a9a9a9; }
		#footer .social-links a:after {
			position:absolute;
			top:0px;
			bottom:0px;
			right:-38.5px;
			width:17px;
			content:'';
			background:url(../images/sep-social-link.png) no-repeat center center;
		}
		#footer .social-links a:last-child:after { display:none; }
	#footer .footer-copyright {
		font-family:Montserrat, Arial, sans-serif;
		margin:0px;
	}



/* ========================= Media Queries ========================= */

@media (min-width: 1440px) and (max-width: 1639px) {
	
	.affa-team-text { padding-top:8%; }
	
	.affa-team-profile .affa-team-profile-overlay { padding:20% 15px 0px; }
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.padding-top20-rs { padding-top:10px !important; }
	.padding-top30-rs { padding-top:20px !important; }
	.padding-top40-rs { padding-top:30px !important; }
	.padding-top50-rs { padding-top:40px !important; }
	.padding-top60-rs { padding-top:50px !important; }
	.padding-top70-rs { padding-top:60px !important; }
	.padding-top80-rs { padding-top:70px !important; }
	
	.padding-bottom20-rs { padding-bottom:10px !important; }
	.padding-bottom30-rs { padding-bottom:20px !important; }
	.padding-bottom40-rs { padding-bottom:30px !important; }
	.padding-bottom50-rs { padding-bottom:40px !important; }
	.padding-bottom60-rs { padding-bottom:50px !important; }
	.padding-bottom70-rs { padding-bottom:60px !important; }
	.padding-bottom80-rs { padding-bottom:70px !important; }
	
	.margin-top20-rs { margin-top:10px !important; }
	.margin-top30-rs { margin-top:20px !important; }
	.margin-top40-rs { margin-top:30px !important; }
	.margin-top50-rs { margin-top:40px !important; }
	.margin-top60-rs { margin-top:50px !important; }
	.margin-top70-rs { margin-top:60px !important; }
	.margin-top80-rs { margin-top:70px !important; }
	
	.margin-bottom20-rs { margin-bottom:10px !important; }
	.margin-bottom30-rs { margin-bottom:20px !important; }
	.margin-bottom40-rs { margin-bottom:30px !important; }
	.margin-bottom50-rs { margin-bottom:40px !important; }
	.margin-bottom60-rs { margin-bottom:50px !important; }
	.margin-bottom70-rs { margin-bottom:60px !important; }
	.margin-bottom80-rs { margin-bottom:70px !important; }
	
	.padding-top20-md { padding-top:20px !important; }
	.padding-top30-md { padding-top:30px !important; }
	.padding-top40-md { padding-top:40px !important; }
	.padding-top50-md { padding-top:50px !important; }
	.padding-top60-md { padding-top:60px !important; }
	.padding-top70-md { padding-top:70px !important; }
	.padding-top80-md { padding-top:80px !important; }
	
	.padding-bottom20-md { padding-bottom:20px !important; }
	.padding-bottom30-md { padding-bottom:30px !important; }
	.padding-bottom40-md { padding-bottom:40px !important; }
	.padding-bottom50-md { padding-bottom:50px !important; }
	.padding-bottom60-md { padding-bottom:60px !important; }
	.padding-bottom70-md { padding-bottom:70px !important; }
	.padding-bottom80-md { padding-bottom:80px !important; }
	
	.margin-top20-md { margin-top:20px !important; }
	.margin-top30-md { margin-top:30px !important; }
	.margin-top40-md { margin-top:40px !important; }
	.margin-top50-md { margin-top:50px !important; }
	.margin-top60-md { margin-top:60px !important; }
	.margin-top70-md { margin-top:70px !important; }
	.margin-top80-md { margin-top:80px !important; }
	
	.margin-bottom20-md { margin-bottom:20px !important; }
	.margin-bottom30-md { margin-bottom:30px !important; }
	.margin-bottom40-md { margin-bottom:40px !important; }
	.margin-bottom50-md { margin-bottom:50px !important; }
	.margin-bottom60-md { margin-bottom:60px !important; }
	.margin-bottom70-md { margin-bottom:70px !important; }
	.margin-bottom80-md { margin-bottom:80px !important; }
	
	.carousel-slider.slick-slider.gallery-slider { margin:0px -50px; }
	
	.wrap-container20-rs {
		padding-top:10px;
		padding-bottom:10px;
	}
	.wrap-container40-rs {
		padding-top:30px;
		padding-bottom:30px;
	}
	.wrap-container60-rs {
		padding-top:50px;
		padding-bottom:50px;
	}
	.wrap-container80-rs {
		padding-top:70px;
		padding-bottom:70px;
	}
	.wrap-container100-rs {
		padding-top:90px;
		padding-bottom:90px;
	}
	.wrap-container120-rs {
		padding-top:110px;
		padding-bottom:110px;
	}
	.wrap-container6020-rs {
		padding-top:50px;
		padding-bottom:10px;
	}
	.wrap-container8040-rs {
		padding-top:70px;
		padding-bottom:30px;
	}
	
	.col-text40 { padding-top:0px; }
	.col-text60, .col-text80 { padding-top:20px; }
	.col-text100, .col-text120 { padding-top:40px; }
	
	#navigation .nav > li {
		padding-right:16px;
		padding-left:16px;
	}
	
	.affa-testimonials-carousel .testimonial-text {
		padding-right:50px;
		padding-left:50px;
	}
	.affa-testimonials-carousel .testimonial-text:before { left:10px; }
	.affa-testimonials-carousel .testimonial-text:after { right:10px; }
	
	.affa-team-profile .affa-team-profile-overlay { padding:20% 15px 0px; }
	
	.affa-client-logo { padding:0px 5px; }
	
	.tbl-pricing .tbl-prc-col .tbl-prc-base { padding:30px; }
	.tbl-pricing .tbl-prc-col .tbl-prc-list {
		padding:25px 0px 15px;
		margin-top:25px;
	}
	.tbl-pricing .tbl-prc-col .tbl-prc-footer { margin-top:30px; }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.padding-top20-rs { padding-top:0px !important; }
	.padding-top30-rs { padding-top:10px !important; }
	.padding-top40-rs { padding-top:20px !important; }
	.padding-top50-rs { padding-top:30px !important; }
	.padding-top60-rs { padding-top:40px !important; }
	.padding-top70-rs { padding-top:50px !important; }
	.padding-top80-rs { padding-top:60px !important; }
	
	.padding-bottom20-rs { padding-bottom:0px !important; }
	.padding-bottom30-rs { padding-bottom:10px !important; }
	.padding-bottom40-rs { padding-bottom:20px !important; }
	.padding-bottom50-rs { padding-bottom:30px !important; }
	.padding-bottom60-rs { padding-bottom:40px !important; }
	.padding-bottom70-rs { padding-bottom:50px !important; }
	.padding-bottom80-rs { padding-bottom:60px !important; }
	
	.margin-top20-rs { margin-top:0px !important; }
	.margin-top30-rs { margin-top:10px !important; }
	.margin-top40-rs { margin-top:20px !important; }
	.margin-top50-rs { margin-top:30px !important; }
	.margin-top60-rs { margin-top:40px !important; }
	.margin-top70-rs { margin-top:50px !important; }
	.margin-top80-rs { margin-top:60px !important; }
	
	.margin-bottom20-rs { margin-bottom:0px !important; }
	.margin-bottom30-rs { margin-bottom:10px !important; }
	.margin-bottom40-rs { margin-bottom:20px !important; }
	.margin-bottom50-rs { margin-bottom:30px !important; }
	.margin-bottom60-rs { margin-bottom:40px !important; }
	.margin-bottom70-rs { margin-bottom:50px !important; }
	.margin-bottom80-rs { margin-bottom:60px !important; }
	
	.no-padding-top-sm { padding-top:0px !important; }
	.no-padding-right-sm { padding-right:0px !important; }
	.no-padding-bottom-sm  { padding-bottom:0px !important; }
	.no-padding-left-sm { padding-left:0px !important; }
	
	.padding-top5-sm { padding-top:5px !important; }
	.padding-top10-sm { padding-top:10px !important; }
	.padding-top20-sm { padding-top:20px !important; }
	.padding-top30-sm { padding-top:30px !important; }
	.padding-top40-sm { padding-top:40px !important; }
	.padding-top50-sm { padding-top:50px !important; }
	.padding-top60-sm { padding-top:60px !important; }
	.padding-top70-sm { padding-top:70px !important; }
	.padding-top80-sm { padding-top:80px !important; }
	
	.padding-bottom5-sm { padding-bottom:5px !important; }
	.padding-bottom10-sm { padding-bottom:10px !important; }
	.padding-bottom20-sm { padding-bottom:20px !important; }
	.padding-bottom30-sm { padding-bottom:30px !important; }
	.padding-bottom40-sm { padding-bottom:40px !important; }
	.padding-bottom50-sm { padding-bottom:50px !important; }
	.padding-bottom60-sm { padding-bottom:60px !important; }
	.padding-bottom70-sm { padding-bottom:70px !important; }
	.padding-bottom80-sm { padding-bottom:80px !important; }
	
	.no-margin-top-sm { margin-top:0px !important;	}
	.no-margin-right-sm { margin-right:0px !important;	}
	.no-margin-bottom-sm  { margin-bottom:0px !important; }
	.no-margin-left-sm { margin-left:0px !important; }
	
	.margin-top5-sm { margin-top:5px !important; }
	.margin-top10-sm { margin-top:10px !important; }
	.margin-top20-sm { margin-top:20px !important; }
	.margin-top30-sm { margin-top:30px !important; }
	.margin-top40-sm { margin-top:40px !important; }
	.margin-top50-sm { margin-top:50px !important; }
	.margin-top60-sm { margin-top:60px !important; }
	.margin-top70-sm { margin-top:70px !important; }
	.margin-top80-sm { margin-top:80px !important; }
	
	.margin-bottom5-sm { margin-bottom:5px !important; }
	.margin-bottom10-sm { margin-bottom:10px !important; }
	.margin-bottom20-sm { margin-bottom:20px !important; }
	.margin-bottom30-sm { margin-bottom:30px !important; }
	.margin-bottom40-sm { margin-bottom:40px !important; }
	.margin-bottom50-sm { margin-bottom:50px !important; }
	.margin-bottom60-sm { margin-bottom:60px !important; }
	.margin-bottom70-sm { margin-bottom:70px !important; }
	.margin-bottom80-sm { margin-bottom:80px !important; }
	
	.carousel-slider.slick-slider.gallery-slider { margin:0px; }
	
	.wrap-container20-rs {
		padding-top:0px;
		padding-bottom:0px;
	}
	.wrap-container40-rs {
		padding-top:20px;
		padding-bottom:20px;
	}
	.wrap-container60-rs {
		padding-top:40px;
		padding-bottom:40px;
	}
	.wrap-container80-rs {
		padding-top:60px;
		padding-bottom:60px;
	}
	.wrap-container100-rs {
		padding-top:80px;
		padding-bottom:80px;
	}
	.wrap-container120-rs {
		padding-top:100px;
		padding-bottom:100px;
	}
	.wrap-container6020-rs {
		padding-top:40px;
		padding-bottom:0px;
	}
	.wrap-container8040-rs {
		padding-top:60px;
		padding-bottom:20px;
	}
	
	.col-text40, .col-text60, .col-text80, .col-text100, .col-text120 { padding-top:0px; }
	
	#header .header-text { padding-top:200px; }
	
	#navigation .nav > li {
		padding-right:5px;
		padding-left:5px;
	}
	
	.row-counter .col-counter { width:33.33%; }
	.row-counter .col-counter-sep { display:none; }
	
	.affa-testimonials-carousel .testimonial-text {
		padding-right:40px;
		padding-left:40px;
	}
	.affa-testimonials-carousel .testimonial-text:before { left:0px; }
	.affa-testimonials-carousel .testimonial-text:after { right:0px; }
	
	.affa-team-text { padding-top:30%; }
	
	.affa-team-profile .affa-team-profile-overlay { padding:30% 15px 0px; }
	
	.affa-client-logo { padding:0px; }
	
	.tbl-pricing .tbl-prc-col .tbl-prc-base { padding:25px; }
	.tbl-pricing .tbl-prc-col .tbl-prc-list {
		padding:20px 0px 10px;
		margin-top:20px;
	}
	.tbl-pricing .tbl-prc-col .tbl-prc-footer { margin-top:25px; }
	
}

@media (max-width: 767px) {
	
	.padding-top20-rs { padding-top:0px !important; }
	.padding-top30-rs { padding-top:10px !important; }
	.padding-top40-rs { padding-top:20px !important; }
	.padding-top50-rs { padding-top:30px !important; }
	.padding-top60-rs { padding-top:40px !important; }
	.padding-top70-rs { padding-top:50px !important; }
	.padding-top80-rs { padding-top:60px !important; }
	
	.padding-bottom20-rs { padding-bottom:0px !important; }
	.padding-bottom30-rs { padding-bottom:10px !important; }
	.padding-bottom40-rs { padding-bottom:20px !important; }
	.padding-bottom50-rs { padding-bottom:30px !important; }
	.padding-bottom60-rs { padding-bottom:40px !important; }
	.padding-bottom70-rs { padding-bottom:50px !important; }
	.padding-bottom80-rs { padding-bottom:60px !important; }
	
	.margin-top20-rs { margin-top:0px !important; }
	.margin-top30-rs { margin-top:10px !important; }
	.margin-top40-rs { margin-top:20px !important; }
	.margin-top50-rs { margin-top:30px !important; }
	.margin-top60-rs { margin-top:40px !important; }
	.margin-top70-rs { margin-top:50px !important; }
	.margin-top80-rs { margin-top:60px !important; }
	
	.margin-bottom20-rs { margin-bottom:0px !important; }
	.margin-bottom30-rs { margin-bottom:10px !important; }
	.margin-bottom40-rs { margin-bottom:20px !important; }
	.margin-bottom50-rs { margin-bottom:30px !important; }
	.margin-bottom60-rs { margin-bottom:40px !important; }
	.margin-bottom70-rs { margin-bottom:50px !important; }
	.margin-bottom80-rs { margin-bottom:60px !important; }
	
	.no-padding-top-xs { padding-top:0px !important; }
	.no-padding-right-xs { padding-right:0px !important; }
	.no-padding-bottom-xs  { padding-bottom:0px !important; }
	.no-padding-left-xs { padding-left:0px !important; }
	
	.padding-top5-xs { padding-top:5px !important; }
	.padding-top10-xs { padding-top:10px !important; }
	.padding-top20-xs { padding-top:20px !important; }
	.padding-top30-xs { padding-top:30px !important; }
	.padding-top40-xs { padding-top:40px !important; }
	.padding-top50-xs { padding-top:50px !important; }
	.padding-top60-xs { padding-top:60px !important; }
	.padding-top70-xs { padding-top:70px !important; }
	.padding-top80-xs { padding-top:80px !important; }
	
	.padding-bottom5-xs { padding-bottom:5px !important; }
	.padding-bottom10-xs { padding-bottom:10px !important; }
	.padding-bottom20-xs { padding-bottom:20px !important; }
	.padding-bottom30-xs { padding-bottom:30px !important; }
	.padding-bottom40-xs { padding-bottom:40px !important; }
	.padding-bottom50-xs { padding-bottom:50px !important; }
	.padding-bottom60-xs { padding-bottom:60px !important; }
	.padding-bottom70-xs { padding-bottom:70px !important; }
	.padding-bottom80-xs { padding-bottom:80px !important; }
	
	.no-margin-top-xs { margin-top:0px !important;	}
	.no-margin-right-xs { margin-right:0px !important;	}
	.no-margin-bottom-xs  { margin-bottom:0px !important; }
	.no-margin-left-xs { margin-left:0px !important; }
	
	.margin-top5-xs { margin-top:5px !important; }
	.margin-top10-xs { margin-top:10px !important; }
	.margin-top20-xs { margin-top:20px !important; }
	.margin-top30-xs { margin-top:30px !important; }
	.margin-top40-xs { margin-top:40px !important; }
	.margin-top50-xs { margin-top:50px !important; }
	.margin-top60-xs { margin-top:60px !important; }
	.margin-top70-xs { margin-top:70px !important; }
	.margin-top80-xs { margin-top:80px !important; }
	
	.margin-bottom5-xs { margin-bottom:5px !important; }
	.margin-bottom10-xs { margin-bottom:10px !important; }
	.margin-bottom20-xs { margin-bottom:20px !important; }
	.margin-bottom30-xs { margin-bottom:30px !important; }
	.margin-bottom40-xs { margin-bottom:40px !important; }
	.margin-bottom50-xs { margin-bottom:50px !important; }
	.margin-bottom60-xs { margin-bottom:60px !important; }
	.margin-bottom70-xs { margin-bottom:70px !important; }
	.margin-bottom80-xs { margin-bottom:80px !important; }
	
	.textcenter-xs { text-align:center; }
	
	.carousel-slider.slick-slider.gallery-slider {
		padding-right:5px;
		padding-left:5px;
		margin:0px;
	}
	
	.wrap-container20-rs {
		padding-top:0px;
		padding-bottom:0px;
	}
	.wrap-container40-rs {
		padding-top:20px;
		padding-bottom:20px;
	}
	.wrap-container60-rs {
		padding-top:40px;
		padding-bottom:40px;
	}
	.wrap-container80-rs {
		padding-top:60px;
		padding-bottom:60px;
	}
	.wrap-container100-rs {
		padding-top:80px;
		padding-bottom:80px;
	}
	.wrap-container120-rs {
		padding-top:100px;
		padding-bottom:100px;
	}
	.wrap-container6020-rs {
		padding-top:40px;
		padding-bottom:0px;
	}
	.wrap-container8040-rs {
		padding-top:60px;
		padding-bottom:20px;
	}
	
	.col-text40, .col-text60, .col-text80, .col-text100, .col-text120 { padding-top:0px; }
	
	.col-padding-xs { padding:0px 20%; }
	
	.row-wrap .col-left, .row-wrap .col-right {
		float:none;
		width:auto;
	}
	
	.stickem-container { padding-top:0px; }
	
	.post-heading-left.post-heading-center-xs { text-align:center; }
	.post-heading-left.post-heading-center-xs h2 { background:url(../images/border-post-heading-center.png) no-repeat bottom center; }
	.post-heading-left.border-style2.post-heading-center-xs h2 { background-image:url(../images/border-post-heading-center.png); }
	.bg-color .post-heading-left.post-heading-center-xs h2, .bg-parallax .post-heading-left.post-heading-center-xs h2, .bg-color .post-heading-left.border-style2.post-heading-center-xs h2, .bg-parallax .post-heading-left.border-style2.post-heading-center-xs h2 { background-image:url(../images/border-post-heading-center-white.png); }
	.post-heading-left.post-heading-center-xs p:after {
		margin-right:auto;
		margin-left:auto;
	}
	
	.affa-form-contact { width:auto; }
	
	#header .header-text {
		font-size:18px;
		line-height:26px;
		text-align:center;
		padding:0px 0px 60px 0px;
	}
	#header .header-logo { margin-bottom:30px; }
	#header .affa-form-subscribe { margin:40px 10% 0px; }
	#header .header-img { display:none; }
	
	#navigation.navbar {
		position:relative;
		width:auto;
		background-color:#3db1ff;
		padding-bottom:0px;
		border-bottom:0px;
		z-index:200;
		-webkit-transition:none;
		transition:none;
	}
	#navigation.navbar.navbar-no-logo-xs { padding-top:20px; }
	#navigation.navbar.stickit {
		position:relative;
		background-color:#3db1ff;
	}
	#navigation .container > .navbar-header { padding-bottom:15px; }
	#navigation.navbar-no-logo-xs .container > .navbar-header { text-align:center; }
	#navigation .navbar-brand { display:none; }
	#navigation .navbar-brand-xs { display:block; }
	#navigation.navbar-default .navbar-collapse {
		background-color:#2b9eec;
		padding:0px;
	}
	#navigation.navbar-default.navbar-no-logo-xs .navbar-collapse { padding:0px 100px; }
	#navigation .nav {
		float:none;
		height:auto;
	}
	#navigation.navbar-no-logo-xs .nav { text-align:center; }
	#navigation .nav > li { padding:0px; }
	#navigation .nav > li > a {
		display:block;
		float:none;
		color:#d1ecfe;
		font-size:16px;
		padding:10px 15px;
		margin:0px;
		border-top:0px;
	}
	#navigation .nav > li.menu-btn > a {
		color:#d1ecfe !important;
		background-color:transparent !important;
	}
	#navigation .nav > li > a:hover, #navigation .nav > li.active > a { color:#FFF; }
	#navigation .nav > li.menu-btn > a:hover, #navigation .nav > li.menu-btn.active > a { color:#FFF !important; }
	#navigation .navbar-nav {
		padding:15px 0px;
		margin:0px;
	}
	#navigation.navbar-no-logo-xs .navbar-toggle {
		display:inline-block;
		float:none;
		margin:0px;
	}
	
	#sub-header .entry-title {
		font-size:32px;
		line-height:40px;
	}
	#sub-header p {
		font-size:16px;
		line-height:24px;
	}
	
	.row-counter .col-counter {
		float:none;
		width:auto;
	}
	.row-counter .col-counter-sep { display:none; }
	
	.affa-counter-text .ion { font-size:60px; }
	
	.affa-testimonials-carousel .testimonial-text {
		padding-right:40px;
		padding-left:40px;
	}
	.affa-testimonials-carousel .testimonial-text:before { left:0px; }
	.affa-testimonials-carousel .testimonial-text:after { right:0px; }
	
	.affa-team-text { padding-top:40px; }
	
	.affa-team-profile .affa-team-profile-overlay { padding:18% 15px 0px; }
	.affa-team-profile-overlay h4 {
		font-size:20px;
		line-height:26px;
	}
	.affa-team-profile .socials a {
		margin-right:4px;
		margin-left:4px;
	}
	
	.row-button .col-button {
		float:none;
		width:auto;
		margin-bottom:15px;
	}
	.row-button .col-button:last-child { margin-bottom:0px; }
	.row-button .col-button .pull-left, .row-button .col-button .pull-right { float:none !important; }
	.row-button .col-button-sep { display:none; }
	
}

@media (max-width: 640px) {
	
	.col-padding-xs { padding:0px 17%; }
	
	#header .affa-form-subscribe {
		margin-right:7%;
		margin-left:7%;
	}
	
	#navigation.navbar-default.navbar-no-logo-xs .navbar-collapse { padding:0px 60px; }
	
	.affa-team-profile .affa-team-profile-overlay { padding-top:10%; }
	
	.affa-client-logo { padding:0px 5px; }
	
}

@media (max-width: 540px) {
	
	#header .affa-form-subscribe {
		margin-right:4%;
		margin-left:4%;
	}
	
	.affa-team-profile .affa-team-profile-overlay { padding-top:14%; }
	
}

@media (max-width: 480px) {
	
	.col-padding-xs { padding:0px 14%; }
	
	#header .affa-form-subscribe {
		margin-right:0px;
		margin-left:0px;
	}
	
	#navigation.navbar-default.navbar-no-logo-xs .navbar-collapse { padding:0px 15px; }
	
	.affa-testimonials-carousel .testimonial-text { padding:0px; }
	.affa-testimonials-carousel .testimonial-text:before, .affa-testimonials-carousel .testimonial-text:after { display:none; }
	 
	.affa-team-profile .affa-team-profile-overlay { padding-top:10%; }
	
	.affa-client-logo { padding:0px; }
	
}

@media (max-width: 400px) {
	
	.list-row { margin:0px; }
	.list-row .list-col {
		float:none;
		width:auto;
		padding:0px;
	}
	
	.carousel-slider.slick-slider.gallery-slider { padding-bottom:0px; }
	
	.col-padding-xs { padding:0px 15px; }
	
	.affa-form-subscribe input[type="text"], .affa-form-subscribe input[type="email"] { padding-right:20px; }
	.affa-form-subscribe input[type="submit"] {
		display:block;
		position:static;
		top:auto;
		right:auto;
		bottom:auto;
		width:100%;
		padding:22px 0px 23px;
		margin-top:10px;
		border-radius:15px;
	}
	
	#navigation.navbar-default.navbar-no-logo-xs .navbar-collapse { padding:0px; }
	
	.affa-team-profile .affa-team-profile-overlay { padding-top:7%; }
	
	.row-clients > div {
		float:none;
		width:auto;
	}
	.affa-client-logo { padding:0px 40px; }
	
	.tbl-pricing .tbl-prc-col .tbl-prc-base { padding:30px; }
	.tbl-pricing .tbl-prc-col .tbl-prc-list {
		padding:25px 0px 15px;
		margin-top:25px;
	}
	.tbl-pricing .tbl-prc-col .tbl-prc-footer { margin-top:30px; }
	
}

@media (max-width: 340px) {
	
	.affa-team-profile .affa-team-profile-overlay { padding-top:24%; }
	
}

@media (max-width: 300px) {
	
	.affa-team-profile .affa-team-profile-overlay { padding-top:18%; }
	
	.affa-client-logo { padding:0px; }
	
	.tbl-pricing .tbl-prc-col .tbl-prc-base { padding:25px; }
	.tbl-pricing .tbl-prc-col .tbl-prc-list {
		padding:20px 0px 10px;
		margin-top:20px;
	}
	.tbl-pricing .tbl-prc-col .tbl-prc-footer { margin-top:25px; }
	
}
