@media only screen and (max-width: 1024px) {
	#coverHeadLogo{
		margin-left:20px;
	}
	#pnCMSMain{
		padding-left:20px;
	}	
	#footerCellDiv{
		padding-left:20px;
		padding-right:20px;
	}
	.btn_jelentkezes{
			margin-left:816px !important;
	}
}

*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;   
}

#centerTableDiv {
height: 100%;
display: table;
border-collapse: collapse;
empty-cells: show;
width: 1000px;
margin: 0 auto;
}
#centerCellDiv{
	background-image:url("img/mainBg.gif");
	background-repeat:repeat-x;
}
#footerCellDiv{
	width:1000px;
	margin:0 auto;
	display: inline-block !important;
	text-align:left;
}

.clearer{
	clear:both;
}
img{
	border:none;
}

textarea, input { outline: none; }
::-moz-selection {
	background:#ccc;
	color:#fff;
	text-shadow:none
}
::selection {
}

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:11pt;
}
h1, h2, b, strong{
	font-weight:normal !important;
	color:#fff200;
}
h2 a {
	text-decoration:none;
}
#pnCMSFooter{
	left: 0;
	text-align: center !important;
	vertical-align: top;
	width: 100%;
	display:block !important;
	width:100%;	
	vertical-align:top;
	margin-top:0px;
}

#pnCMSRight{
}

#pnCMSNavbar a:hover{
	border-bottom:1px solid #F60;
	padding-bottom:2px;
}
#coverHeadLogo{
	margin-top:22px;
}

.foot_left{
	width:600px;
	margin-top:32px !important;
	color:#fff;
}

.foot_left a{
	text-transform:uppercase;
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
.foot_left a:hover{
	color:#fff;
	border-bottom:1px solid #fff;
}

.foot_right .social{
	width:30px;
	height:30px;
	display:inline-block;
	float:right;
	background-image:url("_img/social.png");
	margin-left:6px;
	margin-top:25px;
	cursor:pointer;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;	
}

.foot_right .social.twitter{
	background-position:-36px 0px;
	display:none;
}
.foot_right .social.twitter:hover{
	background-position:-36px -30px;
}
.foot_right .social.facebook:hover{
	background-position:0px -30px;
}


.head_text{
	position:absolute;
	margin-left:155px !important;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	padding-top:20px !important;
	}
.head_text p{
	line-height:110%;
	margin:5px;
}
.head_text .head_text1{
	color:#7873b5;
}
.head_text .head_text2{
	color:#ff6e01;
}

.head_shadow{
	background-image:url("_img/head_shadow.png");
	width:980px;
	height:36px;
	position:absolute;
	top:138px;

}

#pnCMSRight{
	padding-bottom:90px;
	padding-top:30px;
	
}

#pnCMSRight .box{
	color:#fff;
	padding-left:70px !important;
	padding-right:25px !important;
	z-index:100;
}
#pnCMSRight .box h2{
	color:#ff6e01;
	line-height:160%;
}
#pnCMSRight .box a{
	color:inherit;
	text-decoration:none;
}
#pnCMSRight .box h2 a:hover{
	color:#fff;}

#pnCMSRight .box p{
	font-size:15px !important;
}
#pnCMSRight .box.bus{
	background-image:url("_img/icon_bus.png");
	background-repeat:no-repeat;
	background-position:12px 0px !important;
}
#pnCMSRight .box.truck{
	background-image:url("_img/icon_truck.png");
	background-repeat:no-repeat;
	background-position:12px 0px !important;
}
#pnCMSRight .box.alert{
	background-image:url("_img/icon_alert.png");
	background-repeat:no-repeat;
	background-position:12px 10px !important;
}

#pnCMSRight .box .alert_icon{
	background-image:url("_img/icon_alert.png");
	background-repeat:no-repeat;
	background-position:12px 10px !important;
	width:60px;
	height:60px;
	position:absolute;
	margin-left:-65px;
}


.btn_jelentkezes{
	position:absolute !important;
	top:20px;
	margin-left:856px;
	width:144px;
	height:50px;
	background-color:#ff6e01;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	padding:5px;
	padding-top:14px;
	text-align:center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;	
}
.btn_jelentkezes:hover{
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.4);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.4);	

}





.contact_map{
	width:98%;
	margin-bottom:25px;
}



/* news */
.news_list_title{
}
.news_date{
	font-size:11px;
}
.news_list_lead, .news_list_lead span, .news_list_lead p, .news_list_lead div{
}

