* {
	font-family: 'Open Sans', Arial, sans-serif;
}

body, p {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

p {
	margin-bottom: 10px;
}

a, a:link, a:active, a:visited, a:hover {
	color: #5d5d5d;
}

.form-control::-moz-placeholder {
    color: white;
    opacity: .5;
}

.navbar {
	border: 0;
	border-radius: 0;
	min-height: auto;
	margin: 0px auto;
}
.navbar-brand {
	height: auto;
    line-height: 30px;
    padding: 25px 15px;
}
.navbar-inverse {
	background: #555;
}
.navbar-nav {
	margin-top: 0 !important;
	padding: 0 0 !important;
}

.breadcrumb {
	padding: 5px 0;
	background: none;
}

.navbar-toggle {
	background-color: #5d5d5d;
	border: 1px solid #5d5d5d;
	color: #FFFFFF;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 38px;
	padding: 9px 10px;
	position: relative;
}
.navbar-toggle span, span.icon-bar {
	color: #FFFFFF !important;
	border: 1px solid #FFFFFF;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #5d5d5d;
    border-color: #5d5d5d;
}

.topcontactsdiv {
	border-right: 1px solid #e9e9e9;
	margin-right: 20px;
	padding-right: 30px;
	min-height: 130px;
}
.topcontacts {
	font-size: 20px;
	color: #727272 !important;
	position: relative;
	line-height: 130px;
}
.topcontactsicon {
	color: #ffc016 !important;
	margin-right: 10px;
}

.toplanguages {
	font-size: 14px;
	color: #727272 !important;
	position: relative;
	line-height: 130px;
}

@media (max-width: 1199px) {
	.topcontactsdiv {
		min-height: 80px;
	}
	.topcontacts {
		line-height: 80px;
	}
	.toplanguages {
		line-height: 80px;
	}
}

@media (max-width: 991px) {
	.topcontactsdiv {
		min-height: 30px;
	}
	.topcontacts {
		line-height: 30px;
	}
	.toplanguages {
		line-height: 30px;
	}
}


.filterbg {
	background-color: #eeeeee;
	overflow: hidden;
	padding: 10px 0;
}

.gsearchlink {
	display: block;
	margin: 0 0 5px 0;
	padding: 10px;
	text-decoration: none;
	color: #212121 !important;
}
.gsearchlink:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	text-decoration: none;
	color: #212121 !important;
}
.gsearchtitle {
	font-weight: bold;
}
.gsearchcontent {
	color: #727272 !important;
}
.gsearchurl {
	color: #ffc016 !important;
}


.header-search {
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
    margin: 0 0 0 -5px;
    padding: 0;
}
.menuinput {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    margin: 0 50px 0 0;
    padding-left: 22px;
    width: 212px;
}
.menubtn {
	color: #fff;
	font-size: 20px;
	opacity: 0.4;
	right: 5px;
	top: 0px;
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	position: absolute;
	z-index: 3;
}
.menubtn:hover {
	opacity: 0.4;
	background: transparent none repeat scroll 0 0;
	border: 0 none;
}

