/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
/* BASE */
body {
	background-color: #e6dfd2;
	/*background: url("/sites/all/shared_files/background_nko.jpg") norepeat scroll 0 0 rgba(0, 0, 0, 0);*/
	/*background: url("/sites/all/shared_files/background_nko.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);*/
	
	background: url("/sites/all/shared_files/background_nko.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 300;
  src: URL("/sites/all/shared_files/MerriweatherSans-Light.ttf");
};
/* from here ---- */
h1 {
	font-size: 20px;
	color:#3F3F3F;
}
h2 {
    font-size: 18px;
	color:#3F3F3F;
}
h3 {
    font-size: 16px;
	color:#3F3F3F;
}
h4 {
    font-size: 14px;
	color:#3F3F3F;
}
h5 {
    font-size: 12px;
	color:#3F3F3F;
}
/* ----- inserted 20140127*/

/* SLIDER */
.flexslider {
    background: none;
	border: none;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    margin: 0 0 0px;
    position: relative;
}
#slidebody {
	position: absolute;
	width: 29%;
	height:100%;
	opacity: .8;
	bottom: 0px;
	background-color: #fff;
	font-size: 16px;
	color: #000;
}
#slidebodycontent {
	position:absolute;
	padding-top:20%; /*modded 20140124 by lemmy orig:padding-top:60%;*/
	padding-left: 20px;
}

/* TITLE */
.site-name {
	padding-top: 5px;
}
h1.site-name {
    /*font-family: Verdana, Arial;*/
	font-family: "Merriweather Sans";
	/*src: URL("http://pte2.pte.hu/sites/all/shared_files/MerriweatherSans-Light.ttf");*/
	/*font-family: "Federo";*/
	/*font-family: "Molengo";*/
	/*font-family: "Radley";*/
	/*font-family: "Ubuntu";*/
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	padding-bottom: 3px;
	/*padding-top: 4px;*/
	letter-spacing: 0px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
h2.site-name {
    /*font-family: Verdana, Arial;*/
	font-family: "Merriweather Sans";
	/*src: URL("http://pte2.pte.hu/sites/all/shared_files/MerriweatherSans-Light.ttf");*/
	/*font-family: "Federo";*/
	/*font-family: "Molengo";*/
	/*font-family: "Radley";*/
	/*font-family: "Ubuntu";
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	padding-bottom: 3px;
	padding-top: 4px;
	letter-spacing: 0px;
	border-bottom: 1px solid #2E5781;
	text-transform: uppercase;*/
	
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	padding-bottom: 3px;
	/*padding-top: 4px;*/
	letter-spacing: 0px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	
}
.site-name a:link {
	color: #EAE6E6;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}
.site-name  a:visited {
	color: #EAE6E6;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}
.site-name a:hover {
	color: #bbbbbb;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}
.site-name a:active {
	color: #EAE6E6;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}
.site-slogan {
	font-family: "Merriweather Sans";
	/*src: URL("http://pte2.pte.hu/sites/all/shared_files/MerriweatherSans-Light.ttf");*/
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	padding-bottom: 3px;
	padding-top: 2px;
	letter-spacing: 0px;
	text-transform:uppercase;
	color: #EAE6E6;
}
/* ZONES */
#zone-user-wrapper {
	/*background-color: #0c3258;
	border-bottom: 1px solid #2e5781;*/
}
#zone-user {
	background-color: #42040a;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 11px;
}
#zone-user a:link {
	color: #ffffff;
	text-decoration: none;
}
#zone-user a:visited {
	color: #ffffff;
	text-decoration: none;
}
#zone-user a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#zone-user a:active {
	color: #ffffff;
	text-decoration: none;
}
#zone-branding {
	background: url("http://international2.pte.hu/sites/international2.pte.hu/files/files/ptelogo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	padding-top: 20px;
	background-color: #710711;
	padding-bottom:20px;
	/*border-bottom: 1px solid #214e7a;*/
}
#zone-menu {
	background-color: #ded4c0;
	/*padding-bottom:20px;*/
}
#zone-header {
	background-color: #003366;
	/*padding-bottom:20px;*/
}
#zone-preface {
	background-color: #ded4c1;
}
#zone-content {
	/*background-color: #ded4c1;*/
	background-color: #ffffff;
}
#zone-postscript{
	background-color: #003366;
}
#zone-footer-wrapper {
	/*background-color: #0a2a4a;
	/*border-top: 1px solid #bbbbbb;
	border-top: 1px solid #2E5781;*/
}
#zone-footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #710711;
	color: #ffffff;
}
#zone-footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#zone-footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#zone-footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#zone-footer a:active {
	color: #ffffff;
	text-decoration: none;
}

