






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;
}

.p33 {
	width:100%;
	float:left;
	
}

.p66 {
	width:100%;
	float:left;
}
 
.p30 {
	width:100%;
	float:left;
}

.p70 {
	width:100%;
	float:left;
}

.p25 {
	width:100%;
	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 {
	margin:0 auto;
	display:table;
	width:160px;
	height:90px;
	border:0;
	background:url('images/logo.png');
}

.headbar2 .info {
	font-size:16px;
	height:22px;
	line-height:22px;
	margin:0px 3% 0 0;
	padding:0px 0 0 0;
	text-align:right;
}

.headbar2 .info .icon25 {
	margin:12px 0 0 0; 
}

.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;
	outline:none;
	
	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 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 {
	margin:0 1%;
	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:93.5%; 
	padding:2%;
	margin:1% 1%;
	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;
	
	-webkit-appearance: none;
    border-radius: 0;
}









.body {
	margin:10px 0 !important;
	background:#fff;
	color:#000;
}


.body a {
	color:#000;
}

.redbody {
	padding:10px 0;
	background:#e60000;
	color:#fff;
}

.redbody a {
	color:#fff;
}


.body h1, .body h2, .body h3 {
	margin:0;
	font-weight:normal;
	padding:0px 0 0 0;
}

.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;
	
	display:none;
}

.body .icons .vr-height {
	height:0;
}

.body .icons .vr-extraheight {
	height:0;
}

.body .icons .icon {
	width:99.5%;
	float:left;
	margin:0 0 30px 0;
}

.body .icons .icon25 {
	display:table;
	width:98%;
	text-align:center;
	margin:0 0 3% 0;
	clear:both;
}

.body .icons .icon33 {
	width:99.5%;
	float:left;
}

.body .icons .icon .ico {
	font-family:icons;
	font-size:50px;
	
	padding:0 5%;
}

.body .icons .icon .icoleft {
	text-align:left;
	margin:10px 0 20px 0;
	clear:left;
}

.body .icons .icon .icofull {
	font-family:opensans, Open Sans, Arial;
	font-size:24px;
	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:bold;
	margin:0 auto 20px auto;
}

.body .icons .icon .title {
	width:100%;
	font-size:20px;
	float:left;
	font-weight:bold;
	text-align:center;
	
	clear:left;
}

.body .icons .icon .titleleftbold {
	display:table;
	text-align:center;
	font-weight:bold;
	font-family:extrabold, Open Sans, Arial;
	
	padding:0;
	margin:0 ;
	
	clear:left;
}

.body .icons .icon .text {
	display:table;
	padding:0 5%;
	text-align:left;
	margin:0 0 5px 0;
	
	clear:left;
}

.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;
	padding: 15px;
}

.mainpageInfobox .cont .boxes .leftborder {

}

.mainpageInfobox .cont .boxes .p33 {
	width:98%;
	margin:0;
}

.mainpageInfobox .cont .boxes .p33imaged {
}

.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;
	width:96%; 
}

.mainpageInfobox .cont .boxes .p33 .more {
	height:30px;
	line-height:30px;
	text-align:right;
	margin:0 3% 0 0;
}

.mainpageInfobox .cont .boxes .p33 .more a {
	display:table;
	width:30px;
	height:30px;
	background:url('images/more.png');
	opacity:0.3;
	float:right;

}

.mainpageInfobox .cont .boxes .p33 .more a:hover {
	opacity:1;
}


.tudastarpage .container {
	padding-bottom: 15px;
}



.mainpageInfobox .cont .backgrounded {
	padding:0 0 30px 0;
	margin:0;
	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: 30px 0px 15px 0px;
	text-align:center;
	color:#e60000;
	font-size:22px;
}

.mainpageInfobox .cont .options {
	color:#fff;
	font-family:extrabold, Open Sans, Arial;
}

.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:0 1% 1% 0;
	max-width: 50%;
	height: auto;
}















.mapbody {
	margin:-20px 0 0 0;
	padding:0;
}

.mapbody .map .gm-style-div {
	width:100% ;
	min-height:250px !important;  
}

.mapbody .map .gm-style {
	width:100% ;
	min-height:250px !important;  
}

.mapbody .map .gm-style-inner {
	width:100% ;
	min-height:250px !important;  
}

.mapbody .contact {
	padding:1%;
	line-height:130%;
}

.mapbody .contact h3 {
	color:#e60000;
}

.mapbody .contact input[type=text], .mapbody .contact textarea {
	width:80%;
}








