

/* Log in and subscribe button styling */
.sub-log-in-button{
    border-radius: 20px;
    padding: 10px;
    background-color: red;
}

/* special sections */
section.headertop {
	background-color: #FFFF00;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
section.headertop .container {
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* global classes for look */
.borderrounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.backgroundmask {
	background-color: rgba(0,0,0,0.4) !important;
}

/* contentstyle-video */
.contentstyle-video {
	position: relative;
	overflow: hidden;
}
.contentstyle-video, .contentstyle-video .backgroundmask {
	height: 350px;
}
.contentstyle-video .backgroundmask {
	position: absolute;
	top: 0;
}
.contentstyle-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* contentstyle-global - colours */
.wysiwyg .btn,
.contentstyle-global .btn {
	background-color: #352e78;
	border-color: #352e78;
	color: #b1cb49;
	text-decoration:none;
}
.contentstyle-global .btn:hover,.contentstyle-global.btn:focus,.contentstyle-global.btn:active,.contentstyle-global .btn.active,
.hoverborder1:hover .btn {
	background-color: #b1cb49;
	border-color: #b1cb49;
	color: #352e78;
	text-decoration:none;
}

/* contentstyle-global - font, borders etc */
.wysiwyg .btn,
.contentstyle-global .btn, .contentstyle-global .btn:hover,.contentstyle-global.btn:focus,.contentstyle-global.btn:active,.contentstyle-global .btn.active,
.hoverborder1:hover .btn {
	/* simple */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-transform:uppercase;
}

.contentstyle-global .btnstyle-square, .contentstyle-global .btnstyle-square:hover {
	border-radius: 0px;
	border-width: 0px;
}
.contentstyle-global .btnstyle-rounded {
	border-width: 2px;
}
.contentstyle-global .btnstyle-rounded, .contentstyle-global .btnstyle-rounded:hover {
	border-radius: 20px;
}
.contentstyle-global .btnstyle-tag,
.contentstyle-global .btnstyle-tag:hover {
	background-color: #c0c0c0;
	color: #808080;
	font-size: 12px;
	border-radius: 10px;
	border: none;
}

/* table styles */
.wysiwyg table,
.contentstyle-global .usercontent table {
	border-collapse: collapse;
	width: 100%;
}
.wysiwyg table tr td,
.contentstyle-global .usercontent table tr td {
	vertical-align: top;
}

.wysiwyg table tr th,.wysiwyg table tr td,
.contentstyle-global .usercontent table tr th, .contentstyle-global .usercontent table tr td {
	border: 1px solid rgba( 0,0,0, 0.2);
}
.wysiwyg table tr th,
.contentstyle-global .usercontent table tr th {
	background-color: rgba( 0,0,0, 0.2);
}
.wysiwyg table tr,
.contentstyle-global .usercontent table tr {
	background-color: transparent;
}
.contentstyle-global .usercontent table tr:nth-child(odd) {
	background-color: rgba( 128, 128, 128, 0.2);
}
/*
.contentstyle-global .usercontent table .clickable:hover {
	background-color: #DDDDDD;
	cursor: pointer;	
}
*/

.wysiwyg table tr th,.wysiwyg table tr td,
.contentstyle-global .usercontent table tr th, .contentstyle-global .usercontent table tr td {
	text-align: center;
}
.wysiwyg table tr th:first-child,.wysiwyg table tr td:first-child,
.contentstyle-global .usercontent table tr th:first-child, .contentstyle-global .usercontent table tr td:first-child {
	text-align: left;
}
.wysiwyg table tr th:last-child,.wysiwyg table tr td:last-child,
.contentstyle-global .usercontent table tr th:last-child, .contentstyle-global .usercontent table tr td:last-child {
	text-align: right;
}

.wysiwyg table.grid tr th,.wysiwyg table.grid tr td,
.contentstyle-global .usercontent table.grid tr th, .contentstyle-global .usercontent table.grid tr td,
.wysiwyg table.plain tr th,.wysiwyg table.plain tr td,
.contentstyle-global .usercontent table.plain tr th, .contentstyle-global .usercontent table.plain tr td {
	border: 0px;
}
.wysiwyg table.grid tr,
.contentstyle-global .usercontent table.grid tr,
.wysiwyg table.grid tr th,
.contentstyle-global .usercontent table.grid tr th,
.contentstyle-global .usercontent table.grid tr:nth-child(odd),
.wysiwyg table.plain tr,
.contentstyle-global .usercontent table.plain tr,
.wysiwyg table.plain tr th,
.contentstyle-global .usercontent table.plain tr th,
.contentstyle-global .usercontent table.plain tr:nth-child(odd) {
	background-color: transparent;
}
.contentstyle-global .usercontent table.grid tr th, .contentstyle-global .usercontent table.grid tr td {
	border-right: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	padding: 0.7em;
}
.contentstyle-global .usercontent table.plain tr th, .contentstyle-global .usercontent table.plain tr td {
	padding: 0em;
}
.contentstyle-global .usercontent table.grid tr th:last-child, .contentstyle-global .usercontent table.grid tr td:last-child {
	border-right: 0px;
}

.contentstyle-global .usercontent table.plain {
	table-layout: fixed;
	word-wrap: break-word;
}
.contentstyle-global .usercontent table.plain th, .contentstyle-global .usercontent table.plain td {
	overflow: hidden;
}

.wysiwyg table.grid tr th,.wysiwyg table.grid tr td,
.contentstyle-global .usercontent table.grid tr th, .contentstyle-global .usercontent table.grid tr td,
.wysiwyg table.grid tr th:first-child,.wysiwyg table.grid tr td:first-child,
.contentstyle-global .usercontent table.grid tr th:first-child, .contentstyle-global .usercontent table.grid tr td:first-child,
.wysiwyg table.grid tr th:last-child,.wysiwyg table.grid tr td:last-child,
.contentstyle-global .usercontent table.grid tr th:last-child, .contentstyle-global .usercontent table.grid tr td:last-child,
.wysiwyg table.plain tr th,.wysiwyg table.plain tr td,
.contentstyle-global .usercontent table.plain tr th, .contentstyle-global .usercontent table.plain tr td,
.wysiwyg table.plain tr th:first-child,.wysiwyg table.plain tr td:first-child,
.contentstyle-global .usercontent table.plain tr th:first-child, .contentstyle-global .usercontent table.plain tr td:first-child,
.wysiwyg table.plain tr th:last-child,.wysiwyg table.plain tr td:last-child,
.contentstyle-global .usercontent table.plain tr th:last-child, .contentstyle-global .usercontent table.plain tr td:last-child {
	text-align: left;
}

.contentstyle-global .usercontent table td[style*="text-align: center;"]  {
	padding: 0 2em !important;
}
.contentstyle-global .usercontent ol.contentstyle-breadcrumbs {
	padding: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.contentstyle-global .usercontent ol.contentstyle-breadcrumbs li {
	margin: 0;
	padding: 0;
}
.contentstyle-global .usercontent ol.contentstyle-breadcrumbs > li + li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-weight: 900;
	padding: 0 0.2em;
}
/* contentstyle-default including editor in cms */
/*
.contentstyle-default {
	background-color: #33CCFF;
}
.contentstyle-default .container, .contentstyle-default .container-fluid {
	background-color: #f0f0f0;
}
.wysiwyg h1, .wysiwyg h1 a,
.contentstyle-default h1, .contentstyle-default h1 a, .contentstyle-default h1 a:hover {
	color: #3300FF;
}
.wysiwyg h2, .wysiwyg h2 a,
.contentstyle-default h2,.contentstyle-default h2 a, .contentstyle-default h2 a:hover {
	color: #3300FF;
}
.wysiwyg h3, .wysiwyg h3 a,
.contentstyle-default h3,.contentstyle-default h3 a, .contentstyle-default h3 a:hover {
	color: #3300FF;
}
.wysiwyg h4, .wysiwyg h4 a,
.contentstyle-default h4, .contentstyle-default h4 a, .contentstyle-default h4 a:hover {
	color: #3300FF;
}
.formstyle-global, .formstyle-global .control-label,
.wysiwyg p, .wysiwyg ul li, .wysiwyg ol li, .wysiwyg table tr th, .wysiwyg table tr td,
.contentstyle-default p,
.contentstyle-default ul li, .contentstyle-default ol li,
.contentstyle-default table tr th, .contentstyle-default table tr td, .contentstyle-default table tr td a,.contentstyle-default table tr td a:hover,
.contentstyle-default blockquote, .contentstyle-default blockquote:before, .contentstyle-default blockquote cite,
.contentstyle-default .breadcrumb li.active, .contentstyle-default .breadcrumb > li + li:before {
	color: orange;
}
.wysiwyg p a,.wysiwyg ul li a,.wysiwyg ol li a,
.contentstyle-default p a, .contentstyle-default ul li a, .contentstyle-default ol li a {
	color: #6a6f2d;
	text-decoration:underline;
}
.contentstyle-default p a:hover, .contentstyle-default ul li a:hover, .contentstyle-default ol li a:hover {
	color: #6a6f2d;
	text-decoration:underline;
}
.contentstyle-default .card .card-body,
.contentstyle-default .card .card-header {
	padding: 0.5em;
}
.contentstyle-default .card .card-header {
	background-color: #00FF00;
}
.contentstyle-default .card .card-header h3 {
	margin: 0;
	color: red;
}
.contentstyle-default .card .card-body {
	background-color: #009900;
}
.contentstyle-default .card .card-body p {
	color: black;
}
*/
.contentstyle-default .editabletableorderable tr:hover td:first-child {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
/*
.contentstyle-default .btnimage {
	border: 1px solid rgba( 0, 0, 0, 0.2);
	border-radius: 20px;
}
*/
.contentstyle-default .btnimage:hover {
/*	border: 1px solid rgba( 0, 0, 0, 0.5); */
}
.contentstyle-default .btnimage .overlay {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    display:flex;
    align-items: center;
    justify-content: center
}
.contentstyle-default .btnimage .overlay-effect4 {
	background-color: transparent;
}
.contentstyle-default .btnimage .overlay p, .contentstyle-default .btnimage .overlay h4 {
	text-align:center;
	margin: 0.5em;
}
.contentstyle-default .btnimage .overlay a {
	text-decoration:none;
}
.contentstyle-default .btnimage .overlay-effect1 p, .contentstyle-default .btnimage .overlay-effect1 h4,
.contentstyle-default .btnimage .overlay-effect3 p, .contentstyle-default .btnimage .overlay-effect3 h4,
.contentstyle-default .btnimage .overlay-effect4 p, .contentstyle-default .btnimage .overlay-effect4 h4 {
	color: white;
}
.contentstyle-default .btnimage .overlay-effect1:hover {
  	-webkit-transition: background-color 1s;
	background-color: rgba(0,0,0,0.8);
}
.contentstyle-default .btnimage .overlay-effect2 p, .contentstyle-default .btnimage .overlay-effect2 h4  {
	color: white;
}
.contentstyle-default .btnimage .overlay-effect2 p, .contentstyle-default .btnimage .overlay-effect2 h4,
.contentstyle-default .btnimage .overlay-effect4 p, .contentstyle-default .btnimage .overlay-effect4 h4 {
	visibility:hidden;
}
.contentstyle-default .btnimage .overlay-effect2:hover p, .contentstyle-default .btnimage .overlay-effect2:hover h4,
.contentstyle-default .btnimage .overlay-effect4:hover p, .contentstyle-default .btnimage .overlay-effect4:hover h4 {
	visibility: visible;
}
.contentstyle-default .btnimage .overlay-effect2:hover {
  	-webkit-transition: background-color 1s;
	background-color: rgba(0,0,0,0.8);
}
.contentstyle-default .btnimage .overlay-effect3 {
	top: 75%;
}
.contentstyle-default .btnimage:hover .overlay-effect3 {
  	-webkit-transition: background-color 1s;
}
.contentstyle-default .btnimage .overlay-effect4:hover {
  	-webkit-transition: background-color 1s;
	background-color: rgba(0,0,0,0.8);
}

/* isotope */
.contentstyle-default .isotope-list {
}
.contentstyle-default .isotope-list .isotope-index, .contentstyle-default .isotope-list .isotope-items {
	padding: 0.2em;
}
.contentstyle-default .isotope-list .isotope-index {
	background-color: #387f85;
}
.contentstyle-default .isotope-list .isotope-index a {
	color: white;
	padding: 0 0.2em;
}
.contentstyle-default .isotope-list .isotope-index a.active {
	background-color: #fa871d;
}
.contentstyle-default .isotope-list .isotope-items {
	background-color: #e7e7e9;
	height: 200px;
	overflow-y: scroll;
}
.contentstyle-default .isotope-list .isotope-items a {
	color: #6d6e72;
}
.contentstyle-default .isotope-list .isotope-items .item {
	display: none;
}
.contentstyle-default .isotope-list .isotope-items .item.active {
	display: block;
}

/* contentstyle-topbar */
.contentstyle-topbar {
	background-color: red;
	border-bottom: 2px solid white;
}
.contentstyle-topbar .container .row {
	padding: 0.25em 0;
}
.contentstyle-topbar p {
	margin: 0;
	font-size: 0.8em;
}
.contentstyle-topbar p, .contentstyle-topbar p a {
	color: white;
}

/* section parallax */
section.contentstyle-parallax {
	background-color: transparent;
}
section.contentstyle-parallax .container-fluid {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
section.contentstyle-parallax .container {
	background-color: transparent;
}

/* contentstyle-overimage */
.contentstyle-overimage h1, .contentstyle-overimage h1 a, .contentstyle-overimage h1 a:hover,
.contentstyle-overimage h2, .contentstyle-overimage h2 a, .contentstyle-overimage h2 a:hover,
.contentstyle-overimage h3, .contentstyle-overimage h3 a, .contentstyle-overimage h3 a:hover,
.contentstyle-overimage p,
.contentstyle-overimage ul li, .contentstyle-overimage ol li,
.contentstyle-overimage table tbody tr th, .contentstyle-overimage table tbody tr td, .contentstyle-overimage table tbody tr td a,.contentstyle-overimage table tbody tr td a:hover,
.contentstyle-overimage blockquote, .contentstyle-overimage blockquote:before, .contentstyle-overimage blockquote cite,
.contentstyle-overimage .breadcrumb li.active, .contentstyle-overimage .breadcrumb > li + li:before {
	color: white;
}

/* contentstyle-image */
section.contentstyle-image {
	background-repeat:no-repeat;
	background-size: cover;
}
section.contentstyle-image .container-fluid {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
section.contentstyle-image .container {
	background-color: transparent;
}

/* formstyle-global */
.formstyle-global .form-group.row {
	margin-left: 0;
	margin-right: 0;
}
.formstyle-global .form-group.row .control-label, .formstyle-global .form-group.row .control-field  {
	padding-left: 0;
	padding-right: 0;
}
.formstyle-global {
	/* uses content default color: purple; */
}
.formstyle-global .control-label {
	/* uses content default color: green; */
}
.formstyle-global .control-field {
}

.formstyle-global .form-control::placeholder {
	color: #e0e0e0;
}
.formstyle-global .form-control::-webkit-input-placeholder {
	color: #e0e0e0;
}
.formstyle-global .form-control::-moz-placeholder {
	color: #e0e0e0;
}
.formstyle-global .form-control:-ms-placeholder {
	color: #e0e0e0;
}
.formstyle-global .required label:after {
	content: "   *";
	vertical-align:top;
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}
.formstyle-global input.form-control[type=radio],
.formstyle-global input.form-control[type=checkbox] {
	width: 1em;
	height: 1em;
	display: inline;
	margin: 0.1em 0.1em 0 0;
	position: relative;
	top: 3px;
}
.formstyle-global .checkbox-inline input.form-control[type=radio] {
	margin-right: 0.5em;
}
.formstyle-global .control-field input.form-control[type=radio],
.formstyle-global .control-field input.form-control[type=checkbox] {
	width: 1.2em;
	height: 1.2em;
/*	margin: 0.3em 0.5em 0 0; */
}
.formstyle-global input.form-control-plaintext {
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
}
.formstyle-global input.form-control[type=text],
.formstyle-global input.form-control[type=email],
.formstyle-global input.form-control[type=password],
.formstyle-global select.form-control,
.formstyle-global textarea.form-control,
.formstyle-global input.form-control[type=text]:active,
.formstyle-global input.form-control[type=email]:active,
.formstyle-global input.form-control[type=password]:active
.formstyle-global select.form-control:active,
.formstyle-global textarea.form-control:active {
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;	
}
.formstyle-global .dropdown-menu {
	background-color: white;
	padding: 0.25em;
	margin: 0;
}
.formstyle-global .dropdown-menu ul.list-unstyled {
	padding: 0;
	margin: 0;
}
.formstyle-global .dropdown-menu ul.list-unstyled li {
	padding: 0;
	margin: 0;
}
.formstyle-global .dropdown-menu ul.list-unstyled li.accordion-toggle {
	display: none;
}
.formstyle-global .dropdown-menu table {
}
.formstyle-global .dropdown-menu table tr {
	background-color: transparent !important;
}
.formstyle-global .dropdown-menu table tr th {
	background-color: transparent !important;
	font-weight: bold;
	font-size: 1em;
}
.formstyle-global .dropdown-menu table tr td {
	font-size: 0.8em;
}
.formstyle-global .dropdown-menu table tr th,
.formstyle-global .dropdown-menu table tr td {
	padding: 0.5em;
	border: none;
	color: black;
	text-align:center;
}
.formstyle-global .dropdown-menu table tr th.prev:hover,
.formstyle-global .dropdown-menu table tr th.next:hover,
.formstyle-global .dropdown-menu table tr td:hover {
	cursor:pointer;
}
.formstyle-global .dropdown-menu table tr td.today {
	background-color: rgba( 204,204,204, 0.3);
	color: black;
}
.formstyle-global .dropdown-menu table tr td.active {
	background-color: rgba( 0,0,255, 0.3);
	color: white;
}

/* formstyle-boxed */
.formstyle-boxed input.form-control[type=text],
.formstyle-boxed input.form-control[type=email],
.formstyle-boxed select.form-control,
.formstyle-boxed textarea.form-control,
.formstyle-boxed input.form-control[type=password] {
	background-color: white;
	border: none;
	border-radius: 0;
}
/* formstyle-boxedborder */
.formstyle-boxedborder input.form-control[type=text],
.formstyle-boxedborder input.form-control[type=email],
.formstyle-boxedborder select.form-control,
.formstyle-boxedborder textarea.form-control,
.formstyle-boxedborder input.form-control[type=password] {
	border: 1px solid #ced4da;
	border-radius: 0;
}
/* formstyle-nicecorners */
.formstyle-nicecorners input.form-control[type=text],
.formstyle-nicecorners input.form-control[type=email],
.formstyle-nicecorners select.form-control,
.formstyle-nicecorners textarea.form-control,
.formstyle-nicecorners input.form-control[type=password],
.formstyle-nicecorners input.form-control[type=text]:active,
.formstyle-nicecorners input.form-control[type=email]:active,
.formstyle-nicecorners select.form-control:active,
.formstyle-nicecorners textarea.form-control:active,
.formstyle-nicecorners input.form-control[type=password]:active {
	background-color: white;
	border: 1px solid #ced4da;
	border-radius: 3px;
}
.formstyle-nicecorners .input-group .input-group-addon {
	border: 1px solid #ced4da;
	border-left: none;
	border-radius: 0px 3px 3px 0px;
}
.formstyle-nicecorners .input-group .input-group-addon .input-group-text {
	font-size: 1em;
}
.formstyle-nicecorners .input-group input.form-control[type=text] {
	border-radius: 3px 0px 0px 3px;
	border-right: none;
}
/* animation-scrollzoom */
.animation-scrollzoom {
	width: 100%;
}
.animation-scrollzoom-canvas {
	top: 0px;
	width: 100%;
	overflow: hidden;
}
.animation-scrollzoom-canvas img {
	position: absolute;
	top: 0;
	width: 100%;
}

/* contentstyle-imagerow */
.contentstyle-imagerow-index {
}
.contentstyle-imagerow-big {
	margin-bottom: 0.5em;
}
.contentstyle-imagerow-index .item {
	margin: 0 0.5em 0.5em 0;
}
.contentstyle-imagerow-index .item {
	border: 1px solid #404040;
	height: 5em;
	width: 5em;
	overflow: hidden;
	float: left;
}
.contentstyle-imagerow-index .item img {
	height: 100%;
	width: auto;
}
.contentstyle-imagerow-big {
	clear: both;
	border: 1px solid #404040;
}

/* contentstyle-filter-items */
.contentstyle-filter-selectors button {
	background-color: red;
}
.contentstyle-filter-selectors button.active {
	background-color: green;
}
.contentstyle-filter-items .item.image {
	padding: 0;
}
.contentstyle-filter-items .item {
	position: relative;
}
.contentstyle-filter-items .item {
}
.contentstyle-filter-items .item.active {
}

/* contentstyle-nicegrid1 */
.contentstyle-nicegrid1 .nicegrid-col {
	padding: 1em;
}
.contentstyle-nicegrid1 .nicegrid-col .nicegrid-inner {
	border: 1px solid #ced4da;
	border-radius: 10px;
	background-color: white;
	overflow: hidden;
	padding: 1em;
}
.contentstyle-nicegrid1 .nicegrid-col .nicegrid-inner img {
}

/* contentstyle-nicegrid2 */
.contentstyle-nicegrid2 .nicegrid-col {
	padding: 1em;
}
.contentstyle-nicegrid2 .nicegrid-col .nicegrid-inner, .contentstyle-nicegrid2 .nicegrid-col .nicegrid-inner .imgfill {
	border: 1px solid #ced4da;
	border-radius: 10px;
}
.contentstyle-nicegrid2 .nicegrid-col .nicegrid-inner {
	background-color: white;
	overflow: hidden;
	padding: 1em;
}
.contentstyle-nicegrid2 .nicegrid-col .nicegrid-inner img {
}

/* contentstyle-nicegrid3 */
.contentstyle-nicegrid3 .nicegrid-col {
	padding: 0em;
}
.contentstyle-nicegrid3 .nicegrid-col .nicegrid-inner, .contentstyle-nicegrid3 .nicegrid-col .nicegrid-inner .imgfill {
}
.contentstyle-nicegrid3 .nicegrid-col .nicegrid-inner {
	overflow: hidden;
	padding: 1em;
}
.contentstyle-nicegrid3 .nicegrid-col .nicegrid-inner img {
}

/* contentstyle-boxes */
section.contentstyle-boxes .container-fluid {
	padding: 0;
}
.contentstyle-boxes .container-fluid .inner {
	text-align:center;
}

/* contentstyle-nicegridblog */
.contentstyle-nicegridblog .nicegrid-col .nicegrid-inner {
	border: 1px solid #ced4da;
	position: relative;
	padding-bottom: 1em;
}
.contentstyle-nicegridblog .nicegrid-col .nicegrid-inner p a {
	text-decoration: none;
}
.contentstyle-nicegridblog-date {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 44px;
	height: 60px;
	padding-top: 2px;
	background-color: black;
	color: white;
	font-size: 35px;
	line-height: 35px;
	text-align:center;
}
.contentstyle-nicegridblog-date span {
	font-size: 15px;
	line-height: 15px;
	text-transform:uppercase;
	position: relative;
	top: -20px;
}

/* popupstyle-global */
.popupstyle-global .modal-content,
.popupstyle-image .modal-content img {
	border-radius: 1em;
}
.popupstyle-global .modal-content {
	background-color: white;
	-webkit-box-shadow: 0px 0px 25px -1px rgba(208,208,208,1);
	-moz-box-shadow: 0px 0px 25px -1px rgba(208,208,208,1);
	box-shadow: 0px 0px 25px -1px rgba(208,208,208,1);
}
.popupstyle-global .modal-content {
	border: 4px solid green;
}
.popupstyle-global .modal-content .contentstyle-popup,
.popupstyle-global .modal-content .contentstyle-popup .container-fluid {
	background-color: transparent !important;
}
.popupstyle-global .modal-content .contentstyle-popup .container-fluid {
	padding: 1.2em !important;
}
.popupstyle-image .modal-content img {
	border: 1px solid transparent;
}
.popupstyle-image .comment, .popupstyle-image .previous, .popupstyle-image .next {
	color: black;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.popupstyle-image .previous, .popupstyle-image .next {
	font-size: 1.4em;
}
.popupstyle-image .comment {
	text-align: center;
}

.popupstyle-image .previous {
	float: left;
	padding-left: 1em;
}
.popupstyle-image .next {
	float: right;
	padding-right: 1em;
}
	

/* gallerystyle-flowing */
.gallerystyle-flowing {
	-webkit-column-count: 2;
	-webkit-column-gap:   0px;
	-moz-column-count:    2;
	-moz-column-gap:      0px;
	column-count:         2;
	column-gap:           0px;  
	padding: 0;
}
.gallerystyle-flowing img {
	width: 100% !important;
	height: auto !important;
	border: 3px solid purple;
}
@media only screen and (min-width : 768px) {
	.gallerystyle-flowing { -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; }
}
@media only screen and (min-width : 992px) {
	.gallerystyle-flowing { -moz-column-count: 4; -webkit-column-count: 4; column-count: 4; }
}
@media only screen and (min-width : 1200px) {
	.gallerystyle-flowing { -moz-column-count: 5; -webkit-column-count: 5; column-count: 5; }
}

/* gallerystyle-folder */
.gallerystyle-folder .overlay {
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    display:flex;
    align-items: center; /* Vertical center alignment */
    justify-content: center
}
.gallerystyle-folder .overlay p {
	text-align:center;
	margin: 2em;
  	color: #303030;
}
.gallerystyle-folder .overlay:hover {
  	-webkit-transition: background-color 1s;
	background-color: rgba(0,0,0,0.7);
}
.gallerystyle-folder .overlay:hover p {
  	-webkit-transition: color 1s;
	color: white;
}

/* Specific site containers and styling */
.wysiwyg .textstyle-red,
.textstyle-red {
	color: red;
}
.badge-notify {
   background:red;
}


/* global - maps */
#map1 {
	width: 100%;
	height: 500px;
}

/* carousel - isotope */
.isotopegrid .item .caption,
.isotopegrid .item img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* fixedbackground-top */
.fixedbackground-top {
	height: 400px;
}

/* carouselstyle-default */
.carouselstyle-default .carousel-item .container {
	position: absolute;
	z-index: 30;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: transparent;
}
.carouselstyle-default .carousel-item {
	overflow: hidden;
}
.carouselstyle-default .carousel-item img.square {
	width: 100%;
	height: auto;
}
.carouselstyle-default .carousel-item img.wide {
	width: 100%;
	height: auto;
}
.carouselstyle-default .carousel-item img.superwide {
	width: auto;
	height: 100%;
}
.carouselstyle-default .carousel-item img.tall {
	width: auto;
	height: 100%;
}
.carouselstyle-default .carousel-item .carousel-item-mask {
/*	background-color: rgba( 255,0,0,0.75); */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.carouselstyle-default .carousel-item .caption-center,
.carouselstyle-default .carousel-item .caption-left,
.carouselstyle-default .carousel-item .caption-right {
	text-align:center;
}
.carouselstyle-default .caption-overlay .container, .carouselstyle-default .caption-overlay .container-fluid {
	padding: 0 !important;
}
.carouselstyle-default .caption-overlay h1, .carouselstyle-default .caption-overlay h2, .carouselstyle-default .caption-overlay h3 {
	color: green;
	font-size: 1.5em;
	text-shadow: 2px 2px #c0c0c0;
}
.carouselstyle-default .caption-overlay p {
	font-size: 1em;
	color: white;
}
.carouselstyle-default .carousel-item .container, .carouselstyle-default .carousel-item .container-fluid {
	padding: 0;
	top: 15%;
}
.carouselstyle-default .carousel-item {
	height: 50px;
}
.carouselstyle-default .carousel-item .caption-withmask .container,
.carouselstyle-default .carousel-item .caption-withmask .container-fluid,
.carouselstyle-default .carousel-item .caption-withmask .inner {
	height: 3em;
}
.carouselstyle-default .carousel-item .caption-withmask .inner {
	padding: 0.5em;
}
.carouselstyle-default .carousel-item .caption-withmask {
	position: absolute;
	z-index: 30;
	left: 0; 
	right: 0; 
	top: 35%;
}
.carouselstyle-default .carousel-item .caption-withmask .container-fluid {
}
.carouselstyle-default .carousel-item .caption-withmask .container-fluid .inner {
	background-color: rgba( 0,0,0,0.4);
}
.carouselstyle-default .carousel-item .caption-withmask .container {
	position: absolute;
	top: 0;
}

/* carouselstyle-short */
.carouselstyle-short .carousel-item .container {
	top: 25%;
}
.carouselstyle-short .carousel-item {
	height: 100px;
}

/* carouselstyle-multi */
.carouselstyle-multi .carousel-item {
	height: 240px;
}
.carouselstyle-multi .row {
	padding: 0;
	margin: 0;
}
.carouselstyle-multi .carousel-item .carousel-item-inner {
	float: left;
}
.carouselstyle-multi .carousel-item .imgthumbtiny {
	width: 100%;
	height: 120px;
}
/* carouselstyle-variedcontent */
.carouselstyle-variedcontent .carousel-item {
	padding-top: 0em;
	padding-bottom: 0em;
}
.carouselstyle-variedcontent .carousel-control-prev, .carouselstyle-variedcontent .carousel-control-next {
	font-size: 4em;
	color: purple;
}
/* carouselstyle-endless */
.carouselstyle-endless {
	visibility: hidden;
	overflow: hidden;
}
.carouselstyle-endless-large {
	background-color: green;
	width: 100%;
}
.carouselstyle-endless-large, .carouselstyle-endless-large .carouselstyle-endless,
.carouselstyle-endless-large .carouselstyle-endless img {
	height: 160px;
}
.carouselstyle-endless-small {
	background-color: transparent;
	width: 100%;
}
.carouselstyle-endless-small, .carouselstyle-endless-small .carouselstyle-endless,
.carouselstyle-endless-small .carouselstyle-endless img {
	height: 50px;
}

/* contentstyle-flexbox */
.contentstyle-flexbox {
 	align-items:center;
}
.contentstyle-flexbox img {
	max-height: 60px;
}


/* headerstyle-default */
.headerstyle-global {
	padding: 0;
}

/* navstyle-global */
.navstyle-global .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.navstyle-global .row1, .navstyle-global .row2 {
	margin: 0;
}
.navstyle-global .tagline {
	text-align: center;
	margin: 0em;
}
.navstyle-global .tagline,
.navstyle-global .tagline p {
	font-size: 1.05em;
	line-height: 1.2em;
}
.navstyle-global .tagline p {
	margin: 0em;
}

.navstyle-global .formstyle-labelinside .form-control {
	border: none;
}
.navstyle-global .input-group .form-control,
.navstyle-global .input-group .input-group-text {
	border: none;
}
.navstyle-global .input-group .input-group-text {
	background-color: transparent;
}
.navstyle-global button,
.navstyle-global .form-control {
	background-color: transparent;
}
.navstyle-global button:hover {
	cursor:pointer;
}
.navstyle-global .row1 {
	padding: 0.5em;
}
.navstyle-global .formstyle-labelinside .input-group {
	border: 1px solid #c0c0c0;
}
.navstyle-global .formstyle-labelinside .form-control::placeholder {
	color: #c0c0c0;
}
.navstyle-global .formstyle-labelinside .form-control::-webkit-input-placeholder {
	color: #c0c0c0;
}
.navstyle-global .formstyle-labelinside .form-control::-moz-placeholder {
	color: #c0c0c0;
}
.navstyle-global .formstyle-labelinside .form-control:-ms-placeholder {
	color: #c0c0c0;
}
.navstyle-global .headertall {
	display: none;
}
.navstyle-global .navbar-nav > li,
.navstyle-global .navbar-nav .dropdown-menu,
.navstyle-global .navbar-nav .dropdown-menu > li {
	background-color: transparent;
	padding: 0;
}
.navstyle-global .navbar-nav > li.open > a,
.navstyle-global .navbar-nav > li.open > a:focus,
.navstyle-global .navbar-nav > li.open > a:hover,
.navstyle-global .navbar-nav > li > a,
.navstyle-global .navbar-nav .open .dropdown-menu > li >a,
.navstyle-global .navbar-nav .dropdown-menu > li > a {
	display: block;
}
.navstyle-global .navbar-toggler {
	float: right;
	border-width: 3px;
	padding: 4px;
}
.navstyle-global .collapse .dropdown-menu {
	background:none;
	border:none;
	padding: 0 1em;
}
.navstyle-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* navstyle-columns */
.navstyle-columns .formstyle-labelinside .input-group {
	border: 1px solid purple;
}
.navstyle-columns ul {
	padding-top: 1em;
	padding-bottom: 1em;
}
.navstyle-columns ul.nav li {
	padding-bottom: 0.5em;
}
.navstyle-columns ul.nav li ul,
.navstyle-columns ul.nav li ul li ul,
.navstyle-columns ul.nav li.active ul,
.navstyle-columns ul.nav li.active ul li ul {
 	display: none;
}
.navstyle-columns ul.nav li.active ul,
.navstyle-columns ul.nav li.active ul li.active ul {
	display: block;
}
.navstyle-columns ul.nav li ul {
	list-style:none;
	padding: 0 0 0 1em;
	margin: 0;
}
.navstyle-columns .row1 {
	background-color: black;
}
.navstyle-columns .row2 {
	background-color: black;
}

/* navstyle-3 */
.navstyle-3 .formstyle-navbar input {
	padding: 5px;
	height: 25px;
	font-size: 15px;
	line-height: 15px;
	margin: 0;
}
.navstyle-3 .formstyle-navbar .input-group-text {
	padding: 0;
	background-color: #101010;
}
.navstyle-3 .formstyle-navbar .input-group-text button {
	color: white;
	height: 25px;
	padding: 0 5px 0 5px;
}
.navstyle-3 .formstyle-navbar .input-group-text button i {
	font-size: 13px;
}

/* navstyle-6 */
.navstyle-6 .navbar-nav,
.navstyle-6 .navbar-nav li ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
.navstyle-6 .navbar-nav li,
.navstyle-6 .navbar-nav li ul li {
	padding: 0;
	margin: 0;
}
/*
.navstyle-6 ul.nav {
	margin: 0;
	padding: 0.2em;
}
.navstyle-6 ul.nav li {
	margin: 0;
	padding: 0.2em;
}
.navstyle-6 ul.nav li ul {
}
.navstyle-6 .navbar-nav > li.open > a,
.navstyle-6 .navbar-nav > li.open > a:focus,
.navstyle-6 .navbar-nav > li.open > a:hover,
.navstyle-6 .navbar-nav > li > a {
	display: block;
	background-color: transparent;
}
*/

/* contentstyle-footer */
.contentstyle-footer p a, .contentstyle-footer p a:hover {
	text-decoration:none;
}
.contentstyle-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contentstyle-footer ul li {
	margin: 0;
	padding: 0;
}
.contentstyle-footer .container, .contentstyle-footer .container-fluid {
	background-color: transparent;
}
.contentstyle-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contentstyle-footer ul li {
	padding: 0;
	margin: 0;
}

/* contentstyle-footer1 */
.contentstyle-footer1 p, .contentstyle-footer1 ul li {
	font-size: 1em;
	line-height: 1.3em;
}

/* contentstyle-footer2 */
.contentstyle-footer2 p, .contentstyle-footer2 ul li {
	font-size: 0.8em;
	line-height: 1.1em;
}

/* ecommerce */
.contentstyle-ecomm-default p.price {
	color: green;
}
.contentstyle-ecomm-default p.price span {
	text-decoration:line-through;
}
.contentstyle-ecomm-default .nicegrid-col {
	padding: 0 1em 1em 1em;
}
.contentstyle-ecomm-default .nicegrid-col .nicegrid-inner, .contentstyle-ecomm-default .nicegrid-col .nicegrid-inner .imgfill {
}
.contentstyle-ecomm-default .nicegrid-col .nicegrid-inner {
	overflow: hidden;
	border: 2px solid purple;
	padding-bottom: 1em;
	background-color: white;
}
.contentstyle-ecomm-default .nicegrid-col .nicegrid-inner h2,
.contentstyle-ecomm-default .nicegrid-col .nicegrid-inner h3,
.contentstyle-ecomm-default .nicegrid-col .nicegrid-inner h4,
.contentstyle-ecomm-default .nicegrid-col .nicegrid-inner p {
	margin: 1em 0 0 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* ecommstyle-default */
.ecommstyle-default .prodcategory {
	padding: 0;
	border: 1px solid #c0c0c0;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.ecommstyle-default .prodcategory .prodinfo {
	padding: 1em 3em 1em 1em;
	padding-right: 0em;
	z-index: 20;
}
.ecommstyle-default .prodcategory .prodimage {
	position: absolute;
	opacity: 0.3;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	z-index: -10;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
  	-o-transition: all .5s ease; /* IE 9 */
  	-ms-transition: all .5s ease; /* Opera */
  	transition: all .5s ease;
}
.ecommstyle-default .prodcategory .prodimage img {
	width: auto;
	height: 100%;
	float: right;
}
.ecommstyle-default .prodcategory .prodinfo h2, .ecommstyle-default .prodcategory .prodinfo h3, .ecommstyle-default .prodcategory .prodinfo p, .ecommstyle-default .prodcategory .prodinfo h3 a {
	z-index: 20;
	color: green;
}
.ecommstyle-default .prodcategory .prodlink a {
	display: block;
	background-color: orange;
	color: white;
	font-size: 1.2em;
	padding: 0.5em;
}
.ecommstyle-default .prodcategory .prodlink a span {
	float: right;
}
.ecommstyle-default .prodcategory:hover .prodimage {
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}
.ecommstyle-default .prodcategory:hover {
	cursor:pointer;
}
.ecommstyle-default .prodcategory:hover .prodlink a {
	background-color: blue;
}
.ecommstyle-default .proditem {
	background-color: green;
	padding: 0.5em;
}
.ecommstyle-default .proditem .prodimage {
	background-color: transparent;
}
.ecommstyle-default .proditem .prodinfo,
.ecommstyle-default .proditem .prodlink {
	text-align:center;
}
.ecommstyle-default .proditem .prodinfo {
	height: 11em;
	overflow: hidden;
}
.ecommstyle-default .prodprice {
	font-family: 'Droid Serif';
	font-weight: 700;
	font-size: 1.2em;
	color: orange;
}
.ecommstyle-default .prodprice span {
	text-decoration:line-through;
	padding-right: 0.5em;
	font-size: 0.8em;
	color: purple;
}

/* isotope */
.isotopegrid .item .item-wrap .caption {
	padding: 20% 5%;
}
.isotopegrid .item .caption h3,
.isotopegrid .item .caption h3 a,
.isotopegrid .item .caption h3 a:hover {
	font-size: 12px;
	line-height: 14px;
	color: white;
	margin-bottom: 5px;
}

/* tabs */
.tabstyle1 ul.nav {
	margin: 0px 0px 0px 10px;
}
.tabstyle1 ul.nav>li {
	border-radius: 10px 10px 0px 0px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.tabstyle1 ul.nav>li a {
	color: red;
	background-color: transparent;
	padding: 0.6em 1.2em;
}
.tabstyle1 .tab-content>.tab-pane {
	border-radius: 10px;
	padding: 10px;
}
.tabstyle1 ul.nav>li {
	background-color: green;
}
.tabstyle1 ul.nav>li.active,
.tabstyle1 .tab-content>.tab-pane {
	background-color: blue;
}

/* icons */
/*
.fa-facebook { color: #3b5998; }
.fa-instagram { color: #3f729b; }
.fa-youtube-square  { color: #e52d27; }
*/

/* sharestyle-plain */
.sharestyle-plain .jssocials-share-link {
  padding: .5em .6em;
  border-radius: 0.3em;
  border: 2px solid #ed174b;
  color: #ed174b;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
.sharestyle-plain .jssocials-share-link:hover, .sharestyle-plain .jssocials-share-link:focus, .sharestyle-plain .jssocials-share-link:active {
    border: 2px solid #ed174b;
    color: #ed174b; }

.sharestyle-plain .jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.4em;
  background: #f5f5f5;
  border-radius: 0.3em;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
.sharestyle-plain .jssocials-share-count-box:hover {
    background: #e8e8e8; }
.sharestyle-plain .jssocials-share-count-box:hover:after {
      border-color: transparent #e8e8e8 transparent transparent; }
.sharestyle-plain .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.75em;
    left: -0.4em;
    width: 0;
    height: 0;
    border-width: 0.5em 0.5em 0.5em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
.sharestyle-plain .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #acacac; }

/* contentstyle-socialfeedgallery */
.contentstyle-socialfeedgallery .instagram_gallery a img {
	float: left;
	position: relative;
	border: 1px solid transparent;
	width: 25%;
	height: auto;
}

/* ------------------ Mobile overrides ------------------ */
@media only screen and (max-width : 768px) {
	.usercontent img.float-right,
	.usercontent img.float-left {
		width: 100%;
		float: none;
	}
	footer .text-left p,
	footer .text-right p {
		text-align:center;
	}
	.carousel .carousel-indicators, .carousel .carousel-control-prev, .carousel .carousel-control-next {
		display: none;
	}
	.fa-10x { font-size: 3em; }	
	.navstyle-global .tagline,
	.navstyle-global .tagline p {
		margin: 0;
	}
}
/* ------------------ Tablet portrait overrides ------------------ */
@media only screen and (min-width : 768px) and (max-width : 992px) {
	/* navigation - global */
	.navbar-default .navbar-nav > li.open > a,
	.navbar-default .navbar-nav > li.open > a:focus,
	.navbar-default .navbar-nav > li.open > a:hover,
	.navbar-default .navbar-nav > li > a {
		font-size: 0.9em;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a,
	.navbar-default .navbar-nav .dropdown-menu > li > a {
		font-size: 0.9em;
	}
}
/* ------------------ Small Devices, Tablets col-sm- ------------------*/
@media only screen and (min-width : 768px) {
	/* spacing and margins */
	.usercontent img.float-right {
		margin-left: 1em;
	}
	.usercontent img.float-left {
		margin-right: 1em;
	}
	.gridboxcontainer .gridbox {
		height: 300px;
	}
	.contentstyle-comments input.submit,
	.btn-tiny, .btn-tiny:hover {
		font-size: 1.1em;
		padding: .2em 1.1em;
	}
	.btn-small, .btn-small:hover {
		font-size: 1.3em;
		padding: .3em 1.5em;
	}
	.btn-large, .btn-large:hover {
		font-size: 1.8em;
		padding: .3em 1.5em;
	}

	/* bleeding */
	.contentstyle-bleeding .container-fluid:first-child {
		background-color: transparent;
		position: absolute;
		top: 0;
		padding: 0;
		background-size: cover;
	}
	.contentstyle-bleeding .container-fluid:last-child {
		background-color: transparent;
		padding: 0;
	}
	.contentstyle-bleeding .bleeding-mixed {
		background-repeat:no-repeat;
		background-size: cover;
	}
	.contentstyle-bleeding .bleeding-mixed iframe {
		width: 100%;
	}

	/* navstyle-global */
	.navstyle-global {
		padding: 0;
	}
	.navstyle-global .navbar-brand img {
		height: auto;
	}
	.navstyle-global .collapse .dropdown-menu {
		border:none;
		border-radius: 0;
		margin: 0;
	}
	.navstyle-global .collapse .dropdown-menu li {
		padding-left: 0;
	}
	.navstyle-global .tagline {
		margin-bottom: 0;
	}
	.navstyle-global .tagline,
	.navstyle-global .tagline p {
		font-size: 1.2em;
		line-height: 1.1em;
	}
	.navstyle-global .tagline .btn {
		font-size: 1em;
	}
	.navstyle-global .tagline {
		text-align: right;
	}
	.navstyle-global .row1 {
		padding: 0em;
	}
	
	/* navstyle-columns */
	.navstyle-columns ul.nav {
		position: relative;
		margin: 0em 3em 2em 3em;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navstyle-columns ul.nav li {
		padding: 0.2em 0em;
	}
	.navstyle-columns ul.nav li ul {
		position: absolute;
		top: 0;
		left: 33%;
		width: 66%;
		padding: 0;
	}
	.navstyle-columns ul.nav li ul li ul {
		left: 50%;
		width: 50%;
	}
	.navstyle-columns ul.nav li.active {
	}
	.navstyle-columns ul.nav li.active::after {
		font-family: FontAwesome;
		content: "\f054";
		display: inline-block;
		padding-left: 3px;
		vertical-align: middle;
	}
	.navstyle-columns ul.nav li.active ul li.active {
	}
	.navstyle-columns ul.nav li.active ul li.active ul li.active {
	}
		
	.navstyle-columns .row1 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.navstyle-columns .row1.pagescrolled {
/*
		padding-top: 20px;
		padding-bottom: 20px;
*/
	}
	.navstyle-columns .row1 .container {
		height: 90px;
	}
	.navstyle-columns .row1,
	.navstyle-columns .row1.pagescrolled {
		-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;
	}
	.navstyle-columns .row1.pagenotscrolled  {
		background-color: transparent;
	}
	.navstyle-columns .row1.pagenotscrolled .tagline p, 
	.navstyle-columns .row1.pagenotscrolled button, 
	.navstyle-columns .row1.pagenotscrolled .form-control,
	.navstyle-columns .row1.pagenotscrolled .tagline a,.navstyle-global .tagline a:hover,
	.navstyle-columns .row1.pagenotscrolled .tagline p a,.navstyle-global .tagline p a:hover { 
		color: black;
	}
	.navstyle-columns .row1.pagenotscrolled .logo.headertall {
		display: block;
	}
	.navstyle-columns .row1.pagenotscrolled .logo.headershort {
		display: none;
	}
	.navstyle-columns .row1.navopen  {
		background-color: black;
	}
	.navstyle-columns .row1.navopen .tagline p, 
	.navstyle-columns .row1.navopen button, 
	.navstyle-columns .row1.navopen .form-control,
	.navstyle-columns .row1.navopen .tagline a,.navstyle-global .tagline a:hover,
	.navstyle-columns .row1.navopen .tagline p a,.navstyle-global .tagline p a:hover { 
		color: purple;
	}
	.navstyle-columns .row1.pagenotscrolled  .formstyle-labelinside .input-group {
		border: 1px solid blue;
	}
	.navstyle-columns .row1.navopen .logo.headertall {
		display: none;
	}
	.navstyle-columns .row1.navopen .logo.headershort {
		display: block;
	}

	/* navstyle-2 */
	.navstyle-2 .row1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.navstyle-2 .row2 {
		margin-top: 0px;
	}

	/* navstyle-3 */
	.navstyle-3 .row1 {
/*
		padding-top: 20px;
		padding-bottom: 20px;
*/
	}
	.navstyle-3 .row2 {
		margin-top: 0px;
	}

	/* navstyle-4 */
	.navstyle-4 .row1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.navstyle-4 .carousel {
		position: relative;
	}
	.navstyle-4 .carousel .row2 {
		margin-top: 0px;
		background-color: rgba( 0,0,0,0.3);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 1000;
	}
	.navstyle-4 .navbar-nav {
		width: 100%;
		display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
		display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
  	}

	/* fixedbackground-top */
	.fixedbackground-top {
		height: 430px;
	}

	/* contentstyle-carousel */
	.carouselstyle-default .carousel-item .container {
		top: 30%;
	}
	.carouselstyle-default .carousel-item .caption-full .container {
		top: 2%;
	}
	.carouselstyle-default .carousel-item {
		height: 300px;
	}
	.carouselstyle-default .carousel-item .caption-withmask .container,
	.carouselstyle-default .carousel-item .caption-withmask .container-fluid,
	.carouselstyle-default .carousel-item .caption-withmask .inner {
		height: 3.5em;
	}
	.carouselstyle-default .carousel-item .caption-withmask {
		top: 55%;
	}

	/* carouselstyle-short */
	.carouselstyle-short .carousel-item .container {
		top: 25%;
	}
	.carouselstyle-short .carousel-item {
		height: 150px;
	}
	/* carouselstyle-multi */
	.carouselstyle-multi .carousel-item {
		height: 250px;
	}
	/* carouselstyle-endless */
	.carouselstyle-endless-large, .carouselstyle-endless-large .carouselstyle-endless,
	.carouselstyle-endless-large .carouselstyle-endless img {
		height: 160px;
	}
	.carouselstyle-endless-small, .carouselstyle-endless-small .carouselstyle-endless,
	.carouselstyle-endless-small .carouselstyle-small img {
		height: 80px;
	}

	/* carouselstyle-variedcontent */
	.carouselstyle-variedcontent-small .carouselstyle-variedcontent-inner {
		height: 250px;
	}
	.carouselstyle-variedcontent-large .carouselstyle-variedcontent-inner {
		height: 400px;
	}
	.carouselstyle-variedcontent-large .carouselstyle-variedcontent-inner img {
		height: 100%;
		width: auto;
	}
	
	/* content */
	.allow2lines {
		min-height: 4.2em;
	}
	.usercontent img.float-left,
	.usercontent img.float-right {
		width: initial;
		max-width: 300px;
	}
	.imagebutton .captionlower {
		padding: 5px;
	}
	.imagebutton .captionlower a {
		font-size: 16px;
	}
	.imagebutton .captioncentred {
		padding: 20px;
	}
	.imagebutton .captioncentred a {
		font-size: 35px;
		line-height: 40px;
	}

	/* contentstyle-video */
	.contentstyle-video, .contentstyle-video .backgroundmask {
		height: 300px;
	}
	/* ecommstyle-default */
	.ecommstyle-default .prodcategory .prodinfo {
		padding: 1em;
		height: 10em;
	}
	/* content */
	.contentstyle-default p[style*="text-align: center"] img {
		display: inline;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		height: 200px;
	}
	.contentstyle-default .isotope-list .isotope-items {
		height: 300px;
	}

	/* formstyle-global */
	.formstyle-global .form-group.row .control-label {
		padding-right: 1em;
	}
	/* contentstyle-socialfeed */
	.contentstyle-socialfeedgallery .instagram_gallery a img {
		width: 16.66666%;
	}
}

/* ------------------ Medium Devices, Desktops - col-md- ------------------*/
@media only screen and (min-width : 992px) {
	/* layer containers */
	.coverpageinner h2 {
		font-size: 45px;
	}
	.coverpageinner h3 {
		font-size: 35px;
	}
	h1.navbar-brand a {
		font-size: 20px;
	}
	/* spacing and margins */
	.gridboxcontainer .gridbox {
		height: 240px;
	}
	
	/* animate-rotatein */
	.animate-rotatein {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		width: 100vw;
		height: 100vh;
		bottom: 0;
		right: 0;
		z-index: 2;
		visibility: hidden;
		opacity: 0;
		overflow: hiden;
		transition: .64s ease-in-out;
		z-index: 1200;
	}
	.animate-rotatein-content {
		position: relative;
		bottom: -100vw;
		right: -100vh;
		max-width: 800px;
		/* max-height: 600px; */
		width: 60%;
		/* height: 80%; */
		-webkit-transform: rotate(32deg);
			  transform: rotate(32deg);
		transition: .64s ease-in-out;
	}
	.animate-rotatein.open {
		visibility: visible;
		opacity: 1;
	}
	.animate-rotatein.open .animate-rotatein-content {
		bottom: 0;
		right: 0;
		-webkit-transform: rotate(0);
			  transform: rotate(0);
	}
	.animate-rotatein-close {
		position: absolute;
		right: -1rem;
		top: -1rem;
		width: 3rem;
		height: 3rem;
		font-size: 1.6em;
		font-weight: 300;
		border:0 ;
		border-radius: 100%;
		background-color: #0A0A0A;
		z-index: 4;
		line-height: 3rem;
		text-align: center;
		cursor: pointer;
		text-decoration: none;
	}
	.animate-rotatein-close, .animate-rotatein-close:hover {
		color: white;
	}	
	/* animation-scrollzoom */
	.animation-scrollzoom {
		width: 100%;
	}
	.animation-scrollzoom-canvas {
		position: fixed;
	}
	.animation-scrollzoom-canvas img {
		position: absolute;
		top: 0;
	}
	.animation-scrollzoom-canvas img.pic2 {
		opacity: 0;
	}

	/* content */
	.usercontent img.float-left,
	.usercontent img.float-right {
		max-width: 300px;
	}
	.usercontent img.float-left.wide, .usercontent img.float-left.superwide,
	.usercontent img.float-right.wide, .usercontent img.float-right.superwide {
		max-width: 500px;
	}

	.imagebutton .captionlower {
		padding: 2px;
	}
	.imagebutton .captionlower a {
		font-size: 14px;
	}
	.imagebutton .captioncentred {
		padding: 15px;
	}
	.imagebutton .captioncentred a {
		font-size: 25px;
		line-height: 30px;
	}

	/* fixedbackground-top */
	.fixedbackground-top {
		height: 550px;
	}

	/* contentstyle-carousel */
	.carouselstyle-default .carousel-item .caption-left, .carouselstyle-default .carousel-item .caption-right {
		width: 60%;
	}
	.carouselstyle-default .carousel-item .caption-left {
		text-align: left;
	}
	.carouselstyle-default .carousel-item .caption-right {
		text-align: right;
		float: right;
	}
	.carouselstyle-default .caption-overlay h1, .carouselstyle-default .caption-overlay h2, .carouselstyle-default .caption-overlay h3 {
		font-size: 3em;
	}
	.carouselstyle-default .caption-overlay p {
		font-size: 2em;
	}
	.carouselstyle-inner .caption-overlay h1, .carouselstyle-inner .caption-overlay h2, .carouselstyle-inner .caption-overlay h3 {
		font-size: 2em;
	}
	.carouselstyle-inner .caption-overlay p {
		font-size: 1em;
	}
	
	.carouselstyle-default .carousel-item .container {
		top: 25%;
	}
	.carouselstyle-default .carousel-item .caption-full .container {
		top: 2%;
	}
	.carouselstyle-default .carousel-item {
		height: 400px;
	}
	.carouselstyle-default .carousel-item .caption-withmask .container,
	.carouselstyle-default .carousel-item .caption-withmask .container-fluid,
	.carouselstyle-default .carousel-item .caption-withmask .inner {
		height: 9em;
	}
	.carouselstyle-default .carousel-item .caption-withmask {
		top: 50%;
	}

	/* carouselstyle-inner */
	.carouselstyle-inner .carousel-item .container {
		top: 20%;
	}
	.carouselstyle-inner .carousel-item {
		height: 280px;
	}

	/* carouselstyle-short */
	.carouselstyle-short .carousel-item .container {
		top: 25%;
	}
	.carouselstyle-short .carousel-item {
		height: 190px;
	}
	/* carouselstyle-multi */
	.carouselstyle-multi .carousel-item {
		height: 250px;
	}
	/* carouselstyle-endless */
	.carouselstyle-endless-large, .carouselstyle-endless-large .carouselstyle-endless,
	.carouselstyle-endless-large .carouselstyle-endless img {
		height: 480px;
	}
	.carouselstyle-endless-small, .carouselstyle-endless-small .carouselstyle-endless,
	.carouselstyle-endless-small .carouselstyle-endless img {
		height: 160px;
	}

	/* carouselstyle-variedcontent */
	.carouselstyle-variedcontent-small .carouselstyle-variedcontent-inner {
		height: 200px;
	}
	.carouselstyle-variedcontent-large .carouselstyle-variedcontent-inner {
		height: 500px;
	}

	/* contentstyle-imagerow-index */
	.contentstyle-imagerow-index .item {
		height: 2.7em;
		width: 2.7em;
	}

	/* contentstyle-video */
	.contentstyle-video, .contentstyle-video .backgroundmask {
		height: 300px;
	}

	/* ecommstyle-default */
	.ecommstyle-default .prodcategory .prodinfo {
		padding-right: 7em;
		height: 12em;
	}
	.ecommstyle-default .prodcategory .prodimage {
		width: 40%;
		opacity: 0.8;
	}
	.ecommstyle-default .prodcategory .prodimage img {
		width: 100%;
		height: auto;
	}

	/* contentstyle-socialfeed */
	.contentstyle-socialfeedgallery .instagram_gallery a img {
		width: 16.66666%;
	}
}

/* ------------------ Large Devices, Wide Screens - col-lg- ------------------ */
@media only screen and (min-width : 1200px) {
	/* layer containers */

	/* spacing and margins */
	.gridboxcontainer .gridbox {
		height: 210px;
	}

	/* fixedbackground-top */
	.fixedbackground-top {
		height: 800px;
	}

	/* contentstyle-carousel */
	.carouselstyle-default .carousel-item .container {
		top: 35%;
	}
	.carouselstyle-default .carousel-item .caption-full .container {
		top: 5%;
	}
	.carouselstyle-default .carousel-item .container {
		top: 35%;
	}
	.carouselstyle-default .carousel-item {
		height: 600px;
	}
	.carouselstyle-default .carousel-item .caption-withmask,
	.carouselstyle-default .carousel-item .caption-withmask .container,
	.carouselstyle-default .carousel-item .caption-withmask .container-fluid,
	.carouselstyle-default .carousel-item .caption-withmask .inner {
		height: 9em;
	}
	.carouselstyle-default .carousel-item .caption-withmask {
		top: 65%;
	}
	/* carouselstyle-inner */
	.carouselstyle-inner .carousel-item .container {
		top: 25%;
	}
	.carouselstyle-inner .carousel-item {
		height: 350px;
	}
	/* carouselstyle-short */
	.carouselstyle-short .carousel-item .container {
		top: 30%;
	}
	.carouselstyle-short .carousel-item {
		height: 250px;
	}
	/* carouselstyle-multi */
	.carouselstyle-multi .carousel-item {
		height: 250px;
	}
	/* content */
	.usercontent img.float-left,
	.usercontent img.float-right {
		max-width: 300px;
	}
	.usercontent img.float-left.wide, .usercontent img.float-left.superwide,
	.usercontent img.float-right.wide, .usercontent img.float-right.superwide {
		max-width: 500px;
	}
	.imagebutton .captionlower {
		padding: 3px;
	}
	.imagebutton .captionlower a {
		font-size: 16px;
	}
	.imagebutton .captioncentred {
		padding: 15px;
	}
	.imagebutton .captioncentred a {
		font-size: 33px;
		line-height: 40px;
	}

	/* contentstyle-default */
	.contentstyle-default .isotope-list .isotope-items {
		height: 500px;
	}

	/* contentstyle-video */
	.contentstyle-video, .contentstyle-video .backgroundmask {
		height: 500px;
	}

	/* ecommstyle-default */
	.ecommstyle-default .prodcategory .prodinfo {
		padding-right: 7em;
		height: 10em;
	}

}
/* ------------------ Extra wide Screens ------------------ */
@media only screen and (min-width : 1600px) {
	/* contentstyle-socialfeed */
	.contentstyle-socialfeedgallery .instagram_gallery a img {
		width: 8.333333%;
	}

	/* fixedbackground-top */
	.fixedbackground-top {
		border: 5px solid orange;
		height: 830px;
	}

}

/* Printing */
@media print {
	* {
		font-size: 1em;
		line-height: 1em;
	}
	a[href]:after {
		content: none;
	}
	.noprint,
  	header,
	.alert,
	.btn,
	.navbar {
		display: none;
	}
	section .form-group .control-label {
		text-align: left;
	}
	.table>tbody>tr>td {
		padding: 2px;
	}
	table tr td .form-control,
	section .form-group .form-control {
    	box-shadow: none;
		border: none;
		padding: 0px;
	}
}