.news_list_lead_img{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.news_list_lead_img img{
	max-width:120px;
}
.article .lead {
	font-weight:bold;
	color:#333;
}
.article .content img {
	max-width:550px;
	height:auto;
	margin:0 auto;
	clear:both;
	display:block;
	margin-top:15px;
	margin-bottom:20px;
}
.readmore{
	background-color:#ff6e01;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	padding:8px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
	border:none;
	cursor:pointer;
	margin-left:5px;
	margin-right:5px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.readmore a{
	text-decoration:none;
}
.readmore:hover{
color:#000;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.4);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.4);	
}

.readmore_purple{
	width:144px;
	height:50px;
	background-color:#7873b5;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	padding:5px;
	padding-top:13px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
	border:none;
	cursor:pointer;
	margin-left:5px;
	margin-right:5px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.readmore_purple:hover{
	background-color:#fff;
	color:#7873b5;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.4);	
}

.readmore_purple a{
	text-decoration:none;
}

.readmore_purple a:hover{
	color:inherit;
}



/* home */
.top_news{
}
.top_news_lead_img{
	float:left;
	display:inline-block;
	width:250px;
	height:180px;
	background-size: cover; 
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:20px !important;
	cursor:pointer;
}

.top_news_content{
	height:auto;
	width:370px;
	float:left;
	display:inline-block;
	visibility:hidden;
}
.top_news_lead{
	line-height:130%;
}
.home_news_article{
	width:100% !important;
}
.home_news_article img{
	max-width:210px;
}
.home_news_article .cell{
	padding-top:15px;
	display:table-cell; 
	padding-right:5px; 
	width:33%
}

h1.top_news_title {	
	margin-top:-8px !important;
	padding-top:0px !important;
}
h1.top_news_title a{
	font-size:36px;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none !important;
	font-weight:300;
	color:#ff6e00 !important;
	display:inline;
}
h1.top_news_title a:hover{
	text-decoration:underline;
}

.home_news_content{
	display:table;
	width:100%;
	margin-top:0px !important;
	float:left;
	
}

.home_news_article .title {
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	color:#ff6e00;
}
.home_news_article .title:hover {
	text-decoration:underline;
}
.home_news_img{
	 width:130px; 
	 height:100px;
	 background-size: cover; 
	 background-position:center center; 
	 background-repeat:no-repeat;
	 margin-bottom:15px;
	 cursor:pointer;
	 float:left;
	 margin-right:15px;
	 background-position:0px 7px;
 }

.article h1 {
}
.cover_fb{
	float:left;
	margin-top:18px;	
}
#site_logo{
	margin-top:10px;
	margin-left:30px;
}

#centered{
	width:100px;
	margin-left:850px;
	margin-top:20px;
	position:absolute;
	z-index:100
}	

#footer_cup{
	float:left;
	margin-left:120px;
	margin-right:80px;
	margin-top:30px;
	margin-bottom:50px;
}

.impr {
	float:left;
	width:430px;
	text-align:left !important;
	padding-left:40px;
	margin-bottom:30px;
}

/* menu */
.pncustommenumenu_site_headermenu2012{
	position:absolute;
	margin-top:88px;
	width:auto;
	height:50px;
	background-color:#7873b5;
	margin-left:155px;
	padding-left:15px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	display:table;
}	
.pncustommenumenu_site_headermenu2012 .menuitem{
	display:inline-block;
	padding-right:20px;
	padding-left:20px;
	height:100%;
	border-right:1px solid #9b97c9;
	display:table-cell;
	vertical-align:middle;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.pncustommenumenu_site_headermenu2012 .menuitem:hover{
	background-color:#ff6e01;
	cursor:pointer;
}
.pncustommenumenu_site_headermenu2012 .menuitem:first-child:hover{
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
}
.pncustommenumenu_site_headermenu2012 .menuitem.active a{
	border-bottom:1px solid #fff;	
}

.pncustommenumenu_site_headermenu2012 .menuitem a{
	color:#fff;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:4px;

}
.pncustommenumenu_site_headermenu2012 .menuitem a:hover,.pncustommenumenu_site_headermenu2012 .menuitem a.over{
	text-shadow:0px 0px 5px rgba(255, 255, 255, 1);
	text-decoration:none;
}
.pncustommenumenu_site_headermenu2012 .closer{
	background-color:#7873b5;
	width:70px;
	height:50px;
	display:table-cell;
	background-image:url("_img/mnu_closer.png");
	background-position:right top;
	background-repeat:no-repeat;
}

.headermenu2012_submenu{
	display:none;}
/* search */
.sleftcell{
	font-size:9pt
}
/* COVER search */
.cover_search_box{
	margin-top:20px;
	float:left;
}

.cover_search_box .butt{
	position: absolute;
	background-image: url("_img/search_butt.png");
	background-repeat: no-repeat;
	width: 21px;
	height: 19px;
	margin-top: 6px;
	margin-left: 225px;
	cursor: pointer;
}
.cover_search_box .butt:hover{
	background-position:0px -19px;
}
#frm_search input{
	height: 32px;
	width: 220px;
	border: 1px solid #999;
	margin-left: 30px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 14px;
}
#frm_search input:focus{
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset    2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow:  inset        2px 2px 5px rgba(0, 0, 0, 0.3);
	outline: none;
}

