/* CSS Document */

/*
*
*
[Table of contents]
*
*
*
    font-buildstate / @import url
	reset / html
	general / body
	space / .space-single
	button / button
	devider / .devider
	section / section
	no select / .noselect
	wrapper / .content-wrapper
	whitepage / .whitepage
	preloader / .preloader
	sub navigation / .subnav
	navigation / .navbar-default
	coloredbuttons / .coloredbuttons
	subheader / #subheader
	home / #home
	background-img-buildstate / .mainbg
	yellowpage / .yellowpage
	step page / .step-page
	about / #service-about
	service / .services img
	projects / #projects-wrap
	team / .team-wrapper
	contact / .contactbg
	subscribe / #subwrap
	address / .wrapaddres
	footer / .subfooter
	social-icons / .social-icons
	totop / #totop
	Blog & article / #content
	Blog comment / #blog-comment
	owl slider home / #owl-slider-home
	general popup / .white-popup-block
	rte-styles

*
*
*/


@font-face {
	font-family: 'T3tIcons';
	src: url('fonts/t3t-icons.eot');
	src: url('fonts/t3t-icons.eot?#iefix') format('embedded-opentype'),
	url('fonts/t3t-icons.woff') format('woff'),
	url('fonts/t3t-icons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, button, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	line-height: 1.6em;
}
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/** general **/
body {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	overflow-x: hidden;
	color: #333;
	background: #fff;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-weight: bold;
}


h1 {
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 30px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px;
}

em, i {
	font-style: italic;
}

a, a:visited, a:hover, a:active, a:link {
	color: inherit;
	text-decoration: none;
	outline: 0;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover, a:active {
	color: #c01111;
}

.red {
	color: #c01111;
}

.link-class {
	display: block;
	text-decoration: none;
}

/* space */
.space-single {
	width: 100%;
	height: 40px;
	display: block;
	clear: both;
}

.space-double {
	width: 100%;
	height: 80px;
	display: block;
	clear: both;
}

.space-half {
	width: 100%;
	height: 20px;
	display: block;
	clear: both;
}

hr {
	display: block;
	clear: both;
	border-top: solid 1px #fff;
	margin: 20px 0 20px 0;
}

table tr:nth-of-type(2n) {
	background-color: #eee;
}
table tr:nth-of-type(2n) a {
	border-bottom-color: #ddd;
}
.subfooter table tr:nth-of-type(2n) {
	background-color: transparent;
}
.center {
	text-align: center;
	margin: 0 auto;
}

.left {
	text-align: left;
	float: left;
	line-height: inherit;
}

.right {
	text-align: right;
	float: right;
	line-height: inherit;
}

.color {
	color: #c01111;
}

.min-left {
	margin-left: -15px;
}

.min-right {
	margin-right: -15px;
}

/* button */
button {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 2px 14px 5px 14px;
	text-transform: none;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius:3px;
}

button.back::before {
	content:'\e937';
	font-family: 'T3tIcons';
	font-size: 16px;
	position: relative;
	left:-1px;
	top: 3px;
}

button:hover {
	border: 1px solid #d4d4d4;
	color: #c01111;
	background-color: #eee;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-home {
	display: inline-block;
	width: 198px;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	font-style: normal;
	text-align: center;
	line-height: 38px;
	color: #333;
	border: 1px solid #333;
	background: rgba(23, 36, 52, 0);
	outline: none;
	text-shadow: none;
	margin: 5px auto;
	margin-left: 0px;
	padding: 0;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-content {
	display: block;
	width: 198px;
	height: 40px;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	line-height: 36px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: rgba(23, 36, 52, 0);
	outline: none;
	text-shadow: none;
	margin: 0 auto;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-home:hover, .btn-content:hover, .btn-content a:hover {
	color: #111;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0);
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-home-active {
	border: none;
	background: #111;
	display: inline-block;
	width: 198px;
	height: 40px;
	margin: 0 auto;
	font-size: 10px;
	letter-spacing: 1px;
	font-style: normal;
	text-align: center;
	line-height: 49px;
	color: #efefef;
	outline: none;
	text-shadow: none;
	margin: 20px 0 0 0;
	padding: 0;
	cursor: pointer;
}

.btn-home-active:hover {
	color: #efefef;
	background: rgba(23, 36, 52, 0.8);
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* rte-styles */

.c-important {
	color: #c01111;
	font-weight: bold;
}

.c-button a {
	font-size: 16px;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-weight: bold;
	padding: 6px 6px;
	border: 2px solid #333;
}

/* devider */
.devider-home {
	display: block;
	border-top: 7px solid #c01111;
	width: 79px;
	margin: 20px auto;
	margin-bottom: 20px;
	text-align: center;
}

.devider-cont {
	display: block;
	border-top: 3px solid #c01111;
	width: 78px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.devider-center {
	display: block;
	border-top: 3px solid #c01111;
	width: 67px;
	margin: 10px auto;
	margin-bottom: 10px;
	text-align: center;
}

.devider-footer {
	display: block;
	border-bottom: 1px solid #c01111;
	width: 240px;
	margin: 10px auto;
	margin-bottom: 10px;
	text-align: center;
}

.devider-widget {
	display: block;
	border-bottom: 2px solid #c01111;
	margin-bottom: 30px;
	width: 60px;
	text-align: left;
}

.devider-right {
	display: block;
	border-right: 1px solid #333;
	height: 70px;
	margin: 0 auto;
	margin-left: 100px;
}

.devider-page {
	display: block;
	width: 80%;
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.devider-img-right {
	display: block;
	margin: -3px auto;
	width: 63px;
	height: 5px;
	background: #c01111;
}

.devider-img-left {
	display: block;
	position: absolute;
	width: 73px;
	height: 5px;
	top: 28px;
	left: 50px;
}

/* section */
section {
	padding: 0 0 0 0;
}

.no-bottom {
	padding-bottom: 0 !important;
}

.no-top {
	padding-top: 0 !important;
}

.no-padding, section.no-padding {
	padding: 0;
}

/* no select */
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* wrapper */
.content-wrapper {
	height:calc(100% + 100px);
	overflow-x: hidden;
}

.v-align {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

/* defaultcontent */
#defaultcontent {

}

#slidercontent {

}

#slidercontent .container {

}

#slidercontent .swiper-container {

	margin-top: 0px;

}

/* whitepage */
.whitepage {
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}
.whitepage-nobreadcrump {
	margin-top: 182px;
}
.whitepage h3 {
	padding-bottom: 20px;
}

.whitepage a {
	border-bottom: 1px solid #f3f3f3;
}

.whitepage a:hover {
	border-bottom: 1px solid #ccc;
}

.whitepage .c-col a {
	border-bottom: 1px solid #aeaeae;
}
.whitepage .c-col a:hover {
	border-bottom: 1px solid #969696;
}
.whitepage .c-col h3 a {
	border-bottom: 1px solid #f3f3f3;
}
.whitepage .c-col h3 a:hover {
	border-bottom: 1px solid #ccc;
}
.whitepage h1 a, .whitepage h2 a, .whitepage h3 a, .whitepage h4 a, .whitepage h5 a,
.whitepage h1 a:hover, .whitepage h2 a:hover, .whitepage h3 a:hover, .whitepage h4 a:hover, .whitepage h5 a:hover{
	border:none;
}
.whitepage a.noborder,
.whitepage .noborder a {
	border: none;
}

.whitepage a.noborder:hover,
.whitepage .noborder a:hover {
	border: none;
}

.whitepage .right-col h2 {

}
.whitepage .frame {
	width: 100%;
	float:left;
	display: block;
	margin-bottom: 20px;
}
.whitepage .left-col > div.frame:first-child h2,
.whitepage .right-col > div.frame:first-child h2 {
	font-size: 22px;
	padding: 25px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.whitepage .frame-layout-7 ul,
.whitepage .frame-layout-6 ul {
	width: 100%;
	clear: both;
	float: left;
	display: block;
}
.whitepage .frame-layout-7 ul li,
.whitepage .frame-layout-6 ul li{
	width: 33%;
	float:left;
	padding: 3px 5px 3px 0;
}
.whitepage .frame-layout-6 ul li {
	width: 49%;
}
.whitepage ul.cat-list li::before,
.whitepage ul.typo3-messages li::before {
	content: '';
	display: none;
}
.whitepage .registernewsletter .submit {
	margin-top: 25px;
}
.whitepage .registernewsletter form label {
	padding-left: 5px;
}
#c7730 .registernewsletter p,
#c7730 .registernewsletter .newform {
	display: none !important;
}
#c7730 .registernewsletter p.delete {
	display: block !important;
}

.whitepage .left-col > div.frame:first-child h2, .whitepage .right-col > div.frame:first-child h2, .whitepage .h1-first {
	font-size: 22px;
	padding: 25px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	margin-bottom: 17px;
}
.whitepage .container-home .right-col > div.frame:first-child h2 {
	margin-bottom: 23px;
}
.whitepage article {
	padding: 0px 60px 0 0;
}

.whitepage .col-md-4,
.whitepage .container-home-twocols .right-col {
	border-top: 1px solid #ccc;
	margin-top: 72px;
	padding: 0;
}


.whitepage .col-md-4 img {
	float:right
}
.whitepage .col-md-4 .mediaelement img {
	float:left
}
.whitepage .mediaelement a {
	border:none;
}
.whitepage .col-md-4.no-margin-top {
	margin-top:0;
	border:none;
}
.whitepage .col-md-3 {
	margin-top: 72px;
	padding: 0 30px 0 0;
}

.whitepage .col-md-9,
.whitepage .col-md-9-temp,
.whitepage .nav-col > .col-md-12,
.whitepage .col-md-9 .col-md-12,
.whitepage .col-md-9 .col-md-12 .col-md-8,
.whitepage .col-md-9 .col-md-12 .tx-muk > .col-md-12 {
	padding: 0;
	margin:0;
}

.whitepage .col-md-9 .col-md-12 .col-md-8,
.whitepage .col-md-9-temp .col-md-12 .col-md-8 {
	padding-right: 30px;
}

.whitepage .col-md-3 .col-md-12 {
	border-top: 1px solid #c01111;
}

.whitepage .col-md-4 > div:first-child,
.whitepage .col-md-4 > h3:first-child {
	margin-top: 20px;
}



.bgpage {
	width: 100%;
	overflow: hidden;
	background: url(../img/bg-1.jpg) no-repeat center center fixed;
	background-attachment: scroll;
}



/* c-col Content-Column */
.c-col h2, .c-col h3, .c-col h4, .c-col h5 {
	padding: 0 0 20px 0;
}
.c-col .frame > .frame {
	margin:0;
}
.c-col .frame-layout-2, .c-col .frame-layout-2 h2 .c-col .frame-layout-2 h3, .c-col .frame-layout-2 h1,
.c-col .frame-layout-2 header h2, .c-col .frame-layout-2 header h3, .c-col .frame-layout-2 header h1,
.c-col .frame .frame-type-header header h2, .c-col .frame .frame-type-header header h3, .c-col .frame .frame-type-header header h1 {
	padding-bottom:0;
}

.c-col .frame-type-header {
	padding-bottom: 0px;
}

.c-col div:first-of-type header h2, .c-col div:first-of-type header h3, .c-col div:first-of-type header h4, .c-col div:first-of-type header h5,
.c-col div:first-of-type h2:first-child, .c-col div:first-of-type h3:first-child, .c-col div:first-of-type h4:first-child, .c-col div:first-of-type h5:first-child,
.c-col .frame-layout-5 h2:first-child, .c-col .frame-layout-5 header h3:first-child, .c-col .frame-layout-8 header h3:first-child, .c-col .frame-layout-4 h2:first-child, .c-col .frame-layout-4 header h3:first-child {
	padding-top: 0;
}

.c-col p b,
strong {
	font-weight:bold;
}
.c-col sub, sup {
	font-size: 75%;
}
.c-col ol {
	counter-reset: section;
	list-style-type: none;
}
.c-col ol ul {
	counter-reset: none;
	list-style-type: none;
}

.c-col ol li::before {
	counter-increment: section;
	content: counters(section,".") " ";
}

.c-col ol ul li::before {
	counter-increment: none;

}

.c-col ul ul li,
.c-col ol ul li {
	padding: 0 0 6px 5px;
}
.c-col ul li:before,
.c-list:before,
.c-download:before,
.c-externallink:before  {
	font-family: 'T3tIcons';
	content: '\e903';
	font-size: 75%;
	position: relative;
	left: -5px;
	top: 0px;
	padding-left: 5px;
}
.c-download:before {
	content: '\e92f';
	font-weight:bold;
}
.c-externallink:before {
	content: '\e92e';
	font-weight:bold;
}
.c-col ol ul {
	margin: 0 0 0 15px; /* Add some left margin for inner lists */
}

ul.pager li,
ul.socialmedialinks li {
	padding: 0;
}
ul.pager li:before,
ul.socialmedialinks li:before {
	content: '';
	display: none;
}

/* tabs */
.c-col .tab-selector-wrap {
	position: relative;
}
.c-col .frame-layout-3 {
	display: none;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	left:0;
	top:0;
}
.c-col .frame-layout-3 > header h2 {
	display: none;
}
.c-col .frame-layout-3.active {
	display: block;
	border: 1px solid #ccc;
	border-top:none;
	position: relative;
	padding: 15px 10px;
	float:left;

	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.c-col .frame-layout-3.active header {
	display: block;
}
.c-col .tab-selector li:hover {
	cursor: pointer;
}
.c-col .tab-selector {
	display: block;
	float: left;
	width:100%;
	position: relative;
}
.c-col .tab-selector::before {
	content:' ';
	border-bottom: 1px solid #ccc;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
.c-col .tab-selector li::before {
	content:'';
}
.c-col .tab-selector li {
	float: left;
	padding: 5px 5px 5px 0;
	border:1px solid #ccc;
	margin-right: 2px;
	margin-top:-1px;
	display: block;
	text-transform: uppercase;
}
.c-col .tab-selector li.active {
	color: #a11213;
	background-color: #ccc;
}

/* calloutblue calloutred calloutgray */
.frame-layout-8 h2 {
	color: #2a5689;
	font-size: 15px;
	padding: 8px 8px;
	background-color: transparent;
}
.frame-layout-8 {
	background-color: #c1d8f2;
	padding: 3px;
	margin-bottom: 40px;
}

.frame-layout-8 .ce-gallery {

}
.whitepage .frame-layout-8 {
	margin-bottom: 40px;
}
.frame-layout-8 a {
	border-bottom-color: #a3c2e5;
	border-bottom:none;
}

.frame-layout-8 a:hover {
	color:#004089;
	border-bottom-color: #a3c2e5;
	border-bottom:none;

}

.c-col .frame-layout-5 {
	background-color: #a11213;
	color: #fff;
	padding: 18px 10px 10px 10px;
	margin-bottom: 20px;
}


.c-col .frame-layout-5 a {
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding-left: 18px;
	position: relative;
	display: block;
}
.c-col .frame-layout-5 a:hover {
	color: #ccc;
	border: none;
}
.c-col .frame-layout-5 a:before {
	content:'\e919';
	font-family: 'T3tIcons';
	position: relative;
	margin-left:-18px;
	top: 2px;
	padding-right: 4px;
}

.c-col .frame-layout-4 {
	background-color: #ccc;
	color: #a11213;
	padding: 18px 10px 10px 10px;
	margin-top: 20px;
}

.c-col .frame-layout-4 a {
	color: #a11213;
	text-transform: uppercase;
	border: none;
	padding-left: 18px;
	position: relative;
	display: block;
}
.c-col .frame-layout-4 a:hover {
	color: #333;
	text-decoration: none;
	border:none;
}
.c-col .frame-layout-4 a:before {
	content:'\e919';
	font-family: 'T3tIcons';
	position: relative;
	margin-left:-18px;
	top: 1px;
	padding-right: 4px;
}
.c-col-right > .frame-layout-4,
.c-col-right > .frame-layout-5 {

}

/* sliderpage */
#slidercontent {
	margin-top: 124px;
}

.sliderpage .container {
	padding: 0;
}

/* breadcrumb */
#breadcrumpcontent {
	margin-top: 124px;
	padding: 0;
}

.slider-wrapper #breadcrumpcontent {
	margin-top: 0px;
	padding: 0;
}

.slider-wrapper #breadcrumpcontent .container {
	padding: 0 0 10px 0;
	box-shadow: none;
}

#breadcrumpcontent .container {
	background-color: #a11213;
	padding: 10px 0 10px 0;
	box-shadow: inset 0px 4px 3px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 30;
}
#breadcrumpcontent .container .news-link-menu {
	position: absolute;
	z-index: 32;
	right: 10px;
	bottom: -22px;
}
#breadcrumpcontent .container .news-link-menu a {
	text-transform: uppercase;
	padding-left: 15px;
	font-weight:bold;
	color: #bfbbbb;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
}
#breadcrumpcontent .container .news-link-menu a:hover {
	color: #c01111;
}

