/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: Chris Coyier
Author URI: http://chriscoyier.net
Version: 2
*/

@font-face {
	font-family: 'PFBeauSansPro';
	src: url('fonts/pfbeausanspro-light-webfont.eot');
    src: url('fonts/pfbeausanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfbeausanspro-light-webfont.woff2') format('woff2'),
         url('fonts/pfbeausanspro-light-webfont.woff') format('woff'),
         url('fonts/pfbeausanspro-light-webfont.ttf') format('truetype'),
         url('fonts/pfbeausanspro-light-webfont.svg#pf_beausans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Css 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, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(img/pattern.jpg);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end of Css Reset */

/* Smoothing */
#badge, #shortcuts .shortcut,p.child-page a, .main-hl-info,.currentGal img, 
input[type="submit"], #indicator, .search .more-link a, .ngg-gallery-thumbnail, 
.index-highlight-entry p, #vid-play, #main-menu-bl ul.menu>li>a, #menu_button, #slideBl-shortcut, 
.social-icon, #slide-block, #languages a, .index-highlight-entry.contacts a, 
#vid-sound, .list-entry .mail a, .smoothed, .article-body a, #best-product, #main-sponsors, #the-list  {
 -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

#best-product .list-entry {
	border-top:1px dashed #fff;
	border-bottom: 1px dashed #fff
}

#menu_button {
		display:none;
	}

/*Start of all-page styles */
#page-wrap {
	min-height:100vh;
	width: 100%;
	display: table;
	/* background-color: #fff; */
}

.home #page-wrap {
	background-color: #f27125;
background-size: 100% 100%;
}
#header {
	width: 96%;
	height: 125px;
	background-color:#fff;
	padding:0 2%; 
	z-index: 999;
	position: fixed;
}

#slide-block-holder {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 90px;

    overflow: hidden;
    z-index: 600;
}

#slide-block {
	margin: -46px auto 0;
	width: 540px;
	height: 72px;
	/* background-image:url('img/top-menu-bg.png'); */
	background-position:center bottom;
	background-repeat:no-repeat;
	z-index:999;
}

#slide-block:hover{
	margin-top:0px;
}

#main-slideBl-content {
	height:30px;
	padding-top: 10px;

	padding-bottom: 6px;
	background-color: #F37124;
}

#main-slideBl-content div {
	display:inline-block;
	vertical-align: top;
}

#languages {
	height: 25px;
	font-size: 0.8em;
	width: 32%;
	/* padding-left: 6%; */
	text-align: center;
}

#search-form {width: 32%;}

#social-block {
	width: 29%;
	height:25px;
	padding-left: 4%;
}

#social-block div{
	background-color:#000;
	height:25px;
	width:25px;
}


#social-block a {
	text-decoration:none;
}

.social-icon {
	background-image: url(img/social-icons.png);
}

#social-1 {
	background-position:0px 0px;
}

#social-2 {
	background-position: -25px 0px;
}

#social-3 {
	background-position: -50px 0px;
}

#social-4 {
	background-position: -75px 0px;
}

#social-1:hover {
	background-position:0px 25px;
}

#social-2:hover {
	background-position: -25px 25px;
}

#social-3:hover {
	background-position: -50px 25px;
}

#social-4:hover {
	background-position: -75px 25px;
}

#languages p  {
	display:inline;
	text-transform:uppercase;
		font-family:PFBeauSansPro, sans-serif;
}

#languages a {
	color:#F37124;
	padding:5px;
	text-decoration:none;
	height:20px;
	line-height: 25px;
	background-color: #fff;
	margin-right:10px;
}

#languages a:hover {
	background-color:#042234
}

#languages a:last-child{
	margin-right:0;
}

#search-body {
	height: 25px;
}

#search-form input[type="submit"]{
	width: 25px;
	height: 25px;
	padding:0;
	margin:0;
	background-image:url("img/search-icon.png");
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:top
;
	border: 1px solid #fff;
}

#search-form input[type="text"]{
	margin:0;
	padding:5px;
	height: 15px;
	border:0px;

	width: 69%;
}

#slideBl-shortcut p{
	display:inline-block;

	/* text-align:center; */
	padding: 5px 0;
	font-family:PFBeauSansPro, sans-serif;
	color:#fff;
	font-size: 0.9em;
}

#slide-block:hover #slideBl-shortcut {
	width:100%;
	padding:0;
}

#slide-block:hover #slideBl-shortcut p {
	text-align:center!important;
}

#slideBl-shortcut {
	width: 70%;
	background-color:#F37124;
	margin: auto;
	padding: 0 5%;
	text-align:center;

}

#slideBl-shortcut p {
	width: 32%;
}


#logo-bl{
	height:80px;
	width:280px;
	position:relative;
	display: inline-block;
	z-index: 590;
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    } 
    to{
        -webkit-transform: rotate(360deg);
    }

}

