﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */

@media screen and (min-width: 767px){
	.flex_wrap{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap:wrap;
	}


	#loading {
	 width: 100%;
	 height: 100%;
	 top: 0px;
	 left: 0px;
	 position: fixed;
	 display: block;
	 opacity: 1;
	 background-color: #fff;
	 z-index: 99999;
	 text-align: center; }

	#loading-image {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 z-index: 100; }


.cool{
	font-size: #fff;
}

.cool ul{
	padding: 0;
	margin: 0;
	position: fixed;
	top: -380px;
	z-index: 9999;
	right: 10px;
}
.cool li{
	float: left;
    padding-left: 8px;
}
.menubox a{
	display: block;
	width: 55px;
	height: 55px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	border: solid 2px #fff;
	text-align: center;
  text-decoration: none;
}

.menubox a:hover{
	display: block;
	width: 55px;
	height: 55px;
	background-color: rgba(156, 2, 2, 0.64);
	color: #fff;
	border: solid 2px rgba(156, 2, 2, 0.64);
	text-align: center;
}

.yogi{
	display: block;
	width: 55px;
	height: 55px;
	margin-left: 10px;
	padding-left: 0 !important;
	margin-top: 2px;
	background-color: rgba(2, 2, 2, 1);
	box-shadow: 2px 2px 7px #000;
	color: #fff;
	text-align: center;
}

span.f16 {
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding-top: 5px;
}


.infoCard{
	display: none;
}

.mie {
	position: absolute;
  font-size: 10px;
  width: 350px;
  left: -25px;
  top: 65px;
  padding: 5px;
  background-color: #000;
}




.menuico{
	font-size: 20px;
	display: block;
  padding-top: 10px;

}

.menutxt{
	opacity: 1 !important;
	color: #fff;
}

.logo{
	position: relative;
	display: block;
}


.logo2{
	display: none;
}
.logo img{
	width: 160px;
	position: absolute;
	height: auto;
	top: 20px;
	left: 50px;
	z-index: 99;

}

.infoCard a{
	width: auto;
height: auto;
color: #fff !important;
border: 0;
float: left;
padding-right: 1px;
padding-left: 1px;
}

.infoCard a:hover{
	width: auto;
height: auto;
color: #fff !important;
border: 0;
float: left;
padding-right: 1px;
padding-left: 1px;
}
}
@media screen and (max-width: 766px){


	.cool{

	}


  .cool ul{
		/*
		padding: 0;
    position: fixed;
    top: -340px;
    width: 95%;
    margin: 0 auto;
    padding-left: 8px;
    z-index: 9999;
		*/
		padding: 0;
		position: fixed;
		top: -340px;
		width: 310px;
		margin: 0 auto;
		left: 50%;
		margin-left: -155px;
		z-index: 9999;
  }
	.cool li {
		float: left;
    padding: 2px;
	}
  .menubox a{
		display: block;
    width: 42px;
    height: 42px;
    background-color: #333;
    color: #fff;
    border: solid 2px #fff;
    text-align: center;
    text-decoration: none;
  }

  .menubox a:hover{
    display: block;
    background-color: rgba(156, 2, 2, 0.64);
    color: #fff;
    border: solid 2px rgba(156, 2, 2, 0.64);
    text-align: center;
		text-decoration: none;
  }
	.infoCard {
	    display: none !important;
	}

	/*.yogi{
		display: block;
		width: 42px;
    height: 42px;
		padding-left: 0 !important;
		margin-top: 2px;
		background-color: rgba(2, 2, 2, 1);
		box-shadow: 2px 2px 7px #000;
		color: #fff;
		text-align: center;
	}
	*/

	.menuico{
		font-size: 16px;
		display: block;
		padding-top: 8px;

	}

	.menutxt{
		opacity: 1 !important;
		color: #fff;
	}

	.f16{
		font-size: 0.8em;
		display: block;
	}

	.logo{
		display: none;
	}
	.logo2{
		display: block;
	}


	.logo2 img {
		width: 50px;
    position: fixed;
    height: auto;
    top: 2%;
    left: 50%;
    margin-left: -25px;
}
.mbr{display: none}


	footer {
	    background-color: #DDD;
	}

	.copy {
		font-size: 0.7em;
    padding-top: 6px;
    color: #333;
    bottom: 0;
    /* padding-top: 130px; */
    margin: 0 auto;
    padding-bottom: 5px;
    text-align: center;
	}
	.copy > span {
	    display: block;
	    text-align: center;
	    width: 100%;
	}


	.copy{
		    font-family: monospace;}

}
