<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * =Responsive &amp; Media Queries
 * ----------------------------------------------------------------------------
 */

/* Larger Desktops */
@media only screen and (min-width: 1129px) {
	.main-featured .flexslider .slides &gt; li { min-height: 336px; }
}

/* Tablets - Small Desktops - fluid wrapper */
@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; }
	
	/* many issues with kerning and lig on android causing unexpected linewraps */
	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;
	}
	
	.navigation .menu li &gt; a { padding: 0 7px; }


	.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; }
	
	/* fluid slider blocks */
	.main-featured .blocks .image-link img {
		max-width: 100%;
		height: auto;
	}
	
	.main-featured .blocks .small {
		width: 48%;
		margin-right: 4%;	
	}
	
	/* Grid slider */
	.featured-grid .image-link { min-height: 150px; }
	.featured-grid .small-item .image-link { min-height: 100px; }
	
	.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; }
	
	/* fontawesome rendering issue on android 4.2/nexus */
	.navigation .menu li &gt; a:after, .navigation .mega-menu.links &gt; 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;
	}
}

/* Large Tablet Layout: 800px - 940px. Android Tablets - fluid */
@media only screen and (min-width: 800px) and (max-width: 1050px) {
	.navigation .menu &gt; li &gt; a {
		font-size: 13px;
		padding: 0 5px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 940px) {

	.column, .row [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
		
	.wrap &gt; .row, .row {
		margin-left: -15px;
		margin-right: -15px; 
	}

	/* change top bar */
	.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;
	}
		
	/*
	 * Make menu and mega menus compact
	 */

	
	.navigation .menu li &gt; a:after { 
		margin-left: 5px;
		font-size: 13px;
		line-height: 1;
	}
	
	/* category mega menu */
	.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; }	
	
	/* links mega menu */
	.navigation .mega-menu.links &gt; li { padding: 0 15px; }

	.navigation .mega-menu, .navigation .mega-menu.links &gt; li &gt; a, .navigation .mega-menu .sub-nav li a { font-size: 13px; }
	.navigation .mega-menu.links &gt; li li a:before { display: none; }
	.navigation .mega-menu.links &gt; li li a { padding-left: 5px; }
	
	/* slider */
		
	.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; }
	
	/* reduce image size in sidebar widgets */
	.sidebar .posts-list img { width: 65px; }
	.sidebar .posts-list .content { margin-left: 80px; }
	
	
	.listing-alt img { width: 110%; }
	.listing-alt article &gt; a { 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;
	}

}

/* Small Tablet: 768px. - fluid */
@media only screen and (min-width: 768px) and (max-width: 799px) {
		.gallery-block{margin-bottom: 5px;}
	.main-featured .blocks { display: none; }
	.main-featured .slider, .main-featured .flexslider .slides img { width: 100%; }
	
	.main-content, .sidebar { width: 100%; }
	
	/* show nav for slider on tablets */
	.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; }
	
	/* footer fix */
	.flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 12px; }
	
	
	.main-footer input.feedburner-subscribe {
		display: inline;
		margin-left: 4px;
	}
	
}

