@media only screen and (min-device-width : 1024px) {

body{
	background: #fff;
	width:100%;
	font-family: 'Open Sans';
	font-size: 1rem;
    font-weight: 500;
	font-size: 13.3px;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

#logo-main{
	width:	329px;
	height:	120px;
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background: black url('../../img/bg2.jpg') center top no-repeat;
}

#header-main {
	background:	url('../../img/header-bg.png') no-repeat right top;
	font-size:	1rem;
	color:	#ffffff;
	font-weight: 400;
	text-align:	top left;
	width:	100%;
	height:	303px;
}

#loginbox-main {
	background-image: linear-gradient(#e9e9e9, #ebebeb, #eeeeee);
	width:	300px;
	height:	210px;
	float: left;
	margin-top: 35px;
	margin-left: 50px;
	border: 3px solid #C6C6C6;
	border-radius: 7px;
}

input.textClass {
	width: 260px;
	height: 27px;
	background: #fff;
	border: 1px solid #DAD8D8;
	border-radius: 4px;
	margin: 0;
	color: #757575;
	font-size: 10pt;
	font-family: 'Open Sans';
	-webkit-font-smoothing: antialiased;
}
input.loginbutton {
	width: 270px;
	height: 33px;
	background: #2D79FB url('../../img/loginbutton.png') center no-repeat;
	border: 3px solid #81AEFC;
	border-radius: 10px;
	margin: 0;
}

input.loginbutton:hover {
	opacity: 0.7;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
	transition: all .5s;
}

img.login_row {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 45px;
}

.login_row_main {
	width: 300px;
	margin-top: 7px;
	margin-left: 10px;
}
.login_btn {
	margin-top: 5px;
	margin-left: 3px;
}
.login_btn * {
	padding: 2px 4px;
	margin: 0;
	color: #494949;
	transition: all .5s;
}
.login_btn *:hover {
	transition: all .5s;
}

.login_btn p {
	font-size: 9pt;
	margin-right: 20px;
	margin-top: 2px;
	text-align: center;
}

.logged, .logout {
	width: 280px;
	margin-top: 0px;
	margin-left: 10px;
	color: #757575;
	font-size: 10pt;
	text-align: center;
	transition: all .5s;
}

img.logged , img.logout {
	width: 20px;
	float: right;
	vertical-align: middle;
}

.logged p{
	margin-bottom: -10px;
}

a.logged {
	width: 42%;
	display: inline-block;
	margin-top: 5px;
	margin-left: 0px;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 11.8px;
	text-align: left; 
	transition: all .5s;
}

a.logout{
	width: 242px;
	display: block;
	margin-top: 5px;
	padding: 5px;
	background: #2D79FB;
	border: 3px solid #81AEFC;
	border-radius: 10px;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	transition: all .5s;
}

.logged a:hover, .logout a:hover {
	opacity: 0.7;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
	transition: all .5s;
}

.top-bar li {
  list-style: none;
  color: white;
  padding: 0;
}
.top-bar li:first-child {
  margin-left: 0;  
}

.top-bar ul {
  margin: 0;
}

.top-bar a {
  text-decoration: none;
  color: white;
  display: block;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
	transition: all .5s;
}
.top-bar a:hover{
	background-color: #94b4d5;
	cursor: pointer;
	transition: all .5s;
}

.top-bar {
	background-image: linear-gradient(#e9e9e9, #ebebeb, #eeeeee);  
  display: flex;
  justify-content: space-between;
}

.top-bar-right .menu {
  display: flex;
}

.content-main {
	background:	url('../../img/contentw-bg.png');
	width:	100%;
	height:	100%;
	position: relative;
	border-top: 2px solid #dbdbdb;
}

.contentw-main {
	background:	url('../../img/contentw-bg.png');
	width:	115%;
	height:	100%;
	position: relative;
	right: 100px;
	bottom: 30px;
	top: 30px;
	border-top: 2px solid #dbdbdb;
}

.contentb-main {
	background:	#101010 url('../../img/contentb-bg.png');
	width:	115%;
	height:	100%;
	position: relative;
	right: 100px;
	bottom: 30px;
	top: 30px;
	border-top: 2px solid #dbdbdb;
}

.void {
	opacity: 0;
	width:	100%;
}

.footer-main {
	background:	#101010 url('../../img/contentb-bg.png');
	text-align: center;
	vertical-align: middle;
	width:	100%;
	height: auto;
	font-size: 8pt;
	position: absolute;
	padding: 1rem;
	border-top: 2px solid #A33434;
}

.footer-main p {
	color: #ccc;
	text-align: center;
	line-height: 1.5;
}

}