/* BLOCKS */
#block-widgets-s-socialmedia-profile-default a:link {
	padding-right:5px;
}
#block-widgets-s-socialmedia-profile-default a:visited {
	padding-right:5px;
}
#block-widgets-s-socialmedia-profile-default a:hover {
	padding-right:5px;
}
#block-widgets-s-socialmedia-profile-default a:active {
	padding-right:5px;
}
#block-widgets-s-socialmedia-profile-buttons a:link {
	padding-right:10px;
}
#block-widgets-s-socialmedia-profile-buttons a:visited {
	padding-right:10px;
}
#block-widgets-s-socialmedia-profile-buttons a:hover {
	padding-right:10px;
}
#block-widgets-s-socialmedia-profile-buttons a:active {
	padding-right:10px;
}

/* REGIONS */
#region-user-first {
	padding-top: 3px;
}
#region-header-second {
	padding-top: 3px;
	text-align: left;
}
#region-user-third {
	padding-left:30px; /*inserted by lemmy 2014.01.31. 09:10*/
	text-align: right;
}
#region-user-fourth {
	font: 11px/1 Verdana; /*inserted 20140115*/
	padding-top: 3px;
	text-align: right;
}
#region-branding-second {
	text-align: right;
}
#region-menu {
	padding-top: 8px;
	
}
#region-branding {
	padding-left: 10px;
}
#region-branding-1367 {
	text-align: right;
}
#region-preface-first {
    margin:0px auto;
    background-color:#ded4c1;
    /*padding:10px; comm.20140213 */
    /* z-index: 10;*/
	/*inserted 20140213
	margin: 10px 10px 10px 50px;*/
	
}
#region-preface-first:after {
    background-color: #fcfbfa;
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}
#region-preface-third {
    margin:0px auto;
    background-color:#ded4c1;
    padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:20px; /*INSERTED 20140118*/
    z-index: 10;
	margin-top:40px; /*INSERTED 20140118*/
}
#region-preface-third:after {
	/*background-color: #FFFFFF;*/
    bottom: 10px;
    content: "";
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: -1;
	border-radius:10px;
    /*background-color: #ded4c1;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;  ORIG., modded 20140214*/
}
#region-content {
	border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    padding-left: 10px;
    padding-right: 10px;
}
#region-sidebar-first {
	margin: 5px;
}
#region-sidebar-second {
	margin: 5px;
	/*padding-top: 20px;*/
}
#region-footer-first {
	padding-top:20px;
	padding-left:10px;
	text-align: left;
}
#region-footer-second {
	text-align: center;
	padding-left:10px;
	padding-top:25px; /*inserted by lemmy 20140131 11:08*/
}
#region-footer-second .region-inner {
	padding-left: 30px;
}
#region-footer-third {
	padding-left: 30px;
	padding-top: 10px;/*inserted by lemmy 20140131 11:08*/
}
#region-footer-third iframe { 
	width: 100%; 
}
#region-footer-fourth {
	border-left:0px solid #9cb0c4;
	/*padding-left: 100px;*/
}

