/*
Theme Name: SmartMag
Theme URI: http://theme-sphere.com
Version: 3.1.0
Description: Designed by <a href="http://theme-sphere.com">ThemeSphere</a>
Author: ThemeSphere
Author URI: http://theme-sphere.com
License: Themeforest Split Licence
License URI: -
Copyright: (c) 2017 ThemeSphere.
*/

/*

1. =Resets & Default Elements
 1.1. =Typography
 1.2. =Other Elements
 1.3. =Main Helpers

2. =Global Structure
 2.1. =Grid
 2.2. =Header
 2.3. =Navigation
 2.4. =Featured & Slider

3. =Components & Common Classes

4. =Content
 4.1. =Main Page Blocks
 4.2. =Single Post
 4.3. =Single & Other Pages
 4.4. =Category Listing & Loop

5. =Main Sidebar
6. =Shortcodes
7. =Footer

*/


/**
 * 1. =Resets & Helpers
 * ----------------------------------------------------------------------------
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video, 
button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-family: inherit;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* be compatible with "input" defaults */
button, input[type="submit"] { 
	box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	cursor: pointer; 
	-webkit-appearance: none;
}

/* iOS styling reset */
button, input { border-radius: 0; }

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* fix IE scrollbar */
textarea { overflow: auto; }

a img { border: 0; }

.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; } /* old-ie only */

/* reset placeholder color */
::-webkit-input-placeholder { color: inherit; }

:-moz-placeholder { 
	color: inherit;
	opacity: 1; 
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder { color: inherit; } 


/**
 * 1.1. =Typography
 * ----------------------------------------------------------------------------
 */

/* baseline 14px -- 1.5x base line-height */
body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	/* Chrome 38 Bug - text-rendering: optimizeLegibility; */
}

p {	margin-bottom: 21px; /* 1.5em */ }

/* base headings */

h1 { font-size: 24px; } 
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }


h1, h2, h3, h4, h5, h6 {
	font-weight: normal; 
	font-family: "Roboto Slab", Georgia, serif;
	color: #19232d;
}

::selection { 
	background: #e54e53; 
	color: #fff; 
}

::-moz-selection {
	background: #e54e53;
	color: #fff; 
}