@-moz-keyframes rotating {
	from{
    	-moz-transform: rotate(0deg);
	}
	to{
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes rotating {
	from{
		-o-transform: rotate(0deg);
	}
	to{
		-o-transform: rotate(360deg);
	}
}
@keyframes rotating {
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
#logo-bl #logo-part1 {
	height:80px;
	width:80px;
	background-image: url(img/logo1.png);
	background-size:100%;
	float:left;
	-webkit-animation: rotating 5s linear infinite;
	-moz-animation: rotating 5s linear infinite;
	-o-animation: rotating 5s linear infinite;
	animation: rotating 5s linear infinite;
}

#logo-part2 {
	height:34px;
	width:198px;
	background-image:url(img/site-title.png);
	background-repeat:no-repeat;
	position:absolute;
	top: 28px;
	left:90px;
	background-size: 100%;
}

#archive-logo {
	position:fixed;
	width:500px;
	height: 72px;
	background-image:url(img/archive.jpg);
	top:0px;
	left:-500px;
	z-index: 500;
}

a .arc-title {
	text-align:right;
	font-family:PFBeauSansPro, sans-serif;
	font-size:2em;
	padding:5px 5px 0 0;

  	color:#e67a03;
}

a .arc-sign {
	text-align:right;
	color:#fff;
	padding: 9px 5px 0 0;
}

#edp-bl {
	position:absolute;
	top:24px;
	right: 2%;
	z-index: 0;
}

#edp-bl p {
	font-family:PFBeauSansPro, sans-serif;
	color: #F37124;
	text-align:right;
}

#edp-bl #event-date {
	font-size:1.5em
}

#edp-bl #place {
	font-size:0.8em
}

#main-menu-bl{
	margin-top: 10px;
	/* position:relative
 */}

#main-menu-bl>div>ul {
	width:100%;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#main-menu-bl ul:first-child:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#main-menu-bl ul li{
	display: inline-block;
}

#main-menu-bl ul li:first-child {

}

#main-menu-bl ul li:last-child {

}

#main-menu-bl ul li a {
	padding: 5px;
	font-family:PFBeauSansPro, sans-serif;
	text-transform:uppercase;
	color:#F37124;
	text-decoration:none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	word-wrap: normal;
	width: 100%;

	text-align: center;
}
#main-menu-bl ul.menu>li>a {
	display: block;
	border: 1px solid #fff;
}

#main-menu-bl ul.menu>li:hover>a {
	border:1px solid #000;
}

#main-menu-bl ul.menu>li.current-menu-ancestor>a, #main-menu-bl ul.menu>li.current-menu-item>a {
	border:1px solid #F37124;
}



#main-menu-bl ul.sub-menu{
	display:none;
	background-color: #fff;
	/* width: 100.3%; */
	padding: 10px 2% 9px 2%;
	
}

#main-menu-bl ul ul li{
	margin: 0 20px 10px 0;
	font-size:0.9em;
}

#main-menu-bl ul ul a{
	color: #F37124;
}

.current-menu-item>a, .current-menu-ancestor>a {
	border:1px solid #F37124;
}

#upcomming-menu .current-menu-item>a, #archive-menu .current-menu-item>a {
	border:0;
	border-bottom:4px solid#fff;
}


li.current-menu-ancestor .current-menu-item>a {
	border:0px solid #fff;
	border-bottom: 4px solid #F37124;}

#main-menu-bl li.current-menu-ancestor ul, #main-menu-bl li.current-menu-item ul {
	/* display: inline-block; */
	position:absolute;
	bottom: -43px;
	left: 0;
}



#footer {
	width:100%;
	background-color:#fff;
	position:fixed;
	bottom:0;
	left:0;
	Z-INDEX: 999;
}

#upcomming-menu, #archive-menu  {
	width: 96%;
	padding: 9px 2%;
	
}
#upcomming-menu a, #upcomming-menu p, #archive-menu a, #archive-menu p {
	font-family:PFBeauSansPro, sans-serif;
}

#upcomming-menu .bl-title, #archive-menu .bl-title {
	min-width: 250px;
	font-weight: 800;
}

#upcomming-menu .bl-title {
	font-size:1.1em
}

#upcomming-menu .bl-title, #upcomming-menu div,  #upcomming-menu li  {
	display:inline-block;
}

#archive-menu .bl-title, #archive-menu div, #archive-menu li  {
	display:inline-block;
}

#archive-menu li, #upcomming-menu li  {
	margin-right:20px;
	font-size:0.9em;
	vertical-align: middle;

}
#archive-menu p, #upcomming-menu p {
	width:20%
}

#archive-menu a, #archive-menu p, #upcomming-menu a, #upcomming-menu p {
	color:#fff;
	text-decoration:none;
}

#upcomming-menu a {
	font-size:1.1em;
}

#archive-menu {
	background-color: #042234;
}

#upcomming-menu {
	background-color:#042234;
	border-bottom:1px dashed #fff;
	display:none !important;
}

/*end of all-page styles */

/*Start of index page styles */

#highlights {
	position:absolute;
	bottom: 58px;
	right: 2%;
	width: 100%;
	z-index: 999;
}

#bgvid {
	position:fixed;
	top: 20px;
	left:0;
	min-width:100%;
	min-height:100%;
	z-index: -1;
	opacity: 0;
}

