@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

@charset "UTF-8";

html, body {
	background: #e6e6e6;
}

body.home-body { background: #474747; }

html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 19px;
	font-weight: 400;
	/*line-height: 1.714em;*/
	line-height: 1.60em;
	color: #323232;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #3d3d3d;
}
h1 {
	font-size: 2em;
	font-weight: 300;
}
h2 {
	font-size: 1.714em;
	font-weight: 500;
}
h3 {
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.429em;
}
h5 {
	font-size: 1.286em;
	font-weight: 500;
}
h6 {
	font-size: 1.143em;
	font-weight: 500;
}
#digitaldate { display: none; }
a, a:hover, a:focus {
	text-decoration: none;
	color: #323232;
}
:focus, :active {
	outline: none!important;
}
p {
	margin: 0.3em 0 2em;
}
input[type=text], input[type=email], input[type=tel], textarea, input[type=number] {
	padding: 0.5em 1em;
	border: #e5e5e5 1px solid!important;
	-webkit-box-shadow: inset 0 2px 3px 0 #ececec;
	margin-bottom: 1.5em;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, input[type=number]:focus {
	-webkit-box-shadow:0 0 5px 0 #2c94ff;
	box-shadow:0 0 5px 0 #2c94ff;
}
/* ============ GENERAL ============ */

section.page-block {
	padidng: 3em;
	margin-bottom: 2.5em;
}
.section {
	display: block;
	background: #fff;
	padding: 2em;
	-webkit-box-shadow: 0 4px 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 4px 1px 0 rgba(0,0,0,0.05);
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #c8c8c8;
	border-top: solid 10px #FF8C00;
}
.page-head {
	display: block;
	margin: -2em -2em 2em -2em;
	padding: 1.5em 2em;
	background: #fff;
	border-bottom: #c8c8c8 1px solid;
}

.page-foot {
	border-top: solid 1px #c8c8c8;
	display: block;
	margin: 0 -2em -1em;
	padding: 10px 20px 0 20px;
	text-align: center;
}

.page-head h2 {
	font-size: 24px;
	line-height: 110%;
	color: #323232;
}

.page-head span {
	font-size: 18px;
	line-height: 110%;
	color: #323232;
}

header.colored {
	padding: 1.5em inherit;
}
header.colored h2, header.colored p.text-muted {
	color: #fff;
}
header.colored p.text-muted {
	opacity: 0.7;
}
.no-border {
	border: none!important;
}
.no-padding {
	padding: 0!important;
}
.bottom-margin {
	margin-bottom: 2em;
}
.no-margin {
	margin-bottom: 0!important;
}
img.pull-right {
	margin: 0px 0px 1.5em 1.5em;
	border-radius: 0!important;
}
img.pull-left {
	margin: 0px 1.5em 1.5em 0px;
	border-radius: 0!important;
}
i {
	margin-right: 0.3em;
}
.btn {
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid rgba(0,0,0,0.25);
	/*border-radius: 0;*/
	color: #fff!important;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	padding: 0.8em 1.5em;
}
.btn:hover {
	background: #3d3d3d;
}
.btn-lg {
	padding: 0.8em 1em;
}
blockquote {
	font-size: 1.1em;
}
.tooltip {
	top: -40px!important;
}
ul.list-default {
	list-style-type: none;
}
ul.list-default li {
	padding: 0.8em 0 0.8em 2.5em;
	position: relative;
}
ul.list-default li:before {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	font-size: 0.8em;
	top: 1.3em;
}
.text-muted {
	color: #b2b2b2;
	margin: 0
}
#subscribeForm .form-control:-moz-placeholder {
color: rgba(255,255,255,0.7)!important
}
#subscribeForm .form-control::-moz-placeholder {
color: rgba(255,255,255,0.7)!important
}
#subscribeForm .form-control:-ms-input-placeholder {
color: rgba(255,255,255,0.7)!important
}
#subscribeForm .form-control::-webkit-input-placeholder {
color: rgba(255,255,255,0.7)!important
}
/* ============ HEADER ============ */

h1.logo {
	background: none;
	border: none;
	margin: 0.8em 0;
}

#top .container {
	position: relative;
}
#home {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);
	/*-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);*/
}
.navbar {
	min-height: 1em;
}
.navbar-header {
	display: block;
	position: absolute;
	top: -3.82em;
	right: 1.4em;
	width: 35px;
	height: 35px!important;
	overflow: hidden;
	text-align: center;
}
.navbar-header .navbar-toggle {
	display: block;
	margin: 0 5px 0 0!important;
	padding: 9px 0!important;
}
.navigation nav ul {
	text-align: right;
	margin: 0;
}

.navigation nav ul li a:hover {
	color: #ff8c00 !important;
}

.navigation nav ul li {
	margin: 0 0.5em;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}
.navigation nav ul li:last-child {
	margin-right: 0;
}
.navigation nav ul li:before {
	content: '';
}
.navigation nav ul li a {
	font-size: .98em;
	font-weight: bold;
	line-height: 4.95em;
	color: #3d3d3d;
	text-transform: uppercase;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) and (orientation : landscape) {
	.navigation nav ul li a {
		font-size: .98em;
	}
}


.menu-img, .lang-img, .newsletter-img {
	vertical-align: text-top !important;
}

.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none!important;
}
.navbar-default {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.7);
	margin: 0;
}
.navbar {
	border: 1px solid rgba(0,0,0,0.1);
}
.navbar a.navbar-brand {
	color: #fff;
}
.navbar-collapse.in {
	overflow: visible;
}
#event-slider .carousel-inner {
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
}
#event-slider .carousel-inner .item img {
	margin: auto auto;
}
#event-slider .carousel-control i {
	position: absolute;
	top: 50%;
}

#firstsection {
	margin-top: -7.5em;
	position: relative;
}


/* ============ INTRO ============ */
#intro {
	min-height: 5em;
	position: relative;
}
#intro .container .section {
	margin-top: -9.4em;
}
#intro .section .page-head {
	padding-bottom: 0;
	padding-top: 1.5em;
}
.callback, .simple {
	font-size: 20px;
	background: #27ae60;
	padding: 0.5em 0.7em;
	color: #ecf0f1;
	margin-bottom: 50px;
	-webkit-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}
