
@charset "utf-8";
/* Main Structure */
* {
    box-sizing: border-box;
}
html, body {
	background-color: #666;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
@media only screen and (min-width: 600px) {
	html, body {
		width: 100%;
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Geneva, sans-serif;
		text-align: center;
		background-image: url(../images/structure/tile.gif);
		background-repeat: repeat;
	}
}
p {
	line-height: 23px;
}
a {
	font-weight: bold;
}
h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	clear: left;
}
h4 {
	margin: 0px;
	padding: 2px 0px 7px 0px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
h5 {
	margin: 0px;
	padding: 0px 5px;
	font-size: 18px;
	text-align: centre;
	font-weight: bold;
}
.clear {
	clear: both;
}
.clearl {
	clear: left;
}
.clearr {
	clear: right;
}
.textfield {
	color: #FFF;
	background-color: #00F;
	padding: 5px;
}
.g-recaptcha {
	display: inline-block;
	
}
.textc {
	text-align: center;
}
.formr {
	text-align: left;
}
.formc {
	text-align: left;
}
@media only screen and (min-width: 600px) {
	.formr {
		text-align: right;
	}
	.formc {
		text-align: center;
	}
}
.invis {
	display: none;
}
.floatl {
	float: left;
	padding: 0px 5px 0px 0px;
}
.floatr {
	float: right;
	padding: 0px 0px 0px 5px;
}
.boxfull {
	width: 100%;
	clear: both;
}
.boxhalf {
	width: 50%;
	float: left;
}
.formfield {
	color: #000;
	background-color: #39C;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	font-family: Verdana, Geneva, sans-serif;
}
.submit {
	color: #FFF;
	background-color: #030;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px;
}
.paypal {
	width: 100%;
	max-width: 150px
}
.block {
	display: block;
}
.bold {
	font-weight: bolder;
}
.tinytext {
	font-size: xx-small;
}


/* Device Support */
[class*="col-"] {
    float: left;
    padding: 10px;
	box-sizing: border-box;
    width: 100%;

}
@media only screen and (min-width: 600px) {
	[class*="col-"] {
    padding: 10px;

}
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
	[class*="col-"] {
    padding: 10px;

}
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

/* Responsive Grid */
.row::after {
    content: "";
    clear: left;
    display: table;
}

/* Navigation */

#navigationholder {
	text-align: center;
	width: 100%;
	/*background-color: #00F;*/
	color: #000;
	position: absolute;
	top: 0px;
}
@media only screen and (min-width: 691px) {
	#navigationholder {
		text-align: center;
		width: 100%;
		/*background-color: #00F;*/
		position: relative;
		color: #000;
		top: auto;
	}
}
#navigation {
	margin: auto;
	padding: 0px;
	text-align: center;
	max-width: 900px;
	position: relative;
}

/* Add a background color to the top navigation */
.topnav {
	background-color: #00F;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
	transition: 0.8s;
}

/* Change the color of links on hover */
.topnav a:hover {
	background-color: #F00;
	color: black;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

/* Add an active class to highlight the current page */
.active {
	background-color: #F60;
	color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}



@media screen and (min-width: 691px) {
	
	.dropnav {
		float: left;
		position: relative;
	}
	
	.dropnav-content {
		display: none;
		position: absolute;
		background-color: #00F;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
		z-index: 10;
		top: 48px;
	}
	
	.dropnav:hover .dropnav-content {
		display: block;
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	}
	
	.dropnav-content a {
		text-align: left;
		width: 100%;
	}
}



 /* When the screen is less than 700 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 691px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .dropnav {display: none}
  .dropnav-content {display: none}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 691px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .dropnav.responsive {
    float: none;
    display: block;
    text-align: left;
	z-index: inherit;
  }
  .dropnav-content.responsive {
    float: none;
    display: block;
    text-align: left;
  }
  .dropnav-content a {  
	padding: 14px 16px 14px 30px;
  }
}

@media screen and (max-width: 600px){
    
    .sidebar-m{
        display: none;
    }
    
}

@media screen and (min-width: 600px){
    
    .sidebar-s{
        display: none;
    }
    
}

.navshadow {
	box-shadow: -3px 3px 5px #000000;
}


/* Title */
#titleholder {
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	z-index: 5;
}