/* BLOCK */
#block-views-info-linkek-block {
	background: #ded4c1;
	padding-top: 10px;
	margin-left: 5;
	margin-right: 5;
}
#block-views-fooldali-negyzet-nezet-block {
	background: #ded4c1;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 30px;
}
#block-views-bccc53b47b49d647b86beb2c14dee9cf {
	background: #ded4c1;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 30px;
}







/*#block-views-info-linkek-block .views-row-2 {
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}
#block-views-info-linkek-block .views-row-5 {
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}   commented 20140128 az esti órákban...       */
/*
#block-views-info-linkek-block .views-field-field-link {
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}
*/

/* WIDGETS */
#widgets-element-socialmedia_profile-default {
	text-align: right;
}
#widgets-element-socialmedia_profile-buttons {
	padding-top: 100px;
	padding-left: 100px;
}

/* GYORSLINKEK FELUL */
#region-footer-first li {
	display:inline;
    list-style-type:none;
    padding-left:0.7em;
    margin-left:0.1em;
	padding-top: 0px;
	padding-bottom: 0px;
    border-left:1px solid #9cb0c4;
	letter-spacing: 0.2px;
	font-size: 11px;
}
#region-footer-first li:first-child {
    border-left:none;
}
#region-footer-first li a:link {
  color: #ffffff;
  text-decoration: none;
}
#region-footer-first li a:link a:visited {
  color: #ffffff;
  text-decoration: none;
}
#region-footer-first li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#region-footer-first li a:active {
  color: #ffffff;
  text-decoration: none;
}

/* GYORSLINKEK ALUL */
#region-user-first li {
	display:inline;
    list-style-type:none;
    padding-left:0.7em;
    margin-left:0.1em;
	padding-top: 0px;
	padding-bottom: 0px;
    border-left:1px solid #9cb0c4;
	letter-spacing: 0.2px;
	font-size: 11px;
}
#region-user-first li:first-child {
    border-left:none;
}
#region-user-first li a:link {
	color: #ffffff;
	text-decoration: none;
}
#region-user-first li a:link a:visited {
  color: #ffffff;
  text-decoration: none;
}
#region-user-first li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#region-user-first li a:active {
  color: #ffffff;
  text-decoration: none;
}

/* LEGORDULO GYORSLINKEK */
#edit-jump-goto {
	font-size: 11px;
}
#edit-submit {
	font-size: 11px;
}

/* FOMENU */
/*
#region-menu ul.menu {
	border: none;
	list-style: none;
	text-align: left;
}
#region-menu ul.menu li {
	display:inline;
	list-style-type:none;
	padding-left:0.7em;
	margin-left:0.1em;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left:1px solid #9cb0c4;
	letter-spacing:0.2px;
	font-size: 14px;
	text-transform:uppercase;
}
#region-menu ul.menu li:first-child {
    border-left:none;
}
#region-menu ul li.expanded {
	list-style-type:none;
}
#region-menu ul li.collapsed {
	list-style-type:none;
}
#region-menu ul li.leaf {
	list-style-image: none;
	list-style-type:none;
}
#region-menu li.expanded {
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
#region-menu li.collapsed {
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
#region-menu li.leaf {
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
#region-menu li a.active {
	color: #eae6e6;
}
#region-menu td.menu-disabled {
	background: #9cb0c4;
}
#block-system-main-menu ul li a:link {
	color: #EAE6E6;
	text-decoration: none;
}
#block-system-main-menu ul li a:visited {
	color: #EAE6E6;
	text-decoration: none;
}
#block-system-main-menu ul li a:active {
	color: #EAE6E6;
	text-decoration: none;
}
#block-system-main-menu ul li a:hover {
	color: #bbbbbb;
	text-decoration: none;
}
*/