/* Mobile + Small Tablet shared rules */
@media only screen and (max-width: 799px) {

	/*
	 * Top Bar
	 */
	 
	/* change top bar styling */
	.top-bar .social-icons {
		clear: both;
		text-align: center;
		float: none;
	}
	
	.top-bar .search { display: none; }
	
	.top-bar .social-icons li {
		float: none;
		display: inline-block;
	}
	
	.top-bar-content &gt; 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;
	} 
	
	
	/*
	 * Header 
	 */
	.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 &gt; div {
		display: inline-block;
		max-width: 100%;
	}

	.main-head .right  { margin-left: 0; }
	
	
	/* Custom mobile logo */
	
	.main-head .logo-mobile {
		display: inline-block;
		vertical-align: middle;
		
		max-width: 100%;
		height: auto;
	}

	.main-head  .logo-mobile + .logo-image { 
		display: none;
	}
	
	
	/*
	 * Modern mobile header
	 */	
	.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;
	}	

	.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; }

	/*
	 * Mobile Navigation 
	 */
	.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 &gt; 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 &gt; li &gt; 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: #03557D;
		color: #efefef;
		margin-right: -15px;
		text-align: center;
		line-height: 43px;
		position: relative;
	}

	.navigation .menu &gt; li:hover &gt; a, .navigation .menu &gt; .current-menu-item &gt; a, 
	.navigation .menu &gt; .current-menu-parent &gt; a, .navigation .mega-menu.links &gt; li:hover,
	.navigation .menu &gt; .current-menu-ancestor &gt; a {
		border-bottom: 0;
		background: #1e2935; 
	}
	
	.navigation .menu li a {
		float: none;
		display: block;
		border-top: 1px solid #1f2c38;
	}
		
	.navigation .menu li &gt; a:after { display: none; }
	
	.navigation .menu li &gt; 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 &gt; a .chevron { 
		margin: 0;
		margin-right: -25px;	
		padding: 2px 0;
		margin-top: -5px;
	}

	.navigation .menu &gt; li li a { padding-left: 35px; }
	.navigation .menu &gt; li li li a { padding-left: 50px; }
	
	.navigation .menu li.active { background: #1e2935; }	
	
	/* mega menu fixes */
	.navigation .mega-menu { display: none; }
	
	.navigation .mega-menu.links { padding: 0; }
	
	.navigation .mega-menu.links &gt; li { 
		float: none;
		width: auto;
		padding: 0;
	}
		
	.navigation .mega-menu.links &gt; li &gt; 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 &gt; li li a:before { display: none; }
	
	.navigation .mega-menu.links &gt; li li a { padding-left: 45px; }
	.navigation .mega-menu.links &gt; li li a:last-child { border-bottom: 0; }
	
	/* special icons fixes for menu */
	.navigation .menu .user-login a, .navigation .menu.mobile-menu .shopping-cart &gt; 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;
	}
	
	/** 
	 * Off canvas navigation 
	 */
	 
	 /* Fix background for full-width nav */
	.navigation &gt; .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; /* override for center */
		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-weight: 600;
		letter-spacing: 1px;
	}
	
	.off-canvas .close .fa {
		float: right;
		line-height: 40px;
		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 &gt; li:hover &gt; a, .off-canvas .menu &gt; .current-menu-item &gt; a, .off-canvas .menu &gt; .current-menu-parent &gt; a, 
	.off-canvas .mega-menu.links &gt; li:hover, .off-canvas .menu &gt; .current-menu-ancestor &gt; a {
		background: transparent;
	}
	
	.off-canvas .menu &gt; .current-menu-item &gt; a, .off-canvas .menu &gt; .current-menu-parent &gt; a, .off-canvas .menu &gt; .current-menu-ancestor &gt; a {
		font-weight: 600;
	} 
	
	.off-canvas .menu li &gt; a, .off-canvas .menu .user-login a, .off-canvas .menu.mobile-menu .shopping-cart &gt; a { 
		padding: 5px 30px; 
	}
	
	.off-canvas .menu li &gt; a .chevron {
		border-top: 0;
		display: inline-block;
		background: transparent;
		margin-right: -25px;
	}
	
	.off-canvas .menu &gt; li li a, .off-canvas .mega-menu.links &gt; li &gt; a { 
		padding: 10px 25px;
		padding-left: 40px;
	}
	
	.off-canvas .menu &gt; li li li a, .navigation .mega-menu.links &gt; li li a {
		padding-left: 50px;
	}
		
	.off-canvas .menu li ul li &gt; a .chevron {  margin-right: -20px; }
	
	.off-canvas .menu .user-login .fa, .off-canvas .shopping-cart .fa { margin-right: -8px; }
	
	
	/* Navigation search */
	
	.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;
		
		/* for calc supported browsers */
		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 &gt; a { text-transform: none; }
	.mobile .search .view-all a { color: #999; }
	
	
	/* Light navigation */
	
	.nav-light .menu {
		border: 1px solid #eee;
		border-top: 0;
		border-bottom: 0;
	}
	
	.nav-light .menu li a, .nav-light .mega-menu.links &gt; li &gt; 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 &gt; li:hover &gt; a, .nav-light .menu &gt; .current-menu-item &gt; a,
	.nav-light .menu &gt; .current-menu-parent &gt; a, .nav-light .mega-menu.links &gt; li:hover,
	.nav-light .menu &gt; .current-menu-ancestor &gt; a {
		background-color: #fdfdfd;
	}
	
	.nav-light .menu li.active { background: #fdfdfd; }
	
	.nav-light .menu &gt; li:first-child &gt; a, .nav-light .menu &gt; li &gt; a, .nav-light .menu &gt; li ul, 
	.nav-light .mega-menu {
		border-left: 0;
		border-right: 0;
	}
	
	.nav-light .menu &gt; li &gt; .sub-menu {
		margin-left: 0;
	}
	
	/* hide drop down blips */
	.nav-light .menu li li &gt; a:after {
		display: none;
	}
	
	.nav-light .menu &gt; 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);
	}

	
	/* Sdebar adjustment */ 
	
	.main .sidebar { margin-top: 35px; /* + 7px added above */ }
	.main .sidebar:before { display: none; }
	
	
	/**
	 * Featured Grid
	 */
	.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%; }
	
	
	/* disabled above in large tablet/1024 breakpoint */
	.post-share .text { display: inline-block; }
	
	/* post cover style changes */
	.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 */
	.sidebar .gallery-block .slides img { width: 100%; }
	
	/* flickr widget footer fluid fix */
	.flickr-widget .flickr_badge_image:nth-of-type(4n), .flickr-widget .flickr_badge_image:nth-of-type(3n) { margin-right: 12px; }
}