#breadcrumpcontent .sub-container {

	background-color: #a11213;
	padding: 10px 0 10px 0;
	box-shadow: inset 0px 4px 3px rgba(0, 0, 0, .1);

}

.breadcrumb {
	padding: 0 0 0 15px;
	margin: 15px 0 0 25px;
	list-style: none;
	border-radius: 0px;
	background-color: transparent;
	float: left;
}

.hide-menu {
	padding: 1px 10px 0 0;
	margin: 15px 0 0 20px;
	background: #fff;
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	width: auto;
	float: left;
}

.slider-wrapper .hide-menu,
.slider-wrapper .breadcrumb {
	margin: 10px 0 0 20px;
}

.hide-menu:hover {
	cursor: pointer;
}

.hide-menu .t3t {
	font-weight: 700;
	font-size: 10px;
	padding: 0 5px;
}

.breadcrumb > li::before {
	display: none;
}

.breadcrumb > li,
.breadcrumb > li.active {
	color: #fff;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	text-transform: uppercase;
}

.breadcrumb > li a {
	color: #000;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	text-transform: uppercase;
	border: none;
}

.breadcrumb > li a:hover {
	color: #fff;
	border: none;
}

.breadcrumb > li a::after {
	font-family: 'T3tIcons';
	content: '\e934';
	font-weight: 700;
	font-size: 10px;
	padding: 0 10px;
	position: relative;
	top: 0px;
	color: #000;
}

/* yellowpage */
.yellowpage {
	width: 100%;
	height: auto;
	color: #fff;
	padding: 30px 0 30px 0;
	background: #c01111;
}

.yellowpage h1 {
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
}

.yellowpage h2 {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 35px;
}

.yellowpage em {
	display: block;
	font-style: italic;
	margin-bottom: 20px;
}

.yellowpage article {
	padding: 10px 60px 0 0;
}

/* preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
}

.preloader-white {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
}

.mainpreloader {
	position: relative;
	animation: rotate 1s infinite linear;
	border: 3px solid rgba(255, 255, 255, .1);
	width: 40px;
	height: 40px;
	margin-right: -24px;
	border-radius: 999px;
}

.mainpreloader span {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 3px solid transparent;
	border-top: 3px solid #c01111;
	top: -3px;
	left: -3px;
	border-radius: 999px;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.logo-preloader {
	animation: fadeimg 0.5s infinite linear;
}

@-webkit-keyframes fadeimg {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeimg {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

.bg-preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: transparent;
	z-index: 999;
}

.bg-preloader-white {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: transparent;
	z-index: 999;
}

/* end preloader */

/* subnav */
.subnav {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	font-size: 12px;
	text-transform: uppercase;
	color: #ddd;
	background: #333;
	padding: 7px 0 0px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 34px;
}

.subnav a {
	color: #aaa;
}

.subnav a:hover {
	color: #fff;
}

.social-icons-subnav span {
	text-shadow: none;
	font-size: 16px;
	padding: 8px;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #c01111;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.social-icons-subnav span:hover {
	color: #999;
	border-color: #eceff3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.social-icons-subnav a:hover {
	color: #999;
	border-color: #eceff3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.social-icons-subnav a {
	position: relative;
	text-decoration: none;
	outline: 0;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-icons-subnav a span {
	position: relative;
	z-index: 10;
}

.social-icons-subnav a span.bg {
	width: 12px !important;
	height: 13px !important;
	padding: 0px !important;
	background: #fff;
	display: block;
	position: absolute;
	top: -2px;
	left: 10px;
	z-index: 1;
}

.social-icons-subnav a span.bg-yt {
	width: 10px !important;
	height: 8px !important;
	top: 1px;
	left: 10px;
}
.social-icons-subnav a span.bg-in,
.social-icons-subnav a span.bg-sc {
	display: none;
}

.t3t-youtube, .t3t-facebook2 {
	font-family: 'T3tIcons';
}

.t3t-facebook2::before {
	content: "\ea91";
}


.social-icons-subnav span.t3t-instagram2 {
	color: #CCCCCC;
}
.social-icons-subnav span.t3t-soundcloud,
.social-icons-subnav span.t3t-soundcloud2{
	color: #f7620e;
}

.t3t-youtube {
	padding-top: 12px !important;
}

.t3t-youtube::before {
	content: "\ea9d";
	color: #ed1f24;
}

.t3t-facebook::before,
.t3t-facebook2::before{
	content: "\ea91";
	color: #3b5998;
	width: 15px;
	height: 15px;
}

.t3t-facebook:hover::before,
.t3t-facebook2:hover::before,
.t3t-youtube:hover::before,
.t3t-instagram2:hover::before,
.t3t-soundcloud:hover::before,
.t3t-soundcloud2:hover::before {
	color: #9d9d9d;

	outline: 0;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.subnav .col-md-11 {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.subnav .col-md-11 > div {
	float: right;
	margin-right: -10px;
}

.subnav .col-md-11 > div:nth-child(2) {
	padding: 0 13px 0 33px;
}
.subnav .col-md-11 > .social-icons-subnav {
	padding: 0 0 0 33px;
}

.subnav .col-md-11 div ul li {
	float: left;
	margin-left: 15px;
}
.subnav .col-md-11 div ul li:first-child {
	margin-left: 10px;
}

.subnav .col-md-11 ul li a span {
	font-size: 12px;
}

/* navigation */
.navbar-default {
	position: fixed;
	background: rgba(0, 0, 0, 0);
	top: 34px;
	border-bottom: 1px groove rgba(255, 255, 255, 0);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-default {
	height: 90px;
}

.navbar-default.fullHeight {
	height: 100% !important;
}

.navbar-brand {
	position: relative;
	top: 9px;
	padding-bottom: 10px;
	left: 0px;
	z-index: 2;
	width: 310px;
}

.logo-wide .navbar-brand {
	padding-top: 15px;
}

.navbar-brand img {
	width: 100%;
	height: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.logo-wrapper .navbar-brand {
	height: 130px;
}

.logo-wide .navbar-brand {
	height: 100px;
}

.navbar .logo-overlay,
.navbar .logo-wide {
	display: none;
}

.home-wrapper .navbar .navbar-bg {
	position: absolute;
	width: 100%;
	height: 150px;
	opacity: 0.4;
	background-image: linear-gradient(to top, transparent 0%, black 80%);
	display: table;
	content: ' ';
}

.home-wrapper .sticky-nav .navbar-bg,
.home-wrapper .mobile-sticky-nav .navbar-bg,
.show_menu .navbar .navbar-bg {
	background-image: none;
}

html.show_menu .navbar {
	background: #fff;
}

.scroll-link {
	cursor: pointer;
}

.sticky-nav.navbar-default,
.mobile-sticky-nav.navbar-default {
	background: #fff;

	border-bottom: 1px groove rgba(255, 255, 255, 0);
	box-shadow: 5px 4px 3px rgba(0, 0, 0, .1);
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.sticky-nav .navbar-brand,
.mobile-sticky-nav .navbar-brand {
	top: 8px;
	width: 312px;
	position: absolute;
}

.sticky-nav nav,
.mobile-sticky-nav  nav{
	top: -5px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.sticky-nav .logo-wrapper,
.mobile-sticky-nav .logo-wrapper  {
	display: none;

	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.sticky-nav .logo-wide,
.mobile-sticky-nav .logo-wide {
	display: inherit;

	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* menu nav */

.navbar .container .row {
	position: relative;

}

.navbar .container .row .close_menu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 150px;
	height: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #ccc;
	-webkit-animation-name: animfadeInUpmenu;
	animation-name: animfadeInUpmenu;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

}

.navbar .container .row .close_menu:hover {
	color: #c01111;

}

.navbar .container .row .close_menu:hover {
	cursor: pointer;
}

nav {
	float: right;
	margin-top: 10px;
	color: #000;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainnavcontent nav > ul > li {
	display: inline-block;
}

nav a {
	display: block;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 25px;
	text-decoration: none;
}
#mainnavcontent nav > ul > li > a {
	color: #ffffff !important;
}
.sticky-nav nav a,
.show_menu nav a {
	color: #000;
}
.show_menu #mainnavcontent nav > ul > li > a,
#mainnavcontent.sticky-nav nav > ul > li > a,
#mainnavcontent.navbar-fix-default nav > ul > li > a {
	color: #000 !important;
}

#mainnavcontent nav > ul > li > a {
	padding: 20px 15px 10px 15px;
}

#mainnavcontent nav > ul > li:last-child > a {
	padding-right: 0;
}

#mainnavcontent nav ul ul li {
	position: relative;
}

#mainnavcontent nav ul ul ul {
	position: relative;
	display: none;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	float: left;
}

#mainnavcontent nav a:hover {
	color: #c01111;
}

#mainnavcontent nav > ul > li > a {
	position: relative;
}

