@import "fonts/fonts.css";
@charset "utf-8";
/*******************
 *
 * project: Portal Comarch
 * author: Marek Jeleśniański, Michał Mrugała
 * copyright: Copyright (C) 2014 SoInteractive. All rights reserved.
 *
********************/
/*------------------
  TABLE OF CONTENTS:

  1. RESETT AND GENERAL MIXINS
  2. LESS VARIABLES
  3. JS MODULES AND (FONT) ICONS
  4. BASIC ELEMENTS
  5. BASIC LAYOUT
  6. WIDGETS AND MODULES
  7. PRINT STYLES AND STYLES FOR WYSIWYG
  8. STYLES FOR PLUGINS
-------------------*/
/*---------------------------------------------------------------
  1. RESET AND GENERAL MIXINS
---------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*
//== Modals
//
//##

// Padding applied to the modal body
@modal-inner-padding: 			20px;

// Padding applied to the modal title
@modal-title-padding: 			15px;
// Modal title line-height
@modal-title-line-height: 	@line-height-base;

// Background color of modal content area
@modal-content-bg: 													#fff;
// Modal content border color
@modal-content-border-color: 								rgba(0,0,0,.2);
// Modal content border color **for IE8**
@modal-content-fallback-border-color: 				#999;

// Modal backdrop background color
@modal-backdrop-bg: 				#000;
// Modal backdrop opacity
@modal-backdrop-opacity: 		.5;
// Modal header border color
@modal-header-border-color: #e5e5e5;
// Modal footer border color
@modal-footer-border-color: @modal-header-border-color;

@modal-lg: 									900px;
@modal-md: 									600px;
@modal-sm: 									300px;


//== Thumbnails
//
//##

// Padding around the thumbnail image
@thumbnail-padding: 				4px;
// Thumbnail background color
@thumbnail-bg: 							@body-bg;
// Thumbnail border color
@thumbnail-border: 					#ddd;
// Thumbnail border radius
@thumbnail-border-radius: 	@border-radius-base;

// Custom text color for thumbnail captions
@thumbnail-caption-color: 	@text-color;
// Padding around the thumbnail caption
@thumbnail-caption-padding: 9px;


//== Carousel
//
//##

@carousel-text-shadow: 											0 1px 2px rgba(0,0,0,.6);

@carousel-control-color: 										#fff;
@carousel-control-width: 										15%;
@carousel-control-opacity: 									.5;
@carousel-control-font-size: 								20px;

@carousel-indicator-active-bg: 							#fff;
@carousel-indicator-border-color: 					#fff;

@carousel-caption-color: 										#fff;


//== Close
//
//##

@close-font-weight: 				bold;
@close-color: 							#000;
@close-text-shadow: 				0 1px 0 #fff;


//== Type
//
//##

// Text muted color
@text-muted: 								@color-gray-light;
// Abbreviations and acronyms border color
@abbr-border-color: 				@color-gray-light;
// Headings small color
@headings-small-color: 			@color-gray-light;
// Blockquote small color
@blockquote-small-color: 		@color-gray-light;
// Blockquote font size
@blockquote-font-size: 			(@font-size-base * 1.25);
// Blockquote border color
@blockquote-border-color: 	@color-gray-lighter;
// Page header border color
@page-header-border-color: 	@color-gray-lighter;


//== Miscellaneous
//
//##

// Horizontal line color.
@hr-border: 								@color-gray-lighter;

// Horizontal offset for forms and lists.
@component-offset-horizontal: 180px;

*/
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.clearfix:before,
.clearfix:after,
.container-inside-another:before,
.container-inside-another:after,
.container:before,
.container:after,
.container .container:before,
.container .container:after,
.container .container-fluid:before,
.container .container-fluid:after,
.container-fluid:before,
.container-fluid:after,
.container-fluid .container:before,
.container-fluid .container:after,
.container-fluid .container-fluid:before,
.container-fluid .container-fluid:after,
.row:before,
.row:after,
fieldset:before,
fieldset:after,
#main-header #secondary-nav:before,
#main-header #secondary-nav:after,
#main-header #main-nav:before,
#main-header #main-nav:after,
#main-nav .submenu > .megamenu:before,
#main-nav .submenu > .megamenu:after,
#main-nav .submenu > ul:before,
#main-nav .submenu > ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container-inside-another:after,
.container:after,
.container .container:after,
.container .container-fluid:after,
.container-fluid:after,
.container-fluid .container:after,
.container-fluid .container-fluid:after,
.row:after,
fieldset:after,
#main-header #secondary-nav:after,
#main-header #main-nav:after,
#main-nav .submenu > .megamenu:after,
#main-nav .submenu > ul:after {
  clear: both;
}
.text-norender {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.container-inside-another {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.container,
#main-nav .submenu > .megamenu,
#main-nav .submenu > ul {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container .container,
.container .container-fluid {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 769px) {
  .container,
  #main-nav .submenu > .megamenu,
  #main-nav .submenu > ul {
    width: 750px;
  }
}
@media (min-width: 993px) {
  .container,
  #main-nav .submenu > .megamenu,
  #main-nav .submenu > ul {
    width: 970px;
  }
}
@media (min-width: 1201px) {
  .container,
  #main-nav .submenu > .megamenu,
  #main-nav .submenu > ul {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid .container,
.container-fluid .container-fluid {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.container .no-gap .row,
.container-fluid .no-gap .row {
  margin-left: 0;
  margin-right: 0;
}
.container .no-gap [class*='column-md'],
.container-fluid .no-gap [class*='column-md'],
.container .no-gap [class*='column-lg'],
.container-fluid .no-gap [class*='column-lg'],
.container .no-gap [class*='column-sm'],
.container-fluid .no-gap [class*='column-sm'] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.column-xs-1, .column-sm-1, .column-1, .column-md-1, .column-lg-1, .column-xs-2, .column-sm-2, .column-2, .column-md-2, .column-lg-2, .column-xs-3, .column-sm-3, .column-3, .column-md-3, .column-lg-3, .column-xs-4, .column-sm-4, .column-4, .column-md-4, .column-lg-4, .column-xs-5, .column-sm-5, .column-5, .column-md-5, .column-lg-5, .column-xs-6, .column-sm-6, .column-6, .column-md-6, .column-lg-6, .column-xs-7, .column-sm-7, .column-7, .column-md-7, .column-lg-7, .column-xs-8, .column-sm-8, .column-8, .column-md-8, .column-lg-8, .column-xs-9, .column-sm-9, .column-9, .column-md-9, .column-lg-9, .column-xs-10, .column-sm-10, .column-10, .column-md-10, .column-lg-10, .column-xs-11, .column-sm-11, .column-11, .column-md-11, .column-lg-11, .column-xs-12, .column-sm-12, .column-12, .column-md-12, .column-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* Grid for extra small devices, such as smartphones */
.column-xxs-1, .column-xxs-2, .column-xxs-3, .column-xxs-4, .column-xxs-5, .column-xxs-6, .column-xxs-7, .column-xxs-8, .column-xxs-9, .column-xxs-10, .column-xxs-11, .column-xxs-12 {
  float: left;
}
.column-xxs-12 {
  width: 100%;
}
.column-xxs-11 {
  width: 91.66666667%;
}
.column-xxs-10 {
  width: 83.33333333%;
}
.column-xxs-9 {
  width: 75%;
}
.column-xxs-8 {
  width: 66.66666667%;
}
.column-xxs-7 {
  width: 58.33333333%;
}
.column-xxs-6 {
  width: 50%;
}
.column-xxs-5 {
  width: 41.66666667%;
}
.column-xxs-4 {
  width: 33.33333333%;
}
.column-xxs-3 {
  width: 25%;
}
.column-xxs-2 {
  width: 16.66666667%;
}
.column-xxs-1 {
  width: 8.33333333%;
}
.column-xxs-pull-12 {
  right: 100%;
}
.column-xxs-pull-11 {
  right: 91.66666667%;
}
.column-xxs-pull-10 {
  right: 83.33333333%;
}
.column-xxs-pull-9 {
  right: 75%;
}
.column-xxs-pull-8 {
  right: 66.66666667%;
}
.column-xxs-pull-7 {
  right: 58.33333333%;
}
.column-xxs-pull-6 {
  right: 50%;
}
.column-xxs-pull-5 {
  right: 41.66666667%;
}
.column-xxs-pull-4 {
  right: 33.33333333%;
}
.column-xxs-pull-3 {
  right: 25%;
}
.column-xxs-pull-2 {
  right: 16.66666667%;
}
.column-xxs-pull-1 {
  right: 8.33333333%;
}
.column-xxs-pull-0 {
  right: 0%;
}
.column-xxs-push-12 {
  left: 100%;
}
.column-xxs-push-11 {
  left: 91.66666667%;
}
.column-xxs-push-10 {
  left: 83.33333333%;
}
.column-xxs-push-9 {
  left: 75%;
}
.column-xxs-push-8 {
  left: 66.66666667%;
}
.column-xxs-push-7 {
  left: 58.33333333%;
}
.column-xxs-push-6 {
  left: 50%;
}
.column-xxs-push-5 {
  left: 41.66666667%;
}
.column-xxs-push-4 {
  left: 33.33333333%;
}
.column-xxs-push-3 {
  left: 25%;
}
.column-xxs-push-2 {
  left: 16.66666667%;
}
.column-xxs-push-1 {
  left: 8.33333333%;
}
.column-xxs-push-0 {
  left: 0%;
}
.column-xxs-offset-12 {
  margin-left: 100%;
}
.column-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.column-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.column-xxs-offset-9 {
  margin-left: 75%;
}
.column-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.column-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.column-xxs-offset-6 {
  margin-left: 50%;
}
.column-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.column-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.column-xxs-offset-3 {
  margin-left: 25%;
}
.column-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.column-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.column-xxs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 481px) {
  .column-xs-1, .column-xs-2, .column-xs-3, .column-xs-4, .column-xs-5, .column-xs-6, .column-xs-7, .column-xs-8, .column-xs-9, .column-xs-10, .column-xs-11, .column-xs-12 {
    float: left;
  }
  .column-xs-12 {
    width: 100%;
  }
  .column-xs-11 {
    width: 91.66666667%;
  }
  .column-xs-10 {
    width: 83.33333333%;
  }
  .column-xs-9 {
    width: 75%;
  }
  .column-xs-8 {
    width: 66.66666667%;
  }
  .column-xs-7 {
    width: 58.33333333%;
  }
  .column-xs-6 {
    width: 50%;
  }
  .column-xs-5 {
    width: 41.66666667%;
  }
  .column-xs-4 {
    width: 33.33333333%;
  }
  .column-xs-3 {
    width: 25%;
  }
  .column-xs-2 {
    width: 16.66666667%;
  }
  .column-xs-1 {
    width: 8.33333333%;
  }
  .column-xs-pull-12 {
    right: 100%;
  }
  .column-xs-pull-11 {
    right: 91.66666667%;
  }
  .column-xs-pull-10 {
    right: 83.33333333%;
  }
  .column-xs-pull-9 {
    right: 75%;
  }
  .column-xs-pull-8 {
    right: 66.66666667%;
  }
  .column-xs-pull-7 {
    right: 58.33333333%;
  }
  .column-xs-pull-6 {
    right: 50%;
  }
  .column-xs-pull-5 {
    right: 41.66666667%;
  }
  .column-xs-pull-4 {
    right: 33.33333333%;
  }
  .column-xs-pull-3 {
    right: 25%;
  }
  .column-xs-pull-2 {
    right: 16.66666667%;
  }
  .column-xs-pull-1 {
    right: 8.33333333%;
  }
  .column-xs-pull-0 {
    right: 0%;
  }
  .column-xs-push-12 {
    left: 100%;
  }
  .column-xs-push-11 {
    left: 91.66666667%;
  }
  .column-xs-push-10 {
    left: 83.33333333%;
  }
  .column-xs-push-9 {
    left: 75%;
  }
  .column-xs-push-8 {
    left: 66.66666667%;
  }
  .column-xs-push-7 {
    left: 58.33333333%;
  }
  .column-xs-push-6 {
    left: 50%;
  }
  .column-xs-push-5 {
    left: 41.66666667%;
  }
  .column-xs-push-4 {
    left: 33.33333333%;
  }
  .column-xs-push-3 {
    left: 25%;
  }
  .column-xs-push-2 {
    left: 16.66666667%;
  }
  .column-xs-push-1 {
    left: 8.33333333%;
  }
  .column-xs-push-0 {
    left: 0%;
  }
  .column-xs-offset-12 {
    margin-left: 100%;
  }
  .column-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-xs-offset-9 {
    margin-left: 75%;
  }
  .column-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-xs-offset-6 {
    margin-left: 50%;
  }
  .column-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-xs-offset-3 {
    margin-left: 25%;
  }
  .column-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-xs-offset-0 {
    margin-left: 0%;
  }
}
/* Grid for small devices, such as wide smartphones and vertical tablets */
@media (min-width: 769px) {
  .column-sm-1, .column-sm-2, .column-sm-3, .column-sm-4, .column-sm-5, .column-sm-6, .column-sm-7, .column-sm-8, .column-sm-9, .column-sm-10, .column-sm-11, .column-sm-12 {
    float: left;
  }
  .column-sm-12 {
    width: 100%;
  }
  .column-sm-11 {
    width: 91.66666667%;
  }
  .column-sm-10 {
    width: 83.33333333%;
  }
  .column-sm-9 {
    width: 75%;
  }
  .column-sm-8 {
    width: 66.66666667%;
  }
  .column-sm-7 {
    width: 58.33333333%;
  }
  .column-sm-6 {
    width: 50%;
  }
  .column-sm-5 {
    width: 41.66666667%;
  }
  .column-sm-4 {
    width: 33.33333333%;
  }
  .column-sm-3 {
    width: 25%;
  }
  .column-sm-2 {
    width: 16.66666667%;
  }
  .column-sm-1 {
    width: 8.33333333%;
  }
  .column-sm-pull-12 {
    right: 100%;
  }
  .column-sm-pull-11 {
    right: 91.66666667%;
  }
  .column-sm-pull-10 {
    right: 83.33333333%;
  }
  .column-sm-pull-9 {
    right: 75%;
  }
  .column-sm-pull-8 {
    right: 66.66666667%;
  }
  .column-sm-pull-7 {
    right: 58.33333333%;
  }
  .column-sm-pull-6 {
    right: 50%;
  }
  .column-sm-pull-5 {
    right: 41.66666667%;
  }
  .column-sm-pull-4 {
    right: 33.33333333%;
  }
  .column-sm-pull-3 {
    right: 25%;
  }
  .column-sm-pull-2 {
    right: 16.66666667%;
  }
  .column-sm-pull-1 {
    right: 8.33333333%;
  }
  .column-sm-pull-0 {
    right: 0%;
  }
  .column-sm-push-12 {
    left: 100%;
  }
  .column-sm-push-11 {
    left: 91.66666667%;
  }
  .column-sm-push-10 {
    left: 83.33333333%;
  }
  .column-sm-push-9 {
    left: 75%;
  }
  .column-sm-push-8 {
    left: 66.66666667%;
  }
  .column-sm-push-7 {
    left: 58.33333333%;
  }
  .column-sm-push-6 {
    left: 50%;
  }
  .column-sm-push-5 {
    left: 41.66666667%;
  }
  .column-sm-push-4 {
    left: 33.33333333%;
  }
  .column-sm-push-3 {
    left: 25%;
  }
  .column-sm-push-2 {
    left: 16.66666667%;
  }
  .column-sm-push-1 {
    left: 8.33333333%;
  }
  .column-sm-push-0 {
    left: 0%;
  }
  .column-sm-offset-12 {
    margin-left: 100%;
  }
  .column-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-sm-offset-9 {
    margin-left: 75%;
  }
  .column-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-sm-offset-6 {
    margin-left: 50%;
  }
  .column-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-sm-offset-3 {
    margin-left: 25%;
  }
  .column-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-sm-offset-0 {
    margin-left: 0%;
  }
}
/* Grid for medium devices, for example horizontal tablets and small desktop devices */
@media (min-width: 993px) {
  .column-md-1, .column-md-2, .column-md-3, .column-md-4, .column-md-5, .column-md-6, .column-md-7, .column-md-8, .column-md-9, .column-md-10, .column-md-11, .column-md-12 {
    float: left;
  }
  .column-md-12 {
    width: 100%;
  }
  .column-md-11 {
    width: 91.66666667%;
  }
  .column-md-10 {
    width: 83.33333333%;
  }
  .column-md-9 {
    width: 75%;
  }
  .column-md-8 {
    width: 66.66666667%;
  }
  .column-md-7 {
    width: 58.33333333%;
  }
  .column-md-6 {
    width: 50%;
  }
  .column-md-5 {
    width: 41.66666667%;
  }
  .column-md-4 {
    width: 33.33333333%;
  }
  .column-md-3 {
    width: 25%;
  }
  .column-md-2 {
    width: 16.66666667%;
  }
  .column-md-1 {
    width: 8.33333333%;
  }
  .column-md-pull-12 {
    right: 100%;
  }
  .column-md-pull-11 {
    right: 91.66666667%;
  }
  .column-md-pull-10 {
    right: 83.33333333%;
  }
  .column-md-pull-9 {
    right: 75%;
  }
  .column-md-pull-8 {
    right: 66.66666667%;
  }
  .column-md-pull-7 {
    right: 58.33333333%;
  }
  .column-md-pull-6 {
    right: 50%;
  }
  .column-md-pull-5 {
    right: 41.66666667%;
  }
  .column-md-pull-4 {
    right: 33.33333333%;
  }
  .column-md-pull-3 {
    right: 25%;
  }
  .column-md-pull-2 {
    right: 16.66666667%;
  }
  .column-md-pull-1 {
    right: 8.33333333%;
  }
  .column-md-pull-0 {
    right: 0%;
  }
  .column-md-push-12 {
    left: 100%;
  }
  .column-md-push-11 {
    left: 91.66666667%;
  }
  .column-md-push-10 {
    left: 83.33333333%;
  }
  .column-md-push-9 {
    left: 75%;
  }
  .column-md-push-8 {
    left: 66.66666667%;
  }
  .column-md-push-7 {
    left: 58.33333333%;
  }
  .column-md-push-6 {
    left: 50%;
  }
  .column-md-push-5 {
    left: 41.66666667%;
  }
  .column-md-push-4 {
    left: 33.33333333%;
  }
  .column-md-push-3 {
    left: 25%;
  }
  .column-md-push-2 {
    left: 16.66666667%;
  }
  .column-md-push-1 {
    left: 8.33333333%;
  }
  .column-md-push-0 {
    left: 0%;
  }
  .column-md-offset-12 {
    margin-left: 100%;
  }
  .column-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-md-offset-9 {
    margin-left: 75%;
  }
  .column-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-md-offset-6 {
    margin-left: 50%;
  }
  .column-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-md-offset-3 {
    margin-left: 25%;
  }
  .column-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-md-offset-0 {
    margin-left: 0%;
  }
}
/* Grid for large desktop devices */
@media (min-width: 1201px) {
  .column-lg-1, .column-lg-2, .column-lg-3, .column-lg-4, .column-lg-5, .column-lg-6, .column-lg-7, .column-lg-8, .column-lg-9, .column-lg-10, .column-lg-11, .column-lg-12 {
    float: left;
  }
  .column-lg-12 {
    width: 100%;
  }
  .column-lg-11 {
    width: 91.66666667%;
  }
  .column-lg-10 {
    width: 83.33333333%;
  }
  .column-lg-9 {
    width: 75%;
  }
  .column-lg-8 {
    width: 66.66666667%;
  }
  .column-lg-7 {
    width: 58.33333333%;
  }
  .column-lg-6 {
    width: 50%;
  }
  .column-lg-5 {
    width: 41.66666667%;
  }
  .column-lg-4 {
    width: 33.33333333%;
  }
  .column-lg-3 {
    width: 25%;
  }
  .column-lg-2 {
    width: 16.66666667%;
  }
  .column-lg-1 {
    width: 8.33333333%;
  }
  .column-lg-pull-12 {
    right: 100%;
  }
  .column-lg-pull-11 {
    right: 91.66666667%;
  }
  .column-lg-pull-10 {
    right: 83.33333333%;
  }
  .column-lg-pull-9 {
    right: 75%;
  }
  .column-lg-pull-8 {
    right: 66.66666667%;
  }
  .column-lg-pull-7 {
    right: 58.33333333%;
  }
  .column-lg-pull-6 {
    right: 50%;
  }
  .column-lg-pull-5 {
    right: 41.66666667%;
  }
  .column-lg-pull-4 {
    right: 33.33333333%;
  }
  .column-lg-pull-3 {
    right: 25%;
  }
  .column-lg-pull-2 {
    right: 16.66666667%;
  }
  .column-lg-pull-1 {
    right: 8.33333333%;
  }
  .column-lg-pull-0 {
    right: 0%;
  }
  .column-lg-push-12 {
    left: 100%;
  }
  .column-lg-push-11 {
    left: 91.66666667%;
  }
  .column-lg-push-10 {
    left: 83.33333333%;
  }
  .column-lg-push-9 {
    left: 75%;
  }
  .column-lg-push-8 {
    left: 66.66666667%;
  }
  .column-lg-push-7 {
    left: 58.33333333%;
  }
  .column-lg-push-6 {
    left: 50%;
  }
  .column-lg-push-5 {
    left: 41.66666667%;
  }
  .column-lg-push-4 {
    left: 33.33333333%;
  }
  .column-lg-push-3 {
    left: 25%;
  }
  .column-lg-push-2 {
    left: 16.66666667%;
  }
  .column-lg-push-1 {
    left: 8.33333333%;
  }
  .column-lg-push-0 {
    left: 0%;
  }
  .column-lg-offset-12 {
    margin-left: 100%;
  }
  .column-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-lg-offset-9 {
    margin-left: 75%;
  }
  .column-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-lg-offset-6 {
    margin-left: 50%;
  }
  .column-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-lg-offset-3 {
    margin-left: 25%;
  }
  .column-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-lg-offset-0 {
    margin-left: 0%;
  }
}
/*.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top:	 @caret-width-base solid;
	border-right: @caret-width-base solid transparent;
	border-left:	@caret-width-base solid transparent;
}*/
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  /* box-shadow */
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #7e8e96;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #5a676e;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #006693;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d0d0d0;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #d0d0d0;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*.pie() {
	behavior: url(pie/PIE.php);
}*/
/*---------------------------------------------------------------
  2. LESS VARIABLES
---------------------------------------------------------------- */
/** Color set */
/* Default colors */
/** Widgets */
/*@padding-vertical-xs:		1px;
@padding-horizontal-xs:		5px;*/
/** Typography */
/** Tables */
/** Forms and buttons */
/* Buttons */
/** Grid */
/* Breakpoints */
/* - extra small devices */
/* (min) */
/* - small devices */
/* (min) */
/* - medium size devices */
/* (min) */
/* - large size devices */
/* (min) */
/* Grid settings */
/* RWD sizes */
/*---------------------------------------------------------------
  3. JS MODULES AND (FONT) ICONS
---------------------------------------------------------------- */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
[class*="flag-"]:not([class*="fa-flag-"]) {
  float: left;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.flag-austria {
  background-image: url(/img/flags-iso/shiny/16/AT.png);
}
.flag-belgium {
  background-image: url(/img/flags-iso/shiny/16/BE.png);
}
.flag-brazil {
  background-image: url(/img/flags-iso/shiny/16/BR.png);
}
.flag-chile {
  background-image: url(/img/flags-iso/shiny/16/CL.png);
}
.flag-france {
  background-image: url(/img/flags-iso/shiny/16/FR.png);
}
.flag-germany {
  background-image: url(/img/flags-iso/shiny/16/DE.png);
}
.flag-italy {
  background-image: url(/img/flags-iso/shiny/16/IT.png);
}
.flag-luxemburg {
  background-image: url(/img/flags-iso/shiny/16/LU.png);
}
.flag-netherlands {
  background-image: url(/img/flags-iso/shiny/16/NL.png);
}
.flag-north-america {
  background-image: url(/img/flags-iso/shiny/16/_north-america.png);
}
.flag-poland {
  background-image: url(/img/flags-iso/shiny/16/PL.png);
}
.flag-russia {
  background-image: url(/img/flags-iso/shiny/16/RU.png);
}
.flag-spain {
  background-image: url(/img/flags-iso/shiny/16/ES.png);
}
.flag-switzerland {
  background-image: url(/img/flags-iso/shiny/16/CH.png);
}
.flag-turkey {
  background-image: url(/img/flags-iso/shiny/16/TR.png);
}
.flag-united-kingdom {
  background-image: url(/img/flags-iso/shiny/16/GB.png);
}
.flag-worldwide {
  background-image: url(/img/flags-iso/shiny/16/_worldwide.png);
}
.cross-icon {
  color: #a3aeb2;
}
.cross-icon:before {
  content: "\2716";
}
.icons-example {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.icons-example li {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 20%;
  padding: 2em 1em;
  vertical-align: top;
  /* border-radius */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* transition */
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.icons-example li i {
  font-size: 60px;
  display: block;
  margin-bottom: 10px;
}
.icons-example li:hover {
  background: #eeeeee;
}
@media (max-width: 768px) {
  .flag-austria {
    background-image: url(/img/flags-iso/shiny/24/AT.png);
  }
  .flag-belgium {
    background-image: url(/img/flags-iso/shiny/24/BE.png);
  }
  .flag-brazil {
    background-image: url(/img/flags-iso/shiny/24/BR.png);
  }
  .flag-chile {
    background-image: url(/img/flags-iso/shiny/24/CL.png);
  }
  .flag-france {
    background-image: url(/img/flags-iso/shiny/24/FR.png);
  }
  .flag-germany {
    background-image: url(/img/flags-iso/shiny/24/DE.png);
  }
  .flag-italy {
    background-image: url(/img/flags-iso/shiny/24/IT.png);
  }
  .flag-luxemburg {
    background-image: url(/img/flags-iso/shiny/24/LU.png);
  }
  .flag-netherlands {
    background-image: url(/img/flags-iso/shiny/24/NL.png);
  }
  .flag-north-america {
    background-image: url(/img/flags-iso/shiny/24/_north-america.png);
  }
  .flag-poland {
    background-image: url(/img/flags-iso/shiny/24/PL.png);
  }
  .flag-russia {
    background-image: url(/img/flags-iso/shiny/24/RU.png);
  }
  .flag-spain {
    background-image: url(/img/flags-iso/shiny/24/ES.png);
  }
  .flag-switzerland {
    background-image: url(/img/flags-iso/shiny/24/CH.png);
  }
  .flag-turkey {
    background-image: url(/img/flags-iso/shiny/24/TR.png);
  }
  .flag-united-kingdom {
    background-image: url(/img/flags-iso/shiny/24/GB.png);
  }
  .flag-worldwide {
    background-image: url(/img/flags-iso/shiny/24/_worldwide.png);
  }
  .icons-example li {
    width: 33%;
    font-size: 13px;
  }
  .icons-example li i {
    font-size: 45px;
  }
}
[class*="training-ico-"] {
  float: left;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 4px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  filter: none;
  -webkit-filter: none;
}
[class*="training-ico-"]:not(:last-child) {
  margin-right: 4px;
}
@media (max-width: 768px) {
  [class*="training-ico-"] {
    display: block;
    float: none;
  }
}
[class*="training-ico-"]:hover {
  -webkit-filter: grayscale(100%);
  filter: gray;
  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");
}
.training-ico-guarantee {
  background-image: url(/img/training-ico/guarantee.png);
}
.training-ico-new {
  background-image: url(/img/training-ico/new.png);
}
.training-ico-promo {
  background-image: url(/img/training-ico/trainings.png);
}
/*---------------------------------------------------------------
  4. BASIC ELEMENTS
    - Typography
    - Links
    - Buttons
    - Style box
    - Form
---------------------------------------------------------------- */
.block {
  display: block !important;
}
.hidden {
  display: none;
}
.bold {
  font-weight: bold !important;
}
.italic {
  font-style: italic !important;
}
.normal {
  font-weight: normal !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.leftText {
  text-align: left !important;
}
.rightText {
  text-align: right !important;
}
.centerText {
  text-align: center !important;
}
.justify {
  text-align: justify !important;
}
.capitalize {
  text-transform: uppercase;
}
.relative {
  position: relative;
}
.fontSize9 {
  font-size: 9px;
}
.fontSize10 {
  font-size: 10px;
}
.fontSize11 {
  font-size: 11px;
}
.fontSize12 {
  font-size: 11px;
}
.fontSize16 {
  font-size: 16px;
}
::-moz-selection {
  background: #a3aeb2;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #a3aeb2;
  color: #fff;
  text-shadow: none;
}
::-moz-placeholder {
  color: #a3aeb2;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #a3aeb2;
}
::-webkit-input-placeholder {
  color: #a3aeb2;
}
* {
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3438;
}
wbr {
  display: block;
}
a {
  color: #23aae1;
  text-decoration: none;
  /* transition */
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s;
  -moz-transition: color 0.3s, background 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.3s;
}
a:hover {
  color: #1890d8;
}
a.go-forward:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-left: 10px;
  content: "\f105";
}
a.go-forward:after.pull-left {
  margin-right: .3em;
}
a.go-forward:after.pull-right {
  margin-left: .3em;
}
textarea {
  font-family: inherit;
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.2;
  color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: inline;
  font-weight: normal;
  line-height: 1;
  color: #a3aeb2;
}
h1 small:before,
h2 small:before,
h3 small:before,
h4 small:before,
h5 small:before,
h6 small:before {
  content: '| ';
}
h1.expose,
h2.expose,
h3.expose,
h4.expose,
h5.expose,
h6.expose {
  /* border-radius */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: 0;
  padding: 0;
  margin-left: 1.28em;
  text-indent: -0.63em;
}
h1.expose:before,
h2.expose:before,
h3.expose:before,
h4.expose:before,
h5.expose:before,
h6.expose:before {
  display: inline-block;
  content: '\25A0';
  margin: 0 0.25em 0 -0.054em;
  line-height: 0.77419355;
  vertical-align: baseline;
  font-size: 1.55em;
  color: #006693;
}
@media (max-width: 768px) {
  h1.expose,
  h2.expose,
  h3.expose,
  h4.expose,
  h5.expose,
  h6.expose {
    margin-left: 0;
    text-indent: 0;
  }
  h1.expose:before,
  h2.expose:before,
  h3.expose:before,
  h4.expose:before,
  h5.expose:before,
  h6.expose:before {
    content: none;
  }
}
h1.line,
h2.line,
h3.line,
h4.line,
h5.line,
h6.line {
  border-left: 2px solid #23aae1;
  padding-left: 0.5em;
}
h1.icon:before,
h2.icon:before,
h3.icon:before,
h4.icon:before,
h5.icon:before,
h6.icon:before {
  display: inline-block;
  content: '';
  margin: 0 0.25em 0 0;
  line-height: 0.77419355;
  vertical-align: middle;
  height: 1em;
  width: 1em;
}
h1,
h2.subtitle {
  width: 75%;
}
@media (max-width: 768px) {
  h1,
  h2.subtitle {
    width: auto;
  }
}
h1,
h2 {
  color: #104762;
}
h3,
h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1,
h2,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 27px;
  }
}
h2 {
  font-size: 30px;
}
h2.special {
  padding: 0.5em;
  border-bottom: 2px solid #006693;
  background: #eeeeee;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 18px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  h5 {
    font-size: 14px;
  }
}
h6 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.expose + .line {
  margin-bottom: 20px;
}
img {
  border: 0;
  /*max-width: 100%;*/
}
img.line {
  border-bottom: 4px solid #23aae1;
}
.like-list-style {
  padding-top: 0.75em;
}
.like-list-style .small {
  margin-bottom: 10px;
  color: #006693;
  font-size: 0.9em;
  font-weight: 400;
}
p,
ol,
ul,
dl,
.like-paragraph,
.like-list {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.5;
  color: #2c3438;
}
p.big,
ol.big,
ul.big,
dl.big,
.like-paragraph.big,
.like-list.big {
  font-size: 1.2em;
  margin: 0 0 20px;
}
p small,
ol small,
ul small,
dl small,
.like-paragraph small,
.like-list small {
  font-size: 0.8em;
  color: #a3aeb2;
}
p strong,
ol strong,
ul strong,
dl strong,
.like-paragraph strong,
.like-list strong {
  font-weight: bold;
}
@media (max-width: 768px) {
  p,
  ol,
  ul,
  dl,
  .like-paragraph,
  .like-list {
    font-size: 1rem;
  }
}
.wysiwyg ul,
.wysiwyg ol,
.widget-wysiwyg ul,
.widget-wysiwyg ol,
.lead-main-column ul,
.lead-main-column ol,
.like-list {
  padding-left: 1.6em;
  font-size: 1.15rem;
}
@media (max-width: 768px) {
  .wysiwyg ul,
  .wysiwyg ol,
  .widget-wysiwyg ul,
  .widget-wysiwyg ol,
  .lead-main-column ul,
  .lead-main-column ol,
  .like-list {
    font-size: 1rem;
  }
}
.navigation-list,
#main-header #secondary-nav > ul,
#main-header #main-nav > ul {
  float: right;
}
.navigation-list-elem,
#main-header #secondary-nav > ul > li,
#main-header #main-nav > ul > li {
  float: left;
  list-style: none;
}
.horizontal-list-elem,
#main-footer #global-footer nav > ul li,
#main-footer #social-media-sector li,
#main-footer #social-media li {
  display: inline-block;
  list-style: none;
}
.changeMinus,
.changePlus {
  display: inline-block;
}
.changeMinus:after,
.changePlus:after {
  margin-left: 0.25em;
  margin-right: 0.25em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.changeMinus:after.pull-left,
.changePlus:after.pull-left {
  margin-right: .3em;
}
.changeMinus:after.pull-right,
.changePlus:after.pull-right {
  margin-left: .3em;
}
.changeMinus {
  color: #e4442a;
}
.changeMinus:after {
  content: "\f063";
}
.changePlus {
  color: #76b72a;
}
.changePlus:after {
  content: "\f062";
}
.fluid-object {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.fluid-object > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
table {
  width: 100%;
  border: none;
  border-bottom-width: 1px;
  border-collapse: collapse;
  margin: 1em 0 2em;
  counter-reset: row_number;
}
table.with-stripes tr:nth-child(odd):not(:first-child) {
  background: #f8f8f9;
}
table.equal-rows td {
  height: 5rem;
}
table.equal-columns {
  table-layout: fixed;
}
table.bordered {
  border: 1px solid #d0d0d0;
}
table.bordered td,
table.bordered th {
  border-right: 1px solid #d0d0d0;
}
table.vmiddle td {
  vertical-align: middle;
}
@media (max-width: 992px) {
  table.leadcustomview {
    table-layout: fixed;
  }
}
table.leadcustomview tr {
  border: none;
}
@media (max-width: 480px) {
  table.leadcustomview td {
    display: block;
  }
}
@media (max-width: 992px) {
  table.leadcustomview td {
    width: auto !important;
  }
}
table.leadcustomview h4 {
  font-size: 36px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 2px;
}
@media (max-width: 480px) {
  table.leadcustomview h4 {
    font-size: 30px;
  }
}
table.leadcustomview p {
  line-height: 1.5 !important;
}
table tr {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
table tr:last-child {
  border-bottom: none;
}
table tr:first-child {
  border-top: none;
}
table tr.table-section {
  border-top-width: 2px;
}
table td,
table th {
  padding: 0.5em 0.66em;
  font-size: 1.0rem;
  line-height: 1.42857143;
}
table td:last-child,
table th:last-child {
  border-right: none;
}
table td > p,
table th > p {
  font-size: 1.0rem !important;
}
table td > p:last-child,
table th > p:last-child {
  margin-bottom: 0;
}
table td {
  vertical-align: top;
}
table td.number:before {
  counter-increment: row_number;
  content: counter(row_number);
}
table th {
  padding-top: 0.66em;
  border-bottom: 3px solid #23aae1;
  vertical-align: bottom;
  text-align: left;
}
table th.number {
  text-align: right;
}
table .number {
  width: 4%;
  text-align: right;
}
table .tiny {
  width: 10%;
}
table .medium {
  width: 23%;
}
table .large {
  width: 40%;
}
.reset-outside-space,
.navigation-list,
.horizontal-list,
fieldset,
legend,
.multiselect-container,
.widget-breadcrumbs ul,
#main-header #secondary-nav > ul,
#main-header #main-nav > ul,
#main-footer #global-footer nav > ul,
#main-footer #social-media-sector,
#main-footer #social-media {
  margin: 0;
  padding: 0;
}
.reset-columns,
#main-nav .submenu .megamenu > ul.independent-columns,
#main-nav .submenu .megamenu > ul li ul {
  -moz-column-count: auto;
  -moz-column-gap: normal;
  -webkit-column-count: auto;
  -webkit-column-gap: normal;
  column-count: auto;
  column-gap: normal;
}
.expose,
form.exposed {
  padding: 10px 15px;
  /* border-radius */
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background-color: #eeeeee;
}
.expose > table {
  margin: 0;
}
.expand,
.widget-slider.media-slider .widget-slider-content,
.widget-lead .lead-content.expand {
  margin-left: -60px;
  margin-right: -60px;
  padding: 40px 60px;
  /* border-radius */
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: #eeeeee;
}
.expand .btn-group .multiselect,
.expand input[type="text"] {
  background: #23aae1;
  border-color: #23aae1;
  color: #ffffff !important;
}
.expand .btn-group .multiselect::-moz-placeholder,
.expand input[type="text"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.expand .btn-group .multiselect:-ms-input-placeholder,
.expand input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
.expand .btn-group .multiselect::-webkit-input-placeholder,
.expand input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.expand .btn-group .multiselect:hover,
.expand input[type="text"]:hover {
  border-color: #a3aeb2;
}
.expand .btn-group .multiselect:focus,
.expand input[type="text"]:focus {
  border-color: #7e8e96;
}
.expand .btn-group .multiselect:focus:hover,
.expand input[type="text"]:focus:hover {
  border-color: #a3aeb2;
}
.expand .btn-group .multiselect.disabled,
.expand input[type="text"].disabled {
  color: rgba(255, 255, 255, 0.5) !important;
}
.expand .btn-group .multiselect::-webkit-input-placeholder,
.expand input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.expand .btn-group.open .multiselect,
.expand .btn-group.open .multiselect-search {
  background: #fff !important;
  border-color: #a3aeb2;
  color: #104762 !important;
}
@media (min-width: 1201px) and (max-width: 1290px), (min-width: 993px) and (max-width: 1082px), (min-width: 769px) and (max-width: 858px) {
  .expand,
  .widget-slider.media-slider .widget-slider-content,
  .widget-lead .lead-content.expand {
    margin-left: -19.8px;
    margin-right: -19.8px;
    padding-left: 19.8px;
    padding-right: 19.8px;
  }
}
@media (max-width: 768px) {
  .expand,
  .widget-slider.media-slider .widget-slider-content,
  .widget-lead .lead-content.expand {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 45px;
    padding-right: 45px;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
}
h2 + .expand,
h3 + .expand,
h4 + .expand {
  margin-top: 40px;
}
#error-page {
  text-align: center;
  margin-top: 8em;
}
#error-page p {
  color: #7e8e96;
}
#error-page .error-code {
  font-size: 1em;
  padding-bottom: 2em;
}
.clear-results {
  margin-top: 18px;
}
.clear-results:after {
  width: 1.2em;
  height: 1em;
  content: "\2715" !important;
  display: inline-block;
  right: 10px !important;
  /* transition */
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
p.big,
ul.big {
  color: #2c3438 !important;
  line-height: 1.2em !important;
  font-size: 24px !important;
}
p.small,
ul.small {
  color: #a3aeb2 !important;
  line-height: 1.4em !important;
  font-size: 0.85rem !important;
}
#main-header a.external:after,
#main-content section:not(.widget-list) a.external:after,
#main-header a[href^="http://"]:not([href*="comarch"]):after,
#main-content section:not(.widget-list) a[href^="http://"]:not([href*="comarch"]):after,
#main-header a[href^="https://"]:not([href*="comarch"]):after,
#main-content section:not(.widget-list) a[href^="https://"]:not([href*="comarch"]):after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-left: 5px;
  vertical-align: super;
  font-size: 0.8em;
  content: "\f08e";
}
#main-header a.external:after.pull-left,
#main-content section:not(.widget-list) a.external:after.pull-left,
#main-header a[href^="http://"]:not([href*="comarch"]):after.pull-left,
#main-content section:not(.widget-list) a[href^="http://"]:not([href*="comarch"]):after.pull-left,
#main-header a[href^="https://"]:not([href*="comarch"]):after.pull-left,
#main-content section:not(.widget-list) a[href^="https://"]:not([href*="comarch"]):after.pull-left {
  margin-right: .3em;
}
#main-header a.external:after.pull-right,
#main-content section:not(.widget-list) a.external:after.pull-right,
#main-header a[href^="http://"]:not([href*="comarch"]):after.pull-right,
#main-content section:not(.widget-list) a[href^="http://"]:not([href*="comarch"]):after.pull-right,
#main-header a[href^="https://"]:not([href*="comarch"]):after.pull-right,
#main-content section:not(.widget-list) a[href^="https://"]:not([href*="comarch"]):after.pull-right {
  margin-left: .3em;
}
.no-external a[href^="http://"]:not([href*="comarch"]):after,
.no-external a[href^="https://"]:not([href*="comarch"]):after {
  content: none !important;
}
@media (min-width: 992px) {
  .add-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
  }
}
#training-newsletter-form,
.landingpage form {
  background: #eeeeee;
  border-radius: 6px;
  margin-bottom: 40px;
}
#training-newsletter-form fieldset,
.landingpage form fieldset {
  margin-top: 0;
}
#training-newsletter-form label,
.landingpage form label {
  color: #7e8e96;
  line-height: 1.064;
}
#training-newsletter-form label.checkbox,
.landingpage form label.checkbox {
  font-size: 9.6px;
}
#training-newsletter-form .captcha,
.landingpage form .captcha {
  width: 100% !important;
}
#training-newsletter-form .checkbox,
.landingpage form .checkbox {
  max-height: 20px;
  overflow: hidden;
  transition: all .2s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
#training-newsletter-form .checkbox.open,
.landingpage form .checkbox.open {
  max-height: 100px;
}
#training-newsletter-form button,
.landingpage form button {
  margin: 1em 0 1.5em;
}
@media (min-width: 992px) {
  #training-newsletter-form img,
  .landingpage form img {
    margin: 0.2em 0 0.2em;
    width: 100%;
  }
}
#training-newsletter-form h3,
.landingpage form h3 {
  color: #006693;
}
@media (max-width: 992px) {
  #training-newsletter-form,
  .landingpage form {
    margin-top: 20px;
  }
}
#training-newsletter-form input.captcha,
.landingpage form input.captcha {
  margin-bottom: 0;
}
#training-newsletter-form input.captcha + .element-errors,
.landingpage form input.captcha + .element-errors {
  display: block;
  top: 11.5em;
}
#training-newsletter-form input.captcha + .element-errors div,
.landingpage form input.captcha + .element-errors div {
  display: inline-block;
}
#training-newsletter-form input.captcha + .element-errors div:after,
.landingpage form input.captcha + .element-errors div:after {
  top: -10px;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(85, 213, 183, 0);
  border-bottom-color: #e4442a;
  border-width: 5px;
  margin-left: -5px;
}
#training-newsletter-form #widget-newsletter-message h3,
.landingpage form #widget-newsletter-message h3 {
  color: #006693;
}
#training-newsletter-form #widget-newsletter-message + form,
.landingpage form #widget-newsletter-message + form {
  display: none;
}
.landingpage#main-content .container > .row:last-of-type {
  margin-top: 40px;
}
[data-section="TRAINING"] .quickContact form {
  background: #eeeeee;
  border-radius: 6px;
}
@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}
/** Form styles */
form.exposed {
  border: 1px solid #d0d0d0;
  background: none;
}
form.exposed .buttons-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -10px;
  padding: 10px 15px;
  border-top: 1px solid #d0d0d0;
  background: #eeeeee;
}
fieldset {
  border: none;
  margin-top: 2em;
}
fieldset label {
  color: #7e8e96;
  padding-left: 0.5em;
}
fieldset p {
  margin: 10px 0 5px;
}
fieldset.labels-on-left label {
  float: left;
  width: 33%;
  padding: 0.5em 0;
}
fieldset.labels-on-left select,
fieldset.labels-on-left textarea,
fieldset.labels-on-left input[type="text"],
fieldset.labels-on-left input[type="password"] {
  float: right;
  width: 66%;
}
fieldset.two-columns {
  margin-left: -0.8%;
  margin-right: -0.8%;
}
fieldset.two-columns label {
  display: none;
}
fieldset.two-columns label.checkbox,
fieldset.two-columns label.radio {
  display: inline-block;
}
fieldset.two-columns .form-field:not(.wide) {
  float: left;
  width: 48.4%;
  margin-left: 0.8%;
  margin-right: 0.8%;
}
fieldset.two-columns .form-field.wide {
  float: none !important;
  clear: both !important;
  width: 98.4% !important;
  margin-left: 0.8%;
  margin-right: 0.8%;
}
fieldset .form-field {
  position: relative;
}
fieldset input,
fieldset textarea,
fieldset label.checkbox,
fieldset label.radio {
  width: 100% !important;
}
fieldset input:hover + .element-errors,
fieldset textarea:hover + .element-errors,
fieldset label.checkbox:hover + .element-errors,
fieldset label.radio:hover + .element-errors,
fieldset input:focus + .element-errors,
fieldset textarea:focus + .element-errors,
fieldset label.checkbox:focus + .element-errors,
fieldset label.radio:focus + .element-errors {
  display: block;
}
fieldset input.captcha {
  width: 15em !important;
}
fieldset input.captcha:hover + .element-errors,
fieldset input.captcha:focus + .element-errors {
  display: none;
}
fieldset .special-field {
  width: 55%;
  margin: 40px auto;
}
fieldset .special-field:after {
  display: block;
  clear: both;
  content: '';
}
fieldset .special-field .fa {
  display: block;
  float: left;
  width: 26%;
  margin-top: -10px;
  font-size: 7.2em;
  color: #23aae1;
}
fieldset .special-field .desc {
  float: right;
  width: 72%;
}
fieldset .special-field .desc > label {
  display: block;
  width: 100%;
  font-size: 0.8em;
  color: #a3aeb2;
}
@media (max-width: 768px) {
  fieldset .special-field {
    width: 100%;
  }
  fieldset .special-field .desc {
    width: 65%;
  }
}
fieldset .element-errors {
  display: none;
  position: absolute;
  left: 0;
  top: -1.5em;
  z-index: 1000;
  text-align: center;
}
fieldset .element-errors div {
  background: #e4442a;
  color: #ffffff;
  font-size: 0.8em;
  padding: 0.3em 0.6em;
  /* border-radius */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
fieldset .element-errors div:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(85, 213, 183, 0);
  border-top-color: #e4442a;
  border-width: 5px;
  margin-left: -5px;
}
fieldset label.checkbox.error:before {
  border: 1px solid #e4442a;
  /* box-shadow */
  -webkit-box-shadow: #ffece9 0 0 0 0.2em;
  -moz-box-shadow: #ffece9 0 0 0 0.2em;
  box-shadow: #ffece9 0 0 0 0.2em;
}
fieldset label.checkbox.error + .element-errors {
  display: inline-block;
  top: -1.4em;
  z-index: 1;
}
fieldset label.checkbox.error + .element-errors div:after {
  top: 100%;
  left: 16px;
}
fieldset.with-captcha {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  margin: 40px auto;
  padding: 30px;
  text-align: center;
}
fieldset.with-captcha input.captcha + .element-errors {
  display: block;
}
fieldset.with-captcha .element-errors {
  position: relative;
  top: auto;
  bottom: 0.5em;
  left: auto;
}
fieldset.with-captcha .element-errors div {
  display: inline-block;
}
fieldset.with-captcha .element-errors div:after {
  top: -10px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(85, 213, 183, 0);
  border-bottom-color: #e4442a;
  border-width: 5px;
  margin-left: -5px;
}
fieldset + fieldset {
  margin-top: 20px;
}
legend {
  margin-bottom: 10px;
  color: #23aae1;
  font-size: 0.92em;
  /*line-height: 1rem;*/
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="search"],
input[type="password"],
.multiselect {
  position: relative;
  width: 100%;
  margin: 5px 0;
  padding: 0.6em;
  border: 1px solid #a3aeb2;
  /* border-radius */
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  font: 1rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3438;
  /* transition */
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s;
  -moz-transition: color 0.3s, border 0.3s, background 0.3s;
  -o-transition: color 0.3s, border 0.3s, background 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
.multiselect:focus {
  border-color: #2c3438;
  color: #000000;
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
.multiselect:hover {
  border-color: #79898f;
}
select:focus:hover,
textarea:focus:hover,
input[type="text"]:focus:hover,
input[type="email"]:focus:hover,
input[type="url"]:focus:hover,
input[type="tel"]:focus:hover,
input[type="time"]:focus:hover,
input[type="date"]:focus:hover,
input[type="datetime"]:focus:hover,
input[type="datetime-local"]:focus:hover,
input[type="search"]:focus:hover,
input[type="password"]:focus:hover,
.multiselect:focus:hover {
  border-color: #0a0c0d;
}
select.small,
textarea.small,
input[type="text"].small,
input[type="email"].small,
input[type="url"].small,
input[type="tel"].small,
input[type="time"].small,
input[type="date"].small,
input[type="datetime"].small,
input[type="datetime-local"].small,
input[type="search"].small,
input[type="password"].small,
.multiselect.small {
  width: 33%;
}
select.medium,
textarea.medium,
input[type="text"].medium,
input[type="email"].medium,
input[type="url"].medium,
input[type="tel"].medium,
input[type="time"].medium,
input[type="date"].medium,
input[type="datetime"].medium,
input[type="datetime-local"].medium,
input[type="search"].medium,
input[type="password"].medium,
.multiselect.medium {
  width: 50%;
}
select.wide,
textarea.wide,
input[type="text"].wide,
input[type="email"].wide,
input[type="url"].wide,
input[type="tel"].wide,
input[type="time"].wide,
input[type="date"].wide,
input[type="datetime"].wide,
input[type="datetime-local"].wide,
input[type="search"].wide,
input[type="password"].wide,
.multiselect.wide {
  width: 66%;
}
select.error,
textarea.error,
input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="tel"].error,
input[type="time"].error,
input[type="date"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="search"].error,
input[type="password"].error,
.multiselect.error,
select.error-validate,
textarea.error-validate,
input[type="text"].error-validate,
input[type="email"].error-validate,
input[type="url"].error-validate,
input[type="tel"].error-validate,
input[type="time"].error-validate,
input[type="date"].error-validate,
input[type="datetime"].error-validate,
input[type="datetime-local"].error-validate,
input[type="search"].error-validate,
input[type="password"].error-validate,
.multiselect.error-validate {
  border-color: #e4442a;
  background: #ffece9;
}
textarea {
  height: 4.5em;
  resize: vertical;
}
textarea.expanded {
  height: 9em;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
label.checkbox,
label.radio {
  color: #2c3438;
}
input[type="checkbox"] + label,
label.checkbox,
input[type="radio"] + label,
label.radio {
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 1.42857143;
}
input[type="checkbox"] + label:before,
label.checkbox:before,
input[type="radio"] + label:before,
label.radio:before {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin: -0.1em 0.5em 0 0.2em;
  border: 1px solid #a3aeb2;
  /* box-shadow */
  -webkit-box-shadow: #eeeeee 0 0 0 0.2em;
  -moz-box-shadow: #eeeeee 0 0 0 0.2em;
  box-shadow: #eeeeee 0 0 0 0.2em;
  line-height: 0.86em;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  content: '';
  /* transition */
  -webkit-transition: background 0.3s, border 0.3s, color 0.3s;
  -moz-transition: background 0.3s, border 0.3s, color 0.3s;
  -o-transition: background 0.3s, border 0.3s, color 0.3s;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"].active + label:before,
.active label.checkbox:before,
input[type="radio"]:checked + label:before,
input[type="radio"].active + label:before,
.active label.radio:before {
  background: #ffffff;
  color: #006693;
  padding: 1px;
  font-size: 0.86em;
  margin: -0.1em 0.6em 0 0.2em;
  /* box-shadow */
  -webkit-box-shadow: #cddae4 0 0 0 0.2em;
  -moz-box-shadow: #cddae4 0 0 0 0.2em;
  box-shadow: #cddae4 0 0 0 0.2em;
}
input[type="checkbox"] + label:before,
label.checkbox:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  /* border-radius */
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
}
input[type="checkbox"] + label:before.pull-left,
label.checkbox:before.pull-left {
  margin-right: .3em;
}
input[type="checkbox"] + label:before.pull-right,
label.checkbox:before.pull-right {
  margin-left: .3em;
}
input[type="checkbox"]:checked + label:before,
.active label.checkbox:before {
  /*content: '\2714';*/
  content: '\f00c';
}
input[type="radio"] + label:before,
label.radio:before {
  /* border-radius */
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
input[type="radio"]:checked + label:before,
.active label.radio:before {
  content: '\25CF';
}
label {
  display: block;
  position: relative;
  clear: both;
  margin-top: 0.25em;
}
label.required:after {
  content: ' *';
  color: #e4442a;
}
label input[type="checkbox"],
label input[type="radio"] {
  margin-top: 0;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
.items-group button {
  width: 100%;
  margin: 5px 0;
}
.req,
.asterisk {
  color: #e4442a;
}
input.captcha {
  width: 15em;
  text-align: center;
  margin-bottom: 1em;
}
button,
.button {
  position: relative;
  display: inline-block;
  padding: 0.76em 4em 0.7em 1em;
  border: none;
  /* border-radius */
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background: #23aae1;
  line-height: 1rem;
  text-align: left;
  font-size: 1rem;
  color: #ffffff !important;
  cursor: pointer;
  /* transition */
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  -moz-transition: color 0.3s, background 0.3s, border 0.3s;
  -o-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
button:after,
.button:after {
  position: absolute;
  top: 50%;
  right: 0.834em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 1.166em;
  height: 1.166em;
  line-height: 1.166em;
  margin-top: -0.583em;
  /* border-radius */
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "\f105";
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  /* transition */
  -webkit-transition: color 0.3s, background 0.3s, right 0.3s, top 0.3s;
  -moz-transition: color 0.3s, background 0.3s, right 0.3s, top 0.3s;
  -o-transition: color 0.3s, background 0.3s, right 0.3s, top 0.3s;
  transition: color 0.3s, background 0.3s, right 0.3s, top 0.3s;
}
button:after.pull-left,
.button:after.pull-left {
  margin-right: .3em;
}
button:after.pull-right,
.button:after.pull-right {
  margin-left: .3em;
}
button:hover,
.button:hover {
  color: #ffffff;
  background: #1890d8;
}
button:hover:after,
.button:hover:after {
  right: 0.5em;
}
button.small,
.button.small {
  font-size: 0.85rem;
}
button.small:after,
.button.small:after {
  border-width: 1px;
}
button.medium,
.button.medium {
  font-size: 1.15rem;
}
button.big,
.button.big {
  font-size: 1.2rem;
}
button.red,
.button.red {
  background: #e4442a;
}
button.red:hover,
.button.red:hover {
  background: #dc2f1d;
}
button.orange,
.button.orange {
  background: #fd9900;
}
button.orange:hover,
.button.orange:hover {
  background: #fc7a00;
}
button.green,
.button.green {
  background: #76b72a;
}
button.green:hover,
.button.green:hover {
  background: #52a11d;
}
button.turquise,
.button.turquise {
  background: #3cb9be;
}
button.turquise:hover,
.button.turquise:hover {
  background: #2aa4aa;
}
button.blue,
.button.blue {
  background: #006693;
}
button.blue:hover,
.button.blue:hover {
  background: #0b3244;
}
button.gray,
.button.gray {
  background: #a3aeb2;
}
button.gray:hover,
.button.gray:hover {
  background: #87969b;
}
button.white,
.button.white {
  background: #f2f2f2;
  color: #2c3438 !important;
}
button.white:after,
.button.white:after {
  border-color: #2c3438;
  color: #2c3438;
}
button.white:hover,
.button.white:hover {
  background: #ffffff;
}
button.transparent,
.button.transparent {
  background: transparent;
  color: #7e8e96 !important;
  border: 1px solid #a3aeb2;
}
button.transparent:after,
.button.transparent:after {
  border-color: #7e8e96;
  color: #7e8e96;
}
button.transparent:hover,
.button.transparent:hover {
  background: #23aae1;
  border-color: #23aae1;
  color: #ffffff !important;
}
button.transparent:hover:after,
.button.transparent:hover:after {
  border-color: #ffffff;
  color: #ffffff;
}
button.no-icon,
.button.no-icon {
  padding-right: 1em;
}
button.no-icon:after,
.button.no-icon:after {
  display: none;
}
.buttons-row {
  margin-top: 1px solid #ffffff;
  padding: 10px 0;
  text-align: right;
}
.buttons-row.centered,
.buttons-row .center {
  text-align: center;
}
.buttons-row.left,
.buttons-row .left,
.buttons-row.back,
.buttons-row .back {
  text-align: left;
}
.dropdown.open > .button,
.dropdown.open > button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown.open > .button:after,
.dropdown.open > button:after {
  content: "\f106";
}
.dropdown > .button:after,
.dropdown > button:after {
  content: "\f107";
}
.dropdown > .button:hover:after,
.dropdown > button:hover:after {
  right: 0.834em;
  top: 60%;
}
.dropdown .dropdown-menu .fa {
  width: 1.2em;
  margin: 0 0.5em 0 -0.5em;
  text-align: center;
}
.dropdown .dropdown-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
.dropdown .dropdown-menu li:last-child a {
  border-bottom: none;
}
.caret {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  vertical-align: middle;
}
.caret.pull-left {
  margin-right: .3em;
}
.caret.pull-right {
  margin-left: .3em;
}
.caret:before {
  content: '\f107';
}
.buttons-group,
.btn-group {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  vertical-align: middle;
  background: #ffffff;
}
.buttons-group:hover .caret,
.btn-group:hover .caret {
  top: 0.96em;
}
.buttons-group .disabled:hover .caret,
.btn-group .disabled:hover .caret {
  top: 0.76em;
}
.buttons-group .caret,
.btn-group .caret {
  position: absolute;
  top: 0.76em;
  right: 10px;
  /* transition */
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.buttons-group.open .caret,
.btn-group.open .caret {
  top: 0.76em;
}
.buttons-group.open .caret:before,
.btn-group.open .caret:before {
  content: '\f106';
}
.buttons-group .btn,
.btn-group .btn {
  position: relative;
  float: left;
  background: transparent;
  margin: 0;
  color: #000000 !important;
  font-size: 1rem;
}
.buttons-group .btn:after,
.btn-group .btn:after {
  display: none;
}
.buttons-group .btn:hover,
.btn-group .btn:hover {
  color: #000000;
}
.buttons-group .btn:first-child,
.btn-group .btn:first-child {
  margin-left: 0;
}
label + .buttons-group,
label + .btn-group,
label + select + .buttons-group,
label + select + .btn-group {
  margin-top: 2px;
}
.multiselect.btn {
  text-align: left;
  color: #2c3438 !important;
}
.multiselect.btn:hover {
  border-color: #a3aeb2;
}
.multiselect-container {
  position: absolute;
  width: 100%;
  padding-top: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  list-style-type: none;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li.active label {
  color: #ffffff !important;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li label {
  display: block;
  width: 100%;
  float: none;
  color: #7e8e96;
  white-space: normal;
  line-height: 1.4em;
}
.multiselect-container > li label.multiselect-group {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li label.radio:before {
  display: none;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a:hover {
  background: #eeeeee;
}
.multiselect-container > li > a:hover,
.multiselect-container > li > a:hover label {
  color: #2c3438;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 5px 10px 5px 10px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.open .multiselect {
  border-color: #a3aeb2;
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.open .multiselect-container {
  border-color: #a3aeb2;
  border-top: none;
  margin-top: -1px;
  color: #000000;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.link {
  position: relative;
  display: inline-block;
  padding: 0.2em 2em 0.15em 0;
}
.link:after {
  position: absolute;
  top: 50%;
  right: 0.834em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 1.166em;
  height: 1.166em;
  line-height: 1.166em;
  margin-top: -0.583em;
  /* border-radius */
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "\f105";
  vertical-align: middle;
  text-align: center;
  /* transition */
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}
.link:after.pull-left {
  margin-right: .3em;
}
.link:after.pull-right {
  margin-left: .3em;
}
.link:hover:after {
  right: 0.5em;
}
.link.back {
  padding: 0.2em 0 0.35em 1.2em;
}
.link.back:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 1.166em;
  height: 1.166em;
  line-height: 1.166em;
  margin-top: -0.583em;
  /* border-radius */
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "\f104";
  vertical-align: middle;
  text-align: center;
  /* transition */
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.link.back:after.pull-left {
  margin-right: .3em;
}
.link.back:after.pull-right {
  margin-left: .3em;
}
.link.back:hover:after {
  left: -0.3em;
}
blockquote {
  position: relative;
  width: 75%;
  margin: 20px auto;
  padding: 20px 10px;
  background: #006693;
  /* border-radius */
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  font: italic 18px/1.2 'Georgia, serif';
  color: #ffffff;
}
blockquote:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 25px;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #006693 transparent;
  -webkit-transform: skew(-15deg, 0);
  -ms-transform: skewX(-15deg) skewY(0);
  transform: skew(-15deg, 0);
}
blockquote p {
  margin: 0;
  color: #ffffff !important;
}
blockquote .author {
  display: block;
  margin: 0.5em 0 0;
  font: 1rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
blockquote .author:before {
  content: '— ';
}
/** Section line */
.section-line:before,
.section-line.bottom:after,
.widget-lead:before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #23aae1;
  content: "";
}
.section-line:before,
.widget-lead:before {
  top: -3px;
}
.section-line.bottom:after {
  botttom: -3px;
}
/** Pagination */
[data-pagination="true"] .pagination {
  display: block;
}
.pagination {
  padding: 40px 0;
  display: none;
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  display: block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d0d0d0;
  margin: 0 3px;
  font-size: 1.15rem;
  text-align: center;
  color: #d0d0d0;
  padding: 0 1em;
  /* border-radius */
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  /* transition */
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.pagination ul li a:hover {
  color: #2c3438;
}
.pagination ul li:first-child a:after,
.pagination ul li:last-child a:after {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1.15rem;
  line-height: 40px;
  content: "\f104";
  vertical-align: top;
  text-align: center;
  /* transition */
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media (max-width: 768px) {
  .pagination ul li:first-child a:after,
  .pagination ul li:last-child a:after {
    font-size: 1rem;
    line-height: 30px;
  }
}
.pagination ul li:first-child a:after {
  content: "\f104";
}
.pagination ul li:first-child a:hover:after {
  margin-left: -7.5px;
  margin-right: 7.5px;
}
.pagination ul li:first-child.inactive a {
  cursor: default;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pagination ul li:first-child.inactive a:after {
  margin-right: 0;
  color: #a3aeb2;
}
.pagination ul li:last-child a:after {
  content: "\f105";
}
.pagination ul li:last-child a:hover:after {
  margin-right: -7.5px;
  margin-left: 7.5px;
}
.pagination ul li:last-child.inactive a {
  cursor: default;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pagination ul li:last-child.inactive a:after {
  margin-left: 0;
  color: #a3aeb2;
}
.pagination ul li.active a {
  color: #2c3438;
  border-color: #a3aeb2;
}
@media (max-width: 768px) {
  .pagination {
    padding: 20px 0;
  }
  .pagination ul li a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
  }
}
table.dataTable th.sorting,
table.dataTable th.sorting_desc,
table.dataTable th.sorting_asc {
  cursor: pointer;
}
table.dataTable th.sorting:before,
table.dataTable th.sorting_desc:before,
table.dataTable th.sorting_asc:before {
  margin-right: 0.5em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
table.dataTable th.sorting:before.pull-left,
table.dataTable th.sorting_desc:before.pull-left,
table.dataTable th.sorting_asc:before.pull-left {
  margin-right: .3em;
}
table.dataTable th.sorting:before.pull-right,
table.dataTable th.sorting_desc:before.pull-right,
table.dataTable th.sorting_asc:before.pull-right {
  margin-left: .3em;
}
table.dataTable th.sorting:before {
  content: "\f0dc";
}
table.dataTable th.sorting_desc:before {
  content: "\f0dd";
}
table.dataTable th.sorting_asc:before {
  content: "\f0de";
}
table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: 9px;
  left: 5px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  text-align: center;
  /* border-radius */
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  line-height: 1em;
  box-sizing: content-box;
  content: '+';
  background-color: #23aae1;
}
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
  content: '-';
  background-color: #006693;
}
table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
  display: none;
}
table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column tbody td.control:before,
table.dataTable.dtr-column tbody th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  /* border-radius */
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  line-height: 1em;
  text-align: center;
  box-sizing: content-box;
  content: '+';
  background-color: #23aae1;
}
table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
  content: '-';
  background-color: #006693;
}
table.dataTable tr.child {
  padding: 0.5em 1em;
  background: #f8f8f9;
}
table.dataTable tr.child ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
table.dataTable tr.child ul li {
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
  padding: 0.5em 0;
}
table.dataTable tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
#fullWidthTester {
  display: block;
  width: 1140px;
}
/*---------------------------------------------------------------
  5. BASIC LAYOUT
    - Base
    - Header
    - Content
    - Footer
---------------------------------------------------------------- */
#main-header {
  position: relative;
  padding: 20px 0 0;
  border-bottom: 1px solid #d0d0d0;
  z-index: 110;
}
#main-header .row {
  height: 82px;
}
#main-header h2 {
  width: 186px;
  height: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: url(/img/logo/comarch-standard.svg) no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
#main-header .column-md-9 {
  position: static;
}
#main-header #secondary-nav > ul > li > a,
#main-header #main-nav > ul > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
#main-header #secondary-nav > ul > li:last-child > a,
#main-header #main-nav > ul > li:last-child > a {
  padding-right: 0;
}
#main-header #secondary-nav > ul > li.dropdown,
#main-header #main-nav > ul > li.dropdown {
  position: relative;
  background: #ffffff;
  z-index: 10;
}
#main-header #secondary-nav > ul > li > ul,
#main-header #main-nav > ul > li > ul {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
}
#main-header #secondary-nav > ul > li > ul li,
#main-header #main-nav > ul > li > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-header #secondary-nav > ul > li:hover > ul,
#main-header #main-nav > ul > li:hover > ul,
#main-header #secondary-nav > ul > li.active > ul,
#main-header #main-nav > ul > li.active > ul {
  display: block;
}
#main-header #secondary-nav a,
#main-header #main-nav a {
  display: inline-block;
}
@media (max-width: 992px) {
  #main-header .row {
    height: 132px;
  }
}
@media (max-width: 768px) {
  #main-header {
    padding: 0;
  }
  #main-header h2 {
    margin: 16px auto;
  }
  #main-header .row {
    height: 60px;
  }
}
@media (max-width: 480px) {
  #main-header h2 {
    width: 120px;
    background-position: center center;
  }
}
/** Main navigation */
#main-nav {
  position: static;
  margin-top: 2px;
  font-size: 18px;
}
#main-nav .button + .button {
  margin-top: 10px;
}
#main-nav a {
  color: #006693;
}
#main-nav a:active,
#main-nav a:hover {
  color: #1890d8;
}
#main-nav > ul > li > a {
  padding-bottom: 32px;
  padding-top: 4px;
}
#main-nav .submenu {
  position: absolute;
  top: 106px;
  left: 0;
  right: 0;
  display: none;
  height: 440px;
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  border-top: 1px solid #d0d0d0;
  font-size: 1rem;
  z-index: 10;
  opacity: 0;
  /*.transition(~'opacity 0.3s');*/
}
#main-nav .submenu .megamenu {
  position: relative;
  height: 360px;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  opacity: 0;
  font-size: 0.92em;
}
#main-nav .submenu .megamenu > ul,
#main-nav .submenu .megamenu > dl {
  overflow: hidden;
  height: 330px;
  margin: 15px 300px 15px 15px;
  border-right: 1px solid #a3aeb2;
}
#main-nav .submenu .megamenu > ul {
  -moz-column-count: 2;
  -moz-column-gap: 0px;
  -webkit-column-count: 2;
  -webkit-column-gap: 0px;
  column-count: 2;
  column-gap: 0px;
}
#main-nav .submenu .megamenu > ul.independent-columns > li {
  float: left;
  width: 50%;
}
#main-nav .submenu .megamenu > ul li {
  text-align: left;
}
#main-nav .submenu .megamenu > ul li li {
  width: 100%;
}
#main-nav .submenu .megamenu > ul a {
  display: inline-block;
  padding: 2.5px 0;
}
#main-nav .submenu .megamenu > dl dt,
#main-nav .submenu .megamenu > dl dd {
  float: left;
  text-align: left;
  min-height: 44px;
  padding: 2.85714286px 0;
  white-space: normal;
}
#main-nav .submenu .megamenu > dl dt {
  clear: left;
  width: 28%;
  margin-right: 2%;
}
#main-nav .submenu .megamenu > dl dt .button {
  float: left;
  white-space: nowrap;
}
#main-nav .submenu .megamenu > dl dd {
  width: 70%;
}
#main-nav .submenu .megamenu .medium-rectangle-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
  margin: 15px;
  white-space: normal;
  text-align: left;
}
#main-nav .submenu .megamenu .medium-rectangle-info p {
  font-size: 0.92em;
}
#main-nav .submenu .megamenu .medium-rectangle-info img,
#main-nav .submenu .megamenu .medium-rectangle-info .button {
  width: 100%;
}
#main-nav .submenu .megamenu h4 {
  margin-top: 2px;
}
#main-nav .submenu .megamenu li,
#main-nav .submenu .megamenu dt,
#main-nav .submenu .megamenu dd {
  white-space: normal;
}
#main-nav .submenu > .megamenu {
  margin-top: -1px;
}
#main-nav .submenu > .megamenu > ul {
  margin-left: 0;
}
#main-nav .submenu > ul {
  position: relative;
  display: table;
  border-collapse: collapse;
  table-layout: auto !important;
}
#main-nav .submenu > ul:before,
#main-nav .submenu > ul:after {
  display: none;
}
#main-nav .submenu > ul > li {
  display: table-cell;
  max-width: 20%;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