/* Phones and smaller tablets - fluid */ 
@media only screen and (max-width: 767px) {

	.highlights-box.three-col {margin: 0 -15px 15px -15px;}
	/* all columns fluid */
	.row .column, .column, .row [class*="col-"] {
		width: 100%;
		margin-bottom: 28px;
	}
	.posts-list li{    padding: 10px 0 0 0;}
	.main .page-content .blocks  {margin-bottom: 15px;}
	.main hr.separator{display:none;}
	.post-content .row .column { margin-bottom: 1.857em; }
		
	.page &gt; .row.builder &gt; .column:only-child { margin-bottom: 0; }
	
	
	/* breadcrumbs */
	.breadcrumbs { 
		padding: 14px;
		line-height: 1.5;
	}
	
	.breadcrumbs .location { display: none; }

	.main-featured .slider h3 a { font-size: 16px; }
	.main-featured .blocks { display: none; }
	.main-featured .slider, .main-featured .flexslider .slides img { width: 100%; }
		
	/* show nav for slider on tablets */
	.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev { opacity: 0.8; }

	
	/*
	 * Homepage Blocks 
	 */
	 
	/* cleanup highlights 3 col style */
	.highlights-box.three-col .column.one-third {
		margin-bottom: 15px;
	}
	
	.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: 100%;
		float: left;
		-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 { 
		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 &gt; .row { margin-bottom: -28px; }
	
	.section-head .subcats { display: none; }
	
	/* fix special padding for focus grid posts */
	.focus-grid .posts-list {
		margin: 0;
		margin-bottom: -21px;
		padding: 0 15px;
	}
		
	/*
	 * Single Post 
	 */
	.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 &gt; p img.alignright { 
		margin: 28px auto; 
	}
	
	/*
	 * Category listings
	 */
	.listing-alt article &gt; a {
		max-width: 100%; 
		float: none;
	}
	 
	.listing-alt img {
		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 &gt; .column:nth-child(3n+1) { clear: none; }
	.tall-overlay &gt; .column:nth-child(odd) { clear: both; }
	
	/*
	 * Footer Changes
	 */ 
	
	.main-footer .widget:last-child { margin-bottom: 0; }
	
	.main-footer input.feedburner-subscribe { margin-top: 5px; }
	
	/* footer styles */
	.flickr-widget { margin-right: -14px; }
	
	/* lower widget center aligned */
	.lower-foot .widgets &gt; div { 
		margin-top: 28px;
		text-align: center; 
	}
	
	.lower-foot .widgets &gt; div:first-child { margin-top: 0; }
	
	.lower-foot .textwidget { float: none; }
	
	.lower-foot .menu-footer-container {
		overflow: hidden;
		text-align: center;
		clear: both;
		
		/* hidden by default - but will work if following line is removed */
		display: none;
	}
	
	.lower-foot .menu { 
		float: none;
		display: inline-block;
	}
	
	.main-footer input.feedburner-subscribe {
		display: inline;
		margin-left: 4px;
	}
	
	/* footer fix */
	.flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 12px; }
	
	.modal {
		width: 250px;
		margin-left: -125px;
	}
}

/* Only target larger phones landscape */
@media (min-width: 550px) and (max-width: 767px) {
	
	/* change 3-col grid listing to half width */
	.listing.grid-3 .column { width: 50%; }
	
	.listing.grid-3 &gt; .column:nth-child(3n+1) { clear: none; }
}

/* Smaller Phones - Some androids have upto 400px portrait - iPhone 6 plus has 414 */
@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 fixes */
	.search-overlay .live-search-results, .search-overlay .search {
		max-width: 285px;
	}
	
	
	/* wider off-canvas */
	.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; }
	
	/* Grid slider */
	.featured-grid { margin: 0 -23px; }
	.featured-grid .the-date { display: none; }
	
	
	/* cleanup highlights 3 col style */	
	.highlights-box.three-col article, .highlights-box.three-col .posts {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	
	.gallery-block .carousel .title a { font-size: 12px; }
	
	.navigate-posts .previous { padding-left: 0; }
	
	.navigate-posts .next { padding-right: 0; }
	
	/* reviews */
	.review-box .verdict-box .text { margin-left: 0; }
	
	.review-box .overall { margin-right: 14px; }
	
	.review-box .main-stars { float: none; }
	
	/* author box */
	.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 slideshow fix */
	.post-pagination-next .info, .post-pagination-next .links {
		display: block;
		float: none;
		text-align: center;
	}
	
	.post-pagination-next .info { margin-bottom: 7px; }
	
	/* post cover */
	
	.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 narrower */
	.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) {
	/* retina images fix */
	.listing-alt img { max-width: 351px; }
}


