#wrapper00 {
	background-color: #F5F5F5;
	color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#intro {
	display: block;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	padding-left: 100px;
	padding-top: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
#intro h1 {
	display: block;
	font-size: 28pt;
	width: 75%;
	padding: 25px;
	margin: 0px;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#intro h2 {
	display: block;
	font-size: 20pt;
	width: 75%;
	padding: 25px;
	padding-top: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#intro h3 {
	display: block;
	font-size: 16pt;
	width: 75%;
	padding: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	background-color: #D20F27;
	background-color: rgba(210,15,39,0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
}
@media screen and (max-width: 960px) {

	#intro {
		padding-left: 25px!important;
		padding-right: 15px!important;
	} 
	#intro h1 {
		font-size: 26pt!important;
		width: 100%!important;
		padding: 10px!important;
	}
	#intro h2 {
		font-size: 18pt!important;
		width: 100%!important;
		padding: 10px!important;
		padding-top: 0px!important;
	}
	#intro h3 {
		display: block!important;
		font-size: 16pt!important;
		width: 100%!important;
		padding: 10px!important;
		padding-top: 15px!important;
		padding-bottom: 15px!important;
	}	
}


#quicklinks {
	/* display: block; */
	display: none;
	position: fixed;
	right: 0px;
	top: 120px;
	padding: 10px;
	width: 40px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8)!important;
	border-width: 1px;
	border-style: solid;
	border-color: #525154;
	border-right: none;
}
#quicklinks a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	overflow: hidden;
}
#quicklinks a:last-of-type {
	margin-bottom: 0px;
}
@media screen and (max-width: 960px) {

	#quicklinks {
		right: inherit!important;
		top: inherit!important;
		left: 10px!important;
		bottom: 0px!important;
		width: auto!important;
		min-height: 40px!important;
		-webkit-border-radius: 20px!important;
		-webkit-border-bottom-right-radius: 0px!important;
		-webkit-border-bottom-left-radius: 0px!important;
		-moz-border-radius: 20px!important;
		-moz-border-radius-bottomright: 0px!important;
		-moz-border-radius-bottomleft: 0px!important;
		border-radius: 20px!important;
		border-bottom-right-radius: 0px!important;
		border-bottom-left-radius: 0px!important;
		border-width: 1px!important;
		border-style: solid!important;
		border-color: #525154!important;
		border-right: 1px!important;
		border-bottom: none!important;
	}
	#quicklinks a {
		margin-bottom: 0px!important;
		margin-right: 10px!important;
	}
	#quicklinks a:last-of-type {
		margin-right: 0px!important;
	}
}
#quicklinks a img {
	width: 40px;
	height: 40px;
	border: 0px;
}
#mainbody {
	display: block;
	overflow: hidden!important;
}

#mainwrapper {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 11pt;
	color: #444444;
	width: 100%;
	max-width: 1200px;
	padding-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}
@media screen and (max-width: 1275px) {

	#mainwrapper {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	
}
#sidegallery1 {
	display: block;
	width: 50%;
	padding-right: 17px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidegallery2 {
	display: block;
	width: 50%;
	padding-left: 17px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 960px) {

	#sidegallery1 {
		width: 100%!important;
		padding: 0px!important;
		float: none!important;
	}
	#sidegallery2 {
		width: 100%!important;
		padding: 0px!important;
		padding-top: 30px!important;
		float: none!important;
	}
	
}
#sidegallery2 img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border: 0px;
}

#mainwrapper h1 {
	font-family: 'BebasNeue', sans-serif;
	font-size: 18pt;
	letter-spacing: 0px;
	color: #D0021B;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
	text-transform: uppercase;
}

#mainwrapper h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 18pt;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
	text-transform: none;
}

#mainwrapper h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 20pt;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}

#mainwrapper h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 16pt;
	font-weight: 500;
	color: #D0021B;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
