@font-face {
	font-family: 'gothic';
	src: url('./font/gothic.eot');
	src: local('gothic'), url('./font/gothic.woff') format('woff'), url('./font/gothic.ttf') format('truetype');
}

* {
	padding: 0;
	margin: 0;
	border: 0;
}
#breadcrumb a{
	text-decoration: none;
	color:black;
}
a{
	text-decoration: none;
}
body {
	background-color: #e5e5e5;
	font-family: 'gothic' !important;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
}
div.clear {
	clear: both;
}
div#wrapper {
	background-color:#f1f1fdff;
	margin: auto;
}
div#header {
	background-image:url("../images/header.png");
	width:100%;
	height:130px;
}
div#logo{
	width:160px;
	height:120px;
	padding-top:10px;
	padding-left:20px;
	float:left;
}
#menu{
	padding:20px;
}

#menu ul {
	margin: 0 auto;
}
#menu li {
	list-style-type: none;
	position:relative;
	overflow:hidden;
	float:left;
}
#menu li a{
	display:block;
	text-decoration: none;
	font-size:12pt;
	color:white;
	background-color:#163d97;
	margin-right:10px;
	padding:10px 20px 10px 20px;
	border-radius: 10px;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.clear{
	clear:both;
	padding-bottom:20px;
}

div#concents{
	background-color:white;
	background-image:url("../images/concents.png");
	background-repeat:no-repeat;
	padding:20px;
}
#concent{
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding:10px;

}
.slide p{
	color:white;
	font-size:18pt;
	text-shadow: 2px 2px #AFAFAF;
}
blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}
blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	}

blockquote cite:before {
	content: "\2014 \2009";
}


#crumbs {
	text-align: left;
}

#crumbs ul {
	list-style: none;
	display: inline-table;
}
#crumbs ul li {
	display: inline;
}

#crumbs ul li a {
	display: block;
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
	position: relative;
	text-decoration: none;
	color: #000;
}

#menu2,
#menu2 ul,
#menu2 ul li,
#menu2 ul li a,
#menu2 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  background:#163D97;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu2 > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#menu2 > ul > li:hover > a {
  color: #ffffff;
}

#menu2 ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.2);
}

#menu2 #menu-button {
	display: block;
	padding: 17px;
	color: #dddddd;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
#menu2 #menu-button:after {
	position: absolute;
	top: 22px;
	right: 17px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	content: '';
}
#menu2 #menu-button:before {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	background: #dddddd;
	content: '';
}
#menu2 #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu2 #menu-button.menu-opened:before {
	top: 23px;
	background: #ffffff;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#footer {
	background: #163D97;
	margin-top: 10px;
	border-bottom: 1px;
	padding: 15px 10px;
	text-align:center;
}

#footer-menu {
	margin-bottom: 10px;
}
#footer-menu a {
	color:#FFFFFF;
	padding: 0 8px;
}
#footer-menu ul {
	margin: 0px;
}
#footer-menu li {
	display: inline-block;
}
#footer-menu li:after {
	content: "|";
}
#footer-menu li:last-child:after {
	content: none;
}

.copyright {
	color:#FFFFFF;
}
.copyright a{
	color:#FFFFFF;
	text-decoration: none;
}

.ink {
	display: block;
	position: absolute;
	z-index:100;
	background: hsl(180, 40%, 80%);
	border-radius: 100%;
	transform: scale(0);
}
/*animation effect*/
.ink.animate {animation: ripple 0.65s linear;}
@keyframes ripple {
	/*scale the element to 250% to safely cover the entire link and fade it out*/
	100% {opacity: 0; transform: scale(2.5);}
}


@media only screen
and (min-width : 1024px) {
	#menu{ display:inline }
	#menu2{ display:none; }
    #wrapper { width: 1024px; }
    #header { font-size: 100%; }
    #concents { width: 984px;display:table;}
	#concent{ width:950px;}
    #crumbs {font-size:100%;width:950px;}
    blockquote{width: 920px;font-size: 100%}
    #footer{ display:block }
}
@media only screen
and (min-width : 360px)
and (max-width : 1024px) {
	#menu2{ display:inline }
	#menu{ display:none }
    #wrapper { width: 700px }
    #header { font-size: 100% }
    #concents { width: 660px }
    #concent{ width:640px }
    #crumbs {font-size:100%;width:640px;}
    blockquote{width: 600px;font-size: 100%}
    #footer{ display:none }

}
@media only screen
and (min-width : 320px)
and (max-width : 360px) {
	#menu{ display:none }
	#menu2{ display:inline }
    #wrapper { width: 360px }
    #header { font-size: 90% }
    #concents { width: 320px }
    #concent{ width:300px;font-size:70% }
    #crumbs {font-size:90%;width:300px;}
    blockquote{width: 250px;font-size: 90%}
    #footer{ display:none }
}
@media only screen
and (max-width : 320px) {
	#menu{ display:none }
	#menu2{ display:inline }
    #wrapper { width: 300px }
    #header { font-size: 90% }
    #concents { width: 260px }
    #concent{ width:240px;font-size:70%}
    #crumbs {font-size:90%;width:300px;}
    blockquote{width: 200px;font-size: 90% }
    #footer{ display:none }
}