.callback {
	cursor: pointer;
}
.ended {
	background: #c0392b;
}
.venue {
	float: left;
}
.styled {
	margin-bottom: 0px;
	margin-top: -1.5em;
	height: 100%;
	width: 100%;
}
.styled div {
	display: inline-block;
	font-size: 1em;
	font-weight: 200;
	line-height: 1;
	text-align: center;
	border: #e5e5e5 1px solid;
	border-style: none solid none none;
	padding: 0.3em 1em 0 1em;
	height: 100%;
}
.styled div:first-child {
	border-style: none solid;
}
.styled div span {
	display: block;
	font-size: 2.8em;
	margin: 10px auto;
}
/* IE7 inline-block hack */
*+html .styled div {
	display: inline;
	zoom: 1;
}
.styled div:first-child {
	margin-left: 0;
}
.styled div strong {
	display: block;
	font-size: 14px;
	border-top: 1px solid #e5e5e5;
	background: #f6f6f6;
	padding: 0.45em 0.2em;
	margin: 0 -1em;
	text-transform: uppercase;
	color: #747474;
}
.regHeading {
	display: none;
}
#register {
	position: absolute;
	bottom: 6em;
	background: #FBFBFB;
	bortder:1px solid #fff;
	padding: 2em;
	right: -0.9em;
	-webkit-box-shadow: 0 1.5em 4em 0 rgba(0,0,0,0.3);
	box-shadow: 0 1.5em 4em 0 rgba(0,0,0,0.3);
	width: 20em;
}
#register input[type=text], #register input[type=tel], #register input[type=email], #register textarea {
	margin-bottom: 0.4em;
}
#register input[type=submit] {
	padding: 0.4em 1.4em;
	margin-top: 0.5em;
	font-size: 0.9em;
}
#register .form-row {
	position: relative;
}
#register .form-row .error {
	position: absolute;
	top: 0.4em;
	right: 0.5em;
}
/*============== SCHEDULE ===============*/
#schedule .nav-tabs li {
	margin: 0;
	border: #e5e5e5 1px solid;
	border-style: none none none solid;
}
#schedule .nav-tabs li:first-child, #schedule .nav-tabs li.active a {
	border: none!important;
}
#schedule .nav-tabs li a {
	-webkit-border-radius: none;
	border-radius: none;
	display: block;
	padding: 1.5em 3.5em 1.5em 2em!important;
	margin: 0;
	clear: both;
}
.nav-tabs>li>a {
	border: none!important;
}
#schedule .nav-tabs li a:hover {
	background: none;
}
#schedule .nav-tabs li.active span.arrow {
	display: block!important;
	width: 15px;
	height: 10px;
	background: url(../../img/icons/tab-active.png) no-repeat 0 0;
	margin: 0 auto -11px auto;
}
#schedule .nav-tabs li i {
	font-size: 3em;
	color: #b2b2b2;
	margin-top: -0.2em;
}
#schedule .nav-tabs li h5 {
	white-space: nowrap;
	display: inline-block;
}
#schedule .nav-tabs li h5 small {
	display: block;
	margin-top: 0.5em;
	white-space: nowrap
}
#schedule .nav-tabs li.active h5 small {
	color: #3d3d3d!important;
}
#schedule .tab-pane {
	padding: 3em 2em 2em 2em;
}
.tab-pane h3 i {
	display: none;
}
.schedule-box h6.section-head {
	display: inline-block;
	background: #3d3d3d;
	color: #fff;
	padding: 0.7em 1em;
}
.schedule-box h6.section-head span {
	display: inline-block;
	margin: -0.7em 1em -0.7em -1em;
	padding: 0.7em 1em;
	color: #fff;
	border-right: #fff 1px solid;
}
.schedule-box ul.activities {
	display: block;
	margin: 0 0 2em 0;
	background: #fbfbfb;
	border: #e5e5e5 1px solid;
	padding: 0;
}
.schedule-box ul.activities li {
	display: block;
	border-top: #e5e5e5 1px solid;
	padding: 2em 1.5em 0 1.5em;
}
.schedule-box ul.activities li:first-child {
	border: none;
}
.schedule-box ul.activities li h6 {
	margin-bottom: 1em;
}
ul.li-blocks {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	width: 100%;
	border-bottom: #e5e5e5 1px solid;
	display: table;
}
ul.li-row {
	display: table-row;
	width: 100%;
}
ul.li-blocks li {
	display: table-cell;
	margin: 0!important;
	padding: 0.9em 1em;
	border: #e5e5e5 1px solid;
	border-style: solid none none solid;
	font-size: 1.15em;
}
ul.li-row li:last-child {
	border-style: solid solid none solid;
}
ul.li-blocks ul.li-row:nth-child(odd) li:nth-child(1), ul.li-blocks ul.li-row:nth-child(even) li:nth-child(2) {
	background: #f7f7f7;
}
ul.li-blocks li:hover {
	background: #f7f7f7;
}
ul.li-blocks li strong {
	color: #3d3d3d;
}
.eg-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0 auto 2em auto;
	padding: 0;
}
.eg-thumbs li {
	float: left;
	width: 24%;
	margin: 0.5%;
	background: #fff;
	padding: 1px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.eg-thumbs li a, .eg-thumbs li a img {
	display: block;
	position: relative;
}
.eg-thumbs li a {
	overflow: hidden;
}
.eg-thumbs li a div {
	position: absolute;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: block;
	left: 0px;
	top: 100%;
	overflow: hidden;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
.eg-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -1px 0 rgba(255,255,255,0.3);
}
/*=================SPEAKER==================*/
.speaker .col-md-10 {
	border-right: #e5e5e5 1px solid;
}
.speaker .col-md-10 h6 {
	margin-top: 1em;
}
.speaker .col-md-10 p {
	font-size: 0.85em;
	color: #9e9e9e;
	margin-bottom: 1em;
}
.speaker .col-md-2 i {
	font-size: 2.6em;
	margin: 0.4em auto 0 auto;
	cursor: pointer;
}
.speaker-grid .section:hover .speaker .col-md-2 i {
	color: #3d3d3d;
	-moz-transform: scale(1) rotate(180deg) translateX(0px) skewX(0deg);
	-webkit-transform: scale(1) rotate(180deg) translateX(0px) skewX(0deg);
	-o-transform: scale(1) rotate(180deg) translateX(0px) skewX(0deg);
	-ms-transform: scale(1) rotate(180deg) translateX(0px) skewX(0deg);
	transform: scale(1) rotate(180deg) translateX(0px) skewX(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.speaker-grid .section {
	margin-bottom: 2em;
}
.speaker-grid .section figure {
	position: relative;
	overflow: hidden;
}
.speaker-grid .section .speaker {
	background: #fff;
}
.speaker-grid .section figcaption {
	display: block;
	bottom: 0;
	height: 100%;
	color: #fff;
	padding: 2em 1em 0.5em 1em;
	position: absolute;
	-webkit-box-shadow: 0 5px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 5px 0 0 rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(0px, 400px);
	-moz-transform: translate(0px, 400px);
	-ms-transform: translate(0px, 400px);
	-o-transform: translate(0px, 400px);
	transform: translate(0px, 400px);
}
.speaker-grid .section:hover figcaption {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
/*================= PARTNERS ======================*/
#partners a img {
	background-color: #ececec;
	width: 25%;
	float: left;
	padding: 1px;
	opacity: 0.5;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
#partners a:hover img {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
}
.partner {
	display: block;
	margin-top: 2em;
}
/*================= FAQ ======================*/
.panel-heading, .panel-title, .panel, .panel-default {
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}
.panel-heading {
	padding: 0!important;
}
.panel-heading a {
	display: block;
	padding: 1em 1em 1em 1.5em!important;
	color: #fff;
	font-weight: bold;
}
.panel-heading a span {
	display: block;
	margin: -2.8em -1em -1em 2em;
	background: #f5f5f5;
	padding: 1em;
	color: #6a6a6a;
}
.panel-body {
	padding: 2em;
}
/*================= VENUE ======================*/
#venue .section {
	padding-bottom: 0!important;
}
#map_canvas {
	display: block;
	height: 25em;
	background: #f5f5f5;
	margin: -2em -2em 0em -2em;
	border-bottom: #e5e5e5 1px solid;
}
#venue .column {
	padding: 2em 0;
}
#venue .column-content {
	padding: 0 1em;
}
#venue .directions-input, #venue .directions-results {
	border-left: #e5e5e5 1px solid;
	padding: 2em 1em;
}
#venue .directions-results {
	overflow: auto;
}
#venue input[type=text] {
	display: block;
	width: 100%;
}
#venue .radio-option {
	display: block;
	margin-bottom: 0.5em;
	float: left;
	min-width: 120px;
	font-size: 0.9em;
	font-weight: normal
}
#routeForm .last {
	margin-bottom: 1em;
}
#venue .radio-option input[type=radio] {
	margin-right: 0.25em;
}
#directionsPanel {
	display: block;
}
#directionsPanel .adp-placemark td {
	padding: 5px!important;
}
#directionsPanel .adp-summary {
	text-align: center;
	font-weight: bold;
}
ul.address {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0 -1em 0 -2em;
}
ul.address li {
	display: block;
	position: relative;
	border-top: #e5e5e5 1px solid;
	padding: 1em 2em 1em 5em;
}
ul.address li:first-child {
	border: none;
	padding-top: 0;
}
ul.address li i {
	position: absolute;
	left: 1em;
	top: 0.65em;
	color: #d2d2d2;
	font-size: 1.8em;
}
ul.address li:first-child i {
	top: 0;
}