/* OLDALMENU */
#block-system-main-menu  {
	padding-left: 30px;
	padding-top: 20px;
}
#block-system-main-menu ul li a:link {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	/*letter-spacing:-0.5px; modded 20140121*/
	letter spacing: 0 px;
}
#block-system-main-menu ul li a:visited {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-system-main-menu ul li a:active {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-system-main-menu ul li a:hover {
	color: #CC6600;
	/*font-weight: bold;*/
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-system-main-menu ul li a.active-trail.active { /*inserted 20140203 by lemmy*/
	color: #CC6600;
	/*font-weight: bold;*/
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}










#block-menu-block-5  {
	padding-left: 30px;
	padding-top: 20px;
}
#block-menu-block-5 ul li a:link {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	/*letter-spacing:-0.5px; modded 20140121*/
	letter spacing: 0 px;
}
#block-menu-block-5 ul li a:visited {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-menu-block-5 ul li a:active {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-menu-block-5 ul li a:hover {
	color: #CC6600;
	/*font-weight: bold;*/
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-menu-block-5 ul li a.active-trail.active { /*inserted 20140203 by lemmy*/
	color: #CC6600;
	/*font-weight: bold;*/
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}







#block-menu-block-6  {
	/*padding-left: 30px;
	padding-top: 20px;*/
}
#block-menu-block-6 ul li a:link {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	/*letter-spacing:-0.5px; modded 20140121*/
	letter spacing: 0 px;
}
#block-menu-block-6 ul li a:visited {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-menu-block-6 ul li a:active {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-menu-block-6 ul li a:hover {
	color: #CC6600;
	/*font-weight: bold;*/
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-menu-block-6 ul li a.active-trail.active { /*inserted 20140203 by lemmy*/
	color: #CC6600;
	/*font-weight: bold;*/
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}




#block-menu-block-7  {
	/*padding-left: 30px;
	padding-top: 20px;*/
}
#block-menu-block-7 ul li a:link {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	/*letter-spacing:-0.5px; modded 20140121*/
	letter spacing: 0 px;
}
#block-menu-block-7 ul li a:visited {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-menu-block-7 ul li a:active {
	color: #333333;
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-menu-block-7 ul li a:hover {
	color: #CC6600;
	/*font-weight: bold;*/
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}
#block-menu-block-7 ul li a.active-trail.active { /*inserted 20140203 by lemmy*/
	color: #CC6600;
	/*font-weight: bold;*/
	text-decoration: none;
	/*text-transform:uppercase;*/
	letter spacing: 0 px;
	/*letter-spacing:-0.5px;*/
}














/* INFO LINK */
#region-preface-first span.views-field-title {
	text-transform:uppercase;
	letter-spacing:-0.5px;
	padding-left: 20px;
	padding-right: 20px;
	/*color: #EAE6E6;*/
	font-size: 16px;
}
#region-preface-first div.views-field-field-kep {
	padding-top: 5px;
	padding-bottom: 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#region-preface-first ul {
	padding-bottom: 20px;
	padding-left: 10px;
}
#region-preface-first li{
	list-style-image:url('../images/drupal_pte_li.png');
	/*font-size: 12px;*/
	font-size: 12px;
	width: 80%;
	/*letter-spacing:-0.5px;*/
	letter-spacing:0;
}
#region-preface-first a:link {
	color: #000000;
	text-decoration: none;
	font-size: 16px; /*inserted 20140213*/
}
#region-preface-first a:visited {
	/*color: #EAE6E6;*/
	color: #000000;
	text-decoration: none;
}
#region-preface-first a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}
#region-preface-first a:active {
	/*color: #EAE6E6;*/
	color: #000000;
	text-decoration: none;
}
#region-preface-first .views-row {
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px;
    float: left;
    height: 100%;
    margin: 10px 10px 30px 30px;
    min-height: 260px;
    min-width: 260px;
    padding-top: 15px;
    width: 40%;
	/*background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 10px 10px 10px 50px;
    min-height: 280px;
    min-width: 280px;
    width: 40%;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding-top: 15px;*/
	
	
	/*-----------------*/
	/*min-width: 350px;
	width: 45%;
	/*width: 230px;*/
	/*padding-right:10px;
	padding-left:10px;*/
	/*height: 350px;
	float: left;
	margin: 10px 10px 10px 20px;
	background: #fff;*/
}
#field-content kereteskep {
	clear: both; margin-right: auto; margin-left: auto;
}

