html, body
{                                  
    color: #000;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    height: 100%;
}

.syserror
{
	width: 308px;
	height: 437px;
	top: calc((100% - 660px) / 2);
	margin-left: calc((100% - 308px) / 2);
	background-color: #fff; 
}

.syserrorline
{
	width: calc( 100% - 20px);
	height: 1px;
	float: left;
	background-color: black;
	margin: 0px 0px 0px 10px;  
}

.syserrortop
{
	width: calc(100% - 20px);
	height: 30px;
	float: left;
	text-align: center;
	margin: 0px 0px 0px 10px;
}

.syserrortop p
{
	margin: 0px 0px 0px 10px;
	font-size: 20px;
	color: red;
	font-weight: bold;  
}




.syserrormid
{
	width: calc(100% - 20px);
	height: 80px;
	float: left;
	text-align: center;
	margin: 20px 0px 0px 10px;
}

.syserrormid p
{
	margin: 0px 0px 0px 0px;   
}



.syserrorbot
{
	width: calc(100% - 20px);
	height: 30px;
	float: left;
	text-align: center;
	margin: 0px 0px 0px 10px;
}

.syserrorbot p
{
	margin: 0px 0px 0px 10px;
 
}








.center
{
	width: 1002px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#black
{
	z-index: 1001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.45;
	-moz-opacity: 0.45;
	filter: alpha(opacity=45);
	visibility: hidden;	
}

.sysbox
{
	width: 500px;
	height: auto;
	top: 230px;
	margin-left: calc((100% - 528px) / 2);
	background-color: #fff; 
	z-index: 1005;
	position: fixed;
	visibility: hidden;
	border: 4px solid #444;
	padding: 5px 0px;
	text-align: left;
	overflow: none;
	border-radius: 15px;
	box-shadow: 15px 15px 25px 10px #222;
	-webkit-box-shadow: 15px 15px 25px 10px #222;
	-moz-box-shadow: 15px 15px 25px 10px #222;
		
}

.syslogin
{
	width: 380px;
	min-height: 202px;
	top: calc((100% - 340px) / 2);
	margin-left: calc((100% - 408px) / 2); 
}

.mainerror
{
	width: 100%;
	height: 100%;
	float: left;
	font-size: 14px; 
}

.mainerrtop
{
	width: 100%;
	height: 45px;
	float: left;
	text-align: center; 
	background-image: url(/images/toplogomess.png); 
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgba(255,255,255,0.7);
}


.mainerrtop p
{
	margin: 0px 0px 0px 0px; 
	font-size: 33px;
}

.mainerrmess
{
	width: 100%;
	height: calc(100% - 75px);
	float: left;
	
}

.mainerrmess p
{
	margin: 15px 10px 15px 10px;
	text-align: center;  
}

.mainerrclose
{
	width: 100%;
	height: 30px;
	float: left;
	text-align: center;
	 
}





#closeallmenu
{
	z-index: 1001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;	
}



.navbar
{
	width: auto;
	height: auto;
	position: fixed;
	top: 0;
	right: -500px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	transition: right .8s cubic-bezier(1,0,0,1);
	z-index: 1005;
	background-color: #aaa;
	margin: 7px 0px 0px 0px; 
}

.nav-list
{
	text-align: right; 
	margin: 20px 40px 0px 40px;
	padding-left: 0px; 
	background-color: #aaa;
}
.nav-item
{
	list-style: none;
	margin: 15px 5px 0px 5px;
}

.nav-item-close
{
	list-style: none;
	margin: 25px -30px 15px 5px;
	font-size: 9px;
	color: #fc0000;
	font-weight: normal;
}

.nav-link
{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: capitalize;
	position: relative;
	padding: 3px 0;
}

.nav-linksite
{
	color: #eee;
}

.nav-linksite:hover
{
	color: #fc0000;
}

.nav-linkcatal
{
	color: #003f7e;
}

.nav-linkcatal:hover
{
	color: #fc0000;
}



.hamburger-menu
{
	width: 48px;
	height: 55px;
	float: left;
/*	position: fixed;
	top: 7px;
	right: calc( (100% - 950px) / 2); */
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	z-index: 1002;
	margin: 12px 0px 0px 10px; 
}


.line
{
	width: 100%;
	height: 5px;
	transition: all 0.8s;
	background-color: #000;;
}

.linemenu
{
	width: 100%;
	height: 10px;
	transition: all 0.8s;
	font-size: 15px;
	color: #000;;
	font-weight: bold;
	margin: -8px 0px 0px 0px; 
}


.change .line-1
{
	transform: translate(0px, 15px) rotateZ(-405deg);
/*		opacity: 0; */
}

.change .line-2
{
/**/	opacity: 0; 
}

.change .line-3
{
	 transform: translate(0px, -14px) rotateZ(405deg);
/*	opacity: 0;*/
}



.change
{
	right: calc( (100% - 984px) / 2); 
}

.change1
{
	right: calc( (100% - 984px) / 2); 
}

.buttoninteret
{
	width: 25px;
	height: 25px;
	text-align: center; 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Times New Roman, Geneva,Verdana, sans-serif;
	display: inline-block;
	margin: 0 auto;
	border-radius: 3px;
	border: 0px;
	background-image: linear-gradient(-180deg, #eee 0%, #eee 100%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.6),
							0 -1px 2px rgba(16,15,16,0.4) inset,
							0 0px 0px rgba(255,255,255, 0.4) inset,
							0 0px 0px 0 rgba(8,8,9,0) inset;
	
}

.buttoninteret:hover
{
	background-image: linear-gradient(-180deg, #ccc 0%, #ccc 100%);
	box-shadow: none;
}


.buttoninteret i
{
	font-size: 17px;
	margin: 4px 0px 0px 0px; 
}

.buttoninterettext
{
	width: 25px;
	height: 25px;
	text-align: center; 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Times New Roman, Geneva,Verdana, sans-serif;
	display: inline-block;
	margin: 0 auto;
	border-radius: 3px;
	border: 0px;
	background-image: linear-gradient(-180deg, #eee 0%, #eee 100%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.6),
							0 -1px 2px rgba(16,15,16,0.4) inset,
							0 0px 0px rgba(255,255,255, 0.4) inset,
							0 0px 0px 0 rgba(8,8,9,0) inset;
	
}


.buttoninterettext i
{
	font-size: 17px;
	margin: 4px 0px 0px 0px; 
}

.button
{
	width: 150px;
	height: 25px;
	text-align: center; 
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, Times New Roman, Geneva,Verdana, sans-serif;
	display: inline-block;
	margin: 0 auto;
	border-radius: 3px;
	border: 0px;
	background-image: linear-gradient(-180deg, #eee 0%, #eee 100%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.6),
							0 -1px 2px rgba(16,15,16,0.4) inset,
							0 0px 0px rgba(255,255,255, 0.4) inset,
							0 0px 0px 0 rgba(8,8,9,0) inset;
	
}

.button:hover
{
	background-image: linear-gradient(-180deg, #ccc 0%, #ccc 100%);
	box-shadow: none;
}

.button p
{
	margin: 6px 0px 0px 0px; 
	color: #000;
}



.button .buttoninteretmore
{
	width: auto;
	height: 25px;
	margin: 0px 0px 0px 10px; 
	display: inline-block;
}

.button .buttoninteretmore p
{
	margin: 0px 0px 0px 0px; 
}




.button .buttonwithi
{
	width: 30px;
	height: 25px;
	margin: 0px 0px 0px 0px; 
	float: left;
}

.button .buttonwitht
{
	width: auto;
	height: 25px;
	margin: 0px 0px 0px 0px; 
	float: left;
}

.button .buttonwitht p
{
	margin: 7px 0px 0px 0px; 
}

.buttonwhitouti
{
	text-align: center; 
}

.button i
{
	font-size: 17px;
	margin: 4px 0px 0px 0px;
	text-align: left;  
}

.connect
{
	width: 175px;
	height: 30px;
	float: left; 
	margin: 10px 0px 0px 0px; 
}










.mainsite
{
	width: 1000px;
	height: auto;
	float: left;
    border-style: hidden solid solid solid;
    border-width: 1px;
    border-color: #777;
    box-shadow: 0px 10px 10px 10px #aaa;
    padding: 0px 0px 0px 0px; 
    margin: 7px 0px 30px 0px;
    
}


.mainlogin
{
	width: 100%;
	height: 100%;
	float: left; 
}

.mainlogin .logintitle
{
	width: 100%;
	height: 30px;
	float: left; 
	margin: 0px 0px 0px 0px; 
}

.mainlogin .logintitle p
{
	font-weight: bold;
	font-size: 20px;
	color: green;
	text-align: center; 
	margin: 0px 0px 0px 0px; 
}

.mainlogin .logininput
{
	width: 100%;
	height: 30px;
	float: left;
	margin: 18px 0px 0px 58px;  
}

.mainlogin .logininput input
{
	width: 265px;
	height: 30px;
	float: left; 
}


.mainlogin .loginerror
{
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;  
}

.mainlogin .loginerror P
{
	color: red;
	font-size: 12px;
	text-align: center; 
	margin: 6px 0px -8px 0px; 
}

.mainlogin .loginsend
{
	width: 100%;
	height: 40px;
	float: left;
	text-align: center; 
	margin: 18px 0px 0px 0px;  
}


.top
{
	width: 1000px;
	height: 135px;
	float: left;
	background-color: 111223;
	color: #fff;
	margin: 0px 0px 0px 0px; 
}

.topligne
{
	width: 100%;
	height: 3px;
	float: left;
	background-color: #888991;  	
}


.top .topleft
{
	width: 300px;
	height: 135px;
	float: left;
	margin: 0px 0px 0px 0px; 
	
}

.top .topleft img
{
	width: 241px;
	height: 85px;
	float: left; 
	margin: 25px 0px 0px 25px; 
}






.top .topmid
{
	width: 525px;
	height: 135px;
	float: left; 
}

.top .topmid .topmenu
{
	width: 625px;
	height: 25px;
	float: left;
	margin: 58px 0px 0px 35px;  
	font-size: 18px;
}

.top .topmid .topmenu .menu
{
	width: 120px;
	height: auto;
	float: left; 
	color: #fff;
	text-align: center;
	
}

.top .topmid .topmenu .menu p
{
	margin: 0px 0px 0px 0px; 
}

.top .topmid .topmenu .menu p a
{
	color: #fff;
	text-decoration: none;
}






.top .topright
{
	width: 175px;
	height: 104px;
	float: left;
	margin: 0px 0px 0px 0px; 
}

.top .topright .toprightsec1
{
	width: 175px;
	height: 104px;
	float: left; 
}




.middel
{
	width: 100%;
	min-height: 450px;
	float: left; 
}









.footer
{
	width: 100%;
	height: 35px;
	float: left; 
	font-size: 9px;
	color: #fff;
	background-color: 111223;
	margin: 0px 0px 0px 0px; 
}

.footer p
{
	margin: 0px 0px 0px 0px;
	text-align: center;  
}

.footer p a
{
	margin: 0px 0px 0px 0px;
	color: #000; 
}






/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.showpricexxxxx
{
	width: 45px;
	height: 40px;
	position: fixed;
	top: 53px;
	right: calc( (100% - 684px) / 2);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	z-index: 1002;
}


.showprice
{
	width: 45px;
	height: 40px;
	float: left;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 10px 0px 0px 60px; 
}

.showprice .textprice
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;  
	margin: 0px 0px 0px 0px; 
}


/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: green;
}


input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}




















@font-face 
{
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
           src : url("/include/font/fa-solid-900.eot?v=4.3.0");
           src:  url("/include/font/fa-solid-900.woff2?v=4.3.0") format("woff2"),
                 url("/include/font/fa-solid-900.woff?v=4.3.0") format("woff"),
                 url("/include/font/fa-solid-900.ttf?v=4.3.0") format("truetype"),
                 url("/include/font/fa-solid-900.svg?v=4.3.0#fontawesomeregular") format("svg");
}