#subscribeForm .form-row {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}
#subscribeForm input[type=email] {
	display: block;
	border: 1px solid rgba(0,0,0,0.1)!important;
	width: 100%;
	padding: 0.7em 1em;
	height: auto!important;
	background: rgba(0,0,0,0.25);
	color: #fff!important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#subscribeForm input[type=submit] {
	display: block;
	background: transparent;
	width: 21px;
	height: 21px;
	border: none;
	text-align: center;
	position: absolute;
	right: 0.65em;
	top: 0.65em;
}


#options {position:fixed; top:60px; left:0px; width:180px; background:#2a2a2a; padding:20px 20px 10px 20px; z-index:999999;}
#options p, #options h4 {color:#ccc;}
#options h4:first-child {color:#fff;}
#options p {margin:0 0 5px 0;}
#options div.customcolorbox {display:block; font-size:13px; color:#ccc;}
#options div.readyColors, #options div.backColors {padding-bottom:5px; margin-bottom:5px;}
#options div.readyColors a, #options div.backColors a,
#options div.readyTex a, #options div.backTex a {padding:5px!important; position:relative;  margin:0px 8px 5px 0px; display:block!important; width:20px!important; overflow:hidden!important; height:20px!important; text-indent:-9999px; float:left!important;  border:#000 1px solid;}
#options div.bgBox {display:block; position:absolute; top:-450px; opacity:0; left:-400px;}
#options input[type=text] {-webkit-border-radius:0; border-radius:0; width:100%; border:#333 1px solid; padding:0px 20px;}

#options span.dialog {position:absolute; top:0; right:-35px; cursor:pointer; display:block!important; width:35px; height:35px; text-align:center;  background:#000; color:#fff; font-weight:bold; border:rgba(0,0,0,0.5) 1px solid; -webkit-border-radius:0px 3px 3px 0px; border-radius:0px 3px 3px 0px; border-style:solid solid solid none;}
#options span.dialog h4 {color:#fff; font-size:20px; line-height:30px; padding:0; margin:0;}
#options h4.head {display:block; background:#000; font-size:15px; color:#fff; margin:-20px -20px 10px -20px; padding:8px 15px 9px 15px;}

.pp_social {display:none;}

/***************************************** OTHERS *****************************************/
.schedule-box ul.activities li h6 {
	line-height: 1.5em;
}

#registerForm .pd-checkbox .value span {
	display: table !important;
}

#registerForm input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	vertical-align: top;
}

#registerForm label.inline {
	font-weight: normal;
}

#registerForm p.ds>label.field-label {
	display:none;
}

#registerForm p.required label, #registerForm span.required label {
	padding-left: 0;
	display: table-cell;
	padding-bottom: 0.5em;
}

#registerForm p.submit input {
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid rgba(0,0,0,0.25);
	color: #fff!important;
	max-width: 280px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2);
	padding: 0.8em 1.5em;
	background-color: #F63;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#registerForm p.submit {
	margin-left: 0;
}

#registerForm p.submit input:hover {
	background-color: #3d3d3d;
}

#registerForm select {
	-webkit-appearance: menulist;
	box-sizing: border-box;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	height: 37px;
	line-height: normal;
	width: 90%;
	max-width: 500px;
	margin-bottom: 0.75em;
	padding: 7px 14px;
	border: #e5e5e5 1px solid!important;
	-webkit-box-shadow: inset 0 2px 3px 0 #ececec;        
}

#registerForm input {
	display: table-cell;
	width: 90%;
	max-width: 500px;
	margin-bottom: 0.75em;
}

#registerForm p.form-field {
	margin-bottom: 0;
}

#registerForm p.emailfield {
	margin-bottom: 1.25em;
}

#registerForm p label {
	display: block;
	color: #6a6a6a;
}