#mainnavcontent nav > ul > li > a:hover::before,
#mainnavcontent nav > ul > li.active > a::before,
#mainnavcontent nav > ul > li.showit > a::before {
	content: "\e93e";
	font-family: 'T3tIcons';
	font-size: 14px;
	position: absolute;
	left: calc(50% - 5px);
	bottom: -5px;
	color: #c01111;
	z-index: 9999999 !important;
	width: 20px !important;
	height: 20px !important;
	clear: none !important;
	-webkit-animation-name: animfadeInUpmenu;
	animation-name: animfadeInUpmenu;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#mainnavcontent nav > ul > li > a:hover::after,
#mainnavcontent nav > ul > li.active > a::after,
#mainnavcontent nav > ul > li.showit > a::after {
	content: " ";
	font-family: 'T3tIcons';
	position: absolute;
	left: 16px;
	bottom: 2px;
	width: calc(100% - 32px);
	border-bottom: 3px solid #c01111;
	color: #c01111;
	z-index: 9999999 !important;
	height: 0px !important;
	clear: none !important;
	-webkit-animation-name: animfadeInUpmenu;
	animation-name: animfadeInUpmenu;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#mainnavcontent nav > ul > li:last-child > a::after {
	width: calc(100% - 18px);
}
#mainnavcontent nav > ul > li:last-child > a::before {

	left: calc(50% - 0px);

}
nav ul ul.submenu li a {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	color: #000;
	line-height: 16px;
	padding: 5px 0px 8px 10px;
}
#mainnavcontent nav > ul > li:last-child > a:hover::before{
	left: calc(50% - 0px);
}

#mainnavcontent nav > ul > li:last-child > a:hover::after {
	width: calc(100% - 18px);
}




nav li.active li a {
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nav ul li.active ul {
	color: #c01111;
}

html.show_menu #mainnavcontent nav > ul li.active > ul,
html.show_menu #mainnavcontent nav > ul li.showit > ul,
html.show_menu #mainnavcontent nav > ul li.showit > ul > ul,
html.show_menu #mainnavcontent nav > ul li.active > ul .sub-list {
	display: inherit;
	-webkit-animation-name: animfadeInUpmenu;
	animation-name: animfadeInUpmenu;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

html.show_menu #mainnavcontent nav > ul li> ul {
	z-index: 99999;
	-webkit-animation-name: animfadeInUpmenu;
	animation-name: animfadeInUpmenu;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;

	animation-delay: 0.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

html.show_menu #mainnavcontent nav > ul li:hover > a {

}

#mainnavcontent nav ul ul.submenu {
	display: none;
	position: absolute;
	top: 80px;
	left: 0px;
	margin-left: 335px;
	color: #000;
	width: calc(100% - 335px);
	z-index: 9999;
}

#mainnavcontent nav ul ul.submenu li a {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: none;
	color: #000;
	line-height: 16px;
	padding: 8px 0px 8px 10px;
}

#mainnavcontent nav ul ul.submenu li a:hover {
	color: #c01111;
}

#mainnavcontent nav ul ul.submenu li a.active {
	color: #c01111;
}

#mainnavcontent nav ul ul.submenu li:last-child {
	border-bottom: none;
}
#mainnavcontent nav ul ul.submenu > ul > li.sub > a {
	position: relative;
}
#mainnavcontent nav ul ul.submenu > ul > li.sub > a::after,
ul.nav li.hassub > a::after {
	content: '\e938';
	font-family: 'T3tIcons';
	color: #c01111;
	font-size: 14px;
	position: relative;
	right: -5px;
	top: 1px;
	line-height: 12px;
	font-weight:bold;
}


#mainnavcontent nav ul ul.submenu > ul > li.sub.active > a::after,
#mainnavcontent nav ul ul.submenu ul.sub-list {
	width: 33%;
	position: relative;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mainnavcontent nav ul ul.submenu ul.sub-list .subsubmenu {
	padding: 0px 20px 15px 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}




#mainnavcontent nav ul ul.submenu ul > li.hassub:hover {
	border-bottom: none;
}

#mainnavcontent nav ul ul.submenu ul.sub-list .subsubmenu a {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-size: 14px;
	font-weight:normal;
}

#mainnavcontent nav ul ul.submenu ul.sub-list li {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#mainnavcontent nav ul ul.submenu ul.sub-list li::after {
	content: ' ';
	height: 1px;
	width: calc(100% - 20px);
	display: block;
	bottom:5px;
	margin-left: 10px;
	background-color: #eee;
}
#mainnavcontent nav ul ul.submenu ul.sub-list li ul li::after {
	bottom:0px;
	margin-left: 0px;
	width: calc(100% + 10px);
}
#mainnavcontent nav ul ul.submenu ul.subsubmenu li {

	position: relative;
	display: block;
}
#mainnavcontent nav ul ul.submenu ul li {
	position: relative;
	display: block;
}


#mainnavcontent nav ul ul.submenu ul.sub-list li:hover::after {
	background-color: #c01111;
}
#mainnavcontent nav ul ul.submenu ul.sub-list > li.c-act > a,
#mainnavcontent nav ul ul.submenu ul.sub-list > li > ul li.c-act > a{
	color: #c01111 !important;
}

#mainnavcontent nav ul ul.submenu ul.subsubmenu li a {

	text-transform: none;
	font-weight: normal;
	padding-left: 3px;

	padding: 8px 0px 8px 0px;
}


/******************** submenu sub-stacked *******************/

.nav-col .nav {
	margin-top: 7px;
}
.nav > li > a:focus, .nav > li > a:hover {

	text-decoration: none;
	background-color: transparent;

}
ul.nav li ul {
	display: none;
	padding-top: 5px;
}
ul.nav li ul {

	display: none;
	padding-top: 5px;

}
ul.nav li.hassub > a::after {
	font-weight:normal;
}
ul.nav li.hassub.active > a::after {
	content: '\e936';
	top: 4px;
}

ul.nav li.keepactive ul {
	display: block;
}
ul.nav li.notcolored a {
	color: inherit !important;
}

ul.nav li.active > ul {
	display: block;
}

ul.nav li ul li a {
	border-bottom: none;
}
ul.nav > li > a {
	padding: 10px 0px;
	font-weight:bold;
	display: block;
	-moz-transition: all 0.05s ease;
	-ms-transition: all 0.05s ease;
	-o-transition: all 0.05s ease;
	transition: all 0.05s ease;
}
ul.nav > li > ul li a {
	border-bottom: 1px solid #fff;
	-moz-transition: all 0.05s ease;
	-ms-transition: all 0.05s ease;
	-o-transition: all 0.05s ease;
	transition: all 0.05s ease;
}
ul.nav > li > a:hover,
ul.nav > li > ul li a:hover{
	border-bottom: 1px solid #c01111;

}
ul.nav > li > ul li.keepactive.sub > a {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 8px;

}
ul.nav > li ul li a {
	font-weight:normal;
	display: block;
}
ul.nav li.active > a {
	color: #c01111;
}

ul.nav > li ul > li {
	padding: 4px 5px 4px 10px;
}
ul.nav > li ul > li > ul > li{
	padding: 2px 0px 2px 10px;
}

ul.nav > li ul > li a {
	color: #111111;
}





.whitepage .container .noheader {
	display: none;
}

.whitepage .container > .row > div {

}

.whitepage .col-md-9-temp,
.whitepage .col-md-9-temp {

}

.whitepage .container > .col-md-12 > div {

}




/* langmenu */
#langmenu {
	position: relative;
	text-transform: none;
}

#langmenu .active,
#langmenu .en-usd {
	display: none;
}

#langmenu a::after {
	position: absolute;
	right: -20px;
	top: 0px;
	font-family: 'T3tIcons';
	font-size: 15px;
	width: 15px;
	height: 15px;
	display: block;
	content: '\e936';
}

#langmenu .muted {
	color: #aaa;;
}

#langmenu a.muted::after {
	content: '';
}

/* end langmenu */

/* end menu nav */


/* end menu nav */




/* coloredbuttons */
.coloredbuttons {
	position: relative;
	display: block;
	width: 100%;
	border: none;
	z-index: 1;
	color: #fff;
	background: #fff;
	min-height: 250px;
	-webkit-tap-highlight-color: transparent;
}

.coloredbuttons.col-md-12 {
	padding: 0;
}

.coloredbuttons .stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.coloredbuttons .item {
	padding: 80px 25px 20px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border: none;
	display: block;
	min-height: 250px;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.coloredbuttons .item:hover {
	opacity: 0.83;
}

.coloredbuttons .item a:hover {
	color: #fff;
}

.coloredbuttons .wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.coloredbuttons .item:last-child {

}

.coloredbuttons .wrapper {
	position: relative;
	display: block;
}

.coloredbuttons h3 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

.coloredbuttons .wrapper:before {
	content: attr(data-icon);
	font-family: 'T3tIcons';
	height: 50px;
	font-size: 48px;
	position: absolute;
	top: -55px;
	left: 0px;
}

/* end coloredbuttons */

/* subheader */
#subheader {
	padding-bottom: 70px;
	background: #222;
}

#subheader h1 {
	color: #eceff3;
	text-align: center;
	margin-top: 40px;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#subheader span {
	letter-spacing: 2px;
	display: inline-block;
	font-size: 15px;
	margin-top: 88px;
	color: #fff;
}

#subheader .subdetail {
	font-size: 11px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	color: #777;
}

#subheader .subdetail li {
	display: inline-block;
	color: #fff;
}

#subheader .subdetail li a {
	color: #c01111;
}

#subheader .subdetail li.sep {
	margin-right: 20px;
}

/* subheader end */

/* home */

.container-home > .row,
.container-home > .row > .col-md-12,
.container > .row > .col-md-9-temp > .col-md-12,
.container-main > .row > .col-md-4,
.container-main > .row > .col-md-8,
.container-main > .row > .col-md-10 .col-md-12,
.container-main > .row > .col-md-10 .col-md-12 .col-md-8,
.container-main > .row > .col-md-10 .col-md-12 .col-md-4 {
	padding: 0px;
}

.container-main > .row > .col-md-10 .col-md-12 .col-md-8 {
	padding-right: 30px;
}

.container-home .left-col {
	width: calc(100% - 315px);
	padding: 0 30px 0 0;
}

.container-home .right-col {
	width: 315px;
	padding: 0px;
}

.container-home .right-col .fb-cage {
	max-width: 380px;
}

/* news */

.tx-muk {
	display: block;
}
.sponsor-list {
	width:100%;
	display: block;
	clear: both;
	float: left;
}
.sponsor-list .mediaelement {
	float:left;
}
.news-list {
	margin: 0;
	padding: 0;
}
.news-list h3 {
	padding:0
}

.news-list .col-md-12 {
	padding: 0;
}

.tx-muk .news-list .item-longlist {
	padding-bottom: 20px;
	float:left;
	width: 100%;
	display: block;
}

.item-list .category {
	width: 100%;
	height: 26px;
	padding: 4px 0;
	overflow: hidden;
}

.item-longlist .category {
	padding: 3px 0 5px 0;
}

.item-list .category.cutheight ul li::after {
	border-right: none;
}

.item-list .category ul {
	float: left;
}

.item-list .category ul li {
	float: left;
	width: auto;
	font-size: 12px;
	color: #767676;
	padding: 0 10px 0 0;
	position: relative;
	text-transform: uppercase;
}

.item-list .category ul li::after {
	content: ' ';
	width: 1px;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 6px;
	border-right: 1px solid #767676;
}
.item-list .category ul li::before {
	content: '';
}
.item-list .category ul li:last-child::after {
	border-right: none;
	width: 0px;
}

.news-latest-item-wrap {
	float: left;
	display: block;
}

.tx-muk .news-list .item-longlist .wrap-news-img {
	float: left;
}

.tx-muk .news-list .item-longlist .wrap-news-text {
	margin-left: 160px;
}

.tx-muk .news-list .item-longlist .category ul li.date {
	color: #c01111;
}
.c-col-right .news-list .item-wrap .category ul li.date {
	padding-left:0;
}
.c-col-right .news-list .item-wrap .category ul li.date:before {
	padding-left:0;
}
.c-col-right .news-list .item-wrap .category ul li {
	color: #a11213;
}
.c-col-right .news-list .item-wrap:first-child {
	padding-top:0;
}
.c-col-right .news-list .item-wrap::after {
	content: ' ';
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
	width: 75%;
}
.c-col-right .news-list .item-wrap:last-child::after,
.c-col-right .news-list .item-wrap:last-of-type::after{
	border: none;
}

.post-item {
	float: left;
	display: block;
}

