/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  color: #fff; }

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none; }

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%; }

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px; }

#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px; }

#sb-body {
  position: relative;
  height: 100%; }

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%; }

#sb-player.html {
  height: 100%;
  overflow: auto; }

#sb-body img {
  border: none; }

#sb-loading {
  position: relative;
  height: 100%; }

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center; }

#sb-loading-inner span {
  background: url(../img/icons/shadowbox/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block; }

#sb-body, #sb-loading {
  background-color: #060606; }

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px; }

#sb-title-inner {
  font-size: 16px; }

#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px; }

#sb-info-inner {
  font-size: 12px; }

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%; }

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat; }

#sb-nav-close {
  background-image: url(../img/icons/shadowbox/close.png); }

#sb-nav-next {
  background-image: url(../img/icons/shadowbox/next.png); }

#sb-nav-previous {
  background-image: url(../img/icons/shadowbox/previous.png); }

#sb-nav-play {
  background-image: url(../img/icons/shadowbox/play.png); }

#sb-nav-pause {
  background-image: url(../img/icons/shadowbox/pause.png); }

#sb-counter {
  float: left;
  width: 45%; }

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff; }

#sb-counter a.sb-counter-current {
  text-decoration: underline; }

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center; }

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.contactForm li.wpt-form-item-radio, .contactForm li.wpt-form-item-checkbox, .contactForm .longOpt li.wpt-form-item-checkbox, .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-concurrentusersmore"], .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-licensesmore"], .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-concurrentuserselect"], .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-userlicensesselect"], .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"], .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-radio, .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-checkbox {
  display: inline-block;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Map set
 *
 * @param 	Map 	$map 		The map to use
 * @param 	String 	$key 		The key to update
 * @param 	Mixed 	$value 		The new value
 * @return 	Map 			The new map
 */
/**
 * Get the column width in percent for the global or a specific context
 *
 * @param 	int 		$columns 					The number of columns to calculate
 * @param 	int 		$context : $gridle-columns-count 	 	The context to use
 * @return 	percentage 							The width in percent
 */
/**
 *  Get a state map
 *
 * @param 	string 		$name 		The name of the state to get
 * @return 	map 				A state map object
 */
/**
 * Check if a state exist :
 *
 * @param 	string 		$name 		The name of the state to check
 * @return 	Boolean 			true is exist
 */
/**
 * Get the media queries variables :
 *
 * @param 	int 		$index 	 	The media query indes
 * @param 	String 		$var 		The media query variable name
 * @return 	String|int 			The variable value
 */
/**
 * Get a variable
 *
 * @param 	String 		$varName 				The variable name
 * @param  	String 		$stateMap-or-stateName 	 	The state name or a map state value
 * @return 	Mixed 							The finded value
 */
/**
 * Set a variable in a state
 * @param 	Mixed $stateName-or-stateIndex 	The state name of state index
 * @param  	String $var                    		Variable name to assign
 * @param  	Mixed $newValue          		The new value to assign
 * @return 	List                         			The states list (full)
 */
/**
 * Generate a column
 *
 * @param 	String 		$name 			The column name (often count)
 * @param 	int 		$columns 		The column count that the column will take
 * @param 	int 		$context 		The context on witch the with will be calculed
 * @param 	Boolean 	$generateClasses 	Set if the column has to be generated in css
 */
/**
 * Generate classname
 *
 * @param 	List 		$parrern 	The pattern to use to generate classname
 * @param 	String 		$state 		The state
 * @param 	int 		$count 		The column count
 */
/**
 * Get the media query for a particular state, or with, etc...
 *
 * @param 	Mixed 		$state-or-min-width 		The state name of the min with
 * @param 	Mixed 		$max-width 			The max width if first param is a min width
 * @return 	String 						The media query string without the @media
 */
/**
 * Get states count
 * 
 * @return 	int 	The number of states defined
 */
/**
 * Setup
 */
/**
 *  Register a clear each class
 */
/**
 * Register a special class
 */
/**
 * Register default states
 */
/**
 * Register default mobile first states :
 */
/**
 * Set the debug device (not used for now)
 * 
 * @param 	String 		$state 		The state to update
 * @para m 	String 		$device 	The device to use (iphone, etc...)
 */