.map .blackandwhite{
	width: 95% !important;
	float: right;
	margin-top: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.p50 .contact{
	margin-top: 10px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	width: 95% !important;
}




.reference {

}

.reference .refboxes {

}

.reference .refboxes a {
	color:#e60000;
	text-decoration:none;
}

.reference .refboxes .box {
	float:left;
	width:98%;
	margin:3% 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:40px;
	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;
}














.newsList {
	margin:20px 0;
	padding:0;
}

.newsList .masonry {
	margin:0;
	padding:0;
}

.newsList .p33 {
	cursor:pointer;
	width:97.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:-150px 0 0 0;
	min-height:200px;
	background:none;
}



.monitordiv .screen {
	min-height:400px;
	width:290px;
	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:280px;
	width: 310px;
	margin: -410px auto 0 auto;
	
	background-image:url('images/monitor.png');
	background-size:100%;
	background-repeat:no-repeat;
}




.monitordiv .arrow_left {
	width:25px;
	height:37.5px;
	
	position:absolute;
	margin:-200px 0 0 0;
	left:10px;
}

.monitordiv .arrow_left a {
	display:table;
	width:25px;
	height:37.5px;
	background-image:url('images/arrow_b_left_0.png');
	background-size:100%;
	background-repeat:no-repeat;
}

.monitordiv .arrow_left a:hover {
	background-image:url('images/arrow_b_left_1.png');
	background-size:100%;
	background-repeat:no-repeat;
}



.monitordiv .arrow_right {
	width:25px;
	height:37.5px;
	
	position:absolute;
	margin:-200px 0 0 0;
	right:10px;
}

.monitordiv .arrow_right a { 
	display:table;
	width:25px;
	height:37.5px;
	background-image:url('images/arrow_b_right_0.png'); 
	background-size:100%;
	background-repeat:no-repeat;
}

.monitordiv .arrow_right a:hover {
	background-image:url('images/arrow_b_right_1.png');
	background-size:100%;
	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:600px;
}

.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:380px;
	left:5px;
	z-index:5000;
	width:50px; 
	height:77px;
}

.nextContainer {
	position:absolute;
	top:380px; 
	right:5px;
	z-index:5000;
	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:5000;
}

.refCloseBtn:hover {
	opacity:1;
}

.theRedBackground {
	height:370px; 
	margin:-700px 0 0 0;
	background:#e60000;
	color:#fff;
}

.ajaxdiv1 {
	color:#fff;
	padding:20px 0 0 0 ;
	min-height:400px;
}

.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:35px;
	height:77px;
}

.arrow_left a {
	display:table;
	width:35px;
	height:77px;
	background-image:url('images/arrow_b_left_0.png');
	background-repeat:no-repeat;
	background-size:100%;
} 

.arrow_left a:hover {
	background-image:url('images/arrow_b_left_1.png');
	background-repeat:no-repeat;
	background-size:100%;
}

.arrow_right {
	width:35px;
	height:77px;
}

.arrow_right a { 
	display:table;
	width:35px;
	height:77px; 
	background-image:url('images/arrow_b_right_0.png'); 
	background-repeat:no-repeat;
	background-size:100%;
}

.arrow_right a:hover {
	background-image:url('images/arrow_b_right_1.png');
	background-repeat:no-repeat;
	background-size:100%;
}
/* slider arrows */
/* slider arrows */
/* slider arrows */














#slider_prev {
	display:none;
}

#slider_next {
	display:none;
}

.sliderMainpage {
	height:1px;
	padding:3px 0 0 0;
	overflow:hidden;
}

.sliderMainpage .dohh {
	height:10px;
	width:100%;
}











.ajanlatkeresPage textarea {
	width:90%;
}
.ajanlatkeresPage .p100 {
	width:90%;
	margin:0 0 2px 0;
}

.ajanlatkeresPage input[name=cht] {
	margin: -21px 0 0 0;
	height: 20px;
	width: 68px;
}



 


.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;
}

















.referencepageContainerDiv {
	min-height:450px;
}
















 
.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:160px;
	width:97.5%;

	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:160px 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 {
	display:none;
}
 
.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;
}














.headbar2 .menu nav{
	position: fixed !important;
	top: 0px;
	left: 0px;
	margin: 0px !important;
	z-index: 5999;
}
.headbar2 .menu nav a:hover {
    background: none;
}
.headbar2 .menu {
	position: fixed;

}

.footbar{
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.foot_info_c1{
	width: 50%;
	float: left;
	display: block;
}
.foot_info_c2{
	width: 40%;
	float: right;
	display: block;
}

.kenyer img {
    width: 100%;
	height: auto;
    max-width: initial !important;
}



#wrap{
	min-height: 100%;
}

#site{
	overflow: auto;
	padding-bottom: 550px;
}
.pagefoot{
  position: relative;
  margin-top: -550px; /* negative value of footer height */
  height: 550px;
  clear:both;
}



.b_mnc{
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-bottom;
}



.blogbody{
	padding: 25px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin: 0px;
	height: 100%;
	display: block;
}
.right{
	padding: 25px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin: 0px;
	height: 100%;
	display: block;
}