/* lecturers */
ul.alphabet {
	margin: 0 0 30px 0;
	float: left;
	width:100%;
	clear: both;
}
ul.alphabet li {
	float: left;
}
ul.alphabet li::before {
	content: '';
}
ul.alphabet li a,
ul.alphabet li.active a{
	font-size:20px;
	text-transform: uppercase;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-weight:bold;
	border:none;
	padding:5px 7px;
}
ul.alphabet li a:hover,
ul.alphabet li.active a {
	background: #f0f0f0;
	color: #c01111;
	border:none;
}
.lecturers-list .item-list h3 {
	padding:0 0 15px 0;
}


.departments-list {
	padding: 0 0 20px 0;
}
.departments-list > div {
	padding-bottom: 5px;
}

.departments-list .row-item,
.departments-list .row-item a {
	font-weight:bold;

}


/* home end */

#home {
	color: #fff;
	text-align: center;
}

#home h1 {
	font-size: 46pt;
	letter-spacing: 2px;
}

#home h3 {
	font-size: 30pt;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: normal;
}

#home p {
	font-size: 12px;
	font-weight: 300;
	max-width: 650px;
	margin: 10px auto;
}

.coloredbuttonscontent {
	position: relative;
	margin-top: -80px;
	z-index: 20;
	width: 100%;
	height: auto;
	padding: 0;
	text-align: left;
}

#spacer {
	display: block;
}

.bot-page {
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px 0 30px 0;
	text-align: center;
}

/* gallery home */
.gal-home {
	position: relative;
	letter-spacing: 1px;
	overflow: hidden;
	border: 4px solid rgba(0, 0, 0, 0);
}

