/* on.7
*/
html, body {
	height: 100%;
}
* {
/*   	border: 1px dashed red;  */
}
/* base document properties */
body {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	background-color: #f8f7f3;
}

/* type size - variable across devices */
body { font-size: 16px; line-height: 1.5; }
@media only screen and (min-width : 768px ) { body { font-size: 14px; } }
@media only screen and (min-width : 992px ) { body { font-size: 15px; } }
@media only screen and (min-width : 1200px) { body { font-size: 17px; } }

/* type size - fixed across all devices */
/*body { font-size: 12px; line-height: 1.3; } */

/* TinyMCE */
.wysiwyg {
	background-color: white;
}
/* clear margins on headings */
.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,
section h1,section h2,section h3,section h4 {
	clear: both;
}
/* fonts and weights */
section h1,section h2,section h3,section h4,
.modal h2,.modal h3 {
    font-family: 'Cabin',Helvetica,Arial,sans-serif;
	font-weight: 400;
	line-height: 1.3;
}
section h1 strong,section h2 strong,section h3 strong,section h4 strong,
section p strong,
.alert span,
section table thead tr th,section table tr th,
section .breadcrumb > li + li:before {
	font-weight: 700;
}

/* typesizes */
section p,section p a,section p a:hover,.form-group,
section ul li,section ol li,
.modal p,.modal p a,
section blockquote,section .testimonials p,section blockquote cite,
section .alert,
section table thead tr th,section table tbody tr td,section table tr th,section table tr td,
div.dataTables_paginate .paginate_button,
.btn-tiny, .btn-small, .btn-large
{
	font-weight: 400;
	font-size: 1em;
}
section .form-group label,section .form-group .control-label,section .form-group .form-control,
section .dataTables_wrapper label,section .dataTables_wrapper .dataTables_info,section .dataTables_wrapper select, section .dataTables_wrapper input
{
	font-weight: 400;
	font-size: 1em;
}
section .form-group .control-label {
	padding-top: 0.3em;
}
section .form-group .form-control {
	padding: 0.3em;
}
.form-group.required label:after {
	font-size: 0.6em;
}
.wysiwyg h1,
section h1 {
	font-size: 2em;
	margin: 0 0 0.2em 0;
}
.wysiwyg h2,
section h2 {
	font-size: 1.8em;
	margin: 0 0 0.2em 0;
}
.wysiwyg h3,
section h3 {
	font-size: 1.6em;
	margin: 0 0 0.4em 0;
}
.wysiwyg h4,
section h4 {
	font-size: 1.5em;
	margin: 0 0 0.4em 0;
}
section .breadcrumb li {
	font-size: .75em;
}
section table,
.wysiwyg p,.wysiwyg ul,.wysiwyg ol,
section p,section ul,section ol,
section .breadcrumb, section .readmorereveal,
.bottompadding {
	margin-bottom: 1em;
}
.wysiwyg ul,.wysiwyg ol,
section ul,section ol {
	margin-left: 2em;
}
.wysiwyg ul li,.wysiwyg ol li,
section ul li,section ol li {
	padding: 0 0 0.5em 0.3em;
}
.wysiwyg ul li:last-child,.wysiwyg ol li:last-child,
section ul li:last-child,section ol li:last-child {
	padding-bottom: 0;
}
.btn-tiny, .btn-tiny:hover {
	font-size: 1em;
	line-height: 1;
	padding: .3em;
	margin-right: 0.3em;
}
div.dataTables_paginate .paginate_button,
.btn-small, .btn-small:hover {
	font-size: 1.2em;
	line-height: 1;
	padding: .4em;
	margin-right: 0.4em;
}
.btn-large, .btn-large:hover {
	font-size: 1.4em;
	line-height: 1;
	padding: .4em;
	margin-right: 0.4em;
}
.alert {
	font-size: 1em;
	padding: .8em;
}
footer, footer ul li,footer ol li, footer p {
	font-size: 1em;
	line-height: 1em;
}
footer.footerrow2 ul li,footer.footerrow2 ol li, footer.footerrow2 p {
	font-size: 0.8em;
	line-height: 0.9em;
}
/* spacing within elements */
header {
	padding: 0;
}
section .container,
section.parallax .container,
section.alternate .container {
	padding-top: 2em;
	padding-bottom: 2em;
}

