/*
 Theme Name:   Te Puru
 Description:  Te Puru
 Author:       Netinsites
 Author URI:   http://www.netinsites.com
 Version:      1.0.0
 Text Domain:  tepuru
*/

/*
	blue	03407d
*/
* {
/*   	border: 1px dashed red; */
}
/* base document properties */
body {
    font-family: 'Lato',Helvetica,Arial,sans-serif;
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-color: white;
}

/* type size - variable across devices */
body { font-size: 16px; line-height: 1.5; }
@media only screen and (min-width : 768px ) { body { font-size: 12px; } }
@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-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;
}
.wysiwyg h2, section h2 {
	font-size: 1.8em;
	margin: 0;
}
.wysiwyg h3, section h3 {
	font-size: 1.6em;
	margin: 0;
}
.wysiwyg h4, section h4 {
	font-size: 1.5em;
	margin: 0;
}
section .breadcrumb li {
	font-size: .75em;
}
.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 and margins */
header {
	padding: 1em 0 1em 0;
}
.wysiwyg p,.wysiwyg ul,.wysiwyg ol,
section table,section p,section ul,section ol,
section .breadcrumb, section .readmorereveal,
section img.pull-left, section img.img-responsive, section img.pull-right,
.iconrow,
.bottompadding {
	margin-bottom: 1em;
}
section h1,section h2,section h3,section h4,section h5 {
	margin-bottom: 0.3em;
}
.gridboxcontainer .gridbox {
	padding: 1em;
}
.gridboxcontainer, .gridpadding {
	padding-bottom: 1em;
}
section .container,
section.parallax .container,
section.alternate .container {
	padding-top: 2em;
	padding-bottom: 2em;
}
.footerrow1 {
	padding-top: 0em;
	padding-bottom: 1em;
}

/* section [default] - colours */
section {
	background-color: white;
}
section .container,
section .container-fluid {
	background-color: transparent;
}
.wysiwyg h1,section h1 {
	color: #04417e;
}
.wysiwyg h2,section h2,.modal h2 {
	color: #f1c100;
}
.wysiwyg h3,section h3,.modal h3 {
	color: #04417e;
}
.wysiwyg h4,section h4 {
	color: #f1c100;
}
section blockquote {
	background-color: rgba(128,128,128,.1);
}
.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: black;
}
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: black;
}
section .form-group .control-label {
	color: black;
	font-weight: 700;
}
.form-group.required label:after {
	color: red;
}
.wysiwyg a, section a {
	color: #04417e;
}
section a:hover {
	color: #04417e;
}
div.dataTables_paginate .paginate_button,
.btn-tiny,.btn-small,.btn-large {
	background-color: #04417e;
	border-color: #04417e;
	color: white;
	text-decoration:none;
}
div.dataTables_paginate .paginate_button:hover,
div.dataTables_paginate .paginate_button.current,
.btn-tiny:hover,.btn-tiny:focus,.btn-tiny:active,.btn-tiny.active,
.btn-small:hover,.btn-small:focus,.btn-small:active,.btn-small.active,
.btn-large:hover,.btn-large:focus,.btn-large:active,.btn-large.active
.hoverborder1:hover .btn-tiny,.hoverborder1:hover .btn-small,.hoverborder1:hover .btn-large {
	background-color: #04417e;
	border-color: #04417e;
	color: #f1c100;
	text-decoration:none;
}
.btn-rounded,.btn-rounded:hover {
	text-transform: uppercase;
}
.btn-rounded, .btn-rounded i {
	border-radius: 20px;
}
.btn-rounded i {
	background-color: #352e78;
	color: white;
	padding: 3px;
	width: 25px;
	margin-left: 0.5em;
}
.btn-rounded {
	background-color: white;
	border-color: #352e78;
	color: #352e78;
	padding-left: 0.5em;
}
.btn-rounded:hover,.btn-rounded:focus,.btn-rounded:active,.btn-rounded.active {
	background-color: #352e78;
	border-color: #352e78;
	color: white;
	padding-left: 0.5em;
}
.btn-rounded:hover i,.btn-rounded:focus i,.btn-rounded:active i,.btn-rounded.active i {
	background-color: white;
	color: #352e78;
}
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: 5px 0px 0px 5px;-moz-border-radius: 5px 0px 0px 5px;border-radius: 5px 0px 0px 5px;
}
div.dataTables_paginate .paginate_button.next {
	-webkit-border-radius: 0px 5px 5px 0px;-moz-border-radius: 0px 5px 5px 0px;border-radius: 0px 5px 5px 0px;
}