#bg-overlay2 {
	background-color: #f37124;
	min-width:100%;
	min-height:100%;
	z-index: -4;
	position: fixed;
	top: 0;
	left: 0;
	background: url(img/fpbg6.png) ,linear-gradient(90deg, #f37625, #f2a723);
	opacity: 0;
}

#twister2 {
	background: url(img/twister.svg);
	width: 200%;
	height: 200%;
	position: absolute;
	background-repeat: no-repeat;
	bottom: -33%;
	right: -38%;
}

#video-controls {
	position:absolute;
	width:100px;
	height:40px;
	bottom: 50px;
	left:2%;
	z-index: 999;
}

#vid-sound {
	width:40px;
	height:40px;
	/* background-color:#fff; */
	cursor: pointer;
	display: inline-block;
	z-index: 999;
	background-image: url("img/sound.png");
	background-position:right top;
}

#vid-play {
	width:40px;
	height:40px;
	z-index: 999;
	display: inline-block;
	margin-left:10px;
	background-image: url("img/play-pause.png");
	background-position:left top;
	cursor: pointer;
}

#vid-play.played {
	background-position:right top;
}

#vid-sound.sound-on{
	background-position:left top;
}

.index-highlight-entry {
	display:inline-block;
	margin-left:20px;
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
	float: right;
	bottom: 0;
	position: absolute;
	height: 100px;
}

.index-highlight-entry a {
	text-decoration:none;
}

p.child-page {
	width:200px;
	margin-bottom:5px;
}
.h-image-wrap {
	height: 79px;
	overflow:hidden
}

p.child-page a{
	text-decoration:none;
	text-transform:uppercase;
	font-family:PFBeauSansPro, sans-serif;
	background-color:#fff;
	padding: 5px;
	display:inline-block;
	color:#F37124;
	font-size: 0.9em;
}

p.child-page a:hover{
	background-color:#042234;
}



.index-highlight-entry.with-children .index-highlight-title {
	margin-bottom:20px;
}

.index-highlight-entry.contacts {
	height:180px;
	width:110px;
	text-align:right;
}

.index-highlight-entry.contacts h2 {
	color:#F37124;
	font-size:1.5em;
	margin-bottom: 93px;
}

.index-highlight-entry.contacts:hover {
	background-color:#fff;
}

.index-highlight-entry.contacts p {
	line-height:1.5em;
	font-size:0.9em;
	margin-bottom: 10px;
}

.index-highlight-entry.contacts a {
	background-color:#F37124;
	padding:5px;
	color:#fff;
	text-decoration:none;
}

.index-highlight-entry.contacts a:hover {
	background-color:#042234
}

.index-highlight-entry.contacts:hover p {
	color:#000;
}

.index-highlight-title {
	text-transform:uppercase;
}

.index-highlight-entry:hover{
	background-color:#F37124;
}

.index-highlight-entry p {
	margin-bottom:0;
	padding-bottom:0;
}

.index-highlight-entry p.child-page {
	margin-bottom:5px;
}

.index-highlight-entry:hover p{
	color:#fff;
}

a .index-highlight-entry p, .index-highlight-title {
	font-family:PFBeauSansPro, sans-serif;
	padding:5px 0px;
	text-transform:uppercase;
	color:#333;
	text-decoration:none;
}

.fp-testimonials {
	width: 200px;
	height: 100px;
	overflow: hidden;
	background-color: #F37124;
	color: #fff;
}



.fp-testimonials li p {
	margin-bottom:5px
}

.fp-testim-title, .fp-testimonials .company, .fp-testimonials .position {
	font-family:PFBeauSansPro, sans-serif;
}

.fp-testim-title {
	font-size:1.2em;
	font-weight:800
}

.fp-testimonials .company {
	margin-bottom:0;
}

.fp-testimonials .testim-cont {
	font-size:0.9em
}

.fp-testimonials .position {
	font-style:italic;
}

#shortcuts {
	position:absolute;
	bottom:10px; 
	left:10px;
	display:none;
}
aside#sidebar #shortcuts {
	display:block;
	float:right;
	position: static;
	margin-top: -30px;
}

aside#sidebar #shortcuts .shortcut {
	color: #042234;
}

aside#sidebar #shortcuts .shortcut:hover {
	color:#fff
}

#shortcuts .shortcut {
	display:inline-block;
	padding:5px;
	margin-right:5px;
	color:#F37124;
	background-color:#fff;
	width:15px;
	height:15px;
	text-align:center; 
	cursor: pointer;
}

#shortcuts .shortcut.active-testim {
    -ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
}



/*End of index page styles */

/*Page styles start */

.main-content {
	padding-bottom:90px;
	padding-top: 125px;
}

.main-content.with-sidebar {
	/* width: 70%; */
	float: left;
}


.main-content .art-holder {
	width: 70%;
}

.main-img img{
	width:100%
}

.article {
	width: 66%;
	margin:auto;
	position:relative;
}