@media (min-device-width: 1824px) {
	/* post/page body font size for large desktop */ 
	.post-content { font-size: 14px; }
}
@media only screen and (min-width: 980px) {
.logo-image{
padding-left:17px
}
.product .cp2 {
margin-top:5px
}
.related-posts .highlights h2 a{
font-size:14px;
}
header .main-heading{
font: 20px "Georgia", Arial, sans-serif;
padding-left: 18px;
margin-bottom: 15px;
}
.post-content {
    font-size: 1.0769em;
}
.main-featured .slider h3 a {
    font-size: 18px;
}
.main-featured .blocks h3 {
    font-size: 15px;
}
.main-featured .blocks .small h3 {
    font-size: 13px;
}
.gallery-title, .section-head {
    font-size: 15px;
}
.news-focus .heading li {
    font-size: 13px;
}
.highlights h2 {
    font-size: 16px;
}
.posts-list .content &gt; a, .block.posts a {
    font-size: 14px;
}
.listing-alt .content &gt; a {
    font-size: 16px;
}
.main-footer .widget,.main-featured .the-date {
    font-size: 12px;
}
.posts-list .content time {
    font-size: 12px;
}
.lower-foot {
    font-size: 12px;
}
}
@media only screen and (max-width: 1128px) {
	footer .widget .textwidget ul {
    margin-left: -17px;
    margin-right: -17px;
}
   footer .widget li {
padding: 0px 17px;
}
footer .widget li:first-child {
    padding-top: 0px;
}
.product .col-3 &gt; a {
    font-weight: bold;
font-size:13px;
}
.product li a{
font-size:12px}
}
@media only screen and (max-width: 998px) {
header .right .search-field{
width: 200px;
}
}
@media only screen and (max-width: 799px){
.flex-prev, .flex-next{
display: none !important;
}
.main .sidebar {
    padding-left: 25px;
    display:none;
}
.main-head .title {
    margin-bottom: 10px;
    margin-top: 10px;
}
.right {
    min-height: 0px !important; 
}
.main-head .right {
    float: none;
    margin-bottom: 8px;
    line-height: 1.5;
    text-align: center;
}
header .right .search-field {
    width: 79%;
}
header .right .search-submit {
    width: 20%;
padding: 7px 0px;
}
}
@media only screen and (max-width: 767px){
.listing-alt .content .read-more {
	margin-top: 10px;
}
.listing-alt article {
    padding: 15px 0;
}
.single .breadcrumbs .current{
display:none}
#gotop {
    width: 30px !important;
    height: 30px !important;
bottom:60px !important;
    opacity: .7 !important;
    background-position: -4px -4px;
    background-size: 130%;
}
#old {display:none;}
#SOHUCS {
margin-top:20px
}
.post-header .post-title:before{
top:1px;
}
.post-header .post-title{
font-size:16px;
}
.main-featured .slider .caption {
padding: 14px 20px 7px 20px;
}
.lianxi .col-4 {
    margin-bottom: 0px;
}
.highlights-box.three-col article{
width: 100%;
margin-top: 8px;
}
.related-posts .highlights-box.three-col .column {
    margin-bottom: 10px;
}
.main-content{
margin-bottom:0px !important}
h3.gallery-title{
margin-bottom: 15px;
}
.gallery-block .carousel .title a{
font-size:12px;
height:20px;
overflow: hidden;
}
footer .wrap {
    display: none;
}
footer .lower-foot .wrap {
    display: block;
}
footer .lower-foot .wrap img {
    display: none;
}
.main .sidebar {
    padding-left: 25px !important;
}
.product .col-3 {
    width: 50%;
margin-bottom: 15px;
}
.main .sidebar {
    margin-top: 0px;
}
.product .column{
    margin-bottom: 0px;}
