
/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-condensed-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
       url('../fonts/open-sans-condensed-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v12-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}


/* varela-round-regular - latin */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/varela-round-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Varela Round Regular'), local('VarelaRound-Regular'),
       url('../fonts/varela-round-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/varela-round-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/varela-round-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/varela-round-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/varela-round-v9-latin-regular.svg#VarelaRound') format('svg'); /* Legacy iOS */
}

/* poiret-one-regular - latin */
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poiret-one-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poiret One'), local('PoiretOne-Regular'),
       url('../fonts/poiret-one-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poiret-one-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poiret-one-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poiret-one-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poiret-one-v5-latin-regular.svg#PoiretOne') format('svg'); /* Legacy iOS */
}

body{
	
	 background: url(./bilder/backsport.jpeg);
  background-size: cover;

 background-repeat:no-repeat;

	font-weight: 300;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
	 padding: 0;
  margin: 0;
}
a{
	color: #555;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
}

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background: #000;
	opacity: 0;
}

.ch-img-1 { 
	background-image: url(./images/physio.jpg);
	 background-repeat: no-repeat;
}

.ch-img-2 { 
	background-image: url(./images/30.jpg);
}

.ch-img-3 { 
	background-image: url(./images/hp.jpg);
}

.ch-img-4 { 
	background-image: url(./images/gymnastik.jpg);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 24px;
	margin: 0 15px;
	padding: 30px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	margin: 0 15px;
	padding: 30px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 0px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a:nth-child(1) {
	cursor: pointer;
	font-size: 16px;
	outline: 0;
}

.ch-info p a:nth-child(2) {
	cursor: pointer;
	font-size: 16px;
	outline: 0;
}

.ch-info p a:nth-child(3) {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
	outline: 0;
}

.ch-info p a:hover {
	color: #e75315;
	
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 0.4;
}

.motto {
	height: 150px;
	width: 100%;
	background: rgba(231, 83, 21, 0.4);
	text-align: center;
	

	
}

.motto img {
	
	width: 30px;
	
}

.motto span {
	display: block;
	min-height: 150px;
	color: #ffffff;
	font-family: 'Open Sans Condensed', sans-serif;
	 font-variant: small-caps;
	font-weight: normal;
	font-size: 3em;
	line-height: 150px;

}

.closeover {
	position: absolute;

	top: 15px;
	right: 2%;
	
	
	background-color: #ffffff;
	font-size: 0.5em;
	color: #e75315;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height:32px;
	cursor: pointer;
}



.header {
	background-color: #e75315;
	color: white;
	position: -webkit-sticky; /* Safari */
    position: sticky;
	font-size: 30px;
	font-family: 'Varela Round', sans-serif;
	padding: 15px 0 15px 15px;
	z-index: 99999;
}

.text {
	padding: 20px 25px 20px 25px;
	text-align: justify;
	overflow-y: scroll;
	height: 80%;
}

#overlay {
    position: fixed; 
    display: none; 
    width: 40%; 
    height: 80%; 
    top: 5%;
    left: 30%;
    right: 0;
    bottom: 0;
    background-color: #ffffff; 
    z-index: 999; 
   
	border: solid #444444 2px;
	
	overflow: hidden;
	font-family: 'Varela Round', sans-serif;
}

#overlay_2 {
    position: fixed; 
    display: none; 
    width: 40%; 
    height: 80%; 
    top: 5%;
    left: 30%;
    right: 0;
    bottom: 0;
    background-color: #ffffff; 
    z-index: 999; 
   
	border: solid #444444 2px;
	
	overflow: hidden;
	font-family: 'Varela Round', sans-serif;
}



#overlay2 {
    position: fixed; 
    display: none; 
    width: 40%; 
    height: 80%; 
    top: 5%;
    left: 30%;
    right: 0;
    bottom: 0;
    background-color: #ffffff; 
    z-index: 999; 
   
	border: solid #444444 2px;
	
	overflow: hidden;
	font-family: 'Varela Round', sans-serif;
}

#overlay2_2 {
    position: fixed; 
    display: none; 
    width: 40%; 
    height: 80%; 
    top: 5%;
    left: 30%;
    right: 0;
    bottom: 0;
    background-color: #ffffff; 
    z-index: 999; 
   
	border: solid #444444 2px;
	
	overflow: hidden;
	font-family: 'Varela Round', sans-serif;
}

#overlay3 {
    position: fixed; 
    display: none; 
    width: 40%; 
    height: 80%; 
    top: 5%;
    left: 30%;
    right: 0;
    bottom: 0;
    background-color: #ffffff; 
    z-index: 999; 
   
	border: solid #444444 2px;
	
	overflow: hidden;
	font-family: 'Varela Round', sans-serif;
}