/**
 * Parent clear each
 */
/**
 * Vertical align :
 */
/**
 * Show inline
 *
 * @param 	String 		$state 		The state name
 */
/**
 * Generate a custom class for all the states
 *
 * @param 	list 	$pattern 		The name pattern of the class
 * @param 	list 	$statesNames 		The states names to generate
 */
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2); }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(255, 255, 255, 0.9); }

.sidr > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a; }

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px; }

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222; }

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px; }

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222; }

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both; }

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none; }

.sidr input[type=button], .sidr input[type=submit] {
  color: #333;
  background: #fff; }

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9); }

/*********************
TOOLS
*********************/
input::-moz-focus-inner, a, a:focus, a:hover, a:active {
  border: 0;
  outline: 0 !important; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
  cursor: pointer; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* HIDING STUFF */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/* CHROME FRAME */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.bg-gray {
  background: #F2F2F2; }

.bg-red {
  background: #CC0000;
  color: white !important; }

.bg-gray-dark {
  background: #4D4D4D !important;
  color: white !important; }

html, body {
  height: 100%; }

body {
  color: #555555;
  background: white;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  cursor: pointer; }

.btn {
  background: #F2F2F2;
  padding: 10px 20px;
  font-weight: bold; }

.btn:hover {
  background: #4D4D4D;
  color: white !important; }

#wpt-form-message {
  display: none !important; }

/* -------------------------------------------------------------------------------------- *
 * GRID SETTINGS
 * -------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .row {
    margin-left: -10px;
    margin-right: -10px; } }
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .row {
    margin-left: -10px;
    margin-right: -10px; } }
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .row {
    margin-left: -15px;
    margin-right: -15px; } }
@media screen and (min-width: 1281px) {
  .row {
    margin-left: -20px;
    margin-right: -20px; } }

@media screen and (max-width: 480px) {
  .box-row {
    margin-left: 10px;
    margin-right: 10px; } }
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .box-row {
    margin-left: 10px;
    margin-right: 10px; } }
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .box-row {
    margin-left: 15px;
    margin-right: 15px; } }
@media screen and (min-width: 1281px) {
  .box-row {
    margin-left: 20px;
    margin-right: 120px; } }

.room {
  padding-top: 30px;
  padding-bottom: 30px; }

.room-bottom {
  margin-bottom: 30px; }

.room-top {
  margin-top: 30px; }

.box {
  padding: 30px; }

.contactForm .titleDiv {
  margin: 8px 0;
  font-size: 18px; }
.contactForm .stepnext {
  margin: 10px 0px;
  float: right;
  background: #dedede;
  padding: 10px 20px; }
.contactForm .step1Hide, .contactForm .step2Hide {
  margin: 10px 0px;
  float: right;
  background: #F7DABB;
  padding: 10px 20px; }
.contactForm input {
  width: 100%;
  margin: 5px;
  padding: 2px 5px;
  border: solid 1px #F7DABB;
  height: 28px; }
.contactForm textarea {
  width: 100%;
  margin: 5px;
  padding: 2px 5px;
  border: solid 1px #F7DABB; }
.contactForm input[type="radio"], .contactForm input[type="checkbox"] {
  height: 20px; }
.contactForm input[type="submit"] {
  height: 50px;
  margin: 0;
  border: none; }
.contactForm li.wpt-form-item-radio, .contactForm li.wpt-form-item-checkbox {
  height: 30px;
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  background: #dedede;
  border: 1px solid white; }
  @media screen and (max-width: 480px) {
    .contactForm li.wpt-form-item-radio, .contactForm li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .contactForm li.wpt-form-item-radio, .contactForm li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .contactForm li.wpt-form-item-radio, .contactForm li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 1281px) {
    .contactForm li.wpt-form-item-radio, .contactForm li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1025px) {
    .contactForm li.wpt-form-item-radio, .contactForm li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    .contactForm li.wpt-form-item-radio, .contactForm li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  .contactForm li.wpt-form-item-radio label, .contactForm li.wpt-form-item-checkbox label {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
    text-align: center;
    margin-top: 5px; }
  .contactForm li.wpt-form-item-radio label.wpt-form-error, .contactForm li.wpt-form-item-checkbox label.wpt-form-error {
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0; }
  .contactForm li.wpt-form-item-radio input[type="checkbox"], .contactForm li.wpt-form-item-radio input[type="radio"], .contactForm li.wpt-form-item-checkbox input[type="checkbox"], .contactForm li.wpt-form-item-checkbox input[type="radio"] {
    display: none; }
  .contactForm li.wpt-form-item-radio input[type="submit"].submit, .contactForm li.wpt-form-item-checkbox input[type="submit"].submit {
    width: 200px;
    height: 30px;
    float: right;
    background: #CC0000; }
.contactForm .longOpt li.wpt-form-item-checkbox {
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%; }
  @media screen and (max-width: 480px) {
    .contactForm .longOpt li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .contactForm .longOpt li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .contactForm .longOpt li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 1281px) {
    .contactForm .longOpt li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1025px) {
    .contactForm .longOpt li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    .contactForm .longOpt li.wpt-form-item-checkbox {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
.contactForm .wpt-form-set-checkboxes-wpcf-productypecheckbox .wpt-form-item-checkbox {
  height: 70px;
  font-size: 20px; }
  .contactForm .wpt-form-set-checkboxes-wpcf-productypecheckbox .wpt-form-item-checkbox label {
    padding: 15px 0; }
.contactForm .wpt-form-item-radio:hover, .contactForm .wpt-form-item-checkbox:hover {
  background: #4D4D4D;
  color: white; }
.contactForm ul .labelSelected {
  background: #5b5665 !important;
  color: white; }
.contactForm label[generated="true"] {
  margin: 5px;
  height: 22px;
  padding: 0px; }
.contactForm .wpt-form-set-radios, .contactForm .wpt-form-set-checkboxes {
  padding-left: 0;
  padding-right: 0; }
.contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-concurrentusersmore"], .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-licensesmore"] {
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px;
  width: 8.33333%;
  padding: 0 !important; }
  @media screen and (max-width: 480px) {
    .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-concurrentusersmore"], .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-licensesmore"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-concurrentusersmore"], .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-licensesmore"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-concurrentusersmore"], .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-licensesmore"] {
      float: left;
      direction: ltr;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 1281px) {
    .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-concurrentusersmore"], .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-licensesmore"] {
      float: left;
      direction: ltr;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1025px) {
    .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-concurrentusersmore"], .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-licensesmore"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-concurrentusersmore"], .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-licensesmore"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-concurrentusersmore"] input, .contactForm .js-wpt-field-items[data-item_name="numeric-wpcf-licensesmore"] input {
    margin: 5px 0; }
.contactForm .js-wpt-field-items[data-item_name="radios-wpcf-concurrentuserselect"], .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-userlicensesselect"] {
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
  padding: 0 !important; }
  @media screen and (max-width: 480px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-concurrentuserselect"], .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-userlicensesselect"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-concurrentuserselect"], .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-userlicensesselect"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-concurrentuserselect"], .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-userlicensesselect"] {
      float: left;
      direction: ltr;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 1281px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-concurrentuserselect"], .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-userlicensesselect"] {
      float: left;
      direction: ltr;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1025px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-concurrentuserselect"], .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-userlicensesselect"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-concurrentuserselect"], .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-userlicensesselect"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-concurrentuserselect"] ul, .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-userlicensesselect"] ul {
    margin: 4px 0; }
.contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] {
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33333%;
  padding: 0 !important; }
  @media screen and (max-width: 480px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] {
      float: left;
      direction: ltr;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 1281px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] {
      float: left;
      direction: ltr;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1025px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 1024px) {
    .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] {
      float: left;
      direction: ltr;
      padding-left: 10px;
      padding-right: 10px; } }
  .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-radio, .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-checkbox {
    float: left;
    direction: ltr;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%; }
    @media screen and (max-width: 480px) {
      .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-radio, .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-checkbox {
        float: left;
        direction: ltr;
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-radio, .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-checkbox {
        float: left;
        direction: ltr;
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (min-width: 1025px) and (max-width: 1280px) {
      .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-radio, .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-checkbox {
        float: left;
        direction: ltr;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1281px) {
      .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-radio, .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-checkbox {
        float: left;
        direction: ltr;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 1025px) {
      .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-radio, .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-checkbox {
        float: left;
        direction: ltr;
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (max-width: 1024px) {
      .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-radio, .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] .wpt-form-item-checkbox {
        float: left;
        direction: ltr;
        padding-left: 10px;
        padding-right: 10px; } }
  .contactForm .js-wpt-field-items[data-item_name="radios-wpcf-nodescountradio"] ul {
    margin: 4px 0; }
.contactForm .tableHeader {
  height: 250px;
  margin-top: 80px; }
  .contactForm .tableHeader td {
    border: 1px solid white;
    background: #F7DABB; }
  .contactForm .tableHeader .rotated {
    white-space: nowrap; }
    .contactForm .tableHeader .rotated div {
      padding: 25px 0px 0px 0px;
      transform: rotate(-90deg);
      width: 30px; }
  .contactForm .tableHeader .grayTD {
    background: #dedede; }
  .contactForm .tableHeader .whiteTD {
    background: white; }
  .contactForm .tableHeader label {
    margin-left: 15px; }
  .contactForm .tableHeader .tableCheckbox {
    height: 25px; }

/* -------------------------------------------------------------------------------------- *
 * TYPO
 * -------------------------------------------------------------------------------------- */
.wrapper-all h1, .wrapper-all h2, .wrapper-all h3, .wrapper-all h4, .wrapper-all h5, .wrapper-all h6, .wrapper-all .h1, .wrapper-all .h2, .wrapper-all .h3, .wrapper-all .h4, .wrapper-all .h5, .wrapper-all .h6 {
  color: black;
  word-wrap: break-word;
  line-height: 1.3em;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif; }
  .wrapper-all h1 a:hover, .wrapper-all h2 a:hover, .wrapper-all h3 a:hover, .wrapper-all h4 a:hover, .wrapper-all h5 a:hover, .wrapper-all h6 a:hover, .wrapper-all .h1 a:hover, .wrapper-all .h2 a:hover, .wrapper-all .h3 a:hover, .wrapper-all .h4 a:hover, .wrapper-all .h5 a:hover, .wrapper-all .h6 a:hover {
    text-decoration: none !important;
    color: #555555 !important; }
  .wrapper-all h1 a, .wrapper-all h2 a, .wrapper-all h3 a, .wrapper-all h4 a, .wrapper-all h5 a, .wrapper-all h6 a, .wrapper-all .h1 a, .wrapper-all .h2 a, .wrapper-all .h3 a, .wrapper-all .h4 a, .wrapper-all .h5 a, .wrapper-all .h6 a {
    color: black !important;
    text-decoration: none !important; }
  .wrapper-all h1:first-child, .wrapper-all h2:first-child, .wrapper-all h3:first-child, .wrapper-all h4:first-child, .wrapper-all h5:first-child, .wrapper-all h6:first-child, .wrapper-all .h1:first-child, .wrapper-all .h2:first-child, .wrapper-all .h3:first-child, .wrapper-all .h4:first-child, .wrapper-all .h5:first-child, .wrapper-all .h6:first-child {
    margin-top: 0; }
.wrapper-all h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px; }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .wrapper-all h1 {
      font-size: 22px; } }
  @media screen and (max-width: 480px) {
    .wrapper-all h1 {
      font-size: 15px; } }
