#site-content h1 {
	display: inline-block;
	color: #c55900;
	padding: 8px 8px 8px 15px;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-left: -15px;
}

#site-content h1 a {
	display: inline-block;
	color: #c55900;
	padding: 8px 8px 8px 15px;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-left: -15px;
}

#site-content h3 {
	display: inline-block;
	color: #c55900;
	padding: 8px 8px 8px 15px;
	font-weight: bold;
	font-size: 200%;
	margin-bottom: 0.5em;
	margin-left: -15px;
}

#site-content li a {
	color: #c55900;
}

.workplace {
	margin-bottom: 20px;
}



.navbar-brand {
	display: table;
	margin-right: 2rem;
}

.navbar-brand img {
	height: 60px;
	margin-right: 15px;
	display: table-cell;
}

.navbar-brand h3 {
	font-size: 13pt;
	display: table-cell;
	vertical-align: bottom;
	line-height: 1em;
	font-weight: bold;
}


.fixed-top {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#main-head {
	min-width: calc(100% + 30px);
	padding: 0;
	background: url('../a-sopron.jpg');
	background-size:  cover;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #c55900;
}

.page-header {
	display: table-cell;
	vertical-align: bottom;
	height: 450px;
	text-align: right;
}



#main-head h1 {
	padding: 10px 20px;
	display: block;
	line-height: 1.2em;
	background-color: rgba(248, 249, 250, 0.6);
	font-size: 32pt;
	
}

#main-head h1 sup {
	font-size: 60%;
}

#main-head h1 small {
	display: block;
}

.nav-link {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1);
	transition: color 0.5s ease,letter-spacing 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,1);
	letter-spacing: 3px;
	transition: color 0.3s ease,letter-spacing 0.3s ease;
}

.dropdown-menu {
	border-radius: 0px;
	right: 0px;
}

#sideMenu .dropdown-menu {
	left: unset!important;
}

.dropdown-toggle {
	cursor: pointer;
}

.dropdown-toggle.active {	
}

#sideMenu .dropdown-toggle.active {
	background-color: #c55900;
	color: white;
}

.dropdown-divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #eceeef;
}

.nav-item.active .nav-link {
	letter-spacing: 3px;
}

.nav-pills .nav-item a {
	background-color: #c55900;
	color: white;
	border-radius: 0;
	margin-bottom: 6px;
}

.nav-pills .nav-item a:hover {
	color:#c55900!important;
	transition: letter-spacing 0.3s ease;
	background-color: #444;
}

.nav-pills .nav-item.active a {
	background-color: #444;
	color: color:#c55900;
	border-radius: 0;
	margin-bottom: 6px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #c55900;
}


.nav-pills.nav-light .nav-item a {
	background-color: white;
	color: #c55900;
	border: 1px solid #c55900;
	margin-bottom: 6px;
}

.nav-pills.nav-light .nav-item a:hover {
	color:white!important;
	transition: letter-spacing 0.3s ease;
	background-color: #c55900;
	border: 1px solid #c55900;
}

.nav-pills.nav-light .nav-item.active a {
	background-color: #c55900;
	color: white;
	border-radius: 0;
	margin-bottom: 6px;
	border: 1px solid #c55900;
}

.nav-pills.nav-light .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #c55900;
}


.jumbotron {
	    border: 1px solid #c55900;
	    border-radius: 4px;
}



#sideMenu .dropdown-menu.show {
	width: 100%;
}

.dropdown-item {
	color: #212529 !important;
	background-color: transparent!important;
}

.dropdown-item:hover, .dropdown-item.active {
	background-color: #ddd!important;
	color: #c55900;
}

.padding-w-25 {
	padding: 25px 0;
	box-sizing: border-box;
}

.padding-w-40 {
	padding: 80px 0 20px 0;
	box-sizing: border-box;
}

