/* 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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}


@font-face {
	font-family: "Elektra Light Pro";
	src: url('/m/fonts/ElektraLightPro.eot');
	src: url('/m/fonts/ElektraLightPro.eot?#iefix') format('embedded-opentype'),
		url('/m/fonts/ElektraLightPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Elektra Light Pro";
	src: url('/m/fonts/ElektraLightPro-Bold.eot');
	src: url('/m/fonts/ElektraLightPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('/m/fonts/ElektraLightPro-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: "Elektra Text Pro";
	src: url('/m/fonts/ElektraTextPro.eot');
	src: url('/m/fonts/ElektraTextPro.eot?#iefix') format('embedded-opentype'),
		url('/m/fonts/ElektraTextPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Elektra Text Pro";
	src: url('/m/fonts/ElektraTextPro-Bold.eot');
	src: url('/m/fonts/ElektraTextPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('/m/fonts/ElektraTextPro-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: "Elektra Text Pro";
	src: url('/m/fonts/ElektraTextPro-Italic.eot');
	src: url('/m/fonts/ElektraTextPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('/m/fonts/ElektraTextPro-Italic.otf');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: "Elektra Text Pro";
	src: url('/m/fonts/ElektraTextPro-BoldItalic.eot');
	src: url('/m/fonts/ElektraTextPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/m/fonts/ElektraTextPro-BoldItalic.otf');
	font-style: italic;
	font-weight: bold;
}


body {
	background: #FFFFFF;
	font-family: 'Elektra Light Pro', 'Lato', sans-serif;
	background-image: url(../images/front_background.jpg);
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: center -200px;
}

.top-header {
}

.logo {
	float:left;
	margin-left: 20px;
	margin-top: 20px;
	display: block;
	width: 122px;
	height: 41px;
	background-image: url(../images/asema_logo.png);
	background-size: 100% 100%;
}

.login {
	float:right;
	margin-right: 15px;
	margin-top: 25px;
}

.top-navi {
	background-color:#00345f;
	border-top: 1px solid #01558f;
	border-bottom: 1px solid #01558f;
	box-shadow: 0px 2px 3px #888888;
	height: 50px;
	color: #fff;
	width: 100%;
	position: fixed;
	top: 100px;
	text-align: center;
	position: relative;
}

#top-navi-list {
	margin: 0px auto;
	width: 80%;
}

#top-navi-extra {
	position: absolute;
	top: 10px;
	right: 0px;
	margin-right: 30px;
	border-left: 1px solid #01558f;
	padding-left: 20px;
	height: 30px;
}

#top-navi-left {
	position: absolute;
        top: 15px;
       	left: 30px;
}

#top-navi-list ul {
	
}

#top-navi-list li {
	display: inline;
	text-transform: uppercase;
	padding: 0 23px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	font-weight: bold;
}

#top-navi-extra li {
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}

#top-navi-list a, #top-navi-extra a {
	text-decoration: none;
	color: #fff;
}

#top-navi-list a:hover, #top-navi-extra a:hover {
    color: #b5d5ff;
}

#top-navi-extra {

}


.bottom-navi {
	position: fixed;
	bottom: 20px;
	width: 100%;
    font-family: 'Elektra Text Pro';
}

#bottom-navi-list {
	text-align: center;
	width: 640px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	margin: 0px auto;
}

#bottom-navi-list li {
	display: inline;
}

#bottom-navi-list a {
	text-decoration: none;
	color: #fff;
}

#login-controls {
	
}

.login-input {
	font-size: 12px;
	height: 18px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: rgba(255,255,255,.4);
	background-image: none;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	width: 75px;
	margin-right: 10px;
}

.login-input:focus {
	box-shadow: 0 0 3px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}

.login-btn {
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	background-color: rgba(0,0,0,0.5);
}

#middle-holder {
	width: 100%;
	text-align: center;
	margin-top: 200px;
	
}

#middle {
	display: block;
	width: 400px;
	margin: 0px auto;
}

#middle h1 {
	color: #01558f;
	font-size: 40px;
	margin-bottom: 20px;

	color: rgba(10,60,150, 0.8);
	text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
}

#middle p {
	color: #01558f;
	text-transform: uppercase;
	text-align: justify;
}

/*----panel styles----*/
.cd-main-content {
	text-align: center;
}

.cd-main-content h1 {
	font-size: 20px;
	font-size: 1.25rem;
	color: #64788c;
	padding: 4em 0;
}

.cd-main-content .cd-btn {
	position: relative;
	display: inline-block;
	padding: 1em 2em;
	background-color: #89ba2c;
	color: #ffffff;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 50em;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.no-touch .cd-main-content .cd-btn:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1170px) {
	.cd-main-content h1 {
		font-size: 32px;
		font-size: 2rem;
	}
}

.cd-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	-moz-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
}

.cd-panel::after {
	/* overlay layer */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}

.cd-panel.is-visible::after {
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: background 0.3s 0s;
	-moz-transition: background 0.3s 0s;
	transition: background 0.3s 0s;
}

