@font-face {
    font-family: 'corinthian_lightregular';
    src: url('corinthian_light_plain-webfont.eot');
    src: url('corinthian_light_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('corinthian_light_plain-webfont.woff2') format('woff2'),
         url('corinthian_light_plain-webfont.woff') format('woff'),
         url('corinthian_light_plain-webfont.ttf') format('truetype'),
         url('corinthian_light_plain-webfont.svg#corinthian_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'corinthian_boldregular';
    src: url('corinthian_bold_plain-webfont.eot');
    src: url('corinthian_bold_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('corinthian_bold_plain-webfont.woff2') format('woff2'),
         url('corinthian_bold_plain-webfont.woff') format('woff'),
         url('corinthian_bold_plain-webfont.ttf') format('truetype'),
         url('corinthian_bold_plain-webfont.svg#corinthian_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'unzialishregular';
    src: url('unzialish-webfont.woff2') format('woff2'),
         url('unzialish-webfont.woff') format('woff'),
         url('unzialish-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.waaromwit H2 {
font-family: 'unzialishregular';
  font-weight: normal;
  color: #8a8a8a;
  margin-top: 30px;
  font-size: 65px;
  letter-spacing: 2px;

}

.waaromwit H3 {
	font-family: 'unzialishregular';
	font-weight: normal;
	color: #8a8a8a;
	margin-top: 30px;
	font-size: 40px;
	letter-spacing: 2px;
}

.leesverdermarge {
  margin-top: 65%;	
}



#waaromwit H2 {
font-family: 'unzialishregular';
  font-weight: normal;
  color: #8a8a8a;
  margin-top: 30px;
  font-size: 90px;
  letter-spacing: 2px;

}

#waaromwit H3 {
	font-family: 'unzialishregular';
	font-weight: normal;
	color: #8a8a8a;
	margin-top: 30px;
	font-size: 50px;
	letter-spacing: 2px;
}


	
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: corinthian_lightregular;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 4/3em;
}

.btn [class^="icon-"],
.btn [class*=" icon-"], .nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}

li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}

ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}


* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'corinthian_lightregular';
  line-height: 1.3;
}

h1 {
  font-family: 'corinthian_boldregular';
  font-size: 3.64058em;
  /*	 text-transform: uppercase; */
}

h2 {
  font-size: 2.94529em;
  line-height: 1;
  margin-bottom:15px;
}

h3 {
  font-size: 2.25em;
  line-height: 1;
  margin-top:0px;
}

h4 {
  font-size: 1.82029em;
}

h5 {
  font-size: 1.39058em;
}

h6 {
  font-size: 1.125em;
}
h1 {
  font-weight: normal;
  font-weight: 300;
/*  text-shadow: 0 1px 1px #000;*/
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.94529em;
    margin: 15px 0;
  }
}

a {
  color: #E2212A;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  text-shadow: none;
}
a:hover {
  color: #999999;
}

p {
  font-size: 16px;
	color: #999999;
}

td {
  font-size: 16px;
	color: #999999;
}

pre {
  font-family: Monaco, Courier, monospace;
  background-color: #F8F8F8;
  border: 1px solid #CCC;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
  margin: 15px 0;
  font-size: 12px;
}

img.keep-original {
  max-width: 100% !important;
  height: auto;
}

.loading-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
}

.pulse {
  border: 3px solid #999;
  height: 30px;
  width: 30px;
  position: absolute;
  left: -15px;
  top: -15px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

body {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

#connect {
  z-index: 10;
  position: absolute;
  width: 100%;
  list-style: none;
  padding-left: 60px;
  padding-top: 20px;
}


@media screen and (max-width: 767px) {
  #connect {
    margin-left: 0;
  }
}

.button {
  font-weight: bold;
  padding: 8px 12px 5px;
  text-align: center;
  display: block;
  text-decoration: none;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  position: relative;
  border-bottom: 1px solid transparent;
  color: #E2212A;
}
.button:active {
  top: 1px;
}
.button:hover {
  color: #E2212A;
  background: #f1f1f1;
  border-color: white;
}

.container1 {
	text-align: center;
	position: relative;
/*	background: #ffffff; */
 	width: 50%;
 	max-width: 500px;
 	left: 90px;
 	top: 13%;
 	padding: 20px 20px;
}

.container1 H1 {
  font-weight: normal;
  color: #E2212A;
  margin-top: 30px;
  font-size: 44px;

}

.container1 P {
	font-size: 22px;
 	font-weight: bold;
	color: #E2212A;
	text-shadow: none;
}

.containermenu {
	text-align: center;
	position: relative;
 	width: 50%;
 	max-width: 500px;
  	margin-left: auto;
  	margin-right: auto;
	margin-top: 15%;
	margin-bottom: auto;
	padding: 10px 20px;
}

.container {
  	text-align: center;
	position: relative;
 	width: 50%;
 	max-width: 500px;
  	margin-left: auto;
  	margin-right: auto;
   	top: 20%;
 	padding: 20px 20px;
}

.container H1 {
  font-weight: normal;
  color: #ffffff;
  margin-top: 30px;
  font-size: 44px;

}

.container P {
	font-size: 22px;
 	font-weight: bold;
	color: #ffffff;
	text-shadow: none;
}



	
	
@media screen and (max-width: 767px) {
  .container {
    margin-top: 70px;
    max-width: 100%;
    width: 100%;
    position: static;
  }
}

.slides-navigation {
  top: 50%;
}
.slides-navigation a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  border: 3px solid #fff;
  color: white;
  font-weight: bold;
  font-size: 26px;
  margin: 0 25px;
  text-align: center;
  height: 40px;
  width: 40px;
  top: -40px;
  padding: 1px;

  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.slides-navigation a:hover {
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .slides-navigation {
    display: none;
  }
}



.slides-pagination a {
	width: 140px;
	height: 10px;
	margin: 0px;
	background-color: #CCC;
	bottom: 100px;
}
.slides-pagination a.current {
  background-color: #999999;
}


.contrast {
  background: rgba(0, 0, 0, 0.3);
  padding: 1px 10px;
  -webkit-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