.wrapper-all h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px; }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .wrapper-all h2 {
      font-size: 22px; } }
  @media screen and (max-width: 480px) {
    .wrapper-all h2 {
      font-size: 15px; } }
.wrapper-all h3 {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-weight: bold; }
.wrapper-all p {
  margin: 0;
  line-height: 1.6em;
  margin-bottom: 12px; }
.wrapper-all p:empty {
  display: none; }
.wrapper-all a, .wrapper-all a:visited {
  color: #555555; }
.wrapper-all a:hover {
  color: #555555; }
.wrapper-all p.lead {
  font-size: 18px;
  line-height: 1.6em; }
.wrapper-all hr {
  border: 2px solid #F7DABB; }
.wrapper-all .red {
  color: #CC0000; }

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- *
 * MAIN LAYOUT ELEMENTS
 * -------------------------------------------------------------------------------------- */
.top-bar {
  height: 125px;
  background: #F7DABB; }
  .top-bar .top-bar-inner {
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .top-bar .top-bar-inner {
        width: 100%; } }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .top-bar .top-bar-inner {
        width: 100%; } }
    @media screen and (min-width: 1025px) and (max-width: 1280px) {
      .top-bar .top-bar-inner {
        width: 1000px; } }
    @media screen and (min-width: 1281px) {
      .top-bar .top-bar-inner {
        width: 1000px; } }
    .top-bar .top-bar-inner #logo {
      background-image: url(../img/icons/logo.png);
      height: 120px;
      padding: 20px;
      background-repeat: no-repeat;
      background-position: center center;
      width: 211px;
      float: left; }
    .top-bar .top-bar-inner .top-bar-inner-right {
      float: right;
      margin-top: 20px; }
      .top-bar .top-bar-inner .top-bar-inner-right .lang_sel_list_horizontal {
        float: left;
        margin: 7px 5px 0 0; }
        .top-bar .top-bar-inner .top-bar-inner-right .lang_sel_list_horizontal .lang_sel_other, .top-bar .top-bar-inner .top-bar-inner-right .lang_sel_list_horizontal a {
          background: #F7DABB !important; }
      .top-bar .top-bar-inner .top-bar-inner-right .widget_search {
        float: left; }
        .top-bar .top-bar-inner .top-bar-inner-right .widget_search #searchsubmit {
          background-image: url(../img/icons/search.png);
          border: none;
          width: 30px;
          height: 30px; }
        .top-bar .top-bar-inner .top-bar-inner-right .widget_search #s {
          border: none;
          height: 30px;
          margin-right: -3px;
          padding-left: 10px;
          width: 160px; }
      .top-bar .top-bar-inner .top-bar-inner-right #lang_sel_list {
        height: 22px; }
        @media screen and (max-width: 480px) {
          .top-bar .top-bar-inner .top-bar-inner-right #lang_sel_list {
            display: none; } }
        @media screen and (min-width: 481px) and (max-width: 1024px) {
          .top-bar .top-bar-inner .top-bar-inner-right #lang_sel_list {
            display: none; } }
      .top-bar .top-bar-inner .top-bar-inner-right .navDiv div {
        float: right; }
      .top-bar .top-bar-inner .top-bar-inner-right .menu {
        height: 30px; }
        .top-bar .top-bar-inner .top-bar-inner-right .menu ul {
          margin: 0;
          padding: 0; }
        .top-bar .top-bar-inner .top-bar-inner-right .menu li {
          list-style: none;
          background-color: #CC0000;

          float: left;
          padding: 5px;
          font-size: 11px;
          margin: 5px 1px 0 5px; }
          .top-bar .top-bar-inner .top-bar-inner-right .menu li a {
            color: white;
            text-decoration: none; }
        @media screen and (max-width: 480px) {
          .top-bar .top-bar-inner .top-bar-inner-right .menu {
            display: none; } }
    .top-bar .top-bar-inner #existing-content-menu {
      background-image: url(../img/icons/mobileNave.png);
      height: 24px;
      width: 36px;
      display: inline-block;
      margin: 4px 12px; }
    @media screen and (max-width: 480px) {
      .top-bar .top-bar-inner .widget_search {
        display: none; }
      .top-bar .top-bar-inner #logo {
        background-image: url(../img/icons/logoSmall.png);
        height: 50px;
        padding: 20px;
        width: 120px; }
      .top-bar .top-bar-inner .top-bar-inner-right {
        margin-top: 10px; } }
    @media screen and (min-width: 1025px) and (max-width: 1280px) {
      .top-bar .top-bar-inner #existing-content-menu {
        display: none; } }
    @media screen and (min-width: 1281px) {
      .top-bar .top-bar-inner #existing-content-menu {
        display: none; } }
  @media screen and (max-width: 480px) {
    .top-bar {
      height: 50px; } }

