body{
	/*min-width:1200px;*/
	margin:0;
	padding:0;
	/*background-image:url('background_img.jpg');
	background-repeat:no-repeat;
	background-size:cover;*/
	overflow-x:hidden;
	background-color:#f1f1f1;
}
a{
	cursor:pointer;
}
/*///////CONTAINER/////////*/
#container0{
	margin:0;
	padding:0;

	background-size:100%;
	background-position:0px 85px;
	background-repeat:no-repeat;
}
header{
	background-color:#ffffff;
	box-shadow:0px 2px 10px #595959;
	width:100%;
	height:90px;
	background:;
	box-shadow:;
	position:fixed;
	margin-top:0px;
	z-index:10;
	opacity:1;
}
#glia_toplogo{
	margin-top:14px;
	margin-left:20px;
	display:inline-block;
}
#glia_toplogo img{
	width:100px;
}
#b_cont{
	display:inline-block;
	float:right;
	margin-top:20px;
	margin-right:30px;
}
.button{
	position: relative;
	width:120px;
	height:45px;
	background-color:transparent;
	margin-right:6px;
	margin-left:6px;
	display:inline-block;
	/*border-right:2px #AEB6BF solid;
	border-left:2px #AEB6BF solid;*/
	color:#212121;/*#273746;*/
	text-align:center;
	line-height:15px;
	font-family:Roboto;
	font-size:15px;
	float:left;
	background-color:;
	transition:background-color 0.2s, color 0s;
	border-radius:3px;
	overflow: hidden;
}
.button:hover{
	/*border-right:1px #212121 solid;
	border-left:1px #212121 solid;
	margin-right:5px;
	margin-left:5px;*/
	background-color:#1e2a38;
	color:#fff;
	/*box-shadow: 2px 2px 10px #666666;*/
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
	animation:button_hover 0.15s;
}
.button:after {
    content: "";
    background: #ffffff;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -210%;
    opacity: 0;
    transition: all 0.6s;
		border-radius: 100%;
}

.button:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}
#menu_slider img{
	width:50px;
	display: none;
}
#b_cont a{
	text-decoration:none;
}

#fix_img{
	width:100%;
	height:100%;
	background-image: url(background_img6.png);
	position:fixed;
	background-size:cover;
}
#fix_img1{
	position:absolute;
	top:300px;
	left:22%;
}
#PromoImg{
	position:relative;
	float:right;
	margin-right: 40px;
	top:125px;
	background-color: rgba(255, 255, 255, 0.45);
	height: 113px;
	border-radius: 5px;
}
#PromoImg img:hover{
	background-color: rgba(255, 255, 255, 0.2);
}
#norveg0{
	background-color:;
	border-radius: 5px 0px 0px 5px;
	transition: background-color 0.2s;

}
#norveg1{
	background-color:;
	border-radius: 0px 5px 5px 0px;
	transition: background-color 0.2s;

}
#downcont{
	/*background-color:pink;
	height: 20px;
	width: 20px;
	position: absolute;*/
}
#fix_img2{
	width:50px;
	position:absolute;
	bottom:20px;
	left:50%;
	margin-bottom:0px;
	/*transition:margin-bottom 0.3s ease-in-out;*/
	animation:glia_anim 1s ease-in-out 2s;
	border-radius: 100%;
}
#content{
	width:100%;
	height:6000px;
	background-color:#f1f1f1;
	top:100vh;
	position:absolute !important;
	padding:0;
	margin:0;
	bottom: 0px !important;
}
#upcont{
	height: 0px;
	width: 100%;
	position: fixed;
	top: 90%;
	z-index: 10;
	float:right;
	/*background-color: black;*/
	margin-top:0px;
}
#up{
	position: relative;
	float: right;
	height: 50px;
	width: 50px;
	background-color: pink;
	border-radius: 50px;
	margin-right: 40px;
	background-color: #ffffff;
	box-shadow:0px 3px 8px #818181;
	transition: box-shadow 0.3s;
	margin-top:0px;
	overflow: hidden;
	display: none;
}
#up img{
	height: 30px;
	margin-left:10px;
	margin-top: 10px;
	transform: rotate(180deg);

}
#up:hover{
	box-shadow:0px 4px 15px #818181;
}
/*#up:visited{
	animation: up 0.1s infinite;
}*/
#up:after {
    content: "";
    background: #CBCBCB;
    display: block;
		border-radius: 100%;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -10px!important;
    margin-top: -210%;
    opacity: 0;
    transition: all 0.6s
}