.gal-home:hover img {
	width: 100%;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.gal-home img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.gal-home .hovereffect {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.gal-home .hovereffect .overlay {
	width: 90%;
	height: 90%;
	position: absolute;
	color: #fff;
	background-color: rgba(0, 0, 0, .8);
	margin: 5%;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gal-home .hovereffect:hover .overlay {
	bottom: -2.5%;
	left: 0;
	opacity: 1;
}

.gal-home .hovereffect .overlay h3 {
	font-size: 11pt !important;
	font-weight: 500 !important;
	letter-spacing: 1px;
	padding: 25% 0 0 0;
}

.gal-home .hovereffect .overlay p {
	font-size: 9pt !important;
	font-weight: 300;
	line-height: 14px;
	letter-spacing: 1px;
	margin: 0 auto !important;
}

.gal-home .hovereffect .overlay .devider {
	display: block;
	margin: 10px auto;
	width: 188px;
	border-top: 1px solid #c01111;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gal-home .hovereffect:hover .overlay .devider {
	display: block;
	margin: 10px auto;
	width: 138px;
	border-top: 1px solid #c01111;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* gallery home end */
.overlay-main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

/* background-img-buildstate */
.mainbg {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	overflow-x: hidden;
	background: url(../Img/bg-1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.imgbg {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	overflow-x: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.mainbgvideo {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

.bgslider-owl {
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
	background: #000;
	margin-bottom: -30px;
}

.bgslider {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #fff;
	background: #535353;
}

.bgslider img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

/* background video  */
.bgvideo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -50px;
	left: 0;
	background: #efefef;
}

.video {
	position: relative;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	opacity: 0.8;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



/* home end */

/* about */
#service-about {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.service-about {
	position: relative;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 325px;
	height: 280px;
	margin: 0 10px auto;
}

.service-about h2 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: normal;
	margin-top: 20px;
}

.service-about img {
	width: 100%;
	vertical-align: top;
}

.service-about .hovereffect {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.service-about .hovereffect .overlay {
	width: 100%;
	height: 2%;
	position: absolute;
	bottom: 40px;
	left: 0;
	background-color: rgba(255, 204, 0, 0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.service-about .hovereffect:hover .overlay {
	background-color: rgba(255, 204, 0, 1);
}

.about {
	display: block;
	min-height: 500px;
	height: 100%;
	padding: 15% 0 15% 0;
}

.about article {
	padding-right: 60px;
}

.img-about {
	display: block;
	min-height: 500px;
	height: 100%;
	padding: 15% 0 15% 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.about-history {
	display: block;
}

.about-history article {
	margin-bottom: 40px;
}

/* resume timeline */
.bl-res-centered, .bl-res-centered-last {
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 100px;
	margin-left: -18px;
}

.bl-res-centered-last {
	padding-bottom: 0px;
}

.bl-res-centered:before, .bl-res-centered:after {
	content: "";
	display: table;
}

.bl-res-centered-last:before, .bl-res-centered-last:after {
	content: "";
	display: table;
}

.bl-res-centered:after {
	clear: both;
}

.bl-res-centered-last:after {
	clear: both;
}

.bl-res-centered:before, .bl-res-centered:after {
	content: "";
	display: table;
}

.bl-res-centered-last:before, .bl-res-centered-last:after {
	content: "";
	display: table;
}

.bl-res-centered:after {
	clear: both;
}

.bl-res-centered-last:after {
	clear: both;
}

.bl-res-centered:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	top: 8px;
	bottom: 0px;
	margin-left: 5px;
	z-index: 0;
}

.bl-res-centered-last:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 0;
	background: rgba(0, 0, 0, .1);
	top: 8px;
	bottom: 0px;
	margin-left: 3px;
	z-index: 0;
}

.bl-res-icon {
	background: #c01111;
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	float: left;
	z-index: 9;
}

.bl-res-centered .bl-res-entry .bl-res-entry-inner .bl-res-label, .bl-res-centered-last .bl-res-entry .bl-res-entry-inner .bl-res-label {
	position: relative;
	margin-left: 30px;
}

.bl-res-label h6 {
	font-size: 12px;
	font-weight: 500;
	color: #111;
	margin-bottom: 15px;
	margin-bottom: 10px;
}

.bl-res-label p {
	font-style: italic;
	margin-bottom: 10px;
}

/* resume timeline end */

/* about end */

/* service */
.filter-wraper {
	position: relative;
	margin: 0 auto;
}

#filters li.filt-serv {
	font-size: 10px;
	color: #333;
	letter-spacing: normal;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	list-style: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#filters li.space {
	font-size: 12px;
	display: inline-block;
	margin: 0 10px 0 10px;
	color: #c01111;
}

#filters li.filt-serv:hover {
	color: #c01111;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#filters li.selected {
	color: #c01111;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.2s ease;
}

.service img {
	margin-bottom: 20px;
}

.service h4 {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

/* service end */

/* step page */
.step-page {
	position: relative;
	width: 100%;
	height: auto;
	padding: 90px 0 90px 0;
	overflow-x: hidden;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

.step-page h2 {
	text-transform: none;
	font-weight: 500;
}

.step-mains {
	margin: 3em 0 0;
}

.step-main a {
	position: relative;
	font-size: 12px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: #c01111;
	display: block;
	margin: 0 auto;
	padding: 80px 0 80px 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 999;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.step-main a:hover {
	background: #333;
	padding: 85px 0 85px 0;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.step-main a.active {
	background: #333;
	padding: 85px 0 85px 0;
}

.step-main {
	position: relative;
}

.step-main:after {
	content: '';
	background: #dbdbdb;
	height: 1px;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 80%;
	z-index: 0;
}

.step-main:last-child:after {
	width: 0px;
	height: 0px;
}

#step-text .cont {
	margin: 30px auto;
}

/* step page end */

/* services */
.services img {
	margin-bottom: 30px;
}

.services h2 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

.services blockquote {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.6em;
	color: #333;
	background: #f8f8f8;
	padding: 30px;
	margin: 30px 0 30px 0;
	border-left: 5px solid #c01111;
}

/* btn services */
#services-list li {
	background: #f8f8f8;
	color: #606060;
	margin-bottom: 2px;
	cursor: pointer;
}

#services-list li:hover {
	background: #333;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#services-list li a {
	display: block;
	width: 100%;
	padding: 15px 20px 15px 20px;
}

#services-list li.active {
	background: #333;
	color: #fff;
}

.widget .download-brochure {
	background-size: cover;
	padding: 60px 15px 60px 15px;
	text-align: center;
}

.download-brochure h3 {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
}

.btn-download {
	display: block;
	width: 188px;
	height: 35px;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	line-height: 34px;
	letter-spacing: 1px;
	color: #fff;
	background: #c01111;
	outline: none;
	text-shadow: none;
	margin: 0 auto;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-download:hover {
	color: #333;
	background: #fff;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* services end */

/* news */
.news-detail {
	padding: 0;
}

.news-detail .col-md-8 {
	padding: 0 30px 0 0;
}

.news-detail .col-md-4 {

}

.news-detail h1.h1-news {
	margin-bottom: 0px;
}

.news-detail .date-wrap {
	width: 100%;
	text-align: right;
	margin-top: -4px;
}

.news-detail .date-wrap span {
	font-size: 12px;
	color: #767676;
	padding: 0 2px;
	position: relative;
}
.news-detail .date-wrap span.hour {
	padding: 0px;
}

.news-detail .date-wrap .cat {
	padding-right: 4px;
}

.news-detail .date-wrap .cat:not(:last-child)::after {
	content: " ";
	position: absolute;
	right: 1px;
	top: 2px;
	border-right: 1px solid #767676;
	height: 10px;
}

.news-detail .date-wrap .cat:last-child {
	padding-right: 0;
}

.news-detail .date-wrap span.title {
	text-transform: uppercase;
}

.news-detail .date-wrap .date {
	color: #c01111;
	padding-right: 8px;
}
.news-detail .date-wrap .date span {
	color: #c01111;
}

.news-detail .img-wrap {
	padding-top: 15px;
}

.news-detail .img-wrap .mediaelement:first-child a img {
	width: auto;
	height: auto;
}

.news-detail .img-wrap .img-small {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.news-detail .img-wrap .mediaelement-smallimage:nth-child(3) .img-small {
	margin-right: 0;
}

.news-detail .img-wrap .img-small:nth-child(3) {
	margin-right: 0;
}

.news-detail strong {
	font-weight: 700;
}

.news-detail .row {
	margin: 10px 0;
}

.news-detail h3 {
	font-weight: 700;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 16px;
}

.news-detail .socialmedialinks li,
.news-detail .calender li {
	float: left;
	margin: 10px 15px 15px 0;
}

.news-detail .socialmedialinks li:nth-child(2) a span,
.news-detail .socialmedialinks li:nth-child(3) a span,
.news-detail .socialmedialinks li:nth-child(4) a span,
.news-detail .calender li a span {
	display: none;
}

.news-detail .socialmedialinks li:nth-child(2) a::after {
	content: '\ea96';
	font-family: 'T3tIcons';
	color: #00aced;
	font-size: 22px;
	width: 30px;
	height: 30px;
}
.news-detail .calender li:nth-child(1) a::after {
	content: '\e837';
	font-family: 'T3tIcons';
	color: #c01111;
	font-size: 22px;
	width: 30px;
	height: 30px;
	padding-left: 5px;
}
.news-detail .calender li::before {
	 display: none;
 }


.news-detail .socialmedialinks li:nth-child(3) a::after {

	content: '\ea15';
	font-family: 'T3tIcons';
	color: #c01111;
	font-size: 28px;
	width: 30px;
	height: 30px;
}
.news-detail .socialmedialinks li:nth-child(4) a::after {

	content: '\e92a';
	font-family: 'T3tIcons';
	color: #c01111;
	font-size: 18px;
	width: 30px;
	height: 30px;
}

.news-detail .table {
	display: table;
	border-collapse:collapse;
}
.news-detail .table .tr {
	display:table-row;
}
.news-detail .table .td,
.news-detail .table .th {
	display:table-cell;

	padding:5px;
}
.news-detail .table .tr:last-child .td,
.news-detail .table .tr:last-child .th {
	border-bottom:none;
}
.news-detail .table .td span {
	display:block;
}
.news-detail .table .td .date span,
.news-detail .table .td a span {
	display:inline;
	padding-right:4px;
	color: #c01111;
	font-weight:600;
}
.news-detail .table .td .date span.hour,
.news-detail .table .td .date span.bindestrich,
.news-detail .table .td a span.hour {
	padding-right:0px;
}
.news-detail .date span.bindestrich {
	padding:0px;
}
.news-detail .table .th {
	font-weight:bold;
}
.whitepage .news-detail .col-md-4 > div:first-child,
.whitepage .news-detail .col-md-4 > h3:first-child {
	margin-top: 40px;
}
.whitepage .news-detail .col-md-8 > h1:first-child {
	line-height:1em;
}

.lecturer-detail .red {
	padding-bottom: 15px;
}
.lecturer-detail .col-md-4 .lightbox {
	position: relative;
	padding-bottom: 0px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	border: none !important;
}
.lecturer-detail .col-md-4 .lightbox:hover {
	color: inherit !important;
	border: none !important;
}
.lecturer-detail .col-md-4 .lightbox img {
	display: flex;
	flex: 1;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
}
.lecturer-detail .col-md-4 .lightbox .image-caption {
	display: flex;
	flex-direction: column;
}


.news-latest {

}

.news-latest .col-md-6 {
	padding: 0 30px 0 0;
}

.news-latest .items .col-md-6:nth-child(2) {

}

.news-latest {
	padding: 0;
	margin: 0;
	margin-top: -18px;
}

.news-latest .row-latest-links {
	text-align: right;
	line-height: 14px;
	padding: 0 0 23px;
}

.news-latest .row-latest-links a {
	padding-left: 15px;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	color: #bfbbbb;
	border: none;
}

.news-latest .row-latest-links a:hover {
	color: #c01111;
	border: none;
}

.item-wrap {
	position: relative;
	padding: 0 0 20px 0;
	text-align: left;
	overflow: hidden;
}

.item-wrap h3,
.item-wrap h3 a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding:0;
	border: none !important;
}
.events-list .item-wrap h3,
.events-list .item-wrap h3 a,
.news-list .item-wrap h3 a,
.news-list .item-wrap h3 a  {
	font-size:14px;
}
.c-col-right .events-list .f3-widget-paginator {
	display: none;
}
.c-col-right .events-list .item-wrap,
.c-col-right .news-list .item-wrap {
	padding: 8px 0;
}
.c-col-right .events-list .item-wrap h3,
.c-col-right .news-list .item-wrap h3 {
	margin: 0;
}
.c-col-right .events-list .item-wrap h3 a,
.c-col-right .news-list .item-wrap h3 a {
	margin: 0;
}
.c-col-right .events-list .wrap .item-wrap .location,
.c-col-right .news-list .wrap .item-wrap .location {
	display: none;
}
.c-col-right .events-list .wrap .item-wrap .date,
.c-col-right .news-list .wrap .item-wrap .date {
	color: #a11213;
	font-size:12px;
}
.c-col-right .events-list .wrap .item-wrap:first-child,
.c-col-right .news-list .wrap .item-wrap:first-child {
	padding-top:0;
}

.subnav .container .row {
	position: relative;
}
.subnav .container .row .overlayer {
	position: relative;
	z-index:999;
	right: 0px;
	top: -7px;
	width:100%;
	height: 34px;
	background: #dadada;
}

.searchbar {
	width: 35px;
	content:' ';
	height:30px;
	display: block;
	position: relative;
	top:-7px;
	z-index: 99999;
	color: #a11213;
}
.searchbar.active .wrap {
	position: relative;
	right: -5px;
}
.searchbar.active .wrap .t3t {
	font-size:18px;
	position: absolute;
	z-index: 99999;
	right:5px;
	top: 8px;
	color: #dadada;;
	font-weight:bold;
}
.searchbar.active .wrap .t3t:hover {
	color: #333;
}
.searchbar::after {
	content: '\e940';
	font-family: 'T3tIcons';
	font-size:18px;
	font-weight:normal;
	display: block;
	position: absolute;
	z-index: 99999;
	right: -35px;
	top: 7px;
	width: 50px;
}
.searchbar.active::after {
	display: none;
}
.searchbar:hover {
	color: #fff;
	cursor: pointer;
}

.searchbar form {
	display: none;
	position: absolute;
	right:0px;
	top:-5px;
}
.searchbar.active form {
	display: block;
}
.searchbar form .tx-indexedsearch-searchbox-button {
	display: none;
}
.searchbar form .tx-indexedsearch-searchbox-sword {
	height: 34px;
	width: 330px;
	background: #a11213;
	border:none;
	color: #fff;
}

.searchbar form .tx-indexedsearch-searchbox-sword:active, .searchbar form .tx-indexedsearch-searchbox-sword:focus  {
	color: #333;
}
.c-col .search-list h4 {
	padding-bottom:0;
}
.c-col .search-list > div::after {
	content: ' ';
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
	width: 35%;
}
.c-col h2.tx_indexedsearch {
	padding: 15px 0 0 0;
}
.c-col .search-list > div {
	padding: 10px 0;
}
.c-col .search-list .tx-indexedsearch-redMarkup {
	font-style: italic;
	font-weight:600;
}
.search-list > div:last-of-type::after {

}
.tx-indexedsearch-browsebox li {
	float: left;
	padding: 5px;
}
.tx-indexedsearch-browsebox li:before {
	display: none;
}

.item-wrap h3 a:hover {
	border: none;
}

.item-wrap p {
	display: block;
}

.item-wrap a {
	display: block;
	font-size: 10px;
	margin: 0;
	border: none;
}

.item-wrap a:hover {
	border: none;
}

.item-wrap a:hover img {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-wrap a:hover img {
	opacity: 0.9;
}

.item-wrap a span.devider {
	display: block;
	border-top: 1px solid #c01111;
	width: 88px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.item-wrap a:hover span.devider {
	width: 108px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* News end */

/* Slider  */
.swiper-container {
	margin-top: 34px;
	height: auto;
}

.swiper-subcontainer {
	top: 0;
	height: auto;
}

.swiper-container .out-video {
	width: 100vw;
	height: calc(100vw * 1 / 2.4);
	overflow:hidden;
}
.swiper-container .out-video video {
	width: 100vw;
	height: auto;
}

.swiper-slide .title-wrapper {
	display: block;
	position: absolute;
	z-index: 30;
	top: 50%;
	left: 0px;
	margin: 0 auto;
	margin-top: -50px;
	width: 100%;
}


.swiper-slide .title-wrapper .container {
	position: relative;
}

.swiper-slide .title-wrapper .container .title-bg {
	position: absolute;
	width: 80%;
	left: 10%;
	height: 100%;;
	display: block;
	content: ' ';
	opacity: 0.4;
	background-image: linear-gradient(to right, black 0%, transparent 80%);
}

.sublevel-slider .title-wrapper .container .title-bg {
	position: absolute;
	width: 60%;
	left: 20%;
}

.swiper-slide .title-wrapper h2 {
	display: block;
	font-size: 40px;
	width: 80%;
	margin: 0 auto;
	min-height: 76px;
}

.sublevel-slider .title-wrapper h2 {
	font-size: 30px;
	width: 60%;
	margin-left: 20%;
}

.swiper-slide .title-wrapper h2 a {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: block;
	font-weight: bold;
	line-height:1.3em;
}
.swiper-slide .title-wrapper h2 a span {
	font-size:18px;
	display: block;
	font-weight: bold;
}

.swiper-slide .title-wrapper h2 a:hover {
	color: #c01111;
}

.swiper-slide .title-wrapper h2 a::after {
	content: '';
	font-family: 'T3tIcons';
	font-weight: bold;
	font-size: 70px;
	position: absolute;
	right: -20px;
	top: calc(50% - 35px);
}

.sublevel-slider .title-wrapper h2 a::after {
	font-size: 50px;
	right: -10px;
	top: calc(50% - 30px);
}

.swiper-pagination-bullet {
	opacity: 0.4;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	opacity: 1;
}

.home-wrapper #maincontent {
	position: relative;
	margin-top: -1px;
}

.news-slider img {
	width: 100% !important;
	height: auto !important;
}

.sub-containerxx .news-slider img {
	width: auto !important;
	height: auto;
!important;
}

.news-slider {
	opacity: 0 !important;
	z-index: 0;
}

.news-slider.swiper-slide-active {
	opacity: 1 !important;
	z-index: 1;
}

/* Slider end */

/* Events */
.events-list,
.press-list {
	padding: 0;
	margin: 0
}

.events-list .item-wrap,
.press-list .item-wrap {
	padding: 15px 0 10px;
}



.events-list .wrap > div::after ,
.press-list .wrap > div::after {
	content: ' ';
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
	width: 75%;
}

.events-list .wrap > div:last-child::after,
.events-list .wrap > div:last-of-type::after,
.press-list .wrap > div:last-of-type::after,
.press-list .wrap > div:last-child::after {
	height: 0px;
	border: none;
}

.events-list h2,
.press-list h2 {
	font-size: 15px;
	text-transform: uppercase;
	background-color: #e8e8e8;
	padding: 8px 8px;
}

.events-highlights h2 {
	color: #a01414;
	background-color: transparent;
}

.events-list .first_row > div {
	display: inline;
}


.events-list .first_row .date .day,
.press-list .first_row .date .day {
	font-size: 18px;
	padding-right: 4px;
	font-weight:600;
}

.press-list .first_row .date .day {
	font-size: 16px;
}

.events-list .first_row .date .month,
.press-list .first_row .date .month {
	font-size: 14px;
	padding-right: 4px;
	font-weight:600;
}
.events-list .date .hour,
.events-list .date .bindestrich,
.press-list .date .hour {
	font-size: 14px;
	padding-right: 1px !important;
}
.press-list .date .hour {

}
.events-list .date .bindestrich {
	padding: 0px !important;
	font-weight:100 !important;
}
.events-list .first_row .date .hour,
.press-list .first_row .date .hour {
	font-size: 14px;
	padding-right: 2px !important;
	font-weight:600;
}

.news-list .item-list .location {
	color: #c01111;
}
.events-list .first_row .location {
	color: #767676;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	margin: 9px 10px 0 0;
}
.events-list .item-list .date,
.press-list .item-list .date  {
	padding-right: 6px;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.news-list .item-list .date span {
	padding-right: 4px;
}
.news-list .item-list .date span.bindestrich {
	padding: 0px;
	margin-left: -3px;
}
.press-list .item-callout .date  {

	font-size: 12px;
}
.moredates .date {
	padding-right: 0px !important;
}
.uhr {
	padding-right: 0px !important;
}

.events-list .item-list .location {
	color: #767676;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	margin: 2px 10px 0 0;
	width: 100%;
	clear: both;
	color: #c01111;
}

.tx-muk h3.more {
	padding-bottom: 30px;
	color: #bfbbbb;
	font-size: 16px;
	text-transform: uppercase;
}

.events-highlights {
	background-color: #ffecf1;
	padding: 3px;
	margin-bottom: 20px;
}

/* Events end */

.no-gutter {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.no-gutter [class*='col-']:not(:first-child), .no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#projects-wrap {
	text-align: center;
	overflow: hidden;
}

.projects {
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	overflow: hidden;
	border: 0px solid rgba(0, 0, 0, 0);
}

.projects-grid {
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	overflow: hidden;
	border: 8px solid rgba(0, 0, 0, 0);
}

.projects:hover img, .projects-grid:hover img {
	width: 100%;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.projects img, .projects-grid img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.projects .hovereffect, .projects-grid .hovereffect {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.projects .hovereffect .overlay, .projects-grid .hovereffect .overlay {
	width: 100%;
	height: 120%;
	position: absolute;
	top: -30px;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.projects .hovereffect:hover .overlay, .projects-grid .hovereffect:hover .overlay {
	height: 100%;
	top: 0;
	opacity: 1;
	top: 0;
}

.projects .hovereffect .overlay h3, .projects-grid .hovereffect .overlay h3 {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 4px;
	color: #c01111;
	padding-top: 33%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
}

/* filter controls */
#filter-porto {
	padding: 30px 0 30px 0;
	margin: 0 auto;
}

#filter-porto li.filt-projects {
	font-size: 10px;
	font-weight: 300;
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	list-style: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#filter-porto li.space {
	font-size: 12px;
	display: inline-block;
	margin: 0 10px 0 10px;
}

#filter-porto li.filt-projects:hover {
	color: #c01111;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#filter-porto li.selected {
	color: #c01111;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.2s ease;
}

/******* projects detail 1 ******/
.projects-detail h2 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

.detaillist {
	background: #f8f8f8;
	padding: 30px 40px 30px 30px;
}

.detaillist span {
	display: block;
	color: #606060;
	letter-spacing: .01em;
	line-height: 24px;
}

.detaillist strong {
	font-weight: 500;
}

#detailpro .item img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#owl-project .item {
	display: block;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

/******* projects detail 2 ******/
#projectsBig .item {
	margin: 0;
	padding: 0;
}

#projectsSmall .item {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
}

#projectsSmall .item img {
	width: 145px;
	height: auto;
	display: block;
	position: relative;
}

#projectsSmall .synced .item {
	opacity: 0.5;
}

/* button next prev */
.pro-btn {
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	text-align: center;
	background: #ccc;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.2s ease;
}

.pro-btn:hover {
	background: #999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.2s ease;
}

/* projects end */

/* counter */
.milestone-counter {
	color: #333;
	text-align: center;
	margin: 0 auto;
}

.milestone-counter .icon {
	font-size: 48px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.highlight {
	padding: 10px 0;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	font-size: 48px;
}

.milestone-details {
	font-weight: bold;
	font-size: 18px;
}

/* counter end */

/* testimony page */
.testi-page {
	position: relative;
	width: 100%;
	height: auto;
	padding: 90px 0 90px 0;
	overflow-x: hidden;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

#owl-testimonial .item {
	padding: 30px 0px;
	margin: 10px auto;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#owl-testimonial h3 {
	font-size: 16px;
	font-weight: 500;
}

#owl-testimonial p {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 2px 20% 2px 20%;
}

#owl-testimonial small {
	font-size: 10px;
	font-weight: 500;
	color: #fff;
}

/* testimony page end */

/* team */
.team-wrapper {
	max-width: 450px;
	width: 100%;
	height: auto;
	text-align: center;
	display: inline-block;
	box-shadow: 5px 5px 2px rgba(23, 36, 52, 0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team-wrapper img {
	overflow: hidden;
	margin-left: 0px;
}

.team-wrapper:hover {
	cursor: pointer;
	box-shadow: 5px 5px 2px rgba(23, 36, 52, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team-des {
	padding: 15px 0 15px 0;
	background: #fefefe;
}

.team-des h3 {
	color: #333;
	font-size: 12px;
	font-weight: 400;
}

.team-des span {
	display: block;
	font-weight: 300;
	font-size: 10px;
	margin: 0 0 10px 0;
}

.team-des a {
	display: inline-block;
	margin: 0 5px 10px 5px;
	text-shadow: none;
	padding: 8px;
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 16px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-des a:hover {
	color: #fff;
	background: #c01111;
	border-color: #eceff3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* team end */

/* brand */
.brand-page {
	position: relative;
	width: 100%;
	height: auto;
	padding: 60px 0 60px 0;
	overflow-x: hidden;
	background: #fdfdfd;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

.brand-page h1 {
	font-weight: 500;
	text-transform: none;
}

#owl-brand .item {
	margin: 10px auto;
	text-align: center;
}

/* Brand */

/* news */
.blog-news {
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	overflow: hidden;
	border: 0px solid rgba(0, 0, 0, 0);
}

.blog-news .date {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 4px;
	padding: 20px 30px 20px 30px;
	background: #000;
	color: #fff;
	z-index: 1;
}

.blog-news:hover img {
	width: 100%;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.blog-news img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.blog-news .hovereffect {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.blog-news .hovereffect .overlay {
	width: 100%;
	height: 120%;
	position: absolute;
	top: -30px;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-news .hovereffect:hover .overlay {
	height: 100%;
	top: 0;
	opacity: 1;
	top: 0;
}

.blog-news .hovereffect .overlay h1 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #333;
	padding-top: 40%;
	width: 100%;
	background-color: rgba(255, 255, 255, .8);
}

.blog-news .hovereffect .overlay h3 {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 4px;
	color: #333;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
}

#owl-blog .item {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/* news end */

/* contact */
.contactbg {
	width: 100%;
	height: auto;
	background: #fff;
}

#map {
	width: 100%;
	height: 400px;
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
}

#contact {
	text-align: left;
	margin: 60px auto;
	margin-bottom: 0;
	padding: 0;
}

/* address */
.wrapaddres {
	background: #fff;
	height: 400px;
	padding: 25px 20px 25px 40px;
	line-height: 16px;
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
}

address span {
	display: block;
	border-bottom: solid 1px rgba(255, 255, 255, 0);
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 400 !important;
}

address span strong {
	font-weight: 500 !important;
	display: inline-block;
	width: 60px;
}

address span a {
	color: #eceff3;
	display: inline;
}

/* address end */

.form-group {
	width: 100%;
	clear: both;
	display: block;
}

.form-group label {
	width: 100%;
	clear: both;
	padding-top: 5px;
	text-transform: uppercase;
}

textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-form .form-control {
	border-radius: 0;
	border: 1px solid #eee;
	background: #eee;
	box-shadow: none !important;
}

textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
.select2-search__field,
select.select-department,
select.select-category,
.form-control {
	display: block;
	padding: 3px 12px !important;
	height: 35px;
	line-height: 1.2em;
	border-radius: 0;
	border: 1px solid #f0f2f5;
	background: #eee;
	box-shadow: none !important;
	color: #232323;
}

select.select-department,
select.select-category {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 3px !important;
}

select.select-department,
select.select-category,
.form-control {
	width: 300px;
}

.select-wrapper {
	position: relative;
	width: 300px;
}

.select-wrapper::after {
	content: '\e93a';
	font-family: 'T3tIcons';
	color: #232323;
	z-index: 30;
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
}

textarea.error,
input[type=text].error,
input[type=email].error,
input[type=number].error,
input[type=password].error,
input[type=tel].error,
.select2-search__field.error,
select.select-department.error,
select.select-category.error,
.form-control.error {
	border-color: #c01111;
}

.select2-search__field {
	border: 2px solid #f0f2f5 !important;
}

select.select-department,
select.select-department {

}

textarea,
textarea.form-control {
	min-height: 130px;
	width: 100%;
	max-width: 100% !important;
}

.search-form .form-control:active,
.search-form .form-control:focus {
	border-color: #ccc;
	background: #e2e2e2;
}

textarea:active,
textarea:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=tel]:active,
input[type=tel]:focus,
select.select-department:active,
select.select-category:focus,
.select2-search__field:active,
.select2-search__field:focus,
.form-control:active,
.form-control:focus {
	background-color: #e1e1e1;
	border-color: #ccc;
	outline: none;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}
form .req,
.req {
	padding: 3px;
	vertical-align: super;
	color: #c01111;
}
p .req {
	vertical-align: middle;
}
.event-form form .location-option {
	display: none;
}
.event-form form .location-all, .event-form form .form-space {
	padding-top: 25px;
}

.event-form form .h3 {
	width: 100%;
	clear: both;
	display: block;
	font-size: 12px;
	padding: 0;
	margin:0;
}
.event-form form h3 {
	width: 100%;
	clear: both;
	display: block;
	float: left;
	font-size:18px;
	padding: 15px 0;
	text-transform: none;
}
.event-form form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
.event-form form textarea,
.event-form form input {
	width: 58%;
}
.post-form form textarea {
	width: 89%;
}
.event-form form input.submit {
	width: auto;
}
.event-form form input.eventdatetimepicker {
	width: 28%;
}
.event-form form input.datetimepicker {
	width: 20%;
}
form label {
	text-transform: none;
	font-weight:normal;
	letter-spacing: normal;
}
.event-form form .checkbox-wrapper  {
	float:left;
	padding-top: 10px;
}
.event-form form .checkbox-wrapper label {
	width: auto;
	margin-left: 20px;
	font-weight:600;
}
.event-form form .checkbox-wrapper input {
	float:left;
	margin-top: 9px;
}
.event-form form .checkbox-wrapper .form-control {
	width:auto;
	height: auto;
}


.wpcf7-response-output {
	margin: 15px auto !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 1px solid #e1e2e4;
}

.select2-container .select2-selection--single {
	height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #232323;
	line-height: 45px;
	padding: 0 48px 0 15px;
}

.select2-container .select2-choice,
.select2-container--default .select2-selection--single {
	outline: none !important;
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
	width: 48px;
}

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	line-height: 45px;
	text-align: center;
}

.select2-container .select2-choice .select2-arrow b:after,
.select2-container .select2-choice .select2-selection__arrow b:after,
.select2-container--default .select2-selection--single .select2-arrow b:after,
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
	display: inline-block;
	position: relative;
	top: -1px;
	left: 0;
	text-align: center;
	color: #232323;
	content: "\f078";
	border: 0;
}

.select2-dropdown-open .select2-choice .select2-selection__arrow b:after,
.select2-dropdown-open .select2-choice .select2-arrow b:after,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after,
.select2-container--default.select2-container--open .select2-selection--single .select2-arrow b:after {
	content: "\f077";
}

.select2-dropdown {
	border-color: #e1e2e4;
	border-radius: 0;
}

.select2-container .select2-choice {
	padding-left: 15px;
	height: 45px;
	line-height: 45px;
	border-radius: 0;
	color: #232323;
	border-color: #e1e2e4;
	font-weight: 700;
}

.select2-container .select2-choice > .select2-chosen {
	margin-right: 51px;
	color: #232323;
}

.select2-container.select2-drop-above .select2-choice {
	border-radius: 0;
}

.select2-drop.select2-drop-active {
	border-color: #e1e2e4;
	border-radius: 0;
}

.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border-color: #e1e2e4;
}

.select2-results {
	padding: 4px 0;
	background-color: #e1e1e1;
}

.select2-results .select2-highlighted {
	border-radius: 0;
	background-color: #5897fb;
	color: #232323;
}

.custom-border textarea,
.custom-border input[type=text],
.custom-border input[type=email],
.custom-border input[type=number],
.custom-border input[type=password],
.custom-border input[type=tel],
.custom-border .select2-search__field,
.custom-border select.select-department,
.custom-border select.select-category,
.custom-border .form-control {
	border-color: #e1e2e4;
	background-color: transparent;
}

.custom-border textarea:active,
.custom-border input[type=text]:active,
.custom-border input[type=email]:active,
.custom-border input[type=number]:active,
.custom-border input[type=password]:active,
.custom-border input[type=tel]:active,
.custom-border .select2-search__field:active,
.custom-border select.select-department:active,
.custom-border select.select-category:active,
.custom-border .form-control:active {
	border-color: #232323;
}

.custom-border textarea:focus,
.custom-border input[type=text]:focus,
.custom-border input[type=email]:focus,
.custom-border input[type=number]:focus,
.custom-border input[type=password]:focus,
.custom-border input[type=tel]:focus,
.custom-border .select2-search__field:focus,
.custom-border select.select-department:focus,
.custom-border select.select-category:focus,
.custom-border .form-control:focus {
	border-color: #232323;
}

input[type="text"] {
	text-align: left;
	width: 220px;
	margin: 5px 0px 5px 0px;
	border: 0px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #333;
	padding: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.2s ease;
	border-radius: 0;
	border: 1px solid #eee;
	background: #eee;
	box-shadow: none !important;
}

input.keyword {
	width: 400px;
}

input.submit {
	padding: 10px 15px;
	text-transform: uppercase;
}

input.periode {
	float: left;
	width: 100px;
	margin-right: 10px;
	display: block;
}

input#name, input#email {

}

input#name-contact, input#email-contact, textarea#message-contact {

}

textarea {
	text-align: left;
	outline: none;
	width: 670px;
	height: 100px;
	margin: 5px 0px 5px 0px;
	font-size: 14px;
	border: 0px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #333;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.2s ease;
}

input[type="text"]:focus, input[type="text"].focus, textarea:focus, textarea.focus, input[type="email"]:focus, input[type="email"].focus, email:focus, email.focus {
	border-color: #ccc;
	background: #e2e2e2;
}

::-webkit-input-placeholder {
	opacity: 1;
}

::-moz-placeholder {
	opacity: 1;
}

/* firefox 19+ */
:-ms-input-placeholder {
	opacity: 1;
	color: #333;
}

/* ie */
input:-moz-placeholder {
	opacity: 1;
	color: #333;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.error {
	width: 100%;
	display: none;
	padding: 2px 10px 2px 10px;
	font-size: 14px;
	margin: 10px auto;
}

.success {
	width: 100%;
	display: none;
	padding: 5px 0px 2px 0px;
	font-size: 14px;
	margin: 10px auto;
}

/* contact end */

/* typo3 default gallery */
figcaption {
	font-size: 12px;
	padding-top: 3px;
}
figcaption.event-caption {
	clear:both;
	width: 100%;
}

.td-eventsinfo p {
	margin-bottom: 0px;

}

/* subscribe */
#subwrap {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 70px 0 70px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
}

#subwrap h5 {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
}

#subscribe .mail {
	display: none;
	visibility: hidden;
}

#subscribe input#subscribeemail {
	font-size: 10px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	width: 320px;
	height: 40px;
	margin: 0px auto;
	padding: 10px;
	background: rgba(255, 255, 255, 1);
	border: none;
}

#subscribe input#subscribeemail[type="text"]:focus, #subscribe input#subscribeemail[type="text"].focus {
	border: 1px solid #fff;
}

.subscribesuccess {
	display: none;
	width: 375px;
	font-size: 10px;
	line-height: 2;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	letter-spacing: normal;
	color: #fff;
	margin: 10px auto;
	padding: 0;
	letter-spacing: 1px;
}

#subscribe .subscribeerror {
	width: 375px;
	font-size: 10px;
	line-height: 2;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	display: block;
	margin: 10px auto;
	padding: 0;
	letter-spacing: 1px;
}

