@font-face {
	font-family: "GT-America";
	src: url("../fonts/GT-America-Standard-Regular.eot");
	src: url("../fonts//GT-America-Standard-Regular.woff") format("woff"),
	url("../fonts/GT-America-Standard-Regular.otf") format("opentype"),
	url("../fonts/GT-America-Standard-Regular.svg#filename") format("svg");
}

.mt0 {
	margin-top: 0px
}
.mt10 {
	margin-top: 10px
}
.mt20{
	margin-top: 20px
}
.mt30{
	margin-top: 30px
}
.mt40{
	margin-top: 40px
}
.mt50{
	margin-top: 50px
}
.mt60{
	margin-top: 60px
}
.mt70{
	margin-top: 70px
}
.mt80{
	margin-top: 80px
}
.mt90{
	margin-top: 90px
}
.mt100{
	margin-top: 100px
}
.mb0{
	margin-bottom: 0px
}
.mb10{
	margin-bottom: 10px
}
.mb20{
	margin-bottom: 20px
}
.mb30{
	margin-bottom: 30px
}
.mb40{
	margin-bottom: 40px
}
.mb50{
	margin-bottom: 50px
}
.mb60{
	margin-bottom: 60px
}
.mb70{
	margin-bottom: 70px
}
.mb80{
	margin-bottom: 80px
}
.mb90{
	margin-bottom: 90px
}
.mb100{
	margin-bottom: 100px
}
.pt0 {
	padding-top: 0px
}
.pt10 {
	padding-top: 10px
}
.pt20{
	padding-top: 20px
}
.pt30{
	padding-top: 30px
}
.pt40{
	padding-top: 40px
}
.pt50{
	padding-top: 50px
}
.pt60{
	padding-top: 60px
}
.pt70{
	padding-top: 70px
}
.pt80{
	padding-top: 80px
}
.pt90{
	padding-top: 90px
}
.pt100{
	padding-top: 100px
}
.pb0{
	padding-bottom: 0px
}
.pb10{
	padding-bottom: 10px
}
.pb20{
	padding-bottom: 20px
}
.pb30{
	padding-bottom: 30px
}
.pb40{
	padding-bottom: 40px
}
.pb50{
	padding-bottom: 50px
}
.pb60{
	padding-bottom: 60px
}
.pb70{
	padding-bottom: 70px
}
.pb80{
	padding-bottom: 80px
}
.pb90{
	padding-bottom: 90px
}
.pb100{
	padding-bottom: 100px
}
.ml0 {
	margin-left: 0px
}
.ml10 {
	margin-left: 10px
}
.ml20{
	margin-left: 20px
}
.ml30{
	margin-left: 30px
}
.ml40{
	margin-left: 40px
}
.ml50{
	margin-left: 50px
}
.mr0 {
	margin-right: 0px
}
.mr10 {
	margin-right: 10px
}
.mr20{
	margin-right: 20px
}
.mr30{
	margin-right: 30px
}
.mr40{
	margin-right: 40px
}
.mr50{
	margin-right: 50px
}
a:active, a:focus {
    outline: none;
}
a:hover {
	text-decoration: none;
}
:focus {
	outline:none !important;
}
.text-underline {
	border-bottom: 1px solid rgba(0,0,0,1.0);
}
body {
	font-family: 'GT-America', Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding-top: 180px;
}
h1 {
	font-size: 60px;
	line-height: 70px;
	color: #000;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 60px;
	line-height: 60px;
	color: #000;
	padding: 0;
	margin: 0px 0px 15px 0px;
}
h3 {
	font-size: 60px;
	line-height: 60px;
	color: #000;
	padding: 0;
	margin: 30px 0px 15px 0px;
}
h4 {
	font-size: 60px;
	line-height: 60px;
	color: #000;
	padding: 0;
	font-weight: 600;
	margin: 30px 0px 15px 0px;
}
.container-fluid {
	padding: 0px 15px;
}
header {
	height: 120px;
	background: #fff;
	position: fixed;
	padding: 0px 15px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}