/* section announcement */
section.announcement,
section.announcement .container {
	background-color: transparent;
}
.announcement1 {
	background-color: rgba(103,165,230,0.7);
	padding: 1em;
}
.announcement2 {
	text-align:center;
	padding-top: 0.5em;
}
section.announcement h1 {
	color: white;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 1.8em;
}
section.announcement h2 {
	color: white;
	text-transform:uppercase;
	font-size: 1.6em;
}
section.announcement h3 {
	color: #03407d;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 1.4em;
}
section.announcement p {
	color: #03407d;
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0;
}
section.announcement p a {
	color: #03407d;
	text-decoration:underline;
}

/* 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,
.btn-small,
.btn-large,
.multiitemcarousel .img-responsive,
.imgfillcover,.imgfill.imgphoto {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* global - image treatment */
.wysiwyg img[style*="float: left"],
.wysiwyg img[style*="float: right"] {
	max-width: 300px !important;
}
.wysiwyg img,
section img.pull-left,
section img.pull-right,
.imgfillcover,.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);	
}

/* 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;
}

/* navigation - font and colours */
header {
	background-color: transparent;
}
.navbar-default {
	background-color: transparent;
}
.navbar-default .nav,
.navbar-default .nav.navbar-tabs > li {
	background-color: #00427B;
}
header .container {
	background-color: transparent;
}
#searchform a {
	color: white;
}

.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 {
	text-transform: uppercase;
	color: white;
	font-size: 1em;
	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 {
	padding: 0.4em 0 0.4em 0.7em;
}
li.searchcontainer {
	padding: 0 0 0 0.7em;
}
.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;
	background-color: transparent;
}
.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: white;
	font-weight: bold;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: white;
	border-width: 3px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #04417e;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
	height: 3px;
}
.navbar-default .navbar-nav > li.open > ul.dropdown-menu,
.navbar-default .navbar-nav .dropdown-menu {
	background-color: #00427B;
	width: auto;
	overflow: auto;
	left: 0;
}
.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: white;
	background-color: transparent;
	font-size: 1em;
	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;
	text-transform:uppercase;
	width: 100%;
	clear: both;
	text-align:center;
}
.navbar-default .tagline,
.navbar-default .tagline p,
.navbar-default .tagline a {
	color: green;
}

/* Footer */
.footerrow1 {
	background-color: white;
}
.footerrow1 p,
.footerrow1 ul li, .footerrow1 ol li,
.footerrow1 a, .footerrow1 a:hover {
	color: black;
}
 
/* ------------------ Extra Small Devices, Phones col-xs- ------------------ */ 
/* navigation - navstyle2 */
.navstyle2 .navbar-brand {
	height: 60px;
	padding-top: 0px;
	padding-left: 10px;
	float: left;
}
.navstyle2 .navbar-brand img {
	height: 50px;
}
.navstyle2 .tagline {
	padding-right: 10px;
	padding-top: 10px;
}
.navstyle2 .navbar-toggle {
	margin-left: 10px;
	float: right;
}