/* 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;
}

/* section [default] - colours */
section {
	background-color: transparent;
}
section .container,
section .container-fluid {
	background-color: transparent;
	padding-top: 1em;
	padding-bottom: 2em;
}
section .navstyle5 ul.nav-stacked li {
	border-top: 2px solid #f8f7f3;
}
section .navstyle5 ul.nav-stacked li:last-child {
	border-bottom: 2px solid #f8f7f3;
}
.wysiwyg h1,
section h1 {
	color: #352e78;
}
.wysiwyg h2,
section h2,
.modal h2 {
	color: #352e78;
	text-transform:uppercase;
}
.wysiwyg h3,
section h3,
.modal h3 {
	color: #352e78;
}
.wysiwyg h4,
section h4 {
	color: #352e78;
}
.wysiwyg p,.wysiwyg ul li,.wysiwyg ol li,
section p,
section ul li,
section ol li,
section .form-group,
.modal p,
section table tbody tr th,
section table tbody tr td,
section table tbody tr td a,section table tbody tr td a:hover,
section blockquote,
section blockquote:before,
section blockquote cite,
section .breadcrumb li.active,
section .breadcrumb > li + li:before {
	color: #414141;
}
section .form-group,
section .form-group .form-control,
section .dataTables_wrapper label,
section .dataTables_wrapper select, section .dataTables_wrapper input,
section .dataTables_wrapper .dataTables_info {
	color: #414141;
}
section .form-group .control-label {
	color: #414141;
	font-weight: 700;
}
.form-group.required label:after {
	color: red;
}
.wysiwyg a,
section a {
	color: #414141;
}
section a:hover {
	color: #414141;
}
div.dataTables_paginate .paginate_button,
.navbar-default .tagline .btn-tiny,
.btn-tiny {
	background-color: #f2f1ec;
	border-color: #8a857d;
	color: #55524d;
}
.btn-tiny {
	border-radius: 7px;
}
div.dataTables_paginate .paginate_button {
	margin-left: 3px;
}
div.dataTables_paginate .paginate_button:hover,
div.dataTables_paginate .paginate_button.current,
.navbar-default .tagline .btn-tiny:hover,.navbar-default .tagline .btn-tiny:focus,.navbar-default .tagline .btn-tiny:active,.navbar-default .tagline .btn-tiny.active,
.btn-tiny:hover,.btn-tiny:focus,.btn-tiny:active,.btn-tiny.active {
	background-color: #ff9822;
	border-color: #ff9822;
	color: #55524d;
}
.btn-small,.btn-large {
	border-width: 3px;
	border-radius: 20px;
	background-color: transparent;
	color: #ff9822;
}
.btn-small:hover,.btn-small:focus,.btn-small:active,.btn-small.active,
.btn-large:hover,.btn-large:focus,.btn-large:active,.btn-large.active {
	border-color: #ff9822;
	background-color: #ff9822;
	color: white;
}
.btn-small,.btn-large,
.btn-small:hover,.btn-small:focus,.btn-small:active,.btn-small.active,
.btn-large:hover,.btn-large:focus,.btn-large:active,.btn-large.active {
	border-color: #ff9822;
	padding: 0.3em 0.5em;
}
section table tr th,
section table thead tr th,
section table tbody tr td {
	border: 1px solid #cccccc;
}
section table thead tr th,
section table tr th {
	background-color: #CCCCCC;
}
section table .clickable:hover {
	background-color: #DDDDDD;
	cursor: pointer;	
}
section table tr:nth-child(odd) {
	background-color: #EEEEEE;
}
.editabletableorderable tr:hover td:first-child {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

div.dataTables_paginate {
	text-align:center !important;
	padding: 10px 0px;
}
div.dataTables_paginate .paginate_button {
	cursor:pointer;
	margin-right: 1px;
	padding: 0.2em 0.8em;
}
div.dataTables_paginate .paginate_button.disabled {
	display: none;
}
div.dataTables_paginate .paginate_button.previous {
	-webkit-border-radius: 7px 0px 0px 7px;-moz-border-radius: 7px 0px 0px 7px;border-radius: 7px 0px 0px 7px;
}
div.dataTables_paginate .paginate_button.next {
	-webkit-border-radius: 0px 7px 7px 0px;-moz-border-radius: 0px 7px 7px 0px;border-radius: 0px 7px 7px 0px;
}

/* content styles */
.wysiwyg .textstyle-red,
.textstyle-red {
	color: red;
}
.badge-notify {
   background:red;
}

/* global - maps */
#map1 {
	width: 100%;
	height: 500px;
}

