*,
a,
a:hover, 
a:active, 
a:focus {
	outline: none;
}

/* reset ios styles */
input[type='button'],
input[type='submit'],
input[type='text'],
input[type='email'],
input[type='password'],
textarea
{
	-webkit-appearance: none;
}

*::-ms-clear {
  width : 0;
  height: 0;
}


html {
   -ms-overflow-style: scrollbar;/*auto | none | scrollbar | -ms-autohiding-scrollbar*/
}

body 
{
	font: 400 15px/1.6 'Open Sans', sans-serif;
	color: #555;
	cursor: default;
	
	margin-top: 108px;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body#page_home
{
	margin-top: 80px;
}

/* Remove active link/dotted border in IE.*/
a:active, a:focus {
   outline:  none;
   ie-dummy: expression(this.hideFocus=true);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 
{
	line-height: 1.3;
	font-weight: 400;
	color: #333d40
}

h1, .h1 
{
	font-size: 24px;
	color: #b84f94;
	margin-top: 0;
}

h2, .h2
{
	font-size: 18px;
	color: #b84f94;
}

h3, .h3,
h4, .h4
{
	font-size: 16px;
}

.sidebar h4, .sidebar .h4 
{
	color: #003970;
	font-weight: 600;
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6
{
	font-weight: 600;
}

.h2-list
{
	background: #F6F6F6; 
	padding: .25em .5em;
}

.list-section
{
	padding: 0 .5em;
}

.row > div > h3:first-child
{
	margin-top: 0;
}

#page_rashond .row > div > h3:first-child
{
	margin: 0;
}

#page_rashonden .row  img
{
	margin-top: 1em;
}


.row > div.sidebar > h4:first-child
{
	margin-top: .5em;
}


#content > h1:first-child,
#footer h6
{
	margin-top: 0;
}

p
{
	margin: 0 0 1em;
}

img
{
	max-width: 100%;
}

#page_rashonden .main img
{
	/*max-width: 150px;*/
	max-height: 150px;
}

#map img
{
	max-width: none;
}

.highlight
{
	color: #92c2e5;
}

.results span.highlight
{
    background-color: #FE4;
    color: inherit;
}

.results .alternative
{
    display: none;
}

.inhoudsopgave
{
	display: none;
}

.meta
{
	color: #888;
	font-size: .95em;
}

#content ul,
#content ol
{
	margin-bottom: 1em;
	margin-top: .3em;
	padding-left: 2em;
	/*padding-left: 2.1em;*/
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol
{
	margin-bottom: .3em;
}

#content li
{
	margin-bottom: .3em;
}

.lightbold
{
	font-weight: 600;
}

p a,
td a
{
	text-decoration: underline;
}

a,
a:hover, 
a:focus
{
	color: #b84f94;
}

hr
{
	border-color: #ddd;
	margin-top: 10px;
	margin-bottom: 15px;
}

.sidebar hr
{
	border-color: #b84f94;
	margin-top: 30px;
	margin-bottom: 25px;
}

td,
th
{
	vertical-align: top;
	padding: 5px 10px;
}

td
{
	border-top: solid 1px #ddd;
}

td:first-child,
th:first-child
{
	padding-left: 0;
}

td:last-child,
th:last-child
{
	padding-right: 0;
}



/* layout */

.mini-navbar
{
	display: none;
	background: #f4f2f3;
	overflow: hidden;
}

.mini-navbar,
.mini-navbar a
{
	color: #3E3D40;
}

.mini-navbar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: right;
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
}

.mini-navbar li
{
	float: left;
	margin-left: 1em;
}

#search-input
{
	border: 0;
	padding: 2px 4px;
	font-size: 13px;
	line-height: 18px;
	color: #3E3D40;
	background: #F4F2F3;
	margin: 8px 0 8px 8px;
}

#search-submit
{
	background: #A6CE39;
	color: #FFF;
	border: 0;
	padding: 0 6px;
	line-height: 22px;
	margin-left: 3px;
}

#search-submit:hover
{
	background: #B0DA3E;
}


.navbar
{
	margin-bottom: 0;
}

.navbar-brand {
	height: auto;
}

#logo
{
	height: 50px;
}

.navbar-inverse
{
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	border: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
	border: none;
	box-shadow: none;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus
{
	background: transparent;
	color: #003970;
	-webkit-transition: .15s opacity ease-in-out;
	-moz-transition: .15s opacity ease-in-out;
	-o-transition: .15s opacity ease-in-out;
	transition: .15s opacity ease-in-out;
}

.navbar-inverse .navbar-toggle .icon-bar
{
	background-color: #003970;
}

.navbar-nav>li>a
{
	display: inline-block;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.active
{
	opacity: .7;
}

#menu_bg
{
	/*display: none;*/
	position: absolute;
	top: 0; 
	right: 0; 
	left: 0; 
	/*height: 90px;*/
	bottom: 0;
	background: #fff; /* moet om de boxshadow op safari/ipad te tonen */
	/*border-bottom: solid 2px #fff; */
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	z-index: -1;
}

.nav br
{
	display: none;
}

.navbar-nav
{
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 10px -8px;
}

.navbar-toggle
{
	border: none;
	margin-top: 25px;
}

.nav>li>a
{
	padding: 8px;
	
}

.top
{
	height: 500px;
}

.top-mask
{
	position: absolute; 
	left: 0; 
	right: 0; 
	height: inherit;
	overflow: hidden;
}

.top-bg
{
	position: absolute; 
	left: 0; 
	right: 0; 
	height: inherit;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover; 
}

.top-scroll
{
	position: absolute; 
	width: 32px; 
	height: 32px; 
	background: #00b6f2;
	border-radius: 100%;
	left: 50%;
	margin: -16px 0 0 -16px;
}

.top-scroll:before,
.top-scroll:after
{
	content: '';
	position: absolute;
	width: 10px;
	height: 3px;
	background: #fff;
	border-radius: 3px;
	top: 16px;
}

.top-scroll:before
{
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	left: 8px;
}

.top-scroll:after
{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
	right: 8px;
}

#page_home #content
{
	padding-top: 0;
}

/*
#crumb ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 15px 0 20px 2px;
}

#crumb li {
	display: inline-block;
	margin: 0 16px 0 0;
}

#crumb li:after {
	content: '\203A';
	position: absolute;
	margin-left: 8px;
}

#crumb li:last-child:after {
	display: none;
}
*/


.block-link:hover,
.block-link:focus
{
	text-decoration: none;
}

.block-link p
{
	/*color: #808284;*/
    color: #555;
}

.link-button,
.link-button:hover,
.link-button:focus
{
	display: inline-block;
	position: relative;
	padding: 2px 25px 2px 10px;
	background: #a6ce39;
	color: #fff !important;
	text-decoration: none;
	box-shadow: 1px 1px 0px rgba(0,0,0,.2);
    white-space: nowrap;
	
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	
	float: right;
}

.link-button:after {
	content: '';
	position: absolute;
	right: 4px;
	top: 50%;
	display: block;
	border: solid 6px transparent;
	border-left-color: #fff;
	margin-top:-.35em;
	
}

p:after
{
	content: '';
	display:block;
	clear: both;
}


.link-button:hover
{
	/*
	box-shadow: 0px 0px 1px rgba(0,0,0,.1);
	bottom: -1px;
	right: -1px;
	*/
	background: #B0DA3E;
}

a[name]
{
	display: block;
	position: relative;
	top: -140px;
	visibility: hidden;
}

#scrollup
{
	display: none;
	width: 31px;
	height: 31px;
	opacity: .3;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: #19365f;
	color: #fff;
	border-radius: 30px;
	font: 15px/23px sans-serif;
	text-align: center;
	border: 3px solid #fff;
	background-clip: padding-box;
}

#scrollup:hover,
#scrollup:focus
{
	opacity: .8 !important;
	text-decoration: none;
}

#footer
{
	margin-top: 2em;
	position: relative;
}

	#footer .footer-support {
		background: #f3f4f7;
		text-align: center;
		padding: 10px;
		line-height: 24px;
		font-size: 14px;
	}

	#footer .footer-content {
		background: #003970;
		font-size: 14px;
		font-weight: 100;
		padding: 7px 0;
	}

		#footer .footer-content,
		#footer .footer-content a,
		#footer .footer-content h3 {
			color: #fff;
		}

			#footer .footer-content ul {
				list-style: none;
				padding: 0;
			}

#footer-disclaimer
{
	font-size: 12px;
}

.cycle-slideshow
{
	overflow: hidden;
}

.cycle-slideshow div
{
	width: 100%; 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cycle-slideshow,
.cycle-slideshow div
{
	height: 200px; 
}

.cycle-pager
{
	/*display: none;*/
	padding-bottom: 1em;	
}

.cycle-pager h2
{
	color: #3d3d3f;
	font-size: 1.2em;
	font-weight: 600;
}

#page_home .intro
{
	padding-top: 30px;
	padding-bottom: 30px;
}

#page_home .intro p
{
	max-width: 870px;
	display: inline-block;
}

.sidebar img
{
	height: auto !important;
	width: auto !important;
	max-width: 300px;
	max-height: 150px;
}




.accordion :hover
{
	text-decoration: none;
	/*color: #fff;*/
}

.accordion .ui-accordion-header
{
	cursor: pointer;
	background: #eee;
	padding: .25em .5em;
	position: relative;
	margin: 2px 0;
}

.ui-accordion-content
{
	padding: .25em .5em;
}


.accordion .ui-accordion-header:after
{
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	border: solid 6px transparent;
	border-top-color: #b84f94;
	margin-top:-3px;
}

.accordion .ui-accordion-header.ui-accordion-header-active:after
{
	border-color: transparent;
	border-bottom-color: #b84f94;
	top: auto;
	bottom: 50%;
	margin-top: auto;
	margin-bottom:-3px;
}

.title-meta
{
	color: #777;
    font-size: .9em;
    position: relative;
    top: -0.5em;
    line-height: 1.4;
    display: block;
}

#content .sort-list
{
	position: relative;
	z-index: 1001;
	right: 0;
	border-bottom: solid 1px #ddd;
	text-align: right;
	margin-bottom: 15px;
	margin-top: -12px;
	font-size: .95em;
}

#content .sort-list span
{
	display: inline-block;
	cursor: pointer;
}

#content .sort-list span:after
{
	content: '';
	position: relative;
	display: inline-block;
	border: solid 6px rgba(0, 0, 0, 0);
	border-top-color: #888;
	margin-bottom: -5px;
	margin-left: 8px;
}

#content .sort-list-search,
#content .sort-list-suggestions
{
	background: #f6f6f6; 
}

#content .sort-list-suggestions
{
	padding: .25em .5em;
	text-align: left;
	margin-top: 0;
}

#content .sort-list-search > a,
#content .sort-list-search > a:hover
{
	padding: .25em .5em;
	float: left;
	color: #707173;
	text-decoration: none;
}

#content .sort-list-search > a:before
{
	content: '\2715';
	display: inline-block;
	border: solid 1px #707173;
	padding: 0 2px 0 3px;
	margin-right: 7px;
	line-height: 16px;
}

#content .sort-list-search span
{
	padding: .25em .5em;
}

#content .sort-list ul
{
	display: none;
	position: absolute;
	right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
	border: solid 1px #ddd;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#content .sort-list li
{
	padding: 0;
	margin: 0;
	padding: .15em .75em .2em;
	border-bottom: solid 1px #eee;
	cursor: pointer;
	text-align: left;
}

#content .sort-list li.active
{
	font-weight: 700;
}

#content .sort-list li:last-child
{
	border-bottom: none;
}

#content .sort-list li:hover
{
	background: #eee;
}

#content ol
{
	padding-left: 2em;
}

#content ul
{
	list-style: none;
	padding-left: 1.5em;
}

#content ul li
{
	position: relative;
	margin-bottom: .25em;
}

#content ul li:before {
	content: '';
	position: absolute;
	left: -16px;
	display: block;
	border: solid 6px transparent;
	border-left-color: #b94e95;
	top: .35em;
}

#content ul.paging li:before {
	content: none;
	position: absolute;
	display: none;
	border: none;
}

#content ul.paging
{
    padding-left: 0;
}

#content .sort-list ul li:before {
	content: '';
    display: none;
    border: none;
}