#field-content {
	clear: both; margin-right: auto; margin-left: auto;
}


.kereteskep img {
	padding:10px; /*padding:10px; helyett insert 20140115*/
	border: 0px solid #EAE6E6;
	clear: both; margin-right: auto; margin-left: auto;
}

/* MEDIA */
#region-preface-third h2 {
	/*border: 1px solid #ded4c1; 20140214*/
	font-family: Verdana; /*font-family: Verdana, Arial;*/
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	/*background-color: #ded4c1; 20140214*/
	/*margin-bottom: 40px;*/
	/*margin-top: 15px; 20140214*/
	color: #000;
	/*color: #ffffff; 20140214*/
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}
#region-preface-third a:link {
	/*color: #fff;*/
	/*color: #1a4876;*/
	text-decoration: none;
	/*padding-left: 15px;*/
	line-height: 20px;
}
#region-preface-third a:visited {
	color: #EAE6E6;
	text-decoration: none;
	/*padding-left: 15px;*/
	line-height: 20px;
}
#region-preface-third a:hover {
	color: #bbbbbb;
	text-decoration: underline;
	/*padding-left: 15px;*/
	line-height: 20px;
}
#region-preface-third a:active {
	color: #EAE6E6;
	text-decoration: none;
	/*padding-left: 15px;*/
	line-height: 20px;
}
#region-preface-third a.videolink:link {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/video.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third a.videolink:visited {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/video.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third a.videolink:hover {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/video.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third a.videolink:active {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/video.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third a.picturelink:link {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/camera.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third a.picturelink:visited {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/camera.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third a.picturelink:hover {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/camera.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third a.picturelink:active {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/camera.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third a.externallink:link {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/external.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third a.externallink:visited {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/external.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third a.externallink:hover {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/external.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third a.externallink:active {
	color: transparent;
	background-image:url('http://fo.pte.hu/sites/fo.pte.hu/files/u1/external.png');
	background-repeat:no-repeat;
	background-position: left center;
	height: 16px;
	width:  16px;
}
#region-preface-third .views-row {
	background-image: url('../images/drupal_pte_li.png');
	background-repeat:no-repeat;
	background-position: left center; 
}
#region-preface-third .field-content {
	padding-left: 10px;
	/*display:block;*/
}
#region-preface-third .view-footer  a:link {
	color: #bbbbbb; 
}
#region-preface-third .view-footer a:visited {
	color: #bbbbbb; 
}
#region-preface-third .view-footer a:active {
	color: #bbbbbb; 
}
#region-preface-third .view-footer  a:hover {
	color: #EAE6E6; 
}

/* GLOBAL UPGRADE */
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	border-radius: 2px;
}
a:link, a:visited {
	/*color: #EAE6E6;*/
	color: #0062A0;
	text-decoration: none;
}
a:hover {
	/*color: #EAE6E6;*/
	color: #0062A0;
	text-decoration: underline;
}
a:active {
	/*color: #EAE6E6;*/
	color: #0062A0;
	text-decoration: none;
}
ul li.leaf {
	list-style-image: none;
	list-style-type: none;
	/*padding-left: 10px;*/
}
.block-locale-language ul li {
	display: inline;
}
.block-locale-language li {
	padding-left: 5px;
}
.language-switcher-locale-session {
	margin-bottom: 0px;
}
p, dl, /*hr,*/ /*h1, h2, h3, h4, h5, h6,*/ ol, ul, pre, table, address, fieldset {
    margin-bottom: 5px;
	font-family: Verdana; /*font-family: Verdana, Arial;*/
}
hr { /*inserted 20140203 by lemmy*/
    background: none repeat scroll 0 0 #BBBBBB;
    border: medium none;
    height: 1px;
    margin: 0;
    padding: 0;
}


