/* #Table of Contents

1.  Site Styles
2.  Header
3.  Elements
4.  Posts
5.  Widgets
6.  Sidebar
7.  Bottom
8.  Footer
9.  Spacing
10. 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:#777;*/
	/*font-size:16px;*/
	/*line-height:26px;*/
	/*font-weight:300;*/
}
body.modal-open { padding:0px !important; }
body.nav-mobile-on.nav-mobile-open, body.nav-shop-filter-open { overflow:hidden; }

#body-wrap { overflow:hidden; }
body.nav-mobile-on.nav-mobile-open #body-wrap, body.nav-shop-filter-open #body-wrap {
	position:relative;
	left:30%;
	margin-top: -10px !important;
}

.bg-white, .bg-grey, .bg-dark, .bg-color {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg-white { background-color:#FFF; }
.bg-grey { background-color:#f9f9f9; }
.bg-dark { background-color:#1a1a1a; }
.bg-color { background-color:#FFCF0D; }

.bg-dark-overlay10 { background-color:rgba(26,26,26,.1); }
.ie .bg-dark-overlay10 { background:url(../images/ie-bg-dark-10.png) top left repeat; }
.bg-dark-overlay20 { background-color:rgba(26,26,26,.2); }
.ie .bg-dark-overlay20 { background:url(../images/ie-bg-dark-20.png) top left repeat; }
.bg-dark-overlay30 { background-color:rgba(26,26,26,.3); }
.ie .bg-dark-overlay30 { background:url(../images/ie-bg-dark-30.png) top left repeat; }
.bg-dark-overlay40 { background-color:rgba(26,26,26,.4); }
.ie .bg-dark-overlay40 { background:url(../images/ie-bg-dark-40.png) top left repeat; }
.bg-dark-overlay50 { background-color:rgba(26,26,26,.5); }
.ie .bg-dark-overlay50 { background:url(../images/ie-bg-dark-50.png) top left repeat; }
.bg-dark-overlay60 { background-color:rgba(26,26,26,.6); }
.ie .bg-dark-overlay60 { background:url(../images/ie-bg-dark-60.png) top left repeat; }
.bg-dark-overlay70 { background-color:rgba(26,26,26,.7); }
.ie .bg-dark-overlay70 { background:url(../images/ie-bg-dark-70.png) top left repeat; }
.bg-dark-overlay80 { background-color:rgba(26,26,26,.8); }
.ie .bg-dark-overlay80 { background:url(../images/ie-bg-dark-80.png) top left repeat; }
.bg-dark-overlay90 { background-color:rgba(26,26,26,.9); }
.ie .bg-dark-overlay90 { background:url(../images/ie-bg-dark-90.png) top left repeat; }

.bg-white-overlay10 { background-color:rgba(255,255,255,.1); }
.ie .bg-white-overlay10 { background:url(../images/ie-bg-white-10.png) top left repeat; }
.bg-white-overlay20 { background-color:rgba(255,255,255,.2); }
.ie .bg-white-overlay20 { background:url(../images/ie-bg-white-20.png) top left repeat; }
.bg-white-overlay30 { background-color:rgba(255,255,255,.3); }
.ie .bg-white-overlay30 { background:url(../images/ie-bg-white-30.png) top left repeat; }
.bg-white-overlay40 { background-color:rgba(255,255,255,.4); }
.ie .bg-white-overlay40 { background:url(../images/ie-bg-white-40.png) top left repeat; }
.bg-white-overlay50 { background-color:rgba(255,255,255,.5); }
.ie .bg-white-overlay50 { background:url(../images/ie-bg-white-50.png) top left repeat; }
.bg-white-overlay60 { background-color:rgba(255,255,255,.6); }
.ie .bg-white-overlay60 { background:url(../images/ie-bg-white-60.png) top left repeat; }
.bg-white-overlay70 { background-color:rgba(255,255,255,.7); }
.ie .bg-white-overlay70 { background:url(../images/ie-bg-white-70.png) top left repeat; }
.bg-white-overlay80 { background-color:rgba(255,255,255,.8); }
.ie .bg-white-overlay80 { background:url(../images/ie-bg-white-80.png) top left repeat; }
.bg-white-overlay90 { background-color:rgba(255,255,255,.9); }
.ie .bg-white-overlay90 { background:url(../images/ie-bg-white-90.png) top left repeat; }

.text-white { color:#FFF; }

p { margin-bottom:15px; }

h1, h2, h3, h4, h5, h6 {
	font-family:Montserrat, Arial, sans-serif;
	/*color:#303030;*/
	font-weight:500;
	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;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 { color:#FFF; }

a, a:visited {
	color:#FFCF0D;
	-webkit-transition:color .2s ease, background .2s ease, padding .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
	transition:color .2s ease, background .2s ease, padding .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
}
.text-white a, .text-white a:visited { color:#FFF; }
.link-dark a, .link-dark a:visited, a.link-dark, a.link-dark:visited { color:#777; }
.link-dark2 a, .link-dark2 a:visited, a.link-dark2, a.link-dark2:visited { color:#303030; }
a:hover {
	color:#303030;
	text-decoration:none;
}
.text-white a:hover {
	color:#FFF;
	opacity:.8;
}
.link-dark a:hover, a.link-dark:hover, .link-dark2 a:hover, a.link-dark2:hover { color:#FFCF0D; }
a:focus { text-decoration:none; }

ul li { line-height:inherit; }

img {
	width:auto\9;
	height:auto;
        max-width:100%;
	vertical-align:middle;
	border:0px;
	-ms-interpolation-mode:bicubic;
}

figure { margin:0px; }
	figure img { width:100%; }
	figure iframe {
		overflow:hidden;
		width:100% !important;
		background-color:#f4f4f4;
		border:0px;
	}
	
video {
	width:100%;
	height:auto;
}

pre {
	font-size:14px;
	padding:20px;
	margin-bottom:15px;
}

label { font-weight:400; }

blockquote {
	color:#303030;
	font-size:18px;
	line-height:30px;
	font-style:italic;
}
	blockquote footer {
		font-family:Montserrat, Arial, sans-serif;
		color:#a9a9a9;
		font-size:11px;
		line-height:16px;
		font-style:normal;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
	}
	blockquote cite { font-style:normal; }
	
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:#00454D;
	font-size:16px;
	font-weight:300;
	padding:0px 20px;
	border:1px solid #e9e9e9;
	outline:none !important;
	border-radius:3px;
	box-shadow:inset -2px 2px 2px rgba(0,0,0,.05);
}
.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:#e9e9e9;
	}
}
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 {
	cursor:pointer;
	margin-right:-20px;
}
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:12px 20px;
	-webkit-appearance:none;
}
textarea {
	padding-right:20px;
	padding-left: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:#00454D;
	border-color:#d0d0d0;
    font-weight: 500;
}
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 {
	background-color:#e9e9e9;
	box-shadow:none;
}
input[type="color"].input-rect, input[type="date"].input-rect, input[type="datetime"].input-rect, input[type="datetime-local"].input-rect, input[type="email"].input-rect, input[type="month"].input-rect, input[type="number"].input-rect, input[type="password"].input-rect, .ie input[type="range"].input-rect, .ie9 input[type="range"].input-rect, input[type="search"].input-rect, input[type="tel"].input-rect, input[type="text"].input-rect, input[type="time"].input-rect, input[type="url"].input-rect, input[type="week"].input-rect, select.input-rect, textarea.input-rect { border-radius:0px; }
input[type="color"].input-round, input[type="date"].input-round, input[type="datetime"].input-round, input[type="datetime-local"].input-round, input[type="email"].input-round, input[type="month"].input-round, input[type="number"].input-round, input[type="password"].input-round, .ie input[type="range"].input-round, .ie9 input[type="range"].input-round, input[type="search"].input-round, input[type="tel"].input-round, input[type="text"].input-round, input[type="time"].input-round, input[type="url"].input-round, input[type="week"].input-round, select.input-round, textarea.input-round { border-radius:25px; font-size: 1em;}

.btn-custom, input[type="button"], input[type="submit"], input[type="reset"], button {
	font-family:Montserrat, Arial, sans-serif;
/*	color:#FFF !important;*/
	font-size:14px;
	line-height:50px;
	text-align:left;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.5px;
	white-space:nowrap;
	background-color:#FFCF0D;
	padding:14px 30px;
	border:2px solid #FFCF0D;
	outline:none !important;
	border-radius:3px;
	-webkit-transition:color .2s ease, background .2s ease, border .2s ease, opacity .2s ease-in-out;
	transition:color .2s ease, background .2s ease, border .2s ease, opacity .2s ease-in-out;
}
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:#009cff;
	border-color:#009cff;
}
.btn-custom.btn-green, input[type="button"].btn-green, input[type="submit"].btn-green, input[type="reset"].btn-green, button.btn-green {
	background-color:#FFCF0D;
	border-color:#FFCF0D;
}
.btn-custom.btn-orange, input[type="button"].btn-orange, input[type="submit"].btn-orange, input[type="reset"].btn-orange, button.btn-orange {
	background-color:#f47936;
	border-color:#f47936;
}
.btn-custom.btn-pink, input[type="button"].btn-pink, input[type="submit"].btn-pink, input[type="reset"].btn-pink, button.btn-pink {
	background-color:#f14ca7;
	border-color:#f14ca7;
}
.btn-custom.btn-purple, input[type="button"].btn-purple, input[type="submit"].btn-purple, input[type="reset"].btn-purple, button.btn-purple {
	background-color:#c653ff;
	border-color:#c653ff;
}
.btn-custom.btn-yellow, input[type="button"].btn-yellow, input[type="submit"].btn-yellow, input[type="reset"].btn-yellow, button.btn-yellow {
	background-color:#f6cb26;
	border-color:#f6cb26;
}
.btn-custom.btn-grey, input[type="button"].btn-grey, input[type="submit"].btn-grey, input[type="reset"].btn-grey, button.btn-grey {
	background-color:#a9a9a9;
	border-color:#a9a9a9;
}
.btn-custom.btn-dark, input[type="button"].btn-dark, input[type="submit"].btn-dark, input[type="reset"].btn-dark, button.btn-dark {
	background-color:#1a1a1a;
	border-color:#1a1a1a;
}
.btn-custom.btn-white, input[type="button"].btn-white, input[type="submit"].btn-white, input[type="reset"].btn-white, button.btn-white {
	color:#FFCF0D !important;
	background-color:#FFF;
	border-color:#FFF;
}
.btn-custom.btn-border, input[type="button"].btn-border, input[type="submit"].btn-border, input[type="reset"].btn-border, button.btn-border, .btn-custom.btn-green.btn-border, input[type="button"].btn-green.btn-border, input[type="submit"].btn-green.btn-border, input[type="reset"].btn-green.btn-border, button.btn-green.btn-border {
	color:#FFCF0D !important;
	background-color:transparent;
}
.btn-custom.btn-blue.btn-border, input[type="button"].btn-blue.btn-border, input[type="submit"].btn-blue.btn-border, input[type="reset"].btn-blue.btn-border, button.btn-blue.btn-border { color:#009cff !important; }
.btn-custom.btn-orange.btn-border, input[type="button"].btn-orange.btn-border, input[type="submit"].btn-orange.btn-border, input[type="reset"].btn-orange.btn-border, button.btn-orange.btn-border { color:#f47936 !important; }
.btn-custom.btn-pink.btn-border, input[type="button"].btn-pink.btn-border, input[type="submit"].btn-pink.btn-border, input[type="reset"].btn-pink.btn-border, button.btn-pink.btn-border { color:#f14ca7 !important; }
.btn-custom.btn-purple.btn-border, input[type="button"].btn-purple.btn-border, input[type="submit"].btn-purple.btn-border, input[type="reset"].btn-purple.btn-border, button.btn-purple.btn-border { color:#c653ff !important; }
.btn-custom.btn-yellow.btn-border, input[type="button"].btn-yellow.btn-border, input[type="submit"].btn-yellow.btn-border, input[type="reset"].btn-yellow.btn-border, button.btn-yellow.btn-border { color:#f6cb26 !important; }
.btn-custom.btn-grey.btn-border, input[type="button"].btn-grey.btn-border, input[type="submit"].btn-grey.btn-border, input[type="reset"].btn-grey.btn-border, button.btn-grey.btn-border { color:#a9a9a9 !important; }
.btn-custom.btn-dark.btn-border, input[type="button"].btn-dark.btn-border, input[type="submit"].btn-dark.btn-border, input[type="reset"].btn-dark.btn-border, button.btn-dark.btn-border { color:#1a1a1a !important; }
.btn-custom.btn-white.btn-border, input[type="button"].btn-white.btn-border, input[type="submit"].btn-white.btn-border, input[type="reset"].btn-white.btn-border, button.btn-white.btn-border { color:#FFF !important; }
.btn-custom:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .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 {
	color:#FFF !important;
	background-color:#04df89;
	border-color:#04df89;
}
.text-white .btn-custom:hover { opacity:1; }
.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 {
	color:#FFF !important;
	background-color:#1fa8ff;
	border-color:#1fa8ff;
}
.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 {
	color:#FFF !important;
	background-color:#fe8442;
	border-color:#fe8442;
}
.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 {
	color:#FFF !important;
	background-color:#fc57b2;
	border-color:#fc57b2;
}
.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 {
	color:#FFF !important;
	background-color:#cd68ff;
	border-color:#cd68ff;
}
.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 {
	color:#FFF !important;
	background-color:#fcd335;
	border-color:#fcd335;
}
.btn-custom.btn-grey:hover, input[type="button"].btn-grey:hover, input[type="submit"].btn-grey:hover, input[type="reset"].btn-grey:hover, button.btn-grey:hover {
	color:#FFF !important;
	background-color:#b9b9b9;
	border-color:#b9b9b9;
}
.btn-custom.btn-dark:hover, input[type="button"].btn-dark:hover, input[type="submit"].btn-dark:hover, input[type="reset"].btn-dark:hover, button.btn-dark:hover {
	color:#FFF !important;
	background-color:#2e2e2e;
	border-color:#2e2e2e;
}
.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 {
	color:#FFF !important;
	background-color:#FFCF0D;
	border-color:#FFCF0D;
}
.bg-color .btn-custom.btn-white:hover, .bg-color input[type="button"].btn-white:hover, .bg-color input[type="submit"].btn-white:hover, .bg-color input[type="reset"].btn-white:hover, .bg-color button.btn-white:hover {
	color:#FFCF0D !important;
	background-color:#FFF;
	border-color:#FFF;
	opacity:.9;
}
.btn-custom.btn-border:hover, input[type="button"].btn-border:hover, input[type="submit"].btn-border:hover, input[type="reset"].btn-border:hover, button.btn-border:hover, .btn-custom.btn-border.btn-green:hover, input[type="button"].btn-border.btn-green:hover, input[type="submit"].btn-border.btn-green:hover, input[type="reset"].btn-border.btn-green:hover, button.btn-border.btn-green:hover {
	background-color:#FFCF0D;
	border-color:#FFCF0D;
}
.btn-custom.btn-border.btn-blue:hover, input[type="button"].btn-border.btn-blue:hover, input[type="submit"].btn-border.btn-blue:hover, input[type="reset"].btn-border.btn-blue:hover, button.btn-border.btn-blue:hover {
	background-color:#009cff;
	border-color:#009cff;
}
.btn-custom.btn-border.btn-orange:hover, input[type="button"].btn-border.btn-orange:hover, input[type="submit"].btn-border.btn-orange:hover, input[type="reset"].btn-border.btn-orange:hover, button.btn-border.btn-orange:hover {
	background-color:#f47936;
	border-color:#f47936;
}
.btn-custom.btn-border.btn-pink:hover, input[type="button"].btn-border.btn-pink:hover, input[type="submit"].btn-border.btn-pink:hover, input[type="reset"].btn-border.btn-pink:hover, button.btn-border.btn-pink:hover {
	background-color:#f14ca7;
	border-color:#f14ca7;
}
.btn-custom.btn-border.btn-purple:hover, input[type="button"].btn-border.btn-purple:hover, input[type="submit"].btn-border.btn-purple:hover, input[type="reset"].btn-border.btn-purple:hover, button.btn-border.btn-purple:hover {
	background-color:#c653ff;
	border-color:#c653ff;
}
.btn-custom.btn-border.btn-yellow:hover, input[type="button"].btn-border.btn-yellow:hover, input[type="submit"].btn-border.btn-yellow:hover, input[type="reset"].btn-border.btn-yellow:hover, button.btn-border.btn-yellow:hover {
	background-color:#f6cb26;
	border-color:#f6cb26;
}
.btn-custom.btn-border.btn-grey:hover, input[type="button"].btn-border.btn-grey:hover, input[type="submit"].btn-border.btn-grey:hover, input[type="reset"].btn-border.btn-grey:hover, button.btn-border.btn-grey:hover {
	background-color:#a9a9a9;
	border-color:#a9a9a9;
}
.btn-custom.btn-border.btn-dark:hover, input[type="button"].btn-border.btn-dark:hover, input[type="submit"].btn-border.btn-dark:hover, input[type="reset"].btn-border.btn-dark:hover, button.btn-border.btn-dark:hover {
	background-color:#1a1a1a;
	border-color:#1a1a1a;
}
.btn-custom.btn-border.btn-white:hover, input[type="button"].btn-border.btn-white:hover, input[type="submit"].btn-border.btn-white:hover, input[type="reset"].btn-border.btn-white:hover, button.btn-border.btn-white:hover {
	color:#FFCF0D !important;
	background-color:#FFF;
	border-color:#FFF;
}
.bg-color .btn-custom.btn-border.btn-white:hover, .bg-color input[type="button"].btn-border.btn-white:hover, .bg-color input[type="submit"].btn-border.btn-white:hover, .bg-color input[type="reset"].btn-border.btn-white:hover, .bg-color button.btn-border.btn-white:hover { opacity:1; }
.btn-custom.disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button:disabled, .btn-custom.btn-border.disabled, input[type="button"].btn-border:disabled, input[type="submit"].btn-border:disabled, input[type="reset"].btn-border:disabled, button.btn-border:disabled, .btn-custom.disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover, input[type="reset"]:disabled:hover, button:disabled:hover, .btn-custom.btn-border.disabled:hover, input[type="button"].btn-border:disabled:hover, input[type="submit"].btn-border:disabled:hover, input[type="reset"].btn-border:disabled:hover, button.btn-border:disabled:hover {
	color:#a9a9a9 !important;
	background-color:#e9e9e9;
	border-color:#e9e9e9;
}
.btn-custom.btn-sm, input[type="button"].btn-sm, input[type="submit"].btn-sm, input[type="reset"].btn-sm, button.btn-sm {
	font-size:12px;
	line-height:40px;
	padding:10.5px 22px;
}
input[type="button"].btn-sm, input[type="submit"].btn-sm, input[type="reset"].btn-sm, button.btn-sm {
	line-height:1;
	padding-top:12px;
	padding-bottom:12px;
}
.btn-custom.btn-md, input[type="button"].btn-md, input[type="submit"].btn-md, input[type="reset"].btn-md, button.btn-md {
	font-size:16px;
	line-height:60px;
	letter-spacing:1px;
	padding:18.5px 40px;
}
input[type="button"].btn-md, input[type="submit"].btn-md, input[type="reset"].btn-md, button.btn-md {
	line-height:1;
	padding-top:20px;
	padding-bottom:20px;
}
.btn-custom.btn-lg, input[type="button"].btn-lg, input[type="submit"].btn-lg, input[type="reset"].btn-lg, button.btn-lg {
	font-size:18px;
	line-height:70px;
	letter-spacing:1px;
	padding:22px 52px;
}
input[type="button"].btn-lg, input[type="submit"].btn-lg, input[type="reset"].btn-lg, button.btn-lg {
	line-height:1;
	padding-top:24px;
	padding-bottom:24px;
	border-radius:3px;
}
.btn-custom.btn-rect, input[type="button"].btn-rect, input[type="submit"].btn-rect, input[type="reset"].btn-rect, button.btn-rect { border-radius:0px; }
.btn-custom.btn-round, input[type="button"].btn-round, input[type="submit"].btn-round, input[type="reset"].btn-round, button.btn-round { border-radius:25px; }
.btn-custom.btn-round.btn-sm, input[type="button"].btn-round.btn-sm, input[type="submit"].btn-round.btn-sm, input[type="reset"].btn-round.btn-sm, button.btn-round.btn-sm { border-radius:20px; }
.btn-custom.btn-round.btn-md, input[type="button"].btn-round.btn-md, input[type="submit"].btn-round.btn-md, input[type="reset"].btn-round.btn-md, button.btn-round.btn-md { border-radius:30px; }
.btn-custom.btn-round.btn-lg, input[type="button"].btn-round.btn-lg, input[type="submit"].btn-round.btn-lg, input[type="reset"].btn-round.btn-lg, button.btn-round.btn-lg { border-radius:35px; }
	.btn-custom .ion, button .ion { margin-left:15px; }
	.btn-custom.btn-sm .ion, button.btn-sm .ion { margin-left:12px; }
	.btn-custom.btn-md .ion, button.btn-md .ion { margin-left:18px; }
	.btn-custom.btn-lg .ion, button.btn-lg .ion { margin-left:21px; }
	
.btn-custom.btn-icon, button.btn-icon {
	position:relative;
	padding-left:55px;
}
.btn-custom.btn-icon.btn-sm, button.btn-icon.btn-sm { padding-left:40px; }
.btn-custom.btn-icon.btn-md, button.btn-icon.btn-md { padding-left:70px; }
.btn-custom.btn-icon.btn-lg, button.btn-icon.btn-lg { padding-left:92px; }
.btn-custom.btn-icon.btn-icon-after, button.btn-icon.btn-icon-after {
	padding-right:55px;
	padding-left:30px;
}
.btn-custom.btn-icon.btn-icon-after.btn-sm, button.btn-icon.btn-icon-after.btn-sm {
	padding-right:40px;
	padding-left:22px;
}
.btn-custom.btn-icon.btn-icon-after.btn-md, button.btn-icon.btn-icon-after.btn-md {
	padding-right:70px;
	padding-left:40px;
}
.btn-custom.btn-icon.btn-icon-after.btn-lg, button.btn-icon.btn-icon-after.btn-lg {
	padding-right:92px;
	padding-left:52px;
}
	.btn-custom.btn-icon .ion, button.btn-icon .ion {
		position:absolute;
		top:0px;
		left:20px;
		width:24px;
		font-size:24px;
		line-height:46px;
		text-align:center;
		margin:0px;
	}
	.btn-custom.btn-icon.btn-sm .ion, button.btn-icon.btn-sm .ion {
		left:15px;
		width:18px;
		font-size:18px;
		line-height:35px;
	}
	.btn-custom.btn-icon.btn-md .ion, button.btn-icon.btn-md .ion {
		left:25px;
		width:32px;
		font-size:32px;
		line-height:55px;
	}
	.btn-custom.btn-icon.btn-lg .ion, button.btn-icon.btn-lg .ion {
		left:30px;
		width:42px;
		font-size:42px;
		line-height:64px;
	}
	.btn-custom.btn-icon.btn-icon-after .ion, button.btn-icon.btn-icon-after .ion {
		right:20px;
		left:auto;
	}
	.btn-custom.btn-icon.btn-icon-after.btn-sm .ion, button.btn-icon.btn-icon-after.btn-sm .ion { right:15px; }
	.btn-custom.btn-icon.btn-icon-after.btn-md .ion, button.btn-icon.btn-icon-after.btn-md .ion { right:25px; }
	.btn-custom.btn-icon.btn-icon-after.btn-lg .ion, button.btn-icon.btn-icon-after.btn-lg .ion { right:30px; }
	
.btn-custom.btn-icon.btn-animate, button.btn-icon.btn-animate {
	padding-left:30px;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
.btn-custom.btn-icon.btn-sm.btn-animate, button.btn-icon.btn-sm.btn-animate { padding-left:22px; }
.btn-custom.btn-icon.btn-md.btn-animate, button.btn-icon.btn-md.btn-animate { padding-left:40px; }
.btn-custom.btn-icon.btn-lg.btn-animate, button.btn-icon.btn-lg.btn-animate { padding-left:52px; }
.btn-custom.btn-icon.btn-animate:hover, button.btn-icon.btn-animate:hover { padding-left:55px; }
.btn-custom.btn-icon.btn-sm.btn-animate:hover, button.btn-icon.btn-sm.btn-animate:hover { padding-left:40px; }
.btn-custom.btn-icon.btn-md.btn-animate:hover, button.btn-icon.btn-md.btn-animate:hover { padding-left:70px; }
.btn-custom.btn-icon.btn-lg.btn-animate:hover, button.btn-icon.btn-lg.btn-animate:hover { padding-left:92px; }
.btn-custom.btn-icon.btn-icon-after.btn-animate, button.btn-icon.btn-icon-after.btn-animate { padding-right:30px; }
.btn-custom.btn-icon.btn-icon-after.btn-sm.btn-animate, button.btn-icon.btn-icon-after.btn-sm.btn-animate { padding-right:22px; }
.btn-custom.btn-icon.btn-icon-after.btn-md.btn-animate, button.btn-icon.btn-icon-after.btn-md.btn-animate { padding-right:40px; }
.btn-custom.btn-icon.btn-icon-after.btn-lg.btn-animate, button.btn-icon.btn-icon-after.btn-lg.btn-animate { padding-right:52px; }
.btn-custom.btn-icon.btn-icon-after.btn-animate:hover, button.btn-icon.btn-icon-after.btn-animate:hover {
	padding-right:55px;
	padding-left:30px;
}
.btn-custom.btn-icon.btn-icon-after.btn-sm.btn-animate:hover, button.btn-icon.btn-icon-after.btn-sm.btn-animate:hover {
	padding-right:40px;
	padding-left:22px;
}
.btn-custom.btn-icon.btn-icon-after.btn-md.btn-animate:hover, button.btn-icon.btn-icon-after.btn-md.btn-animate:hover {
	padding-right:70px;
	padding-left:40px;
}
.btn-custom.btn-icon.btn-icon-after.btn-lg.btn-animate:hover, button.btn-icon.btn-icon-after.btn-lg.btn-animate:hover {
	padding-right:92px;
	padding-left:52px;
}
	.btn-custom.btn-icon.btn-animate .ion, button.btn-icon.btn-animate .ion {
		visibility:hidden;
		opacity:0;
		-webkit-transition:visibility .2s ease, opacity .2s ease-in-out;
		transition:visibility .2s ease, opacity .2s ease-in-out;
	}
	.btn-custom.btn-icon.btn-animate:hover .ion, button.btn-icon.btn-animate:hover .ion {
		visibility:visible;
		opacity:1;
	}
	
.btn-url {
	font-family:Montserrat, Arial, sans-serif;
	line-height:22px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.5px;
}
	.btn-url .ion { margin-left:10px; }
	
.btn-more-link {
	font-family:Montserrat, Arial, sans-serif;
	font-size:13px;
	line-height:46px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	background-color:#f0f0f0;
	padding:15px 40px;
}
.btn-more-link:hover { background-color:#e0e0e0; }

.btn-play {
	display:inline-block;
	position:relative;
	min-height:36px;
	color:#777 !important;
	font-size:18px;
	line-height:36px;
	font-weight:500;
	white-space:nowrap;
	padding-left:48px;
}
.btn-play:hover { color:#303030 !important; }
.btn-play.btn-white { color:#FFF !important; }
.btn-play.btn-white:hover { color:#FFCF0D !important; }
.bg-color .btn-play.btn-white:hover { color:#FFF !important; }
.text-white .btn-play:hover { opacity:1; }
.bg-color.text-white .btn-play.btn-white:hover { opacity:.8; }
	.btn-play .ion {
		position:absolute;
		top:0px;
		left:0px;
		width:36px;
		height:36px;
		color:#FFCF0D;
		font-size:20px;
		line-height:36px;
		text-align:center;
		background-color:#FFF;
		border-radius:50%;
		-webkit-transition:color .2s ease, background .2s ease;
		transition:color .2s ease, background .2s ease;
	}
	.btn-play.btn-dark .ion {
		color:#FFF;
		background-color:#303030;
	}
	.btn-play.btn-white .ion {
		color:#303030;
		background-color:#FFF;
	}
	.btn-play:hover .ion {
		color:#FFF;
		background-color:#FFCF0D;
	}
	.bg-color .btn-play.btn-white .ion { color:#FFCF0D; }
	.bg-color .btn-play.btn-white:hover .ion { background-color:#FFF; }
	.btn-play .ion:before { margin-right:-3px; }
	
.btn-play2 {
	display:inline-block;
	position:relative;
	width:64px;
	height:64px;
	color:#FFF !important;
	font-size:36px;
	line-height:64px;
	text-align:center;
	background-color:#FFCF0D;
	border-radius:50%;
}
.btn-play2:hover { background-color:#04df89; }
.btn-play2.btn-dark { background-color:#303030; }
.btn-play2.btn-dark:hover { background-color:#4a4a4a; }
.btn-play2.btn-white {
	color:#FFCF0D !important;
	background-color:#FFF;
}
.btn-play2.btn-white:hover {
	color:#FFF !important;
	background-color:#FFCF0D;
}
.text-white .btn-play2:hover { opacity:1; }
	.btn-play2 .ion { margin-right:-6px; }
	
button.close {
	font-family:Arial, Helvetica, sans-serif;
/*	color:#404040 !important;*/
	color:#FFF !important;
	font-size:20px;
	margin:0px;
	border-radius:0px;
}
button.close:hover {
	color:#111;
	background:none;
	border:0px;
}

.table > thead > tr > th {
	font-family:Montserrat, Arial, sans-serif;
	color:#303030;
	font-weight:500;
}
.text-white .table > thead > tr > th { color:#FFF; }

.alert { border-radius:3px; }
	.alert h4 { margin-bottom:10px; }
	
.tooltip {
	text-transform:lowercase;
	z-index:990;
}
.tooltip-inner {
	padding:6px 12px 5px;
	border-radius:3px;
}

.popover { z-index:990; }
.popover-title { line-height:22px; }

.panel-title { line-height:28px; }

.nav-tabs { margin-bottom:20px; }

.modal {
	padding:0px !important;
	z-index:8050;
}
.modal-title { font-size:18px; }
.modal-backdrop { z-index:8010; }

.static-wrap {
	overflow:hidden;
	background-color:#f9f9f9;
	padding:0px 15px;
}
	.static-wrap .tooltip {
		display:inline-block;
		position:relative;
		margin:10px;
		opacity:1;
	}
	.static-wrap .popover {
		position:relative;
		display:inline-block;
		width:260px;
		margin:20px;
	}
	.static-wrap .modal {
		display:block;
		position:relative;
		top:auto;
		right:auto;
		bottom:auto;
		left:auto;
		z-index:1;
	}
	.static-wrap .modal-dialog { margin:30px auto; }
	
.section-wrap { overflow:hidden; }

.row-col-2 { margin:0px -25px; }

.row-space { margin:0px -2px; }
	.row-space > div { padding:2px; }
	
.row-nospace { margin:0px; }
	.row-nospace > div { padding:0px; }
	
.border-top { border-top:1px solid #e9e9e9; }
.border-bottom { border-bottom:1px solid #e9e9e9; }
.no-border-top { border-top:0px !important; }
.no-border-bottom { border-bottom:0px !important; }

.aligncenter {
	display:block;
	margin:20px auto;
}
.alignright {
	float:right;
	margin:10px 0px 10px 10px;
}
.alignleft {
	float:left;
	margin:10px 10px 10px 0px;
}

.text-sm {
	font-size:13px;
	line-height:22px;
}
.text-md {
	font-size:18px;
	line-height:28px;
}
.text-lg {
	font-size:22px;
	line-height:34px;
}

.text-padding { padding:0px 200px; }
.text-uppercase { letter-spacing:.5px; }

.wp-caption {
	max-width:100%;
	text-align:center;
	background-color:#f4f4f4;
	padding:8px 8px 0px;
	border-radius:3px;
}
	.wp-caption img {
		width:100%;
		height:auto;
		margin-bottom:8px;
	}
	.wp-caption p.wp-caption-text {
		font-family:Montserrat, Arial, sans-serif;
		color:#303030;
		font-size:12px;
		line-height:18px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		padding-bottom:15px;
		margin:0px;
	}
	
.text-caption {
	text-align:center;
    background-color:#f4f4f4;
	padding:0px 5px 5px;
	border-radius:3px;
}
	.text-caption img {
		width:100%;
		background-color:transparent !important;
		padding:5px 0px 0px !important;
		margin:0px;
		border:0px !important;
	}
	.text-caption p.text-caption-text {
		font-family:Montserrat, Arial, sans-serif;
		color:#303030;
		font-size:12px;
		line-height:18px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		padding:10px 0px 5px;
		margin:0px;
	}
	
.bg-padding { padding:15px 20px; }

.required { color:#d90000; font-weight: 500;}

.list-icon { margin:20px 0px; }
	.list-icon ul {
		padding:0px;
		margin:0px;
	}
		.list-icon ul li {
			list-style-type:none;
			position:relative;
			min-height:26px;
			padding-left:40px;
			margin-bottom:15px;
		}
		.list-icon ul li:last-child { margin-bottom:0px; }
			.list-icon ul li .ion {
				position:absolute;
				top:4px;
				left:0px;
				width:1em;
				color:#FFCF0D;
				font-size:1.125em;
				text-align:center;
			}
			.text-white .list-icon ul li .ion { color:#FFF; }
			
.list-row-icons {
	overflow:hidden;
	padding:0px;
	margin:0px;
}
	.list-row-icons li {
		list-style-type:none;
		float:left;
		width:10%;
		color:#303030;
		font-size:30px;
		text-align:center;
		margin-bottom:40px;
	}
	
.sep-border {
	height:1px;
	background-color:#e9e9e9;
}
.bg-grey .sep-border { background-color:#e0e0e0; }
.text-white .sep-border { background-color:rgba(255,255,255,.25); }
.ie .text-white .sep-border { background:url(../images/ie-bg-white-25.png) top left repeat; }

.sep-border-dotted { border-bottom:2px dotted #e9e9e9; }
.bg-grey .sep-border-dotted { border-bottom-color:#e0e0e0; }
.text-white .sep-border-dotted { border-bottom-color:rgba(255,255,255,.25); }
.ie .text-white .sep-border-dotted { border-bottom-color:#FFF; }

.sep-border-dashed { border-bottom:2px dashed #e9e9e9; }
.bg-grey .sep-border-dashed { border-bottom-color:#e0e0e0; }
.text-white .sep-border-dashed { border-bottom-color:rgba(255,255,255,.25); }
.ie .text-white .sep-border-dashed { border-bottom-color:#FFF; }

.sep-border-left {
	position:relative;
	border-bottom:1px solid #e9e9e9;
}
.bg-grey .sep-border-left { border-bottom-color:#e0e0e0; }
.text-white .sep-border-left { border-bottom-color:rgba(255,255,255,.25); }
.ie .text-white .sep-border-left { border-bottom-color:#FFF; }
.sep-border-left:before {
	position:absolute;
	top:-1px;
	left:0px;
	width:50px;
	height:3px;
	background-color:#FFCF0D;
	content:'';
}
.text-white .sep-border-left:before { background-color:rgba(255,255,255,.5); }
.ie .text-white .sep-border-left:before { background:url(../images/ie-bg-white-50.png) top left repeat; }

.sep-border-stripes {
	height:10px;
	background:url(../images/bg-sep-border-stripes.png) repeat top center;
}

.sep-border-shadow {
	height:25px;
	background:url(../images/bg-sep-border-shadow.png) no-repeat top center;
	background-size:100%;
}

.sep-border-icon {
	position:relative;
	height:20px;
	max-width:540px;
	margin:0px auto;
}
.sep-border-icon:before, .sep-border-icon:after {
	position:absolute;
	top:9.5px;
	height:1px;
	background-color:#e9e9e9;
	content:'';
}
.sep-border-icon:before {
	right:50%;
	left:0px;
	margin-right:30px;
}
.sep-border-icon:after {
	right:0px;
	left:50%;
	margin-left:30px;
}
.bg-grey .sep-border-icon:before, .bg-grey .sep-border-icon:after { background-color:#e0e0e0; }
.text-white .sep-border-icon:before, .text-white .sep-border-icon:after { background-color:rgba(255,255,255,.25); }
.ie .text-white .sep-border-icon:before, .ie .text-white .sep-border-icon:after { background:url(../images/ie-bg-white-25.png) top left repeat; }
	.sep-border-icon .ion {
		position:absolute;
		top:0px;
		right:50%;
		width:60px;
		color:#c0c0c0;
		font-size:20px;
		line-height:1;
		text-align:center;
		margin-right:-30px;
	}
	.text-white .sep-border-icon .ion { color:rgba(255,255,255,.4); }
	.ie .text-white .sep-border-icon .ion { color:#FFF; }
	
.dropcap {
	float:left;
	color:#303030;
	font-size:94px;
	line-height:74px;
	font-weight:900;
	margin-right:10px;
}
.dropcap.dropcap-white { color:#FFF; }
.dropcap.dropcap-blue { color:#009cff; }
.dropcap.dropcap-green { color:#FFCF0D; }
.dropcap.dropcap-orange { color:#f47936; }
.dropcap.dropcap-pink { color:#f14ca7; }
.dropcap.dropcap-purple { color:#c653ff; }
.dropcap.dropcap-yellow { color:#f6cb26; }
.dropcap.dropcap-square, .dropcap.dropcap-circle {
	width:70px;
	height:70px;
	color:#FFF;
	font-size:72px;
	line-height:68px;
	text-align:center;
	background-color:#303030;
	border-radius:3px;
}
.dropcap.dropcap-circle { border-radius:50%; }
.dropcap.dropcap-square.dropcap-white, .dropcap.dropcap-circle.dropcap-white {
	color:#303030;
	background-color:#FFF;
}
.bg-color .dropcap.dropcap-square.dropcap-white, .bg-color .dropcap.dropcap-circle.dropcap-white { color:#FFCF0D; }
.dropcap.dropcap-square.dropcap-blue, .dropcap.dropcap-circle.dropcap-blue { background-color:#009cff; }
.dropcap.dropcap-square.dropcap-green, .dropcap.dropcap-circle.dropcap-green { background-color:#FFCF0D; }
.dropcap.dropcap-square.dropcap-orange, .dropcap.dropcap-circle.dropcap-orange { background-color:#f47936; }
.dropcap.dropcap-square.dropcap-pink, .dropcap.dropcap-circle.dropcap-pink { background-color:#f14ca7; }
.dropcap.dropcap-square.dropcap-purple, .dropcap.dropcap-circle.dropcap-purple { background-color:#c653ff; }
.dropcap.dropcap-square.dropcap-yellow, .dropcap.dropcap-circle.dropcap-yellow { background-color:#f6cb26; }

.post-heading-left { margin-bottom:40px; }
.post-heading-center {
	text-align:center;
	padding:0px 210px;
	margin-bottom:50px;
}
/*
	.post-heading-left h2, .post-heading-center h2 {
		font-size:36px;
		line-height:44px;
		text-transform:uppercase;
		letter-spacing:1px;
		margin:0px;
	}
*/
    
    .post-heading-left h2, .post-heading-center h2 {
		font-size: 90px;
        font-family: 'Monopol_medium';
        letter-spacing: -0.01em !important;
        line-height: 85%;
		text-transform:uppercase;
		margin: 0px !important;
	}
    
	.post-heading-left h4, .post-heading-center h4 {
		font-size:22px;
		line-height:30px;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin:0px;
	}
	.post-heading-center h2, .post-heading-center h4 { font-weight:700; }
	.post-heading-left p, .post-heading-center p {
		color:#a9a9a9;
		font-size:18px;
		line-height:28px;
		font-weight:400;
		margin:15px 0px 0px;
	}
	.text-white .post-heading-left p, .text-white .post-heading-center p { color:#FFF; }
	
.post-heading-left2 { margin-bottom:40px; }
.post-heading-center2 {
	text-align:center;
	padding:0px 210px;
	margin-bottom:50px;
}
	.post-heading-left2 h2, .post-heading-left2 h4, .post-heading-center2 h2, .post-heading-center2 h4 {
		position:relative;
		font-size:36px;
		line-height:44px;
		text-transform:uppercase;
		letter-spacing:1px;
		margin:0px;
	}
	.post-heading-left2 h4, .post-heading-center2 h4 {
		font-size:22px;
		line-height:30px;
		letter-spacing:.5px;
	}
	.post-heading-center2 h2, .post-heading-center2 h4 { font-weight:700; }
	.post-heading-left2 h2:after, .post-heading-left2 h4:after, .post-heading-center2 h2:after, .post-heading-center2 h4:after {
		display:block;
		width:50px;
		height:3px;
		background-color:#FFCF0D;
		content:'';
		margin-top:18px;
	}
	.post-heading-left2 h4:after, .post-heading-center2 h4:after {
		width:40px;
		margin-top:12px;
	}
	.post-heading-center2 h2:after, .post-heading-center2 h4:after {
		margin-right:auto;
		margin-left:auto;
	}
	.text-center .post-heading-left2 h2:after, .text-center .post-heading-left2 h4:after, .post-heading-left2.text-center h2:after, .post-heading-left2.text-center h4:after {
		margin-right:auto;
		margin-left:auto;
	}
	.text-white .post-heading-left2 h2:after, .text-white .post-heading-left2 h4:after, .text-white .post-heading-center2 h2:after, .text-white .post-heading-center2 h4:after { background-color:#FFF; }
	.post-heading-left2 p, .post-heading-center2 p {
		color:#a9a9a9;
		font-size:18px;
		line-height:28px;
		font-weight:400;
		margin:20px 0px 0px;
	}
	.text-white .post-heading-left2 p, .text-white .post-heading-center2 p { color:#FFF; }
	
.post-heading-left3 {
	margin-bottom:40px;
	border-bottom:1px solid #e9e9e9;
}
.bg-grey .post-heading-left3 { border-bottom-color:#e0e0e0; }
.text-white .post-heading-left3 { border-bottom-color:rgba(255,255,255,.25); }
.ie .text-white .post-heading-left3 { border-bottom-color:#FFF; }
	.post-heading-left3 h2 {
		font-size:36px;
		line-height:44px;
		text-transform:uppercase;
		letter-spacing:1px;
		margin-bottom:12px;
	}
	.post-heading-left3 h4 {
		font-size:22px;
		line-height:30px;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-bottom:8px;
	}
	
.post-heading-left4 {
	display:flex;
	margin-bottom:40px;
	flex-wrap:nowrap;
}
.post-heading-left4:after {
	height:10px;
	content:'';
	margin-top:17px;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	flex-grow:1;
}
.post-heading-left4.post-heading-sm:after {
	height:8px;
	margin-top:11px;
}
	.post-heading-left4 h2, .post-heading-left4 h4 {
		font-size:36px;
		line-height:44px;
		text-transform:uppercase;
		letter-spacing:1px;
		padding-right:12px;
		margin:0px;
	}
	.post-heading-left4 h4 {
		font-size:22px;
		line-height:30px;
		letter-spacing:.5px;
		padding-right:8px;
	}
	
.post-btn-section { margin:0px -5px; }
	.post-btn-section .btn-custom {
		line-height:60px;
		margin:0px 5px;
	}
	
.img-hover {
	overflow:hidden;
	position:relative;
}
	.text-white .img-hover a:hover { opacity:1; }
	.img-hover img {
		display:block;
		width:100%;
	}
	.img-hover .overlay-masked {
		visibility:hidden;
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		color:#FFF;
		background-color:rgba(0,0,0,.5);
		opacity:0;
		-webkit-transition:visibility .2s ease, opacity .2s ease-in-out;
		transition:visibility .2s ease, opacity .2s ease-in-out;
	}
	.ie .img-hover .overlay-masked { background:url(../images/ie-bg-black-50.png) repeat top left; }
	.img-hover.hover-white .overlay-masked {
		color:#303030;
		background-color:rgba(255,255,255,.5);
	}
	.ie .img-hover.hover-white .overlay-masked { background-image:url(../images/ie-bg-white-50.png); }
	.img-hover:hover .overlay-masked {
		visibility:visible;
		opacity:1;
	}
		.img-hover .overlay-masked .ion {
			position:absolute;
			top:50%;
			left:50%;
			width:20px;
			height:20px;
			font-size:20px;
			line-height:1;
			text-align:center;
			margin:-4px 0px 0px -10px;
			-webkit-transition:margin .2s ease-in;
			transition:margin .2s ease-in;
		}
		.img-hover:hover .overlay-masked .ion { margin-top:-10px; }
		
.img-hover2 {
	overflow:hidden;
	position:relative;
}
	.text-white .img-hover2 a:hover { opacity:1; }
	.img-hover2 img {
		display:block;
		width:100%;
	}
	.img-hover2 .overlay-masked {
		visibility:hidden;
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		color:#FFF;
		background-color:rgba(0,0,0,.5);
		opacity:0;
		-webkit-transition:visibility .2s ease, opacity .2s ease-in-out;
		transition:visibility .2s ease, opacity .2s ease-in-out;
	}
	.ie .img-hover2 .overlay-masked { background:url(../images/ie-bg-black-50.png) repeat top left; }
	.img-hover2.hover-white .overlay-masked {
		color:#303030;
		background-color:rgba(255,255,255,.5);
	}
	.ie .img-hover2.hover-white .overlay-masked { background-image:url(../images/ie-bg-white-50.png); }
	.img-hover2:hover .overlay-masked {
		visibility:visible;
		opacity:1;
	}
		.img-hover2 .overlay-masked .ion {
			position:absolute;
			top:50%;
			left:50%;
			width:48px;
			height:48px;
			font-size:48px;
			line-height:1;
			text-align:center;
			margin:-14px 0px 0px -24px;
			-webkit-transition:margin .2s ease-in;
			transition:margin .2s ease-in;
		}
		.img-hover2:hover .overlay-masked .ion { margin-top:-24px; }
		
.img-hover3 {
	overflow:hidden;
	position:relative;
}
	.text-white .img-hover3 a:hover { opacity:1; }
	.img-hover3 img {
		display:block;
		width:100%;
	}
	.img-hover3 .overlay-masked {
		visibility:hidden;
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		color:#FFF;
		background-color:rgba(0,0,0,.5);
		opacity:0;
		-webkit-transition:visibility .2s ease, opacity .2s ease-in-out;
		transition:visibility .2s ease, opacity .2s ease-in-out;
	}
	.ie .img-hover3 .overlay-masked { background:url(../images/ie-bg-black-50.png) repeat top left; }
	.img-hover3.hover-white .overlay-masked {
		color:#303030;
		background-color:rgba(255,255,255,.5);
	}
	.ie .img-hover3.hover-white .overlay-masked { background-image:url(../images/ie-bg-white-50.png); }
	.img-hover3:hover .overlay-masked {
		visibility:visible;
		opacity:1;
	}
		.img-hover3 .overlay-masked a {
			position:absolute;
			top:50%;
			width:42px;
			height:42px;
			color:#303030;
			font-size:26px;
			line-height:42px;
			text-align:center;
			background-color:#FFF;
			margin-top:-21px;
			border-radius:50%;
			-webkit-transition:color .2s ease, background .2s ease, margin .2s ease-in;
			transition:color .2s ease, background .2s ease, margin .2s ease-in;
		}
		.img-hover3.hover-white .overlay-masked a {
			color:#FFF;
			background-color:#303030;
		}
		.img-hover3 .overlay-masked a:hover {
			color:#FFF;
			background-color:#FFCF0D;
		}
		.img-hover3 .overlay-masked a.link-left {
			left:50%;
			margin-left:-44px;
		}
		.img-hover3:hover .overlay-masked a.link-left { margin-left:-54px; }
		.img-hover3 .overlay-masked a.link-right {
			right:50%;
			margin-right:-44px;
		}
		.img-hover3:hover .overlay-masked a.link-right { margin-right:-54px; }
			.img-hover3 .overlay-masked a .ion-android-open { margin-right:-1px; }
			
.img-hover4 {
	overflow:hidden;
	position:relative;
}
	.text-white .img-hover4 a:hover { opacity:1; }
	.img-hover4 img {
		display:block;
		width:100%;
		-webkit-transition:all .3s ease-in-out;
		transition:all .3s ease-in-out;
	}
	.img-hover4:hover img { transform:scale(1.2) rotate(3deg); }
	.img-hover4 .overlay-masked {
		visibility:hidden;
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		color:#FFF;
		text-align:center;
		background-color:rgba(0,0,0,.5);
		opacity:0;
		-webkit-transition:visibility .2s ease, opacity .2s ease-in-out;
		transition:visibility .2s ease, opacity .2s ease-in-out;
	}
	.ie .img-hover4 .overlay-masked { background:url(../images/ie-bg-black-50.png) repeat top left; }
	.img-hover4.hover-white .overlay-masked {
		color:#303030;
		background-color:rgba(255,255,255,.5);
	}
	.ie .img-hover4.hover-white .overlay-masked { background-image:url(../images/ie-bg-white-50.png); }
	.img-hover4:hover .overlay-masked {
		visibility:visible;
		opacity:1;
	}
		.img-hover4 .overlay-masked a, .img-hover4 .overlay-masked h4 { color:#FFF; }
		.img-hover4 .overlay-masked a:hover { opacity:.8; }
		.img-hover4.hover-white .overlay-masked a, .img-hover4.hover-white .overlay-masked h4 { color:#303030; }
		.img-hover4.hover-white .overlay-masked a:hover {
			color:#FFCF0D;
			opacity:1;
		}
		.img-hover4 .overlay-masked .overlay-links {
			position:absolute;
			top:50%;
			right:0px;
			left:0px;
			font-size:42px;
			line-height:52px;
			margin-top:-67px;
			-webkit-transition:margin .2s ease-in;
			transition:margin .2s ease-in;
		}
		.img-hover4:hover .overlay-masked .overlay-links { margin-top:-57px; }
			.img-hover4 .overlay-masked .overlay-links a { margin:0px 10px; }
		.img-hover4 .overlay-masked .overlay-txt {
			position:absolute;
			top:50%;
			right:0px;
			left:0px;
			padding:0px 10px;
			margin-top:10px;
			-webkit-transition:margin .2s ease-in;
			transition:margin .2s ease-in;
		}
		.img-hover4:hover .overlay-masked .overlay-txt { margin-top:0px; }
			.img-hover4 .overlay-masked .overlay-txt h4 {
				font-size:22px;
				line-height:30px;
				margin:0px;
			}
			.img-hover4 .overlay-masked .overlay-txt p {
				font-family:Montserrat, Arial, sans-serif;
				font-size:12px;
				line-height:18px;
				font-weight:500;
				text-transform:uppercase;
				letter-spacing:.5px;
				margin:5px 0px 0px;
			}
				.img-hover4 .overlay-masked .overlay-txt p span { margin:0px 2px; }
				
.img-video {
	position:relative;
	text-align:center;
}
	.img-video .video-overlay {
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
	}
	.img-video .btn-play2 {
		position:absolute;
		top:50%;
		left:50%;
		margin:-32px 0px 0px -32px;
	}
	
.img-layers { position:relative; }
.img-layers:before, .img-layers:after {
	display:table;
	content:'';
}
.img-layers:after { clear:both; }
	.img-layers img {
		display:block;
		width:100%;
	}
	.img-layers .img-layer-left {
		float:left;
		width:28.4%;
	}
	.img-layers .img-layer-center {
		position:absolute;
		right:31.4%;
		bottom:0px;
		left:31.4%;
	}
	.img-layers .img-layer-right {
		float:right;
		width:28.4%;
	}
	
.img-layers2 { position:relative; }
	.img-layers2 img {
		display:block;
		width:100%;
	}
	.img-layers2 .img-layer-left, .img-layers2 .img-layer-right {
		position:relative;
		z-index:110;
	}
	.img-layers2.img-layer-left-front .img-layer-left { padding-right:36%; }
	.img-layers2.img-layer-right-front .img-layer-right { padding-left:36%; }
	.img-layers2.img-layer-left-front .img-layer-right, .img-layers2.img-layer-right-front .img-layer-left {
		position:absolute;
		right:0px;
		bottom:0px;
		left:40%;
		z-index:100;
	}
	.img-layers2.img-layer-right-front .img-layer-left {
		right:40%;
		left:0px;
	}
	
.embed-map {
	height:575px;
	background-color:#f4f4f4;
}
.map-address {
	font-family:Montserrat, Arial, sans-serif;
	color:#FFCF0D;
	font-size:13px;
	line-height:18px;
	text-align:right;
	font-weight:400;
	margin:8px 0px 0px;
}

.easyzoom a { cursor:default; }

.carousel-slider { position:relative; }
.carousel-slider.slick-slider { margin-bottom:0px; }
	.carousel-slider .slick-prev, .carousel-slider .slick-next {
		width:34px;
		height:52px;
		color:#e0e0e0;
		text-align:center;
		margin-top:-26px;
		z-index:1000;
		border-radius:50%;
		box-shadow:none;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		-webkit-transition:color .2s ease, background .2s ease, opacity .2s ease-in-out;
		transition:color .2s ease, background .2s ease, opacity .2s ease-in-out;
	}
	.carousel-slider .slick-prev { left:15px; }
	.carousel-slider .slick-next { right:15px; }
	.carousel-slider .slick-prev.slick-disabled, .carousel-slider .slick-next.slick-disabled { cursor:default; }
	.carousel-slider .slick-prev:hover, .carousel-slider .slick-next:hover { color:#FFCF0D; }
	.carousel-slider .slick-prev.slick-disabled:hover, .carousel-slider .slick-next.slick-disabled:hover { color:#e0e0e0; }
	.carousel-slider .slick-prev:before, .carousel-slider .slick-next:before {
		font-family:Ionicons;
		color:#e0e0e0;
		font-size:52px;
		line-height:1;
		text-align:center;
		font-weight:300;
		text-rendering:auto;
		background-color:transparent;
		content:'\f3d2';
		opacity:1;
		-webkit-transition:color .2s ease, background .2s ease, opacity .2s ease-in-out;
		transition:color .2s ease, background .2s ease, opacity .2s ease-in-out;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
	}
	.carousel-slider .slick-next:before { content:'\f3d3'; }
	.carousel-slider .slick-prev:hover:before, .carousel-slider .slick-next:hover:before { color:#FFCF0D; }
	.carousel-slider .slick-prev.slick-disabled:hover:before, .carousel-slider .slick-next.slick-disabled:hover:before { color:#e0e0e0; }
	.carousel-slider .slick-dots {
		right:0px;
		bottom:20px;
		left:0px;
		line-height:0px;
		margin:0px;
/*		z-index:1000;*/
	}
		.carousel-slider .slick-dots li {
			position:relative;
			width:14px;
			height:14px;
			margin:5px;
		}
			.carousel-slider .slick-dots li button {
				position:absolute;
				top:1px;
				left:1px;
				width:12px;
				height:12px;
				background-color:#e0e0e0;
				padding:0px;
				border-radius:50%;
				box-shadow:none;
			}
			.carousel-slider .slick-dots li button:hover, .carousel-slider .slick-dots li.slick-active button { background-color:#FFCF0D; }
			.carousel-slider .slick-dots li.slick-active button {
				top:0px;
				left:0px;
				width:14px;
				height:14px;
			}
			.carousel-slider .slick-dots li button:before { display:none; }
	.carousel-slider .slick-slide, .carousel-slider .slick-slide a { outline:none; }
	.carousel-slider img { max-width:100%; }
	
.carousel-slider.carousel-arrows .slick-prev { left:-40px; }
.carousel-slider.carousel-arrows .slick-next { right:-40px; }
.text-white .carousel-slider.carousel-arrows .slick-prev, .text-white .carousel-slider.carousel-arrows .slick-next, .text-white .carousel-slider.carousel-arrows .slick-prev:before, .text-white .carousel-slider.carousel-arrows .slick-next:before { color:#FFF; }
.bg-dark.text-white .carousel-slider.carousel-arrows .slick-prev:hover, .bg-dark.text-white .carousel-slider.carousel-arrows .slick-next:hover, .bg-dark.text-white .carousel-slider.carousel-arrows .slick-prev:hover:before, .bg-dark.text-white .carousel-slider.carousel-arrows .slick-next:hover:before { color:#FFCF0D; }
.bg-color.text-white .carousel-slider.carousel-arrows .slick-prev:hover, .bg-color.text-white .carousel-slider.carousel-arrows .slick-next:hover, .bg-color.text-white .carousel-slider.carousel-arrows .slick-prev:hover:before, .bg-color.text-white .carousel-slider.carousel-arrows .slick-next:hover:before { opacity:.8; }

.carousel-slider.carousel-dots { padding-bottom:50px; }
	.carousel-slider.carousel-dots .slick-dots { bottom:0px; }
		.text-white .carousel-slider.carousel-dots .slick-dots li button, .text-white .carousel-slider.carousel-dots .slick-dots li button:hover, .text-white .carousel-slider.carousel-dots .slick-dots li.slick-active button { background-color:#FFF; }
		
.carousel-slider.carousel-draggable { cursor:pointer; }

.carousel-slider.general-slider2, .carousel-slider.general-slider2-autoplay { overflow:hidden; }
	.carousel-slider .slide-content { position:relative; }
		.carousel-slider .slide-content .slide-content-txt {
			position:absolute;
			top:50%;
			left:40px;
			max-width:600px;
			padding:30px 40px;
			margin-top:-120px;
		}
		.carousel-slider .slide-content.slide-content-right .slide-content-txt {
			right:40px;
			left:auto;
		}
		.carousel-slider .slide-content.slide-content-center .slide-content-txt {
			right:240px;
			left:240px;
			width:auto;
			max-width:none;
			text-align:center;
			margin-top:-160px;
		}
			.carousel-slider .slide-content .slide-content-txt h4 {
				font-size:26px;
				line-height:36px;
				font-weight:700;
				text-transform:uppercase;
				letter-spacing:1px;
				margin:0px;
			}
			.carousel-slider .slide-content .slide-content-txt p {
				font-size:16px;
				line-height:28px;
				font-weight:400;
				margin:15px 0px 0px;
			}
			.carousel-slider .slide-content .slide-content-txt .slide-content-btn { margin-top:25px; }
				.carousel-slider .slide-content .slide-content-txt .slide-content-btn .btn-custom {
					line-height:60px;
					margin:0px 8px;
				}
				
.carousel-slider.carousel-testimonials, .carousel-slider.carousel-tweets {
	min-height:86px;
	padding:10px 190px 0px 120px;
}
.carousel-slider.carousel-tweets.no-content {
	text-align:center;
	min-height:0px;
	padding:0px;
}
.carousel-slider.carousel-testimonials:before, .carousel-slider.carousel-tweets:before {
	position:absolute;
	top:-10px;
	left:0px;
	width:96px;
	font-family:Ionicons;
	color:#f0f0f0;
	font-size:96px;
	line-height:1;
	text-align:center;
	content:'\f347';
}
.carousel-slider.carousel-tweets:before { content:'\f243'; }
.text-white .carousel-slider.carousel-testimonials:before, .text-white .carousel-slider.carousel-tweets:before {
	color:#FFF;
	opacity:.25;
}
.ie .text-white .carousel-slider.carousel-testimonials:before, .ie .text-white .carousel-slider.carousel-tweets:before { display:none; }
.carousel-slider.carousel-tweets.no-content:before { display:none; }
	.carousel-slider.carousel-testimonials .slick-prev, .carousel-slider.carousel-testimonials .slick-next, .carousel-slider.carousel-tweets .slick-prev, .carousel-slider.carousel-tweets .slick-next {
		top:15px;
		width:28px;
		height:28px;
		padding:0px;
		margin:0px;
		border:2px solid #FFCF0D;
		border-radius:3px;
	}
	.text-white .carousel-slider.carousel-testimonials .slick-prev, .text-white .carousel-slider.carousel-testimonials .slick-next, .text-white .carousel-slider.carousel-tweets .slick-prev, .text-white .carousel-slider.carousel-tweets .slick-next { border-color:#FFF; }
	.carousel-slider.carousel-testimonials .slick-prev, .carousel-slider.carousel-tweets .slick-prev {
		left:auto;
		right:33px;
	}
	.carousel-slider.carousel-testimonials .slick-next, .carousel-slider.carousel-tweets .slick-next { right:0px; }
	.carousel-slider.carousel-testimonials .slick-prev:hover, .carousel-slider.carousel-testimonials .slick-next:hover, .carousel-slider.carousel-tweets .slick-prev:hover, .carousel-slider.carousel-tweets .slick-next:hover { background-color:#FFCF0D; }
	.text-white .carousel-slider.carousel-testimonials .slick-prev:hover, .text-white .carousel-slider.carousel-testimonials .slick-next:hover, .text-white .carousel-slider.carousel-tweets .slick-prev:hover, .text-white .carousel-slider.carousel-tweets .slick-next:hover { background-color:#FFF; }
	.carousel-slider.carousel-testimonials .slick-prev:before, .carousel-slider.carousel-testimonials .slick-next:before, .carousel-slider.carousel-tweets .slick-prev:before, .carousel-slider.carousel-tweets .slick-next:before {
		color:#FFCF0D;
		font-size:18px;
		line-height:24px;
		margin-right:-4px;
	}
	.text-white .carousel-slider.carousel-testimonials .slick-prev:before, .text-white .carousel-slider.carousel-testimonials .slick-next:before, .carousel-slider.carousel-testimonials .slick-prev:hover:before, .carousel-slider.carousel-testimonials .slick-next:hover:before, .text-white .carousel-slider.carousel-tweets .slick-prev:before, .text-white .carousel-slider.carousel-tweets .slick-next:before, .carousel-slider.carousel-tweets .slick-prev:hover:before, .carousel-slider.carousel-tweets .slick-next:hover:before { color:#FFF; }
	.text-white .carousel-slider.carousel-testimonials .slick-prev:hover:before, .text-white .carousel-slider.carousel-testimonials .slick-next:hover:before, .text-white .carousel-slider.carousel-tweets .slick-prev:hover:before, .text-white .carousel-slider.carousel-tweets .slick-next:hover:before { color:#303030; }
	.bg-color.text-white .carousel-slider.carousel-testimonials .slick-prev:hover:before, .bg-color.text-white .carousel-slider.carousel-testimonials .slick-next:hover:before, .bg-color.text-white .carousel-slider.carousel-tweets .slick-prev:hover:before, .bg-color.text-white .carousel-slider.carousel-tweets .slick-next:hover:before { color:#FFCF0D; }
	
.carousel-slider.carousel-testimonials2 .slick-prev { left:0px; }
.carousel-slider.carousel-testimonials2 .slick-next { right:0px; }
.text-white .carousel-slider.carousel-testimonials2 .slick-prev, .text-white .carousel-slider.carousel-testimonials2 .slick-next, .text-white .carousel-slider.carousel-testimonials2 .slick-prev:before, .text-white .carousel-slider.carousel-testimonials2 .slick-next:before { color:#FFF; }
.bg-dark.text-white .carousel-slider.carousel-testimonials2 .slick-prev:hover, .bg-dark.text-white .carousel-slider.carousel-testimonials2 .slick-next:hover, .bg-dark.text-white .carousel-slider.carousel-testimonials2 .slick-prev:hover:before, .bg-dark.text-white .carousel-slider.carousel-testimonials2 .slick-next:hover:before { color:#FFCF0D; }
.bg-color.text-white .carousel-slider.carousel-testimonials2 .slick-prev:hover, .bg-color.text-white .carousel-slider.carousel-testimonials2 .slick-next:hover, .bg-color.text-white .carousel-slider.carousel-testimonials2 .slick-prev:hover:before, .bg-color.text-white .carousel-slider.carousel-testimonials2 .slick-next:hover:before { opacity:.8; }
.carousel-slider.carousel-testimonials2 .slick-dots { bottom:0px; }
	.text-white .carousel-slider.carousel-testimonials2 .slick-dots li button, .text-white .carousel-slider.carousel-testimonials2 .slick-dots li button:hover, .text-white .carousel-slider.carousel-testimonials2 .slick-dots li.slick-active button { background-color:#FFF; }
	
.carousel-slider.carousel-tweets2 {
	text-align:center;
	padding-bottom:50px;
}
.carousel-slider.carousel-tweets2.no-content { padding:0px; }
	.carousel-slider.carousel-tweets2 .slick-dots { bottom:0px; }
		.text-white .carousel-slider.carousel-tweets2 .slick-dots li button, .text-white .carousel-slider.carousel-tweets2 .slick-dots li button:hover, .text-white .carousel-slider.carousel-tweets2 .slick-dots li.slick-active button { background-color:#FFF; }
	.carousel-slider.carousel-tweets2 .affa-tweet { padding:0px 150px; }
	
a.scrollup {
	visibility:hidden;
	position:fixed;
	right:20px;
	bottom:-50px;
	width:46px;
	height:50px;
	color:#FFF;
	font-size:26px;
	line-height:50px;
	text-align:center;
	background-color:#FFCF0D;
	z-index:1500;
	opacity:0;
	border-radius:3px 3px 0px 0px;
	-webkit-transition:visibility .3s ease, bottom .3s ease, background .2s ease, opacity .3s ease-in-out;
	transition:visibility .3s ease, bottom .3s ease, background .2s ease, opacity .3s ease-in-out;
}
a.scrollup:hover { background-color:#00454D; }
a.scrollup.visible {
	visibility:visible;
	bottom:0px;
	opacity:1;
}

.animation { visibility:hidden; }
.animated, .ie .animation, .ie9 .animation { visibility:visible; }



/* ========================= Header ========================= */

#header { position:relative; }
#header.header-page {
	background-color:#f0f0f0;
	padding-top:130px;
}
#header.header-page.header-no-subheader { background-color:transparent; }
#header.header-2.header-page, #header.header-4.header-page, #header.header-5.header-page { padding-top:90px; }
#header.header-3.header-page { padding-top:195px; }

/* Navigation Menu */
#header #navigation {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	z-index:1100;
}
#header #navigation.affix {
	position:fixed;
	margin-top:-40px;
}
body.nav-mobile-on.nav-mobile-open #header #navigation.affix, body.nav-shop-filter-open #header #navigation.affix {
	position:absolute;
	margin:0px;
}
#header.header-2 #navigation.affix, #header.header-4 #navigation.affix, #header.header-5 #navigation.affix, #header.header-transparent #navigation.affix { margin-top:0px; }
#header.header-3 #navigation.affix { margin-top:-140px; }

#header .navigation-wrap {
	position:relative;
	padding-bottom:90px;
}

#navigation .navtop {
	overflow:hidden;
	color:#FFF;
	background-color:#FFCF0D;
}
	#navigation .navtop a { color:#FFF; }
	#navigation .navtop a:hover { opacity:.8; }
	#navigation .navtop .nav-txt {
		float:left;
		font-size:14px;
		line-height:24px;
		font-weight:400;
		padding:7.5px 0px;
	}
	#navigation .navtop .nav-txt.nav-txt-right { float:right; }
		#navigation .navtop .nav-txt p {
			position:relative;
			padding-left:26px;
			margin:0px;
		}
			#navigation .navtop .nav-txt p .ion {
				position:absolute;
				top:0px;
				left:0px;
				width:16px;
				font-size:16px;
				line-height:24px;
				text-align:center;
			}
			#navigation .navtop .nav-txt p strong { font-weight:500; }
	#navigation .navtop .nav-menu { float:left; }
	#navigation .navtop .nav-menu.nav-menu-right { float:right; }
		#navigation .navtop .nav-menu ul {
			float:left;
			padding:0px;
			margin:0px;
		}
			#navigation .navtop .nav-menu ul li {
				list-style-type:none;
				position:relative;
				float:left;
				padding:7px 14px 7px 12px;
			}
			#navigation .navtop .nav-menu ul li:first-child { padding-left:0px; }
			#navigation .navtop .nav-menu ul li:last-child { padding-right:0px; }
			#navigation .navtop .nav-menu ul li:after {
				position:absolute;
				top:50%;
				right:0px;
				width:2px;
				height:2px;
				background-color:#FFF;
				content:'';
			}
			#navigation .navtop .nav-menu ul li:last-child:after { display:none; }
				#navigation .navtop .nav-menu ul li a {
					font-size:14px;
					line-height:22px;
					font-weight:400;
				}
	#navigation .navtop .nav-socials {
		float:right;
		padding:8px 0px;
	}
	#navigation .navtop .nav-socials.nav-socials-left { float:left; }
		#navigation .navtop .nav-socials a {
			float:left;
			font-size:18px;
			line-height:24px;
			margin-left:15px;
		}
		#navigation .navtop .nav-socials.nav-socials-left a { margin:0px 15px 0px 0px; }
		
#navigation .navbar {
	position:static;
	color:#a9a9a9;
	background-color:#FFF;
	min-height:0px;
	margin:0px;
	border:0px;
	border-radius:0px;
	box-shadow:0px 2px 5px rgba(0,0,0,.05);
}
.ie #navigation .navbar { border-bottom:1px solid #e9e9e9; }
#header.header-transparent #navigation .navbar {
	background-color:transparent;
	box-shadow:none;
}
.ie #header.header-transparent #navigation .navbar { border:0px; }
#header.header-transparent #navigation.affix .navbar, #header.header-transparent #navigation .navbar.bg-white {
	background-color:#FFF;
	box-shadow:0px 2px 5px rgba(0,0,0,.05);
}
.ie #header.header-transparent #navigation.affix .navbar, .ie #header.header-transparent #navigation .navbar.bg-white { border-bottom:1px solid #e9e9e9; }
	#navigation .navbar .navbar-wrap { position:relative; }
	#header.header-3 #navigation .navbar .navbar-wrap { border-top:1px solid #EEE; }
	#header.header-5 #navigation .navbar .navbar-wrap {
		line-height:0;
		text-align:center;
	}
	#navigation .navbar .navbar-wrap:before, #navigation .navbar .navbar-wrap:after {
		display:table;
		content:'';
	}
	#navigation .navbar .navbar-wrap:after { clear:both; }
	
#navigation .navbar-logo {
	float:left;
	padding:25px 0px;
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
}
#header.header-3 #navigation .navbar-logo { padding:30px 0px; }
#navigation.affix .navbar-logo { padding:15px 0px; }
body.nav-mobile-on.nav-mobile-open #navigation.affix .navbar-logo, body.nav-shop-filter-open #navigation.affix .navbar-logo { padding:25px 0px; }
	#navigation .navbar-logo img { height:40px; }
	#navigation .navbar-logo .navbar-logo-wrap { position:relative; }
		#navigation .navbar-logo .navbar-logo-wrap img {
			-webkit-transition:all .2s ease;
			transition:all .2s ease;
		}
		#navigation.affix .navbar-logo .navbar-logo-wrap .logo-primary {
			visibility:hidden;
			opacity:0;
		}
		#navigation .navbar-logo .navbar-logo-wrap .logo-secondary {
			visibility:hidden;
			position:absolute;
			top:0px;
			left:0px;
			opacity:0;
		}
		#navigation.affix .navbar-logo .navbar-logo-wrap .logo-secondary {
			visibility:visible;
			opacity:1;
		}
		
#header.header-3 #navigation .navbar-headline:before, #header.header-3 #navigation .navbar-headline:after {
	display:table;
	content:'';
}
#header.header-3 #navigation .navbar-headline:after { clear:both; }
	#header.header-3 #navigation .navbar-headline .navbar-search {
		float:right;
		padding:28px 0px;
	}
		#header.header-3 #navigation .navbar-headline .navbar-search h4 {
			float:left;
			color:#CCC;
			font-size:18px;
			line-height:26px;
			text-transform:uppercase;
			letter-spacing:.5px;
			padding:9px 0px;
			margin:0px 25px 0px 0px;
		}
		#header.header-3 #navigation .navbar-headline .navbar-search .affa-form-search {
			float:left;
			width:260px;
		}
			#header.header-3 #navigation .navbar-headline .navbar-search .affa-form-search input[type="text"] {
				height:44px;
				border-radius:0px;
			}
			
#navigation .navbar-menu { float:right; }
#header.header-3 #navigation .navbar-menu {
	float:none;
	position:relative;
}
#header.header-3 #navigation .navbar-menu:before, #header.header-3 #navigation .navbar-menu:after {
	display:table;
	content:'';
}
#header.header-3 #navigation .navbar-menu:after { clear:both; }
#header.header-5 #navigation .navbar-menu {
	display:inline-block;
	float:none;
	line-height:26px;
}
#navigation .nav { float:left; }
#header.header-5 #navigation .nav {
	float:none;
	text-align:left;
}
#header.header-5 #navigation .nav:before, #header.header-5 #navigation .nav:after {
	display:table;
	content:'';
}
#header.header-5 #navigation .nav:after { clear:both; }
	#navigation .nav > li {
		float:left;
		position:relative;
		padding:34px 15px;
		-webkit-transition:padding-top .2s ease, padding-bottom .2s ease;
		transition:padding-top .2s ease, padding-bottom .2s ease;
	}
	#navigation .nav > li:last-child { padding-right:0px; }
	#header.header-2 #navigation .nav > li {
		padding-right:20px;
		padding-left:20px;
	}
	#header.header-3 #navigation .nav > li { padding:16px 30px; }
	#header.header-5 #navigation .nav > li {
		padding-right:25px;
		padding-left:25px;
	}
	#header.header-3 #navigation .nav > li:first-child, #header.header-5 #navigation .nav > li:first-child { padding-left:0px; }
	#header.header-2 #navigation .nav > li:last-child, #header.header-3 #navigation .nav > li:last-child, #header.header-5 #navigation .nav > li:last-child { padding-right:0px; }
	#header.header-5 #navigation .nav > li.menu-logo { padding: 18px 60px 15px 60px; }
	#navigation .nav > li.menu-item-has-children.mega-menu-item { position:static; }
	#navigation.affix .nav > li {
		padding-top:24px;
		padding-bottom:24px;
	}
	body.nav-shop-filter-open #header #navigation.affix .nav > li {
		padding-top:34px;
		padding-bottom:34px;
	}
	#header.header-5 #navigation.affix .nav > li.menu-logo {
		padding-top:15px;
		padding-bottom:15px;
	}
	body.nav-shop-filter-open #header.header-5 #navigation.affix .nav > li.menu-logo {
		padding-top:25px;
		padding-bottom:25px;
	}
		#navigation .nav > li > a {
			position:relative;
			float:left;
			font-family:Montserrat, Arial, sans-serif;
			color:#00454D;
			font-size:15px;
			line-height:22px;
			letter-spacing:.5px;
			font-weight:500;
			text-transform:uppercase;
			background:none !important;
			padding:0px;
			-webkit-transition:color .2s ease;
			transition:color .2s ease;
		}
		#navigation .nav > li > a:hover, #navigation .nav > li.current-menu-item > a { color:#FFCF0D; }
		#header.header-transparent #navigation .nav > li > a { color:#FFF; }
		#header.header-transparent #navigation.affix .nav > li > a { color:#a9a9a9; }
		#header.header-transparent #navigation.affix .nav > li > a:hover, #header.header-transparent #navigation.affix .nav > li.current-menu-item > a { color:#FFCF0D; }
		#navigation .nav > li.menu-item-has-children > a { padding-right:18px; }
		#header.header-2 #navigation .nav > li.menu-item-has-children > a, #header.header-5 #navigation .nav > li.menu-item-has-children > a { padding-right:0px; }
		#navigation .nav > li.menu-item-has-children > a:after {
			position:absolute;
			top:3.5px;
			right:0px;
			font-family:Ionicons;
			font-size:16px;
			line-height:1;
			content:'\f3d0';
		}
		#header.header-2 #navigation .nav > li.menu-item-has-children > a:after, #header.header-5 #navigation .nav > li.menu-item-has-children > a:after { display:none; }
		#navigation .nav > li.current-menu-item > a:before {
			position:absolute;
			top:-34px;
			left:50%;
			content:'';
			margin-left:-9px;
			border-top:10px solid #FFCF0D;
			border-right:9px solid transparent;
			border-left:9px solid transparent;
		}
		#header.header-2 #navigation .nav > li.current-menu-item > a:before {
			right:0px;
			left:0px;
			height:3px;
			background-color:#FFCF0D;
			margin:0px;
			border:0px;
		}
		#header.header-3 #navigation .nav > li.current-menu-item > a:before, #header.header-5 #navigation .nav > li.current-menu-item > a:before, #header.header-transparent #navigation .nav > li.current-menu-item > a:before { display:none; }
			#navigation .nav > li .sub-menu, #navigation .nav > li .sub-mega-menu {
				visibility:hidden;
				position:absolute;
				top:100%;
				left:-5px;
				background-color:#fff;
				margin-top:20px;
				opacity:0;
				-webkit-transition:visibility .2s ease, top .2s ease, bottom .2s ease, background .2s ease, margin .2s ease, opacity .2s ease;
				transition:visibility .2s ease, top .2s ease, bottom .2s ease, background .2s ease, margin .2s ease, opacity .2s ease;
			}
			#navigation .nav li:hover > .sub-menu, #navigation .nav li:hover > .sub-mega-menu {
				visibility:visible;
				margin-top:0px;
				opacity:1;
			}
			#navigation .nav > li .sub-menu {
				width:240px;
				padding:10px 0px;
			}
			#navigation .nav > li .sub-menu.sub-menu-left {
				right:-5px;
				left:auto;
			}
			#navigation .nav > li .sub-mega-menu {
				left:0px;
				right:0px;
			}
			#navigation .nav > li .sub-mega-menu.menu-bg-img {
				background-repeat:no-repeat;
				background-position:right bottom;
			}
			#navigation .nav > li ul { padding:0px; }
				#navigation .nav > li ul a {
					display:block;
					font-family:Montserrat, Arial, sans-serif;
					color:#00454D;
					font-size:13px;
					line-height:80%;
					font-weight:500;
				}
				#navigation .nav > li ul a:hover, #navigation .nav > li ul li.current-menu-item > a { color:#FFCF0D; }
				#navigation .nav > li .sub-menu a { padding:10px 20px; }
				#navigation .nav > li .sub-menu li.menu-item-has-children > a { padding-right:30px; }
				#navigation .nav > li ul li { list-style-type:none; }
				#navigation .nav > li ul li.menu-item-has-children { position:relative; }
				#navigation .nav > li .sub-menu li.menu-item-has-children:after {
					position:absolute;
					top:13px;
					right:15px;
					font-family:Ionicons;
					line-height:1;
					content:'\f3d3';
					-webkit-transition:color .2s ease;
					transition:color .2s ease;
				}
				#navigation .nav > li .sub-menu li.menu-item-has-children:hover:after, #navigation .nav > li .sub-menu li.menu-item-has-children.current-menu-item:after { color:#FFF; }
				#navigation .nav > li .sub-mega-menu .container { margin:0px -15px; }
					#navigation .nav > li .sub-mega-menu .container > ul {
						float:left;
						width:100%;
						padding:30px 0px 10px 0px;
					}
						#navigation .nav > li .sub-mega-menu .container > ul > .menu-item-has-children {
							float:left;
							width:25%;
							padding: 10px 40px 10px 30px;
/*							border-right:1px solid #eee;*/
						}
						#navigation .nav > li .sub-mega-menu .container > ul > .menu-item-has-children:last-child { border-right:0px; }
							#navigation .nav > li .sub-mega-menu .container > ul > .menu-item-has-children > a {
								color:#123;
								font-size:14px;
								text-transform:uppercase;
								letter-spacing:.5px;
								margin-bottom:15px;
                                font-weight: 600;
							}
								#navigation .nav > li .sub-mega-menu .container > ul > .menu-item-has-children > ul > li { padding:7px 0px; }
								#navigation .nav > li .sub-mega-menu .container > ul > .menu-item-has-children > ul > li:first-child { padding-top:0px; }
								#navigation .nav > li .sub-mega-menu .container > ul > .menu-item-has-children > ul > li:last-child { padding-bottom:0px; }
				#navigation .nav > li .sub-menu .sub-menu {
					top:-10px;
					left:100%;
					width:220px;
					margin-left:2px;
				}
				#navigation .nav > li .sub-menu-left .sub-menu, #navigation .nav > li .sub-menu .sub-menu.sub-menu-left {
					right:100%;
					left:auto;
					margin-right:2px;
					margin-left:0px;
				}
				
#navigation .navbar-secondary {
	float:right;
	padding:30px 0px;
	margin-left:30px;
	-webkit-transition:padding .2s ease;
	transition:padding .2s ease;
}
#header.header-4 #navigation .navbar-secondary {
	padding:25px 0px;
	margin:0px;
}
#navigation.affix .navbar-secondary { padding:20px 0px; }
body.nav-shop-filter-open #navigation.affix .navbar-secondary { padding:30px 0px; }
#header.header-4 #navigation.affix .navbar-secondary { padding:15px 0px; }
body.nav-mobile-on.nav-mobile-open #header.header-4 #navigation.affix .navbar-secondary, body.nav-shop-filter-open #header.header-4 #navigation.affix .navbar-secondary { padding:25px 0px; }
	#navigation .navbar-secondary .navbar-btn {
		float:left;
		padding-left:17px;
		margin:0px;
		border-left:1px solid #EEE;
	}
	#header.header-4 #navigation .navbar-secondary .navbar-btn {
		padding:0px;
		border:0px;
	}
		#navigation .navbar-secondary .navbar-btn a {
			float:left;
			color:#303030;
			font-size:22px;
			line-height:30px;
			margin:0px 8px;
			-webkit-transition:color .2s ease;
			transition:color .2s ease;
		}
		#navigation .navbar-secondary .navbar-btn a:hover { color:#FFCF0D; }
		#header.header-4 #navigation .navbar-secondary .navbar-btn a {
			font-size:26px;
			line-height:40px;
			margin:0px 10px;
		}
		#header.header-transparent #navigation .navbar-secondary .navbar-btn a { color:#FFF; }
		#header.header-transparent #navigation.affix .navbar-secondary .navbar-btn a { color:#303030; }
		#header.header-transparent #navigation.affix .navbar-secondary .navbar-btn a:hover { color:#FFCF0D; }
		#navigation .navbar-secondary .navbar-btn a:last-child {
			padding-right:0px;
			margin-right:0px;
		}
			#navigation .navbar-secondary .navbar-btn a .ion { margin:0px; }
		#navigation .navbar-secondary .navbar-btn .btn-cart {
			padding:30px 8px;
			margin:-30px 0px;
		}
		#header.header-4 #navigation .navbar-secondary .navbar-btn .btn-cart {
			padding:25px 10px;
			margin:-25px 0px;
		}
		#navigation.affix .navbar-secondary .navbar-btn .btn-cart {
			padding-top:20px;
			padding-bottom:20px;
			margin-top:-20px;
			margin-bottom:-20px;
		}
		body.nav-shop-filter-open #navigation.affix .navbar-secondary .navbar-btn .btn-cart {
			padding-top:30px;
			padding-bottom:30px;
			margin-top:-30px;
			margin-bottom:-30px;
		}
		#header.header-4 #navigation.affix .navbar-secondary .navbar-btn .btn-cart {
			padding-top:15px;
			padding-bottom:15px;
			margin-top:-15px;
			margin-bottom:-15px;
		}
		body.nav-mobile-on.nav-mobile-open #header.header-4 #navigation.affix .navbar-secondary .navbar-btn .btn-cart, body.nav-shop-filter-open #header.header-4 #navigation.affix .navbar-secondary .navbar-btn .btn-cart {
			padding-top:25px;
			padding-bottom:25px;
			margin-top:-25px;
			margin-bottom:-25px;
		}
		#header.header-4 #navigation .navbar-secondary .navbar-btn .navbar-btn-toggle {
			float:left;
			color:#303030 !important;
			font-size:36px;
			line-height:40px;
			background-color:transparent;
			padding:0px;
			margin-left:10px;
			border:0px;
		}
		#header.header-4 #navigation .navbar-secondary .navbar-btn .navbar-btn-toggle:hover { color:#FFCF0D !important; }
		#header.header-4.header-transparent #navigation .navbar-secondary .navbar-btn .navbar-btn-toggle { color:#FFF !important; }
		#header.header-4.header-transparent #navigation.affix .navbar-secondary .navbar-btn .navbar-btn-toggle { color:#303030 !important; }
		#header.header-4.header-transparent #navigation.affix .navbar-secondary .navbar-btn .navbar-btn-toggle:hover { color:#FFCF0D !important; }
			#header.header-4 #navigation .navbar-secondary .navbar-btn .navbar-btn-toggle .ion { margin:0px; }
		#header.header-4 #navigation .navbar-secondary .navbar-btn .sep-btn {
			float:left;
			width:2px;
			height:24px;
			background-color:#EEE;
			margin:8px 30px;
		}
        
        
/*
	#navigation .navbar-secondary form {
		visibility:hidden;
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		background-color:#FFF;
		padding: 18px 35px 20px 20px !important;
		opacity:0;
		-webkit-transition:visibility .2s ease, padding .2s ease, opacity .2s ease-in-out;
		transition:visibility .2s ease, padding .2s ease, opacity .2s ease-in-out;
        width: 500px;
        float: right;
        border: 1px solid #00454D;
        border-radius: 25px !important;
	}
*/

#navigation .navbar-secondary form {
		visibility:hidden;
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		background-color:#FFF;
		padding:20px 35px 20px 0px;
		opacity:0;
		-webkit-transition:visibility .2s ease, padding .2s ease, opacity .2s ease-in-out;
		transition:visibility .2s ease, padding .2s ease, opacity .2s ease-in-out;
	}
    
    
	#header.header-transparent #navigation .navbar-secondary form {
		-webkit-transition:padding .2s ease;
		transition:padding .2s ease;
	}
	#navigation.affix .navbar-secondary form {
		padding-top:10px;
		padding-bottom:10px;
	}
	body.nav-mobile-on.nav-mobile-open #navigation.affix .navbar-secondary form, body.nav-shop-filter-open #navigation.affix .navbar-secondary form {
		padding-top:20px;
		padding-bottom:20px;
	}
	#navigation .navbar-secondary form.in {
		visibility:visible;
		opacity:1;
	}
		#navigation .navbar-secondary form input {
			width: 100%;
            font-family: 'Montserrat', sans-serif !important;
            font-weight: 500 !important;
			font-size: 17px !important;
			padding: 0px 30px;
			border: 0px;
			border-radius: 0px;
			box-shadow: none;
            background-color:transparent !important;
		}
        
		#navigation .navbar-secondary form button {
			position:absolute;
			top:50%;
			right:30px;
			color:#a9a9a9 !important;
			font-size:30px;
			line-height:1;
			background-color:transparent;
			padding:0px;
			margin-top:-15px;
			border:0px;
		}
		#navigation .navbar-secondary form button:hover { color:#303030 !important; }
			#navigation .navbar-secondary form button .ion { margin:0px; }
	#navigation .navbar-secondary .navbar-cart {
		visibility:hidden;
		position:absolute;
		top:100%;
		right:0px;
		width:360px;
		background-color:#FFF;
		padding:0px 20px;
		margin-top:20px;
		opacity:0;
		box-shadow:0px 3px 5px rgba(0,0,0,.1);
		-webkit-transition:all .2s ease;
		transition:all .2s ease;
	}
	.ie #navigation .navbar-secondary .navbar-cart {
		border:1px solid #e9e9e9;
		border-top:0px;
	}
	#navigation .navbar-secondary .navbar-cart.in {
		visibility:visible;
		margin-top:0px;
		opacity:1;
	}
		#navigation .navbar-secondary .navbar-cart .cart-heading {
			overflow:hidden;
			color:#303030;
			font-size:15px;
			line-height:22px;
			padding:10px 0px;
			margin-bottom:20px;
			border-bottom:1px solid #e9e9e9;
		}
			#navigation .navbar-secondary .navbar-cart .cart-heading .cart-count {
				float:left;
				margin:0px;
			}
			#navigation .navbar-secondary .navbar-cart .cart-heading .cart-price {
				float:right;
				color:#FFCF0D;
				font-weight:400;
				margin:0px;
			}
		#navigation .navbar-secondary .navbar-cart .cart-list {
			padding:0px;
			margin:0px;
		}
			#navigation .navbar-secondary .navbar-cart .cart-list li {
				list-style-type:none;
				overflow:hidden;
				position:relative;
				margin-bottom:20px;
			}
				#navigation .navbar-secondary .navbar-cart .cart-list li .cart-btn-close {
					position:absolute;
					top:0px;
					right:0px;
					color:#a9a9a9;
					font-size:24px;
					line-height:1;
				}
				#navigation .navbar-secondary .navbar-cart .cart-list li .cart-btn-close:hover { color:#FFCF0D; }
				#navigation .navbar-secondary .navbar-cart .cart-list li img {
					float:left;
					width:25%;
				}
				#navigation .navbar-secondary .navbar-cart .cart-list li .cart-content {
					float:right;
					width:70%;
					font-size:15px;
					line-height:22px;
					padding-top:5px;
				}
					#navigation .navbar-secondary .navbar-cart .cart-list li .cart-content p {
						color:#a9a9a9;
						margin-bottom:5px;
					}
						#navigation .navbar-secondary .navbar-cart .cart-list li .cart-content p span {
							color:#303030;
							font-weight:400;
							margin-left:5px;
						}
					#navigation .navbar-secondary .navbar-cart .cart-list li .cart-content a {
						font-family:Montserrat, Arial, sans-serif;
						font-weight:400;
					}
			#navigation .navbar-secondary .navbar-cart .cart-footer {
				text-align:center;
				padding:15px 0px;
				border-top:1px solid #e9e9e9;
			}
				#navigation .navbar-secondary .navbar-cart .cart-footer .btn-custom {
					font-size:12px;
					padding:11px 22px;
					margin:0px 5px;
				}
				
/* Navigation Mobile Top */
#header #nav-mobile-top {
	display:none;
	position:relative;
	color:#a9a9a9;
	background-color:#FFF;
	z-index:100;
	box-shadow:0px 2px 5px rgba(0,0,0,.05);
}
.ie #header #nav-mobile-top { border-bottom:1px solid #e9e9e9; }
	#nav-mobile-top .navmenu {
		position:relative;
		height:60px;
		padding:13px 0px;
	}
		#nav-mobile-top .navmenu > button {
			color:#a9a9a9 !important;
			font-size:30px;
			line-height:34px;
			background-color:transparent;
			padding:0px;
			border:0px;
		}
		#nav-mobile-top .navmenu > button:hover, #nav-mobile-top .navmenu > button.active { color:#FFCF0D !important; }
			#nav-mobile-top .navmenu > button .ion { margin:0px; }
	#nav-mobile-top .navbar-btn-toggle { float:left; }
	#nav-mobile-top .navbar-logo {
		position:absolute;
		top:13px;
		right:60px;
		bottom:13px;
		left:60px;
		text-align: center !important;
	}
		#nav-mobile-top .navbar-logo img { height:34px; }
	#nav-mobile-top .navbar-secondary { float:right; }
		#nav-mobile-top .navbar-secondary .navbar-btn {
			float:left;
			margin:0px;
		}
			#nav-mobile-top .navbar-secondary .navbar-btn a {
				float:left;
				color:#303030;
				font-size:24px;
				line-height:34px;
				margin:0px 8px;
			}
			#nav-mobile-top .navbar-secondary .navbar-btn a:hover { color:#FFCF0D; }
			#nav-mobile-top .navbar-secondary .navbar-btn a:last-child { margin-right:0px; }
		#nav-mobile-top .navbar-secondary form {
			visibility:hidden;
			position:absolute;
			top:0px;
			right:0px;
			bottom:0px;
			left:0px;
			background-color:#FFF;
			padding:5px 30px 5px 0px;
			opacity:0;
			-webkit-transition:visibility .2s ease, padding .2s ease, opacity .2s ease-in-out;
			transition:visibility .2s ease, padding .2s ease, opacity .2s ease-in-out;
            height: 60px !important;
		}
		#nav-mobile-top .navbar-secondary form.in {
			visibility:visible;
			opacity:1;
		}
			#nav-mobile-top .navbar-secondary form input {
				width:100%;
				font-size:17px !important;
				padding:0px;
				border:0px;
				border-radius:0px;
				box-shadow:none;
			}
			#nav-mobile-top .navbar-secondary form button {
				position:absolute;
				float:none;
				top:50%;
				right:0px;
				color:#a9a9a9 !important;
				font-size:24px;
				line-height:1;
				background-color:transparent;
				padding:0px;
				margin-top:-12px;
				border:0px;
			}
			#nav-mobile-top .navbar-secondary form button:hover { color:#303030 !important; }
				#nav-mobile-top .navbar-secondary form button .ion { margin:0px; }
		#nav-mobile-top .navbar-secondary .navbar-cart {
			visibility:hidden;
			position:absolute;
			top:100%;
			right:0px;
			width:300px;
			background-color:#FFF;
			padding:0px 20px;
			margin-top:20px;
			opacity:0;
			box-shadow:0px 3px 5px rgba(0,0,0,.1);
			-webkit-transition:all .2s ease;
			transition:all .2s ease;
		}
		.ie #nav-mobile-top .navbar-secondary .navbar-cart {
			border:1px solid #e9e9e9;
			border-top:0px;
		}
		#nav-mobile-top .navbar-secondary .navbar-cart.in {
			visibility:visible;
			margin-top:0px;
			opacity:1;
		}
			#nav-mobile-top .navbar-secondary .navbar-cart .cart-heading {
				overflow:hidden;
				color:#303030;
				font-size:15px;
				line-height:22px;
				padding:10px 0px;
				margin-bottom:20px;
				border-bottom:1px solid #e9e9e9;
			}
				#nav-mobile-top .navbar-secondary .navbar-cart .cart-heading .cart-count {
					float:left;
					margin:0px;
				}
				#nav-mobile-top .navbar-secondary .navbar-cart .cart-heading .cart-price {
					float:right;
					color:#FFCF0D;
					font-weight:400;
					margin:0px;
				}
			#nav-mobile-top .navbar-secondary .navbar-cart .cart-list {
				padding:0px;
				margin:0px;
			}
				#nav-mobile-top .navbar-secondary .navbar-cart .cart-list li {
					list-style-type:none;
					overflow:hidden;
					position:relative;
					margin-bottom:20px;
				}
					#nav-mobile-top .navbar-secondary .navbar-cart .cart-list li .cart-btn-close {
						position:absolute;
						top:0px;
						right:0px;
						color:#a9a9a9;
						font-size:24px;
						line-height:1;
					}
					#nav-mobile-top .navbar-secondary .navbar-cart .cart-list li .cart-btn-close:hover { color:#FFCF0D; }
					#nav-mobile-top .navbar-secondary .navbar-cart .cart-list li img {
						float:left;
						width:27%;
					}
					#nav-mobile-top .navbar-secondary .navbar-cart .cart-list li .cart-content {
						float:right;
						width:68%;
						font-size:15px;
						line-height:22px;
						padding-top:5px;
					}
						#nav-mobile-top .navbar-secondary .navbar-cart .cart-list li .cart-content p {
							color:#a9a9a9;
							margin-bottom:5px;
						}
							#nav-mobile-top .navbar-secondary .navbar-cart .cart-list li .cart-content p span {
								color:#303030;
								font-weight:400;
								margin-left:5px;
							}
						#nav-mobile-top .navbar-secondary .navbar-cart .cart-list li .cart-content a {
							font-family:Montserrat, Arial, sans-serif;
							font-weight:400;
						}
				#nav-mobile-top .navbar-secondary .navbar-cart .cart-footer {
					text-align:center;
					padding:15px 0px;
					border-top:1px solid #e9e9e9;
				}
					#nav-mobile-top .navbar-secondary .navbar-cart .cart-footer .btn-custom {
						font-size:12px;
						padding:11px 20px;
						margin:0px 2px;
					}
					
/* Navigation Mobile */
#nav-mobile {
	display:none;
	position:fixed;
	top:0px;
	bottom:0px;
	left:-40%;
	width:40%;
	background-color:#303030;
	z-index:8005;
}
body.nav-mobile-on #nav-mobile {
	display:block;
	left:-30%;
	width:30%;
}
body.nav-mobile-on.nav-mobile-open #nav-mobile { left:0px; }
	#nav-mobile .scrollbar-inner { height:100%; }
		#nav-mobile .scrollbar-inner > .scroll-element.scroll-y { right:0px; }
/*	#nav-mobile a { color:#a9a9a9; }*/
	#nav-mobile a { color:#00454D;}
	#nav-mobile a:hover { color:#000; }
	#nav-mobile button.navbar-btn-close {
		display:block;
		width:100%;
		line-height:60px;
		text-align:left !important;
        background-color: #00454D !important;
		padding:0px 0px 0px 28px;
		border:0px;
		border-radius:0px;
        color: #fff !important;
	}
	#nav-mobile button.navbar-btn-close:hover { background-color:#fd5b5b; }
		#nav-mobile button.navbar-btn-close .ion {margin: 0px 70px 0px 0px; }
	#nav-mobile .navbar-menu {
		margin-bottom:50px;
		border-top:1px solid #252525;
	}
	#nav-mobile .navbar-menu:first-child { border-top:0px; }
	#nav-mobile .navbar-menu:last-child { margin:0px; }
		#nav-mobile .navbar-menu ul {
			padding:0px;
			margin:0px;
		}
			#nav-mobile .navbar-menu .nav li {
				position:relative;
				list-style-type:none;
				border-bottom:1px solid #eaeaea !important;
			}
				#nav-mobile .navbar-menu .nav li a {
					display:block;
					font-family:Montserrat, Arial, sans-serif;
					font-size:14px;
					line-height:20px;
					font-weight:400 !important;
					background-color:transparent;
					padding:14px 25px;
                    letter-spacing: -0.03em !important;
				}
				#nav-mobile .navbar-menu .nav li.current-menu-item > a {
					color:#FFF;
					background-color:#252525;
				}
				#nav-mobile .navbar-menu .nav > li > a {
					text-transform:uppercase;
					letter-spacing:.5px;
				}
				#nav-mobile .navbar-menu .nav li.menu-item-has-children > a { padding-right:60px; }
				#nav-mobile .navbar-menu .nav li.menu-item-has-children > span {
					position:absolute;
					top:10px;
					right:20px;
					width:30px;
					height:30px;
					color:#a9a9a9;
					font-size:24px;
					line-height:28px;
					text-align:center;
					font-weight:300;
					content:'+';
/*					background-color:#00454D;*/
					cursor:pointer;
					border-radius:3px;
					-webkit-transition:color .2s ease, background .2s ease;
					transition:color .2s ease, background .2s ease;
				}
				#nav-mobile .navbar-menu .nav li.menu-item-has-children > span:hover { color:#FFF; }
				#nav-mobile .navbar-menu .nav li.menu-item-has-children > span.in {
					color:#FFF;
					background-color:#FFCF0D;
				}
			#nav-mobile .navbar-menu .nav ul {
				display:none;
				border-top:1px solid #CCC;
			}
			#nav-mobile .navbar-menu .nav ul.in { display:block; }
				#nav-mobile .navbar-menu .nav ul li:last-child { border-bottom:0px; }
					#nav-mobile .navbar-menu .nav ul li a { padding-left:26px !important; }
					#nav-mobile .navbar-menu .nav ul li a:before {
/*
						position:absolute;
						top:24px;
						left:25px;
						width:10px;
*/
						height:2px;
						content:'';
						background-color:#eaeaea;
						-webkit-transition:background .2s ease;
						transition:background .2s ease;
					}
					#nav-mobile .navbar-menu .nav ul li a:hover:before, #nav-mobile .navbar-menu .nav ul li.current-menu-item > a:before { background-color:#FFF; }
						#nav-mobile .navbar-menu .nav ul ul li a { padding-left:55px; }
						#nav-mobile .navbar-menu .nav ul ul li a:before { width:20px; }
							#nav-mobile .navbar-menu .nav ul ul ul li a { padding-left:65px; }
							#nav-mobile .navbar-menu .nav ul ul ul li a:before { width:30px; }
								#nav-mobile .navbar-menu .nav ul ul ul ul li a { padding-left:75px; }
								#nav-mobile .navbar-menu .nav ul ul ul ul li a:before { width:40px; }
								
/* Navigation Shop Filter */
#nav-shop-filter {
	position:fixed;
	top:0px;
	bottom:0px;
	left:-30%;
	width:30%;
	background-color:#f4f4f4;
}
body.nav-shop-filter-open #nav-shop-filter { left:0px; }
	#nav-shop-filter .scrollbar-inner { height:100%; }
		#nav-shop-filter .scrollbar-inner > .scroll-element.scroll-y { right:0px; }
	#nav-shop-filter button.navbar-btn-close {
		display:block;
		width:100%;
		line-height:60px;
		text-align:center;
		background-color:#f54747;
		padding:0px;
		margin-bottom:40px;
		border:0px;
		border-radius:0px;
	}
	#nav-shop-filter button.navbar-btn-close:hover { background-color:#fd5b5b; }
		#nav-shop-filter button.navbar-btn-close .ion { margin:0px 10px 0px 0px; }
	#nav-shop-filter .widget {
		padding:0px 30px;
		margin-bottom:60px;
	}
		#nav-shop-filter .widget .widget-title {
			font-size:16px;
			line-height:22px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin-bottom:20px;
		}
		
/* Header Content */
#header .header-overlay {
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
/*	background-color:rgba(255,255,255,.4);*/
	padding-top:130px;
}

#header .header-overlay00 {
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color: transparent;
	padding-top:130px;
}

.ie #header .header-overlay { background:url(../images/ie-bg-white-40.png) repeat top left; }
#header .header-overlay.header-overlay50 { background-color:rgba(255,255,255,.5); }
.ie #header .header-overlay.header-overlay50 { background-image:url(../images/ie-bg-white-50.png); }
#header .header-overlay.header-overlay60 { background-color:rgba(255,255,255,.6); }
.ie #header .header-overlay.header-overlay60 { background-image:url(../images/ie-bg-white-60.png); }
#header .header-overlay.header-overlay70 { background-color:rgba(255,255,255,.7); }
.ie #header .header-overlay.header-overlay70 { background-image:url(../images/ie-bg-white-70.png); }
#header .header-overlay.header-overlay80 { background-color:rgba(255,255,255,.8); }
.ie #header .header-overlay.header-overlay80 { background-image:url(../images/ie-bg-white-80.png); }
#header .header-overlay.header-overlay90 { background-color:rgba(255,255,255,.9); }
.ie #header .header-overlay.header-overlay90 { background-image:url(../images/ie-bg-white-90.png); }
#header.header-3 .header-overlay { padding-top:180px; }
#header .header-txt {
	color:#303030;
	font-size:22px;
	line-height:34px;
	padding:17% 16% 0px;
}
#header .header-txt.header-txt-left {
	padding-right:43%;
	padding-left:0px;
}
#header .header-txt.header-txt-right {
	padding-right:0px;
	padding-left:43%;
}
#header .header-txt.header-txt-center {
	text-align:center;
	padding-top:19%;
}
	#header .header-txt h1 {
		font-size:54px;
		line-height:64px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:2px;
		margin:0px;
	}
	#header .header-txt.header-txt2 h1 {
		display:inline-block;
		color:#FFF;
		line-height:1;
		white-space:nowrap;
		background-color:#FFCF0D;
		padding:3px 15px;
	}
	#header .header-txt h2 {
		font-family:Roboto, Arial, sans-serif;
		font-size:28px;
		line-height:40px;
		font-style:italic;
		margin:25px 0px 0px;
	}
	#header .header-txt.header-txt2 h2 {
		display:inline-block;
		font-family:Montserrat, Arial, sans-serif;
		color:#FFF;
		font-size:40px;
		line-height:1;
		font-style:normal;
		text-transform:uppercase;
		letter-spacing:1px;
		white-space:nowrap;
		background-color:#303030;
		padding:3px 15px;
		margin-top:8px;
	}
	#header .header-txt p { margin:25px 0px 0px; }
	#header .header-txt.header-txt2 p, #header .header-txt .btn-section { margin-top:30px; }
		#header .header-txt .btn-section .btn-custom {
			line-height:70px;
			min-height:70px;
			margin-right:40px;
		}
		#header .header-txt .btn-section .btn-custom:last-child { margin-right:0px; }
		#header .header-txt .btn-section .btn-play { margin:17px 40px 17px 0px; }
		#header .header-txt .btn-section .btn-play:last-child { margin-right:0px; }
		#header .header-txt.header-txt-center .btn-section .btn-custom, #header .header-txt.header-txt-center .btn-section .btn-play { margin:0px 15px; }
			#header .header-txt .btn-section .btn-play .ion {
				top:50%;
				margin-top:-18px;
			}
			
/* Header Slider */
#header .slider-pro { overflow:hidden; }
	#header .slider-pro .header-txt { padding-top:14%; }
	#header .slider-pro .header-txt.header-txt-center { padding-top:16%; }
	#header .slider-pro .btn-custom, #header .slider-pro .btn-play {
		-webkit-transition:color .2s ease, border .2s ease, background .2s ease !important;
		transition:color .2s ease, border .2s ease, background .2s ease !important;
	}
	#header .slider-pro .btn-play { position:relative; }
		#header .sp-slide .sp-layer { position:static; }
		#header .slider-pro p.sp-layer {
			font-size:22px;
			line-height:34px;
		}
		#header .sp-slide .header-txt .sp-layer.sp-layer-2 { margin-top:25px; }
		#header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-2 { margin-top:8px; }
		#header .sp-slide .header-txt .sp-layer.sp-layer-3, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-3, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-4 { margin-top:30px; }
			#header .sp-slide .header-txt .sp-layer.sp-layer-3 .btn-custom, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-4 .btn-custom {
				line-height:70px;
				min-height:70px;
				margin-right:40px;
			}
			#header .sp-slide .header-txt .sp-layer.sp-layer-3 .btn-custom:last-child, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-4 .btn-custom:last-child { margin-right:0px; }
			#header .sp-slide .header-txt .sp-layer.sp-layer-3 .btn-play, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-4 .btn-play { margin:17px 40px 17px 0px; }
			#header .sp-slide .header-txt .sp-layer.sp-layer-3 .btn-play:last-child, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-4 .btn-play:last-child { margin-right:0px; }
			#header .sp-slide .header-txt.header-txt-center .sp-layer.sp-layer-3 .btn-custom, #header .sp-slide .header-txt.header-txt-center .sp-layer.sp-layer-3 .btn-play { margin:0px 15px; }
	#header .slider-pro .sp-buttons {
		position:absolute;
		left:0px;
		bottom:10px;
		padding-top:0px;
	}
	#header .slider-pro .sp-button {
		width:16px;
		height:16px;
		margin:5px;
		border:3px solid #FFF;
		-webkit-transition:background ease .2s, border ease .2s;
		transition:background ease .2s, border ease .2s;
	}
	#header .slider-pro .sp-button:hover { background-color:#FFF; }
	#header .slider-pro .sp-selected-button, #header .slider-pro .sp-button.sp-selected-button:hover { background-color:#FFCF0D; }
	
#header .carousel-slider .slick-dots { bottom:25px; }
	#header .carousel-slider .slick-dots li button {
		top:0px;
		left:0px;
		width:16px;
		height:16px;
		background-color:transparent;
		border:3px solid #FFF;
	}
	#header .carousel-slider .slick-dots li button:hover { background-color:#FFF; }
	#header .carousel-slider .slick-dots li.slick-active button { background-color:#FFCF0D; }
	
/* Header Content */
#header .header-content { position:relative; }
	#header .header-content .header-content-overlay {
		text-align:center;
		min-height:600px;
	}
	#header .header-content .header-content-wrap {
		position:absolute;
		top:50%;
		right:0px;
		left:0px;
		margin-top:-100px;
	}
	#header.header-transparent .header-content .header-content-wrap { margin-top:-120px; }
	#header.header-nav-bottom .header-content .header-content-wrap { margin-top:-140px; }
	#header .header-content .header-content-title { padding:0px 200px; }
		#header .header-content .header-content-title h1 {
			font-size:48px;
			line-height:56px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:2px;
			margin:0px;
		}
		#header .header-content .header-content-title p {
			font-size:20px;
			line-height:34px;
			font-weight:400;
			margin:40px 0px 0px;
		}
	#header .header-content .header-content-btn { margin-top:50px; }
		#header .header-content .header-content-btn .btn-custom {
			display:inline-block;
			line-height:18px;
			margin:5px 10px;
		}
		
#header .header-content2 .header-content-overlay { padding:220px 0px 120px; }
#header.header-transparent .header-content2 .header-content-overlay { padding-top:180px; }
#header .header-content2 .header-content-title {
	float:left;
	width:60%;
	padding-top:120px;
}
	#header .header-content2 .header-content-title h1 {
		color:#FFF;
		line-height:54px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:2px;
		margin:0px;
	}
	#header .header-content2 .header-content-title .btn-play {
		color:#FFF !important;
		font-size:22px;
		line-height:48px;
		min-height:48px;
		padding-left:66px;
		margin-top:40px;
	}
	#header .header-content2 .header-content-title .btn-play:hover { color:rgba(255,255,255,.8) !important; }
		#header .header-content2 .header-content-title .btn-play .ion {
			width:48px;
			height:48px;
			font-size:28px;
			line-height:48px;
		}
		#header .header-content2 .header-content-title .btn-play .ion:before { margin-right:-6px; }
#header .header-content2 .header-content-form {
	overflow:hidden;
	position:relative;
	float:right;
	width:35%;
	background-color:#FFF;
	padding:50px 40px;
	border-radius:10px;
}
	#header .header-content2 .header-content-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,.7);
		z-index:400;
		border-radius:10px;
	}
	.ie #header .header-content2 .header-content-form .submit-status { background:url(../images/ie-bg-white-70.png) repeat top left; }
		#header .header-content2 .header-content-form .submit-status span {
			position:absolute;
			top:50%;
			right:20px;
			left:20px;
			text-align:center;
			background-color:#FFF;
			padding:14px 15px;
			margin-top:-55px;
			border:1px solid #FFF;
			border-radius:3px;
		}
		#header .header-content2 .header-content-form .submit-status span.error {
			color:#d86c6c;
			background-color:#f6caca;
			border-color:#e9b8b8;
		}
		#header .header-content2 .header-content-form .submit-status span.success {
			color:#529552;
			background-color:#b9edb9;
			border-color:#a5dda5;
		}
			#header .header-content2 .header-content-form .submit-status span .ion {
				display:block;
				font-size:30px;
				margin-bottom:10px;
			}
	#header .header-content2 .header-content-form .header-form-heading {
		list-style-type:none;
		color:#a9a9a9;
		font-size:15px;
		line-height:24px;
		font-weight:400;
		padding:0px;
		margin-bottom:40px;
	}
		#header .header-content2 .header-content-form .header-form-heading li {
			position:relative;
			min-height:38px;
			padding-left:62px;
			margin-bottom:20px;
		}
		#header .header-content2 .header-content-form .header-form-heading li:last-child { margin-bottom:0px; }
			#header .header-content2 .header-content-form .header-form-heading li .ion {
				position:absolute;
				top:0px;
				left:0px;
				width:42px;
				color:#FFCF0D;
				font-size:38px;
				text-align:center;
			}
			#header .header-content2 .header-content-form .header-form-heading li p { margin:0px; }
		#header .header-content2 .header-content-form form input[type="text"], #header .header-content2 .header-content-form form input[type="email"] {
			width:100%;
			margin-bottom:15px;
		}
		#header .header-content2 .header-content-form form input[type="text"].error, #header .header-content2 .header-content-form form input[type="email"].error {
			color:#f58181;
			background-color:#f9d4d4;
			border-color:#f7bdbd;
			box-shadow:none;
		}
		#header .header-content2 .header-content-form form input[type="text"].error::-webkit-input-placeholder, #header .header-content2 .header-content-form form input[type="email"].error::-webkit-input-placeholder { color:#f58181; }
		#header .header-content2 .header-content-form form input[type="text"].error:-moz-placeholder, #header .header-content2 .header-content-form form input[type="email"].error:-moz-placeholder { color:#f58181; }
		#header .header-content2 .header-content-form form input[type="text"].error::-moz-placeholder, #header .header-content2 .header-content-form form input[type="email"].error::-moz-placeholder { color:#f58181; }
		#header .header-content2 .header-content-form form input[type="text"].error:-ms-input-placeholder, #header .header-content2 .header-content-form form input[type="email"].error:-ms-input-placeholder { color:#f58181; }
		#header .header-content2 .header-content-form form input[type="submit"] {
			width:100%;
			text-align:center;
			padding-right:0px;
			padding-left:0px;
		}
	#header .header-content2 .header-content-form .text-desc {
		color:#a9a9a9;
		font-size:13px;
		line-height:20px;
		margin:25px 0px 0px;
	}
		#header .header-content2 .header-content-form .text-desc a {
			color:#777;
			font-weight:400;
		}
		#header .header-content2 .header-content-form .text-desc a:hover { color:#a9a9a9; }
		
#header .header-content3 {
	overflow:hidden;
	position:relative;
	background-color:#424c56;
}
	#header .header-content3 .header-content-img {
		position:absolute;
		top:0px;
		right:50%;
		bottom:0px;
		left:0px;
		background-position:center right;
		background-repeat:no-repeat;
		background-size:cover;
	}
		#header .header-content3 .header-content-img .btn-play2 {
			position:absolute;
			top:50%;
			left:50%;
			width:120px;
			height:120px;
			background-color:rgba(255,255,255,.3);
			padding:8px;
			margin-left:-60px;
		}
		.ie #header .header-content3 .header-content-img .btn-play2 { background:url(../images/ie-bg-white-30.png) repeat top left; }
		#header .header-content3 .header-content-img .btn-play2:hover { background-color:rgba(255,255,255,.45); }
		.ie #header .header-content3 .header-content-img .btn-play2:hover { background-image:url(../images/ie-bg-white-45.png); }
			#header .header-content3 .header-content-img .btn-play2 .ion {
				display:inline-block;
				width:104px;
				height:104px;
				font-size:60px;
				line-height:102px;
				background-color:#FFCF0D;
				margin:0px;
				border-radius:50%;
				-webkit-transition:background .2s ease;
				transition:background .2s ease;
			}
			#header .header-content3 .header-content-img .btn-play2:hover .ion { background-color:#04df89; }
			#header .header-content3 .header-content-img .btn-play2 .ion:before { margin-right:-10px; }
	#header .header-content3 .header-content-form {
		position:relative;
		float:right;
		width:50%;
		padding-top:130px;
	}
		#header .header-content3 .header-content-form .submit-status {
			display:none;
			position:absolute;
			top:0px;
			right:0px;
			bottom:0px;
			left:0px;
			font-size:14px;
			line-height:20px;
			text-align:center;
			font-weight:400;
			background-color:rgba(0,0,0,.7);
			z-index:90;
			border-radius:0px 0px 8px 8px;
		}
		.ie #header .header-content3 .header-content-form .submit-status { background:url(../images/ie-bg-dark-70.png) repeat top left; }
			#header .header-content3 .header-content-form .submit-status span {
				position:absolute;
				top:50%;
				left:60px;
				width:510px;
				text-align:center;
				background-color:#FFF;
				padding:14px 15px;
				margin:40px auto 0px;
				border-radius:3px;
			}
			#header .header-content3 .header-content-form .submit-status span.error {
				color:#d86c6c;
				background-color:#f6caca;
			}
			#header .header-content3 .header-content-form .submit-status span.success {
				color:#529552;
				background-color:#b9edb9;
			}
				#header .header-content3 .header-content-form .submit-status span .ion {
					font-size:22px;
					vertical-align:bottom;
					margin-right:8px;
				}
		#header .header-content3 .header-content-form form {
			width:585px;
			padding:80px 15px 80px 60px;
		}
		#header .header-content3 .header-content-form .header-form-title { margin-bottom:30px; }
			#header .header-content3 .header-content-form .header-form-title h1 {
				font-size:34px;
				line-height:44px;
				font-weight:700;
				text-transform:uppercase;
				letter-spacing:1px;
				margin:0px;
			}
			#header .header-content3 .header-content-form .header-form-title p {
				font-size:18px;
				line-height:30px;
				font-weight:400;
				margin:20px 0px 0px;
			}
		#header .header-content3 .header-content-form .form-row { margin:0px -15px; }
		#header .header-content3 .header-content-form .form-row:before, #header .header-content3 .header-content-form .form-row:after {
			display:table;
			content:'';
		}
		#header .header-content3 .header-content-form .form-row:after { clear:both; }
			#header .header-content3 .header-content-form .form-row .form-col {
				float:left;
				width:50%;
				padding:0px 15px;
			}
		#header .header-content3 .header-content-form input[type="email"], #header .header-content3 .header-content-form input[type="password"], #header .header-content3 .header-content-form input[type="text"], #header .header-content3 .header-content-form select, #header .header-content3 .header-content-form textarea {
			width:100%;
			color:#FFF;
			background-color:transparent;
			padding-right:0px;
			padding-left:0px;
			margin-bottom:20px;
			border:0px;
			border-bottom:2px solid #FFF;
			border-radius:0px;
			box-shadow:none;
			-webkit-transition:color .2s ease, background .2s ease, border .2s ease;
			transition:color .2s ease, background .2s ease, border .2s ease;
		}
		#header .header-content3 .header-content-form textarea {
			height:84px;
			margin-bottom:22px;
		}
		#header .header-content3 .header-content-form input[type="email"]::-webkit-input-placeholder, #header .header-content3 .header-content-form input[type="password"]::-webkit-input-placeholder, #header .header-content3 .header-content-form input[type="text"]::-webkit-input-placeholder, #header .header-content3 .header-content-form textarea::-webkit-input-placeholder { color:#FFF; }
		#header .header-content3 .header-content-form input[type="email"]:-moz-placeholder, #header .header-content3 .header-content-form input[type="password"]:-moz-placeholder, #header .header-content3 .header-content-form input[type="text"]:-moz-placeholder, #header .header-content3 .header-content-form textarea:-moz-placeholder { color:#FFF; }
		#header .header-content3 .header-content-form input[type="email"]::-moz-placeholder, #header .header-content3 .header-content-form input[type="password"]::-moz-placeholder, #header .header-content3 .header-content-form input[type="text"]::-moz-placeholder, #header .header-content3 .header-content-form textarea::-moz-placeholder { color:#FFF; }
		#header .header-content3 .header-content-form input[type="email"]:-ms-input-placeholder, #header .header-content3 .header-content-form input[type="password"]:-ms-input-placeholder, #header .header-content3 .header-content-form input[type="text"]:-ms-input-placeholder, #header .header-content3 .header-content-form textarea:-ms-input-placeholder { color:#FFF; }
		#header .header-content3 .header-content-form input:-webkit-autofill, #header .header-content3 .header-content-form input:-webkit-autofill:hover, #header .header-content3 .header-content-form input:-webkit-autofill:focus, #header .header-content3 .header-content-form input:-webkit-autofill, #header .header-content3 .header-content-form textarea:-webkit-autofill, #header .header-content3 .header-content-form textarea:-webkit-autofill:hover, #header .header-content3 .header-content-form textarea:-webkit-autofill:focus, #header .header-content3 .header-content-form select:-webkit-autofill, #header .header-content3 .header-content-form select:-webkit-autofill:hover, #header .header-content3 .header-content-form select:-webkit-autofill:focus {
			-webkit-text-fill-color:#FFF !important;
			-webkit-box-shadow:inset 0px 0px 0px 1000px #424c56;
			box-shadow:inset 0px 0px 0px 1000px #424c56;
		}
		#header .header-content3 .header-content-form input[type="email"]:disabled, #header .header-content3 .header-content-form input[type="password"]:disabled, #header .header-content3 .header-content-form input[type="text"]:disabled, #header .header-content3 .header-content-form select:disabled, #header .header-content3 .header-content-form textarea:disabled {
			color:#a9a9a9;
			background-color:transparent;
			border-color:#a9a9a9;
		}
		#header .header-content3 .header-content-form input:disabled:-webkit-autofill, #header .header-content3 .header-content-form input:disabled:-webkit-autofill:hover, #header .header-content3 .header-content-form input:disabled:-webkit-autofill:focus, #header .header-content3 .header-content-form input:disabled:-webkit-autofill, #header .header-content3 .header-content-form textarea:disabled:-webkit-autofill, #header .header-content3 .header-content-form textarea:disabled:-webkit-autofill:hover, #header .header-content3 .header-content-form textarea:disabled:-webkit-autofill:focus, #header .header-content3 .header-content-form select:disabled:-webkit-autofill, #header .header-content3 .header-content-form select:disabled:-webkit-autofill:hover, #header .header-content3 .header-content-form select:disabled:-webkit-autofill:focus { -webkit-text-fill-color:#a9a9a9 !important; }
		#header .header-content3 .header-content-form input[type="email"].error, #header .header-content3 .header-content-form input[type="password"].error, #header .header-content3 .header-content-form input[type="text"].error, #header .header-content3 .header-content-form select.error, #header .header-content3 .header-content-form textarea.error { border-color:#ff4747; }
/*
		#header .header-content3 .header-content-form .form-checkbox {
			overflow:hidden;
			margin-bottom:40px;
		}
*/
/*
			#header .header-content3 .header-content-form .form-checkbox input[type="checkbox"] {
				float:left;
				margin:5px 12px 0px 0px;
			}
*/
/*
			#header .header-content3 .header-content-form .form-checkbox label {
				display:block;
				font-size:14px;
				line-height:22px;
				font-weight:inherit;
				margin:0px;
			}
*/
/*				#header .header-content3 .header-content-form .form-checkbox label a { font-weight:400; }*/
				
#header .header-content4 { text-align:center; }
	#header .header-content4 .header-content-overlay { padding:220px 0px 100px; }
	#header.header-transparent .header-content4 .header-content-overlay { padding-top:180px; }
	#header .header-content4 .header-content-title { text-align:center; }
		#header .header-content4 .header-content-title h1 {
			color:#FFF;
			font-size:36px;
			line-height:46px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:1px;
			margin:0px;
		}
		#header .header-content4 .header-content-title h4 {
			font-family:Roboto, Arial, sans-serif;
			color:#FFF;
			font-size:24px;
			line-height:32px;
			font-weight:300;
			margin:20px 0px 0px;
		}
	#header .header-content4 .header-content-btn {
		line-height:0;
		margin-bottom:60px;
	}
	#header .header-content4 .btn-play2 {
		width:120px;
		height:120px;
		color:#303030 !important;
		font-size:64px;
		line-height:120px;
		background-color:#FFF;
		opacity:.7;
		-webkit-transition:all .3s ease;
		transition:all .3s ease;
	}
	#header .header-content4 .btn-play2:hover {
		opacity:1;
		transform:scale(1.1);
	}
		#header .header-content4 .btn-play2 .ion { margin-right:-12px; }
	#header .header-content4 .header-content-form {
		overflow:hidden;
		position:relative;
		max-width:800px;
		background-color:#FFF;
		padding:30px 40px;
		margin:80px auto 0px;
	}
		#header .header-content4 .header-content-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,.7);
			z-index:400;
		}
		.ie #header .header-content4 .header-content-form .submit-status { background:url(../images/ie-bg-white-70.png) repeat top left; }
			#header .header-content4 .header-content-form .submit-status span {
				position:absolute;
				top:50%;
				right:20px;
				left:20px;
				text-align:center;
				background-color:#FFF;
				padding:14px 15px;
				margin-top:-40px;
				border:1px solid #FFF;
			}
			#header .header-content4 .header-content-form .submit-status span.error {
				color:#d86c6c;
				background-color:#f6caca;
				border-color:#e9b8b8;
			}
			#header .header-content4 .header-content-form .submit-status span.success {
				color:#529552;
				background-color:#b9edb9;
				border-color:#a5dda5;
			}
				#header .header-content4 .header-content-form .submit-status span .ion {
					display:block;
					font-size:24px;
					margin-bottom:6px;
				}
		#header .header-content4 .header-content-form .header-form-heading {
			font-size:18px;
			line-height:26px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin-bottom:20px;
		}
			#header .header-content4 .header-content-form .header-form-heading strong { color:#FFCF0D; }
		#header .header-content4 .header-content-form form {
			border:1px solid #e9e9e9;
			border-radius:3px;
			box-shadow:inset 2px 2px 2px rgba(0,0,0,.05);
		}
		#header .header-content4 .header-content-form form:before, #header .header-content4 .header-content-form form:after {
			display:table;
			content:'';
		}
		#header .header-content4 .header-content-form form:after { clear:both; }
			#header .header-content4 .header-content-form form .form-col-input {
				float:left;
				width:38%;
			}
			#header .header-content4 .header-content-form form .form-col-submit {
				float:right;
				position:relative;
				width:24%;
				height:50px;
			}
			#header .header-content4 .header-content-form form input[type="text"], #header .header-content4 .header-content-form form input[type="email"] {
				width:100%;
				background-color:transparent;
				border:0px;
				border-left:1px solid #e9e9e9;
				border-radius:0px;
				box-shadow:none;
			}
			#header .header-content4 .header-content-form form .form-col-input:first-child input[type="text"], #header .header-content4 .header-content-form form .form-col-input:first-child input[type="email"] { border-left:0px; }
			#header .header-content4 .header-content-form form input[type="text"].error, #header .header-content4 .header-content-form form input[type="email"].error {
				color:#f58181;
				background-color:#f9d4d4;
				box-shadow:none;
			}
			#header .header-content4 .header-content-form form input[type="text"].error::-webkit-input-placeholder, #header .header-content4 .header-content-form form input[type="email"].error::-webkit-input-placeholder { color:#f58181; }
			#header .header-content4 .header-content-form form input[type="text"].error:-moz-placeholder, #header .header-content4 .header-content-form form input[type="email"].error:-moz-placeholder { color:#f58181; }
			#header .header-content4 .header-content-form form input[type="text"].error::-moz-placeholder, #header .header-content4 .header-content-form form input[type="email"].error::-moz-placeholder { color:#f58181; }
			#header .header-content4 .header-content-form form input[type="text"].error:-ms-input-placeholder, #header .header-content4 .header-content-form form input[type="email"].error:-ms-input-placeholder { color:#f58181; }
			#header .header-content4 .header-content-form form input[type="text"]:disabled, #header .header-content4 .header-content-form form input[type="email"]:disabled {
				background-color:#e9e9e9;
				box-shadow:none;
			}
			#header .header-content4 .header-content-form form input[type="submit"] {
				position:absolute;
				top:-1px;
				right:0px;
				bottom:-1px;
				width:100%;
				text-align:center;
				padding-right:0px;
				padding-left:0px;
				border-radius:0px 3px 3px 0px;
			}
		#header .header-content4 .header-content-form .text-desc {
			color:#a9a9a9;
			font-size:13px;
			line-height:20px;
			text-align:center;
			margin:15px 0px 0px;
		}
			#header .header-content4 .header-content-form .text-desc a {
				color:#777;
				font-weight:400;
			}
			#header .header-content4 .header-content-form .text-desc a:hover { color:#a9a9a9; }
			
#header .header-content5 {
	position:relative;
	overflow:hidden;
}
	#header .header-content5 .header-content-wrap {
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		padding-top:130px;
	}
	#header .header-content5 .container {
		position:relative;
		height:100%;
	}
	#header .header-content5 .header-content-txt {
		position:absolute;
		top:50%;
		left:15px;
		max-width:640px;
		padding:40px 50px;
		margin-top:-150px;
	}
	#header .header-content5.header-content-right .header-content-txt {
		right:15px;
		left:auto;
	}
	#header .header-content5.header-content-center .header-content-txt {
		right:220px;
		left:220px;
		max-width:none;
		text-align:center;
		margin-top:-190px;
	}
		#header .header-content5 .header-content-txt h4 {
			font-size:30px;
			line-height:40px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:1.5px;
			margin:0px;
		}
		#header .header-content5 .header-content-txt p {
			font-size:18px;
			line-height:32px;
			font-weight:400;
			margin:20px 0px 0px;
		}
		#header .header-content5 .header-content-txt .header-content-btn { margin-top:40px; }
			#header .header-content5 .header-content-txt .header-content-btn .btn-custom {
				line-height:60px;
				margin:0px 8px;
			}
			
/* Sub-Header */
#header .sub-header {
	overflow:hidden;
	background:#f0f0f0 url(../images/bg-sub-header.png) top left repeat;
	padding:40px 0px 35px;
	margin:-5px -5px 0px;
	border-bottom:1px solid #e9e9e9;
	box-shadow:inset 0px -2px 5px rgba(0,0,0,.05);
}
	#header .sub-header .header-title {
		float:left;
		font-size:24px;
		line-height:32px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:1px;
		padding:5px 0px;
		margin:0px 20px 0px 0px;
	}
	#header .sub-header .breadcrumbs {
		float:right;
		color:#a9a9a9;
		font-size:15px;
		line-height:24px;
		font-weight:400;
		padding:9px 0px;
	}
		#header .sub-header .breadcrumbs a { color:#a9a9a9; }
		#header .sub-header .breadcrumbs a:hover { color:#FFCF0D; }
		#header .sub-header .breadcrumbs .sep {
			color:#c0c0c0;
			font-weight:300;
			margin:0px 5px;
		}
		#header .sub-header .breadcrumbs .current { color:#303030; }
		
#header .sub-header2 { text-align:center; }
#header .sub-header2.header-bg-img {
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
#header .sub-header2.header-txt-left { text-align:left; }
	#header .sub-header2 .sub-header-overlay { padding:240px 0px 140px; }
	#header .sub-header2 .header-title {
		font-size:42px;
		line-height:52px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:2px;
		margin:0px;
	}
	#header .sub-header2 p {
		font-size:36px;
		line-height:50px;
		font-weight:100;
		margin:25px 0px 0px;
	}
	
#header .sub-header3.header-bg-img {
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
	#header .sub-header3 .sub-header-overlay { padding-top:180px; }
	#header .sub-header3 .sub-header-txt { margin:0px -15px; }
	#header .sub-header3 .sub-header-txt:before, #header .sub-header3 .sub-header-txt:after {
		display:table;
		content:'';
	}
	#header .sub-header3 .sub-header-txt:after { clear:both; }
		#header .sub-header3 .sub-header-txt .sub-header-txt-left, #header .sub-header3 .sub-header-txt .sub-header-txt-right {
			float:left;
			width:50%;
			padding:0px 15px;
		}
		#header .sub-header3 .sub-header-txt .sub-header-txt-right { float:right; }
		#header .sub-header3 .sub-header-txt .header-title {
			font-size:54px;
			line-height:68px;
			text-transform:uppercase;
			letter-spacing:2px;
			padding-top:140px;
			margin:0px;
		}
			#header .sub-header3 .sub-header-txt .header-title span { color:#FFCF0D; }



/* ========================= Elements ========================= */

.affa-feature-icon {
	text-align:center;
	margin-bottom:40px;
}
	.affa-feature-icon > .ion {
		color:#d0d0d0;
		font-size:56px;
		line-height:1;
		margin-bottom:20px;
	}
	.text-white .affa-feature-icon > .ion { color:#FFF; }
	.affa-feature-icon.feature-icon-bg > .ion {
		display:inline-block;
		width:80px;
		height:80px;
		color:#FFF;
		font-size:52px;
		line-height:80px;
		background-color:#FFCF0D;
		border-radius:50%;
	}
	.text-white .affa-feature-icon.feature-icon-bg > .ion {
		color:#303030;
		background-color:#FFF;
	}
	.bg-color.text-white .affa-feature-icon.feature-icon-bg > .ion { color:#FFCF0D; }
	.affa-feature-icon.feature-icon-border > .ion {
		display:inline-block;
		width:90px;
		height:90px;
		font-size:48px;
		line-height:86px;
		border:2px solid #e0e0e0;
		border-radius:50%;
	}
	.text-white .affa-feature-icon.feature-icon-border > .ion { border-color:#FFF; }
	.affa-feature-icon > h4 {
		font-size:22px;
		line-height:30px;
		margin:0px;
	}
	.affa-feature-icon > p { margin:20px 0px 0px; }
	.affa-feature-icon > a {
		display:inline-block;
		font-family:Montserrat, Arial, sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-top:20px;
	}
		.affa-feature-icon > a .ion { margin-left:7px; }
		
.affa-feature-icon-left {
	position:relative;
	min-height:48px;
	padding-left:75px;
	margin-bottom:40px;
}
.affa-feature-icon-left.feature-icon-bg { min-height:54px; }
	.affa-feature-icon-left > .ion {
		position:absolute;
		top:0px;
		left:0px;
		width:48px;
		color:#d0d0d0;
		font-size:48px;
		line-height:1;
		text-align:center;
	}
	.text-white .affa-feature-icon-left > .ion { color:#FFF; }
	.affa-feature-icon-left.feature-icon-bg > .ion {
		width:54px;
		height:54px;
		color:#FFF;
		font-size:36px;
		line-height:54px;
		background-color:#FFCF0D;
		border-radius:50%;
	}
	.text-white .affa-feature-icon-left.feature-icon-bg > .ion {
		color:#303030;
		background-color:#FFF;
	}
	.bg-color.text-white .affa-feature-icon-left.feature-icon-bg > .ion { color:#FFCF0D; }
	.affa-feature-icon-left > h4 {
		font-size:22px;
		line-height:30px;
		margin:0px;
	}
	.affa-feature-icon-left > p { margin:10px 0px 0px; }
	.affa-feature-icon-left > a {
		display:inline-block;
		font-family:Montserrat, Arial, sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-top:12px;
	}
		.affa-feature-icon-left > a .ion { margin-left:7px; }
		
.affa-feature-icon-left2 { margin-bottom:40px; }
	.affa-feature-icon-left2 > h4 {
		position:relative;
		font-size:20px;
		line-height:28px;
		min-height:28px;
		padding-left:65px;
		margin:0px;
	}
		.affa-feature-icon-left2 > h4 .ion {
			position:absolute;
			top:1px;
			left:0px;
			width:65px;
			color:#c0c0c0;
			font-size:28px;
			line-height:1;
			text-align:center;
		}
		.affa-feature-icon-left2.feature-icon-dark > h4 .ion { color:#303030; }
		.affa-feature-icon-left2.feature-icon-color > h4 .ion { color:#FFCF0D; }
		.text-white .affa-feature-icon-left2 > h4 .ion { color:#FFF; }
	.affa-feature-icon-left2 > p { margin:15px 0px 0px }
	
.affa-feature-icon-box {
	text-align:center;
	padding-top:40px;
	margin-bottom:40px;
}
	.affa-feature-icon-box .feature-icon-box-wrap {
		position:relative;
		color:#777;
		background-color:#f9f9f9;
		padding:65px 30px 30px;
		border-bottom:3px solid #EEE;
		border-radius:3px;
	}
	.bg-grey .affa-feature-icon-box .feature-icon-box-wrap {
		background-color:#FFF;
		border:0px;
		box-shadow:0px 1px 7px rgba(0,0,0,.08);
	}
	.text-white .affa-feature-icon-box .feature-icon-box-wrap {
		background-color:#FFF;
		border:0px;
	}
		.affa-feature-icon-box .feature-icon-box-wrap  > .ion {
			position:absolute;
			top:-40px;
			left:50%;
			width:80px;
			height:80px;
			color:#FFF;
			font-size:48px;
			line-height:80px;
			background-color:#FFCF0D;
			margin-left:-40px;
			border-radius:50%;
		}
		.bg-color.text-white .affa-feature-icon-box .feature-icon-box-wrap  > .ion { background-color:#303030; }
		.affa-feature-icon-box .feature-icon-box-wrap > h4 {
			color:#303030;
			font-size:18px;
			line-height:26px;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.affa-feature-icon-box .feature-icon-box-wrap > p { margin:15px 0px 0px; }
		.affa-feature-icon-box .feature-icon-box-wrap > a {
			display:inline-block;
			font-family:Montserrat, Arial, sans-serif;
			color:#FFCF0D;
			font-size:14px;
			line-height:20px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin-top:20px;
		}
		.affa-feature-icon-box .feature-icon-box-wrap > a:hover { color:#303030; }
		.text-white .affa-feature-icon-box .feature-icon-box-wrap > a:hover { opacity:1; }
			.affa-feature-icon-box .feature-icon-box-wrap > a .ion { margin-left:7px; }
			
.affa-feature-icon-box2 {
	overflow:hidden;
	position:relative;
	height:300px;
	color:#777;
	text-align:center;
	background-color:#f9f9f9;
	margin-bottom:40px;
	border-bottom:3px solid #EEE;
	cursor:pointer;
	border-radius:3px;
	-webkit-transition:background .2s ease, border .2s ease, box-shadow .2s ease;
	transition:background .2s ease, border .2s ease, box-shadow .2s ease;
}
.bg-grey .affa-feature-icon-box2 {
	background-color:#FFF;
	border:0px;
	box-shadow:0px 1px 7px rgba(0,0,0,.08);
}
.text-white .affa-feature-icon-box2 {
	background-color:#FFF;
	border:0px;
}
.affa-feature-icon-box2:hover {
	color:#FFF;
	background-color:#FFCF0D;
	border-color:#FFCF0D;
	box-shadow:none;
}
.bg-color.text-white .affa-feature-icon-box2:hover { background-color:#303030; }
	.affa-feature-icon-box2 .feature-icon-box-wrap {
		position:absolute;
		top:50%;
		right:0px;
		left:0px;
		padding:0px 30px;
		margin-top:-65.5px;
		-webkit-transition:color .2s ease, margin .2s ease;
		transition:color .2s ease, margin .2s ease;
	}
	.affa-feature-icon-box2:hover .feature-icon-box-wrap { margin-top:-112px; }
		.affa-feature-icon-box2 .feature-icon-box-wrap > .ion {
			display:inline-block;
			width:80px;
			height:80px;
			color:#FFF;
			font-size:48px;
			line-height:80px;
			background-color:#FFCF0D;
			margin-bottom:25px;
			border-radius:50%;
			-webkit-transition:color .2s ease, background .2s ease;
			transition:color .2s ease, background .2s ease;
		}
		.affa-feature-icon-box2:hover .feature-icon-box-wrap > .ion {
			color:#FFCF0D;
			background-color:#FFF;
		}
		.bg-color.text-white .affa-feature-icon-box2:hover .feature-icon-box-wrap > .ion { color:#303030; }
		.affa-feature-icon-box2 .feature-icon-box-wrap > h4 {
			color:#303030;
			font-size:18px;
			line-height:26px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
			-webkit-transition:color .2s ease;
			transition:color .2s ease;
		}
		.affa-feature-icon-box2:hover .feature-icon-box-wrap > h4 { color:#FFF; }
		.affa-feature-icon-box2 .feature-icon-box-wrap .feature-icon-box-desc {
			visibility:hidden;
			margin-top:15px;
			opacity:0;
			-webkit-transition:visibility .2s ease, opacity .2s ease-in-out;
			transition:visibility .2s ease, opacity .2s ease-in-out;
		}
		.affa-feature-icon-box2:hover .feature-icon-box-wrap .feature-icon-box-desc {
			visibility:visible;
			opacity:1;
		}
			.affa-feature-icon-box2 .feature-icon-box-wrap .feature-icon-box-desc p { margin:0px; }
			
.affa-feature-img { margin-bottom:40px; }
	.affa-feature-img > figure {
		overflow:hidden;
		margin-bottom:20px;
		border-radius:3px;
	}
	.affa-feature-img > h4 {
		font-size:22px;
		line-height:30px;
		margin:0px;
	}
	.affa-feature-img > p { margin:12px 0px 0px; }
	.affa-feature-img > a {
		display:inline-block;
		font-family:Montserrat, Arial, sans-serif;
		font-size:14px;
		line-height:20px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-top:20px;
	}
		.affa-feature-img > a .ion { margin-left:7px; }
		
.affa-feature-list { margin-bottom:40px; }
	.affa-feature-list > .ion {
		color:#d0d0d0;
		font-size:96px;
		line-height:1;
		margin-bottom:25px;
	}
	.affa-feature-list > figure {
		overflow:hidden;
		margin-bottom:20px;
		border-radius:3px;
	}
	.affa-feature-list > h4 {
		font-size:18px;
		line-height:26px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin:0px;
	}
	.affa-feature-list > p { margin:15px 0px 0px; }
	.affa-feature-list > ul {
		padding:0px;
		margin:15px 0px 0px;
	}
		.affa-feature-list > ul li {
			position:relative;
			list-style-type:none;
			padding-left:30px;
			margin-bottom:10px;
		}
		.affa-feature-list > ul li:last-child { margin-bottom:0px; }
			.affa-feature-list > ul li .ion {
				position:absolute;
				top:0px;
				left:0px;
				width:18px;
				color:#FFCF0D;
				font-size:18px;
				line-height:26px;
				text-align:center;
			}
			.text-white .affa-feature-list > ul li .ion { color:#FFF; }
			
.row-feature-col > div { padding:0px; }
.affa-feature-col {
	overflow:hidden;
	position:relative;
	height:370px;
	color:#FFF;
	background-color:#FFCF0D;
	padding:80px 100px 0px;
	-webkit-transition:all ease .2s;
	transition:all ease .2s;
}
.affa-feature-col.feature-col-2 { background-color:#05dc87; }
.affa-feature-col.feature-col-3 { background-color:#0ce790; }
.affa-feature-col:hover {
	background-color:#303030;
	padding-right:120px;
	padding-left:80px;
}
	.affa-feature-col .feature-icon {
		position:absolute;
		top:-25%;
		left:-10%;
		font-size:300px;
		opacity:.2;
		-webkit-transition:opacity .2s ease-in-out;
		transition:opacity .2s ease-in-out;
	}
	.affa-feature-col:hover .feature-icon { opacity:.1; }
	.ie .affa-feature-col .feature-icon { display:none; }
	.affa-feature-col h4 {
		color:#FFF;
		font-size:20px;
		line-height:28px;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-bottom:20px;
	}
	.affa-feature-col p {
		font-weight:400;
		margin-bottom:30px;
	}
	.affa-feature-col .feature-num {
		position:absolute;
		right:20px;
		bottom:15px;
		color:#FFF;
		font-size:60px;
		line-height:1;
		letter-spacing:1px;
		opacity:.3;
		-webkit-transition:opacity .2s ease-in-out;
		transition:opacity .2s ease-in-out;
	}
	.affa-feature-col:hover .feature-num { opacity:.15; }
	.ie .affa-feature-col .feature-num { display:none; }
.affa-feature-col-img {
	overflow:hidden;
	height:370px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.affa-col-half { position:relative; }
	.affa-col-half .col-img {
		position:absolute;
		top:0px;
		right:50%;
		bottom:0px;
		left:0px;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
	}
	.affa-col-half.col-img-right .col-img {
		right:0px;
		left:50%;
	}
	.affa-col-half > .container > .row { margin:0px -60px; }
		.affa-col-half > .container > .row > div {
			padding-right:60px;
			padding-left:60px;
		}
		
.affa-portfolio {
	overflow:hidden;
	color:#777;
	background-color:#FFF;
	margin-bottom:40px;
	border-radius:3px;
}
.bg-grey .affa-portfolio { box-shadow:0px 2px 4px rgba(0,0,0,.05); }
.carousel-slider .affa-portfolio { margin-bottom:5px; }
	.affa-portfolio a:hover { opacity:1; }
	.affa-portfolio .post-item-thumbnail, .affa-portfolio .post-item-thumbnail .overlay-masked { border-radius:3px 3px 0px 0px; }
	.affa-portfolio .post-item-txt {
		text-align:center;
		padding:30px 25px;
		border-right:1px solid #f0f0f0;
		border-bottom:4px solid #f0f0f0;
		border-left:1px solid #f0f0f0;
		border-radius:0px 0px 3px 3px;
	}
	.bg-grey .affa-portfolio .post-item-txt, .bg-dark .affa-portfolio .post-item-txt, .bg-color .affa-portfolio .post-item-txt { border:0px; }
		.affa-portfolio .post-item-txt a { color:#FFCF0D; }
		.affa-portfolio .post-item-txt a:hover { color:#303030; }
	.affa-portfolio .post-item-title {
		font-size:20px;
		line-height:28px;
		margin:0px;
	}
		.text-white .affa-portfolio .post-item-title, .affa-portfolio .post-item-title a { color:#303030; }
		.affa-portfolio .post-item-title a:hover { color:#FFCF0D; }
	.affa-portfolio .post-item-meta {
		color:#c0c0c0;
		font-family:Montserrat, Arial, sans-serif;
		font-size:12px;
		line-height:18px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin:10px 0px 0px;
	}
		.affa-portfolio .post-item-meta a { color:#c0c0c0; }
		.affa-portfolio .post-item-meta a:hover { color:#303030; }
		.affa-portfolio .post-item-meta span { margin:0px 3px; }
		
.affa-post {
	overflow:hidden;
	color:#777;
	background-color:#FFF;
	margin-bottom:40px;
	border-radius:3px;
}
.bg-grey .affa-post { box-shadow:0px 2px 4px rgba(0,0,0,.05); }
.carousel-slider .affa-post { margin-bottom:5px; }
	.affa-post a:hover { opacity:1; }
	.affa-post .post-item-thumbnail, .affa-post .post-item-thumbnail .overlay-masked { border-radius:3px 3px 0px 0px; }
	.affa-post .post-item-txt {
		padding:30px 25px 0px;
		border-right:1px solid #f0f0f0;
		border-bottom:4px solid #f0f0f0;
		border-left:1px solid #f0f0f0;
		border-radius:0px 0px 3px 3px;
	}
	.bg-grey .affa-post .post-item-txt, .bg-dark .affa-post .post-item-txt, .bg-color .affa-post .post-item-txt { border:0px; }
		.affa-post .post-item-txt a { color:#FFCF0D; }
		.affa-post .post-item-txt a:hover { color:#303030; }
	.affa-post .post-item-title {
		font-size:20px;
		line-height:28px;
		margin:0px;
	}
		.text-white .affa-post .post-item-title, .affa-post .post-item-title a { color:#303030; }
		.affa-post .post-item-title a:hover { color:#FFCF0D; }
	.affa-post .post-item-content {
		margin-top:15px;
		padding-bottom:40px;
	}
		.affa-post .post-item-content p { margin:0px; }
	.affa-post .post-item-meta {
		overflow:hidden;
		padding:13px 25px;
		margin:0px -25px;
		border-top:1px dotted #e0e0e0;
	}
		.affa-post .post-item-meta p {
			float:left;
			font-family:Montserrat, Arial, sans-serif;
			color:#c0c0c0;
			font-size:11px;
			line-height:18px;
			font-weight:500;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.affa-post .post-item-meta .more-link {
			float:right;
			color:#303030;
			font-size:13px;
			line-height:18px;
			font-weight:700;
		}
		.affa-post .post-item-meta .more-link:hover { color:#FFCF0D; }
		
.affa-post2 { margin-bottom:50px; }
	.affa-post2 .post-item-thumbnail {
		overflow:hidden;
		margin-bottom:15px;
	}
	.affa-post2 .post-item-thumbnail, .affa-post2 .post-item-thumbnail .overlay-masked { border-radius:3px; }
	.affa-post2.post-thumbnail-left .post-item-thumbnail { margin-bottom:0px; }
	.affa-post2.post-thumbnail-left .post-item-txt { padding-top:10px; }
	.affa-post2 .post-item-cats {
		font-family:Montserrat, Arial, sans-serif;
		color:#c0c0c0;
		font-size:13px;
		line-height:20px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-bottom:15px;
	}
	.text-white .affa-post2 .post-item-cats { color:rgba(255,255,255,.7); }
	.ie .text-white .affa-post2 .post-item-cats { color:#FFF; }
		.affa-post2 .post-item-cats a { color:#c0c0c0; }
		.affa-post2 .post-item-cats a:hover { color:#FFCF0D; }
		.text-white .affa-post2 .post-item-cats a { color:rgba(255,255,255,.7); }
		.ie .text-white .affa-post2 .post-item-cats a { color:#FFF; }
		.text-white .affa-post2 .post-item-cats a:hover {
			color:#FFF;
			opacity:1;
		}
		.affa-post2 .post-item-cats span { margin:0px 3px; }
	.affa-post2 .post-item-title {
        font-size: 22px;
        line-height: 38px;
        margin-bottom: 0 !important;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #00454D !important;
        }
		.affa-post2 .post-item-title a { color:#00454D; }
		.affa-post2 .post-item-title a:hover { color:#FFCF0D; }
		.text-white .affa-post2 .post-item-title a { color:#FFF; }
	.affa-post2 .post-item-content p:last-child { margin:0px; }
	.affa-post2 .post-item-meta {
		overflow:hidden;
		font-family:Montserrat, Arial, sans-serif;
		color:#a9a9a9;
		font-size:14px;
		line-height:20px;
		font-weight:500;
		padding-top:15px;
		margin-top:20px;
		border-top:1px solid #EEE;
	}
    
    .affa-post2 .post-item-content p {
		overflow:hidden;
		font-family:Montserrat, Arial, sans-serif;
		color:#5C5C5C;
		font-size:15px;
		line-height:20px;
		font-weight:500;
		padding-top:15px;
		margin-top:20px;
		border-top:1px solid #EEE;
	}
    
	.text-white .affa-post2 .post-item-meta {
		color:rgba(255,255,255,.8);
		border-top-color:rgba(255,255,255,.25);
	}
	.ie .text-white .affa-post2 .post-item-meta {
		color:#FFF;
		border-top-color:#FFF;
	}
	.affa-post2.post-thumbnail-left .post-item-meta { margin-top:25px; }
		.affa-post2 .post-item-meta ul {
			float:left;
			font-size:12px;
			text-transform:uppercase;
			letter-spacing:.5px;
			padding:0px;
			margin:0px;
		}
			.affa-post2 .post-item-meta ul li {
				list-style-type:none;
				float:left;
				position:relative;
				padding-right:12px;
				margin-right:10px;
			}
			.affa-post2 .post-item-meta ul li:last-child {
				padding:0px;
				margin:0px;
			}
			.affa-post2 .post-item-meta ul li:after {
				position:absolute;
				top:50%;
				right:0px;
				width:2px;
				height:2px;
				background-color:#c0c0c0;
				content:'';
				margin-top:-1px;
			}
			.text-white .affa-post2 .post-item-meta ul li:after { background-color:rgba(255,255,255,.7); }
			.ie .text-white .affa-post2 .post-item-meta ul li:after { background-color:#FFF; }
			.affa-post2 .post-item-meta ul li:last-child:after { display:none; }
				.affa-post2 .post-item-meta ul li a { color:#a9a9a9; }
				.affa-post2 .post-item-meta ul li a:hover { color:#FFCF0D; }
				.text-white .affa-post2 .post-item-meta ul li a { color:rgba(255,255,255,.8); }
				.ie .text-white .affa-post2 .post-item-meta ul li a { color:#FFF; }
				.text-white .affa-post2 .post-item-meta ul li a:hover {
					color:#FFF;
					opacity:1;
				}
		.affa-post2 .post-item-meta .more-link {
			float:right;
			font-weight:700;
			margin-left:20px;
		}
			.affa-post2 .post-item-meta .more-link .ion {
				font-size:16px;
				vertical-align:middle;
				margin-left:4px;
			}
			
.affa-post3 {
	padding-bottom:25px;
	margin-bottom:40px;
	border-bottom:1px solid #e9e9e9;
}
.text-white .affa-post3 { border-bottom-color:rgba(255,255,255,.25); }
.ie .text-white .affa-post3 { border-bottom-color:#FFF; }
	.affa-post3 .post-item-title {
		font-size:30px;
		line-height:38px;
		margin:0px;
	}
		.affa-post3 .post-item-title a { color:#303030; }
		.affa-post3 .post-item-title a:hover { color:#FFCF0D; }
		.text-white .affa-post3 .post-item-title a { color:#FFF; }
	.affa-post3 .post-item-meta {
		overflow:hidden;
		font-family:Montserrat, Arial, sans-serif;
		color:#a9a9a9;
		font-size:12px;
		line-height:20px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-top:12px;
	}
	.text-white .affa-post3 .post-item-meta { color:rgba(255,255,255,.8); }
	.ie .text-white .affa-post3 .post-item-meta { color:#FFF; }
		.affa-post3 .post-item-meta .meta-type {
			float:left;
			color:#777;
			font-size:13px;
			font-weight:700;
			background-color:#EEE;
			padding:2px 8px;
			margin:3px 12px 3px 0px;
			border-radius:3px;
		}
		.text-white .affa-post3 .post-item-meta .meta-type {
			color:#FFF;
			background-color:rgba(255,255,255,.25);
		}
		.ie .text-white .affa-post3 .post-item-meta .meta-type {
			color:#303030;
			background-color:#FFF;
		}
		.ie .bg-color.text-white .affa-post3 .post-item-meta .meta-type { color:#FFCF0D; }
		.affa-post3 .post-item-meta ul {
			float:left;
			padding:5px 0px;
			margin:0px;
		}
			.affa-post3 .post-item-meta ul li {
				list-style-type:none;
				float:left;
				position:relative;
				padding-right:12px;
				margin-right:10px;
			}
			.affa-post3 .post-item-meta ul li:last-child {
				padding:0px;
				margin:0px;
			}
			.affa-post3 .post-item-meta ul li:after {
				position:absolute;
				top:50%;
				right:0px;
				width:2px;
				height:2px;
				background-color:#c0c0c0;
				content:'';
				margin-top:-1px;
			}
			.text-white .affa-post3 .post-item-meta ul li:after { background-color:rgba(255,255,255,.7); }
			.ie .text-white .affa-post3 .post-item-meta ul li:after { background-color:#FFF; }
			.affa-post3 .post-item-meta ul li:last-child:after { display:none; }
				.affa-post3 .post-item-meta ul li a { color:#a9a9a9; }
				.affa-post3 .post-item-meta ul li a:hover { color:#FFCF0D; }
				.text-white .affa-post3 .post-item-meta ul li a { color:rgba(255,255,255,.8); }
				.ie .text-white .affa-post3 .post-item-meta ul li a { color:#FFF; }
				.text-white .affa-post3 .post-item-meta ul li a:hover {
					color:#FFF;
					opacity:1;
				}
	.affa-post3 .post-item-content { margin-top:12px; }
		.affa-post3 .post-item-content p { margin:0px; }
		
.affa-product { margin-bottom:40px; }
.carousel-slider .affa-product { margin-bottom:0px; }
	.affa-product .post-item-thumbnail { position:relative; }
		.text-white .affa-product .post-item-thumbnail a:hover { opacity:1; }
		.affa-product .post-item-thumbnail img { width:100%; }
		.affa-product .post-item-thumbnail > img, .affa-product .post-item-thumbnail .post-thumbnail-overlay {
			-webkit-transition:visibility .2s ease, opacity .2s ease-in-out;
			transition:visibility .2s ease, opacity .2s ease-in-out;
		}
		.affa-product .post-item-thumbnail:hover > img {
			visibility:hidden;
			opacity:0;
		}
		.affa-product .post-item-thumbnail .post-thumbnail-overlay {
			visibility:hidden;
			position:absolute;
			top:0px;
			right:0px;
			bottom:0px;
			left:0px;
			opacity:0;
		}
		.affa-product .post-item-thumbnail:hover .post-thumbnail-overlay {
			visibility:visible;
			opacity:1;
		}
		.affa-product .post-item-thumbnail .post-thumbnail-badge {
			position:absolute;
			top:-12px;
			right:20px;
			width:60px;
			height:60px;
			font-family:Montserrat, Arial, sans-serif;
			color:#FFF;
			font-size:14px;
			line-height:60px;
			text-align:center;
			font-weight:500;
			text-transform:uppercase;
			letter-spacing:.5px;
			background-color:#FFCF0D;
			border-radius:50%;
		}
		.bg-color.text-white .affa-product .post-item-thumbnail .post-thumbnail-badge {
			color:#FFCF0D;
			background-color:#FFF;
		}
		.affa-product .post-item-thumbnail .post-thumbnail-badge.badge-discount {
			font-size:15px;
			font-weight:700;
		}
	.affa-product .post-item-txt {
		position:relative;
		margin-top:12px;
	}
		.affa-product .post-item-txt .add-cart {
			overflow:hidden;
			position:absolute;
			top:0px;
			right:0px;
			width:18px;
			height:30px;
			color:#303030;
			font-size:30px;
			line-height:1;
			text-align:center;
		}
		.text-white .affa-product .post-item-txt .add-cart { color:rgba(255,255,255,.7); }
			.affa-product .post-item-txt .add-cart span {
				position:absolute;
				right:0px;
				left:0px;
				-webkit-transition:top .2s ease, bottom .2s ease;
				transition:top .2s ease, bottom .2s ease;
			}
			.affa-product .post-item-txt .add-cart .current { top:0px; }
			.affa-product .post-item-txt .add-cart .hover {
				bottom:100%;
				color:#FFCF0D;
			}
			.text-white .affa-product .post-item-txt .add-cart .hover { color:#FFF; }
			.affa-product .post-item-txt .add-cart:hover .current { top:100%; }
			.affa-product .post-item-txt .add-cart:hover .hover { bottom:0px; }
	.affa-product .post-item-cats {
		font-family:Montserrat, Arial, sans-serif;
		color:#a9a9a9;
		font-size:13px;
		line-height:20px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		padding:5px 25px 0px 0px;
		margin-bottom:7px;
	}
	.text-white .affa-product .post-item-cats { color:rgba(255,255,255,.7); }
	.affa-product .post-item-title {
		font-size:20px;
		line-height:28px;
		margin:0px;
	}
		.affa-product .post-item-title a { color:#303030; }
		.affa-product .post-item-title a:hover { color:#FFCF0D; }
		.text-white .affa-product .post-item-title a { color:#FFF; }
	.affa-product .post-item-meta { margin-top:10px; }
	.affa-product .post-meta-rate {
		position:relative;
		width:92px;
		height:16px;
		background:url(../images/bg-product-rate.png) left center no-repeat;
		margin-bottom:10px;
	}
	.text-white .affa-product .post-meta-rate { background-image:url(../images/bg-product-rate-white.png); }
		.affa-product .post-meta-rate .post-rate-val {
			position:absolute;
			top:0px;
			bottom:0px;
			left:0px;
			font-size:0px;
			text-indent:-99999px;
			background:url(../images/bg-product-rate-val.png) left center no-repeat;
		}
		.text-white .affa-product .post-meta-rate .post-rate-val { background-image:url(../images/bg-product-rate-val-yellow.png); }
	.affa-product .post-meta-price {
		overflow:hidden;
		color:#a9a9a9;
		font-size:18px;
		line-height:28px;
		font-weight:400;
	}
	.text-white .affa-product .post-meta-price { color:#FFF; }
		.affa-product .post-meta-price p {
			float:left;
			margin:0px 8px 0px 0px;
		}
		.affa-product .post-meta-price p:last-child { margin-right:0px; }
		.affa-product .post-meta-price .price-original { text-decoration:line-through; }
		.text-white .affa-product .post-meta-price .price-original { color:rgba(255,255,255,.7); }
		.affa-product .post-meta-price .price-discount {
			color:#FFCF0D;
			font-weight:700;
		}
		.text-white .affa-product .post-meta-price .price-discount { color:#FFF; }
		
.affa-products-cat {
	position:relative;
	margin-bottom:40px;
}
	.affa-products-cat .products-cat-overlay {
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		background-color:rgba(0,0,0,.8);
		-webkit-transition:.2s background ease;
		transition:.2s background ease;
	}
	.ie .affa-products-cat .products-cat-overlay { background:url(../images/ie-bg-black-80.png) repeat top left; }
	.affa-products-cat:hover .products-cat-overlay { background-color:rgba(0,0,0,.5); }
	.ie .affa-products-cat:hover .products-cat-overlay { background-image:url(../images/ie-bg-black-50.png); }
		.affa-products-cat .products-cat-overlay .products-cat-txt {
			position:absolute;
			top:50%;
			right:0px;
			left:0px;
			text-align:center;
			margin-top:-30px;
		}
		.affa-products-cat .products-cat-overlay h4 {
			display:inline-block;
			position:relative;
			color:#FFF;
			font-size:36px;
			line-height:42px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:1px;
			white-space:nowrap;
			padding:9px 0px;
			margin:0px;
		}
		.affa-products-cat .products-cat-overlay h4:before, .affa-products-cat .products-cat-overlay h4:after {
			position:absolute;
			right:0px;
			left:0px;
			height:3px;
			background-color:#FFF;
			content:'';
			-webkit-transition:all .2s ease;
			transition:all .2s ease;
		}
		.affa-products-cat .products-cat-overlay h4:before { top:0px; }
		.affa-products-cat .products-cat-overlay h4:after { bottom:0px; }
		.affa-products-cat:hover .products-cat-overlay h4:before, .affa-products-cat:hover .products-cat-overlay h4:after {
			visibility:hidden;
			opacity:0;
		}
		.affa-products-cat:hover .products-cat-overlay h4:before { top:-20px; }
		.affa-products-cat:hover .products-cat-overlay h4:after { bottom:-20px; }
		
.affa-gallery img, .affa-gallery figure { margin-bottom:30px; }
.affa-gallery figure img { margin-bottom:0px; }

.affa-gallery2 .row { margin:0px -1px; }
	.affa-gallery2 .row > div { padding:1px }
	
.affa-quote {
	position:relative;
	color:#a9a9a9;
	font-size:20px;
	line-height:34px;
	text-align:center;
	font-weight:400;
	font-style:italic;
	min-height:48px;
	padding:10px 70px;
	margin-bottom:40px;
}
.text-white .affa-quote { color:#FFF; }
.affa-quote:before, .affa-quote:after {
	position:absolute;
	font-family:Ionicons;
	color:#e9e9e9;
	font-size:48px;
	line-height:1;
	font-style:normal;
	content:'\f347';
}
.affa-quote:before {
	top:-3px;
	left:0px;
}
.affa-quote:after {
	right:0px;
	bottom:-3px;
	transform:rotate(180deg)
}
.text-white .affa-quote:before, .text-white .affa-quote:after {
	color:#FFF;
	opacity:.25;
}
.affa-quote.affa-quote-left, .affa-quote.affa-quote-right {
	width:400px;
	font-size:18px;
	line-height:30px;
	text-align:left;
	margin-bottom:20px;
}
.affa-quote.affa-quote-left {
	float:left;
	padding:5px 30px 0px 60px;
}
.affa-quote.affa-quote-left:after { display:none; }
.affa-quote.affa-quote-right {
	float:right;
	padding:5px 60px 0px 30px;
}
.affa-quote.affa-quote-right:before { display:none; }
.affa-quote.affa-quote-right:after {
	top:0px;
	bottom:auto;
}

.affa-quote2 {
	color:#a9a9a9;
	font-size:20px;
	line-height:34px;
	text-align:center;
	font-weight:400;
	min-height:48px;
	padding:0px 210px;
	margin-bottom:40px;
}
.text-white .affa-quote2 { color:#FFF; }
.affa-quote2:before {
	display:block;
	font-family:Ionicons;
	color:#e9e9e9;
	font-size:64px;
	line-height:1;
	content:'\f347';
	margin-bottom:15px;
}
.text-white .affa-quote2:before {
	color:#FFF;
	opacity:.25;
}

.affa-testimonial {
	font-size:22px;
	line-height:34px;
	margin-bottom:40px;
}
.carousel-slider .affa-testimonial { margin-bottom:0px; }
	.affa-testimonial p { margin:0px; }
	.affa-testimonial h4 {
		position:relative;
		font-size:14px;
		line-height:22px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		padding-left:20px;
		margin:25px 0px 0px;
	}
	.affa-testimonial h4:before {
		position:absolute;
		top:50%;
		left:0px;
		width:10px;
		height:2px;
		background-color:#303030;
		content:'';
		margin-top:-1px;
	}
	.text-white .affa-testimonial h4:before { background-color:#FFF; }
		.affa-testimonial h4 span {
			color:#c0c0c0;
			font-weight:500;
		}
		.text-white .affa-testimonial h4 span { color:#FFF; }
		
.affa-testimonial2 {
	text-align:center;
	padding:0px 150px;
	margin-bottom:40px;
}
.carousel-slider .affa-testimonial2 { margin-bottom:0px; }
	.affa-testimonial2 > p {
		font-size:22px;
		line-height:36px;
		font-weight:400;
		font-style:italic;
		margin:0px;
	}
	.affa-testimonial2 img {
		width:120px;
		height:120px;
		margin-top:20px;
		border-radius:50%;
	}
	.carousel-slider .affa-testimonial2 img { display:inline; }
	.affa-testimonial2 .testimonial-name { margin-top:20px; }
		.affa-testimonial2 .testimonial-name h4 {
			font-size:18px;
			line-height:26px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.affa-testimonial2 .testimonial-name p {
			color:#a9a9a9;
			font-size:15px;
			line-height:24px;
			margin:2px 0px 0px;
		}
			.affa-testimonial2 .testimonial-name p span {
				color:#FFCF0D;
				font-weight:500;
			}
			.text-white .affa-testimonial2 .testimonial-name p, .text-white .affa-testimonial2 .testimonial-name p span { color:#FFF; }
			
.affa-testimonial3 { margin-bottom:40px; }
	.affa-testimonial3 .testimonial-txt {
		position:relative;
		color:#777;
		background-color:#f4f4f4;
		padding:30px 25px;
		border-radius:3px;
	}
	.bg-grey .affa-testimonial3 .testimonial-txt, .text-white .affa-testimonial3 .testimonial-txt { background-color:#FFF; }
	.affa-testimonial3 .testimonial-txt:after {
		position:absolute;
		bottom:-12px;
		left:30px;
		content:'';
		border-right:10px solid transparent;
		border-left:10px solid transparent;
		border-top:12px solid #f4f4f4;
	}
	.bg-grey .affa-testimonial3 .testimonial-txt:after, .text-white .affa-testimonial3 .testimonial-txt:after { border-top-color:#FFF; }
		.affa-testimonial3 .testimonial-txt p { margin:0px; }
	.affa-testimonial3 .testimonial-name {
		position:relative;
		min-height:80px;
		padding:12px 0px 0px 100px;
		margin-top:25px;
	}
		.affa-testimonial3 .testimonial-name img {
			position:absolute;
			top:0px;
			left:0px;
			width:80px;
			border-radius:50%;
		}
		.affa-testimonial3 .testimonial-name h4 {
			font-size:18px;
			line-height:26px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.affa-testimonial3 .testimonial-name p {
			color:#c0c0c0;
			font-size:15px;
			line-height:24px;
			font-weight:400;
			margin:2px 0px 0px;
		}
		.text-white .affa-testimonial3 .testimonial-name p { color:#FFF; }
			.affa-testimonial3 .testimonial-name p span {
				color:#FFCF0D;
				font-weight:500;
			}
			.text-white .affa-testimonial3 .testimonial-name p span { color:#FFF; }
			
.affa-tweet {
	font-size:22px;
	line-height:34px;
	margin-bottom:40px;
}
.carousel-slider .affa-tweet { margin-bottom:0px; }
	.affa-tweet p { margin:0px; }
	.affa-tweet .tweet-date {
		display:inline-block;
		position:relative;
		font-family:Montserrat, Arial, sans-serif;
		color:#303030;
		font-size:14px;
		line-height:22px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		padding-left:20px;
		margin-top:20px;
	}
	.affa-tweet .tweet-date:hover { color:#FFCF0D; }
	.text-white .affa-tweet .tweet-date { color:#FFF; }
	.affa-tweet .tweet-date:before {
		position:absolute;
		top:50%;
		left:0px;
		width:10px;
		height:2px;
		background-color:#303030;
		content:'';
		margin-top:-1px;
		-webkit-transition:.2s background ease;
		transition:.2s background ease;
	}
	.affa-tweet .tweet-date:hover:before { background-color:#FFCF0D; }
	.text-white .affa-tweet .tweet-date:before { background-color:#FFF; }
	
.affa-progress-bar { margin-bottom:40px; }
	.affa-progress-bar > p {
		font-size:16px;
		margin-bottom:8px;
	}
	.affa-progress-bar .progress-bar-line {
		position:relative;
		height:12px;
		background-color:#e0e0e0;
		border-radius:3px;
	}
	.text-white .affa-progress-bar .progress-bar-line { background-color:#FFF; }
		.affa-progress-bar .progress-bar-line .bar-line-overlay {
			position:absolute;
			top:0px;
			bottom:0px;
			left:0px;
			font-size:0px;
			text-indent:-99999px;
			background-color:#FFCF0D;
			border-radius:3px;
		}
		.bg-color.text-white .affa-progress-bar .progress-bar-line .bar-line-overlay { background-color:#303030; }
		.affa-progress-bar .progress-bar-line.in .bar-line-overlay { width:0px !important; }
		.affa-progress-bar .progress-bar-line .bar-line-val {
			position:absolute;
			bottom:21px;
			width:48px;
			color:#FFF;
			font-size:15px;
			line-height:24px;
			text-align:center;
			font-weight:500;
			background-color:#FFCF0D;
			margin-left:-24px;
			border-radius:3px;
			-webkit-transition:visibility .5s ease, opacity .5s ease-in-out;
			transition:visibility .5s ease, opacity .5s ease-in-out;
		}
		.text-white .affa-progress-bar .progress-bar-line .bar-line-val { background-color:rgba(0,0,0,.4); }
		.ie .text-white .affa-progress-bar .progress-bar-line .bar-line-val { background:url(../images/ie-bg-black-40.png) top left repeat; }
		.bg-color.text-white .affa-progress-bar .progress-bar-line .bar-line-val { background-color:#303030; }
		.affa-progress-bar .progress-bar-line.in .bar-line-val {
			visibility:hidden;
			opacity:0;
		}
		.affa-progress-bar .progress-bar-line .bar-line-val:after {
			position:absolute;
			top:100%;
			left:50%;
			content:'';
			margin-left:-6px;
			border-top:7px solid #FFCF0D;
			border-right:6px solid transparent;
			border-left:6px solid transparent;
		}
		.text-white .affa-progress-bar .progress-bar-line .bar-line-val:after { border-top-color:rgba(0,0,0,.4); }
		.ie .text-white .affa-progress-bar .progress-bar-line .bar-line-val:after {
			width:12px;
			height:7px;
			background:url(../images/ie-progress-bar-line-val-arrow.png) top center no-repeat;
			border:0px;
		}
		.bg-color.text-white .affa-progress-bar .progress-bar-line .bar-line-val:after { border-top-color:#303030; }
		.ie .bg-color.text-white .affa-progress-bar .progress-bar-line .bar-line-val:after {
			width:auto;
			height:auto;
			background:none;
			border-top:7px solid #303030;
			border-right:6px solid transparent;
			border-left:6px solid transparent;
		}
			.affa-progress-bar .progress-bar-line .bar-line-val i { font-style:normal; }
			
.affa-progress-bar2 {
	position:relative;
	height:38px;
	background-color:#e0e0e0;
	padding:0px 20px;
	margin-bottom:20px;
}
.text-white .affa-progress-bar2 { background-color:#FFF; }
	.affa-progress-bar2 p {
		position:relative;
		font-family:Montserrat, Arial, sans-serif;
		color:#FFF;
		font-size:13px;
		line-height:38px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		white-space:nowrap;
		margin:0px;
		z-index:10;
	}
		.affa-progress-bar2 p span {
			font-family:Roboto, Arial, sans-serif;
			font-size:14px;
			font-weight:900;
			margin-left:10px;
		}
	.affa-progress-bar2 .progress-bar-line {
		position:absolute;
		top:0px;
		bottom:0px;
		left:0px;
		font-size:0px;
		text-indent:-99999px;
		background-color:#FFCF0D;
	}
	.bg-color.text-white .affa-progress-bar2 .progress-bar-line { background-color:#303030; }
	.affa-progress-bar2 .progress-bar-line.in { width:0px !important; }
	
.affa-team {
	text-align:center;
	margin-bottom:40px;
}
	.affa-team img {
		width:160px;
		border-radius:50%;
		margin-bottom:20px;
	}
	.affa-team .team-heading h4 {
		font-size:22px;
		line-height:30px;
		margin:0px;
	}
	.affa-team .team-heading p {
		color:#a9a9a9;
		font-size:15px;
		line-height:22px;
		margin:2px 0px 0px;
	}
	.text-white .affa-team .team-heading p {
		color:#FFF;
		opacity:.7;
	}
	.affa-team .team-desc { margin-top:20px; }
		.affa-team .team-desc p { margin:0px; }
	.affa-team .team-socials { margin-top:10px; }
		.affa-team .team-socials a {
			color:#303030;
			font-size:20px;
			line-height:30px;
			margin:0px 8px;
		}
		.text-white .affa-team .team-socials a { color:#FFF; }
		.affa-team .team-socials a:hover { color:#FFCF0D; }
		.text-white .affa-team .team-socials a:hover { opacity:1; }
		.bg-color.text-white .affa-team .team-socials a:hover {
			color:#FFF;
			opacity:.8;
		}
		
.affa-team2 {
	text-align:center;
	margin-bottom:40px;
}
	.affa-team2 img {
		width:160px;
		border-radius:50%;
		margin-bottom:25px;
	}
	.affa-team2 .team-heading:after {
		display:block;
		width:40px;
		content:'';
		margin:20px auto 0px;
		border-bottom:3px solid #FFCF0D;
	}
	.text-white .affa-team2 .team-heading:after { border-bottom-color:#FFF; }
		.affa-team2 .team-heading h4 {
			font-size:16px;
			line-height:24px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
	.affa-team2 .team-desc { margin-top:20px; }
		.affa-team2 .team-desc p { margin:0px; }
	.affa-team2 .team-socials { margin-top:15px; }
		.affa-team2 .team-socials a {
			display:inline-block;
			width:36px;
			height:36px;
			color:#FFF;
			font-size:16px;
			line-height:36px;
			background-color:#303030;
			margin:5px;
			border-radius:50%;
		}
		.text-white .affa-team2 .team-socials a {
			color:#303030;
			background-color:#FFF;
		}
		.bg-color.text-white .affa-team2 .team-socials a { color:#FFCF0D; }
		.affa-team2 .team-socials a:hover { background-color:#FFCF0D; }
		.text-white .affa-team2 .team-socials a:hover {
			color:#FFF;
			opacity:1;
		}
		.bg-color.text-white .affa-team2 .team-socials a:hover {
			color:#FFCF0D;
			background-color:#FFF;
			opacity:.8;
		}
		
.affa-team3 {
	text-align:center;
	margin-bottom:40px;
}
	.affa-team3 .team-avatar {
		overflow:hidden;
		position:relative;
		width:180px;
		height:180px;
		margin:0px auto;
		border-radius:50%;
	}
		.affa-team3 .team-avatar .team-socials {
			visibility:hidden;
			position:absolute;
			top:0px;
			right:0px;
			bottom:0px;
			left:0px;
			background-color:rgba(0,0,0,.5);
			padding-top:63px;
			opacity:0;
			border-radius:50%;
			-webkit-transition:visibility .2s ease, padding .2s ease, opacity .2s ease-in-out;
			transition:visibility .2s ease, padding .2s ease, opacity .2s ease-in-out;
		}
		.ie .affa-team3 .team-avatar .team-socials { background:url(../images/ie-bg-black-50.png) repeat top left; }
		.affa-team3 .team-avatar:hover .team-socials {
			visibility:visible;
			padding-top:73px;
			opacity:1;
		}
			.affa-team3 .team-avatar .team-socials a {
				color:#FFF;
				font-size:24px;
				line-height:34px;
				margin:0px 8px;
			}
			.affa-team3 .team-avatar .team-socials a:hover { opacity:.8; }
	.affa-team3 .team-name { margin-top:20px; }
		.affa-team3 .team-name h4 {
			font-size:16px;
			line-height:24px;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.affa-team3 .team-name p {
			color:#a9a9a9;
			font-size:15px;
			line-height:24px;
			margin:5px 0px 0px;
		}
		.text-white .affa-team3 .team-name p {
			color:#FFF;
			opacity:.7;
		}
		
.affa-team4 {
	overflow:hidden;
	margin-bottom:40px;
	border-radius:3px;
}
.bg-grey .affa-team4 { box-shadow:0px 2px 4px rgba(0,0,0,.05); }
	.affa-team4 img { width:100%; }
	.text-white .affa-team4 a:hover { opacity:1; }
	.affa-team4 .team-txt {
		text-align:center;
		background-color:#FFF;
		padding:30px 20px;
		border-right:1px solid #f0f0f0;
		border-bottom:4px solid #f0f0f0;
		border-left:1px solid #f0f0f0;
		border-radius:0px 0px 3px 3px;
	}
	.bg-grey .affa-team4 .team-txt, .text-white .affa-team4 .team-txt { border:0px; }
		.affa-team4 .team-txt h4 {
			color:#303030;
			font-size:16px;
			line-height:24px;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.affa-team4 .team-txt p {
			color:#c0c0c0;
			font-size:14px;
			line-height:22px;
			font-weight:400;
			margin:6px 0px 0px;
		}
	.affa-team4 .team-socials {
		position:relative;
		margin-top:15px;
	}
	.affa-team4 .team-socials:before {
		display:block;
		width:30px;
		height:2px;
		background-color:#FFCF0D;
		content:'';
		margin:0px auto 15px;
	}
		.affa-team4 .team-socials a {
			color:#d0d0d0;
			font-size:22px;
			line-height:32px;
			margin:0px 6px;
		}
		.affa-team4 .team-socials a:hover { color:#FFCF0D; }
		
.affa-team5 {
	position:relative;
	padding-left:160px;
	margin-bottom:40px;
}
.bg-grey .affa-team5 { box-shadow:0px 2px 4px rgba(0,0,0,.05); }
	.affa-team5 > img {
		position:absolute;
		top:0px;
		left:0px;
		width:160px;
		border-radius:3px 0px 0px 3px;
	}
	.affa-team5 .team-txt {
		overflow:hidden;
		height:160px;
		color:#777;
		background-color:#FFF;
		padding:18px 25px 0px;
		border-top:1px solid #f0f0f0;
		border-right:1px solid #f0f0f0;
		border-bottom:4px solid #f0f0f0;
		border-radius:0px 3px 3px 0px;
	}
	.bg-grey .affa-team5 .team-txt, .text-white .affa-team5 .team-txt { border:0px; }
	.affa-team5 .team-heading {
		position:relative;
		padding-right:80px;
	}
		.affa-team5 .team-heading h4 {
			color:#303030;
			font-size:16px;
			line-height:24px;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.affa-team5 .team-heading p {
			color:#c0c0c0;
			font-size:14px;
			line-height:22px;
			font-weight:400;
			margin:5px 0px 0px;
		}
		.affa-team5 .team-heading .team-socials {
			position:absolute;
			top:0px;
			right:0px;
		}
			.affa-team5 .team-heading .team-socials a {
				color:#d0d0d0;
				font-size:20px;
				line-height:24px;
				margin-left:8px;
			}
			.affa-team5 .team-heading .team-socials a:hover { color:#FFCF0D; }
	.affa-team5 .team-desc { margin-top:15px; }
		.affa-team5 .team-desc p { margin:0px; }
		
.affa-tbl-pricing.tbl-prc-recommended { padding-top:28px; }
	.affa-tbl-pricing .tbl-prc-col {
		overflow:hidden;
		color:#777;
		text-align:center;
		background-color:#FAFAFA;
		padding:0px 30px;
		margin-bottom:40px;
		border:1px solid #f0f0f0;
		border-bottom-width:4px;
		border-radius:25px;
	}
	.bg-grey .affa-tbl-pricing .tbl-prc-col {
		border:2px solid #FFF;
		box-shadow:0px 1px 7px rgba(0,0,0,.08);
	}
	.text-white .affa-tbl-pricing .tbl-prc-col { border:0px; }
	.affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended {
		border-color:#FFCF0D;
		margin-top:-28px;
	}
	.bg-grey .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended { box-shadow:none; }
	.bg-dark.text-white .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended {
		color:#FFF;
		background-color:#FFCF0D;
	}
		.affa-tbl-pricing .tbl-prc-col .tbl-prc-heading { padding:40px 0px; }
			.affa-tbl-pricing .tbl-prc-col .tbl-prc-heading h4 {
				color:#303030;
				font-size:22px;
				line-height:30px;
				font-weight:700;
				text-transform:uppercase;
				letter-spacing:.5px;
				margin:0px;
			}
			.bg-dark.text-white .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading h4 { color:#FFF; }
			.affa-tbl-pricing .tbl-prc-col .tbl-prc-heading h5 {
				width:110px;
				height:110px;
				font-family:Roboto, Arial, sans-serif;
				color:#FFF;
				font-size:42px;
				line-height:110px;
				font-weight:700;
				background-color:#FFCF0D;
				margin:20px auto 0px;
				border-radius:50%;
			}
			.bg-dark.text-white .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading h5 {
				color:#FFCF0D;
				background-color:#FFF;
			}
				.affa-tbl-pricing .tbl-prc-col .tbl-prc-heading h5 span { font-weight:300; }
			.affa-tbl-pricing .tbl-prc-col .tbl-prc-heading p {
				color:#c0c0c0;
				font-size:18px;
				font-weight:700;
				margin:15px 0px 0px;
			}
			.bg-dark.text-white .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-heading p { color:#FFF; }
		.affa-tbl-pricing .tbl-prc-col .tbl-prc-badge {
			display:inline-block;
			color:#FFF;
			font-size:14px;
			line-height:28px;
			text-transform:uppercase;
			letter-spacing:.5px;
			background-color:#FFCF0D;
			padding:0px 10px;
			margin:0px;
		}
		.bg-dark.text-white .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-badge {
			color:#FFCF0D;
			background-color:#FFF;
		}
		.affa-tbl-pricing .tbl-prc-col .tbl-prc-list {
			text-align:center;
			padding:30px 0px 15px;
			margin:0px;
			border-top:1px solid #e9e9e9;
			border-bottom:1px solid #e9e9e9;
		}
		.bg-dark.text-white .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-list {
			border-top-color:rgba(255,255,255,.4);
			border-bottom-color:rgba(255,255,255,.4);
		}
		.ie .bg-dark.text-white .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-list {
			border-top-color:#FFF;
			border-bottom-color:#FFF;
		}
			.affa-tbl-pricing .tbl-prc-col .tbl-prc-list li {
				list-style-type:none;
				margin-bottom:15px;
			}
			.affa-tbl-pricing .tbl-prc-col .tbl-prc-list.list-icon li {
				position:relative;
/*				min-height:26px;*/
/*				padding-left:30px;*/
                color: #00454D;
			}
				.affa-tbl-pricing .tbl-prc-col .tbl-prc-list.list-icon li .ion {
					position:absolute;
					top:0px;
					left:0px;
					width:16px;
					color:#c0c0c0;
					line-height:26px;
					text-align:center;
				}
				.bg-dark.text-white .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-list.list-icon li .ion { color:#FFF; }
				.affa-tbl-pricing .tbl-prc-col .tbl-prc-list.list-icon li.not .ion { color:#DDD; }
				.bg-dark.text-white .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-list.list-icon li.not .ion { opacity:.6; }
		.affa-tbl-pricing .tbl-prc-col .tbl-prc-footer { padding:40px 0px; }
		.affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .tbl-prc-footer { padding:54px 0px; }
		.bg-dark.text-white .affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended .btn-custom.btn-white:hover {
			color:#FFCF0D !important;
			background-color:#FFF;
			border-color:#FFF;
			opacity:.9;
		}
		
.affa-tbl-pricing2.tbl-prc-recommended { padding:15px 0px; }
	.affa-tbl-pricing2 > .row {
		margin:0px;
		border:10px solid #f9f9f9;
	}
	.bg-grey .affa-tbl-pricing2 > .row { border-color:#f4f4f4; }
		.affa-tbl-pricing2 > .row > div { padding:0px; }
	.affa-tbl-pricing2 .tbl-prc-wrap.tbl-prc-col-recommended {
		position:relative;
		margin:-25px -1px;
		border:10px solid #f9f9f9;
		z-index:10;
		box-shadow:0px 0px 15px rgba(0,0,0,.2);
	}
	.bg-grey .affa-tbl-pricing2 .tbl-prc-wrap.tbl-prc-col-recommended { border-color:#f4f4f4; }
	.affa-tbl-pricing2 .tbl-prc-col {
		overflow:hidden;
		color:#777;
		text-align:center;
		background-color:#FFF;
		border:1px solid #EEE;
		border-right:0px;
	}
	.affa-tbl-pricing2 > .row > div:last-child .tbl-prc-col, .affa-tbl-pricing2 .tbl-prc-col-recommended .tbl-prc-col { border-right:1px solid #EEE; }
	.ie .affa-tbl-pricing2 .tbl-prc-col { border:0px; }
		.affa-tbl-pricing2 .tbl-prc-col .tbl-prc-heading {
			padding:20px;
			border-bottom:1px solid #EEE;
		}
		.affa-tbl-pricing2 .tbl-prc-col-recommended .tbl-prc-col .tbl-prc-heading {
			padding-top:28px;
			padding-bottom:27px;
		}
			.affa-tbl-pricing2 .tbl-prc-col .tbl-prc-heading h4 {
				color:#303030;
				font-size:20px;
				line-height:28px;
				font-weight:700;
				text-transform:uppercase;
				letter-spacing:.5px;
				margin:0px;
			}
		.affa-tbl-pricing2 .tbl-prc-col .tbl-prc-price {
			background-color:#f9f9f9;
			padding:40px 0px;
			border-bottom:1px solid #EEE;
		}
			.affa-tbl-pricing2 .tbl-prc-col .tbl-prc-price h4 {
				color:#FFCF0D;
				font-size:56px;
				line-height:1;
				margin:0px;
			}
				.affa-tbl-pricing2 .tbl-prc-col .tbl-prc-price h4 sup {
					top:-.6em;
					font-size:.5em;
					margin-left:5px;
				}
			.affa-tbl-pricing2 .tbl-prc-col .tbl-prc-price p {
				color:#a9a9a9;
				font-size:15px;
				line-height:22px;
				font-style:italic;
				font-weight:400;
				margin:5px 0px 0px;
			}
		.affa-tbl-pricing2 .tbl-prc-col .tbl-prc-list {
			padding:0px;
			margin:0px;
		}
			.affa-tbl-pricing2 .tbl-prc-col .tbl-prc-list li {
				list-style-type:none;
				padding:15px 20px;
				border-bottom:1px solid #EEE;
			}
		.affa-tbl-pricing2 .tbl-prc-col .tbl-prc-footer {
			background-color:#f9f9f9;
			padding:40px 20px;
		}
		.affa-tbl-pricing2 .tbl-prc-col-recommended .tbl-prc-col .tbl-prc-footer {
			padding-top:47px;
			padding-bottom:48px;
		}
		
.affa-client-logo {
	position:relative;
	text-align:center;
	padding:0px 10%;
	margin-bottom:40px;
}
.carousel-slider .affa-client-logo { margin-bottom:0px; }
.affa-client-logo.logo-border {
	padding:10% 15%;
	border:1px solid #e9e9e9;
}
.bg-grey .affa-client-logo.logo-border { border-color:#e0e0e0; }
.text-white .affa-client-logo.logo-border { border-color:rgba(255,255,255,.25); }
.ie .text-white .affa-client-logo.logo-border { border-color:#FFF; }
.affa-client-logo:after {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(255,255,255,.8);
	content:'';
	-webkit-transition:visibility .2s ease, opacity .2s ease-in-out;
	transition:visibility .2s ease, opacity .2s ease-in-out;
}
.affa-client-logo.no-hover:after, .ie .affa-client-logo:after { display:none; }
.affa-client-logo:hover:after {
	visibility:hidden;
	opacity:0;
}
.bg-grey .affa-client-logo:after { background-color:rgba(249,249,249,.8); }
.bg-dark .affa-client-logo:after { background-color:rgba(26,26,26,.8); }
.bg-color .affa-client-logo:after { background-color:rgba(0,210,127,.8); }
.row-clients2 > div { padding:0px; }
.row-clients2 .affa-client-logo {
	padding:25px 10%;
	margin:0px;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
.bg-grey .row-clients2 .affa-client-logo { border-color:#e0e0e0; }
.text-white .row-clients2 .affa-client-logo { border-color:rgba(255,255,255,.25); }
.ie .text-white  .row-clients2 .affa-client-logo { border-color:#FFF; }
.row-clients2 .affa-client-logo.no-border-right { border-right:0px; }
.row-clients2 .affa-client-logo.no-border-bottom { border-bottom:0px; }

.affa-call-action { text-align:center; }
	.affa-call-action h2 {
		display:inline;
		font-family:Roboto, Arial, sans-serif;
		font-size:26px;
		line-height:34px;
		vertical-align:middle;
		font-weight:500;
		white-space:nowrap;
		margin:0px;
	}
	.affa-call-action .btn-custom { margin-left:40px; }
	
.affa-call-action2 {
	position:relative;
	min-height:70px;
	padding-right:260px;
}
	.affa-call-action2 .call-action-txt h2 {
		font-family:Roboto, Arial, sans-serif;
		font-size:28px;
		line-height:36px;
		font-weight:500;
		margin:0px;
	}
	.affa-call-action2 .call-action-txt p { margin:10px 0px 0px; }
	.affa-call-action2 .call-action-btn {
		position:absolute;
		top:0px;
		right:0px;
		padding:11px 0px;
	}
	
.affa-callout {
	padding:20px;
	margin:20px 0px;
	border:1px solid #EEE;
	border-left-width:5px;
	border-radius:3px;
}
.affa-callout.callout-info { border-left-color:#1b809e; }
.affa-callout.callout-warning { border-left-color:#aa6708; }
.affa-callout.callout-danger { border-left-color:#ce4844; }
.affa-callout.callout-success { border-left-color:#258626; }
	.affa-callout h4 { margin-bottom:10px; }
	.affa-callout.callout-info h4 { color:#1b809e; }
	.affa-callout.callout-warning h4 { color:#aa6708; }
	.affa-callout.callout-danger h4 { color:#ce4844; }
	.affa-callout.callout-success h4 { color:#258626; }
	.affa-callout > p { margin:0px; }
	
.affa-counter {
	text-align:center;
	margin-bottom:40px;
}
	.affa-counter h4 {
		font-family:Roboto, Arial, sans-serif;
		color:#FFCF0D;
		font-size:64px;
		line-height:1;
		font-weight:500;
		letter-spacing:2px;
		margin:0px;
	}
	.text-white .affa-counter h4 { color:#FFF; }
		.affa-counter h4 span { font-weight:900; }
	.affa-counter .ion {
		color:#c0c0c0;
		font-size:48px;
		line-height:1;
		margin-top:20px;
	}
	.text-white .affa-counter .ion {
		color:#FFF;
		opacity:.5;
	}
	.affa-counter p {
		color:#303030;
		font-size:20px;
		line-height:28px;
		font-weight:500;
		margin:10px 0px 0px;
	}
	.text-white .affa-counter p {
		color:#FFF;
		opacity:.8;
	}
	
.affa-counter2 {
	position:relative;
	min-height:48px;
	padding-left:70px;
	margin-bottom:40px;
}
	.affa-counter2 .ion {
		position:absolute;
		top:50%;
		left:0px;
		width:48px;
		color:#FFCF0D;
		font-size:48px;
		line-height:1;
		text-align:center;
		margin-top:-24px;
	}
	.text-white .affa-counter2 .ion { color:#FFF; }
	.affa-counter2 h4 {
		font-family:Roboto, Arial, sans-serif;
		font-size:48px;
		line-height:1;
		font-weight:700;
		letter-spacing:1px;
		margin:0px;
	}
	.affa-counter2 p {
		font-size:20px;
		line-height:28px;
		margin:4px 0px 0px;
	}
	.text-white .affa-counter2 p { opacity:.8; }
	
.affa-countdown {
	text-align:center;
	margin-bottom:40px;
}
	.affa-countdown h4 {
		font-family:Roboto, Arial, sans-serif;
		color:#FFCF0D;
		font-size:64px;
		line-height:1;
		font-weight:900;
		letter-spacing:2px;
		margin:0px;
	}
	.text-white .affa-countdown h4 { color:#FFF; }
	.affa-countdown p {
		font-family:Montserrat, Arial, sans-serif;
		color:#c0c0c0;
		font-size:18px;
		line-height:26px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin:15px 0px 0px;
	}
	.text-white .affa-countdown p {
		color:#FFF;
		opacity:.7;
	}
	
.affa-countdown2 {
	width:128px;
	height:128px;
	color:#FFF;
	text-align:center;
	background-color:#FFCF0D;
	padding-top:27px;
	margin:0px auto 40px;
	border-radius:50%;
}
.text-white .affa-countdown2 {
	color:#303030;
	background-color:#FFF;
}
.bg-color.text-white .affa-countdown2 { color:#FFCF0D; }
	.affa-countdown2 p {
		font-family:Montserrat, Arial, sans-serif;
		font-size:14px;
		line-height:22px;
		font-weight:500;
		text-transform:uppercase;
		margin-bottom:5px;
		opacity:.7;
	}
	.affa-countdown2 h4 {
		font-family:Roboto, Arial, sans-serif;
		color:#FFF;
		font-size:44px;
		line-height:1;
		font-weight:700;
		letter-spacing:1px;
		margin:0px;
	}
	.text-white .affa-countdown2 h4 { color:#303030; }
	.bg-color.text-white .affa-countdown2 h4 { color:#FFCF0D; }
	
.affa-countdown3 {
	text-align:center;
	margin-bottom:40px;
}
	.affa-countdown3 h4 {
		display:inline-block;
		width:90px;
		height:90px;
		font-family:Roboto, Arial, sans-serif;
		color:#FFF;
		font-size:36px;
		line-height:90px;
		font-weight:700;
		background-color:#FFCF0D;
		border-radius:50%;
		margin:0px;
	}
	.text-white .affa-countdown3 h4 {
		color:#303030;
		background-color:#FFF;
	}
	.bg-color.text-white .affa-countdown3 h4 { color:#FFCF0D; }
	.affa-countdown3 p {
		color:#303030;
		font-size:20px;
		line-height:28px;
		font-weight:400;
		margin:12px 0px 0px;
	}
	.text-white .affa-countdown3 p { color:#FFF; }
	
.row-countdown.row-border > div .affa-countdown { position:relative; }
.row-countdown.row-border > div .affa-countdown:after {
	position:absolute;
	top:0px;
	right:-15px;
	bottom:0px;
	width:1px;
	background-color:#e9e9e9;
	content:'';
}
.row-countdown.row-border > div:last-child .affa-countdown:after { display:none; }
.text-white .row-countdown.row-border > div .affa-countdown:after {
	background-color:#FFF;
	opacity:.25;
}

.affa-form-subscribe {
	position:relative;
	padding-right:118px;
}
.affa-form-subscribe.pos-center {
	max-width:600px;
	margin:0px auto;
}
	.affa-form-subscribe input[type="text"], .affa-form-subscribe input[type="email"] { width:100%; }
	.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;
	}
	.affa-form-subscribe input[type="submit"] {
		position:absolute;
		top:0px;
		right:0px;
		width:110px;
		text-align:center;
		padding-right:0px;
		padding-left:0px;
	}
	
.affa-form-contact { position:relative; }
	.affa-form-contact input[type="text"], .affa-form-contact input[type="email"] {
		width:100%;
		margin-bottom:20px;
	}
	.affa-form-contact textarea {
		display:block;
		width:100%;
		height:209px;
		margin-bottom:20px;
	}
	.affa-form-contact.form-contact2 input[type="text"], .affa-form-contact.form-contact2 input[type="email"], .affa-form-contact.form-contact2 textarea { margin-bottom:30px; }
	.affa-form-contact input[type="text"].error, .affa-form-contact input[type="email"].error, .affa-form-contact textarea.error {
		color:#f58181;
		background-color:#f9d4d4;
		border-color:#f7bdbd;
		box-shadow:none;
	}
	.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-white-50.png) repeat top left; }
		.affa-form-contact .submit-status .submit-status-text {
			position:absolute;
			top:50%;
			right:0px;
			left:0px;
			margin-top:-25px;
		}
		.affa-form-contact .submit-status span {
			display:inline-block;
			text-align:left;
			background-color:#FFF;
			padding:13px 20px;
			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 {
				font-size:22px;
				vertical-align:bottom;
				margin-right:6px;
			}
			
.affa-form-search {
	overflow:hidden;
	position:relative;
}
	.affa-form-search input[type="text"] {
		width:100%;
		padding-right:50px;
	}
	.affa-form-search input[type="submit"] {
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		width:50px;
		font-size:0px;
		text-indent:-99999px;
		background:url(../images/icon-form-search.png) center no-repeat !important;
		padding:0px;
		border:0px;
	}
	.affa-form-search input[type="submit"]:hover { background-image:url(../images/icon-form-search-hover.png);}
	
.affa-socials { margin:0px -25px; }
	.affa-socials a {
		display:inline-block;
		color:#d0d0d0;
		font-size:42px;
		line-height:62px;
		text-align:center;
		margin:0px 25px;
	}
	.affa-socials.links-white a { color:#FFF; }
	.affa-socials a:hover { color:#FFCF0D; }
	.affa-socials a.link-facebook:hover, .affa-socials.links-color a.link-facebook { color:#607bb3; }
	.affa-socials a.link-twitter:hover, .affa-socials.links-color a.link-twitter { color:#37bbf5; }
	.affa-socials a.link-linkedin:hover, .affa-socials.links-color a.link-linkedin { color:#2288c3; }
	.affa-socials a.link-reddit:hover, .affa-socials.links-color a.link-reddit { color:#ff4006; }
	.affa-socials a.link-googleplus:hover, .affa-socials.links-color a.link-googleplus { color:#d23b23; }
	.affa-socials a.link-pinterest:hover, .affa-socials.links-color a.link-pinterest { color:#db2e36; }
	.affa-socials a.link-whatsapp:hover, .affa-socials.links-color a.link-whatsapp { color:#4eef6b; }
	.affa-socials a.link-tumblr:hover, .affa-socials.links-color a.link-tumblr { color:#34465d; }
	.affa-socials a.link-wordpress:hover, .affa-socials.links-color a.link-wordpress { color:#00769d; }
	.affa-socials a.link-dribbble:hover, .affa-socials.links-color a.link-dribbble { color:#db3776; }
	.affa-socials a.link-github:hover, .affa-socials.links-color a.link-github { color:#201f1f; }
	.affa-socials a.link-instagram:hover, .affa-socials.links-color a.link-instagram { color:#6a453b; }
	.affa-socials a.link-snapchat:hover, .affa-socials.links-color a.link-snapchat { color:#fffc00; }
	.affa-socials a.link-foursquare:hover, .affa-socials.links-color a.link-foursquare { color:#f94877; }
	.affa-socials a.link-rss:hover, .affa-socials.links-color a.link-rss { color:#fe9900; }
	.affa-socials a.link-skype:hover, .affa-socials.links-color a.link-skype { color:#00aff0; }
	.affa-socials a.link-vimeo:hover, .affa-socials.links-color a.link-vimeo { color:#23b6ea; }
	.affa-socials a.link-youtube:hover, .affa-socials.links-color a.link-youtube { color:#f20000; }
	.affa-socials a.link-dropbox:hover, .affa-socials.links-color a.link-dropbox { color:#007ee5; }
	.affa-socials a.link-apple:hover, .affa-socials.links-color a.link-apple { color:#231f20; }
	.affa-socials a.link-android:hover, .affa-socials.links-color a.link-android { color:#94c147; }
	.affa-socials a.link-windows:hover, .affa-socials.links-color a.link-windows { color:#00bdf6; }
	.affa-socials.links-color a:hover { color:#303030; }
	.bg-color .affa-socials.links-white a:hover {
		color:#FFF;
		opacity:.8;
	}
	
.affa-socials2 { margin:0px -5px; }
	.affa-socials2 a {
		display:inline-block;
		width:42px;
		height:42px;
		color:#a9a9a9;
		font-size:24px;
		line-height:42px;
		text-align:center;
		background-color:#EEE;
		margin:7.5px 5px;
		border-radius:3px;
	}
	.affa-socials2.links-color a { color:#FFF; }
	.affa-socials2.links-white a {
		color:#303030;
		background-color:#FFF;
	}
	.affa-socials2 a:hover {
		color:#FFF;
		background-color:#FFCF0D;
	}
	.affa-socials2 a.link-facebook:hover, .affa-socials2.links-color a.link-facebook { background-color:#607bb3; }
	.affa-socials2 a.link-twitter:hover, .affa-socials2.links-color a.link-twitter { background-color:#37bbf5; }
	.affa-socials2 a.link-linkedin:hover, .affa-socials2.links-color a.link-linkedin { background-color:#2288c3; }
	.affa-socials2 a.link-reddit:hover, .affa-socials2.links-color a.link-reddit { background-color:#ff4006; }
	.affa-socials2 a.link-googleplus:hover, .affa-socials2.links-color a.link-googleplus { background-color:#d23b23; }
	.affa-socials2 a.link-pinterest:hover, .affa-socials2.links-color a.link-pinterest { background-color:#db2e36; }
	.affa-socials2 a.link-whatsapp:hover, .affa-socials2.links-color a.link-whatsapp { background-color:#4eef6b; }
	.affa-socials2 a.link-tumblr:hover, .affa-socials2.links-color a.link-tumblr { background-color:#34465d; }
	.affa-socials2 a.link-wordpress:hover, .affa-socials2.links-color a.link-wordpress { background-color:#00769d; }
	.affa-socials2 a.link-dribbble:hover, .affa-socials2.links-color a.link-dribbble { background-color:#db3776; }
	.affa-socials2 a.link-github:hover, .affa-socials2.links-color a.link-github { background-color:#201f1f; }
	.affa-socials2 a.link-instagram:hover, .affa-socials2.links-color a.link-instagram { background-color:#6a453b; }
	.affa-socials2 a.link-snapchat:hover, .affa-socials2.links-color a.link-snapchat { background-color:#fffc00; }
	.affa-socials2 a.link-foursquare:hover, .affa-socials2.links-color a.link-foursquare { background-color:#f94877; }
	.affa-socials2 a.link-rss:hover, .affa-socials2.links-color a.link-rss { background-color:#fe9900; }
	.affa-socials2 a.link-skype:hover, .affa-socials2.links-color a.link-skype { background-color:#00aff0; }
	.affa-socials2 a.link-vimeo:hover, .affa-socials2.links-color a.link-vimeo { background-color:#23b6ea; }
	.affa-socials2 a.link-youtube:hover, .affa-socials2.links-color a.link-youtube { background-color:#f20000; }
	.affa-socials2 a.link-dropbox:hover, .affa-socials2.links-color a.link-dropbox { background-color:#007ee5; }
	.affa-socials2 a.link-apple:hover, .affa-socials2.links-color a.link-apple { background-color:#231f20; }
	.affa-socials2 a.link-android:hover, .affa-socials2.links-color a.link-android { background-color:#94c147; }
	.affa-socials2 a.link-windows:hover, .affa-socials2.links-color a.link-windows { background-color:#00bdf6; }
	.affa-socials2.links-color a:hover { background-color:#303030; }
	.bg-color .affa-socials2.links-white a:hover {
		color:#303030;
		background-color:#FFF;
		opacity:.8;
	}
	.affa-socials2.links-round a { border-radius:50%; }
	
.affa-socials3 { margin:0px -5px; }
	.affa-socials3 a {
		display:inline-block;
		width:42px;
		height:42px;
		color:#d0d0d0;
		font-size:22px;
		line-height:38px;
		text-align:center;
		margin:7.5px 5px;
		border:2px solid #e0e0e0;
		border-radius:50%;
	}
	.affa-socials3.links-color a {
		color:#FFF;
		background-color:#e0e0e0;
	}
	.affa-socials3.links-white a {
		color:#FFF;
		border-color:#FFF;
	}
	.affa-socials3 a:hover {
		color:#FFF;
		background-color:#FFCF0D;
		border-color:#FFCF0D;
	}
	.affa-socials3 a.link-facebook:hover, .affa-socials3.links-color a.link-facebook {
		background-color:#607bb3;
		border-color:#607bb3;
	}
	.affa-socials3 a.link-twitter:hover, .affa-socials3.links-color a.link-twitter {
		background-color:#37bbf5;
		border-color:#37bbf5;
	}
	.affa-socials3 a.link-linkedin:hover, .affa-socials3.links-color a.link-linkedin {
		background-color:#2288c3;
		border-color:#2288c3;
	}
	.affa-socials3 a.link-reddit:hover, .affa-socials3.links-color a.link-reddit {
		background-color:#ff4006;
		border-color:#ff4006;
	}
	.affa-socials3 a.link-googleplus:hover, .affa-socials3.links-color a.link-googleplus {
		background-color:#d23b23;
		border-color:#d23b23;
	}
	.affa-socials3 a.link-pinterest:hover, .affa-socials3.links-color a.link-pinterest {
		background-color:#db2e36;
		border-color:#db2e36;
	}
	.affa-socials3 a.link-whatsapp:hover, .affa-socials3.links-color a.link-whatsapp {
		background-color:#4eef6b;
		border-color:#4eef6b;
	}
	.affa-socials3 a.link-tumblr:hover, .affa-socials3.links-color a.link-tumblr {
		background-color:#34465d;
		border-color:#34465d;
	}
	.affa-socials3 a.link-wordpress:hover, .affa-socials3.links-color a.link-wordpress {
		background-color:#00769d;
		border-color:#00769d;
	}
	.affa-socials3 a.link-dribbble:hover, .affa-socials3.links-color a.link-dribbble {
		background-color:#db3776;
		border-color:#db3776;
	}
	.affa-socials3 a.link-github:hover, .affa-socials3.links-color a.link-github {
		background-color:#201f1f;
		border-color:#201f1f;
	}
	.affa-socials3 a.link-instagram:hover, .affa-socials3.links-color a.link-instagram {
		background-color:#6a453b;
		border-color:#6a453b;
	}
	.affa-socials3 a.link-snapchat:hover, .affa-socials3.links-color a.link-snapchat {
		background-color:#fffc00;
		border-color:#fffc00;
	}
	.affa-socials3 a.link-foursquare:hover, .affa-socials3.links-color a.link-foursquare {
		background-color:#f94877;
		border-color:#f94877;
	}
	.affa-socials3 a.link-rss:hover, .affa-socials3.links-color a.link-rss {
		background-color:#fe9900;
		border-color:#fe9900;
	}
	.affa-socials3 a.link-skype:hover, .affa-socials3.links-color a.link-skype {
		background-color:#00aff0;
		border-color:#00aff0;
	}
	.affa-socials3 a.link-vimeo:hover, .affa-socials3.links-color a.link-vimeo {
		background-color:#23b6ea;
		border-color:#23b6ea;
	}
	.affa-socials3 a.link-youtube:hover, .affa-socials3.links-color a.link-youtube {
		background-color:#f20000;
		border-color:#f20000;
	}
	.affa-socials3 a.link-dropbox:hover, .affa-socials3.links-color a.link-dropbox {
		background-color:#007ee5;
		border-color:#007ee5;
	}
	.affa-socials3 a.link-apple:hover, .affa-socials3.links-color a.link-apple {
		background-color:#231f20;
		border-color:#231f20;
	}
	.affa-socials3 a.link-android:hover, .affa-socials3.links-color a.link-android {
		background-color:#94c147;
		border-color:#94c147;
	}
	.affa-socials3 a.link-windows:hover, .affa-socials3.links-color a.link-windows {
		background-color:#00bdf6;
		border-color:#00bdf6;
	}
	.affa-socials3.links-color a:hover {
		color:#FFF;
		background-color:#303030;
		border-color:#303030;
	}
	.bg-color .affa-socials3.links-white a:hover {
		color:#FFCF0D;
		background-color:#FFF;
		border-color:#FFF;
	}
	
.affa-info-text {
	text-align:center;
	margin-bottom:40px;
}
	.affa-info-text .ion {
		color:#DDD;
		font-size:48px;
		line-height:1;
		margin-bottom:15px;
	}
	.affa-info-text h4 {
		color:#d0d0d0;
		font-size:14px;
		line-height:22px;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin:0px;
	}
	.affa-info-text p {
		color:#303030;
		font-size:18px;
		font-weight:500;
		margin:5px 0px 0px;
	}
	.affa-info-text a, .affa-info-text a:visited { color:#303030; }
	.affa-info-text a:hover { color:#FFCF0D; }
	.text-white .affa-info-text .ion, .text-white .affa-info-text h4, .text-white .affa-info-text p, .text-white .affa-info-text a, .text-white .affa-info-text a:visited { color:#FFF; }
	
.affa-info-list {
	padding:0px;
	margin:0px;
}
	.affa-info-list li {
		list-style-type:none;
		position:relative;
		min-height:26px;
		padding-left:40px;
		margin-bottom:10px;
	}
	.affa-info-list li:last-child { margin-bottom:0px }
		.affa-info-list li a, .affa-info-list li a:visited { color:#777; }
		.text-white .affa-info-list li a, .text-white .affa-info-list li a:visited { color:#FFF; }
		.affa-info-list li a:hover { color:#FFCF0D; }
		.text-white .affa-info-list li a:hover { color:#FFF; }
		.affa-info-list li .ion {
			position:absolute;
			top:0px;
			left:0px;
			width:20px;
			color:#c0c0c0;
			font-size:20px;
			line-height:26px;
			text-align:center;
		}
		.text-white .affa-info-list li .ion { color:#FFF; }
		
.affa-nav-tabs-wrap:before, .affa-nav-tabs-wrap:after {
	display:table;
	content:'';
}
.affa-nav-tabs-wrap:after { clear:both; }
	.affa-nav-tabs-wrap .nav-tabs {
		float:left;
		width:20%;
		margin:0px -1px 0px 0px;
	}
		.affa-nav-tabs-wrap .nav-tabs > li {
			width:100%;
			text-align:right;
			margin:0px;
		}
	.affa-nav-tabs-wrap .tab-content {
		float:left;
		width:80%;
		padding-left:40px;
		border-left:1px solid #e9e9e9;
	}
	.bg-grey .affa-nav-tabs-wrap .tab-content { border-left-color:#e0e0e0; }
	.text-white .affa-nav-tabs-wrap .tab-content { border-left-color:rgba(255,255,255,.25); }
	.ie .text-white .affa-nav-tabs-wrap .tab-content { border-left-color:#FFF; }
	
.nav-tabs.affa-nav-tabs {
	line-height:20px;
	font-weight:400;
	border-bottom:1px solid #e9e9e9;
}
.bg-grey .nav-tabs.affa-nav-tabs { border-bottom-color:#e0e0e0; }
.text-white .nav-tabs.affa-nav-tabs { border-bottom-color:rgba(255,255,255,.25); }
.ie .text-white .nav-tabs.affa-nav-tabs { border-bottom-color:#FFF; }
.nav-tabs.affa-nav-tabs.nav-tabs-center { text-align:center; }
	.nav.affa-nav-tabs > li { padding-right:20px; }
	.nav.affa-nav-tabs > li:last-child { padding-right:0px; }
	.nav-tabs.affa-nav-tabs > li { margin:0px; }
	.nav-tabs.affa-nav-tabs.nav-tabs-center > li {
		display:inline-block;
		float:none;
	}
		.nav.affa-nav-tabs > li > a { padding:0px; }
		.nav-tabs.affa-nav-tabs > li > a {
			font-family:Montserrat, Arial, sans-serif;
			color:#303030 !important;
			font-size:14px;
			line-height:inherit;
			font-weight:500;
			text-transform:uppercase;
			letter-spacing:.5px;
			padding:10px 3px 7px;
			margin:0px 0px -2px;
			border:0px;
			border-bottom:3px solid transparent;
			border-radius:0px;
		}
		.text-white .nav-tabs.affa-nav-tabs > li > a { color:#FFF !important; }
		.nav-tabs.affa-nav-tabs > li > a:hover, .nav-tabs.affa-nav-tabs > li > a:focus {
			color:#FFCF0D !important;
			background-color:transparent;
		}
		.text-white .nav-tabs.affa-nav-tabs > li > a:hover, .text-white .nav-tabs.affa-nav-tabs > li > a:focus { opacity:1; }
		.bg-color.text-white .nav-tabs.affa-nav-tabs > li > a:hover, .bg-color.text-white .nav-tabs.affa-nav-tabs > li > a:focus {
			color:#FFF !important;
			opacity:.8;
		}
		.nav-tabs.affa-nav-tabs > li.active > a, .nav-tabs.affa-nav-tabs > li.active > a:hover, .nav-tabs.affa-nav-tabs > li.active > a:focus {
			color:#FFCF0D !important;
			background-color:transparent;
			border:0px;
			border-bottom:3px solid #FFCF0D;
		}
		.bg-color.text-white .nav-tabs.affa-nav-tabs > li.active > a, .bg-color.text-white .nav-tabs.affa-nav-tabs > li.active > a:hover, .bg-color.text-white .nav-tabs.affa-nav-tabs > li.active > a:focus {
			color:#FFF !important;
			border-bottom-color:#FFF;
			opacity:1;
		}
			.nav-tabs.affa-nav-tabs > li > a .ion {
				font-size:20px;
				vertical-align:bottom;
				margin-right:4px;
			}
			
.nav-tabs.affa-nav-tabs2 {
	line-height:20px;
	font-weight:400;
	border-bottom:1px solid #e9e9e9;
}
.affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 { border:0px; }
.bg-grey .nav-tabs.affa-nav-tabs2 { border-bottom-color:#e0e0e0; }
.text-white .nav-tabs.affa-nav-tabs2 { border-bottom-color:rgba(255,255,255,.25); }
.ie .text-white .nav-tabs.affa-nav-tabs2 { border-bottom-color:#FFF; }
.nav-tabs.affa-nav-tabs2.nav-tabs-center { text-align:center; }
	.nav-tabs.affa-nav-tabs2.nav-tabs-center > li {
		display:inline-block;
		float:none;
	}
		.nav-tabs.affa-nav-tabs2 > li > a {
			font-family:Montserrat, Arial, sans-serif;
			color:#303030 !important;
			font-size:14px;
			line-height:inherit;
			font-weight:500;
			text-transform:uppercase;
			letter-spacing:.5px;
			padding:12px 25px;
			margin:0px;
			border-radius:3px 3px 0px 0px;
		}
		.text-white .nav-tabs.affa-nav-tabs2 > li > a { color:#FFF !important; }
		.affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li > a { border-radius:3px 0px 0px 3px; }
		.nav-tabs.affa-nav-tabs2 > li > a:hover, .nav-tabs.affa-nav-tabs2 > li > a:focus {
			color:#FFCF0D !important;
			background-color:transparent;
			border-color:transparent;
		}
		.text-white .nav-tabs.affa-nav-tabs2 > li > a:hover, .text-white .nav-tabs.affa-nav-tabs2 > li > a:focus { opacity:1; }
		.bg-color.text-white .nav-tabs.affa-nav-tabs2 > li > a:hover, .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li > a:focus {
			color:#FFF !important;
			opacity:.8;
		}
		.nav-tabs.affa-nav-tabs2 > li.active > a, .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .nav-tabs.affa-nav-tabs2 > li.active > a:focus {
			color:#FFCF0D !important;
			border-color:#e9e9e9;
			border-bottom-color:#FFF;
		}
		.bg-grey .nav-tabs.affa-nav-tabs2 > li.active > a, .bg-grey .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .bg-grey .nav-tabs.affa-nav-tabs2 > li.active > a:focus {
			background-color:#f9f9f9;
			border-color:#e0e0e0;
			border-bottom-color:#f9f9f9;
		}
		.text-white .nav-tabs.affa-nav-tabs2 > li.active > a, .text-white .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .text-white .nav-tabs.affa-nav-tabs2 > li.active > a:focus {
			background-color:#1a1a1a;
			border-color:rgba(255,255,255,.25);
			border-bottom-color:#1a1a1a;
		}
		.bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a, .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a:focus {
			color:#FFF !important;
			background-color:#FFCF0D;
			border-bottom-color:#FFCF0D;
			opacity:1;
		}
		.ie .text-white .nav-tabs.affa-nav-tabs2 > li.active > a, .ie .text-white .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .ie .text-white .nav-tabs.affa-nav-tabs2 > li.active > a:focus {
			border-color:#FFF;
			border-bottom-color:#1a1a1a;
		}
		.ie .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a, .ie .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .ie .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a:focus { border-bottom-color:#FFCF0D; }
		.affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus {
			border-color:#e9e9e9;
			border-right-color:#FFF;
		}
		.bg-grey .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .bg-grey .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .bg-grey .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus {
			border-color:#e0e0e0;
			border-right-color:#f9f9f9;
		}
		.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus {
			border-color:rgba(255,255,255,.25);
			border-right-color:#1a1a1a;
		}
		.bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus { border-right-color:#FFCF0D; }
		.ie .text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .ie .text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .ie .text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus {
			border-color:#FFF;
			border-right-color:#1a1a1a;
		}
		.ie .bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .ie .bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .ie .bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus { border-right-color:#FFCF0D; }
			.nav-tabs.affa-nav-tabs2 > li > a .ion {
				font-size:20px;
				vertical-align:bottom;
				margin-right:5px;
			}
			
.panel-group.affa-panel-group { margin-bottom:0px; }
	.affa-panel-group .panel {
		background-color:transparent;
		border:0px;
		border-radius:0px;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.affa-panel-group .panel:last-child { border-bottom:0px; }
	.affa-panel-group .panel-heading {
		padding:0px;
		border:0px;
		border-radius:0px
	}
	.affa-panel-group .panel-default > .panel-heading {
		color:#303030;
		background-color:transparent;
	}
	.text-white .affa-panel-group .panel-default > .panel-heading { color:#FFF; }
	.affa-panel-group .panel-title { line-height:24px; }
		.affa-panel-group .panel-title a {
			display:inline-block;
			position:relative;
			color:#303030 !important;
			padding-left:20px;
		}
		.affa-panel-group .panel-title a:hover { color:#FFCF0D !important; }
		.text-white .affa-panel-group .panel-title a { color:#FFF !important; }
		.affa-panel-group .panel-title a:before {
			position:absolute;
			top:0px;
			left:0px;
			font-size:18px;
			line-height:24px;
			font-weight:700;
			content:'-';
		}
		.affa-panel-group .panel-title a.collapsed:before {
			font-weight:300;
			content:'+';
		}
	.panel-group.affa-panel-group .panel + .panel {
		margin:15px 0px 0px;
		border-top:1px solid #e9e9e9;
	}
	.bg-grey .panel-group.affa-panel-group .panel + .panel { border-top-color:#e0e0e0; }
	.text-white .panel-group.affa-panel-group .panel + .panel { border-top-color:rgba(255,255,255,.25); }
	.ie .text-white .panel-group.affa-panel-group .panel + .panel { border-top-color:#FFF; }
		.panel-group.affa-panel-group .panel + .panel .panel-heading { padding-top:15px; }
		.panel-group.affa-panel-group .panel-heading + .panel-collapse .panel-body {
			padding:20px 0px 0px;
			border:0px;
		}
		
.panel-group.affa-panel-group2 {
	margin-bottom:0px;
	border:1px solid #e9e9e9;
	border-radius:3px;
}
.bg-grey .panel-group.affa-panel-group2 { border-color:#e0e0e0; }
.text-white .panel-group.affa-panel-group2 { border-color:rgba(255,255,255,.25); }
.ie .text-white .panel-group.affa-panel-group2 { border-color:#FFF; }
	.affa-panel-group2 .panel {
		background-color:transparent;
		border:0px;
		border-bottom:1px solid #e9e9e9;
		border-radius:0px;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.bg-grey .affa-panel-group2 .panel { border-bottom-color:#e0e0e0; }
	.text-white .affa-panel-group2 .panel { border-bottom-color:rgba(255,255,255,.25); }
	.ie .text-white .affa-panel-group2 .panel { border-bottom-color:#FFF; }
	.affa-panel-group2 .panel:last-child { border-bottom:0px; }
	.affa-panel-group2 .panel-heading {
		padding:0px;
		border:0px;
		border-radius:0px
	}
	.affa-panel-group2 .panel-default > .panel-heading {
		color:#303030;
		background-color:transparent;
	}
	.text-white .affa-panel-group2 .panel-default > .panel-heading { color:#FFF; }
	.affa-panel-group2 .panel-title { line-height:24px; }
		.affa-panel-group2 .panel-title a {
			display:block;
			position:relative;
			color:#00454D !important;
			background-color:#fff;
            font-family: 'Montserrat', sans-serif;
			padding:15px 65px 15px 15px;
            margin-bottom: 5px;
            font-size: 17px !important;
            letter-spacing: -0.03em !important;
		}
		.bg-grey .affa-panel-group2 .panel-title a, .affa-panel-group2 .panel-title a:hover { background-color:transparent; }
		.bg-grey .affa-panel-group2 .panel-title a:hover { color:#FFCF0D !important; }
		.text-white .affa-panel-group2 .panel-title a {
			color:#FFF !important;
			background-color:transparent;
		}
		.affa-panel-group2 .panel-title a:after {
			content:'-';
            position:absolute;
			top:15px;
			right:20px;
			font-size: 30px;
			line-height:24px !important;
			font-weight:600;
            background: #00454D;
            color: #fff;
            border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            -webkit-border-radius: 50% !important;
            padding: 4px 10px !important;
            margin-top: -6px;
		}
		.affa-panel-group2 .panel-title a.collapsed:after {
			content:'+';
            font-weight:600;
            font-size: 20px !important;
/*            background: #FFAD0D;*/
            background: #FFCF0D;
            color: #fff;
            border-radius: 25%;
            -moz-border-radius: 25%;
            -webkit-border-radius: 25%;
            padding: 4px 10px !important;
            margin-top: -6px;
		}
	.panel-group.affa-panel-group2 .panel + .panel { margin:0px; }
		.panel-group.affa-panel-group2 .panel-heading + .panel-collapse .panel-body {
			padding:30px 30px 20px;
			border:0px;
			border-top:1px solid #e9e9e9;
		}
		.bg-grey .panel-group.affa-panel-group2 .panel-heading + .panel-collapse .panel-body { border-top-color:#e0e0e0; }
		.text-white .panel-group.affa-panel-group2 .panel-heading + .panel-collapse .panel-body { border-top-color:rgba(255,255,255,.25); }
		.ie .panel-group.affa-panel-group2 .panel-heading + .panel-collapse .panel-body { border-top-color:#FFF; }
		
.affa-tab-menu {
	text-align:center;
	margin-bottom:40px;
}
	.affa-tab-menu a {
		display:inline-block;
		color:#a9a9a9;
		font-size:15px;
		line-height:32px;
		font-weight:500;
		letter-spacing:.5px;
		white-space:nowrap;
		padding:0px 15px;
		margin:2px 15px;
		border-radius:3px;
		-webkit-transition:color .2s ease, background .2s ease;
		transition:color .2s ease, background .2s ease;
	}
	.affa-tab-menu a:hover { color:#FFCF0D; }
	.affa-tab-menu a.current {
		color:#303030;
		background-color:#EEE;
	}
	
.isotope-menu {
	text-align:center;
	margin-bottom:40px;
	border-bottom:1px solid #e9e9e9;
}
.bg-grey .isotope-menu { border-bottom-color:#e0e0e0; }
.text-white .isotope-menu { border-bottom-color:rgba(255,255,255,.4); }
.ie .text-white .isotope-menu { border-bottom-color:#FFF; }
	.isotope-menu a {
		display:inline-block;
		font-family:Montserrat, Arial, sans-serif;
		color:#a9a9a9;
		font-size:14px;
		line-height:20px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		padding-bottom:5px;
		margin:0px 20px -2px;
		border-bottom:3px solid transparent;
	}
	.text-white .isotope-menu a { color:#FFF; }
	.isotope-menu a:hover { color:#FFCF0D; }
	.text-white .isotope-menu a:hover { opacity:1; }
	.bg-color.text-white .isotope-menu a:hover {
		color:#FFF;
		opacity:.8;
	}
	.isotope-menu a.active {
		color:#FFCF0D;
		border-bottom-color:#FFCF0D;
	}
	.bg-color.text-white .isotope-menu a.active {
		color:#FFF;
		border-bottom-color:#FFF;
	}
	.bg-color.text-white .isotope-menu a.active:hover { opacity:1; }
	
.isotope-row, .isotope-row-noset, .isotope-row-masonry, .isotope-row-masonry-noset {
	-webkit-transition:width .4s ease, height .4s ease;
	transition:width .4s ease, height .4s ease;
}



/* ========================= Posts ========================= */

/* Archive */
.archive-portfolio, .archive-post, .archive-product, .single-post, .single-portfolio, .single-product, .page-post, .page-search, .page-cart { padding:80px 0px 40px; }
body.archive-portfolio, body.archive-post, body.archive-product, body.single-post, body.single-portfolio, body.single-product, body.page-post, body.page-search, body.page-cart { padding:0px; }

/* Arvhive Product */
.archive-product .products-nav {
	padding-bottom:15px;
	margin-bottom:40px;
	border-bottom:1px solid #e9e9e9;
}
.archive-product .products-nav:before, .archive-product .products-nav:after {
	display:table;
	content:'';
}
.archive-product .products-nav:after { clear:both; }
	.archive-product .products-nav .products-nav-txt { float:left; }
		.archive-product .products-nav .products-nav-txt p {
			float:left;
			color:#a9a9a9;
			font-size:15px;
			line-height:22px;
			margin:0px;
		}
		.archive-product .products-nav .products-nav-txt .products-nav-filter {
			position:relative;
			float:left;
			font-family:Montserrat, Arial, sans-serif;
			color:#303030;
			font-size:15px;
			line-height:20px;
			font-weight:500;
			text-transform:uppercase;
			letter-spacing:.5px;
			padding:1px 0px 1px 22px;
			margin-right:15px;
		}
		.archive-product .products-nav .products-nav-txt .products-nav-filter:hover { color:#FFCF0D; }
			.archive-product .products-nav .products-nav-txt .products-nav-filter .ion {
				position:absolute;
				top:1px;
				left:0px;
				font-size:20px;
				line-height:1;
			}
	.archive-product .products-nav .products-nav-options {
		position:relative;
		float:right;
		font-family:Montserrat, Arial, sans-serif;
		font-size:13px;
		line-height:18px;
		font-weight:500;
		white-space:nowrap;
	}
		.archive-product .products-nav .products-nav-options .option-selected {
			display:block;
			position:relative;
			color:#303030;
			font-size:14px;
			text-transform:uppercase;
			letter-spacing:.5px;
			padding:2px 20px 2px 0px;
			cursor:pointer;
			user-select:none;
			-webkit-transition:color .2s ease;
			transition:color .2s ease;
		}
		.archive-product .products-nav .products-nav-options .option-selected:hover { color:#FFCF0D; }
		.archive-product .products-nav .products-nav-options .option-selected:after {
			position:absolute;
			top:2px;
			right:0px;
			font-family:Ionicons;
			font-size:18px;
			line-height:1;
			content:'\f3d0';
		}
		.archive-product .products-nav .products-nav-options .options-list {
			visibility:hidden;
			position:absolute;
			top:100%;
			right:0px;
			background-color:#FFF;
			padding:5px 0px;
			margin:8px 0px 0px;
			z-index:1;
			opacity:0;
			box-shadow:0px 0px 3px rgba(0,0,0,.2);
			-webkit-transition:visibility .2s ease, opacity .2s ease-in-out;
			transition:visibility .2s ease, opacity .2s ease-in-out;
		}
		.ie .archive-product .products-nav .products-nav-options .options-list { border:1px solid #f0f0f0; }
		.archive-product .products-nav .products-nav-options .options-list.in {
			visibility:visible;
			opacity:1;
		}
			.archive-product .products-nav .products-nav-options .options-list li {
				list-style-type:none;
				min-width:240px;
				padding:7px 20px;
				cursor:pointer;
			}
			.archive-product .products-nav .products-nav-options .options-list li.current { background-color:#f0f0f0; }
			.archive-product .products-nav .products-nav-options .options-list li:hover {
				color:#FFF;
				background-color:#FFCF0D;
			}
			
/* Single Post */
.single .post-single-thumbnail {
	overflow:hidden;
	margin-bottom:30px;
	border-radius:3px;
}
.single .post-single-featured {
	line-height:0;
	margin-bottom:30px;
}
.single .post-single-featured.featured-video { overflow:hidden; }
.single .post-single-featured.featured-quote {
	font-size:22px;
	line-height:34px;
	background-color:#f9f9f9;
	padding:30px 30px 30px 90px;
	border-radius:3px;
}
.single .post-single-featured.featured-link {
	color:#a9a9a9;
	font-size:18px;
	line-height:26px;
	font-weight:500;
	background-color:#f9f9f9;
	padding:30px 30px 30px 90px;
	border-radius:3px;
}
.single .post-single-featured.featured-quote:hover, .single .post-single-featured.featured-link:hover {
	color:#FFF;
	background-color:#FFCF0D;
}
.single .post-single-featured.featured-quote:before, .single .post-single-featured.featured-link:before {
	position:absolute;
	top:5px;
	left:25px;
	width:64px;
	font-family:Ionicons;
	color:#e0e0e0;
	font-size:64px;
	line-height:1;
	text-align:center;
	content:'\f347';
}
.single .post-single-featured.featured-link:before {
	top:-5px;
	content:'\f1fe';
}
.single .post-single-featured.featured-quote:hover:before, .single .post-single-featured.featured-link:hover:before {
	color:#FFF;
	opacity:.3;
}
	.single .post-single-featured img { border-radius:3px; }
	.single .post-single-featured iframe { border:0px; }
	.single .post-single-featured.featured-quote p { margin:0px; }
	.single .post-single-featured.featured-quote h4 {
		position:relative;
		color:#c0c0c0;
		font-size:14px;
		line-height:22px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		padding-left:20px;
		margin:15px 0px 0px;
	}
	.single .post-single-featured.featured-quote:hover h4 {
		color:#FFF;
		opacity:.7;
	}
	.single .post-single-featured.featured-quote h4:before {
		position:absolute;
		top:50%;
		left:0px;
		width:10px;
		height:2px;
		background-color:#c0c0c0;
		content:'';
		margin-top:-1px;
	}
	.single .post-single-featured.featured-quote:hover h4:before { background-color:#FFF; }
	.single .post-single-featured.featured-link h4 {
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin:0px;
	}
	.single .post-single-featured.featured-link:hover h4 { color:#FFF; }
	.single .post-single-featured.featured-link p { margin:8px 0px 0px; }
	.single .post-single-featured.featured-link:hover p { opacity:.7; }
.single .post-single-title {
	font-size:36px;
	line-height:44px;
	margin-bottom:20px;
}
.single .post-single-meta {
	position:relative;
	padding:0px 25px 15px 0px;
	margin-bottom:20px;
	border-bottom:1px solid #e9e9e9;
}
	.single .post-single-meta ul {
		overflow:hidden;
		padding:0px;
		margin:0px;
	}
		.single .post-single-meta ul li {
			list-style-type:none;
			float:left;
			position:relative;
			font-family:Montserrat, Arial, sans-serif;
			color:#a9a9a9;
			font-size:12px;
			line-height:18px;
			font-weight:500;
			text-transform:uppercase;
			letter-spacing:.5px;
			padding:2px 12px 2px 0px;
			margin-right:10px;
		}
		.single .post-single-meta ul li:last-child {
			padding-right:0px;
			margin:0px;
		}
		.single .post-single-meta ul li:after {
			position:absolute;
			top:50%;
			right:0px;
			width:2px;
			height:2px;
			background-color:#c0c0c0;
			content:'';
			margin-top:-1px;
		}
		.single .post-single-meta ul li:last-child:after { display:none; }
			.single .post-single-meta ul li a { color:#a9a9a9; }
			.single .post-single-meta ul li a:hover { color:#FFCF0D; }
			.single .post-single-meta ul li span { margin:0px 2px; }
	.single .post-single-meta .comments {
		position:absolute;
		top:0px;
		right:0px;
		margin:0px;
	}
		.single .post-single-meta .comments a {
			position:relative;
			float:left;
			color:#FFF;
			font-size:10px;
			line-height:1;
			font-weight:500;
			white-space:nowrap;
		}
			.single .post-single-meta .comments a .ion {
				color:#c0c0c0;
				font-size:22px;
				-webkit-transition:color .2s ease;
				transition:color .2s ease;
			}
			.single .post-single-meta .comments a:hover .ion { color:#FFCF0D; }
			.single .post-single-meta .comments a span {
				position:absolute;
				top:6px;
				right:0px;
				left:0px;
				text-align:center;
			}
.single .post-single-content { margin-bottom:40px; }
.single .post-single-footer {
	overflow:hidden;
	margin-bottom:40px;
}
	.single .post-single-footer h4 {
		float:left;
		font-size:14px;
		line-height:20px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		padding:10px 0px;
		margin:0px 10px 0px 0px;
	}
	.single .post-single-footer .tag-links { float:left; }
		.single .post-single-footer .tag-links a {
			float:left;
			color:#303030;
			font-size:14px;
			line-height:20px;
			padding:5px 10px;
			margin:4px;
			border:1px solid #e9e9e9;
			border-radius:3px;
		}
		.single .post-single-footer .tag-links a:hover {
			color:#FFF;
			background-color:#FFCF0D;
			border-color:#FFCF0D;
		}
.single .post-single-shares {
	overflow:hidden;
	background-color:#f4f4f4;
	padding:10px 30px;
	margin-bottom:40px;
}
	.single .post-single-shares h4 {
		float:left;
		font-size:20px;
		line-height:26px;
		text-transform:uppercase;
		letter-spacing:.5px;
		padding:10px 0px;
		margin:0px 10px 0px 0px;
	}
	.single .post-single-shares .post-shares-list { float:right; }
		.single .post-single-shares .post-shares-list a {
			float:left;
			width:36px;
			height:36px;
			color:#FFF;
			font-size:20px;
			line-height:36px;
			text-align:center;
			background-color:#a9a9a9;
			border-radius:50%;
			margin:5px 0px 5px 10px;
		}
		.single .post-single-shares .post-shares-list a.link-facebook { background-color:#607bb3; }
		.single .post-single-shares .post-shares-list a.link-twitter { background-color:#37bbf5; }
		.single .post-single-shares .post-shares-list a.link-linkedin { background-color:#2288c3; }
		.single .post-single-shares .post-shares-list a.link-reddit { background-color:#ff4006; }
		.single .post-single-shares .post-shares-list a.link-googleplus { background-color:#d23b23; }
		.single .post-single-shares .post-shares-list a.link-pinterest { background-color:#db2e36; }
		.single .post-single-shares .post-shares-list a.link-whatsapp { background-color:#4eef6b; }
		.single .post-single-shares .post-shares-list a.link-tumblr { background-color:#34465d; }
		.single .post-single-shares .post-shares-list a.link-wordpress { background-color:#00769d; }
		.single .post-single-shares .post-shares-list a:hover { background-color:#303030; }
.single .post-single-nav {
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom:1px solid #e9e9e9;
}
	.single .post-single-nav a {
		float:left;
		width:50%;
		padding:0px 100px 20px 0px;
		-webkit-transition:none;
		transition:none;
	}
	.single .post-single-nav a.nav-next {
		text-align:right;
		padding-right:0px;
		padding-left:100px;
	}
		.single .post-single-nav a p {
			font-family:Montserrat, Arial, sans-serif;
			color:#c0c0c0;
			font-size:12px;
			line-height:18px;
			font-weight:500;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin-bottom:5px;
		}
		.single .post-single-nav a h4 {
			font-size:20px;
			line-height:28px;
			margin:0px;
			-webkit-transition:color .2s ease;
			transition:color .2s ease;
		}
		.single .post-single-nav a:hover h4 { color:#FFCF0D; }
.single .bypostauthor {
	position:relative;
	min-height:140px;
	padding-left:120px;
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #e9e9e9;
}
	.single .bypostauthor img {
		position:absolute;
		top:0px;
		left:0px;
		width:100px;
		height:100px;
		border-radius:3px;
	}
	.single .bypostauthor h4 {
		font-size:18px;
		line-height:24px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-bottom:10px;
	}
	.single .bypostauthor p { margin:0px; }
.single .post-single-related {
	padding-bottom:10px;
	margin-bottom:40px;
	border-bottom:1px solid #e9e9e9;
}
	.single .post-single-related > h4 {
		font-size:22px;
		line-height:28px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-bottom:20px;
	}
	.single .post-single-related .post-item { margin-bottom:30px; }
		.single .post-single-related .post-item .post-item-thumbnail, .single .post-single-related .post-item .post-item-thumbnail .overlay-masked { border-radius:3px; }
		.single .post-single-related .post-item .post-item-txt { padding-top:15px; }
		.single .post-single-related .post-item .post-item-title {
			font-size:18px;
			line-height:26px;
			margin:0px;
		}
			.single .post-single-related .post-item .post-item-title a { color:#303030; }
			.single .post-single-related .post-item .post-item-title a:hover { color:#FFCF0D; }
		.single .post-single-related .post-item .post-item-meta {
			position:relative;
			padding-right:25px;
			margin-top:8px;
		}
			.single .post-single-related .post-item .post-item-meta p { margin:0px; }
			.single .post-single-related .post-item .post-item-meta .date {
				font-family:Montserrat, Arial, sans-serif;
				color:#a9a9a9;
				font-size:12px;
				line-height:18px;
				font-weight:500;
				text-transform:uppercase;
				letter-spacing:.5px;
				padding:2px 0px;
			}
			.single .post-single-related .post-item .post-item-meta .comments {
				position:absolute;
				top:0px;
				right:0px;
				color:#FFF;
				font-size:10px;
				line-height:1;
				font-weight:500;
				white-space:nowrap;
			}
				.single .post-single-related .post-item .post-item-meta .comments .ion {
					color:#c0c0c0;
					font-size:22px;
				}
				.single .post-single-related .post-item .post-item-meta .comments span {
					position:absolute;
					top:6px;
					right:0px;
					left:0px;
					text-align:center;
				}
				
.single #comments .comments-title {
	font-size:22px;
	line-height:28px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:25px;
}
	.single #comments .comments-title span { color:#FFCF0D; }
	.single #comments .comments-list {
		padding:0px 0px 20px;
		margin:0px;
	}
		.single #comments .comments-list li { list-style-type:none; }
			.single #comments .comments-list li article {
				position:relative;
				padding-left:110px;
				margin-bottom:30px;
			}
				.single #comments .comments-list li article .comment-avatar {
					overflow:hidden;
					position:absolute;
					top:0px;
					left:0px;
					width:80px;
					height:80px;
					border-radius:50%;
				}
				.single #comments .comments-list li article .comment-wrap {
					position:relative;
					background-color:#f4f4f4;
					padding:25px 20px 10px;
					border-radius:3px;
				}
				.single #comments .comments-list li article .comment-wrap:before {
					position:absolute;
					top:26px;
					left:-15px;
					content:'';
					border-top:14px solid transparent;
					border-right:15px solid #f4f4f4;
					border-bottom:14px solid transparent;
				}
				.single #comments .comments-list li article .comment-meta { margin-bottom:15px; }
					.single #comments .comments-list li article .comment-meta .comment-author-text {
						font-size:20px;
						line-height:28px;
						margin:0px;
					}
						.single #comments .comments-list li article .comment-meta .comment-author-text a { color:#303030; }
						.single #comments .comments-list li article .comment-meta .comment-author-text a:hover { color:#FFCF0D; }
					.single #comments .comments-list li article .comment-meta .comment-date {
						font-family:Montserrat, Arial, sans-serif;
						color:#a9a9a9;
						font-size:12px;
						line-height:18px;
						font-weight:500;
						text-transform:uppercase;
						letter-spacing:.5px;
						margin-top:5px;
					}
						.single #comments .comments-list li article .comment-meta .comment-date a { color:#a9a9a9; }
						.single #comments .comments-list li article .comment-meta .comment-date a:hover { color:#FFCF0D; }
						.single #comments .comments-list li article .comment-meta .comment-date .comment-reply-link {
							position:relative;
							padding-left:12px;
							margin-left:6px;
						}
						.single #comments .comments-list li article .comment-meta .comment-date .comment-reply-link:before {
							position:absolute;
							top:50%;
							left:0px;
							width:2px;
							height:2px;
							background-color:#c0c0c0;
							content:'';
						}
		.single #comments .comments-list ul { padding-left:40px; }
.single #respond { margin-bottom:40px; }
	.single #respond .comment-reply-title {
		font-size:20px;
		line-height:26px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-bottom:20px;
	}
	.single #respond form input[type="text"], .single #respond form input[type="text"], .single #respond form textarea {
		width:100%;
		margin-bottom:20px;
	}
	.single #respond form textarea {
		display:block;
		height:236px;
	}
	
/* Single Portfolio */
.single-portfolio .post-single-thumbnail {
	overflow:hidden;
	margin-bottom:40px;
	border-radius:3px;
}
.single-portfolio .post-single-featured {
	line-height:0;
	margin-bottom:40px;
}
.single-portfolio .post-single-featured.featured-video { overflow:hidden; }
	.single-portfolio .post-single-featured iframe { border:0px; }
	.single-portfolio .post-single-featured.carousel-slider img { border-radius:3px; }
.single-portfolio .post-single-title {
	font-size:30px;
	line-height:38px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0px;
}
.single-portfolio .post-single-nav {
	position:relative;
	padding:0px 120px 15px 0px;
	border-bottom:1px solid #e9e9e9;
}
	.single-portfolio .post-single-nav .post-nav-link {
		overflow:hidden;
		position:absolute;
		top:0px;
		right:-10px;
		padding:1px 0px;
	}
		.single-portfolio .post-single-nav .post-nav-link a {
			float:left;
			color:#a9a9a9;
		}
		.single-portfolio .post-single-nav .post-nav-link a:hover { color:#FFCF0D; }
		.single-portfolio .post-single-nav .post-nav-link .nav-prev, .single-portfolio .post-single-nav .post-nav-link .nav-next {
			font-size:30px;
			line-height:36px;
			margin:0px 10px;
		}
		.single-portfolio .post-single-nav .post-nav-link .nav-back {
			width:36px;
			height:36px;
			font-size:24px;
			line-height:34px;
			text-align:center;
			margin:0px 10px;
			border:1px solid #e9e9e9;
			border-radius:3px;
		}
		.single-portfolio .post-single-nav .post-nav-link .nav-back:hover { border-color:#FFCF0D; }
.single-portfolio .post-single-txt { padding-top:40px; }
.single-portfolio .post-single-content { margin-bottom:40px; }
.single-portfolio .post-single-meta { margin-bottom:40px; }
	.single-portfolio .post-single-meta h3 {
		font-size:20px;
		line-height:28px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-bottom:20px;
	}
	.single-portfolio .post-single-meta ul {
		padding:0px;
		margin-bottom:20px;
	}
		.single-portfolio .post-single-meta ul li {
			list-style-type:none;
			margin-bottom:18px;
		}
			.single-portfolio .post-single-meta ul li h4 {
				color:#a9a9a9;
				font-size:18px;
				line-height:26px;
				margin-bottom:5px;
			}
				.single-portfolio .post-single-meta ul li h4 .ion {
					width:18px;
					color:#c0c0c0;
					text-align:center;
					margin-right:8px;
				}
			.single-portfolio .post-single-meta ul li p {
				font-size:15px;
				line-height:24px;
				margin:0px;
			}
			.single-portfolio .post-single-meta ul li a { color:#777; }
			.single-portfolio .post-single-meta ul li a:hover { color:#FFCF0D; }
.single-portfolio .post-single-related {
	padding:30px 0px 10px;
	margin-top:20px;
	border-top:1px solid #e9e9e9;
}
	.single-portfolio .post-single-related .post-related-nav {
		overflow:hidden;
		margin-bottom:25px;
	}
		.single-portfolio .post-single-related .post-related-nav h4 {
			float:left;
			font-size:20px;
			line-height:28px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.single-portfolio .post-single-related .post-related-nav .post-nav-link {
			float:left;
			padding:2px 0px;
			margin-left:20px;
		}
			.single-portfolio .post-single-related .post-related-nav .post-nav-link a {
				float:left;
				width:22px;
				height:22px;
				color:#a9a9a9;
				font-size:18px;
				line-height:22px;
				text-align:center;
				background-color:#e9e9e9;
				margin:1px;
				border-radius:3px;
			}
			.single-portfolio .post-single-related .post-related-nav .post-nav-link a:hover {
				color:#FFF;
				background-color:#FFCF0D;
			}
	.single-portfolio .post-single-related .post-item { margin-bottom:30px; }
		.single-portfolio .post-single-related .post-item .post-item-thumbnail, .single-portfolio .post-single-related .post-item .post-item-thumbnail .overlay-masked { border-radius:3px; }
		.single-portfolio .post-single-related .post-item .post-item-txt { padding-top:12px; }
		.single-portfolio .post-single-related .post-item .post-item-title {
			font-size:20px;
			line-height:28px;
			margin:0px;
		}
			.single-portfolio .post-single-related .post-item .post-item-title a { color:#303030; }
			.single-portfolio .post-single-related .post-item .post-item-title a:hover { color:#FFCF0D; }
		.single-portfolio .post-single-related .post-item .post-item-meta {
			font-family:Montserrat, Arial, sans-serif;
			color:#c0c0c0;
			font-size:12px;
			line-height:18px;
			font-weight:500;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin-top:5px;
		}
			.single-portfolio .post-single-related .post-item .post-item-meta a { color:#c0c0c0; }
			.single-portfolio .post-single-related .post-item .post-item-meta a:hover { color:#FFCF0D; }
			.single-portfolio .post-single-related .post-item .post-item-meta span { margin:0px 2px; }
			
/* Single Product */
.single-product .post-single-thumbnail { margin-bottom:30px; }
	.single-product .carousel-product-thumbnails-nav .post-item {
		position:relative;
		margin-bottom:30px;
		border:0px;
		cursor:pointer;
	}
	.single-product .carousel-product-thumbnails-nav .post-item.slick-current { cursor:default; }
	.single-product .carousel-product-thumbnails-nav .post-item:before {
		position:absolute;
		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
		background-color:rgba(255,255,255,.7);
		content:'';
		-webkit-transition:visibility .2s ease, opacity .2s ease-in-out;
		transition:visibility .2s ease, opacity .2s ease-in-out;
	}
	.ie .single-product .carousel-product-thumbnails-nav .post-item:before { background:url(../images/ie-bg-white-70.png) repeat top left; }
	.single-product .carousel-product-thumbnails-nav .post-item:hover:before, .single-product .carousel-product-thumbnails-nav .post-item.slick-current:before {
		visibility:hidden;
		opacity:0;
	}
	.single-product .carousel-product-thumbnails .easyzoom { width:100%; }
		.single-product .carousel-product-thumbnails .easyzoom-flyout img {
			width:auto;
			max-width:none;
		}
.single-product .post-single-content { margin-bottom:40px; }
	.single-product .post-single-content .post-single-title {
		font-size:36px;
		line-height:44px;
		margin:0px;
	}
	.single-product .post-single-content .post-content-summary {
		overflow:hidden;
		margin-top:15px;
	}
		.single-product .post-single-content .post-content-summary > a {
			float:left;
			color:#303030;
			font-size:15px;
			line-height:22px;
		}
		.single-product .post-single-content .post-content-summary > a:hover { color:#FFCF0D; }
		.single-product .post-single-content .post-content-summary .post-content-rate {
			float:left;
			position:relative;
			width:92px;
			height:16px;
			background:url(../images/bg-product-rate.png) left center no-repeat;
			margin:3px 10px 3px 0px;
		}
			.single-product .post-single-content .post-content-summary .post-content-rate .post-rate-val {
				position:absolute;
				top:0px;
				bottom:0px;
				left:0px;
				font-size:0px;
				text-indent:-99999px;
				background:url(../images/bg-product-rate-val.png) left center no-repeat;
			}
	.single-product .post-single-content .post-content-price {
		overflow:hidden;
		color:#a9a9a9;
		font-size:24px;
		line-height:1;
		white-space:nowrap;
		margin-top:15px;
	}
		.single-product .post-single-content .post-content-price p {
			float:left;
			margin:0px 10px 0px 0px;
		}
		.single-product .post-single-content .post-content-price p:last-child { margin-right:0px; }
		.single-product .post-single-content .post-content-price .price-discount {
			color:#FFCF0D;
			font-size:36px;
			font-weight:400;
		}
		.single-product .post-single-content .post-content-price .price-original {
			text-decoration:line-through;
			padding-top:8px;
		}
	.single-product .post-single-content .post-content-desc { margin-top:30px; }
	.single-product .post-single-content .btn-add-cart {
		overflow:hidden;
		margin-top:40px;
	}
		.single-product .post-single-content .btn-add-cart input[type="number"] {
			float:left;
			width:90px;
			color:#303030;
			font-size:30px;
			text-align:center;
			font-weight:400;
			margin-right:15px;
			border:0px;
			border-bottom:2px solid #e9e9e9;
			box-shadow:none;
		}
		.single-product .post-single-content .btn-add-cart input[type="submit"] {
			float:left;
			border-radius:0px;
		}
	.single-product .post-single-content .post-content-shares {
		overflow:hidden;
		padding:0px;
		margin:40px 0px 0px;
	}
		.single-product .post-single-content .post-content-shares li {
			list-style-type:none;
			float:left;
			margin-right:15px;
		}
		.single-product .post-single-content .post-content-shares li.link-wishlist {
			padding:0px 20px 0px 1px;
			margin-right:20px;
			border-right:1px solid #e9e9e9;
		}
			.single-product .post-single-content .post-content-shares li a {
				display:block;
				color:#c0c0c0;
				font-size:24px;
				line-height:1;
			}
			.single-product .post-single-content .post-content-shares li a:hover { color:#303030; }
			.single-product .post-single-content .post-content-shares li.link-wishlist a:hover { color:#f9331e; }
.single-product .post-single-tabs { margin-top:20px; }
	.single-product .post-single-tabs .nav-tabs.affa-nav-tabs {
		text-align:center;
		margin-bottom:30px;
	}
		.single-product .post-single-tabs .nav-tabs.affa-nav-tabs > li {
			display:inline-block;
			float:none;
			padding:0px 20px;
		}
			.single-product .post-single-tabs .nav-tabs.affa-nav-tabs > li > a {
				color:#a9a9a9 !important;
				font-size:16px;
				line-height:22px;
			}
			.single-product .post-single-tabs .nav-tabs.affa-nav-tabs > li > a:hover, .single-product .post-single-tabs .nav-tabs.affa-nav-tabs > li > a:focus, .single-product .post-single-tabs .nav-tabs.affa-nav-tabs > li.active > a, .single-product .post-single-tabs .nav-tabs.affa-nav-tabs > li.active > a:hover, .single-product .post-single-tabs .nav-tabs.affa-nav-tabs > li.active > a:focus { color:#FFCF0D !important; }
	.single-product .post-single-tabs .tab-pane { margin-bottom:40px; }
	.single-product .post-single-tabs table { width:100%; }
		.single-product .post-single-tabs table tr { border-bottom:1px dotted #e0e0e0; }
		.single-product .post-single-tabs table tr:last-child { border-bottom:0px; }
			.single-product .post-single-tabs table tr th, .single-product .post-single-tabs table tr td { padding:20px 0px; }
			.single-product .post-single-tabs table tr:first-child th, .single-product .post-single-tabs table tr:first-child td { padding-top:0px; }
			.single-product .post-single-tabs table tr:last-child th, .single-product .post-single-tabs table tr:last-child td { padding-bottom:0px; }
			.single-product .post-single-tabs table tr th {
				font-family:Montserrat, Arial, sans-serif;
				color:#303030;
				font-size:15px;
				font-weight:500;
				padding-right:20px;
			}
	.single-product .post-single-tabs #reviews h2 {
		font-size:22px;
		line-height:28px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:1px;
		margin-bottom:30px;
	}
		.single-product .post-single-tabs #reviews h2 span { color:#FFCF0D; }
	.single-product .post-single-tabs #reviews .commentlist {
		padding:0px;
		margin:0px;
	}
		.single-product .post-single-tabs #reviews .commentlist li {
			list-style-type:none;
			margin-bottom:30px;
		}
		.single-product .post-single-tabs #reviews .commentlist .comment_container {
			position:relative;
			min-height:80px;
			padding-left:100px;
		}
			.single-product .post-single-tabs #reviews .commentlist .comment_container > img {
				position:absolute;
				top:0px;
				left:0px;
				width:80px;
				height:80px;
				border-radius:50%;
			}
			.single-product .post-single-tabs #reviews .commentlist .comment_container .comment-text {
				min-height:80px;
				padding-bottom:10px;
				border-bottom:1px dotted #e0e0e0;
			}
			.single-product .post-single-tabs #reviews .commentlist .comment_container .comment-text-header {
				position:relative;
				margin-bottom:15px;
			}
				.single-product .post-single-tabs #reviews .commentlist .comment_container .comment-text-header .star-rating {
					position:absolute;
					top:0px;
					right:0px;
					width:92px;
					height:22px;
					font-size:0px;
					text-indent:-99999px;
					background:url(../images/bg-product-rate.png) left center no-repeat;
				}
					.single-product .post-single-tabs #reviews .commentlist .comment_container .comment-text-header .star-rating span {
						position:absolute;
						top:0px;
						bottom:0px;
						left:0px;
						background:url(../images/bg-product-rate-val.png) left center no-repeat;
					}
				.single-product .post-single-tabs #reviews .commentlist .comment_container .comment-text-header .meta {
					font-family:Montserrat, Arial, sans-serif;
					font-weight:500;
					padding-right:110px;
				}
					.single-product .post-single-tabs #reviews .commentlist .comment_container .comment-text-header .meta strong {
						display:block;
						color:#303030;
						font-size:20px;
						line-height:28px;
						font-weight:500;
					}
					.single-product .post-single-tabs #reviews .commentlist .comment_container .comment-text-header .meta time {
						display:block;
						color:#a9a9a9;
						font-size:12px;
						line-height:18px;
						text-transform:uppercase;
						letter-spacing:.5px;
						margin-top:5px;
					}
		.single-product .post-single-tabs #reviews #respond .comment-reply-title {
			font-size:22px;
			line-height:28px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin-bottom:20px;
		}
		.single-product .post-single-tabs #reviews #respond input[type="text"], .single-product .post-single-tabs #reviews #respond input[type="email"], .single-product .post-single-tabs #reviews #respond textarea {
			width:100%;
			margin-bottom:20px;
		}
		.single-product .post-single-tabs #reviews #respond textarea {
			display:block;
			height:236px;
		}
		.single-product .post-single-tabs #reviews #respond .comment-form-rating {
			overflow:hidden;
			margin-bottom:25px;
		}
			.single-product .post-single-tabs #reviews #respond .comment-form-rating label {
				float:left;
				font-size:16px;
				line-height:20px;
				margin:0px 20px 0px 0px;
			}
			.single-product .post-single-tabs #reviews #respond .comment-form-rating .stars {
				overflow:hidden;
				float:left;
				margin:0px;
			}
				.single-product .post-single-tabs #reviews #respond .comment-form-rating .stars span { float:left; }
				.single-product .post-single-tabs #reviews #respond .comment-form-rating .stars a {
					float:left;
					height:18px;
					font-size:0px;
					text-indent:-99999px;
					background:url(../images/bg-product-rate.png) left center no-repeat;
					margin-right:20px;
				}
				.single-product .post-single-tabs #reviews #respond .comment-form-rating .stars a.star-1 { width:19px; }
				.single-product .post-single-tabs #reviews #respond .comment-form-rating .stars a.star-2 { width:37px; }
				.single-product .post-single-tabs #reviews #respond .comment-form-rating .stars a.star-3 { width:55px; }
				.single-product .post-single-tabs #reviews #respond .comment-form-rating .stars a.star-4 { width:73px; }
				.single-product .post-single-tabs #reviews #respond .comment-form-rating .stars a.star-5 { width:92px; }
				.single-product .post-single-tabs #reviews #respond .comment-form-rating .stars a:hover { background-image:url(../images/bg-product-rate-val.png); }
.single-product .post-single-meta {
	font-family:Montserrat, Arial, sans-serif;
	color:#a9a9a9;
	font-size:13px;
	line-height:20px;
	text-align:center;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:.5px;
	padding-bottom:40px;
	margin-top:10px;
}
	.single-product .post-single-meta p {
		display:inline;
		margin:0px 20px;
	}
	.single-product .post-single-meta a { color:#a9a9a9; }
	.single-product .post-single-meta a:hover { color:#FFCF0D; }
	.single-product .post-single-meta strong {
		color:#303030;
		font-weight:500;
	}
.single-product .post-single-related {
	padding-top:30px;
	margin-top:20px;
	border-top:1px solid #e9e9e9;
}
	.single-product .post-single-related .post-related-nav {
		overflow:hidden;
		margin-bottom:25px;
	}
		.single-product .post-single-related .post-related-nav h4 {
			float:left;
			font-size:20px;
			line-height:28px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:0px;
		}
		.single-product .post-single-related .post-related-nav .post-nav-link {
			float:left;
			padding:2px 0px;
			margin-left:20px;
		}
			.single-product .post-single-related .post-related-nav .post-nav-link a {
				float:left;
				width:22px;
				height:22px;
				color:#a9a9a9;
				font-size:18px;
				line-height:22px;
				text-align:center;
				background-color:#e9e9e9;
				margin:1px;
				border-radius:3px;
			}
			.single-product .post-single-related .post-related-nav .post-nav-link a:hover {
				color:#FFF;
				background-color:#FFCF0D;
			}
			
/* Page */
.page .page-thumbnail, .page .page-content { margin-bottom:40px; }

/* Page Search */
.page-search .form-search-wrap { margin-bottom:50px; }
	.page-search .form-search-wrap > p {
		font-family:Montserrat, Arial, sans-serif;
		color:#a9a9a9;
		font-size:14px;
		line-height:22px;
		font-weight:500;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin:10px 0px 0px;
	}
		.page-search .form-search-wrap > p strong { color:#303030; }
		.page-search .form-search-wrap > p span { color:#FFCF0D; }
		
/* Page 404 */
.page-404 { text-align:center; }
	.page-404 .page-title {
		font-family:Roboto, Arial, sans-serif;
		color:#DDD;
		font-size:256px;
		line-height:1;
		font-weight:900;
		text-transform:uppercase;
		letter-spacing:10px;
		white-space:nowrap;
		margin:0px;
	}
	.page-404 .page-content { margin:20px 0px 60px; }
		.page-404 .page-content h4 {
			font-size:28px;
			line-height:36px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:1px;
			margin:0px;
		}
		.page-404 .page-content p {
			font-size:18px;
			line-height:28px;
		}
		.page-404 .page-content .affa-form-search {
			max-width:540px;
			margin:20px auto 0px;
		}
		
/* Page Cart */
.woocommerce table { width:100%; }
.woocommerce table.shop_table { margin-bottom:40px; }
	.woocommerce table.shop_table thead {
		font-family:Montserrat, Arial, sans-serif;
		color:#303030;
		font-size:14px;
		line-height:22px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		background-color:#f4f4f4;
	}
		.woocommerce table.shop_table thead th { padding:15px 20px; }
		.woocommerce table.shop_table tbody tr { border-bottom:1px solid #e9e9e9; }
			.woocommerce table.shop_table tbody tr td { padding:25px 20px; }
			.woocommerce table.shop_table tbody .product-remove a {
				display: inline-block;
				width:20px;
				color:#303030;
				font-size:18px;
				line-height:20px;
				text-align:center;
				font-weight:500;
				background-color:#f0f0f0;
				border-radius:3px;
			}
			.woocommerce table.shop_table tbody .product-remove a:hover {
				color:#FFF;
				background-color:#f9331e;
			}
			.woocommerce table.shop_table tbody .product-thumbnail img { width:100px; }
			.woocommerce table.shop_table tbody .product-name {
				font-family:Montserrat, Arial, sans-serif;
				font-weight:400;
			}
			.woocommerce table.shop_table tbody .product-price {
				color:#a9a9a9;
				font-weight:400;
			}
			.woocommerce table.shop_table tbody .product-quantity input { width:100px; }
			.woocommerce table.shop_table tbody .product-subtotal { font-weight:700; }
		.woocommerce table.shop_table tbody .cart_footer {
			border:0px;
			border-top:4px solid #e9e9e9;
		}
			.woocommerce table.shop_table tbody .cart_footer td { padding:25px 0px 0px; }
			.woocommerce table.shop_table tbody .cart_footer .actions { overflow:hidden; }
			.woocommerce table.shop_table tbody .cart_footer .coupon { float:left; }
				.woocommerce table.shop_table tbody .cart_footer .coupon label { display:none; }
				.woocommerce table.shop_table tbody .cart_footer .coupon input[type="text"] {
					width:200px;
					margin:5px 10px 5px 0px;
				}
				.woocommerce table.shop_table tbody .cart_footer .coupon input[type="submit"] { margin:5px 14px 5px 0px; }
				.woocommerce table.shop_table tbody .cart_footer .actions input[name="update_cart"] { margin:5px 0px; }
.woocommerce .cart-collaterals {
	max-width:640px;
	margin-bottom:40px;
}
	.woocommerce .cart-collaterals .cart_totals h2 {
		font-size:22px;
		line-height:30px;
	}
	.woocommerce .cart-collaterals table { margin-bottom:30px; }
		.woocommerce .cart-collaterals table tbody tr th {
			font-family:Montserrat, Arial, sans-serif;
			color:#303030;
			font-size:14px;
			font-weight:500;
			text-transform:uppercase;
			letter-spacing:.5px;
			background-color:#e9e9e9;
			padding:20px;
			border-right:2px solid #FFF;
			border-bottom:2px solid #FFF;
		}
		.woocommerce .cart-collaterals table tbody tr td {
			background-color:#f4f4f4;
			padding:20px;
			border-right:2px solid #FFF;
			border-bottom:2px solid #FFF;
		}
		.woocommerce .cart-collaterals table tbody tr:last-child th, .woocommerce .cart-collaterals table tbody tr:last-child td { border-bottom:0px; }
		.woocommerce .cart-collaterals table tbody tr th:last-child, .woocommerce .cart-collaterals table tbody tr td:last-child { border-right:0px; }
		
/* Paginations */
.post-paginations {
	text-align:center;
	margin-bottom:40px;
}
	.post-paginations ul {
		padding:0px;
		margin:0px;
	}
		.post-paginations ul li {
			display:inline-block;
			list-style-type:none;
			margin:4px 2px;
		}
		.post-paginations ul li.nav-prev, .post-paginations ul li.nav-next {
			vertical-align:bottom;
			margin-right:0px;
			margin-left:0px;
		}
		.post-paginations ul li.nav-prev { margin-right:15px; }
		.post-paginations ul li.nav-next { margin-left:15px; }
		.post-paginations ul li.dots {
			color:#c0c0c0;
			font-size:20px;
			font-weight:400;
			vertical-align:bottom;
			padding:0px 5px;
		}
		.text-white .post-paginations ul li.dots { color:rgba(255,255,255,.5); }
		.ie .text-white .post-paginations ul li.dots { color:#FFF; }
			.post-paginations ul li a {
				display:inline-block;
				width:40px;
				height:40px;
				color:#303030;
				line-height:40px;
				text-align:center;
				font-weight:400;
				background-color:#e9e9e9;
				border-radius:50%;
			}
			.text-white .post-paginations ul li a {
				color:#303030;
				background-color:rgba(255,255,255,.7);
			}
			.ie .text-white .post-paginations ul li a { background-color:#FFF; }
			.bg-color.text-white .post-paginations ul li a { color:#FFCF0D; }
			.post-paginations ul li a:hover, .post-paginations ul li.current a {
				color:#FFF;
				background-color:#FFCF0D;
			}
			.text-white .post-paginations ul li a:hover, .text-white .post-paginations ul li.current a {
				color:#303030;
				background-color:#FFF;
				opacity:1;
			}
			.bg-color.text-white .post-paginations ul li a:hover, .bg-color.text-white .post-paginations ul li.current a { color:#FFCF0D; }
			.post-paginations ul li.nav-prev a, .post-paginations ul li.nav-next a {
				width:auto;
				height:33px;
				font-size:26px;
				line-height:1;
				background-color:transparent !important;
			}
			.text-white .post-paginations ul li.nav-prev a, .text-white .post-paginations ul li.nav-next a { color:rgba(255,255,255,.7); }
			.ie .text-white .post-paginations ul li.nav-prev a, .ie .text-white .post-paginations ul li.nav-next a { color:#FFF; }
			.post-paginations ul li.nav-prev a:hover, .post-paginations ul li.nav-next a:hover { color:#FFCF0D; }
			.text-white .post-paginations ul li.nav-prev a:hover, .text-white .post-paginations ul li.nav-next a:hover { color:#FFF; }



/* ========================= Widgets ========================= */

.widget_categories ul {
	padding:0px;
	margin:0px;
}
	.widget_categories ul li {
		list-style-type:none;
		position:relative;
		padding:0px 35px 10px 20px;
		border-bottom:1px dotted #e0e0e0;
		margin-bottom:10px;
	}
	.widget_categories ul li:last-child { margin-bottom:0px; }
	.widget_categories ul li:before {
		position:absolute;
		top:0px;
		left:0px;
		font-family:Ionicons;
		color:#303030;
		font-size:16px;
		line-height:26px;
		content:'\f3d3';
	}
		.widget_categories ul li a { display:block; }
		.widget_categories ul li span {
			position:absolute;
			top:4px;
			right:0px;
			width:26px;
			color:#a9a9a9;
			font-size:11px;
			line-height:1;
			text-align:center;
			font-weight:700;
			background-color:#f0f0f0;
			padding:4px 0px 3px;
			margin-left:10px;
			border-radius:8px;
			-webkit-transition:color .2s ease, background .2s ease;
			transition:color .2s ease, background .2s ease;
		}
		.widget_categories ul li:hover span {
			color:#FFF;
			background-color:#FFCF0D;
			cursor:default;
		}
		
.widget_tag_cloud .tagcloud {
	overflow:hidden;
	margin:0px -4px;
}
	.widget_tag_cloud .tagcloud a {
		float:left;
		color:#303030;
		font-size:14px;
		line-height:20px;
		padding:5px 10px;
		margin:4px;
		border:1px solid #e9e9e9;
		border-radius:3px;
	}
	.widget_tag_cloud .tagcloud a:hover {
		color:#FFF;
		background-color:#FFCF0D;
		border-color:#FFCF0D;
	}
	#nav-shop-filter .widget_tag_cloud .tagcloud a {
		background-color:#e4e4e4;
		border-color:#e4e4e4;
	}
	#nav-shop-filter .widget_tag_cloud .tagcloud a:hover {
		background-color:#FFCF0D;
		border-color:#FFCF0D;
	}
	
.nm_widget_product_sorting ul, .nm_widget_price_filter ul {
	padding:0px;
	margin:0px;
}
	.nm_widget_product_sorting ul li, .nm_widget_price_filter ul li {
		list-style-type:none;
		font-size:15px;
		line-height:24px;
		margin-bottom:6px;
	}
		.nm_widget_product_sorting ul li a, .nm_widget_price_filter ul li a { color:#777; }
		.nm_widget_product_sorting ul li a:hover, .nm_widget_price_filter ul li a:hover { color:#FFCF0D; }
		
.widget_rating_filter ul {
	padding:0px;
	margin:0px;
}
	.widget_rating_filter ul li {
		list-style-type:none;
		line-height:16px;
		margin-bottom:20px;
	}
	.widget_rating_filter ul li:last-child { margin-bottom:0px; }
	.widget_rating_filter ul li:before, .widget_rating_filter ul li:after {
		display:table;
		content:'';
	}
	.widget_rating_filter ul li:after { clear:both; }
		.widget_rating_filter ul li a {
			float:left;
			font-size:14px;
			color:#a9a9a9;
			font-weight:400;
		}
		.widget_rating_filter ul li a:hover { color:#303030; }
		.widget_rating_filter ul li .star-rating {
			float:left;
			position:relative;
			width:92px;
			height:16px;
			background:url(../images/bg-product-rate.png) left center no-repeat;
			margin-right:8px;
		}
			.widget_rating_filter ul li .star-rating span {
				position:absolute;
				top:0px;
				bottom:0px;
				left:0px;
				font-size:0px;
				text-indent:-99999px;
				background:url(../images/bg-product-rate-val.png) left center no-repeat;
			}
			
.widget-socials a {
	color:#a9a9a9;
	font-size:20px;
	line-height:30px;
	margin-right:15px;
}
.widget-socials a:hover { color:#FFCF0D; }
.widget-socials2 a {
	display:inline-block;
	width:42px;
	height:42px;
	color:#a9a9a9;
	font-size:22px;
	line-height:42px;
	text-align:center;
	background-color:#EEE;
	margin:5px 5px 5px 0px;
	border-radius:50%;
}
.widget-socials2 a:hover {
	color:#FFF;
	background-color:#FFCF0D;
}

.affa-posts-tab-widget .nav-tabs.affa-nav-tabs { margin-bottom:25px; }
	.affa-posts-tab-widget .nav-tabs.affa-nav-tabs > li { padding-right:30px; }
	.affa-posts-tab-widget .nav-tabs.affa-nav-tabs > li:last-child { padding-right:0px; }
		.affa-posts-tab-widget .nav-tabs.affa-nav-tabs > li > a { padding-top:0px; }
			.affa-posts-tab-widget .nav-tabs.affa-nav-tabs > li > a .ion {
				font-size:16px;
				vertical-align:baseline;
				margin:0px;
			}
.affa-posts-tab-widget .list-posts, .affa-posts-tab-widget .list-comments {
	padding:0px;
	margin:0px;
}
	.affa-posts-tab-widget .list-posts li, .affa-posts-tab-widget .list-comments li {
		list-style-type:none;
		position:relative;
		padding-left:85px;
		margin-bottom:20px;
	}
	.affa-posts-tab-widget .list-posts li:last-child, .affa-posts-tab-widget .list-comments li:last-child { margin-bottom:0px; }
		.affa-posts-tab-widget .list-posts li .post-item-thumbnail, .affa-posts-tab-widget .list-comments li img {
			position:absolute;
			top:0px;
			left:0px;
			width:70px;
			height:70px;
			border-radius:3px;
		}
		.affa-posts-tab-widget .list-posts li .post-item-thumbnail .overlay-masked { border-radius:3px; }
		.affa-posts-tab-widget .list-posts li .post-item-txt, .affa-posts-tab-widget .list-comments li .comment-txt {
			min-height:70px;
			padding-bottom:10px;
			border-bottom:1px dotted #e0e0e0;
		}
		.affa-posts-tab-widget .list-posts li .post-item-title {
			font-size:16px;
			line-height:24px;
			font-weight:400;
			margin:0px;
		}
		.affa-posts-tab-widget .list-comments li .comment-title {
			font-size:15px;
			line-height:22px;
			font-weight:400;
			margin:0px;
		}
			.affa-posts-tab-widget .list-posts li .post-item-title a, .affa-posts-tab-widget .list-comments li .comment-title a { color:#303030; }
			.affa-posts-tab-widget .list-posts li .post-item-title a:hover, .affa-posts-tab-widget .list-comments li .comment-title a:hover { color:#FFCF0D; }
		.affa-posts-tab-widget .list-posts li .post-item-meta, .affa-posts-tab-widget .list-comments li .comment-meta {
			font-family:Montserrat, Arial, sans-serif;
			color:#c0c0c0;
			font-size:11px;
			line-height:16px;
			font-weight:500;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:8px 0px 0px;
		}
		
.affa-portfolios-list-widget ul {
	overflow:hidden;
	padding:0px;
	margin:-4px -4px 0px;
}
	.affa-portfolios-list-widget ul li {
		list-style-type:none;
		float:left;
		width:25%;
		padding:4px;
	}
	.affa-portfolios-list-widget.portfolios-list-3col ul li { width:33.33% }
		.affa-portfolios-list-widget ul li a {
			float:left;
			width:100%;
		}
		.affa-portfolios-list-widget ul li figure, .affa-portfolios-list-widget ul li figure .overlay-masked { border-radius:3px; }
		
.affa-products-list-widget ul {
	padding:0px;
	margin:0px;
}
	.affa-products-list-widget ul li {
		list-style-type:none;
		position:relative;
		padding-left:85px;
		margin-bottom:20px;
	}
		.affa-products-list-widget ul li .post-item-thumbnail {
			position:absolute;
			top:0px;
			left:0px;
			width:70px;
			height:70px;
		}
		.affa-products-list-widget ul li .post-item-txt {
			min-height:70px;
			padding-bottom:10px;
			border-bottom:1px dotted #e0e0e0;
		}
		.affa-products-list-widget ul li .post-item-title {
			font-size:16px;
			line-height:24px;
			font-weight:400;
			margin:0px;
		}
			.affa-products-list-widget ul li .post-item-title a { color:#303030; }
			.affa-products-list-widget ul li .post-item-title a:hover { color:#FFCF0D; }
		.affa-products-list-widget ul li .post-item-meta {
			overflow:hidden;
			color:#a9a9a9;
			font-size:12px;
			line-height:18px;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin:8px 0px 0px;
		}
			.affa-products-list-widget ul li .post-item-meta p {
				float:left;
				margin:0px;
				margin-right:5px;
			}
			.affa-products-list-widget ul li .post-item-meta p:last-child { margin-right:0px; }
			.affa-products-list-widget ul li .post-item-meta .price-original { text-decoration:line-through; }
			.affa-products-list-widget ul li .post-item-meta .price-discount {
				color:#FFCF0D;
				font-weight:500;
			}
		.affa-products-list-widget ul li .post-item-rate {
			position:relative;
			width:92px;
			height:16px;
			background:url(../images/bg-product-rate.png) left center no-repeat;
			margin-top:5px;
		}
			.affa-products-list-widget ul li .post-item-rate .post-rate-val {
				position:absolute;
				top:0px;
				bottom:0px;
				left:0px;
				font-size:0px;
				text-indent:-99999px;
				background:url(../images/bg-product-rate-val.png) left center no-repeat;
			}
			
.affa-subscribe-widget p { margin-bottom:20px; }
.affa-subscribe-widget.subscribe-widget-block .affa-form-subscribe { padding:0px; }
	.affa-subscribe-widget.subscribe-widget-block .affa-form-subscribe input[type="submit"] {
		position:static;
		top:auto;
		right:auto;
		width:100%;
		margin-top:10px;
	}



/* ========================= Sidebar ========================= */

#sidebar .widget { margin-bottom:50px; }
	#sidebar .widget .widget-title {
		font-size:16px;
		line-height:22px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-bottom:20px;
	}
	
#sidebar .affa-portfolios-list-widget ul li { width:33.33%; }



/* ========================= Bottom ========================= */

#bottom {
	color:#a9a9a9;
	font-size:15px;
	line-height:24px;
	background-color:#1a1a1a;
	padding-top:60px;
}
#bottom.bottom-3 { background-color:#141414; }
	#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6, #bottom a { color:#a9a9a9; }
	#bottom a:hover { color:#FFF; }
	#bottom strong {
		color:#FFF;
		font-weight:500;
	}
	#bottom input[type="color"], #bottom input[type="date"], #bottom input[type="datetime"], #bottom input[type="datetime-local"], #bottom input[type="email"], #bottom input[type="month"], #bottom input[type="number"], #bottom input[type="password"], #bottom .ie input[type="range"], #bottom .ie9 input[type="range"], #bottom input[type="search"], #bottom input[type="tel"], #bottom input[type="text"], #bottom input[type="time"], #bottom input[type="url"], #bottom input[type="week"], #bottom select, #bottom textarea {
		border-color:#FFF;
		box-shadow:none;
	}
	#bottom ul {
		padding:0px;
		margin:0px 0px 15px;
	}
	#bottom .list-icon { margin:0px; }
		#bottom ul li {
			list-style-type:none;
			position:relative;
			padding:0px 0px 10px 20px;
			margin-bottom:10px;
			border-bottom:1px dotted #3a3a3a;
		}
		#bottom .list-icon ul li {
			min-height:24px;
			padding:0px 0px 0px 36px;
			margin-bottom:12px;
			border:0px;
		}
		#bottom ul li:last-child {
			padding-bottom:0px;
			margin-bottom:0px;
			border-bottom:0px;
		}
		#bottom ul li:before {
			position:absolute;
			top:5px;
			left:0px;
			font-family:Ionicons;
			line-height:1;
			content:'\f3d3';
		}
		#bottom .list-icon ul li:before { display:none; }
			#bottom .list-icon ul li .ion { color:#a9a9a9; }
	#bottom .sep-border { background-color:rgba(255,255,255,.25); }
	.ie #bottom .sep-border { background:url(../images/ie-bg-white-25.png) top left repeat; }
	#bottom .affa-form-subscribe input[type="text"].error, #bottom .affa-form-subscribe input[type="email"].error { border-color:#f6caca; }
	#bottom .affa-form-subscribe input[type="text"].success, #bottom .affa-form-subscribe input[type="email"].success { border-color:#b9edb9; }
	
/* Widgets */
#bottom .widget { margin-bottom:60px; }
	#bottom .widget .widget-title {
		color:#FFF;
		font-size:16px;
		line-height:22px;
		font-weight:700;
		text-transform:uppercase;
		letter-spacing:.5px;
		margin-bottom:30px;
	}
	
#bottom .widget_tag_cloud .tagcloud a { border-color:#a9a9a9; }
#bottom .widget_tag_cloud .tagcloud a:hover { border-color:#FFCF0D; }

#bottom .widget-socials2 a { background-color:#2a2a2a; }
#bottom .widget-socials2 a:hover { background-color:#FFCF0D; }

#bottom .affa-portfolios-list-widget ul { margin:-4px -4px 0px; }
	#bottom .affa-portfolios-list-widget ul li {
		padding:4px;
		margin:0px;
		border:0px;
	}
	#bottom .affa-portfolios-list-widget ul li:before { display:none; }
	
#bottom .affa-products-list-widget ul { margin:0px; }
	#bottom .affa-products-list-widget ul li {
		padding:0px 0px 0px 85px;
		margin-bottom:20px;
		border:0px;
	}
	#bottom .affa-products-list-widget ul li:last-child { margin-bottom:0px; }
		#bottom .affa-products-list-widget ul li .post-item-txt { border-bottom-color:#404040; }
		#bottom .affa-products-list-widget ul li:last-child .post-item-txt {
			padding-bottom:0px;
			border-bottom:0px;
		}
		#bottom .affa-products-list-widget ul li .post-item-meta { color:#777; }
		#bottom .affa-products-list-widget ul li .post-item-rate { background-image:url(../images/bg-product-rate-white.png); }
			#bottom .affa-products-list-widget ul li .post-item-meta .price-discount { color:#a9a9a9; }
			#bottom .affa-products-list-widget ul li .post-item-rate .post-rate-val { background-image:url(../images/bg-product-rate-val-yellow.png); }



/* ========================= Footer ========================= */

#footer {
	color:#a9a9a9;
	background-color:#eee;
	padding:30px 0px;
    float: left;
    width: 100%;
}
#footer.footer-3 {
	text-align:center;
	background-color:#1a1a1a;
}
#footer.footer-6 { padding:50px 0px; }
	#footer.footer-6 .container { position:relative; }
	#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer a { color:#a9a9a9; }
	#footer a:hover { color:#FFF; }
	#footer.footer-2 .container > p, #footer.footer-5 .container > p {
		float:left;
		font-size:15px;
		line-height:24px;
		margin:0px;
	}
	#footer.footer-3 p {
		font-size:15px;
		line-height:24px;
		font-weight:400;
		margin:0px;
	}
	#footer.footer-5 .container > p {
		font-weight:400;
		padding:5px 0px;
	}
	#footer.footer-6 .container > p {
		float:right;
		font-size:14px;
		line-height:24px;
		font-weight:400;
		padding:23px 0px;
		margin:0px;
	}
	#footer .footer-nav { float:left; }
	#footer.footer-2 .footer-nav { float:right; }
		#footer .footer-nav p { margin:0px; }
		#footer .footer-nav ul {
			overflow:hidden;
			padding:0px;
		}
		#footer.footer-2 .footer-nav ul { margin:0px; }
			#footer .footer-nav ul li {
				list-style-type:none;
				position:relative;
				float:left;
				padding:0px 12px 0px 10px;
			}
			#footer .footer-nav ul li:first-child { padding-left:0px; }
			#footer .footer-nav ul li:last-child { padding-right:0px; }
			#footer .footer-nav ul li:after {
				position:absolute;
				top:50%;
				right:0px;
				width:2px;
				height:2px;
				background-color:#a9a9a9;
				content:'';
			}
			#footer .footer-nav ul li:last-child:after { display:none; }
				#footer .footer-nav ul li a {
					float:left;
					color:#333;
					font-size:15px;
					line-height:24px;
					font-weight:400;
					}
				#footer .footer-nav ul li a:hover { color:#a9a9a9; }
	#footer .footer-socials {
		float:right;
		padding-top:7px;
	}
	#footer.footer-5 .footer-socials { padding:0px; }
	#footer.footer-6 .footer-socials { float:left; }
		#footer .footer-socials ul {
			float:left;
			padding:0px;
			margin:0px;
		}
			#footer .footer-socials ul li {
				list-style-type:none;
				float:left;
				padding:5px 0px 5px 10px;
			}
				#footer .footer-socials ul li a {
					float:left;
					width:36px;
					height:36px;
					color:#a9a9a9;
					font-size:20px;
					line-height:36px;
					text-align:center;
					background-color:#242424;
					border-radius:3px;
				}
				#footer .footer-socials ul li a:hover {
					color:#FFF;
					background-color:#FFCF0D;
				}
	#footer .footer-socials2 { float:right; }
	#footer.footer-6 .footer-socials2 {
		float:left;
		padding:15px 0px;
	}
		#footer .footer-socials2 ul {
			padding:0px;
			margin:0px;
		}
			#footer .footer-socials2 ul li {
				display:inline;
				list-style-type:none;
				margin-left:15px;
			}
			#footer.footer-6 .footer-socials2 ul li { margin:0px 15px 0px 0px; }
				#footer .footer-socials2 ul li a {
					color:#707070;
					font-size:24px;
					line-height:34px;
				}
				#footer.footer-6 .footer-socials2 ul li a {
					font-size:30px;
					line-height:40px;
				}
				#footer .footer-socials2 ul li a:hover { color:#FFF; }
	#footer.footer-6 .footer-logo {
		position:absolute;
		top:0px;
		left:50%;
		width:300px;
		margin-left:-150px;
		text-align:center;
	}
		#footer.footer-6 .footer-logo img { height:70px; }
		
/* Footer 2 */
#footer2 {
	background-color:#FFF;
	padding-top:60px;
}
	#footer2 a { color:#777; }
	#footer2 a:hover { color:#FFCF0D; }
	#footer2 ul {
		padding:0px;
		margin:0px 0px 15px;
	}
		#footer2 ul li {
			list-style-type:none;
			margin-bottom:10px;
		}
		#footer2 ul li:last-child { margin-bottom:0px; }
	#footer2 .widget { margin-bottom:60px; }
		#footer2 .widget .widget-title {
			font-size:14px;
			line-height:20px;
			font-weight:700;
			text-transform:uppercase;
			letter-spacing:.5px;
			margin-bottom:25px;
		}



/* ========================= Spacing ========================= */

.padding-top0 { padding-top:0px; }
.padding-top10 { padding-top:10px; }
.padding-top20 { padding-top:20px; }
.padding-top30 { padding-top:30px; }
.padding-top40 { padding-top:40px; }
.padding-top50 { padding-top:50px; }
.padding-top60 { padding-top:60px; }
.padding-top70 { padding-top:70px; }
.padding-top80 { padding-top:80px; }
.padding-top90 { padding-top:90px; }
.padding-top100 { padding-top:100px !important; }
.padding-top110 { padding-top:110px; }
.padding-top120 { padding-top:120px; }
.padding-top130 { padding-top:130px; }
.padding-top140 { padding-top:140px; }
.padding-top160 { padding-top:160px; }
.padding-top180 { padding-top:180px; }
.padding-top200 { padding-top:200px; }

.padding-bottom0  { padding-bottom:0px; }
.padding-bottom10 { padding-bottom:10px; }
.padding-bottom20 { padding-bottom:20px; }
.padding-bottom30 { padding-bottom:30px; }
.padding-bottom40 { padding-bottom:40px !important; }
.padding-bottom50 { padding-bottom:50px; }
.padding-bottom60 { padding-bottom:60px; }
.padding-bottom70 { padding-bottom:70px; }
.padding-bottom80 { padding-bottom:80px; }
.padding-bottom90 { padding-bottom:90px; }
.padding-bottom100 { padding-bottom:100px; }
.padding-bottom110 { padding-bottom:110px; }
.padding-bottom120 { padding-bottom:120px; }
.padding-bottom130 { padding-bottom:130px; }
.padding-bottom140 { padding-bottom:140px; }

.padding-right0 { padding-right:0px; }
.padding-left0 { padding-left:0px; }
.padding-left15 { padding-left:15px; }
.padding-left30 { padding-left:30px; }
.padding-left60 { padding-left:60px; }
.padding-left80 { padding-left:80px; }
.padding-left100 { padding-left:100px; }
.padding-left120 { padding-left:120px; }
.padding-left140 { padding-left:140px; }
.padding-left160 { padding-left:160px; }
.padding-left180 { padding-left:180px; }
.padding-left200 { padding-left:200px; }
.padding-right15 { padding-right:15px; }

.margin-top0 { margin-top:0px; }
.margin-top10 { margin-top:10px; }
.margin-top20 { margin-top:20px; }
.margin-top30 { margin-top:30px; }
.margin-top40 { margin-top:40px; }
.margin-top50 { margin-top:50px; }
.margin-top60 { margin-top:60px; }
.margin-top70 { margin-top:70px; }
.margin-top80 { margin-top:80px; }
.margin-top90 { margin-top:90px; }
.margin-top100 { margin-top:100px; }
.margin-top110 { margin-top:110px; }
.margin-top120 { margin-top:120px; }
.margin-top130 { margin-top:130px; }
.margin-top140 { margin-top:140px; }

.margin-bottom0 { margin-bottom:0px; }
.margin-bottom10 { margin-bottom:10px; }
.margin-bottom20 { margin-bottom:20px; }
.margin-bottom30 { margin-bottom:30px; }
.margin-bottom40 { margin-bottom:40px; }
.margin-bottom50 { margin-bottom:50px; }
.margin-bottom60 { margin-bottom:60px; }
.margin-bottom70 { margin-bottom:70px; }
.margin-bottom80 { margin-bottom:80px; }
.margin-bottom90 { margin-bottom:90px; }
.margin-bottom100 { margin-bottom:100px; }
.margin-bottom110 { margin-bottom:110px; }
.margin-bottom120 { margin-bottom:120px; }
.margin-bottom130 { margin-bottom:130px; }
.margin-bottom140 { margin-bottom:140px; }

.margin-right0 { margin-right: 0px !important; }
.margin-left0 { margin-left: 0px !important; }
.margin-right15 { margin-right: 15px !important;}
.margin-left15 { margin-left: 15px !important; }

.margin-top5-min { margin-top:-5%; }
.margin-top10-min { margin-top:-10%; }
.margin-top15-min { margin-top:-15%; }
.margin-top20-min { margin-top:-20%; }
.margin-top25-min { margin-top:-25%; }
.margin-top30-min { margin-top:-30%; }
.margin-top35-min { margin-top:-35%; }
.margin-top40-min { margin-top:-40%; }
.margin-top45-min { margin-top:-45%; }
.margin-top50-min { margin-top:-50%; }
.margin-top55-min { margin-top:-55%; }
.margin-top60-min { margin-top:-60%; }
.margin-top65-min { margin-top:-65%; }
.margin-top70-min { margin-top:-70%; }
.margin-top75-min { margin-top:-75%; }
.margin-top80-min { margin-top:-80%; }
.margin-top85-min { margin-top:-85%; }
.margin-top90-min { margin-top:-90%; }
.margin-top95-min { margin-top:-95%; }

.margin-bottom5-min { margin-bottom:-5%; }
.margin-bottom10-min { margin-bottom:-10%; }
.margin-bottom15-min { margin-bottom:-15%; }
.margin-bottom20-min { margin-bottom:-20%; }
.margin-bottom25-min { margin-bottom:-25%; }
.margin-bottom30-min { margin-bottom:-30%; }
.margin-bottom35-min { margin-bottom:-35%; }
.margin-bottom40-min { margin-bottom:-40%; }
.margin-bottom45-min { margin-bottom:-45%; }
.margin-bottom50-min { margin-bottom:-50%; }
.margin-bottom55-min { margin-bottom:-55%; }
.margin-bottom60-min { margin-bottom:-60%; }
.margin-bottom65-min { margin-bottom:-65%; }
.margin-bottom70-min { margin-bottom:-70%; }
.margin-bottom75-min { margin-bottom:-75%; }
.margin-bottom80-min { margin-bottom:-80%; }
.margin-bottom85-min { margin-bottom:-85%; }
.margin-bottom90-min { margin-bottom:-90%; }
.margin-bottom95-min { margin-bottom:-95%; }



/* ========================= Media Queries ========================= */

@media (min-width: 1440px) and (max-width: 1679px) {
	
	#header .header-txt { padding-top:15%; }
	#header .header-txt.header-txt-center { padding-top:17%; }
	#header .slider-pro .header-txt { padding-top:12%; }
	#header .slider-pro .header-txt.header-txt-center { padding-top:14%; }
	
	.affa-feature-col {
		height:350px;
		padding:60px 70px 0px;
	}
	.affa-feature-col:hover {
		padding-right:90px;
		padding-left:50px;
	}
	.affa-feature-col-img { height:350px; }
	
}

@media (min-width: 1200px) and (max-width: 1439px) {
	
	#header .header-txt { padding-top:13%; }
	#header .header-txt.header-txt-center { padding-top:15%; }
	#header .slider-pro .header-txt { padding-top:10%; }
	#header .slider-pro .header-txt.header-txt-center { padding-top:12%; }
	
	.affa-feature-col {
		height:320px;
		padding:40px 40px 0px;
	}
	.affa-feature-col:hover {
		padding-right:50px;
		padding-left:30px;
	}
	.affa-feature-col .feature-icon {
		top:-30%;
		left:-15%;
	}
	.affa-feature-col-img { height:320px; }
	
}

@media (min-width: 1200px) and (max-width: 1280px) {
	
	.carousel-slider.carousel-arrows .slick-prev { left:15px; }
	.carousel-slider.carousel-arrows .slick-next { right:15px; }
	
}

@media (min-width: 1200px) {
	
	.text-center-lg { text-align:center; }
	
	.text-center-lg .post-heading-left2 h2:after, .text-center-lg .post-heading-left2 h4:after, .post-heading-left2.text-center-lg h2:after, .post-heading-left2.text-center-lg h4:after {
		margin-right:auto;
		margin-left:auto;
	}
	
	.row-clients2 .affa-client-logo.no-border-right-lg { border-right:0px; }
	.row-clients2 .affa-client-logo.no-border-bottom-lg { border-bottom:0px; }
	
	.padding-top0-lg { padding-top:0px; }
	.padding-top10-lg { padding-top:10px; }
	.padding-top20-lg { padding-top:20px; }
	.padding-top30-lg { padding-top:30px; }
	.padding-top40-lg { padding-top:40px; }
	.padding-top50-lg { padding-top:50px; }
	.padding-top60-lg { padding-top:60px; }
	.padding-top70-lg { padding-top:70px; }
	.padding-top80-lg { padding-top:80px; }
	.padding-top90-lg { padding-top:90px; }
	.padding-top100-lg { padding-top:100px; }
	.padding-top110-lg { padding-top:110px; }
	.padding-top120-lg { padding-top:120px; }
	.padding-top130-lg { padding-top:130px; }
	.padding-top140-lg { padding-top:140px; }
	
	.padding-bottom0-lg  { padding-bottom:0px; }
	.padding-bottom10-lg { padding-bottom:10px; }
	.padding-bottom20-lg { padding-bottom:20px; }
	.padding-bottom30-lg { padding-bottom:30px; }
	.padding-bottom40-lg { padding-bottom:40px; }
	.padding-bottom50-lg { padding-bottom:50px; }
	.padding-bottom60-lg { padding-bottom:60px; }
	.padding-bottom70-lg { padding-bottom:70px; }
	.padding-bottom80-lg { padding-bottom:80px; }
	.padding-bottom90-lg { padding-bottom:90px; }
	.padding-bottom100-lg { padding-bottom:100px; }
	.padding-bottom110-lg { padding-bottom:110px; }
	.padding-bottom120-lg { padding-bottom:120px; }
	.padding-bottom130-lg { padding-bottom:130px; }
	.padding-bottom140-lg { padding-bottom:140px; }
	
	.padding-right0-lg { padding-right:0px; }
	.padding-left0-lg { padding-left:0px; }
	
	.margin-top0-lg { margin-top:0px; }
	.margin-top10-lg { margin-top:10px; }
	.margin-top20-lg { margin-top:20px; }
	.margin-top30-lg { margin-top:30px; }
	.margin-top40-lg { margin-top:40px; }
	.margin-top50-lg { margin-top:50px; }
	.margin-top60-lg { margin-top:60px; }
	.margin-top70-lg { margin-top:70px; }
	.margin-top80-lg { margin-top:80px; }
	.margin-top90-lg { margin-top:90px; }
	.margin-top100-lg { margin-top:100px; }
	.margin-top110-lg { margin-top:110px; }
	.margin-top120-lg { margin-top:120px; }
	.margin-top130-lg { margin-top:130px; }
	.margin-top140-lg { margin-top:140px; }
	
	.margin-bottom0-lg  { margin-bottom:0px; }
	.margin-bottom10-lg { margin-bottom:10px; }
	.margin-bottom20-lg { margin-bottom:20px; }
	.margin-bottom30-lg { margin-bottom:30px; }
	.margin-bottom40-lg { margin-bottom:40px; }
	.margin-bottom50-lg { margin-bottom:50px; }
	.margin-bottom60-lg { margin-bottom:60px; }
	.margin-bottom70-lg { margin-bottom:70px; }
	.margin-bottom80-lg { margin-bottom:80px; }
	.margin-bottom90-lg { margin-bottom:90px; }
	.margin-bottom100-lg { margin-bottom:100px; }
	.margin-bottom110-lg { margin-bottom:110px; }
	.margin-bottom120-lg { margin-bottom:120px; }
	.margin-bottom130-lg { margin-bottom:130px; }
	.margin-bottom140-lg { margin-bottom:140px; }
	
	.margin-right0-lg { margin-right:0px; }
	.margin-left0-lg { margin-left:0px; }
	
	.margin-top5-min-lg { margin-top:-5%; }
	.margin-top10-min-lg { margin-top:-10%; }
	.margin-top15-min-lg { margin-top:-15%; }
	.margin-top20-min-lg { margin-top:-20%; }
	.margin-top25-min-lg { margin-top:-25%; }
	.margin-top30-min-lg { margin-top:-30%; }
	.margin-top35-min-lg { margin-top:-35%; }
	.margin-top40-min-lg { margin-top:-40%; }
	.margin-top45-min-lg { margin-top:-45%; }
	.margin-top50-min-lg { margin-top:-50%; }
	
	.margin-bottom5-min-lg { margin-bottom:-5%; }
	.margin-bottom10-min-lg { margin-bottom:-10%; }
	.margin-bottom15-min-lg { margin-bottom:-15%; }
	.margin-bottom20-min-lg { margin-bottom:-20%; }
	.margin-bottom25-min-lg { margin-bottom:-25%; }
	.margin-bottom30-min-lg { margin-bottom:-30%; }
	.margin-bottom35-min-lg { margin-bottom:-35%; }
	.margin-bottom40-min-lg { margin-bottom:-40%; }
	.margin-bottom45-min-lg { margin-bottom:-45%; }
	.margin-bottom50-min-lg { margin-bottom:-50%; }
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.text-center-md { text-align:center; }
	.text-padding { padding:0px 100px; }
	
	.post-heading-center, .post-heading-center2 { padding:0px 110px; }
	
	.text-center-md .post-heading-left2 h2:after, .text-center-md .post-heading-left2 h4:after, .post-heading-left2.text-center-md h2:after, .post-heading-left2.text-center-md h4:after {
		margin-right:auto;
		margin-left:auto;
	}
	
	.img-hover4 .overlay-masked .overlay-txt h4 {
		font-size:20px;
		line-height:28px;
	}
	
	.carousel-slider .slide-content .slide-content-txt { left:30px; }
	.carousel-slider .slide-content.slide-content-right .slide-content-txt { right:30px; }
	.carousel-slider .slide-content.slide-content-center .slide-content-txt {
		right:140px;
		left:140px;
	}
	
	.carousel-slider.carousel-testimonials, .carousel-slider.carousel-tweets { padding-right:120px; }
	.carousel-slider.carousel-tweets2 .affa-tweet { padding:0px 60px; }
	
	#header.header-3 #navigation .navbar-headline .navbar-search h4 {
		font-size:16px;
		line-height:24px;
		padding:10px 0px;
		margin-right:20px;
	}
	
	#navigation .nav > li {
		padding-right:8px;
		padding-left:8px;
	}
	#header.header-2 #navigation .nav > li {
		padding-right:11px;
		padding-left:11px;
	}
	#header.header-3 #navigation .nav > li {
		padding-right:17px;
		padding-left:17px;
	}
	#header.header-5 #navigation .nav > li {
		padding-right:15px;
		padding-left:15px;
	}
	#header.header-5 #navigation .nav > li.menu-logo {
		padding-right:30px;
		padding-left:30px;
	}
	#navigation .nav > li.menu-item-has-children > a { padding-right:15px; }
	#navigation .nav > li .sub-menu { width:220px; }
	#navigation .nav > li .sub-mega-menu.menu-bg-img { background-image:none !important; }
	#navigation .nav > li .sub-menu a {
		padding-right:13px;
		padding-left:13px;
	}
	#navigation .nav > li .sub-menu li.menu-item-has-children > a { padding-right:22px; }
	#navigation .nav > li .sub-menu li.menu-item-has-children:after { right:8px; }
	#navigation .nav > li .sub-mega-menu .container > ul > .menu-item-has-children {
		padding-right:30px;
		padding-left:30px;
	}
	#navigation .nav > li .sub-mega-menu.menu-bg-img .container > ul > .menu-item-has-children {
		width:33.33%;
		padding-right:40px;
		padding-left:40px;
	}
	#navigation .nav > li .sub-menu .sub-menu { width:200px; }
	
	#navigation .navbar-secondary { margin-left:15px; }
	#navigation .navbar-secondary .navbar-btn { padding-left:5px; }
	#navigation .navbar-secondary .navbar-btn a { margin:0px 5px; }
	#navigation .navbar-secondary .navbar-btn .btn-cart {
		padding-right:5px;
		padding-left:5px;
	}
	#navigation .navbar-secondary .navbar-cart { width:320px; }
	#navigation .navbar-secondary .navbar-cart .cart-list li img { width:27%; }
	#navigation .navbar-secondary .navbar-cart .cart-list li .cart-content { width:68%; }
	
	#header .header-txt { padding:13% 9% 0px; }
	#header .header-txt.header-txt-left { padding-right:31%; }
	#header .header-txt.header-txt-right { padding-left:31%; }
	#header .header-txt.header-txt-center { padding-top:15%; }
	#header .slider-pro .header-txt { padding-top:10%; }
	#header .slider-pro .header-txt.header-txt-center { padding-top:12%; }
	
	#header .carousel-slider .slick-dots { bottom:20px; }
	
	#header .header-content .header-content-title { padding:0px 100px; }
	
	#header .header-content2 .header-content-title { width:64%; }
	#header .header-content2 .header-content-title h1 {
		font-size:38px;
		line-height:50px;
		letter-spacing:1.5px;
	}
	#header .header-content2 .header-content-title .btn-play { margin-top:30px; }
	#header .header-content2 .header-content-form {
		width:32%;
		padding:30px 25px;
	}
	
	#header .header-content3 .header-content-form .submit-status span {
		left:30px;
		width:440px;
	}
	#header .header-content3 .header-content-form form {
		width:485px;
		padding:40px 15px 40px 30px;
	}
	#header .header-content3 .header-content-form .header-form-title { margin-bottom:20px; }
	#header .header-content3 .header-content-form .header-form-title h1 {
		font-size:28px;
		line-height:38px;
	}
	#header .header-content3 .header-content-form .header-form-title p {
		font-size:16px;
		line-height:28px;
	}
/*	#header .header-content3 .header-content-form .form-checkbox { margin-bottom:30px; }*/
	
	#header .header-content4 .header-content-overlay { padding:200px 0px 80px; }
	#header.header-transparent .header-content4 .header-content-overlay { padding-top:160px; }
	
	#header .header-content5 .header-content-txt { margin-top:-140px; }
	#header .header-content5.header-content-center .header-content-txt {
		right:140px;
		left:140px;
		padding:25px 30px;
		margin-top:-170px;
	}
	
	#header .sub-header3 .sub-header-txt .header-title {
		font-size:46px;
		line-height:58px;
		letter-spacing:1.5px;
		padding-top:100px;
	}
	
	.affa-feature-icon-left2 > h4 { padding-left:55px; }
	.affa-feature-icon-left2 > h4 .ion { width:55px; }
	
	.affa-feature-icon-box .feature-icon-box-wrap, .affa-feature-icon-box2 .feature-icon-box-wrap {
		padding-right:25px;
		padding-left:25px;
	}
	
	.affa-feature-icon-box2 { height:330px; }
	.affa-feature-icon-box2:hover .feature-icon-box-wrap { margin-top:-125px; }
	
	.affa-feature-col {
		height:320px;
		padding:30px 20px 0px;
	}
	.affa-feature-col:hover {
		padding-right:25px;
		padding-left:15px;
	}
	.affa-feature-col .feature-icon {
		top:-30%;
		left:-15%;
	}
	.affa-feature-col-img { height:320px; }
	
	.affa-col-half > .container > .row { margin:0px -40px; }
	.affa-col-half > .container > .row > div {
		padding-right:40px;
		padding-left:40px;
	}
	
	.affa-portfolio .post-item-txt { padding:25px 20px; }
	.affa-portfolio .post-item-meta { margin-top:8px; }
	
	.affa-post .post-item-txt { padding:25px 20px 0px; }
	.affa-post .post-item-content { padding-bottom:35px; }
	.affa-post .post-item-meta {
		padding-right:20px;
		padding-left:20px;
		margin:0px -20px;
	}
	
	.affa-quote2 { padding:0px 110px; }
	
	.affa-testimonial2 { padding:0px 60px; }
	
	.affa-team5 { padding-left:170px; }
	.affa-team5 > img { width:170px; }
	.affa-team5 .team-txt {
		height:170px;
		padding:13px 20px 0px;
	}
	.affa-team5 .team-heading { padding:0px; }
	.affa-team5 .team-heading .team-socials { display:none; }
	.affa-team5 .team-desc { margin-top:10px; }
	
	.affa-tbl-pricing .tbl-prc-col { padding:0px 25px; }
	
	.affa-client-logo { padding:0px 5%; }
	.affa-client-logo.logo-border { padding:8% 12%; }
	.row-clients2 .affa-client-logo.no-border-right-md { border-right:0px; }
	.row-clients2 .affa-client-logo.no-border-bottom-md { border-bottom:0px; }
	
	.affa-counter2 {
		min-height:42px;
		padding-left:62px;
	}
	.affa-counter2 .ion {
		width:42px;
		font-size:42px;
		margin-top:-21px;
	}
	
	.affa-nav-tabs-wrap .nav-tabs { width:24%; }
	.affa-nav-tabs-wrap .tab-content {
		width:76%;
		padding-left:32px;
	}
	
	.panel-group.affa-panel-group2 .panel-heading + .panel-collapse .panel-body { padding:25px 25px 15px; }
	
	.affa-tab-menu a {
		margin-right:8px;
		margin-left:8px;
	}
	
	.isotope-menu a {
		margin-right:12px;
		margin-left:12px;
	}
	
	.single .post-single-shares {
		padding-right:20px;
		padding-left:20px;
	}
	.single .post-single-nav a.nav-prev { padding-right:25px; }
	.single .post-single-nav a.nav-next { padding-left:25px; }
	.single .bypostauthor {
		min-height:120px;
		padding-left:100px;
	}
	.single .bypostauthor img {
		width:80px;
		height:80px;
	}
	
	.single #comments .comments-list ul { padding-left:20px; }
	
	.padding-top0-md { padding-top:0px; }
	.padding-top10-md { padding-top:10px; }
	.padding-top20-md { padding-top:20px; }
	.padding-top30-md { padding-top:30px; }
	.padding-top40-md { padding-top:40px; }
	.padding-top50-md { padding-top:50px; }
	.padding-top60-md { padding-top:60px; }
	.padding-top70-md { padding-top:70px; }
	.padding-top80-md { padding-top:80px; }
	.padding-top90-md { padding-top:90px; }
	.padding-top100-md { padding-top:100px; }
	.padding-top110-md { padding-top:110px; }
	.padding-top120-md { padding-top:120px; }
	.padding-top130-md { padding-top:130px; }
	.padding-top140-md { padding-top:140px; }
	
	.padding-bottom0-md  { padding-bottom:0px; }
	.padding-bottom10-md { padding-bottom:10px; }
	.padding-bottom20-md { padding-bottom:20px; }
	.padding-bottom30-md { padding-bottom:30px; }
	.padding-bottom40-md { padding-bottom:40px; }
	.padding-bottom50-md { padding-bottom:50px; }
	.padding-bottom60-md { padding-bottom:60px; }
	.padding-bottom70-md { padding-bottom:70px; }
	.padding-bottom80-md { padding-bottom:80px; }
	.padding-bottom90-md { padding-bottom:90px; }
	.padding-bottom100-md { padding-bottom:100px; }
	.padding-bottom110-md { padding-bottom:110px; }
	.padding-bottom120-md { padding-bottom:120px; }
	.padding-bottom130-md { padding-bottom:130px; }
	.padding-bottom140-md { padding-bottom:140px; }
    
    .padding-top30-xs { padding-top:30px !important; }
    .padding-bottom30-xs { padding-bottom:30px !important; }
	
	.padding-right0-md { padding-right:0px !important; }
	.padding-left0-md { padding-left:0px !important; }
	.padding-left0-xs { padding-left:0px !important; }
	.padding-lr10-xs { padding:0px 10px !important; }
	
	.margin-top0-md { margin-top:0px; }
	.margin-top10-md { margin-top:10px; }
	.margin-top20-md { margin-top:20px; }
	.margin-top30-md { margin-top:30px; }
	.margin-top40-md { margin-top:40px; }
	.margin-top50-md { margin-top:50px; }
	.margin-top60-md { margin-top:60px; }
	.margin-top70-md { margin-top:70px; }
	.margin-top80-md { margin-top:80px; }
	.margin-top90-md { margin-top:90px; }
	.margin-top100-md { margin-top:100px; }
	.margin-top110-md { margin-top:110px; }
	.margin-top120-md { margin-top:120px; }
	.margin-top130-md { margin-top:130px; }
	.margin-top140-md { margin-top:140px; }
	
	.margin-bottom0-md  { margin-bottom:0px; }
	.margin-bottom10-md { margin-bottom:10px; }
	.margin-bottom20-md { margin-bottom:20px; }
	.margin-bottom30-md { margin-bottom:30px; }
	.margin-bottom40-md { margin-bottom:40px; }
	.margin-bottom50-md { margin-bottom:50px; }
	.margin-bottom60-md { margin-bottom:60px; }
	.margin-bottom70-md { margin-bottom:70px; }
	.margin-bottom80-md { margin-bottom:80px; }
	.margin-bottom90-md { margin-bottom:90px; }
	.margin-bottom100-md { margin-bottom:100px; }
	.margin-bottom110-md { margin-bottom:110px; }
	.margin-bottom120-md { margin-bottom:120px; }
	.margin-bottom130-md { margin-bottom:130px; }
	.margin-bottom140-md { margin-bottom:140px; }
	
	.margin-right0-md { margin-right:0px; }
	.margin-left0-md { margin-left:0px; }
	
	.margin-top5-min-md { margin-top:-5%; }
	.margin-top10-min-md { margin-top:-10%; }
	.margin-top15-min-md { margin-top:-15%; }
	.margin-top20-min-md { margin-top:-20%; }
	.margin-top25-min-md { margin-top:-25%; }
	.margin-top30-min-md { margin-top:-30%; }
	.margin-top35-min-md { margin-top:-35%; }
	.margin-top40-min-md { margin-top:-40%; }
	.margin-top45-min-md { margin-top:-45%; }
	.margin-top50-min-md { margin-top:-50%; }
	
	.margin-bottom5-min-md { margin-bottom:-5%; }
	.margin-bottom10-min-md { margin-bottom:-10%; }
	.margin-bottom15-min-md { margin-bottom:-15%; }
	.margin-bottom20-min-md { margin-bottom:-20%; }
	.margin-bottom25-min-md { margin-bottom:-25%; }
	.margin-bottom30-min-md { margin-bottom:-30%; }
	.margin-bottom35-min-md { margin-bottom:-35%; }
	.margin-bottom40-min-md { margin-bottom:-40%; }
	.margin-bottom45-min-md { margin-bottom:-45%; }
	.margin-bottom50-min-md { margin-bottom:-50%; }
	
}

@media (min-width: 992px) and (max-width: 1072px) {
	
	.carousel-slider.carousel-arrows .slick-prev { left:15px; }
	.carousel-slider.carousel-arrows .slick-next { right:15px; }
	
}

@media (max-width: 991px) {
	
	body.nav-mobile-open { overflow:hidden; }
	body.nav-mobile-open #body-wrap, body.nav-mobile-on.nav-mobile-open #body-wrap, body.nav-shop-filter-open #body-wrap {
		position:relative;
		left:40%;
	}
	
	.carousel-slider .slide-content .slide-content-txt { left:20px; }
	.carousel-slider .slide-content.slide-content-right .slide-content-txt { right:20px; }
	.carousel-slider .slide-content.slide-content-center .slide-content-txt {
		right:30px;
		left:30px;
	}
	
	.carousel-slider.carousel-testimonials2 { padding-bottom:50px; }
	.carousel-slider.carousel-tweets2 .affa-tweet { padding:0px; }
	
	#header.header-page, #header.header-2.header-page, #header.header-3.header-page, #header.header-5.header-page { padding-top:0px; }
	#header.header-2.header-nav-bottom .navigation-wrap, #header.header-5.header-nav-bottom .navigation-wrap { padding-bottom:0px; }
	#header #navigation { display:none;	}
	#header.header-4 #navigation, #header #nav-mobile-top, body.nav-mobile-open #nav-mobile { display:block; }
	#header.header-4 #nav-mobile-top { display:none; }
	body.nav-mobile-on #nav-mobile, #nav-shop-filter {
		width:40%;
		left:-40%;
	}
	body.nav-mobile-open #nav-mobile, body.nav-shop-filter-open #nav-shop-filter { left:0px; }
	
	#header .header-content .header-content-overlay { min-height:540px; }
	#header .header-content .header-content-wrap, #header.header-transparent .header-content .header-content-wrap { margin-top:-140px; }
	#header .header-content .header-content-title { padding:0px; }
	
	#header .header-content2 .header-content-overlay { padding:60px 0px; }
	#header.header-transparent .header-content2 .header-content-overlay { padding-top:60px; }
	#header .header-content2 .header-content-title {
		float:none;
		width:auto;
		text-align:center;
		padding-top:0px;
	}
	#header .header-content2 .header-content-form {
		float:none;
		width:auto;
		max-width:480px;
		margin:60px auto 0px;
	}
	
	#header .header-content3 .header-content-img {
		position:relative;
		top:auto;
		right:auto;
		bottom:auto;
		left:auto;
		height:440px;
		background-position:center;
	}
	#header .header-content3 .header-content-img .btn-play2 { margin-top:-60px; }
	#header .header-content3 .header-content-form {
		float:none;
		width:auto;
		padding:40px 0px 50px;
	}
	#header .header-content3 .header-content-form .submit-status span {
		width:720px;
		left:50%;
		margin:-22px 0px 0px -360px;
	}
	#header .header-content3 .header-content-form form {
		width:720px;
		padding:0px;
		margin:0px auto;
	}
	
	#header .header-content4 .header-content-overlay { padding:80px 0px; }
	#header.header-transparent .header-content4 .header-content-overlay { padding-top:80px; }
	#header .header-content4 .header-content-btn { margin-bottom:40px; }
	#header .header-content4 .header-content-form {
		padding:30px;
		margin-top:60px;
	}
	
	#header .header-content5 .header-content-wrap { padding-top:0px; }
	#header .header-content5 .header-content-txt { margin-top:-140px; }
	#header .header-content5.header-content-center .header-content-txt {
		right:20px;
		left:20px;
		padding:30px 40px;
		margin-top:-180px;
	}
	
	#header .sub-header { padding:30px 0px 21px; }
	#header .sub-header .header-title {
		float:none;
		margin:0px;
	}
	#header .sub-header .breadcrumbs { float:none; }
	
	#header .sub-header2 .sub-header-overlay { padding:120px 0px 100px; }
	
	#header .sub-header3 .sub-header-overlay { padding-top:60px; }
	#header .sub-header3 .sub-header-txt { text-align:center; }
	#header .sub-header3 .sub-header-txt .sub-header-txt-left, #header .sub-header3 .sub-header-txt .sub-header-txt-right {
		float:none;
		width:auto;
	}
	#header .sub-header3 .sub-header-txt .sub-header-txt-left { margin-top:40px; }
	#header .sub-header3 .sub-header-txt .header-title {
		font-size:48px;
		line-height:62px;
		padding-top:0px;
	}
	#header .sub-header3 .sub-header-txt figure { padding:0px 15%; }
	
	.affa-feature-icon-left {
		min-height:0px;
		padding:0px;
	}
	.affa-feature-icon-left > .ion {
		position:static;
		top:auto;
		left:auto;
		margin-bottom:15px;
	}
	
	.affa-col-half .col-img {
		position:static;
		top:auto;
		right:auto;
		bottom:auto;
		left:auto;
		height:440px;
	}
	.affa-col-half.col-img-right .col-img {
		right:auto;
		left:auto;
	}
	.affa-col-half > .container > .row { margin:0px -15px; }
	.affa-col-half > .container > .row > div {
		padding-right:15px;
		padding-left:15px;
	}
	
	.affa-post2.post-thumbnail-left .post-item-txt { padding-top:0px; }
	
	.affa-testimonial2 { padding:0px; }
	
	.affa-counter2 {
		position:static;
		min-height:0px;
		text-align:center;
		padding-left:0px;
	}
	.affa-counter2 .ion {
		position:static;
		top:auto;
		left:auto;
		width:auto;
		font-size:56px;
		margin:0px 0px 20px;
	}
	.affa-counter2 p { margin-top:5px; }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.text-center-sm { text-align:center; }
	.text-padding, .post-heading-center, .post-heading-center2 { padding:0px; }
	
	.text-center-sm .post-heading-left2 h2:after, .text-center-sm .post-heading-left2 h4:after, .post-heading-left2.text-center-sm h2:after, .post-heading-left2.text-center-sm h4:after {
		margin-right:auto;
		margin-left:auto;
	}
	
	.img-hover4 .overlay-masked .overlay-txt h4 {
		font-size:20px;
		line-height:28px;
	}
	
	.carousel-slider.carousel-testimonials, .carousel-slider.carousel-tweets { padding-right:90px; }
	
	#header .header-overlay, #header.header-3 .header-overlay { padding-top:0px; }
	#header .header-txt { padding:19% 0px 0px; }
	#header .header-txt.header-txt-left { padding-right:9%; }
	#header .header-txt.header-txt-right { padding-left:9%; }
	#header .header-txt.header-txt-center { padding-top:21%; }
	#header.header-4 .header-overlay { padding-top:50px; }
	#header .slider-pro .header-txt { padding-top:16%; }
	#header .slider-pro .header-txt.header-txt-center { padding-top:18%; }
	
	.affa-feature-icon-left2 > h4 { padding-left:45px; }
	.affa-feature-icon-left2 > h4 .ion { width:28px; }
	
	.affa-feature-icon-box .feature-icon-box-wrap, .affa-feature-icon-box2 .feature-icon-box-wrap {
		padding-right:20px;
		padding-left:20px;
	}
	
	.affa-feature-icon-box2 { height:400px; }
	.affa-feature-icon-box2:hover .feature-icon-box-wrap { margin-top:-165px; }
	
	.affa-feature-col {
		height:280px;
		padding-top:50px;
	}
	.affa-feature-col .feature-icon {
		top:-35%;
		left:-7%;
	}
	.affa-feature-col-img { height:280px; }
	
	.affa-portfolio .post-item-txt { padding:20px 15px; }
	.affa-portfolio .post-item-title {
		font-size:18px;
		line-height:26px;
	}
	.affa-portfolio .post-item-meta { margin-top:6px; }
	
	.affa-post .post-item-txt { padding:20px 15px 0px; }
	.affa-post .post-item-title {
		font-size:18px;
		line-height:26px;
	}
	.affa-post .post-item-content { padding-bottom:30px; }
	.affa-post .post-item-meta {
		padding-right:15px;
		padding-left:15px;
		margin:0px -15px;
	}
	
	.affa-products-cat .products-cat-overlay h4 {
		font-size:30px;
		line-height:36px;
		padding:7px 0px;
	}
	.affa-products-cat .products-cat-overlay .products-cat-txt { margin-top:-25px; }
	.affa-products-cat .products-cat-overlay h4:before, .affa-products-cat .products-cat-overlay h4:after { height:2px; }
	.affa-products-cat:hover .products-cat-overlay h4:before { top:-15px; }
	.affa-products-cat:hover .products-cat-overlay h4:after { bottom:-15px; }
	
	.affa-testimonial3 .testimonial-name { padding-left:95px; }
	
	.affa-quote2 { padding:0px; }
	
	.affa-team3 .team-avatar {
		width:156px;
		height:156px;
	}
	.affa-team3 .team-avatar .team-socials { padding-top:51px; }
	.affa-team3 .team-avatar:hover .team-socials { padding-top:61px; }
	
	.affa-team4 .team-txt { padding:25px 15px; }
	
	.affa-team5 { padding-left:120px; }
	.affa-team5 > img { width:120px; }
	.affa-team5 .team-txt {
		height:120px;
		padding:14px 16px 0px;
	}
	.affa-team5 .team-heading { padding:0px; }
	.affa-team5 .team-heading .team-socials {
		position:static;
		top:auto;
		right:auto;
		margin-top:10px;
	}
	.affa-team5 .team-heading .team-socials a { margin:0px 8px 0px 0px; }
	.affa-team5 .team-desc { display:none; }
	
	.affa-tbl-pricing .tbl-prc-col { padding:0px 20px; }
	
	.affa-client-logo { padding:0px; }
	.affa-client-logo.logo-border { padding:8% 9%; }
	.row-clients2 .affa-client-logo.no-border-right-sm { border-right:0px; }
	.row-clients2 .affa-client-logo.no-border-bottom-sm { border-bottom:0px; }
	
	.affa-counter h4 {
		font-size:56px;
		letter-spacing:1px;
	}
	.affa-counter p {
		font-size:18px;
		line-height:26px;
	}
	
	.affa-nav-tabs-wrap .nav-tabs { width:30%; }
	.affa-nav-tabs-wrap .tab-content {
		width:70%;
		padding-left:25px;
	}
	
	.panel-group.affa-panel-group2 .panel-heading + .panel-collapse .panel-body { padding:20px 20px 10px; }
	
	.affa-tab-menu a {
		padding:0px 10px;
		margin-right:0px;
		margin-left:0px;
	}
	
	.isotope-menu a {
		margin-right:4px;
		margin-left:4px;
	}
	
	.single .post-single-shares {
		text-align:center;
		padding:10px 10px 15px;
	}
	.single .post-single-shares h4 {
		float:none;
		margin:0px;
	}
	.single .post-single-shares .post-shares-list { float:none; }
	.single .post-single-shares .post-shares-list a {
		display:inline-block;
		float:none;
		margin-right:2px;
		margin-left:2px;
	}
	.single .post-single-nav a {
		display:block;
		float:none;
		width:auto;
		padding-right:0px;
	}
	.single .post-single-nav a.nav-next {
		padding-top:20px;
		padding-left:0px;
		border-top:1px dotted #e0e0e0;
	}
	.single .bypostauthor {
		text-align:center;
		padding-left:0px;
		min-height:0px;
	}
	.single .bypostauthor img {
		position:static;
		margin-bottom:20px;
		border-radius:50%;
	}
	.single .post-single-related .post-item .post-item-meta { padding-right:0px; }
	.single .post-single-related .post-item .post-item-meta .comments { display:none; }
	
	.single #comments .comments-list ul { padding-left:0px; }
	.single #comments .comments-list li article { padding-left:85px; }
	.single #comments .comments-list li article .comment-avatar {
		width:60px;
		height:60px;
	}
	.single #comments .comments-list li article .comment-wrap { padding:15px 15px 1px; }
	.single #comments .comments-list li article .comment-wrap:before { top:16px; }
	
	.single-product .post-single-tabs .nav-tabs.affa-nav-tabs > li { padding:0px 10px; }
	.single-product .post-single-content .post-single-title {
		font-size:28px;
		line-height:36px;
	}
	.single-product .post-single-content .post-content-price .price-discount { font-size:28px; }
	.single-product .post-single-content .post-content-price .price-original { padding-top:3px; }
	.single-product .post-single-meta p { margin:0px 7px; }
	
	.affa-portfolios-list-widget ul li { width:33.33%; }
	.affa-portfolios-list-widget.portfolios-list-3col ul li { width:50% }
	
	.affa-posts-tab-widget .nav-tabs.affa-nav-tabs > li { padding-right:10px; }
	.affa-posts-tab-widget .list-posts li, .affa-posts-tab-widget .list-comments li, .affa-products-list-widget ul li, #bottom .affa-products-list-widget ul li { padding:0px; }
	.affa-posts-tab-widget .list-posts li .post-item-thumbnail, .affa-posts-tab-widget .list-comments li img, .affa-products-list-widget ul li .post-item-thumbnail { display:none; }
	.affa-posts-tab-widget .list-posts li .post-item-txt, .affa-posts-tab-widget .list-comments li .comment-txt, .affa-products-list-widget ul li .post-item-txt { min-height:0px; }
	
	.affa-subscribe-widget .affa-form-subscribe { padding:0px; }
	.affa-subscribe-widget .affa-form-subscribe input[type="submit"] {
		position:static;
		top:auto;
		right:auto;
		width:100%;
		margin-top:10px;
	}
	
	.padding-top0-sm { padding-top:0px; }
	.padding-top10-sm { padding-top:10px; }
	.padding-top20-sm { padding-top:20px; }
	.padding-top30-sm { padding-top:30px; }
	.padding-top40-sm { padding-top:40px; }
	.padding-top50-sm { padding-top:50px; }
	.padding-top60-sm { padding-top:60px; }
	.padding-top70-sm { padding-top:70px; }
	.padding-top80-sm { padding-top:80px; }
	.padding-top90-sm { padding-top:90px; }
	.padding-top100-sm { padding-top:100px; }
	.padding-top110-sm { padding-top:110px; }
	.padding-top120-sm { padding-top:120px; }
	.padding-top130-sm { padding-top:130px; }
	.padding-top140-sm { padding-top:140px; }
	
	.padding-bottom0-sm  { padding-bottom:0px; }
	.padding-bottom10-sm { padding-bottom:10px; }
	.padding-bottom20-sm { padding-bottom:20px; }
	.padding-bottom30-sm { padding-bottom:30px; }
	.padding-bottom40-sm { padding-bottom:40px; }
	.padding-bottom50-sm { padding-bottom:50px; }
	.padding-bottom60-sm { padding-bottom:60px; }
	.padding-bottom70-sm { padding-bottom:70px; }
	.padding-bottom80-sm { padding-bottom:80px; }
	.padding-bottom90-sm { padding-bottom:90px; }
	.padding-bottom100-sm { padding-bottom:100px; }
	.padding-bottom110-sm { padding-bottom:110px; }
	.padding-bottom120-sm { padding-bottom:120px; }
	.padding-bottom130-sm { padding-bottom:130px; }
	.padding-bottom140-sm { padding-bottom:140px; }
	
	.padding-right0-sm { padding-right:0px; }
	.padding-left0-sm { padding-left:0px; }
	
	.margin-top0-sm { margin-top:0px; }
	.margin-top10-sm { margin-top:10px; }
	.margin-top20-sm { margin-top:20px; }
	.margin-top30-sm { margin-top:30px; }
	.margin-top40-sm { margin-top:40px; }
	.margin-top50-sm { margin-top:50px; }
	.margin-top60-sm { margin-top:60px; }
	.margin-top70-sm { margin-top:70px; }
	.margin-top80-sm { margin-top:80px; }
	.margin-top90-sm { margin-top:90px; }
	.margin-top100-sm { margin-top:100px; }
	.margin-top110-sm { margin-top:110px; }
	.margin-top120-sm { margin-top:120px; }
	.margin-top130-sm { margin-top:130px; }
	.margin-top140-sm { margin-top:140px; }
	
	.margin-bottom0-sm  { margin-bottom:0px; }
	.margin-bottom10-sm { margin-bottom:10px; }
	.margin-bottom20-sm { margin-bottom:20px; }
	.margin-bottom30-sm { margin-bottom:30px; }
	.margin-bottom40-sm { margin-bottom:40px; }
	.margin-bottom50-sm { margin-bottom:50px; }
	.margin-bottom60-sm { margin-bottom:60px; }
	.margin-bottom70-sm { margin-bottom:70px; }
	.margin-bottom80-sm { margin-bottom:80px; }
	.margin-bottom90-sm { margin-bottom:90px; }
	.margin-bottom100-sm { margin-bottom:100px; }
	.margin-bottom110-sm { margin-bottom:110px; }
	.margin-bottom120-sm { margin-bottom:120px; }
	.margin-bottom130-sm { margin-bottom:130px; }
	.margin-bottom140-sm { margin-bottom:140px; }
	
	.margin-right0-sm { margin-right:0px; }
	.margin-left0-sm { margin-left:0px; }
	
	.margin-top5-min-sm { margin-top:-5%; }
	.margin-top10-min-sm { margin-top:-10%; }
	.margin-top15-min-sm { margin-top:-15%; }
	.margin-top20-min-sm { margin-top:-20%; }
	.margin-top25-min-sm { margin-top:-25%; }
	.margin-top30-min-sm { margin-top:-30%; }
	.margin-top35-min-sm { margin-top:-35%; }
	.margin-top40-min-sm { margin-top:-40%; }
	.margin-top45-min-sm { margin-top:-45%; }
	.margin-top50-min-sm { margin-top:-50%; }
	
	.margin-bottom5-min-sm { margin-bottom:-5%; }
	.margin-bottom10-min-sm { margin-bottom:-10%; }
	.margin-bottom15-min-sm { margin-bottom:-15%; }
	.margin-bottom20-min-sm { margin-bottom:-20%; }
	.margin-bottom25-min-sm { margin-bottom:-25%; }
	.margin-bottom30-min-sm { margin-bottom:-30%; }
	.margin-bottom35-min-sm { margin-bottom:-35%; }
	.margin-bottom40-min-sm { margin-bottom:-40%; }
	.margin-bottom45-min-sm { margin-bottom:-45%; }
	.margin-bottom50-min-sm { margin-bottom:-50%; }
	
}

@media (max-width: 848px) {
	
	.carousel-slider.carousel-arrows .slick-prev { left:15px; }
	.carousel-slider.carousel-arrows .slick-next { right:15px; }
	
}

@media (max-width: 767px) {
	
	body.nav-mobile-open #body-wrap, body.nav-mobile-on.nav-mobile-open #body-wrap, body.nav-shop-filter-open #body-wrap { left:50%; }
	
	.static-wrap .modal-dialog {
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.list-row-icons li { width:20%; }
	
	.text-center-xs { text-align:center; }
	.text-padding, .post-heading-center, .post-heading-center2 { padding:0px; }
	
	.img-padding-xs { padding:0px 25%; }
	
	.sep-border-shadow { background-size:100%; }
	
	.text-center-xs .post-heading-left2 h2:after, .text-center-xs .post-heading-left2 h4:after, .post-heading-left2.text-center-xs h2:after, .post-heading-left2.text-center-xs h4:after {
		margin-right:auto;
		margin-left:auto;
	}
	
	.carousel-slider .slide-content .slide-content-txt, .carousel-slider .slide-content.slide-content-center .slide-content-txt, .carousel-slider .slide-content.slide-content-right .slide-content-txt {
		left:20px;
		right:20px;
	}
	.carousel-slider .slide-content .slide-content-txt {
		max-width:none;
		padding:20px 25px;
		margin-top:-100px;
	}
	.carousel-slider .slide-content.slide-content-center .slide-content-txt { margin-top:-160px; }
	.carousel-slider .slide-content .slide-content-txt h4 {
		font-size:24px;
		line-height:34px;
	}
	.carousel-slider .slide-content .slide-content-txt p {
		font-size:15px;
		line-height:26px;
		margin-top:10px;
	}
	.carousel-slider .slide-content .slide-content-txt .slide-content-btn { margin-top:15px; }
	
	.carousel-slider.carousel-testimonials, .carousel-slider.carousel-tweets {
		min-height:0px;
		padding:5px 0px 60px;
	}
	.carousel-slider.carousel-testimonials:before, .carousel-slider.carousel-tweets:before { width:auto; }
	.carousel-slider.carousel-testimonials .slick-prev, .carousel-slider.carousel-testimonials .slick-next, .carousel-slider.carousel-tweets .slick-prev, .carousel-slider.carousel-tweets .slick-next {
		top:auto;
		bottom:0px;
	}
	.carousel-slider.carousel-testimonials .slick-prev, .carousel-slider.carousel-tweets .slick-prev {
		right:50%;
		margin-right:4px;
	}
	.carousel-slider.carousel-testimonials .slick-next, .carousel-slider.carousel-tweets .slick-next {
		right:auto;
		left:50%;
		margin-left:4px;
	}
	
	a.scrollup { display:none; }
	
	#header.header-4.header-page { padding-top:0px; }
	#header.header-4.header-nav-bottom .navigation-wrap { padding-bottom:0px; }
	#header.header-4 #navigation { display:none; }
	#header.header-4 #nav-mobile-top { display:block; }
	
	#nav-mobile, body.nav-mobile-on #nav-mobile, #nav-shop-filter {
		left:-50%;
		width:50%;
	}
	body.nav-mobile-open #nav-mobile, body.nav-mobile-on.nav-mobile-open #nav-mobile, body.nav-shop-filter-open #nav-shop-filter { left:0px; }
	
	#header .header-overlay, #header.header-3 .header-overlay { padding-top:0px; }
	#header .header-txt {
		font-size:18px;
		line-height:30px;
		padding:19% 0px 0px;
	}
	#header .header-txt.header-txt-left { padding-right:19%; }
	#header .header-txt.header-txt-right { padding-left:19%; }
	#header .header-txt.header-txt-center { padding-top:21%; }
	#header .header-txt h1 {
		font-size:42px;
		line-height:52px;
		letter-spacing:1px;
	}
	#header .header-txt.header-txt2 h1 { padding:2px 10px; }
	#header .header-txt h2 {
		font-size:22px;
		line-height:34px;
	}
	#header .header-txt.header-txt2 h2 {
		font-size:30px;
		padding:2px 10px;
		margin-top:6px;
	}
	#header .header-txt .btn-section .btn-custom, #header .header-txt .btn-section .btn-play, #header .sp-slide .header-txt .sp-layer.sp-layer-3 .btn-custom, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-4 .btn-custom, #header .sp-slide .header-txt .sp-layer.sp-layer-3 .btn-play, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-4 .btn-play { margin-right:20px; }
	#header .header-txt.header-txt-center .btn-section .btn-custom, #header .header-txt.header-txt-center .btn-section .btn-play, #header .sp-slide .header-txt.header-txt-center .sp-layer.sp-layer-3 .btn-custom, #header .sp-slide .header-txt.header-txt-center .sp-layer.sp-layer-3 .btn-play { margin:0px 10px; }
	#header .slider-pro .header-txt { padding-top:16%; }
	#header .slider-pro .header-txt.header-txt-center { padding-top:18%; }
	#header .slider-pro p.sp-layer {
		font-size:18px;
		line-height:30px;
	}
	#header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-2 { margin-top:6px; }
	
	#header .carousel-slider .slick-dots { bottom:10px; }
	
	#header .header-content .header-content-overlay {
		height:auto !important;
		min-height:0px;
	}
	#header .header-content .header-content-wrap {
		position:static;
		top:auto;
		right:auto;
		left:auto;
		padding:100px 0px;
		margin:0px;
	}
	#header.header-transparent .header-content .header-content-wrap, #header.header-nav-bottom .header-content .header-content-wrap { margin:0px; }
	#header .header-content .header-content-title h1 {
		font-size:40px;
		line-height:48px;
	}
	#header .header-content .header-content-title p {
		font-size:18px;
		line-height:32px;
		margin-top:25px;
	}
	#header .header-content .header-content-btn { margin-top:40px; }
	
	#header .header-content2 .header-content-title h1 {
		font-size:36px;
		line-height:48px;
		letter-spacing:1.5px;
	}
	#header .header-content2 .header-content-title .btn-play { margin-top:30px; }
	#header .header-content2 .header-content-form { margin-top:40px; }
	
	#header .header-content3 .header-content-img { height:340px; }
	#header .header-content3 .header-content-form {
		padding-right:15px;
		padding-left:15px;
	}
	#header .header-content3 .header-content-form .submit-status span {
		width:auto;
		right:15px;
		left:15px;
		margin-left:0px;
	}
	#header .header-content3 .header-content-form form { width:auto; }
	
	#header .header-content4 .header-content-overlay { padding:60px 0px; }
	#header.header-transparent .header-content4 .header-content-overlay { padding-top:60px; }
	#header .header-content4 .header-content-form {
		max-width:480px;
		margin-top:40px;
	}
	#header .header-content4 .header-content-form form {
		border:0px;
		border-radius:0px;
		box-shadow:none;
	}
	#header .header-content4 .header-content-form form .form-col-input, #header .header-content4 .header-content-form form .form-col-submit {
		float:none;
		width:auto;
	}
	#header .header-content4 .header-content-form form .form-col-input { margin-bottom:15px; }
	#header .header-content4 .header-content-form form .form-col-submit {
		position:static;
		height:auto;
	}
	#header .header-content4 .header-content-form form input[type="text"], #header .header-content4 .header-content-form form input[type="email"] {
		border:1px solid #e9e9e9;
		border-radius:3px;
		box-shadow:inset -2px 2px 2px rgba(0,0,0,.05);
	}
	#header .header-content4 .header-content-form form .form-col-input:first-child input[type="text"], #header .header-content4 .header-content-form form .form-col-input:first-child input[type="email"] { border:1px solid #e9e9e9; }
	#header .header-content4 .header-content-form form input[type="text"]:focus, #header .header-content4 .header-content-form form input[type="email"]:focus, #header .header-content4 .header-content-form form .form-col-input:first-child input[type="text"]:focus, #header .header-content4 .header-content-form form .form-col-input:first-child input[type="email"]:focus { border-color:#d0d0d0; }
	#header .header-content4 .header-content-form form input[type="text"].error, #header .header-content4 .header-content-form form input[type="email"].error { border-color:#f7bdbd; }
	#header .header-content4 .header-content-form form input[type="submit"] {
		position:static;
		top:auto;
		right:auto;
		bottom:auto;
		border-radius:3px;
	}
	
	#header .header-content5 .header-content-txt {
		position:static;
		top:auto;
		right:auto;
		max-width:none;
		padding:20px 25px;
		margin-top:10%;
	}
	#header .header-content5.header-content-right .header-content-txt { left:auto; }
	#header .header-content5.header-content-center .header-content-txt {
		right:auto;
		left:auto;
		padding:20px 25px;
		margin-top:5%;
	}
	#header .header-content5 .header-content-txt h4 {
		font-size:24px;
		line-height:34px;
		letter-spacing:1px;
	}
	#header .header-content5 .header-content-txt p {
		font-size:16px;
		line-height:28px;
		margin-top:10px;
	}
	#header .header-content5 .header-content-txt .header-content-btn { margin-top:20px; }
	#header .header-content5 .header-content-txt .header-content-btn .btn-custom { margin:0px 5px; }
	
	#header .sub-header .container { padding:0px 20px; }
	
	#header .sub-header3 .sub-header-txt .header-title {
		font-size:42px;
		line-height:54px;
	}
	#header .sub-header3 .sub-header-txt figure { padding:0px 12%; }
	
	.affa-post2.post-thumbnail-left .post-item-thumbnail { margin-bottom:15px; }
	.affa-post2.post-thumbnail-left .post-item-meta { margin-top:20px; }
	
	.affa-feature-icon-left { text-align:center; }
	.affa-feature-icon-left > .ion {
		font-size:48px;
		margin-bottom:20px;
	}
	.affa-feature-icon-left > p { margin-top:20px; }
	
	.affa-feature-icon-left2 { text-align:center; }
	.affa-feature-icon-left2 > h4 {
		min-height:0px;
		padding:0px;
	}
	.affa-feature-icon-left2 > h4 .ion {
		display:block;
		position:static;
		top:auto;
		left:auto;
		font-size:36px;
		margin:0px auto 15px;
	}
	
	.affa-feature-col {
		height:300px;
		padding:50px 80px 0px;
	}
	.affa-feature-col:hover {
		padding-right:100px;
		padding-left:60px;
	}
	.affa-feature-col .feature-icon { top:-30%; }
	.affa-feature-col-img { height:300px; }
	
	.affa-col-half .col-img { height:360px; }
	
	.affa-feature-icon-box, .affa-feature-icon-box2, .affa-portfolio, .affa-post, .affa-product, .affa-products-cat, .affa-team4, .affa-tbl-pricing .tbl-prc-col, .affa-tbl-pricing2 .tbl-prc-wrap {
		max-width:450px;
		margin-right:auto;
		margin-left:auto;
	}
	
	.affa-feature-icon-box2:hover .feature-icon-box-wrap { margin-top:-100px; }
	
	.affa-quote {
		padding-right:55px;
		padding-left:55px;
	}
	.affa-quote2 { padding:0px; }
	
	.affa-testimonial { text-align:center; }
	.affa-testimonial h4 { display:inline-block; }
	
	.affa-tweet { text-align:center; }
	
	.affa-team5 {
		max-width:560px;
		margin-right:auto;
		margin-left:auto;
	}
	
	.affa-tbl-pricing.tbl-prc-recommended { padding-top:0px; }
	.affa-tbl-pricing .tbl-prc-col.tbl-prc-col-recommended { margin-top:0px; }
	
	.affa-tbl-pricing2.tbl-prc-recommended { padding:0px; }
	.affa-tbl-pricing2 > .row { border:0px; }
	.affa-tbl-pricing2 .tbl-prc-wrap {
		margin-bottom:40px;
		border:10px solid #f9f9f9;
	}
	.affa-tbl-pricing2 > .row > div:last-child .tbl-prc-wrap { margin-bottom:0px; }
	.affa-tbl-pricing2 .tbl-prc-col { border-right:1px solid #EEE; }
	.affa-tbl-pricing2 .tbl-prc-wrap.tbl-prc-col-recommended { margin:0px auto 40px; }
	
	.row-clients > div, .row-clients2 > div {
		float:left;
		width:33.33%;
	}
	.row.row-clients2 {
		margin-right:0px;
		margin-left:0px;
	}
	.row-clients2 .affa-client-logo { padding:20px 10%; }
	.row-clients2 .affa-client-logo.no-border-right-xs { border-right:0px; }
	.row-clients2 .affa-client-logo.no-border-bottom-xs { border-bottom:0px; }
	
	.affa-call-action h2 {
		display:block;
		white-space:normal;
		margin-bottom:25px;
	}
	.affa-call-action .btn-custom { margin:0px; }
	
	.affa-call-action2 {
		text-align:center;
		min-height:0px;
		padding:0px;
	}
	.affa-call-action2 .call-action-btn {
		position:static;
		top:auto;
		right:auto;
		padding:0px;
		margin-top:25px;
	}
	
	.row-counter, .row-countdown { padding:0px 15%; }
	.row-counter > div, .row-countdown > div, .isotope-row > div {
		float:left;
		width:50%;
	}
	
	.row-countdown.row-border > div .affa-countdown:after { display:none; }
	
	.affa-nav-tabs-wrap .nav-tabs {
		float:none;
		width:auto;
	}
	.affa-nav-tabs-wrap .tab-content {
		float:none;
		width:auto;
		padding:0px;
		border:0px;
	}
	
	.nav-tabs.affa-nav-tabs2 {
		max-width:450px;
		margin:0px auto 30px;
		border:0px;
	}
	.nav-tabs.affa-nav-tabs2 > li {
		float:none;
		width:auto;
		text-align:center;
	}
	.nav-tabs.affa-nav-tabs2.nav-tabs-center > li { display:block; }
	.nav-tabs.affa-nav-tabs2 > li.active > a, .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .nav-tabs.affa-nav-tabs2 > li.active > a:focus, .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus { border-color:#e9e9e9; }
	.bg-grey .nav-tabs.affa-nav-tabs2 > li.active > a, .bg-grey .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .bg-grey .nav-tabs.affa-nav-tabs2 > li.active > a:focus, .bg-grey .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .bg-grey .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .bg-grey .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus { border-color:#e0e0e0; }
	.text-white .nav-tabs.affa-nav-tabs2 > li.active > a, .text-white .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .text-white .nav-tabs.affa-nav-tabs2 > li.active > a:focus, .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a, .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a:focus, .text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus, .bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus { border-color:rgba(255,255,255,.25); }
	.ie .text-white .nav-tabs.affa-nav-tabs2 > li.active > a, .ie .text-white .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .ie .text-white .nav-tabs.affa-nav-tabs2 > li.active > a:focus, .ie .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a, .ie .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .ie .bg-color.text-white .nav-tabs.affa-nav-tabs2 > li.active > a:focus, .ie .text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .ie .text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .ie .text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus, .ie .bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a, .ie .bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:hover, .ie .bg-color.text-white .affa-nav-tabs-wrap .nav-tabs.affa-nav-tabs2 > li.active > a:focus { border-color:#FFF; }
	
	.affa-tab-menu {
		overflow:hidden;
		text-align:left;
		padding-bottom:10px;
		border-bottom:1px solid #e9e9e9;
	}
	.affa-tab-menu a {
		float:left;
		width:50%;
		line-height:20px;
		padding:0px 20px 0px 0px;
		margin:0px 0px 12px;
	}
	.affa-tab-menu a.current {
		color:#FFCF0D;
		background-color:transparent;
	}
	
	.isotope-menu {
		overflow:hidden;
		text-align:left;
		padding-bottom:10px;
	}
	.isotope-menu a {
		float:left;
		width:50%;
		padding:0px 20px 0px 0px;
		margin:0px 0px 12px;
		border:0px;
	}
	
	.isotope-row-masonry > div {
		float:left;
		width:49.9%;
	}
	.isotope-row-masonry-noset > div { width:100%; }
	
	.single .post-single-featured.featured-quote {
		text-align:center;
		padding:20px 20px 30px;
	}
	.single .post-single-featured.featured-link {
		text-align:center;
		padding:10px 20px 30px;
	}
	.single .post-single-featured.featured-quote:before, .single .post-single-featured.featured-link:before {
		display:block;
		position:static;
		top:auto;
		left:auto;
		width:auto;
		margin-bottom:15px;
	}
	.single .post-single-featured.featured-link:before { margin-bottom:5px; }
	.single .post-single-featured.featured-quote h4 { display:inline-block; }
	.single .post-single-shares {
		text-align:center;
		padding:10px 10px 15px;
	}
	.single .post-single-shares h4 {
		float:none;
		margin:0px;
	}
	.single .post-single-shares .post-shares-list { float:none; }
	.single .post-single-shares .post-shares-list a {
		display:inline-block;
		float:none;
		margin-right:2px;
		margin-left:2px;
	}
	.single .post-single-nav a {
		display:block;
		float:none;
		width:auto;
		padding-right:0px;
	}
	.single .post-single-nav a.nav-next {
		padding-top:20px;
		padding-left:0px;
		border-top:1px dotted #e0e0e0;
	}
	.single .bypostauthor {
		text-align:center;
		padding-left:0px;
		min-height:0px;
	}
	.single .bypostauthor img {
		position:static;
		margin-bottom:20px;
		border-radius:50%;
	}
	
	.single-portfolio .post-single-nav {
		text-align:center;
		padding-right:0px;
	}
	.single-portfolio .post-single-nav .post-nav-link {
		display:inline-block;
		position:static;
		top:auto;
		right:auto;
		padding:0px;
		margin-top:10px;
	}
	
	.single-product .post-single-tabs .nav-tabs.affa-nav-tabs {
		text-align:left;
		padding-bottom:10px;
	}
	.single-product .post-single-tabs .nav-tabs.affa-nav-tabs > li {
		display:block;
		padding:0px;
		margin-bottom:12px;
	}
	.single-product .post-single-tabs .nav-tabs.affa-nav-tabs > li > a {
		padding:0px;
		border-bottom:0px;
	}
	.single-product .post-single-tabs table tr, .single-product .post-single-tabs table td, .single-product .post-single-tabs table th { display:block; }
	.single-product .post-single-tabs table tr { padding:20px 0px; }
	.single-product .post-single-tabs table tr:first-child { padding-top:0px; }
	.single-product .post-single-tabs table tr:last-child { padding-bottom:0px; }
	.single-product .post-single-tabs table tr td { padding:0px; }
	.single-product .post-single-tabs table tr th {
		font-size:16px;
		padding:0px;
		margin-bottom:5px;
	}
	.single-product .post-single-meta {
		font-size:14px;
		text-align:left;
	}
	.single-product .post-single-meta p {
		display:block;
		margin:0px 0px 5px;
	}
	.single-product .post-single-meta p:last-child { margin-bottom:0px; }
	
	.woocommerce table.shop_table .product-remove {
		padding-right:5px;
		padding-left:5px;
	}
	.woocommerce table.shop_table .product-thumbnail { display:none; }
	.woocommerce table.shop_table tbody .product-quantity input { width:70px; }
	.woocommerce table.shop_table tbody .cart_footer .coupon input[type="text"] { width:240px; }
	
	.affa-posts-tab-widget .nav-tabs.affa-nav-tabs > li { padding-right:40px; }
	.affa-posts-tab-widget .list-posts li, .affa-posts-tab-widget .list-comments li, .affa-products-list-widget ul li, #bottom .affa-products-list-widget ul li { padding-left:110px; }
	.affa-posts-tab-widget .list-posts li .post-item-thumbnail, .affa-posts-tab-widget .list-comments li img, .affa-products-list-widget ul li .post-item-thumbnail {
		width:90px;
		height:90px;
	}
	.affa-posts-tab-widget .list-posts li .post-item-txt, .affa-posts-tab-widget .list-comments li .comment-txt, .affa-products-list-widget ul li .post-item-txt { min-height:90px; }
	
	.affa-subscribe-widget.subscribe-widget-block .affa-form-subscribe { padding-right:118px; }
	.affa-subscribe-widget.subscribe-widget-block .affa-form-subscribe input[type="submit"] {
		position:absolute;
		top:0px;
		right:0px;
		width:110px;
		margin:0px;
	}
	
	#sidebar .affa-portfolios-list-widget ul li { width:25%; }
	
	#sidebar.right-sidebar { padding-top:20px; }
	#sidebar.left-sidebar { padding-bottom:10px; }
	
	#footer { text-align:center; }
	#footer.footer-2 .container > p, #footer.footer-5 .container > p, #footer .footer-nav, #footer.footer-2 .footer-nav, #footer .footer-nav ul li a, #footer .footer-socials ul, #footer .footer-socials2 { float:none; }
	#footer.footer-6 .container > p {
		float:none;
		padding:0px;
	}
	#footer.footer-2 .footer-nav { margin-top:10px; }
	#footer .footer-nav ul li {
		display:inline;
		float:none;
		padding-left:5px;
	}
	#footer .footer-socials {
		float:none;
		overflow:hidden;
		padding-top:15px;
	}
	#footer .footer-socials ul li {
		display:inline-block;
		float:none;
		padding:5px 2px;
	}
	#footer .footer-socials ul li a {
		display:inline-block;
		float:none;
	}
	#footer .footer-socials2 { margin-top:15px; }
	#footer.footer-6 .footer-socials2 {
		float:none;
		padding:0px;
		margin:0px 0px 25px;
	}
	#footer .footer-socials2 ul li { margin:0px 8px; }
	#footer.footer-6 .footer-socials2 ul li { margin:0px 10px; }
	#footer.footer-6 .footer-logo {
		position:static;
		top:auto;
		left:auto;
		width:auto;
		margin:0px 0px 30px;
	}
	#footer.footer-6 .footer-logo img {
		height:auto;
		max-height:70px;
	}
	
	.padding-top0-xs { padding-top:0px; }
	.padding-top10-xs { padding-top:10px; }
	.padding-top20-xs { padding-top:20px; }
	.padding-top30-xs { padding-top:30px; }
	.padding-top40-xs { padding-top:40px; }
	.padding-top50-xs { padding-top:50px; }
	.padding-top60-xs { padding-top:60px; }
	.padding-top70-xs { padding-top:70px; }
	.padding-top80-xs { padding-top:80px; }
	.padding-top90-xs { padding-top:90px; }
	.padding-top100-xs { padding-top:100px; }
	.padding-top110-xs { padding-top:110px; }
	.padding-top120-xs { padding-top:120px; }
	.padding-top130-xs { padding-top:130px; }
	.padding-top140-xs { padding-top:140px; }
	
    .padding-left100-xs { padding-left:100px !important; }
    
	.padding-bottom0-xs  { padding-bottom:0px; }
	.padding-bottom10-xs { padding-bottom:10px; }
	.padding-bottom20-xs { padding-bottom:20px; }
	.padding-bottom30-xs { padding-bottom:30px; }
	.padding-bottom40-xs { padding-bottom:40px; }
	.padding-bottom50-xs { padding-bottom:50px; }
	.padding-bottom60-xs { padding-bottom:60px; }
	.padding-bottom70-xs { padding-bottom:70px; }
	.padding-bottom80-xs { padding-bottom:80px; }
	.padding-bottom90-xs { padding-bottom:90px; }
	.padding-bottom100-xs { padding-bottom:100px; }
	.padding-bottom110-xs { padding-bottom:110px; }
	.padding-bottom120-xs { padding-bottom:120px; }
	.padding-bottom130-xs { padding-bottom:130px; }
	.padding-bottom140-xs { padding-bottom:140px; }
	
	.padding-right0-xs { padding-right:0px; }
	.padding-left0-xs { padding-left:0px; }
	
	.margin-top0-xs { margin-top:0px; }
	.margin-top10-xs { margin-top:10px; }
	.margin-top20-xs { margin-top:20px; }
	.margin-top30-xs { margin-top:30px; }
	.margin-top40-xs { margin-top:40px; }
	.margin-top50-xs { margin-top:50px; }
	.margin-top60-xs { margin-top:60px; }
	.margin-top70-xs { margin-top:70px; }
	.margin-top80-xs { margin-top:80px; }
	.margin-top90-xs { margin-top:90px; }
	.margin-top100-xs { margin-top:100px; }
	.margin-top110-xs { margin-top:110px; }
	.margin-top120-xs { margin-top:120px; }
	.margin-top130-xs { margin-top:130px; }
	.margin-top140-xs { margin-top:140px; }
	
	.margin-bottom0-xs  { margin-bottom:0px; }
	.margin-bottom10-xs { margin-bottom:10px; }
	.margin-bottom20-xs { margin-bottom:20px; }
	.margin-bottom30-xs { margin-bottom:30px; }
	.margin-bottom40-xs { margin-bottom:40px; }
	.margin-bottom50-xs { margin-bottom:50px; }
	.margin-bottom60-xs { margin-bottom:60px; }
	.margin-bottom70-xs { margin-bottom:70px; }
	.margin-bottom80-xs { margin-bottom:80px; }
	.margin-bottom90-xs { margin-bottom:90px; }
	.margin-bottom100-xs { margin-bottom:100px; }
	.margin-bottom110-xs { margin-bottom:110px; }
	.margin-bottom120-xs { margin-bottom:120px; }
	.margin-bottom130-xs { margin-bottom:130px; }
	.margin-bottom140-xs { margin-bottom:140px; }
	
	.margin-right0-xs { margin-right:0px; }
	.margin-left0-xs { margin-left:0px; }
	
	.margin-top5-min-xs { margin-top:-5%; }
	.margin-top10-min-xs { margin-top:-10%; }
	.margin-top15-min-xs { margin-top:-15%; }
	.margin-top20-min-xs { margin-top:-20%; }
	.margin-top25-min-xs { margin-top:-25%; }
	.margin-top30-min-xs { margin-top:-30%; }
	.margin-top35-min-xs { margin-top:-35%; }
	.margin-top40-min-xs { margin-top:-40%; }
	.margin-top45-min-xs { margin-top:-45%; }
	.margin-top50-min-xs { margin-top:-50%; }
	
	.margin-bottom5-min-xs { margin-bottom:-5%; }
	.margin-bottom10-min-xs { margin-bottom:-10%; }
	.margin-bottom15-min-xs { margin-bottom:-15%; }
	.margin-bottom20-min-xs { margin-bottom:-20%; }
	.margin-bottom25-min-xs { margin-bottom:-25%; }
	.margin-bottom30-min-xs { margin-bottom:-30%; }
	.margin-bottom35-min-xs { margin-bottom:-35%; }
	.margin-bottom40-min-xs { margin-bottom:-40%; }
	.margin-bottom45-min-xs { margin-bottom:-45%; }
	.margin-bottom50-min-xs { margin-bottom:-50%; }
	
}

@media (min-width: 481px) and (max-width: 767px) {
	
	.row-clients2 .affa-client-logo.no-border-right-xs-3 { border-right:0px; }
	.row-clients2 .affa-client-logo.no-border-bottom-xs-3 { border-bottom:0px; }
	
}

@media (max-width: 640px) {
	
	body.nav-mobile-open #body-wrap, body.nav-mobile-on.nav-mobile-open #body-wrap, body.nav-shop-filter-open #body-wrap { left:60%; }
	
	.img-padding-xs { padding:0px 18%; }
	
	.carousel-slider .slide-content.slide-content-center .slide-content-txt { margin-top:-120px; }
	.carousel-slider .slide-content .slide-content-txt .slide-content-btn { display:none; }
	
	#nav-mobile, body.nav-mobile-on #nav-mobile, #nav-shop-filter {
		left:-60%;
		width:60%;
	}
	body.nav-mobile-open #nav-mobile, body.nav-mobile-on.nav-mobile-open #nav-mobile, body.nav-shop-filter-open #nav-shop-filter { left:0px; }
	
	#header .header-txt { padding-top:15%; }
	#header .header-txt.header-txt-left { padding-right:8%; }
	#header .header-txt.header-txt-right { padding-left:8%; }
	#header .header-txt.header-txt-center { padding-top:17%; }
	#header .slider-pro .header-txt { padding-top:12%; }
	#header .slider-pro .header-txt.header-txt-center { padding-top:14%; }
	
	#header .header-content .header-content-wrap { padding:80px 0px; }
	
	#header .header-content5.header-content-right { text-align:right; }
	#header .header-content5.header-content-center { text-align:center; }
	#header .header-content5 .header-content-txt, #header .header-content5.header-content-center .header-content-txt {
		display:inline-block;
		padding:10px 15px;
		margin-top:15%;
	}
	#header .header-content5.header-content-right .header-content-txt { text-align:left; }
	#header .header-content5 .header-content-txt p, #header .header-content5 .header-content-txt .header-content-btn { display:none; }
	
	.affa-feature-col {
		height:280px;
		padding:40px 60px 0px;
	}
	.affa-feature-col:hover {
		padding-right:80px;
		padding-left:40px;
	}
	.affa-feature-col .feature-icon { top:-32%; }
	.affa-feature-col-img { height:280px; }
	
	.affa-quote.affa-quote-left {
		width:auto;
		padding-right:0px;
		padding-left:55px;
	}
	.affa-quote.affa-quote-right {
		width:auto;
		padding-right:55px;
		padding-left:0px;
	}
	
	.affa-client-logo { padding:0px 5%; }
	.affa-client-logo.logo-border { padding:8% 12%; }
	
	.row-counter, .row-countdown { padding:0px 10%; }
	
	.archive-product .products-nav { text-align:center; }
	.archive-product .products-nav .products-nav-txt, .archive-product .products-nav .products-nav-txt p, .archive-product .products-nav .products-nav-options { float:none; }
	.archive-product .products-nav .products-nav-txt p { margin-bottom:8px; }
	.archive-product .products-nav .products-nav-txt .products-nav-filter {
		display:inline-block;
		float:none;
		margin:0px 0px 8px;
	}
	.archive-product .products-nav .products-nav-options .option-selected { display:inline-block; }
	.archive-product .products-nav .products-nav-options .options-list {
		right:50%;
		margin-right:-120px;
	}
	
	.single #comments .comments-list ul { padding-left:20px; }
	
	.page-404 .page-title {
		font-size:192px;
		letter-spacing:8px;
	}
	
}

@media (max-width: 560px) {
	
	body.nav-mobile-open #body-wrap, body.nav-mobile-on.nav-mobile-open #body-wrap, body.nav-shop-filter-open #body-wrap { left:70%; }
	
	.img-padding-xs { padding:0px 12%; }
	
	.list-row-icons li { width:25%; }
	
	.carousel-slider .slide-content .slide-content-txt {
		text-align:center;
		padding:10px 15px;
		margin-top:-60px;
	}
	.carousel-slider .slide-content.slide-content-center .slide-content-txt { margin-top:-60px; }
	.carousel-slider .slide-content .slide-content-txt p { display:none; }
	
	#nav-mobile, body.nav-mobile-on #nav-mobile, #nav-shop-filter {
		left:-70%;
		width:70%;
	}
	body.nav-mobile-open #nav-mobile, body.nav-mobile-on.nav-mobile-open #nav-mobile, body.nav-shop-filter-open #nav-shop-filter { left:0px; }
	
	#header .header-txt { padding-top:10%; }
	#header .header-txt.header-txt-left { padding-right:0px; }
	#header .header-txt.header-txt-right { padding-left:0px; }
	#header .header-txt.header-txt-center { padding-top:12%; }
	#header .slider-pro .header-txt { padding-top:7%; }
	#header .slider-pro .header-txt.header-txt-center { padding-top:9%; }
	
	#header .header-content3 .header-content-img { height:300px; }
	#header .header-content3 .header-content-form .header-form-title { margin-bottom:20px; }
	#header .header-content3 .header-content-form .header-form-title h1 {
		font-size:28px;
		line-height:38px;
	}
	#header .header-content3 .header-content-form .header-form-title p {
		font-size:16px;
		line-height:28px;
	}
	#header .header-content3 .header-content-form .form-row .form-col {
		float:none;
		width:auto;
	}
/*	#header .header-content3 .header-content-form .form-checkbox { margin-bottom:30px; }*/
	
	#header .header-content5 .header-content-txt, #header .header-content5.header-content-center .header-content-txt { margin-top:12%; }
	
	#header .sub-header3 .sub-header-txt .header-title {
		font-size:36px;
		line-height:46px;
		letter-spacing:1px;
	}
	#header .sub-header3 .sub-header-txt figure { padding:0px 8%; }
	
	.affa-feature-col { padding:30px 40px 0px; }
	.affa-feature-col:hover {
		padding-right:50px;
		padding-left:30px;
	}
	.affa-feature-col .feature-icon { left:-15%; }
	
	.affa-team5 { padding-left:170px; }
	.affa-team5 > img { width:170px; }
	.affa-team5 .team-txt {
		height:170px;
		padding:13px 20px 0px;
	}
	.affa-team5 .team-heading { padding:0px; }
	.affa-team5 .team-heading .team-socials { display:none; }
	.affa-team5 .team-desc { margin-top:10px; }
	
	.row-counter, .row-countdown { padding:0px 5%; }
	
	.single #comments .comments-list ul { padding-left:0px; }
	.single #comments .comments-list li article { padding-left:85px; }
	.single #comments .comments-list li article .comment-avatar {
		width:60px;
		height:60px;
	}
	.single #comments .comments-list li article .comment-wrap { padding:15px 15px 1px; }
	.single #comments .comments-list li article .comment-wrap:before { top:16px; }
	
	.single-portfolio .post-single-thumbnail, .single-portfolio .post-single-featured { margin-bottom:25px; }
	
	.single-product .post-single-tabs #reviews .commentlist .comment_container .comment-text-header .star-rating {
		position:relative;
		top:auto;
		right:auto;
		margin-bottom:10px;
	}
	.single-product .post-single-tabs #reviews .commentlist .comment_container .comment-text-header .meta { padding-right:0px; }
	.single-product .post-single-tabs #reviews #respond .comment-form-rating label {
		display:block;
		float:none;
		margin:0px 0px 5px;
	}
	.single-product .post-single-tabs #reviews #respond .comment-form-rating .stars { float:none; }
	.single-product .post-single-tabs #reviews #respond .comment-form-rating .stars a { margin:5px 10px 5px 0px; }
	
	.woocommerce table.shop_table thead th, .woocommerce table.shop_table tbody tr td {
		padding-right:10px;
		padding-left:10px;
	}
	
}

@media (min-width: 481px) and (max-width: 560px) {
	
	.img-hover4 .overlay-masked .overlay-txt h4 {
		font-size:20px;
		line-height:28px;
	}
	
	.carousel-slider.carousel-posts { margin:0px -5px; }
	.carousel-slider.carousel-posts .slick-slide { padding:0px 5px; }
	
	.carousel-slider .affa-portfolio .post-item-txt, .isotope-row .affa-portfolio .post-item-txt, .isotope-row-masonry .affa-portfolio .post-item-txt { padding:20px 15px; }
	.carousel-slider .affa-portfolio .post-item-title, .isotope-row .affa-portfolio .post-item-title, .isotope-row-masonry .affa-portfolio .post-item-title {
		font-size:18px;
		line-height:26px;
	}
	.carousel-slider .affa-portfolio .post-item-meta, .isotope-row .affa-portfolio .post-item-meta, .isotope-row-masonry .affa-portfolio .post-item-meta { margin-top:6px; }
	
	.carousel-slider .affa-post .post-item-txt, .isotope-row .affa-post .post-item-txt, .isotope-row-masonry .affa-post .post-item-txt { padding:20px 15px 0px; }
	.carousel-slider .affa-post .post-item-title, .isotope-row .affa-post .post-item-title, .isotope-row-masonry .affa-post .post-item-title {
		font-size:18px;
		line-height:26px;
	}
	.carousel-slider .affa-post .post-item-content, .isotope-row .affa-post .post-item-content, .isotope-row-masonry .affa-post .post-item-content { padding-bottom:30px; }
	.carousel-slider .affa-post .post-item-meta, .isotope-row .affa-post .post-item-meta, .isotope-row-masonry .affa-post .post-item-meta {
		padding-right:15px;
		padding-left:15px;
		margin:0px -15px;
	}
	
}

@media (max-width: 480px) {
	
	body.nav-mobile-open #body-wrap, body.nav-mobile-on.nav-mobile-open #body-wrap, body.nav-shop-filter-open #body-wrap { left:80%; }
	
	.img-padding-xs { padding:0px 15px; }
	
	#nav-mobile, body.nav-mobile-on #nav-mobile, #nav-shop-filter {
		left:-80%;
		width:80%;
	}
	body.nav-mobile-open #nav-mobile, body.nav-mobile-on.nav-mobile-open #nav-mobile, body.nav-shop-filter-open #nav-shop-filter { left:0px; }
	
	#header .header-txt h1 {
		font-size:36px;
		line-height:46px;
	}
	#header .header-txt.header-txt2 h1 { padding:2px 7px; }
	#header .header-txt h2 {
		font-size:20px;
		line-height:32px;
	}
	#header .header-txt.header-txt2 h2 {
		font-size:26px;
		padding:2px 7px 1px;
		margin-top:4px;
	}
	#header .header-txt p, #header .sp-slide .header-txt .sp-layer.sp-layer-2 { margin-top:15px; }
	#header .header-txt.header-txt2 p, #header .header-txt .btn-section, #header .sp-slide .header-txt .sp-layer.sp-layer-3, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-3, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-4 { margin-top:20px; }
	#header .header-txt .btn-section .btn-custom, #header .header-txt .btn-section .btn-play, #header .sp-slide .header-txt .sp-layer.sp-layer-3 .btn-custom, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-4 .btn-custom, #header .sp-slide .header-txt .sp-layer.sp-layer-3 .btn-play, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-4 .btn-play { margin-right:15px; }
	#header .header-txt.header-txt-center .btn-section .btn-custom, #header .header-txt.header-txt-center .btn-section .btn-play, #header .sp-slide .header-txt.header-txt-center .sp-layer.sp-layer-3 .btn-custom, #header .sp-slide .header-txt.header-txt-center .sp-layer.sp-layer-3 .btn-play { margin:0px 5px; }
	#header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-2 { margin-top:4px; }
	
	#header .header-content .header-content-wrap { padding:60px 0px; }
	
	#header .header-content2 .header-content-form { padding:30px 25px; }
	
	#header .header-content3 .header-content-form .submit-status span { margin-top:-50px; }
	#header .header-content3 .header-content-form .submit-status span .ion {
		display:block;
		font-size:24px;
		margin:0px 0px 8px 0px;
	}
	
	#header .header-content4 .header-content-form .submit-status span { margin-top:-50px; }
	
	#header .header-content5 .header-content-txt, #header .header-content5.header-content-center .header-content-txt { margin-top:9%; }
	
	#header .sub-header3 .sub-header-txt .header-title {
		font-size:30px;
		line-height:40px;
	}
	#header .sub-header3 .sub-header-txt figure { padding:0px; }
	
	.affa-feature-icon-box2:hover .feature-icon-box-wrap { margin-top:-112px; }
	
	.affa-feature-col { padding:20px 25px 0px; }
	.affa-feature-col:hover {
		padding-right:30px;
		padding-left:20px;
	}
	
	.affa-post2 .post-item-meta ul { width:100%; }
	.affa-post2 .post-item-meta .more-link {
		float:left;
		margin:5px 0px 0px;
	}
	
	.affa-testimonial3 { text-align:center; }
	.affa-testimonial3 .testimonial-txt { padding:20px; }
	.affa-testimonial3 .testimonial-txt:after {
		left:50%;
		margin-left:-10px;
	}
	.affa-testimonial3 .testimonial-name {
		min-height:0px;
		padding:0px;
	}
	.affa-testimonial3 .testimonial-name img {
		position:static;
		top:auto;
		left:auto;
		margin-bottom:12px;
	}
	
	.affa-team5 { padding-left:120px; }
	.affa-team5 > img { width:120px; }
	.affa-team5 .team-txt {
		height:120px;
		padding:14px 16px 0px;
	}
	.affa-team5 .team-heading { padding:0px; }
	.affa-team5 .team-heading .team-socials {
		display:block;
		position:static;
		top:auto;
		right:auto;
		margin-top:10px;
	}
	.affa-team5 .team-heading .team-socials a { margin:0px 8px 0px 0px; }
	.affa-team5 .team-desc { display:none; }
	
	.affa-client-logo, .row-counter, .row-countdown { padding:0px; }
	.affa-client-logo.logo-border { padding:8% 9%; }
	.row-clients > div, .row-clients2 > div { width:50%; }
	
	.affa-form-contact .submit-status .submit-status-text {
		text-align:center;
		margin-top:-40px;
	}
	.affa-form-contact .submit-status span .ion {
		display:block;
		font-size:24px;
		text-align:center;
		margin:0px 0px 8px 0px;
	}
	
	.panel-group.affa-panel-group2 .panel-heading + .panel-collapse .panel-body { padding:25px 25px 15px; }
	
	.affa-tab-menu, .isotope-menu { text-align:center; }
	.affa-tab-menu a, .isotope-menu a {
		display:block;
		float:none;
		width:auto;
		padding:0px;
	}
	
	.isotope-row > div, .isotope-row-masonry > div {
		float:none;
		width:100%;
	}
	
	.single-portfolio .post-single-related .post-related-nav h4, .single-portfolio .post-single-related .post-related-nav .post-nav-link, .single-product .post-single-related .post-related-nav h4, .single-product .post-single-related .post-related-nav .post-nav-link { float:none; }
	.single-portfolio .post-single-related .post-related-nav .post-nav-link, .single-product .post-single-related .post-related-nav .post-nav-link {
		overflow:hidden;
		padding:0px;
		margin:8px 0px 0px;
	}
	
	.single-product .post-single-content .post-single-title {
		font-size:28px;
		line-height:36px;
	}
	.single-product .post-single-content .post-content-price .price-discount { font-size:28px; }
	.single-product .post-single-content .post-content-price .price-original { padding-top:3px; }
	
	.page-404 .page-title {
		font-size:164px;
		letter-spacing:6px;
	}
	
	.woocommerce table.shop_table .product-price { display:none; }
	
	.post-paginations ul {
		position:relative;
		padding:0px 30px;
	}
	.post-paginations ul li.nav-prev, .post-paginations ul li.nav-next {
		position:absolute;
		top:0px;
	}
	.post-paginations ul li.nav-prev { left:0px; }
	.post-paginations ul li.nav-next { right:0px; }
	.post-paginations ul li.nav-prev a, .post-paginations ul li.nav-next a {
		height:40px;
		line-height:40px;
	}
	
	.affa-portfolios-list-widget ul li, #sidebar .affa-portfolios-list-widget ul li { width:33.33%; }
	
}

@media (min-width: 301px) and (max-width: 480px) {
	
	.row-clients2 .affa-client-logo.no-border-right-xs-2 { border-right:0px; }
	.row-clients2 .affa-client-logo.no-border-bottom-xs-2 { border-bottom:0px; }
	
}

@media (max-width: 440px) {
	
	#header .header-txt, #header .header-txt.header-txt-center, #header .slider-pro .header-txt, #header .slider-pro .header-txt.header-txt-center { padding-top:30px; }
	#header .header-txt h1 {
		font-size:30px;
		line-height:40px;
	}
	#header .header-txt.header-txt2 h1 { padding:1px 5px; }
	#header .header-txt.header-txt2 h2 {
		font-size:22px;
		padding:2px 5px 1px;
		margin-top:3px;
	}
	#header .header-txt .btn-section .btn-play, #header .sp-slide .header-txt .sp-layer.sp-layer-3 .btn-play, #header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-4 .btn-play {
		margin-top:5px;
		margin-bottom:5px;
	}
	#header .sp-slide .header-txt.header-txt2 .sp-layer.sp-layer-2 { margin-top:3px; }
	
	#header .header-content3 .header-content-img .btn-play2 {
		width:80px;
		height:80px;
		padding:5px;
		margin:-40px 0px 0px -40px;
	}
	#header .header-content3 .header-content-img .btn-play2 .ion {
		width:70px;
		height:70px;
		font-size:36px;
		line-height:68px;
	}
	#header .header-content3 .header-content-img .btn-play2 .ion:before { margin-right:-6px; }
	
	#header .header-content5 .header-content-txt, #header .header-content5.header-content-center .header-content-txt { margin-top:5%; }
	
	.affa-testimonial h4 { padding:0px; }
	.affa-testimonial h4:before { display:none; }
	
	.row-counter > div, .row-countdown > div {
		float:none;
		width:auto;
	}
	
	.single #comments .comments-list li article { padding:10px 0px 0px 10px; }
	.single #comments .comments-list li article .comment-avatar {
		top:0px;
		left:-5px;
		z-index:1;
		border:3px solid #FFF;
	}
	.single #comments .comments-list li article .comment-wrap { padding:10px 20px 5px; }
	.single #comments .comments-list li article .comment-wrap:before { display:none; }
	.single #comments .comments-list li article .comment-meta { padding-left:40px; }
	
	.single-product .post-single-tabs #reviews .commentlist .comment_container { padding-left:0px; }
	.single-product .post-single-tabs #reviews .commentlist .comment_container > img {
		position:static;
		top:auto;
		left:auto;
		margin-bottom:15px;
	}
	
}

@media (max-width: 400px) {
	
	body.nav-mobile-open #body-wrap, body.nav-mobile-on.nav-mobile-open #body-wrap, body.nav-shop-filter-open #body-wrap { left:90%; }
	
	.static-wrap .popover {
		margin-right:0px;
		margin-left:0px;
	}
	
	.list-row-icons li { width:33.33%; }
	
	.carousel-slider .slide-content .slide-content-txt, .carousel-slider .slide-content.slide-content-center .slide-content-txt, .carousel-slider .slide-content.slide-content-right .slide-content-txt {
		right:15px;
		left:15px;
	}
	.carousel-slider .slide-content .slide-content-txt, .carousel-slider .slide-content.slide-content-center .slide-content-txt { margin-top:-70px; }
	
	#nav-mobile, body.nav-mobile-on #nav-mobile, #nav-shop-filter {
		left:-90%;
		width:90%;
	}
	body.nav-mobile-open #nav-mobile, body.nav-mobile-on.nav-mobile-open #nav-mobile, body.nav-shop-filter-open #nav-shop-filter { left:0px; }
	
	#nav-shop-filter .widget { padding:0px 20px; }
	
	#nav-mobile-top .navbar-logo {
		left:40px;
		text-align:left;
	}
	#nav-mobile-top .navbar-secondary .navbar-cart { width:290px; }
	
	#header .header-txt, #header .header-txt.header-txt-center, #header .slider-pro .header-txt, #header .slider-pro .header-txt.header-txt-center { padding-top:20px; }
	
	#header .header-content3 .header-content-img { height:240px; }
	
	#header .header-content4 .btn-play2 {
		width:80px;
		height:80px;
		font-size:42px;
		line-height:80px;
	}
	#header .header-content4 .btn-play2 .ion { margin-right:-6px; }
	#header .header-content4 .header-content-form { padding:25px; }
	
	#header .header-content5 .header-content-txt, #header .header-content5.header-content-center .header-content-txt { margin-top:15px; }
	
	.affa-feature-icon-box .feature-icon-box-wrap, .affa-feature-icon-box2 .feature-icon-box-wrap {
		padding-right:25px;
		padding-left:25px;
	}
	
	.affa-feature-icon-box2 { height:330px; }
	.affa-feature-icon-box2:hover .feature-icon-box-wrap { margin-top:-125px; }
	
	.affa-feature-col {
		height:320px;
		padding:20px 20px 0px;
	}
	.affa-feature-col:hover {
		padding-right:25px;
		padding-left:15px;
	}
	.affa-feature-col .feature-icon {
		top:-30%;
		left:-20%;
	}
	.affa-feature-col-img { height:320px; }
	
	.affa-testimonial2 > p {
		font-size:20px;
		line-height:34px;
	}
	
	.affa-team5 { padding-left:0px; }
	.affa-team5 > img {
		position:static;
		top:auto;
		left:auto;
		width:100%;
		border-radius:3px 3px 0px 0px;
	}
	.affa-team5 .team-txt {
		height:auto;
		text-align:center;
		padding:30px 20px;
		border-top:0px;
		border-left:1px solid #f0f0f0;
		border-radius:0px 0px 3px 3px;
	}
	.affa-team5 .team-heading { padding:0px; }
	.affa-team5 .team-heading .team-socials { margin-top:15px; }
	.affa-team5 .team-heading .team-socials a { margin:0px 5px; }
	.affa-team5 .team-desc {
		display:block;
		margin-top:15px;
	}
	
	.affa-form-subscribe, .affa-subscribe-widget.subscribe-widget-block .affa-form-subscribe { padding:0px; }
	.affa-form-subscribe input[type="submit"], .affa-subscribe-widget.subscribe-widget-block .affa-form-subscribe input[type="submit"] {
		position:static;
		top:auto;
		right:auto;
		width:100%;
		margin-top:10px;
	}
	
	.page-404 .page-title {
		font-size:128px;
		letter-spacing:4px;
	}
	
	.woocommerce table.shop_table thead th, .woocommerce table.shop_table tbody tr td {
		padding-right:5px;
		padding-left:5px;
	}
	.woocommerce table.shop_table .product-remove {
		padding-right:10px;
		padding-left:0px;
	}
	
	.affa-posts-tab-widget .nav-tabs.affa-nav-tabs > li { padding-right:20px; }
	.affa-posts-tab-widget .list-posts li, .affa-posts-tab-widget .list-comments li, .affa-products-list-widget ul li, #bottom .affa-products-list-widget ul li { padding-left:85px; }
	.affa-posts-tab-widget .list-posts li .post-item-thumbnail, .affa-posts-tab-widget .list-comments li img, .affa-products-list-widget ul li .post-item-thumbnail {
		width:70px;
		height:70px;
	}
	.affa-posts-tab-widget .list-posts li .post-item-txt, .affa-posts-tab-widget .list-comments li .comment-txt, .affa-products-list-widget ul li .post-item-txt { min-height:70px; }
	
	.affa-portfolios-list-widget ul li, .affa-portfolios-list-widget.portfolios-list-3col ul li, #sidebar .affa-portfolios-list-widget ul li { width:50%; }
	
}

@media (max-width: 340px) {
	
	.static-wrap .popover { width:230px; }
	
	.img-hover4 .overlay-masked .overlay-txt h4 {
		font-size:20px;
		line-height:28px;
	}
	
	#nav-mobile-top .navbar-secondary .navbar-cart {
		width:auto;
		left:0px;
	}
	#nav-mobile-top .navbar-secondary .navbar-cart .cart-list li img { display:none; }
	#nav-mobile-top .navbar-secondary .navbar-cart .cart-list li .cart-content {
		float:none;
		width:auto;
		padding:0px;
	}
	
	.affa-feature-icon-box .feature-icon-box-wrap {
		padding-right:20px;
		padding-left:20px;
	}
	
	.affa-feature-col, .affa-feature-col-img { height:350px; }
	
	.affa-portfolio .post-item-txt { padding:25px 20px; }
	.affa-portfolio .post-item-meta { margin-top:8px; }
	
	.affa-post .post-item-txt { padding:25px 20px 0px; }
	.affa-post .post-item-content { padding-bottom:35px; }
	.affa-post .post-item-meta {
		padding-right:20px;
		padding-left:20px;
		margin:0px -20px;
	}
	
	.affa-products-cat .products-cat-overlay h4 {
		font-size:30px;
		line-height:36px;
		padding:7px 0px;
	}
	.affa-products-cat .products-cat-overlay .products-cat-txt { margin-top:-25px; }
	.affa-products-cat .products-cat-overlay h4:before, .affa-products-cat .products-cat-overlay h4:after { height:2px; }
	.affa-products-cat:hover .products-cat-overlay h4:before { top:-15px; }
	.affa-products-cat:hover .products-cat-overlay h4:after { bottom:-15px; }
	
	.affa-tbl-pricing .tbl-prc-col { padding:0px 25px; }
	
	.panel-group.affa-panel-group2 .panel-heading + .panel-collapse .panel-body { padding:20px 20px 10px; }
	
	.single #comments .comments-list li article .comment-wrap { padding:10px 15px 1px; }
	.single #comments .comments-list li article .comment-meta { padding-left:42px; }
	
	.affa-posts-tab-widget .nav-tabs.affa-nav-tabs > li { padding-right:10px; }
	
}

@media (max-width: 300px) {
	
	.affa-client-logo { padding:0px 10%; }
	.row-clients > div, .row-clients2 > div {
		float:none;
		width:auto;
	}
	.row.row-clients2 {
		margin-right:-15px;
		margin-left:-15px;
	}
	.row-clients2 .affa-client-logo {
		padding-top:0px;
		padding-bottom:0px;
		margin-bottom:40px;
		border:0px;
	}
	.row-clients2 > div:last-child .affa-client-logo { margin-bottom:0px; }
	
}