/* content */
#searchbox {
	width: 90%;
}
.imagebutton .captionlower {
	padding: 5px;
}
.imagebutton .captionlower a {
	font-size: 20px;
}
.imagebutton .captioncentred {
	padding: 20px;
}
.imagebutton .captioncentred a {
	font-size: 35px;
	line-height: 40px;
}
.gridbox {
	background-color: green;
}
.iconrow {
	text-align:center;
}
/* ------------------ Mobile overrides ------------------ */
@media only screen and (max-width : 768px) {
	section img.pull-right,
	section img.pull-left {
		width: 100%;
		float: none;
	}
	.carousel .overlay,
	.carousel-inner .caption1,
	.carousel-inner .caption2 {
		display: none;
	}
	footer .text-left p,
	footer .text-right p {
		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) {
	/* layer containers */
	.container-layered .container {
		top: -500px;
	}
	.container-layered,
	.container-layered .container-fluid {
		height: 500px;
	}

	.navbar-default .tagline {
		clear: none;
		text-align:right;
		float: right;
	}
	.navbar-default .nav,
	.navbar-default .nav.navbar-tabs > li {
		background-color: transparent;
	}
	.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);
	}
	.searchcontainer {
		padding: 0;
	}
	#searchbox {
		display: none;
		width: 60px;
	}
	.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,
	.searchcontainer {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar-default .navbar-nav > li.open > ul.dropdown-menu,
	.navbar-default .navbar-nav .dropdown-menu {
		width: 300px;
	}
	/* spacing and margins */
	section.announcement {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	section img.pull-right {
		margin-left: 1em;
	}
	section img.pull-left {
		margin-right: 1em;
	}
	.gridboxcontainer .gridbox {
		height: 300px;
	}
	.iconrow {
		height: 50px;
	}
	.iconrow img {
		height: 50px;
	}
	/* navstyle2 */
	.navstyle2 .navbar-brand img {
		height: 60px;
	}
	body.home .navstyle2 .navbar-brand img {
		height: 120px;
	}
	.navstyle2 .navbar-header {
		height: 20px;
		width: 100%;
	}
	.navstyle2 {
		height: 150px;
	}
	/* carousel - widecarousel */
	.widecarousel .item {
		height: 250px;
	}
	/* carousel - endlessscarousel */
/*
	.endlessscarousel,
	.endlessscarousel img {
		height: 150px;
	}
*/
	/* carousel - thumbnails */
	.thumbcarousel .carousel-inner .item img {
		height: 250px;
	}
	/* content */
	.allow2lines {
		min-height: 4.2em;
	}
	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;
	}
	.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; }
	.imgfillcover,.imgfill.imgphoto { width: 100%; height: 100px; }
}

/* ------------------ 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;
	}
	/* spacing and margins */
	.gridboxcontainer .gridbox {
		height: 240px;
	}

	/* navstyle2 */
	#searchbox {
		width: 90px;
	}
	.navstyle2 {
		height: 200px;
	}
	
	/* content */
	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;
	}
	.imagebutton .captionlower {
		padding: 2px;
	}
	.imagebutton .captionlower a {
		font-size: 14px;
	}
	.imagebutton .captioncentred {
		padding: 15px;
	}
	.imagebutton .captioncentred a {
		font-size: 25px;
		line-height: 30px;
	}

	/* carousel - endlessscarousel */
/*
	.endlessscarousel,
	.endlessscarousel 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.imgsquare { width: 150px; height: 150px; }
	.imgfillcover,.imgfill.imgphoto { height: 150px; }
}

/* ------------------ Large Devices, Wide Screens - col-lg- ------------------ */
@media only screen and (min-width : 1200px) {
	/* layer containers */
	.container-layered .container {
		top: -500px;
	}
	.container-layered,
	.container-layered .container-fluid {
		height: 500px;
	}
	/* spacing and margins */
	.gridboxcontainer .gridbox {
		height: 210px;
	}

	/* navstyle2 */
	#searchbox {
		width: 110px;
	}
	
	/* 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.imgsquare { width: 200px; height: 200px; }
	.imgfillcover,.imgfill.imgphoto { height: 170px; }
}
/* ------------------ Super large Devices ------------------ */
@media only screen and (min-width : 1600px) {
	/* spacing and margins */
	.gridboxcontainer .gridbox {
		height: 200px;
	}
	/* 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;
	}
}