#up:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}
/*#up:visited{
	background-color: black;
}
#up:focus{
	background-color: blue;
}*/
#selection_1{
	position:absolute;
	top:600px;
}
#selection_3{
	position:relative;
	top:-50px;
}
#selection_4{
	position:relative;
	top:-50px;
}
#selection_5{
	position:relative;
	top:-50px;
}
#selection_6{
	position:relative;
	top:-50px;
}
#selection_7{
	position:relative;
	top:-50px;
}
.txtcontcont{
	background-color:#ffffff;
	box-shadow: 0px 1px 7px #888888;
	/*border: 1px solid #D2D2D2;*/
	color:#292929;
	font-family:'Roboto';
	line-height:35px;
	width:98%;
	margin: auto;
	position: relative;
	max-width: 2000px;
	display: table;
}
.txtcontcont h1{
	position:relative;
	top:40px;
	font-family:'Raleway';
	text-align:center;
}
.txtcont{
	position:relative;
	padding-bottom:50px;
	margin:auto;
	margin-top:80px;
	font-family:'Roboto';
	line-height:35px;
	font-size:16px;
	text-align:center;
	width: 90%;
	max-width: 1000px;
}
#txtcont0{
	position:relative;
	/*width:810px;*/
	margin:auto;
	top:50px;
	font-family:'Roboto';
	line-height:35px;
	font-size:16px;
	color:#292929;
	text-align:center;
}
#txtcontcont0{
	display: table;
	width:100%;
	height:350px;

}
#txtcont1{
	/*position:relative;
	/*width:810px;
	margin:auto;
	top:50px;
	font-family:'Roboto';
	line-height:35px;
	font-size:16px;
	margin-bottom: 50px;*/

}
#txtcontcont1{
	display:table;
	position:relative;
	margin-top:70px;
	height:550px;
	text-align:;
}
#txtcont2{
	display:table;
	position:relative;
	width:60%;
	margin-left:4%;
	margin-top:100px;
	font-family:'Roboto';
	line-height:35px;
	font-size:16px;
	background-color:;
	float:left;
	height:500px;
}
#txtcont02{
	display:inline-block;
	position:relative;
	width:170px;
	margin-right: 150px;
	top:0px;
	font-family:'Roboto';
	line-height:35px;
	font-size:16px;
	background-color:;
	text-align:left;
	height:500px;
	float: right;
}
#txtcont12{
	display:block;
	background-color:;
	width:92%;
	height:;
	float:left;
	margin: auto;
	margin-top:100px;
	margin-bottom:100px;
	font-family:'Roboto';
	line-height:35px;
	font-size:16px;
	margin-left: 4%;
}
#txtcont02 img{
	padding: 0px;
	background-color: #fff;
	/*border:1px solid #CBCBCB;*/
	position: relative;
	width:170px;
	margin-top:0px;
	display:block;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