#content ul.link-list li a
{
	color: #707173;
}

#content .searchinfo
{
    background: #F2F2F2;
    padding: 7px;
    line-height: 20px;
    border-bottom: solid 1px #DDD;
    margin-bottom: 15px;
}

#content .searchinfo .clearsearch
{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/Content/img/close.png');
    margin-bottom: -4px;
    margin-right: 5px;
}

.legend
{
	margin: 1em 0 0 2.5em;
}

.legend .title {
    display: block;
    line-height: 1.2em;
    padding: 0 1em 1em 0;
	float: left;
	font-size: .95em;
}
.row > div > h3:first-child

.legend .color-sample {
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
}

.desktop
{
	display: none !important;
}

.contact input[type=text],
.contact textarea,
.contactsend
{
	width: 100%;
	max-width: 100%;
}

.contactsend
{
	margin-top: .5em;
}

.contact input[type=text],
.contact textarea
{
	border: solid 1px #999;
	padding: 3px 7px;
}

.contact textarea
{
    height: 15em;
	max-width: 100%;
}

.contact span.link-button,
.contact span.link-button:hover,
.contact span.link-button:focus
{
    width: 100px;
	display: block;
	position: relative;
	padding: 0;
	background: #a6ce39;
	color: #fff;
	text-decoration: none;
	box-shadow: 1px 1px 0px rgba(0,0,0,.2);
    border: none;
	
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.contact span.link-button input[type=submit]
{
    background: none;
    padding: 3px 25px 3px 10px;
    /*padding-right: 20px;*/
    border: none;
}

.contact span.link-button:after {
	content: '';
	position: absolute;
	right: 4px;
	top: 50%;
	display: block;
	border: solid 6px transparent;
	border-left-color: #fff;
	margin-top:-.35em;
	
}

.contact span:hover
{
	/*
	box-shadow: 0px 0px 1px rgba(0,0,0,.1);
	bottom: -1px;
	right: -1px;
	*/
	background: #B0DA3E;
}

label
{
    display: block;
    font-weight: normal;
    margin-top: 10px;
}

#page_search input.search-submit
{
    right: 5px;
}

.results .sortitem h3 a, .results .sortitem h3 a:hover,
.results .sortitem h2 a, .results .sortitem h2 a:hover
{
    color: #333D40;
}

a.lnk_back {
	position: relative;
	color: #888;
	font-size: .9em;
	margin-top: -1.6em;
	display: block;
}

a.lnk_back:before
{
	content: '\2039';
	padding-right: 4px;
	font-size: 1.3em;
	display: inline-block;
	text-decoration: none;
	line-height: 1;
}


#page_diseases p > a
{
	color: #888;
}

#graph
{
	padding-right: 1em; 
	height: 350px;
}

.searchbox
{
	display: inline-block; 
	position: relative;
	width: 100%;
	max-width: 360px;
}

	input.search-query
	{
		padding: 2px 34px 2px 6px;
		width: 100%;
		font-size: .95em;
		border: solid 1px #ddd;
	}
	
	input.search-submit
	{
		position: absolute;
		display: inline-block;
		right: 5px;
		top: 3px;
		margin: 0;
		width: 28px;
		padding: 0;
		background: url('../img/search-g.png') no-repeat center;
		border: 0;
		text-indent: -9999px;
	}

    .error
    {
        color: red;
    }


.pagination {
	width: 100%;
}

	.pagination span {
		display: block;
		position: relative;
	}

		.pagination span:after {
			content: '';
			display: block;
			width: 6px;
			height: 6px;
			position: absolute;
			border: solid 1px #1c407a;
			border-bottom: none;
			border-left: none;
			top: 50%;
			margin-top: -3px;
		}

		.pagination span.prev {
			float: left;
		}

			.pagination span.prev:after {
				transition: all 0.25s ease;
				-ms-transform: rotate(-135deg);
				-webkit-transform: rotate(-135deg);
				transform: rotate(-135deg);
				left: -10px;
			}

		.pagination span.next {
			float: right;
		}

			.pagination span.next:after {
				transition: all 0.25s ease;
				-ms-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				right: -10px;
			}

	.pagination div.pages {
		text-align: center;
	}

		.pagination div.pages a {
			padding: 0 2px;
		}

			.pagination div.pages a.active {
				font-weight: bold;
			}

/* Small devices (phones, 767px and down, but not higher) / col-xs */
@media (max-width: 767px) {
	
	.block
	{
		height: auto !important;
	}
	
	#page_home .col-xs-12:nth-child(even)
	{
		background-color: #f4f2f3;
	}
	
	#page_home .intro
	{
		border-top: solid 5px #a6ce39;
	}
	
	.rashond_intro
	{
		/*max-height: 5em;
		overflow: hidden;*/
        margin: 0 0 .5em;
	}

    #page_rashonden .main .row img {
        float: left; 
        max-width: 60px;
        max-height: 60px;
        /*width: 10%;*/
        margin-right: 1em;
        margin-bottom: 1em;
        height: auto;
    }
}

