@font-face {
	font-family: 'MTCORSVA';
	src: url('../fonts/MTCORSVA.eot');
	src: local('MTCORSVA'), url('../fonts/MTCORSVA.woff') format('woff'), url('../fonts/MTCORSVA.ttf') format('truetype');
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../images/estonia-picture.jpg);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #615A4A;
}
* {
    box-sizing: border-box;
}
[class*="Col-"] {
    float:left;
    padding:2%;
    margin:0;
 }
.Row {
	padding:0;
	margin:0 0 1.0em 0;
}
.Row::after {
    content: "";
    clear: both;
    display: block;
}
.PageSection {
	position: relative;
	width:100%;
	max-width:1200px;
	margin:0 auto 0 auto;
	padding:0;
}

/* Banner layout */

header {
	flex-shrink: 0;
}
.BannerDivider {
	background-color:#46BA01;
	margin:0;
	padding:8px;
}
#BannerMain {
	position: relative;
	background-color: #FCD18C;
	padding:0;
	margin:0;
}
#Logo {
	position:absolute;
	left:15px;
	top:0;
	height:auto;
}
#LogoRight {
	position:absolute;
	right:15px;
	top:0;
	height:auto;
}

/* End of banner */

/* Main Navigation Bar */

 /* Full width banner container */
#NavBarOuter {
	padding: 0;
	margin: 0;
	width:100%;
	position:relative;
	display:block;
	background-color:#46BA01;
}

/* Navigation bar area */

#NavBarInner {
	margin:0 auto 0 auto;
	padding:0 20px 0 20px;
	width:100%;
	max-width:1200px;
	z-index:100;
}
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
nav ul li {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding:0;
	cursor: pointer;
	position:relative;
}
nav ul li a {
	text-decoration: none;
	color: #FFFFFF; /* Text colour */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	display:block;
	margin: 0;
	padding: 10px 0 10px 0; /* Size of buttons */
}
nav ul li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
nav span {
	color:#8F1719; /* Highlight - eg. sale - manu items */
}

/* Dropdown box */
nav ul li ul {
	padding: 10px;
	margin:0;
	background-color:#46BA01;
	position: absolute;
	top: -1000px;
	left: 0px;
	width: 400px; /*Width of dropdown box */
	border:1px solid #FCD18C;/* Border round dropdown */
	border-top:none;
	opacity: 0;
	-webkit-transiton: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	z-index:1000;
}
nav ul li:hover ul {
	opacity: 1;
	top: 34px;
}
nav ul li ul li { 
	display: block; 
	color: #FFFFFF;
	padding:0;
	margin:5px 0 15px 0;
	width:100%;
	/*border:1px solid #FCACC7; /* Border round dropdown buttons */
}
nav ul li ul li:hover {
	color: #DC7136;
}
nav ul li ul li a {
	padding:2px 0 2px 5px;
}
#MobileMenuButton {
	display:none;
	padding: 10px 2px 10px 2px;
}

/* End of main navigation bar */

#Overlay {
	background-color: rgba(255,255,255,0.58);
}
#Wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
#Layout {
	position: relative;
	width: 100%;
	flex-shrink: 0;
	flex-grow: 1;
	padding-bottom:20px;
	/* background-color: rgba(255,255,255,0.70); */
}
#Layout span {
	font-weight:bold;
}
#Layout span a {
	font-weight:bold;
}
p {
	font-size: 1.0em;
	line-height:1.3;
	padding: 0px;
	margin: 0 0 20px 0;
	color: #2B2821;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #2B2821;
	text-decoration: underline;
}
a:hover {
	color:#908872;
}
h1 {
	font-family: 'MTCORSVA';
	font-size: 40px;
	padding: 0;
	margin: 0px;
	font-weight: bold;
}
/* h2 reserved for banner text - font-size is set by screen size */
h2 {
	font-family: 'MTCORSVA';
	font-weight: 500;
	text-align: center;
	margin: 0;
	line-height: 1.2;
	color: #2F8100;
}
h3 {
	font-size: 1.3em;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
}
.Quote {
	font-style: italic;
	font-weight:normal !important;
}
.CentreText {
	text-align:center;
}

/* Blinking text */

.BlinkText {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 2s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	animation-name: blinker;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
	color: #C2C2C2
}