.btn-form {
	display: block;
	width: 180px;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
	background: #c01111;
	outline: none;
	text-shadow: none;
	padding: 5px 18px 5px 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 15px;
	box-shadow: 3px 8px 12px rgba(0, 0, 0, .3);
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btn-contact {
	display: block;
	width: 180px;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
	background: #c01111;
	outline: none;
	text-shadow: none;
	padding: 5px 18px 5px 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	box-shadow: 3px 8px 12px rgba(0, 0, 0, .3);
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btn-form:hover, .btn-contact:hover {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

/* subscribe end */

/* footer */

footer {
	background: #424344;
	color: #e7e7e7;
	font-weight: 700;
	padding: 30px 0 30px 0;
	font-size: 14px;
	overflow: hidden;
}

footer .t3t-facebook,
footer .t3t-facebook2,
footer .t3t-youtube,
footer .t3t-instagram2,
footer .t3t-soundcloud,
footer .t3t-soundcloud2 {
	font-size: 24px;
	color: #fff;
}
footer .t3t-facebook:before,
footer .t3t-facebook2:before,
footer .t3t-youtube:before,
footer .t3t-instagram2:before,
footer .t3t-soundcloud:before,
footer .t3t-soundcloud2:before {
	color: #fff;
}

footer .logo_wienh,
footer .logo_muko,
footer .logo_muka {
	width: 180px;
	height: auto;
}

footer .logo_muk {
	width: 200px;
	height: auto;
}

footer .logo_wienh img,
footer .logo_muko img,
footer .logo_muka img,
footer .logo_muk img {
	margin-left: auto;
	margin-right: auto;

}

footer .a.logo,
footer .social-wrap {
	position: relative;
}

footer.white {
	background: #f7f7f7;
	color: #333;
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 15px 0 15px 0;
	border-top: 1px groove rgba(0, 0, 0, 0.9);
}

footer .row .col-md-1,
footer .row .col-md-2,
footer .row .col-md-3 {
	padding: 0;
	margin: 0;
}

footer .col-md-12 > div:last-child {
	text-align: right;
}

footer .col-md-12 > div:last-child a {
	padding-left: 10px;
}

footer .row .col-md-2 a,
footer .row .col-md-3 a {
	float: left;
	display: block;
	position: relative;
}

footer .row .col-md-2 a img,
footer .row .col-md-3 a img {
	margin-top: 8px;
	position: relative;

}
footer .row .col-md-3 a.logo_wienh img {
	margin-top: 0;

}
footer .row .col-md-3 a.logo_muk img {
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	height: auto !important;
	margin-top: 18px;
}


footer .row .col-md-1 a,
footer .row .col-md-2 a,
footer .row .col-md-3 a,
footer .social-wrap {
	height: 65px;
	text-align: center;
}
footer .social-wrap {
	height: 35px;
	margin-top: 10px;
}
footer .row .col-md-1:first-child {
	height: 65px;
	margin-top: 12px;
	text-align: left;
	vertical-align: top;
}

footer .row .col-10-1 {
	width: 6%;
}

footer .row .col-10-2 {
	width: 22%;
}

section.newsletter {
	height: auto;
	background: #eeeeee;
	text-align: left;
	padding: 50px 0 40px 0;
	margin: 0 auto;
	display: block;
}
section.newsletter input {
	background-color: #fff;
	height: 45px;
	margin:0;
	width: 300px;
	border:none;
}
section.newsletter input.submit {
	background-color: #a11213;
	width: auto;
	color: #fff;
	font-weight:bold;
}
section.newsletter .form-group {
	width: auto;
	clear: none;
	display: inline;
	float: left;
}
section.newsletter .form-group label {
	width: auto;
	clear: none;
}
section.newsletter .col-md-7 {
	padding-left: 0;
}
section.newsletter .info {
	position: relative;
	display: block;
	margin-left: 70px;
	margin-top: 10px;
}
section.newsletter .info h3 {
	font-size:18px;
	padding-bottom:5px;
}
section.newsletter h4 {
	text-transform: uppercase;
}
section.newsletter .info p {
	margin:0;
}
section.newsletter .info:before {
	content:'\e907';
	font-family: 'T3tIcons';
	font-size: 50px;
	position: absolute;
	top: calc(50% - 15px);
	left:-70px;
	display: block;
}

.subfooter {
	height: auto;
	background: #525455;
	color: #fff;
	font-weight: 300;
	text-align: left;
	padding: 60px 0 40px 0;
	margin: 0 auto;
	font-size: 13px;
}

.subfooter .container .row > div:nth-child(2) ul li {
	border-bottom: 1px solid #5b6366;
	padding: 8px 0px;
}

.subfooter .container .row > div:nth-child(2) ul li:last-child {
	border-bottom: none;
}

.subfooter .container .row > div:nth-child(2) ul li a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

.subfooter .container .row > div:nth-child(2) ul li a::before {
	content: '\e93c';
	font-family: 'T3tIcons';
	font-size: 10px;
	font-weight: 500;
	padding: 5px 8px 0 0;
	text-decoration: none;
	outline: 0;
}

.subfooter a:hover {
	color: #db2b2b;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
	border: none;
	padding: 2px 0;
}

.subfooter table th {
	padding-right: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border: none;
}

.subfooter table th .t3t {
	position: relative;
	top: -3px;
	color: #fff;
}

.subfooter strong {
	font-weight: 700;
}

.subfooter .c-button p a {
	border: 2px solid #fff;
}

.subfooter .c-button p a:hover {
	border: 2px solid #db2b2b;
}

.subfooter .logo {
	margin-bottom: 10px;
}

.subfooter h3 {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.subfooter p {
	font-size: 13px;
	color: #fff;
}
.subfooter .table-responsive {
	margin-bottom: 0;
}

/* recent post */
.subfooter .recent {
	display: block;
	margin: 20px 0 20px 0;
	min-height: 50px;
}

.subfooter a {
	margin: 20px 0 20px 0;
}

.subfooter a:hover {
	opacity: 0.8;
}

.subfooter .date {
	float: left;
}

.subfooter .date .month {
	display: inline-block;
	padding: 10px;
	margin: 0 10px 0 0;
	background: #c01111;
	text-align: center;
}

.subfooter .news {
	display: block;
	font-size: 10px;
	font-weight: 300;
	line-height: 14px;
}

.subfooter .date .month span {
	display: block;
}

.subfooter .date .month span.date-month {
	font-size: 12px;
	font-weight: 500;
}

.subfooter .date .month span.name-month {
	font-size: 10px;
	line-height: 10px;
}

/* contact info */
.subfooter address span {
	display: block;
	border-bottom: solid 1px rgba(255, 255, 255, 0);
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 300;
}

.subfooter address span strong {
	font-weight: 500;
	display: inline-block;
	width: 60px;
}

.subfooter address span a {
	color: #eceff3;
	display: inline;
}

/* contact end */

.subfooter-white {
	width: 100%;
	background: url(../img/bg-1.jpg) no-repeat center center fixed;
	height: auto;
	color: #e7e7e7;
	font-weight: 300;
	text-align: left;
	padding: 90px 0 60px 0;
	margin: 0 auto;
}

.subfooter-white .logo {
	margin-bottom: 10px;
}

.subfooter-white h3 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 12px;
}

/* recent post */
.subfooter-white .recent {
	display: block;
	margin: 20px 0 20px 0;
	min-height: 50px;
}

.subfooter-white a {
	display: block;
	margin: 20px 0 20px 0;
}

.subfooter-white a:hover {
	opacity: 0.8;
}

.subfooter-white .date {
	float: left;
}

.subfooter-white .date .month {
	display: inline-block;
	padding: 10px;
	margin: 0 10px 0 0;
	background: #c01111;
	text-align: center;
}

.subfooter-white .news {
	display: block;
	font-size: 10px;
	font-weight: 300;
	line-height: 14px;
}

.subfooter-white .date .month span {
	display: block;
}

.subfooter-white .date .month span.date-month {
	font-size: 12px;
	font-weight: 500;
}

.subfooter-white .date .month span.name-month {
	font-size: 10px;
	line-height: 10px;
}

/* contact info */
.subfooter-white address span {
	display: block;
	border-bottom: solid 1px rgba(255, 255, 255, 0);
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 300;
}

.subfooter-white address span strong {
	font-weight: 500;
	display: inline-block;
	width: 60px;
}

.subfooter-white address span a {
	color: #eceff3;
	display: inline;
}

/* contact end */

/* photo stream */
.flickr {
	margin-bottom: 10px;
}

#flickr-photo-stream img {
	width: 58px;
	height: auto;
	margin: 0 5px 5px 0;
	float: left;
}

#flickr-photo-stream a img {
	border: solid 2px #222;
}

#flickr-photo-stream a:hover img {
	border: solid 2px #c01111;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/* social-icons */
.social-icons {
	display: block;
	margin: 0;
}

.social-icons span {
	text-shadow: none;
	padding: 0 25px 0 0;
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 10px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.social-icons span:hover {
	color: #c01111;
	border-color: #eceff3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* footer end */

/* totop */
#totop {
	display: none;
	width: 30px;
	height: 30px;
	background: #c01111;
	line-height: 30px;
	position: fixed;
	bottom: 20px;
	right: 13px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	-ms-border-radius: 5%;
	-o-border-radius: 5%;
	border-radius: 5%;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#totop:hover {
	background: #333;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#totop span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

/* totop end */

/* Blog & article */
#content {
	text-align: left;
}

article {
	margin-bottom: 0;
}

article .post-heading h3 {
	margin: 20px 0 -10px 0;
	font-size: 14px;
	font-weight: 500;
	color: #606060;
}

article .post-heading h3 a:hover {
	text-decoration: none;
}

/* single post */
.bottom-article {
	overflow: hidden;
	border-top: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 10px 0 10px 0;
	margin-top: 10px;
}

.bottom-article a.btn {
	padding: 10px 20px 10px 20px;
	border: 1px solid rgba(23, 36, 52, 0.1);
}

.bottom-article a.btn:hover {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0);
	background: #111;
}

/* pagination */
#pagination a {
	padding: 5px 10px;
}

