






body, table {
	padding:0;
	margin:0;
	font-family:Open Sans, arial;
	font-size:16px;
}

body {
	background:#fff;
}








.cl, .clear {
	clear:both;
}	

.container {
	position:relative;
	max-width:640px;
	margin:0 auto !important;
	padding:0 10px !important;
}

.p50 {
	width:100%;
	float:left;
	padding-left: 10px !important;
	box-sizing: border-box;
}

.p33 {
	width:45%;
	float:left;
}

.p66 {
	width:50%;
	float:left;
}

.p30 {
	width:50%;
	float:left;
}

.p70 {
	width:50%;
	float:left;
}

.p25 {
	width:50%;
	float:left;
}

.p25 {
	width:100%;
	float:left;
}

.p75 {
	width:100%;
	float:left;
}







a {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}





.blackandwhite {
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.blackandwhite:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}




#site {

}







.headbar {
	padding:10px 0;
}

.headbar .logo {
	text-align:center;
}

.headbar .logo a {
	display:table;
	width:120px;
	height:65px;
	border:0;
	background:url('images/logo.png');
	background-size:100% 100%;
}

.headbar .info {
	margin:2px 0 0 0;
	line-height:22px;
	text-align:center;
}

.headbar .info b {
	margin:0 3px 0 20px;
	font-family:icons;
	color:#e60000;
}







.menubar {
	width:100%;
	margin:5px 0 20px 0;
	border-top:		1px solid #dcdcdc;
	border-bottom:		1px solid #dcdcdc;
	line-height: 50px;
}

.menubar .container {

}