.article-title {
	font-size: 2.5em;
	font-family:PFBeauSansPro, sans-serif;
	color:#F37124;
	/* background-color: #eee; */
	position:absolute;
	top: -61px;
	left: -20px;
	padding:20px;
	background-image: url(img/pattern.jpg);
	text-transform: uppercase;
}

.article-body {
	padding-top:40px;
	line-height:1.5em;
}

.article-body strong {
	font-weight: 700;
}

.article-body em {
	font-style:italic;
}

.article-body h2 {
	font-family:PFBeauSansPro, sans-serif;
	font-size:2em;
	line-height:1.5em;
	color:#F37124;
}



.article-body h3 {
	font-family:PFBeauSansPro, sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	color:#333;
	border-bottom:1px dashed #bbb;
	margin-top:15px
}

.article-body p {
	font-size:0.9em;
	margin-bottom: 1em;
}

.article-body ul{
	list-style-type: disc;
	padding-left:40px;
	font-size:0.9em;
}

.article-body a, .search .more-link a  {
	background-color:#F37124;
	color:#fff;
	text-decoration:none;
	padding:0 5px;
}

.article-body a:hover, .search .more-link a:hover {
	background-color:#042234;
}

.article-body iframe {
	width:100%;
}


.search .search-highlight {
	border-bottom:4px solid red;
}

.search h2 {
	font-size:1.2em;
	margin-bottom:5px;
}

.search .entry {
	line-height:1.5em;
}

.search .more-link {
	margin-bottom:15px;
}



aside {
	width: 30%;
	background-color: #fff;
	height: 100vh;
	z-index: 0;
	min-width: 225px;
}

aside#gallerynav {
	width: 22%;
	position:fixed;
	top:0;
	right:0;
}

aside#sidebar {
	position: absolute;
	top: 0px;
	right: 0;
	background-color:transparent;
}

#sidebar-bg {
	position:absolute;
	top:0;
	right: 0;
	background-color: #042234;
	width: 100%;
	/* height:700px; */
	z-index:-1;
	opacity: 0.8;
	-webkit-box-shadow: -5px 0px 16px 0px rgba(50, 50, 50, 0.47);
	-moz-box-shadow:    -5px 0px 16px 0px rgba(50, 50, 50, 0.47);
	box-shadow:         -5px 0px 16px 0px rgba(50, 50, 50, 0.47);
}

#sidebar-cont {
	padding:145px 5% 0px;
	color: #fff;
}

.testimonials {
	position:relative;
}

#sidebar-cont .testim-entry {
	font-size:0.9em;
	line-height:1.5em;
	position:absolute; 
	top:2em;
	left:0;
}

#sidebar-cont .testim-entry h3 {
	font-weight:600;
	font-size:1.1em;
}


#sidebar-cont .testim-entry .company {
	line-height:1em;
	text-align:right;
}

#sidebar-cont .testim-entry .position {
	font-style:italic;
	text-align:right;
}

#sidebar-cont .testimonials h2{
	font-size:1.2em;
	font-family:PFBeauSansPro, sans-serif;
	margin-bottom:10px;
	color: #fff;
	font-weight: 700;
}

#sidebar-cont .testimonials .testim-cont {
	font-size:0.9em
}

#sidebar-cont .testimonials h3 {

}

#sidebar-holder {
	position:absolute;
	bottom: 60px;
	left:0;
	padding:20px
}

#sidebar-holder a{
	text-decoration:none;
	text-align:right;
	line-height:1.5em;
}

#gallery-nav {
	padding-right:30px;
	position: relative;
}

#gallerynav.image-true #gallery-nav{
	padding:0
}

#gallerynav.image-true #sidebar-holder{
	padding:0 5px 30px;
}

#gallerynav.image-true .menu-entry-holder p{
	display:none;
}

#gallerynav.image-false img{
	display:none;
}

#gallerynav.image-true .menu-entry-holder img{
	width:100%
;
	border: 1px solid #fff;
}

#gallerynav.image-true .gallery-nav-entry {
	display:inline-block;
	width: 28%;
	margin:2%;
}

#gallerynav.image-true .currentGal img {
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);
	border: 1px solid #000;
}

.ngg-galleryoverview {
	margin-bottom:40px;
	padding-left: 2%;
}

#gallery-content {
	width: 78%;
}

.gal-header-holder {
	/* width:66%; */
	margin:auto;
	position: absolute;
	/* margin-bottom: 30px; */
	bottom: 0;
	left: 2%;
}

.gallery-head {
	width:86vw;
	
	height: 20.4vw;
	position: relative;
}

.gallery-head img {
	width: 100%;
	height: 100%;
}

.gal-ciontainer {
	padding-left:2%;
	margin-bottom: 40px;
}

.gal-photo {
	padding:5px;
	background-color:#fff;
	margin:5px;
	width: 150px;
	height: 150px;
	display: inline-block;
}

.gallery-head h2 {
	font-size: 3em;
	font-family:PFBeauSansPro, sans-serif;
	color:#F37124;
	/* background-color: #eee; */
	/* position:absolute; */
	/* top: -84px; */
	/* left: -20px; */
	padding:20px;
	background-image: url(img/pattern.jpg);
}

