/* KEYWORDS: +all, +mozilla, +os, +webkit, -android, -chrome, -edge, -firefox, -gecko, -ie, -ie10, -ie11, -ie7, -ie8, -ie9, -ipad, -iphone, -khtml, -linux, -mac, -macos, -mobile, -opera, -presto, -safari, -trident, -trident3, -trident4, -trident5, -trident6, -trident7, -upbrowser, -win, -windows, -windowsphone, -windowsxp, -winphone, -winxp, -universal */

/*** START responsive/global/common.css ***/
/* Common CSS for this layout */

/* =GENERAL */

:root {
	--blue: #1ca8dd;
	--blue-2: #0795cb;
	--dark-grey: #333333;
	--light-grey: #f2f2f2;
	--light-grey-2: #e7e7e7;
	--orange: #ff9f17;
	--gold: #D39232;
	--red: #D2232A;
}

html.system-curtain-active body > *:not(#iPopStack):not(.system-curtain),
html.iPopActive body > *:not(#iPopStack):not(.system-curtain) {
    filter:blur(0px);
    -o-filter:blur(0px);
    -ms-filter:blur(0px);
    -moz-filter:blur(0px);
    -webkit-filter:blur(0px);
}

body {
	background-color: #ffffff; 
	color: #333333; 
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.9em;
	position: relative;
}
@media (max-width: 767px) {
	body {
		font-size: 15px;	
	}	
}
@media (max-width: 479px) {
	body {
		font-size: 14px;	
	}	
}
img[align="left"] {margin-right: 15px; margin-bottom: 5px;}
img[align="right"] {margin-left: 15px; margin-bottom: 5px;}
.clr, .clear {clear: both; overflow: hidden;}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1, .h1 {color: #D39232; font-size: 46px; line-height: 1.1em; margin-top: 20px; margin-bottom: 10px; font-weight: 300;}
h2, .h2 {color: #D39232; font-size: 36px; line-height: 1.2em; margin-top: 20px; margin-bottom: 10px;}
h3, .h3 {color: #D39232; font-size: 24px; line-height: 1.3em; margin-top: 20px; margin-bottom: 10px;}
h4, .h4 {color: #be963a; font-size: 18px; line-height: 1.4em; margin-top: 20px; margin-bottom: 10px;}
h5, .h5 {color: #be963a; font-size: 16px; line-height: 1.5em; margin-top: 20px; margin-bottom: 10px;}
h6, .h6 {color: #be963a; font-size: 15px; line-height: 1.6em; margin-top: 20px; margin-bottom: 10px;}

.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6,
.modal-header .h1, .modal-header .h2, .modal-header .h3, .modal-header .h4, .modal-header .h5, .modal-header .h6 {
	padding: 0; margin: 0;
}

h1.pageTitle:empty {display: none;}

@media (max-width: 991px) {
	h1, .h1 {font-size: 30px;} h2, .h2 {font-size: 24px;} h3, .h3 {font-size: 20px;} 
	h4, .h4 {font-size: 18px;} h5, .h5 {font-size: 16px;} h6, .h6 {font-size: 15px;}	
}
@media (max-width: 767px) {
	h1, .h1 {font-size: 24px;} h2, .h2 {font-size: 20px;} h3, .h3 {font-size: 18px;} 
	h4, .h4 {font-size: 16px;} h5, .h5 {font-size: 15px;} h6, .h6 {font-size: 14px;}				
}
@media (max-width: 479px) {
	h1, .h1 {font-size: 22px;} h2, .h2 {font-size: 20px;} h3, .h3 {font-size: 18px;} 
	h4, .h4 {font-size: 16px;} h5, .h5 {font-size: 15px;} h6, .h6 {font-size: 14px;}					
}

.iconBarLabel {
	float: right;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 0 30px;
}
.muted a {
	color: #999999;
}
.well, .well a, .well a:hover {
	color: #999999;
}
.img-responsive-inline {max-width: 100%; height: auto;}
.img-responsive-inline-important {max-width: 100% !important; height: auto !important;}
div[table-class*="notransform"].table-responsive {
	border: 0 none; 
	padding: 0; 
	margin: 0; 
	overflow: inherit;
}

@media (min-width: 1200px) {
	.lg-text-left {text-align: left;} .lg-text-right {text-align: right;} .lg-text-center {text-align: center;}
	.lg-pull-left {float: left;} .lg-pull-right {float: right;}
	.desktop-text-left {text-align: left;} .desktop-text-right {text-align: right;} .desktop-text-center {text-align: center;}
	.desktop-pull-left {float: left;} .desktop-pull-right {float: right;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.md-text-left {text-align: left;} .md-text-right {text-align: right;} .md-text-center {text-align: center;}
	.md-pull-left {float: left;} .md-pull-right {float: right;}	
	.desktop-text-left {text-align: left;} .desktop-text-right {text-align: right;} .desktop-text-center {text-align: center;}
	.desktop-pull-left {float: left;} .desktop-pull-right {float: right;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sm-text-left {text-align: left;} .sm-text-right {text-align: right;} .sm-text-center {text-align: center;}
	.sm-pull-left {float: left;} .sm-pull-right {float: right;}		
	.desktop-text-left {text-align: left;} .desktop-text-right {text-align: right;} .desktop-text-center {text-align: center;}
	.desktop-pull-left {float: left;} .desktop-pull-right {float: right;}
}
@media (min-width: 480px) and (max-width: 767px) {
	.xs-text-left {text-align: left;} .xs-text-right {text-align: right;} .xs-text-center {text-align: center;}
	.xs-pull-left {float: left;} .xs-pull-right {float: right;}		
	.mobile-text-left {text-align: left;} .mobile-text-right {text-align: right;} .mobile-text-center {text-align: center;}
	.mobile-pull-left {float: left;} .mobile-pull-right {float: right;}
}
@media (max-width: 479px) {
	.xxs-text-left {text-align: left;} .xxs-text-right {text-align: right;}	.xxs-text-center {text-align: center;}
	.xxs-pull-left {float: left;} .xxs-pull-right {float: right;}		
	.mobile-text-left {text-align: left;} .mobile-text-right {text-align: right;} .mobile-text-center {text-align: center;}
	.mobile-pull-left {float: left;} .mobile-pull-right {float: right;}		
}

.navbar-toggle {
	line-height: 1em;	
}
.navbar-toggle label {
	padding: 0; margin: 0;	
	text-transform: uppercase;
	color: #666;
}
.navbar-inverse .navbar-toggle label {
	color: #ffffff;	
}
.navbar-toggle label:before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	padding-right: 5px;
}

/* =CSS VARIABLES */
a {color: #1ca8dd;}
a:hover, a:focus {color: #60C2E7;outline: none; text-decoration: none;}

/* =HEADER */

.extra-top {
	clear: both;
	overflow: hidden;	
	padding: 5px 15px;
	background-color: #333333;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}
.extra-top p {
	display: inline;
	margin: 0;	
	line-height: 1.6em;
}
.extra-top a {
	color: #fff;	
	text-decoration: underline;
}
.extra-top a[href*="where-to-buy"] {
	color: #D39232;	
}
.extra-top a[href*="gsa"] {
	color: #1ca8dd;	
}
.extra-top ul {
	padding: 0; margin: 0; list-style-type: none;
	display: inline-block;
}
.extra-top li {
	padding: 0; margin: 0; display: inline-block;
}
.extra-top li:after {
	content: '|';	
	margin-left: 5px;
	margin-right: 5px;
}
.extra-top li:nth-last-child(-n+3):after {
	content: '';	
}
.extra-top li:last-child:after {
	content: '';	
	margin-right: 0px;
}
.extra-top ul a {
	text-decoration: none;	
}
.top-navigation a[href*="facebook"]:before,
.top-navigation a[href*="twitter"]:before,
.top-navigation a[href*="youtube"]:before {
	font-family: 'FontAwesome';	
	content: '\f082';
	font-size: 14px;
	vertical-align: bottom;
}
.top-navigation a[href*="facebook"]:before,
.top-navigation a[href*="twitter"]:before {
	font-size: 16px;	
}
.top-navigation a[href*="twitter"]:before {content: '\f081';}
.top-navigation a[href*="youtube"]:before {content: '\f167';}
.top-navigation a[href*="facebook"] span,
.top-navigation a[href*="twitter"] span,
.top-navigation a[href*="youtube"] span {
	display: none;	
}

.logo {
	position: absolute;	
	left: 50px;
	top: 20px;
	z-index: 22;
}

.extra-top .top-search {
	display: none;	
	position: relative;	
	background-color: #666;
	margin: 10px auto;
	top: auto;
	left: auto;
	right: auto;
}
.home-slide-xs {
	display: none;	
}
.home-slide-link {
	position: absolute;
	top: 47%;
	left: 4%;	
	display: block;
	width: 50%;
	height: 400px;
}

.top-search {
	z-index: 21;
	width: 240px;
	background-color: #1ca8dd;
	position: absolute;	
	top: 20px;
	right: 10px;
	padding-right: 20px;
	line-height: 20px;
}
.top-search input[type="text"],
.top-search input[type="submit"] {
	background-color: transparent;
	box-shadow: none;
	border: 0 none;
	padding: 0; margin: 0;	
	color: #fff;
	padding: 5px 10px;	
}
.top-search input[type="text"] {
	width: 100%;
}
.top-search input[type="submit"] {
	position: absolute;
	top: 0px;	
	right: 0px;
	font-family: 'FontAwesome';
}
.top-search ::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}
.top-search ::-moz-placeholder {
	opacity: 1;
	color: #fff;	
}
.top-search :-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}
.top-search :-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.top-block-container {
	position: relative;	
}
@media (min-width: 1200px) {
	.top-search input[type="text"],
	.top-search input[type="submit"] {
		padding: 10px 15px;	
	}	
}
@media (min-width: 768px) {
	.top-search {
		right: 50px;	
	}	
}
@media (min-width: 1200px) {
	.extra-top {
		padding: 5px 50px;
	}
	.top-navigation {
		width: 45%;	
		text-align: right;
	}
	.top-description {
		width: 55%;
	}
}
@media (max-width: 1499px) {
	.top-search {
		top: 10px;	
		right: 15px;
	}
	.logo {
		left: 15px;	
		top: 10px;
	}
	.logo img {
		width: 180px;	
		height: auto;
	}
}
@media (max-width: 1199px) {
	.logo img {
		width: 150px;	
	}	
}
@media (max-width: 767px) {
	.top-block-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		
		-webkit-flex-flow: column-reverse nowrap;
		    -ms-flex-flow: column-reverse nowrap;
		        flex-flow: column-reverse nowrap;	
	}	
	.extra-top .top-search {
		display: block;	
	}
	.home-slide .top-search {
		display: none;	
	}
	.extra-top > div.top-description {
		display: none;	
	}
	.home-slide-xs {
		display: inline;	
	}
	.logo img {
		width: 100px;	
	}
}
@media (max-width: 479px) {
	
}

/* =CONTENT */

code,
.docs-code {
	background-color: #f2f2f2;
	padding: 10px 15px;
	border: 1px solid #d7d7d7;	
	border-radius: 3px;
	font-family: 'PT Mono', monospace;
	font-weight: normal;
	color: #555;
}
span.docs-code,
code {
	padding: 2px 5px;	
}
br + code {
	padding: 5px 10px;	
	margin: 10px 0px;
	display: inline-block;
}
p.docs-code,
div.docs-code {
    max-height: 200px;
    overflow-y: auto;
}
p.docs-code,
div.docs-code-small {
	font-size: 11px;
	line-height: 1.4em;
}

.page-desc {
	position: absolute;
	top: 100%;
	margin-top: 100px;
	font-weight: 300;
	color: #000;
	width: 100%;	
}
.page-desc h1, .page-desc h2, .page-desc h3, .page-desc h4 {
	text-transform: none;	
	font-weight: 300;
	font-variant: normal;
	color: #000;
}
.page-desc h1 {font-size: 30px;}
.page-desc h2 {font-size: 24px;}
.page-desc h3 {font-size: 20px;}
.page-desc h4 {font-size: 18px;}

.container {
	width: 1500px;
	max-width: 100%;	
}
@media (min-width: 768px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;	
	}
}
body .container {
	/* width: 1600px !for(ie9 ie8); */
	/* max-width: 100% !for(ie9 ie8);	 */
}

/* =FOOTER */
footer {
	background-color: #ececec;	
	padding-top: 50px;
	font-size: 14px;
}
footer a {
	color: #575757;	
}

footer ul {
	padding: 0; margin: 0; list-style-type: none;	
}
footer li {
	padding: 0; margin: 0;	
}
footer ul ul ul li {
	display: none;	
}
footer nav > ul {
	margin-right: 30px;
	
	/* float: left !for(ie9 ie8); */
}
footer nav > ul > li > a {
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
footer nav > ul > li > a:not([href]):hover {
	color: #575757;	
}

footer nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	
	/* clear: both !for(ie9 ie8); */
	/* overflow: hidden !for(ie9 ie8); */
}
footer nav > ul {
	width: -webkit-calc(20% - 30px);
	width: -moz-calc(20% - 30px);
	width: calc(20% - 30px);	
}
/* chained by possibility to show smaller MAIN navigaiton on middle resolutions */
footer #menu-link-241:before {
	content: 'Tanita ';
}
@media (max-width: 979px) {
	footer {
		font-size: 13px;	
	}
	footer nav > ul > li > a {
		font-size: 16px;	
	}
	footer nav {
		-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
				flex-flow: row wrap;
	}
	footer nav > ul {
		width: -webkit-calc(33.3333% - 30px);
		width: -moz-calc(33.3333% - 30px);
		width: calc(33.3333% - 30px);	
		margin-bottom: 30px;
	}		
}
@media (max-width: 479px) {
	footer nav > ul {
		width: -webkit-calc(50% - 30px);
		width: -moz-calc(50% - 30px);
		width: calc(50% - 30px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
	}		
}

/* copyright */
.copyright {
	background-color: #e1e1e1;	
	margin-top: 30px;
	padding: 20px 30px;
	color: #8F8F8F;
}
.copyright p {
	display: inline;
	margin: 0;	
}
.copyright a {
	color: #8F8F8F;	
}
.copyright a[href*="facebook"],
.copyright a[href*="twitter"],
.copyright a[href*="youtube"] {
	margin-left: 7px;
	font-size: 16px;
} 
@media (min-width: 768px) {
	.copyright .row > div:first-child {
		padding-top: 10px;	
	}
}
@media (min-width: 480px) {
	.copyright br {
		display: none;	
	}
}
@media (max-width: 767px) {
	.copyright .row > div:first-child {
		margin-bottom: 10px;	
	}	
}

.content {
	padding-bottom: 20px;	
}
.sideBar h3 {
	margin-top: 0px;	
}
.sideBar ul {
	list-style-type: none; padding: 0; margin: 0;	
}

.sideBar a {
	padding: 10px 15px;
	display: block;	
	color: #777777;
}
.sideBar a:hover {
	text-decoration: none;	
	background-color: #EEEEEE;
}
.sideBar ul.nav {
	border-top: 1px solid #e5e5e5;	
	border-radius: 5px;
	margin-bottom: 15px;
}

.sideBar ul.nav > li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.sideBar ul.nav > li:first-child {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
	
}
.sideBar ul.nav > li:last-child {
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;	
}
.sideBar ul ul a {
	padding-left: 30px;	
}
.sideBar ul ul ul a {
	padding-left: 50px;	
}
.sideBar ul ul ul ul a {
	padding-left: 70px;	
}
.sideBar li.currentPageLi > a,
.sideBar li.currentPageLi > a:hover {
	color: #1ca8dd;
}

/* =FORMS */
.formRequired {color: #B94A48;}
.error input[type="text"],
.error input[type="password"],
.error input[type="email"],
.error select,
.error textarea {
	border-color: #B94A48;	
	color: #B94A48;	
}
.error .help-inline {
	color: #B94A48;
}
.formRequired {
	color: 	#B94A48;
	padding-left: 3px;
}

.form-inline input[type="text"],
.form-inline input[type="password"],
.form-inline input[type="email"],
.form-inline select {
	width: 180px;	
}

/* =SIDE NAVIGATION */
/* the second level of side navigation (by default, support doesn't support it's styling) */
ul.nav-stacked ul {list-style-type: none; padding: 0; margin: 0;}
ul.nav-stacked ul li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;	
	padding-left: 30px;
	padding-right: 12px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

ul.nav-stacked ul ul li a {
	padding-left: 48px;	
}
ul.nav-stacked ul ul ul li a {
	padding-left: 66px;	
}

/* =SOCIAL ICONS */
/* https://github.com/FortAwesome/Font-Awesome/blob/master/css/font-awesome.css */
/* http://fortawesome.github.com/Font-Awesome/ */
.social {
	font-size: 20px; 
	text-shadow: 1px 1px 1px #fff;
}
.social a {
	-webkit-transition: all 0.5s;	
	transition: all 0.5s;	
}
.social a:before {
	font-family: 'FontAwesome'; 
	padding-right: 5px;
}
.social a:hover,
.social a:focus {
	text-decoration: none;
	font-size: 30px ; /* !for(webkit firefox opera) */
	outline: none;
	color: #1ca8dd;
}
.social a span {display: none;}

.social a.twitter:before {content: '\f081';}
.social a.facebook:before {content: '\f082';}
.social a.pinterest:before {content: '\f0d3';}
.social a.gplus:before {content: '\f0d4';}
.social a.linkedin:before {content: '\f08c';}
.social a.skype:before {content: '\f17e';}
.social a.tumblr:before {content: '\f174';}
.social a.instagram:before {content: '\f16d';}
.social a.youtube:before {content: '\f166';}
.social a.flickr:before {content: '\f16e';}
.social a.newsletter:before {content: '\f15c';}
.social a.mail:before {content: '\f0e0';}
.social a.mail2:before {content: '\f003';}
.social a.rss:before {content: '\f143';}

.social a.twitter:hover, .social a.twitter:focus {color: #41C8F5;}
.social a.facebook:hover, .social a.facebook:focus {color: #456CAF;}
.social a.pinterest:hover, .social a.pinterest:focus {color: #D73532;}
.social a.gplus:hover, .social a.gplus:focus {color: #BB3627;}
.social a.linkedin:hover, .social a.linkedin:focus {color: #1D6DA2;}
.social a.skype:hover, .social a.skype:focus {color: #00C0ED;}
.social a.tumblr:hover, .social a.tumblr:focus {color: #2C4661;}
.social a.instagram:hover, .social a.instagram:focus {color: #6D5346;}
.social a.youtube:hover, .social a.youtube:focus {color: #E03C3B;}
.social a.flickr:hover, .social a.flickr:focus {color: #FF0084;}
.social a.rss:hover, .social a.rss:focus {color: #FE9900;}
 
/* =SITEMAP */
ul.sitemap, ul.sitemap ul {list-style-type: none; padding: 0; margin: 0; margin-left: 25px;}
ul.sitemap li {margin-top: 5px; margin-bottom: 5px;}
ul.sitemap li:before {
	content: "\f07c"; 
	font-family: 'FontAwesome'; 
	padding-right: 5px;
	color: #1ca8dd;
}
ul.sitemap li.leafNode:before, ul.sitemap li.level1:before {content: '\f0f6'}

.phoneLink:before {
	content: "\f095"; 
	font-family: 'FontAwesome'; 
	padding-right: 5px;
}

ul.footer-nav {
	list-style-type: none; padding: 0; margin: 0; 
	margin-bottom: 15px;
}
ul.footer-nav li {
	padding: 0; margin: 0; display: inline-block;
	padding-right: 15px;
}
ul.footer-nav li:before {
	font-family: 'FontAwesome'; padding-right: 5px;
}

.nav-tabs {
	margin-bottom: 15px;	
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background-color: #1ca8dd; border-color: #1ca8dd;}

/* =AJAX LOADER START */
.ajax-loader {
    background-color: rgba(0,0,0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;

	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.ajax-loader:after {
	font-family: 'FontAwesome';
	font-size: 50px;
	content: '\f110';
	content: '\f1ce';
	content: '\f017';
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ddd;
	padding-left: 5px;
	padding-right: 5px;

    -webkit-animation: 
		spin 2s linear;
	animation: 
		spin 2s linear;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; 
}
.ajax-loader.loading {
	display: block;	
}
.ajax-loader.loading.clicked {
	display: none;
}
@-webkit-keyframes pulsate {
    0% {
		-webkit-transform: scale(0.8, 0.8);
		opacity: 0.5;
	}
    50% {
		-webkit-transform: scale(1,1);
		opacity: 1;
	}
    100% {
		-webkit-transform: scale(0.8, 0.8);
		opacity: 0.5;
	}
}
@keyframes pulsate {
    0% {
		transform: scale(0.8, 0.8);
		opacity: 0.5;
	}
    50% {
		transform: scale(1,1);
		opacity: 1;
	}
    100% {
		transform: scale(0.8, 0.8);
		opacity: 0.5;
	}
}
@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
@media (max-width: 767px) {.ajax-loader:after {left: 44%;}}
@media (max-width: 479px) {.ajax-loader:after {left: 40%;}}
/* =AJAX LOADER END */

.top-alert {
	color: red;
	text-align: center;
	padding: 15px;	
	display: none;
}


/* =IPOP */
.iPopBlock.styled .iPopBox {
	background-color: #fff;
}
.iPopCloseBtn {
	padding: 0; margin: 0;	
	right: -5px;
	top: 0px;
	background-image: none;
}
.iPopCloseBtn:before {
	content: '\f00d';
	font-family: 'FontAwesome';	
	font-size: 20px;
	color: #fff;
	
	-ms-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.popup-video.iPopBlock.inlineType.styled .iPopBox {
	padding: 0;
	border: 0 none;	
	overflow: hidden;
}

/* =SITEMAP */
ul.sitemap, ul.sitemap ul {list-style-type: none; padding: 0; margin: 0; margin-left: 25px;}
ul.sitemap li {margin-top: 5px; margin-bottom: 5px;}
ul.sitemap li:before {
	content: "\f07c"; 
	font-family: 'FontAwesome'; 
	padding-right: 5px;
}
ul.sitemap li.leafNode:before {content: '\f0f6'}

.dir-result-count {
	float: right;
	font-size: 16px;	
}
.dir-result-count:before {
	content: 'Found: ';	
}
.dir-result-count:after {
	content: ' Products';	
}


/* watchview */
.fly-bottom-1, .fly-bottom-2, .fly-bottom-3, .fly-bottom-4, .fly-bottom-5, .fly-bottom-6, .fly-bottom-7, .fly-bottom-8 {
    top: 100px; opacity: 0; position: relative;
}
.fly-bottom-1.viewed, .fly-bottom-2.viewed, .fly-bottom-3.viewed, .fly-bottom-4.viewed, .fly-bottom-5.viewed, .fly-bottom-6.viewed, .fly-bottom-7.viewed, .fly-bottom-8.viewed {
    top: 0px;
    opacity: 1;
    transition: top 0.75s, opacity 0.5s;
}
.fly-bottom-2.viewed {transition-delay: 0.1s;}
.fly-bottom-3.viewed {transition-delay: 0.2s;}
.fly-bottom-4.viewed {transition-delay: 0.3s;}
.fly-bottom-5.viewed {transition-delay: 0.4s;}
.fly-bottom-6.viewed {transition-delay: 0.5s;}
.fly-bottom-7.viewed {transition-delay: 0.6s;}
.fly-bottom-8.viewed {transition-delay: 0.7s;}

/* taskId.16808952 /software/ */
.itune-app-banner {background-color: #f5f5f5; padding: 30px; border-bottom: 3px solid #d7d7d7; font-weight: 300;}
.itune-app-banner img {margin-right: 30px;}
.itune-app-banner h3 {margin-top: 0px; font-weight: 300;}
@media (max-width: 479px) {
	.itune-app-banner {padding: 15px;}
	.itune-app-banner img {width: 100px; height: auto; margin-right: 15px;}
	.itune-app-banner p:last-child {clear: both; overflow: hidden;}
}

.section-fnce {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F2F2F2;
}
.section-fnce .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.section-fnce .container::before,
.section-fnce .container::after {
	display: none;
}
.section-fnce iframe {
	margin-left: 20px;
}
@media (max-width: 1199px) {
	.section-fnce {
		background-image: url(/data/Image/content/fnce.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.section-fnce .container {
		justify-content: flex-start;
		padding: 0;: 0;
	}
	.section-fnce a {
		display: none;
	}
}

body.page-login-signup {
	overflow-x: hidden;
}
.page-login-signup td {
	vertical-align: top;
}
.page-login-signup form {
	padding: 30px;
	display: block !important;
}
.page-login-signup h3 {
	margin: 0 0 15px;
}
.page-login-signup input[type="text"],
.page-login-signup input[type="password"],
.page-login-signup input[type="email"] {
	border: 1px solid #d7d7d7;
	border-radius: 0;
	width: 300px !important;
	max-width: 100% !important;
}
.page-login-signup input[type="text"]:focus,
.page-login-signup input[type="password"]:focus,
.page-login-signup input[type="email"]:focus {
	border: 1px solid #d7d7d7;
	box-shadow: none;
	outline: none;
}
.page-login-signup button, .page-login-signup button:hover, .page-login-signup button:focus,
.page-login-signup input[type="submit"], .page-login-signup input[type="submit"]:hover, .page-login-signup input[type="submit"]:focus {
	border: 1px solid #D39232;
	border-radius: 0;
	background-color: #D39232;
	color: #fff;
	padding: 6px 12px;
	cursor: pointer;
	line-height: 1.6em;
	font-size: 16px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-login-signup input ~ label {
	color: #999;
}
.page-login-signup label {
	font-weight: 300;
}
.page-login-signup input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
}
.page-login-signup input[type="checkbox"] ~ label {
	padding: 0;
	margin: 0 0 15px;
	display: flex;
	flex-flow: row nowrap;
	align-items: baseline;
	cursor: pointer;
	color: #333333;
}
.page-login-signup input[type="checkbox"] ~ label::before {
	content: '\f00c';
	font-family: 'FontAwesome';
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	background-color: #ddd;
	color: #ddd;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	margin: 0 10px 0 0;
}
.page-login-signup input[type="checkbox"]:checked ~ label::before {
	background-color: #D39232;
	color: #fff;
}
.page-login-signup a[href*="password-recovery"] {
	display: inline-block;
	margin-top: 10px;
}
.page-login-signup .alert-danger {
	border: 0 none;
	padding: 0;
	margin: 0 0 10px;
	background-color: transparent;
	line-height: 1.4em;
}
.page-login-signup div#F31 {
	padding: 30px;
	text-align: center;
	color: h3Color;
	font-size: 24px;
}
@media (max-width: 749px) {
	.page-login-signup table,
	.page-login-signup tbody,
	.page-login-signup tr,
	.page-login-signup td {
		padding: 0;
		margin: 0;
		display: block;
	}
	.page-login-signup td:first-child {
		x-border-bottom: 1px solid #d7d7d7;
	}
	.page-login-signup form {
		padding: 15px;
	}
}

/* promo popup */
body.promo-popup-active {
	overflow: hidden;
}
#promo-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	z-index: 1024;
	transition: all 1s;
	transform: translateY(-100vh);
}
body.promo-popup-active #promo-popup {
	opacity: 1;
	transform: translateY(0);
}
.promo-popup-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
	background-color: transparent;
	z-index: 0;
	transition: all 1s ease-in-out 1s;
}
body.promo-popup-active .promo-popup-overlay {
	background-color: rgba(0,0,0,0.5);
}
body.promo-popup-active .promo-popup-container-4 .promo-popup-overlay {
	background-color: $white;
	opacity: 0.9;
}

.promo-popup-overlay ~ * {
	z-index: 1;
}
.promo-popup-close {
	text-align: right;
	transform: translateX(20px);
	position: absolute;
	right: 30px;
	top: 10px;
}
.promo-popup-close::before {
	content: '\f00d';
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #D2232A;
	color: #1ca8dd;
	display: block;
	cursor: pointer;
}


.promo-popup.promo-popup-4 .promo-popup-close::before {
	color: var(--red);
}
@media (min-width: 1200px) {
	.promo-popup.promo-popup-4 .promo-popup-close {
		top: 20px;
		right: 35px;
	}	
	.promo-popup.promo-popup-4 .promo-popup-close::before {
		font-size: 48px;
	}
}
.promo-popup {
	background-color: #fff;
	padding: 50px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.promo-popup.promo-popup-4 {
	padding: 0;
}
.promo-popup.promo-popup-4 p {
	margin: 0;
}
@media (max-width: 767px) {
	.promo-popup {
		padding: 30px;
		max-width: calc(100vw - 10px);
		
	}
}
@media (max-width: 479px) {
	.promo-popup {
		padding: 15px;
	}
}
.promo-popup img {
	max-width: 100%;
	height: auto !important;
	width: auto !important;
	max-height: calc(100vh - 100px);
	max-width: calc(100vw - 100px);
}
@media (max-width: 479px) {
	.promo-popup img {
		max-height: calc(100vh - 50px);
		max-width: calc(100vw - 50px);
	}	
}
.promo-popup-clickable-area {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	cursor: pointer;
}
.promo-popup .code strong {
	cursor: text;
}
/*** END responsive/global/common.css ***/

/*** START responsive/global/news.css ***/
/* News */
.newsListItem {
	margin-bottom: 15px;	
}
.newsListItem h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.newsItem h1.pageTitle {
	margin: 0; padding: 0;	
	margin-bottom: 15px;
}

.pagination .pagination {
	margin: 0;	
}
.press-releases {
	font-size: 15px;	
}
.press-releases td {
	vertical-align: top;
	padding-bottom: 10px;	
}
.press-releases td:first-child {
	white-space: nowrap;
	padding-right: 20px;
	text-align: right;
}
.press-releases a[href*='.pdf']:after,
.press-releases a[href*='.PDF']:after {
	content: '';	
	background-image: url(../data/i/pdf-icon.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block; 
	margin-left: 5px;
}
@media (max-width: 767px) {
	.press-releases {
		font-size: 14px;	
	}	
	.press-releases td {
		padding-bottom: 0px;	
	}	
	.press-releases td:first-child {
		padding-right: 0px;
		text-align: left;
	}	
	.press-releases tr {
		padding-bottom: 10px;	
	}	
}

/*** END responsive/global/news.css ***/

/*** START responsive/global/gallery.css ***/
/* Gallery */
.typeFancybox ul {
		padding: 0; margin: 0; list-style-type: none;
}
/* styles are copied from bootstrap .thubnail */
.galleria-thumbnails-container .galleria-thumbnails .galleria-image,
.typeFancybox li {
  display: inline-block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;

	margin-right: 5px;
	margin-bottom: 5px;
}

.galleria-thumbnails-container .galleria-thumbnails .galleria-image:hover,
.galleria-thumbnails-container .galleria-thumbnails .galleria-image:focus,
.typeFancybox li:hover,
.typeFancybox li:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}




/*** END responsive/global/gallery.css ***/

/*** START responsive/global/e-commerce.css ***/
/* E-commerce */
.navbar-ecs {
	margin-top: 51px;	
}


/* =MY ACCOUNT */

/* =CHECKOUT */
#ecsAccountMode label,
#ecsAccountMode input {
	display: inline-block;
}
#ecsAccountMode label {
	margin-right: 10px;
}
.checkoutRadio  {
	padding-bottom: 5px;	
}
.checkoutRadioText {
	padding-top: 3px;	
}
.crmLocationName input {
	margin-right: 5px;	
}

.checkout-steps {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}
.checkout-steps > div {
	background-image: url(../data/i/checkout-steps.png);
	background-repeat: no-repeat;	
	background-position: 50% -300px;	
	padding-top: 53px;
	text-align: center;
	font-size: 14px;
	color: #aaa;
	float: left;
	width: 16.6666%;
}
.checkout-steps > div.step-active {color: #000000; font-weight: bold;}
.checkout-steps > div.step-allowed a {color: #ff9f17;}
.checkout-steps > div.step-active:first-child {background-position: 50% 0px;}
.checkout-steps > div.step-allowed {background-position: 50% -600px;}
.checkout-steps > div.step-allowed:first-child {background-position: 50% -150px;}
.checkout-steps > div.step-active {background-position: 50% -450px;}
.checkout-steps > div.step-active.step-back {background-position: 50% -1200px;}
/*.checkout-steps > .step-active.step-allowed {background-position: 50% -1200px;}*/
.checkout-steps > div:last-child {background-position: 50% -750px;}
.checkout-wrapper-thankyou .checkout-steps > div {background-position: 50% -600px;}
.checkout-wrapper-thankyou .checkout-steps > div:first-child {background-position: 50% -150px;}
.checkout-wrapper-thankyou .checkout-steps > div:last-child {background-position: 50% -900px;}

@media (max-width: 767px) {
	.checkout-steps {
		margin-bottom: 0px;	
	}
	.checkout-steps > div {
		background-image: url(../data/i/checkout-steps-sm.png); 
		width: 33.3333%; 
		margin-bottom: 15px;
	}
	.checkout-steps > div.step-allowed {background-position: 50% -150px;}
	.checkout-steps > div.step-active {background-position: 50% 0px;}
	/* .checkout-steps > .step-active.step-allowed {background-position: 50% 0px;} */
	.checkout-steps > div:last-child {background-position: 50% -300px;}
	.checkout-wrapper-thankyou .checkout-steps > div {background-position: 50% -150px;}
	.checkout-wrapper-thankyou .checkout-steps > div:last-child {background-position: 50% 00px;}
	/* go back - class is added with js */
}
@media (max-width: 399px) {
	.checkout-steps > div {width: 50%; margin-bottom: 20px;}
}

/* login / signup */
.col-checkout-signup {
		
}
/*** END responsive/global/e-commerce.css ***/

/*** START responsive/global/blog.css ***/
/* Blog */
.blogContent div.sitePath {
	padding-bottom: 15px;	
}
.blogContent div.sitePath:before {
	font-family: 'FontAwesome';
	content: '\f015';
	padding-right: 5px;	
	font-size: 16px;
}
.blogContent div.sitePath a {
	text-decoration: none;
}
.blogContent div.sitePath > span:after {
	font-family: 'FontAwesome';
	content: '\f105';
	padding-right: 7px;
	padding-left: 7px;
}
.blogContent div.sitePath > span:last-child {
	cursor: text;	
}
.blogContent div.sitePath > span:last-child:after {
	content: '';	
}

/* =BLOG =TAG CLOUD */
#blogTagCloud .blogTag {
	float: left;
	width: auto;
	padding-left: 10px;
	padding-bottom: 5px;
}
#blogTagCloud .blogTag a {
	width: auto;
	padding: 0;
	border: 0 none;
}
#blogTagCloud .pop15 a {font-size: 180%;}
#blogTagCloud .pop14 a {font-size: 170%;}
#blogTagCloud .pop13 a {font-size: 160%;}
#blogTagCloud .pop12 a {font-size: 155%;}
#blogTagCloud .pop11 a {font-size: 150%;}
#blogTagCloud .pop10 a {font-size: 145%;}
#blogTagCloud .pop9 a {font-size: 140%;}
#blogTagCloud .pop8 a {font-size: 135%;}
#blogTagCloud .pop7 a {font-size: 130%;}
#blogTagCloud .pop6 a {font-size: 125%;}
#blogTagCloud .pop5 a {font-size: 120%;}
#blogTagCloud .pop4 a {font-size: 115%;}
#blogTagCloud .pos3 a {font-size: 110%;}
#blogTagCloud .pop2 a {font-size: 105%;}
#blogTagCloud .pop1 a {font-size: 100%;}

#blogTagList a {
	padding: 3px 8px;
	display: block;	
	border-radius: 3px;
	margin-bottom: 3px;
}
#blogTagList a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}
#blogTagList .active a {
	background-color: #0088CC;
	color: #fff;
}
h3.sideTitleCategories:before,
h3.sideTitleArchive:before,
h3.sideTitlePopularTopics:before,
h3.sideTitleRecentPosts:before,
h3.sideTitleRecentComments:before,
h3.sideTitleAuthors:before,
h3.sideTitleTags:before,
h3.sideTitleNewsletter:before {
	font-family: 'FontAwesome';
	content: '\f07c';
	padding-right: 5px;
	font-size: 20px;
	font-weight: normal;
}
h3.sideTitleArchive:before {content: '\f133';}
h3.sideTitlePopularTopics:before {content: '\f005';}
h3.sideTitleRecentPosts:before {content: '\f07c';}
h3.sideTitleRecentComments:before {content: '\f0e6';}
h3.sideTitleAuthors:before {content: '\f0c0';}
h3.sideTitleTags:before {content: '\f02c'}
h3.sideTitleNewsletter:before {content: '\f0e0'}



/* =LIST */
#blogPosts h2,
h2.postSubject {
	padding: 0; margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
}
.postedBy {
	padding-top: 10px;	
}
.postBody {
	padding-bottom: 15px;	
}
.rPostItem {
	margin-bottom: 10px;	
}
.CommentsItem {
	margin-bottom: 15px;	
}
.well h3 {
	margin-top: 0px;	
}
.well a {
	text-decoration: underline;	
}
.blogAuthors .blogAuthor {
	clear: both;
	overflow: hidden;	
	margin-bottom: 10px;
}

/* =POST */
/*** END responsive/global/blog.css ***/

/*** START responsive/global/navigation.css ***/
/* Navigation */
.caret {
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu .divider {
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  color: #333333;
}d
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1ca8dd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1ca8dd), to(#1ca8dd));
  background-image: -webkit-linear-gradient(top, #1ca8dd, 0%, #1ca8dd, 100%);
  background-image: -moz-linear-gradient(top, #1ca8dd 0%, #1ca8dd 100%);
  background-image: linear-gradient(to bottom, #1ca8dd 0%, #1ca8dd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1ca8dd', endColorstr='#ff1ca8dd', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #eea236;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FFBD54), to(#eea236));
  background-image: -webkit-linear-gradient(top, #FFBD54, 0%, #eea236, 100%);
  background-image: -moz-linear-gradient(top, #FFBD54 0%, #eea236 100%);
  background-image: linear-gradient(to bottom, #FFBD54 0%, #eea236 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFBD54', endColorstr='#ffeea236', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown-header {
  color: #999999;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.navbar-inverse .nav > li > a {
	color: #D39232;
}
.navbar-inverse .nav .caret {
	border-bottom-color: #D39232;
	border-top-color: #D39232;		
}
.nav > li > a {
	color: #777777;	
}
.nav > li > a:hover,
.nav > li > a:focus {
	color: #333333;
	background-color: #EEEEEE-hover;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #D39232;
	color: #333333;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;	
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, 
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	background-color: #eea236;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
}

.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav .nav-divider {
  background-color: #e5e5e5;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li > a {
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.nav a:hover .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  background-color: #EEEEEE;
  border-radius: 4px;
}
.navbar-nav > li > a {
  color: #777777;
  border-radius: 0px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #D5D5D5;
}

.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-brand {
  color: #777777;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-toggle {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #dddddd;
  border: 1px solid #dddddd;
}

.navbar-toggle .icon-bar {
  display: block;
  background-color: #666;
  border-radius: 1px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #d5d5d5;
}

.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar-inverse {
  background-color: transparent;
  border-color: #5276AE;
  border-width: 0px;
}

.navbar-inverse .navbar-brand {
  color: #D39232;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
	border-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #D39232;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #1ca8dd;
  background-color: #1ca8dd;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	border-color: #1ca8dd;
	background-color: #1ca8dd;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #D39232;
  border-bottom-color: #D39232;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-fixed-top, 
.navbar-fixed-bottom {
	border-radius: 0;	
}
@media screen and (max-width: 768px) {
	.dropdown-menu > li > a {
	  color: #777777;
	}
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* ---------------- =DROPDOWN IMAGES START ---------------- */
.navbar-nav > li.pageId233 > ul > li > a,
.navbar-nav > li.pageId236 > ul > li > a,
.navbar-nav > li.pageId237 > ul > li > a {
	padding-left: 70px;
	min-height: 60px;
	position: relative;	
	display: -webkit-box;	
	display: -webkit-flex;	
	display: -moz-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.navbar-nav > li.pageId233 > ul > li > a:before,
.navbar-nav > li.pageId236 > ul > li > a:before,
.navbar-nav > li.pageId237 > ul > li > a:before {
	position: absolute;
	display: block;
	width: 59px;
	height: 59px;
	top: 0px;
	left: 0px;
 	background-repeat: no-repeat;
	background-image: url(../data/i/dropdown.jpg?ver6);
	background-position: 10px 10px;
	content: '';
	background-color: #fff;
}
.navbar-nav > li.pageId233 > ul > li > a:hover::before,
.navbar-nav > li.pageId236 > ul > li > a:hover::before,
.navbar-nav > li.pageId237 > ul > li > a:hover::before {
	
}
/* professional */
.navbar-nav > li.pageId233 > ul > li > a[href*="multi-frequency-scales"]:before {background-position: 10px 10px;}
.navbar-nav > li.pageId233 > ul > li > a[href*="body-composition-analyzer"]:before {background-position: -40px 10px;}
.navbar-nav > li.pageId233 > ul > li > a[href*="professional-full-body-composition"]:before {background-position: -90px 10px;}
.navbar-nav > li.pageId233 > ul > li > a[href*="professional-weight-scales"]:before {background-position: -140px 10px;}
.navbar-nav > li.pageId233 > ul > li > a[href*="acute-and-long-term-care-scales"]:before {background-position: -190px 10px;}
.navbar-nav > li.pageId233 > ul > li > a[href*="professional-pediatric-scales"]:before {background-position: -240px 10px;}
.navbar-nav > li.pageId233 > ul > li > a[href*="veterinary-scales"]:before {background-position: -290px 10px;}
.navbar-nav > li.pageId233 > ul > li > a[href*="tanita-commercial-scales"]:before {background-position: -340px 10px;}
.navbar-nav > li.pageId233 > ul > li > a[href*="professional-accessories"]:before {background-position: -390px 10px}
.navbar-nav > li.pageId233 > ul > li > a[href*="whats-new-professional"]:before {background-position: -440px 10px;}
.navbar-nav > li.pageId233 > ul > li > a[href*="wrestling-scales"]:before {background-position: -490px 10px;}
.navbar-nav > li.pageId233 > ul > li > a[href*="discontinued"]:before {background-position: -540px 10px;}
.navbar-nav > li.pageId233 > ul > li > a[href*="legalfortrade"]:before {background-position: -340px -90px;}
/* consumer */
.navbar-nav > li.pageId236 > ul > li > a[href*="consumer-multi-frequency"]:before {background-position: 10px -40px;}
.navbar-nav > li.pageId236 > ul > li > a[href*="segmental-body-composition-monitors"]:before {background-position: -40px -40px;}
.navbar-nav > li.pageId236 > ul > li > a[href*="ironman-monitors"]::before {background-position: -539px -40px;}
.navbar-nav > li.pageId236 > ul > li[cat-id="520093944"] > a::before {background-position: -390px -90px;}


.navbar-nav > li.pageId236 > ul > li > a[href*="consumer-full-body-composition"]:before {background-position: -90px -40px;}
.navbar-nav > li.pageId236 > ul > li > a[href*="body-water-monitors-fat-scales"]:before {background-position: -140px -40px;}
.navbar-nav > li.pageId236 > ul > li > a[href*="weight-scales"]:before {background-position: -190px -40px;}
.navbar-nav > li.pageId236 > ul > li > a[href*="consumer-kids-scales"]:before {background-position: -240px -40px;}
.navbar-nav > li.pageId236 > ul > li > a[href*="consumer-kitchen-scales"]:before {background-position: -290px -40px;}
.navbar-nav > li.pageId236 > ul > li > a[href*="hand-held-monitors"]:before {background-position: -340px -40px;}
.navbar-nav > li.pageId236 > ul > li > a[href*="/personal/accessories"]:before {background-position: -390px -40px;}
.navbar-nav > li.pageId236 > ul > li > a[href*="consumer-whats-new"]:before {background-position: -440px -40px;}
.navbar-nav > li.pageId236 > ul > li > a[href*="consumer-scales-overview"]:before {background-position: -490px -40px;}
/* miniscales */
.navbar-nav > li.pageId237 > ul > li > a[href*="/products-mini-new"]:before {background-position: 10px -90px;}
.navbar-nav > li.pageId237 > ul > li > a[href*="/carat-gem-scales"]:before {background-position: -40px -90px;}
.navbar-nav > li.pageId237 > ul > li > a[href*="/high-capacity-scale"]:before {background-position: -90px -90px;}
.navbar-nav > li.pageId237 > ul > li > a[href*="/commercial-scales"]:before {background-position: -140px -90px;}
.navbar-nav > li.pageId237 > ul > li > a[href*="/products/mini-scales/legal-for-trade/"]:before {background-position: -190px -90px;}
.navbar-nav > li.pageId237 > ul > li > a[href*="/mini-scales-overview"]:before {background-position: -240px -90px;}
.navbar-nav > li.pageId237 > ul > li > a[href*="/mini-scales-whats-new"]:before {background-position: -290px -90px;}
/* handheld */
.navbar-nav > li.pageId236 > ul > li > a[href*="/products/hand-held-monitors/"]:before {background-position: -340px -40px;}

.navbar-nav > li.pageId236 > ul > li.pageId239 {
	display: none;	
}
@media (min-width: 768px) {
	.pageId233 .dropdown-menu,
	.pageId236 .dropdown-menu,
	.pageId237 .dropdown-menu {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}	
	.pageId233 .dropdown-menu > li,
	.pageId236 .dropdown-menu > li,
	.pageId237 .dropdown-menu > li {
		-webkit-column-break-inside: avoid;
			  page-break-inside: avoid;
				   break-inside: avoid;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		
		/* fix firefox list wrapping even with break-inside: avoid */
		clear: both;
		overflow: hidden;
	}
}
@media (max-height: 599px) {
	/*.navbar-nav > li.pageId233 > ul > li > a,
	.navbar-nav > li.pageId236 > ul > li > a,
	.navbar-nav > li.pageId237 > ul > li > a {
		padding-left: 50px;
		min-height: 51px;		
	}	
	.navbar-nav > li.pageId233 > ul > li > a:before,
	.navbar-nav > li.pageId236 > ul > li > a:before,
	.navbar-nav > li.pageId237 > ul > li > a:before	{
		top: 5px;
		left: 5px;	
	}*/
}
/*@media (max-height: 649px) {
	.navbar-nav > li.pageId233 > ul > li > a,
	.navbar-nav > li.pageId236 > ul > li > a,
	.navbar-nav > li.pageId237 > ul > li > a {
		padding-left: 50px;
		min-height: 41px;		
	}	
	.navbar-nav > li.pageId233 > ul > li > a:before,
	.navbar-nav > li.pageId236 > ul > li > a:before,
	.navbar-nav > li.pageId237 > ul > li > a:before	{
		top: 0px;
		left: 0px;	
	}
}*/


/* ----------------- =DROPDOWN IMAGES END ----------------- */

/* =CUSTOM NAVIGATION */
.navbar {
	min-height: inherit;
	z-index: 21;	
}
/* hide old categories */
.navbar-nav > li.pageId16,
.navbar-nav > li.pageId17,
.navbar-nav > li.pageId18 {
	display: none;
}
.nav > li > ul > li.pageId232,
.nav > li > ul > li.pageId235,
.nav > li > ul > li.pageId238 {
	display: none;	
}
.navbar .dropdown-menu > li > a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	text-transform: uppercase;
}
.dropdown-menu {
	padding-top: 0px;
	padding-bottom: 0px;	
}
/* taskId.16814188
@media (min-width: 980px) {
	.navbar li.pageId241 > a::before {
		content: 'Tanita ';	
	}
}
@media (max-width: 767px) {
	.navbar li.pageId241 > a::before {
		content: 'Tanita ';	
	}
}
*/
@media (min-width: 768px) {
	.navbar {
		position: absolute;
		top: 84px;
		right: 35px;
		font-size: 22px;
	}
	.navbar-inverse .nav .caret {
		display: none;	
	}
	.navbar-nav > li:first-child,
	.navbar-nav > li:nth-child(n+13) {
		display: none;	
	}	
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 16px;
		text-shadow: 1px 1px 1px #000;	
	}	
	.navbar-right .dropdown-menu {
		left: 15px;
		right: auto;	
	}
	.navbar-nav > li:nth-child(n+8) .dropdown-menu {
		left: auto;
		right: 15px;
	}
}
/*@media (max-width: 1399px) {
	.navbar-nav > li > a {
		font-size: 19px;	
		padding-left: 10px;
		padding-right: 10px;	
		padding-top: 15px;
		padding-bottom: 16px;
	}	
}*/
@media (max-width: 1199px) {
	.navbar {
		right: 5px;	
		top: 58px;
		top: 68px;
	}
	.navbar-nav > li > a {
		font-size: 20px;
		padding-left: 10px;
		padding-right: 10px;	
		/*padding-top: 15px;
		padding-bottom: 16px;*/
	}
}
@media (max-width: 979px) {

	.navbar-nav > li > a {
		font-size: 16px;		
	}
}
@media (max-width: 767px) {
	.navbar {
		border-radius: 0;
		margin: 0;
		min-height: auto;
		position: static;
	}
	.navbar ul ul ul {
		display: none;	
	}
	.navbar-nav {
		margin: 0;
	}	
	.navbar-toggle {
		margin: 0;
		width: 100%;
		text-align: center;	
		border-radius: 0;
	}
	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;	
	}
	.navbar-inverse .navbar-nav > li > a {
		text-align: left;
	}
	.caret {
		display: none;	
	}
	.navbar-inverse .navbar-nav > li > a,
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
		color: #333333;	
		padding: 10px;
		border-bottom: 1px solid #e3e3e3;
	}
	.navbar-nav .open .dropdown-menu > li > a, 
	.navbar-nav .open .dropdown-menu .dropdown-header {
		border-bottom: 1px solid #e3e3e3;	
	}
	.navbar-nav .pageId233.open .dropdown-menu > li > a, 
	.navbar-nav .pageId233.open .dropdown-menu .dropdown-header,
	.navbar-nav .pageId236.open .dropdown-menu > li > a, 
	.navbar-nav .pageId236.open .dropdown-menu .dropdown-header,
	.navbar-nav .pageId237.open .dropdown-menu > li > a, 
	.navbar-nav .pageId237.open .dropdown-menu .dropdown-header {
		padding-left: 75px;
	}	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #1ca8dd;
	}
	.navbar-inverse .navbar-nav > .open > a, 
	.navbar-inverse .navbar-nav > .open > a:hover, 
	.navbar-inverse .navbar-nav > .open > a:focus {
		background-color: #1ca8dd;	
		color: #fff;
	}
	.navbar-nav > li.pageId233 > ul > li > a::before, 
	.navbar-nav > li.pageId236 > ul > li > a::before, 
	.navbar-nav > li.pageId237 > ul > li > a::before {
		left: 0px;	
	}

}

/* --------------- TEMPORARY NAVIGATION STYLES START --------------------- */
@media (min-width: 768px) {
	.navbar .dropdown-menu > li > ul {
		display: none;	
	}
	.navbar .dropdown-menu > li > a {
		padding: 7px 15px;	
		border-bottom: 1px solid #e7e7e7;
	}
	.navbar .dropdown-menu > li > a:hover {
		background-color: #0795cb;	
		background-image: none;
	}
	
}
/* ---------------- TEMPORARY NAVIGATION STYLES END --------------------- */


/*** END responsive/global/navigation.css ***/

/*** START responsive/global/media.css ***/
/* Media */
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {

}
@media print {
	body {
		padding-top: 0px;	
	}
	h1.pageTitle {
		margin-top: 0px;
		padding-top: 0px;	
	}
}
@media (min-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {
	/* replace fixed spacing with full-width on smaller resolutions */
	.container {max-width: 100%;}

}
@media (max-width: 480px) {
	/* replace fixed spacing with full-width on smaller resolutions */
	.container {max-width: 100%;}
}
@media (max-width: 979px) {

}
@media (min-width: 980px) {

}
@media (min-width: 768px) and (max-width: 1199px) {
	/* replace fixed spacing with full-width on smaller resolutions */
	.container {max-width: 100%;}
	
	/* fix horizontal scrolling on smaller resolutions */
	/*.row {margin-left: 0px; margin-right: 0px;}*/
}
@media (min-width: 980px) and (max-width: 1199px) {

} 
/*** END responsive/global/media.css ***/

/*** START responsive/global/buttons.css ***/
/* Buttons */
.btn 			{background-color: #F5F5F5; 			border: 1px solid #F5F5F5;				color: #333333;}
.btn-default 	{background-color: #474949;	border: 1px solid #474949;		color: #ffffff;}
.btn-primary 	{background-color: #428bca;	border: 1px solid #428bca;		color: #ffffff;}
.btn-success 	{background-color: #5cb85c;	border: 1px solid #5cb85c;		color: #ffffff;}
.btn-info 		{background-color: #5bc0de;		border: 1px solid #5bc0de;		color: #ffffff;}
.btn-warning 	{background-color: #f0ad4e;	border: 1px solid #f0ad4e;		color: #ffffff;}
.btn-danger 	{background-color: #d9534f;		border: 1px solid #d9534f;		color: #ffffff;}

.btn:hover, .btn:focus 					{background-color: #e5e5e5; 			border: 1px solid #e5e5e5; 			color: #333333;}
.btn-default:hover, .btn-default:focus 	{background-color: #3a3c3c;	border: 1px solid #3a3c3c;	color: #ffffff;}
.btn-primary:hover, .btn-primary:focus 	{background-color: #357ebd;	border: 1px solid #357ebd;	color: #ffffff;}
.btn-success:hover, .btn-success:focus 	{background-color: #4cae4c;	border: 1px solid #4cae4c;	color: #ffffff;}
.btn-info:hover, .btn-info:focus 		{background-color: #46b8da;		border: 1px solid #46b8da;		color: #ffffff;}
.btn-warning:hover, .btn-warning:focus 	{background-color: #eea236;	border: 1px solid #eea236;	color: #ffffff;}
.btn-danger:hover, .btn-danger:focus 	{background-color: #d43f3a;	border: 1px solid #d43f3a;	color: #ffffff;}

.btn-link, .btn-link:hover, .btn-link:focus {background-color: transparent; border-color: transparent; color: #1ca8dd;}

.btn-consumer,
.btn-professional,
.btn-miniscales {
	background-color: #1ca8dd;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	text-transform: uppercase;	
	position: relative;
	display: block;
	padding: 10px 30px;
	line-height: 1.9em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-consumer, .btn-consumer:hover, .btn-consumer:focus,
.btn-professional, .btn-professional:hover, .btn-professional:focus,
.btn-miniscales, .btn-miniscales:hover, .btn-miniscales:focus {
	color: #fff;
}
.btn-consumer:hover, .btn-consumer:focus {
	background-color: #0794c9;
}
.btn-professional {
	background-color: #D39232;	
}
.btn-professional:hover, .btn-professional:focus {
	background-color: #c38120;
}
.btn-miniscales {
	background-color: #626262;	
}
.btn-miniscales:hover, .btn-miniscales:focus {
	background-color: #515151;
}

.row-buttons-container {
	margin-bottom: 30px;	
}
.btn-consumer:after,
.btn-professional:after,
.btn-miniscales:after {
	font-family: 'FontAwesome';
	content: '\f007';	
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #0794c9;
	font-weight: normal;
	width: 70px;
	text-align: center;
	
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn-consumer:hover:after,
.btn-professional:hover:after,
.btn-miniscales:hover:after {
    -webkit-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;		
	
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; 	
}
.btn-professional:after {
	background-color: #c38120;	
	content: '\f0f0';
}
.btn-miniscales:after {
	background-color: #515151;	
	content: '\f219';
}
@media (max-width: 1599px) {
	.btn-consumer,
	.btn-professional,
	.btn-miniscales	{
		font-size: 28px;
		padding: 10px 20px;			
	}
	.btn-consumer:after,
	.btn-professional:after,
	.btn-miniscales:after {
		width: 60px;		
	}		
}
@media (max-width: 1399px) {
	.btn-consumer,
	.btn-professional,
	.btn-miniscales	{
		font-size: 22px;	
		padding: 10px 15px;
	}
	.btn-consumer:after,
	.btn-professional:after,
	.btn-miniscales:after {
		width: 50px;		
	}
}
@media (max-width: 1199px) {
	.btn-consumer,
	.btn-professional,
	.btn-miniscales	{
		font-size: 18px;
		padding: 10px;
	}
	.btn-consumer:after,
	.btn-professional:after,
	.btn-miniscales:after {
		background-color: transparent;	
	}
}
@media (max-width: 979px) {
	.row-buttons-container > div {
		width: 400px;
		max-width: 100%;
		float: none;
		margin-bottom: 15px;
	}
}


.flex-box:nth-child(2):hover i {
    -webkit-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;		
	
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; 
}

/* animations */
@-webkit-keyframes pulsate {
    0% {
		-webkit-transform: scale(0.9, 0.9);
	}
    50% {
		-webkit-transform: scale(1,1);
		text-shadow: 6px 6px 0px rgba(0,0,0,0.3);				
	}
    100% {
		-webkit-transform: scale(0.9, 0.9);
	}
}
@keyframes pulsate {
    0% {
		transform: scale(0.9, 0.9);
	}
    50% {
		transform: scale(1,1);
		text-shadow: 6px 6px 0px rgba(0,0,0,0.3);	
	}
    100% {
		transform: scale(0.9, 0.9);
	}
}
/*** END responsive/global/buttons.css ***/

/*** START responsive/global/comments.css ***/
/* Comments */

/* comments form */
.enterComment {
	margin-top: 20px;		
}
#commentEnterFirstName, #commentEnterLastName, #commentEnterEmailName {
	display: inline-block;	
	padding-right: 10px;
}
.postCommentBlock {
	clear: both;
	overflow: hidden;
}
.postCommentBlock input, 
.postCommentBlock input:hover, 
.postCommentBlock input:focus {
	margin: 0;
	background-color: #737E85;
	color: #fff;
	border: 0 none;
}

/* list of comments */
.CommentsBody {
	border-left: 5px solid #ccc;
	padding-left: 15px;	
}
.CommentsCreatedAgo {
	border-bottom: 1px dashed;
}
.CommentedBy {
	font-style: italic;
}

/* =dymamic placeholders START */
/* remove placeholders */
.dynamic-placeholders ::-webkit-input-placeholder {
	color: transparent;
}
.dynamic-placeholders ::-moz-placeholder {
	color: transparent;
}
.dynamic-placeholders :-ms-input-placeholder {
	color: transparent;
}
.dynamic-placeholders :-moz-placeholder {
	color: transparent;
}
.dynamic-placeholders .form-error {
	display: none;
}
.dynamic-placeholders-box {
    max-width: 100%;
    width: 400px;
}
.dynamic-placeholders > div {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.dynamic-placeholders input[type="text"],
.dynamic-placeholders input[type="email"],
.dynamic-placeholders input[type="password"],
.dynamic-placeholders select,
.dynamic-placeholders textarea {
	height: 50px;
	padding: 17px 15px 0px;
	width: 400px;
	max-width: 100%;
	font-size: 16px;
	font-weight: 300;
}
.dynamic-placeholders textarea {
	height: 150px;	
	width: 100%;
	padding: 20px 15px 0px;
}
.dynamic-placeholders span.selectWrapper {
	display: block;
	width: 100%;	
}
.dynamic-placeholders select {
	padding: 10px 10px 0px;	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	/* padding-left: 13px !for(mac); */
}
.dynamic-placeholders input[type="checkbox"],
.dynamic-placeholders input[type="radio"] {
	margin: 0; padding: 0;
	margin-right: 10px;
}
.dynamic-placeholders label {
	margin: 0;
	position: absolute;
	left: 15px;
	top: 12px;	
	transition: all 0.3s;
	pointer-events: none;	
	color: #333333;
	font-weight: 300;
}
.dynamic-placeholders input:focus ~ label,
.dynamic-placeholders .filled ~ label,
.dynamic-placeholders select ~ label,
.dynamic-placeholders .selectWrapper ~ label,
.dynamic-placeholders textarea:focus ~ label {
	font-size: 12px;
	top: 0px;
}
.dynamic-placeholders input.filled:invalid ~ label {
	color: red;	
}
.dynamic-placeholders input[type="checkbox"] ~ label,
.dynamic-placeholders input[type="radio"] ~ label {
	pointer-events: inherit;	
	font-size: 16px;
	position: static;
	color: #333333;
	display: inline;
	cursor: pointer;
}
.dynamic-placeholders input[type="checkbox"].filled:invalid ~ label,
.dynamic-placeholders input[type="radio"].filled:invalid ~ label {
	color: #333333;
}
/* set of checkboxes/radio buttons */
.dynamic-placeholders > div > div.radio,
.dynamic-placeholders > div > div.checkbox {
	order: 2;	
	padding: 0;
	margin: 0;
	/* remove width 100% if want options to float */
	width: 100%;
}
.dynamic-placeholders > div > div.radio label,
.dynamic-placeholders > div > div.radio + label,
.dynamic-placeholders > div > div.checkbox label,
.dynamic-placeholders > div > div.checkbox + label {
	pointer-events: inherit;	
	font-size: 16px;
	position: static;
	color: #333333;
	display: inline;
	cursor: pointer;		
}
.dynamic-placeholders > div > div.radio + label,
.dynamic-placeholders > div > div.checkbox + label {
	order: 1;	
	width: 100%;
	font-weight: bold;
	margin-bottom: 3px;
}
.dynamic-placeholders > div > div.radio > label,
.dynamic-placeholders > div > div.checkbox > label {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;	
}
/* file */
.dynamic-placeholders > div > .fmFileUpload,
.dynamic-placeholders > div > input[type="file"] {
	width: 100%;
	order: 2;	
	font-weight: 300;
}
.dynamic-placeholders > div > .fmFileUpload + label,
.dynamic-placeholders > div > input[type="file"] + label {
	position: static;	
	font-size: 16px;
	width: 100%;
	order: 1;
	font-weight: bold;
	margin-bottom: 5px;
}
.dynamic-placeholders .xFormError {
	display: none;	
}
.dynamic-placeholders input.filled:invalid ~ label,
.dynamic-placeholders input.clicked:invalid ~ label {
	color: #b94a48;	
}
/* .dynamic-placeholders input.not-valid,
.dynamic-placeholders .not-valid select */
.dynamic-placeholders .xFormError ~ input[type="password"],
.dynamic-placeholders .xFormError ~ input[type="text"],
.dynamic-placeholders .xFormError ~ input[type="email"],
.dynamic-placeholders .xFormError ~ textarea,
.dynamic-placeholders .xFormError ~ select {
	border-color: #eed3d7;
	background-color: #f9eded;
}
.dynamic-placeholders .xFormError ~ label {
	color: #b94a48;
}
.alert-danger {
	background-color: #f9eded;	
}
@media (max-width: 767px) {
	.dynamic-placeholders > div {
		margin-bottom: 10px;
	}	
	.dynamic-placeholders input[type="text"],
	.dynamic-placeholders input[type="email"],
	.dynamic-placeholders input[type="password"],
	.dynamic-placeholders select,
	.dynamic-placeholders textarea {
		font-size: 16px479;	
		padding: 20px 10px 0;		
	}	
	.dynamic-placeholders input[type="text"],
	.dynamic-placeholders input[type="email"],
	.dynamic-placeholders input[type="password"],
	.dynamic-placeholders select {
		height: 50px;	
	}	
	.dynamic-placeholders select {
		padding: 20px 5px 0px;	
	}	
	.dynamic-placeholders label {
		left: 10px;
		top: 15px;	
	}
	.dynamic-placeholders input:focus ~ label,
	.dynamic-placeholders .filled ~ label,
	.dynamic-placeholders select ~ label,
	.dynamic-placeholders .selectWrapper ~ label,
	.dynamic-placeholders textarea:focus ~ label {
		top: 5px;
	}		
}

.dynamic-placeholders-over input[type="text"], 
.dynamic-placeholders-over input[type="email"], 
.dynamic-placeholders-over input[type="password"], 
.dynamic-placeholders-over select {
	height: 45px;
	padding: 5px 15px;
	background-color: #fff;
	font-weight: 300;
}
.dynamic-placeholders-over .xFormError ~ input[type="password"],
.dynamic-placeholders-over .xFormError ~ input[type="text"],
.dynamic-placeholders-over .xFormError ~ input[type="email"],
.dynamic-placeholders-over .xFormError ~ textarea,
.dynamic-placeholders-over .xFormError ~ select {
	background-color: #fff;
	border-color: #b94a48;	
}
.dynamic-placeholders-over select {
	padding: 5px 10px;	
}
.dynamic-placeholders-over textarea {
	background-color: #fff;	
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 300;
}
.dynamic-placeholders-over label {
	height: 10px;
	display: inline-block;
	background-color: #fff;	
	line-height: 1em;
	padding-left: 5px;
	padding-right: 5px;
	left: 10px;
	top: 15px;
}
.dynamic-placeholders-over input:focus ~ label, 
.dynamic-placeholders-over .filled ~ label, 
.dynamic-placeholders-over select ~ label, 
.dynamic-placeholders-over .selectWrapper ~ label, 
.dynamic-placeholders-over textarea:focus ~ label {
	top: -5px;
}
.dynamic-placeholders-over > div {
	margin-bottom: 20px;	
}

@media (max-width: 767px) {
	.dynamic-placeholders-over > div {
		margin-bottom: 15px;	
	}	
	.dynamic-placeholders-over label {
		top: 15px;	
	}	
}
/* =dymamic placeholders END */

/* old rating bar */
.ratingBar div::before {
	content: '';
	font-family: 'FontAwesome';
	color: #FAC419;
	font-size: 20px;
	letter-spacing: 5px;	
	cursor: default;
	font-style: normal;
	white-space: nowrap;
}
.ratingBar div.rating0 {
	display: none;	
}
.ratingBar .rating1::before {content: '\f005';}
.ratingBar .rating2::before {content: '\f005 \f005';}
.ratingBar .rating3::before {content: '\f005 \f005 \f005';}
.ratingBar .rating4::before {content: '\f005 \f005 \f005 \f005';}
.ratingBar .rating5::before {content: '\f005 \f005 \f005 \f005 \f005';}
/* rating bar START */
.rating-bar div::before {
	content: '';
	font-family: 'FontAwesome';
	color: #FAC419;
	font-size: 20px;
	letter-spacing: 5px;	
	cursor: default;
	white-space: nowrap;
}
.rating-bar div[data-rating="rating-1.0"]::before,
.rating-bar div[data-rating="rating-1.1"]::before,
.rating-bar div[data-rating="rating-1.2"]::before,
.rating-bar div[data-rating="rating-1.3"]::before,
.rating-bar div[data-rating="rating-1.4"]::before {
	content: '\f005';
}
.rating-bar div[data-rating="rating-1.5"]::before,
.rating-bar div[data-rating="rating-1.6"]::before,
.rating-bar div[data-rating="rating-1.7"]::before,
.rating-bar div[data-rating="rating-1.8"]::before,
.rating-bar div[data-rating="rating-1.9"]::before {
	content: '\f005 \f123';
}
.rating-bar div[data-rating="rating-2.0"]::before,
.rating-bar div[data-rating="rating-2.1"]::before,
.rating-bar div[data-rating="rating-2.2"]::before,
.rating-bar div[data-rating="rating-2.3"]::before,
.rating-bar div[data-rating="rating-2.4"]::before {
	content: '\f005 \f005';
}
.rating-bar div[data-rating="rating-2.5"]::before,
.rating-bar div[data-rating="rating-2.6"]::before,
.rating-bar div[data-rating="rating-2.7"]::before,
.rating-bar div[data-rating="rating-2.8"]::before,
.rating-bar div[data-rating="rating-2.9"]::before {
	content: '\f005 \f005 \f123';
}
.rating-bar div[data-rating="rating-3.0"]::before,
.rating-bar div[data-rating="rating-3.1"]::before,
.rating-bar div[data-rating="rating-3.2"]::before,
.rating-bar div[data-rating="rating-3.3"]::before,
.rating-bar div[data-rating="rating-3.4"]::before {
	content: '\f005 \f005 \f005';
}
.rating-bar div[data-rating="rating-3.5"]::before,
.rating-bar div[data-rating="rating-3.6"]::before,
.rating-bar div[data-rating="rating-3.7"]::before,
.rating-bar div[data-rating="rating-3.8"]::before,
.rating-bar div[data-rating="rating-3.9"]::before {
	content: '\f005 \f005 \f005 \f123';
}
.rating-bar div[data-rating="rating-4.0"]::before,
.rating-bar div[data-rating="rating-4.1"]::before,
.rating-bar div[data-rating="rating-4.2"]::before,
.rating-bar div[data-rating="rating-4.3"]::before,
.rating-bar div[data-rating="rating-4.4"]::before {
	content: '\f005 \f005 \f005 \f005';
}
.rating-bar div[data-rating="rating-4.5"]::before,
.rating-bar div[data-rating="rating-4.6"]::before,
.rating-bar div[data-rating="rating-4.7"]::before,
.rating-bar div[data-rating="rating-4.8"]::before,
.rating-bar div[data-rating="rating-4.9"]::before {
	content: '\f005 \f005 \f005 \f005 \f123';
}
/* rating bar END */

.cmtMessages .cmtMessage {
	margin-bottom: 20px;	
	margin-top: 20px;
	color: $color1;
	text-align: center;
}
.cmtMessages .error {
	color: #c0272d;	
	background-color: #fff;
	padding: 0;
}
.ipop-cmtMessages .cmtMessages .cmtMessage {
	margin: 0;	
}
/*#cmtRatingBlock {
	margin-bottom: 10px;	
}
.cmtRatingInputs td {
	vertical-align: middle;
	padding-right: 10px;	
}
.cmtRatingInputs input {
	margin-right: 3px;
}*/
.cmt-rating-block {
	display: inline-block;	
	line-height: 1em;
}
.cmt-rating-block input {
	display: none;
}
.cmt-rating-block label {
	cursor: pointer;	
	margin: 0;
	padding: 0;
	padding-right: 5px;
	line-height: 1em;
	position: relative;
}
.cmt-rating-block label span {
	display: none;
}
.cmt-rating-block + i {
	cursor: pointer;	
	font-size: 20px;
	color: #ccc;
	transition: all 0.3s;
	padding: 0; margin: 0;
	margin-left: 5px;
	visibility: hidden;
	line-height: 1em;
}
.cmt-rating-block + i:hover {
	color: red;	
}
.cmt-rating-block.rating-chosen + i {
	visibility: inherit;
}

/* f005 - filled, f006 - empty */
/* by default - all empty */
.cmt-rating-block label::before {
	content: '\f006';
	font-family: 'FontAwesome';
	font-size: 20px;
	font-weight: normal;	
	color: #ccc;	
	transition: all 0.3s;
}
.cmt-rating-block:hover label::before,
.cmt-rating-block.rating-chosen label::before {
	color: #FAC419;	
}

/* on whole block hover - all filled */
.cmt-rating-block:hover label::before {
	content: '\f005';
}
/* on whole block hover stars after hovered - empty */
.cmt-rating-block:hover label:hover ~ label::before {
	content: '\f006';
}

/* chosen rating: all labels - filled */
.cmt-rating-block.rating-chosen label::before {
	content: '\f005';	
}
/* chosen rating: ... - empty */
.cmt-rating-block.rating-chosen input:checked + label ~ label::before {
	content: '\f006';	
}

.cmt-rating-block.rating-chosen:hover label::before {
	content: '\f005' !important;	
}
.cmt-rating-block.rating-chosen:hover label:hover ~ label::before {
	content: '\f006' !important;
}

/* list of comments */
.CommentsBody {
	border-left: 5px solid #ccc;
	padding-left: 15px;	
}
.CommentsCreatedAgo {
	border-bottom: 1px dashed;
}
.CommentedBy {
	font-style: italic;
}
.cmtMessage {
	color: #00A89C;	
}
.cmtMessage .cmtError {
	color: #c0272d;	
}
.comments:not(:empty)::before {
	content: 'Reviews';
	display: block;
	font-size: 30px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 20px 0 0px;
}
.comments-item {
	display: flex;
	flex-flow: row-reverse nowrap;	
	justify-content: space-between;
	background-color: #f5f5f5;
	padding: 15px 30px;
	margin-top: 20px;
	border-bottom: 3px solid #e7e7e7;
	
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;	
}
.allCommentsCreatedAgo {
	border-bottom: 1px dashed;
}
.allCommentsAuthor {
	color: #999;
	font-style: italic;
}
.comment-content {
	flex: 1 1 auto;	
}
.comments-item > a,
.comments-item > img {
	flex: 0 0 150px;
	margin-bottom: 10px;
}
.comments-item img {
	border-radius: 5px;	
}
@media (min-width: 480px) {
	a + .comment-content {
		padding-right: 30px;	
	}	
}
@media (max-width: 479px) {
	.comments-item {
		flex-flow: column nowrap;	
	}	

}
.captchaRow {
	padding: 0;	
}

.cmtChooseRating {
	font-size: 16px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.9em;
	font-weight: 300;
}
#postCommentBlock .btn {
	background-color: #D39232;
	color: #fff;
	border-radius: 0;
	line-height: 1.9em;
	font-size: 16px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 8px 16px;
}


/*** END responsive/global/comments.css ***/

/*** START responsive/global/worldwide.css ***/
/* worldwide */
.cms-content[cms-page="23"] {
	background-image: url(../data/i/RD800.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: calc(100% - 500px) 420px;
	background-size: 500px 500px;
}
@media (max-width: 1199px) {
	.cms-content[cms-page="23"] {
		background-position: 50px 420px;
	}	
}
@media (max-width: 479px) {
	.cms-content[cms-page="23"] {
		background-position: center 420px;
	}	
}
.accord {
	margin: 30px 0px;
}
.subaccord > div {
	padding-left: 0px;
}
.subaccord h3,
.subaccord h4 { 
	background-color: #1ca8dd;
	color: #fff;
	border-top: 1px solid #fff;
	margin-top: -1px;
}
.subaccord h3:hover, 
.subaccord h4:hover {
	color: #1ca8dd;
	background-color: #fff;	
}
.subaccord h3.accord-active:hover, 
.subaccord h4.accord-active:hover {
	color: #1ca8dd;
	background-color: #f5f5f5;
}

.open-4 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
}
.open-4 li {
	padding: 15px 0px;
	margin: 0;
	width: 20%;
	border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 1499px) {.open-4 li {width: 25%;}}
@media (max-width: 1199px) {.open-4 li {width: 33.3333%;}}
@media (max-width: 479px) {.open-4 li {width: 50%;}}
.open-4 li a {
	background-color: #f5f5f5;
	padding: 3px 12px;
	text-decoration: none;
	border-radius: 0;
 	line-height: 1.9em;
	color: #000;
	margin-top: 5px;
	display: inline-block;
	transition: all 0.3s;
}
.open-4 li a:hover {
	background-color: #1ca8dd;
	color: #fff;
}

/*** END responsive/global/worldwide.css ***/

/*** START responsive/sub/common.css ***/
/* Common CSS for this layout */
.container {
	width: 1900px;	
}
@media (min-width: 1200px) {
	.container {
		padding-left: 50px;
		padding-right: 50px;
	}	
}
article {
	x-padding-bottom: 30px;	
}
.home-slide {
	x-background-image: url(../data/i/brickwall-dark.png);	
	background-color: #111;
	position: relative;
	padding-top: 135px;
	padding-left: 200px;
	clear: both;
	overflow: hidden;
}
.home-slide-lg {
	z-index: 1;
	/* float: left; 
	position: relative;
	margin-right: 50px;*/
	width: 475px;
}
.page-details {
	background-color: #f2f2f2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-details strong {
	font-weight: 300;	
}
article .container {
	padding-top: 30px;	
	padding-bottom: 30px;
}
.category-page article .container,
.product-page article .container,
.overview-page article .container {
	padding-top: 0px;
	padding-bottom: 0px;	
}
.title-block-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;	
}
.title-image {
	width: 475px;
	float: left;
	margin-right: 50px;
}
.title-block {
	float: left;
	width: -webkit-calc(100% - 525px);
	width: -moz-calc(100% - 525px);
	width: calc(100% - 525px);	
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;	
}
.title-image:empty + .title-block {
	width: 100%;	
}
.title-image:empty {
	display: none;
}
/*.title-block {
	width: 100%;
}
.product-page .title-block,
.category-page .title-block,
.overview-page .title-block {
	padding-right: 30px;	
	float: left;

	width: -webkit-calc(100% - 575px);	
	width: -moz-calc(100% - 575px);	
	width: calc(100% - 575px);
	padding-bottom: 60px;
	margin-bottom: 30px;	
}*/
.title-block h1 {
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;	
	padding: 0; margin: 0;
	margin-bottom: 20px;
}
.title-block h2 {
	font-size: 30px;
	font-weight: 400;	
	text-transform: uppercase;
	padding: 0; margin: 0;
	margin-bottom: 20px;
}
.short-description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.9em;
}
.short-description a {
	color: #333333;
	text-decoration: underline;	
}
.short-description a:hover {
	color: #1ca8dd;	
}
.short-description ul {
	padding: 0; margin: 0;	list-style-type: none;
	margin-left: 20px;
}
.short-description li {
	padding: 0; margin: 0;	
	position: relative;
	padding-left: 30px;
}
.short-description li::before {
	content: '\f00c';	
	font-family: 'FontAwesome';
	color: #D39232;
	position: absolute;
	left: 0px;
}
.short-description strong {
	font-weight: 300;
}
@media (max-width: 1399px) {
	.home-slide {
		padding-left: 100px;	
	}	

	
	/*.product-page .title-block,
	.category-page .title-block,
	.overview-page .title-block {
		width: -webkit-calc(100% - 575px);	
		width: -moz-calc(100% - 575px);	
		width: calc(100% - 575px);
	}*/
}
@media (max-width: 1199px) {
	.home-slide {
		padding-left: 30px;	
		padding-top: 110px;
	}	
	.home-slide-lg {
		width: 300px;	
	}
	.title-image {
		width: 300px;	
	}
	.title-block {
		width: -webkit-calc(100% - 350px);
		width: -moz-calc(100% - 350px);
		width: calc(100% - 350px);			
	}	
	/*.product-page .title-block,
	.category-page .title-block,
	.overview-page .title-block {
		width: -webkit-calc(100% - 350px);	
		width: -moz-calc(100% - 350px);	
		width: calc(100% - 350px);
	}*/
	.title-block h1 {
		font-size: 42px;
	}
	.title-block h2 {
		font-size: 26px;
	}
	.short-description {
		font-size: 17px;	
	}
}
@media (max-width: 979px) {
	.home-slide-lg {
		width: 200px;	
	}
	/*.product-page .title-block,
	.category-page .title-block,
	.overview-page .title-block {
		width: -webkit-calc(100% - 250px);	
		width: -moz-calc(100% - 250px);	
		width: calc(100% - 250px);
	}*/
	.title-image {
		width: 200px;	
		margin-right: 30px;	
	}
	.title-block {
		width: -webkit-calc(100% - 230px);
		width: -moz-calc(100% - 230px);
		width: calc(100% - 230px);			
	}	
	.title-block h1 {
		font-size: 36px;
	}
	.title-block h2 {
		font-size: 24px;
	}
	.short-description {
		font-size: 15px;	
	}
	.title-image {
		
	}	
}
@media (max-width: 767px) {
	.top-block-container {
		display: block;	
		text-align: center;
	}	
	.home-slide {
		padding: 15px;	
	}
	.logo {
		position: static;	
		padding: 0;
	}
	/*.title-block {
		width: 100%;
		float: none;	
		clear: both;
		overflow: hidden;
		padding: 0;
		margin: 0;
		margin-top: 15px;
	}*/
	.title-block h1 {
		font-size: 30px;	
	}
}
@media (max-width: 599px) {
	.title-block-container {
		display: block;	
	}
	.title-image,
	.title-block {
		width: 100%;
		float: none;
		margin-right: 0px;
	}		
	.title-image {
		margin: 0 0 30px;	
		text-align: center;
	}
	
}
@media (max-width: 479px) {
	.title-block h1 {
		font-size: 24px;	
	}	
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: 0 none;
	box-shadow: none;	
	font-size: 14px;
	color: #000;
	margin-bottom: 30px;
}
.breadcrumb a {
	color: #666;	
}
.breadcrumb > li + li::before {
	content: '\f101';	
	font-family: 'FontAwesome';
	color: #666;
}
.breadcrumb > .active {
	color: #666;	
}
.breadcrumb-container {
	background-color: #f2f2f2;	
	padding: 10px 0px;
	color: #666;
}
.breadcrumb-container ul {
	list-style-type: none; padding: 0; margin: 0;	
}
.breadcrumb-container a {
	color: #666;	
}

.list:not(.table-compare),
.bodyBOX {
	margin-bottom: 30px;	
}
.list:not(.table-compare) td,
.bodyBOX td {
	padding: 5px 10px;
	border-bottom: 1px solid #d7d7d7;	
}
.list:not(.table-compare) tr:first-child td,
.bodyBOX tr:first-child td {
	background-color: #D39232;
	color: #fff;
	font-weight: bold;	
}
.bodyBOX tr:first-child td {
	background-color: #1ca8dd;	
}
.list:not(.table-compare) tr:nth-child(odd):not(:first-child) td,
.bodyBOX tr:nth-child(odd):not(:first-child) td {
	background-color: #f2f2f2;
}

.xform {
	width: 900px;
	max-width: 100%;	
}
.xform input[type="text"],
.xform input[type="password"],
.xform input[type="email"],
.xform select,
.xform textarea {
	width: auto;
	display: inline;
}
.xform textarea {
	width: 300px;
	height: 120px;	
	max-width: 100%;
}
.xform th,
.xform td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	border-bottom: 1px dotted #d7d7d7;
	font-weight: normal;	
}
.xform th,
.xform td:first-child {
	padding-right: 15px;	
}
.xform div.radio {
	padding-top: 0px;
}
.xform input[type="submit"] {
	border-radius: 0;
	font-size: 24px;	
	font-weight: 300;
	background-color: #1ca8dd;
	padding: 10px 30px;
	color: #fff;
}
.xform label {
	font-weight: normal;	
}
@media (max-width: 479px) {
	.xform table,
	.xform tr,
	.xform tbody,
	.xform th,
	.xform td,
	.xform td:first-child {
		display: block; padding: 0; margin: 0; border: 0 none;	text-align: left;
	}
	.xform tr {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.xform th,
	.xform td:first-child {
		font-weight: bold;	
	}
}

.row-main {
	padding-top: 50px;
	padding-bottom: 50px;	
}
.col-aside {
	width: 330px;	
}
.col-article {
	width: -webkit-calc(100% - 330px);
	width: -moz-calc(100% - 330px);
	width: calc(100% - 330px);
}
.hide-sidebar .col-article {
	width: 100%;
}
.col-aside ul {
	padding: 0; margin: 0; list-style-type: none;	
	background-color: #f2f2f2;
}
.col-aside li {
	padding: 0; margin: 0;	
}
.col-aside ul a {
	display: block;	
	color: #333333;
	padding: 5px 10px;
	font-weight: 300;
	border-bottom: 1px solid #e3e3e3;
	
}
.col-aside ul a:hover {
	color: #1ca8dd;	
}
.col-aside li.activeBranch > a {
	background-color: #D39232;
	color: #fff;
	border-bottom: 1px solid #BE832D;	
}
.col-aside li.currentPageLi > a {
	font-weight: bold;	
	cursor: text;
}
.col-aside > ul > li > a {
	padding-left: 25px;
	position: relative;	
	line-height: 1.6em;
}
.col-aside > ul > li > a::before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	left: 10px;
}
.col-aside > ul > li.currentPageParentLi > a::before {
	content: '\f107';
}
.col-aside ul ul a {
	background-color: #D39232;
	color: #fff;	
	padding-left: 40px;
	border-bottom: 1px solid #BE832D;
}
.col-aside ul ul a:hover {
	color: #fff;	
}
.aside-banners iframe {
	margin-top: 20px;
	margin-bottom: -10px;
}
.aside-banners img {
	max-width: 100%;
	height: auto !important;	
}
.aside-banners p {
	margin-bottom: 0px;	
}
.aside-banners div#widget {
	margin-top: 15px;
}
.aside-banners a {
	margin-top: 20px;
	display: block;	
}
.bottom-banners {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;	
	-webkit-flex-flow: row wrap;	
	    -ms-flex-flow: row wrap;	
	        flex-flow: row wrap;
	border-top: 1px solid #d7d7d7;
	padding-top: 60px;
	padding-bottom: 40px;
	/* text-align: center !for(ie9 ie8); */
	x-background-image: url(../data/i/brickwall-dark.png);
	background-color: #111;
}
.bottom-banners p,
.bottom-banners > div#widget {
	margin-left: 15px;
	margin-right: 15px;	
	margin-bottom: 20px;
	/* display: inline-block !for(ie9 ie8); */
}
.bottom-banners p img {
	height: 200px !important;
	width: auto !important;	
}
.bottom-banners > div#widget img {
	width: 100%;
}
.bottom-banners > div#widget {
	color: #fff;
}
.bottom-banners > div#widget input {
	background-color: #1ca8dd;
	border: 1px solid #1ca8dd;
}
@media (max-width: 1499px) {
	.bottom-banners p img {
		height: 150px !important;
	}	
}
@media (max-width: 979px) {
	.col-aside {
		width: 250px;	
	}
	.col-article {
		width: -webkit-calc(100% - 250px);
		width: -moz-calc(100% - 250px);
		width: calc(100% - 250px);
	}		
}
@media (max-width: 767px) {
	.col-article {
		width: 100%;	
	}	
}
@media (min-width: 479px) and (max-width: 767px) {
	.col-aside {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		width: 100%;
	}
	.col-aside > div {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);
		margin-left: 20px;
	}
	.col-aside > ul {
		width: 50%;
	}
	.aside-banners a {
		margin-top: 0px;
		margin-bottom: 20px;	
	}
}
@media (max-width: 479px) {
	.col-aside {
		width: 100%;	
	}
}


.understanding-your-measurements section,
.sections-page .cms-content section {
	padding: 30px;	
}
.understanding-your-measurements section:nth-child(odd),
.sections-page .cms-content section:nth-child(odd) {
	background-color: #f2f2f2;	
}
.understanding-your-measurements td {
	vertical-align: top;	
}
.understanding-your-measurements img {
	margin-left: 30px;
	max-width: 100%;
	height: auto;
}
.understanding-your-measurements h2,
.sections-page .cms-content h2 {
	font-size: 36px;	
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.understanding-your-measurements h3 {
	position: relative;	
	padding-left: 80px;
	margin-bottom: 30px;
	min-height: 73px;
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
}
.understanding-your-measurements h3::before {
	background-image: url(../data/i/features-sprite.png);
	background-repeat: no-repeat;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 73px;
	margin: 0 auto 15px;
	width: 67px;
	position: absolute;
	left: 0px;
}
/* Total Body Water */
.understanding-your-measurements .total-body-water h3::before {background-position: left -1px;}
/* Metabolic Age */
.understanding-your-measurements .metabolic-age h3::before {background-position: -136px -1px;}
/* BMR */
.understanding-your-measurements .basal-metabolic-rate-bmr h3::before {background-position: -272px -1px;}
/* Bone Mass */
.understanding-your-measurements .bone-mass h3::before {background-position: -408px -1px;}
/* Physique Rating */
.understanding-your-measurements .physique-rating h3::before {background-position: -544px -1px;}
/* Muscle Mass */
.understanding-your-measurements .muscle-mass h3::before {background-position: -680px -1px;}
.understanding-your-measurements .lsmi h3::before {background-position: -680px -1px;}
/* Visceral Fat */
.understanding-your-measurements .visceral-fat h3::before {background-position: -816px -1px;}
/* Body Fat % */
.understanding-your-measurements .body-fat-percentage-and-body-fat-mass h3::before {background-position: -952px -1px;}
/* BMI */
.understanding-your-measurements .body-mass-index h3::before {background-position: -1088px -1px;}
/* Muscle Quality */
.understanding-your-measurements h3::before {background-position: -1224px -1px;}
/* Weight */
.understanding-your-measurements .muscle-quality h3::before {background-position: left -200px;}
.understanding-your-measurements .smi h3::before {background-position: left -200px;}
/* segmental-muscle-mass segmental-body-fat-percentages */


/*.sections-page .row-main {
	padding-top: 0px;
	padding: 0; margin: 0;	
}
.sections-page .col-aside {
	display: none;	
}
.sections-page .col-article {
	width: 100%;
	padding: 0; margin: 0;
}*/
@media (max-width: 979px) {
	.understanding-your-measurements table,
	.understanding-your-measurements tbody,
	.understanding-your-measurements td,
	.understanding-your-measurements tr,
	.sections-page .cms-content table,
	.sections-page .cms-content tbody,
	.sections-page .cms-content tr,
	.sections-page .cms-content td {
		display: block;	width: 100%;
	}	
	.understanding-your-measurements h2,
	.sections-page .cms-content h2 {
		font-size: 30px;	
	}
	.understanding-your-measurements h3,
	.sections-page .cms-content h3 {
		font-size: 20px;
	}	
	.understanding-your-measurements section,
	.sections-page .cms-content section {
		padding: 20px;	
	}
	.understanding-your-measurements img,
	.sections-page .cms-content img {
		margin-left: 0px;
	}	
	.understanding-your-measurements h3,
	.sections-page .cms-content h3 {
		padding-left: 0px;	
	}
	.understanding-your-measurements h3::before {
		display: block;	
		position: static;
	}
}

/* table styles */
/* /worldwide/asia/distributors/ */
table.list1 {
	width: 100%;
	margin-bottom: 30px;
}
table.list1 td,
table.list1 th {
	padding: 5px 10px;	
}
table.list1 td {
	border-bottom: 1px solid #d7d7d7;	
}
table.list1 tr:first-child td {
	background-color: #f2f2f2;
}
table.list1 table td,
table.list1 table tr:first-child td {
	background-color: transparent;
	border: 0 none;	
	padding: 0;
}
@media (max-width: 767px) {
	table.list1,
	table.list1 tr,
	table.list1 td,
	table.list1 th,
	table.list1 tbody,
	table.list1 thead {
		display: block;	 border: 0 none; padding: 0 none;
		width: 100%;
	}	
	table.list1 tr {
		border-bottom: 1px solid #d7d7d7;	
	}
}

/* /worldwide/asia/distributors/ */
td.font-12 {
    width: 100px;
	font-size: 12px;
	line-height: 1.3em;
	padding-bottom: 10px;
}
td.font-12 p {
    margin: 0;
}


/* hide view online */
.table-downloads:not(.table-compare) td:nth-child(2) {
	display: none;	
}
.table-downloads:not(.table-compare) td:last-child {
	width: 200px;	
}
.table-downloads:not(.table-compare) td {
	border-bottom: 0 none;	
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table-downloads a {
	display: inline-block;
	font-weight: 300;
	color: #1ca8dd;
	color: #333333;
}
.table-downloads a:hover {
	color: #1ca8dd;	
}
.table-downloads a::before {
	font-family: 'FontAwesome';
	content: '\f1c1';	
	margin-right: 5px;
}
.table-downloads tr:nth-child(even) td:last-child {	
	background-color: #f9f9f9;
	background-color: rgba(28,168,221,0.05);
}
.table-downloads tr:nth-child(odd):not(:first-child) td:last-child {	
	background-color: rgba(28,168,221,0.3);
}
.table-downloads:not(.table-compare) tr:first-child td {
	background-color: #1ca8dd;
	border-bottom: 1px solid #1ca8dd;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;	
}
@media (max-width: 767px) {
	.table-downloads:not(.table-compare) tr:first-child td {
		white-space: normal;	
	}
	.table-downloads a span {
		display: none;	
	}
	.table-downloads:not(.table-compare) td:last-child {
		width: auto;	
	}
	
	
}

.support-research {
	font-size: 14px;
	line-height: 1.9em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;	
}
.support-research p {
	background-color: #f2f2f2;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 3px solid #d7d7d7;
	width: calc(25% - 20px);	
}
.support-research p:empty {
	visibility: hidden;
	background-color: #fff;	
	height: 1px;
	margin: 0;
}
.support-research a,
.support-research a:hover,
.support-research a:focus {
	display: block;	
	color: #1ca8dd;
}
.support-research a::before {
	font-family: 'FontAwesome';
	font-size: 50px;
	content: '\f1c1';		
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #999;
}
.support-research a:hover::before {
	color: #1ca8dd;	
}
@media (max-width: 1199px) {
	.support-research p {
		width: calc(33.3333% - 15px);	
	}	
}
@media (max-width: 979px) {
	.support-research p {
		width: calc(50% - 10px);	
	}	
}
@media (max-width: 767px) {
	.support-research p {
		width: calc(50% - 10px);	
	}	
}
@media (max-width: 479px) {
	.support-research {
		display: block;	
	}
	.support-research p {
		padding: 10px;
		width: 100%;	
		margin: 0;
		text-align: left;
		border-bottom: 1px solid #d7d7d7;		
	}
	.support-research a {
		position: relative;	
	}
	.support-research a::before {
		display: inline-block;
		font-size: 14px;
		color: #1ca8dd;
		padding: 0; margin: 0;	
		margin-right: 5px;
		text-align: left;
	}	
}

/* /body-composition-tracking-charts/ */
.download-charts-table td {
	padding-bottom: 50px;	
}
.download-charts-table td:first-child {
	padding-right: 50px;	
}
.download-charts-table h4 {
	font-weight: 700;
	color: #D39232;	
}
.download-charts-table .btn {
	background-color: #1ca8dd;
	border-color: #1ca8dd;
	border-radius: 0;	
	margin-right: 10px;
	margin-bottom: 10px;
}
.download-charts-table .btn:last-child {
	margin-right: 0px;	
}
@media (max-width: 479px) {
	.download-charts-table td {
		padding-bottom: 0px;	
	}
	.download-charts-table td:first-child {
		padding-right: 30px;	
	}
	.download-charts-table img {
		width: 100px !important;
		height: auto !important;	
	}
}

@media (min-width: 768px) {
	.publications {
		border-top: 1px solid #d7d7d7;	
		margin-top: 20px;
	}	
}
@media (min-width: 980px) {
	.publications td {
		padding: 30px 0;	
		border-bottom: 1px solid #d7d7d7;
	}
	.publications td:first-child {
		padding-right: 30px;
		border-right: 1px solid #d7d7d7;	
	}
	.publications td:last-child { 
		padding-left: 30px;
	}	
}
@media (min-width: 768px) and (max-width: 979px) {
	.publications td {
		padding: 10px 0;	
		border-bottom: 1px solid #d7d7d7;
	}
	.publications td:first-child {
		padding-right: 10px;
		border-right: 1px solid #d7d7d7;	
	}
	.publications td:last-child {
		padding-left: 10px;
	}		
}
@media (max-width: 767px) {
	.publications,
	.publications tbody,
	.publications tr,
	.publications td {
		width: 100%; display: block; clear: both; overflow: hidden;
	}
	.publications td {
		padding-bottom: 10px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 20px;	
	}
}

@media (max-width: 479px) {
	table.product-registration,
	table.product-registration tr,
	table.product-registration tbody,
	table.product-registration td {
		display: block;
		padidng: 0; margin: 0;
		border: 0 none;	
	}
	table.product-registration td {
		padding-bottom: 10px;	
	}
}


.locations {
	display: flex;
	flex-flow: row wrap;	
}
.locations > * {
	width: calc(33.3333% - 30px);
	margin-right: 30px;	
	margin-bottom: 30px;
	background-color: #f2f2f2;
	padding: 30px;
}
@media (max-width: 1199px) {
	.locations > * {
		width: calc(50% - 30px);
	}		
}
@media (max-width: 767px) {
	.locations > * {
		width: 100%;
		margin-right: 0px;
	}		
}
/*** END responsive/sub/common.css ***/

/*** START responsive/sub/directory.css ***/
/* Directory */
.products-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-flex-flow: row wrap;	
	    -ms-flex-flow: row wrap;	
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.dir-no-results {
	display: none;	
}
div[dir-results="0"] .dir-no-results {
	display: block;	
}
.products-list-item {
	width: -webkit-calc(16.6666% - 20px);
	width: -moz-calc(16.6666% - 20px);
	width: calc(16.6666% - 20px);
	background-color: #f2f2f2;
	margin-bottom: 20px;
	position: relative;
	/* x-float: left !for(ie9 ie8); */
	/* display: inline-block !for(ie9 ie8); */
}
.products-list-item:empty {
	visibility: hidden;	
}
.products-list img {
	width: 100%;	
	-webkit-transition: all 0.2s ease-in-out;	
	-moz-transition: all 0.2s ease-in-out;	
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;
}
.products-list-desc {
	padding: 15px;	
}
.products-list-image {
	overflow: hidden;	
}
.products-list-item:hover img {
	-webkit-transform: scale(1.05,1.05);
	   -moz-transform: scale(1.05,1.05);
	    -ms-transform: scale(1.05,1.05);
	     -o-transform: scale(1.05,1.05);
	        transform: scale(1.05,1.05);	
}
.products-list-icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.products-list-price {
	text-align: center;
	font-weight: 700;	
	margin-top: 15px;
	color: #D39232;
}
.products-list-price pre {
	display: none;	
}
.products-list-icons a {
	color: #fff;
	background-color: #1ca8dd;	
	display: inline-block;
	padding: 5px 0;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 23px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
/*.products-list-icons a[href*="thecompetitiveedge"] {
	background-color: #D39232;	
}*/
.products-list-name {
	text-align: center;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 5px;
}
.products-list-name-top {
	padding-bottom: 20px;	
}
.products-list-name-top a {
	background-color: #f2f2f2;
	color: #1ca8dd;
	padding: 10px 15px;		
	padding-right: 50px;

	display: block;
	position: relative;
	font-size: 24px;
	font-weight: 400;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.products-list-name-top a:hover {
	background-color: #e7e7e7;	
}
.products-list-name-top a::after {
	font-family: 'FontAwesome';
	font-size: 24px;
	font-weight: normal;
	content: '\f039';	
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 50px;
	background-color: #e7e7e7;
	color: #fff;
	text-align: center;
	padding-left: 3px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
			flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;	
}
.products-list-name-top a::after {

}
.products-list-name-top,
.products-list-shortdesc {
	display: none;	
}
.products-list-shortdesc {
	font-weight: 300;	
}
.products-list-shortdesc ul {
	padding: 0; margin: 0; list-style-type: none;	
}
.products-list-shortdesc li {
	padding: 0; margin: 0; 
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}
.products-list-shortdesc li:before {
	font-family: 'FontAwesome';
	content: '\f00c';	
	color: #D39232;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* /products/consumer/segmental-body-composition/ */
.products-list-shortdesc img {
	width: auto;
}

.view-block {
	margin-top: 30px;
	padding: 15px 20px;
	background-color: #f2f2f2;
	font-size: 24px;
	font-weight: 300;
}
.view-block span {
	cursor: pointer;
	margin-right: 5px;
}
.view-posterboard {color: #1ca8dd;}
.view-stream {color: #ddd;}
.view-list .view-posterboard {color: #ddd;}
.view-list .view-stream {color: #1ca8dd;}
.view-list .products-list-desc .item-compare-box {display: none;}
.view-list .item-compare-box-fake {display: block;}
@media (max-width: 1399px) {
	.products-list-item {
		width: -webkit-calc(20% - 20px);
		width: -moz-calc(20% - 20px);
		width: calc(20% - 20px);
	}	
}
@media (min-width: 1100px) {
	.products-list-name-top a {
		min-height: 71px;
		vertical-align: middle;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-content: center;
		    -ms-flex-line-pack: center;
		        align-content: center;	
	}	
}
@media (max-width: 1099px) {
	.products-list-item {
		width: -webkit-calc(25% - 20px);
		width: -moz-calc(25% - 20px);
		width: calc(25% - 20px);
	}	
}
@media (max-width: 899px) {
	.products-list-item {
		width: -webkit-calc(33.3333% - 15px);
		width: -moz-calc(33.3333% - 15px);
		width: calc(33.3333% - 15px);
	}	
}
@media (max-width: 599px) {
	.products-list-item {
		width: -webkit-calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: calc(50% - 15px);
	}	
}
@media (max-width: 479px) {
	.products-list-item {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}	
}
@media (max-width: 349px) {
	.products-list {
		display: block;
	}
	.products-list-item {
		width: 100%;	
	}	
}

/* view list */
.view-list .products-list-item {
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	background-color: transparent;
}
.view-list .products-list-image {
	width: 300px;
	float: left;	
	padding-bottom: 10px;
}
.view-list .products-list-item:hover img {
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	     -o-transform: scale(1,1);
	        transform: scale(1,1);
}
.view-list .products-list-shortdesc,
.view-list .products-list-name-top {
	display: block;	
}
.view-list .products-list-name {
	display: none;	
}
.view-list .products-list-shortdesc strong {
	font-weight: 300;	
}
.products-list-shortdesc {
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: calc(100% - 300px);
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	padding-bottom: 50px;
}
.products-list-image .products-list-icons {display: none;}
.view-list .products-list-image .products-list-icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}
.view-list .products-list-desc .products-list-icons {display: none;}
@media (max-width: 1399px) {
	.view-list .products-list-image {
		width: 250px;
		float: left;	
	}
	.products-list-shortdesc {
		width: -webkit-calc(100% - 250px);
		width: -moz-calc(100% - 250px);
		width: calc(100% - 250px);
	}	
}
@media (max-width: 1299px) {
	.view-list .products-list-image {
		width: 200px;
		float: left;	
	}
	.products-list-shortdesc {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
	}	
}
@media (max-width: 979px) {
	.view-list .products-list {
		display: block;	
	}
	.view-list .products-list-item {
		width: 100%;	
		clear: both;
		overflow: hidden;
	}	
	.view-list .products-list-image {
		width: 150px;
		float: left;	
	}
	.products-list-shortdesc {
		width: -webkit-calc(100% - 150px);
		width: -moz-calc(100% - 150px);
		width: calc(100% - 150px);
		font-size: 15px;
		line-height: 1.4em;
	}	
	.products-list-icons a {
		font-size: 18px;
		width: 30px;	
		height: 30px;
		padding: 1px 0px;
	}
}
@media (max-width: 479px) {
	.view-list .products-list-image {
		float: none;	
		width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.view-list .products-list-shortdesc {
		width: 100%;
		float: none;	
	}
}

.inpageCaption {
	font-size: 48px;
	font-weight: 800;	
	text-transform: uppercase;
}


/* =ITEM */

/* item slideshow start */
.item-slideshow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;	
}
#item-slideshow .theatre-actor {
	width: 100%;
	padding-right: 100px;
}
#item-slideshow-buttons {
	margin-right: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;	
	-webkit-box-pack: center;	
	-webkit-justify-content: center;	
	   -moz-box-pack: center;	
	    -ms-flex-pack: center;	
	        justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
#item-slideshow-buttons a {
	cursor: pointer;	
	border: 1px solid #d7d7d7;
	padding: 3px;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#item-slideshow-buttons img {
	opacity: 0.7;	
	-webkit-transition: all 0.2s ease-in-out;	
	-moz-transition: all 0.2s ease-in-out;	
	-o-transition: all 0.2s ease-in-out;	
	transition: all 0.2s ease-in-out;
}
#item-slideshow-buttons a.active {
	border: 1px solid #D39232;	
}
#item-slideshow-buttons a.active img {
	opacity: 1;		
}
@media (max-width: 1399px) {
	.item-slideshow {
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;	
	}
	#item-slideshow-buttons {
		margin-top: 10px;
		-webkit-flex-flow: row nowrap;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;	
	}
	#item-slideshow-buttons a {
		margin-bottom: 0px;
		margin-right: 10px;	
	}
	#item-slideshow-buttons img {
		width: 60px;
		height: 60px;	
	}	
	#item-slideshow .theatre-actor {
		padding-right: 0px;	
	}
}

/* item slideshow end */
.product-detail-price {
	font-size: 30px;
	font-weight: 700;	
	color: #D39232;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tooltip {
	opacity: 1;		
}
.tooltip-inner {
	background-color: #D39232;
	font-size: 14px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #D39232;	
}
/* ui tooltip on filter page */
	.ui-tooltip {
		background: #D39232;
		border: 0 none;
		color: #fff;
		font-size: 14px;
		font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: bold;
		padding: 2px 10px;
	}


.tabContent .table-specifications {
	width: 800px;
	max-width: 100%;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
.tabContent .table-specifications td {
	min-width: 200px;	
}
.detail-short-description {
	font-weight: 300;	
}
.detail-short-description ul {
	list-style-type: none;	
}
.detail-short-description li {
	padding: 0; margin: 0; 
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}
.detail-short-description li:before {
	font-family: 'FontAwesome';
	content: '\f00c';	
	color: #D39232;
	position: absolute;
	left: 0px;
	top: 0px;
}
.detail-heading {
	background-image: url(../data/i/brickwall.png);
}
.buttons {
	margin-top: 20px;
	margin-bottom: 20px;	
}
a.chart-btn,
a.legend-btn,
a.buy-btn,
a.manualButton,
a.brochure-btn,
a.manual-btn {
	background-color: #1ca8dd;
	color: #fff;
	font-weight: 800;
	display: inline-block;	
	padding: 6px 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a.brochure-btn,
a.manual-btn {
	background-color: #fff;
	color: #333333;	
	font-weight: 300;
}
a.chart-btn:before,
a.legend-btn:before,
a.buy-btn:before,
a.manualButton:before {
	font-family: 'FontAwesome';	
	font-weight: normal;
	content: '\f200';
	margin-right: 10px;
}
a.buy-btn {background-color: #D39232;}
a.legend-btn:before {content: '\f05a';}
a.buy-btn:before {content: '\f217';}
a.manualButton:before {content: '\f0c7';}

.item-image-container {
	
}
.item-image-container a {
	width: 575px;
	position: relative;
	float: left;
}
.item-image-container a:after {
	position: absolute;
	left: 30%;
	content: 'Enlarge';	
	bottom: 15px;
	z-index: 1;
	display: inline-block;
	border: 3px solid #1ca8dd;
	border-radius: 30px;
	padding: 3px 30px;
	background-color: #fff;
	font-weight: 400;
}


.BFoverviewScaleText {
	border: 0 none;	
	width: 100%;
	margin-bottom: 30px;
}
.BFoverviewScaleText td {
	border: 0 none;
	border-bottom: 1px solid #d7d7d7;	
	padding: 5px 10px;
}
.BFoverviewScaleText tr:first-child td {
	background-color: #f2f2f2 !important;	
	color: #1ca8dd !important;
	font-weight: bold;
	color: #fff;	
}
@media (max-width: 479px) {
	.BFoverviewScaleText,
	.BFoverviewScaleText tbody,
	.BFoverviewScaleText tr,
	.BFoverviewScaleText td {
		display: block; padding: 0; margin: 0; 
		border: 0 none !important;
		height: auto;
		width: 100%;
		text-align: left;
	}
	.BFoverviewScaleText td div {
		text-align: left;	
	}
	.BFoverviewScaleText td {
		border-bottom: 1px solid #d7d7d7 !important;	
	}
	.BFoverviewScaleText  tr.headerRow {
		display: none;	
	}	
	.BFoverviewScaleText td:before {
		display: block;
		content: attr(header) ': ';	
		font-weight: bold;
		color: #1ca8dd;
	}
}

/* ------------------ =NEW ITEM PAGE START ---------------------- */
.tabs-container .container,
.item-short-desc .container {
	width: 1500px;	
}
.item-header {
	text-align: center;	
}
.item-header h1 {
	color: #333333;	
	padding: 0; margin: 0;
	margin-top: 30px;
	margin-bottom: 10px;
}
.item-header-buttons {
	margin-top: 10px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;	
}
.item-header-buttons a {
	display: inline-block;	
	font-size: 14px;
	font-weight: 700;
	color: #EA4C3A;
	background-color: #f2f2f2;
	text-align: center;
	width: 75px;
	height: 75px;
	padding: 5px;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.item-header-buttons a + a {
	margin: 0;
	margin-left: 15px;	
}
.item-header-buttons a span {
	display: block;	
	padding-top: 5px;
}
.item-header-buttons a.btn-buy {
	background-color: #D39232;
	color: #fff;	
}
.item-header-buttons img {
	width: 33px;
	height: 33px;	
}
@media (max-width: 1399px) {
	.item-header h1 {
		font-size: 36px;	
	}	
}
@media (max-width: 1199px) {
	.item-header h1 {
		font-size: 32px;	
	}	
}
@media (max-width: 979px) {
	.item-header h1 {
		font-size: 28px;	
	}	
}
@media (max-width: 767px) {
	.item-header h1 {
		font-size: 24px;	
	}	
}
@media (max-width: 479px) {
	.item-header h1 {
		font-size: 22px;	
	}	
}
@media (min-width: 768px) {
	.row-item-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;	
		-webkit-box-align: end;	
		-webkit-align-items: flex-end;	
		   -moz-box-align: end;	
		    -ms-flex-align: end;	
		        align-items: flex-end;
	}	
	.row-item-header > div {
		width: 50%;	
		/* float: left !for(ie9 ie8); */
	}
	.row-item-header > div:first-child {
		-webkit-align-self: center;
		    -ms-flex-item-align: center;
		        align-self: center;	
	}
}
@media (min-width: 768px) and (max-width: 1399px) {
	.row-item-header > div:first-child {
		width: 40%;	
	}
	.row-item-header > div:last-child {
		width: 60%;	
	}		
}
@media (max-width: 767px) {
	.row-item-header > div:last-child {
		display: none;	
	}	
}
@media (max-width: 479px) {
	.item-header-buttons a {
		height: 70px;
		width: 70px;
		font-size: 12px;	
		padding: 5px;
	}	
	.item-header-buttons img {
		width: 32px;
		height: 32px;	
	}
	.item-header-buttons a + a {
		margin-left: 5px;	
		margin-bottom: 5px;
	}
}
.item-short-desc {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 70px;
	text-shadow: 1px 1px 0px #000;
	background-image: 
		url(../data/i/short-desc-bg-right.png),
		url(../data/i/short-desc-bg.jpg);
	background-position: 
		right center,
		left center;
	background-repeat: 
		repeat-y,
		repeat-x;
	padding-top: 100px;
	padding-bottom: 100px;
}
.item-short-desc-container {

}
.item-short-desc strong,
.item-short-desc span,
.item-short-desc b {
	font-weight: 300;	
	color: #fff !important;
}
.item-short-desc h2 {
	font-size: 36px;
	font-weight: 800;	
	margin-bottom: 20px;
	margin-top: 0px;
}
.item-short-desc ul {
	padding: 0; margin: 0; list-style-type: none;	
}
.item-short-desc li,
.item-short-desc p {
	padding: 0; margin: 0;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px !important;
	background-color: transparent !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	font-family: inherit !important;
}
.item-short-desc li:before,
.item-short-desc p:not(:only-child):before {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f00c';
	color: #D39232;	
	left: 0;
	top: 0;
}
.item-short-desc p:empty {
	display: none;	
}

@media (max-width: 1199px) {
	.item-short-desc h2	{
		font-size: 32px;	
	}
	.item-short-desc {
		font-size: 18px;	
		background-position: 
			right center,
			-100px center;	
	}
	.item-short-desc li,
	.item-short-desc p {
		padding-left: 25px;
	}		
	
}
@media (max-width: 979px) {
	.item-short-desc h2	{
		font-size: 26px;	
		margin-bottom: 15px;		
	}
	.item-short-desc {
		font-size: 16px;
		background-image: url(../data/i/short-desc-bg.jpg);	
		background-position: left center;
		background-repeat: no-repeat;
		padding-top: 80px;
		padding-bottom: 80px;
	}	
	.item-short-desc li,
	.item-short-desc p {
		margin-bottom: 10px !important;
	}	
}
@media (max-width: 767px) {	
	.item-short-desc {
		padding-top: 50px;
		padding-bottom: 50px;		
	}
	.item-short-desc li,
	.item-short-desc p {
		padding-left: 20px;		
	}
	.item-short-desc-container {
		padding: 0 30px;
	}		
}
@media (max-width: 479px) {
	.item-short-desc h2	{
		font-size: 24px;	
		margin-bottom: 10px;		
	}
	.item-short-desc {
		font-size: 15px;	
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.item-short-desc-container {
		padding: 0 15px;
	}		
}
#tabs > ul {
	list-style-type: none;
	padding: 0; 
	margin: 0;
	padding-left: 3px;
	/* fix tabs */
	/* margin-bottom: 8px !for(firefox); */
}
#tabs > ul > li {
	padding: 0; margin: 0;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
#tabs > ul > li > a {
	display: block;
	background-volor: #fff;
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	        box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	position: relative;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #333333;
	font-size: 19px;
	font-weight: 300;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif1;
}
#tabs > ul > li > a:after {
	position: absolute;	
	right: -30px;
	/* right: -29px !for(ie edge); */
	top: 0px;
	
	width: 30px;
	height: 40px;
	content: '';
	background-image: url(../data/i/tabs-angle-white.png);
	background-repeat: no-repeat;
}
#tabs > ul > li > a:before {
	position: absolute;	
	left: -30px;
	/* left: -29px !for(ie edge); */
	top: 0px;
	width: 30px;
	height: 40px;
	content: '';
	background-image: url(../data/i/tabs-angle-white.png);
	background-repeat: no-repeat;
	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	     -o-transform: scaleX(-1);
	        transform: scaleX(-1);
}
#tabs > ul > li > a.active {
	background-color: #D39232;	
	color: #fff;
}
#tabs > ul > li > a.active:after,
#tabs > ul > li > a.active:before {
	background-image: url(../data/i/tabs-angle-gold.png);
}
#tabs > ul > li > a.active:after {
	z-index: 1;	
}
.tabContent {
	border-top: 3px solid #D39232;
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 50px;
	/* margin-top: -9px !for(firefox ie11 ie10 ie9);	 */
}
@media (max-width: 979px) {
	#tabs > ul {
		padding-left: 8px;	
	}
	#tabs > ul > li {
		padding-left: 15px;
		padding-right: 15px;		
	}
	#tabs > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 18px;
	}	
}
@media (max-width: 767px) {
	#tabs > ul > li > a {
		font-size: 16px;
	}	
}
@media (max-width: 479px) {
	#tabs > ul > li {
		display: block;	
		margin-bottom: 10px;
	}	
	#tabs > ul > li > a {
		text-align: center;	
		font-size: 15px;
	}
	.tabContent {
		margin-top: 10px;	
	}
}
/* ------------------ =NEW ITEM PAGE END ---------------------- */

.row-filtered .view-block {
	margin-bottom: 30px;	
}
.col-filter {
	width: 400px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.col-filter form {
	background-color: #f2f2f2;		
	padding: 15px;
}
.col-filter h3 {
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0px 0 5px; 
	margin: 0;	
}
.col-filter h4 {
	color: #D39232;
	padding: 0; margin: 0;
	margin-bottom: 10px;
}
.col-filtered {
	width: -webkit-calc(100% - 400px);
	width: -moz-calc(100% - 400px);
	width: calc(100% - 400px);	
}
.row-filtered .products-list-item {
	width: -webkit-calc(20% - 15px);
	width: -moz-calc(20% - 15px);
	width: calc(20% - 15px);	
}
.view-list .row-filtered .products-list-item {
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px);		
}
@media (max-width: 1599px) {
	.row-filtered .products-list-item {
		width: -webkit-calc(25% - 15px);
		width: -moz-calc(25% - 15px);
		width: calc(25% - 15px);	
	}	
	.view-list .row-filtered .products-list-image {
		width: 200px;
		float: left;	
	}
	.row-filtered .products-list-shortdesc {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
	}	
}
@media (max-width: 1399px) {
	.row-filtered .products-list-item {
		width: -webkit-calc(33.3333% - 15px);
		width: -moz-calc(33.3333% - 15px);
		width: calc(33.3333% - 15px);	
	}
	.view-list .row-filtered .products-list-item {
		width: 100%;	
	}	
}
@media (max-width: 1199px) {
	.row-filtered .products-list-item {
		width: -webkit-calc(33.3333% - 10px);
		width: -moz-calc(33.3333% - 10px);
		width: calc(33.3333% - 10px);	
	}	
}
@media (max-width: 979px) {
	.row-filtered .products-list-item {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);	
	}
	.col-filter {
		width: 300px;	
	}	
	.col-filtered {
		width: -webkit-calc(100% - 300px);
		width: -moz-calc(100% - 300px);
		width: calc(100% - 300px);	
	}	
}
@media (max-width: 767px) {
	.col-filter,
	.col-filtered {
		width: 100%;
	}
	.row-filtered .products-list-item {
		width: -webkit-calc(33.3333% - 10px);
		width: -moz-calc(33.3333% - 10px);
		width: calc(33.3333% - 10px);	
	}	
}
@media (max-width: 479px) {
	.row-filtered .products-list-item {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);	
	}	
}
@media (max-width: 349px) {
	.row-filtered .products-list-item {
		width: 100%;	
	}		
}

.dir-dynamic-search select {
	border: 1px solid #d7d7d7;
	width: 100%;	
	padding: 4px;
}
 
/* =SLIDER */
.slider-container,
.checkboxes-container {
	clear: both;
	overflow: hidden;	
	background-color: #f2f2f2;
	padding: 0px 0px 30px;
}
.slider-container label {
	font-weight: normal;	
	font-size: 20px;
	color: #D39232;
}
.slider-container table,
.slider-container tbody,
.slider-container tr,
.slider-container td {
	display: block;	
}
.slider-container table {
	position: relative;	
	padding-top: 40px;
}
.slider-container td:first-child,
.slider-container td:last-child {
	position: absolute;
	top: 0px;	
}
.slider-container td:first-child {
	left: 0px;
}
.slider-container td:last-child {
	right: 0px;
}
.slider-container td:nth-child(2) {
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 5px;
}
.slider-container .ui-slider .ui-slider-range {
	background-color: #1ca8dd;
	background-image: none;
}
.slider-container input[type="text"] {
	width: 45px;	
	border: 0 none;
	background-color: transparent;
	border: 1px solid transparent;	
}
.slider-container td:first-child:before {
	content: 'From: ';	
}
.slider-container td:last-child:before {
	content: 'To: ';	
}
.slider-container td:first-child input[type="text"] {
	text-align: left;	
}
.slider-container td:last-child input[type="text"] {
	text-align: right;	
}
.slider-container input[type="text"]:focus {
	background-color: #fff;	
	border: 1px solid #d7d7d7;	
}
.slider-container .ui-slider .ui-slider-handle {
	cursor: pointer;	
}
/*.slider-container td:first-child,
.slider-container td:last-child {
	width: 30px;	
}
.slider-container td:first-child {
	padding-right: 5px;	
}
.slider-container td:last-child {
	padding-left: 25px;	
}
.slider-container input[type="text"] {
	width: 45px;	
	border: 0 none;
	background-color: transparent;
	border: 1px solid transparent;
}
.slider-container input[type="text"]:focus {
	background-color: #fff;	
	border: 1px solid #d7d7d7;	
}
.slider-container .ui-slider-handle {
	width: 45px;	
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	padding-left: 7px;
	height: 21px;
	top: -5px;
	line-height: 1.9em;
}
.slider-container .ui-slider-handle:before {
	content: 'From';	
}
.slider-container .ui-slider-handle + .ui-slider-handle {
	width: 30px;	
}
.slider-container .ui-slider-handle + .ui-slider-handle:before {
	content: 'To';	
}
.slider-container .ui-slider-range + .ui-slider-handle[style*="100"]  {
    right: 7px !important;
    left: auto !important;
}
.slider-container .ui-slider-handle[style="0%"] + .ui-slider-handle  {
	left: 25px !important;
	right: auto !important;
}
.slider-container .ui-slider-handle:hover,
.slider-container .ui-slider-handle.ui-state-focus {
	border: 1px solid #d7d7d7;	
	background-image: none;
	background-color: #f2f2f2;
}
.slider-container .ui-slider-horizontal .ui-slider-range {
	background-color: #1ca8dd;
	background-image: none;
}

@media (max-width: 1024px) {
	.slider-container td:nth-child(2) {
		/* display: none !for(ipad); */
	}
	.slider-container td:last-child {
		/* padding-left: 5px !for(ipad);	 */
	}
	.slider-container td:first-child:before {
		/* content: 'From: ' !for(ipad); */
	}
	.slider-container td:last-child:before {
		/* content: 'To: ' !for(ipad); */
	}
	.slider-container input[type="text"] {
		/* background-color: #fff !for(ipad); */
		/* border: 1px solid #d7d7d7 !for(ipad); */
		/* width: 60px !for(ipad); */
		/* text-align: center !for(ipad); */
	}
}
*/
@media (max-width: 979px) {
	.slider-container td:nth-child(2) {
		display: none;
	}
	.slider-container td:last-child {
		padding-left: 5px;	
	}
	.slider-container td:first-child:before {
		content: 'From: ';
	}
	.slider-container td:last-child:before {
		content: 'To: ';
	}
	.slider-container input[type="text"] {
		background-color: #fff;
		border: 1px solid #d7d7d7;
		width: 60px;
		text-align: center;
	}
}


/* custom checkbox style */
.checkbox-container select {
	display: none;	
}
.checkbox-container label {
	font-weight: normal;	
	cursor: pointer;
	margin-left: 3px;
}
.checkbox-container:last-child label {
	margin-bottom: 0px;	
}
.checkbox-container label:before {
	font-family: 'FontAwesome';	
	content: '\f096';
	margin-right: 5px;
}
.checkbox-container input[type="checkbox"] {
	display: none;	
}
.checkbox-container input[type="checkbox"]:checked ~ label:before {
	content: '\f046';
	margin-right: 3px;	
}
@media (max-width: 767px) {
	.checkboxes-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;	
	}
	.checkbox-container {
		margin-right: 15px;
		width: -webkit-calc(33.3333% - 15px);	
		width: -moz-calc(33.3333% - 15px);	
		width: calc(33.3333% - 15px);
	}	
}
@media (max-width: 599px) {
	.checkbox-container {
		margin-right: 15px;
		display: inline-block;	
		width: -webkit-calc(50% - 15px);	
		width: -moz-calc(50% - 15px);	
		width: calc(50% - 15px);
	}
}
@media (max-width: 399px) {
	.checkboxes-container {
		display: block;
	}
	.checkbox-container {
		width: 100%;
		margin-right: 0px;	
	}
}
/*** END responsive/sub/directory.css ***/

/*** START responsive/sub/compare.css ***/
/* Compare */
#page231 body > .container {
	padding: 0 30px;
}
#page231 .col-aside {
	display: none;	
}
#page231 .col-article {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 1199px) {
	#page231 article .container {
		padding: 0 15px;	
	}
}
.label-checked,
.btn-compare-selected {
	display: none;
}
.item-compare-box,
.item-compare-box-fake {
	text-align: center;	
	margin-top: 10px;
}
.item-compare-box-fake {
	display: none;	
}
.item-compare-box input[type="checkbox"],
.item-compare-box-fake input[type="checkbox"] {
	display: inline-block;	
	margin-top: 0px;
}
.item-compare-box label,
.item-compare-box-fake label {
	font-weight: normal; 
	margin-top: 0px;
	margin-bottom: 0px;	
	cursor: pointer;	
}
.compare-active .item-compare-box label.label-checked,
.compare-active .item-compare-box-fake label.label-checked {
	display: inline-block;
	color: #1ca8dd;	
}
.compare-active .item-compare-box label.label-unchecked,
.compare-active .item-compare-box-fake label.label-unchecked {
	display: none;	
}
input.btn-compare-selected,
input.btn-compare-selected:hover,
input.btn-compare-selected:focus {
	background-image: url(../data/i/fa-scale.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	font-size: 24px;
	font-weight: 300;
	padding: 6px 20px 6px 60px;
	background-color: #D39232;
	border-color: #D39232;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	margin-bottom: 30px;
}
input.btn-compare-selected:hover {
	background-color: #D39232;
	border-color: #D39232;	
}
/* tooltip */
.item .fa {
	cursor: pointer;	
}
div.et.dark {
	border-radius: 0;
	border: 0 none;	
	background-color: #6ba721;
	background-color: rgba(85,145,10,0.90);
	opacity: 1;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	max-width: 250px;
}
div.et.dark:before,
div.et.dark:after {
	border: 0 none;
}
.et .etClose {
	display: none !important;	
}

/* =COMPARE */

.table-compare thead tr:first-child th {
	text-align: center;	
	font-weight: bold;
}
.table-compare tr:first-child th:first-child {
	text-align: left;	
}
.comparison-table:not(.no-left-th) tr > *:first-child {

}
.table-compare th, 
.table-compare td {
	padding: 5px;	
	font-weight: 300;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333333;
	max-width: 250px;
	
	/* fix ipad portrait issue */
	white-space: normal !important;
}


.table-compare th {
	background-color: #f2f2f2;
	font-weight: normal;
	vertical-align: middle;	
}
.table-compare td {
	text-align: center;	
	vertical-align: middle;
}
.table-compare td ul {
	list-style-type: none; 
	padding: 0;
	margin: 0;	
}
.table-compare td li {
	padding: 0; margin: 0;	
}

.table-responsive {
	overflow-x: scroll;
	overflow-y: hidden;	
}
@media (max-width: 979px) {
	.table-compare {
		font-size: 14px;	
	}	
}
@media (max-width: 479px) {
	.table-compare {
		font-size: 12px;	
	}	
}
@media (min-width: 480px) {
	.table-compare tr:hover td {
		background-color: #f2f2f2;	
	}
	.table-compare tr:hover th {
		background-color: #dfdfdf;	
		border-color: #dfdfdf;
	}
	
	/* add horizontal line */
	.table-compare th, 
	.table-compare td {
		border-top: 1px solid #c7c7c7;
	}	
	.table-compare tbody > tr > th.split-cell-duplicate {	
		border-top: 0 none;	
	}
	.table-compare tbody > tr > th.split-cell-empty {
		border-top: 1px solid #c7c7c7;	
	}
	.table-compare tbody > tr > th.split-cell-header + th.split-cell-with-hidden {
		border-top: 1px solid #c7c7c7;	
	}	
	
	/* add vertical line taskId.16803427 */
	.table-compare th, 
	.table-compare td {
		border-left: 1px solid #c7c7c7;
	}	
	.table-compare th:first-child {
		border-left: 0 none;
	}
	.table-compare th.split-cell-empty, .table-compare td.split-cell-empty,
	.table-compare th:empty, .table-compare td:empty {
		border-left: 0 none;
	}	
}
@media (max-width: 767px) {

	.table-responsive > .table > thead > tr > th, 
	.table-responsive > .table > tbody > tr > th, 
	.table-responsive > .table > tfoot > tr > th, 
	.table-responsive > .table > thead > tr > td, 
	.table-responsive > .table > tbody > tr > td, 
	.table-responsive > .table > tfoot > tr > td {
		white-space: inherit;
	}		
}
@media (min-width: 480px) and (max-width: 767px) {
	.table-responsive {
		height: 100%;
		overflow: scroll;
		width: 100%;		
	}
}
@media (max-width: 479px) {
	.table-compare,
	.table-compare tbody,
	.table-compare tr,
	.table-compare td,
	.table-compare th {
		display: block;	
		width: 100%;
		max-width: none;
	}
	.table-compare thead {
		display: none;	
	}
	.table-compare td,
	.table-compare th {
		border: 0 none;	
	}
	.table-compare th:nth-child(2),
	.table-compare th:nth-child(3) {
		font-size: 14px;	
		padding-top: 0px;
		padding-left: 25px;
	}
	.table-compare th:nth-child(2):before,
	.table-compare th:nth-child(3):before {
		content: '- ';	
	}
	.table-compare th:nth-child(2):empty,
	.table-compare th:nth-child(3):empty {
		padding: 0;
	}
	.table-compare th:nth-child(2):empty:before,
	.table-compare th:nth-child(3):empty:before {
		content: '';	
	}
	.table-compare.table > tbody > tr > td, 
	.table-compare.table > tbody > tr > th, 
	.table-compare.table > tfoot > tr > td, 
	.table-compare.table > tfoot > tr > th, 
	.table-compare.table > thead > tr > td, 
	.table-compare.table > thead > tr > th {
		border: 0 none;	
	}
	.table-compare td:before {
		content: attr(header)':';			
		font-weight: bold;
		display: block;
		text-align: left;
		color: #333333;
		font-weight: normal;
	}
	.tabContent .table-compare td:before {
		content: '';
	}
	
	
	.table-compare th {
		background-color: #fff;
		border-top: 0 none;
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 1.2em;
		font-weight: bold;
	}
	.table-compare td {
		padding-top: 3px;
	}
	.table-compare th.split-cell-duplicate .hidden {
		display: block !important;
		visibility: visible !important;
	}
	.table-compare th.split-cell-duplicate {
		background-color: #efefef;
	}

	/* rewrite comparison styles */
	.comparison-table:not(.no-left-th) .table-compare tr > *:not(:first-child) {
		margin-left: 0px;
	}
	.table-compare th.split-cell-header {
		background-color: #efefef;
	}


}

@media (min-width: 980px) {
	.comparison-table,
	.tabContent .table-responsive {
		overflow-x: auto;	
	}
	
}

a.btn-remove,
a.btn-back {
	color: crimson;	
	color: #FF3F17;
	cursor: pointer;
}
a.btn-back {
	color: #1ca8dd;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;	
}
a.btn-remove:before,
a.btn-back:before {
	content: '\f00d';
	margin-right: 5px;
	font-family: 'FontAwesome';
}
a.btn-back:before {
	content: '\f100';	
}

.table-compare span[value="Yes"],
.table-compare span[value="No"],
.table-compare span.checkboxChecked,
.table-compare span.checkboxUnchecked {
	color: transparent;
	width: 0px;
	display: inline-block;	
}
.table-compare span[value="Yes"]:before,
.table-compare span[value="No"]:before,
.table-compare span.checkboxChecked:before,
.table-compare span.checkboxUnchecked:before {
	content: '\f00c';
	font-family: 'FontAwesome';	
	color: seagreen;
	color: #14E662;
	margin-left: -7px;
}
.table-compare span[value="No"]:before,
.table-compare span.checkboxUnchecked:before {
	content: '\f00d';
	color: crimson;
	color: #FF3F17;
}
/*** END responsive/sub/compare.css ***/

/*** START responsive/sub/downloads.css ***/
/* Downloads */
.downloads-home-container,
.downloadsList {
	width: 1200px;	
	max-width: 100%;
}
.grey-box {
	padding: 15px;
	background-color: #f2f2f2;	
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.downloadsList {
	margin-bottom: 30px;	
}
.downloadsList > h3 {
	margin: 0;
	margin-top: 10px;	
}
.downloadsList > h3 a {
	background-color: #f2f2f2;
	padding: 10px 15px;
	padding-right: 40px;
	display: block;
	color: #333333;
	font-weight: 300;
	position: relative;
}

.downloadsList > h3 a:hover {
	color: #1ca8dd;	
}

.downloadsList > h3 a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	top: 10px;
	right: 15px;		
}
.downloadsList > h3 a.dOpen:after {
	content: '\f107';		
}
.toggler {
	border: 1px solid #d7d7d7;	
	border-top: 0 none;
	padding: 15px;
	display: none;
}
.toggler h3 {
	margin: 0;	
	margin-top: 15px;
}
.toggler h3:first-child {
	margin-top: 0px;	
}
.toggler h3 a {
	border: 1px solid #d7d7d7;	
	padding: 10px 15px;
	display: block;
	font-size: 18px;
	font-weight: 300;
	color: #333333;
}
.toggler h3 a:hover {
	color: #1ca8dd;	
}
.toggler h3 a.dOpen {
	background-color: #f2f2f2;	
}
.toggler h3 a:before {
	font-family: 'FontAwesome';
	content: '\f019';		
	margin-right: 15px;
}
@media (max-width: 767px) {
	.content-table,
	.content-table > tbody,
	.content-table > tbody > tr,
	.content-table > tbody > tr > td {
		display: block;
		padding: 0;
		margin: 0;
	}
	.content-table > tbody > tr > td {
		padding-bottom: 10px;	
	}	
}
@media (min-width: 480px) {
	.toggler .formerTable {
		display: table;	
		width: 100%;
		border: 1px solid #d7d7d7;
	}
	.toggler .formerTable .row {
		display: table-row;	
	}
	.toggler .formerTable .row > div {
		border-top: 1px solid #d7d7d7;
		display: table-cell;
		padding: 5px 10px;	
	}
	.toggler .formerTable .row > div:last-child {
		text-align: center;	
	}
	.toggler .formerTable .row:first-child > div {
		background-color: #D39232;	
		color: #fff;
		font-weight: bold;
	}	
}
@media (max-width: 479px) {
	.toggler .formerTable .row:first-child {
		display: none;	
	}	
	.toggler .formerTable .row {
		border-bottom: 1px solid #d7d7d7;	
	}
	.toggler .formerTable .row > div {
		text-align: center;	
	}
	.toggler .formerTable .row > div:empty {
		display: none;	
	}
}

/* /software/ */
.downloadItemGroup .ui-accordion-header {
	background-image: none;	
	background-color: #f2f2f2;
	padding: 10px 15px;
	border-radius: 0;
}
#downloadItemGroup .ui-accordion-header a {
	padding: 0;	
	font-size: 24px;
	font-weight: 300;
}
#downloadItemGroup .ui-accordion-header a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin-right: 10px;	
}
#downloadItemGroup .ui-state-active a:before {
	content: '\f107';		
}
#downloadItemGroup .ui-accordion-content {
	background-image: none;	
}
.downloadItem h3 {
	font-size: 16px;	
}
.donwloadItemLink {
	background-color: #1ca8dd;
	background-image: none;
	font-size: 16px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #fff;
	border-radius: 0;
	padding: 6px 12px;	
	width: auto;
	height: auto;
	display: inline-block;
	white-space: nowrap;
}
.donwloadItemLink:before {
	font-family: 'FontAwesome';
	content: '\f019';	
	margin-right: 10px;	
}
.donwloadItemLink span  {
	height: auto;
	background-image: none;
	padding: 0; margin: 0;	
	display: inline;
}
.downloadItem {
	margin: 0;
	padding-top: 10px;
	poadding-bottom: 10px;
}
/*** END responsive/sub/downloads.css ***/

/*** START responsive/sub/blog-master.css ***/
/* --------------------------------------------------------------------- */
/* ------------------------- Blog Master START ------------------------- */
/* --------------------------------------------------------------------- */
/* Blog Master */

/* rewrite original */
.blog-post .readMore,
.breadcrumb .divider {display: none;}

/* fix wordpress import */
.blog-post-body:empty,
.blog-post-body br:only-child {
	display: none;	
}

/* blog message */
.blogMessages {
	border-bottom: 2px solid rgba(138,34,34,0.7);
	padding: 10px;
	text-align: center;
	color: firebrick;
	background-color: rgba(138,34,34,0.1);
	margin-bottom: 20px;
}
.blogMessages p {
	margin: 0;	
}
.ipop-blog-messages.iPopBlock.styled .iPopBox {
	border: 0 none;
	padding: 0;	
}
.ipop-blog-messages .blogMessages {
	margin: 0;	
}

/* blog basic layout */
.col-blog-aside {
	width: 300px;	
}
.col-blog-article {
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: calc(100% - 300px);	
}
.side-box {
	background-color: #f2f2f2;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.col-blog-article,
	.col-blog-aside {
		width: 100%; 
		float: none;	
	}	
	.col-blog-aside > div {
		margin-bottom: 20px;	
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.col-blog-aside {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
				column-gap: 20px;
-webkit-column-break-inside: avoid;
		  page-break-inside: avoid;
			   break-inside: avoid;
		-webkit-column-fill: balance;
		   -moz-column-fill: balance;
				column-fill: balance;
	}
	.col-blog-aside > div {
		-webkit-column-break-inside: avoid;
		break-inside: avoid-column;
		page-break-inside: avoid;
	}	
}

/* blog sidebar */
.side-box h3 {
	margin: 0;	
	padding: 10px 15px;
	color: #444;
	border-bottom: 1px solid #d7d7d7;
}
.side-box h3 + div {
	padding: 10px 15px;	
}
.side-box a {
	color: #444;	
	padding: 0; margin: 0;
	display: block;
}
.side-box input[type="email"] {
	border: 1px solid #ccc;	
	height: auto;
	padding: 6px 12px;
	margin-bottom: 10px;
	width: 100%;
}
.side-box .CommentsBody {
	border-left: 0 none;
	padding-left: 0;	
}
.side-box .CommentsItem:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.side-box .blogAuthor {
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;	
}


/* blog tag cloud */
#blogTagCloud {text-align: center;}
#blogTagCloud .blogTag {display: inline-block; padding-right: 5px; padding-bottom: 5px;}
#blogTagCloud .blogTag a {width: auto; padding: 0; border: 0 none; display: inline;}
#blogTagCloud .pop15 a {font-size: 180%;}
#blogTagCloud .pop14 a {font-size: 170%;}
#blogTagCloud .pop13 a {font-size: 160%;}
#blogTagCloud .pop12 a {font-size: 155%;}
#blogTagCloud .pop11 a {font-size: 150%;}
#blogTagCloud .pop10 a {font-size: 145%;}
#blogTagCloud .pop9 a {font-size: 140%;}
#blogTagCloud .pop8 a {font-size: 135%;}
#blogTagCloud .pop7 a {font-size: 130%;}
#blogTagCloud .pop6 a {font-size: 125%;}
#blogTagCloud .pop5 a {font-size: 120%;}
#blogTagCloud .pop4 a {font-size: 115%;}
#blogTagCloud .pos3 a {font-size: 110%;}
#blogTagCloud .pop2 a {font-size: 105%;}
#blogTagCloud .pop1 a {font-size: 100%;}

/* blog archive */
.blogArchiveYear span {cursor: pointer;}
.blogArchiveYear span:hover {text-decoration: underline;}
.blogArchiveItem {padding-left: 10px;}

/* list of posts */
h2.blog-extra-title {
	margin-bottom: 25px;	
}
.blog-content-date-formatted,
.author-thumb-small,
.placeholder-image,
.blog-post-thumb {
	display: none;	
}

.blog-post {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;	
	clear: both;
	overflow: hidden;
}
.blog-post-empty,
.view-card .blog-posts-container .blog-post.blog-post-empty {
	visibility: hidden;
	padding: 0;	
	margin: 0;
	border: 0 none;
}
.blog-post h3 {
	padding: 0; margin: 0;
}
.blog-post-heading {
	color: #999;	
}
.blog-post-image {
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog-post-footer {
	margin-top: 10px;	
}
.blog-read-more-links {
	margin-top: 5px;	
	display: -webkit-box;	
	display: -webkit-flex;	
	display: -moz-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.blog-read-more-links a {
	white-space: nowrap;	
}
.comments-count:before {
	content: '(';	
}
.comments-count:after {
	content: ')';	
}
.blog-content-tags {
	color: #999;
}
.blog-content-tags a {
	color: #999;	
}
.blog-read-more {
	white-space: nowrap;
}
.blog-view-switcher {
	background-color: #f2f2f2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.blog-view-switcher span {
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	background-color: transparent;
	text-align: center;
	white-space: nowrap;	
}
.view-card .blog-view-switcher span.layout-card,
.view-article .blog-view-switcher span.layout-article,
.view-thumbs .blog-view-switcher span.layout-thumbs,
.view-card .blog-view-switcher span.layout-card,
.view-list .blog-view-switcher span.layout-list,
.view-newspaper .blog-view-switcher span.layout-newspaper,
.view-author .blog-view-switcher span.layout-author,
.view-photo .blog-view-switcher span.layout-photo,
.view-board .blog-view-switcher span.layout-board {
	background-color: #fff;	
	cursor: text;
}
.blog-view-switcher label {
	font-weight: normal; display: inline; padding: 0; margin: 0; cursor: pointer;
}
.view-card .blog-view-switcher span.layout-card label,
.view-article .blog-view-switcher span.layout-article label,
.view-thumbs .blog-view-switcher span.layout-thumbs label,
.view-card .blog-view-switcher span.layout-card label,
.view-list .blog-view-switcher span.layout-list label,
.view-newspaper .blog-view-switcher span.layout-newspaper label,
.view-author .blog-view-switcher span.layout-author label,
.view-photo .blog-view-switcher span.layout-photo label,
.view-board .blog-view-switcher span.layout-board label {
	cursor: text;
}
.blog-view-switcher span.layout-fullwidth,
.blog-view-switcher span.layout-fullwidth-off {
	margin-left: auto;
}
.blog-view-switcher span.layout-fullwidth-off {
	display: none;
}
.blog-fullwidth .blog-view-switcher span.layout-fullwidth {
	display: none;	
}
.blog-fullwidth .blog-view-switcher span.layout-fullwidth-off {
	display: block;	
}
@media (max-width: 1199px) {
	body:not(.blog-fullwidth) .blog-view-switcher label {
		display: none;	
	}	
	body:not(.blog-fullwidth) .blog-view-switcher span {
		padding: 10px 15px;
		padding-right: 10px;	
		font-size: 18px;
	}	
}
@media (max-width: 979px) {
	.blog-view-switcher label {
		display: none;	
	}	
	.blog-view-switcher span {
		padding: 10px 15px;
		padding-right: 10px;	
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.blog-fullwidth .blog-view-switcher span.layout-fullwidth-off,
	.blog-view-switcher span.layout-fullwidth {
		display: none;	
	}
}
@media (max-width: 479px) {
	.blog-view-switcher span,
	body:not(.blog-fullwidth) .blog-view-switcher span {
		padding: 5px 10px;
		padding-right: 5px;
	}		
}

/* author */
.spacer-image {
	display: none;	
}
/* author description */
.row-author-description {
	margin-top: 150px;
	overflow: visible;
	padding: 1px;	
	border: 1px solid #d7d7d7;
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	margin-bottom: 30px;
}
.row-author-description > a,
.row-author-description > img {
	margin-top: -100px;
	margin-right: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: block;		
	position: relative;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	        box-shadow: 0 0 1px rgba(0,0,0,0.5);
	width: 170px;
}
.row-author-description img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;	
	width: 150px;
}
.row-author-description > a:before {
	position: absolute;
	content: '';	
}
.row-author-description > div {
	float: none;
	text-align: center;	
}
.row-author-description h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px 30px;
}
.row-author-description h4 {
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px 30px;
}
.author-long-desc {
	padding: 20px 30px;
}

/* card layout */
.view-card .blog-posts-container  {
	font-size: small;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.view-card .blog-posts-container .blog-post {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border: 0 none;	
	background-color: #f2f2f2;
	border-bottom: 3px solid #d7d7d7;
	width: -webkit-calc(33.3333% - 15px);
	width: -moz-calc(33.3333% - 15px);
	width: calc(33.3333% - 15px);	
	display: -webkit-box;	
	display: -webkit-flex;	
	display: -moz-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
}
.view-card .blog-posts-container .blog-post-heading-container {
	/* overflow: hidden !for(ie); */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-flex-flow: column nowrap;	
	    -ms-flex-flow: column nowrap;	
	        flex-flow: column nowrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;	
}
.view-card .blog-posts-container .blog-post-image {
	/* overflow: hidden !for(ie); */
	margin: 0;	
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;	
	/* /* max-height: 150px !for(ie11 ie10);	 */
 */
	/* /* overflow: hidden !for(ie11 ie10); */
 */
	/* /* margin-bottom: 10px !for(ie11 ie10);			 */
 */
}
.view-card .blog-posts-container h3 {
	/* width: 100% !for(ie); */
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	   -moz-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;	
}
.view-card .blog-posts-container .blog-post-heading {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	   -moz-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;	
}
.view-card .blog-posts-container .blog-post-image img {
	margin: 0 0 10px;	
	/* /* height: auto !for(ie11 ie10); */
 */
	/* /* width: 100% !for(ie11 ie10); */
 */
}
.view-card .blog-posts-container a {
	color: #333;	
}
.view-card .blog-posts-container .blog-content-tags a {
	color: #999;	
}
.view-card .blog-posts-container .blog-post-body {
	display: none;	
}
.view-card .blog-posts-container h3 {
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;	
}
.view-card .blog-posts-container .blog-post-without-image h3 {
	margin-top: 10px;	
}
.view-card .blog-posts-container h3 a {
	text-decoration: none;
}
.view-card .blog-posts-container .blog-post-heading > div {
	padding-left: 10px;
	padding-right: 10px;
}
.view-card .blog-posts-container .blog-post-footer {
	padding-left: 10px;
	padding-right: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: none;
}
.view-card .blog-posts-container .comments-label {
	display: none;	
}
.view-card .blog-posts-container .blog-read-more-links {
	margin-top: 5px;	
}
@media (min-width: 1200px) {
	.blog-fullwidth.view-card .blog-posts-container .blog-post {
		width: -webkit-calc(25% - 15px);
		width: -moz-calc(25% - 15px);
		width: calc(25% - 15px);		
	}
}
@media (max-width: 1199px) {
	.view-card .blog-posts-container .blog-post {
		width: -webkit-calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: calc(50% - 15px);	
	}	
	.blog-fullwidth.view-card .blog-posts-container .blog-post {
		width: -webkit-calc(25% - 15px);
		width: -moz-calc(25% - 15px);
		width: calc(25% - 15px);		
	}	
}
@media (max-width: 979px) {
	.view-card .blog-posts-container .blog-read-more-links {
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;	
	}
	.blog-fullwidth.view-card .blog-posts-container .blog-post {
		margin-bottom: 15px;
		width: -webkit-calc(33.3333% - 10px);
		width: -moz-calc(33.3333% - 10px);
		width: calc(33.3333% - 10px);		
	}	
}
@media (max-width: 767px) {
	.view-card .blog-posts-container .blog-post,
	.blog-fullwidth.view-card .blog-posts-container .blog-post {
		margin-bottom: 10px;		
		width: -webkit-calc(50% - 5px);		
		width: -moz-calc(50% - 5px);		
		width: calc(50% - 5px);	
	}
}
@media (max-width: 479px) {
	.view-card .blog-posts-container .blog-post,
	.blog-fullwidth.view-card .blog-posts-container .blog-post {
		width: 100%;
	}		
}

.view-thumbs .blog-post {
	padding-bottom: 15px;
	margin-bottom: 15px;	
}
.view-thumbs .blog-post-image {
	display: none;	
}
.view-thumbs .blog-post-thumb {
	display: block;	
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.view-thumbs .blog-post-heading-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column-reverse nowrap;
	    -ms-flex-flow: column-reverse nowrap;
	        flex-flow: column-reverse nowrap;
}
.view-thumbs .blog-post-body {
	margin-top: 5px;	
}
.view-thumbs .blog-post-footer {
	clear: both;
	overflow: hidden;	
}
@media (max-width: 767px) {
	.view-thumbs .blog-post-body {
		clear: both;
		overflow: hidden;	
	}
}
@media (max-width: 479px) {
	.view-thumbs .blog-post-thumb img {
		width: 70px;
	}
}

/* short list view */
.view-list .blog-post {
	padding-bottom: 15px;
	margin-bottom: 15px;	
	display: -webkit-box;	
	display: -webkit-flex;	
	display: -moz-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;	
}
.view-list .blog-post h3 {
	font-size: 22px;	
}
.view-list .blog-post-footer {
	width: 100%;	
}
.view-list .blog-post-heading-container {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;	
}
.view-list .blog-post-image,
.view-list .blog-read-more,
.view-list .blog-post-body {
	display: none;	
}
.view-list .blog-content-date {
	display: none;	
}
.view-list .blog-content-date-formatted {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;	
	margin-right: 15px;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
}
.view-list .blog-content-date-formatted > div:first-child {
	background-color: #1ca8dd;
	font-size: 19px;
	font-weight: 800;
	padding: 3px 10px;	
	color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}
.view-list .blog-content-date-formatted > div:last-child {
	background-color: #f2f2f2;	
	padding: 3px 10px;
	color: #333;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}
.view-list .blog-post-footer {
	display: none;
}
@media (max-width: 1199px) {
	.view-list .blog-post h3 {
		font-size: 21px;	
	}	
}
@media (max-width: 979px) {
	.view-list .blog-post h3 {
		font-size: 19px;	
	}	
}
@media (max-width: 767px) {
	.view-list .blog-post h3 {
		font-size: 18px;	
	}	
}
@media (max-width: 479px) {
	.view-list .blog-post h3 {
		font-size: 17px;	
	}	
	.view-list .blog-content-date-formatted > div:first-child {
		font-size: 16px;
		padding: 2px 6px;	
	}
	.view-list .blog-content-date-formatted > div:last-child {
		font-size: 12px;	
		padding: 2px 6px;
	}
}

/* newspaper view */
.view-newspaper .blog-posts-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.view-newspaper .blog-post-heading-container {
	/* overflow: hidden !for(ie); */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-flex-flow: column nowrap;	
	    -ms-flex-flow: column nowrap;	
	        flex-flow: column nowrap;
}
.view-newspaper .blog-post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;	
}
.view-newspaper .blog-post-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;	
	-webkit-box-pack: end;	
	-webkit-justify-content: flex-end;	
	   -moz-box-pack: end;	
	    -ms-flex-pack: end;	
	        justify-content: flex-end;	
	-webkit-box-flex: 1;	
	-webkit-flex: 1 0 auto;	
	   -moz-box-flex: 1;	
	    -ms-flex: 1 0 auto;	
	        flex: 1 0 auto;	
}
.view-newspaper .blog-post-image {
	/* overflow: hidden !for(ie); */
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;	
}
.view-newspaper .blog-post h3 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	   -moz-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;	
}
.view-newspaper .blog-post-heading {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	   -moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
			order: 3;	
}

/* row 1 */
.view-newspaper .blog-post:nth-child(1) {
	width: 100%;
}
/* row 2 */
.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) {
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px);
}
.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) h3 {
	font-size: 21px;	
}
/* row 3-4 */
.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) {
	width: -webkit-calc(33.3333% - 15px);
	width: -moz-calc(33.3333% - 15px);
	width: calc(33.3333% - 15px);
}
.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) h3 {
	font-size: 18px;
}
.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) .blog-post-body {
	display: none;	
}
.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) .blog-post-footer {
	margin-top: 5px;	
}
/* row 5+6 */
.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+17) {
	width: -webkit-calc(25% - 15px);
	width: -moz-calc(25% - 15px);
	width: calc(25% - 15px);
}
.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+17) h3 {
	font-size: 16px;
}
.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+17) .blog-post-body {
	display: none;	
}
.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+17) .blog-read-more-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;	
}
.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+17) .blog-post-footer {
	margin-top: 5px;	
}
/* row 7+ */
.view-newspaper .blog-post:nth-child(n+18) {
	width: 100%;	
	margin-bottom: 20px;
	display: block;
}
.view-newspaper .blog-post:nth-child(n+18) .blog-post-body,
.view-newspaper .blog-post:nth-child(n+18) .blog-post-footer,
.view-newspaper .blog-post:nth-child(n+18) .blog-post-image {
	display: none;
}
.view-newspaper .blog-post:nth-child(n+18) h3 {
	font-size: 16px;
}
.view-newspaper .blog-post:nth-child(n+18) .blog-post-thumb {
	display: block;
}
.view-newspaper .blog-post-thumb img {
	margin-right: 10px;	
	float: left;	
	width: 70px;
}
@media (max-width: 1199px) {
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) .blog-read-more-links {
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;	
	}	
}
@media (min-width: 768px) and (max-width: 979px) {
	/* row 2 */
	.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) h3 {
		font-size: 20px;	
	}		
	.view-newspaper .blog-read-more-links {
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;	
	}
	/* row 3-4 */
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) h3 {
		font-size: 17px;
	}
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}	
	
	/* row 5-6 */
	.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+17) {
		width: -webkit-calc(33.3333% - 10px);
		width: -moz-calc(33.3333% - 10px);
		width: calc(33.3333% - 10px);
	}	
	.view-newspaper .blog-post:nth-child(n+16):nth-child(-n+17) {
		width: 100%;	
		margin-bottom: 20px;
		display: block;
	}
	.view-newspaper .blog-post:nth-child(n+16):nth-child(-n+17) .blog-post-thumb {
		display: block;	
	}
	.view-newspaper .blog-post:nth-child(n+16):nth-child(-n+17) .blog-post-body,
	.view-newspaper .blog-post:nth-child(n+16):nth-child(-n+17) .blog-post-footer,
	.view-newspaper .blog-post:nth-child(n+16):nth-child(-n+17) .blog-post-image {
		display: none;
	}				
}
@media (max-width: 767px) {
	/* row 2 */
	.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) {
		width: -webkit-calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: calc(50% - 5px);
	}
	.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) h3 {
		font-size: 19px;	
	}
	/* row 3-4 */
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) {
		width: -webkit-calc(33.3333% - 5px);
		width: -moz-calc(33.3333% - 5px);
		width: calc(33.3333% - 5px);	
	}
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) h3 {
		font-size: 16px;
	}	

	/* row 5-6 */
	.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+15) {
		width: -webkit-calc(33.3333% - 5px);
		width: -moz-calc(33.3333% - 5px);
		width: calc(33.3333% - 5px);	
	}	
	.view-newspaper .blog-post:nth-child(n+16):nth-child(-n+17)	{
		width: 100%;	
		margin-bottom: 15px;	
		display: block;	
	}
	.view-newspaper .blog-post:nth-child(n+16):nth-child(-n+17) .blog-post-thumb {
		display: block;	
	}
	.view-newspaper .blog-post:nth-child(n+16):nth-child(-n+17) .blog-post-footer {
		display: none;
	}
	.view-newspaper .blog-post:nth-child(n+13):nth-child(-n+15) {
		border-bottom: 1px solid #d7d7d7;	
		padding-bottom: 20px;
	}
	.view-newspaper .blog-post:nth-child(n+16):nth-child(-n+17) .blog-post-image {
		display: none;	
	}
	/* row 7+ */
}
@media (max-width: 549px) {
	/* row 2 */
	.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) h3 {
		font-size: 17px;	
	}
	/* row 3-4 */
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) h3 {
		font-size: 15px;
	}		
	/* row 5-6 */
	.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+15) {
		border-bottom: 0 none;
		padding-bottom: 0;		
	}
	.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+15) {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
	}	
	/* row 17-16 */
	.view-newspaper .blog-post:nth-child(n+14):nth-child(-n+15) {
		border-bottom: 1px solid #d7d7d7;
		padding-bottom: 15px;	
	}	
}
@media (min-width: 480px) {
	.view-newspaper .blog-post:nth-child(1) h3 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		   -moz-box-ordinal-group: 2;
			-ms-flex-order: 1;
				order: 1;	
	}
	.view-newspaper .blog-post:nth-child(1) .blog-post-heading {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		   -moz-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2;	
	}
	.view-newspaper .blog-post:nth-child(1) .blog-post-image {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		   -moz-box-ordinal-group: 4;
			-ms-flex-order: 3;
				order: 3;	
	}	
}
@media (max-width: 399px) {
	/* row 2 */
	.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) {
		width: 100%;
	}
	.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) h3 {
		font-size: 16px;	
	}
	/* row 3-4 */
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) {
		width: 100%;
	}
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) h3 {
		font-size: 14px;
	}		
	/* row 5-6 */
	.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+15) {
		width: 100%;
	}	
}