#overlay3_2 {
    position: fixed; 
    display: none; 
    width: 40%; 
    height: 80%; 
    top: 5%;
    left: 30%;
    right: 0;
    bottom: 0;
    background-color: #ffffff; 
    z-index: 999; 
   
	border: solid #444444 2px;
	
	overflow: hidden;
	font-family: 'Varela Round', sans-serif;
}

#overlay4 {
    position: fixed; 
    display: none; 
    width: 40%; 
    height: 80%; 
    top: 5%;
    left: 30%;
    right: 0;
    bottom: 0;
    background-color: #ffffff; 
    z-index: 999; 
   
	border: solid #444444 2px;
	
	overflow: hidden;
	font-family: 'Varela Round', sans-serif;
}

#overlay4_2 {
    position: fixed; 
    display: none; 
    width: 40%; 
    height: 80%; 
    top: 5%;
    left: 30%;
    right: 0;
    bottom: 0;
    background-color: #ffffff; 
    z-index: 999; 
   
	border: solid #444444 2px;
	
	overflow: hidden;
	font-family: 'Varela Round', sans-serif;
}

.mobnav{display:none;}

#nav-trigger {
display:none;
width: 20%;


  float: right;
  text-align: center;
 }

  #nav-trigger span {
width: 100%;
height: 80px;
line-height: 80px;
    display: inline-block;
   font-family: 'Varela Round', sans-serif;
    background-color: #18335c;
    color: white;
    cursor: pointer;
    text-transform: uppercase; }

    #nav-trigger span:hover {
      background-color: #18335c; }


nav#nav-main {
display:none;

 }



nav#nav-mobile {
float:left;
  position: relative;
   width:100%;
   display:none;
   }
  nav#nav-mobile ul {
	 
    display: none;
    list-style-type: none;
    position: relative;
    left: 0;
    right: 0;
margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #18335c;
 }
  nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    margin: 0 5px;
    border-bottom: solid 1px #ffffff; 
	font-weight: normal;
font-family: 'Varela Round', sans-serif;
font-variant:small-caps;
	}
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-mobile a:hover {
      background-color: #b8cce4;
      color: #fff; }

.mobhead {
	display:none;
}



.card-panel {
  transition: box-shadow .25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff; }


  
.card {
	
display: none;
  position: relative;
  overflow: hidden;
  margin: 2rem 0 1.5rem 0;

 
  background-color: #fff;
-webkit-box-shadow: 0px 5px 8px 5px rgba(179,165,179,1);
-moz-box-shadow: 0px 5px 8px 5px rgba(179,165,179,1);
box-shadow: 0px 5px 8px 5px rgba(179,165,179,1);
  transition: box-shadow .25s;
  border-radius: 5px; }
  .card .card-title {
	  color: #18335c;
    
	font-family: 'Varela Round', sans-serif;
    font-size: 100%;
    font-weight: 300; }
    .card .card-title.activator {
      cursor: pointer;
	  }
  .card.small, .card.medium, .card.large {
    position: relative; }
    .card.small .card-image, .card.medium .card-image, .card.large .card-image {
      overflow: hidden; }
    .card.small .card-content, .card.medium .card-content, .card.large .card-content {
      overflow: hidden; }
    .card.small .card-action, .card.medium .card-action, .card.large .card-action {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .card.small {
    height: 300px; }
    .card.small .card-image {
      height: 150px; }
    .card.small .card-content {
      height: 150px; }
  .card.medium {
    height: 400px; }
    .card.medium .card-image {
      height: 250px; }
    .card.medium .card-content {
      height: 150px; }
  .card.large {
    height: 500px; }
    .card.large .card-image {
      height: 330px; }
    .card.large .card-content {
      height: 170px; }
  .card .card-image {
    position: relative; }
    .card .card-image img {
      border-radius: 2px 2px 0 0;
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
    .card .card-image .card-title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px; }
  .card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;}
	.card .card-content i {cursor: pointer; font-family: 'Varela Round', sans-serif;}
    .card .card-content p {
      margin: 0;
      color: inherit; }
    .card .card-content .card-title {
      line-height: 48px; }
  .card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 20px; }
    .card .card-action a {
      color: #ffab40;
      margin-right: 20px;
      -webkit-transition: color .3s ease;
      -moz-transition: color .3s ease;
      -o-transition: color .3s ease;
      -ms-transition: color .3s ease;
      transition: color .3s ease;
      text-transform: uppercase; }
      .card .card-action a:hover {
        color: #ffd8a6; }
  .card .card-reveal {
font-family: 'Varela Round', sans-serif;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 1;
    display: none; }
	
	.card-reveal p {
	
	width: 100%;

	float: left;
	color: #000000;
	}
	
		.card-reveal p + p {
	margin-top: 3%;

	
	}
	
			.card-reveal article {
	margin-top: 4%;
	
	}
	
	.card-reveal a{
	color: #fff;
	background-color: #e75315;
	
	padding: 10px;
	border-radius: 0 0 20px 0;
	}
	
	.card-reveal span {
	padding-right: 10px;
	
	}
	
    .card .card-reveal .card-title {
      cursor: pointer;
      display: block;
		}


.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }


  .right {
	  background-color: rgba(128, 128, 128, 0.3);
	  color: #fff !important;
	  padding-left: 6.5px;
	  padding-bottom: 6.5px;
	  padding-right: 6.5px;
	  text-align: center;
	  width: 11%;
	  font-size: 30px !important;
	  height: 35px;
  float: right !important;
  border-radius: 0 0 0 25px !important;
  } 
  
  .rightlink {
	  float: right;
  }