.menubar .container a {
	font-family:menufont, Open Sans, arial;
	font-size:14px;
	color:#2e2e2e;
	display:table;
	height: 50px;
	line-height: 50px;
	padding:0 20px;
	text-decoration:none;
	float:left;
	
	border-right:	1px solid #dcdcdc;
	
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.menubar .container a:first-child {
	border-left:1px solid #dcdcdc; 
}

.menubar .container a:hover {
	color:#fff;
	background:#e60000;
	text-shadow:1px 1px 0px #333;
}

.menubar .container .active {
	color:#fff;
	background:#e60000;
	text-shadow:1px 1px 0px #333;
}

.menubar_link {
	display:none;
}

.menubar_select select {
	margin:3% 1% ;
	padding:1% 3%;
	height:30px;
	width:98%;
	line-height:30px;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	text-shadow:1px 1px 0px #fff;
	
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(205,205,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(205,205,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(205,205,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(205,205,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(205,205,205,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(205,205,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */

	border-top:		1px solid #dcdcdc;
	border-right:	1px solid #dcdcdc;
	border-left:	1px solid #ccc;
	border-bottom:	1px solid #ccc;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menubar_select {
	display: table;
}








.headbar2 {
}

.headbar2 .menu {
	float:right;
	width:50px;
	height:50px;
	background:url('images/menu-512px.svg'); 
	cursor:pointer;
}

.headbar2 .menu nav {
	display:none;
	
	margin:50px 0 0 0;
	position:absolute;
	top:0px;
	left:0px;
	z-index:6000;
	width:100%;
	min-height:100%;
	overflow:hidden;
	
	float:left;
	
	background:#999;
	border-right:1px solid #666;
	
}

.headbar2 .menu nav a {
	display:table;
	height:50px;
	line-height:50px;
	padding:0 1%;
	margin:0 -1% 0 0;
	width:98%;
	font-size:120%;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #666;
}

.headbar2 .menu nav a:hover {
	background:#333;
}


.headbar2 .logo {
	float:left;
}

.headbar2 .logo a {
	display:table;
	width:90px;
	height:50px;
	border:0;
	background:url('images/logo.png');
	background-size:100% 100%;
}

.headbar2 .info {
	display:none;
	font-size:16px;
	height:22px;
	line-height:22px;
	margin:0 3% 0 0; 
	padding:5px 0 0 0;
	text-align:right;
}

.headbar2 .info b {
	margin:0 1% 0 0;
	font-family:icons;
	color:#e60000;
}











.footbar {
	border-top:1px solid #dcdcdc;
	font-size:14px;
	margin:0;
	padding:20px 0;
}

.footbar {
	line-height:170%;
}

.footbar .icon {
	font-family:icons;
	padding:0 10px 0 0;
}

.footbar .p50-1 .line1 {
	color:#ccc;
	font-weight:bold;
	padding:0 0 50px 0;
}

.footbar .p50-1 .line2 {
	color:#000;
	font-weight: normal;
	font-size:14px;
	padding:0px 0 50px 0;
	text-align: center;
}

.footbar .p50-1 .line2 a {
	color:#000;
	text-decoration:none;
}

.footbar .p50-1 .line2 a:hover {
	color:#e60000;
}

.footbar .p50-1 .line3 {
	font-family:socicons;
	font-size:70px;
	padding:0 0 30px 0;
}

.footbar .p50-1 .line3 a {
	color:#ccc;
	text-decoration:none;
	padding:0;
	margin:0;
	text-shadow:1px 2px 0px #efefef;
}

.footbar .p50-1 .line3 a:hover {
	color:#333;
}

.footbar .p50-1 .line3 .fb:hover {
	color:#3b5998;
}

.footbar .p50-1 .line3 .gp:hover {
	color:#de4b39;
}

.footbar .p50-2 b {

	font-family:extrabold, Open Sans, Arial;
	line-height:300%;
}



.footbar .p50-1 {
	width:100%;
	padding:0 0 0 0;
}

.footbar .p50-2 {
	padding:3% 0 0 0 !important;
	width:100%;
	border-top:1px solid #dcdcdc;
}

.footbar .p50-2 .gm-style-div {
	width:100% ;
	min-height:190px !important;  
}

.footbar .p50-2 .gm-style {
	width:100% ;
	min-height:190px !important;  
}

.footbar .p50-2 .gm-style-inner {
	width:100% ;
	min-height:190px !important;  
}













.footbody .p30 .box {
	border:1px solid #ccc;
	background:#fff;
	overflow:hidden;
	padding:0 0 10px;
}

.footbody .p30 .box .pic {
}

.footbody .p30 .box .pic img {
	max-width:100%;
}

.footbody .p30 .box .title {
	padding:10px 10px 5px 10px;
}

.footbody .p30 .box .title h3 {
	color:#e60000;
	font-size:18px;
	margin:0;
	padding:0;
}

.footbody .p30 .box .content {
	padding:0 10px 10px 10px;
}

.footbody .p30 .box .more {
	padding:10px;
	text-align:right;
	margin:0 0 10px 0;
}

.footbody .p30 .box .more a {
	display:table;
	width:30px;
	height:30px;
	background:url('images/more.png');
	opacity:0.3;
	float:right;
}

.footbody .p30 .box .more a:hover {
	opacity:1;
}






.footbody .p70 .footNews {
	width:92%; 
	padding:2%;
	margin:0 0 0 2%;
	border:1px solid #ccc;
}

.footbody .p70 .footNews h1 {
	color:#e60000;
	margin:0;
	padding:0 0 5px 0; 
}

.footbody .p70 .footNews .article .col1 {
	width:20%;
	float:left;
}

.footbody .p70 .footNews .article .col2 {
	width:80%;
	float:left;
}

.footbody .p70 .footNews .article .col3 {
	width:10%;
	float:left;
}

.footbody .p70 .footNews .article {
	padding:0 0 10px 0;
}

.footbody .p70 .footNews .article .date {
	color:#c6c6c6;
}

.footbody .p70 .footNews .article .date .day {
	float:left;
	height:40px;
	font-size:30px;
}

.footbody .p70 .footNews .article .date .separator {
	float:left;
	width:13px;
	height:40px;
	font-size:30px;
}

.footbody .p70 .footNews .article .date .month {
	float:left;
	font-size:16px;
	font-weight:bold; 
	padding:15px 0 0 0;
}

.footbody .p70 .footNews .article h2, .footbody .p70 .footNews .article h2 a {
	text-decoration:none;
	margin:0;
	color:#000;
	font-size:16px;
}

.footbody .p70 .footNews .article .more {
	height:30px;
	line-height:30px;
	text-align:right;
	padding:0px 0 0 0;
}

.footbody .p70 .footNews .article .more a {
	display:table;
	width:30px;
	height:30px;
	background:url('images/more.png');
	opacity:0.3;
	float:right;
}

.footbody .p70 .footNews .article .more a:hover {
	opacity:1;
}




















.body input[type=text], .body input[type=password], .body textarea {
	font-family:verdana;
	font-size:12px;
	color:#666;
	padding:5px;
	border:1px solid #ccc;
	outline:none;
}

.body input[type=text]:focus, .body input[type=password]:focus, .body textarea:focus {
	border:1px solid #e60000;
}

.body input[type=submit], .body input[type=button] {
	color:#fff;
	background:#e60000;
	border:none;
	font-weight:bold;
	outline:none;
}









.body {
	margin:10px 0 !important;
	background:#fff;
	color:#000;
}


.body a {
	color:#000;
}

.redbody {
	padding:10px;
	background:#e60000;
	color:#fff;
}

.redbody h1, .redbody h2, .redbody h3 {
	color:#fff;
	font-size:26px;
	margin:0;
	padding:5px 0;
}

.redbody h1 a, .redbody h2 a, .redbody h3 a {
	color:#fff;
 }

.redbody a {
	color:#fff;
	text-decoration:none;
}


.body h1, .body h2, .body h3 {
	margin:0;
	font-weight:normal;
	padding:0px 0 0 0;
	margin-bottom: 10px;
}

.body .bold {
	font-family: extrabold, Open Sans, Arial;
	padding:10px 0;
}

.body .text { 
	padding:10px 0;
}




.body .icons {
	padding:20px 0 0 0;
	height:130px;
}

.body .icons .vr {
	float:left;
	height:100px;
	width:1px;
	background:#ff1800;
	border-left:1px solid #b40000;
}

.body .icons .vr-height {
	height:300px;
}

.body .icons .vr-extraheight {
	height:280px;
}

.body .icons .icon {
	width:32%;
	float:left;
	word-wrap: break-word;
}

.body .icons .icon25 {
	width:48%;
	float:left;
	text-align:center;
	margin:0 0 5% 0;
}

.body .icons .icon33 {
	width:32.1%;
	float:left;
}

.body .icons .icon .ico {
	font-family:icons;
	font-size:70px;
	width:70px;
	margin-left: auto;
	margin-right: auto;
}

.body .icons .icon .icoleft {
	text-align:left;
	padding:0 5%;
	margin:0 0 20px 0;
}

.body .icons .icon .icofull {
	font-family:opensans, Open Sans, Arial;
	font-size:34px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	display:table;
	background-image:url('images/circle_white.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	color:#e60000;
	font-weight:800;
	padding:0; 
	margin:0 auto 20px auto;
}



.p_b_12{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.p_b_{
	width: 49%;
	padding-top: 10px;
}




.body .icons .icon .title {
	height:60px;
	line-height:20px;
	font-weight:bold;
	vertical-align: middle;
	padding:0 0 0 5px;
	text-align:center;
}

.body .icons .icon .titleleftbold {
	text-align:left;
	font-weight:bold;
	font-size:20px;
	font-family:extrabold, Open Sans, Arial;
	
	padding:0 ;
	margin:0 0 0 0;
	text-align:center;
}

.body .icons .icon .text {
	padding:0 5%;
	text-align:left;
	margin:0 0 20px 0;
}

.body .icons .icon .more-white {
	
	margin:0 5% ;
	text-align:right;
}

.body .icons .icon .more-white a {
	float:right;
	display:table;
	width:30px;
	height:30px;
	background:url('images/more_white.png');
	opacity:0.5;
	text-decoration:none;
}

.body .icons .icon:hover .more-white a {
	opacity:1;
}










.mainpageInfobox .cont {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden; 
	
	border:1px solid #dcdcdc;
}

.mainpageInfobox .cont-no-border {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	overflow:hidden; 
	
	border:none;
}







.mainpageInfobox .cont .boxes {
	border-bottom:1px solid #dcdcdc;
	margin:0;
}

.mainpageInfobox .cont .boxes .leftborder {
	border-left:1px solid #dcdcdc;
}

.mainpageInfobox .cont .boxes .p33 {
	width:33.3%;
	padding:1% 3%;
	margin:0;
	min-height: 220px;
	max-height: 220px;
	box-sizing: border-box;
	position: relative;
	font-size: 15px !important;
}

.mainpageInfobox .cont .boxes .p33imaged {
	width:30.9%;
	padding:0 0% 1% 0%;
	margin:0;
	width:32.9%;
}

.mainpageInfobox .cont .boxes .p33imaged div {
	padding:1%; 
}

.mainpageInfobox .cont .boxes .p33 .picture {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:#efefef;
	min-height:140px;
}

.mainpageInfobox .cont .boxes .p33 h1 {
	color:#e60000;
	font-size:18px;
	margin:0 0 1% 0;
}

.mainpageInfobox .cont .boxes .p33 .content {
	line-height:16px;
	text-align:justify;
}

.mainpageInfobox .cont .boxes .p33 .more {
	height:30px;
	line-height:30px;
	text-align:right;
	margin:0 1% 0 0;
}

.mainpageInfobox .cont .boxes .p33 .more a {
	display:table;
	width:30px;
	height:30px;
	background:url('images/more.png');
	opacity:0.3;
	float:right;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
}

.mainpageInfobox .cont .boxes .p33 .more a:hover {
	opacity:1;
}

.mainpageInfobox .cont .boxes .p33 .more a:hover {
	opacity:1;
}

.mainpageInfobox .cont .boxes .p33:hover {
	background-color:#e60000;
	color:#fff !important;
	cursor:pointer;
}

.mainpageInfobox .cont .boxes .p33:hover h1 {
	color:#fff;
}

.mainpageInfobox .cont .boxes .p33:hover .date {
	color:#fff;
}

.mainpageInfobox .cont .boxes .p33:hover .more a {
	background:url('images/more_white.png');
	opacity:1;
}








.mainpageInfobox .cont .backgrounded {
	padding: 0px 0px 30px;
	margin: 0px;
	min-height: 150px;
	background-image: url("images/rope.jpg");
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.mainpageInfobox .cont .backgrounded h1 {
	padding: 40px 0px 15px 0px;
	text-align:center;
	color:#e60000;
	font-size:22px;
}

.mainpageInfobox .cont .options {
	color:#fff;
	font-family:extrabold, Open Sans, Arial;
}


.tudastarpage .container {
	padding-bottom: 15px;
}



.mainpageInfobox .cont .options strong {
	color:#e60000;
	font-family:icons;
	display:none;
}

.mainpageInfobox .cont .options a:before {
	position:absolute;
	content:url('images/arrow_small.png');
	margin:-2px 0 0 -20px;
}


.mainpageInfobox .cont .options a {
	display: block;
	text-decoration: none;
	color: #000;
	margin: 10px 0px 10px 70px;
}

.mainpageInfobox .cont .options a:hover {
	color:#e60000;
}













.contentdiv {
}

.contentdiv_inner {
	border:1px solid #dcdcdc;
	padding: 15px !important;
}


.contentdiv h1 {
	color:#e60000;
}

.contentdiv img {
	border:1px solid #dcdcdc;
	margin-right: 15px !important;
	margin-bottom: 15px !important;
	max-width: 30%;
	height: auto;
}


.jobbcella, .balcella{
	display: block !important;
	width: 100% !important;
}



.cmap{
	height: 250px !important;
}



.form_container{
	width: 100% !important;
}


.mapbody {
	margin:-20px 0 0 0;
	padding:0;

}

.mapbody .map .gm-style-div {
	width:100% ;
}

.mapbody .map .gm-style {
	width:100% ;
}

.mapbody .map .gm-style-inner {
	width:100% ;
}

.mapbody .contact {
	padding:1%;
	line-height:130%;
}

.mapbody .contact h3 {
	color:#e60000;
	line-height:130%;
}

.mapbody .contact input[type=text], .mapbody .contact textarea {
	width:80%;
}













.reference {

}

.reference .refboxes {

}

.reference .refboxes a {
	color:#e60000;
	text-decoration:none;
}

.reference .refboxes .box {
	float:left;
	width:47.5%;
	margin:1%;
	border:1px solid #dcdcdc;
	text-decoration:none;
	
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.reference .refboxes .box:hover {
	box-shadow:0px 0px 20px #ffafaf;
}

.reference .refboxes .box .picture {
	background:#efefef;
	min-height:200px;
	background-position:top center;
	background-size:100%;
	background-repeat:no-repeat;
	border-bottom:1px solid #dcdcdc;
}

.reference .refboxes .box .desc {
	color:#e60000;
	padding:5% 10% 5% 5%;
	height:50px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
}

.reference .refboxes .box .desc:first-line {
	font-weight:bold;
	font-size:14px;
}

.reference .refboxes .box .more a {
	float:right;
	width:30px;
	height:30px;
	background-image:url('images/more.png');
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.3;
	margin:-35px 5px 0 0;
}

.reference .refboxes .box .more a:hover {
	opacity:1;
}








.map .blackandwhite{
	width: 95% !important;
	float: right;
	margin-top: 20px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.p50 .contact{
	margin-top: 10px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	width: 95% !important;
}











.newsList {
	margin:20px 0;
	padding:0;
}

.newsList .masonry {
	margin:0;
	padding:0;
}

.newsList .p33 {
	cursor:pointer;
	width:47.5%;
	margin:1% 1% 1% 1%;
	border: 1px solid #dcdcdc;
	background:#fff;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.newsList .p33:hover {
	box-shadow:0px 0px 15px #f7b8b8;
}

.newsList .p33 h2 {
	padding:2% 5%;
	margin:0;
	line-height:30px;
}

.newsList .p33 h2 a {
	text-decoration:none; 
	color:#e60000;
}

.newsList .p33 .info {
	height:18px;
	font-size:12px;
	color:#666;
	padding:0 5%;
}

.newsList .p33 .content, 
.newsList .p33 .content h2 
{
	font-size:14px;
	line-height:22px;
	margin:0;
	padding:0;
}

.newsList .p33 .content {
	max-height:230px;
	overflow:hidden;
	padding:0 5%; 
}

.newsList .p33 .overflow {
	height:30px;
	margin:-30px 0 0 0;

background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	position:relative;
	width:100%;
	z-index:5000;
}

.newsList .p33 .more {
	margin:-5px 0 0 0;
}

.newsList .p33 .more a {
	padding:0 1%;
	float:right;
	width:30px;
	height:30px;
	background-image:url('images/more.png');
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.3;
}

.newsList .p33:hover .more a {
	opacity:1;
}














.refCloseBtn {
	display:table;
	width:31px;
	height:31px;
	background-image:url('images/icon_white_x.png');
	position:absolute;
	right:10px;
	text-decoration:none;
	margin:10px 0 0 0;
	opacity:0.7;
}

.refCloseBtn:hover {
	opacity:1;
}


.monitordiv {
	margin:-140px 0 0 0;
	min-height:200px;
	background:none;
}



.monitordiv .screen {
	min-height:400px;
	width:470px;
	margin:60px auto 0 auto;
	
	background: rgb(96,96,96); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(96,96,96,1) 0%, rgba(28,28,28,1) 35%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(96,96,96,1)), color-stop(35%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(96,96,96,1) 0%,rgba(28,28,28,1) 35%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(96,96,96,1) 0%,rgba(28,28,28,1) 35%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(96,96,96,1) 0%,rgba(28,28,28,1) 35%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(96,96,96,1) 0%,rgba(28,28,28,1) 35%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	background-position:top;
	background-size:110%;
	overflow:hidden;
	background-repeat:no-repeat;
}


.monitordiv .monitor {
	
	height:440px;
	width: 500px;
	margin: -410px auto 0 auto;
	
	background-image:url('images/monitor.png');
	background-size:100%;
	background-repeat:no-repeat;
}




.monitordiv .arrow_left {
	width:50px;
	height:77px;
	
	position:absolute;
	margin:-330px 0 0 0;
	left:10px;
}

.monitordiv .arrow_left a {
	display:table;
	width:50px;
	height:77px;
	background-image:url('images/arrow_b_left_0.png');
	background-repeat:no-repeat;
}

.monitordiv .arrow_left a:hover {
	background-image:url('images/arrow_b_left_1.png');
	background-repeat:no-repeat;
}



.monitordiv .arrow_right {
	width:50px;
	height:77px;
	
	position:absolute;
	margin:-330px 0 0 0;
	right:10px;
}

.monitordiv .arrow_right a { 
	display:table;
	width:50px;
	height:77px;
	background-image:url('images/arrow_b_right_0.png'); 
	background-repeat:no-repeat;
}

.monitordiv .arrow_right a:hover {
	background-image:url('images/arrow_b_right_1.png');
	background-repeat:no-repeat;
}




















.sliderContainer {
    display: block;
	position: relative;
	padding: 0;
	width: 100%;
	height:700px;
}

.sliderContainer i {
	display:none; 
}

.iosSlider {
    display: block;
	width: 100%;
	height:700px;
}

.iosSlider .slider {
    display: block;
	width: 100%;
	height:700px;
}

.iosSlider .slider .item {
    display: block; 
	float: left;
	
	width: 100%;
	height:700px;
}

.iosSlider .slider .item img {
	width: 100%;
}

/* controls */
.sliderContainer .prevsliderContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	
	padding: 0 0 0 0;
	z-index: 10;
}

.sliderContainer .prevsliderContainer .prev {
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	height: 20%;
	background: #aaa;
}

.sliderContainer .nextsliderContainer {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	
	padding: 0 0 19.5% 0;
	z-index: 10;
}

.sliderContainer .nextsliderContainer .next {
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	height: 20%;
	background: #aaa;
}

.sliderContainer .selectorsBlock {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 5%;
}

.sliderContainer .selectorsBlock .selectors {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 12%;
	height: 100%;
}

.sliderContainer .selectorsBlock .selectors .item {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 16%;
	height: 100%;
	margin: 0 0 0 5%;
	background: #aaa;
}

.sliderContainer .selectorsBlock .selectors .selected {
	background: #333;
}

.sliderContainer .selectorsBlock .selectors .first {
	margin-left: 0;
}












/* slider arrows */
/* slider arrows */
/* slider arrows */

.prevContainer {
	position:absolute; 
	top:300px;
	left:5px;
	z-index:5002;
	width:50px; 
	height:77px;
}

.nextContainer {
	position:absolute;
	top:300px; 
	right:5px;
	z-index:5002;
	width:50px;
	height:77px;
}

.refCloseBtn {
	position:absolute;
	top:-10px;
	left:0px;
	display:table;
	width:31px;
	height:31px;
	background-image:url('images/icon_white_x.png');
	text-decoration:none;
	opacity:0.7;
	z-index:5002;
}

.refCloseBtn:hover {
	opacity:1;
}

.theRedBackground {
	height:450px;
	margin:-700px 0 0 0;
	background:#e60000;
	color:#fff;
}

.ajaxdiv1 {
	color:#fff;
	padding:20px 0 0 0 ;
	min-height:230px;
}

.ajaxdiv1 .container {
	height:300px;
}

.ajaxdiv1 h1 {
	margin:0;
	padding:0 0 10px;
}

.ajaxdiv1 .short_description {
	font-weight:bold;
	padding:0 0 10px;
}

.ajaxdiv1 .description {
	padding:0 0 10px 0;
}

.arrow_left { 
	width:50px;
	height:77px;
}

.arrow_left a {
	display:table;
	width:50px;
	height:77px;
	background-image:url('images/arrow_b_left_0.png');
	background-repeat:no-repeat;
} 

.arrow_left a:hover {
	background-image:url('images/arrow_b_left_1.png');
	background-repeat:no-repeat;
}

.arrow_right {
	width:50px;
	height:77px;
}

.arrow_right a { 
	display:table;
	width:50px; 
	height:77px; 
	background-image:url('images/arrow_b_right_0.png'); 
	background-repeat:no-repeat;
}

.arrow_right a:hover {
	background-image:url('images/arrow_b_right_1.png');
	background-repeat:no-repeat;
}
/* slider arrows */
/* slider arrows */
/* slider arrows */





.m_l .box .more .more {
	position:relative; 
	padding:25px;
	text-align:right;
	margin:-40px 0 10px 0;
}

.m_l .box .more.more a {
	display:table;
	width:30px;
	height:30px;
	background:url('images/more.png');
	opacity:0.3;
	float:right;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.m_l .box .more a:hover {
	opacity:1;
}


.m_l{
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
	width: 100%;
	height: auto;
	margin-right: 15px !important;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	box-sizing: border-box;
	padding-bottom: 50px !important;
}
.m_l .title h3{
	color: #e60000;
}
.m_l .title{
	padding-left:25px;
	padding-right:25px;
}
.m_l img{
	max-width: 100%;
}
.m_r{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	position: relative;
	border: 1px solid #dcdcdc;
	padding: 20px 0px 20px 20px !important;
	box-sizing: border-box;
}

.m_c{
	width: 100%;
	max-width: 640px;
	/*max-width: 960px;*/
	height: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 15px !important;
	font-size: 90%;
}

.m_r .footNews{
	max-height: 100%;
}


.m_r .footNews h1 {
	color:#e60000;
	margin:0;
}

.m_r .footNews .article .col1 {
	width:20%;
	float:left;
}

.m_r .footNews .article .col2 {
	width:80%;
	float:left;
}

.m_r .footNews .article .col3 {
	width:10%;
	float:left;
}

.m_r .footNews .SeparatorLine {
	height:1px;
	background-color:#dcdcdc;
	border:none;
	margin:5px 0;
}

.m_r .footNews .SeparatorLine:first-of-type{
	height:0px;
}

.m_r .footNews .article {
	padding:10px 0 10px 0;
}

.m_r .footNews .article .date {
	color:#c6c6c6;
}

.m_r .footNews .article .date .day {
	float:left;
	height:50px;
	font-size:50px;
}

.m_r .footNews .article .date .separator {
	float:left;
	width:13px;
	height:50px;
	font-size:50px;
}

.m_r .footNews .article .date .month {
	float:left;
	font-size:16px;
	font-family: extrabold, Open Sans, Arial;
	padding:35px 0 0 0;
}

.m_r .footNews .article h2, .m_r .footNews .article h2 a {
	text-decoration:none;
	margin:0;
	color:#000;
	font-size:16px;
}

.m_r .footNews .article .more {
	height:30px;
	line-height:30px;
	text-align:right;
	padding:0px 0 0 0;
}

.m_r .footNews .article .more a {
	display:table;
	width:30px;
	height:30px;
	background:url('images/more.png');
	opacity:0.3;
	float:right;
	margin-right: 10px;
}

.m_r .footNews .article .more a:hover {
	opacity:1;
}
















.sliderMainpage {
	margin:20px 0;
	height: 300px;
}

.iosSliderMainpage {
	height:300px;
	width:100%;
}

.sliderMainpage .item {
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	height:300px; 
	overflow:hidden;
}

.sliderMainpage .item .slideritem {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height:300px;
}

.sliderMainpage .item .slideritem  {

}

.sliderMainpage .item .slideritem  .col1 {
	/*background-size:100%;*/
	background-repeat:no-repeat;
	background-position:center center;  
}

.sliderMainpage .item .slideritem  .col1 .inner {
	min-height:300px;
}

.sliderMainpage .item .slideritem  .inner {
	padding:5px 5px 5px 20px; 
}

.sliderMainpage .item .slideritem .title {
	color:#e60000;
}

.sliderMainpage .item .slideritem .title h4 {
	font-size:24px;
	font-family: extrabold, Open Sans, Arial;
	color:#fff;
}

.sliderMainpage .item .slideritem .text {

}

.sliderMainpage .item .slideritem .col1 {
	width:100%;
}

.sliderMainpage .item .slideritem .col2 {
	position:absolute;
	top:0px;
	
	width:100%;
	height:300px;
	
	background:#e60000;
	color:#fff;
	
	font-size:16px;
}

.sliderMainpage .item .slideritem .col2 .inner {
	width:75%;
	height:260px;
	margin:3% auto 0 auto;
}






#slider_prev {
	position:absolute;
	z-index:5003;
	
	top:140px;
	opacity:0.7;
	left:1%;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

#slider_prev:hover {
	opacity:1;
}

#slider_prev .arrow_left a {
	background-size:70%;
	
}

#slider_next {
	position:absolute;
	z-index:5003;
	
	top:140px;
	opacity:0.7;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

#slider_next:hover {
	opacity:1;
}

#slider_next .arrow_right a {
	background-size:70%;
	
}




 



 









.ajanlatkeresPage textarea {
	width:90%;
}
.ajanlatkeresPage .p100 {
	width:90%;
	margin:0 0 2px 0;
}

.ajanlatkeresPage input[name=cht] {
	margin: -26px 0 0 0;
	height: 20px;
	width: 68px;
}



 












 
.tudastarpage {

}

.tudastarpage .top {
	background:#e6e6e6;
	padding:0 3%;
	margin:0;
}

.tudastarpage .top h1 {
	font-size:26px;
}

.tudastarpage {
	margin:3px 0 20px 0		! important;
	padding: 0 0 20px 0		! important;
}

.tudastarpage .mainpageInfobox {
	margin:-34px 0 0 0;
}

.tudastarpage .mainpageInfobox .pic {
	position:absolute;

	height:100px;
	width:32.4%;

	margin:-1% 0 0 -1%;
	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;
}

.tudastarpage .mainpageInfobox h1 {
	font-size:22px !important;
	line-height:26px; 
	
	padding:10px 5%;
	
	height:72px;
	overflow:hidden;
}

.tudastarpage .news h1 {
	padding:100px 5% 10px 5%;
}

.tudastarpage .mainpageInfobox .date {
	color:#666;
	font-size:12px;
	height:14px;
	line-height:14px;
	
	padding:0 5%;
}

.tudastarpage .mainpageInfobox .content {
	height:150px;
	overflow:hidden;
	
	padding:0 5%;
}	

.tudastarpage .mainpageInfobox .overflow {
	width:31%;
	height: 30px;
	margin: -30px 0 0 -0.5%;
	
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

	position:absolute;
	z-index:5000;
}

.tudastarpage .mainpageInfobox .p33:hover .overflow {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(230,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(230,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(230,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(230,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(230,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(230,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e60000',GradientType=0 ); /* IE6-9 */

}

.tudastarpage .mainpageInfobox .more {
	position:relative;
	margin:-20px 0 0 90%;
	z-index:5000;
}














.referencepageContainerDiv {
	min-height:600px;
}





.headbar2 .menu nav{
	position: fixed !important;
	top: 0px;
	left: 0px;
	margin: 0px !important;
	z-index: 5999;
}
.headbar2 .menu nav a:hover {
    background: none;
}

#mobileMenu_shadow{

}
.headbar2 .menu {
}

.hogyandolgozunk h3 {
	word-wrap: initial !important;
}

.footbar{
	padding-left: 20px !important;
	padding-right: 20px !important;
}


.redbody .container{
	padding-bottom: 50px;
}

.kenyer img {
    width: 100%;
	height: auto;
    max-width: initial !important;
}


#wrap{
	min-height: 100%;
}

#site{
	overflow: auto;
	padding-bottom: 430px;
}
.pagefoot{
  position: relative;
  margin-top: -430px; /* negative value of footer height */
  height: 430px;
  clear:both;
}


.form_container{
	width: 100% !important;
	vertical-align: middle !important;
}