/* Small devices (tablets, 768px and up) / col-sm */
@media (min-width: 768px) {
	
	body
	{
		font-size: 15px;
	}
	
	body#page_home
	{
		margin-top: 108px;
	}
	
	h1, .h1
	{
		font-size: 1.6em;
	}
	
	h2, .h2
	{
		font-size: 1.2em;
	}
	
	.mobile
	{
		display: none !important;
	}
	
	.desktop
	{
		display: block !important;
	}

    .mobile img,
    .desktop img
    {
        width: auto !important;
        height: auto !important;
    }
	
	.cycle-slideshow,
	.cycle-slideshow div
	{
		height: 400px; 
	}
	
	.mini-navbar
	{
		display: block;
	}
	
	.nav br
	{
		display: inline;
	}
	
	.nav .mobile
	{
		display: none;
	}
	
	.navbar .container
	{
		position: relative;
	}
	
	.navbar-nav
	{
		/*float: right;*/
		margin: 12px 0 0;
		font-size: 11.5px;
		position: absolute;
		right: 0;
		background-color: #fff;
	}
	
	#footer
	{
		margin-top: 5em;
	}
	
	#search-input
	{
		background: #fff;
		margin: 0;
	}
	
	.nav>li>a
	{
		/*padding: 15px 8px;*/
	}
	
	#content
	{
		padding-top: 40px;
		min-height: 500px;
	}
	
	#page_home .intro
	{
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
	}
	
	#page_home .link-button
	{
		float: none;
	}
	
	.cycle-pager
	{
		display: block;	
	}
	
	.quote-vid > div > span
	{
		font-size: 36px;
	}
	
	#page_home .top .quote > div > span
	{
		font-size: 48px;
	}
	
	.top-scroll
	{
		width: 38px; 
		height: 38px; 
		margin: -19px 0 0 -19px;
	}
	
	.top-scroll:before,
	.top-scroll:after
	{
		width: 12px;
		height: 3px;
		top: 20px;
	}
	
	.top-scroll:before
	{
		left: 9px;
	}

	.top-scroll:after
	{
		right: 10px;
	}
	
	#intro
	{
		font-size: 22px; 
	}
	
	#footer .h2
	{
		height: 35px;
	}
	
	.cycle-pager > div
	{
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		
		-webkit-transition-property: top, border;
		-moz-transition-property: top, border;
		-o-transition-property: top, border;
		transition-property: top, border;
	}
	
	#page_home #content .cycle-pager .col-sm-3,
	#page_home #content .cycle-pager:hover .col-sm-3
	{
		position: relative;
		background: #fff;
		z-index: 1000;
		border-top: solid 5px #fff;
		top: 0;
	}

	#page_home #content .cycle-pager:hover .col-sm-3:hover,
	#page_home #content .col-sm-3.cycle-pager-active, 
	#page_home #content .cycle-pager .col-sm-3:hover
	{
		top: -12px;
		border-top: solid 5px #a6ce39;
	}
	
	.sidebar img
	{
		max-width: 100%;
	}
		
	/*
	.main
	{  
		position: static;
	}
	*/
	.main:after ,
	.sidebar:after
	{  
		content: ''; 
		position: absolute;
		top: 0;
		bottom: 0;
		width: 1px;
		border-right: solid 1px #b84f94;
	}
	
	#page_rashonden .main:after,
	#page_rashonden .sidebar:after
	{
		top: 7.3em;
	}
	
	#page_diseases .main:after,
	#page_diseases .sidebar:after
	{
		top: 9.3em;
	}
	
	.main:after,
	#page_rashond .sidebar:after
	{
		right: 0;
		left: auto;
	}
	
	
	.sidebar:after,
	#page_rashond .main:after 
	{
		left: -1px;
		right: auto;
	}
	
	a.lnk_back {
	  /*top: -30px;*/
	}
	
}