/* INSIDE search */
.inside_search_box .butt{
	position: absolute;
	background-image: url("_img/search_butt.png");
	background-repeat: no-repeat;
	width: 21px;
	height: 19px;
	margin-top: 6px;
	margin-left: 185px;
	cursor: pointer;
}

.inside_search_box .butt:hover{
	background-position:0px -19px;
}

#frm_search_inside input{
	height: 32px;
	width: 200px;
	border: 1px solid #999;
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 14px;
}
#frm_search_inside input:focus{
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset    2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow:  inset        2px 2px 5px rgba(0, 0, 0, 0.3);
	outline: none;
}

.nl_reg_cnt{
	border:1px solid #eee;
	width:200px;
	margin-top:30px;
	margin-bottom:30px;
	background-color:#eee;
	margin-left:10px;
	padding:10px;
}
.nl_reg_cnt .title{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:normal;
	font-size:24px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	margin-bottom:10px;
}
.nl_reg_text{
	height: 30px;
	width: 100%;
	border: 1px solid #999;
	font-size: 14px;
	margin-bottom:7px;
	padding:4px;

}
.nl_reg_text:focus{
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset    2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow:  inset        2px 2px 5px rgba(0, 0, 0, 0.3);
	outline: none;
}


.nl_reg_cnt .unsub{
	cursor:pointer;
	text-align:center;
	display:block
}
.btn_nl_reg{
	height:30px;
	width:100%;
	margin-top:5px;
	margin-bottom:10px;
}

/* share */
.news_share {
	display:inline-block;
	float:left;
	width:25px;
	height:24px;
	background-image:url("_img/news_share_icons.png");
	margin-right:7px;
	background-position:0px 24px;
    -webkit-transition:background-position .2s ease-in-out;  
    -moz-transition:background-position .2s ease-in-out;  
    -o-transition:background-position .2s ease-in-out;  
    transition:background-position .2s ease-in-out; 
	cursor:pointer;
}
.news_share.twitter {
	background-position:-31px 24px;
}
.news_share.linkedin {
	background-position:-62px 24px;
}
.news_share.google {
	background-position:-93px 24px;
}
.news_share.youtube {
	background-position:-124px 24px;
}
.news_share.print {
	background-position:-157px 24px;
}
.news_share.send {
	background-position:-188px 24px;
}

/**/
.news_share.facebook:hover {
	background-position:-0px 0px;
}
.news_share.twitter:hover {
	background-position:-31px 0px;
}
.news_share.linkedin:hover  {
	background-position:-62px 0px;
}
.news_share.google:hover  {
	background-position:-93px 0px;
}
.news_share.youtube:hover  {
	background-position:-124px 0px;
}
.news_share.print:hover  {
	background-position:-157px 0px;
}
.news_share.send:hover  {
	background-position:-188px 0px;
}

/* Gallery */

/* image gallery */
#galerySliderFullCnt{
	position:absolute;
	background-color:rgba(0,0,0,.9);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}
#galerySliderFullCnt .ajaxloader{
	margin:0 auto;
	margin-top:300px;
	display:inline-block;
	position:absolute;
}
#galerySliderFullCnt *{
   user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   }