@-moz-keyframes blinker {  
	0% {color: #FF0000;}
	50% {color: #C2C2C2;}
}

@-webkit-keyframes blinker {  
	0% {color: #FF0000;}
	50% {color: #C2C2C2;}
}

@keyframes blinker {  
	0% {color: #FF0000;}
	50% {color: #C2C2C2;}
}

/* End flashing text */


ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
li {
	margin: 0px 0px 10px;
	color: #2B2821;
	list-style-type: none;
}
footer {
	margin: 0;
	padding: 0;
	background-color: #FCD18C;
	flex-shrink: 0;
}
footer p {
	color: #413D33;
}
footer a {
	text-decoration: none;
	color: #413D33;
}
footer a:hover {
	color: #3E3A30;
}
.FooterHeader {
	font-weight:bold;
}
.ClearFloat {
	clear: both;
}
img {
	border:none;
}
.DisplayPanel {
	width: 90%;
	margin: 0 5% 30px 5%;
	padding: 5%;
	border-radius: 25px;
	border: 1px solid #85C1EC;
}
.FlexPanel {
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.TextPanel {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	margin: 0 0 15px 0;
	padding: 15px;
	border-radius: 15px;
	border: 1px solid #46BA01;
}
.BorderPanel {
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 1px solid #46BA01;
}
.Picture {
	width:100%;
	height:auto;
	margin: 0;
	padding:0;
	display:block;
}
.EmbeddedPicture {
	width:50%;
	float:right;
	height:auto;
	margin:0 0 2% 2%;
}
.PictureCaption {
	text-align:center;
	font-weight:bold;
	margin:15px 0 30px 0;
}
	
/* Forms and buttons */

.Button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-radius: 15px;
	margin:40px 0 0 0;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
	text-decoration: none;
	border: none;
	text-align: center;
	color: #FFFFFF;
	background-color:#46BA01;;
}
.Button1:hover {
	color: #C3C3C3;
}
.Button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-radius: 15px;
	margin:5px 0 0 0;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
	text-decoration: none;
	border: none;
	text-align: center;
	color: #FFFFFF;
	background-color:#46BA01;;
}
.Button2:hover {
	color: #C3C3C3;
}
.FormTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #575752;
	width:90%;
}
.FormDropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #575752;
}
iframe {
	width:0;
	height:0;
	display:none;
}
.SocialMedia {
	width:45%;
	max-width:100px;
	height:auto;
	margin:0 3% 0 0;
	float:left;
}
.Divider {
	width:90%;
	max-width:390px;
	margin:10px auto 10px auto;
	display:block;
}
hr {
	border-top: 1px solid #46BA01;
	margin: 10px 0 10px 0;
}
/* Contact Form */

#NotifyForm {
	height: 0;
	position: fixed;
	top: -1000px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	overflow: hidden;
	-webkit-transition: height 2s;
	transition: height 2s;
	z-index: 2000;
}
.ContactForm {
	padding: 20px;
	cursor: default;
	width: 90%;
	max-width: 300px;
	background-color: #FCD18C;
	border: 6px solid #46BA01;
}
.ContactForm p {
	margin-bottom:5px
}
#FormMessage {
	height:50px;
}
.MessageTextError {
	color:#7E0B0D;
	text-align:center;
	padding:5px 0 10px 0;
	font-size:18px !important;
}
.MessageTextOK {
	color:#2B781F;
	text-align:center;
	padding:5px 0 10px 0;
	font-size:18px !important;
}
#FormButton {
	display:block;
}
#CloseFormButton {
	position:absolute;
	bottom:5px;
	right:15px;
}
#DedicationPanel, #BuyPaperback, #BuyHardback  {
	height:0;
	overflow:hidden;
	-webkit-transiton: height 1s;
	-moz-transition: height 1s;
	-ms-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
}

/* Mobile */