.navi-main {
  background: #F2F2F2; }
  .navi-main .navi-main-inner {
    height: 30px;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .navi-main .navi-main-inner {
        width: 100%; } }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .navi-main .navi-main-inner {
        width: 100%; } }
    @media screen and (min-width: 1025px) and (max-width: 1280px) {
      .navi-main .navi-main-inner {
        width: 1000px; } }
    @media screen and (min-width: 1281px) {
      .navi-main .navi-main-inner {
        width: 1000px; } }
    .navi-main .navi-main-inner ul {
      margin: 0;
      padding: 0; }
    .navi-main .navi-main-inner li {
      width: 10%;
      float: left;
      padding: 0 !important; }
      .navi-main .navi-main-inner li a {
        height: 30px;
        display: block;
        text-align: center;
        padding-top: 5px;
        text-decoration: none;
        border-right: 1px solid white;
        font-size: 13px; }
      .navi-main .navi-main-inner li a:hover {
        color: white; }
      .navi-main .navi-main-inner li:first-child a {
        border-left: 1px solid white; }
    .navi-main .navi-main-inner li:hover {
      background: #4D4D4D;
      color: white; }
  @media screen and (max-width: 480px) {
    .navi-main {
      display: none; } }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .navi-main {
      display: none; } }

.main .main-inner {
  margin: 0 auto;
  padding: 0px 0px 60px 0px;
  min-height: 600px; }
  @media screen and (max-width: 480px) {
    .main .main-inner {
      width: 100%; } }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .main .main-inner {
      width: 100%; } }
  @media screen and (min-width: 1025px) and (max-width: 1280px) {
    .main .main-inner {
      width: 1000px; } }
  @media screen and (min-width: 1281px) {
    .main .main-inner {
      width: 1000px; } }