img::selection 	{ background: transparent; }
img::-moz-selection	{ background: transparent; }
body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* link and text helpers */
a { 
	color: #19232d;
	text-decoration: none;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a:hover { 
	text-decoration: underline;
}

/**
 * 1.2. =Other Elements
 * ----------------------------------------------------------------------------
 */

code, pre {
	padding: 1.857em;
	padding-bottom: 0;
	border-left: 3px solid #d9d9d9;
	border-bottom: 1px solid transparent;
	background: #f2f2f2;
}

p code {
	padding: 1px 5px;
	border: 0;
}

pre {
	display: block;
	word-break: break-all;
	word-wrap: break-word;
}

pre code { white-space: pre-wrap; }

/* default table styling */
table {
	max-width: 100%;
	background-color: transparent;
}

th, td {
	background: #fff;
	padding: 4px 7px;
	border: 1px solid #e1e1e1; 
}

th { background: #f2f2f2; }

tr:nth-child(odd) td { background: #fcfcfc; }


table caption { 
	padding: 0 0 7px 0;
	width: auto;
	font-weight: 600;
}

/* form styling */
input, textarea, select {
	background: #f9f9f9;
	border: 1px solid #d9d9d9;
	padding: 7px 14px;
	outline: 0;
	font-size: 13px;
	color: #a6a6a6;
	max-width: 100%;
}

textarea { 
	padding: 7px 14px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
	
input:focus, textarea:focus, select:focus { 
	border-color: #bbb;
	color: #606569;
}

/**
 * 1.3. =Main Helpers
 * ----------------------------------------------------------------------------
 */
.limit-line { 
	overflow: hidden;
	white-space: nowrap;
}
	
.ellipsis { text-overflow: ellipsis; }

/* image replacement - via H5BP */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/* hide only visually, but have it available for screenreaders: H5BP */

.visuallyhidden,
.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.main-color { color: #e54e53; }

/**
 * 2. =Global Structure
 * ----------------------------------------------------------------------------
 */

/* 1128px total - 44px columns - 25px gutters - 12 columns */

body { 
	background: #fff;
	color: #606569;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

.wrap {
	width: 1078px;
	margin: 0 auto;
	padding: 0 25px; /* 25px gutters */
	text-align: left;
}

.boxed .main-wrap {
	background: #fff;
	width: 1128px;
	margin: 0 auto;
	border-top: 0;
	border-bottom: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
}

body.boxed { background: #eee; } 

.ie8 .bg-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -999;
}

/**
 * 2.1 =Grid
 * ----------------------------------------------------------------------------
 */

.row,
.b-row {
	min-height: 1px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	margin-right: -25px;
    margin-left: -25px;
}

.columns { }

.column, 
.row [class*="col-"],
.b-row [class*="col-"] {
  
  padding-left: 25px;
  padding-right: 25px;
  
  float: left;
  min-height: 1px;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-12, .column { width: 100%; }
.col-11 { width: 91.66666666666667%; }
.col-10 { width: 83.33333333333334%; }
.col-9, .column.three-fourth { width: 75%; }
.col-8, .column.two-third { width: 66.66666666666667%; }
.col-7 { width: 58.333333333333336%; }

.col-6, .column.half { width: 50%; }

.col-5 { width: 41.66666666666667%; }
.col-4, .column.one-third { width: 33.333333333333336%; }
.col-3, .column.one-fourth { width: 25%; }
.col-2 { width: 16.666666666666668%; }
.col-1 { width: 8.333333333333334%; }

.column.one-fifth { width: 20%; }
.column.two-fifth { width: 40%; }
.column.three-fifth { width: 60%; }
.column.four-fifth { width: 80%; }

.column.right { text-align: right; }
.column.left { text-align: left; }
.column.center { text-align: center; }

/**
 * 2.2. =Header
 * ----------------------------------------------------------------------------
 */

.top-bar {
	background: #f2f2f2;
	border-top: 4px solid #e54e53;
	border-bottom: 1px solid #e7e7e7;
}


.top-bar.hidden { display: none; }

.top-bar-content {
	padding: 10px 0;
	color: #999;
}

.top-bar-content > div { display: inline; }
.top-bar-content a { color: inherit; }

.top-bar .date {
	float: left;
	margin-right: 35px;
	font-size: 13px;
}

.top-bar .menu { 
	float: left; 
	color: #656565;
	font-size: 13px;
	overflow: hidden; 
}

.top-bar .menu li { 
	float: left; 
	padding-left: 14px;
}

.top-bar .menu li:first-child { padding-left: 0; }

.top-bar .menu .sub-menu { display: none; }

.top-bar .search { 
	float: right;
	margin: -3px 0 -3px 50px;
	position: relative;
}

.top-bar .search .query { 
	width: 130px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; 
}

.top-bar .search .query:focus { width: 180px; }


.search .query, .searchform input, .searchform #s {
	line-height: 24px;
	height: 24px;
	padding: 1px 8px;
	outline: 0;
	border: 0;
	border-right: 15px solid #e9e9e9;
	font-size: 13px;
	background: #e9e9e9;
	float: left;
	color: #999;
}

.top-bar .search-button {
	background: transparent;
	margin-left: -28px;	
	line-height: 26px;
	height: 26px;
	width: 20px;
	outline: 0;
	float: left;
}

.top-bar .search .fa-search {
	color: #bababa;	
}

.top-bar .social-icons {
	float: right;
}

.ie8 .top-bar input { max-width: 500px; }


/* Top Bar: Dark */

.top-bar.dark { 
	background: #19232d;
	border: 0;
}

.top-bar.dark .top-bar-content, .top-bar.dark .top-bar-content a {
	color: #d6d6d6;
}

.top-bar.dark .social-icons .icon {
	background: transparent;
	color: #d6d6d6;
	font-size: 13px;
	margin-left: 5px;
}

.top-bar.dark .social-icons .icon:hover {
	color: #999;
}

.top-bar.dark .trending-ticker .heading {
	color: #fff;
	font-weight: 600;
}

.top-bar.dark .search .query {
	background: #333;
	background: rgba(255, 255, 255, 0.1);
	border-right-color: transparent; 
}

.top-bar.dark .search .fa-search {
	color: #777;	
}

.top-bar.dark .live-search-results .content > a {
	color: #19232d;	
}

/* Live search */

.live-search-results {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0;
	z-index: 1500;
	top: 35px;
	width: 305px;
	padding-top: 21px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.live-search-results.fade-in {
	-webkit-transform: scale(1);
	transform: scale(1);	
}

.live-search-results .posts-list img {
	width: 58px;
	height: auto;
}

.live-search-results .posts-list li {
	padding: 21px;
	border-bottom: 1px solid #d9d9d9;
}

.live-search-results .posts-list .content {
	margin-left: 75px;
	min-height: 0;
	border: 0;
}

.live-search-results .posts-list .content > a {
	color: initial;
	margin-bottom: 0;
}

.live-search-results .posts-list .view-all { 
	border-bottom: 0;
	text-align: center;
	background: #f9f9f9;
	padding: 14px;
}

.live-search-results .posts-list .view-all a, .live-search-results .no-results {
	float: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
}

.live-search-results .no-results {
	display: block;
	text-align: center;
	padding-bottom: 21px;
}


/* News ticker */

.trending-ticker ul { float: left; }

.trending-ticker li {
	display: none; 
	color: #656565;
}

.trending-ticker a {
	max-width: 450px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
	padding-right: 10px;
	margin-top: -2px;
}

.trending-ticker li:first-child { display: block; }

.trending-ticker .heading { 
	float: left; 
	color: #e54e53;
	text-transform: uppercase;
	margin-right: 50px; 
}

/* Header */
.main-head { 
	position: relative; /* for shadows */
}

.mobile-head {
	display: none;
}

	.main-head .title {
		float: left;
		font-size: 37px;
		font-weight: bold;
		letter-spacing: -1px;
		max-width: 100%;
	}
	
	.main-head .title a { 
		text-decoration: none;
		color: #19232d;
	}
	
	.logo-image {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		height: auto;
	}
	
	.main-head .logo-mobile {
		display: none;
	}

	/* vertically center - and right aligned */
	.main-head .right {
		line-height: 135px;
		text-align: right;
	}
	
	.main-head header {
		min-height: 135px;
		line-height: 135px;
		overflow: hidden;
	}

	.main-head .adwrap-widget,
	.main-head .a-widget {
		width: 728px;
		max-width: 100%;
		margin: 0 auto;
		vertical-align: middle;
		display: inline-block;
		line-height: 1;
		text-align: right;
	}
	
	.main-head .a-widget > div {
		width: 100%;
	}
	
.main-head .centered {
	text-align: center;	
}

	.main-head .centered .title {
		float: none;
	}

/* Header: Dark */
.main-head.dark {
	background: #131a21;
}

.main-head.dark .nav-search .search-overlay {
	margin-top: -48px;
}

.main-head.dark .nav-search .search-icon {
	margin-bottom: 4px;
	padding-right: 2px;
	color: #fff;
	background: transparent;
	border-bottom: 0;
}



/**
 * 2.3. =Navigation
 * ----------------------------------------------------------------------------
 */
.navigation {
	background-color: #19232d;
	border-bottom: 2px solid #2f4154;
	color: #efefef;
		
	text-transform: uppercase;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.sticky-nav {
	position: fixed;
	top: 0;
	z-index: 101;
	width: 1078px;
	background-color: rgba(25, 35, 45, 0.9);
	
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.has-nav-light .sticky-nav {
	width: 1128px;
	background: rgba(255, 255, 255, 0.98);
}

.full.has-nav-full .sticky-nav {
	width: 100%;
}

.navigation.has-search .menu {
	padding-right: 54px;
}

.admin-bar .sticky-nav { top: 32px; }

.navigation .mobile, .navigation .off-canvas { 
	display: none; 
}

.navigation a { color: #efefef; }

.navigation .mobile, .navigation .mobile-menu { display: none; }

.navigation ul { 
	list-style: none; 
	line-height: 2; 
	position: relative;
}

.navigation ul li { 
	float: left; 
}

/* nth level link */ 
.navigation .menu li > a { 
	float: left;
	padding: 0px 25px;
}

/* top level links - 45px total height */
.navigation .menu > li > a { 
	text-decoration: none;
	line-height: 43px;
	
	border-bottom: 2px solid transparent;
	margin-bottom: -2px; /* parent border offset */
}

/* Blips for parent menus */
.navigation .menu li > a:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 0.9;
	content: "\f107";
	text-shadow: 0px 0px 1px #efefef;
	margin-left: 10px;
}

.navigation .menu li > a:only-child:after,
.navigation .menu .only-icon > a:after { 
	display: none; 
}

.navigation .menu > li:first-child > a {
	border-left: 0;
	box-shadow: none;	
}

.navigation .menu > li:hover > a, 
.navigation .menu > .current-menu-item > a,
.navigation .menu > .current-menu-parent > a,
.navigation .menu > .current-menu-ancestor > a {
	border-bottom: 2px solid #e54e53;
}

.navigation .menu > li:hover {
	background: #1e2935;
}

.navigation .menu-item > a .fa, .navigation .sub-menu .fa {
	font-size: 14px;
	margin-right: 7px;
}

.navigation .menu .fa.only-icon, .navigation .only-icon .fa {
	margin-right: 0;
}

/* login */
.menu .user-login { float: right; }

.navigation .menu .user-login a {
	float: right;
	background: #2A3746;
	padding: 0 21px;
	min-width: 12px;
}

.navigation .menu .user-login .fa {
	margin: 0;	
}

.navigation.nav-light .menu .user-login a {
	background: transparent;
	border: 0;
}

.navigation .user-login .text { display: none; }

/* Nested menus */

.navigation .menu .sub-menu li > a:after {
	content: "\f105";
	font-size: 12px;
	margin-top: 2px;
	margin-left: 25px;
	text-shadow: none;
}

.navigation .menu li li > a:after {
	display: block; 
	float: right;
	line-height: inherit;
}


	/* 1st level */
	.navigation .menu > li > ul { 
		top: 45px;
		border-radius: 0;
		border: 0;
	}
	
	/* 1st to nth level links */
	.navigation .menu > li li a {
		float: none;
		display: block;
		text-decoration: none;
		font-size: 13px;
		padding: 6px 25px;
		border-top: 1px solid #1f2c38;
		text-transform: none;
		
		/* prevent visibility:hidden delays 
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;*/
	}
	
	.navigation .menu ul li {
		float: none;
		min-width: 220px;
		border-top: 0;
		padding: 0 0;
		position: relative;
		
		-webkit-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	
	.navigation .menu ul > li:first-child > a { 
		border-top: 0px;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	.navigation .menu ul {
		position: absolute; 
		overflow: visible;
		visibility: hidden;
		display: block; 
		opacity: 0;
		
		padding: 5px 0px;
		background: #19232d;
		        
		-webkit-transition: all .2s ease-in;
		transition: all .2s ease-in;
		
		z-index: 100;
		pointer-events: none;
	}

	/* 2nd+ level */
	.navigation .menu ul ul { 
		left: 100%;
		top: 0;
	}
	
	.navigation li:hover > ul { 
		visibility: visible; 
		opacity: 1; 
		pointer-events: auto;
	}
	
	/* nth level hover or current active item */
	.navigation .menu li li:hover, .navigation .menu li li.current-menu-item {
		background: #1e2935;
	}
	
	/* Mega Menu */
	
	.navigation li:hover .mega-menu { 
		visibility: visible;
		opacity: 1; 
		
		/* z-index increase on hover - prevent transitions making menu re-appear on random hover */
		z-index: 1000;
		pointer-events: auto;
	}
	
	.navigation .mega-menu {
		width: 100%;
		left: 0;
		top: 45px;
		
		margin: 0;
		
		position: absolute; 
		overflow: hidden;
		visibility: hidden;
		display: block; 
		opacity: 0;

		padding: 35px 0px; /* 2.5em */
		
		background: #19232d;
		
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
		
		/* fix flicker and use hardware acceleration */
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		
		z-index: 100;
		pointer-events: none;
	}
	
	.navigation .mega-menu .sub-menu li, .navigation .menu .mega-menu > li { min-width: 0; }
	
	/* disable transitions in mega menu */
	.mega-menu .wp-post-image, .mega-menu a { 
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	/* sub-nav for category mega menu */
	
	.mega-menu .sub-cats {
		padding: 0;
		margin-top: -35px;
	}
	
	.mega-menu .sub-nav {
		padding-right: 50px;
		padding-left: 25px;
		margin-right: 25px;
		background: #1e2935;
		margin-bottom: -600px;
		padding-bottom: 600px;
		padding-top: 37px;
	}
	
	.mega-menu .sub-nav li {
		float: none;
		display: block;
		position: relative;
	}
	
	.navigation .mega-menu .sub-nav li a {
		text-transform: uppercase;
		padding: 5px;
		border-top: 0;
		border-bottom: 1px solid #2f4154;
	}
	
	/* nested sub-nav */
	.mega-menu .sub-nav ul {
		top: 0; 
		left: 100%; 
	}
	
	.navigation .mega-menu .sub-nav ul li { min-width: 220px; }
	.navigation .mega-menu .sub-nav ul li:last-child a { border-bottom: 0; }
	
	.navigation .mega-menu .sub-nav li:hover, .navigation .menu .sub-nav li.current-menu-item  { background: #1e2c3a; }
	
	.mega-menu .extend { padding: 0 25px 0 0; }
	
	.mega-menu .heading {
		display: block;
		border-bottom: 1px solid #2f4154;
		padding: 5px 0;
		margin-bottom: 21px;
		text-transform: uppercase;
		font-weight: 600;
	}
	
	.mega-menu .featured { -webkit-transform: translate3d(0, 0, 0); }
	
	.mega-menu .featured h2 { 
		/*padding-left: 0;*/
		text-transform: none; 
	}
	
	.mega-menu .featured h2 a { color: #efefef; }
	
	.mega-menu .highlights article { margin-bottom: 14px; }
	
	.mega-menu .recent-posts .posts-list {
		text-transform: none;
	}
	
	.mega-menu .posts-list div:first-child { padding-top: 0; }

	.mega-menu .posts-list .post {
		overflow: hidden;
		padding-top: 21px;
	}
	
	.mega-menu .posts-list .post > a { 
		float: left;
		position: relative; 
	}
	
	.mega-menu .posts-list .content { 
		border-bottom-color: #2f4154;
		margin-left: 75px; 
		min-height: 0;
	}
	
	.mega-menu .posts-list img { width: 60px; }
	.mega-menu .posts-list .content > a { margin-bottom: 10px; }


	/* mega menu for normal links style */
	.navigation .mega-menu.links {
		padding: 35px 0 42px 0; 
	}
	
	.navigation .mega-menu.links > li.current-menu-item {
		background: inherit;
	}
	
	.navigation .mega-menu.links > li {
		float: left;
		width: 25%;
		border: 0;		
		padding: 0 25px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}

		/* when 4 columns are added */
		.navigation .mega-menu.links > li:nth-child(5) { clear:both; }
	
	/* mega menu headings */
	.navigation .mega-menu.links > li > a {
		border: 0;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 600;
		border-bottom: 1px solid #2f4154;
		padding: 5px 0; 
	}

	.navigation .mega-menu.links > li > a:after { display: none; }
	
	.navigation .mega-menu.links > li ul {
		visibility: inherit;
		opacity: 1;
		position: static;
	}
	
	.navigation .mega-menu.links > li li a { 
		padding-left: 10px;
		border-top: 0;
		border-bottom: 1px solid #1f2c38;
	}
	
	/* caret */
	.navigation .mega-menu.links > li li a:before {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 0.9;
		content: "\f105";
		margin-right: 10px;
	}
	
	.navigation .mega-menu.links > li:hover { background: transparent; }
	
	.mega-menu .wp-post-image:hover { opacity: 1; }
	
	
	/* touch devices rules */
	.touch .menu li:hover ul, .touch .navigation li:hover > ul, .touch .navigation li:hover .mega-menu  {
	    opacity: 0;
	    visibility: hidden;
	}
	
	.touch .menu li.item-active > ul, .touch .navigation li.item-active > ul,
	.touch .navigation li.item-active .mega-menu, .touch .navigation li.item-active .mega-menu > ul,
	.touch .navigation li.item-active .mega-menu.links ul { 
		visibility: visible;
		opacity: 1; 
	}
	
	
/* Centered Nav - Shared */

.nav-center .menu { 
	text-align: center; 
}

.nav-center ul li {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.nav-center .sub-nav li {
	display: block;
	text-align: center; 
}

.nav-center .menu > li .sub-menu li {
	display: block;
}
	
.nav-center .menu > li ul li, .nav-center .mega-menu, .nav-center .mega-menu .sub-nav li a {
	text-align: left;
}

/* Dark Navigation - Alt */

.nav-dark-b a {
	color: #fff;
}

.nav-dark-b .menu > li:hover > a, 
.nav-dark-b .menu > .current-menu-item > a, 
.nav-dark-b .menu > .current-menu-parent > a, 
.nav-dark-b .menu > .current-menu-ancestor > a {
	border-color: transparent !important;
}

.nav-dark-b .menu > li:hover > a {
	color: #fff;
}


/* Light Navigation */

.nav-light {
	border: 1px solid #eee;
	border-left: 0;
	background: #fff;
	
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03);
}

.nav-light.nav-full {
	border-right: 0;	
} 

.nav-light .menu > li > a {
	margin-bottom: 0;
	padding: 0 22px;
	border-right: 1px solid #f1f1f1;
	line-height: 44px;
	letter-spacing: 0.015em;
	
	color: #19232d;
	font-size: 13px;
	font-weight: 600; 
}

.navigation.nav-light .menu > li > a {
	border-bottom: 0;
} 

.nav-light .menu li > a:after {
	font-size: 13px;
	text-shadow: none;	
}

.nav-light .menu > li:first-child > a {
	border-left: 1px solid #f1f1f1;
}

.nav-light .menu > li:hover {
	background: inherit;	
}

.nav-light .menu > li:hover > a, .nav-light .menu > .current-menu-item > a,
.nav-light .menu > .current-menu-parent > a {
	color: #e54e53; 
}

/* drops */
.nav-light .menu ul, .nav-light .mega-menu {
	background: #fff;
	box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.08);
}

.nav-light .menu > li ul, 
.nav-light .mega-menu {
	border: 1px solid #eee;
}

.nav-light .menu > li > ul,
.nav-light .mega-menu,
.nav-light .menu li:first-child > ul {
	margin-top: -1px;
}

.nav-light .menu ul {
	padding: 0;
}

.nav-light .menu > li li a {
	padding: 7px 25px;
}


/* blips for drop downs */
.nav-light .menu .sub-menu li > a:after {
	content: "\f105";
	font-size: 12px;
	color: #777;
	margin-top: 2px;
	margin-left: 25px;
}

.nav-light .menu li li > a:after {
	display: block; 
	float: right;
	line-height: inherit;
}

.nav-light .menu > li > .sub-menu {
	margin-left: -1px;
}

.nav-light .menu > li:first-child > .sub-menu {
	margin-left: 0;
}
 
.nav-light .mega-menu, .nav-light .menu .mega-menu.links { 
	margin-left: 0;
	padding-top: 28px;
	padding-bottom: 28px; 
}
	
	.nav-light .mega-menu .sub-nav {
		background: #fafafa;
		border-right: 1px solid #f1f1f1;	
	}
	
	.nav-light .mega-menu .heading, .nav-light .mega-menu .featured h2 a { 
		color: #19232d;
		font-size: 13px;
	}
	
	.nav-light .mega-menu .heading, .nav-light .mega-menu .posts-list .content, .nav-light .mega-menu.links > li > a, 
	.nav-light .mega-menu .sub-nav li a, .nav-light .mega-menu.links > li li a {
		border-color: #e9e9e9;
	}
	
	.nav-light .mega-menu.links > li ul {
		border: 0;
		margin: 0;
		box-shadow: none;
	}
	
	.nav-light .mega-menu.links > li li:last-child a {
		border: 0;
	}


/* hover */
.nav-light .menu > li li a {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.nav-light .menu li li:hover, .nav-light .menu li li.current-menu-item {
	background: #fdfdfd;
	color: #e54e53;
}

.nav-light .mega-menu .sub-nav li:hover, .nav-light .menu .sub-nav li.current-menu-item  {
	background: transparent;
	color: #e54e53;
}

.nav-light .menu li li:hover > a, .nav-light .menu li li.current-menu-item > a, 
.nav-light .mega-menu .sub-nav li:hover > a, .nav-light .menu .sub-nav li.current-menu-item > a {
	color: #e54e53;
}
	
.nav-light .menu > li li a {
	border-color: #e9e9e9;
}

.nav-light a {
	color: #3e3e3e;
}

/* Light Nav - Alt */

.nav-light-b {
	text-transform: none;
	box-shadow: 0px 3px 4px 0 rgba(0, 0, 0, 0.03);
}

.nav-light-b .mega-menu .sub-nav li a {
	text-transform: none;
}

.nav-light-b .menu > li > a {
	padding: 0 15px;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 49px;
}

.nav-light-b .menu > .current-post-parent > a {
	color: #19232d;
}

.nav-light-b .menu li > a:after {
	color: #bbb;
	font-size: 12px;
	margin-left: 8px;
}

.nav-light-b .menu > li:first-child > a {
	border: 0;
}

.nav-light-b .menu > li > ul,
.nav-light-b .mega-menu {
	top: 50px;
}

.nav-light-b + .nav-search .search-overlay {
	margin-top: -50px;
}

.nav-light-b + .nav-search .search-icon {
	line-height: 48px;
	color: #999;
}


/* Dark Nav - Alt */

.nav-dark-b {
	text-transform: none;
	border-bottom: 3px solid #e54e53;
}

.nav-dark-b a {
	color: #fff;
}

.nav-dark-b .mega-menu .sub-nav li a {
	text-transform: none;
}

.nav-dark-b .menu > li > a {
	margin-bottom: -3px;
	padding: 0 17px;
	border-bottom: 3px solid transparent !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 47px;
}

.nav-dark-b .menu li > a:after {
	font-size: 11px;
	margin-left: 8px;
}

.nav-dark-b .mega-menu,
.nav-dark-b .menu > li > ul {
	top: 49px;
}



/* Sticky navigation with logo */

.navigation .menu .sticky-logo { 
	display: none; 
}

.sticky-nav.has-logo li > a { 
	padding-left: 15px;
	padding-right: 15px;
}

.sticky-nav .menu .sticky-logo {
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding-left: 15px;
    padding-right: 30px;
}

.sticky-nav .sticky-logo img {
	max-height: 43px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}	

.navigation-wrap.sticky-nav .sticky-logo a:hover { 
	border-color: transparent;
	background: inherit;
}


/* Navigation Search */

.nav-search .search-overlay {
	float: right;
	margin-top: -45px;
	position: relative;
}

.nav-search .search-icon {
	padding: 0 21px;
	line-height: 43px;
	border-bottom: 2px solid transparent;
	display: inline-block;
	
	color: #efefef;
	background: #2a3746;
}

.nav-search .search-icon:hover, 
.nav-search .active .search-icon {
 	border-color: #e54e53;
 }
  
.nav-light-search .active .search-icon, 
.nav-light-search .search-icon:hover {
	color: #e54e53;
	border-color: transparent;
}

.nav-light-search .search-icon {
	background: transparent;
	color: inherit;	
}

.search-overlay .search {
	position: absolute;
	top: 100%;
	margin-top: 1px;
	right: 0;
	z-index: 1500;
	width: 325px;
	padding: 14px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	visibility: hidden;
	opacity: 0;
	
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

	.search-overlay.active .search {
		visibility: visible;
		opacity: 1;	

		-webkit-transform: scale(1);
		transform: scale(1);
	}

.search-overlay .search .query {
	float: none;
	width: 100%;
	padding: 0 14px;
	height: 38px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background: #fafafa;
	border: 1px solid #eee;
	font-size: 13px;
}

.search-overlay .search button {
	display: none;
}

.search-overlay .live-search-results {
	box-shadow: none;
	width: 325px;
	
	-webkit-transition-property: none;
	transition-property: none;
	
	-webkit-transform: none;
	transform: none;
}

.search-overlay .live-search-results.fade-in {
	position: static;
	margin: 14px 0 -14px -14px;
	border-top: 1px solid #eee;
	
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.search-overlay .live-search-results li {
	border-color: #eee;
}


/* temporarily disable transitions on activation to prevent flicker */
.sticky-nav.no-transition li a {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/* Breadcrumbs */
.breadcrumbs {
	background: #f2f2f2;	
	padding: 14px 25px;
	font-size: 12px;
	color: #8d97a1;
	line-height: 1;
}

.breadcrumbs a { color: #656565; }

.breadcrumbs .delim {
	padding: 0 10px;
	font-size: 16px;
	color: #8d97a1;
	line-height: 0.7;
}

.breadcrumbs .location {
	color: #e54e53;
	margin-right: 21px;
	text-transform: uppercase;
}

.has-nav-full.has-nav-dark .breadcrumbs-wrap {
	background: #f7f7f7;
}

.has-nav-full .breadcrumbs {
	padding-left: 0;
}

.has-nav-light .breadcrumbs,
.has-nav-light-b .breadcrumbs {
	background: #fff;
	padding: 0;
	padding-top: 21px;
	margin-bottom: 21px;
}

.has-nav-light .breadcrumbs a,
.has-nav-light-b .breadcrumbs a { 
	color: #a6a6a6;
}

.has-nav-light .breadcrumbs,
.has-nav-light .breadcrumbs .delim,
.has-nav-light-b .breadcrumbs,
.has-nav-light-b .breadcrumbs .delim { 
	color: #b6b6b6; 
}

.has-head-dark .breadcrumbs {
	background: transparent;
}

.has-head-dark .breadcrumbs-wrap {
	background: #f7f7f7;
}

/**
 * 2.4. =Featured & Slider
 * ----------------------------------------------------------------------------
 */
 
/* slider */
.main-featured {
	margin: 28px 0 49px 0; /* 2em 0 3.5em 0 */
	padding: 28px 0;
	background: #f2f2f2;
	border: 1px solid #e7e7e7;
	border-right: 0;	
	border-left: 0;
}

.has-nav-full .main-featured {
	margin-top: 0;
	border-top: 0;
	padding: 35px 0;
}

.main-featured .row { opacity: 0; }

.main-featured .row.appear {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

.main-featured .slides { 
	position: relative;
	min-height: 170px;
}

.main-featured img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.main-featured .slider { opacity: 0; }
	
	.main-featured .wp-post-image { display: block; }
	
	.main-featured .cat {
		line-height: 30px;
		background: #e54e53;
	
		padding: 0 14px;
		margin-left: 20px;
	}
	
	.main-featured .slider  h3 { 
		position: relative; 
		float: left;
	}
	
	.main-featured .slider h3 a {
		color: #fff;
		font-size: 18px;
		line-height: 2;
	}
	
	.main-featured .slider .caption, .featured .caption {
		position: absolute;
		bottom: 0;
		background: #19232d;
		background: rgba(25, 35, 45, 0.7);
		width: 100%;
		padding: 14px 20px 17px 20px;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.main-featured .pages {
		position: absolute;
		max-width: 100%;
		width: 100%;
		bottom: 0;
		padding-top: 10px; /* allow the mouse pointer a little room */
		z-index: 99;
		
		left: 0;
		padding: 10px 25px 0px 25px;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		
		overflow: hidden;
	}
	
	.main-featured .pages a { 
		float: left;
		height: 4px;
		width: 19.658119658%;
		background: #72879c;
		margin-left: 0.284900285%;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	
	.main-featured .pages:hover a {
		height: 8px;
	}
	
	.main-featured .pages a:hover {
		opacity: 0.6;
	}
	
	.main-featured .pages .flex-active {
		background: #e54e53;
	}
	
	.main-featured .the-date {
		color: #d3dbdf;
		display: block;
		text-transform: uppercase;
		font-size: 11px;
	} 

.main-featured .blocks { padding-left: 0; }

	.main-featured .blocks article {
		position: relative;
	}
	
	.main-featured .blocks .large {
		margin-bottom: 14px;
	}
	
	.main-featured .blocks h3 {
		position: absolute;
		bottom: 0;
		background: #19232d;
		background: rgba(25, 35, 45, 0.7);
		width: 100%;
		
		padding: 10px;
		
		font-size: 13px;
		line-height: 1.5;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.main-featured .blocks h3 a { color: #fff; }
	
	.main-featured .blocks .small h3 { padding: 20px 10px 5px 10px; }
	
	.main-featured .small { 
		float: left;
		margin-right: 14px;
	}
	
	.main-featured .blocks .small.last { margin-right: 0; }
	
	.main-featured .small img { 
		width: 168px;
		height: 137px;
	}
	
	.ie8 .main-featured .small img { max-width: 168px; }

	/* image zoom effect */
	.main-featured .slides .image-link, .main-featured .blocks .image-link {
		display: block;
		overflow: hidden;
		
		-webkit-transform: translate3d(0, 0, 0);
	}
	
	.main-featured .slides img, .main-featured .blocks .image-link img {
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}
	
	.main-featured .blocks article:hover img, .main-featured .slides .flex-active-slide:hover img {	
		
		/* fix flicker and use hardware acceleration */
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-perspective: 0;
		-webkit-backface-visibility: hidden;
		
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-moz-transform: scale(1.1) rotate(0.1deg);  /* firefox flicker fix */

		opacity: 0.9;
	}
	
	.main-featured .large .cat { margin-left: 7px; }

	.main-featured .slider .caption, .main-featured .blocks h3, .featured .caption {

		/* IE 9 */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

		background: -webkit-linear-gradient(top,  rgba(25,35,45,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+, Safari5.1+ */
		background: linear-gradient(to bottom,  rgba(25,35,45,0) 0%,rgba(0,0,0,0.8) 100%);
		
		text-shadow: 0px 1px 1px #000;
	}
	
	.main-featured .flexslider .slides > li { position: relative; }
	
	.ie8 .main-featured .slider .caption, .ie8 .main-featured .blocks h3 { background-image: url(//techcentral.co.za/wp-content/themes/smart-mag/images/ie8-slider-overlay.png); }
	.ie8 .main-featured .blocks .small h3 { padding-top: 10px; } 
	
	
/**
 * Grid Slider 
 */

.featured-grid { 
	transform: translate3d(0,0,0); 
}

.featured-grid .first {
	float: left;
	width: 49.72171%;
}

.featured-grid .second {
	float: left;
	width: 50.278293135%;
	margin: -1px -1px -1px 1px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.featured-grid .item {
	position: relative;
}

.featured-grid .small-item {
	float: left;
	padding: 1px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.featured-grid .image-link {
	display: block;
	position: relative;
	overflow: hidden;
	background: #ccc;
	min-height: 386px;
}

.featured-grid .small-item .image-link {
	min-height: 192px;
}

.featured-grid .wp-post-image { 
	transition: opacity 0.3s ease-in;
	will-change: opacity;
}

.featured-grid .item:hover .wp-post-image {
	opacity: 0.8;
}

.featured-grid .image-link:after {
	content: "";

	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80%;
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.42) 50%, rgba(0,0,0,0.88) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.42) 50%, rgba(0,0,0,0.88) 100%);
	opacity: 0.92;
	
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	
	will-change: opacity;
}

.featured-grid .small-item .image-link:after {
	height: 70%;	
}

.featured-grid .caption {
	position: absolute;
	padding: 16px 21px;
	bottom: 0;
	display: block;
	
	pointer-events: none;
}

.featured-grid .item-heading {
	display: inline-block;
	padding-bottom: 14px;
	
	font-size: 21px;
	line-height: 1.4;
	color: #fff;
	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}

.featured-grid .item-heading:hover {
	text-decoration: none;	
}

.featured-grid .caption-small {
	padding: 14px;
}

.featured-grid .heading-small {
	padding: 9px 0;
	font-size: 14px;
	line-height: 1.6;
}

.featured-grid .cat-title {
	position: static;
	display: inline-block;

	margin: 0;
	margin-bottom: 14px;
	pointer-events: auto;
}

.featured-grid .caption-small .cat-title {
	opacity: 0;
	margin: 0;
	font-size: 11px;
	padding: 6px 9px;
	line-height: 1;
	
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.featured-grid .item:hover .image-link:after {
	opacity: 1;
}

.featured-grid .item:hover .cat-title {
	opacity: 1;
}

/**
 * Grid Slider - B
 */
 
.featured-grid-b .first {
	width: 55.65863%;
}

.featured-grid-b .second {
	width: 44.34137%;
	margin: 0;
	
}

.featured-grid-b .medium-item {
	padding-left: 4px;
	padding-bottom: 4px;
} 

.featured-grid-b .small-item {
	padding: 0;
	padding-left: 4px;
}

.featured-grid-b .image-link {
	min-height: 460px;
}

.featured-grid-b .small-item .image-link {
	min-height: 216px;
}

.featured-grid-b .medium-item .image-link {
	min-height: 240px;
}

.featured-grid-b .large-item .image-link:after {
	height: 60%;
}


/* -- Flex-slider Styles */

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; z-index: 10; }

.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { max-width: 100%;  height:auto; }
.flex-pauseplay span { text-transform: capitalize; }

.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.no-js .slides > li:first-child { display: block; }

/* FlexSlider Modified */
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }

/* Direction Nav */
.flex-direction-nav { *height: 0; }
.flex-direction-nav a {
	z-index: 10; 
	width: 35px; height: 35px; 
	margin: -30px 0 0; 
	display: block; 
	background: #fff; 
	position: absolute; 
	top: 50%;
	cursor: pointer;
	font-size: 0;
	opacity: 0;
}

.flex-direction-nav a:after {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	line-height: 35px;
	font-size: 30px;
	text-align: center;
	color: #19232d;
}

.flex-direction-nav .flex-prev:after { content: "\f104"; }

.flex-direction-nav a:hover { text-decoration: none; }

.flex-direction-nav .flex-next { right: 44px; }
.flex-direction-nav .flex-prev { left: 44px;}
.flexslider:hover .flex-next { opacity: 0.5;  }
.flexslider:hover .flex-prev { opacity: 0.5; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }

/* Control Nav */
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

/* -- End flexslider */

/**
 * 3. =Components & Common Classes
 * ----------------------------------------------------------------------------
 */
 
 /* pagination */
.main-pagination {
	overflow: hidden;
}

	.main-pagination .page-numbers, .main-pagination a {
		display: block;
		float: left;
		color: #676767;
		padding: 0 10px;
		margin-right: 5px;
		background: #ebebeb;
		line-height: 25px;
		font-size: 13px;
	}
	
	.main-pagination .current, .main-pagination a:hover { 
		color: #fff;
		background: #e54e53; 
		text-decoration: none;
	}
 

.gallery-title, .section-head { 
 	background: #f9f9f9;
	border: 1px solid #d9d9d9;
	border-left: 0;
	border-right: 0;
	
	line-height: 32px;
	color: #19232d;
	font-size: 13px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	
	padding: 0 14px;
	margin-bottom: 28px;
}

.gallery-title, 
.section-head.prominent { 
	color: #e54e53; 
}

.section-head .heading {
	display: inline;
	color: inherit;
	font: inherit;	
}

.section-head > a,
.section-head .heading a {
	color: inherit;
}

.section-head .subcats { 
	float: right;
	font-weight: normal; 
}

.section-head li { 
	float: left;
	font-size: 12px;
	margin-left: 14px; 
	position: relative;
}

.section-head .subcats a { color: #949697; }
.section-head .subcats a.active { color: inherit; }

/* blips */
.section-head .active:after, .section-head .active:before {
	bottom: -1px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.section-head .active:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
}

.section-head .active:before {
	border-color: rgba(229, 78, 83, 0);
	border-bottom-color: #d9d9d9;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}

/* Block Heading */
.block-head {
	margin-bottom: 28px;
	border-bottom: 2px solid #e54e53;
	font-family: "Open Sans", Arial, sans-serif;
}

.block-head .heading {
	display: inline-block;	
	margin-bottom: 1px;
	padding: 7px 13px;
	border-radius: 2px;
	
	color: #fff;
	background: #e54e53;
	
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.block-head .heading a {
	color: inherit;
}

.block-head .filters {
	float: right;
	font-size: 13px;
	line-height: 2.1;
}

.block-head .filters li {
	display: inline-block;
	margin-left: 15px;
}

.block-head .filters a {
	color: #999;
}

.block-head .filters .active {
	color: #161616;
}

/* Post format icons */
.post-format-icon {
	float: right;
	margin-top: -37px;
	background: rgba(255, 255, 255, 0.4);
	width: 25px;
	height: 25px;
	line-height: 25px;
	position: relative;
	text-align: center;
}

.post-format-icon i {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* feedburner form */ 
.feedburner .heading {
	margin-bottom: 14px;	
}

	.feedburner label { display: none; }
	.feedburner input { 
		padding: 8px 12px; 
		outline: 0;
	}
	
	.feedburner-email { min-width: 200px; }
	.feedburner-subscribe { margin-left: 4px; }

/* social icons */
.social-icons { }

	.social-icons li {
		float: left;
		margin-right: 5px;
		height: 20px;
	}
	
	.social-icons li:last-child { margin-right: 0; }
	
	.social-icons .icon {
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		
		font-size: 12px;
		color: #fff;
		
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	
	.social-icons .icon:hover {
		text-decoration: none;
		border-radius: 50%; 
	}
	
	.social-icons .fa-twitter { background: #00abe3; }
	.social-icons .fa-pinterest { background: #ca2128; }
	.social-icons .fa-facebook { background: #004088; }
	.social-icons .fa-linkedin { background: #01669c; }
	.social-icons .fa-rss { background: #ff5b22; }
	.social-icons .fa-google-plus { background: #d3492c; }
	.social-icons .fa-instagram { background: #517fa4; }
	.social-icons .fa-youtube { background: #fe3432; }
	.social-icons .fa-tumblr { background: #44546b; }
	.social-icons .fa-vimeo-square, .social-icons .fa-vimeo { background: #1ab7ea; } 
	.social-icons .fa-stumbleupon { background: #eb4824; }
	.social-icons .fa-vk { background: #4d75a3; }


.cat-title {
		
	position: absolute;
	top: 0;
	z-index: 1;
	
	display: block;
	padding: 0 10px;
	margin-left: 7px;
	max-width: 90%;
	max-width: calc(100% - 14px);
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background: #e54e53;
	color: #fff; /* compensate for font weight */
	line-height: 25px;
	font-size: 12px;
	
	/* one line text */
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cat-title a { color: inherit; }


hr, hr.separator {
	margin: 41px 0; /* 41+1 = 42 = 3em */
	height: 1px;
	background: #d9d9d9;
}

hr.no-line { background: transparent; }
hr.half { margin-top: 0; }


/* Common Tooltip */

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	padding: 5px;
	font-size: 90%;
	opacity: 0;
	line-height: 1.5;
	filter: alpha(opacity=0);
	pointer-events: none;
}

.tooltip.in, .tooltip.fade.in { 
	opacity: 0.8;
}

.tooltip.bottom { 
	margin-top: -2px; 
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}

/* read more button */
.post .read-more { margin-top: 21px; }

.post .read-more a {
	font: inherit;
	display: inline-block;
	padding: 2px 7px;
	background: #e54e53;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.post .read-more a:hover { color: #fff; }


/* loading animation */

.ajax-loading {
	margin-bottom: 42px;	
}

.spinner {
	margin: 50px auto 0;
	width: 65px;
	text-align: center;
}

.spinner > span {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	background-color: #d6d6d6;

	border-radius: 100%;
	display: inline-block;
	
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner span:nth-of-type(3) {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner span:nth-of-type(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0); }
  40% { -webkit-transform: scale(1.0); }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* default search widget */
.widget_search { overflow: hidden; }
.widget_search label > span { display: none; }

.widget_search #searchsubmit { margin-left: 5px; }

/* default widgets styling */
.widget { font-size: 13px; }

.widget li { 
    border-bottom: 1px solid #d9d9d9; 
    padding: 7px 0px;
}

.widget li:first-child { padding-top: 0; }

/* star rating in widgets */
.widget .main-stars {
	margin-bottom: 10px;
}

.widget.page-blocks .main-stars {
	margin-bottom: 0;
}

.widget .main-stars:before {
	content: "\f006\f006\f006\f006\f006";
}

.widget .main-stars:before, .widget .main-stars span:before {
	letter-spacing: 1px;
	margin-right: -1px;	
}


/* default recent comments */
.recentcomments .url { 
	color: #e54e53;
	font-style: italic; 
}

/* default categories widget */
.widget_categories li { 
	overflow: hidden;
	text-align: right;
	font-weight: bold; 
}

.widget_categories li a { 
	float: left;
	font-weight: normal; 
}

.widget_categories .children {
	clear: both;
	padding-top: 7px; 
}

.widget_categories .children li {
	border-top: 1px solid #d9d9d9;
	margin-left: 14px;
}

.widget_categories .children li:first-child {
	padding-top: 7px;
	margin-left: 0;
	padding-left: 14px;		
}

.widget_categories .children li { border-bottom: 0; }

.widget_categories li ul li:last-child { 
	border-bottom: 0;
	padding-bottom: 0; 
}


/* Ads widget */
.adwrap-widget,
.a-widget { 
	text-align: center; 
}

.adwrap-widget img,
.a-widget img {
	max-width: 100%;
	height: auto;
}

.adwrap-widget > img, .adwrap-widget > div, .adwrap-widget > iframe, .adwrap-widget > ins,
.a-widget > img, .a-widget > div, .a-widget > iframe, .a-widget > ins {
	display: inline-block;
	vertical-align: middle;
}

/* Tags cloud */
.tagcloud a { 
	padding: 2px 7px;
	border: 1px solid;
	margin: 2px 0.1em;
	display: inline-block; 
}


/* rss widget */
.widget_rss .widgettitle a { 
	color: inherit; 
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

/* Instagram Widget */
 
.widget .instagram-pics {
	overflow: hidden;
	margin: 0;
	margin-bottom: -2px;
}	

.widget .instagram-pics li {
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 1px;
	border: 0;
}
	
.widget .instagram-pics img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 2px;
	-webkit-filter: blur(0);
}		

.widget .instagram-pics img:hover {
	opacity: 0.9;
}

/* Generic posts list (for sidebars, menus, categories etc.) */
.posts-list { }
		
	.posts-list img {
		float: left;
		width: 85px;
		height: auto;
	}
	
	.posts-list .content { 
		margin-left: 103px;
		line-height: 1;
		min-height: 73px;
		border-bottom: 1px solid #d9d9d9;
		overflow: hidden;
	}
	
	.posts-list li:first-child { 
		padding-top: 0;
	}
	
	.posts-list li {
		overflow: hidden;
		padding: 24px 0 0 0;
		border-bottom: 0;
	}
	
	.posts-list li > a { 
		float: left;
		position: relative; 
		/* firefox flicker bug */
		-moz-transform: translate3d(0, 0, 0);
	}
	
	.rate-number {
		font-size: 11px;
		background: #19232d;
		position: absolute;
		height: 25px;
		line-height: 25px;
		text-align: center;
		min-width: 25px;
		
		font-weight: bold;
		color: #efefef;
		
		right: 0;
		bottom: 0;
	}
	
	.rate-number span {
		margin-top: -25px;
		display: block;
	}
	
	.rate-number .progress {
		background: #e54e53;
		height: 100%;
		width: 0;
		margin-top: 0;
	}
	
	.posts-list .content > a { 
		display: block;
		font-size: 13px;
		line-height: 1.615;
		margin-top: 7px;
		margin-bottom: 10px; 
		font-family: "Roboto Slab", Georgia, serif;
	}
	
	.posts-list .content time {
		color: #a6a6a6;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	.posts-list .content .comments {
		float: right;
		color: #a6a6a6;
		font-size: 11px;
		white-space: nowrap; 
	}
	
	.posts-list .comments a { color: inherit; }
	
	.posts-list .comments a:hover { text-decoration: none; }
	
	.posts-list .content .fa { 
		font-size: 13px; 
	}
	
	.posts-list .review {
		margin-top: 0.25em;
		display: block;
	}
	
	
/* Common meta for all type of listings */

.listing-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #a6a6a6;
	line-height: 1.4;
}
	
	.listing-meta .meta-item:before {
		content: "\2013"; /* en dash */
		padding: 0 7px;
		font-size: 13px;
		line-height: 1;
	}
	
	.listing-meta .meta-item:first-child:before {
		display: none;
	}
	
	.listing-meta .meta-item {
		float: left;
	}
	
	.listing-meta .author > a {
		color: inherit;	
	}
	
	.listing-meta .comments:before {
		display: none;
	}
	
	.listing-meta .comments .fa {
		font-size: 13px;
	}
	
	.listing-meta .comments a {
		color: inherit;
	}
	
	.listing-meta .comments a:hover {
		text-decoration: none;
	}
	
	.listing-meta .comments { 
		float: right;
		display: inline-block;
		white-space: nowrap;
	}
	
	.listing-meta .rate-number {
		float: right;
		background: #19232d;
		position: relative;
		height: 25px;
		text-align: center;
		min-width: 25px;
		
		font-weight: bold;
		color: #efefef;
	}
	
	.listing-meta .rate-number span {
		margin-top: -25px;
		display: block;
	}
		
	.listing-meta .rate-number .progress {
		background: #e54e53;
		height: 100%;
		width: 0;
		margin-top: 0;
	}


/* Post: Overlay */
.overlay-post {
	position: relative;
}

.overlay-post img {
	width: 100%;
	height: auto;
	display: block;
}

.overlay-post:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90%;
	z-index: 1;
	pointer-events: none;
	text-align: center;
	
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.overlay-post .meta {
	position: absolute;
	z-index: 2;
	bottom: 35px;
	width: 100%;
	text-align: center;

}

.overlay-post .cat-title {
	position: static;
	display: inline-block;
	margin: 0;
}

.overlay-post .post-title {
	max-width: 70%;
	margin: 0 auto;
	margin-top: 14px;
}

.overlay-post .post-title a {
	font-size: 21px;
	color: #fff;
}

/* Post: Grid */
.grid-post img {
	display: block;
	width: 100%;
	height: auto;
}

.grid-post .post-title {
	margin-top: 9px;
	font-size: 14px;
}


/* Default WordPress Components */
.alignnone { margin: 5px 20px 20px 0; }

/* WP User Avatar */
.avatar.alignnone { margin: 0; }

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright, a img.alignright{
    float: right;
    margin: 0 0 21px 21px;
}

.alignleft, a img.alignleft {
    float: left;
    margin: 0 21px 0 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignnone {
    margin: 0 21px 21px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
	font-style: italic;
	font-size: 0.923em;
	text-align: center;
}

/* Calendar widget */
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}

.widget_calendar caption, .widget_calendar td, .widget_calendar th { text-align: center; }

/* Social Follow Widget */

.social-follow .service {
	border: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	vertical-align: middle;

}

.social-follow .service-link {
	display: block;
	padding-right: 12px;
	line-height: 35px;
	border-radius: 2px;
	color: #f8f8f8;
}

.social-follow .service-link:hover {
	text-decoration: none;
	opacity: 0.88;
}

.social-follow .icon {
	float: left;
	width: 38px;
	background: rgba(0, 0, 0, 0.07);
	font-size: 15px;
	line-height: inherit;
	text-align: center;
	color: #fff;
}

.social-follow .label {
	display: inline-block;
	margin-left: 14px;
}

.social-follow .count {
	float: right;
	line-height: inherit;
}

.social-follow .facebook {
	background: #4263a9;
}

.social-follow .gplus {
	background: #e6422e;
}

.social-follow .twitter {
	background: #40aaea;
}

.social-follow .youtube {
	background: #cd201f;	
}

.social-follow .vimeo {
	background: #1ab7ea;	
}

.social-follow .instagram {
	background: #c13584;	
}


/* Image load animations */

.no-display {
	will-change: opacity;
	opacity: 0;	
}

/* fix firefox flicker */
.wp-post-image { -moz-transform: translate3d(0, 0, 0); }

/* image hover effect */
.wp-post-image:hover {
	opacity: 0.85; 
}

.ie .wp-post-image:hover { 
	opacity: 1;
}

.appear {
	opacity: 1;

	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


/* Login Modal & bbPress Login Widget */

.bbp-login-form .fa {
	line-height: 35px;
	border: 1px solid #d9d9d9;
	border-right: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	color: #a6a6a6;
	font-size: 14px;
	background: #eee;
	text-align: center;
	
	display: table-cell;
	vertical-align: middle;
	
	width: 1%;
	padding: 0 12px;
	
	min-width: 40px;
}

.bbp-login-form .input-group {
	display: table;
	width: 100%;
	margin-top: 14px;
}

.bbp-login-form.widget-login .input-group input {
	border-left: 0;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	line-height: normal;
	padding: 9px 14px;
	display: table-cell;
}

.bbp-login-form.widget-login .input-group input:focus { border-color: #d9d9d9; }

.bbp-login-form .bbp-submit-wrapper {
	float: none;
	text-align: left;
	overflow: hidden;
	margin-top: 21px;
}

.bbp-login-form .bbp-lostpass-link, .register-now .password-msg { 
	line-height: 28px;
	color: #a6a6a6; 
}

.bbp-register-info { 
	margin-top: 21px;
	border-top: 1px solid #d9d9d9;
	padding-top: 14px;
	background: #f9f9f9;
	text-align: center;
	padding: 10px;
}

.bbp-register-info > a { margin-left: 5px; }
.bbp-submit-wrapper .button { 
	float: right;
	text-transform: uppercase; 
}

.bbp-logged-in .button { 
	text-transform: uppercase;
	margin-top: 21px;
}

.bbp-logged-in .content { margin-left: 75px; }
.bbp-logged-in .links { margin-top: 21px; }
.bbp-logged-in .links a { display: block; }
.bbp-logged-in .links .fa { 
	color: #a6a6a6;
	font-size: 12px;
	margin-right: 5px;	
}

/* register/login modal */

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.modal {
	position: fixed;
    margin: 0;
    top: 50%;
    left: 50%;
	z-index: 1050;
	width: 560px;
	margin-left: -280px;
	background-color: #fff;

	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	
	outline: none;
	opacity: 0;
}

.modal.hide { display: none; }

.modal.fade, .modal-backdrop.fade { opacity: 0; }

.modal.fade.in { opacity: 1; }

.modal-header {
	padding: 9px 15px;
	background: #f2f2f2;
}

.modal-header .modal-title {
	padding-left: 18px;
	border-left: 3px solid #e54e53;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}

.modal-header .close { 
	float: right;
	background: transparent;
	padding: 0 5px;
	font-size: 18px;
	font-weight: bold;
}

.modal-body {
	position: relative;
	overflow-y: auto;
	max-height: 400px;
	padding: 15px;
	font-size: 13px;
}

.login-modal .bbp-register-info {
	padding: 21px;
	margin: 21px -15px -15px -15px;	
}

.modal-form { margin-bottom: 0; }

.login-modal { 
	width: 400px;
	margin-left: -200px;
}

.login-modal .lost-pass, .login-modal .register-now { display: none; }

/* CSS3 animations and transition helpers */

@-webkit-keyframes fadeIn {
	0% {
	    opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fade-in {
	visibility: visible;
	opacity: 1;
}

.fade-out {
	visibility: hidden;
	opacity: 0;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.no-transition {
	-webkit-transition: none !important;
	-moz-transition: none    !important;
	transition: none         !important;
}

/* Responsive Helpers */

.visible-xs, .visible-sm, .visible-md {
	display: none !important;
}


/**
 * 4. =Main Content
 * ----------------------------------------------------------------------------
 */

.main { 
	margin: 42px auto; /* 3em */
}

.main > .row, .main .post-wrap > .row { 
	overflow: hidden;
	position: relative;
}

.no-sidebar .main-content { width: 100%; }

.main-content { position: relative; }


/**
 * 4.1. =Main Page Blocks
 * ----------------------------------------------------------------------------
 */
 
.block-wrap {
	margin-bottom: 42px;
}

.block-wrap:last-child {
	margin-bottom: 0;
}

.block-content.loading {
	opacity: 0.2;
}

/* Highlights Blocks */

.highlights-box {
	margin-bottom: 42px; /* 30 + 12 = 42 (3em) */	
}


/* container for smaller 3 columns */
.highlights-box.three-col { margin: 0 -15px 42px -15px; }

.highlights-box.three-col .column.one-third { padding: 0 15px; }

.highlights-box.three-col .highlights .meta { margin-top: -20px; }

.highlights-box .column.half:first-child { border-right: 1px solid #d9d9d9; }

/* main highlights box */
.highlights { position: relative; }

.highlights .image-link {
	min-height: 42px;
	display: block;
	position: relative; 
}

.highlights .image-link img {
	display: block;
	width: 100%;
	height: auto; 
}

.highlights article { 	position: relative; }

.highlights-box.three-col .post-format-icon { margin-top: -45px; }

.highlights .cat-title.larger { 
	line-height: 30px;
	padding: 0 14px;
}

.highlights .image-link .star-rating {
	position: absolute;
	bottom: 12px;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
	padding: 1px 10px;
}

.highlights .image-link .post-format-icon + .star-rating {
    right: 25px;
    padding: 2px 10px;
}

.highlights .meta.above {
	position: relative;
	margin-top: -12px;
	background: #f2f2f2;
	line-height: 25px;
	font-size: 11px;
	color: #a6a6a6;
	text-transform: uppercase;
	padding-left: 14px;
	overflow: hidden;
}

.highlights .meta .comments {
	margin-right: 14px;
}
	
	.highlights h2 {
		color: #19232d;
		font-size: 14px;
		line-height: 1.3;
		padding-left: 14px;
		margin: 7px 0; 
	}
	
		
	.highlights h2:before {
		content: " ";
		display: block;
		float: left;
		position: absolute;
		left: 0;
		height: 18px;
		border-left: 3px solid #e54e53; 
	}


.highlights .excerpt {
	font-size: 13px;
	line-height: 1.615;
	margin-top: 14px;
	border-bottom: 1px solid #d9d9d9;
	color: #949697;
	padding-bottom: 14px;
	
}

.highlights .excerpt p { margin-bottom: 0; }

.block.posts li {
	border-top: 1px solid #d9d9d9;
	padding: 9px 0;  /* 9 + 3 (line-height*size - size / 2) */
	line-height: 1.5;
	overflow: hidden;
}

.block.posts li:first-child { border-top: 0; }

.block.posts li:last-child { padding-bottom: 0; }

.block.posts a { 
	color: #19232d;
	font-size: 13px;
	font-family: "Roboto Slab", Georgia, serif;
	margin-left: 14px;
	display: block;
}

.block.posts .fa-angle-right {
	color: #e54e53;
	font-size: 12px;
	float: left;
	line-height: 1.625;
}

.highlights .thumb img {
	width: 60px;
}

.highlights .thumb .content {
	margin-left: 75px;
	min-height: 0;	
}

.highlights .content .star-rating {
	margin-top: -5px;
	margin-bottom: 10px;
	display: block;	
}

.highlights .thumb li { 
	padding-top: 21px;	
}

.highlights article { margin-bottom: 0px; }

.highlights .block.posts { 
	border-top: 1px solid #d9d9d9;
	margin-top: 12px; 
}

.highlights .posts-list .cat-title {
	position: static;
	display: inline-block;
	margin-left: 0;
	font-size: 10px;
	padding: 4px;
	line-height: 1;
}

.highlights .thumb .content > a { margin-bottom: 10px; }

/* Block: Highlights - B - inherits Highlights */
.highlights-b .container {
	margin-bottom: -16px;
}

.highlights-b .posts-list .column {
	padding: 0 25px;
	border-bottom: 0;
}

.highlights-b .posts-list .column:nth-child(2n+1) {
    clear: both; 
}

.highlights-b .post {
	padding-top: 18px;
}

.highlights-b .posts-list .image-link {
	float: left;
	min-height: initial;
	margin-right: 18px;
}

/* News Focus Block */

.news-focus { margin-bottom: 42px; }

.news-focus .section-head {
	color: #e54e53;
}

.news-focus .row { 
	overflow: hidden;
	margin-top: 28px; 
}

.news-focus .blocks article { margin-top: 28px; }
.news-focus .blocks article:first-child { margin-top: 0; }

.news-focus .news-0 { display: block; }

.news-focus .excerpt {
	padding-bottom: 0;
	border-bottom: 0;
	display: block;
}

.news-focus .posts-list { border-left: 1px solid #d9d9d9; }
.news-focus .posts-list li:first-child { padding-top: 0; }

.news-focus .posts li:first-child { padding-top: 0; }
.news-focus .posts li:last-child { padding-bottom: 0; }

h3.gallery-title {
	font-family: "Open Sans", Arial, sans-serif;
}

.gallery-block { margin-bottom: 42px; }

.gallery-block .carousel li { margin-right: 30px; }
.gallery-block .carousel .title a {
	font-family: "Roboto Slab", Georgia, serif;
	padding-top: 4px;
	display: block;
}

.gallery-block .carousel .title { margin-bottom: 0; }

.gallery-block .carousel .flex-direction-nav a { top: 70px; }

.gallery-block .rate-number { display: none; }

.gallery-block .carousel .rate-number { display: block; }

.gallery-block .image-link { 
	display: block;
	position: relative;
}

.gallery-block img {
	display: block;
	width: auto; 
}


/* Focus Grid block */

.focus-grid { margin-bottom: 42px; }

.focus-grid .section-head { color: #e54e53; }

.focus-grid .row { 
	overflow: hidden;
	margin-top: 28px;
	clear: both; 
}

.focus-grid .news-0 { 
	display: block;
}

.focus-grid .listing-meta { 
	margin-bottom: -2px;
}

.focus-grid .excerpt {
	padding-bottom: 0;
	border-bottom: 0;
	display: block;
}

.focus-grid .posts-list {
	margin: 0 -12px;
	margin-bottom: -21px;
	padding: 0;
}

.focus-grid .posts-list .post {
	padding-top: 0;
	margin-bottom: 10px;
	float: left;
	width: 50%;
	padding: 0 12px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.focus-grid .posts-list .post:nth-child(2n+1) {
	clear: both;	
}

.focus-grid .small-image {
	float: none;
	display: block;
}

.focus-grid .small-image img { 
	display: block;
	float: none;
	width: 100%;
	
}

.focus-grid .posts-list .content {  
	margin: 0;
	border: 0;
	overflow: visible;
}

.focus-grid .posts-list .meta {
	background: transparent;
	padding: 0;
	margin: 0;
	line-height: inherit;
}

.focus-grid .posts-list time {
	margin-top: 8px;
}

/* Blog Listing Blocks */

.page-content .row.grid-overlay {
	margin-bottom: 14px; /* 28 + 14 = 42 */	
}

.page-content .row.tall-overlay {
	margin-bottom: 42px;
}

/* Spotlight Block */
.spotlight-block .block-content {
	margin-bottom: -25px;	
}

.spotlight-block .overlay-post {
	margin-bottom: 28px;
}

.spotlight-block .col-4 {
	padding: 0 12px;
}

.spotlight-block .grid-post {
	margin-bottom: 25px;
}

.spotlight-block .row {
	margin: 0 -12px;
}

.spotlight-block .col-4:nth-child(3n+1) {
	clear: both;
} 


/**
 * 4.2. =Single Post
 * ----------------------------------------------------------------------------
 */

.post-header { margin-bottom: 21px; }

.post-header .featured {
	margin-bottom: 14px;
	position: relative; 
}

.post-header .featured .caption a {
	color: inherit;
	font-weight: 600;	
}

.featured .flex-direction-nav a { right: 21px; }
.featured .flex-direction-nav .flex-prev { left: 21px; }

.no-sidebar .post-header .featured img {
	width: 100%;
	height: auto;
}

/* caption support */
.post-header .featured > a,
.post-header-b .featured > a { 
	display: block;
	position: relative;
}

.post-header .featured .caption,
.post-header-b .featured .caption {
	margin-bottom: 0;
	bottom: 5px;
	padding: 14px 20px 14px 20px;
	color: #fff;
	font-size: 14px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transform: translate3d(0, 0, 0);
}

.post-header .post-title {
	font-size: 20px;
	position: relative;
	padding-left: 18px;
	margin-right: 35px;
	float: left;
}

.post-header .post-title:before {
	content: " ";
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 6px; /* line-height padding */
	height: 20px;
	border-left: 3px solid #e54e53; 
}

.post-header .comments {
	float: right;
	margin-left: -35px;
	color: #a6a6a6;
	font-size: 11px;
	line-height: 28px;
}
	.post-header .comments:hover { text-decoration: none; }
	.post-header .comments .fa { font-size: 13px; }


.post-header .post-meta {
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 0;
	border: 1px solid #d9d9d9;
	border-left: 0;
	border-right: 0;
	margin-top: 21px; 
	overflow: hidden;
}

/* make html5 videos responsive */
.main-content video { 
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.post-meta { color: #a6a6a6; }

.post-meta time { text-transform: uppercase; }

.post-meta .cats { float: right; }

/* variant with title above */
.title-above .post-header .post-meta {
	margin-bottom: 28px;	
}

.title-above .post-header .featured {
	margin-bottom: 0;
}

/* Post Header: Style B */
.post-header-b {
	margin-bottom: 28px;
}

.post-header-b .cat-title {
	position: static;
	float: left;
	margin-left: 0;
	margin-bottom: 18px;
	padding: 0 8px;
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 0.025em;
}

.post-header-b .post-title {
	margin-bottom: 12px;
	font-size: 28px;
	line-height: 1.3;
}

.post-header-b .featured {
	position: relative;
	margin-top: 22px;
}

.post-header-b img {
	max-width: 100%;
	height: auto;
}


/* Post meta: Style B */
.post-meta-b {
	color: #999;
	font-size: 12px;
	margin-bottom: 22px;
}

.post-meta-b .avatar {
	display: block;
	border-radius: 50%;
	margin-right: 12px;
}

.post-meta-b .author-img {
	display: inline-block;
	vertical-align: middle;
}

.post-meta-b .posted-by a {
	padding-left: 3px;
	color: #e54e53;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.post-meta-b .posted-on:before {
	content: "\2014";
	padding: 0 3px;
	-webkit-font-smoothing: antialiased;
}

.post-meta-b .comments {
	margin-left: 22px;
	color: inherit;
}

.post-meta-b .comments .fa {
	margin-right: 8px;
	font-size: 13px;
}

/* Post content */
.post-content, .post-share {
	line-height: 1.857;
	font-size: 13px;
	position: relative;
}

	.post-container .post-content { margin-bottom: -1.857em; }

	.post-content a { color: #e54e53; }
	.post-content a:hover { color: #19232d; }

	.post-content p, .post-content > ul, .post-content > div, .post-content > dl, .post-content blockquote, .post-content ol { 
		margin-bottom: 1.857em; /* adjust to parent font-size */ 
	}
	
	.post-content > p:first-child { 
		font-size: 1.0769em;
		color: #3a4149;
	}
	
	/* lists */
	
	.post-content ul {
		list-style-type: square;
		margin-left: 42px;
	}
	
	.post-content ol {
		list-style-type: decimal;
		margin-left: 42px;
	}
	
	.post-content .fa-ul { margin-left: 0; }
	
	.post-content .fa-ul, .post-content .fa-ul ul { list-style-type: none; }
	
	.post-content .fa-ul .fa {
		margin-left: -21px;
		width: 2em;
		font-size: 0.9em;
		color: #979797;
	}
	
	.post-content small { font-size: 0.92308em; }
	
	/* quotes */
	.post-content blockquote {
		padding: 1.857em;
		padding-bottom: 0;
		border-left: 3px solid #d9d9d9;
		border-bottom: 1px solid transparent;
		background: #f2f2f2;
	}
	
	.post-content .pullquote {
		float: right;
		font-style: italic;
		font-size: 1.1em;
		padding-left: 14px;
		border-left: 3px solid #d9d9d9;
		max-width: 35%;
	}

	/* in-post galleries and images */
	.post-content .tiled-gallery { clear: none; }
	
	.post-content img, .post-content .wp-caption {
		max-width: 100%;
		height: auto;
	}
	
	.post-content .gallery-caption {
		font-style: italic;
		font-size: 0.923em;
	}
	
	.post-content .wp-caption.alignright { margin-left: 31px; }
		
	.post-content .wp-caption { margin-bottom: 21px; }
	
	.post-content .wp-caption-text {
    	margin-bottom: 0;
    	margin-right: 10px;
	}
	
	/* Modern quotes */
	
	.post-content .modern-quote {
		position: relative;
		padding: 0;
		padding-left: 42px;
		padding-right: 14px;
		padding-top: 17px;
		padding-bottom: 0;
		
		margin-top: 35px;
		margin-bottom: 35px;

		
		font-family: "Merriweather", Georgia, serif;
		font-weight: 300;
		font-size: 16px;
		font-style: italic;
		letter-spacing: 0.2px;
		
		border: 0;
		border-top: 2px solid #e54e53;
		background: transparent;
	}
	
	.modern-quote:before {
		content: "\201c";
		display: inline-block;
		position: absolute;
		top: 17px;
		left: 0;
		color: #e6e6e6;
		font-size: 60px;
		line-height: 1;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
	}
	
		.modern-quote p {
			margin-bottom: 21px;
		}
		
		.modern-quote cite {
			font-size: 12px;
			font-family: "Open Sans", Arial, sans-serif;
			text-transform: uppercase;
			color: #a6a6a6;
		}
		
		.modern-quote p > cite {
			display: block;
		}
		
		.modern-quote cite:before {
			content: "\2014";
			margin-right: 3px;
		}
	
	.modern-quote.alignleft {
		margin-right: 35px;
	}
	
	.modern-quote.alignright {
		margin-left: 35px;
	}
	
	.modern-quote.pull {
		margin-bottom: 28px;
		margin-top: 0.6em; /* match top leading, relative to font size */
		padding-right: 0;
		min-width: 250px;
		max-width: 30%;
	}
	
	
/* review box */
.review-box {
	background: #f2f2f2;
	border-left: 3px solid #d9d9d9;
	padding: 10px 15px 0 15px;
	font-size: 13px;
}

.post-content > .review-box { margin-bottom: 28px; }

.review-box .heading {
	font-size: 16px;
	font-weight: normal;
	border-left: 3px solid #e54e53;
	margin-left: -18px;
	padding-left: 15px;
	line-height: 2;
	
	margin-bottom: 20px; /* line-height adds 8px */
}

.review-box .verdict-box {
	overflow: hidden;
	padding: 28px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

	.review-box .overall {
		float: left;
		background: #e54e53;
		color: #fff;
		padding: 10px 8px;
		min-width: 115px;
		text-align: center;
	}
	
	.review-box .overall .number {
		display: block;
		font-size: 65px;
		font-weight: 600;
		line-height: 1;
	}
	
	.review-box .overall .best { display: none; }
	
	.review-box .overall .percent { font-size: 25px; }
	
	.review-box .overall .verdict {
		display: block;	
		font-size: 14px;
		text-transform: uppercase;
		margin-top: 10px;
	}
	
	.review-box .verdict-box .text { margin-left: 150px; }

.review-box ul {
	list-style: none;
	margin-left: 0;
	padding: 28px 0;
}

.review-box li { margin-bottom: 15px; }
	
	.review-box .label {
		text-transform: uppercase;
	}
	
	.review-box .criterion {
		overflow: hidden;
		line-height: 2;
	}
	
	.review-box ul .rating {
		float: right;
		font-weight: 600;
		white-space: nowrap;
	}
	
	.review-box .rating-bar, .review-box .bar {
		background: #fff;
		height: 21px;
	}
	
	.review-box .bar {
		background: #e54e53;
		display: block; 
	}


/* star rating */

.review-box.stars li:first-child {
	margin-top: -28px;
}

.review-box.stars li {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0;
	margin: 0;
}

.review-box .overall-stars {
	display: block;
	height: 15px;
	text-align: center;
}

.review-box .overall-stars .main-stars {
	float: none;
	max-width: 6em;
	margin: 0 auto;
	margin-top: 14px;
	font-size: 15px;
	color: #ec9494;
	color: rgba(255, 255, 255, 0.2);
	text-align: left;
}

.review-box .overall-stars .main-stars span:before { color: #fff; }

.review-box .main-stars {
	float: right;
	font-size: 17px;
	margin-top: 5px;
	display: block;
	padding-right: 1px;
	color: #d9d9d9;
}

.review-box .main-stars:before, .review-box .main-stars span:before {
	margin-right: -4px;
	letter-spacing: 5px;
}

.review-box .main-stars:before { content: "\f005\f005\f005\f005\f005"; }

.ie .review-box .main-stars span:before { width: 6.25em; }

/* main stars for ratings */
.main-stars {
	position: relative;
	font-size: 13px;
	line-height: 1;
	height: 1em;
	
	color: #e54e53;
	overflow: hidden;
	
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.main-stars span { 
	color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 2em;
	overflow: hidden;
}

.main-stars:before, .main-stars span:before {
 	content: "\f005\f005\f005\f005\f005";
	color: inherit;
	letter-spacing: 2px;
	margin-right: -2px;
	
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-stars:before { content: "\f006\f006\f006\f006\f006"; }

.main-stars span:before {
	top: 0;
	left: 0;
	position: absolute;
	color: #e54e53;
}

.ie .main-stars span:before { width: 6em; }

/* user ratings */

.user-ratings .votes {
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: 5px;	
}

.user-ratings .hover-number {
	letter-spacing: 1px;
	float: right;
	font-weight: 600;
}

.stars .user-ratings .hover-number { margin-right: 21px; }

.user-ratings .main-stars, .user-ratings .rating-bar { cursor: pointer; }

.user-ratings.voted .main-stars, .user-ratings.voted .rating-bar { cursor: default; }


/* post pagination */
.post-pagination { float: right; }
.post-pagination > span {
	display: block;
	float: left;
	padding: 0 10px;
	margin-right: 5px;
	line-height: 25px;
	font-size: 13px;	
	color: #fff;
	background: #e54e53; 
	text-decoration: none;
}

/* post pagination for post slideshow */
.post-pagination-next {
	overflow: hidden;
	background: #f2f2f2;
}

.post-pagination-next .info {
	font-size: 12px;
	text-transform: uppercase;
}

.post-pagination-next .info strong { padding: 0 2px; }

.post-pagination-next .button {
	padding: 3px 12px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.post-pagination-next .fa {
	padding: 0 3px;
	font-size: 11px;
	display: inline-block;
}

.post-pagination-next .links {
	float: right;	
}


/* post sharing */
.post-share {
	border-top: 1px solid #d9d9d9;
	padding: 28px 0;
	margin-top: 28px;
	overflow: hidden;
}

.post-share .text { 
	font-size: 13px;
	display: inline-block;
	margin-right: 30px;
	text-transform: uppercase;
	color: #19232d;
}

.share-links { float: right; }

.share-links a {
	width: 60px;
	height: 30px;
	line-height: 30px;
	
	text-align: center;
	color: #fff;
	font-size: 20px;
	
	margin-right: 2px;
	
	background: #19232d;
}

.share-links a:hover { text-decoration: none; }

.share-links .fa-facebook { background: #204385; }
.share-links .fa-twitter { background: #2aa9e0; }
.share-links .fa-google-plus { background: #d3492c; }
.share-links .fa-pinterest { background: #ca2128; }
.share-links .fa-linkedin { background: #02669a; }
.share-links .fa-tumblr { background: #44546b; }

/* Post Share: Style B */

.post-share-b {
	margin-bottom: -7px;
}

.post-share-b a:hover {
	text-decoration: none;
}

.post-share-b .service {
	float: left;
	width: 125px;
	margin-right: 7px;
	margin-bottom: 7px;
	border-radius: 2px;
	color: #fff;
	line-height: 34px;
	text-align: center;
}

.post-share-b .service:hover {
	opacity: 0.82;	
}

.post-share-b .service i {
	float: left;
	padding: 0 14px;
	font-size: 15px;
	line-height: inherit;
}

.post-share-b .service .label {
	margin-left: -24px;
	font-size: 13px;
}

.post-share-b .facebook {
	background: #4263a9;
}

.post-share-b .twitter {
	 background: #40aaea; 
}

.post-share-b .gplus {
	background: #e6422e;
}

.post-share-b .pinterest {
	background: #ca2128; 
}

.post-share-b .linkedin {
	background: #02669a;
}

.post-share-b .tumblr {
	background: #44546b;
}

.post-share-b .email {
	background: #19232d;
}

.post-share-b .service:nth-child(n+4) {
	display: none;
}

.post-share-b.all .service {
	display: block;
}

.post-share-b.all .show-more {
	display: none;
}

.post-share-b .show-more {
	float: left;
	width: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	color: #aaa;
	font-size: 17px;
}

/* author info box */
.author-info {
	font-size: 13px;
	overflow: hidden;
	margin-bottom: 28px; 
}

.author-info .avatar { float: left; }

.author-info [rel="author"] {
	text-transform: uppercase;
	color: #19232d; 	
}

.author-info .social-icons { float: right; }

	.author-info .social-icons li { margin-right: 10px; }

	.author-info .social-icons li a {
		background: #fff;
		color: #606569;
		font-size: 14px;
		
	}
	
	.author-info .social-icons li a:hover { color: #19232d; }

.author-info .description {
	margin-left: 135px;
	line-height: 1.714;
}

	.author-info .bio { 
		margin-top: 14px;
		margin-bottom: 0; 
	}

/* posts navigation in single post */
.navigate-posts {
	border-top: 1px solid #d9d9d9;
	padding: 35px 0;
	overflow: hidden; 
	display: table;
	width: 100%; 
}

.navigate-posts .previous, .navigate-posts .next {
	display: table-cell;
	width: 50%;
	text-align: right;
	box-sizing: border-box;
	padding: 0 35px;
}

.navigate-posts .title {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.navigate-posts .link { font-family: "Roboto Slab", Georgia, serif; }

.navigate-posts .previous { padding-left: 21px;}

.navigate-posts .next {
	text-align: left;
	border-left: 1px solid #d9d9d9;
	padding-right: 21px;
}

.navigate-posts .previous .fa { margin-right: 7px; }
.navigate-posts .next .fa { margin-left: 7px; }



/* related posts section */
.related-posts, .highlights-box.related-posts {
	margin-bottom: 28px; /* 3em */	
}

.related-posts .section-head { color: #e54e53; }

.related-posts ul { overflow: hidden; }
.related-posts li { float: left; }

.related-posts article { position: relative; }
.related-posts .highlights h2 a { font-size: 13px; }

.related-posts .highlights article { margin-bottom: 0; }

/* comments */

.comments .section-head { word-spacing: 4px; } 

.comments-list { margin-bottom: 42px; }

.comments-list .comment { margin-top: 28px; }

	.comments-list .comment-meta, .comments-list .comment-content, .comments-list .children {
		margin-left: 75px;
	}
	
	.comments-list .avatar {  float: left; }
	
	.comments-list .comment-meta {
		color: #a6a6a6;	
		font-size: 12px;
	}
	
	.comment-meta a, .comment-meta .comment-author {
		text-transform: uppercase;
		color: #606569;
		margin: 0 2px 0 0;
		display: inline-block;
	}
	
	.comment-meta .comment-edit-link { 
		color: #a6a6a6; 
	}
	
	.comments-list .bypostauthor .comment-author a { 
		color: #e54e53; 
	}
	
	.comments-list .comment-content {
		font-size: 13px;
		line-height: 1.714;
		border-bottom: 1px solid #d9d9d9;
		position: relative;
		padding-bottom: 42px;
		margin-top: 14px;
	}
	
	.comments-list .comment-content p { 
		margin-bottom: 1.5em; 
	}
	
	.comments-list .comment-content p:last-of-type { 
		margin-bottom: 0; 
	}
	
	.comment-content .reply {
		position: absolute;
		bottom: -1px;
		right: 0;
		color: #a6a6a6;
		font-size: 12px;
		border-bottom: 1px solid #e54e53;
	}
	
	.comment-content .reply a {
		color: inherit;
		padding: 5px 0;
		text-transform: uppercase;
		display: block;
	}
	
	.comment-content .reply a:hover { 
		text-decoration: none; 
	}
	
	.comment-content .reply .fa {
		font-size: 13px;
		color: #b4b4b4;
		margin-left: 5px;
	}
	
	.comments-list .pingback {
		font-size: 13px;
		margin-left: 75px;
		border-bottom: 1px solid #d9d9d9;
		padding-top: 21px;
	}


/* comment nav */
.comment-nav {
	overflow: hidden;
	font-size: 13px;
	margin: -14px 0 28px 75px; /* 42-14=28px for top */
}

	.comment-nav .nav-previous { float: left; }
	.comment-nav .nav-next { float: right; }
	.comment-nav a { color: #606569; }

/* comment form */
.comment .comment-respond {
	margin-left: 75px;
	margin-top: -1px; 
}

.comment-respond form { margin-top: 42px; }

	.comment-respond .section-head { display: block; }

	.comment-respond p { 
		margin-bottom: 28px;
		font-size: 13px;
	}
	
	.comment-respond small {
		float: right;
		margin-top: -55px;
		font-size: 12px;
		font-family: "Open Sans", Arial, sans-serif;
		margin-right: 12px;
	}
	
	.comment-respond small a { color: #a6a6a6; }

	
	.comment-respond .form-submit { overflow: hidden; }
	
	#comment-submit, .submit-button { 
		background: #19232d;
		text-transform: uppercase;
		font-size: 14px;
		color: #fff;
		padding: 7px 21px;		
	}
	
	
/* Alternate Dynamic Post Content Style */

.post-dynamic > p:first-child {
	font-size: inherit;
	color: inherit;
}

.post-dynamic {
	font-size: 14px;
	padding-left: 3.9%;
	padding-right: 3.9%;
}

.post-dynamic .alignleft {
	margin-right: 28px;
	margin-top: 7px;
}

.post-dynamic .alignright {
	margin-left: 28px;
	margin-top: 7px;
}

.post-dynamic > p img.alignleft {
	margin-left: -3.9%;
}

.post-dynamic > p img.alignright {
	margin-right: -3.9%;
}

.post-dynamic > p img.aligncenter, 
.post-dynamic .wp-caption.aligncenter {
	display: block;
	margin: 30px auto;
}

.post-dynamic > p img.alignnone, 
.post-dynamic .wp-caption.alignnone {
	display: block;
	margin: 33px -3.9%;
	max-width: 107.8%;
	
}

.post-dynamic .wp-caption-text {
	color: #a6a6a6;
}

.post-dynamic .gallery {
	margin-bottom: 1.857em !important;	
}

.post-dynamic .gallery, 
.post-dynamic .review-box {
	margin-left: -3.9% !important;
	width: 107.8%;
}

.post-dynamic .gallery-item img {
	border-color: #fff !important;
}

.post-dynamic .review-box {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * 4.2.1 =Cover Layout
 * ----------------------------------------------------------------------------
 */
 
.post-layout-cover .main {
	margin-top: 35px;
}

.post-layout-cover .post-cover {
	margin-bottom: 42px;
	overflow: hidden;
}

.post-cover .featured {
	position: relative;	
}

.post-cover .featured img {
	display: block;
	margin-top: -28px;
	max-width: 100%;
	height: auto;
}

.post-cover .featured .hidden {
	visibility: hidden;
}

.post-cover .overlay {
	position: absolute;
	bottom: 0;
	padding: 28px;
	padding-top: 10%;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
	
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

.post-cover .caption {
	z-index: 200;
	color: #a6a6a6;
	background: rgba(0, 0, 0, 0.35);
	
	font-size: 12px;
	font-style: italic;
	text-shadow: none;
	
	width: auto;
	bottom: 0;
	right: 0;
	padding: 11px 21px;	
}

.post-cover .caption a { 
	color: #eee; 
}
	
.post-cover .overlay .cat-title {
	position: static;
	display: inline-block;
	margin: 0;
	margin-bottom: 21px;
	pointer-events: auto;
}

.post-cover .overlay h1 {
	max-width: 66.667%;
	padding-right: 25px;
	padding-bottom: 28px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	font-size: 31px;
	line-height: 1.45;
	color: #fff;
	
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	pointer-events: auto;
}

.post-cover .post-meta {
	color: #eee;
	font-size: 11px;
	font-style: italic;
	padding-left: 3px;
	float: left;
	
	pointer-events: auto;
}

	.post-cover .posted-by {
		text-transform: lowercase;
	}
	
	.post-cover .posted-by a, .post-cover .posted-on time, .post-cover .comments a {
		font-style: normal;
		text-transform: uppercase;
		padding: 0 3px;
	}
	
	.post-cover .posted-by a {
		font-weight: 600;
		color: #fff;
	}
	
	.post-cover .comments {
		padding-left: 30px;
	}
	
	.post-cover .comments a {
		color: inherit;
		text-decoration: none;
	}
	
	.post-cover .comments .fa-comments-o {
		padding-right: 3px;
	}
	
/* Post cover gallery slider */

.post-cover .gallery-slider + .overlay {
	pointer-events: none;	
}

.post-cover .gallery-slider li, .post-cover .featured {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.post-cover .gallery-slider .frame {
	position: static;
}

.post-cover .gallery-slider li[style] { 
	position: static !important; /* override flexslider inline position */ 
}

	
/**
 * 4.3. =Single & Other Pages
 * ----------------------------------------------------------------------------
 */

.page .post-content { margin-left: 0; }

.page .post-header { margin-bottom: 0; }

.page > .row.builder, 
.page-content > .main-pagination,
.block-wrap > .main-pagination,
.post > .row.builder { 
	margin-bottom: 42px; 
}

.page > .row.builder .post-content {
	margin-bottom: -1.857em;
}

.page-content .widget-title {
	font-weight: bold;
	color: #19232d;
	margin-bottom: 24px;
	font-family: inherit;
	line-height: 1.5;
}

.page-content .main-heading { font-weight: 600; }

.page .page-content > div:last-child, .page .page-content > section:last-child { 
	margin-bottom: 0;
} 

/* post/page headings  */
.post-content h1, .post-content h2, .post-content h3, 
.post-content h4, .post-content h5, .post-content h6
{ 
	font-weight: bold;
	color: #19232d;
	margin-bottom: 24px;
	font-family: inherit;
	line-height: 1.5;
}

/* post slideshow */
.post-slideshow {
	margin-top: 14px; /* +21px */
	background: #f7f7f7;
	padding: 1.857em 25px;
}

.post-slideshow h1, .post-slideshow h2, .post-slideshow h3, .post-slideshow h4, .post-slideshow h5, .post-slideshow h6 {
	font-weight: 600;
}

.post-slideshow > p:last-child, .post-slideshow .content-page > p:last-child { margin-bottom: 7px; }

.post .post-slideshow {
	margin-bottom: 38px;
}

/* In a container */
.post-container .post-slideshow {
	margin-bottom: 14px; /* +21px */
}

.post-slideshow .post-pagination-next {
    margin: 0 -25px; 
    padding: 14px 25px;
    margin-top: -1.857em;
    margin-bottom: 28px;
    
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0, 0.05);
	box-shadow: 0 1px 0 0 rgba(0,0,0, 0.05);
}

.post-slideshow .post-pagination-next.bottom {
	margin-top: 25px;
	margin-bottom: -25px; 
}

.post-slideshow .tagcloud {
	display: none;
}

.post-slideshow .content-page {
	margin-bottom: 0;
	opacity: 1;
	
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.post-slideshow .content-page.hidden { opacity: 0; }

.post-slideshow img.alignnone { margin-bottom: 5px; }


/* author page */
.author .section-head { display: none; }
.author .author-info {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 42px;
} 

/* authors list page */
.authors-list .posts { 
	display: block;
	margin-top: 18px;
}

.authors-list .posts a { text-transform: uppercase; }

/* contact us page */
.post-content .wpcf7 { margin-top: 42px; }

.post-content .wpcf7-not-valid-tip {
	position: static;
	margin-top: 8px;
	padding-left: 10px;
	border: 0;
	font-size: 13px;
	border-left: 2px solid #e54e53;	
}


/* 404 error */
.error-page { margin-top: 112px; }

.error-page .text-404 {
	font-size: 60px;
	color: #e54e53;
	line-height: 1;
	text-align: left;
	padding-left: 0;	
}

.error-page .links, .error-page .fa-ul .fa { margin-left: 0; }

/**
 * 4.4. =Category Listing & Loop
 * ----------------------------------------------------------------------------
 */

.main-heading, 
.page-title, 
.entry-title {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	border-left: 3px solid #e54e53;
	padding-left: 14px;
	line-height: 2;
	margin-bottom: 28px;
}

.main-heading strong {
	font-weight: 600;
	margin-left: 14px;
}

.main-heading.prominent { font-weight: 600; }

/* default loop/category style */
.listing-alt article {
	padding: 28px 0;
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
	position: relative;
}

.listing-alt .post-wrap {
	position: relative;
}

.listing-alt article:first-child {
	padding-top: 0;
	border-top: 0; 
}

.listing-alt .image-link {
	position: relative;
	float: left;
	max-width: 295px;
	overflow: hidden;
}

/* sticky listings */
.listing-alt .sticky {
	background: #f2f2f2;
	padding-right: 25px;
}

.listing-alt .sticky:first-child { padding-top: 28px; }

.listing-alt img {
	width: auto;
	height: auto;
	margin-left: -10%; /* faux crop - save resources */
	-webkit-transform: translate3d(0, 0, 0);
}

.listing-alt article .content { 
	margin-left: 325px;
	border-bottom: 0; 
	line-height: 1.5;
	overflow: hidden;
}

.listing-alt .meta {
	margin-top: -3px; /* remove line-height */
}

.listing-alt .content .post-title { font-size: 14px; }

.listing-alt .content .excerpt {
	margin-top: 14px;
	font-size: 13px;
	line-height: 1.714;
	color: #949697;
}

.listing-alt .content .excerpt p { margin-bottom: 0; }

.listing-alt .content .read-more {
	margin-top: 18px;
}

.listing-alt + .main-pagination { margin-top: 28px; }


/* Main listing - grid */

.listing { overflow: hidden; }

.listing article { margin-bottom: 28px; }

.listing .sticky { 
	background: #f2f2f2;
	padding: 15px;
}

.listing > .column:nth-child(odd) { 
	clear: both; 
}

.listing .excerpt {
	font-size: 13px;
	line-height: 1.714;
	margin-top: 14px;
	border-bottom: 0; 
	padding-bottom: 0;
}

.listing + .main-pagination { margin-top: 14px; }

/* 3 posts grid */

.listing.grid-3 > .column:nth-child(odd) {
	clear: none;
}

.listing.grid-3 > .column:nth-child(3n+1) {
	clear: both;
} 

.right-sidebar .listing.grid-3 .column {
	padding-left: 15px;
	padding-right: 15px;
}

.right-sidebar .listing.grid-3 {
	padding-left: 10px;
	padding-right: 10px;
}

/* Grid Overlay style */

.grid-overlay {
	margin-left: -13px;
	margin-right: -13px;
}

.grid-overlay .column {
	padding-left: 13px;
	padding-right: 13px;	
}

.right-sidebar .grid-overlay.grid-3 {
	margin-left: -1px;
	margin-right: -1px;
	margin-bottom: 28px;
	padding: 0;
}

.right-sidebar .grid-overlay.grid-3 .column {
	padding-left: 1px;
	padding-right: 1px;
}

.right-sidebar .grid-overlay.grid-3 article { 
	margin-bottom: 2px;
}

.right-sidebar .grid-overlay.grid-3 h2 {
	padding-bottom: 7px;
	font-size: 13px;
}

.right-sidebar .grid-overlay.grid-3 .meta { 
	display: none; 
} 

.grid-overlay article {
	margin-bottom: 26px;
	position: relative;
}

.grid-overlay .overlay {
	position: absolute;
	padding: 14px;
	bottom: 0;
	width: 100%;
	padding-top: 10%;
	pointer-events: none;
	box-sizing: border-box;
	
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

	
.grid-overlay img {
	width: 100%;
	height: auto;
}

.grid-overlay article .image-link {
	display: block;
	min-height: 150px;
	overflow: hidden;
}

.grid-overlay .post-title {
	margin-top: 12px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
}

.grid-overlay h2:before {
	display: none;
}

.grid-overlay h2 a {
	pointer-events: auto;
	color: inherit;
}

.grid-overlay .meta {
	position: static;
	background: transparent;
	margin-top: 2px;
	color: #fff;
	display: inline-block;
}

.grid-overlay .meta time {
	float: none;
	display: inline-block;
	margin-bottom: 2px;
	color: #efefef;
}

/* Tall Overlay */

.tall-overlay {
	margin-left: -1px;
	margin-right: -1px;
}

.tall-overlay .column {
	padding-left: 1px;
	padding-right: 1px;
}

.tall-overlay > .column:nth-child(odd) {
	clear: none;
}

.tall-overlay > .column:nth-child(3n+1) {
	clear: both;
}

.tall-overlay article {
	margin-bottom: 2px;
}

.tall-overlay .post-title {
	font-size: 15px;
	line-height: 1.4;
}

/* tall overlay is 4 column in full width */
.no-sidebar .tall-overlay > .column:nth-child(3n+1) {
	clear: none;
} 

.no-sidebar .tall-overlay > .column:nth-child(4n+1) {
	clear: both;
}


/* Timeline style */

.list-timeline {
	margin-top: 42px;
	border-left: 1px solid #d9d9d9;
}

.list-timeline .month {
	margin-left: 25px;
	position: relative;
	margin-bottom: 42px;
	color: #19232d;
}

.list-timeline .heading {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	float: left;	
	padding: 0 15px;
	line-height: 28px;
	border: 1px solid #d9d9d9;
	margin-top: -14px;
	margin-bottom: 28px;
}

.list-timeline .heading:before {
	display: block;
	position: absolute;
	top: 0px;
	left: -25px;
	width: 25px;
	height: 1px;
	background: #d9d9d9;
	content: " ";
}

.list-timeline .posts { clear: both; }

	.list-timeline .posts article {
		font-size: 13px;
		line-height: 1.714;
		margin-bottom: 7px;
		font-family: "Roboto Slab", Georgia, serif;
	}
	
	.list-timeline .posts time {
		text-transform: uppercase;
		padding-top: 1px;
		padding-right: 42px;
		color: #606569;
		min-width: 40px;
		display: block;
		float: left;
	}
	
	.list-timeline .posts .post-title {
		display: block;
		overflow: hidden;
	} 



/* Classic large blog listing */

.listing-classic > .post {
	padding-bottom: 35px;
	margin-bottom: 42px;
	border-bottom: 1px solid #d9d9d9; 
}

.listing-classic .read-more { margin-top: 28px; }

.listing-classic .post-content > p:first-child {
	font-size: inherit;
	color: inherit;
}

.listing-classic .post-share { padding-bottom: 0; }

.listing-classic .post-header { margin-bottom: 21px; }

.listing-classic > .post:last-child { 
	border: 0;
	padding-bottom: 0; 
}

.listing-classic + .main-pagination {
	border-top: 1px solid #d9d9d9;
	padding-top: 35px;
}

/* Sidebar Listing use */

.sidebar .listing {
	margin-bottom: -28px;
}

.sidebar .listing.grid-2 {
	margin-left: -9px;
	margin-right: -9px;
}

.sidebar .listing.grid-2 .b-col {
	padding-left: 9px;
	padding-right: 9px;
}

.sidebar .listing.grid-2 article {
	overflow: hidden;
}

.sidebar .listing.grid-2 .meta-item:before,
.sidebar .listing.grid-2 .meta-item:not(time) {
	display: none;
}


/**
 * 4. =Main Sidebar
 * ----------------------------------------------------------------------------
 */
.main .sidebar {
	border-left: 1px solid transparent;
}

.main .sidebar:before, .sidebar .theiaStickySidebar:before {
	content: " ";
	position: absolute;
	border-left: 1px solid #d9d9d9;
	height: 100%;
	margin-left: -25px;
}

.main .sidebar .widget { margin-bottom: 35px; /* 2.5em */ }

.main .sidebar .widgettitle, 
.tabbed .tabs-list {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	background: #19232d;
	color: #efefef;
	
	padding: 0 14px;
	line-height: 34px;
	margin-bottom: 35px;
}

	/* tabbed widgets - recent, category1... */	
	 .tabbed .tabs-list { 
		overflow: hidden;
		padding: 0;
	}
	
	.tabbed .tabs-list li {
		line-height: 1.5;
		border-bottom: 0;
		padding: 0;
	}
		
	.tabbed .tabs-list .active a { 
		border-bottom: 2px solid #e54e53;
	}
	
	.tabbed .tabs-list a { 
		color: #efefef;
		float: left;
		display: block;
		padding: 0 14px;
		border-bottom: 2px solid transparent;
		line-height: 32px;
	}
		
	.tabbed .tabs-list a:hover { text-decoration: none; }

	.tabbed .tabs-data { border-bottom: 0; }
	
	.tabbed .tabs-data > ul:first-child { display: block; }
	.tabbed .tabs-data > .inactive { display: none; } 
	
	.tabbed .posts-list { display: none; }
	.tabbed .posts-list li { }
	.tabbed .posts-list.active, .tabbed .posts-list .posts-list { display: block; }	
	
	/* latest posts and popular posts widget */
	.sidebar .posts-list li { line-height: 1.5; }

	/* sidebar galleries */
	.gallery-block .slider .title { display: none; }
	
	.gallery-block .slider li {
		padding: 0;
		border: 0;
	}
	
	.gallery-block .flex-direction-nav a { 
		width: 25px;
		height: 25px; 
		margin: -10px 0 0; 
	}
	
	.gallery-block .flex-direction-nav a:after {
		line-height: 25px;
		font-size: 25px; 
	}
	
	.gallery-block .flex-direction-nav .flex-next { right: 10px; }
	.gallery-block .flex-direction-nav .flex-prev { left: 10px; }
	
.sidebar .flickr-widget {
	margin-bottom: -14px;
}


/**
 * 6. =Shortcodes
 * ----------------------------------------------------------------------------
 */

 
 /* tabs */
.sc-tabs { 
	overflow: hidden;
	margin-bottom: -1px; 
}

.post-content .sc-tabs {
	list-style-type: none;
	margin: 0 0 -1px 0;
	clear: both;
}
	
	.sc-tabs a { 
		float: left; 
		display: block;
		padding: 5px 28px;
		background: #fcfcfc;
		border: 1px solid #d9d9d9;
		border-left: 0;
		
		color: #19232d;
		font-size: 13px;
	}
		
	.sc-tabs .active a { 
		background: #f2f2f2;
		border-bottom: 1px solid #e54e53;
	}
	
	.sc-tabs li:first-child a { border-left: 1px solid #d9d9d9; }
		
	.sc-tabs a:hover { text-decoration: none; }
		
	.sc-tabs .active { margin-bottom: -3px; }
	

.sc-tabs-panes {
	border: 1px solid #d9d9d9;
	padding: 21px;
}

.widget .sc-tabs li {
	border: 0;
	padding: 0;
}

.post-content .sc-tabs-panes { margin-left: 0; }
	.sc-tabs-panes > li { display: none;}
	.sc-tabs-panes > li.active { display: block; }

/* accordions / toggle */
.sc-accordion-pane.active, .sc-toggle-content.active { display: block; }

.sc-accordion-title:first-child, .sc-toggle-title:first-child {
	border-top: 1px solid #d9d9d9;
}

.sc-accordion-title, .sc-toggle-title { 
	border: 1px solid #d9d9d9;
	border-top: 0; 
}

.sc-accordion-title a, .sc-toggle-title a { 
	display: block;
	padding: 10px 21px;
	text-decoration: none;
	position: relative;
}


.sc-accordion-title a:before, .sc-toggle-title a:before {
	content: " ";
	width: 20px;
	height: 20px;
	background: #19232d;
	
	display: inline-block;
	vertical-align: middle;
	
	margin-right: 21px;
}


.sc-accordion-title a:after, .sc-toggle-title a:after {
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	position: absolute;
	top: 1.4em;
	left: 21px;
	padding-left: 5px;
	font-size: 13px;
	color: #fff;
	z-index: 1;
}

.sc-accordion-title.active a:after {
	content: "\f068";
}

.sc-accordion-pane, .sc-toggle-content { 
	display: none;
	border: 1px solid #d9d9d9;
	border-top: 0;
	padding: 21px;
}

/* buttons */

.sc-button, .button {
	background: #19232d;
	padding: 5px 21px;
	color: #fff;
	display: inline-block;
	font: inherit;
}

.button { background: #e54e53; }
a.button:hover { text-decoration: none; }

.button.smaller {
	font-size: 12px;
	padding: 2px 7px;
	text-transform: uppercase;
}

.post-content .sc-button, .post-content .sc-button:hover { color: #fff; }

.sc-button:hover { text-decoration: none; opacity: 0.9; }

.sc-button-small { font-size: 14px; }
.sc-button-medium {	font-size: 16px; }

.sc-button-large { font-size: 18px; }

.sc-button-red { background: #e54e53; }
.sc-button-orange { background: #ff5b22; }
.sc-button-blue { background: #2a3c4c; }

.sc-button-default:hover {
	background: #e54e53;
}

.drop-caps { 
	float: left;
	font-size: 1.9em;
	line-height: 1;
	background: #e54e53;
	border-radius: 50%;
	color: #fff;
	
	padding: 6px 10px;
	margin-top: 5px;
	margin-right: 14px;
}
	
.drop-caps.square {	border-radius: 0; }

/**
 * 7. =Footer
 * ----------------------------------------------------------------------------
 */
.main-footer {
 	background: #19232d;
}
 
.main-footer .wrap { 
 	padding: 49px 25px; 
}

/* default widget styling */
.main-footer .widget {
	color: #d7dade;
	font-size: 13px;
	line-height: 1.9;
}

.main-footer .widgettitle {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	color: #c5c7cb;
	border-bottom: 1px solid #253443;
	text-transform: uppercase;
	margin-bottom: 28px; /* 2em */
}	

.main-footer .feedburner input {
	background: #1f2c38;
	color: #c5c7cb;
	border: 0;
	font-size: inherit;
	line-height: 1.4;
}

.main-footer input.feedburner-subscribe { 
	background: #2a3c4c;
	padding: 8px 14px;
	font-weight: 600;
}

/* Social Icons */
.main-footer .social-icons li {
	padding: 0;
	border: 0;
	height: initial;
}

.main-footer .social-icons .icon {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	font-size: 15px;
	color: #efefef;
}

.main-footer .social-icons .icon:hover {
	background: rgba(255, 255, 255, 0.18);
}


.lower-foot {
	background: #121a21;
	color: #8d8e92;
	font-size: 13px;
}

	.lower-foot a { color: #b6b7b9; }

	.lower-foot .wrap { 
		padding: 14px 25px;
		overflow: hidden; 
	}
	
	.lower-foot .social-icons { float: right; }
	
	.lower-foot .menu { 
		float: right;
		overflow: hidden; 
	}
	
	.lower-foot .textwidget { float: left; }

	.lower-foot .menu li { 
		float: left; 
		padding-left: 0.5em;
	}
	
	/* add middot */
	.lower-foot .menu li:before {
		content: "\b7"; 
		padding-right: 0.5em;
		display: inline-block;
	}
	
	.lower-foot .menu li:first-child:before { content: ''; } 
	.lower-foot .menu .sub-menu { display: none; }

/* footer widgets */
.main-footer .widget a { color: #e0e3E9; }

	/* About Widget */
	.about-widget .logo-text {
		font-size: 22px;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 28px;
	}

	/* Latest posts / other post listing widgets */
	.main-footer .posts-list .content {
		border-bottom-color: #253443;
		min-height: 65px; 
		margin-left: 95px;
	}
	
	.main-footer .posts-list img { width: 75px; }
	
	.main-footer .posts-list time, .main-footer .posts-list .comments a, .main-footer .posts-list .fa {
		color: #a3a8b1;
	}
	
	/* Flickr widget */
	.flickr-widget { overflow: hidden; }
	.flickr-widget .flickr_badge_image {
		float: left;
		margin: 0 12px 14px 0px;
	}
	
	.ie8 .flickr-widget .flickr_badge_image { margin-right: 8px; }
	
	.flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 0; }
	
	.flickr-widget a { 
		overflow: hidden;
		display: block;
		border-radius: 0px;
		max-height: 64px;
		max-width: 72px;
	}
	
	.flickr-widget a img {
		float: left;
		
		max-width: 100%;
		height: auto;
		 
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	
	.flickr-widget img:hover { opacity: 0.8; }
	.ie .flickr-widget img:hover { opacity: 1; }
	
	/* calendar widget */
	.main-footer .widget_calendar { color: #606569; }
	.main-footer .widget_calendar a { color: #19232d; }


.yarpp-thumbnails-horizontal .yarpp-thumbnail {
width: 206px !important;
height: 240px !important;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
width: 195px !important;
height: 195px !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
width: 206px !important;
height: 276px !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
max-height: 5.8em !important;
font-weight: 200 !important;
width: 185px !important;
}
.yarpp-related h3 {
background: #fbfbfb !important;
border-color: #eee !important;
border-bottom-width: 2px !important;
font-family: Roboto, Helvetica, sans-serif !important;
font-size: 14px !important;
letter-spacing: 0.02em !important;
line-height: 36px !important;
-webkit-font-smoothing: antialiased !important;	
}
.social-follow .instagram {
background: #25d366;
}
#mc_embed_signup label {
line-height: 23px;
}
#mc_embed_signup input.email {
text-align: center !important;
}
#mc_embed_signup {
border-width: 1px !important;
border-color: #999999 !important;
border-style: solid !important;
padding: 15px !important;
}
#mc_embed_signup input.email {
display: initial !important;
}
#mc_embed_signup form {
text-align: center !important;
}
#mc_embed_signup input.button {
display: -webkit-inline-box !important;
}
.block-wrap {
margin-bottom: 54px;
width: 104%;
}
a.fa.fa-whatsapp {
background: #34af23;
}
.share-links a {
margin-right: 0;
max-width: 18% !important;
}
.page > .row.builder, 
.page-content > .main-pagination,
.block-wrap > .main-pagination,
.post > .row.builder { 
margin-bottom: 0px; 
}
div#div-gpt-ad-1505314138676-0 {
padding-bottom: 42px;
}
div#div-gpt-ad-1496319640875-8 {
padding-bottom: 42px;
}
div#div-gpt-ad-1496319640875-9 {
padding-bottom: 42px;
} .login h1 a {
background-size: 95%;
height: 131px;
width: 109%;
}@media only screen and (min-width: 1129px) {
.main-featured .flexslider .slides > li { min-height: 336px; }
} @media only screen and (max-width: 1128px) {
.wrap, .boxed .main-wrap { 
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
body.boxed { padding: 0 25px 0 25px; } body.android {
text-rendering: auto;
}
.background-cover {
position: fixed;
background-position: 50% 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-position: center center;
background-size: cover;
z-index: -1;
}
.trending-ticker a { max-width: 400px; }
.main-head .right { margin-left: 250px; }
.navigation.sticky {
width: 100%;
left: 0;
}
.nav-dark .menu li > a { padding: 0 20px; }
.tabbed .tabs-list a { padding: 0 3%; }
.post-header img, .post-content img {
max-width: 100%;
height: auto;
}
.post-share .text { display: none; }
.share-links a { margin-bottom: 4px; } .main-featured .blocks .image-link img {
max-width: 100%;
height: auto;
}
.main-featured .blocks .small {
width: 48%;
margin-right: 4%;	
} .featured-grid .image-link { min-height: 150px; }
.featured-grid .small-item .image-link { min-height: 100px; }
.featured-grid-b .medium-item .image-link { min-height: 150px; }
.main-footer input.feedburner-subscribe {
margin-top: 5px;
margin-left: 0;
display: block;
}
.flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 12px; }
.flickr-widget .flickr_badge_image:nth-of-type(3n) { margin-right: 0; }
.no-display { opacity: 1; } .navigation .menu li > a:after, .navigation .mega-menu.links > li li a:before, .flex-direction-nav a:after, 
.sc-accordion-title a:after, .sc-toggle-title a:after, .fa, .main-stars {
text-rendering: auto;
}
} @media only screen and (min-width: 800px) and (max-width: 940px) {
.column, .row [class*="col-"] {
padding-left: 15px;
padding-right: 15px;
}
.wrap > .row, .row {
margin-left: -15px;
margin-right: -15px; 
} .trending-ticker { font-size: 13px; }
.trending-ticker .heading { margin-right: 25px; }
.trending-ticker a {
max-width: 235px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
vertical-align: middle;
line-height: 1.3;
padding-right: 5px;
margin-top: -2px;
} .navigation .menu > li > a {
font-size: 13px;
padding: 0 13px;
}
.navigation .menu li > a:after { 
margin-left: 5px;
font-size: 13px;
line-height: 1;
} .mega-menu .sub-cats { padding: 0; }
.mega-menu .sub-nav {
padding-left: 15px;
padding-right: 15px;
} 
.mega-menu .extend { padding: 0; }
.mega-menu .recent-posts .post:nth-child(3) { display: none; } .navigation .mega-menu.links > li { padding: 0 15px; }
.navigation .mega-menu, .navigation .mega-menu.links > li > a, .navigation .mega-menu .sub-nav li a { font-size: 13px; }
.navigation .mega-menu.links > li li a:before { display: none; }
.navigation .mega-menu.links > li li a { padding-left: 5px; } .main-featured .blocks .small h3 { padding: 20px 5px 5px 5px; }
.main-featured .blocks.col-4 { padding-left: 4px; }
.tall-overlay { margin: inherit; }
.tabbed .tabs-list a {
font-size: 12px;
padding: 0 2.5%;	
}
.main .sidebar:before, .sidebar .theiaStickySidebar:before { margin-left: -15px; } .sidebar .posts-list img { width: 65px; }
.sidebar .posts-list .content { margin-left: 80px; }
.listing-alt img { width: 110%; }
.listing-alt .image-link { max-width: 200px; }
.listing-alt article .content { margin-left: 220px; }
.focus-grid .small-image img {
width: 100%;
}
.focus-grid .posts-list {
margin: 0 -7px;
}
.focus-grid .posts-list .post {
padding: 0 7px;
}
.main-footer .posts-list img { width: 60px; }
.main-footer .posts-list .content { margin-left: 75px; }
.flickr-widget a {
width: 60px;
height: 52px;
}
} @media only screen and (min-width: 768px) and (max-width: 799px) {
.main-featured .blocks { display: none; }
.main-featured .slider, .main-featured .flexslider .slides img { width: 100%; }
.main-content, .sidebar { width: 100%; } .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev { opacity: 0.8; }
.main-footer .col-4 {
width: 100%;
margin-top: 28px;
}
.main-footer .col-4:first-child { margin-top: 0; } .flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 12px; }
.main-footer input.feedburner-subscribe {
display: inline;
margin-left: 4px;
}
} @media only screen and (max-width: 799px) {  .top-bar .social-icons {
clear: both;
text-align: center;
float: none;
}
.top-bar .date { display: none; }
.top-bar .search { display: none; }
.top-bar .social-icons li {
float: none;
display: inline-block;
}
.top-bar-content > div { display: block; }
.top-bar .trending-ticker .heading {
float: none;
margin-right: 0;
}
.top-bar .trending-ticker ul { float: none; }
.top-bar .trending-ticker {
text-align: center;
margin-bottom: 14px;
}
.trending-ticker a { max-width: 100%; }
.top-bar .trending-ticket li { 
max-width: 100%;
text-overflow: ellipsis;
}
.top-bar .menu { 
float: none;
text-align: center; 
margin-bottom: 7px;
}
.top-bar .menu li {
float: none;
display: inline-block;
padding-left: 14px;
} .main-head .title {
float: none;
text-align: center;
margin-bottom: 28px;
margin-top: 42px;
line-height: 1;
}
.main-head .right { 
float: none;
margin-bottom: 28px;
line-height: 1.5;
text-align: center;
}
.main-head .right > div {
display: inline-block;
max-width: 100%;
}
.main-head .right  { margin-left: 0; } .main-head .logo-mobile {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
}
.main-head  .logo-mobile + .logo-image { 
display: none;
} .mobile-head {
display: block;
position: relative;
border-top: 3px solid #e53e54;
border-bottom: 1px solid #eee;
margin-bottom: 0;
margin-left: -25px;
margin-right: -25px;
padding: 0 75px;
text-align: center;
z-index: 150;
}
.main-head.dark .mobile-head {
border-bottom: 0;
}
.mobile-head .menu-icon, .mobile-head .search-overlay {
position: absolute;
left: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding-right: 20px;
font-size: 21px;
}
.mobile-head .menu-icon .fa, .mobile-head .search-overlay .fa {
color: #bbb;
}
.mobile-head .search-overlay {
left: auto;
right: 25px;
font-size: 18px;
padding-right: 0;
padding-left: 20px;
z-index: 1;
}
.mobile-head .search { 
text-align: left;
margin-top: 14px;
}
.mobile-head .title {
display: inline-block;
width: auto;
padding-top: 0;
margin: 0;
max-height: 250px;
font-size: 29px;
line-height: 75px;
min-height: 80px;
text-align: center;
}
.has-mobile-head .top-bar { display: none; }
.has-mobile-head .main-head header .title { display: none; }
.has-mobile-head .main-head header {
padding: 0;
margin: 0;
min-height: 0;
}
.has-mobile-head .main-head .right {
margin-top: 25px;
}
.has-mobile-head .main-head header { 
display: none; 
}
.has-mobile-head .navigation .menu, .has-mobile-head .navigation .mobile { 
display: none; 
}
.has-mobile-head .off-canvas .mobile-menu { display: inherit; }	
.has-mobile-head .nav-light { border: 0; } .navigation { border-bottom: 0; }
.navigation.has-search .menu { padding-right: 0; }
.navigation.full { margin: 0 25px; }
.navigation.full .wrap { padding: 0; } 
.nav-center { text-align: left; }
.sticky-nav { 
left: 0;
width: 100%; 
}
.navigation .menu { display: none; }	
.navigation .mobile-menu.active { display: block; }
.navigation .mobile, .navigation .off-canvas { display: block; }
.navigation .menu-item > a .fa, .navigation .sub-menu .fa {
margin-right: 0;
}
.navigation ul li {
float: none;
clear: both;
display: block;
}
.navigation .menu ul {
position: static;
display: none;
visibility: visible;
opacity: 1;
}
.navigation .menu > li > a {
font-size: 13px;
margin-bottom: 0;
border-bottom: 0;
}
.navigation .mobile:hover a { text-decoration: none; }
.navigation .mobile { display: block; }
.navigation .mobile .selected {
display: block; 
padding: 0 15px;
line-height: 44px;
margin-bottom: -1px;
}
.navigation .menu .sticky-logo { display: none; }
.navigation .mobile .text  { float: left; }
.navigation .mobile .current {
float: left;
margin-left: 14px; 
font-size: 13px;
max-width: 40%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
vertical-align: bottom;
}
.navigation .mobile .hamburger, .navigation .mobile .fa-search {
font-size: 21px;
float: right;
width: 50px;
background: #e54e53;
color: #efefef;
margin-right: -15px;
text-align: center;
line-height: 43px;
position: relative;
}
.navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, 
.navigation .menu > .current-menu-parent > a, .navigation .mega-menu.links > li:hover,
.navigation .menu > .current-menu-ancestor > a {
border-bottom: 0;
background: #1e2935; 
}
.navigation .menu li a {
float: none;
display: block;
border-top: 1px solid #1f2c38;
}
.navigation .menu li > a:after,
.navigation .menu li li > a:after { 
display: none; 
}
.navigation .menu li > a .chevron {
float: right;
width: 50px;
background: #303A44;
background: rgba(0, 0, 0, 0.075);
margin-right: -20px;
text-align: center;
font-size: 16px;
}
.navigation .menu li ul li > a .chevron { 
margin: 0;
margin-right: -25px;	
padding: 2px 0;
margin-top: -5px;
}
.navigation .menu > li li a { padding-left: 35px; }
.navigation .menu > li li li a { padding-left: 50px; }
.navigation .menu li.active { background: rgba(255,255,255,0.03); } .navigation .mega-menu { display: none; }
.navigation .mega-menu.links { padding: 0; }
.navigation .mega-menu.links > li { 
float: none;
width: auto;
padding: 0;
}
.navigation .mega-menu.links > li > a {
text-transform: none;
font-weight: normal;
font-size: 13px;
padding: 6px 25px;
border-bottom: 0;
padding-left: 35px;
border-top: 1px solid #1f2c38;
}
.navigation .mega-menu.links .chevron {
margin-top: -5px;
padding: 2px 0px;
border-top: 0;
}
.navigation .mega-menu.links > li li a:before { display: none; }
.navigation .mega-menu.links > li li a { padding-left: 45px; }
.navigation .mega-menu.links > li li a:last-child { border-bottom: 0; } .navigation .menu .user-login a, .navigation .menu.mobile-menu .shopping-cart > a {
background: inherit;
padding: 0 20px;
float: none;	
}
.navigation .menu .shopping-cart .counter { right: 5px; }
.navigation .menu .user-login, .navigation .menu .shopping-cart { float: none; }
.navigation .user-login .text, .navigation .menu .shopping-cart .text { display: inline; }
.navigation .menu .user-login .fa, .navigation .shopping-cart .fa {
width: 14px;
float: right;
text-align: right;
line-height: 43px;
}  .navigation > .wrap { background: inherit; }
.nav-off-canvas { overflow-x: hidden; }
.nav-off-canvas .main-head { position: static; }
.nav-off-canvas .main-wrap {
position: relative;
-webkit-transition: -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out;
-webkit-transition: -webkit-transform .3s cubic-bezier(.694, .0482, .335, 1);
transition: transform .3s cubic-bezier(.694, .0482, .335, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
}
.navigation .off-canvas {
height: 100%;
position: absolute;
top: 0;
left: 0;
overflow: hidden; 
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
background: inherit;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
transition-property: opacity;
width: 65%;
min-width: 200px;
}
.boxed .navigation .off-canvas { left: -25px; }
.off-canvas-active .navigation .off-canvas { 
box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.5); 
}
.navigation .off-canvas .menu {
-webkit-transition: opacity 0.5s ease-in;
transition: opacity 0.5s ease-in;
text-align: initial; opacity: 0.2;
} 
.off-canvas-active .navigation .menu { opacity: 1; }
.off-canvas-active .main-wrap {
-webkit-transform: translate3d(65%, 0, 0) !important;
-ms-transform: translate3d(65%, 0, 0);
transform: translate3d(65%, 0, 0);
}
.navigation .off-canvas .close:hover a {
background: inherit;
}
.off-canvas .menu .close a {
text-align: left;
background: rgba(0,0,0, 0.08);
padding: 15px;
padding-left: 30px;
border-top: 0;
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.off-canvas .close .fa {
float: right;
line-height: 21px;
border-radius: 50%;
border: 1px solid #fff;
width: 21px;
text-align: center;
margin-top: 10px;
margin-right: 2px;
font-size: 11px;
-webkit-box-shadow: inset 0 0 1px #fff, 0 0 1px #fff;
box-shadow: inset 0 0 1px #fff, 0 0 1px #fff;
}
.off-canvas .menu > li:hover > a, .off-canvas .menu > .current-menu-item > a, .off-canvas .menu > .current-menu-parent > a, 
.off-canvas .mega-menu.links > li:hover, .off-canvas .menu > .current-menu-ancestor > a {
background: transparent;
}
.off-canvas .menu > .current-menu-item > a, .off-canvas .menu > .current-menu-parent > a, .off-canvas .menu > .current-menu-ancestor > a {
font-weight: 600;
} 
.off-canvas .menu li > a, .off-canvas .menu .user-login a, .off-canvas .menu.mobile-menu .shopping-cart > a { 
padding: 5px 30px; 
}
.off-canvas .menu li > a .chevron {
border-top: 0;
display: inline-block;
background: transparent;
margin-right: -25px;
}
.off-canvas .menu > li li a, .off-canvas .mega-menu.links > li > a { 
padding: 10px 25px;
padding-left: 40px;
}
.off-canvas .menu > li li li a, .navigation .mega-menu.links > li li a {
padding-left: 50px;
}
.off-canvas .menu li ul li > a .chevron {  margin-right: -20px; }
.off-canvas .menu .user-login .fa, .off-canvas .shopping-cart .fa { margin-right: -8px; } .nav-search { display: none; }
.mobile .selected { height: 44px; }
.mobile .search { 
float: right; 
margin-right: 10px;
position: relative; 
}
.mobile .search.active { 
float: left;
width: 100%;
margin-right: -75px; 
}
.mobile .search .query { display: none;	}
.mobile .search.active .query { 
display: block;
width: 100%;
margin-right: -60px; width: calc(100% - 75px);
margin-right: calc(14px);
} 
.mobile .search .query, .mobile .searchform input, .mobile .searchform #s {
padding: 9px 8px;
outline: 0;
border: 0;
font-size: 13px;
background: transparent;
float: left;
color: #fff;
}
.mobile .search-button {
background: transparent;
margin-left: -28px;	
line-height: 26px;
width: 20px;
outline: 0;
float: left;
}
.mobile .search-button .fa { 
background: transparent;
color: #efefef; 
font-size: 15px
}
.mobile .search .live-search-results {
top: 100%;
left: 0;
right: auto;
}
.mobile .search .posts-list .content > a { text-transform: none; }
.mobile .search .view-all a { color: #999; } .nav-light .menu {
border: 1px solid #eee;
border-top: 0;
border-bottom: 0;
}
.nav-light .menu li a, .nav-light .mega-menu.links > li > a { 
border-color: #f0f0f0; 
}
.nav-light .mobile {
display: block;
border-bottom: 1px solid #eee;
margin: 0 -25px;
padding: 0 25px;
}
.navigation.nav-light .menu .user-login a {
border-top: 1px solid #f0f0f0;
}
.nav-light .menu > li:hover > a, .nav-light .menu > .current-menu-item > a,
.nav-light .menu > .current-menu-parent > a, .nav-light .mega-menu.links > li:hover,
.nav-light .menu > .current-menu-ancestor > a {
background-color: #fdfdfd;
}
.nav-light .menu li.active { background: #fdfdfd; }
.nav-light .menu > li:first-child > a, .nav-light .menu > li > a, .nav-light .menu > li ul, 
.nav-light .mega-menu {
border-left: 0;
border-right: 0;
}
.nav-light .menu > li > .sub-menu {
margin-left: 0;
} .nav-light .menu li li > a:after {
display: none;
}
.nav-light .menu > li ul, .nav-light .mega-menu {
box-shadow: none;
}
.nav-light .mega-menu, .nav-light .menu .mega-menu.links {
padding: 5px 0;
}
.nav-light .off-canvas .menu .close a {
background: #f6f6f6;
border-left: 0;
}
.nav-light .off-canvas .menu .close .fa {
color: #676767;
border-color: #676767;
-webkit-box-shadow: none;
box-shadow: none;
}
.off-canvas-active .nav-light .off-canvas {
box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.15);
} .main .sidebar { margin-top: 35px; }
.main .sidebar:before { display: none; } .sidebar .highlights {
max-width: 600px;
} .featured-grid .first, .featured-grid .second {
float: none;
width: 100%;
margin: 0;
}
.featured-grid .first { margin-bottom: 2px; }
.featured-grid .image-link img { width: 100%; }
.featured-grid-b .second .item {
padding: 1px;
padding-top: 0;
width: 50%;
float: left;
box-sizing: border-box;
}
.featured-grid-b .second .item:nth-child(3) {
display: none;
}
.featured-grid-b .second .image-link {
min-height: 200px;
height: 200px;
}
.featured-grid-b .image-link img {
height: 100%;
max-height: 460px;
object-fit: cover;
font-family: 'object-fit: cover';
} .post-share .text { display: inline-block; } .post-cover .overlay {
max-height: 100%;
}
.post-cover .overlay h1 {
font-size: 26px;
max-height: 7.8em;
overflow: hidden;
padding-right: 0;
padding-bottom: 21px;
} 
.post-cover .flex-direction-nav a {
right: 10px;
top: 40px;
}
.post-cover .flex-direction-nav .flex-prev {
left: auto;
right: 55px;
} .sidebar .gallery-block .slides img { width: 100%; } .flickr-widget .flickr_badge_image:nth-of-type(4n), .flickr-widget .flickr_badge_image:nth-of-type(3n) { margin-right: 12px; }
} @media only screen and (max-width: 767px) { .row .column, .column, .row [class*="col-"] {
width: 100%;
margin-bottom: 28px;
}
.post-content .row .column { margin-bottom: 1.857em; }
.page > .row.builder > .column:only-child { margin-bottom: 0; } .breadcrumbs { 
padding: 14px;
line-height: 1.5;
}
.breadcrumbs .location { display: none; }
.main-featured .slider .post-title { font-size: 16px; }
.main-featured .blocks { display: none; }
.main-featured .slider, .main-featured .flexslider .slides img { width: 100%; } .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev { opacity: 0.8; } .highlights-b .large .column:last-child {
margin-bottom: 0;
}
.highlights-b .posts-list .column {
margin-bottom: 0;
} .highlights-box.three-col .column.one-third {
margin-bottom: 42px;
}
.highlights-box.three-col .column.one-third:last-child { margin-bottom: 0; }	
.highlights-box.three-col article {
float: left;
width: 50%; 
}
.highlights-box.three-col .posts {
width: 50%;
float: left;
padding-left: 25px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.no-sidebar .highlights-box.three-col article {
float: none;
width: 100%;
}	
.highlights-box .column.half {
margin-top: 42px;
margin-bottom: 0;
}
.highlights-box .column.half:first-child {
margin-top: 0;
border-right: 0; 
}
.highlights .block.posts { 
border-top: 0;
margin-top: 0;
}
.news-focus .posts, .highlights-box.three-col article { margin-bottom: 0; }
.news-focus .focus .image-link {
float: left;
margin-right: 14px;
width: 25%;
}
.news-focus .focus .image-link img {
width: 100%;
height: auto;
}
.news-focus .excerpt {
border-bottom: 1px solid #d9d9d9;
padding-bottom: 14px;
}
.news-focus .posts-list { margin-bottom: 0; }
.section-head .subcats { display: none; }
.block-head .filters { display: none; } .focus-grid .posts-list {
margin: 0;
margin-bottom: -21px;
padding: 0 15px;
} .featured-grid.featured-grid-b {
margin: 0 -25px;
}
.has-mobile-head .featured-grid-b {
margin-top: -35px;	
} .post-content { margin-left: 0; } 
.post-content-right { clear: both; }
.post-share { margin-left: 0; }
.share-links { line-height: 33px; }
.share-links a { margin-right: 0; }
.author-info .avatar { 
max-width: 75px;
height: auto;
}
.author-info .description { margin-left: 100px; }
.author-info .social-icons { 
float: none;
overflow: hidden;
padding-top: 14px;
} 
.related-posts .highlights-box.three-col .column { margin-bottom: 28px; }
.comments-list .children, .comment .comment-respond { margin-left: 15px; }
.comment-respond input {
max-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.post-cover .featured { padding-bottom: 65%; }
.post-cover .featured .hidden { display: none; }
.post-cover .caption {
top: 0;
bottom: auto;
right: auto;
left: 0;
padding: 7px 14px;
max-width: 65%;
line-height: 1.3;
background: rgba(0, 0, 0, 0.8);
}
.post-cover .gallery-slider {
position: absolute;
width: 100%;
height: 100%;
}
.post-cover .flexslider, .post-cover .slides, .post-cover .slides li { height: 100%; }
.post-cover .overlay h1 { 
font-size: 22px;
max-width: 100%;
max-height: 80%;
overflow: hidden;
}
.post-layout-cover .post-content .alignright, .modern-quote.alignright { 
margin-left: 0;
display: block;
max-width: 100%;
float: none;
}
.post-layout-cover .post-content .alignright, .post-layout-cover .post-content > p img.alignright { 
margin: 28px auto; 
} .listing .column:last-child {
margin-bottom: 0;
}
.listing-alt .image-link {
display: block;
max-width: 100%; 
float: none;
}
.listing-alt img {
display: block;
width: 100%;
margin-left: 0;
float: none;
}
.listing-alt article .content {
margin-left: 0;
margin-top: 0;
}
.listing.grid-overlay h2 a { font-size: 15px; }
.tall-overlay .column { 
width: 50%;
margin-bottom: 0; 
}
.tall-overlay > .column:nth-child(3n+1) { clear: none; }
.tall-overlay > .column:nth-child(odd) { clear: both; } .main-footer .widget:last-child { margin-bottom: 0; }
.main-footer input.feedburner-subscribe { margin-top: 5px; } .flickr-widget { margin-right: -14px; } .lower-foot .widgets > div { 
margin-top: 28px;
text-align: center; 
}
.lower-foot .widgets > div:first-child { margin-top: 0; }
.lower-foot .textwidget { float: none; }
.lower-foot .menu-footer-container {
overflow: hidden;
text-align: center;
clear: both; display: none;
}
.lower-foot .menu { 
float: none;
display: inline-block;
}
.main-footer input.feedburner-subscribe {
display: inline;
margin-left: 4px;
} .flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 12px; }
.modal {
width: 250px;
margin-left: -125px;
}
} @media (min-width: 550px) and (max-width: 767px) { .listing.grid-3 .column { width: 50%; }
.listing.grid-3 > .column:nth-child(3n+1) { clear: none; }
} @media only screen and (max-width: 415px) {
body.boxed { padding: 0; }
.main-head .title { font-size: 32px; }
.mobile-head { padding: 0 85px; }
.mobile-head .title { font-size: 28px; } .search-overlay .live-search-results, .search-overlay .search {
max-width: 285px;
} .navigation .off-canvas { width: 85%; }
.off-canvas-active .main-wrap {
-webkit-transform: translate3d(85%, 0, 0) !important;
transform: translate3d(85%, 0, 0);
}
.boxed .navigation .off-canvas { left: 0; }
.breadcrumbs { display: none; }
.main-featured .slider .caption {
overflow: hidden;
position: static;
background: #19232d;
}
.main-featured .flex-direction-nav .flex-next, .main-featured .flex-direction-nav .flex-prev { top: 100px; }
.main-featured .pages { display: none; } .featured-grid { margin: 0 -23px; }
.featured-grid .the-date { display: none; } .highlights-box.three-col article, .highlights-box.three-col .posts {
width: 100%;
float: none;
padding: 0;
}
.highlights-box.three-col .column.one-third { margin-top: 28px;	}
.highlights-box.three-col article { margin-bottom: 28px; }
.gallery-block .carousel .title a { font-size: 12px; }
.navigate-posts .previous { padding-left: 0; }
.navigate-posts .next { padding-right: 0; } .review-box .verdict-box .text { margin-left: 0; }
.review-box .overall { margin-right: 14px; }
.review-box .main-stars { float: none; } .related-posts .column {
margin-top: 0 !important;
margin-bottom: 8px !important;
} .author-info .social-icons { 
float: none;
padding: 21px 0;
}
.author-info .avatar { 
max-width: 65px;
height: auto;
margin-right: 14px;
}
.author-info .description { margin-left: 0; }
.post-dynamic {
padding-left: 0;
padding-right: 0;
}
.post-share-b .service {
width: auto;
}
.post-share-b .service .label {
display: none;
}
.post-meta-b .comments {
display: block;
margin-left: 50px;
} .post-pagination-next .info, .post-pagination-next .links {
display: block;
float: none;
text-align: center;
}
.post-pagination-next .info { margin-bottom: 7px; } .post-cover .featured { padding-bottom: 85%; }
.post-cover .comments { display: none; }
.post-cover .overlay h1 { font-size: 20px; }
.post-cover .overlay {
padding: 21px;
padding-top: 10%;
}
.post-cover .overlay .cat-title {
font-size: 10px;
line-height: 23px;
} .comments-list .comment-meta { margin-left: 20%; }
.comments-list .comment-content {
margin-left: 0;
margin-top: 28px;
}
.comments-list .pingback { margin-left: 0; }
.comment .comment-respond { margin-left: 0; }
.main-footer input.feedburner-subscribe {
margin-left: 0;
display: block;
}
}
@media (min-width: 768px) { .listing-alt img { max-width: 351px; }
}
@media (min-device-width: 1824px) { .post-content { font-size: 14px; }
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//techcentral.co.za/wp-content/themes/smart-mag/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}@font-face{font-family:'FontAwesome';src:url(//techcentral.co.za/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//techcentral.co.za/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//techcentral.co.za/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//techcentral.co.za/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//techcentral.co.za/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//techcentral.co.za/wp-content/themes/smart-mag/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:TablePress;src:url(//techcentral.co.za/wp-content/plugins/tablepress/css/tablepress.eot);src:url(//techcentral.co.za/wp-content/plugins/tablepress/css/tablepress.eot?#ie) format('embedded-opentype'),url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'),url(//techcentral.co.za/wp-content/plugins/tablepress/css/tablepress.ttf) format('truetype'),url(//techcentral.co.za/wp-content/plugins/tablepress/css/tablepress.svg#TablePress) format('svg');font-weight:400;font-style:normal}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}
.tablepress-id-42 .row-5 td{background-color:#f2ac4e}.tablepress-id-42 .row-9 td{background-color:#64bc55}.tablepress-id-42 .row-13 td{background-color:#f26969}.tablepress-id-43 .row-5 td{background-color:#f2ac4e}.tablepress-id-43 .row-9 td{background-color:#64bc55}.tablepress-id-43 .row-13 td{background-color:#f26969}.tablepress-id-44 .row-5 td{background-color:#f26969}.tablepress-id-44 .row-9 td{background-color:#f2ac4e}.tablepress-id-44 .row-13 td{background-color:#64bc55}.tablepress-id-45 .row-5 td{background-color:#f26969}.tablepress-id-45 .row-9 td{background-color:#64bc55}.tablepress-id-45 .row-13 td{background-color:#f2ac4e}.tablepress-id-46 .row-5 td{background-color:#64bc55}.tablepress-id-46 .row-9 td{background-color:#f2ac4e}.tablepress-id-46 .row-13 td{background-color:#f26969}.tablepress-id-42 .row-1 td{background-color:#a3a2a0}.tablepress-id-43 .row-1 td{background-color:#a3a2a0}.tablepress-id-44 .row-1 td{background-color:#a3a2a0}.tablepress-id-45 .row-1 td{background-color:#a3a2a0}.tablepress-id-46 .row-1 td{background-color:#a3a2a0}::-moz-selection {
background: #2ab391;
}
::selection {
background: #2ab391;
}
.main-featured .cat,
.main-featured .pages .flex-active,
.main-pagination .current,
.main-pagination a:hover,
.block-head .heading,
.cat-title,
.post .read-more a,
.rate-number .progress,
.listing-meta .rate-number .progress,
.review-box .overall,
.review-box .bar,
.post-pagination > span,
.button,
.sc-button-default:hover,
.drop-caps,
body.woocommerce .main-wrap .button,
body.woocommerce-page .main-wrap .button,
.woocommerce.widget .button,
.woocommerce #respond input#submit,
body.woocommerce .main-wrap .button:hover,
body.woocommerce .main-wrap .button:active,
body.woocommerce-page .main-wrap .button:hover,
body.woocommerce-page .main-wrap .button:active,
.woocommerce.widget .button:active,
.woocommerce.widget .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:active,
.woocommerce ul.products .add_to_cart_button.added:after,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.shopping-cart .counter,
.navigation .menu .cart-widget .button {
background: #2ab391;
}
.main-color,
.trending-ticker .heading,
.nav-light .menu > li:hover > a,
.nav-light .menu > .current-menu-item > a,
.nav-light .menu > .current-menu-parent > a,
.nav-light .menu li li:hover,
.nav-light .menu li li.current-menu-item,
.nav-light .mega-menu .sub-nav li:hover,
.nav-light .menu .sub-nav li.current-menu-item,
.nav-light .menu li li:hover > a,
.nav-light .menu li li.current-menu-item > a,
.nav-light .mega-menu .sub-nav li:hover > a,
.nav-light .menu .sub-nav li.current-menu-item > a,
.nav-light-search .active .search-icon,
.nav-light-search .search-icon:hover,
.breadcrumbs .location,
.gallery-title,
.section-head.prominent,
.recentcomments .url,
.block.posts .fa-angle-right,
.news-focus .section-head,
.focus-grid .section-head,
.post-meta-b .posted-by a,
.post-content a,
.main-stars,
.main-stars span:before,
.related-posts .section-head,
.comments-list .bypostauthor .comment-author a,
.error-page .text-404,
a.bbp-author-name,
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required,
.woocommerce .product .price ins,
.woocommerce-page .product .price ins,
.woocommerce ul.products li.product .amount,
.woocommerce div.product p.price,
.cart_totals .order-total .amount,
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before,
.woocommerce .products .star-rating,
.woocommerce #reviews .meta > strong,
.woocommerce .comment-form-rating .stars a,
.woocommerce .star-rating span {
color: #2ab391;
}
.nav-search .search-icon:hover,
.nav-search .active .search-icon {
border-color: #2ab391;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
background-color: #2ab391;
}
.top-bar,
.post-content .modern-quote {
border-top-color: #2ab391;
}
.navigation .menu > li:hover > a,
.navigation .menu > .current-menu-item > a,
.navigation .menu > .current-menu-parent > a,
.navigation .menu > .current-menu-ancestor > a,
.block-head,
.tabbed .tabs-list .active a,
.nav-dark-b,
.comment-content .reply,
.sc-tabs .active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
border-bottom-color: #2ab391;
}
.modal-header .modal-title,
.highlights h2:before,
.post-header .post-title:before,
.review-box .heading,
.main-heading,
.page-title,
.entry-title,
div.bbp-template-notice,
div.indicator-hint,
div.bbp-template-notice.info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce .related > h2,
.woocommerce-page .related > h2,
.woocommerce .checkout h3,
.woocommerce-account .post-content h2,
.woocommerce-checkout .post-content h2,
.woocommerce-account form > h3,
.cross-sells h2,
.upsells h2,
.woocommerce ul.products li.product h3:before,
.woocommerce ul.products li.product .woocommerce-loop-product__title:before,
.woocommerce-page ul.products li.product h3:before,
.post-content .wpcf7-not-valid-tip {
border-left-color: #2ab391;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
border-color: #2ab391;
} h1,
h2,
h3,
h4,
h5,
h6,
.posts-list .content > a,
.block.posts a,
.gallery-block .carousel .title a,
.navigate-posts .link,
.list-timeline .posts article,
.bbpress.single-topic .main-heading,
#bbpress-forums .bbp-topic-title,
#bbpress-forums .bbp-forum-title,
ul.product_list_widget li a,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
font-family: Roboto, Helvetica, sans-serif;
} body,
.gallery-title,
.section-head,
.block-head,
.modal-header .modal-title,
h3.gallery-title,
.modern-quote cite,
.comment-respond small,
.main-heading,
.page-title,
.entry-title,
.main .sidebar .widgettitle,
.tabbed .tabs-list,
.main-footer .widgettitle,
.woocommerce .cart_totals h2,
.woocommerce-page .cart_totals h2,
.woocommerce .shipping_calculator h2,
.woocommerce-page .shipping_calculator h2,
.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3,
.woocommerce .related > h2,
.woocommerce-page .related > h2,
.woocommerce .checkout h3,
.woocommerce-account .post-content h2,
.woocommerce-checkout .post-content h2,
.woocommerce-account form > h3,
.cross-sells h2,
.upsells h2 {
font-family: Roboto, Helvetica, sans-serif;
} code,
pre,
.post-content blockquote,
.post-content .pullquote,
.review-box,
.news-focus .posts-list,
.navigate-posts .next,
.list-timeline,
.main .sidebar:before,
.sidebar .theiaStickySidebar:before,
.sc-tabs li:first-child a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
border-left-color: #eee;
}
input,
textarea,
select,
.gallery-title,
.section-head,
.bbp-login-form .fa,
.post-header .post-meta,
.list-timeline .heading,
.sc-tabs a,
.sc-tabs-panes,
.sc-accordion-title,
.sc-toggle-title,
.sc-accordion-pane,
.sc-toggle-content,
#bbpress-forums li.bbp-header,
.widget_display_stats dd,
.woocommerce .form-row .chosen-container-single .chosen-single,
.woocommerce .cart_totals h2,
.woocommerce-page .cart_totals h2,
.woocommerce .shipping_calculator h2,
.woocommerce-page .shipping_calculator h2,
.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3,
.order-select > span,
.order-select .drop,
.cart .quantity input.plus,
.cart .quantity input.minus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th,
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.register {
border-color: #eee;
}
.live-search-results .posts-list li,
.widget li,
.posts-list .content,
.highlights .excerpt,
.review-box .verdict-box,
.review-box.stars li,
.comments-list .comment-content,
.comments-list .pingback,
.author .author-info,
.listing-classic > .post,
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums .single-post,
#bbp-search-results .single-post:last-child,
.widget_display_stats dl,
.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce .cart .quantity input.qty,
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table tr td,
.woocommerce-page table.shop_table tr td,
.cart_totals .order-total,
.woocommerce .checkout .shop_table tfoot tr:last-child td,
.woocommerce-page .checkout .shop_table tfoot tr:last-child td,
.woocommerce .shop_table.order_details tr:last-child tfoot td,
.woocommerce-page .shop_table.order_details tfoot tr:last-child td {
border-bottom-color: #eee;
}
.widget_categories .children li,
.bbp-register-info,
.block.posts li,
.highlights .block.posts,
.review-box .verdict-box,
.post-share,
.navigate-posts,
.listing-alt article,
.listing-classic + .main-pagination,
.sc-accordion-title:first-child,
.sc-toggle-title:first-child,
#bbpress-forums ul.bbp-topics,
.bbp-replies > li > .single-post:first-child,
.bbp-replies .thread-replies li:first-child .single-post,
.widget_display_stats dl,
.order-select .drop li a,
.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce .cart .quantity input.qty,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th,
.cart_totals .order-total,
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods,
.widget_product_categories .children li {
border-top-color: #eee;
}
.highlights-box .column.half:first-child {
border-right-color: #eee;
}
.mobile-head {
border-top-color: #2ab391;
}
body {
color: #444;
}
a {
color: #161616;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
a:hover,
.highlights .post-title a:hover {
text-decoration: none;
color: #2ab391;
}
.main {
margin-bottom: 65px;
}
h1, h2, h3, h4, h5, h6 {
color: #191919;
}
hr, hr.separator,
.list-timeline .heading:before {
background: #eee;
}
button,
input[type="submit"] {
font-family: Roboto, Helvetica, sans-serif;
} .cat-title {
margin-top: 6px;
margin-left: 6px;
padding: 0 8px;
border-radius: 2px;
font-family: Roboto, Helvetica, sans-serif;
font-size: 10px;
font-weight: 500;
line-height: 21px;
letter-spacing: 0.035em;
}
.cat-title a:hover {
color: inherit;
} .posts-list img {
width: auto;
}
.posts-list li {
border-bottom: 1px solid #eee;
padding: 16px 0;
}
.posts-list li:last-child {
border: 0;
padding-bottom: 0;
}
.posts-list li > a {
margin-right: 18px;
}
.posts-list .content {
margin-left: 0;
min-height: 0;
border: 0;
}
.posts-list .content > a {
margin-top: 1px;
margin-bottom: 8px;
font-size: 14px;
font-weight: 500;
line-height: 1.4;
-webkit-font-smoothing: antialiased;
}
.posts-list .content time {
text-transform: none;
}
.posts-list .content .comments,
.posts-list .content time {
float: none;
color: inherit;
}
.post-format-icon,
.highlights-box.three-col .post-format-icon {
margin-top: -25px;
}
.live-search-results .posts-list .content > a {
margin-bottom: 8px;
font-size: 14px;
}
.live-search-results .posts-list img {
width: 90px;
margin-left: -10%;
}
.live-search-results li > a {
max-width: 75px;
overflow: hidden;
}
.wp-caption-text {
font-size: 13px;
line-height: 1.7;
color: #9a9a9a;
-webkit-font-smoothing: antialiased;
} .top-bar {
background-color: #f8f8f8;
}
.top-bar .date,
.top-bar .menu {
font-size: 12px;
line-height: 1.667;
}
.top-bar .menu li {
padding-left: 20px;
}
.top-bar.dark {
background: #000;
}
.top-bar.dark .social-icons .icon:hover {
color: #fafafa;
}
.top-bar.dark .menu a:hover {
color: #fafafa !important;
}
.top-bar.dark .top-bar-content {
padding: 8px 0;
}
.top-bar.dark .top-bar-content,
.top-bar.dark .top-bar-content a,
.top-bar.dark .social-icons .icon {
color: #bbb;
}
.main-head header {
min-height: 146px;
line-height: 146px;
}
.main-head .right {
line-height: 146px;
}
.main-head .title a {
color: #292929;
}
.main-head.dark {
background: #181818;
}
.main-head.dark header {
min-height: 130px;
line-height: 130px;
}
.main-head.dark .right {
line-height: 130px;
} .navigation {
font-family: Roboto, Helvetica, sans-serif;
}
.navigation .mega-menu .sub-nav li a {
font-size: 14px;
}
.nav-dark {
background: #000;
border-color: #000;
}
.nav-dark a:hover {
color: inherit;
}
.nav-dark .menu ul,
.nav-dark .mega-menu {
background: #0e0e0e;
}
.nav-dark .menu > li:hover {
background: rgba(255, 255, 255, 0.1);
}
.nav-dark .menu li li:hover,
.nav-dark .mega-menu .sub-nav li:hover,
.nav-dark .menu li li.current-menu-item,
.nav-dark .menu .sub-nav li.current-menu-item {
background: rgba(255, 255, 255, 0.05);
}
.nav-dark .menu > li li a,
.nav-dark .mega-menu.links > li li a,
.nav-dark .mega-menu.links > li > a,
.nav-dark .mega-menu .heading,
.nav-dark .mega-menu .posts-list .post,
.nav-dark .mega-menu .sub-nav li a {
border-color: rgba(255, 255, 255, 0.07);
}
.nav-dark .menu .user-login a,
.nav-dark .menu .shopping-cart > a {
background: rgba(255, 255, 255, 0.05);
}
.nav-dark .mega-menu .sub-nav {
background: rgba(255, 255, 255, 0.05);
}
.nav-dark .mega-menu .post-title a:hover,
.nav-dark .mega-menu .posts-list .content > a:hover {
color: rgba(255, 255, 255, 0.8);
}
.nav-search .search-icon {
background: rgba(255, 255, 255, 0.02);
}
.has-nav-dark .sticky-nav {
background: rgba(0, 0, 0, 0.9);
}
.nav-dark-b {
border-bottom-color: #2ab391;
}
.nav-dark-b .menu > li > a {
font-size: 15px;
}
.mega-menu .posts-list .post {
padding: 18px 0;
}
.mega-menu .heading {
letter-spacing: 0.02em;
}
.mega-menu .posts-list .post:last-child {
border-bottom: 0;
}
.mega-menu .posts-list img {
width: 103px;
margin-right: 15px;
}
.navigation .mega-menu .featured .post-title a {
font-size: 17px;
} .nav-light .mega-menu .featured h2 a:hover {
color: #2ab391;
}
.nav-light-b .menu > li > a {
font-size: 15px;
font-weight: 700;
letter-spacing: 0.02em;
color: #111;
}
.nav-light-b .menu > .current-post-parent > a {
color: #111;
} .breadcrumbs {
font-family: Roboto, Helvetica, sans-serif;
color: #aaa;
padding-top: 16px;
padding-bottom: 16px;
font-size: 13px;
}
.breadcrumbs .delim {
color: #cfcfcf;
}
.breadcrumbs a {
color: #999;
}
.breadcrumbs .location {
color: #999 !important;
font-size: 12px;
font-weight: 600;
-webkit-font-smoothing: antialiased;
} .main-featured {
border: 0;
padding: 0;
background: transparent;
}
.main-featured .the-date {
font-family: Roboto, Helvetica, sans-serif;
font-weight: 600;
font-size: 11px;
text-transform: none;
-webkit-font-smoothing: antialiased;
}
.main-featured .cat {
line-height: 24px;
padding: 0 12px;
}
.main-featured .the-date {
margin-bottom: 10px;
}
.main-featured .slider .post-title {
font-size: 22px;
font-weight: 500;
line-height: 1.3;
}
.main-featured .large .post-title {
font-size: 16px;
font-weight: 500;
}
.main-featured .small .post-title {
font-size: 14px;
font-weight: 500;
}
.has-nav-light .main-featured,
.has-nav-light-b .main-featured {
padding: 28px 0;
}
.has-nav-full .main-featured {
padding-bottom: 0;
}
.featured-grid .heading-small {
font-size: 16px;
line-height: 1.4;
}
.featured-grid .caption-small .cat-title {
font-size: 10px;
padding: 5px 8px;
}
.featured-grid .item-heading {
font-weight: 500;
}
.featured-grid-b .caption {
max-width: 75%;
padding-bottom: 12px;
}
.featured-grid-b .cat-title {
margin-bottom: 11px;
}
.featured-grid-b .caption-small {
max-width: initial;
}
.featured-grid-b .item-heading {
font-size: 26px;
line-height: 1.2;
font-weight: 500;
}
.featured-grid-b .the-date {
color: #bbb;
}
.featured-grid-b .small-item .item-heading {
font-size: 17px;
line-height: 1.35;
}
.featured-grid-b .medium-item .item-heading {
font-size: 19px;
line-height: 1.35;
} .b-row {
margin-left: -15px;
margin-right: -15px;
}
.b-col {
padding-left: 15px;
padding-right: 15px;
}
.block-wrap {
margin-bottom: 54px;
} .main-heading,
.page-title,
.entry-title {
font-size: 20px;
line-height: 1.5;
margin-bottom: 35px;
}
.page .main-heading {
padding-left: 14px;
font-weight: 600;
} .section-head {
background: #fbfbfb;
border-color: #eee;
border-bottom-width: 2px;
font-family: Roboto, Helvetica, sans-serif;
font-size: 14px;
letter-spacing: 0.02em;
line-height: 36px;
-webkit-font-smoothing: antialiased;
}
.section-head > a:hover {
color: inherit;
opacity: 0.8;
}
.section-head .color {
color: #111;
}
.section-head .active:after,
.section-head .active:before {
display: none;
}
.section-head .filters li {
margin-left: 15px;
font-size: 12px;
-webkit-font-smoothing: initial;
letter-spacing: 0.02em;
}
.section-head .filters li:before {
content: "";
border-left: 1px solid #eee;
margin-right: 15px;
}
.section-head .filters li:first-child:before {
display: none;
}
.block-head {
font-family: Roboto, Helvetica, sans-serif;
}
.block-head .heading {
padding: 8px 15px;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.05em;
}
.block-head .filters a {
letter-spacing: 0.015em;
} .category:not(.has-nav-dark) .main-featured {
padding-top: 10px;
} .listing-meta {
color: #9c9c9c;
margin-bottom: 0;
font-family: Roboto, Helvetica, sans-serif;
font-weight: 600;
font-size: 11px;
text-transform: none;
-webkit-font-smoothing: antialiased;
}
.listing-meta .comments {
float: none;
margin: 0;
}
.listing-meta .comments:before {
display: inline-block;
}
.listing-meta .rate-number {
position: absolute;
top: 0;
background: #111;
}
.listing-meta .rate-number span {
font-family: Roboto, Helvetica, sans-serif;
}
.listing-meta .meta-item:before {
content: "\2014";
padding: 0 5px;
color: #bcbcbc;
}
.listing-meta .author a {
color: #2ab391;
padding-left: 3px;
text-transform: uppercase;
letter-spacing: 0.05em;
} .highlights .post-title {
padding: 0;
margin-top: 14px;
margin-bottom: 11px;
color: #161616;
font-size: 20px;
font-weight: 600;
line-height: 1.3;
-webkit-font-smoothing: antialiased;
}
.highlights h2:before {
display: none;
}
.highlights .excerpt {
margin-top: 12px;
color: #777;
font-size: 14px;
}
.highlights .thumb img {
width: auto;
max-width: 150px;
}
.highlights .thumb li {
padding-top: 16px;
}
.highlights .posts-list .column {
padding: 0 15px;
}
.highlights .cat-title.larger {
padding: 0 10px;
line-height: 22px;
font-size: 11px;
}
.highlights .image-link .star-rating {
bottom: 0;
background: #fff;
}
.highlights-box {
margin-left: -15px;
margin-right: -15px;
}
.highlights-box .excerpt {
padding-bottom: 18px;
}
.highlights-box .column,
.highlights-box .posts-list .column {
padding: 0 15px;
}
.highlights-box .column.half:first-child {
border: 0;
}
.highlights-box.three-col .highlights .meta {
margin-top: 0;
}
.highlights-box.three-col .highlights h2 {
font-size: 17px;
margin-bottom: 11px;
}
.highlights-box.three-col .posts .title {
font-size: 15px;
} .highlights-b .excerpt {
border-bottom: 0;
padding-bottom: 10px;
}
.highlights-b .posts-list .post {
padding-top: 16px;
padding-bottom: 16px;
border-top: 1px solid #eee;
}
.highlights-b .column:nth-child(-n+2) .post {
border-top: 0;
} .news-focus .posts-list {
border: 0;
} .focus-grid .posts-list {
margin-left: -3px;
}
.focus-grid .posts-list .post {
border: 0;
margin-bottom: 21px;
}
.focus-grid .small-image {
margin-right: 0;
}
.focus-grid .small-image img {
width: 100%;
max-width: initial;
}
.focus-grid .listing-meta {
margin: 0;
}
.focus-grid .post .content > a {
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;
} .gallery-block .carousel .title {
margin-top: 8px;
font-size: 15px;
font-weight: 500;
line-height: 1.33;
-webkit-font-smoothing: antialiased;
} .listing {
margin-bottom: -30px;
}
.listing article {
margin-bottom: 30px;
}
.listing + .main-pagination {
margin-top: 45px;
}
.listing.tall-overlay {
margin-bottom: 0;
}
.page-content .row.grid-overlay:not(.tall-overlay) {
margin-bottom: -30px;
} .grid-overlay article {
margin-bottom: 24px;
}
.grid-overlay .post-title {
font-size: 17px;
font-weight: 500;
margin-bottom: 6px;
}
.grid-overlay .listing-meta .author > a {
color: #fff;
}
.tall-overlay article {
margin-bottom: 2px;
}
.tall-overlay .post-title {
font-size: 17px;
line-height: 1.3;
} .listing-alt {
margin-bottom: -24px;
}
.listing-alt article {
padding: 24px 0;
}
.listing-alt .image-link {
max-width: 60%;
margin-right: 25px;
}
.listing-alt img {
margin: 0;
max-width: initial;
}
.listing-alt .post .content {
padding-top: 12px;
}
.listing-alt .content .post-title {
font-size: 22px;
font-weight: 600;
margin-bottom: 12px;
}
.listing-alt .content .excerpt {
color: #777;
font-size: 14px;
line-height: 1.6;
}
.listing-alt .content .read-more {
margin-top: 20px;
}
.listing-alt .meta {
margin-top: 0;
}
.listing-alt .star-rating {
display: block;
margin-top: 6px;
}
.listing-alt + .main-pagination {
margin-top: 45px;
}
.post .read-more a {
padding: 4px 12px;
border-radius: 2px;
font-family: Roboto, Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0.025em;
} .list-timeline .post-title {
font-size: 15px;
font-weight: 500;
-webkit-font-smoothing: antialiased;
line-height: 1.5;
} .single.has-nav-light .breadcrumbs,
.single.has-nav-light-b .breadcrumbs {
margin-bottom: -12px;
}
.single.has-head-dark .breadcrumbs-wrap {
margin-bottom: -7px;
}
.post-header .post-title {
font-size: 26px;
font-weight: 500;
line-height: 1.35;
}
.post-header .comments {
line-height: 32px;
}
.post-cover .overlay h1 {
padding-bottom: 18px;
font-size: 34px;
font-weight: 500;
line-height: 1.33;
}
.post-cover .overlay .cat-title {
margin-bottom: 14px;
}
.post-header-b .post-title {
font-size: 34px;
font-weight: 600;
letter-spacing: -0.01em;
line-height: 1.22;
-webkit-font-smoothing: antialiased;
}
.post-header-b .cat-title {
margin-top: 0;
font-size: 10px;
line-height: 20px;
}
.post-meta-b {
font-family: Roboto, Helvetica, sans-serif;
color: #aaa;
}
.post-share-b {
font-family: Roboto, Helvetica, sans-serif;
}
.post-content {
font-size: 15px;
color: #414141;
}
.post-content .tagcloud {
margin-top: 38px;
}
.post-content .tagcloud a {
padding: 0 12px;
background: #f6f6f6;
border: 0;
color: #aaa;
font-size: 11px;
letter-spacing: 0.05em;
text-transform: uppercase;
line-height: 28px;
-webkit-font-smoothing: initial;
}
.post-content .tagcloud a:hover {
background: #111;
color: #fff;
}
.post-content blockquote,
.post-content .pullquote {
padding: 0 28px;
color: #777;
background: transparent;
font-size: 1.07em;
border-left: 2px solid #eee;
}
.post-content blockquote p:last-child,
.post-content .pullquote p:last-child {
margin-bottom: 0;
}
.post-content .pullquote {
padding-right: 0;
font-style: normal;
}
.post-content .modern-quote {
font-size: 17px;
}
.post-content .modern-quote cite {
-webkit-font-smoothing: antialiased;
}
.post-content ul,
.post-content ol {
margin-left: 35px;
}
.post-content ul {
list-style-type: disc;
}
.post-content li {
margin-bottom: 5px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
color: #0d0d0d;
margin-top: 30px;
margin-bottom: 17px;
line-height: 1.45;
}
.post-content h1 {
font-size: 1.8em;
}
.post-content h2 {
font-size: 1.6em;
}
.post-content h3 {
margin-top: 32px;
font-size: 1.4em;
}
.post-content h4 {
font-size: 1.25em;
}
.post-content h5 {
font-size: 1.15em;
}
.post-content h6 {
font-size: 1.1em;
}
.post-content .wp-caption.alignleft,
.post-content img.alignleft {
margin-right: 18px;
margin-top: 4px;
}
.review-box ul {
list-style: none;
margin-left: 0;
}
.review-box li {
margin-bottom: 18px;
}
.review-box .verdict-box {
border-top: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8;
}
.review-box .verdict-box .text {
font-size: 14px;
}
.review-box .heading {
margin-top: 10px;
font-size: 18px;
font-weight: 500;
line-height: 1.45;
}
.review-box.stars li {
border-color: #d8d8d8;
}
.review-box .label {
font-size: 14px;
text-transform: none;
}
.share-links a {
width: 65px;
border-radius: 2px;
font-size: 16px;
}
.share-links a:hover {
color: #fff;
}
.navigate-posts {
padding: 38px 0;
}
.navigate-posts .link {
font-size: 15px;
}
.author-box {
padding-top: 30px;
margin-bottom: 40px;
border-top: 1px solid #eee;
}
.author-box .section-head {
display: none;
}
.author-info [rel="author"] {
color: #333;
font-weight: 500;
font-size: 14px;
}
.author-info .bio {
color: #555;
}
.related-posts {
margin-bottom: 40px;
}
.related-posts .highlights h2 {
padding-left: 0;
margin-top: 12px;
}
.related-posts .highlights h2 a {
font-size: 15px;
font-weight: 500;
line-height: 1.33;
}
.related-posts .highlights-box {
margin-left: -10px;
margin-right: -10px;
}
.related-posts .highlights-box .column.one-third {
padding: 0 10px;
}
.comment-meta .comment-time {
color: inherit;
text-transform: none;
}
.comment-author a {
color: #333;
font-weight: 500;
text-transform: uppercase;
}
.comments-list .comment-content {
font-size: 14px;
}
.comment-content .reply {
font-family: Roboto, Helvetica, sans-serif;
}
.page .post-content > p:first-child {
font-size: inherit;
color: inherit;
}
.error404 .post-content h1 {
margin-top: 0;
} .main .sidebar .widgettitle,
.tabbed .tabs-list {
margin-bottom: 28px;
background: #111;
color: #fff;
font-family: Roboto, Helvetica, sans-serif;
letter-spacing: 0.02em;
}
.main .sidebar .widget {
margin-bottom: 44px;
}
.sidebar .listing.grid-2 .post-title {
margin-top: 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 500;
line-height: 1.4;
-webkit-font-smoothing: initial;
}
.sidebar .listing.grid-2 .listing-meta {
display: none;
}
.sidebar .listing.grid-2 .post {
margin-bottom: 22px;
}
.sidebar .a-widget {
padding-top: 5px;
padding-bottom: 5px;
}
.sidebar .widget:first-child .a-widget {
padding-top: 0;
padding-bottom: 0;
}
.widget .tagcloud {
overflow: hidden;
margin-right: -7px;
margin-bottom: -7px;
}
.widget .tagcloud a {
padding: 9px 15px;
float: left;
margin-right: 7px;
margin-bottom: 7px;
border: 1px solid #efefef;
border-radius: 2px;
background: #f6f6f6;
color: #a0a0a0;
font-size: 11px !important;
letter-spacing: 0.1em;
text-transform: uppercase;
line-height: 1;
}
.widget .tagcloud a:hover {
background: #000;
border-color: #000;
}
.widget_recent_comments .recentcomments:before {
position: absolute;
left: -20px;
margin-top: 3px;
font-size: 10px;
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
vertical-align: middle;
content: "\f10c";
opacity: 0.7;
-webkit-font-smoothing: antialiased;
}
.widget_recent_comments .recentcomments {
position: relative;
margin-left: 23px;
padding: 10px 0px;
color: #bbb;
font-size: 12px;
font-style: italic;
}
.widget_recent_comments .recentcomments > a {
margin-top: 4px !important;
display: block !important;
font-size: 14px;
font-weight: 500;
font-style: normal;
-webkit-font-smoothing: antialiased;
}
.widget_recent_comments .recentcomments .url {
display: inline-block;
font-famiy: Roboto, Helvetica, sans-serif;
font-style: normal;
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.05em;
-webkit-font-smoothing: antialiased;
} .main-footer {
background: #1b1b1b;
}
.main-footer .widgettitle {
color: #ddd;
font-family: Roboto, Helvetica, sans-serif;
font-weight: 600;
letter-spacing: 0.015em;
}
.main-footer .widgettitle,
.main-footer .widget li {
border-color: #333;
border-color: rgba(255, 255, 255, 0.08);
}
.main-footer .widget {
color: #ccc;
}
.main-footer .widget a {
color: #dfdfdf;
}
.main-footer .widget a:hover {
color: #fafafa;
}
.main-footer .feedburner input {
background: #333;
background: rgba(255, 255, 255, 0.1);
}
.main-footer .posts-list .listing-meta {
color: #757575;
}
.main-footer .posts-list img {
width: 103px;
}
.main-footer .posts-list .content {
margin-left: 0;
}
.main-footer .listing-meta .comments {
color: inherit;
}
.lower-foot {
background: #000;
color: #aaa;
}
.lower-foot a:hover {
color: #fafafa;
} .listing-alt .content .post-title,
.highlights .post-title,
.post-header-b .post-title {
font-weight: 500;
}
.listing-meta {
font-weight: 400;
-webkit-font-smoothing: initial;
}
.featured-grid-b .small-item .item-heading {
font-size: 16px;
}
.nav-light-b .menu > li > a {
-webkit-font-smoothing: antialiased;
}
.post-content {
font-size: 16px;
line-height: 1.75;
-webkit-font-smoothing: antialiased;
}
.post-content .modern-quote {
-webkit-font-smoothing: initial;
}
.post-header .post-title:before {
height: 25px;
}
.comments-list .comment-content {
font-size: 14px;
-webkit-font-smoothing: antialiased;
}
.social-follow .service {
font-size: 13px;
font-weight: 500;
}
@media (min-width: 800px) and (max-width: 940px) {
.highlights .thumb img {
max-width: 80px;
}
.listing-alt img {
max-width: 230px;
}
}
@media (min-width: 768px) {
.author-info .description {
margin-left: 128px;
}
}
@media (max-width: 799px) {
.main-head .right {
line-height: 1.5;
}
.featured-grid-b .item-heading {
font-size: 23px;
}
.featured-grid-b .second .item-heading {
font-size: 15px;
}
.highlights .thumb img {
max-width: 100%;
}
}
@media (max-width: 767px) {
.has-mobile-head.has-nav-light .featured-grid-b,
.has-mobile-head.has-nav-light-b .featured-grid-b {
margin-top: -28px;
}
.focus-grid .posts-list {
margin-left: 0;
padding: 0 5px;
}
.listing-alt .image-link {
max-width: 100%;
margin-right: 0;
}
.listing-alt img {
width: 100%;
}
.post-header .post-title {
padding: 0;
}
.post-header .post-title:before {
display: none;
}
.post-header-b .post-title {
font-size: 30px;
}
}
@media (max-width: 550px) {
.main-featured .slider .post-title {
font-size: 17px;
}
.featured-grid .heading-small {
font-size: 14px;
}
.post-header .post-title {
font-size: 22px;
}
}