#indicator {
	width:10px;
	height:10px;
	position: absolute;
	right: 0;
	top: 10px;
	background-color: #042234;
}

.gallery-nav-entry {
	margin-bottom: 10px;}

.gal-nav-title {
	font-size: 0.8em;
	color: #F37124;
	font-weight: 600;
	line-height: 1.2em;
}

.gal-nav-desc {
	font-size: 0.8em;
	color:#333;
	line-height: 0.9em;
}

#enrollment-form {
	margin-top: 30px;
}

.fieldset {
	width: 45%;
	float:right;
	border:1px solid #F37124;
	/* margin-top: 20px; */
	margin-bottom: 20px;
	position: relative;
	padding: 2% 2% 0 2%;
}

.fieldset.contact-person {
	float:none;
}

.fieldset p{
	margin-bottom:20px;
}

.fieldset p.desc-text {
	width: 92%;}

.fieldset input, .fieldset select, .fieldset textarea  {
	padding: 2%;
	font-family:PFBeauSansPro, sans-serif;
	font-size:1.2em;
}

.fieldset select {
	width:100%;
}

.fieldset input{
	border:0px;
	border-bottom:1px dashed #aaa;
	width: 96%;
}

.fieldset input.wpcf7-not-valid{
	border:3px solid red
}

#networking{
    display: table;
    padding: 15px 0 0;
    margin: 20px 0;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
}

#net-left{
	width:70%;
	float:left;
}

#net-right{
	width: 30%;
	float:right;
}

.fieldset input[type="checkbox"] {
	width: 28px;
	height: 28px;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}

.fieldset .checkbox-par input~span{display:none;}

.fieldset textarea {
	width: 96%;
}

.field-title.hidable {
	display:none;
}

p.fieldset-heading {
	font-family:PFBeauSansPro, sans-serif;
	font-size: 2vw;
	background-image: url(img/pattern.jpg);
	margin-top: -1.9vw;
	position: absolute;
	top: 11px;
	left: 10px;
	padding: 0px 10px;
	color: #F37124;
	line-height: 1em;
}

input[type="submit"] {
	width:190px;
	font-family:PFBeauSansPro, sans-serif;
	font-size:1.5em;
	border: 0px;
	background-color:#F37124;
	color:#fff;
	padding:5px;
	margin-bottom:15px;
	cursor:pointer;
}

input[type="submit"]:hover {
	background-color:#fff;
	color:#F37124;
}

#badge {
	width:324px;
	height:143px;
	float:right;
	clear:both;
	background: url("img/badges.png");
	padding:30px 20px;
	display: none;
}

div#badge {}

#badge  p {
	font-family:PFBeauSansPro, sans-serif;
	color:#fff;
}

#b-fname, #b-lname {
	display:inline-block;
	font-size:1.7em;
	margin-right:9px;
	margin-bottom:10px;
}
#b-org-title {
	font-size:1.1em;
}

.wpcf7 .wpcf7-validation-errors {
	position:absolute;
	top:20px;
	left:-200px;
	width:160px;
	padding:5px;
	font-size:0.8em;
	color:#fff;
	background-color:red;
	border-color:#fff;
	font-family:PFBeauSansPro, sans-serif;
}

.slideshowlink {
	display:none;
}

.article .ngg-gallery-thumbnail-box a {
	background-color:transparent;
	padding:0;
}

.article .ngg-gallery-thumbnail img {
	border:0px;
}

.article .ngg-gallery-thumbnail img:hover{
	background-color:#F37124;
}

/********************************LISTS*************************************/

/*Carriers list */

#additional-content {
	padding:20px 2%;
	visibility:hidden;
	opacity: 0;
}

.list-entry {
	width:400px;
	height:200px;
	float:left;
}

.list-entry img {
	background-color:#fff;
}

.list-entry.odd-row .list-desc{
	float:left;
	text-align:right;
}

.list-entry.even-row .list-desc{
	float:right;
	text-align:left;
}

.list-entry .list-desc{
	width: 186px;
	height: 186px;
	background-color:#F37124;
	padding: 7px;
	position:relative;
	line-height: 180px;
}

.conference .list-entry .list-desc{
	line-height: 1.5em;
}

.list-entry .phone {
	font-size:0.9em
}

.list-entry .mail a {
	font-size:0.9em;
	color:#F37124;
	background-color:#fff;
	padding:5px;
	text-decoration:none;
}

.list-entry .mail a:hover {
	background-color:#042234;
	color:#fff;
}

#the-list h3, #main-sponsors h3, #best-product h3 {
	font-family:PFBeauSansPro, sans-serif;
	font-size: 1.6em;
	color:#fff;
	margin-bottom:15px;
	line-height: 1.2em;
	display: inline-block;    vertical-align: middle;
}

#the-list.conference h3 {
	margin-bottom:5px;
	line-height:1.1em;
}

#the-list.conference {
	color:#fff;
}

#the-list.conference p.position {
	font-size:0.8em;
	font-style:italic;
	line-height:1.2em;
	margin-bottom:25px;
}

#the-list.conference p.description {
	font-size: 0.8em;
	line-height: 1.2em;
}

