@charset "UTF-8";
/* reset */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: inherit;
}
html {
	font-size: 100%;
	line-height: 1.2em;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; 
  vertical-align: baseline; 
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
iframe {
    border-width: 0;
}
/* links */
a {
  -webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s; color: inherit;
}
a:active,
a:focus,
a:hover {
  outline: 0;
  color: inherit;
  text-decoration: underline;
}
/* font style */
b,
strong,
.bold,
.strong{
  font-weight: 700;
}
.semibold{
	font-weight: 600;
}
i,
em,
cite,
dfn,
.italic{
	font-style: italic;
}
ins,
u,
.underline{
	text-decoration: underline !important;
}
del,
s,
strike,
.strike
.del{
    text-decoration: line-through;
}
.nodecoration{
	text-decoration: none;
}
.nodecoration-hover:hover{
	text-decoration: none;
}
.nowrap, .nobreak{
	white-space: nowrap;
}
/* indexes */
sub,
sup,
.sub,
.sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup,
.sup{
  top: -0.5em;
}
sub,
.sub{
  bottom: -0.25em;
}
/* aligns */
.align-left{text-align:left}
.align-right{text-align:right}
.align-center, center{text-align:center}
.align-justify{text-align:justify}
.align-top{vertical-align:top}
.align-bottom{vertical-align:bottom}
.align-middle{vertical-align:middle}
.align-baseline{vertical-align:baseline}
/* lists */
ul ul,
ol ul,
ul ol,
ol ol {
    margin-top: 0;
	margin-left: 15px; 
}
.list-none{list-style-type:none}
.list-square{list-style-type:square}
.list-disc{list-style-type:disc}
.list-circle{list-style-type:circle}
.list-decimal{list-style-type:decimal}
.list-greek-lower{list-style-type:lower-greek}
.list-latin-lower{list-style-type:lower-latin}
.list-roman-lower{list-style-type:lower-roman}
.list-latin-upper{list-style-type:upper-latin}
.list-roman-upper{list-style-type:upper-roman}
.list-custom{list-style: none; padding-left: 14px}
.list-custom li{position: relative}
.list-custom li:before{display: block; position: absolute; top: 0.5em; left: -14px; margin-top: -2px; width: 8px; height: 8px; background: #f9b233; content: ""}
.list-padded li{margin: 8px 0}
/* images */
img{
  border: 0;
  max-width: 100%
}
svg:not(:root) {
  overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
	margin 	: 1em auto 4em;
	text-align: center;
	height: 1px;
	color: #06283D;
	background: #06283D;
	border: none;
	border: 0;
	width: 70%;
}
/* text */
blockquote,
p,
pre {
    margin: 1.1em 0 0;
}
blockquote {
    margin-left: 32px;
    margin-right: 32px;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	font-weight:bold;
	line-height: 1.4em;
	margin-bottom: 0.6em;
	margin-top: 0.4em;
	color: #2463c1;
}
h1,
.h1 {
	font-size: 2.6em;
	color: #D7141A;
}
h2,
.h2 {
	font-size: 2.3em; 
}
h3,
.h3 {
	font-size: 1.9em;  
}
h4,
.h4 {
	font-size: 1.5em; 
}
h5,
.h5 {
	font-size: 1.2em;  
}
h6,
.h6 {
	font-size: 1em;
}
/* forms */
label{display: block; padding: 6px 0 4px}
button,
input,
optgroup,
select,
textarea{
  margin: 0; 
	font: inherit; 
	color: inherit; 
}
button,
input,
select,
textarea,
.button{
    display: inline-block;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.button{ 
  cursor: pointer; 
}
input[type="checkbox"], 
input[type="radio"], 
select{
	cursor: pointer;
}
button[disabled],
html input[disabled],
[disabled]{
  cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield; 
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
::-webkit-input-placeholder {
	color: #939390;
	font-size: 1em;
}
:-moz-placeholder {
	color: #939390;
	font-size: 1em;
}
::-moz-placeholder {
	color: #939390;
	font-size: 1em;
}
:-ms-input-placeholder {
	color: #939390;
	font-size: 1em;
}
button.plain,
input.plain{
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	padding: 0;
	margin: 0;
	min-width: auto;
	max-width: initial;
	width: auto;
	min-height: auto;
	max-height: initial;
	height: auto;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding: 8px 24px;
	color: #fff;	
	border: none;
	text-decoration: none;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
	cursor: pointer;
	background: #fff;
	color: #000;
	line-height: 1.2em;
	border: 2px solid #fff;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover{
	text-decoration: none;
	background: rgb(49,140,231);
	color: #ffd800;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="date"],
input[type="time"],
select,
textarea {	
	padding: 6px 10px;
	font-weight: normal;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: text;
	border: none;
	background: #fff;
	color: #000;
	width: 100%;
}
select{
	cursor: pointer
}
textarea{
	min-height: 100px
}
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
select:hover,
textarea:hover{
	
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
select:focus,
textarea:focus{
	
}
/* tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table[border] {
    border-width: 1px;
}
table[border] td,
table[border] th {
    border-width: 1px;
}
table[border=""],
table[border="0"] {
    border-width: 0;
}
table[border=""] td,
table[border="0"] td,
table[border=""] th,
table[border="0"] th {
    border-width: 0;
}
td,
th {
  padding: 5px;
	font-weight: normal;
}
th{
	font-weight: bold;
	text-align: left;
}
/* colors */
.white{color: #fff;}
.black{color: #000;}
.maastricht-blue{color: #001c3d;}
.dark-blue{color: #3c80e5;}
.blue{color: #47B5FF;}
.light-blue{color: #DFF6FF;}
.yellow{color: #ffd800;}
/* backgrounds */
.bg-white{background: #fff; color: #000}
.bg-black{background: #000; color: #fff}
.bg-maastricht-blue{background: #001c3d; color: #fff;}
.bg-dark-blue{background: #1363DF; color: #fff}
.bg-blue{background: #47B5FF; color: #1363DF}
.bg-light-blue{background: #DFF6FF; color: #1363DF}
.bg-yellow{background: #ffd800; color: #fff;}
/* gradients */
.bg-gradient-blue{
	background: rgb(49,140,231);
	background: linear-gradient(295deg, rgba(49,140,231,0.9) 0%, rgba(3,70,148,0.8) 100%);
}
/* sizes */
.size-14, .size-20, .size-25, .size-30, .size-35, .size-40{line-height: 1.25em}
.size-14{font-size: 14px}
.size-20{font-size: 20px}
.size-25{font-size: 25px}
.size-30{font-size: 30px}
.size-35{font-size: 35px}
.size-40{font-size: 40px}
/* line-heights */
.ln-1{line-height: 1em}
/* floats */
.float-left{float:left !important}
.float-right{float:right !important}
.float-none{float:none !important}
img.float-left{
	margin: 5px 0;
	margin-right: 16px;
}
 img.float-right{
	 margin: 5px 0;
	margin-left: 16px;
}
/* clears */
.clear{clear: both;}
.clear:before, .clear:after{
	display: table;
	width: 100%;
	clear: both;
	content: " ";
}
.clear-left{clear:left;}
.clear-right{clear:right;}
/* overflow */
.overflow-hidden{overflow: hidden}
/* transition */
.transition-fast{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.transition-medium{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.transition-slow{
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
/* positions */
.position-fixed{position: fixed}
.position-relative{position: relative}
.position-absolute{position: absolute}
/* z-index */
.z-index--1{z-index: -1}
.z-index-0{z-index: 0}
.z-index-1{z-index: 1}
.z-index-10{z-index: 10}
.z-index-100{z-index: 100}
.z-index-999{z-index: 999}
/* wrap */
.nowrap{white-space:nowrap}
/* margin */
.gap-0{margin: 0 !important}
.gap-top-0{margin-top: 0;}
.gap-top-8{margin-top: 8px}
.gap-top-16{margin-top: 16px}
.gap-top-32{margin-top: 32px}
.gap-top-64{margin-top: 64px}
.gap-top-100{margin-top: 100px}
.gap-right-32{margin-right: 32px}
.gap-bottom-0{margin-bottom: 0px}
.gap-bottom-16{margin-bottom: 16px}
.gap-bottom-32{margin-bottom: 32px}
.gap-bottom-64{margin-bottom: 64px}
.gap-bottom-100{margin-bottom: 100px}
.gap-left-32{margin-left: 32px}
/* padding */
.pad-0{padding: 0px !important}
.pad-4{padding: 4px}
.pad-16{padding: 16px}
.pad-top-16{padding-top: 16px}
.pad-bottom-16{padding-bottom: 16px;}
.pad-bottom-32{padding-bottom: 32px;}
.pad-left-2{padding-left: 2px}
.pad-left-16{padding-left: 16px}
.pad-right-16{padding-right: 16px}
/* border radius */
.border-radius-32{
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
}
/* grids script: var col=16;for(var i=1;i<=col;i++){console.log('.col-'+i+'-'+col+'{width:'+(100/col*i)+'%}')} */
.grid{display:block;width:100%; word-spacing:-.31em;}
.grid.grid-condensed{margin-left:-2px; margin-right: -2px}
.grid.grid-spaced{margin-left:-32px; margin-right: -32px}
.grid.table{display:table;}
.grid::after, .grid::before{content:" ";display:table;clear:both; width: 100%; float: none}
.grid .col{min-height:1px; padding-left:16px;padding-right:16px;display:inline-block;vertical-align:top;word-spacing:normal;}
.grid .col.col-header{color:#fff;background: #3c3c3c;background: -moz-linear-gradient(top, #3c3c3c 0%, #000000 100%);background: -webkit-linear-gradient(top, #3c3c3c 0%,#000000 100%);background: linear-gradient(to bottom, #3c3c3c 0%,#000000 100%);}
.grid.grid-condensed .col{padding-left:2px; padding-right: 2px}
.grid.grid-spaced .col{padding-left: 32px; padding-right: 32px}
.grid.table .col{display:table-cell;float:none}
.grid.grid-semipadded > .col{padding-top: 4px; padding-bottom: 4px;}
.grid.grid-padded > .col{padding-top: 10px; padding-bottom: 10px;}
.col-padded-top{padding-top: 10px;}
.grid.align-middle > .col{vertical-align:middle; float: none;}
.col-1-1{width:100%}
.col-1-2{width:50%}.col-2-2{width:100%}
.col-1-3{width:33.33333333333333%}.col-2-3{width:66.66666666666666%}.col-3-3{width:100%}
.col-1-4{width:25%}.col-2-4{width:50%}.col-3-4{width:75%}.col-4-4{width:100%}
.col-1-6{width:16.666666666666668%}.col-2-6{width:33.333333333333336%}.col-3-6{width:50%}.col-4-6{width:66.66666666666667%}.col-5-6{width:83.33333333333334%}.col-6-6{width:100%}
.col-1-8{width:12.5%}.col-2-8{width:25%}.col-3-8{width:37.5%}.col-4-8{width:50%}.col-5-8{width:62.5%}.col-6-8{width:75%}.col-7-8{width:87.5%}.col-8-8{width:100%}
.col-1-9{width:11.11111111111111%}.col-2-9{width:22.22222222222222%}.col-3-9{width:33.33333333333333%}.col-4-9{width:44.44444444444444%}.col-5-9{width:55.55555555555556%}.col-6-9{width:66.66666666666666%}.col-7-9{width:77.77777777777777%}.col-8-9{width:88.88888888888889%}.col-9-9{width:100%}
.col-1-12{width:8.333333333333334%}.col-2-12{width:16.666666666666668%}.col-3-12{width:25%}.col-4-12{width:33.333333333333336%}.col-5-12{width:41.66666666666667%}.col-6-12{width:50%}.col-7-12{width:58.333333333333336%}.col-8-12{width:66.66666666666667%}.col-9-12{width:75%}.col-10-12{width:83.33333333333334%}.col-11-12{width:91.66666666666667%}.col-12-12{width:100%}
.col-1-16{width:6.25%}.col-2-16{width:12.5%}.col-3-16{width:18.75%}.col-4-16{width:25%}.col-5-16{width:31.25%}.col-6-16{width:37.5%}.col-7-16{width:43.75%}.col-8-16{width:50%}.col-9-16{width:56.25%}.col-10-16{width:62.5%}.col-11-16{width:68.75%}.col-12-16{width:75%}.col-13-16{width:81.25%}.col-14-16{width:87.5%}.col-15-16{width:93.75%}.col-16-16{width:100%}
.col-1-20{width:5%}.col-2-20{width:10%}.col-3-20{width:15%}.col-4-20{width:20%}.col-5-20{width:25%}.col-6-20{width:30%}.col-7-20{width:35%}.col-8-20{width:40%}.col-9-20{width:45%}.col-10-20{width:50%}.col-11-20{width:55%}.col-12-20{width:60%}.col-13-20{width:65%}.col-14-20{width:70%}.col-15-20{width:75%}.col-16-20{width:80%}.col-17-20{width:85%}.col-18-20{width:90%}.col-19-20{width:95%}.col-20-20{width:100%}
.col-1-24{width:4.166666666666667%}.col-2-24{width:8.333333333333334%}.col-3-24{width:12.5%}.col-4-24{width:16.666666666666668%}.col-5-24{width:20.833333333333336%}.col-6-24{width:25%}.col-7-24{width:29.166666666666668%}.col-8-24{width:33.333333333333336%}.col-9-24{width:37.5%}.col-10-24{width:41.66666666666667%}.col-11-24{width:45.833333333333336%}.col-12-24{width:50%}.col-13-24{width:54.16666666666667%}.col-14-24{width:58.333333333333336%}.col-15-24{width:62.50000000000001%}.col-16-24{width:66.66666666666667%}.col-17-24{width:70.83333333333334%}.col-18-24{width:75%}.col-19-24{width:79.16666666666667%}.col-20-24{width:83.33333333333334%}.col-21-24{width:87.5%}.col-22-24{width:91.66666666666667%}.col-23-24{width:95.83333333333334%}.col-24-24{width:100%}
.col-1-28{width:3.5714285714285716%}.col-2-28{width:7.142857142857143%}.col-3-28{width:10.714285714285715%}.col-4-28{width:14.285714285714286%}.col-5-28{width:17.857142857142858%}.col-6-28{width:21.42857142857143%}.col-7-28{width:25%}.col-8-28{width:28.571428571428573%}.col-9-28{width:32.142857142857146%}.col-10-28{width:35.714285714285715%}.col-11-28{width:39.285714285714285%}.col-12-28{width:42.85714285714286%}.col-13-28{width:46.42857142857143%}.col-14-28{width:50%}.col-15-28{width:53.57142857142858%}.col-16-28{width:57.142857142857146%}.col-17-28{width:60.714285714285715%}.col-18-28{width:64.28571428571429%}.col-19-28{width:67.85714285714286%}.col-20-28{width:71.42857142857143%}.col-21-28{width:75%}.col-22-28{width:78.57142857142857%}.col-23-28{width:82.14285714285715%}.col-24-28{width:85.71428571428572%}.col-25-28{width:89.28571428571429%}.col-26-28{width:92.85714285714286%}.col-27-28{width:96.42857142857143%}.col-28-28{width:100%}
.col-1-32{width:3.125%}.col-2-32{width:6.25%}.col-3-32{width:9.375%}.col-4-32{width:12.5%}.col-5-32{width:15.625%}.col-6-32{width:18.75%}.col-7-32{width:21.875%}.col-8-32{width:25%}.col-9-32{width:28.125%}.col-10-32{width:31.25%}.col-11-32{width:34.375%}.col-12-32{width:37.5%}.col-13-32{width:40.625%}.col-14-32{width:43.75%}.col-15-32{width:46.875%}.col-16-32{width:50%}.col-17-32{width:53.125%}.col-18-32{width:56.25%}.col-19-32{width:59.375%}.col-20-32{width:62.5%}.col-21-32{width:65.625%}.col-22-32{width:68.75%}.col-23-32{width:71.875%}.col-24-32{width:75%}.col-25-32{width:78.125%}.col-26-32{width:81.25%}.col-27-32{width:84.375%}.col-28-32{width:87.5%}.col-29-32{width:90.625%}.col-30-32{width:93.75%}.col-31-32{width:96.875%}.col-32-32{width:100%}
.col-1-100{width:1%}.col-2-100{width:2%}.col-3-100{width:3%}.col-4-100{width:4%}.col-5-100{width:5%}.col-6-100{width:6%}.col-7-100{width:7%}.col-8-100{width:8%}.col-9-100{width:9%}.col-10-100{width:10%}.col-11-100{width:11%}.col-12-100{width:12%}.col-13-100{width:13%}.col-14-100{width:14%}.col-15-100{width:15%}.col-16-100{width:16%}.col-17-100{width:17%}.col-18-100{width:18%}.col-19-100{width:19%}.col-20-100{width:20%}.col-21-100{width:21%}.col-22-100{width:22%}.col-23-100{width:23%}.col-24-100{width:24%}.col-25-100{width:25%}.col-26-100{width:26%}.col-27-100{width:27%}.col-28-100{width:28%}.col-29-100{width:29%}.col-30-100{width:30%}.col-31-100{width:31%}.col-32-100{width:32%}.col-33-100{width:33%}.col-34-100{width:34%}.col-35-100{width:35%}.col-36-100{width:36%}.col-37-100{width:37%}.col-38-100{width:38%}.col-39-100{width:39%}.col-40-100{width:40%}.col-41-100{width:41%}.col-42-100{width:42%}.col-43-100{width:43%}.col-44-100{width:44%}.col-45-100{width:45%}.col-46-100{width:46%}.col-47-100{width:47%}.col-48-100{width:48%}.col-49-100{width:49%}.col-50-100{width:50%}.col-51-100{width:51%}.col-52-100{width:52%}.col-53-100{width:53%}.col-54-100{width:54%}.col-55-100{width:55%}.col-56-100{width:56%}.col-57-100{width:57%}.col-58-100{width:58%}.col-59-100{width:59%}.col-60-100{width:60%}.col-61-100{width:61%}.col-62-100{width:62%}.col-63-100{width:63%}.col-64-100{width:64%}.col-65-100{width:65%}.col-66-100{width:66%}.col-67-100{width:67%}.col-68-100{width:68%}.col-69-100{width:69%}.col-70-100{width:70%}.col-71-100{width:71%}.col-72-100{width:72%}.col-73-100{width:73%}.col-74-100{width:74%}.col-75-100{width:75%}.col-76-100{width:76%}.col-77-100{width:77%}.col-78-100{width:78%}.col-79-100{width:79%}.col-80-100{width:80%}.col-81-100{width:81%}.col-82-100{width:82%}.col-83-100{width:83%}.col-84-100{width:84%}.col-85-100{width:85%}.col-86-100{width:86%}.col-87-100{width:87%}.col-88-100{width:88%}.col-89-100{width:89%}.col-90-100{width:90%}.col-91-100{width:91%}.col-92-100{width:92%}.col-93-100{width:93%}.col-94-100{width:94%}.col-95-100{width:95%}.col-96-100{width:96%}.col-97-100{width:97%}.col-98-100{width:98%}.col-99-100{width:99%}.col-100-100{width:100%}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/swipebox/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(../img/swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family: 'roboto_regular', Arial, Helvetica, sans-serif; }