.galClose{
	width:13px;
	height:14px;
	background-image:url("/parameters/mobiloktatasicentrum/templates/ImageGalleryNew/images/close.png");
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10001;
	cursor:pointer;
}

			.slider1Container{
				height:500px;
				position: absolute;
				width:100%;;
	}
			.doubleSlider-1 {
				width: 100%;
				overflow:visible !important;
				height:100%;
			}
			
			.doubleSlider-1 .slider {
				width: 100%;
				height: 100%;
			}
			
			.doubleSlider-1 .slider .item {
				position: relative;
				top: 0;
				left: 0;
				width: 75%;
				height: 100%;
				margin: 0 0 0 0;
				background-size:auto ;
				background-repeat:no-repeat;
				
				margin-right:10px;			
				margin-left:10px;
				background-image:url("/parameters/mobiloktatasicentrum/templates/ImageGalleryNew/images/ajax-loader.gif");
				background-position:center center;
			}
			
			.doubleSlider-1 .slider .item .caption {
				position: absolute;
				bottom: 0px;
				left: 0;
				z-index:110;
				
				width: 100%;
				padding: 7px;
				text-align: center;
				margin-top:50px;
				color:#fff !important;
				display:none;
				font-size:11pt;
			}
			.caption {
				font-size:11pt;
			}
			.caption .title{
					font-family:"MyriadPro" ;
					font-size:18px !important;
					font-weight:normal
			}
			
			.doubleSlider-1 .slider .item .caption .bg {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				height: 100%;
				
				background: #000;
				opacity: 0.5;
				filter: alpha(opacity:50);
				z-index: 0;
			}
			
			.doubleSlider-1 .slider .item .caption span {
				font-family: 'Open Sans', sans-serif;
				color: #fff;
				text-shadow: 0 -1px 0 #333;
				
				position: relative;
				top: 0;
				left: 0;
				z-index: 1;
			}
			.desc_close{
				background: url('/parameters/mobiloktatasicentrum/templates/ImageGalleryNew/images/gal_mini_close.png') no-repeat 0 0;
				width:17px;
				height:17px;
				position:absolute !important;
				margin-top:-7px;
				text-indent:-100px;
				overflow:hidden;
				margin-left:490px;
				cursor:pointer;
				z-index:140
			}
					
			.doubleSliderPrevButton {
				width: 26px;
				height: 46px;
				background: url('/parameters/mobiloktatasicentrum/templates/ImageGalleryNew/images/galSliderArrows.png') no-repeat 0 0;
				z-index: 2;
				position:absolute;
				left:0px;
				top:0px;
			}
			
			.doubleSliderNextButton {
				width: 26px;
				height: 46px;
				background: url('/parameters/mobiloktatasicentrum/templates/ImageGalleryNew/images/galSliderArrows.png') no-repeat -26px 0;
				z-index: 2;
				position:absolute;
				right:0px;
				top:0px;
			}
			.doubleSliderPrevButton2 {
				width: 13px;
				height: 45px;
				background: url('/parameters/mobiloktatasicentrum/templates/ImageGalleryNew/images/bottomArrows.png') no-repeat 0 0;
				z-index: 2;
				position:absolute;
				margin-left:-30px;
				margin-top:30px;
				text-indent:-1000px;
				overflow:hidden;
			}
			
			.doubleSliderNextButton2 {
				width: 13px;
				height: 45px;
				background: url('/parameters/mobiloktatasicentrum/templates/ImageGalleryNew/images/bottomArrows.png') no-repeat -13px 0;
				z-index: 200;
				position:absolute;
				margin-left:825px;
				margin-top:30px;
				text-indent:-1000px;
				overflow:hidden;
			}
			.doubleSliderPrevButton2.small, .doubleSliderNextButton2.small{
				margin-top:15px !important;
			}
			.doubleSliderNextButton2.small {
				right:0px;
				margin-left:0px !important;
				margin-right:-25px !important;
			}
			
			.slider2Container {
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				height: 120px;
				width:800px;;
				margin:0 auto;
				z-index:300
			}

			.doubleSlider-2 {
				position: relative;
				bottom: 0;
				left: 0;
				overflow: hidden;
				width: 100%;
				height: 100%;
				margin:0 auto;
			}
			
			.doubleSlider-2 .slider {
				width: 100%;
				height: 100%;
				display:block;
			}
			.doubleSlider-2 .item{
				float: left;
				width: 110px;
				height: 110px;
				background-size:cover;
				background-position:center center;
				opacity: 0.5;
				filter: alpha(opacity:50);
				margin-right:15px;
			}
			.doubleSlider-2.small{
				height:75px !important;	
				background-size:contain !important;
	
			}
			.doubleSlider-2 .item.small{
				width:75px;
				height:75px;	
			}
			.doubleSlider-2 .button .border {
				border: 5px solid #000;
				opacity: 0.5;
				filter: alpha(opacity:50);
				width: 100%;
				height: 100%;
			}
			
			.doubleSlider-2 .selected {
				opacity: 1;
				filter: alpha(opacity:100);
				text-shadow: 0px 0px 15px rgba(255, 255, 255,1);
				border:1px solid #fff;
			}
			
			
			.image_desc_outer{
				width:100%;
				height:auto;
				position:absolute;
				margin-top:-60px;
				display:block;
				z-index:111;
				text-align:center;
			}
			.image_desc{
				margin:0 auto;
				background-color:rgba(0,0,0,.7);
				color:#fff;
				font-size:11px;
				display:inline-block;
				width:500px;
			}
			.image_desc div{
				color:#fff;
				font-family: 'Open Sans', sans-serif;
			}
			.image_desc .title{
				font-family: 'Open Sans', sans-serif;
			}