/***********************************************************/
form.form p label { color: #000000; float: none; text-align: left; line-height: 1em; width: auto; }
form.form p.submit { margin-left: 5px; }
form.form p.no-label { margin-left: 50px; }
form.form span.value { margin-left: 0px; }
form.form p span.description { margin-left: 0px; }
form.form p.required label, form.form span.required label { background-position: top left; padding-left: 15px; }
form.form .pd-checkbox .value span { display: block !important; }

/***********************************************************/
a, #partners a:hover img {-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

/***********************************************************/
@media screen and (max-width : 320px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 11px;
}
.navigation nav ul li {
	width: 100%!important;
}
.navigation nav ul li {
	border: 1px solid rgba(0,0,0,0.1);
	border-style: solid solid none solid!important;
}
.styled div {
	width: 100%!important;
	border-style: solid solid;
}
ul.li-blocks li {
	display: block!important;
	width: 100%!important;
	border-style: solid solid none solid;
}
ul.li-blocks ul.li-row li {
	background: #FFF!important;
}
ul.li-blocks ul.li-row li:first-child {
	background: #F7F7F7!important;
}
#partners a img {
	width: 100%;
}
.speaker-grid > div {
	width: 100%;
}
.speaker-grid .section figcaption {
	display: block!important;
	position: relative!important;
	min-height: 18em!important;
	-webkit-transform: translate(0px, 0px)!important;
	-moz-transform: translate(0px, 0px)!important;
	-ms-transform: translate(0px, 0px)!important;
	-o-transform: translate(0px, 0px)!important;
	transform: translate(0px, 0px)!important;
}
.speaker i {display:none;}
.speaker .col-md-10 {border:none; }
}

/* iPhone 5 (portrait & landscape)----------- */
@media only screen and (min-width : 320px) and (max-width : 570px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 12px;
}
.styled div {
	width: 100%!important;
	border-style: solid solid;
}
.navigation nav ul li {
	width: 100%!important;
}
.navigation nav ul li {
	border: 1px solid rgba(0,0,0,0.1);
	border-style: solid solid none solid!important;
}
#event-gallery ul li {
	width: 98%!important;
	margin: 1%!important;
}
ul.li-blocks li {
	display: block!important;
	width: 100%!important;
	border-style: solid solid none solid;
}
ul.li-blocks ul.li-row li {
	background: #FFF!important;
}
ul.li-blocks ul.li-row li:first-child {
	background: #F7F7F7!important;
}
.speaker-grid .section figcaption {
	display: block!important;
	position: relative!important;
	min-height: 18em!important;
	-webkit-transform: translate(0px, 0px)!important;
	-moz-transform: translate(0px, 0px)!important;
	-ms-transform: translate(0px, 0px)!important;
	-o-transform: translate(0px, 0px)!important;
	transform: translate(0px, 0px)!important;
}
.speaker i {display:none;}
.speaker .col-md-10 {border:none; }
#intro .container .section {margin-top:-4.4em; }
}

/* iPhone 5 (landscape)----------- */
@media screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
#partners .li-row li {
	width: 50%;
}
#partners .li-row li img {
	width: auto!important;
}
#partners a img {
	width: 50%;
}
}

/* iPhone 5 (portrait)----------- */
@media screen and (min-width : 320px) and (max-width : 568px) and (orientation : portrait) {
#event-gallery ul li {
	width: 48%;
	margin: 1%;
}
.speaker-grid > div {
	width: 100%;
}
#partners .li-row li {
	width: 100%;
}
#partners a img {
	width: 100%;
}
}
 @media only screen and (min-width : 569px) and (max-width : 599px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 12px;
}
ul.li-blocks ul.li-row li strong {
	display: block;
}
#partners a img {
	width: 50%;
}
.speaker-grid .section figcaption {
	display: block!important;
	position: relative!important;
	min-height: 15em;
	transform: none!important;
}
.speaker i {display:none;}
.speaker .col-md-10 {border:none; }
}
 @media screen and (min-width : 600px) and (max-width : 767px) {
#partners a img {
	width: 50%;
}
.borderBtm {
	border-bottom: 1px solid rgba(0,0,0,0.1)!important;
}
}
 @media screen and (min-width : 320px) and (max-width : 1024px) {
}
 @media only screen and (min-width:768px) {
.navigation nav ul li {
	background-color: transparent!important;
}
}

 /* Desktops, Large Screen and laptops ----------- */
 @media only screen and (max-width : 767px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 14px;
}
.styled div strong {
	margin: 0 -0.835em!important;
}
.navigation nav ul li {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	border-style: solid solid none solid;
	margin: 0;
}
.navigation nav ul {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding: 0;
}
.navigation nav ul li:nth-child(odd) {
	border-style: solid none none solid;
}
.navigation nav ul li a {
	line-height: 3.5em;
	color: #FFF;
}
/*
#Navigation li a:hover {
	color: #FFF!important;
}
*/
#event-gallery ul li {
	width: 48%;
	margin: 1%;
}
#event-gallery ul li img {
	width: 100%;
}
#event-slider {
	display: block;
	margin-top: 4.4em;
}
}
 @media only screen and (max-width : 996px) {
.venue, .styled {
	display: block;
	float: none;
}
.styled {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	border-style: solid none;
	margin: 1.5em 0;
}
.styled div {
	width: 20%;
}
.styled div strong {
	margin: 0 -0.935em;
}
#register {
	bottom: 16.7em;
}
.regHeading {
	display: block;
	text-align: left;
	margin-top: 2em;
}
#register {
	display: block!important;
	position: relative;
	background: none;
	padding: 0 0 2.5em;
	bottom: 0!important;
	right: 0!important;
	width: 100%;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
a.register-trigger {
	display: none;
}
#register {
	text-align: left;
}
.tab-pane {
	/*display: block!important;*/
	/*margin-bottom: 2em;*/
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.tab-pane h3 i {
	display: inline-block;
	color: #b2b2b2;
}
#schedule .nav-tabs {
	display: none;
}
#speakers .speaker-grid .section {
	margin-bottom: 2em!important;
}
#partners .li-row a img {
	width: 100%;
}
#partners a img {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
}
#questions .col-sm-12 {
	margin-bottom: 5px;
}
#venue .directions-input, #venue .directions-results {
	padding: 2em 0;
	border: none;
}
.column {
	height: auto!important;
}
ul.address {
	margin-right: -2em;
}
#footer .social a {
	opacity: 1;
}
#footer {
	text-align: center;
}
.speaker .col-md-2 i {
	font-size: 2.5em;
}
.readIcon {padding-left:0; padding-right:0; text-align:center!important;
}
 }

/* iPads (portrait and landscape) ----------- */
@media screen and (min-width : 768px) and (max-width : 1023px) {
}

/* iPads (portrait and landscape) ----------- */
@media screen and (min-width : 768px) and (max-width : 991px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 16px;
}
}
/* iPads (portrait and landscape) ----------- */
@media screen and (min-width : 768px) and (max-width : 991px) and (orientation : portrait) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 16px;
}
a.register-trigger {
	position: absolute;
	right: 1.1em;
	top: -12.5em;
}
#register {
	right: 0.95em;
	text-align: left;
	bottom: -11.8em;
}
}
/* iPads (portrait and landscape) ----------- */
@media screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
}
 