/* author view */
.view-author .blog-post-image {
	display: none;	
}
.view-author .author-thumb-small {
	display: block;	
	width: 120px;
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
}
.view-author .author-thumb-small img {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;	
}
.view-author .blog-post {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-flex-flow: row wrap;	
	    -ms-flex-flow: row wrap;	
	        flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.view-author .blog-post-heading-container {
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 120px);
}
.view-author .blog-post-body {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;	
}
.view-author .blog-post-footer {
	width: 100%;	
	margin-top: 0px;
}
@media (max-width: 379px) {
	.view-author .author-thumb-small {
		width: 70px;
	}	
	.view-author .author-thumb-small img {
		width: 50px;	
	}
	.view-author .blog-post-heading-container {
		width: -webkit-calc(100% - 70px);
		width: -moz-calc(100% - 70px);
		width: calc(100% - 70px);
	}	
}

/* photo blog */
.view-photo .blog-post-footer,
.view-photo .blog-post-body {
	display: none;
}
.view-photo .blog-post-image {
	margin-top: 0px;
	margin-bottom: 0px;	
}
.view-photo .blog-posts-container {
	clear: both;
	overflow: hidden;	
}
.view-photo.blog-fullwidth .blog-posts-container {
	margin-bottom: 20px;	
}
.view-photo .blog-post {
	float: left;	
	clear: none;
	overflow: auto;
	padding: 0; margin: 0;
	border: 0 none;		
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #000;
}
.view-photo .blog-post-without-image:nth-child(odd) {background-color: #5276AE;}
.view-photo .blog-post-without-image:nth-child(even) {background-color: #8dba55;}
.view-photo .blog-post h3 {
	position: absolute;
	left: 0;
	top: 0;
	width: -webkit-calc(100% - 1px);
	width: -moz-calc(100% - 1px);
	width: calc(100% - 1px);
	margin-left: 1px;
	padding: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000;
	z-index: 1;
	font-size: 16px;	
	background-color: rgba(0,0,0,0.5);
}
.view-photo .blog-post-without-image h3 {
	background-image: none;	
	text-shadow: none;
}
.view-photo .blog-post h3 a {
	color: #fff;	
	display: block;
}
.view-photo .blog-post h3 a:hover,
.view-photo .blog-post h3 a:focus {
	text-decoration: none;	
}
.view-photo .blog-post .blog-post-heading {
	position: absolute;
	width: 100%;
	padding: 10px;
	left: 0px;
	bottom: 0px;
	z-index: 1;	
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.view-photo .blog-post-without-image .blog-post-heading {
	opacity: 1;	
}
.view-photo .blog-post:hover .blog-post-heading {
	opacity: 1;
}
.view-photo .blog-post .blog-post-heading a {
	color: #fff;	
}
.view-photo .blog-post .blog-post-heading > div:before {
	content: '\f007';
	font-family: 'FontAwesome';	
	margin-right: 5px;
}
.view-photo .blog-post .blog-post-heading > div:after {
	content: '\f133';
	font-family: 'FontAwesome';	
	margin-left: 5px;
}
.view-photo .blog-post img.placeholder-image {
	display: block;	
}
.view-photo .blog-post img {
	padding: 0; 
	margin: 0; 
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 0;
}
.view-photo .blog-post:hover img {
	opacity: 0.3;	
	-webkit-transition: all 0.5s ease-in-out;	
	-moz-transition: all 0.5s ease-in-out;	
	-o-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1.05,1.05);
	   -moz-transform: scale(1.05,1.05);
	    -ms-transform: scale(1.05,1.05);
	     -o-transform: scale(1.05,1.05);
	        transform: scale(1.05,1.05);
}
@media (min-width: 1200px) {
	.view-photo .blog-post:nth-child(6n+1) {
		width: -webkit-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: calc(100% - 0px);
	}
	.view-photo .blog-post:nth-child(6n+2) {
		width: -webkit-calc(66.6666% + 1px);
		width: -moz-calc(66.6666% + 1px);
		width: calc(66.6666% + 1px);	
	}
	.view-photo .blog-post:nth-child(6n+3),
	.view-photo .blog-post:nth-child(6n+4) {
		width: -webkit-calc(33.3333% - 1px);
		width: -moz-calc(33.3333% - 1px);
		width: calc(33.3333% - 1px);	
		border-right: 0 none;
	}
	.view-photo .blog-post:nth-child(6n+5),
	.view-photo .blog-post:nth-child(6n+6) {
		width: 50%;	
	}
}
@media (min-width: 480px) and (max-width: 1199px) {
	.view-photo .blog-post:nth-child(3n+1) {
		width: -webkit-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: calc(100% - 0px);
	}
	.view-photo .blog-post:nth-child(3n+2),
	.view-photo .blog-post:nth-child(3n+3) {
		width: 50%;	
	}
}
@media (min-width: 980px) {
	.blog-fullwidth.view-photo .blog-post:nth-child(6n+1) {
		width: -webkit-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		width: calc(100% - 0px);
	}
	.blog-fullwidth.view-photo .blog-post:nth-child(6n+2) {
		width: -webkit-calc(66.6666% + 1px);
		width: -moz-calc(66.6666% + 1px);
		width: calc(66.6666% + 1px);	
	}
	.blog-fullwidth.view-photo .blog-post:nth-child(6n+3),
	.blog-fullwidth.view-photo .blog-post:nth-child(6n+4) {
		width: -webkit-calc(33.3333% - 1px);
		width: -moz-calc(33.3333% - 1px);
		width: calc(33.3333% - 1px);	
		border-right: 0 none;
	}
	.blog-fullwidth.view-photo .blog-post:nth-child(6n+5),
	.blog-fullwidth.view-photo .blog-post:nth-child(6n+6) {
		width: 50%;	
	}
}
@media (max-width: 979px) {
	.view-photo .blog-post h3 {
		font-size: 14px;
	}	
}
@media (max-width: 479px) {
	.view-photo .blog-post {
		float: none;
	}
	.view-photo .blog-post h3 {
		font-size: 14px;
	}		
}

/* view board */
.view-board .blog-posts-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;	
}
.view-board .blog-post {
	padding: 0; margin: 0; border: 0 none;
	padding: 20px;
	border-right: 1px dotted #bbb;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
}
.view-board .blog-post-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-flex-flow: column nowrap;	
	    -ms-flex-flow: column nowrap;	
	        flex-flow: column nowrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.view-board .blog-post-heading-container {
	/* overflow: hidden !for(ie); */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;	
}
.view-board .blog-post-heading-container .blog-post-image {
	/* overflow: hidden !for(ie); */
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;	
}
.view-board .blog-post-heading-container .blog-post-image img {

}
.view-board .blog-post-heading-container h3 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	   -moz-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;	
}
.view-board .blog-post-heading-container .blog-post-heading {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	   -moz-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;	
}
.view-board .blog-post-heading-container h3 a {
	margin-top: 10px;
	display: block;
}
.view-board .blog-post-body {
	margin-top: 5px;	
}
.view-board .blog-post-image img {
	width: 100%;	
	margin-top: 0;
}
.view-board .blog-post-without-image .blog-post-image {
	background-color: #8DBA55;	
}
@media (min-width: 1100px) {
	/* row 1 (full width) */
	.blog-fullwidth.view-board .blog-post:nth-child(10n+1),
	.blog-fullwidth.view-board .blog-post:nth-child(10n+2),
	.blog-fullwidth.view-board .blog-post:nth-child(10n+3) {
		border-top: 1px dotted #bbb;			
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+1) {
		width: -webkit-calc(50%);
		width: -moz-calc(50%);
		width: calc(50%);	
		padding-left: 0px;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+2) {
		width: -webkit-calc(25% + 10px);
		width: -moz-calc(25% + 10px);
		width: calc(25% + 10px);
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+3) {
		width: -webkit-calc(25% - 10px);
		width: -moz-calc(25% - 10px);
		width: calc(25% - 10px);	
		padding-right: 0px;
		border-right: 0 none;
	}
	/* row 2 (full width) */
	.blog-fullwidth.view-board .blog-post.blog-post-without-image:nth-child(10n+4) img.placeholder-image {display: block;}	
	.blog-fullwidth.view-board .blog-post.blog-post-without-image:nth-child(10n+4) .blog-post-heading,
	.blog-fullwidth.view-board .blog-post.blog-post-without-image:nth-child(10n+4):hover .blog-post-heading {
		background-color: transparent; text-shadow: none;
	}
	.blog-fullwidth.view-board .blog-post.blog-post-without-image:nth-child(10n+4) h3 a {text-shadow: none;}	
	.blog-fullwidth.view-board .blog-post.blog-post:nth-child(10n+4) {
		width: 100%;
		padding: 0;
		border: 0 none;	
		position: relative;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+4) h3 a {
		position: absolute;	
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 40px;
		font-weight: bold;
		text-shadow: 1px 1px 0px #000;
		text-decoration: none;
		text-align: center;
		line-height: 1.1em;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 70px;
		z-index: 2;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+4) .blog-post-heading {
		position: absolute;	
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-shadow: 1px 1px 0px #000;
		z-index: 1;	
		padding-bottom: 70px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;	
		background-color: rgba(0,0,0,0.4);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;				
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+4):hover .blog-post-heading {
		background-color: rgba(0,0,0,0.6);	
		-webkit-transition: all 0.5s ease-in-out;	
		-moz-transition: all 0.5s ease-in-out;	
		-o-transition: all 0.5s ease-in-out;	
		transition: all 0.5s ease-in-out;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+4) .blog-post-heading a {
		color: #fff;	
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+4) .blog-post-body,
	.blog-fullwidth.view-board .blog-post:nth-child(10n+4) .blog-post-footer {
		display: none;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+4) .blog-post-image img {
		margin: 0;	
		-webkit-transition: all 0.5s ease-in-out;	
		-moz-transition: all 0.5s ease-in-out;	
		-o-transition: all 0.5s ease-in-out;	
		transition: all 0.5s ease-in-out;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);		
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+4):hover .blog-post-image img {
		-webkit-transform: scale(1.05);
		   -moz-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		     -o-transform: scale(1.05);
		        transform: scale(1.05);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	/* row 3 (full width) */	
	.blog-fullwidth.view-board .blog-post:nth-child(10n+5),
	.blog-fullwidth.view-board .blog-post:nth-child(10n+6),
	.blog-fullwidth.view-board .blog-post:nth-child(10n+7),
	.blog-fullwidth.view-board .blog-post:nth-child(10n+8) {
		border-bottom: 1px dotted #bbb;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+5) {
		width: -webkit-calc(25% - 10px);
		width: -moz-calc(25% - 10px);
		width: calc(25% - 10px);
		padding-left: 0;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+6),
	.blog-fullwidth.view-board .blog-post:nth-child(10n+7) {
		width: -webkit-calc(25% + 10px);
		width: -moz-calc(25% + 10px);
		width: calc(25% + 10px);
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+8) {
		width: -webkit-calc(25% - 10px);
		width: -moz-calc(25% - 10px);
		width: calc(25% - 10px);
		padding-right: 0;
		border-right: 0 none;	
	}
	/* row 4 (full width) */
	.blog-fullwidth.view-board .blog-post:nth-child(10n+9),
	.blog-fullwidth.view-board .blog-post:nth-child(10n+10) {
		width: 50%;	
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+9) {
		padding-left: 0;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+10) {
		padding-right: 0;
		border-right: 0 none;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(10n+9) .blog-post-body,
	.blog-fullwidth.view-board .blog-post:nth-child(10n+10) .blog-post-body {
		display: none;
	}

	/* row 1 (with sidebar) */
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+1),
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+2) {
		border-top: 1px dotted #bbb;	
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+1) {
		width: 66.6666%;
		padding-left: 0;
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+2) {
		width: 33.3333%;
		padding-right: 0px;
		border-right: 0 none;
	}
	/* row 2 (with sidebar) */
	.view-board:not(.blog-fullwidth) .blog-post.blog-post-without-image:nth-child(8n+3) img.placeholder-image {display: block;}	
	.view-board:not(.blog-fullwidth) .blog-post.blog-post-without-image:nth-child(8n+3) .blog-post-heading,
	.view-board:not(.blog-fullwidth) .blog-post.blog-post-without-image:nth-child(8n+3):hover .blog-post-heading {
		background-color: transparent; text-shadow: none;
	}
	.view-board:not(.blog-fullwidth) .blog-post.blog-post-without-image:nth-child(8n+3) h3 a {text-shadow: none;}	
		
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+3) {
		width: 100%;
		padding: 0;
		border: 0 none;	
		position: relative;
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+3) h3 a {
		position: absolute;	
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-shadow: 1px 1px 0px #000;
		text-decoration: none;
		text-align: center;
		line-height: 1.1em;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
		z-index: 2;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+3) .blog-post-heading {
		position: absolute;	
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-shadow: 1px 1px 0px #000;
		z-index: 1;	
		padding-bottom: 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;	
		background-color: rgba(0,0,0,0.4);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;				
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+3):hover .blog-post-heading {
		background-color: rgba(0,0,0,0.6);	
		-webkit-transition: all 0.5s ease-in-out;	
		-moz-transition: all 0.5s ease-in-out;	
		-o-transition: all 0.5s ease-in-out;	
		transition: all 0.5s ease-in-out;
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+3) .blog-post-heading a {
		color: #fff;	
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+3) .blog-post-body,
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+3) .blog-post-footer {
		display: none;
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+3) .blog-post-image img {
		margin: 0;	
		-webkit-transition: all 0.5s ease-in-out;	
		-moz-transition: all 0.5s ease-in-out;	
		-o-transition: all 0.5s ease-in-out;	
		transition: all 0.5s ease-in-out;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);		
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+3):hover .blog-post-image img {
		-webkit-transform: scale(1.05);
		   -moz-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		     -o-transform: scale(1.05);
		        transform: scale(1.05);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}	
	/* row 3 (with sidebar) */
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+4) {
		width: -webkit-calc(33.3333% - 7px);
		width: -moz-calc(33.3333% - 7px);
		width: calc(33.3333% - 7px);
		padding-left: 0;
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+5) {
		width: -webkit-calc(33.3333% + 14px);
		width: -moz-calc(33.3333% + 14px);
		width: calc(33.3333% + 14px);
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+6) {
		width: -webkit-calc(33.3333% - 7px);
		width: -moz-calc(33.3333% - 7px);
		width: calc(33.3333% - 7px);
		padding-right: 0;
		border-right: 0 none;	
	}	
	/* row 4 (with sidebar) */	
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+7),
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+8) {
		width: 50%;	
		border-top: 1px dotted #bbb;
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+7) {
		padding-left: 0px;	
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(8n+8) {
		padding-right: 0px;	
		border-right: 0 none;
	}
}
@media (min-width: 768px) and (max-width: 1099px) {
	.view-board .blog-read-more-links {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;	
	}
	/* row 1 (full width) */
	.blog-fullwidth.view-board .blog-post:nth-child(8n+1),
	.blog-fullwidth.view-board .blog-post:nth-child(8n+2) {
		border-top: 1px dotted #bbb;	
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+1) {
		width: 66.6666%;
		padding-left: 0;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+2) {
		width: 33.3333%;
		padding-right: 0px;
		border-right: 0 none;
	}
	/* row 2 (full width) */
	.blog-fullwidth.view-board .blog-post.blog-post-without-image:nth-child(8n+3) img.placeholder-image {display: block;}	
	.blog-fullwidth.view-board .blog-post.blog-post-without-image:nth-child(8n+3) .blog-post-heading,
	.blog-fullwidth.view-board .blog-post.blog-post-without-image:nth-child(8n+3):hover .blog-post-heading {
		background-color: transparent; text-shadow: none;
	}
	.blog-fullwidth.view-board .blog-post.blog-post-without-image:nth-child(8n+3) h3 a {text-shadow: none;}
		
	.blog-fullwidth.view-board .blog-post:nth-child(8n+3) {
		width: 100%;
		padding: 0;
		border: 0 none;	
		position: relative;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+3) h3 a {
		position: absolute;	
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-shadow: 1px 1px 0px #000;
		text-decoration: none;
		text-align: center;
		line-height: 1.1em;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
		z-index: 2;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+3) .blog-post-heading {
		position: absolute;	
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-shadow: 1px 1px 0px #000;
		z-index: 1;	
		padding-bottom: 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;	
		background-color: rgba(0,0,0,0.4);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;				
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+3):hover .blog-post-heading {
		background-color: rgba(0,0,0,0.6);	
		-webkit-transition: all 0.5s ease-in-out;	
		-moz-transition: all 0.5s ease-in-out;	
		-o-transition: all 0.5s ease-in-out;	
		transition: all 0.5s ease-in-out;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+3) .blog-post-heading a {
		color: #fff;	
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+3) .blog-post-body,
	.blog-fullwidth.view-board .blog-post:nth-child(8n+3) .blog-post-footer {
		display: none;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+3) .blog-post-image img {
		margin: 0;	
		-webkit-transition: all 0.5s ease-in-out;	
		-moz-transition: all 0.5s ease-in-out;	
		-o-transition: all 0.5s ease-in-out;	
		transition: all 0.5s ease-in-out;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);		
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+3):hover .blog-post-image img {
		-webkit-transform: scale(1.05);
		   -moz-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		     -o-transform: scale(1.05);
		        transform: scale(1.05);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}	
	/* row 3 (full width) */
	.blog-fullwidth.view-board .blog-post:nth-child(8n+4) {
		width: -webkit-calc(33.3333% - 7px);
		width: -moz-calc(33.3333% - 7px);
		width: calc(33.3333% - 7px);
		padding-left: 0;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+5) {
		width: -webkit-calc(33.3333% + 14px);
		width: -moz-calc(33.3333% + 14px);
		width: calc(33.3333% + 14px);
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+6) {
		width: -webkit-calc(33.3333% - 7px);
		width: -moz-calc(33.3333% - 7px);
		width: calc(33.3333% - 7px);
		padding-right: 0;
		border-right: 0 none;	
	}		
	/* row 4 (full width) */
	.blog-fullwidth.view-board .blog-post:nth-child(8n+7),
	.blog-fullwidth.view-board .blog-post:nth-child(8n+8) {
		width: 50%;	
		border-top: 1px dotted #bbb;
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+7) {
		padding-left: 0px;	
	}
	.blog-fullwidth.view-board .blog-post:nth-child(8n+8) {
		padding-right: 0px;	
		border-right: 0 none;
	}	
	
	/* row 1 (with sidebar) */
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+1)	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		border-right: 0 none;	
		border-top: 1px dotted #bbb;
	}	
	/* row 2,4 (with sidebar) */
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+2),
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+3),
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+5),
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+6) {
		width: 50%;	
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+2),
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+3) {
		border-top: 1px dotted #bbb;	
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+2),
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+5) {
		padding-left: 0px;	
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+3),
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+6) {
		padding-right: 0;
		border-right: 0 none;	
	}
	/* row 3 (with sidebar) */
	.view-board:not(.blog-fullwidth) .blog-post.blog-post-without-image:nth-child(6n+4) img.placeholder-image {display: block;}	
	.view-board:not(.blog-fullwidth) .blog-post.blog-post-without-image:nth-child(6n+4) .blog-post-heading,
	.view-board:not(.blog-fullwidth) .blog-post.blog-post-without-image:nth-child(6n+4):hover .blog-post-heading {
		background-color: transparent; text-shadow: none;
	}
	.view-board:not(.blog-fullwidth) .blog-post.blog-post-without-image:nth-child(6n+4) h3 a {text-shadow: none;}	
		
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+4) {
		width: 100%;
		padding: 0;
		border: 0 none;	
		position: relative;
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+4) h3 a {
		position: absolute;	
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		text-shadow: 1px 1px 0px #000;
		text-decoration: none;
		text-align: center;
		line-height: 1.1em;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
		z-index: 2;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+4) .blog-post-heading {
		position: absolute;	
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-shadow: 1px 1px 0px #000;
		z-index: 1;	
		padding-bottom: 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;	
		background-color: rgba(0,0,0,0.4);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;				
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+4):hover .blog-post-heading {
		background-color: rgba(0,0,0,0.6);	
		-webkit-transition: all 0.5s ease-in-out;	
		-moz-transition: all 0.5s ease-in-out;	
		-o-transition: all 0.5s ease-in-out;	
		transition: all 0.5s ease-in-out;
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+4) .blog-post-heading a {
		color: #fff;	
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+4) .blog-post-body,
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+4) .blog-post-footer {
		display: none;
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+4) .blog-post-image img {
		margin: 0;	
		-webkit-transition: all 0.5s ease-in-out;	
		-moz-transition: all 0.5s ease-in-out;	
		-o-transition: all 0.5s ease-in-out;	
		transition: all 0.5s ease-in-out;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);		
	}
	.view-board:not(.blog-fullwidth) .blog-post:nth-child(6n+4):hover .blog-post-image img {
		-webkit-transform: scale(1.05);
		   -moz-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		     -o-transform: scale(1.05);
		        transform: scale(1.05);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}	
}
@media (min-width: 480px) and (max-width: 767px) {
	/* row 1 */
	.view-board .blog-post:nth-child(6n+1)	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		border-right: 0 none;	
		border-top: 1px dotted #bbb;
	}	
	/* row 2,4 */
	.view-board .blog-post:nth-child(6n+2),
	.view-board .blog-post:nth-child(6n+3),
	.view-board .blog-post:nth-child(6n+5),
	.view-board .blog-post:nth-child(6n+6) {
		width: 50%;	
	}
	.view-board .blog-post:nth-child(6n+2),
	.view-board .blog-post:nth-child(6n+3) {
		border-top: 1px dotted #bbb;	
	}
	.view-board .blog-post:nth-child(6n+2),
	.view-board .blog-post:nth-child(6n+5) {
		padding-left: 0px;	
	}
	.view-board .blog-post:nth-child(6n+3),
	.view-board .blog-post:nth-child(6n+6) {
		padding-right: 0;
		border-right: 0 none;	
	}
	/* row 3 */
	.view-board .blog-post.blog-post-without-image:nth-child(6n+4) img.placeholder-image {display: block;}	
	.view-board .blog-post.blog-post-without-image:nth-child(6n+4) .blog-post-heading,
	.view-board .blog-post.blog-post-without-image:nth-child(6n+4):hover .blog-post-heading {
		background-color: transparent; text-shadow: none;
	}	
	.view-board .blog-post.blog-post-without-image:nth-child(6n+4) h3 a {text-shadow: none;}	
	
	.view-board .blog-post:nth-child(6n+4) {
		width: 100%;
		padding: 0;
		border: 0 none;	
		position: relative;
	}
	.view-board .blog-post:nth-child(6n+4) h3 a {
		position: absolute;	
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		text-shadow: 1px 1px 0px #000;
		text-decoration: none;
		text-align: center;
		line-height: 1.1em;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
		z-index: 2;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.view-board .blog-post:nth-child(6n+4) .blog-post-heading {
		position: absolute;	
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-shadow: 1px 1px 0px #000;
		z-index: 1;	
		padding-bottom: 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: column nowrap;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;	
		background-color: rgba(0,0,0,0.4);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;				
	}
	.view-board .blog-post:nth-child(6n+4):hover .blog-post-heading {
		background-color: rgba(0,0,0,0.6);	
		-webkit-transition: all 0.5s ease-in-out;	
		-moz-transition: all 0.5s ease-in-out;	
		-o-transition: all 0.5s ease-in-out;	
		transition: all 0.5s ease-in-out;
	}
	.view-board .blog-post:nth-child(6n+4) .blog-post-heading a {
		color: #fff;	
	}
	.view-board .blog-post:nth-child(6n+4) .blog-post-body,
	.view-board .blog-post:nth-child(6n+4) .blog-post-footer {
		display: none;
	}
	.view-board .blog-post:nth-child(6n+4) .blog-post-image img {
		margin: 0;	
		-webkit-transition: all 0.5s ease-in-out;	
		-moz-transition: all 0.5s ease-in-out;	
		-o-transition: all 0.5s ease-in-out;	
		transition: all 0.5s ease-in-out;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);		
	}
	.view-board .blog-post:nth-child(6n+4):hover .blog-post-image img {
		-webkit-transform: scale(1.05);
		   -moz-transform: scale(1.05);
		    -ms-transform: scale(1.05);
		     -o-transform: scale(1.05);
		        transform: scale(1.05);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}		
}
@media (max-width: 479px) {
	.view-board .blog-post {
		border-right: 0 none;
		padding-left: 0;
		padding-right: 0;
		border-bottom: 1px dotted #bbb;	
	}
	.view-board .blog-post-body {
		display: none;	
	}
}