.clear{
clear: both;
}

/* Smartphone */
@media (max-width: 641px) {
* {margin: 0; padding: 0;}
.main {display: none;}
body {background: none;}

.mobnav li{
width: 20%;
display: inline-block;
padding-left: 1.5%;
padding-right: 1.5%;
background: rgba(24, 53, 92, 0);
}

.mobnav li a{
color: #ffffff;
font-family: 'Varela Round', sans-serif;
font-variant:small-caps;
font-size: 100%;
}


nav#nav-mobile ul {
z-index: 90;
margin-top: 0;
}

#nav-trigger {
display: block;
z-index: 99;
}

nav#nav-mobile {

   display: block;
   }
   
.mobnav{
display: block;
width: 100%;
text-align: center;

}

.mobnav ul {
background: rgba(24, 53, 92, 0.8);
min-height: 80px;
line-height: 80px;
border-top: solid #ffffff 2px;
border-bottom: solid #ffffff 2px;

}

.mobnav li{
width: 20%;
display: inline-block;
padding-left: 1.5%;
padding-right: 1.5%;
background: rgba(24, 53, 92, 0);
}

.mobnav li a{
color: #ffffff;
font-family: 'Varela Round', sans-serif;
font-variant:small-caps;
font-size: 100%;
}

.motto {
	display:none;
}

.container {
	margin-top: 25% !important;
}

.mobhead {
	display: block;
		position: fixed;
		top: 0;

	width: 100%;
	height: 4% !important;
	background: rgba(231, 83, 21, 0.4);
	text-align: center;
	color: #585858 !important;
	font-family: 'Open Sans Condensed', sans-serif;
	 font-variant: small-caps;
	font-weight: bold !important;
	font-size: 1.4em !important;
	padding-top: 5% !important;
	padding-bottom: 5% !important;
	z-index: 1000;
}

.mobhead img {
	width: 15px;
	height: auto;
	padding:  0 2% 0 2%;
}

#overlay {
	width: 100% !important;
	left: 0 !important;
	border: 0;
	height: 100% !important;
	z-index: 99999 !important;
	
}

#overlay_2 {
	width: 100% !important;
	left: 0 !important;
	border: 0;
	height: 100% !important;
	z-index: 99999 !important;
}

#overlay2 {
	width: 100% !important;
	left: 0 !important;
	border: 0;
	height: 100% !important;
	z-index: 99999 !important;
}

#overlay2_2 {
	width: 100% !important;
	left: 0 !important;
	border: 0;
	height: 100% !important;
	z-index: 99999 !important;
}

#overlay3 {
	width: 100% !important;
	left: 0 !important;
	border: 0;
	height: 100% !important;
	z-index: 99999 !important;
}

#overlay3_2 {
	width: 100% !important;
	left: 0 !important;
	border: 0;
	height: 100% !important;
	z-index: 99999 !important;
}

#overlay4 {
	width: 100% !important;
	left: 0 !important;
	border: 0;
	height: 100% !important;
	z-index: 99999 !important;
}

#overlay4_2 {
	width: 100% !important;
	left: 0 !important;
	border: 0;
	height: 100% !important;
	z-index: 99999 !important;
}

.header {
	position: fixed;
	width: 100% !important;
	height: 6% !important;
	left: 0 !important;
	top: 0;
	padding: 15px 0 15px 15px !important;
}

.closeover {
	margin-right: 4%;
}

#overlay .text {
	margin-top: 13% !important;
}

#overlay_2 .text {
	margin-top: 13% !important;
}

#overlay2 .text {
	margin-top: 13% !important;
}

#overlay2_2 .text {
	margin-top: 13% !important;
}

#overlay3 .text {
	margin-top: 13% !important;
}

#overlay3_2 .text {
	margin-top: 13% !important;
}

#overlay4 .text {
	margin-top: 13% !important;
}