.slider_header{
	width:700px;
	margin:0 auto;
	display:block;
	position:relative;
	height:40px;
	text-align:center;
	padding:7px;
}
.slider_header .btn_gal{
	display:inline-block;
	color:#fff;
	padding:4px;
	padding-left:12px;
	margin-left:5px;
	margin-right:5px;
	padding-right:12px;
	font-family: 'Open Sans', sans-serif;
	font-size:12pt;
	cursor:pointer;
background: #17212d;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3MjEyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ODk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #17212d 0%, #989999 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#17212d), color-stop(100%,#989999));
background: -webkit-linear-gradient(top,  #17212d 0%,#989999 100%);
background: -o-linear-gradient(top,  #17212d 0%,#989999 100%);
background: -ms-linear-gradient(top,  #17212d 0%,#989999 100%);
background: linear-gradient(to bottom,  #17212d 0%,#989999 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17212d', endColorstr='#989999',GradientType=0 );

}
.slider_header .btn_gal.active{
	background: #841522;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzg0MTUyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOTNiNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #841522 1%, #d93b45 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#841522), color-stop(100%,#d93b45));
	background: -webkit-linear-gradient(top,  #841522 1%,#d93b45 100%);
	background: -o-linear-gradient(top,  #841522 1%,#d93b45 100%);
	background: -ms-linear-gradient(top,  #841522 1%,#d93b45 100%);
	background: linear-gradient(to bottom,  #841522 1%,#d93b45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#841522', endColorstr='#d93b45',GradientType=0 );
}
.slider_header .btn_gal.small{
	margin-left:2px;
	margin-right:2px;
	font-family:"MyriadPro";
	font-size:10pt;
	padding-top:2px;
	padding-bottom:2px;
}
.gal_logo{
	width:107px;
	height:36px;
	position:absolute;
	left:2px;
	top:2px;
	background-image:url("/parameters/mobiloktatasicentrum/templates/ImageGalleryNew/images/gal_logo.png");
	background-repeat:no-repeat;
}
.gal_main_image{
	width:198px; 
	margin-right:11px; 
	margin-bottom:15px;
	margin-left:5px;
	height:159px; 
	float:left; 
	background-size:cover; 
	background-repeat:no-repeat; 
	cursor:pointer;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;	
}

.gal_main_image:hover{
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.gal_main_image:hover .gal_title{
	background-color:rgba(255,255,255,.95); 
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
	
}

.gal_main_image .gal_title{
	position:absolute; 
	z-index:10; 
	display:block; 
	text-align:center; 
	background-color:rgba(255,255,255,.8); 
	width:198px; 
	font-size:16px;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -kthtml-transition: all 0.4s linear;
    transition: all 0.4s linear;	
}
.cover_intro_outer{
	background-color:#5d589a;
	background-image:url("_img/cover_intro_bg.jpg");
	position:absolute;
	top:138px;
	height:420px;
	width:1000px;
	
}
.cover_intro{
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	position:absolute;
	top:0px;
	height:420px;
	width:1000px;
	background-image:url("_img/truck.jpg");
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	
}
.cover_intro.bus{
	background-image:url("_img/bus.jpg");
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.cover_intro .content{
	background-color:rgba(36,31,83,.8);
	position:absolute;
	height:420px;
	width:400px;
	color:#fff;
	padding-left:40px !important;
	padding-right:40px !important;
	padding-top:40px !important;
}
.cover_intro .content h1{
	color:#fff;
}

.cover_orange_close{
	position:absolute;
	height:50px;
	width:150px;
	top:508px;
	background-image:url("_img/intro_closer.png");
	background-repeat:no-repeat;
	z-index:100;
}
.cover_intro .content .readmore_purple{
	background-color:#fff !important;
	color:#7873b5 !important;
}
.cover_intro .content .readmore_purple a{
	color:#7873b5 !important;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.cover_intro .content .readmore_purple a:hover{
	color:#fff !important;
}
.cover_intro .content .readmore_purple:hover,.cover_intro .content .readmore_purple:hover *{
	background-color:#7873b5 !important;
	color:#fff !important;
}

.cover_fb{
	background-color:#fff !important;
	margin-left:18px;
}

