/* Fonts Loading */
@font-face {
	font-family: 'HKGrotesk';
	src: url('fonts/HKGrotesk/HKGrotesk-Light.eot'); /* IE9 Compat Modes */
	src: url('fonts/HKGrotesk/HKGrotesk-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/HKGrotesk/HKGrotesk-Light.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/HKGrotesk/HKGrotesk-Light.woff') format('woff'), /* Pretty Modern Browsers */
		url('fonts/HKGrotesk/HKGrotesk-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HKGrotesk';
	src: url('fonts/HKGrotesk/HKGrotesk-Bold.eot'); /* IE9 Compat Modes */
	src: url('fonts/HKGrotesk/HKGrotesk-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/HKGrotesk/HKGrotesk-Bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/HKGrotesk/HKGrotesk-Bold.woff') format('woff'), /* Pretty Modern Browsers */
		url('fonts/HKGrotesk/HKGrotesk-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight: 700;
	font-style: normal;
}

/* Bar */
html {}

.at-pb-mobile {
	max-width: 360px;
	margin: 30px auto 120px;
	box-shadow: 0 0 80px rgba(0,0,0,.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.at-pb-tablet {
	max-width: 790px;
	margin: 30px auto 120px;
	box-shadow: 0 0 80px rgba(0,0,0,.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.at-preview-bar {
	position: fixed;
		bottom: 0;
		left: 40px;
		right: 40px;
	height: 80px;
	padding: 20px 15px 20px 30px;
	background: #fff;
	font-size: 14px;
	line-height: 40px;
	box-shadow: 0 0 80px rgba(0,0,0,.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 99999;
}

	.at-preview-bar.closed {
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-o-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		box-shadow: none;
	}

.at-preview-bar,
.at-preview-bar h1,
.at-preview-bar h2,
.at-preview-bar h3,
.at-preview-bar h4,
.at-preview-bar h5,
.at-preview-bar h6,
.at-preview-bar h1 a,
.at-preview-bar h2 a,
.at-preview-bar h3 a,
.at-preview-bar h4 a,
.at-preview-bar h5 a,
.at-preview-bar h6 a {
	/*font-family: "futura-pt", Futura, Trebuchet MS, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;*/
	font-family: "HKGrotesk", Futura, Trebuchet MS, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
	color: #232527;
	line-height: 40px;
	font-style: normal;
}

.at-preview-bar h1,
.at-preview-bar h2,
.at-preview-bar h3,
.at-preview-bar h4,
.at-preview-bar h5,
.at-preview-bar h6 {
	display: inline-block;
	margin: 0;
}

.at-preview-bar a {
	color: #232527;
}

	.at-preview-bar a:hover {
		color: #0d97ff;
	}

.at-pb-handler {
	position: absolute;
		top: -40px;
		left: 0;
	height: 40px;
	padding: 0 15px;
	background: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	cursor: pointer;
}

	.at-pb-handler:before {
		font-family: "FontAwesome";
		content: "\f078";
	}

		.icons-e-icons .at-pb-handler:before {
			font-family: "ElegantIcons";
			content: "\33";
			font-size: 18px;
			vertical-align: top;
		}

	.at-preview-bar.closed .at-pb-handler {
		box-shadow: 0 0 50px rgba(0,0,0,.4);
	}

		.at-preview-bar.closed .at-pb-handler:before {
			font-family: "FontAwesome";
			content: "\f077";
		}

			.icons-e-icons .at-preview-bar.closed .at-pb-handler:before {
				font-family: "ElegantIcons";
				content: "\32";
			}

	.at-preview-bar .at-pb-handler span {
		display: none;
		margin-left: 10px;
		font-weight: bold;
		font-size: 14px;
	}

	.at-preview-bar.closed .at-pb-handler span {
		display: inline-block;
	}

.at-preview-bar h3,
.at-preview-bar h3 a {
	font-size: 20px;
	font-weight: bold;
}

.at-pb-title {
	float: left;
}

	.at-pb-detail {}

	.at-pb-themename {
		border-bottom: 1px dotted #aaa;
	}

.at-pb-info {
	float: left;
	position: relative;
	margin-left: 15px;
}

.at-pb-button {
	float: right;
	margin: -5px 0 0 20px;
}

	.at-pb-button a {
		display: inline-block;
		cursor: pointer;
		-webkit-appearance: none;
		padding: 5px 30px;
		background: #0d97ff;
		box-shadow: none;
		border: none;
		color: #fff !important;
		font-size: 13px;
		text-transform: uppercase;
		text-shadow: none;
		font-weight: 400;
		letter-spacing: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	.at-pb-button a:hover {
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}

.at-pb-intercomchat {
	float: right;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #3a3a3a;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAkCAYAAADo6zjiAAAAAXNSR0IArs4c6QAAAr5JREFUWAntVz2MEkEUluXnTuGQwxAwV2ihMRcLicTSaywwdhZezsbKmtrKikQajN0lhsLC2JlcYujBGEJBIZ5iAwnEkJCYEORfWBa/b8Pc7S23d7kTttqXPObtvDfv++bN7DJju3Aotpkp2kPPYq3pLJ1o1UeCSv1+f1tRlO/T6VSGLlpk5N4HxhNiQQ8mqoJ3Op3tRSMa5QPWERIk4JxMJvtGAxbdD6xvxGQV1NnzASBdtA6oGSLbbDYPgMZcCwpbs8CJRywVWxA42BD0miQqpiBgEuY8jEXAqoBVAasCVgWsChhWQJblOs4I8vzfx9l7cABpGI06lsB4PC47nc576XT64Wg0+mE0+LR+5KkVCoWnDofjLuyKUTxJXNIeu8D4TyaTuY9+XygUCpRKpec4TH5mRbRxBrYyHA4L5XI5FolEriLHejab3WJObTwxoWoB5gjMAv92u93k7u7uBgIvQ6/EYrGbxWLxWb1ef9VsNt+32+096CfYHxqNxmsSTSQStxkL9aVSqWvI8Qb5Rlpw2vCfSkAdg6N0ezAYvK1UKg/C4bAPA0mGrV+n6/RFo1F/tVp9hDHvMLanBxbPiFUJiEPpKhw9dJ4oiGmhlF+xQX9Cf8PuYIAdsoZ1DkE3Yd/BgdN9YiI4ZzFDQWAFyX5JksTSmSKCgHgLpr1eb88UZB0ICXBDKPF4/CV27xedf+mPXAKxDC7Yq/l8fisYDN5Cic5zT7B7vd5Nt9sdcblcN5BPVHhuImIJBAEGMJjXJXFpoO+sIiYjJZPJjR1IIBDYwUftuj6RICD6BRGSIAESOY+yiivQi1BevXwejyeQy+Uet1qtj3gtB/rXEDFHRBD5n5aTEBMhIZJZg/r5IavVai/weefllP0SgZYh2ryCkCBlB6ACHUFlbeAyiDCnwGBLJREKSSjCqfYs+edYrH/16LJPC4LGtQAAAABJRU5ErkJggg==);
	background-size: 16px 18px;
	background-repeat: no-repeat;
	background-position: center 12px;
	cursor: pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

	.at-pb-intercomchat:hover {
		opacity: 0.9;
	}

/* Info Lightbox */
html {
	position: relative; /* For Nayma and Binder PRO, so the dark overlay positionates itself properly */
}

.themeinfo-open-handler-tooltip,
.themeinfo-wrapper,
.themeinfo-wrapper h1,
.themeinfo-wrapper h2,
.themeinfo-wrapper h3,
.themeinfo-wrapper h4,
.themeinfo-wrapper h5,
.themeinfo-wrapper h6 {
	/*font-family: "futura-pt", Futura, Trebuchet MS, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;*/
	font-family: "HKGrotesk", Futura, Trebuchet MS, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
}

.themeinfo-open-handler {
	cursor: pointer;
	display: block;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-top: 9px;
	line-height: 26px;
	text-align: center;
	background: #eaeaea;
	color: #999;
	font-weight: bold;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
}

	.themeinfo-open-handler:hover {
		background: #dadada;
		color: #9a9a9a;
	}

.themeinfo-open-handler:before {
	/*font-family: "FontAwesome";
	content: "\f129";*/
	font-family: Georgia, "Times New Roman", Times, serif;
	content: "i";
	font-size: 13px;
	font-style: italic;
}

	/*.icons-e-icons .themeinfo-open-handler:before {
		font-family: "ElegantIcons";
		content: "\e060";
	}*/

.themeinfo-open-handler-tooltip {
	font-size: 14px;
	line-height: 1.5;
	position: absolute;
		top: -60px;
		left: -15px;
	width: 220px;
	padding: 15px 25px;
	background: #fff;
	text-align: center;
	box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	.themeinfo-open-handler-tooltip:after {
		content: "";
		position: absolute;
			bottom: -8px;
			left: 20px;
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #fff;
	}

.artisan-themeinfo,
.artisan-themeinfo.open {
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: 	opacity 0.3s ease;
	-o-transition: 		opacity 0.3s ease;
	transition: 		opacity 0.3s ease;
	z-index: 999999;
}

	.artisan-themeinfo.closed {
			top: auto;
			right: 20px;
			bottom: 80px;
			left: auto;
		width: 50px;
		height: 50px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		opacity: 0;
	}

.themeinfo-wrapper,
.artisan-themeinfo.open .themeinfo-wrapper {
	position: fixed;
		top: 50%;
		right: 0;
		left: 0;
	width: 690px;
	max-width: 96%;
	height: auto;
	max-height: 96%;
	margin: 0 auto;
	/*padding-bottom: 45px;*/
	padding-bottom: 0;
	background: #fff;
	color: #111;
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
	box-shadow: 0 7px 28px rgba(0,0,0,0.15), 0 5px 10px rgba(0,0,0,0.12);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: right 0.2s ease,
						opacity 0.3s ease;
	-moz-transition: 	right 0.2s ease,
						opacity 0.3s ease;
	-o-transition: 		right 0.2s ease,
						opacity 0.3s ease;
	transition: 		right 0.2s ease,
						opacity 0.3s ease;
	opacity: 1;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	z-index: 999999;
	overflow-y: scroll;
}

	.artisan-themeinfo.closed .themeinfo-wrapper {
			right: -1000px;
			left: auto;
		opacity: 0;
	}

.themeinfo-close {
	position: absolute;
		top: 10px;
		right: 10px;
	width: 20px;
	line-height: 20px;
	color: #aaa;
	cursor: pointer;
	z-index: 99;
}

	.themeinfo-close:before {
		font-family: "FontAwesome";
		content: "\f00d";
		font-size: 18px;
	}

		.icons-e-icons .themeinfo-close:before {
			font-family: "ElegantIcons";
			content: "\4d";
		}

	.themeinfo-close:hover {
		color: #4a4a4a;
	}

.artisan-themeinfo * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.themeinfo-header {
	position: relative;
	padding: 30px 40px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15), 0 6px 10px rgba(0,0,0,0.12);
}

.artisan-themeinfo h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin: 0;
}

.themeinfo-header span {
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	color: #777;
}

.themeinfo-body {
	padding: 40px;
	background: #0074CC;
	color: #fff;
}

.themeinfo-body h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}

.themeinfo-body p {
	max-width: 420px;
	margin: 0 auto 10px;
	color: #C2E4FF;
	letter-spacing: 0.5px;
}

	p.ti-p-small {
		font-size: 80%;
		letter-spacing: 1px;
	}

.themeinfo-slider {
}

.themeinfo-slide {
	display: none;
	position: relative;
}

.ti-cols2 {
	display: inline-block;
	width: 49%;
	padding-right: 30px;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
}

	.ti-cols2:nth-of-type(2) {
		padding: 0 0 0 30px;
	}

.ti-cols-btw {
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background: #0074CC;
	font-size: 60px;
	line-height: 90px;
	color: #5CB8FF;
	font-weight: bold;
}

.product-thumb {
	width: 85%;
	max-width: 240px;
	margin: 0 auto 5px;
	border: 1px solid #00518F;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

	.product-thumb .thumb-browser {
		display: block;
		width: 100%;
		padding: 4px 10px;
		background: #00518F;
		border-bottom: 1px solid #00518F;
		text-align: left;
		line-height: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

		.thumb-browser span {
			display: inline-block;
			width: 3px;
			height: 3px;
			margin-right: 3px;
			background: #fff;
			vertical-align: middle;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			zoom: 1;
			filter: alpha(opacity=40);
			opacity: 0.4;
		}

	.product-thumb .modularimg {
		position: relative;
		float: none;
		display: block;
		background: #0074CC;
		border: 1px solid #C2E4FF;
	}

		.product-thumb .modularimg:first-of-type {
			-webkit-animation: MODULAR-BUILDING-1 5s infinite;
			-moz-animation:    MODULAR-BUILDING-1 5s infinite;
			-o-animation:      MODULAR-BUILDING-1 5s infinite;
			animation:         MODULAR-BUILDING-1 5s infinite;
		}

		.product-thumb .modularimg:nth-of-type(2) {
			-webkit-animation: MODULAR-BUILDING-2 5s infinite;
			-moz-animation:    MODULAR-BUILDING-2 5s infinite;
			-o-animation:      MODULAR-BUILDING-2 5s infinite;
			animation:         MODULAR-BUILDING-2 5s infinite;
		}

		.product-thumb .modularimg:nth-of-type(3) {
			-webkit-animation: MODULAR-BUILDING-3 5s infinite;
			-moz-animation:    MODULAR-BUILDING-3 5s infinite;
			-o-animation:      MODULAR-BUILDING-3 5s infinite;
			animation:         MODULAR-BUILDING-3 5s infinite;
		}


		/* MODULAR 1 */
		@-webkit-keyframes MODULAR-BUILDING-1 {
		  0%   { margin: -5px 0 0 -10px; }
		  35%  { margin: -5px 0 0 -10px; }
		  50%  { margin: 0; }
		  85%  { margin: 0; }
		  100% { margin: -5px 0 0 -10px; }
		}
		@-moz-keyframes MODULAR-BUILDING-1 {
		  0%   { margin: -5px 0 0 -10px; }
		  35%  { margin: -5px 0 0 -10px; }
		  50%  { margin: 0; }
		  85%  { margin: 0; }
		  100% { margin: -5px 0 0 -10px; }
		}
		@-o-keyframes MODULAR-BUILDING-1 {
		  0%   { margin: -5px 0 0 -10px; }
		  35%  { margin: -5px 0 0 -10px; }
		  50%  { margin: 0; }
		  85%  { margin: 0; }
		  100% { margin: -5px 0 0 -10px; }
		}
		@keyframes MODULAR-BUILDING-1 {
		  0%   { margin: -5px 0 0 -10px; }
		  35%  { margin: -5px 0 0 -10px; }
		  50%  { margin: 0; }
		  85%  { margin: 0; }
		  100% { margin: -5px 0 0 -10px; }
		}
		
		/* MODULAR 2 */
		@-webkit-keyframes MODULAR-BUILDING-2 {
		  0%   { margin: 2px 0 2px -20px; }
		  35%  { margin: 2px 0 2px -20px; }
		  50%  { margin: -2px 0; }
		  85%  { margin: -2px 0; }
		  100% { margin: 2px 0 2px -20px; }
		}
		@-moz-keyframes MODULAR-BUILDING-2 {
		  0%   { margin: 2px 0 2px -20px; }
		  35%  { margin: 2px 0 2px -20px; }
		  50%  { margin: -2px 0; }
		  85%  { margin: -2px 0; }
		  100% { margin: 2px 0 2px -20px; }
		}
		@-o-keyframes MODULAR-BUILDING-2 {
		  0%   { margin: 2px 0 2px -20px; }
		  35%  { margin: 2px 0 2px -20px; }
		  50%  { margin: -2px 0; }
		  85%  { margin: -2px 0; }
		  100% { margin: 2px 0 2px -20px; }
		}
		@keyframes MODULAR-BUILDING-2 {
		  0%   { margin: 2px 0 2px -20px; }
		  35%  { margin: 2px 0 2px -20px; }
		  50%  { margin: -2px 0; }
		  85%  { margin: -2px 0; }
		  100% { margin: 2px 0 2px -20px; }
		}

		/* MODULAR 3 */
		@-webkit-keyframes MODULAR-BUILDING-3 {
		  0%	{ margin: 0px 0 -2px 15px; }
		  35%	{ margin: 0px 0 -2px 15px; }
		  50%  	{ margin: 0; }
		  85%	{ margin: 0; }
		  100% 	{ margin: 0px 0 -2px 15px; }
		}
		@-moz-keyframes MODULAR-BUILDING-3 {
		  0%	{ margin: 0px 0 -2px 15px; }
		  35%	{ margin: 0px 0 -2px 15px; }
		  50%  	{ margin: 0; }
		  85%	{ margin: 0; }
		  100% 	{ margin: 0px 0 -2px 15px; }
		}
		@-o-keyframes MODULAR-BUILDING-3 {
		  0%	{ margin: 0px 0 -2px 15px; }
		  35%	{ margin: 0px 0 -2px 15px; }
		  50%  	{ margin: 0; }
		  85%	{ margin: 0; }
		  100% 	{ margin: 0px 0 -2px 15px; }
		}
		@keyframes MODULAR-BUILDING-3 {
		  0%	{ margin: 0px 0 -2px 15px; }
		  35%	{ margin: 0px 0 -2px 15px; }
		  50%  	{ margin: 0; }
		  85%	{ margin: 0; }
		  100% 	{ margin: 0px 0 -2px 15px; }
		}

.ti-nav {
	display: block;
	width: 80%;
	height: 100px;
	margin: 30px auto;
}

	.ti-nav ul {
		list-style: none;
		margin: 0;
		padding: 0 20px;
		background: #00518F;
		box-shadow: 0 6px 22px rgba(0,0,0,0.15), 0 6px 10px rgba(0,0,0,0.12);
		text-align: center;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #99D3FF;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

		.ti-nav > ul > li {
			position: relative;
			display: inline-block;
			margin: 0 10px;
			line-height: 35px;
		}

		.ti-nav-active {
			-webkit-animation: NAV-ANIM-2 5s infinite;
			-moz-animation:    NAV-ANIM-2 5s infinite;
			-o-animation:      NAV-ANIM-2 5s infinite;
			animation:         NAV-ANIM-2 5s infinite;
		}

			.ti-nav ul li ul {
				position: absolute;
					top: 35px;
					left: 0;
				width: 80px;
				padding: 8px 10px 3px;
				background: #003A66;
				text-align: left;
				text-transform: none;
				-webkit-animation: NAV-ANIM-1 5s infinite;
				-moz-animation:    NAV-ANIM-1 5s infinite;
				-o-animation:      NAV-ANIM-1 5s infinite;
				animation:         NAV-ANIM-1 5s infinite;
				z-index: 9;
			}

				.ti-nav ul li ul li {
					display: block;
					margin: 0 0 5px;
					line-height: 1.2;
				}

	/* NAV Animation */
	@-webkit-keyframes NAV-ANIM-1 {
	  0%   { opacity: 0; }
	  35%  { opacity: 0; }
	  50%  { opacity: 1; }
	  85%  { opacity: 1; }
	  100% { opacity: 0; }
	}
	@-moz-keyframes NAV-ANIM-1 {
	  0%   { opacity: 0; }
	  35%  { opacity: 0; }
	  50%  { opacity: 1; }
	  85%  { opacity: 1; }
	  100% { opacity: 0; }
	}
	@-o-keyframes NAV-ANIM-1 {
	  0%   { opacity: 0; }
	  35%  { opacity: 0; }
	  50%  { opacity: 1; }
	  85%  { opacity: 1; }
	  100% { opacity: 0; }
	}
	@keyframes NAV-ANIM-1 {
	  0%   { opacity: 0; }
	  35%  { opacity: 0; }
	  50%  { opacity: 1; }
	  85%  { opacity: 1; }
	  100% { opacity: 0; }
	}

	/* NAV Animation 2 */
	@-webkit-keyframes NAV-ANIM-2 {
	  0%   { color: #99D3FF; }
	  35%  { color: #99D3FF; }
	  50%  { color: #fff; }
	  85%  { color: #fff; }
	  100% { color: #99D3FF; }
	}
	@-moz-keyframes NAV-ANIM-2 {
	  0%   { color: #99D3FF; }
	  35%  { color: #99D3FF; }
	  50%  { color: #fff; }
	  85%  { color: #fff; }
	  100% { color: #99D3FF; }
	}
	@-o-keyframes NAV-ANIM-2 {
	  0%   { color: #99D3FF; }
	  35%  { color: #99D3FF; }
	  50%  { color: #fff; }
	  85%  { color: #fff; }
	  100% { color: #99D3FF; }
	}
	@keyframes NAV-ANIM-2 {
	  0%   { color: #99D3FF; }
	  35%  { color: #99D3FF; }
	  50%  { color: #fff; }
	  85%  { color: #fff; }
	  100% { color: #99D3FF; }
	}

.rms-img {
	display: block;
	width: 360px;
	max-width: none;
	padding: 20px 0;
	-webkit-animation: RMS-IMG 5s infinite ease;
	-moz-animation:    RMS-IMG 5s infinite ease;
	-o-animation:      RMS-IMG 5s infinite ease;
	animation:         RMS-IMG 5s infinite ease;
}

	/* RMS IMG */
	@-webkit-keyframes RMS-IMG {
	  0%   { margin-left: 25%; }
	  50%  { margin-left: -25%; }
	  100% { margin-left: 25%; }
	}
	@-moz-keyframes RMS-IMG {
	  0%   { margin-left: 25%; }
	  50%  { margin-left: -25%; }
	  100% { margin-left: 25%; }
	}
	@-o-keyframes RMS-IMG {
	  0%   { margin-left: 25%; }
	  50%  { margin-left: -25%; }
	  100% { margin-left: 25%; }
	}
	@keyframes RMS-IMG {
	  0%   { margin-left: 25%; }
	  50%  { margin-left: -25%; }
	  100% { margin-left: 25%; }
	}

.artisan-themeinfo a,
.artisan-themeinfo a:visited {
	color: #fff;
	text-decoration: underline;
}

	.artisan-themeinfo a:hover {
		color: #fff;
		opacity: 0.8;
	}

a.themeinfo-buy-btn {
	display: block;
	font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
	padding: 18px 30px;
	background: #0D97FF;
	color: #fff !important;
	font-weight: normal;
}

	a.themeinfo-buy-btn:hover {
		box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.18);
	}

.ti-slide-cta .ti-cols2:nth-of-type(1) {
	padding-right: 100px;
	border-right: 1px dotted #5c99ca;
}

.ti-slide-cta .ti-cols2:nth-of-type(2) {
	padding-left: 100px;
}

.ti-slide-cta a.full-feat-link,
.ti-slide-cta span.themefooter-close {
	display: block;
	padding: 100px 0;
	text-align: center;
	font-size: 17px;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
}

	.ti-slide-cta a.full-feat-link:before,
	.ti-slide-cta span.themefooter-close:before {
		display: block;
		margin-bottom: 15px;
		font-family: "FontAwesome";
		content: "\f00e";
		font-size: 36px;
		color: #00518F;
	}

	.ti-slide-cta span.themefooter-close:before {
		content: "\f061";
	}

		.icons-e-icons .ti-slide-cta a.full-feat-link:before {
			font-family: "ElegantIcons";
			content: "\54";
		}

		.icons-e-icons .ti-slide-cta span.themefooter-close:before {
			font-family: "ElegantIcons";
			content: "\24";
		}

	.ti-slide-cta span.themefooter-close:hover {
		opacity: 0.8;
	}

/* FlexSlider Navigation */
.themeinfo-wrapper .flex-control-nav {
	margin: 0;
	padding: 15px 60px;
	background: #f2f2f2;

	position: relative;
		bottom: 0;
		left: 0;
	line-height: 1;
	z-index: 9;
}

	.themeinfo-wrapper .flex-control-nav li {
		margin: 0 5px;
	}

	.themeinfo-wrapper .flex-control-nav li a {
		display: inline-block;
		width: 8px;
		height: 8px;
		background: #000;
		border: 1px solid #000;
		line-height: 8px;
		text-indent: -9999px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		z-index: 99;
		zoom: 1;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}

		.themeinfo-wrapper .flex-control-nav li a.flex-active {
			background: none;
			border: 1px solid #0D97FF;
			-moz-transform: none;
			-webkit-transform: none;
			-o-transform: none;
			-ms-transform: none;
			transform: none;
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
		}

.themeinfo-wrapper .flex-direction-nav {
	position: relative;
	margin-top: -45px;
	z-index: 99;
}

.themeinfo-wrapper .flex-direction-nav a.flex-prev,
.themeinfo-wrapper .flex-direction-nav a.flex-next {
	width: auto;
	height: 45px;
	padding: 0 20px;
	background: none;
	color: #0D97FF !important;
	font-size: 11px;
	line-height: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-indent: 0;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	position: static;
	float: left;
	text-shadow: none;
	opacity: 1;
}

	.themeinfo-wrapper .flex-direction-nav a.flex-next {
		float: right;
	}

	.themeinfo-wrapper .flex-direction-nav a:before {
		width: 20px;
		font-size: 11px;
		color: #0D97FF !important;
	}

		.themeinfo-wrapper .flex-direction-nav .flex-next:before {
			float: right;
		}

/* Responsive */
@media only screen and (max-width: 1024px) {
	
	.at-preview-bar {
		left: 5px;
		right: 5px;
	}

}

@media only screen and (max-width: 768px) {

	.at-preview-bar {
		height: auto;
		padding: 20px;
		text-align: center;
		line-height: 1.4;
	}

	.at-pb-intercomchat {
		display: none;
	}

	.at-pb-title,
	.at-pb-info,
	.at-pb-button {
		float: none;
		display: inline-block;
		margin: 5px;
	}

	.at-pb-button a {
		padding: 16px 24px;
	}

	.themeinfo-open-handler-tooltip {
		display: none !important;
	}

}

@media only screen and (max-width: 600px) {

	.themeinfo-open-handler {
		z-index: 99998;
	}

	.themeinfo-header {
		padding: 15px 10px;
	}

	.artisan-themeinfo h1 {
		font-size: 18px;
	}

	.themeinfo-body {
		padding: 30px 20px;
	}

	.themeinfo-body h3 {
		font-size: 16px;
	}

	.themeinfo-body p {
		max-width: none;
	}

	.ti-cols2 {
		width: 100%;
		padding: 0;
		text-align: center;
	}

		.ti-cols2:nth-of-type(2) {
			margin: 20px 0 0;
			padding: 0;
		}

	.product-thumb {
		max-width: 140px;
	}

	.ti-nav {
		width: 100%;
	}

		.ti-nav ul {
			padding: 0 5px;
			box-shadow: none;
		}

	.rms-img {
		height: 160px;
		width: auto;
		margin: 0 auto;
		padding: 0;
		-webkit-animation: none;
		-moz-animation:    none;
		-o-animation:      none;
		animation:         none;
	}

	.ti-slide-cta .ti-cols2:nth-of-type(1) {
		padding: 0;
		border: none;
		border-bottom: 1px solid #5CB8FF;
	}

	.ti-slide-cta .ti-cols2:nth-of-type(2) {
		margin: 0;
		padding: 0;
	}

		.ti-cols-btw {
			position: relative;
			display: block;
			width: 70px;
			height: 30px;
			margin: -20px auto;
			font-size: 30px;
			line-height: 30px;
		}

		.ti-slide-cta a.full-feat-link, .ti-slide-cta span.themefooter-close {
			padding: 40px 0;
		}

		.ti-slide-cta a.full-feat-link:before, .ti-slide-cta span.themefooter-close:before {
			margin: 0;
			font-size: 26px;
		}

	.themeinfo-wrapper .flex-control-nav {
		text-align: left;
		padding: 15px 10px;
	}

	.themeinfo-wrapper .flex-direction-nav a.flex-prev, .themeinfo-wrapper .flex-direction-nav a.flex-next {
		padding: 0 5px;
	}

		.themeinfo-wrapper .flex-direction-nav a.flex-prev {
			display: none;
		}

}

@media only screen and (max-width: 420px) {

	.ti-nav > ul > li {
		margin: 0 5px;
	}

}

@media only screen and (max-width: 370px) {

	.ti-nav > ul > li:last-of-type {
		display: none;
	}

}