/* global - rounding borders */
.wysiwyg img,
section img.pull-left,
section img.pull-right,
.multiitemcarousel .img-responsive,
.imgfill.imgphoto {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* global - image treatment */
.wysiwyg img,
section img.pull-left,
section img.pull-right,
.imgfill.imgphoto,
section img.niceborder {
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #fafafa;
}
.wysiwyg img[style*="float: left"] {
	margin-right: 15px;
	margin-bottom: 15px;
}
.wysiwyg img[style*="float: right"] {
	margin-left: 15px;
	margin-bottom: 15px;
}
section img.img-icon {
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.imagebutton .captionlower {
	background:rgba(0,0,0,0.7);
}
.imagebutton .captionlower a {
	color: white;
}
.imagebutton .captioncentred a {
	color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);	
}

/* carousel - isotope */
.isotopegrid .item .caption,
.isotopegrid .item img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* carousel - endlessscrollcarousel */
.endlessscrollcarousel,
.endlessscrollcarousel img {
	height: 100px;
	border-right: 3px solid white;
}
.endlessscrollcarousel img {
	width: auto;
}

/* inner boxes over slides */
.carousel .item .container {
	position: absolute;
	top: 30%;
	z-index: 30;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: transparent;
}
.caption1 {
	text-align: center;
	color: white;
	background-color: transparent;
}
.caption2 {
	color: white;
	text-align: right;
	text-transform:uppercase;
	background-color: rgba(53,178,87,0.3);
	width: 60%;
	float: right;
	padding: 15px;
}

/* global carousel - dynamicwidecarousel */
.dynamicwidecarousel .item img {
	width: 100%;
	height: auto;
}
.dynamicwidecarousel .overlay {
	position: absolute;
	z-index: 1000;
	right: 0px;
	width: 100%;
}

/* global carousel - widecarousel */
.widecarousel {
	border-bottom: 5px solid #a2bb5a;
}
.widecarousel .overlay {
	position: absolute;
	z-index: 1000;
	right: 0px;
	height: 100%;
}
.widecarousel .item {
	height: 150px;
	overflow: hidden;
}
.widecarousel .item img {
	width: 100%;
	height: auto;
}

/* global carousel - innercarousel */
.innercarousel .overlay {
	position: absolute;
	z-index: 1000;
	right: 0px;
	height: 100%;
}
.innercarousel .item {
	max-height: 300px;
	overflow: hidden;
}
.innercarousel .item img {
	width: 100%;
	height: auto;
}

/* global carousel - sequence1 */
#sequence1 {
	border: 1px solid #c0c0c0;
    height: 370px;
}
#sequence1 .frame1 {
border: 2px solid green;
	top: -50px;
	width: 100%;
}
#sequence1 .frame2 {
border: 2px solid blue;
	bottom: -50px;
	width: 100%;
}
#sequence1 .frame3 {
border: 2px solid red;
    left: -100%;
    top: 200px;
	width: 100%;
}
#sequence1 .frame4 {
border: 2px solid yellow;
    right: 0px;
    bottom: -50px;
}
#sequence1 .animate-in .frame1,
#sequence1 .animate-out .frame1 {
    top: 0px;
}
#sequence1 .animate-in .frame2,
#sequence1 .animate-out .frame2 {
    bottom: 50px;
}
#sequence1 .animate-in .frame3,
#sequence1 .animate-out .frame3 {
    left: 0px;
}
#sequence1 .animate-in .frame4,
#sequence1 .animate-out .frame4 {
    bottom: 40px;
}
section.sequence .container {
	padding: 0px;
}