#main-nav .submenu > ul > li > a {
  display: table-cell;
  height: 3em;
  padding: 15px 0;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  vertical-align: middle;
}
#main-nav .submenu > ul > li > .megamenu {
  position: absolute;
  left: 0;
  width: 100%;
}
#main-nav > ul > li .megamenu {
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
}
#main-nav > ul > li.open > a,
#main-nav > ul > li:hover > a,
#main-nav > ul > li.open > div > ul > li:first-child > a,
#main-nav > ul > li:hover > div > ul > li:first-child > a {
  color: #23aae1;
}
#main-nav > ul > li.open .submenu,
#main-nav > ul > li:hover .submenu,
#main-nav > ul > li.open .submenu > .megamenu,
#main-nav > ul > li:hover .submenu > .megamenu,
#main-nav > ul > li.open .submenu li:first-child .megamenu,
#main-nav > ul > li:hover .submenu li:first-child .megamenu {
  display: block;
  opacity: 1;
}
#main-nav > ul > li .submenu li:hover:not(:first-child) > div > ul > li:first-child > a {
  color: #23aae1;
}
#main-nav > ul > li .submenu li:hover:not(:first-child) .submenu,
#main-nav > ul > li .submenu li:hover:not(:first-child) .submenu li:first-child .megamenu {
  display: block;
  opacity: 1;
}
#main-nav .submenu > ul > li.open > a {
  color: #23aae1;
}
#main-nav .submenu > ul > li.open > .megamenu {
  display: block !important;
  opacity: 1;
  z-index: 1000;
}
.menu-active-link,
#main-nav .submenu > ul > li.open > a:after,
#main-nav .submenu > ul > li.open > a:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 2px solid #23aae1;
  left: 0;
  content: '';
}
.no-csscolumns #main-nav .megamenu > ul > li {
  float: left;
  width: 50%;
}
.no-js #main-nav > ul > li:hover > a,
.no-js #main-nav > ul > li:hover > div > ul > li:first-child > a {
  color: #23aae1;
}
.no-js #main-nav > ul > li:hover .submenu,
.no-js #main-nav > ul > li:hover .submenu li:first-child .megamenu {
  display: block;
  opacity: 1;
}
.no-js #main-nav > ul > li .submenu li:hover:not(:first-child) > div > ul > li:first-child > a {
  color: #23aae1;
}
.no-js #main-nav > ul > li .submenu li:hover:not(:first-child) .submenu,
.no-js #main-nav > ul > li .submenu li:hover:not(:first-child) .submenu li:first-child .megamenu {
  display: block;
  opacity: 1;
}
@media (max-width: 1200px) {
  #main-nav .submenu > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  #main-nav .submenu > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main-nav .submenu ul,
  #main-nav .submenu dl {
    font-size: 0.95rem;
  }
  #main-nav .submenu .megamenu .medium-rectangle-info {
    display: none;
  }
}
@media (max-width: 992px) {
  #main-nav {
    margin-top: 40px;
  }
  #main-nav > ul {
    display: table;
    /*table-layout: fixed;*/
    float: none;
    width: 100%;
  }
  #main-nav > ul > li {
    display: table-cell;
    float: none !important;
    width: auto;
    margin: 0 !important;
    white-space: nowrap;
    text-align: center;
  }
  #main-nav > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  #main-nav > ul > li:first-child {
    text-align: left;
  }
  #main-nav > ul > li:first-child > a {
    padding-left: 0 !important;
  }
  #main-nav > ul > li:last-child {
    text-align: right;
  }
  #main-nav > ul > li:last-child > a {
    padding-right: 0 !important;
  }
  #main-nav > ul > li:last-child:after {
    display: none;
    content: none;
  }
  #main-nav > ul > li:after {
    display: table-cell;
    width: 10%;
    content: '';
  }
  #main-nav .submenu {
    top: 152px;
  }
  #main-nav .submenu > ul {
    font-size: 0.9rem;
    padding: 0;
  }
  #main-nav .submenu > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  #main-nav .submenu .megamenu > ul,
  #main-nav .submenu .megamenu > dl {
    margin: 10px;
    border-right: 0;
  }
  #main-nav .submenu .megamenu .medium-rectangle-info {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #main-nav {
    display: none;
  }
}
/** Additional navigation, above main */
#main-header #secondary-nav a {
  color: #a3aeb2;
}
#main-header #secondary-nav a:hover {
  color: #79898f;
}
#main-header #secondary-nav .dropdown {
  margin-top: -2px;
  width: 26px;
}
#main-header #secondary-nav .dropdown > ul {
  padding: 24px 1px 0 1px;
  top: 0;
  left: -1px;
}
#main-header #secondary-nav .dropdown > ul li {
  background: #ffffff;
  display: block;
}
#main-header #secondary-nav .dropdown > ul li [class*="flag-"] {
  float: none;
}
#main-header #secondary-nav .dropdown:hover > ul {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #a3aeb2;
}
#main-header #secondary-nav .dropdown a {
  padding: 0;
  opacity: 0.8;
  font-size: 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
