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, center,
dl, dt, dd, ol, ul, 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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	min-height:100%;
}
body {
	line-height: 1;
	background-color: #f1f2ed;
	font-family: 'apercuregular';
	font-size:14px;
    color:#4a62b8;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea{
	padding:0;
	margin:0;
}

.clear{
	clear: both;
	visibility: hidden;
}

p{
	line-height:1.4;
	margin-bottom:15px;
	font-size:14px;
}

.description-block p{
	font-size:16px;
}
h1{
	margin-bottom:15px;
	font-family: 'apercubold';
	font-size:24px;
}

h2{
	font-family: 'apercubold';
	font-size:17px;
}

.big{
	font-size:30px;
	font-family: 'aperculight';
}
/*-------------------------Styling for all pages-----------------------------*/

.overlay-border{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	border: 2px solid #4a62b8;
	z-index: -1;

	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

.taketwo{
	position:absolute;
	right:10px;
	top:50%;
	width:130px;
	margin-top:-65px;
	color: #4a62b8;
	text-decoration:none;
	z-index:5;

	-webkit-transform-origin: bottom right;
	-moz-transform-origin:    bottom right;
	-ms-transform-origin:     bottom right;
	-o-transform-origin:      bottom right;

	-webkit-transform: rotate(-90deg) translate3d( 0, 0, 0);
	-moz-transform: rotate(-90deg) translate3d( 0, 0, 0);
	-ms-transform: rotate(-90deg) translate3d( 0, 0, 0);
	-o-transform: rotate(-90deg) translate3d( 0, 0, 0);

	font-size:12px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand');
}

.taketwo:hover{
	color: #8d9cd3;
}


.janus_logo{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-50px;
	width:100px;
}

.janus_logo img{
	width:100px;
	height:auto;
}

.close{
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	width:75px;
    z-index:25;
}

.close p{
	padding: 5px;
	float:left;
	margin:0;
}

.close span{
	float:right;
}

.message-block{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
	position:fixed;
	top:-75px;
	right: 15px;
	width: auto;
	transition: top .5s ease-in;
	z-index: 500;
    color: white;
    padding: 20px;
}

.message-block .close-message{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}

.red{
	background-color: #c0392b;
}

.green{
	background-color: #27ae60;
}

.open-message{
	top: 15px;
}