@media only screen and (max-width: 691px) {
	#titleholder {
		text-align: left;
		width: 100%;
		margin: 40px 0px 0px 0px;
		padding: 0px;
		clear: both;
		/*background-color: #FFF;*/
	}
}
#title {
	max-width: 900px;
	height: auto;
	margin: auto;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	color: #03C;
	background-color: #FFF;
}
#logobear, #logolion {
	max-width: 70px;
	max-height: 75px;
}
@media only screen and (min-width: 420px) {
	#logobear, #logolion {
		max-width: 100px;
		max-height: 110px;
	}
}
.titlepersonal {
	float: right;
	font-size: 12px;
	text-align: right;
}
.titleseminar {
	float: left;
	font-size: 12px;
	text-align: left;
}
#title a:link {
	color: #03C;
	text-decoration: none;
}
#title a:visited {
	color: #03C;
	text-decoration: none;
}
#title a:hover {
	color: #03C;
	text-decoration: underline;
}
#title a:active {
	color: #03C;
	text-decoration: underline;
}


/* Content */
#contentcontainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content {
	max-width: 900px;
	margin: auto;
	padding: 0px;
	text-align: left;
	background-color: #FFF;
}
#content a:link {
	color: #000;
	text-decoration: none;
}
#content a:visited {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
}
#content a:active {
	color: #000;
	text-decoration: underline;
}
.contentbuffer {
	height: 60px;
	width: 100%;
	clear: both;
}

#imagebanner {
	width: 100%;
	padding: 5px;
	text-align: center;
}
.imagebanner {
	width: 100%;
	max-width: 600px;
	padding: 5px;
	text-align: center;
}
.imagepad {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	height: auto;
}

/* Footer */
.footercontainer {
	text-align: center;
	width: 100%;
	color: #000;
	/*background-color: #00F;*/
}
.footer {
	width: 100%;
	max-width: 900px;
	margin: 0px auto;
	font-size: 8px;
	font-weight: bold;
	color: #FFF;
	background-color: #00F;
	text-align: left;
	font-size: 10px;
	clear: both;
	padding: 0px 0px 45px 0px;
}
.footer a {
	color: #FFF;
}
#dougaldesigns {
	color: #000;
	font-size: 10px;
	text-align: center;
	padding-bottom: 4px;
}

/* Pages */
#formcontainer {
	width: 100%;
	text-align: center;
}

/* Gallery Page */
#galleryview {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #666;
	background-image: url(../images/structure/shadow.png);
	background-repeat: repeat;
	z-index: 10;
        color: #FFF;
	text-align: center;
	left: 0px;
	top: 0px;
}
#gallerypos {
	max-width: 900px;
	width: 100%;
        color: #FFF;
	margin: auto;
}

#gallerypos a:link {
    color: #FFF;
}
#gallerypos a:visited {
    color: #FFF;
}
#gallerypos a:hover {
    color: #FFF;
}
#gallerypos a:active {
    color: #FFF;
}
.galleryvis {
    text-align: center;
}
.galleryhid {
    display: none;
    text-align: center;
}
@media only screen and (min-width: 420px) {
	.galleryvis {
            text-align: center;
        }
        .galleryhid {
            display: block;
            text-align: center;
        }
} 

#cookiejar {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #FFF;
    z-index: 100;
    position: fixed;
    bottom: 0px;
}
#cookies {
    max-width: 900px;
    width: 100%;
    margin: auto;
    background: #F00;
}
#cookies a{
    color: #FFF;
}