.name{
	display: none;
}
/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {



/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:99%; vertical-align:baseline; background:transparent;} 
body {line-height: 1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} 
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: #f9f9f9;
	color: #555;
}

a {

	color: #4C9CF1;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #444;

}

img {

	width: 100%;

}

header {

	background: #fff;
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #4C9CF1;
	z-index: 100;

}

#logo{

	margin: 20px;
	float: left;
	width: 200px;
	height: 40px;
	background: url(../img/logo.png) no-repeat center;
	display: block;

}

nav {

/*	float: right;
	padding: 20px;	*/

}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url(../img/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #2262AD;

}

section {

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px

}

h1 {
    font-size: 1.8em;
/*    color: #2262AD;*/
    line-height: 1.15em;
    margin: .6em 0 .6em;
    text-align: left;
}

p {

	line-height: 1.45em;
	margin-bottom: 10px;

}
p:last-child {
    margin-bottom: 25px !important;
}
	
/*EGET*/
.menu a, .menu2 a {
    display: block;
    padding: 8px 2% 8px 2%;
}
.menu a{
    background-color: #e4eef7;;
}
.menu a:hover {
    background-color: #E0E0E0 !important;
}
ul.menu, ul.menu2 {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    float: left;
    width: 100%;
}
/*ul.menu2 {
    padding-left: 2%;
	}*/
ul.menu{
    margin-top: 1em;
}
	
.menu li, .menu li.last, 
.menu2 li, .menu2 li.last {
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    text-align: left;
/*    border-bottom: solid 1px silver;*/
    margin-right: 0;
}
.menu li {
    margin-bottom: 1%;
}
.menu li.first {
    display: none;
}
.menu2 a {
    padding: 0;
}
.menu2 li {

    padding-bottom: 0.5%;
    border: none;
    font-size: .95em;

}
.menu2 li.last {
    padding-bottom: 0;
	    border: none;
}
.menuholder {
    padding: 5% 5% 5% 5%;
    background-color: white;
    width: 90%;
    display: inline-block;
}
.bottom2, .top2 {
    padding: 5% 5% 5% 5%;
    background-color: #A9A5A2;
    display: inline-block;
    width: 90%;
}
/*.top2 {

    position: fixed;
    min-height: 100px;
    z-index: 8;
    display: inline-flex;

}*/
.center2 {

    margin: 0;
    width: 100%;
    height: auto;

}

.middlearea {
    height: auto;
    padding: 0 5% 0 5%;
    width: 90%;
    background-color: #A9A5A2;
}
.textarea {

    height: auto;
    width: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.text {
    width: auto;
    padding: 0 5%;
    background-color: #FFF;
}
.image {

    width: auto;
    height: auto;
    float: none;
    overflow: hidden;
}
img {

    width: 100%;
    height: auto;

}
	.image img {
    width: 100%;
}
.greyspacer {
    display: none;

}
.name {

    display: inline-block;
    font-size: .8em;
    padding: 4px 0 4px 0px;
    width: 84%;
    line-height: 17px;

}
/*.name strong a {
    font-size: 1.5em;
    color: #2262AD;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: unset;
}*/
	.name strong a {
    font-size: 1.5em;
    color: #2262AD;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: unset;
    border: 2px #2262AD solid;
    padding: 0 0.2em;
    margin-bottom: .3em;
    display: inline-block;
    border-radius: .1em;
}
.half {
    float: left;
    margin-right: 30px;
    padding-bottom: 1em;
/*    text-align: center;*/
    width: 100%;
}
.text {
    padding-bottom: 1em;
    width: 100%;
}
}