h1 {
	font-family: Verdana;
	font-size: 20px;
	color:#3F3F3F;
	padding-top: 3px;
}
h2 {
	font-family: Verdana;
    font-size: 18px;
	color:#3F3F3F;
}
h3 {
	font-family: Verdana;
    font-size: 16px;
	color:#3F3F3F;
}
h4 {
	font-family: Verdana;
    font-size: 14px;
	color:#3F3F3F;
}
h5 {
	font-family: Verdana;
    font-size: 12px;
	color:#3F3F3F;
}


/* BREADCRUMB */
#breadcrumb {
	font-size:11px; /*inserted 20140127*/
	/*font-weight: bold;*/ /*inserted 20140129*/
	width: 97%;
	padding-left: 15px; /*modded 20140127 orig: 10px*/
	padding-top: 5px; /*inserted 20140127*/
	border-bottom: 1px solid #bbbbbb;
	
	font-style:italic;
}
#breadcrumb  a:link {
	color: #888888;
}
#breadcrumb  a:visited {
	color: #888888;
}
#breadcrumb  a:active {
	color: #888888;
}
#breadcrumb  a:hover {
	color: #888888;
}
#youtubechannel-player {
	position: relative;
	padding-bottom: 56.25%;
	margin-top: 20px;
	height: 0 !important;
	width: auto !important;
	overflow: hidden;
	margin-bottom: 10px;
}
#youtubechannel-list {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 10px;
	/*height: 0 !important;*/
	width: auto !important;
	overflow: hidden;
	/*overflow-y: scroll;*/
}
#youtubechannel-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#youtubechannel-list ul {
	margin: 0;
	padding: 0;
}
#youtubechannel-list ul li {
	background: none;
	display: inline;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
}
#youtubechannel-list h2 {
	font-size: 12px;
}
#youtubechannel-list img {
	border: 1px solid #c3c3c3;
	/*height: 55px;*/
	padding: 6px;
}
/* QUICKTABS import from modules/quicktabs/css/quicktabs.css */
.quicktabs-hide {
  display: none;
}

ul.quicktabs-tabs {
  margin-top: 0;
}
ul.quicktabs-tabs li {
  display: inline;
  background: none;
  list-style-type: none;
  padding: 2px;
  white-space: nowrap;
}
ul.quicktabs-tabs li a:focus {
  outline: none;
}

/* QUICKTABS import from modules/quicktabs/quickatbs_tabstiles/tabstyles/basic */
.quicktabs_main.quicktabs-style-basic{
  background-color:#660000;
  border:1px solid #aaa;
  border-top:none;
  padding: 30px 10px 40px;
  clear:both;
  font-size:12px;
  letter-spacing: 0px;
  
  margin-bottom: 70px; /*20140214*/
  margin-left:10px;
  margin-right:10px;
  
}
ul.quicktabs-tabs.quicktabs-style-basic{
  /*border-bottom:1px solid #aaa;*/
  padding:0 5px 0 10px;
  font:bold 12px/19px Verdana !important;
  font-weight:bold;
  /*height:50px;*/
  margin:20px;
}
ul.quicktabs-tabs.quicktabs-style-basic a{
  /*font:bold 12px/19px Verdana !important; modded 20140121*/
  font:normal 12px Verdana !important; /**/
  text-decoration:none;
  color:#aaa;
}
ul.quicktabs-tabs.quicktabs-style-basic a:hover{
  color:#555;
}
ul.quicktabs-tabs.quicktabs-style-basic li{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #660000 #660000 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    margin: 0 10px 10px 5px;
    padding: 5px;
	background-color: #660000;
  /*border:1px solid #e5e5e5;
  border-bottom:none;
  padding:2px 5px;
  margin:0 3px 0 0;
  position:relative; ORIG 20140214*/
}
ul.quicktabs-tabs.quicktabs-style-basic li:hover{
  border:1px solid #660000;
  border-bottom:none;
}
ul.quicktabs-tabs.quicktabs-style-basic li.active{
  /*border:0px solid #aaa;
  border-bottom:1px solid #fff;*/
  background-color:#660000;
  /*background-color: #CC6600; /*modded 20140128*/
}
ul.quicktabs-tabs.quicktabs-style-basic li.active a{
  color:#027AC6;
}