#pagination .pagina-num {
	margin-right: 15px;
}

#pagination a:hover {
	color: #111;
	text-decoration: none;
}

#pagination a.current {
	background: #111;
	color: #fff;
	font-weight: 500;
}

.f3-widget-paginator {
	display: inline-block;
}

.f3-widget-paginator li {
	float: left;
	text-transform: uppercase;
}
.c-col ul.f3-widget-paginator li:before {
	content: '';
	display: none;
}

.f3-widget-paginator li.current {
	padding: 7px 10px;
	background-color: #dedede;
}

.f3-widget-paginator li.etc {
	padding: 7px 10px;
}

.f3-widget-paginator li a {
	text-transform: uppercase;
	border: none !important;
	padding: 7px 10px;
	display: block;
}

.f3-widget-paginator li a:hover {
	border: none;
}

.f3-widget-paginator .last {
	display: none;
}

.f3-widget-paginator .previous a {
	position: relative;
	padding-left: 12px;
}

.f3-widget-paginator .next a {
	position: relative;
	padding-right: 12px;
}

.f3-widget-paginator .previous a::before {
	content: '\e93b';
	font-family: 'T3tIcons';
	font-size: 12px;
	position: absolute;
	top: 7px;
	left: -4px;
}

.f3-widget-paginator .next a::after {
	content: '\e93c';
	font-family: 'T3tIcons';
	font-size: 12px;
	position: absolute;
	top: 7px;
	right: -4px;
}
.pager li > a {
	display: inline-block;
	padding: 2px 14px 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius:3px;
}
.row-pager {
	clear:both;
}
.pager li > span {

}
.pager .previous a::before {
	content:'\e937';
	font-family: 'T3tIcons';
	font-size: 16px;
	position: relative;
	left:-1px;
	top: 3px;
}
.pager .next a::after {
	content:'\e938';
	font-family: 'T3tIcons';
	font-size: 16px;
	position: relative;
	right:-1px;
	top: 3px;
}


.fancybox-infobar {
	display: block !important;
}
.fancybox-button {
	width: 44px;
	height: 34px !important;
	line-height: 34px !important;
}
.fancybox-button:hover {
	border:none !important;
}

.fancybox-button--left::after, .fancybox-button--right::after {
	top: 13px !important;
}
.fancybox-button--left::after, .fancybox-button--right::after {
	top: 13px;
	width: 10px !important;
	height: 10px !important;
	background: transparent;
	border-top: 3px solid currentColor !important;
	border-right: 3px solid currentColor !important;;
}
.fancybox-button--play::before,
.fancybox-button--fullscreen::before {
	top: 12px !important;
}
.fancybox-button--thumbs::before {
	top: 16px !important;
}
.fancybox-infobar__body {
	line-height: 34px !important;
}
/* Blog & article end */

/* Blog comment */
#blog-comment {
	margin: 0;
	padding: 0px;
}

#blog-comment h5 {
	font-size: 12px;
	margin-bottom: 10px;
}

#blog-comment ul, #blog-comment li {
	list-style: none;
	padding-left: 0;
}

#blog-comment li {
	min-height: 70px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

#blog-comment li .avatar {
	position: absolute;
	margin-top: 5px;
}