#the-list {
	display:table;
	margin: auto;
}

.bullet {
	width:25px;
	height:130px;
	position:absolute;
	top:35px;
}

.list-entry.odd-row .bullet{
	right:-25px;
	background-image:url(img/wide-bullet-right.png);
}

.list-entry.even-row .bullet{
	left:-25px;
	background-image:url(img/wide-bullet-left.png);
}

.contactus-cont {
	position:absolute;
	bottom: 10px;}

.odd-row .contactus-cont {
	right:7px;
}

.even-row .contactus-cont {
	left:7px;
}

#sales-person {
	background-color:#F37124;
	width:800px;
	height: 200px;
	border-bottom: 1px dashed #fff;
}

#sales-person .list-desc, #best-product .list-desc{
	width: 580px;
	float:right;
	padding: 10px;
	height: 180px;
	position: relative;
}

#the-list #sales-person p.position {
	margin-bottom:10px;
}

#sales-person .bullet {
	left:-25px;
	background-image:url(img/wide-bullet-left.png);
}

#main-sponsors {
	display:table; 
}

#main-sponsors .bullet {
	right:-25px;
	background-image:url(img/wide-bullet-right.png);
}

#main-sponsors .list-desc {
	float:left;
	text-align:right;
}

#best-product {
	display:table;
}

#best-product .list-entry {
	width:800px;
	line-height:1em;
}

#best-product h3 {
	padding-top:60px;
	margin:0;
}

#best-product .list-desc {
	line-height:1em;
}

#best-product .position{
	color:#fff;
	font-size:0.9em;
	font-style:italic;
}

#best-product .bullet {
	left:-25px;
	background-image:url(img/wide-bullet-left.png);
}

@media (min-width:1500px) {
	aside#gallerynav {
		width:15%
	}
	#gallery-content {
		width:85%
	}
}

@media (max-width:1200px) {
	.article-title {
		position:static;
		padding-bottom:10px;
	}
	.article-body {
		padding-top:10px;
	}
}
@media (max-width:1100px) {
	#badge{
		display:none!important;
	}
	.gal-header-holder h2 {
		font-size:2em;
	}
	aside#gallerynav {
		min-width:0px;
	}

	#gallerynav.image-true .gallery-nav-entry {
		width:46%;
		margin:2%;
	}
}

@media (max-width: 960px) {

	#main-menu-bl ul:first-child:after {
		width:0;
	}

	#main-menu-bl ul ul li {
		float:left;
	}

	#main-menu-bl .menu>li {
		width:32%;
		vertical-align:middle;
		margin-bottom:10px;
	}

	#main-menu-bl .current-menu-item>a, #main-menu-bl .current-menu-ancestor>a {
		background-color:#F37124;
		color:#fff;
	}

	#main-menu-bl .menu>li a {
		padding:0;
	}

	#header {
		position: relative;
		z-index:999;
		background-color:#fff;
		display:table;
	}

	.main-content {
		padding-top:0;
	}

	#main-menu-bl li.current-menu-ancestor ul {
		left:0;
	}
	
	#archive-logo {
		position:absolute;
	}

	.gal-header-holder h2 {
		font-size:1.5em;
		padding:5px
	}

	#sidebar-cont {
		padding-top:10px;
	}
}

@media (max-width: 900px) {

	#bg-overlay2 {
		opacity:1;
	}


	#edp-bl {
		top: 35px;
	}
	
	#slide-block {
		float:right;
		width: 250px;
		margin-top:-79px;	
	}

	#main-slideBl-content {
		height:62px;
	}

	#languages {
		width:30%;
		margin-right:20px;
	}
	#search-form {
		width:60%;
	}

	#social-block {
		width:84.6%;
		text-align:right;
		margin-top:10px;
	}

	#slideBl-shortcut {
		float:right;
		width: 90%;
	}

	#slide-block:hover #slideBl-shortcut {
		opacity:0;
	}

	#edp-bl {
		font-size:0.8em;
		top: 41px;
	}

	.gal-header-holder {
		position:static;
	}
	.gallery-head {
		height: auto;
	}
}

@media (max-width:850px) {
	#sales-person{
		width:400px;
		height: 649px;
		position:relative;
	}
	#sales-person img {
		width:100%;
	}
	#sales-person .list-desc{
		width:93%;
		height: 230px;
		position:absolute;
		bottom:0px;
		left:0px;
	}

	#sales-person .bullet {
		display: none;
	}
	#best-product .list-entry{
		width:400px;
	}

	#best-product .list-desc{
		width: 180px;
	}
}

@media (max-width:800px)  {
	#video-controls {
		display:none;
	}
	.main-content .art-holder {
		width: 100%;
	}
	
	aside#sidebar {
		position:static;
		float:none;
		width:100%;
		padding-bottom: 90px;
		height: auto!important;
		background-color:#FFF;
	}
	
	.main-content.with-sidebar{
		float:none;
		width:100%;
		padding-bottom: 20px;
	}

	#sidebar-bg{
		height: auto!important;
		display:none;
	}
	#sidebar-cont .testimonials h2 {
		color:#042234;
	}
	#sidebar-cont {
		color:#042234;
	}
	
}