header div.page-description {
	padding-top: 5px;
	border-top: 1px solid rgba(0,0,0,1.0);
}
#toggle-menu-top {
	position: fixed;
	top: 10px;
	right: 15px;
	width: 48px;
	height: 48px;
}
#toggle-menu-top:hover,
#toggle-menu-bottom:hover {
	cursor: pointer;
}
section.navigation {
    top: 120px;
    position: fixed;
    background: #fff;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s, height .5s;
    overflow: hidden;
    z-index: 9;
	padding: 0px 15px;
}
section.navigation.open {
    opacity: 1.0;
    visibility: visible;
    height: 100%;
    background: #fff;
}
section.navigation ul.main-menu {
	list-style: none;
	margin: 56px 0px 0px 0px;
	padding: 0;
}
section.navigation ul.main-menu li {
	font-size: 60px;
	line-height: 68px;
	margin: 0;
	padding: 0;
}
section.navigation div#toggle-menu-bottom {
	text-align: right;
	font-size: 60px;
	line-height: 68px;
	position: absolute;
	bottom: 260px;
	right: 15px;
}
:target:before {
	content: "";
	display: block;
	height: 100px; /* fixed header height*/
	margin:	-100px 0 0; /* negative fixed header height */
}
.images-in-rows .item  {
	margin: 0px 0px 30px 0px
}
.images-in-rows .item:hover {
	cursor: pointer;
}
.images-in-rows .thumbnail {
	transition: background 0.3s;
}
.images-in-rows .thumbnail img {
	transition: opacity 0.3s;
}
.images-in-rows .thumbnail:hover {
	background: #000;
}
.images-in-rows .thumbnail:hover img {
	opacity: 0.6;
}
footer {
	height: 140px;
}
.reeks-item {
	margin-bottom: 60px;
}

/* Lightgallery */

.lg-backdrop {
    background-color: #fff;
}
.lg-outer .lg-img-wrap {
    padding: 0px;
}
.lg-sub-html, .lg-toolbar {
    background: none;
}
a.lg-download {
	display: none;
}
.lg-toolbar .lg-icon:hover {
    color: #000;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    background: none;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #000;
}
.lg-outer .lg-thumb-outer {
    background-color: #999;
}
.lg-outer .lg-toogle-thumb {
    background-color: #999;
}
.lg-outer .lg-thumb {
    padding: 6px 0;
}
.lg-outer .lg-toogle-thumb::after {
    color: #fff;
}
.lg-outer .lg-thumb-item {
    border-radius: 0px;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #000;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    background: #ccc;
    color: #000;
    font-size: 12px;
}

/* Content */

section.content {
	font-size: 50px;
	line-height: 50px;
}
section.content p {
	margin: 25px 0px;
}
span.spacer {
	display: inline-block;
	margin-left: 40px;
}

/* RSForm Pro */

.formResponsive,
#userForm {
	margin-top: 60px;
	font-size: 30px;
	line-height: 36px;
}
.formNoError {
	display: none;
}
input.rsform-input-box {
	border: 1px solid #000;
	padding: 5px 10px;
}
button.rsform-submit-button {
	border: 2px solid #000;
	color: #fff;
	padding: 10px 15px;
	background: #000;
	transition: color .3s, background .3s;
	text-transform: uppercase;
}
button.rsform-submit-button:hover,
button.rsform-submit-button:focus {
	color: #000;
	background: #fff;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0, 0, 0);
}
.formError {
	color: #dc3545;
	font-size: 16px;
	line-height: 18px;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	body {
		font-size: 13px;
		line-height: 16px;
	}
	#toggle-menu-top {
		width: 32px;
		height: 32px;
	}
	h1 {
		font-size: 30px;
		line-height: 50px;
	}
	h2 {
		font-size: 30px;
		line-height: 30px;
	}
	h4 {
		font-size: 40px;
		line-height: 40px;
	}

	section.navigation ul.main-menu li {
		font-size: 24px;
		line-height: 28px;
	}
	section.navigation div#toggle-menu-bottom {
		font-size: 24px;
		line-height: 28px;
	}
	section.content {
		font-size: 24px;
		line-height: 28px;
	}
	.images-in-rows .item  {
		margin: 0px 0px 10px 0px
	}
	.reeks-item .row {
		margin-right: -2px;
		margin-left: -2px;
	}
	.reeks-item .row .col-2, 
	.reeks-item .row .col-md-1 {
		padding-right: 2px;
		padding-left: 2px;
	}
	.formResponsive,
	#userForm {
		margin-top: 60px;
		font-size: 24px;
		line-height: 28px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}