#txtcont02 img:nth-child(2){
	margin-top:100px;
}
#txtcontcont2{
	display:table;
	position:relative;
	margin-top:70px;
	height:400px;

	text-align:;
}
#txtcontcont3{
	display:table;
	position:relative;
	margin-top:70px;
	height:550px;
	text-align:;
}
#txtcontcont4{
	display:table;
	position:relative;
	margin-top:70px;
	height:550px;
	text-align:;
}
#txtcontcont5{
	margin-top:70px;
	bottom:0px;
	position: relative;
}
#txtcont3{
	/*width:900px;*/
}
#txtcont4{

	text-align:left;
}
#txtcont5{
	margin-top:130px;
	padding-bottom:200px;
}
#shrtcimgcont{
	width:1100px;
	/*background-color:pink;*/
	position:relative;
	margin:auto;
	top:150px;

}
.shrtcimg{
	width:160px;
	height:300px;
	display:inline-block;
	background-color:#ffffff;
	margin-top:5px;
	margin-right:50px;
	margin-left:50px;
	box-shadow: 4px 4px 10px #999999;
	transition:box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;/*,width 0.3s ease-in-out,height 0.3s ease-in-out,margin-top 0.3s ease-in-out;*/
	font-family: Roboto;
	color:#292929;
}
.shrtcimg a{
	text-decoration: none;
}
.shrtcimg:hover{
	/*animation:glia_anim 1s;*/
	box-shadow: 4px 4px 30px #777777;
}
.shrtcimg img{
	width:160px;
}
#shrtcimgcont a{
	text-decoration:none;
}
/*///////MAP/////////*/
#map{
	height: 600px;
	width: 100%;
	max-width: 1300px;
	margin:auto;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
/*///////MAP/////////*/
/*///////FOOTER/////////*/
footer{
	position:relative;
	width:100%;
	height:80px;
	background-color:#CACACA;
	bottom:0px;
	/*box-shadow: 0px 2px 10px #888888;*/
	text-align:center;
	color:#292929;
	font-family:'Roboto';
	font-size:15px;
}
footer p{
	line-height: 25px;
	height:50px;
	margin-top:30px;
	margin-bottom:25px;
}
/*///////FOOTER/////////*/
@media screen and (max-width: 1050px)  {
	.button{
		display: none;
	}
	#showRight{
		display:block;
		background-color:transparent;
		border: none;
		width:60px;
		float:left;
		margin-top: 14px;
		transition: margin-left 0.2s;
	}
	#showright:hover{
		margin-left: 3px;
		cursor: pointer;
	}
	#showRight img{
		width:50px;
	}
	#glia_toplogo{
		margin: auto;
		display:block;
		width:100px;
		margin-top:14px;
	}
	.txtcontcont{
		width:100%;
	}
	#txtcont02 img{
		display: none;
	}
	#txtcont2{
		width:92%;
	}
	#txtcont02{
		display: none;
	}
	#PromoImg{
		width: 113px;
		height: 226px;
	}
	#norveg0{
		border-radius: 5px 5px 0px 0px;
	}
	#norveg1{
		border-radius: 0px 0px 5px 5px;
	}
}
@media screen and (min-width: 1050px)  {
	#showRight{
		display:none;

	}
}
@keyframes glia_anim{
	0%{
		margin-bottom:0px;
	}
	40%{
		margin-bottom:50px;
	}
	60%{
		margin-bottom:0px;
	}
	75%{
		margin-bottom:20px;
	}
	100%{
		margin-bottom:0px;
	}
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes button_hover{
	from{
		line-height:45px;
	}
	to{
		line-height:15px;
	}
}
@keyframes up {
	from{
		background-color: #ffffff;
	}
	to{
		background-color: pink;
	}
}
/* General styles for all menus */
.cbp-spmenu {
	background-color: #D9D9D9;
	position: fixed;
	/*box-shadow: -2px 0px 20px 0px rgba(0,0,0,0.75);*/
}
.cbp-spmenu a {
	display: block;
	color: #292929;
	font-size: 1.1em;
	font-weight: 300;
	font-family: Roboto;
	text-decoration: none;
}
.cbp-spmenu a:hover{
	background-color: #C8C8C8;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	/*border-bottom: 1px solid #656565;*/
	padding: 1.5em;

}

/* Vertical menu that slides from the left or right */


.cbp-spmenu-right {
	right: -240px;
}



.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */



.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}
/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */
