﻿img.fading {
    display: block;
    margin: auto;
    top: 50vh;
	margin-top: 100px;
}
h1{
	font-size:16pt;
	font-weight:bold;
	font-family:SansSerif, Helvetica, Arial, sans-serif;
}
h2{
	font-size:12pt;
	font-weight:bold;
	font-family:SansSerif, Helvetica, Arial, sans-serif;
}
.headback{
	position:absolute;
	height:50vh;
	width:100%;
	min-width:100%;
	top:0;
	background: transparent;
	background: -webkit-linear-gradient(transparent, transparent, rgba(10, 80, 100,0.8), rgba(10, 80, 100,1));
	background: -o-linear-gradient(transparent, transparent, rgba(10, 80, 100,0.8), rgba(10, 80, 100,1));
	background: -moz-linear-gradient(transparent, transparent, rgba(10, 80, 100,0.8), rgba(10, 80, 100,1));
	background: linear-gradient(transparent, transparent, rgba(10, 80, 100,0.8), rgba(10, 80, 100,1));/**/
	mix-blend-mode: normal;
	opacity:0;
	z-index:998;
}
.headbackstick{
	position:fixed;
	height:49px;
	width:100%;
	min-width:100%;
	top:0;
	/*background: url(../pics/IMG_0269.jpg) bottom center no-repeat scroll;*/
	background-color:rgba(10, 80, 100,1);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*-webkit-filter: brightness(90%) contrast(70%) saturate(120%);
	filter: brightness(90%) contrast(70%);*/
	z-index:997;
	/*box-shadow: 0px 30px 30px #fff;
	border-bottom:solid 1px #fff;*/
	mix-blend-mode: normal;
}
.header{
	position:relative;
	top:-45px;
	width:760px;
	/*-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;*/
	color:rgba(255,255,255,1);
	font-family:SansSerif, Arial , Helvetica, sans-serif;
	font-size:28pt;
	/*font-weight:bold;*/
	text-align:right;
	/*letter-spacing: -2px;*/
	left: 50%;
	margin-left: -380px;
	z-index:998;
	mix-blend-mode: normal;
}
.headerstick{
	position:fixed;
	top:5px;
	height:60px;
}

/*.header:disabled{
	opacity:0.3;
}
.headerstick:disabled{
	opacity:0.3;
}*/

.auto-style3{
	text-align: justify;
	margin-left: 20px;
	text-indent: -60px;}

.content{
	position:relative;
	width:760px;
	margin:0 auto;
	text-align: justify;
	text-justify: inter-word;
	background-color:transparent;
	padding: 0 20px 20px 20px;
}
.contentstick{
	position:relative;
	top:64px;
	
}
a{
	color:rgba(72, 150, 180,1);
	text-decoration:none;
}
a:hover{
	color:rgba(11, 90, 142,1);
	cursor: pointer;
	text-decoration:none;
}

.icon:hover{
	filter: brightness(-500%) saturate(0%) contrast(100%) brightness(150%);
	-webkit-filter: brightness(-500%) saturate(0%) contrast(200%) brightness(150%);
	-moz-filter: brightness(-500%) saturate(0%) contrast(200%) brightness(150%);
	-o-filter: brightness(-500%) saturate(0%) contrast(200%) brightness(150%);
	-ms-filter: brightness(-500%) saturate(0%) contrast(200%) brightness(150%);
	z-index:-1;}
.icon{
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);}
.iconi:hover{
	filter: brightness(-500%) saturate(0%) contrast(100%) brightness(150%);
	-webkit-filter: brightness(-500%) saturate(0%) contrast(200%) brightness(150%);
	-moz-filter: brightness(-500%) saturate(0%) contrast(200%) brightness(150%);
	-o-filter: brightness(-500%) saturate(0%) contrast(200%) brightness(150%);
	-ms-filter: brightness(-500%) saturate(0%) contrast(200%) brightness(150%);}
.iconi{
	filter: saturate(500%) sepia(100%) contrast(0%);
	-webkit-filter: saturate(500%) sepia(100%) contrast(0%);
	-moz-filter: saturate(500%) sepia(100%) contrast(0%);
	-o-filter: saturate(500%) sepia(100%) contrast(0%);
	-ms-filter: saturate(500%) sepia(100%) contrast(0%);}






















/* -----------------------------------------------------------------------------
  SLIDE AND PUSH MENUS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Menu overview.
 */
.c-menu {
  display:block;
  position: fixed;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  font-family:SanSerif, Helvetica, Arial, sans-serif;
}

.c-menu__items {
  margin: 0;
  padding: 0;
  background-color:rgba(255,255,255,0.5);
  height:100vh;
}

/**
 * Left and right menus
 *
 * Slide and push menus coming in from the left and right inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.
 */