#main-header #secondary-nav .dropdown a.active,
#main-header #secondary-nav .dropdown a:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  #main-header #secondary-nav {
    margin-top: -45px;
  }
}
@media (max-width: 768px) {
  #main-header #secondary-nav > ul > li {
    display: none;
    margin: 0;
    padding: 0;
  }
  #main-header #secondary-nav > ul > li.dropdown {
    display: block;
    width: 34px;
    margin-right: -5px;
  }
  #main-header #secondary-nav > ul > li.dropdown a.active {
    padding: 5px !important;
    border: 1px solid transparent;
    /* border-radius */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #main-header #secondary-nav > ul > li.dropdown > ul {
    padding: 33px 1px 0 1px !important;
    /* border-radius */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #main-header #secondary-nav > ul > li.dropdown > ul li a {
    padding: 0 4px;
  }
  #main-header #secondary-nav > ul > li.dropdown > ul li:last-child a {
    padding-bottom: 4px;
  }
}
/** Navigation for mobile version */
#mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  body {
    position: relative;
    /* transition */
    -webkit-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
  }
  @-ms-viewport {
    width: device-width;
  }
  body.mobile-menu {
    overflow: hidden;
    -ms-overflow-style: none;
    /* transform */
    -webkit-transform: translateX(82%);
    -moz-transform: translateX(82%);
    -ms-transform: translateX(82%);
    -o-transform: translateX(82%);
    transform: translateX(82%);
  }
  body.mobile-menu #mobile-nav .burger {
    color: #006693;
  }
  body.no-transition {
    /* transition */
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #mobile-nav {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  #mobile-nav .burger {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    color: #a3aeb2;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
  }
  #mobile-nav > ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 83%;
    padding: 20px;
    z-index: 10;
    background: #f8f8f9;
    height: 2000px;
    overflow-y: auto;
    max-height: 100vh;
    /* transform */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #mobile-nav ul {
    float: none;
    margin: 0;
  }
  #mobile-nav ul li {
    display: block;
    float: none;
    margin-bottom: 3px;
  }
  #mobile-nav ul li h4 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    background: #e4edf1;
    position: relative;
  }
  #mobile-nav ul li h4 a {
    display: block;
    padding: 17px 20px;
    color: #006693;
  }
  #mobile-nav ul li h4 a i.fa {
    margin-right: 5px;
  }
  #mobile-nav ul li h4 a.expander {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 3px solid #f8f8f9;
  }
  #mobile-nav ul li h4 a.expander .fa {
    width: 11px;
    text-align: center;
    margin-right: 0;
  }
  #mobile-nav ul li h4 a[target="_blank"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f08e";
    position: absolute;
    padding: 14px;
    right: 0;
    top: 0;
    font-size: 13px;
  }
  #mobile-nav ul li h4 a[target="_blank"]:after.pull-left {
    margin-right: .3em;
  }
  #mobile-nav ul li h4 a[target="_blank"]:after.pull-right {
    margin-left: .3em;
  }
  #mobile-nav ul li ul {
    padding: 5px 0;
    display: none;
  }
  #mobile-nav ul li ul li a {
    padding: 5px 20px;
    color: #006693;
    display: block;
    border-bottom: 1px solid #e4edf1;
  }
  #mobile-nav ul li ul li:last-child a {
    border-bottom: none;
  }
  #mobile-nav ul li.contact h4 {
    background: #fd9900;
  }
  #mobile-nav ul li.contact h4 > a {
    color: #ffffff;
  }
  #mobile-nav ul li.open ul {
    display: block;
  }
}
@media (max-width: 768px) {
  #mobile-nav > ul {
    padding: 15px;
  }
  #mobile-nav ul li h4 > a {
    padding: 12px 15px;
  }
  #mobile-nav ul li ul li a {
    padding: 5px 15px;
  }
}
/** Position: main-top */
#main-top {
  margin-top: 40px;
}
/** Position: main-top */
#main-top {
  margin-top: 40px;
}
/** Position: main-content */
#main-header + #main-content {
  margin-top: 40px;
}
#main-footer {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #eeeeee;
  font-size: 1rem;
}
#main-footer h4 {
  color: #006693;
}
#main-footer ul,
#main-footer ol,
#main-footer p {
  list-style: none;
  padding-left: 0;
  font-size: 1rem;
  color: #7e8e96;
}
#main-footer a {
  color: #7e8e96;
}
#main-footer a:hover {
  color: #5a676e;
}
#main-footer #show-global-footer-hidden-part {
  display: none;
  text-align: right;
}
#main-footer #global-footer,
#main-footer #global-footer-hidden-part > div {
  margin-bottom: 40px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.75);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.75);
  box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.75);
  border-bottom: 1px solid #d0d0d0;
}
#main-footer #global-footer nav ul {
  margin-bottom: 20px;
}
#main-footer #global-footer nav > ul li a,
#main-footer #social-media-sector li a,
#main-footer #social-media li a {
  overflow: hidden;
}
#main-footer #global-footer nav > ul .social-media-label,
#main-footer #social-media-sector .social-media-label,
#main-footer #social-media .social-media-label {
  float: left;
  text-indent: -9999px;
  white-space: nowrap;
}
#main-footer #global-footer nav > ul > li {
  margin-right: 30px;
}
#main-footer #global-footer nav > ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  #main-footer #global-footer nav > ul > li {
    margin-right: 15px;
  }
}
#main-footer #global-footer-mobile {
  display: none;
}
#main-footer #social-media-sector li,
#main-footer #social-media li {
  margin-right: 5px;
}
#main-footer #social-media-sector li a,
#main-footer #social-media li a {
  font-size: 2em;
}
#main-footer #social-media-sector li a .fa,
#main-footer #social-media li a .fa {
  /* transition */
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#main-footer #social-media-sector {
  margin-top: -10px;
}
#main-footer .fa-facebook-square {
  color: #006693;
}
#main-footer .fa-google-plus-square {
  color: #e4442a;
}
#main-footer .fa-linkedin-square {
  color: #0089c6;
}
#main-footer .fa-slideshare {
  color: #23aae1;
}
#main-footer .fa-twitter-square {
  color: #23aae1;
}
#main-footer .fa-youtube-square {
  color: #c8432d;
}
#main-footer a:hover .fa-facebook-square {
  color: #0b3244;
}
#main-footer a:hover .fa-google-plus-square {
  color: #dc2f1d;
}
#main-footer a:hover .fa-linkedin-square {
  color: #006693;
}
#main-footer a:hover .fa-slideshare {
  color: #1890d8;
}
#main-footer a:hover .fa-twitter-square {
  color: #1890d8;
}
#main-footer a:hover .fa-youtube-square {
  color: #9e3524;
}
#main-footer #sector-footer {
  display: none;
  margin-bottom: 20px;
  /* box-shadow */
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.75);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.75);
  box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.75);
  border-bottom: 1px solid #d0d0d0;
}
#main-footer #copyright-note {
  color: #7e8e96;
}
.sector #main-footer #global-footer-hidden-part {
  display: none;
}
.sector #main-footer #sector-footer,
.sector #main-footer #show-global-footer-hidden-part {
  display: block;
}
@media (max-width: 768px) {
  #main-footer #global-footer,
  #main-footer #sector-footer,
  #main-footer #global-footer-hidden-part {
    display: none !important;
  }
  #main-footer #global-footer-mobile {
    display: block;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 40px;
    /* box-shadow */
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.75);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.75);
    box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.75);
  }
  #main-footer #global-footer-mobile > [id^="widget"] {
    margin-bottom: 20px;
  }
  #main-footer #global-footer-mobile .footer-mobile-buttons {
    margin-top: -70px;
    background: #fff;
    padding: 15px;
  }
  #main-footer #global-footer-mobile .footer-mobile-buttons .button {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  #main-footer #global-footer-mobile .widget-group .row {
    display: table;
    table-layout: fixed;
  }
  #main-footer #global-footer-mobile .widget-group .row .column {
    display: table-cell;
    width: 50%;
  }
}
/*---------------------------------------------------------------
  6. WIDGETS
---------------------------------------------------------------- */
/** General styles */
[id^="widget"] {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  [id^="widget"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  [id^="widget"] {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  [id^="widget"].widget-fast-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tab-content [id^="widget"] {
  margin-bottom: 0px;
}
/** Group widget */
.widget-group {
  height: 100%;
}
.widget-group .container-fluid,
.widget-lead .container-fluid {
  display: block;
  height: 100%;
  min-height: 100px;
  width: auto;
}
.widget-group .row {
  display: table;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.widget-group .row:before,
.widget-group .row:after {
  display: none;
}
.widget-group .column,
.widget-lead .container-fluid .row > div {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  vertical-align: top;
}
.widget-group [id^="widget"] {
  margin-bottom: 0px;
}
.widget-group .widget-wysiwyg {
  height: 100%;
}
.widget-group .widget-wysiwyg .widget-content {
  height: 100%;
  position: relative;
}
.widget-group .widget-wysiwyg.with-button .widget-content .widget-inner {
  padding-bottom: 5em !important;
}
.widget-group .widget-wysiwyg.with-button button:last-child,
.widget-group .widget-wysiwyg.with-button .button:last-child {
  position: absolute;
  bottom: 20px;
  display: block;
}
.widget-lead + .widget-group .widget-contextual,
.widget-lead + .widget-group .contextual {
  /*margin-top: -(@line-height-computed * 4);*/
}
@media (max-width: 992px) {
  .widget-group .column,
  .widget-lead .container-fluid .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .widget-group {
    display: block;
    margin-bottom: 20px;
  }
  .widget-group .container-fluid,
  .widget-lead .container-fluid {
    display: block;
    height: auto;
    min-height: 100px;
    margin-left: 0;
    margin-right: 0;
  }
  .widget-group .row {
    columns: 1;
    display: block;
    height: auto;
    margin: 0;
  }
  .widget-group .row .column {
    display: block;
    padding: 0;
    height: auto;
    margin-bottom: 15px;
  }
  .widget-group .widget-wysiwyg.with-button .widget-content {
    padding-bottom: 0 !important;
  }
  .widget-group .widget-wysiwyg.with-button .widget-content .widget-inner {
    padding-bottom: 6.66666667px !important;
  }
  .widget-group .widget-wysiwyg.with-button button:last-child,
  .widget-group .widget-wysiwyg.with-button .button:last-child {
    position: relative;
    bottom: 0;
    margin-bottom: 10px;
    display: block;
  }
}
/** Banners' Rotator */
@media (min-width: 768px) {
  .widget-banners-rotator,
  .widget-banners-rotator .banner,
  .widget-banners-rotator .banner .container {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .widget-banners-rotator,
  .widget-banners-rotator .banner,
  .widget-banners-rotator .banner .container {
    height: 240px;
  }
}
.widget-banners-rotator {
  background: #d0d0d0;
  border-top: 1px solid #a3aeb2;
  border-bottom: 1px solid #a3aeb2;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .widget-banners-rotator {
    background: #ffffff;
  }
}
.widget-banners-rotator .banner {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.widget-banners-rotator .banner .container {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .widget-banners-rotator .banner .container {
    padding-bottom: 40px;
  }
}
.widget-banners-rotator .banner .container > div {
  position: absolute;
  left: 15px;
  width: 50%;
}
@media (max-width: 768px) {
  .widget-banners-rotator .banner .container > div {
    width: auto;
  }
}
.widget-banners-rotator .banner .banner-logo {
  top: 50px;
  height: 33px;
}
@media (max-width: 768px) {
  .widget-banners-rotator .banner .banner-logo {
    top: 30px;
    height: auto;
    max-width: 200px;
  }
}
.widget-banners-rotator .banner .banner-logo img {
  max-width: 100%;
}
.widget-banners-rotator .banner .banner-text {
  color: #ffffff;
  font-size: 30px;
  top: 115px;
}
.widget-banners-rotator .banner .banner-text h1,
.widget-banners-rotator .banner .banner-text h2 {
  color: #ffffff;
}
.widget-banners-rotator .banner .banner-text p {
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .widget-banners-rotator .banner .banner-text {
    padding-top: 5px;
    top: 65px;
  }
  .widget-banners-rotator .banner .banner-text h1,
  .widget-banners-rotator .banner .banner-text h2 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 18px !important;
  }
  .widget-banners-rotator .banner .banner-text p,
  .widget-banners-rotator .banner .banner-text span {
    font-size: 16px !important;
  }
}
.widget-banners-rotator .banner .banner-button {
  bottom: 66px;
}
@media (max-width: 768px) {
  .widget-banners-rotator .banner .banner-button {
    bottom: 30px;
  }
}
.widget-banners-rotator .banner .banner-image {
  display: block;
  position: absolute;
  right: 25px;
  left: auto !important;
  top: 75px;
  width: auto !important;
}
.widget-banners-rotator .banner .banner-image img {
  height: 250px;
}
.widget-banners-rotator .banner .banner-image:after {
  position: absolute;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1) no-repeat;
  background-image: url(/ico/video-play.png);
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  /* transition */
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.widget-banners-rotator .banner .banner-image:hover:after {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .widget-banners-rotator .banner .banner-image {
    display: none !important;
  }
}
.widget-banners-rotator > .cycle-nav {
  position: relative;
  z-index: 105;
  font-size: 21px;
  padding-left: 0;
  left: 15px;
  height: 1em;
  line-height: 1em;
  top: -2.2em;
}
.widget-banners-rotator > .cycle-nav > div {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.widget-banners-rotator > .cycle-nav > div.cycle-pager {
  font-size: 0.5em;
  cursor: default;
}
.widget-banners-rotator > .cycle-nav > div.cycle-pager span {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 2px;
  border: 1px solid #d0d0d0;
  /* border-radius */
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget-banners-rotator > .cycle-nav > div.cycle-pager span.cycle-pager-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-banners-rotator > .cycle-nav > div .fa {
  text-shadow: 0 0 1px #a3aeb2, 0 0 1px #a3aeb2, 0 0 1px #a3aeb2;
}
@media (max-width: 768px) {
  .widget-banners-rotator > .cycle-nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .widget-banners-rotator .banner .container {
    background-image: -webkit-linear-gradient(left, #006693 0%, #2dbfff 100%);
    background-image: linear-gradient(to right, #006693 0%, #2dbfff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006693', endColorstr='#ff2dbfff', GradientType=1);
  }
  .widget-banners-rotator .banner .container .banner-text h1,
  .widget-banners-rotator .banner .container .banner-text h2,
  .widget-banners-rotator .banner .container .banner-text p,
  .widget-banners-rotator .banner .container .banner-text span {
    color: #ffffff !important;
  }
  .widget-banners-rotator .banner .container.default-banner {
    background-image: -webkit-linear-gradient(left, #006693 0%, #2dbfff 100%);
    background-image: linear-gradient(to right, #006693 0%, #2dbfff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006693', endColorstr='#ff2dbfff', GradientType=1);
  }
  .widget-banners-rotator .banner .container.transparent-banner {
    background-image: -webkit-linear-gradient(left, #dddddd 0%, #ffffff 100%);
    background-image: linear-gradient(to right, #dddddd 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffffffff', GradientType=1);
  }
  .widget-banners-rotator .banner .container.transparent-banner .banner-text h1,
  .widget-banners-rotator .banner .container.transparent-banner .banner-text h2,
  .widget-banners-rotator .banner .container.transparent-banner .banner-text p,
  .widget-banners-rotator .banner .container.transparent-banner .banner-text span {
    color: #2c3438 !important;
  }
  .widget-banners-rotator .banner .container.red-banner {
    background-image: -webkit-linear-gradient(left, #006693 0%, #2dbfff 100%);
    background-image: linear-gradient(to right, #006693 0%, #2dbfff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006693', endColorstr='#ff2dbfff', GradientType=1);
  }
  .widget-banners-rotator .banner .container.orange-banner {
    background-image: -webkit-linear-gradient(left, #006693 0%, #2dbfff 100%);
    background-image: linear-gradient(to right, #006693 0%, #2dbfff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006693', endColorstr='#ff2dbfff', GradientType=1);
  }
  .widget-banners-rotator .banner .container.green-banner {
    background-image: -webkit-linear-gradient(left, #006693 0%, #2dbfff 100%);
    background-image: linear-gradient(to right, #006693 0%, #2dbfff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006693', endColorstr='#ff2dbfff', GradientType=1);
  }
  .widget-banners-rotator .banner .container.turquise-banner {
    background-image: -webkit-linear-gradient(left, #006693 0%, #2dbfff 100%);
    background-image: linear-gradient(to right, #006693 0%, #2dbfff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006693', endColorstr='#ff2dbfff', GradientType=1);
  }
  .widget-banners-rotator .banner .container.blue-banner {
    background-image: -webkit-linear-gradient(left, #006693 0%, #2dbfff 100%);
    background-image: linear-gradient(to right, #006693 0%, #2dbfff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006693', endColorstr='#ff2dbfff', GradientType=1);
  }
  .widget-banners-rotator .banner .container.bluelight-banner {
    background-image: -webkit-linear-gradient(left, #006693 0%, #2dbfff 100%);
    background-image: linear-gradient(to right, #006693 0%, #2dbfff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006693', endColorstr='#ff2dbfff', GradientType=1);
  }
  .widget-banners-rotator .banner .container.gray-banner {
    background-image: -webkit-linear-gradient(left, #dddddd 0%, #ffffff 100%);
    background-image: linear-gradient(to right, #dddddd 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffffffff', GradientType=1);
  }
  .widget-banners-rotator .banner .container.gray-banner .banner-text h1,
  .widget-banners-rotator .banner .container.gray-banner .banner-text h2,
  .widget-banners-rotator .banner .container.gray-banner .banner-text p,
  .widget-banners-rotator .banner .container.gray-banner .banner-text span {
    color: #2c3438 !important;
  }
}
#main-header + #main-hero .widget-banners-rotator {
  border-top: none;
}
@media (max-width: 768px) {
  .banner-image {
    display: none !important;
  }
}
/** Slider */
.widget-slider {
  height: 100%;
  position: relative;
}
.widget-slider .owl-stage-outer,
.widget-slider .owl-stage,
.widget-slider .owl-item {
  height: 100%;
}
.widget-slider .widget-slider-content[data-slider-items='4'] {
  margin: 40px 50px 20px;
}
.widget-slider .widget-slider-content[data-slider-items='4'] .item {
  padding: 40px 50px 80px;
}
.widget-slider .widget-slider-content[data-slider-items='4'] .item .description {
  display: none;
}
.widget-slider .item {
  height: 100%;
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 40px 200px 80px;
}
.widget-slider .item .item-content {
  vertical-align: middle;
  display: table-cell;
}
.widget-slider .item .image {
  display: table;
  max-height: 54%;
  width: 100%;
}
.widget-slider .item .image .owl-item {
  display: table-cell;
  vertical-align: bottom;
}
.widget-slider .item img {
  height: auto;
  padding: 0.5em;
  margin-bottom: 1em;
  vertical-align: bottom;
}
.widget-slider .item .description a {
  font-size: 1em;
  line-height: 1.8em;
}
.widget-slider .item .description a:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f101";
  vertical-align: middle;
  text-align: center;
  margin-right: 0.4em;
  /* transition */
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
.widget-slider .item .description a:hover:before {
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.widget-slider .item h3 {
  color: #104762;
  font-weight: 600;
  margin-top: 0;
}
.widget-slider .item p {
  color: #104762;
  font-size: 18px;
}
.widget-slider .owl-nav .owl-next,
.widget-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  font-size: 5em;
}
.widget-slider .owl-nav .owl-next:after,
.widget-slider .owl-nav .owl-prev:after {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 1em;
  line-height: 1em;
  color: #a3aeb2;
  vertical-align: middle;
  text-align: center;
  /* transition */
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}
.widget-slider .owl-nav .owl-next {
  right: 0;
}
.widget-slider .owl-nav .owl-next:after {
  content: "\f105";
}
.widget-slider .owl-nav .owl-prev {
  left: 0;
}
.widget-slider .owl-nav .owl-prev:after {
  content: "\f104";
}
@media (max-width: 480px) {
  .widget-slider .owl-nav {
    display: none;
  }
}
.widget-slider .owl-dots {
  text-align: center;
  position: relative;
  margin-top: -20px;
}
.widget-slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 3px;
  width: 1em;
  height: 1em;
  border: 1px solid #a3aeb2;
  /* border-radius */
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.widget-slider .owl-dots .owl-dot.active {
  background: #23aae1;
}
.widget-slider .owl-page-counter {
  position: absolute;
  top: 4%;
  right: 4%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1em;
  padding: 0.5em;
  /* border-radius */
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.widget-slider.media-slider {
  position: relative;
}
.widget-slider.media-slider .widget-slider-content {
  padding: 0;
  background-color: inherit;
}
.widget-slider.media-slider .owl-nav .owl-next,
.widget-slider.media-slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
}
.widget-slider.media-slider .owl-dots {
  display: none !important;
}
.widget-slider.media-slider .item {
  display: block;
  padding: 0;
  position: relative;
  height: 100%;
}
.widget-slider.media-slider .item .item-content {
  display: block;
  height: 100%;
}
.widget-slider.media-slider .item .image {
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.widget-slider.media-slider .item .image .image-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-slider.media-slider .item .image .image-content img {
  padding: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.widget-slider.media-slider .item .image .image-content .video-js {
  height: 100% !important;
}
.widget-slider.media-slider .item .image:after {
  position: absolute;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1) no-repeat;
  background-image: url(/ico/video-play-big.png);
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  /* transition */
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.widget-slider.media-slider .item .image:hover:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.widget-slider.media-slider .item .image.video:after {
  display: none;
}
.widget-slider.media-slider .item .description {
  display: table;
  width: 100%;
  padding: 1em 12em;
  padding-top: 58.25%;
  height: 100%;
  bottom: 0;
}
.widget-slider.media-slider .item .description .description-content {
  display: table-cell;
  vertical-align: middle;
}
.widget-slider.media-slider .item .description h3,
.widget-slider.media-slider .item .description p,
.widget-slider.media-slider .item .description a {
  color: #006693;
  padding-top: 0;
  margin-top: 0;
}
.widget-slider.media-slider .item .description p {
  font-size: 1em;
  margin-bottom: 0.5em;
}
.owl-carousel .owl-item img {
  transform-style: flat !important;
}
@media (max-width: 992px) {
  .widget-slider .item {
    padding: 20px 40px 40px;
  }
  .widget-slider .item p {
    font-size: 14px;
  }
  .widget-slider .owl-nav .owl-next,
  .widget-slider .owl-nav .owl-prev {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  .widget-slider.media-slider .item {
    height: 100%;
  }
  .widget-slider.media-slider .item .item-content {
    height: 100%;
  }
  .widget-slider.media-slider .item .image:after {
    background-image: url(/ico/video-play.png);
  }
  .widget-slider.media-slider .item .description {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 480px) {
  .widget-slider .item {
    padding: 10px 0px 40px;
  }
  .widget-slider .item .image-content img {
    width: 100%;
  }
}
/** Lists */
.widget-list h3 {
  color: #104762;
}
.widget-list .wysiwyg {
  padding-top: 0.5em;
}
.widget-list .wysiwyg p {
  color: #7e8e96;
}
.widget-list h3 + .filter {
  padding: 20px 0;
}
.widget-list .filter {
  padding: 0 0 20px;
  display: none;
}
.widget-list .filter .btn-group,
.widget-list .filter label {
  display: inline-block;
  margin-right: 2em;
  color: #23aae1;
  cursor: pointer;
}
.widget-list .filter .open .multiselect-container {
  padding-top: 0;
  margin-left: -0.75em;
  border: 1px solid #a3aeb2;
  /* border-radius */
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
.widget-list .filter .btn-group {
  width: auto;
  display: none;
}
.widget-list .filter .btn-group .btn {
  padding: 0.5em 2.5em 0.5em 0;
  margin-bottom: 5px;
  border: 0;
  color: #23aae1 !important;
}
.widget-list .filter input {
  border: 0;
  width: 100px;
  font-size: 1em;
  color: #23aae1;
  border-bottom: 1px solid transparent;
  /* transition */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* border-radius */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.widget-list .filter input.active {
  border-bottom: 1px solid #d0d0d0;
  width: 200px;
}
.widget-list .filter input::-moz-placeholder {
  color: #23aae1;
  opacity: 1;
}
.widget-list .filter input:-ms-input-placeholder {
  color: #23aae1;
}
.widget-list .filter input::-webkit-input-placeholder {
  color: #23aae1;
}
.widget-list .filter input + label {
  display: none;
}
.widget-list .filter .btn-search {
  background: transparent;
  padding: 0.5em 0.1em 0.45em;
}
.widget-list .filter .btn-search:after {
  content: "\f002";
  color: #104762;
  display: inline;
  position: static;
}
.widget-list .filter .btn-filter {
  display: none;
}
@media (max-width: 768px) {
  .widget-list .filter input[type="checkbox"],
  .widget-list .filter input[type="checkbox"] + label {
    display: none !important;
  }
}
.widget-list .widget-list-content .list-item {
  padding: 0;
}
.widget-list .widget-list-content .list-item.column-md-3:nth-child(4n+1) {
  clear: left;
}
@media (max-width: 992px) {
  .widget-list .widget-list-content .list-item.column-md-3:nth-child(4n+1) {
    clear: none;
  }
  .widget-list .widget-list-content .list-item.column-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .widget-list .widget-list-content .list-item.column-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  .widget-list .widget-list-content .list-item.column-md-3:nth-child(4n+1),
  .widget-list .widget-list-content .list-item.column-sm-4:nth-child(3n+1),
  .widget-list .widget-list-content .list-item.column-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .widget-list .widget-list-content .list-item.column-xs-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) {
  .widget-list .widget-list-content .list-item.column-md-3:nth-child(4n+1),
  .widget-list .widget-list-content .list-item.column-sm-4:nth-child(3n+1),
  .widget-list .widget-list-content .list-item.column-sm-6:nth-child(2n+1),
  .widget-list .widget-list-content .list-item.column-xs-6:nth-child(2n+1) {
    clear: none;
  }
}
.widget-list .widget-list-content .list-item .list-item-content {
  padding: 20px 15px;
  /* border-radius */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* transition */
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.widget-list .widget-list-content .list-item .list-item-content:hover {
  background: #eeeeee;
  margin: 0;
}
.widget-list .widget-list-content .list-item .list-item-content:hover .image {
  /* border-radius */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.widget-list .widget-list-content .list-item .list-item-content:hover .image:after {
  background-color: transparent;
}
.widget-list .widget-list-content .list-item .list-item-content:hover .image img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.widget-list .widget-list-content .list-item .list-item-content:hover .image.lefthover img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transform-origin: 0% 80%;
  -moz-transform-origin: 0% 80%;
  -ms-transform-origin: 0% 80%;
  transform-origin: 0% 80%;
}
.widget-list .widget-list-content .list-item .list-item-content .category,
.widget-list .widget-list-content .list-item .list-item-content .date {
  font-size: 0.92em;
  color: #7e8e96;
}
.widget-list .widget-list-content .list-item .list-item-content .date-big {
  font-size: 0.92em;
  padding-bottom: 0.2em;
  color: #006693;
}
.widget-list .widget-list-content .list-item .list-item-content .date-big .day {
  font-size: 2.4em;
  line-height: 1em;
  float: left;
  margin-right: 0.25em;
}
.widget-list .widget-list-content .list-item .list-item-content .date-big .month,
.widget-list .widget-list-content .list-item .list-item-content .date-big .year {
  display: block;
  line-height: 1.1em;
}
.widget-list .widget-list-content .list-item .list-item-content .image {
  position: relative;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: block;
  z-index: 1;
  /* border-radius */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.widget-list .widget-list-content .list-item .list-item-content .image img {
  width: 100%;
  display: block;
  /* transition */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget-list .widget-list-content .list-item .list-item-content .image.lefthover img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: 10% 70%;
  -moz-transform-origin: 10% 70%;
  -ms-transform-origin: 10% 70%;
  transform-origin: 10% 70%;
}
.widget-list .widget-list-content .list-item .list-item-content h4 {
  margin-top: 10px;
  color: #104762;
  font-weight: 400;
  /* transition */
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.widget-list .widget-list-content .list-item .list-item-content h4:first-child {
  margin-top: 0;
}
.widget-list .widget-list-content .list-item .list-item-content a:hover h4 {
  color: #23aae1;
}
.widget-list .widget-list-content .list-item .list-item-content ul,
.widget-list .widget-list-content .list-item .list-item-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
.widget-list .widget-list-content .list-item .list-item-content ul li,
.widget-list .widget-list-content .list-item .list-item-content ol li {
  font-size: 0.92em;
}
.widget-list .widget-list-content .list-item .list-item-content ul a,
.widget-list .widget-list-content .list-item .list-item-content ol a {
  display: block;
  color: #2c3438;
  line-height: 1.8em;
  /* transition */
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.widget-list .widget-list-content .list-item .list-item-content ul a:before,
.widget-list .widget-list-content .list-item .list-item-content ol a:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f101";
  vertical-align: middle;
  text-align: center;
  margin-right: 0.4em;
  /* transition */
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
.widget-list .widget-list-content .list-item .list-item-content ul a:hover,
.widget-list .widget-list-content .list-item .list-item-content ol a:hover {
  color: #23aae1;
}
.widget-list .widget-list-content .list-item .list-item-content ul a:hover:before,
.widget-list .widget-list-content .list-item .list-item-content ol a:hover:before {
  margin-left: 0.2em;
  margin-right: 0.2em;
  color: #23aae1;
}
.widget-list .widget-list-content .list-item .list-item-content p {
  color: #2c3438;
  font-size: 1rem;
  margin: 0;
  padding-bottom: 0.8rem;
}
.widget-list .widget-list-content .list-item.video .image:after {
  position: absolute;
  content: "";
  display: block;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-image: url(/ico/video-play.png);
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* transition */
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .widget-list .widget-list-content .list-item.video .image {
    display: none !important;
  }
  .widget-list .widget-list-content .list-item.video .image + div {
    display: block !important;
  }
}
.widget-list.hover-description .list-item .list-item-content p {
  display: none;
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget-list.hover-description .list-item .list-item-content label {
  margin-top: 2em;
  cursor: pointer;
}
.widget-list.hover-description .list-item .list-item-content:hover {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
.widget-list.hover-description .list-item .list-item-content:hover p {
  display: block;
}
.widget-list.hover-description .list-item .list-item-content .button {
  width: 100%;
  text-align: center;
  padding: 0 0.2em 0.2em;
}
@media (max-width: 992px) {
  .widget-list.hover-description .list-item .list-item-content p {
    display: block;
  }
  .widget-list.hover-description .list-item .list-item-content:hover {
    position: relative;
  }
}
.widget-list.button-description .list-item .list-item-content p {
  display: none;
}
.widget-list.button-description .list-item .list-item-content label {
  margin-top: 0.5em;
  cursor: pointer;
}
.widget-list.button-description .list-item .list-item-content:hover {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
.widget-list.button-description .list-item .list-item-content:hover .button {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-list.button-description .list-item .list-item-content .button {
  text-align: center;
  padding: 0 1.5em 0.2em;
  opacity: 0;
  filter: alpha(opacity=0);
  /* transition */
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 992px) {
  .widget-list.button-description .list-item .list-item-content .button {
    display: none !important;
  }
  .widget-list.button-description .list-item .list-item-content p {
    display: block !important;
  }
  .widget-list.button-description .list-item .list-item-content:hover {
    position: relative;
  }
}
.widget-list.button-description .download-floating-bar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 1em 2em;
  text-align: center;
  background: #76b72a;
  color: #ffffff;
  cursor: pointer;
  /* border-radius */
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
.widget-list.button-description .download-floating-bar .fa {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 0.5em;
}
.widget-list.hover-button .list-item .list-item-content button,
.widget-list.hover-button .list-item .list-item-content .button {
  display: block;
  width: 100%;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget-list.hover-button .list-item .list-item-content:hover button,
.widget-list.hover-button .list-item .list-item-content:hover .button {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
@media (max-width: 992px) {
  .widget-list.hover-button .list-item .list-item-content button,
  .widget-list.hover-button .list-item .list-item-content .button {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .widget-list.hover-button .list-item .list-item-content:hover {
    position: relative;
  }
}
.widget-list .map-location .map-link {
  color: #fd9900 !important;
}
.widget-list .map-location .map-link:hover {
  color: #fd9900 !important;
}
@media (max-width: 768px) {
  .widget-list .filter input[type="checkbox"],
  .widget-list .filter input[type="checkbox"] + label {
    display: none !important;
  }
}
.touch .widget-list.hover-description .list-item .list-item-content p {
  display: block;
}
.touch .widget-list.hover-description .list-item .list-item-content:hover {
  position: relative;
}
.touch .widget-list.button-description .list-item .list-item-content .button {
  display: none !important;
}
.touch .widget-list.button-description .list-item .list-item-content p {
  display: block !important;
}
.touch .widget-list.button-description .list-item .list-item-content:hover {
  position: relative;
}
.touch .widget-list.hover-button .list-item .list-item-content button,
.touch .widget-list.hover-button .list-item .list-item-content .button {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.touch .widget-list.hover-button .list-item .list-item-content:hover {
  position: relative;
}
/** Breadcrumbs */
.widget-breadcrumbs {
  margin-bottom: 10px;
  color: #d0d0d0;
}
.widget-breadcrumbs a {
  color: #a3aeb2;
}
.widget-breadcrumbs a:hover {
  color: #79898f;
}
.widget-breadcrumbs ul li {
  font-size: 1rem;
  color: #d0d0d0;
  display: inline-block;
  list-style: none;
}
.widget-breadcrumbs ul li:before {
  content: ' \00003E ';
  padding: 0 6px;
}
.widget-breadcrumbs ul li:first-child:before {
  display: none;
}
@media (max-width: 768px) {
  .widget-breadcrumbs {
    display: none;
  }
}
/** Product configurator */
.widget-product-configurator h4 {
  margin-top: 0;
  color: #2c3438;
  line-height: 1.5;
}
.widget-product-configurator .back a {
  margin-top: 0.6em;
}
.widget-product-configurator .select-group .multiselect {
  padding: 0.75em;
  border: 1px solid #23aae1;
  min-height: 3em;
  /*font-size: 1.1em; !!*/
}
.widget-product-configurator .select-group .multiselect .caret {
  top: 0.9em;
}
.widget-product-configurator .select-group .multiselect:hover .caret {
  top: 1.1em;
}
.widget-product-configurator .select-group .btn-group .multiselect {
  color: #ffffff !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 1.5em;
}
.widget-product-configurator .select-group .btn-group.open .multiselect {
  background: #ffffff;
  border-color: #a3aeb2;
  color: #104762 !important;
}
.widget-product-configurator .select-group .btn-group.open:hover .caret {
  top: 0.9em;
}
.widget-product-configurator .select-group .multiselect-container {
  border-color: #a3aeb2;
}
.widget-product-configurator .select-group .multiselect-container li label {
  text-overflow: ellipsis;
  overflow: hidden;
}
.widget-product-configurator .select-group .multiselect-container li .button-container {
  margin: 10px;
}
.widget-product-configurator .select-group .multiselect-container li .button-container .button {
  width: 100%;
  font-size: 1rem;
}
.widget-product-configurator .select-group .multiselect-container li.active a {
  background-color: #eeeeee;
}
.widget-product-configurator .select-group .multiselect-container li.active a label {
  color: #7e8e96 !important;
}
.widget-product-configurator .select-group .multiselect-container li.active a label:before {
  background: #ffffff;
  box-shadow: #cddae4 0 0 0 0.2em;
  color: #006693;
}
.widget-product-configurator .select-group p {
  color: #7e8e96;
  padding-top: 0.7em;
}
.widget-product-configurator .widget-list .widget-list-content .list-item .list-item-content {
  border: 1px solid transparent;
}
.widget-product-configurator .widget-list .widget-list-content .list-item .list-item-content:hover {
  background: #ffffff;
  border: 1px solid #d0d0d0;
}
.widget-product-configurator .buttons-row {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .widget-product-configurator .product-configurator-content {
    padding: 15px;
  }
}
/** WYSIWYG */
.wysiwyg figure,
.widget-wysiwyg figure {
  text-align: center;
}
.wysiwyg figure figcaption,
.widget-wysiwyg figure figcaption {
  padding: 1em 1em 3em;
  font-style: italic;
}
.wysiwyg img,
.widget-wysiwyg img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
  /* border-radius */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.wysiwyg img[style*="float:right"],
.widget-wysiwyg img[style*="float:right"],
.wysiwyg img[style*="float: right"],
.widget-wysiwyg img[style*="float: right"] {
  margin-right: 0;
  margin-left: 2em;
}
.wysiwyg img[style*="float:left"],
.widget-wysiwyg img[style*="float:left"],
.wysiwyg img[style*="float: left"],
.widget-wysiwyg img[style*="float: left"] {
  margin-left: 0;
  margin-right: 2em;
}
.wysiwyg h4,
.widget-wysiwyg h4 {
  font-weight: 800;
}
.wysiwyg button,
.widget-wysiwyg button,
.wysiwyg .button,
.widget-wysiwyg .button,
.wysiwyg .link,
.widget-wysiwyg .link {
  margin-top: 0.5em;
}
.wysiwyg iframe,
.widget-wysiwyg iframe {
  width: 100%;
}
.wysiwyg.contextual,
.widget-wysiwyg.contextual {
  background: #eeeeee;
  /* border-radius */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.wysiwyg.contextual .widget-content,
.widget-wysiwyg.contextual .widget-content {
  padding: 20px 30px;
}
.wysiwyg.contextual .widget-content .widget-inner,
.widget-wysiwyg.contextual .widget-content .widget-inner {
  position: relative;
  height: 100%;
}
.wysiwyg.contextual h3,
.widget-wysiwyg.contextual h3 {
  color: #006693;
  margin-top: 0;
  margin-bottom: 1em;
}
.wysiwyg.contextual h4,
.widget-wysiwyg.contextual h4 {
  color: #7e8e96;
}
.wysiwyg.contextual p,
.widget-wysiwyg.contextual p {
  color: #2c3438;
  font-size: 1rem;
}
.wysiwyg.contextual img,
.widget-wysiwyg.contextual img {
  display: block;
  margin: 1em auto;
}
.wysiwyg.contextual iframe,
.widget-wysiwyg.contextual iframe {
  width: 100% !important;
  height: 100% !important;
}
.wysiwyg.contextual .video,
.widget-wysiwyg.contextual .video {
  position: relative;
  margin: 0.5em 0;
  overflow: hidden;
  cursor: pointer;
  /* border-radius */
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
.wysiwyg.contextual .video img,
.widget-wysiwyg.contextual .video img {
  margin: 0 auto;
}
.wysiwyg.contextual .video .image-content:after,
.widget-wysiwyg.contextual .video .image-content:after {
  position: absolute;
  content: "";
  display: block;
  z-index: 20;
  background: rgba(255, 255, 255, 0.1) no-repeat;
  background-image: url(/ico/video-play.png);
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wysiwyg.contextual button,
.widget-wysiwyg.contextual button,
.wysiwyg.contextual .button,
.widget-wysiwyg.contextual .button {
  width: 100%;
  text-align: left;
}
.wysiwyg.with-button .widget-content,
.widget-wysiwyg.with-button .widget-content {
  padding-bottom: 4em;
}
.wysiwyg.special-two-columns h4,
.widget-wysiwyg.special-two-columns h4 {
  color: #104762;
  font-weight: 700;
  margin: 1em 0 1.5em;
}
.wysiwyg.special-two-columns i,
.widget-wysiwyg.special-two-columns i {
  color: #23aae1;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 0.5em;
}
.wysiwyg.special-two-columns p,
.widget-wysiwyg.special-two-columns p {
  color: #7e8e96;
  font-size: 1em;
}
.widget-wysiwyg + .expose {
  margin-left: -15px;
  margin-right: -15px;
}
.widget-wysiwyg.contextual.with-button .widget-content {
  padding-bottom: 0;
}
.widget-wysiwyg.right-or-left-section {
  padding: 1em 2em;
}
.widget-wysiwyg.right-or-left-section.light-gray-back {
  background: #eeeeee;
  /* border-radius */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 992px) {
  .wysiwyg.contextual .widget-content,
  .widget-wysiwyg.contextual .widget-content {
    padding: 10px 15px;
  }
  .wysiwyg.right-or-left-section .right,
  .widget-wysiwyg.right-or-left-section .right {
    float: none !important;
  }
}
/** Fast contact */
.widget-fast-contact h4 {
  color: #104762;
  margin-top: 0;
}
.widget-fast-contact p {
  color: #7e8e96;
  /*font-size: 1.1em;*/
}
.widget-fast-contact .container-fluid {
  display: table;
}
.widget-fast-contact .container-fluid > .row {
  display: table-row;
}
.widget-fast-contact .container-fluid > .row > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.widget-fast-contact .container-fluid > .row > div.with-image {
  text-align: right;
}
@media (max-width: 768px) {
  .widget-fast-contact .container-fluid {
    display: block;
  }
  .widget-fast-contact .container-fluid > .row {
    display: block;
  }
  .widget-fast-contact .container-fluid > .row > div {
    display: block;
    padding-bottom: 10px;
  }
  .widget-fast-contact .container-fluid > .row > div.with-image {
    text-align: left;
  }
}
/** News */
.widget-news {
  color: #7e8e96;
}
.widget-news h4 {
  color: #104762;
  font-weight: 700;
  margin: 1em 0 1.5em;
  min-height: 2em;
}
.widget-news i {
  color: #23aae1;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 0.5em;
}
.widget-news h5 {
  color: #49626f;
}
.widget-news .date {
  margin: 0 0 1em;
  font-size: 0.85em;
}
.widget-news .big-date {
  color: #49626f;
  font-size: 0.85em;
  margin: 1em 0 0.5em;
}
.widget-news .big-date span {
  display: block;
  float: left;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  margin-right: 0.25em;
  color: #006693;
}
.widget-news .big-date strong {
  display: block;
  margin-top: 0.15em;
}
.widget-news button,
.widget-news .button {
  margin-bottom: 0.4em;
  /*padding: 0.55em 1em 0.5em 1em;
        font-size: 0.85em;*/
}
@media (max-width: 992px) {
  .widget-news .row > div {
    margin-bottom: 60px;
  }
  .widget-news .row > div:last-child {
    margin-bottom: 0;
  }
}
/** Page title */
.widget-page-title {
  min-height: 46px;
}
.widget-page-title .subtitle {
  float: left;
  margin: 0 0 40px;
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: lighter;
  color: #7e8e96;
}
@media (max-width: 768px) {
  .widget-page-title {
    height: auto;
  }
}
.widget-page-title + .widget-contact-menu + [id^="widget"] {
  clear: both;
  text-align: left;
}
.widget-page-title + .widget-contact-menu + [id^="widget"] .dropdown,
.widget-page-title + .widget-contact-menu + [id^="widget"] .search-dropdown {
  float: left;
}
/** Contact menu */
.widget-contact-menu {
  text-align: right;
}
.widget-contact-menu > div {
  text-align: left;
}
.widget-contact-menu .dropdown,
.widget-contact-menu .search-dropdown {
  display: inline-block;
}
.widget-contact-menu .dropdown-menu {
  left: auto;
  right: 0;
}
.widget-contact-menu .search-dropdown {
  margin-left: 0.25em;
  position: relative;
}
.widget-contact-menu .search-dropdown .search-dropdown-content {
  padding: 0;
  width: 500px;
  min-height: 41px;
  left: auto;
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 120;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  list-style: none;
  /*font-size: 1em;*/
  border: 1px solid #a3aeb2;
  /* border-radius */
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  /* box-shadow */
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.widget-contact-menu .search-dropdown .search-dropdown-content .input-group {
  position: relative;
}
.widget-contact-menu .search-dropdown .search-dropdown-content .input-group:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70%;
  margin: 0.5em 0;
  background: #a3aeb2;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
}
.widget-contact-menu .search-dropdown .search-dropdown-content .input-group:first-child:before {
  display: none;
}
.widget-contact-menu .search-dropdown .search-dropdown-content input {
  /* border-radius */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #7e8e96;
}
.widget-contact-menu .search-dropdown .search-dropdown-content .btn-group {
  margin: 0;
}
.widget-contact-menu .search-dropdown .search-dropdown-content .btn-group .caret {
  top: 0.85em;
}
.widget-contact-menu .search-dropdown .search-dropdown-content .multiselect {
  background: #eeeeee;
  color: #a3aeb2 !important;
  border: 0;
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.widget-contact-menu .search-dropdown .search-dropdown-content .multiselect-container {
  border: 0;
  background: #eeeeee;
}
.widget-contact-menu .search-dropdown .search-dropdown-content .multiselect,
.widget-contact-menu .search-dropdown .search-dropdown-content input {
  /*font-size: 1.1em;*/
  padding: 0.7em;
}
@media (max-width: 992px) {
  .widget-contact-menu .search-dropdown .search-dropdown-content {
    width: 720px;
  }
}
.widget-contact-menu .search-dropdown .fa {
  width: 0.9em;
}
.widget-contact-menu .search-dropdown .fa-search {
  text-align: center;
}
.widget-contact-menu .search-dropdown.open > .search-dropdown-content {
  display: block;
}
.widget-contact-menu .search-dropdown .input-group {
  float: left;
  width: 60%;
}
.widget-contact-menu .search-dropdown .input-group:first-child {
  width: 40%;
}
.widget-contact-menu .search-dropdown .input-group input,
.widget-contact-menu .search-dropdown .input-group .multiselect {
  margin: 0;
}
.widget-contact-menu .search-dropdown .input-group input {
  border: 0;
}
.widget-contact-menu .search-dropdown span {
  display: none;
}
.widget-contact-menu .search-dropdown button[type='submit'] {
  position: absolute;
  right: 0.4em;
  top: 0.2em;
  cursor: pointer;
  background: transparent;
  padding: 0.6em;
  margin: 0;
}
.widget-contact-menu .search-dropdown button[type='submit'] i {
  color: #a3aeb2;
}
.widget-contact-menu .search-dropdown.open a .fa-search:before {
  content: "\f00d";
}
.widget-page-title + .widget-contact-menu {
  float: right;
  margin-top: -5.9em;
}
@media (max-width: 768px) {
  .widget-page-title + .widget-contact-menu .dropdown {
    display: none;
  }
  .widget-page-title + .widget-contact-menu .search-dropdown.on-header {
    position: absolute;
    right: 50px;
    z-index: 120;
  }
  .widget-page-title + .widget-contact-menu .search-dropdown.open > .button {
    /* border-radius */
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .widget-page-title + .widget-contact-menu .search-dropdown .search-dropdown-content {
    right: -40px;
    padding: 10px 10px 0;
    background: #a3aeb2;
    margin-top: 0;
    /* box-shadow */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .widget-page-title + .widget-contact-menu .search-dropdown .search-dropdown-content .input-group {
    width: 100%;
    padding-bottom: 10px;
  }
  .widget-page-title + .widget-contact-menu .search-dropdown > .button {
    padding: 0.6em;
    width: 30px;
    height: 30px;
  }
}
/** Contact Form */
/** Lead */
.widget-lead {
  position: relative;
}
.widget-lead h3 {
  margin-top: 0;
}
.widget-lead.red .container-fluid .lead-icon i,
.widget-lead.red .container-fluid .lead-main-column h3,
.widget-lead.red a {
  color: #e4442a;
}
.widget-lead.red a:hover {
  color: #dc2f1d;
}
.widget-lead.red:before {
  background: #e4442a;
}
.widget-lead.orange .container-fluid .lead-icon i,
.widget-lead.orange .container-fluid .lead-main-column h3,
.widget-lead.orange a {
  color: #fd9900;
}
.widget-lead.orange a:hover {
  color: #fc7a00;
}
.widget-lead.orange:before {
  background: #fd9900;
}
.widget-lead.green .container-fluid .lead-icon i,
.widget-lead.green .container-fluid .lead-main-column h3,
.widget-lead.green a {
  color: #76b72a;
}
.widget-lead.green a:hover {
  color: #52a11d;
}
.widget-lead.green:before {
  background: #76b72a;
}
.widget-lead.turquise .container-fluid .lead-icon i,
.widget-lead.turquise .container-fluid .lead-main-column h3,
.widget-lead.turquise a {
  color: #3cb9be;
}
.widget-lead.turquise a:hover {
  color: #2aa4aa;
}
.widget-lead.turquise:before {
  background: #3cb9be;
}
.widget-lead.blue .container-fluid .lead-icon i,
.widget-lead.blue .container-fluid .lead-main-column h3,
.widget-lead.blue a {
  color: #006693;
}
.widget-lead.blue a:hover {
  color: #0b3244;
}
.widget-lead.blue:before {
  background: #006693;
}
.widget-lead.blue-light .container-fluid .lead-icon i,
.widget-lead.blue-light .container-fluid .lead-main-column h3,
.widget-lead.blue-light a {
  color: #23aae1;
}
.widget-lead.blue-light a:hover {
  color: #1890d8;
}
.widget-lead.blue-light:before {
  background: #23aae1;
}
.widget-lead.gray .container-fluid .lead-icon i,
.widget-lead.gray .container-fluid .lead-main-column h3,
.widget-lead.gray a {
  color: #a3aeb2;
}
.widget-lead.gray a:hover {
  color: #79898f;
}
.widget-lead.gray:before {
  background: #a3aeb2;
}
.widget-lead .lead-content {
  position: relative;
  padding: 60px 30px;
}
.widget-lead .lead-content.expand {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: auto;
  /* border-radius */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.widget-lead .lead-content.with-background {
  z-index: -10;
  padding-bottom: 80px;
}
.widget-lead .lead-content.with-background .container-fluid .row .lead-icon i,
.widget-lead .lead-content.with-background .container-fluid .row p,
.widget-lead .lead-content.with-background .container-fluid .row .lead-main-column p.small,
.widget-lead .lead-content.with-background .container-fluid .row .lead-main-column p small,
.widget-lead .lead-content.with-background .container-fluid .row .lead-aside-column,
.widget-lead .lead-content.with-background .container-fluid .row .lead-aside-column p,
.widget-lead .lead-content.with-background .container-fluid .row .lead-aside-column ul,
.widget-lead .lead-content.with-background .container-fluid .row .lead-aside-column ol,
.widget-lead .lead-content.with-background .container-fluid .row .lead-main-column h3,
.widget-lead .lead-content.with-background .container-fluid .row .lead-aside-column {
  color: #ffffff;
}
.widget-lead .lead-icon-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block !important;
  width: 25%;
  background-repeat: none;
  background-position: center center;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.widget-lead .lead-icon-bg + .container-fluid {
  width: 74%;
  margin-left: 26%;
}
@media (max-width: 888px) {
  .widget-lead .lead-icon-bg + .container-fluid {
    width: 73%;
    margin-left: 27%;
  }
}
.widget-lead .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.widget-lead .container-fluid .row > div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-lead .container-fluid .row > div:first-child {
  padding-left: 0;
}
.widget-lead .container-fluid .row > div:last-child {
  padding-right: 0;
}
.widget-lead .container-fluid .row > div img {
  vertical-align: top;
}
.widget-lead .container-fluid .lead-icon {
  min-width: 64px;
  width: 64px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-lead .container-fluid .lead-icon i {
  width: 64px;
  font-size: 3em;
  line-height: 0;
  vertical-align: bottom;
  text-align: center;
  color: #23aae1;
}
.widget-lead .container-fluid .lead-main-column p.small,
.widget-lead .container-fluid .lead-main-column p small,
.widget-lead .container-fluid .lead-aside-column,
.widget-lead .container-fluid .lead-aside-column p,
.widget-lead .container-fluid .lead-aside-column ul,
.widget-lead .container-fluid .lead-aside-column ol {
  display: block;
  color: #7e8e96;
}
.widget-lead .container-fluid .lead-main-column {
  width: 65%;
}
.widget-lead .container-fluid .lead-main-column:last-child {
  width: 100%;
}
.widget-lead .container-fluid .lead-main-column h3 {
  color: #23aae1;
}
.widget-lead .container-fluid .lead-main-column p,
.widget-lead .container-fluid .lead-main-column ul,
.widget-lead .container-fluid .lead-main-column ol {
  font-size: 1.2rem;
  line-height: 29.88px;
}
.widget-lead .container-fluid .lead-main-column ul,
.widget-lead .container-fluid .lead-main-column ol {
  padding-left: 1.6em;
}
.widget-lead .container-fluid .lead-main-column .button {
  font-size: 1rem;
}
.widget-lead .container-fluid .lead-aside-column {
  width: 300px;
  vertical-align: top;
  color: #2c3438;
}
.widget-lead .container-fluid .lead-aside-column p:first-child {
  margin-top: 0.3em;
}
.widget-lead .container-fluid .lead-aside-column p > img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .widget-lead .container-fluid .lead-aside-column p > img {
    display: none;
  }
}
.widget-lead .container-fluid .lead-aside-column img {
  /* border-radius */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.widget-lead .container-fluid .lead-aside-column img + p {
  margin-top: 20px;
}
.widget-lead .container-fluid .lead-aside-column ul,
.widget-lead .container-fluid .lead-aside-column ol {
  padding-left: 1.6em;
}
.widget-lead table.stock-quotes {
  border: 0;
}
.widget-lead table.stock-quotes tr td {
  white-space: nowrap;
  padding: 0.25em 0.33em;
}
.widget-lead table.stock-quotes tr td:first-child {
  padding-left: 0;
  border-right: 0;
  color: #2c3438;
}
.widget-lead table.stock-quotes tr td:last-child {
  text-align: right;
  padding-right: 0;
  color: #006693;
  font-weight: 700;
}
.widget-lead table.stock-quotes tr td img {
  vertical-align: baseline !important;
}
@media (max-width: 768px) {
  .widget-lead .lead-icon-bg {
    display: none !important;
  }
  .widget-lead .lead-icon-bg + .container-fluid {
    width: auto;
    margin-left: 0;
  }
  .widget-lead .lead-content.expand {
    padding: 30px;
  }
  .widget-lead .container-fluid .row .lead-icon {
    float: left;
    margin-left: -5px;
    min-width: auto;
    padding: 0;
    width: 12.5%;
    text-align: center;
  }
  .widget-lead .container-fluid .row .lead-icon ~ div {
    margin-left: 16.66666667%;
    padding-left: 0;
  }
  .widget-lead .container-fluid .row .lead-main-column p,
  .widget-lead .container-fluid .row .lead-main-column ul,
  .widget-lead .container-fluid .row .lead-main-column ol {
    font-size: 1rem;
    line-height: 26.56px;
  }
  .widget-lead .container-fluid .row .lead-main-column ul,
  .widget-lead .container-fluid .row .lead-main-column ol {
    padding-left: 1.4em;
  }
  .widget-lead .container-fluid .row .lead-main-column,
  .widget-lead .container-fluid .row .lead-aside-column {
    width: auto;
  }
  .widget-lead .container-fluid .row > div {
    display: block;
  }
}
@media (max-width: 480px) {
  .widget-lead .container-fluid .row .lead-icon {
    display: block;
    float: none;
  }
  .widget-lead .container-fluid .row .lead-icon i {
    height: 1.2em;
    line-height: 1em;
  }
  .widget-lead .container-fluid .row .lead-icon ~ div {
    margin-left: 0;
    padding-left: 0;
  }
  .widget-lead .lead-content.expand {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    padding-top: 15px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
  }
}
#main-hero + #main-content section.widget-lead:first-child {
  margin-top: 20px;
}
/** Managing board */
.widget-managing-board img {
  max-width: 100%;
  /* border-radius */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.widget-managing-board .member-photo img {
  width: 100%;
  height: auto;
}
/** Tabs & Tabbed nvigation */
.widget-tabs .tabs-titles ul,
.widget-tabbed-navigation .tabs-titles ul {
  list-style: none;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d0d0d0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-tabs .tabs-titles ul li,
.widget-tabbed-navigation .tabs-titles ul li {
  display: inline-block;
  margin: 0 1em -1px;
  padding-bottom: 3px;
  /* transition */
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.widget-tabs .tabs-titles ul li.tab-header,
.widget-tabbed-navigation .tabs-titles ul li.tab-header {
  display: none;
}
.widget-tabs .tabs-titles ul li a,
.widget-tabbed-navigation .tabs-titles ul li a {
  display: block;
  padding: 1em 0;
  font-size: 1.15em;
  color: #7e8e96;
  /* transition */
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.widget-tabs .tabs-titles ul li.current,
.widget-tabbed-navigation .tabs-titles ul li.current,
.widget-tabs .tabs-titles ul li:hover,
.widget-tabbed-navigation .tabs-titles ul li:hover {
  border-bottom: 2px solid #23aae1;
  padding-bottom: 1px;
}
.widget-tabs .tabs-titles ul li.current a,
.widget-tabbed-navigation .tabs-titles ul li.current a,
.widget-tabs .tabs-titles ul li:hover a,
.widget-tabbed-navigation .tabs-titles ul li:hover a {
  color: #006693;
}
.widget-tabs .tab-content,
.widget-tabbed-navigation .tab-content {
  display: none;
}
.widget-tabbed-navigation {
  margin-bottom: 20px;
}
.widget-tabbed-navigation .tabs-titles ul {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .widget-tabs .tabs-titles {
    padding: 0;
  }
  .widget-tabs .tabs-titles ul {
    position: relative;
  }
  .widget-tabs .tabs-titles ul li {
    display: none;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 0 0 -1px;
    padding-bottom: 0 !important;
    background-color: #f8f8f9;
  }
  .widget-tabs .tabs-titles ul li.tab-header {
    display: block;
  }
  .widget-tabs .tabs-titles ul li a {
    text-align: left;
    padding: 10px 0.5em;
  }
  .widget-tabs .tabs-titles ul li:hover {
    border-bottom: 0;
  }
  .widget-tabs .tabs-titles ul li:first-child {
    border-bottom: 2px solid #d0d0d0;
    background-color: transparent;
  }
  .widget-tabs .tabs-titles ul li.current:after,
  .widget-tabs .tabs-titles ul li:first-child:after {
    width: 1.2em;
    height: 1em;
    font-family: FontAwesome;
    content: "\f107";
    display: block;
    font-size: 1.5em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.55em;
    z-index: -1;
  }
  .widget-tabs .tabs-titles ul li.current {
    border-bottom: 0;
    background-color: #d0d0d0;
  }
  .widget-tabs .tabs-titles ul li.current:after {
    color: #006693;
  }
  .widget-tabs .tabs-titles ul li.current:first-child:after {
    color: #006693;
  }
  .widget-tabs .tabs-titles ul li:first-child {
    position: relative;
  }
  .widget-tabs .tabs-titles ul li:first-child:after {
    color: #d0d0d0;
  }
  .widget-tabs .tabs-titles ul.expanded li {
    display: block;
  }
  .widget-tabs .tabs-titles ul.expanded li:first-child:after {
    content: "\f106";
  }
  .widget-tabs .tabs-titles ul.expanded li.current:after {
    display: none;
  }
  .widget-tabs .tabs-titles ul.expanded li.current:first-child:after {
    display: block;
  }
}
/** Tabs Stock Charts */
.marquee {
  margin: 1em;
  font-size: 1.2em;
  color: #7e8e96;
  position: relative;
}
.marquee div {
  display: inline-block;
  margin-right: 1em;
}
.marquee div span {
  font-weight: 500;
}
.marquee:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 5%;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
.marquee:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 5%;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.stock-charts img {
  display: block;
  margin: 0 auto;
  padding: 1em;
  max-width: 100%;
}
/** Map */
.widget-map {
  background: #eeeeee;
}
.widget-map .legend-content {
  padding: 10px 15px;
}
.widget-map .legend-content .legend-column h4 {
  padding-left: 15px;
  padding-top: 1em;
  margin-top: 0;
}
.widget-map .legend-content .legend-column .css-columns {
  -moz-column-count: 2;
  -moz-column-gap: 0px;
  -webkit-column-count: 2;
  -webkit-column-gap: 0px;
  column-count: 2;
  column-gap: 0px;
  margin: 0 0 1em 0;
}
.widget-map .legend-content .legend-column .css-columns div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
.widget-map .legend-content .legend-column .css-columns a {
  display: inline-block;
  vertical-align: top;
}
.widget-map .legend-content .legend-column ul li {
  list-style: square;
  color: #a3aeb2;
  padding: 4px 0;
  font-size: 1rem;
  margin-left: 36px;
}
.widget-map .legend-content .legend-column .button {
  margin-left: 15px;
}
.widget-map #map_canvas .title {
  font-size: 1.4em;
  color: #104762;
  margin: 0.5em 0 0.3em;
}
.widget-map #map_canvas ul li {
  line-height: 1.4em;
}
.widget-map #map_canvas ul li a {
  font-size: 0.9em;
}
.widget-map #map_canvas ul li a:after {
  display: none;
}
.widget-map #map_canvas a:after {
  font-size: 0.6em !important;
}
.widget-map .scroll-fix {
  overflow: hidden;
  padding-bottom: 5px;
}
/** Contact person */
.widget-lead + .widget-contact-person {
  margin-top: -20px;
}
.widget-lead + .widget-contact-person .column-md-offset-1 {
  margin-left: 109px;
}
@media (min-width: 1201px) and (max-width: 1290px), (min-width: 993px) and (max-width: 1082px) {
  .widget-lead + .widget-contact-person .column-md-offset-1 {
    margin-left: 119px;
  }
}
@media (min-width: 859px) and (max-width: 992px) {
  .widget-lead + .widget-contact-person .column-md-offset-1 {
    margin-left: 99px;
  }
}
@media (max-width: 768px) {
  .widget-lead + .widget-contact-person .column-md-offset-1 {
    margin-left: 0;
    padding-left: 15px;
  }
}
.widget-lead + .widget-contact-person .contact-persons-photo {
  margin-top: -50px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .widget-lead + .widget-contact-person .contact-persons-photo {
    margin-top: 15px;
    padding-left: 15px;
  }
}
.widget-lead + .widget-contact-person .contact-person-name {
  margin-top: 0;
}
.widget-contact-person .contact-persons-photo {
  max-width: 170px;
  padding-right: 0;
}
.widget-contact-person .contact-persons-photo img {
  max-width: 100%;
  padding: 6px;
  border: 1px solid #d0d0d0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .widget-contact-person .contact-persons-photo img {
    padding: 3px;
  }
}
@media (max-width: 480px) {
  .widget-contact-person .contact-persons-photo img {
    padding: 1.5px;
  }
}
@media (max-width: 480px) {
  .widget-contact-person .contact-persons-photo + div {
    padding-left: 0;
  }
}
.widget-contact-person .fa {
  color: #7dcded;
  width: 16px;
  margin-right: 0.5em;
  text-align: center;
}
.widget-contact-person .contact-person-name {
  margin-top: 30px;
  color: #006693;
}
.widget-contact-person .contact-person-name strong {
  font-weight: normal;
  color: #004360;
}
.widget-contact-person .contact-person-name .fa {
  color: #23aae1;
}
@media (max-width: 992px) {
  .widget-contact-person .contact-person-name {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .widget-contact-person .contact-person-name {
    margin-top: 0;
  }
}
.widget-contact-person .contact-person-details {
  color: #7e8e96;
}
.widget-contact-person .contact-person-details a {
  color: #7e8e96;
}
.widget-contact-person .contact-person-details a .fa {
  color: #7dcded;
}
.widget-contact-person .contact-person-details a:hover {
  color: #4e5a60;
}
.widget-contact-person .contact-person-details a:hover .fa {
  color: #23aae1;
}
.widget-contact-person .contact-person-details .like-paragraph {
  color: #7e8e96;
}
@media (max-width: 768px) {
  .widget-contact-person .contact-person-details .like-paragraph {
    margin-bottom: 0;
  }
}
/** Search */
.widget-search .search-content {
  border: 1px solid #a3aeb2;
  /* border-radius */
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  margin-bottom: 1em;
  display: table;
}
.widget-search .search-content.full-width {
  width: 100%;
  table-layout: fixed;
}
.widget-search .search-content form {
  display: table-row;
}
.widget-search .search-content .form-item {
  position: relative;
  float: none;
  width: auto;
  display: table-cell;
}
.widget-search .search-content .form-item:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70%;
  margin: 0.40em 0;
  background: #a3aeb2;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
}
.widget-search .search-content .form-item:first-child:before {
  display: none;
}
.widget-search .search-content .btn-group {
  margin: 0;
}
.widget-search .search-content input,
.widget-search .search-content .multiselect {
  margin: 0;
  padding: 0.8em 3em 0.8em 0.8em;
  border: 0;
  color: #2c3438;
  /* border-radius */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.widget-search .search-content .multiselect {
  background: #eeeeee;
  color: #7e8e96 !important;
}
.widget-search .search-content .daterangepicker-input {
  background: #eeeeee;
  background-repeat: no-repeat;
  background-image: url('/ico/calendar.png');
  background-position: right 0.75em center;
  color: #7e8e96 !important;
}
.widget-search .search-content .form-search-button {
  width: 50px;
}
.widget-search button[type="submit"] {
  position: absolute;
  right: 0.4em;
  top: 0.15em;
  cursor: pointer;
  background: transparent;
  padding: 0.6em;
  margin: 0;
  font-size: 1.2em;
}
.widget-search button[type="submit"] i {
  color: #a3aeb2;
}
.widget-search button[type="submit"]:hover i {
  color: #7e8e96;
  /* transition */
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.widget-search .multiselect-container {
  border: 0;
  background: #eeeeee;
}
@media all and (max-width: 768px) {
  .widget-search .search-content {
    border: 0;
    display: block;
  }
  .widget-search .search-content form {
    display: block;
  }
  .widget-search .search-content .form-item {
    margin-bottom: 1em;
    display: block;
  }
  .widget-search .search-content .form-item:before {
    display: none;
  }
  .widget-search .search-content input,
  .widget-search .search-content .multiselect {
    border: 1px solid #a3aeb2;
    /* border-radius */
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
  }
  .widget-search .search-content .form-search-button {
    width: 100%;
  }
  .widget-search .search-content .form-search-button button {
    display: block;
    float: right;
    position: static;
  }
}
/** Trainings */
.widget-trainings {
  clear: both;
}
.widget-trainings .expand {
  margin-bottom: 40px;
}
.widget-trainings .pagination {
  display: block;
}
.widget-trainings .data-table td > table {
  margin: 0;
}
.widget-trainings .data-table td > table tr {
  border: none;
}
.widget-trainings .data-table td > table td:last-child {
  padding: 8px 0 0;
}
.widget-trainings .data-table td > table .button {
  width: 100%;
}
.widget-trainings td {
  vertical-align: middle;
}
.widget-trainings form .filterselect {
  background: #006693 !important;
  border-color: #006693 !important;
}
.widget-training-content {
  /*a {
		width: auto !important;
		padding: 0.5em 2.5em 0.5em 0;
		margin: 0px !important;
		&.btn-group {
			padding: 0.5em 2.5em 0.2em 0;
		}
	}*/
}
.widget-training-content .group-opener {
  width: auto !important;
  margin: 0 !important;
}
.widget-training-content .group-opener a {
  display: block;
  padding: 1em 0 0.5em;
}
.widget-training-content .group-opener a b.caret {
  margin-left: 15px;
  /* transition */
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  /* transform */
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.widget-training-content .group-opener a:hover b.caret {
  /* transform */
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.widget-training-content .group-opener + * > :last-child {
  margin-bottom: 0;
}
.widget-training-content .group-opener.open a b.caret {
  /* transform */
  -webkit-transform: rotate(180deg) translateY(-2px);
  -moz-transform: rotate(180deg) translateY(-2px);
  -ms-transform: rotate(180deg) translateY(-2px);
  -o-transform: rotate(180deg) translateY(-2px);
  transform: rotate(180deg) translateY(-2px);
}
.widget-training-content .group-opener.open a:hover b.caret {
  /* transform */
  -webkit-transform: rotate(180deg) translateY(1px);
  -moz-transform: rotate(180deg) translateY(1px);
  -ms-transform: rotate(180deg) translateY(1px);
  -o-transform: rotate(180deg) translateY(1px);
  transform: rotate(180deg) translateY(1px);
}
/** article */
.widget-article .content-informations {
  margin-bottom: 20px;
}
.widget-article .content-informations .date-and-place {
  text-align: right;
}
@media (max-width: 768px) {
  .widget-article .content-informations .date-and-place {
    margin-top: 5px;
    text-align: left;
  }
}
/** logo list */
.widget-logo-list ul {
  list-style: none;
  text-align: center;
}
.widget-logo-list ul li {
  display: inline-block;
  margin: 0.5em;
}
.widget-logo-list ul li a img {
  height: 3em;
  /* transition */
  -webkit-transition: filter 0.3s, opacity 0.3s;
  -moz-transition: filter 0.3s, opacity 0.3s;
  -o-transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  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: grayscale(1);
}
.widget-logo-list ul li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  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: grayscale(0);
  filter: none;
}
/* Dropdown navigation */
.widget-dropdown-navigation {
  text-align: left;
}
.widget-dropdown-navigation > div {
  text-align: left;
}
.widget-dropdown-navigation .dropdown {
  display: inline-block;
}
.widget-dropdown-navigation .dropdown-menu > li > a:hover {
  background-color: #f8f8f9;
}
.dropdown-menu,
.widget-contact-menu .search-dropdown-content {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.dropdown-menu:hover,
.widget-contact-menu .search-dropdown-content:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/* Cookie law bar */
#cookie-law,
#old-browser {
  background: #dfebf0;
  top: -400px;
  position: relative;
  width: 100%;
  z-index: 1000;
  height: 100%;
  max-height: 0px;
  line-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#cookie-law.showInfo,
#old-browser.showInfo {
  top: 0;
}
#cookie-law .widget-content p,
#old-browser .widget-content p {
  color: #687982;
  font-size: 12px;
  margin-top: 10px;
}
#cookie-law .close,
#old-browser .close {
  color: #93aeb9;
  font-size: 24px;
  cursor: pointer;
  line-height: 1.42857143;
}
/* old browser alert bar */
#old-browser {
  color: #fff;
  display: none;
  background: #ffece9;
  max-height: none;
  top: 0;
}
#old-browser .widget-content p {
  color: #e4442a;
}
/** go to top */
#footer-back-to-top {
  display: none;
}
#footer-back-to-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #006693;
  color: #fff !important;
}
#footer-back-to-top a i {
  font-size: 1.1em;
}
#footer-back-to-top a:hover {
  background: #0b3244;
}
#footer-back-to-top a:hover i {
  margin-bottom: 3px;
}
/** imege gallery */
.widget-imagegallery {
  /* border-radius */
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.widget-imagegallery.light-gray-back {
  background: #eeeeee;
}
.widget-imagegallery .expand {
  border: none;
}
.widget-imagegallery .item-content {
  margin-bottom: 20px;
}
.widget-imagegallery .item-content .main-photo img {
  z-index: -1;
  position: relative;
}
.widget-imagegallery .item-content .gallery {
  overflow: hidden;
  z-index: 1;
  position: relative;
  /* border-radius */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.widget-imagegallery .item-content .gallery a {
  background-size: cover;
  background-repeat: no-repeat;
  height: 72px;
  /* transition */
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.widget-imagegallery .item-content .gallery a:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.widget-imagegallery .item-content a {
  display: block;
  /* box-shadow */
  -webkit-box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.25);
}
/** DETACH */
.widget-detach {
  position: relative;
}
.widget-detach .container {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
  right: 0;
  left: 0;
  bottom: -20px;
  z-index: 1000;
  margin: 0 auto;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ccffffff', GradientType=0);
}
@media (min-width: 992px) {
  .widget-detach .container {
    max-width: 1140px;
  }
}
@media (max-width: 480px) {
  .widget-detach .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.widget-detach .container.floating {
  position: fixed;
  bottom: 0;
  /* transition */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.widget-detach .panel {
  margin-bottom: 10px;
  border-color: #ffffff;
  overflow: hidden;
  /* border-radius */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget-detach .panel .panel-heading {
  background-color: #23aae1;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
}
.widget-detach .panel .panel-heading .panel-title {
  font-weight: 300;
  margin: 0;
}
.widget-detach .panel .panel-heading .panel-title a {
  display: block;
  padding: 20.8px 10px;
}
@media (max-width: 992px) {
  .widget-detach .panel .panel-heading .panel-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .widget-detach .panel .panel-heading .panel-title {
    font-size: 16px;
  }
}
.widget-detach .panel .panel-body {
  padding: 10px;
  background-color: #006693;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12.6px;
  cursor: pointer;
  /* transition */
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  -moz-transition: color 0.3s, background 0.3s, border 0.3s;
  -o-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
.widget-detach .panel .panel-body.active {
  background: #23aae1;
}
.widget-detach .panel .panel-body:hover {
  background: #23aae1;
}
@media (max-width: 480px) {
  .widget-detach .panel .panel-body {
    display: none;
  }
}
.widget-detach .panel i {
  padding-right: 12px;
  font-size: 30.8px;
}
@media (max-width: 768px) {
  .widget-detach .panel i {
    display: none;
  }
}
.widget-detach .panel a {
  color: #ffffff;
}
/** Video Module */
.module-video #main-content .single-video-player {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 40px;
  margin-bottom: 40px;
}
.module-video #main-content .single-video-player > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*---------------------------------------------------------------
  7. PRINT STYLES AND STYLES FOR WYSIWYG
---------------------------------------------------------------- */
.lt-ie9 #main-header h1 {
  background: url(../img/logo/comarch-standard.png) no-repeat;
}
.wysiwyg iframe {
  width: 100%;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #2c3438 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited,
  a * {
    color: #23aae1 !important;
  }
  a.list-item,
  a:visited.list-item,
  a *.list-item,
  a.list-item *,
  a:visited.list-item *,
  a *.list-item *,
  h1 a,
  h1 a:visited,
  h1 a *,
  h2 a,
  h2 a:visited,
  h2 a *,
  h3 a,
  h3 a:visited,
  h3 a *,
  h4 a,
  h4 a:visited,
  h4 a *,
  h5 a,
  h5 a:visited,
  h5 a *,
  h6 a,
  h6 a:visited,
  h6 a *,
  h1 a *,
  h1 a:visited *,
  h1 a * *,
  h2 a *,
  h2 a:visited *,
  h2 a * *,
  h3 a *,
  h3 a:visited *,
  h3 a * *,
  h4 a *,
  h4 a:visited *,
  h4 a * *,
  h5 a *,
  h5 a:visited *,
  h5 a * *,
  h6 a *,
  h6 a:visited *,
  h6 a * * {
    color: #2c3438 !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #2c3438 !important;
  }
  .label {
    border: 1px solid #2c3438;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  #main-header {
    height: auto;
    padding: 20px;
    display: block;
    border: none;
    border-bottom: 1px solid #d0d0d0;
  }
  #main-header:before {
    content: url(/img/logo/comarch-standard.svg);
    width: 120px;
    display: block;
    margin: 0 auto;
  }
  #main-header + #main-top {
    margin-top: 0;
  }
  #main-header .container {
    display: none;
  }
  .widget-fast-contact,
  #main-header nav,
  #main-top .widget-contact-menu,
  #main-footer #global-footer,
  #main-footer #sector-footer,
  #main-footer #global-footer-hidden-part,
  .filter {
    display: none !important;
  }
  #widget-breadcrumbs {
    display: block !important;
  }
  #copyright-note p {
    font-size: 8pt;
  }
  #widget-breadcrumbs li {
    font-size: 8pt;
  }
  .pagination {
    display: none !important;
  }
  a[class*=button],
  button,
  .clear-results,
  .owl-controls {
    display: none !important;
  }
  #main-footer {
    margin-top: 0;
    padding: 15px 0;
    border-top: 1px solid #d0d0d0;
  }
  .widget-page-title {
    min-height: 0;
    margin-bottom: 0 !important;
  }
  #main-top .subtitle {
    float: none;
    margin: 0;
    padding: 15px 0;
  }
  [id^="widget"] {
    margin-bottom: 20px;
  }
  [id^="widget"]:last-child {
    margin-bottom: 0;
  }
  .container,
  #main-nav .submenu > .megamenu,
  #main-nav .submenu > ul,
  #main-nav .submenu > .megamenu,
  #main-nav .submenu > ul {
    width: 100%;
  }
  .owl-carousel {
    margin: 0 -15px !important;
  }
  .owl-stage {
    border-top: 1px solid #d0d0d0;
    width: 100% !important;
    /* transform */
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    /* transition */
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .owl-stage .owl-item {
    width: 100% !important;
    height: auto !important;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 15px;
  }
  .owl-stage .owl-item.cloned {
    display: none !important;
  }
  .widget-slider .item {
    padding: 0;
    display: block;
  }
  .widget-slider .item .item-content {
    display: block;
  }
  .widget-slider .item .item-content .image {
    display: block;
    height: auto;
  }
  .widget-slider .item .item-content .image .image-content {
    display: block;
  }
  .widget-slider .item .item-content .description {
    height: auto;
  }
  .widget-banners-rotator {
    height: auto;
    min-height: 0;
    border: none;
    border-top: 1px solid #d0d0d0;
  }
  .widget-banners-rotator .banner {
    min-height: 0;
  }
  .widget-banners-rotator .banner .banner-text,
  .widget-banners-rotator .banner .banner-text * {
    color: #2c3438 !important;
  }
  .widget-banners-rotator .banner .banner-logo {
    display: none;
  }
  .widget-banners-rotator .banner .container {
    min-height: 0;
    padding: 0 15px;
  }
  .widget-banners-rotator .banner .container > div {
    left: 0;
    width: 100%;
    position: relative;
    height: auto;
    top: auto;
    padding: 15px 0;
  }
  .widget-banners-rotator .cycle-slide {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    border-bottom: 1px solid #d0d0d0;
  }
  .widget-banners-rotator .cycle-slide.cycle-sentinel {
    display: none !important;
  }
  .expand,
  .widget-slider.media-slider .widget-slider-content,
  .widget-lead .lead-content.expand,
  .widget-slider.media-slider .widget-slider-content,
  .widget-lead .lead-content.expand {
    margin-left: 0;
    margin-right: 0;
  }
  .widget-list.hover-description .list-item .list-item-content p {
    display: block;
  }
  .widget-training-content .group-opener a b.caret {
    display: none;
  }
  .widget-training-content .group-opener + * {
    display: block !important;
  }
  [id*="widget-training_similar"] {
    display: none;
  }
}
/*---------------------------------------------------------------
	8. STYLES FOR PLUGINS
---------------------------------------------------------------- */
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  margin: 0 auto;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-multipleimages .owl-item img {
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("plugins/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  /* transition */
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
*   Date range picker
*/
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  padding-left: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.daterangepicker-input {
  cursor: pointer;
  padding-right: 5em !important;
}
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #eeeeee;
  width: 450px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #7e8e96;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /* box-shadow */
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.175);
}
.date-picker-wrapper table {
  width: 100%;
  table-layout: fixed;
  margin: 0;
  border: 0;
  border-spacing: 2px;
  border-collapse: separate;
}
.date-picker-wrapper tr {
  border: 0;
}
.date-picker-wrapper th {
  color: #23aae1;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.25em 0;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.date-picker-wrapper th,
.date-picker-wrapper td {
  border: 0;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}
.date-picker-wrapper .month-wrapper {
  padding: 0 5px 5px 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 200px;
  float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 200px;
  float: right;
}
.date-picker-wrapper .month-wrapper table th {
  font-size: 12px;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #d0d0d0;
  /* border-radius */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.date-picker-wrapper .month-wrapper table .day.real-today.nextMonth,
.date-picker-wrapper .month-wrapper table .day.real-today.lastMonth {
  background-color: transparent;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked {
  background-color: #006693;
  color: #ffffff;
  /* border-radius */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #006693;
  color: #ffffff !important;
  /* border-radius */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.date-picker-wrapper .month-wrapper table .day.checked.nextMonth,
.date-picker-wrapper .month-wrapper table .day.checked.lastMonth {
  background-color: inherit;
  color: inherit !important;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption .month-name {
  color: #006693;
}
.date-picker-wrapper table .caption th {
  font-size: 14px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}
.date-picker-wrapper .gap {
  position: absolute;
  display: none;
  top: 0px;
  left: 204px;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #eeeeee;
  border-top: 8px solid #d0d0d0;
  border-bottom: 8px solid #d0d0d0;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #eeeeee;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #eeeeee;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 40px;
  height: 40px;
  position: relative;
}
.date-picker-wrapper .drp_top-bar .error-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.date-picker-wrapper .drp_top-bar .close-top {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: none;
}
.date-picker-wrapper .reset-datepicker {
  float: right;
  clear: both;
  cursor: pointer;
  z-index: 1;
  line-height: 1.42857143;
  margin-right: -6px;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.date-picker-wrapper .range-inputs {
  text-align: center;
}
.date-picker-wrapper .range-inputs .range-input {
  display: inline-block;
  width: 7.5em;
  padding: 0 0.2em;
}
.date-picker-wrapper .range-inputs .range-input input {
  padding: 0.2em;
  font-size: 1em;
  text-align: center;
  color: #a3aeb2;
  border-color: #a3aeb2;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  display: none;
}
.daterangepicker-input-clear {
  display: none;
  position: absolute;
  right: 3em;
  top: 1.1em;
  color: #a3aeb2;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.daterangepicker-input-clear:before {
  content: "\2716";
}
/*time styling*/
.time {
  position: relative;
}
.time input[type=range] {
  vertical-align: middle;
}
.time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}
.time1 {
  float: left;
}
.time2 {
  float: right;
}
.hour,
.minute {
  text-align: right;
}
.hide {
  display: none;
}
@media (max-width: 768px) {
  .date-picker-wrapper {
    width: 100%;
    left: 0 !important;
    /* border-radius */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .date-picker-wrapper .month-wrapper table,
  .date-picker-wrapper .month-wrapper table.month2 {
    width: 100%;
    float: none;
  }
}
/*!
Video.js Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('/js/libs/videojs/font/vjs.eot');
  src: url('/js/libs/videojs/font/vjs.eot?#iefix') format('embedded-opentype'), url('/js/libs/videojs/font/vjs.woff') format('woff'), url('/js/libs/videojs/font/vjs.ttf') format('truetype'), url('/js/libs/videojs/font/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus hightlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
	   If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
	- "\9" IE8 hack didn't work for this
	- Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* FontAwsome button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
	this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
  height: 2.9em;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */
  width: 100%;
  background: #23aae1 -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
	   handle relative to the volume bar, you'll need to update this value
	   too. */
  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  width: 6em;
  left: -4em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
	  This simply changes the overall font for the progress bar, and this
	  updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
	    the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
	  Using a data URI to create the white diagonal lines with a transparent
	    background. Surprisingly works in IE8.
	    Created using http://www.patternify.com
	  Changing the first color value will change the bar color.
	  Also using a paralax effect to make the lines move backwards.
	    The -50% left position makes that happen.
	*/
  background: #23aae1 -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
	 specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  position: absolute;
  content: "";
  display: block;
  cursor: pointer;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-image: url(/ico/video-play-big.png);
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* transition */
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
	  by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
	   to the same as the button height */
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
  display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  width: 100%;
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
	   easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
	   The majority of player components will not be text blocks.
	   Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
	  <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
	 checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em;
}
/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #ffffff /* Subtitles are white */;
}
.video-js .vjs-captions {
  color: #ffcc66 /* Captions are yellow */;
}
.vjs-tt-cue {
  display: block;
}
/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
	  The .video-js classname on the video tag also isn't considered.
	  This optional paragraph inside the video tag can provide a message to users
	  about what's required to play video. */
.vjs-no-js {
  padding: 20px;
  color: #ccc;
  background-color: #333;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
.vjs-waiting .vjs-poster {
  opacity: 0 !important;
}
body.touch .fancybox-inner .vjs-loading-spinner {
  opacity: 0 !important;
}
body.touch .fancybox-inner .vjs-poster {
  opacity: 0 !important;
}
body.touch .fancybox-inner .vjs-big-play-button {
  opacity: 0 !important;
  pointer-events: none !important;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  /* border-radius */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden !important;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  /* border-radius */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/img/fancybox/fancybox_sprite@2x.png');
    -webkit-background-size: 44px 152px;
    -moz-background-size: 44px 152px;
    -o-background-size: 44px 152px;
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/img/fancybox/fancybox_loading@2x.gif');
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*# sourceMappingURL=css_cache/style.map */