/* navigation - font and colours */
header {
	background-color: #414141;
}
.navbar-default {
	background-color: transparent;
}
.navbar-default .nav,
.navbar-default .nav.navbar-tabs > li {
	background-color: #515151;
}
header .container {
	background-color: transparent;
}

.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-family: 'Open Sans',Helvetica,Arial,sans-serif;
	color: white;
	font-size: 1.2em;
	padding: 0.2em 0.5em;
	background-color: transparent;
}
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: white;
}
.navbar-default .navbar-nav.navbar-tabs > li.active,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus {
	color: #ff9822;
	background-color: #f8f7f3;
}
.navbar-default .navbar-toggle {
	border-color: green;
	border-width: 3px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: yellow;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: green;
	height: 3px;
}
.navbar-default .navbar-nav > li.open > ul.dropdown-menu,
.navbar-default .navbar-nav .dropdown-menu {
	background-color: rgba(255,0,0,0.7);
	width: auto;
	overflow: auto;
}
.navbar-default .navbar-nav > .dropdown-menu > li {
	width: auto;
	padding: 0;
	text-align: left;
}
.navbar-default .navbar-nav .open .dropdown-menu > li >a,
.navbar-default .navbar-nav .dropdown-menu > li > a {
	color: red;
	background-color: transparent;
	font-size: 1.2em;
	padding: 0.2em 0.5em;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:focus {
	color: white;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a,.navbar-default .navbar-nav .open .dropdown-menu > li.active > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li.active > a, .navbar-default .navbar-nav .dropdown-menu > li.active > a:hover {
	color: white;
	font-weight: bold;
}
.navbar-default .tagline {
	font-size: 1em;
	padding: 0;
	width: 100%;
	clear: both;
	text-align:center;
}
.navbar-default .tagline,
.navbar-default .tagline p {
	color: white;
}

/* Footer */
.footerfixed {
	height: 25px;
	padding-top: 3px;
	background-color: #414141;
}
.footerfixed p {
	font-size: 0.7em;
	margin: 0px;
	text-align:center;
}
footer p {
	margin: 0px;
	color: white;
}

/* 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;
}
 
/* ------------------ Extra Small Devices, Phones col-xs- ------------------ */ 
/* navigation - navstyle5 */
section .navstyle5 {
	background-color: #5f605e;
	padding: 0px 0px 20px 0px;
}
section .navstyle5 h2 {
	color: white;
	padding: 0.2em 1.3em;
	margin: 0px;
	z-index: -2;
}
section .navstyle5 ul.nav-stacked {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
section .navstyle5 ul.nav-stacked li {
	background-color: #969893;
}
section .navstyle5 ul.nav-stacked li a {
	padding: 0.3em 1.3em;
	margin: 0px;
	display: block;
	text-transform:none;
	color: white;
	font-size: 1.3em;
}
section .navstyle5 ul.nav-stacked li a i {
	padding-right: 1em;
}
section .navstyle5 ul.nav-stacked li:hover,
section .navstyle5 ul.nav-stacked li a:hover {
	color: white;
	background-color: #ff9822 !important;
}
section .navstyle5 ul.nav-stacked li.active {
	background-color: #B3B4B1;
}
/* navigation - navstyle8 */
.navstyle8 .navbar-brand {
	height: 60px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	color: white;
}
.navstyle8 .navbar-brand img {
	height: 50px;
}
.navstyle8 .tagline {
	padding-right: 10px;
	padding-top: 10px;
}
.navstyle8 .navbar-toggle {
	margin-left: 10px;
	float: right;
}

/* content */
section img.pull-right {
	margin-bottom: 10px;
}
section img.pull-left {
	margin-bottom: 10px;
}
.imagebutton .captionlower {
	padding: 5px;
}
.imagebutton .captionlower a {
	font-size: 20px;
}
.imagebutton .captioncentred {
	padding: 20px;
}
.imagebutton .captioncentred a {
	font-size: 35px;
	line-height: 40px;
}
.footerrow1 {
	padding-top: 2em;
	padding-bottom: 2em;
}
.footerrow2 {
	padding-top: 1em;
	padding-bottom: 1em;
}

/* ------------------ Mobile overrides ------------------ */
@media only screen and (max-width : 768px) {
	.wysiwyg img[style*="float: left"],
	.wysiwyg img[style*="float: right"],
	section img.pull-right,
	section img.pull-left {
		width: 100%;
		float: none;
	}
	.carousel .overlay,
	.carousel-inner .caption1,
	.carousel-inner .caption2 {
		display: none;
	}
	footer p,
	footer .text-left,
	footer .text-right {
		border: 1px solid white;
		text-align:center;
	}
}
/* ------------------ 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) {
	section.application-login .whitecontainer {
		margin-top: 4em;
		margin-bottom: 4em;
		padding-bottom: 2em;
	}
	section.application-login .whitecontainer img,
	section.application-login .whitecontainer h1 {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.application-pageheader {
		display: block;
		overflow: auto;
	}
	.application-pageheader h1 {
		float: left;
	}
	.application-pageheader a {
		float: right;
	}
	section .navstyle5,
	.whitecontainer {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		border: 1px solid #c0c0c0;
		-webkit-box-shadow: 9px 9px 5px -5px rgba(0,0,0,0.2);
		-moz-box-shadow: 9px 9px 5px -5px rgba(0,0,0,0.2);
		box-shadow: 9px 9px 5px -5px rgba(0,0,0,0.2);
	}
	.whitecontainer {
		background-color: white;
		padding: 1em;
	}
	.navbar-default .tagline {
		clear: none;
		text-align:right;
		float: right;
	}
	.navbar-default .navbar-nav > li {
		padding: 0.5em 0;
	}
	.navbar-default .navbar-nav.navbar-tabs {
		background-color: transparent;
	}
	.navbar-default .navbar-nav.navbar-tabs > li {
		-webkit-border-radius: 12px 12px 0px 0px;
		-moz-border-radius: 12px 12px 0px 0px;
		border-radius: 12px 12px 0px 0px;
		margin-left: 0.3em;
		-webkit-box-shadow: 7px -1px 9px -5px rgba(0,0,0,0.75);
		-moz-box-shadow: 7px -1px 9px -5px rgba(0,0,0,0.75);
		box-shadow: 7px -1px 9px -5px rgba(0,0,0,0.75);
	}
	
	/* navstyle8 */
	.navstyle8 .navbar-brand img {
		height: 130px;
	}
	.navstyle8 .navbar-header {
		height: 50px;
		width: 100%;
	}
	.navstyle8 .tagline {
		width: 50%;
	}
	/* carousel - widecarousel */
	.widecarousel .item {
		height: 250px;
	}
	/* carousel - endlessscrollcarousel */
	.endlessscrollcarousel,
	.endlessscrollcarousel img {
		height: 150px;
	}
	/* carousel - thumbnails */
	.thumbcarousel .carousel-inner .item img {
		height: 250px;
	}
	/* content */
	.wysiw	yg img[style*="float: left"],
	.wysiwyg img[style*="float: right"],
	section img.pull-left,
	section img.pull-right {
		width: initial;
		max-width: 300px;
	}
	section .col-sm-6 img.pull-left,
	section .col-sm-6 img.pull-right {
		max-width: 150px;
	}
	section img.pull-right {
		margin-left: 15px;
		margin-bottom: 15px;
	}
	section img.pull-left {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.imagebutton .captionlower {
		padding: 5px;
	}
	.imagebutton .captionlower a {
		font-size: 16px;
	}
	.imagebutton .captioncentred {
		padding: 20px;
	}
	.imagebutton .captioncentred a {
		font-size: 35px;
		line-height: 40px;
	}
	/* images */
	.imagepopups img.square { width: 250px;	height: 250px; }
	.imagepopups img.wide { width: 250px; height: auto; }
	.imagepopups img.tall { width: auto; height: 250px; }
	
}

/* ------------------ Medium Devices, Desktops - col-md- ------------------*/
@media only screen and (min-width : 992px) {
	/* layer containers */
	.container-layered .container {
		top: -500px;
	}
	.container-layered,
	.container-layered .container-fluid {
		height: 500px;
	}
	/* navstyle8 */
	/* content */
	.wysiwyg img[style*="float: left"],
	.wysiwyg img[style*="float: right"],
	section img.pull-left,
	section img.pull-right {
		max-width: 500px;
	}
	section .col-sm-6 img.pull-left,
	section .col-sm-6 img.pull-right {
		max-width: 250px;
	}
	section img.pull-right {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	section img.pull-left {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.imagebutton .captionlower {
		padding: 2px;
	}
	.imagebutton .captionlower a {
		font-size: 14px;
	}
	.imagebutton .captioncentred {
		padding: 15px;
	}
	.imagebutton .captioncentred a {
		font-size: 25px;
		line-height: 30px;
	}

	/* carousel - endlessscrollcarousel */
	.endlessscrollcarousel,
	.endlessscrollcarousel img {
		height: 250px;
	}
	/* carousel - widecarousel */
	.widecarousel .item {
		height: 350px;
	}
	/* carousel - thumbnails */
	.thumbcarousel .carousel-inner .item img {
		height: 300px;
	}

	/* images */
	.imagepopups img.square { width: 350px;	height: 350px; }
	.imagepopups img.wide { width: 350px; }
	.imagepopups img.tall { height: 350px; }
	.imgfill.imgcircle { width: 150px; height: 150px; }
	.imgfill.imgphoto { width: 200px; height: 150px; }

}

/* ------------------ Large Devices, Wide Screens - col-lg- ------------------ */
@media only screen and (min-width : 1200px) {
	/* navstyle5 */
	/* navstyle8 */
	
	/* carousel - endlessscrollcarousel */
	.endlessscrollcarousel,
	.endlessscrollcarousel img {
		height: 300px;
	}
	/* carousel - widecarousel */
	.widecarousel .item {
		height: 400px;
	}
	/* carousel - thumbnails */
	.thumbcarousel .carousel-inner .item img {
		height: 400px;
	}
	
	/* content */
	.imagebutton .captionlower {
		padding: 3px;
	}
	.imagebutton .captionlower a {
		font-size: 16px;
	}
	.imagebutton .captioncentred {
		padding: 15px;
	}
	.imagebutton .captioncentred a {
		font-size: 33px;
		line-height: 40px;
	}

	/* images */
	.imagepopups img.square { width: 400px;	height: 400px; }
	.imagepopups img.wide { width: 400px; }
	.imagepopups img.tall { height: 400px; }
	.imgfill.imgcircle { width: 200px; height: 200px; }
	.imgfill.imgphoto { width: 250px; height: 170px; }
}
/* ------------------ Super large Devices ------------------ */
@media only screen and (min-width : 1600px) {
	/* carousel - widecarousel */
	.widecarousel .item {
		height: 600px;
	}
	/* carousel - thumbnails */
	.thumbcarousel .carousel-inner .item img {
		height: 600px;
	}
}

/* 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;
	}
}
.tt-menu {
	width: 300px;
}
.table.editgrid th {
	font-weight: bold;
}
.table.editgrid td:first-child {
	font-weight: bold;
}