/* iPads (landscape) ----------- */
@media only screen and (min-width : 992px) and (max-width : 1200px) and (orientation : landscape) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 18px;
}
.styled div strong {
	margin: 0 -0.925em;
}
#schedule .nav-tabs li {
	width: 25%;
	text-align: center;
}
#schedule .nav-tabs li i {
	display: block;
}
#schedule .nav-tabs li a {
	padding: 1.5em 2em !important;
}
}
 @media only screen and (min-width : 1201px) {
.navbar-collapse {
	padding-right: 0;
}
}

/* Sticky footer styles
-------------------------------------------------- */
#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #474747;
  border-top: solid 10px #737373;
}

.container .text-muted, .container .text-muted a {
  margin: 18px 0 0 0;
  font-size: 12px;
  color: #eee;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-box {
	background: #ff8c00;
	border-radius: 10px;
	color: #323232;
	padding: 45px 25px 35px;
	margin-top: -40px;
}

.footer-img {
	width: 32px;
	height: 40px;
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.footer-text {
	height: 40px;
	display: inline-block;
	text-align: left;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height: 130%;
	color: #323232;
	font-size-adjust: 0.5;
}

.footer-text h4 {
	padding: 0;
	margin: 0;
	color: #323232;
}

/* ================== FOOTER ====================*/
/*
#footer {
	background: #474747;
	min-height: 10em;
	margin-top: 6.5em;
	-webkt-box-shadow: inset 0 10px 0 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 10px 0 0 rgba(255,255,255,0.2);
}
#footer .section {
	margin-top: -5.5em;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#footer h3 {
	color: #fff;
}
#footer .colored {
	border-bottom: 3px solid rgba(0,0,0,0.25);
}
#footer a:hover {
	color: #fff;
}
#footer .social {
	position: relative;
}
#footer .social a {
	color: #fff;
	opacity: 0.7;
	font-size: 1.7em;
}
#footer .social a:hover {
	opacity: 1;
}
#footer .text-center {
	color: #b2b2b2;
	font-size: 0.9em;
}
#footer p {
	margin-bottom: 0;
}
*/

/********************************** MODAL BOX ********************************/
.modal-header {
	border: none;
}
.modal-content{
	position:relative;
	background-color:#000;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #696969;
	border-radius:0px;
	outline:0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.modal-content a {
	color: #FFF;
	opacity: 0.7;
	font-size: 16px;
}

.modal-content a:hover {
	color: #FFF;
	opacity: 1;
}

.close, .close:hover {
	opacity: 1;
}

.col-centered {
    text-align: center
}

.modal-dialog {
  padding-top: 13%;
}

.menu-row {
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: solid 1px #fff;
}

.menu-body {
	padding: 0 45px 20px;
}

.menu-copyright-row {
	padding-top: 30px;
}

.menu-copyright-row div {
	font-size: 10px;
	color: #fff;
}
.modal-content a {
	color: #FFF;
	opacity: 0.7;
	font-size: 16px;
}

.carousel-control.left{ margin-left: -13px; }
.standorte-text { font-size: 18px; line-height: 110%; padding: 10px 0 0 0; float: left; }
.standorte-arrow { padding: 0 10px; }
.standorte-col { padding-bottom: 30px; overflow:hidden; }
.standorte-flagdiv { float: left; }
.location-more { display: none; margin-top: 10px; }
.bottom-menu-item { margin: 0 6px; display: inline-block; font-size: 14px; }
.bottom-separator { margin: 0 2px; display: inline-block; font-size: 14px; }

#nav-mobile { position: absolute; right: 0; margin-top: -45px; margin-right: 30px; }

#logo-top { height: 5px; }
.svg { position: absolute; display: block; width: 270px; height: 53px; }
#toplogo { display: inline-block; width: 270px; height: 53px; margin: 5px 0; }
.logoimg { padding-top: 5px; padding-bottom: 5px; background-image: url(./assets/img/logo_1.png); width: 270px; height: 53px; background-position: center; background-repeat: no-repeat; }

.fair-1 { display: inline-block; width: 180px; height: 20px; font-weight: bold; }
.fair-2 { display: inline-block; width: 200px; height: 40px; }
.fair-3 { display: inline-block; width: 120px; height: 40px; }
.fair-img1 { margin-top: -15px; margin-left: 10px; position: absolute; display: inline-block; }
.fair-img { margin-top: -1px; margin-left: 18px; position: absolute; display: inline-block; }


.press { margin-bottom: 20px; }
.press-1 { width: 110px; }
.press-2 { }
.press-3 { padding-left: 10px; }
.press-img { margin-top: -2px; margin-left: 10px; position: absolute; display: inline-block; }

.resellers-text { font-size: 18px; line-height: 110%; padding: 15px 0 0 0; float: left; }
.resellers-arrow { padding: 0 0 0 4px; }

/******************************** CONTACT ********************************/
.form-control { background-color: #F0F0F0; }
.btn-warning, .btn-warning.active { background-color: #ff8c00; }
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff !important;background-color:#323232;border-color:#111}
.btn { text-transform: none; color: #323232 !important; text-shadow: none !important; }
.btn-submit { margin-top: 16px; display: inline-block; }
.captcha-img { display: inline-block; width: 138px; margin-top: 14px; }
.captcha-field { width: 140px; }
#reloaddiv { position: absolute; margin-left: 120px; margin-top: 2px; }

.page-head h2 { margin-bottom: 5px; }
.grouping-line { border-top: solid 1px #ccc; display: block; width: 100%; height: 24px; }
.servicediv img { margin-bottom: 5px; }
.list-title { font-weight: 600; margin-bottom: 15px; }
.video-link { padding-top: 3px; }
.app-name { display: block; margin: 15px 0 30px 0; white-space: nowrap; }
.app-img { padding: 0; }
.download-additional { line-height: 20px; margin-top: -2px; }

.video-div { margin-bottom: 10px; }
.video-div table { padding: 0; margin: 0; }
.video-div td { min-width: 35px; line-height: 120%; vertical-align: middle; }

.news-div { margin-bottom: 5px; margin-top: 5px; }
.news-div table { padding: 0; margin: 0; }
.news-div td { min-width: 35px; line-height: 120%; vertical-align: top; }

#inotech_results { margin-bottom: 10px; }
#inotech_results table { padding: 0; margin: 0; }
#inotech_results td { min-width: 35px; line-height: 120%; vertical-align: middle; }


.col-text { margin-top: -10px; padding-top: 0px !important; }
.arrow-line { background: url(/V3/assets/img/arrow_line.png) no-repeat; display: block; width: 100%; height: 28px; margin-bottom: 10px; }
.location-line { background: url(/V3/assets/img/location_line.jpg) no-repeat; display: block; width: 100%; height: 28px; margin-bottom: 10px; }
.inojob-line { background: url(/V3/assets/img/job_line.jpg) no-repeat; display: block; width: 100%; height: 28px; margin-bottom: 10px; }
.nopic-line { border-top: solid 1px #ccc; display: block; width: 100%; height: 10px; margin-bottom: 5px; }


/******************** MENU ********************************/
#menu, #lang { display: none; position: absolute; width: 100%; min-height: 100%; top: 0; left: 0; background: #e6e6e6; text-align: center; }
#page-holder { display: none; }
#menu a { font-size: 24px; line-height: 130%; }
#menu a.linq { display: inline-block; width: 290px; }
#mainmenu { list-style-type: none; margin: 130px 0 0 0; padding: 0; }
#menu .submenu { list-style-type: none; margin: 0; padding: 0; display: none; min-width: 290px; }
#menu li { padding: 0; margin: 20px 0; }
#menu li a { display: inline-block; width: 290px; text-align: left; padding-left: 35px; }
#menu li.hassub span.hassub { border-bottom: solid 1px #c8c8c8; display: block; line-height: 120%; min-width: 290px; }
#menu li.hassub span.hassub a.linq { display: inline-block; border-left: solid 1px #c8c8c8; border-top: solid 1px #c8c8c8; border-right: solid 1px #c8c8c8; border-top-left-radius: 5px; border-top-right-radius: 5px; background: #f0f0f0; }
.menuplus { float: left; margin-left: 10px; margin-right: -24px; }
body { overflow-y:scroll; }
#menucontainer { display: none; }
.menulink { color: #3d3d3d; }
.minusLoader { background: url(../img/minus.png); }
.minusplus { margin-bottom: 2px; margin-left: -35px; }
.anchorlink { position: absolute; margin-top: -95px; }

#flags { padding-top: 140px; }
.flag-container { padding: 10px; width: 150px; display: inline-block; text-align: left; }
#flags .col-centered { margin-bottom: 40px; }

.sublink a { padding-left: 59px !important; background-image: url(/V3/assets/img/menu.png); background-repeat: no-repeat; background-position: 35px 5px; }

.active-lang, .active-lang:hover { color: #ff8c00; }

/*********************************** PRELOADER ****************************************/
#preloader-container { text-align: center; vertical-align: middle; background: #fff; width: 100%; height: 100%; display: block; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 99999; }
#preloader-inner { position: relative; top: 50%; margin-top: -50px; }

.flag-container { padding: 10px; width: 150px; display: inline-block; text-align: left; }
.arrow-up { float: right; margin-top: 10px; }

/********************************** MAP ***********************************************/
.anc {	position: absolute; display: inline-block; opacity: .3; border-radius: 15px; width: 25px; height: 25px; }
.anc1 { margin-left: 774px; margin-top: 62px; }
.anc2 { margin-left: 768px; margin-top: 26px; }
.anc3 { margin-left: 828px; margin-top: 77px; }
.anc4 { margin-left: 773px; margin-top: 92px; }
.anc5 { margin-left: 648px; margin-top: 178px; }
.anc6 { margin-left: 525px; margin-top: 206px; }
.anc7 { margin-left: 769px; margin-top: 136px; }
.anc8 { margin-left: 75px; margin-top: 96px; }
.anc9 { margin-left: 978px; margin-top: 198px; }

/****************************** CMS ***************************************************/
.cms-container { background: #fff; border-radius: 5px; }
.cms-container .cms-link { display: none; line-height: 100%; font-size: 14px; color: #ff8c00; }
.cms-container .cms-link2 { display: none; line-height: 100%; font-size: 14px; color: #ff8c00; position: absolute; left: 0; margin: 34px 0 0 20px; background: #fff; padding: 5px 10px; }
.cms-container:hover .cms-link { display: inline-block; }
.cms-container:hover .cms-link2 { display: inline-block; }
.cms-container .cms-item { color: #ff8c00; }
.overlay-header { font-size: 24px; /*border-bottom: solid 1px #999;*/ display: block; width: 100%; padding: 0px 0 15px 0; font-family: inherit; line-height: 110%; }

#add-overlay { padding: 10px; }
.nav-tabs .active { border-top: solid 1px #ccc; border-left: solid 1px #ccc; border-right: solid 1px #ccc; 	border-radius: 5px 5px 0 0; }
.tab-pane { padding: 10px; border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; border-right: solid 1px #ccc; background: #fff; min-height: 200px; }

input[type=file], .font-small {
	font-size: 14px;
}

.list-item-disabled, 
.list-item-disabled td, 
.list-item-disabled a td, 
.list-item-disabled a.cms-link div, 
.list-item-disabled a.cms-link, 
.list-item-disabled a.cms-link2, 
.list-item-disabled a.cms-link2 div, 
.list-item-disabled a, 
.list-item-disabled div, 
.list-item-disabled2, 
.list-item-disabled2 a {
	color: #999 !important;
}

#draggablePanelList .handler-img {
	cursor: move;
}

.datepicker td, .datepicker th {
	font-size: 13px !important;
}
.datepicker th { font-weight: bold; }

.image-disabled { opacity: 0.6; }

.firma-logo { margin: 0; }


/* IE9 and IE10 rule sets go here */  
@media screen and (min-width:0\0) {  
	img {
		width: auto !important;
	}
}


@media (max-width:313px){
	.footer-text { text-align: center; }
	.qualitysm { height: auto; margin-top: 0; }
	.video-div td { vertical-align: top; }
}

@media (min-width:314px){
	.footer-text { text-align: left; }
	.qualitysm { height: 200px; margin-top: 0; }
	.video-div td { vertical-align: middle; }
}

@media (max-width:497px){
	.modal-content a { font-size: 14px; }
	#lang-li { display: none; }
	.footer-text { width: 155px; font-size: 12px; height: 50px; }
	.footer-text h4, .btn-submit { font-size: 15px !important; font-weight: 700; }
	.footer-img { width: 24px; height: 50px; margin-right: 5px; }
	#nav-mobile { display: block; }
	.standorte-text { font-size: 14px; margin-top: -4px; float: none; }
	.standorte-flagdiv { float: none; }
	.standorte-flag { height: 40px; }
	#standorte-normal, #resellers-normal, #messen-normal { display: block; }
	#standorte-tablet, #resellers-tablet, #messen-tablet { display: none; }
	.resellers-text { font-size: 14px; margin-top: -4px; float: none; }
	.bottom-menu-item a { font-size: 14px; }
	/*#logo { width: 180px; }*/
	#nav-mobile { position: absolute; right: 0; margin-top: -36px; margin-right: 30px; }
	#firstsection { margin-top: -4em; }
	.brand { margin-top: 2px; margin-bottom: 2px; }
	.page-head h2 { font-size: 22px; }
	.page-head span { font-size: 16px; }
	#Navigation { margin-top: 0 !important; }
	#logo-top { height: 0px; }
	#toplogo, .svg { width: 183px; height: 36px; }
	.logoimg { background-image: url(../img/logo_3.png); height: 35px; }
	#mobilemap { display: block; }
	#pcmap { display: none; }
	#tabletmap { display: none; }
	.quality-size1 { display: block; }
	.quality-size2 { display: none; }
	.fair-img1 { margin-top: -15px; }
	/*.captcha-img { margin-top: 4px; }
	.captcha-field { width: 160px; }*/
	.btn-submit { margin-top: 16px; }
	
	.captcha-img { margin-top: 25px; width: 74px; }
	.captcha-field { width: 120px; }
	#reloaddiv { position: absolute; margin-left: 75px; margin-top: 2px; }
	.grouping-line { display: none; }
	.download-additional { margin-top: -5px; }
	.news-div img { margin-top: 3px; }
	.app-img { padding: 0 50px; }
	.col-text { margin-top: 0px; }
	#menu a { font-size: 18px; line-height: 130%; }
	#mainmenu { margin-top: 90px; }
	#flags { padding: 100px 0 25px; }
	#flags .col-centered { margin-bottom: 10px; }
	#flags-big { display: none; }
	#flags-small { display: block; }
	#flags img { width: 60px; }
	.arrow-up { margin-top: 1px; }
	#contact-normal { display: none; }
	#contact-tablet { display: block; }
	.flag-container { padding: 10px; width: 100px; }
}

@media (min-width:498px){
	.modal-content a { font-size: 16px; }
	.navbar-toggle{display:none}
	.footer-text { width: 200px; font-size: 12px; text-align: left; height: 50px; }
	.footer-text h4, .btn-submit { font-size: 15px !important; font-weight: 700; }
	.footer-img { width: 32px; height: 50px; margin-right: 0px; }
	#nav-mobile { display: block; }
	.bottom-menu-item a { font-size: 12px; }
	/*#logo { width: auto; }*/
	#firstsection { margin-top: -4em; }
	.standorte-text { font-size: 12px; margin-top: -4px;  float: none; }
	.standorte-flagdiv { float: none; }
	.standorte-flag { height: 40px; }
	#standorte-normal, #resellers-normal, #messen-normal { display: none; }
	#standorte-tablet, #resellers-tablet, #messen-tablet { display: block; }
	.resellers-text { font-size: 12px; margin-top: -2px;  float: none; }
	.brand { margin-top: 2px; margin-bottom: 2px; }
	.page-head h2 { font-size: 22px; }
	.page-head span { font-size: 16px; }
	#Navigation { margin-top: 2px !important; }
	#logo-top { height: 5px; }
	#toplogo, .svg { width: 270px; height: 53px; }
	.logoimg { background-image: url(../img/logo_2.png); height: 47px; }
	.qualitysm { height: 200px; margin-top: 0; }
	#mobilemap { display: none; }
	#pcmap { display: none; }
	#tabletmap { display: block; }
	.quality-size1 { display: none; }
	.quality-size2 { display: block; }
	.fair-2 { width: 160px; }
	.fair-img1 { margin-top: -15px; }
	.captcha-img { margin-top: 4px; }
	.captcha-field { width: 160px; }
	.grouping-line { display: none; }
	.download-additional { margin-top: -5px; }
	.news-div img { margin-top: 3px; }
	.col-text { margin-top: 0px; }
	/*#menu a { font-size: 24px; line-height: 130%; }*/
	a.linq { font-size: 20px !important; line-height: 130% !important; }
	#menu a { font-size: 18px; line-height: 130%; }
	#mainmenu { margin-top: 130px; }
	#flags { padding-bottom: 35px; }
	#flags-big { display: none; }
	#flags-small { display: block; }
	#flags img { width: 99px; }
	.arrow-up { margin-top: 2px; }
	#contact-normal { display: none; }
	#contact-tablet { display: block; }
	
	.anc {	position: absolute; display: inline-block; opacity: .3; border-radius: 12px; width: 17px; height: 17px; }
	/*
	.anc1 { margin-left: 463px; margin-top: 89px; }
	.anc2 { margin-left: 454px; margin-top: 65px; }
	.anc3 { margin-left: 496px; margin-top: 98px; }
	.anc4 { margin-left: 464px; margin-top: 106px; }
	.anc5 { margin-left: 377px; margin-top: 174px; }
	.anc6 { margin-left: 300px; margin-top: 192px; }
	.anc7 { margin-left: 459px; margin-top: 133px; }
	.anc8 { margin-left: 119px; margin-top: 105px; }
	.anc9 { margin-left: 624px; margin-top: 190px; }
	*/
}

@media (min-width:768px){
	.modal-content a { font-size: 14px; }
	.container .text-muted, .container .text-muted a { font-size: 16px; }
	.footer-text { width: auto; font-size: 13px; text-align: center; height: 40px; }
	.footer-text h4, .btn-submit { font-size: 1.11em !important; font-weight: 700; }
	.footer-img { height: 40px; margin-left: 55px; margin-right: 50px; }
	#nav-mobile { display: none; }
	#firstsection { margin-top: -4em; }
	.bottom-menu-item a { font-size: 16px; }
	.standorte-text { font-size: 16px; margin-top: 0;  float: left; }
	.standorte-flagdiv { float: left; }
	.standorte-col img { height: 45px; text-align: left; }
	#standorte-normal, #resellers-normal, #messen-normal { display: block; }
	#standorte-tablet, #resellers-tablet, #messen-tablet { display: none; }
	.resellers-text { font-size: 16px; margin-top: 0;  float: left; }
	.page-head h2 { font-size: 25px; }
	.page-head span { font-size: 18px; }
	#Navigation { margin-top: 0; }
	.brand { margin-top: 8px; }
	.qualitysm { height: 200px; margin-top: 0; }
	.standorte-flag { height: 40px; }
	#mobilemap { display: none; }
	#pcmap { display: block; }
	#tabletmap { display: none; }
	.captcha-img { margin-top: 25px; width: 74px; }
	.captcha-field { width: 110px; }
	#reloaddiv { position: absolute; margin-left: 75px; margin-top: 2px; }
	.btn-submit { margin-top: 18px; }
	#flags { padding-bottom: 20px; }
	#flags-big { display: block; }
	#flags-small { display: none; }
	.arrow-up { margin-top: 4px; }
	.location-more, .location-more a { font-size: 16px; }
	.servicediv, .servicediv a { font-size: 16px; }
	#contact-normal { display: none; }
	#contact-tablet { display: block; }
	
	.anc {	position: absolute; display: inline-block; opacity: .3; border-radius: 12px; width: 18px; height: 18px; }
	.anc1 { margin-left: 489px; margin-top: 40px; }
        .anc2 { margin-left: 486px; margin-top: 17px; }
        .anc3 { margin-left: 523px; margin-top: 49px; }
        .anc4 { margin-left: 489px; margin-top: 59px; }
        .anc5 { margin-left: 410px; margin-top: 112px; }
        .anc6 { margin-left: 334px; margin-top: 130px; }
        .anc7 { margin-left: 486px; margin-top: 86px; }
        .anc8 { margin-left: 47px; margin-top: 61px; }
        .anc9 { margin-left: 620px; margin-top: 126px; }
}

@media (min-width:992px){
	.modal-inova{width:722px}
	.modal-content a { font-size: 16px; }
	.footer-text { font-size: 14px; text-align: left; }
	.footer-text h4, .btn-submit { font-size: 16px !important; font-weight: 700; }
	.footer-img { margin-left: 0; margin-right: 0; }
	.standorte-text { font-size: 18px; margin-top: 8px; }
	.standorte-col img { height: auto; }
	.standorte-flag { height: auto; }
	.resellers-text { font-size: 18px; margin-top: 8px; }
	#firstsection { margin-top: -7.5em; }
	.bottom-menu-item a { font-size: 15px; }
	.qualitysm { height: auto; margin-top: 15px; }
	.captcha-img { margin-top: 5px; width: 130px; }
	.captcha-field { width: 128px; }
	#reloaddiv { position: absolute; margin-left: 112px; margin-top: 2px; }
	.btn-submit { margin-top: 18px; }
	.grouping-line { display: block; }
	.download-additional { margin-top: -6px; }
	.col-text { margin-top: -7px; }
	.arrow-up { margin-top: 5px; }
	#contact-normal { display: block; }
	#contact-tablet { display: none; }
	.servicediv, .servicediv a { font-size: 16px; }
	
	.anc {	position: absolute; display: inline-block; opacity: .3; border-radius: 15px; width: 25px; height: 25px; }
	.anc1 { margin-left: 642px; margin-top: 52px; }
        .anc2 { margin-left: 637px; margin-top: 22px; }
        .anc3 { margin-left: 686px; margin-top: 64px; }
        .anc4 { margin-left: 641px; margin-top: 77px; }
        .anc5 { margin-left: 538px; margin-top: 147px; }
        .anc6 { margin-left: 438px; margin-top: 170px; }
        .anc7 { margin-left: 638px; margin-top: 113px; }
        .anc8 { margin-left: 62px; margin-top: 80px; }
        .anc9 { margin-left: 812px; margin-top: 165px; }
	.firma-logo { margin: 50px 0 0 0; }
}

@media (min-width:1200px){
	.footer-text { font-size: 14px; }
	.footer-text h4, .btn-submit { font-size: 18px !important; font-weight: 700; }
	.standorte-text { font-size: 18px; margin-top: 0; }
	.resellers-text { font-size: 18px; margin-top: 0; }
	.bottom-menu-item a { font-size: 15px; }
	.brand { margin-top: 18px; }
	.footer-img { margin-top: 8px; }
	#toplogo, .svg { width: 270px; height: 53px; }
	.logoimg { background-image: url(../img/logo_1.png); height: 53px; }
	.qualitysm { height: auto; margin-top: 0; }
	.fair-2 { width: 200px; }
	.fair-img1 { margin-top: -10px; }
	.captcha-img { margin-top: 14px; }
	.captcha-field { width: 188px; }
	.btn-submit { margin-top: 15px; }
	.download-additional { margin-top: -2px; }
	.news-div img { margin-top: 6px; }
	.col-text { margin-top: -10px; }
	#flags { padding: 270px 0 122px; }
	#flags .col-centered { margin-bottom: 50px; }
	.arrow-up { margin-top: 10px; }
	.location-more, .location-more a { font-size: 17px; }
    
	
	.anc {	position: absolute; display: inline-block; opacity: .3; border-radius: 15px; width: 25px; height: 25px; }
	.anc1 { margin-left: 720px; margin-top: 138px; }
	.anc2 { margin-left: 707px; margin-top: 103px; }
	.anc3 { margin-left: 773px; margin-top: 153px; }
	.anc4 { margin-left: 722px; margin-top: 167px; }
	.anc5 { margin-left: 585px; margin-top: 271px; }
	.anc6 { margin-left: 467px; margin-top: 299px; }
	.anc7 { margin-left: 715px; margin-top: 208px; }
	.anc8 { margin-left: 187px; margin-top: 164px; }
	.anc9 { margin-left: 970px; margin-top: 296px; }
	.firma-logo { margin: 70px 0 0 0; }
        
}



/************ NEWSLETTER ******************/
.fancybox-skin { background: #fff !important; }
#newoverlay input[type=text], #newoverlay input[type=email] { border: #808080 1px solid!important; border-radius: 8px !important; font-size: 20px; width: 280px; height: 45px; color: #000; margin-bottom: .3em !important; text-align: center;}
#newoverlay input[type=text]::-webkit-input-placeholder , #newoverlay input[type=email]::-webkit-input-placeholder { color: #000 }
#newoverlay input[type=text].form-control.invalid { border: solid 1px #ff8c00 !important; }
#newoverlay button[type=submit]{background-color: #ff8c00 !important;}
#newoverlay, #newoverlay a, #newoverlay ul li, #newoverlay div, #newoverlay h2 { font-size: 20px; line-height: 1.30em }
#newoverlay ul li { margin-bottom: 20px }
.newoverlay-h2 { margin-bottom: 15px; margin-top: 15px; font-weight: 700 }
#newoverlay { display: none; width:900px; padding-top:20px; padding-right:30px; padding-left:30px; padding-bottom:0px; }
#newsletter-tools-img { display: block; }
#newoverlay tr td:first-child { display: none; }
#newoverlay button { margin-bottom: 15px }
#newoverlay h2 { color: #ff8c00 !important; font-weight: bold !important }
#un-news{display: none; width:100%; height: auto; border-radius: 30px; background-color: #fff; padding-top:20px; padding-right:30px; padding-left:30px; padding-bottom:10px;}
#un-news ul li { margin-bottom: 10px; font-size: 20px; list-style-type: none; }
#newoverlay label { color: #ff8c00; font-family: 'Roboto Condensed', sans-serif; font-size: 20px !important; font-weight: 400; }
#newoverlay form img { width: 45px !important; height: 45px !important; }
#newoverlay form button { font-size: 20px !important }
@media (max-width: 991px) {
    #newoverlay { width:100%; }
    #newsletter-tools-img { display: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    #newoverlay { height: 700px !important; }
}
@media (max-width: 991px) {
    #newoverlay { text-align: center !important; padding-left: 0px !important; margin-left:0px !important; padding-right: 0px !important; }
    #newoverlay h4 { text-align: center !important; padding-right: 0px !important; }
    #newoverlay ul{list-style-type: None; padding-left: 0px; padding-right: 0px;}
    #newoverlay ul li{}
    #newoverlay .row{ padding: 0px !important; margin:0px !important;}
    #newoverlay input[type=text], #newoverlay input[type=email] { width: 100%}
}