.meeting-image {
	height: 500px;
	background: url("../img/two-person-seating-on-chairs-1181224.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
	opacity: 0.6;
	transition: opacity 0.5s ease;
	position: relative;
	overflow: hidden;
}

.meeting-image:hover {
	opacity: 1;
	transition: opacity 0.5s ease;
}


.ddown-menu {

	display: none;
}

.ddown-menu.show {
	display: block;
}

.tabthumb {
	display: block;
	max-width: 100%;
	border: 1px solid #c55900;
	padding: 6px;
	box-sizing: border-box;
	margin-bottom: 10px;
	opacity: 0.7;
	background: #fff;
	transition: opacity 0.3s ease;
}

.innerContent {
	display: block;
	max-width: 100%;
	padding: 6px;
	box-sizing: border-box;
	margin-bottom: 10px;
	clear: both;
	min-height: 400px;
}

.innerContent img {
	display: block;
	max-width: 100%;
	border: 1px solid #c55900;
	padding: 6px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #fff;
	transition: opacity 0.3s ease;
	float: right;
	margin-left: 10px;
}

.col-md-9 h2 {
	background: #c55900;
	padding: 8px 8px 8px 8px;
	color: #fff;
	display: inline-block;
}


.col-md-4 h2, .col-md-4 p {
	padding: 0 6px;
	box-sizing: border-box;
}

.col-md-4 h2 {
	font-size: 1.5em;
	background: #c55900;
	padding: 8px 8px 8px 8px;
	color: #fff !important;
	display: inline-block;
}

.col-md-4 h2 a {
	color: #fff !important;
}


.col-md-6 h2, .col-md-6 p {
	padding: 0 6px;
	box-sizing: border-box;
}

.col-md-6 h2 {
	font-size: 1.5em;
	background: #c55900;
	padding: 8px 8px 8px 8px;
	color: #fff !important;
	display: inline-block;
}

.col-md-6 h2 a {
	color: #fff !important;
}

.col-md-3 h2, .col-md-3 p {
	padding: 0 6px;
	box-sizing: border-box;
}

.col-md-3 h2 {
	font-size: 1.3em;
	padding: 8px 8px 8px 8px;
	color: #c55900;
}




.row.footer {
	background: #444;
	color: #ddd;
}


.formatguide div:hover .tabthumb,
.guide div:hover .tabthumb {
	opacity: 1;
	transition: opacity 0.3s ease;
}

.formatguide div{
	transition: background 0.3s ease, color 0.3s ease;
	padding-top: 15px;
}

.guide div{
	transition: background 0.3s ease, color 0.3s ease;
	padding: 15px;
}

.formatguide div:hover {
	background: #444;
	color: #ddd;
	transition: background 0.3s ease, color 0.3s ease;
}

.guide div:hover {
	background: #eee;
	color: #000;
	transition: background 0.3s ease, color 0.3s ease;
}

.row.full {
} 

.btn {
	display: block;
	max-width: 100%;
	border: 1px solid #c55900;
	color: #c55900;
	padding: 6px;
	box-sizing: border-box;
	opacity: 1;
	background: #fff;
	transition: opacity 0.3s ease;
}

.btn.procoventa {
	
	border: 1px solid #A48BD6 !important;
	color: white;
	padding: 6px;
	box-sizing: border-box;
	opacity: 1;
	background: #A48BD6 !important;
	transition: opacity 0.3s ease;
}

.alert .btn {
	display: inline;
	max-width: 100%;
	border: 1px solid #c55900;
	color: #c55900;
	padding: 6px;
	box-sizing: border-box;
	opacity: 1;
	background: #fff;
	transition: opacity 0.3s ease;
}


.btn:hover {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: white;
	background-color: #c55900; 
}

.btn.procoventa:hover  {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: white;
	background-color: purple!important; 
}

#counterbox {
	border: 1px solid #c55900;
	color: white;
	background-color: #c55900;
	padding: 15px;
	width: 100%;
}



#countbox {
	font-size: 2em;
}

#sideMenu {
	position: relative;
}



.announce {
	border: 1px solid #c55900;
	box-sizing: border-box;
	padding:10px;
}

.deadline div {
	text-align : center !important;
}

table { 
	max-width: 100%;
	border-spacing: 10px;
}

.timetable tr:first-child td {
    background-color: #C45800;
    color: white;
}

.timetable td {
    background-color: #ddd;
    padding: 15px;
    text-align: center;
}


table#regfees thead {
	background-color: #C45800;
    color: white; 
}

.innerContent div.wp-caption {
	width: 100% !important;
}

#logo {
    width: 100%;
    height: auto;
	
}

.cbox, .cbox ul {
	list-style: none;
}

.cbox li {
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.cbox li:before
{
	content: "\2610";
	margin-right:5px;
	margin-left: -19px;
	float: left;
}

.cbox li.tick:before
{
	content: "\2611";
	color:mediumseagreen;
}

.cbox li.tick {
	color:mediumseagreen;
	font-style: italic;
}

dl {
	font-weight: bold;
	font-size: 140%;
}


p.article  {
	font-size: 100%;
	border: 1px solid #c55900;
	padding: 10px;

}

p.article:hover  {
	color:  #c55900;  

}

.bg-orange {
    background-color: #c55900 !important;
}
.text-light {
	color: white;
}

.article .cim {
	display: block;
	font-weight: bold;
	font-size:120%;
}

.article .authors {
	display: block;
	font-weight: normal;
	font-size:90%;
}

.section {
	/*border: 1px solid #c55900;*/
    font-weight: bold;
}
.moderator {
	/*border: 1px solid #c55900;*/
    padding: 3px;
    display: block;
    font-weight: normal;
}

.carousel-item h5 {
    background: #c55900;
    padding: 8px 8px 8px 8px;
    color: #fff;
    display: inline-block;
 }

  .carousel-item p {
    background: #c55900;
    padding: 4px 4px 4px 4px;
    color: #fff;
 }

@media only screen and (min-width: 767px) {


		
  }

@media only screen and (max-width: 767px) {
	
	#cccMenu {
		background-color: white!important;
		border-bottom:  2px solid #C45800;
	}
	

	#sideMenu {
			display: none;
	}
	#main-head {
		margin-top: 58px;
	}

	.navbar-toggler-icon {
		color: white;
	}

	.col-md-12 .padding-w-25 {
		padding: 0 0 0 0 !important;
	}

	#counterbox, #news  {
			display: none;
		}
	
	.innerContent img {
		display: block;
		min-width: 100%;
		height: auto;
		border: 1px solid #c55900;
		padding: 6px;
		box-sizing: border-box;
		margin-bottom: 10px;
		opacity: 1;
		background: #fff;
		transition: opacity 0.3s ease;
	}
	iframe {
		width: 100% !important;
		height: auto;
	}
	









	


}