.footer {
  background: #F7DABB; }
  .footer .footer-inner {
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .footer .footer-inner {
        width: 100%; } }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .footer .footer-inner {
        width: 100%; } }
    @media screen and (min-width: 1025px) and (max-width: 1280px) {
      .footer .footer-inner {
        width: 1000px; } }
    @media screen and (min-width: 1281px) {
      .footer .footer-inner {
        width: 1000px; } }
    .footer .footer-inner .footer-nav {
      float: left; }
    .footer .footer-inner .menu-item {
      float: left;
      margin: 0 40px 0 0; }
      .footer .footer-inner .menu-item a {
        text-decoration: none; }
    .footer .footer-inner .copyR {
      float: right;
      margin: 15px; }

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- *
 * Preview
 * -------------------------------------------------------------------------------------- */
.preview .previewItem {
  height: 290px;
  background-repeat: round;
  border: 2px white solid; }
  .preview .previewItem .hover-text {
    height: 255px; }
  .preview .previewItem .preview-title {
    font-size: 18px;
    font-weight: bold;
    color: white; }
    @media screen and (max-width: 480px) {
      .preview .previewItem .preview-title {
        margin: 0;
        padding: 20px 0;
        color: #555555;
        font-size: 14px; } }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .preview .previewItem .preview-title {
        font-size: 13px; } }
  .preview .previewItem img {
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 480px) {
      .preview .previewItem img {
        height: 45px;
        width: 45px; } }
  .preview .previewItem .iconDiv {
    padding: 6px;
    background-color: #F7DABB;
    float: left;
    margin-right: 15px; }
  @media screen and (min-width: 481px) and (max-width: 1024px) {
    .preview .previewItem {
      height: 245px;
      font-size: 13px; }
      .preview .previewItem .hover-text {
        height: 215px; } }
  @media screen and (max-width: 480px) {
    .preview .previewItem {
      height: 64px;
      background: #F2F2F2 !important;
      margin-bottom: 3px;
      padding: 0; } }