.blog_rightBoxContainer, .blog_leftBoxContainer{
	border: 1px solid gainsboro;
	padding: 0px 10px 10px 10px;
	margin-bottom: 20px;	
	position: relative;
}
.blog_rightBoxTitle, .keywordHeadBox{
	position: relative;
	left: -10px;
	padding-right: 10px;
	padding-left: 10px;
	background: #E60000;
	color: #fff;
	font-size: 17px;
	border-bottom: 1px solid gainsboro;
	width: 100%;
	display: block;
}
.blog_rightBoxBody_entryDate{
	font-size: 12px;
	display: block;
	margin-bottom: 0px;
	margin-top: 10px;
}
.blog_rightBoxBody a{
	color: #E60000;
	text-decoration: none;
}
.blog_rightBoxBody_entryTitle{
	margin-top: 5px;
}
.blog_rightBoxBody_entryTitlePlusIntro .__i{
	color: black;
	font-style: italic;
	border: 1px dotted gainsboro;
	word-wrap: break-word;
	display: block;
	font-size: 70%;
	padding: 2px;
}

.blog_leftBoxContainer hr:not(:last-child){
	height: 1px;
	border: none;
	color: gainsboro;
	background: gainsboro;
}
.blog_leftBoxContainer hr:last-child{
	display: none;
}
.keywordHeadLeft{
	display: inline;
}
.keywordHeadRight{
	display: block;
	float: right;
}
.keywordSearch{
	height: 23px;
	width: 23px;
	margin-left: 15px;
	position: relative;
	top: 3px;
}
.keywordHeadBox a{
	color: white;
	text-decoration: none;
}


.blog_leftBoxContainer table{
	width: 100%;
}

.blogTitleBox{
	color: #E60000; 
}
.blogTitleBox a{
	text-decoration: none; 
}
.blog_themeImage{
	width: 100%;
	height: 100px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

.blog_themeTitle{
	color: #E60000;
	text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
	font-weight: bold;
	font-size: 18px;
	display: block;
}
.rssIcon{
	float: right;
}
.blog_newPost{
	background: #E60000;
	color: white;
	border: 1px solid gainsboro;
	float: right;
}
.entryTitleLeft a{
	color: #E60000;
	text-decoration: none;
	font-size: 19px;
}
.entryBox{
	/*border: 1px dotted  gainsboro;*/
	padding: 5px;
}
.blogFooter{
	font-size: 13px;
	padding-bottom: 10px;
}
.blogFooter a{
	color: #E60000;
	text-decoration: none;
}
.blogFooterLeft{
	float: left;
}
.blogFooterRight{
	float: right;
}
.blog_editPost{
	background: #E60000;
	color: white;
	border: 1px solid gainsboro;
	padding: 5px;
	margin-top: 25px;
	display: block;
}

.tmce_texteditor_box{
	max-width: 100%;
}
#tmce_texteditor_box_1{
	width: auto !important;
}

.entryBox img{
	max-width: 50%;
	height: auto;
}











.entryBox img{
	max-width: 50%;
	height: auto;
}

.blog_leftBoxContainer hr:not(:last-child){
	height: 1px;
	border: none;
	color: gainsboro;
	background: gainsboro;
}
.blog_leftBoxContainer hr:last-child{
	display: none;
}
.blog_rightBoxContainer hr:not(:last-child){
	height: 1px;
	border: none;
	color: gainsboro;
	background: gainsboro;
}
.blog_rightBoxContainer hr:last-child{
	display: none;
}
.blog_leftBoxContainer{
	border: none !important;
	margin-bottom: 20px;	
	position: relative;
}
.blog_rightBoxContainer{
	padding: 0px 10px 10px 10px;
	border: 1px solid gainsboro;
	border-bottom: none;
	margin-bottom: 0px !important;
}
.entry{
	padding: 20px;
	border: 1px solid gainsboro;
	margin-bottom: 10px;
	position: relative;
}

.blog_rightBoxTitle, .keywordHeadBox{
	height: 40px;
	position: relative;
	left: -10px;
	padding-right: 10px;
	padding-left: 10px;
	background: #E60000;
	color: #fff;
	font-size: 15px;
	width: 100%;
	display: block;
}
.blog_rightBoxTitle span, .keywordHeadBox span, .boxpic{
	position: relative;
	top: 10px;
}
.boxpic{
	margin-right: 10px;
}
.blog_rightBoxBody_entryTitlePlusIntro .__i{
	color: black;
	word-wrap: break-word;
	display: block;
	font-size: 60%;
	padding: 2px;
}
.fba1024{
	display: none;
}
.fbu1024{
	display: block;
}
#u_0_0 {
    width: 100% !important;
}
.fb-like.fb_edge_widget_with_comment.fb_iframe_widget, .fb-like.fb_edge_widget_with_comment.fb_iframe_widget > span, .fb-like.fb_edge_widget_with_comment.fb_iframe_widget > span > iframe {
    width: 100% !important;
    height: auto !important;
}