.sectorlink {
	display: block;
	color: #212121;
	text-decoration: none;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.sectorlink:hover {
	color: #212121;
	text-decoration: none;
}
.sectordiv {
	text-transform: uppercase;
	/* height: 120px; */
	height: 160px;
	overflow: hidden;
	color: #212121;
	border-left: 10px solid #edeeef;
	margin-left: 80px;
	background: white;
	/* padding: 15px 10px; */
	padding: 10px 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.shadowlink:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}
.social-icons li {
    border-radius: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin: -1px 1px 5px 0;
    overflow: visible;
    padding: 0;
}
.social-icons li a {
    border-radius: 100%;
    color: #ffffff !important;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.social-icons li:hover a {
    background: #171717 none repeat scroll 0 0;
    color: #fff !important;
}
.social-icons li.social-icons-twitter:hover a {
    background: #1aa9e1 none repeat scroll 0 0;
}
.social-icons li.social-icons-facebook:hover a {
    background: #3b5a9a none repeat scroll 0 0;
}
.social-icons li.social-icons-linkedin:hover a {
    background: #0073b2 none repeat scroll 0 0;
}
.social-icons li.social-icons-rss:hover a {
    background: #ff8201 none repeat scroll 0 0;
}
.social-icons li.social-icons-googleplus:hover a {
    background: #dd4b39 none repeat scroll 0 0;
}
.social-icons li.social-icons-pinterest:hover a {
    background: #cc2127 none repeat scroll 0 0;
}
.social-icons li.social-icons-youtube:hover a {
    background: #c3191e none repeat scroll 0 0;
}
.social-icons li.social-icons-instagram:hover a {
    background: #7c4a3a none repeat scroll 0 0;
}
.social-icons li.social-icons-skype:hover a {
    background: #00b0f6 none repeat scroll 0 0;
}
.social-icons li.social-icons-email:hover a {
    background: #dd4b39 none repeat scroll 0 0;
}
.social-icons li.social-icons-vk:hover a {
    background: #6383a8 none repeat scroll 0 0;
}
.social-icons li.social-icons-xing:hover a {
    background: #1a7576 none repeat scroll 0 0;
}
.social-icons li.social-icons-tumblr:hover a {
    background: #304e6c none repeat scroll 0 0;
}
.social-icons li.social-icons-reddit:hover a {
    background: #ff4107 none repeat scroll 0 0;
}
.social-icons.social-icons-transparent li {
    box-shadow: none;
}
.social-icons.social-icons-transparent li a {
    background: transparent none repeat scroll 0 0;
}
.social-icons.social-icons-icon-light li a i {
    color: #fff;
}

.partners-icon {
	display: inline-block;
	padding: 5px 0;
	background-color: white;
}
.partners-icon:hover {
}
.partners-icon img {
	height: 57px;
}


a.news, a.news:link, a.news:active, a.news:visited {
	display: block;
	overflow: hidden;
	margin-top: 20px;
	color: #212121;
	text-decoration: none;
}
a.news:hover {
	color: #212121;
	text-decoration: none;
}

a.newspage, a.newspage:link, a.newspage:active, a.newspage:visited {
	overflow: hidden;
	display: block;
	width: 100%;
	margin: 30px 0;
	color: #212121;
	text-decoration: none;
}
a.newspage:hover {
	color: #212121;
	text-decoration: none;
}


a.topmenu, a.topmenu:link, a.topmenu:active, a.topmenu:visited {
	display: inline-block;
	font-size: 16px;
	margin: 0 5px;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
a.topmenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}
a.topmenuselected {
	border-bottom: 2px solid #FFFFFF;
}

.form-control {
	padding: 2px 6px;
	border-radius: 1px;
}

.footer {
	background-color: #f0f0f0;
	padding: 0;
	line-height: 200%;
}

.linksgap {
	cursor: pointer;
	margin-right: 15px;
	white-space: nowrap; 
}
.linksgap:hover {
	text-decoration: underline;
}

.calendarmaindata {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #8BC34A;
	margin: 15px;
}
.calendarbutton {
	cursor: pointer;
	color: white;
	font-size: 26px;
	margin: 10px;
}
.calendardays {
	color: white;
	text-align: center;
}
.calendard {
	text-align: center;
}


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.alert {
	padding: 5px;
}
.alert-success {
	background: #388E3C !important;
	border-color: #388E3C !important;
	color: white;
}
.alert-danger {
	background: #F44336 !important;
	border-color: #F44336 !important;
	color: white;
}

.btn {
	border-radius: 1px;
}

.btn-primary, .btn-primary:link, .btn-primary:active, .btn-primary:visited {
	background: #5d5d5d; !important;
	border-color: #5d5d5d;;
	color: white;
}
.btn-primary:hover {
	background: #555555 !important;
	border-color: #555555;
	color: white;
}

.minibutton, .minibutton:link, .minibutton:active, .minibutton:visited {
	color: #555;
}

.minibutton:hover {
	color: #4CAF50;
}

#loadingblock {
	display: none;
}




.mumenu, .mumenu ul {
	z-index: 9;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 50%;
}
.mumenu > li {
	float: left;
	position: static;
	margin: 0 5px;
}
.mumenu ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	text-align: left;
	text-transform: none;
	line-height: 20px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.3);
}

a.mumenutop, a.mumenutop:link, a.mumenutop:active, a.mumenutop:visited {
	position: relative;
	display: block;
	padding: 13px 20px;
	color: #FFFFFF;
	text-decoration: none;
	transition-property: background, color;
	transition-duration: .1s;
	transition-timing-function: linear;
}
a.mumenutop:hover {
	background-color: #FFFFFF !important;
	color: #5d5d5d;
	text-decoration: none;
}

a.mumenusecond, a.mumenusecond:link, a.mumenusecond:active, a.mumenusecond:visited {
	position: relative;
	display: block;
	padding: 11px 20px;
	color: #5d5d5d;
	text-decoration: none;
	transition-property: background, color;
	transition-duration: .1s;
	transition-timing-function: linear;
}
a.mumenusecond:hover {
	background-color: #eeeeee !important;
	color: #5d5d5d;
	text-decoration: none;
}

a.itemsactive {
	background-color: #FFFFFF;
	color: #5d5d5d !important;
	text-decoration: none;
}
.mumenu a.itemselected {
	background-color: #FFFFFF;
	color: #5d5d5d !important;
	text-decoration: none;
}


div.mumenupulldown {
	position: absolute;
	display: block;
	width: 0; 
	height: 0; 
	right: 5px;
	top: 50%;
	margin-top: -2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(255,255,255,0.5);
}
div.mumenurightmenu {
	position: absolute;
	display: block;
	width: 0; 
	height: 0; 
	right: 5px;
	top: 50%;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgba(255,255,255,0.2);
}