@media (max-width: 740px) {
	#gallery-content {
		width:80%;
	}
	#gallerynav {
		width:20%;
	}
	.gallery-head {
		width:80vw;
		height:auto;
	}
	#elements {
		display:none;
	}	
	#elements2 {
		display:none;
	}	
}

 
@media (max-width: 700px) {
	p.fieldset-heading {
		font-size:3vw;
	}
	.article{
		width:90%;
		font-size:0.9em;
	}
	.article h2 {
		font-size:1.3em;
	}
	.article-title {
		font-size:2em;
		position: static;
	}

	.article-body {
		padding-top: 0!important;
	}
	
	#main-menu-bl .menu>li.current-menu-ancestor {
		width:96%;
	}

	#main-menu-bl .menu>li.current-menu-ancestor ul{
		background-color:#F37124;
		position:static;
	}

	#main-menu-bl .menu>li.current-menu-ancestor ul li {
		float:none;
	}	

	#main-menu-bl .menu>li.current-menu-ancestor ul a{
		color:#fff;
	}

	#main-menu-bl .menu>li li.current-menu-item a{
		background-color:#fff;
		color:#F37124;
		padding:0 10px;
	}
	#edp-bl #place {
		font-size:0.9em;
	}
}

@media (min-width:640px) and (min-height:470px) {
	.fp-testimonials:hover {
		width: 450px;
		height:300px!important;
		z-index:999;
	}

	#shortcuts .shortcut:hover {
		background-color:#042234;
		color:#fff;
	}

	.fp-testimonials:hover #shortcuts {
		display:block;
	}

	.index-highlight-entry.with-children:hover .main-hl-info {
			margin-top: -120px;
	}

	.index-highlight-entry.with-children:hover {
		height:180px
	}

	.index-highlight-entry.with-children {
	height: 100px; 
	overflow: hidden;
	}



	
}

@media (max-width: 640px) {

	#logo-bl {
		margin:auto;
		display: block;
	}

	#edp-bl {
		position:static;
	}

	#archive-logo {
		left: -4%!important;
		width: 62%;
		font-size: 2.6vw;
		padding-left: 44%;
		
	}
	#archive-logo p {
		text-align: left;
	}

	#edp-bl #place, #edp-bl #event-date {
		text-align:center;
	}

	#slideBl-shortcut {
		width: 100px;
		float: left;
		margin: 0;
		height: 78px;
		padding: 0;
	}

	#slideBl-shortcut p {
		display:block;
		width:100%;
		font-size:0.8em;
	}
	#slide-block {
		width: 350px;
		margin: 0px -250px 0 0;
		display:table;
	}

	#slide-block:hover {
		margin: 0 0 0 0;
	}
	#slide-block:hover #slideBl-shortcut {
		width:auto;
	}

	#main-slideBl-content {
		float:right;
		width:250px;
	}

	#highlights {
		position:static;
		margin-top:40px;
	}

	.index-highlight-entry {
		width: 44%;
		display:inline-block;
		margin: 0 1% 85px;
		padding: 2%;
		position:static;
	
		margin-bottom: 130px;
		height: 180px;
}

	.fp-testimonials {
		width: 94%;
		margin-bottom: 2%;
		position: relative;
	}

	.fp-testimonials:hover {
		width: 94%;
		height:250px;
	}

	.index-highlight-entry.contacts{
		float:none;
		width: 94%;
		margin-bottom: 20px;
		height: auto;
	}

	.index-highlight-entry.contacts h2 {
		margin:0;
		float:left;
	}

	.index-highlight-entry img{
		width:100%;
	}
	
	.fieldset {
		float:none;
		width:98%;
	}

	.index-highlight-entry.with-children {
		width: 94%;
		margin-bottom:2%;
		height: 180px;
	}
	.h-image-wrap {
		height: 160px;
	}

	.with-children .main-hl-info {
		width:50%;
		float:right;
	}

	p.child-page {
		width:48%
	}

	.main-hl-info p {
		margin-bottom:0 !important;
	}

	#shortcuts {
	position:absolute;
	top:10px; 
	right: 10px;

	display: block;
	left: auto;
	}

	#video-controls {
		display:none;
	}

	#main-menu-bl ul.menu>li.current-menu-ancestor>a, #main-menu-bl ul.menu>li.current-menu-item>a {
	border:0px solid #F37124;
	padding-top:5px;
	color:#042234;
	}
}