@media only screen and (max-width: 850px){

	.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%;}
	.Col-half {width: 100%;}
	.M-none {
		display:none;
	}
	.MobileClear {
		clear:both;
	}
	h2 {
		font-size: 26px;
		padding: 20px 0 20px 0;
	}
	#Logo, #LogoRight {
		width:90px;
	}
	.PhoneNoLink {
		display:none;
	}
	.PhoneLink {
		display:inline;
	}

	/* MAIN MENU BAR */

	#NavBarOuter {
		height:40px;
	}
	#NavBarInner {
		position:absolute;
		margin:0;
		padding:0 0 0 0;
		height:40px;
		width:95%;
		overflow:hidden;
		-webkit-transiton: height 1s;
		-moz-transition: height 1s;
		-ms-transition: height 1s;
		-o-transition: height 1s;
		transition: height 1s;
		background-color: #46BA01;
	}
	nav ul {
		display:block;
	}
	#NavBarInner:hover {
		height: 400px;
		overflow-y:auto;
	}
	nav ul li a {
		margin:0;
		padding:0 0 10px 20px;
		font-size: 15px;
		font-weight:normal;
	}
	nav ul li ul {
		/* display:none; /* Hide dropdowns */
		display:block;
		width:95%;
		margin-left:2%;
	}
	nav ul li ul a {
		font-size:14px;
	}
	nav ul li:hover ul {
		top: 20px;
	}
	#MobileMenuButton {
		display:block;
		height:60px;
	}
	.MenuIcon {
		float:left;
		margin:0 20px 0 0;
		padding:2px;
	}
	.MenuIconBar {
 		width: 35px;
 		height: 4px;
 		background-color:#FFFFFF;
 		margin:0 0 5px 0;
		padding:0;
	}
	.FlexPanel .TextPanel {
		width:96%;
	}
	/* END OF MAIN MENU BAR */
}

/* Tablet */
@media only screen and (min-width: 851px) and (max-width: 1029px){

	body {
		font-size: 14px;
	}

	.Col-t-1 {width: 8.33%;}
	.Col-t-2 {width: 16.66%;}
	.Col-t-3 {width: 25%;}
	.Col-t-4 {width: 33.33%;}
	.Col-t-5 {width: 41.66%;}
	.Col-t-6 {width: 50%;}
	.Col-t-7 {width: 58.33%;}
	.Col-t-8 {width: 66.66%;}
	.Col-t-9 {width: 75%;}
	.Col-t-10 {width: 83.33%;}
	.Col-t-11 {width: 91.66%;}
	.Col-t-12 {width: 100%;}
	.Col-half {width: 50%;}

	.T-none {
		display:none;
	}
	h2 {
		font-size: 36px;
		padding: 40px 0 40px 0;
	}
	#Logo, #LogoRight {
		width:160px;
	}
	#Layout {
		min-height:1200px;
	}
	.FlexPanel .TextPanel {
		width:46%;
	}
	.PhoneNoLink {
		display:inline;
	}
	.PhoneLink {
		display:none;
	}
	/* Vertical live to added to the left or right column to seperate columns of text. Not present in Mobile view as columns will generall y be removed */
	.LeftDivider {
		border-left:1px solid #46BA01;
	}
	.RightDivider {
		border-right:1px solid #46BA01;
	}
}

/* Desktop */
@media only screen and (min-width: 1030px){

	.Col-d-1 {width: 8.33%;}
	.Col-d-2 {width: 16.66%;}
	.Col-d-3 {width: 25%;}
	.Col-d-4 {width: 33.33%;}
	.Col-d-5 {width: 41.66%;}
	.Col-d-6 {width: 50%;}
	.Col-d-7 {width: 58.33%;}
	.Col-d-8 {width: 66.66%;}
	.Col-d-9 {width: 75%;}
	.Col-d-10 {width: 83.33%;}
	.Col-d-11 {width: 91.66%;}
	.Col-d-12 {width: 100%;}
	.Col-half {width: 50%;}

	.D-none {
		display:none;
	}
	h2 {
		font-size: 38px;
		padding: 40px 0 40px 0;
	}
	#Logo, #LogoRight {
		width:170px;
	}
	#Layout {
		min-height:1200px;
	}
	.FlexPanel .TextPanel {
		width:46% !important;
	}
	.PhoneNoLink {
		display:inline;
	}
	.PhoneLink {
		display:none;
	}
	/* Vertical live to added to the left or right column to seperate columns of text. Not present in Mobile view as columns will generall y be removed */
	.LeftDivider {
		border-left:1px solid #46BA01;
	}
	.RightDivider {
		border-right:1px solid #46BA01;
	}	
}
/* Heading text for small screens */

@media only screen and (max-width: 570px){
	h2 {
		padding-top:100px;
	}
}