/* full width */
.blog-fullwidth.view-article .blog-post-image img {
	width: 100%;
}
.blog-fullwidth.view-article .blog-post-image img.spacer-image {
	width: 1px;	
}
@media (min-width: 768px) {
	.blog-fullwidth .col-blog-article,
	.blog-fullwidth .col-blog-aside {
		width: 100%;	
		float: none;
	}
	.blog-fullwidth .col-blog-aside > div {
		margin-bottom: 20px;	
	}
	.blog-fullwidth .col-blog-aside {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
				column-count: 3;
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
				column-gap: 20px;
	-webkit-column-break-inside: avoid;
		  page-break-inside: avoid;
			   break-inside: avoid;
		-webkit-column-fill: balance;
		   -moz-column-fill: balance;
				column-fill: balance;
	}
	.blog-fullwidth .col-blog-aside > div {
		-webkit-column-break-inside: avoid;
		break-inside: avoid-column;
		page-break-inside: avoid;
	}	
}

/* post details */
.blog-post-details h1 {
	margin: 0 0 5px;	
}


/* --------------------------------------------------------------------- */
/* ------------------------- Blog Master END --------------------------- */
/* --------------------------------------------------------------------- */
/*** END responsive/sub/blog-master.css ***/

/*** START responsive/sub/blog-custom.css ***/
/* view switcher */
.blog-container {
	width: 1300px;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
}
.blog-container h1 {
	margin-bottom: 30px;	
	margin-top: 50px;
}
.blog-view-switcher {
	margin-bottom: 50px;
	margin-top: 0px;
	background-color: #f2f2f2;	
	
	display: none;
}
.blog-view-switcher span {
	color: #777;
	text-align: center;
	display: block;
	text-transform: lowercase;
	width: 90px;
	padding: 15px 10px 10px;
	position: relative;
	z-index: 1;	
	text-shadow: 1px 1px 0px #fff;
}
.blog-view-switcher span:hover {
	background-color: #fff;	
}
.blog-view-switcher span::after {
	content: '';
	position: absolute;
	left: 0;
	top: -webkit-calc(100% - 15px);
	top: -moz-calc(100% - 15px);
	top: calc(100% - 15px);	
	width: 100%;
	height: 0;
	border-style: solid;
	border-width: 15px 45px 0 45px;
	border-color: transparent transparent transparent transparent;	
	-webkit-transition: top 0.2s ease-in-out;	
	-moz-transition: top 0.2s ease-in-out;	
	-o-transition: top 0.2s ease-in-out;	
	transition: top 0.2s ease-in-out;
	z-index: 0;
}
.blog-view-switcher label {
	font-size: 14px;	
}
.blog-view-switcher i {
	display: block;	
	font-size: 30px;
	padding-left: 10px;
}
.blog-view-switcher span.layout-fullwidth, 
.blog-view-switcher span.layout-fullwidth-off,
.blog-view-switcher span.layout-fullwidth:hover, 
.blog-view-switcher span.layout-fullwidth-off:hover {
	color: #D39232;
	background-color: transparent;
	width: 120px;
}
.view-card .blog-view-switcher span.layout-card,
.view-article .blog-view-switcher span.layout-article,
.view-thumbs .blog-view-switcher span.layout-thumbs,
.view-card-lg .blog-view-switcher span.layout-card-lg,
.view-card .blog-view-switcher span.layout-card,
.view-list .blog-view-switcher span.layout-list,
.view-newspaper .blog-view-switcher span.layout-newspaper,
.view-author .blog-view-switcher span.layout-author,
.view-photo .blog-view-switcher span.layout-photo,
.view-board .blog-view-switcher span.layout-board {
	background-color: #D39232;
	color: #fff;	
	text-shadow: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.view-card .blog-view-switcher span.layout-card::after,
.view-article .blog-view-switcher span.layout-article::after,
.view-thumbs .blog-view-switcher span.layout-thumbs::after,
.view-card-lg .blog-view-switcher span.layout-card-lg::after,
.view-card .blog-view-switcher span.layout-card::after,
.view-list .blog-view-switcher span.layout-list::after,
.view-newspaper .blog-view-switcher span.layout-newspaper::after,
.view-author .blog-view-switcher span.layout-author::after,
.view-photo .blog-view-switcher span.layout-photo::after,
.view-board .blog-view-switcher span.layout-board::after {
	border-color: #D39232 transparent transparent transparent;
	top: 100%;
}
@media (max-width: 1399px) {
	.blog-view-switcher span {
		width: 90px;	
	}	
	.blog-view-switcher span::after {
		border-width: 15px 45px 0 45px;
	}	
	.blog-view-switcher i {
		font-size: 26px;	
		padding-left: 5px;
	}
}
@media (max-width: 1199px) {
	.blog-view-switcher span {
		width: 60px;	
		padding: 10px;
	}	
	.blog-view-switcher span::after {
		border-width: 15px 30px 0 30px;
	}	
	.blog-view-switcher i {
		font-size: 24px;
		padding-left: 0px;	
	}
	.blog-fullwidth .blog-view-switcher i {
		padding-left: 5px;	
	}
	.blog-view-switcher span.layout-fullwidth, 
	.blog-view-switcher span.layout-fullwidth-off, 
	.blog-view-switcher span.layout-fullwidth:hover, 
	.blog-view-switcher span.layout-fullwidth-off:hover {
		width: 60px;	
	}
	.blog-view-switcher label {
		display: none;	
	}
}
@media (max-width: 979px) {
	body.blog-fullwidth .blog-view-switcher span,
	body:not(.blog-fullwidth) .blog-view-switcher span {
		width: auto;
		padding: 10px;
		width: 44px;	
	}
	.blog-view-switcher span::after {
		border-width: 5px 22px 0 22px;
	}
	body:not(.blog-fullwidth) .blog-view-switcher i,
	body.blog-fullwidth .blog-view-switcher i {
		font-size: 18px;
		padding: 0;
		padding-left: 2px;
	}	
	.blog-view-switcher span.layout-fullwidth, 
	.blog-view-switcher span.layout-fullwidth-off, 
	.blog-view-switcher span.layout-fullwidth:hover, 
	.blog-view-switcher span.layout-fullwidth-off:hover {
		width: auto;
		padding: 10px;	
	}	
}
@media (max-width: 479px) {
	.blog-view-switcher span::after {
		display: none;	
	}
}
/* breadcrumbs */
.blog-breadcrumbs .breadcrumb {
	padding: 0;margin: 0; background-color: transparent;	
	margin-top: 50px;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 400;
}
.blog-breadcrumbs .breadcrumb li {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transform: skewX(-15deg);
	   -moz-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	     -o-transform: skewX(-15deg);
	        transform: skewX(-15deg);
background: rgb(237,237,237);
background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(247,247,247,1) 100%);
background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(247,247,247,1) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(237,237,237,1)),to(rgba(247,247,247,1)));
background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(247,247,247,1) 100%);
background: -o-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(247,247,247,1) 100%);
background: linear-gradient(to right, rgba(237,237,237,1) 0%,rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7',GradientType=1 );		
}
.blog-breadcrumbs .breadcrumb > li + li::before {
	content: '';	
}
.blog-breadcrumbs .breadcrumb li a {
	-webkit-transform: skewX(15deg);
	   -moz-transform: skewX(15deg);
	    -ms-transform: skewX(15deg);
	     -o-transform: skewX(15deg);
	        transform: skewX(15deg);
	display: inline-block;
	color: #333;
	text-decoration: none;
}
.blog-breadcrumbs .breadcrumb li:first-child a::before {
	font-family: 'FontAwesome';
	content: '\f015';	
	margin-right: 6px;
	margin-left: 5px;
}