@media (max-height: 470px) {

	#bg-overlay2 {
		opacity:1;
	}
	#elements {
		opacity:0;
	}
	
	#video-controls {
		display:none
	}

	#highlights {
		position:static;
		margin-top:40px;
	}

	.index-highlight-entry {
		width: 44%;
		display:inline-block;
		margin: 0 1% 85px;
		padding: 2%;
		position:static;
	}

	.fp-testimonials {
		width: 94%;
		margin-bottom: 2%;
		position: relative;
	}

	.fp-testimonials:hover {
		width: 94%;
		height:250px;
	}

	.index-highlight-entry.contacts{
		float:none;
		width: 94%;
		margin-bottom: 20px;
		height: auto;
	}

	.index-highlight-entry.contacts h2 {
		margin:0;
		float:left;
	}

	.index-highlight-entry img{
		width:100%;
	}
	
	.fieldset {
		float:none;
		width:98%;
	}

	.index-highlight-entry.with-children {
		width: 94%;
		margin-bottom:2%
	}

	.with-children .main-hl-info {
		width:50%;
		float:right;
	}

	p.child-page {
		width:48%
	}

	.main-hl-info p {
		margin-bottom:0 !important;
	}

	#shortcuts {
	position:absolute;
	top:10px; 
	right: 10px;

	display: block;
	left: auto;
	}

	#video-controls {
		display:none;
	}
}

@media (max-width: 500px) {
	#logo-bl {
		margin:0;
	}

	#archive-logo {
		padding-left: 30%;
		width: 75.5%;
}

	#archive-menu div, #upcomming-menu div{
		display:none;
		cursor:pointer;
	}

	#archive-menu li, #upcomming-menu li {
		display:block;
		margin-bottom: 10px;
	}	

	#archive-menu ul, #upcomming-menu ul {
		padding-top:10px;
	}

	#archive-menu, #upcomming-menu {
		font-size:0.9em;
		cursor: pointer;
	}

	#edp-bl {
		width: 272px;
		margin: 0px 0 13px;
	}
	#main-menu-bl .menu>li.current-menu-ancestor ul li {
		width:46%;
		margin-right:2%;
		font-size: 0.8em;
	}
	
	#main-menu-bl {
		display:none;
	}

	#menu_button {
		width:30px;
		height:30px;
		float:left;
		cursor:pointer;
		font-size: 3.5em;
		line-height: 0.7em;
		text-align: center;
		color: #F37124;
		padding:2px;
		display:block;
	}
	#menu_button:hover {
		color: #fff;
		background-color:#F37124;
	}
	#gallerynav.image-true #sidebar-holder{
		padding-bottom:0;
	}
}

@media (max-height:600px) and (max-width:600px){
	#main-menu-bl {
		display:none;
	}

	#menu_button {
		width:30px;
		height:30px;
		float:left;
		cursor:pointer;
		font-size: 3.5em;
		line-height: 0.7em;
		text-align: center;
		color: #F37124;
		padding:2px;
		display:block;
	}
	#menu_button:hover {
		color: #fff;
		background-color:#F37124;
	}
	#gallerynav.image-true #sidebar-holder{
		padding-bottom:0;
	}
}

@media (max-width: 450px) {
	#gallery-content {
		width:70%;
	}
	#gallerynav {
		width:30%
	}
	.gallery-head {
		width:70vw;
		height:auto;
	}	
}

@media (max-width: 420px) {
	
	#archive-logo p {
		font-size:1.8em
	}
	
	.list-entry, #sales-person {
		width:100%;
		display:table;
		margin-bottom:20px;
		height: 144vw;
		position: relative;
		float: left;
	}

	#sales-person {
		height: 181vw;
	}
	
	.list-entry.odd-row .list-desc, .list-entry.even-row .list-desc, #sales-person .list-desc, #best-product .list-desc, #main-sponsors .list-desc{
		float:none;
		width: 84vw;
		height: 47vw;
		padding: 3vw;
		position: absolute;
		bottom: 1vw;
		font-size: 5.3vw;
	}

	.contactus-cont {
		position:static;
	}

	#sales-person .list-desc{
		font-weight:400;
		height: 85vw;
	}

	#the-list.conference #sales-person .description {
		font-size:0.8em;
	}

	.bullet{
		display:none;
	}
	
	.list-entry img, #sales-person img{
		width: 90vw;
	}
}

@media (max-width: 400px) {

	.article-title {
		font-size:1.5em;
		padding:15px 0;
	}

	#main-menu-bl .menu>li {
		width:48%;
		vertical-align:middle;
	}

	#main-menu-bl .menu>li.current-menu-ancestor {
		width: 100%;
	}

	#main-menu-bl .menu>li.current-menu-ancestor ul{
		background-color:#F37124;
		position:static;
	}

	#main-menu-bl .menu>li.current-menu-ancestor ul li {
		float:none;
		width:100%;
	}

	#main-menu-bl .menu>li.current-menu-ancestor ul a{
		color:#fff;
	}

	#main-menu-bl .menu>li li.current-menu-item a{
		background-color:#fff;
		color:#F37124;
		padding:0 10px;
	}

	#main-menu-bl .menu>li ul li{
		display:block;
		margin-bottom:10px;
	}

	#highlights {
		font-size:0.9em;
	}

	#highlights h2 {
		font-size:1.3em;
	}
	
	#logo-bl #logo-part1 {
		width: 17vw;
		height: 17vw;
	}

	#logo-bl #logo-part2 {
		height: 25px;
		width: 38vw;
		top: 6vw;
		left: 19vw;
	}

	#logo-bl {
		width:200px;
	}
	.h-image-wrap {
		height:auto;
	}
}