/* QUICKTABS import from modules/quicktabs/quickatbs_tabstiles/tabstyles/navlist 
.quicktabs_wrapper.quicktabs-style-navlist {
  margin: 0;
  width: 100%;
  display: block;
}

ul.quicktabs-tabs.quicktabs-style-navlist {
  float: left;
  padding: 4px 0;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 20%;
}
ul.quicktabs-tabs.quicktabs-style-navlist li {
  display: block;
  margin-right: -1px;
  padding: 0;
}
ul.quicktabs-tabs.quicktabs-style-navlist li a {
  display: block;
  color: #404040;
  text-align: right;
  text-decoration: none;
  margin: 0;
  padding: 0 10px 0 0;
  height: 23px;
  font-weight: normal;
}
ul.quicktabs-tabs.quicktabs-style-navlist li.active {
  background: #ded4c0;
  border-top: 1px solid #710711;
  border-bottom: 1px solid #710711;
}
ul.quicktabs-tabs.quicktabs-style-navlist li.active a {
  color: #ded4c0;
  font-weight: bold;
}

.quicktabs_main.quicktabs-style-navlist {
  float: left;
  border: 1px solid #710711;
  background: #ded4c0;
  padding: 10px;
  min-height: 64px;
  position: relative;
  z-index: 1;
  width: 70%;
}*/


/*superfish default.css-bol, linkek szine*/
.sf-menu.sf-style-default a,
.sf-menu.sf-style-default a:visited  {
  /*color: #13a;*/
  color: #000;
  /*text-transform:uppercase;*/
}
/*superfish lenyíló háttér*/
.sf-menu.sf-style-default li li {
    background-color: #ded4c0;
    opacity: 1;
}
.sf-menu.sf-style-default li li li {
    background-color: #ded4c0;
    opacity: 1;
}
.sf-sub-indicator {
  background: url('../images/arrows-777777.png') no-repeat -10px -100px;
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 0.75em;
  text-indent: -999em;
  top: 1.05em;
  width: 10px;
}

.field-content {
	margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    /*text-align: justify;*/
}
.views-field {
	/*margin-left: 5%;
    margin-right: 5%;*/
    margin-top: 10px;
    text-align: center;
}
#menutable {
	/*background-color: #FFFFFF;*/
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
	
}
#menutable tr {
	background-color: #660000;
    border-collapse: separate;
    border-color: #DED4C1;
}
#menutable tr td {
	border-style: solid;
	border-width: 10px 30px 6px;
    margin: 15px;
    padding: 9px;
	border-color: #ded4c1;	
}

#menutable tr td a:link {
	color: #ffffff;
	text-decoration: none;
}
#menutable tr td a:visited {
	color: #ffffff;
	text-decoration: none;
}
#menutable tr td a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#menutable tr td a:active {
	color: #ffffff;
	text-decoration: none;
}


#quicktabs-recent{
    padding-top: 40px;
}

#quicktabs-container-recent a:link {
    color: #bbbbbb!important; 
    line-height: 1em ;
}

#quicktabs-container-recent a:hoover {
    color: #bbbbbb!important;    
    line-height: 1em ;
}

#quicktabs-container-recent .views-field  {
    text-align:left !important;
}

#quicktabs-container-recent .views-row {
    background: none;
    line-height: 1em;
}

#quicktabs-container-recent .view-footer{
 padding-top:15px ;
}
.sf-menu.sf-style-default li li:hover{
	background-color:#fff;	
}