/**
 * Common modifiers for left/right menus.
 */
.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 300px;
  height: 100vh;
}
@media all and (min-width: 300px) {
  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 280px;
  background:url(../pics/IMG_0268.png) center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-right: solid 1px #000;
  border-radius: 0%;
  }
}
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  min-height: 40px;
  max-height: 20%;
  line-height: 40px;
  vertical-align: middle;
  margin-top: -15px;
  text-indent: 30px;
  text-align: left;
  display:block;
  /*border-top: solid 0px #000;
  border-bottom: solid 1px #000;*/
}

.c-menu--slide-left .c-menu__item:hover,
.c-menu--slide-right .c-menu__item:hover,
.c-menu--push-left .c-menu__item:hover,
.c-menu--push-right .c-menu__item:hover {
  min-height: 40px;
  max-height:20%;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  display:block;
  /*border-top: solid 0px #000;
  border-bottom: solid 1px #000;*/
  background-color:rgba(255,255,255,0.4);
}

/*.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child,
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child {
  border-top: none;
  min-height: 30px;
  max-height:20%;
  border-top: solid 1px #000;
}

.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child,
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
  min-height: 30px;
  max-height:20%;
  border-bottom: solid 1px #000;
}*/

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
  display: block;
  display: flex;
  height:100%;
  /*justify-content: center;
  align-items:center;*/
  color: #000;
  text-decoration:none;
  font-size:12pt;
}

.c-menu--slide-left .c-menu__link:hover,
.c-menu--slide-right .c-menu__link:hover,
.c-menu--push-left .c-menu__link:hover,
.c-menu--push-right .c-menu__link:hover {
  font-weight:bold;
}


.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  width: 100%;
  height:60px;
  font-family:SansSerif, Helvetica, Arial, sans-serif;
  font-size:12pt;
  font-weight:normal;
}

.c-menu--slide-left .c-menu__close:hover,
.c-menu--slide-right .c-menu__close:hover,
.c-menu--push-left .c-menu__close:hover,
.c-menu--push-right .c-menu__close:hover {
  text-decoration:none;
  font-weight:bold;
  background-color:rgba(0,0,0,0.6);
}

/**
 * Slide/Push Menu Left.
 */
.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--push-left {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
/**
 * Wrapper states.
 *
 * Various wrapper states occur depending on if a menu is pushing into view, in
 * which case, the wrapper has to be pushed by the respective distance.
 */
.o-wrapper.has-push-left {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 320px) {
  .o-wrapper.has-push-left {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
}

.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

.o-wrapper.has-push-top {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}

.o-wrapper.has-push-bottom {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}

/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden;
}

/**
 * Close button resets.
 */
.c-menu__close {
  color: #fff;
  background-color: rgba(0,0,0,0.2);
  font-size: 14pt;
  font-weight:bold;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-menu__close:focus {
  outline: none;
}

/* -----------------------------------------------------------------------------
  MASK COMPONENT
  
----------------------------------------------------------------------------- */
.c-mask {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
          transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

/* -----------------------------------------------------------------------------
  BUTTONS
  
----------------------------------------------------------------------------- */
.c-buttons {
  /*margin-bottom: 48px;
  text-align: center;*/
  z-index:9999;
}

.c-button {
  position:fixed;
  top:0px;
  right: 50%;
  margin-right: 230px;
  width:150px;
  height:36pt;
  display: inline-block;
  color: #fff;
  background: rgba(255,255,255,0.2);
  font-size: 14px;
  border: solid 2px #fff;
  box-shadow: none;
  border-radius: 0%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size:14pt;
  font-weight:bold;
  font-family:SansSerif, Helvetica , Arial, sans-serif;
  z-index:9999;
}

.c-button:focus {
  outline: none;
}
.c-button:hover{
	background: rgba(255,255,255,0.4);
}

.c-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* -----------------------------------------------------------------------------
  CARBON AD COMPONENT
  
----------------------------------------------------------------------------- */
#carbonads {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
  padding: 24px 12px 12px 12px;
  width: 154px;
  background-color: #fff;
  line-height: 1.1;
  border: solid 1px #e7e7e7;
}

.carbon-wrap {
  display: block;
  margin: 0 0 4px 0;
}

.carbon-img {
  display: block;
  margin: 0 0 4px 0;
  padding: 0;
  width: 130px;
  height: 100px;
}

.carbon-text {
  color: #818181;
  font-size: 12px;
}

.carbon-poweredby {
  font-size: 10px;
  font-style: italic;
}

.carbonad__close {
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  height: 24px;
  font-size: 11px;
  line-height: 24px;
}

@media all and (max-width: 660px) {
  #carbonads {
    display: none;
  }
}