/* sidebar */
.side-box {
	border-bottom: 4px solid #D39232;	
}
.side-box h3 {
	padding: 20px 30px;	
	font-size: 18px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.side-box h3 + div {
	padding: 25px 30px;	
}
.side-box h3 + div {
	border-top: 1px solid #fff;	
}
.side-box .btn,
.side-box .btn:hover,
.side-box .btn:focus {
	background-color: #D39232;
	border: 1px solid #D39232;
	color: #fff;
	border-radius: 0;
	padding: 8px 16px;
}
.side-box a {
	margin-bottom: 5px;	
}
.blog-post-image img {
	width: 100%;	
}
.blog-post-details .blog-post-image {
	margin-top: 0px;	
}
.side-box form {
	text-align: center;	
}
.side-box input[type="submit"] {
	margin-top: 10px;
	font-size: 18px;	
}
#blogTagCloud .blogTag {
	padding-right: 0px;	
}
/* list */
.view-list .blog-content-date-formatted > div:first-child {
	background-color: $color3;	
}
/* author */
.view-author .author-thumb-small img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;		
}

/* card */
.view-card .blog-posts-container .blog-post {
	border-bottom: 4px solid #D39232;	
}
.view-card .blog-posts-container .blog-post h3 a,
.view-card .blog-posts-container .blog-post a,
.view-card .blog-post-heading,
.view-card .blog-content-tags {
	color: #666;	
}
@media (min-width: 1400px) {
	.blog-view-switcher span {
		font-size: 19px;	
		font-weight: 300;
	}	
}
@media (min-width: 1200px) {
	.row-blog {
		margin-left: -20px;
		margin-right: -20px;	
	}
	.col-blog-article {
		width: -webkit-calc(100% - 400px);
		width: -moz-calc(100% - 400px);
		width: calc(100% - 400px);	
		padding-left: 20px;
		padding-right: 20px;
	}
	.col-blog-aside {
		width: 400px;	
		padding-left: 20px;
		padding-right: 20px;
	}	
	.blog-post h3 {
		font-size: 30px;		
	}
	/* author description */
	.row-author-description > a {
		width: 220px;
	}
	.row-author-description img {
		width: 200px;
	}	
	
	/* thumbs */
	.view-thumbs .blog-post {
		padding-bottom: 30px;
		margin-bottom: 30px;	
	}
	/* newspaper */
	.view-newspaper .blog-post {
		padding-bottom: 40px;
		margin-bottom: 40px;	
	}	
	.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) {
		width: -webkit-calc(50% - 40px);
		width: -moz-calc(50% - 40px);
		width: calc(50% - 40px)	
	}
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) {
		width: -webkit-calc(33.3333% - 40px);
		width: -moz-calc(33.3333% - 40px);
		width: calc(33.3333% - 40px);
	}
	.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+17) {
		width: -webkit-calc(25% - 40px);
		width: -moz-calc(25% - 40px);
		width: calc(25% - 40px);	
	}
	.view-newspaper .blog-post h3 {
		font-size: 30px;
	}
	.view-newspaper .blog-post:nth-child(n+2):nth-child(-n+3) h3 {
		font-size: 26px;	
	}
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) h3 {
		font-size: 22px;	
	}
	.view-newspaper .blog-post:nth-child(n+10):nth-child(-n+17) h3 {
		font-size: 20px;	
	}
	.view-newspaper .blog-post-thumb img {
		width: 100px;	
		margin-right: 30px;
	}
	.view-newspaper .blog-post:nth-child(n+18) h3 {
		font-size: 24px;	
	}
	.view-newspaper .blog-post:nth-child(n+4):nth-child(-n+9) .blog-post-body {
		display: block;	
	}
	/* board */
	.view-board .blog-post {
		padding: 35px;	
	}
	/* photo */
	.view-photo .blog-post h3 {
		padding: 15px;
		font-size: 20px;
		font-weight: 400;
	}
	/* author */
	.view-author .author-thumb-small {
		width: 350px;	
	}
	.view-author .blog-post-heading-container {
		width: -webkit-calc(100% - 350px);
		width: -moz-calc(100% - 350px);
		width: calc(100% - 350px);
	}	
	.view-author .blog-post-body {
		margin-top: 30px;
	}
	.view-author .blog-post h3 {
		font-size: 30px;	
	}
	.view-thumbs .blog-post-thumb {
		margin-right: 40px;	
	}
	/* card */
	.view-card .blog-posts-container .blog-post {
		width: -webkit-calc(33.3333% - 20px);
		width: -moz-calc(33.3333% - 20px);
		width: calc(33.3333% - 20px);
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.blog-fullwidth.view-card .blog-posts-container .blog-post {
		width: -webkit-calc(25% - 20px);
		width: -moz-calc(25% - 20px);
		width: calc(25% - 20px);
		margin-bottom: 30px;	
	}
	.view-card .blog-posts-container .blog-post-image img {
		margin-bottom: 20px;	
	}
	.view-card .blog-posts-container h3 {
		font-size: 24px;	
		padding-left: 20px;
		padding-right: 20px;
	}
	.view-card .blog-posts-container .blog-post-heading > div {
		padding-left: 20px;
		padding-right: 20px;	
	}
	.view-card .blog-posts-container .blog-post-footer {
		padding-left: 20px;
		padding-right: 20px;	
	}
	/* list */
	.view-list .blog-post {
		margin-bottom: 30px;
		padding-bottom: 30px;	
	}
	.view-list .blog-post h3 {
		font-size: 28px;	
	}
	.view-list .blog-content-date-formatted {
		margin-right: 30px;	
	}
}
@media (max-width: 1199px) {
	.view-thumbs .blog-post-thumb {
		margin-right: 30px;	
	}	
	.view-thumbs .blog-post h3 {
		font-size: 30px;	
	}	
	.view-author .blog-post-heading-container {
		width: -webkit-calc(100% - 300px);
		width: -moz-calc(100% - 300px);
		width: calc(100% - 300px);	
	}
	.view-author .author-thumb-small {
		width: 300px;	
	}	
	.view-author .author-thumb-small img {
		width: 170px;	
	}
}
@media (max-width: 979px) {
	.view-thumbs .blog-post-thumb img {
		width: 150px;
	}
	.view-thumbs .blog-post h3 {
		font-size: 24px;	
	}	
	.view-author .blog-post-heading-container {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);	
	}
	.view-author .author-thumb-small {
		width: 200px;	
	}	
	.view-author .author-thumb-small img {
		width: 130px;	
	}	
}
@media (max-width: 479px) {
	.view-thumbs .blog-post-thumb {
		margin-right: 15px;	
	}	
	.view-thumbs .blog-post-thumb img {
		width: 70px;
	}
	.view-thumbs .blog-post h3 {
		font-size: 18px;	
	}	
	.view-author .blog-post-heading-container {
		width: -webkit-calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: calc(100% - 100px);	
	}
	.view-author .author-thumb-small {
		width: 100px;	
	}	
	.view-author .author-thumb-small img {
		width: 80px;	
	}				
}

.blog-breadcrumbs {
	display: none;
}
/*** END responsive/sub/blog-custom.css ***/
/* TIME: 0.041337013244629 */