#mainwrapper sub {
	font-size: 9pt;
	line-height: 4px;
}
#mainwrapper a {
	line-height: 10px;
	color: #D0021B;
}
#mainwrapper #consultation {
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'BebasNeue', sans-serif;
	font-weight: 500;
	color: #FFF;
}
#prevnextmenu {
	display: block;
	font-family: 'BebasNeue', sans-serif;
	font-size: 14pt;
	font-weight: 500;
	text-align: left;
	overflow: auto;
	padding-top: 20px;
	line-height: normal!important;
}
#prevnextmenu.toppage {
	font-size: 14pt!important;
	font-weight: 500!important;
}
#prevnextmenu a {
	text-transform: uppercase;
	color: #9F9F9F;
	text-decoration: none;
	line-height: normal!important;
}
#prevnextmenu a i {
    border: solid #9F9F9F;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
}
#prevnextmenu.toppage a i {
    border-width: 0 3px 3px 0!important;
    padding: 6px!important;
}
#prevnextmenu a i.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	margin-right: 5px;
}

#prevnextmenu a i.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
	margin-left: 5px;
}
#prevnextmenu a:hover {
	color: #707070;	
}
#prevbutton {
	float: left;
}
#nextbutton {
	float: right;
}



.imageboxleft {
	display: block;
	width: 100%;
	max-width: 50%;
	margin-right: 20px;
	float: left;
	text-align: left;
}
.imageboxleft img {
	width: 100%;
	border: 0px;
}
.imageboxright {
	display: block;
	width: 100%;
	max-width: 50%;
	margin-left: 20px;
	float: right;
	text-align: right;
}
.imageboxright img {
	width: 100%;
	border: 0px;
}
.imageboxleft h3, .imageboxright h3 {
	margin-left: 20px;
}
div.imageboxtop {
	display: block;
	width: 100%;
	text-align: center;
	/* padding-bottom: 15px; */
}
div.imageboxtop img {
	width: auto!important;
	max-width: 100%!important;
	height: auto;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}
div.ttext {
	display: block;
}
.pageobject {
	display: table;
	clear: both;
}
.pageobject ul {
	list-style-type: square;
	padding-left: 25px;
	margin-left: 25px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.pageobject ol {
	padding-left: 25px;
	margin-left: 25px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.ulr {
    overflow: hidden;
	display: block!important;
}
.olr {
    overflow: hidden;
	display: block!important;
}

.ulr, .olr {display: inline-block;}  /* for IE/Mac */

.smallobject {
	width: 727px!important;
	float: right;
}

.icon {
	display: block!important;
	margin: 0px!important;
	margin-bottom: 4px!important;
	padding: 0px!important;
	border: none!important;
	font-size: 9pt!important;
	color: #01426C!important;
	line-height: 1.1em!important;
	text-decoration: underline!important;
}
.icon:hover {
	color: #999999!important;
}
.icon i {
	font-size: 9pt!important;
	font-style: normal!important;
	text-decoration: none!important;
}
.icon img {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
	border: none!important;
}
.nomargin {
	margin: 0px!important;
	padding: 0px!important;
}

.videolink {
	width: 100%;
	background-color: #999999;
	float: left;
	/* margin-right: 2%; */
	margin-bottom: 15px;
}
.media-object-wrapper {
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	/*width: 100%;
	height: 238px; */
	position: relative;
}
.media-object-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

/* ************************************************** */

#sidegallery1 div.imageboxleft, #sidegallery1 div.imageboxright, #sidegallery1 div.imageboxleft, #sidegallery1 div.imageboxright {
	float: none!important;
	width: 100%!important;
	max-width: 100%!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
}
#sidegallery1 div.imageboxleft img, #sidegallery1 div.imageboxright img, #sidegallery1 div.imageboxleft img, #sidegallery1 div.imageboxright img {
	width: 100%!important;
	padding-left: 0px!important;
	padding-right: 0px!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
}

/* ************************************************** */