#overlay4_2 .text {
	margin-top: 13% !important;
}

.card {display: block; width: 90% !important; margin-left: auto !important; margin-right: auto !important; color: #18335c; float: none !important;}

}

/* Tablet */
@media (max-width: 1299px) {
	* {margin: 0; padding: 0;}
.main {display: none;}
body {background: none;}

.mobnav li{
width: 20%;
display: inline-block;
padding-left: 1.5%;
padding-right: 1.5%;
background: rgba(24, 53, 92, 0);
}

.mobnav li a{
color: #ffffff;
font-family: 'Varela Round', sans-serif;
font-variant:small-caps;
font-size: 100%;
}


nav#nav-mobile ul {
z-index: 90;
margin-top: 0;
}

#nav-trigger {
display: block;
z-index: 99;
}

nav#nav-mobile {

   display: block;
   }
   
.mobnav{
display: block;
width: 100%;
text-align: center;

}

.mobnav ul {
background: rgba(24, 53, 92, 0.8);
min-height: 80px;
line-height: 80px;
border-top: solid #ffffff 2px;
border-bottom: solid #ffffff 2px;

}

.mobnav li{
width: 20%;
display: inline-block;
padding-left: 1.5%;
padding-right: 1.5%;
background: rgba(24, 53, 92, 0);
}

.mobnav li a{
color: #ffffff;
font-family: 'Varela Round', sans-serif;
font-variant:small-caps;
font-size: 100%;
}

.motto {
	display:none;
}

.container {

	width: 100%;
	margin-top: 10%;
}

.mobhead {
	display: block;
		position: fixed;
		top: 0;

	width: 100%;
	height: 2%;
	background: rgba(231, 83, 21, 0.4);
	text-align: center;
	color: #585858 !important;
	font-family: 'Open Sans Condensed', sans-serif;
	 font-variant: small-caps;
	font-weight: normal;
	font-size: 1.7em !important;
	padding-top: 2%;
	padding-bottom: 3%;
	z-index: 1000;
}

.mobhead img {
	width: 15px;
	height: auto;
	padding:  0 2% 0 2%;
}

#overlay {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
	
}

#overlay_2 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
	
}

#overlay2 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}

#overlay2_2 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}

#overlay3 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}

#overlay3_2 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}

#overlay4 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}

#overlay4_2 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}

.header {
	position: fixed;
	width: 48%;
	height: 10%;
	top: 0;

	padding: 15px 0 0 2%;
}

.closeover {
	margin-right: 4%;
	padding: 0;
}

#overlay .text {
	margin-top: 9%;
}

#overlay_2 .text {
	margin-top: 9%;
}

#overlay2 .text {
	margin-top: 9%;
}

#overlay2_2 .text {
	margin-top: 9%;
}

#overlay3 .text {
	margin-top: 9%;
}

#overlay3_2 .text {
	margin-top: 9%;
}

#overlay4 .text {
	margin-top: 9%;
}

#overlay4_2 .text {
	margin-top: 9%;
}


.card {display: block; width: 40%; margin-left: 6.66% ; color: #18335c; float: left; clear: none !important;}

}

@media screen and (max-width: 1299px) and (orientation: portrait) {
	.card {width: 90%; margin-left: 5%;}
	
	#overlay {
	width: 100%;
	left: 0;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
	
}

	#overlay_2 {
	width: 100%;
	left: 0;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
	
}

#overlay2 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}

#overlay2_2 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}

#overlay3 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}

#overlay3_2 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}


#overlay4 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}

#overlay4_2 {
	width: 50%;
	left: 25%;
	border: 0;
	height: 100%;
	z-index: 99999 !important;
}

.header {
	position: fixed;
	width: 100%;
	height: 5%;
	top: 0;
	
	padding: 15px 0 0 2%;
}

#overlay .text {
	margin-top: 4%;
}

#overlay2 .text {
	margin-top: 4%;
}
#overlay3 .text {
	margin-top: 4%;
}#overlay4 .text {
	margin-top: 4%;
}

#overlay_2 .text {
	margin-top: 4%;
}

#overlay2_2 .text {
	margin-top: 4%;
}
#overlay3_2 .text {
	margin-top: 4%;
}#overlay4_2 .text {
	margin-top: 4%;
}

.mobhead {
	display: block;
		position: fixed;
		top: 0;

	width: 100%;
	height: 2%;
	background: rgba(231, 83, 21, 0.4);
	text-align: center;
	color: #585858 !important;
	font-family: 'Open Sans Condensed', sans-serif;
	 font-variant: small-caps;
	font-weight: normal;
	font-size: 1.7em !important;
	padding-top: 2%;
	padding-bottom: 4% !important;
	z-index: 1000;
}

}