.cd-panel.is-visible .cd-panel-close::before {
	-webkit-animation: cd-close-1 0.6s 0.3s;
	-moz-animation: cd-close-1 0.6s 0.3s;
	animation: cd-close-1 0.6s 0.3s;
}

.cd-panel.is-visible .cd-panel-close::after {
	-webkit-animation: cd-close-2 0.6s 0.3s;
	-moz-animation: cd-close-2 0.6s 0.3s;
	animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
	0%, 50% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(45deg);
	}
}
@-moz-keyframes cd-close-1 {
	0%, 50% {
		-moz-transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(45deg);
	}
}
@keyframes cd-close-1 {
	0%, 50% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@-webkit-keyframes cd-close-2 {
	0%, 50% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-45deg);
	}
}
@-moz-keyframes cd-close-2 {
	0%, 50% {
		-moz-transform: rotate(0);
	}
	100% {
		-moz-transform: rotate(-45deg);
	}
}
@keyframes cd-close-2 {
	0%, 50% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.cd-panel-header {
	position: fixed;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: rgba(255, 255, 255, 0.96);
	z-index: 2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: top 0.3s 0s;
	-moz-transition: top 0.3s 0s;
	transition: top 0.3s 0s;
}

.cd-panel-header h1 {
	font-weight: bold;
	color: #89ba2c;
	padding-left: 5%;
}

.from-right .cd-panel-header, .from-left .cd-panel-header {
	top: -50px;
}

.from-right .cd-panel-header {
	right: 0;
}

.from-left .cd-panel-header {
	left: 0;
}

.is-visible .cd-panel-header {
	top: 0;
	-webkit-transition: top 0.3s 0.3s;
	-moz-transition: top 0.3s 0.3s;
	transition: top 0.3s 0.3s;
}

.cd-panel-header {
	width: 100%;
}
	
/*
@media only screen and (min-width: 768px) {
	.cd-panel-header {
		width: 70%;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-panel-header {
		width: 50%;
	}
}
*/
.cd-panel-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
	display: inline-block;
	overflow: hidden;
	/*text-indent: 100%;*/
	white-space: nowrap;
	text-align: center
}

.cd-panel-close::before, .cd-panel-close::after {
	/* close icon created in CSS */
	position: absolute;
	top: 22px;
	left: 20px;
	height: 3px;
	width: 20px;
	background-color: #424f5c;
	/* this fixes a bug where pseudo elements are slighty off position */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-panel-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-panel-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.no-touch .cd-panel-close:hover {
	background-color: #424f5c;
}

.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
	background-color: #ffffff;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.no-touch .cd-panel-close:hover::before {
	-webkit-transform: rotate(220deg);
	-moz-transform: rotate(220deg);
	-ms-transform: rotate(220deg);
	-o-transform: rotate(220deg);
	transform: rotate(220deg);
}

.no-touch .cd-panel-close:hover::after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cd-panel-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: #dbe2e9;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.from-right .cd-panel-container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.from-bottom .cd-panel-container {
	left: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}


.is-visible .cd-panel-container {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}


.cd-panel-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 85%;
	padding: 70px 5%;
	overflow: auto;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}

.cd-panel-content h1 {
	font-size: 18px;
	color: #64788c;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 14px;
}

.cd-panel-content h2 {
	font-size: 16px;
	color: #01558f;
	font-weight: 600;
	margin-top: 16px;
	margin-bottom: 8px;
}

.cd-panel-content p {
	font-size: 14px;
	font-size: 0.875rem;
	color: #424f5c;
	line-height: 1.4;
	margin: 10px 0;
}

.cd-panel-content p:first-of-type {
	margin-top: 0;
}

.cd-panel-container {
	width: 100%;
}
	
@media only screen and (min-width: 768px) {
	.cd-panel-content p {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.6;
	}
}

/*
@media only screen and (min-width: 768px) {
	.cd-panel-container {
		width: 70%;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-panel-container {
		width: 50%;
	}
}
*/


/*----start-responsive-design----*/
@media only screen and (max-width:1440px) and (min-width:1366px) {
	.wrap {
		width: 80%;
	}
}

@media only screen and (max-width:1366px) and (min-width:1280px) {
	.wrap {
		width: 80%;
	}
	.top-header {

	}
}

@media only screen and (max-width:1024px) and (min-width:768px) {
	.wrap {
		width: 80%;
	}
	.top-header {
	}
}

@media only screen and (max-width:768px) and (min-width:640px) {
	.wrap {
		width: 80%;
	}
	.top-header {
	}
}

@media only screen and (max-width:640px) and (min-width:480px) {
	.wrap {
		width: 80%;
	}
	.top-header {
	}
}

@media only screen and (max-width:480px) and (min-width:320px) {
	.wrap {
		width: 80%;
	}
	.top-header {
	}
}

@media only screen and (max-width:320px) and (min-width:240px) {
	.wrap {
		width: 85%;
	}
	.top-header {
	}
}