.preview .previewItem:hover .previewtext {
  padding-top: 20px;
  color: white; }
  .preview .previewItem:hover .previewtext center {
    display: block !important; }
.preview .previewItem:hover .preview-title {
  color: #5b5665; }

.moreInfoDiv {
  background: #F7DABB;
  height: 310px;
  text-decoration: none;
  border: solid white 1px; }
  .moreInfoDiv img.informationbox {
    height: 80px;
    margin: 15px; }

.informationbox .infoText {
  height: 70px;
  display: block; }

img.doawnload {
  content: url("../img/icons/download.png");
  height: 120px;
  margin: 20px; }

img.videos {
  content: url("../img/icons/play.png");
  height: 120px;
  margin: 20px; }

img.back {
  content: url("../img/icons/back.png");
  height: 120px;
  margin: 20px; }

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- *
 * Home
 * -------------------------------------------------------------------------------------- */
.dates ul {
  padding-left: 0; }
  .dates ul li {
    list-style: none;
    margin-bottom: 10px; }
.dates .trainingIcon {
  content: url("../img/icons/trainingIcon.png"); }
.dates .eventIcon {
  content: url("../img/icons/eventIcon.png"); }

#post-24 .article-header, #post-860 .article-header {
  display: none; }

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- *
 * CONTENT ITEMS
 * -------------------------------------------------------------------------------------- */