.page &gt; .row.builder{
margin-bottom: 15px;
}
.main-featured .slider {
    margin-bottom: 0px;
}
.news-focus .row {
    margin-top: 8px;
}
.gallery-title, .section-head {
    margin-bottom: 0px;
}
}
@media only screen and (max-width: 666px){
header .right .search-field {
    width: 78%;
}
header .right .search-submit {
    width: 20%;
padding: 7px 0px;
}
.copyright{
display:none;
}
}
@media only screen and (max-width: 366px){
header .right .search-field {
    width: 77%;
}
header .right .search-submit {
    width: 20%;
padding: 7px 0px;
}
}
@media only screen and (max-width: 270px){
header .right .search-field {
    width: 76%;
}
header .right .search-submit {
    width: 20%;
padding: 7px 0px;
}
}
aside .widget_su_siloed_terms li{
display: none;
}
aside .widget_su_siloed_terms .cat-item{
display: block;
}
.navigation .mega-menu.links{
padding:15px 0 12px 0px;
}
.category-list {
padding-bottom: 40px;
}
.category-list li {
    float: left;
    padding-left: 22px;
    font-size: 15px;
}
.main .main-content .listing-alt {
    clear: both;
}
.lianxi .col-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.lianxi .row {
    margin-left: -5px;
    margin-right: -5px;
}
.lianxi h3 {
margin-bottom: 15px;
}
.related-posts{
margin-top:15px
}
.lianxi div.wpcf7-response-output{
margin-top: -25px;
    margin-bottom: 25px;
}
.related-posts .section-head{
margin-bottom: 15px;
line-height: 32px;
}
.related-posts .highlights-box.related-posts{
margin-top:15px;
}
.lianxi{
margin-top:15px
}
.lianxi div.wpcf7 img.ajax-loader{
margin-top: -30px;
}
.product .sub-menu li a:before {
    content:none;
}
.lianxi input, textarea {
    background: #fff; 
	font-family: "Georgia", Arial, sans-serif;
}
.lianxi button, input[type="submit"]{
background: #006599;
    color: #fff;
    border: none;
}
.main-head .right input[type="submit"]{
    border: 1px solid #006599;
}
.lianxi input[type="submit"]:hover{
background: #3C89D5;
transition: all .2s linear;
}
.main-featured .slider h3 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.tabbed .tabs-list a {
    color: #FFFFFF;
}
.post-content .wpcf7 {
    margin-top: 0px;
}
.post-content .wpcf7-not-valid-tip{
margin: -15px 0px 15px 15px;
    padding-left: 0px;
    border-left: none;
}
.flexslider .flex-viewport .image:hover:before {
    opacity: 1;
transition: all .4s ease-in-out;
}
.post-header .post-title:before{
top:4px
}
#SOHUCS #SOHU_MAIN .module-mobile-cmt-list .list-footer-wrapper-wap .cy-logo {
width: 0em !important;
    height: 0em !important;
    background-image: none !important;
    margin: 0em !important;
}
@media only screen and (min-width: 1129px) {
.flexslider .flex-viewport .image:before {
    content: url(/wp-content/uploads/bf.png);
    position: absolute;
    opacity: .7;
}
}</pre></body></html>