#blog-comment .comment {
	margin-left: 85px;
}

#blog-comment li {
	min-height: 70px;
	font-size: 14px;
	line-height: 1.6em;
}

#blog-comment li li {
	margin-left: 80px;
	padding-bottom: 0px;
	margin-top: 20px;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	padding-top: 10px;
	border-bottom: none;
}

#blog-comment li li .avatar {
	position: absolute;
}

#blog-comment li li .comment {
}

.comment-info {
	margin-left: 85px;
	margin-bottom: 5px;
}

.comment-info span {
}

.comment-info .c-name {
	display: block;
	font-weight: 500;
}

.comment-info .c-reply {
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.comment-info .c-reply a {
	font-size: 12px;
}

.comment-info .c-date {
	font-size: 10px;
}

.blog-list h3, .blog-read h3 {
	color: #333;
}

/* comment form */
#comment-form-wrapper {
	margin: 50px 0 50px 0;
	padding: 0px;
}

#commentform input {
	width: 100%;
	font-size: 10px;
	font-weight: 400;
	padding: 10px;
	height: 40px;
	background: rgba(23, 36, 52, 0.3);
	border: none;
}

#commentform input:focus {
	background: rgba(23, 36, 52, 0.4);
}

#commentform textarea {
	width: 100%;
	font-size: 10px;
	font-weight: 400;
	padding: 10px;
	height: 150px;
	background: rgba(23, 36, 52, 0.3);
	border: none;
}

#commentform textarea:focus {
	background: rgba(23, 36, 52, 0.4);
}

#commentform button.btn {
	padding: 10px 20px 10px 20px;
	border: 1px solid rgba(23, 36, 52, 0.1);
	background: rgba(23, 36, 52, 0);
}

#commentform button.btn:hover {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0);
	background: #111;
}


#bar {
	width: 0%;
	max-width: 100%;
	height: 2px;
	background: #c01111;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

#progressBar {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}









/* T3t-Icon set */
[class^="t3t"], [class*=" t3t"] {
	font-family: 'T3tIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 75%;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}




.t3t-check-square-o:before {
	content: "\e900";
}
.t3t-square-o:before {
	content: "\e901";
}
.t3t-square:before {
	content: "\e902";
}
.t3t-circle-o:before {
	content: "\e903";
}
.t3t-circle:before {
	content: "\e904";
}
.t3t-circle-thin:before {
	content: "\e905";
}
.t3t-phone:before {
	content: "\e906";
}
.t3t-book:before {
	content: "\e907";
}
.t3t-users:before {
	content: "\e908";
}
.t3t-basket:before {
	content: "\e909";
}
.t3t-arrow-down-circle:before {
	content: "\e90a";
}
.t3t-arrow-left-circle:before {
	content: "\e90b";
}
.t3t-arrow-right-circle:before {
	content: "\e90c";
}
.t3t-arrow-up-circle:before {
	content: "\e90d";
}
.t3t-chevron-down-circle:before {
	content: "\e90e";
}
.t3t-chevron-left-circle:before {
	content: "\e90f";
}
.t3t-chevron-right-circle:before {
	content: "\e910";
}
.t3t-chevron-up-circle:before {
	content: "\e911";
}
.t3t-cross-circle:before {
	content: "\e912";
}
.t3t-plus-circle2:before {
	content: "\e913";
}
.t3t-question-circle:before {
	content: "\e914";
}
.t3t-circle-minus:before {
	content: "\e915";
}
.t3t-plus-circle:before {
	content: "\e916";
}
.t3t-arrow-down:before {
	content: "\e917";
}
.t3t-arrow-left:before {
	content: "\e918";
}
.t3t-arrow-right:before {
	content: "\e919";
}
.t3t-arrow-up:before {
	content: "\e91a";
}
.t3t-list:before {
	content: "\e91b";
}
.t3t-cross:before {
	content: "\e91c";
}
.t3t-link:before {
	content: "\e91d";
}
.t3t-volume-high:before {
	content: "\e91e";
}
.t3t-volume-low:before {
	content: "\e91f";
}
.t3t-volume:before {
	content: "\e920";
}
.t3t-sad:before {
	content: "\e921";
}
.t3t-smile:before {
	content: "\e922";
}
.t3t-pushpin:before {
	content: "\e923";
}
.t3t-map-marker:before {
	content: "\e924";
}
.t3t-pencil:before {
	content: "\e925";
}
.t3t-database:before {
	content: "\e926";
}
.t3t-home:before {
	content: "\e927";
}
.t3t-trash:before {
	content: "\e928";
}
.t3t-file-empty:before {
	content: "\e929";
}
.t3t-printer:before {
	content: "\e92a";
}
.t3t-envelope:before {
	content: "\e92b";
}
.t3t-graduation-hat:before {
	content: "\e92c";
}
.t3t-bubble:before {
	content: "\e92d";
}
.t3t-earth:before {
	content: "\e92e";
}
.t3t-download:before {
	content: "\e92f";
}
.t3t-menu:before {
	content: "\e930";
}
.t3t-text-size:before {
	content: "\e931";
}
.t3t-chevron-down:before {
	content: "\e932";
}
.t3t-chevron-left:before {
	content: "\e933";
}
.t3t-chevron-right:before {
	content: "\e934";
}
.t3t-chevron-up:before {
	content: "\e935";
}
.t3t-angle-down:before {
	content: "\e936";
}
.t3t-angle-left:before {
	content: "\e937";
}
.t3t-angle-right:before {
	content: "\e938";
	position: relative;
	top:2px;
}
.t3t-angle-up:before {
	content: "\e939";
}
.t3t-chevron-down2:before {
	content: "\e93a";
}
.t3t-chevron-left2:before {
	content: "\e93b";
}
.t3t-chevron-right2:before {
	content: "\e93c";
}
.t3t-chevron-up2:before {
	content: "\e93d";
}
.t3t-sort-asc:before {
	content: "\e93e";
}
.t3t-sort-desc:before {
	content: "\e93f";
}
.t3t-cart:before {
	content: "\ea02";
}
.t3t-layout-grid:before {
	content: "\ea0c";
}
.t3t-minus:before {
	content: "\ea0f";
}
.t3t-plus:before {
	content: "\ea10";
}
.t3t-profile:before {
	content: "\ea11";
}
.t3t-social-facebook:before {
	content: "\ea13";
}
.t3t-social-instagram:before {
	content: "\ea14";
}
.t3t-social-mail:before {
	content: "\ea15";
}
.t3t-social-mail {
	font-size: 110%;
	margin-top: 1px !important;
	top: 1px !important;
	left: -3px;
}
.t3t-social-pinterest:before {
	content: "\ea16";
}
.t3t-amazon:before {
	content: "\ea87";
}
.t3t-google:before {
	content: "\ea88";
}
.t3t-google2:before {
	content: "\ea89";
}
.t3t-facebook:before {
	content: "\ea90";
}
.t3t-facebook2:before {
	content: "\ea91";
}
.t3t-twitter:before {
	content: "\ea96";
}
.t3t-youtube:before {
	content: "\ea9d";
}
.t3t-vimeo2:before {
	content: "\eaa1";
}
.t3t-tumblr:before {
	content: "\eab9";
}
.t3t-tumblr2:before {
	content: "\eaba";
}
.t3t-skype:before {
	content: "\eac5";
}
.t3t-linkedin2:before {
	content: "\eaca";
}
.t3t-linkedin22:before {
	content: "\eacb";
}
.t3t-pinterest:before {
	content: "\ead1";
}
.t3t-pinterest2:before {
	content: "\ead2";
}
.t3t-xing2:before {
	content: "\ead4";
}
.t3t-foursquare:before {
	content: "\ead6";
}
.t3t-file-pdf:before {
	content: "\eadf";
}
.t3t-file-word:before {
	content: "\eae1";
}
.t3t-file-excel:before {
	content: "\eae2";
}
.t3t-soundcloud:before {
	content: "\eac3";
}
.t3t-instagram2:before {
	content: "\ea92";
}
.t3t-soundcloud2:before {
	content: "\eac4";
}
.t3t-search:before {
	content: "\e940";
}

/* Datetimpicker */

.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none
}

.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: 0
}

.xdsoft_datetimepicker button {
	border: none !important
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.xdsoft_noselect::selection {
	background: transparent
}

.xdsoft_noselect::-moz-selection {
	background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center
}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: .5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0
}

.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
	border-top-width: 0
}

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)"
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
	text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
	right: -7px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
	right: 2px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #3af;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
	width: 48px;
	margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #3af
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	background: #3af;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
	opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	cursor: default
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: .2;
	-ms-filter: "alpha(opacity=20)"
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
	background: #3af !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
	color: inherit !important;
	background: inherit !important;
	box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
	color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
	color: #aaa !important
}

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc
}

.xdsoft_scrollbar > .xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px
}

.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto
}

.xdsoft_scroller_box {
	position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #c50;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #c50
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	background: #c50;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #000 !important;
	background: #007fff !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
	color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
	color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
	color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
	background: #333 !important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
	display: block;
	border: 1px solid #ddd !important;
	margin-top: 5px;
	width: 100%;
	color: #454551;
	font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
	background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
	color: #454551;
	background: -moz-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #fff));
	background: -webkit-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -o-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -ms-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: linear-gradient(to bottom, #f4f8fa 0, #fff 73%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)
}

/* set the css for the container */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

#pinnboard {

	overflow: hidden;
	position: relative;
}
#pinnboard .f3-widget-paginator {
	width: 100% !important;
	clear: both !important;
	position: relative;
	bottom:0;
}
#pinnboard.min {
	margin: 0;
}

#pinnboard li {
	/*position: absolute;*/
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 0;
	transform: translateY(100px);
}
#pinnboard li:before {
	content: '';
	display: none;
}

#pinnboard li:hover {
	z-index: 1;
}

#pinnboard li.show {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s, top 1s;
}

#pinnboard li>div {

	font-size: 14px;
	margin: 0 15px 15px 0;
	padding: 5px;
	background: #eee;
	transition: all 0.5s;
}
#pinnboard li>div h3 {
	font-size: 14px;
	color: #c01111;
	margin-bottom:0;
	padding-bottom: 5px;
}
#pinnboard li>div .date {
	font-size: 12px;
	font-weight:bold;
}
#pinnboard li>div .info {
	padding: 3px 0 8px 0;
}
#pinnboard li>div .user {
	font-size: 12px;
}
#pinnboard li>div .user a {

}
#pinnboard li>div:nth-child(3) {
	margin-right:0;
}

#pinnboard li>div:hover {


}

#pinnboard li.min>div {
	margin: 0;
	transform: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#pinnboard li.min>div:hover {
	transform: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}






@media print{


	.navbar-default .logo-wrapper  {
		display: none;

		-webkit-animation-duration: .3s;
		animation-duration: .3s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	.navbar-default .logo-wide {
		display: inherit;

		-webkit-animation-duration: .3s;
		animation-duration: .3s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	body {
		font-size: 50% !important;
	}

	.logo-wrapper,
	#main-menu,
	.container-main .nav-col,
	.content-wrapper > .subnav,
	.news-link-menu,
	#breadcrumpcontent,
	section.subfooter,
	footer,
	.c-col-right > .frame-type-textpic,
	.tx-form4socialmedialinks,
	.pager,
	button.back,
	.swiper-container,
	.coloredbuttonscontent,
	.tx-muk .img-wrap
	{
		display:none;
	}
	.tx-muk .news-detail .img-wrap
	{
		display:block;
	}
	.logo-wide {
		display: block;
	}
	.col-md-9 .col-md-12 .c-col
	{
		width: 100% !important;
		clear:both;
	}
	.c-col-right,
	.tx-muk .news-detail .col-xs-12:nth-child(2)
	{
		margin-top: 4px !important;
	}
	.tx-muk .news-detail .col-xs-12 {
		width: 100% !important;
	}
	.tx-muk .news-latest {
		width: 100% !important;
	}
	.container-home .left-col
	{
		width: 60% !important;
		float:left !important;
		clear: both;
	}
	.container-home .right-col
	{
		width: 100% !important;
		float:left !important;
		clear: both;
	}
	.item-list {
		width: 50% !important;
	}
	table, table td, table th,
	.table, .table .td, .table .th{
		font-size: 14px !important;
	}
	img {
		text-indent:-9999px !important;
		display: none;
		max-width: 50% !important;
	}
	.tx-muk .news-detail img {
		text-indent: 0px !important;
		display: block !important;
	}

	.tx-muk .events-detail .mediaelement {
		page-break-before: auto;

	}
	.col-md-4 img {
		display: none !important;
	}
	a[href]:after { content: none !important; }
	img[src]:after { content: none !important; }
	a[href]::after {
		content: none !important;
		color: #fff;
		size: 80%;
	}
	p {
		max-width: 81% !important;
	}









}