.DescriptionItem {
  background: #F2F2F2;
  line-height: 110px;
  font-weight: bold;
  border: 1px solid white; }
  @media screen and (max-width: 480px) {
    .DescriptionItem {
      line-height: 60px; } }

.DescriptionParentMobile div:hover {
  background: #4D4D4D;
  color: white; }
.DescriptionParentMobile a:hover {
  background: #4D4D4D;
  color: white; }

.DescriptionParent .child {
  min-height: 40px;
  background: #F7DABB;
  margin-top: 1px;
  padding: 15px 35px; }
  @media screen and (max-width: 480px) {
    .DescriptionParent .child {
      line-height: 60px;
      padding: 0 0 0 5px; }
      .DescriptionParent .child h3 {
        display: inline; }
      .DescriptionParent .child span {
        margin-top: 5px;
        vertical-align: top; } }
  .DescriptionParent .child .buttonDiv a {
    margin-top: 5px; }
  .DescriptionParent .child .more-link {
    background-image: url(../img/icons/more.png);
    float: right;
    height: 60px;
    width: 60px; }
  .DescriptionParent .child .hover {
    display: none; }
  .DescriptionParent .child .downloadPdf {
    content: url("../img/icons/Play.png");
    height: 24px;
    margin-left: 15px; }
  .DescriptionParent .child .playVideo {
    content: url("../img/icons/Download.png");
    height: 24px;
    margin-left: 15px; }
  .DescriptionParent .child a {
    text-decoration: none; }
.DescriptionParent .showHover {
  display: none; }
.DescriptionParent .child:hover {
  background: #DBBDA2; }
  .DescriptionParent .child:hover .showHover {
    display: inline; }
@media screen and (max-width: 480px) {
  .DescriptionParent .hide-mobile, .DescriptionParent .childDesc {
    display: none !important; } }

/* -------------------------------------------------------------------------------------- *
* sidr
* -------------------------------------------------------------------------------------- */
.sidr {
  background-color: #4D4D4D; }
  .sidr ul li {
    border-top: 2px solid white;
    border-bottom: none; }
  .sidr #sidr-id-lang_sel_list {
    margin-right: 2px;
    width: 100px; }
    .sidr #sidr-id-lang_sel_list ul {
      width: 240px; }
      .sidr #sidr-id-lang_sel_list ul li {
        float: left;
        border: none;
        width: 60px;
        height: 45px; }

#sidr-id-s {
  border: 1px solid #FFF;
  color: #FFF;
  width: 174px;
  display: inline;
  border: solid 1px white;
  border-right: none;
  height: 55px;
  width: 150px;
  margin-right: -6px;
  margin-top: 1px;
  background-color: #4D4D4D; }

#sidr-id-searchsubmit {
  background-image: url(../img/icons/searchBlack.png);
  border: none;
  width: 55px;
  height: 55px;
  border: solid 1px white;
  border-left: none; }

/* IE 7 FIXES */
.ie7 {
  /* bicubic resizing for non-native sized IMG:
  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */ }
  .ie7 img {
    -ms-interpolation-mode: bicubic; }

/* IE 8 FIXES */

/*# sourceMappingURL=master.css.map */