div:not(#sidegallery1) ~ div.imageboxleft, div:not(#sidegallery1) ~ div.imageboxleft {
	display: block!important;
	width: 100%!important;
	max-width: 50%!important;
	margin-right: 20px!important;
	float: left;
	text-align: left!important;
}
div:not(#sidegallery1) ~ div.imageboxleft img, div:not(#sidegallery1) ~ div.imageboxleft img {
	width: 100%;
	border: 0px!important;
	text-align: left!important;
}
div:not(#sidegallery1) ~ div.imageboxleft2, div:not(#sidegallery1) ~ div.imageboxleft2 {
	display: block!important;
	width: 100%!important;
	max-width: 50%!important;
	margin-right: 20px!important;
	float: left;
	text-align: left!important;
}
div:not(#sidegallery1) ~ div.imageboxleft2 img, div:not(#sidegallery1) ~ div.imageboxleft2 img {
	width: 100%;
	border: 0px!important;
	text-align: left!important;
}
div:not(#sidegallery1) ~ div.imageboxright, div:not(#sidegallery1) ~ div.imageboxright {
	width: 100%;
	max-width: 50%;
	margin-left: 20px!important;
	float: right;
	text-align: right!important;
}
div:not(#sidegallery1) ~ div.imageboxright img, div:not(#sidegallery1) ~ div.imageboxright img {
	width: 100%;
	border: 0px!important;
	text-align: right!important;
}
div:not(#sidegallery1) ~ div.imageboxright2, div:not(#sidegallery1) ~ div.imageboxright2 {
	display: block!important;
	width: 100%;
	max-width: 50%;
	margin-left: 20px!important;
	float: right;
	text-align: right!important;
}
div:not(#sidegallery1) ~ div.imageboxright2 img, div:not(#sidegallery1) ~ div.imageboxright2 img {
	width: 100%;
	border: 0px!important;
	text-align: right!important;
}
/* div:not(.article2) div.imageboxleft h3, div:not(.article2) div.imageboxright h3, div:not(.article2) div.imageboxleft2 h3, .imageboxright2 h3{
	margin-left: 20px!important;
} */
div:not(#sidegallery1) ~ div.imageboxtop, div:not(#sidegallery1) ~ div.imageboxtop {
	display: block;
	padding-bottom: 19px;
	text-align: right;
}
div:not(#sidegallery1) ~ div.imageboxtop.imageboxtop img, div:not(#sidegallery1) ~ div.imageboxtop.imageboxtop img {
	width: 100%;
	border: 0px;
	border: 0px;
}

@media screen and (max-width: 960px) {

	div.imageboxleft, div.imageboxright, div.imageboxleft, div.imageboxright {
		float: none!important;
		display: block!important;
		width: 100%!important;
		max-width: 100%!important;
		padding: 0px!important;
		padding-bottom: 15px!important;
		margin: 0px!important;
		text-align: center!important;
	}
	div.imageboxleft img, div.imageboxright img, div.imageboxleft img, div.imageboxright img {
		float: none!important;
		max-width: 100%!important;
		padding: 0px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
	
}
/* ************************************************** */


.librarycol {
	display: block;
	width: 50%;
	float: left;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.librarycol:nth-of-type(odd) {
	clear: both;
	padding-right: 10px;
}
.librarycol:nth-of-type(even) {
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #002337;
}
.librarycol h5 {
	font-weight: bold!important;
	color: #585962!important;
	margin: 0px!important;
	padding: 0px!important;
}
@media screen and (max-width: 800px) {
	
	.librarycol {
		width: 100%!important;
		padding-right: 0px!important;
		float: none!important;
		border-left-width: 0px!important;
	}
	
}

.searchbox {
	display: block;
	padding-top: 25px;
	color: #00AEEF;
	overflow: auto;
}
.searchbox a {
	color: #002337;
	text-decoration: none;
	font-size: 10pt;
	line-height: normal!important;
}
.searchbox a strong {
	color: #00AEEF;
	font-weight: bold;
}
.searchbox a:hover, .searchbox a:hover strong {
	color: #0077A4;
}

a.popup-youtube {
    display: block;
	position: relative;
}
a.popup-youtube img {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 0px;
}
.cliptitle {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	background-color: #00aeef;
	background-color: rgba(0,174,239,0.9);
	color: #FFF!important;
	text-align: left;
}
a.popup-youtube:after {
    display: block;
    content: "";
	position: absolute;
	z-index: 5;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-image:url(/resources/images/play.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 50% auto;
	-o-background-size: 50% auto;
	background-size: 50% auto;
    opacity: 1;
    transition: opacity 1s;
}
a.popup-youtube:hover:after {
    opacity: 0.8;
}
.bgthumb {
	display: block;
	float: left;
	width: 40%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 0px;
	margin-right: 10px;
}
/* ************************************************** */