/* Medium devices (desktops, 992px and up) / col-md */
@media (min-width: 992px) {
	
	body,
	body#page_home
	{
		font-size: 16px;
		margin-top: 128px;
	}
	
	h1, .h1
	{
		font-size: 2em;
	}
	
	h2, .h2
	{
		font-size: 1.2em;
	}
	
	h3, .h3,
	h4, .h4
	{
		font-size: 1.1em;
	}
	
	#logo
	{
		height: 70px;
	}
	
	.navbar-nav
	{
		font-size: 14px;
	}
	
	.nav>li>a
	{
		padding: 20px 15px;
	}
	
	.navbar-nav>li>a:hover:after,
	.navbar-nav>li>a.active:after
	{
		left: 10px;
		right: 10px;
	}
	
	.top-large
	{
		height: 500px;
	}
	
	.quote > div > span
	{
		margin-top: 92px; /* height of header */
	}
	
	.quote-vid > div > span
	{
		font-size: 42px;
	}
	
	#page_home .top .quote > div > span
	{
		font-size: 60px;
	}
	
	#intro
	{
		font-size: 25px; 
	}
	
	.block-link p
	{
		font-size: 14px;
	}
	
	.legend
	{
		margin: 60% 0 0;
	}
	
}

/* Large devices (large desktops, 1200px and up) / col-lg */
@media (min-width: 1200px) {
	
	h1, .h1
	{
		font-size: 2.2em;
	}
	
	h2, .h2
	{
		font-size: 1.4em;
	}
	
	.container
	{
		/*width: 1178px; /*1170px;*/
	}
	
	.navbar-nav
	{
		font-size: 15px;
	}
	
	.top-large
	{
		height: 600px;
	}
	
	.quote > div > span
	{
		font-size: 48px;
	}
	
	#page_home .intro p
	{
		font-size: 17px;
	}
	
	.top-scroll
	{
		width: 44px; 
		height: 44px; 
		margin: -22px 0 0 -22px;
	}
	
	.top-scroll:before,
	.top-scroll:after
	{
		width: 15px;
		height: 3px;
		top: 22px;
	}
	
	.top-scroll:before
	{
		left: 10px;
	}

	.top-scroll:after
	{
		right: 10px;
	}
	
	#intro
	{
		font-size: 28px; 
	}
	
	.block-link p
	{
		font-size: 16px;
	}
	
	#brochures
	{
		text-align: left;
	}
	
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
}

.page p a[href='#'][title] {
    color: inherit;
    text-decoration-style: dotted;
    cursor: help;
}