/*-----------------------------------------------------------------------------------*/
/* Custom CSS */
/*-----------------------------------------------------------------------------------*/
#logo {
	display: none;
}

body {
	font-size: 12pt;
}

h1, h2, h3, h4, h5, h6,
a {

}

h1 {
	font-weight: bold;
	font-size: 16pt !important;
	padding-bottom: 20px;
}

h2 {
	font-weight: bold;
	font-size: 16pt !important;
	padding-bottom: 20px;
}

.sidecol-1a .module .module_surround {
	padding-left: 12px;
}

.logo {
  background-color: white;
  border: 6px solid #fdfdfd;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
  padding: 0;
}

#header {
  background-color: #fce300 !important;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.9), 0 0 11px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset !important;
}

.hornav > ul > li > a {
  display: block;
  font-size: 13pt !important;
  font-weight: 400 !important;
  line-height: 34px !important;
  opacity: 1 !important;
  padding: 14px 18px 12px !important;
  position: relative !important;
  text-rendering: optimizelegibility !important;
  text-transform: none !important;
}

.hornav > ul > li > a:hover {
    background: #f2f2f2 !important;
}

.hornav > ul > li.active > a {
    background: #f2f2f2 !important;
	border-top: 1px solid #bebebe !important;
	border-bottom: 1px solid #bebebe !important;
}

#copyright p > a {
	color: rgba(255, 255, 255, 0.7);
}

#copyright p > a:hover {
	color: rgba(199, 199, 199, 0.7);
}

.mslider {
	margin-top: 30px;
}

.gmap {
	margin-top: 25px;
	width: 100%;
	height: 560px;
	border: 1px solid #b6b6b6 !important;
/*
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
*/
}

.tkurse {
	width: 100%;
	border: 0;
	padding: 0;
}

.tkurse .td1 {
	width: 50%;
}

.tkurse .td2 {
	padding-left: 30px;
	border-left: 1px solid #ccc;
}



@media only screen and (max-width: 800px) {

.logo {
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: white;
  border: 0px solid #fdfdfd;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
  padding: 0;
}

.sidecol-1a .module .module_surround {
	padding-left: 35px;
}

.mslider {
	margin-top: 0;
}

.gmap {
	width: 100%;
	height: 450px;
}

table {
	border-collapse: separate;
}

th {
	font-weight: 700;
	padding: 5px;
	display: table;
}

tr {
	display: table-cell;
}

td {
	padding: 5px;
	display: table;
}

.tkurse .td1 {
	width: 100%;
}

.tkurse .td2 {
	width: 100%;
	padding-left: 0;
	border-left: 0;
}

}

@media only screen and (max-width: 800px) {

#container_header {
	top: -12px !important;
}

#container_header_slide {
	min-height: 40px !important;
	height: 40px !important;
}

#header .wrapper960 {
	background: #2a2f42;
}

.menu-toggle span,
.menu-toggle span::after, 
.menu-toggle span::before {
	background-color: #fff !important;
}

}

@media only screen and (max-width: 600px) {

h1 {
	font-size: 130%;
}


}









