* {
  box-sizing: border-box;
}
@font-face {
    font-family: "bebasneue";
    src: url("../fonts/bebasneue.ttf");
}
@font-face {
    font-family: "helveticaneue";
    src: url("../fonts/helveticaneue.otf");
}
@font-face {
    font-family: "opensanslightitalic";
    src: url("../fonts/open-sans-light-italic.ttf");
}
@font-face {
    font-family: "opensansregular";
    src: url("../fonts/open-sans-regular.ttf");
}
@font-face {
    font-family: "trajanpro";
    src: url("../fonts/trajanpro.ttf");
}
@font-face {
    font-family: "futurabook";
    src: url("../fonts/futurabook.ttf");
}
@font-face {
    font-family: "futurabookitalic";
    src: url("../fonts/futurabookitalic.ttf");
}
@font-face {
    font-family: "futuralight";
    src: url("../fonts/futuralight.ttf");
}
@font-face {
    font-family: "futuramedium";
    src: url("../fonts/futuramedium.ttf");
}
@font-face {
    font-family: "futuramediumcondonsed";
    src: url("../fonts/futuramediumcondonsed.ttf");
}
@font-face {
    font-family: "glacialregular";
    src: url("../fonts/glacialregular.otf");
}
html {
  font-size: 100%;
  line-height: 1.5em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  background: #013e69 url("../images/bg.png") repeat-x scroll 0 0;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  /*margin: 0;
  padding: 0;
  color: #000;*/
  background-color: #fff;
  color: #000;
    margin: 0 auto;
    padding: 0;
    width: 80%;
}

#user-login label,#user-register-form label,#user-pass label
	{
		color: #0aa0d9;
		font-family: "bebasneue";
		font-size: 17px;
		font-weight: normal;
		margin-top:10px!important;
		margin-bottom:0px;
	}
	
 .node-event-calendar div ul {
	 
	 margin-left:20px;
	 margin-bottom:20px;	

 }
 
 .views-exposed-form .views-exposed-widgets #edit-field-country-value-wrapper {
    text-transform: uppercase;
	margin-left: 10px;
 }
 
 .views-exposed-form .views-exposed-widgets {
	 border-color: #00a1d4;
    border-style: double;
    padding: 10px;
    margin-bottom: 1.5em;
 }
 
 .views-exposed-form .views-exposed-widgets .views-submit-button #edit-submit-gallery {
	    background-color: #2d3033;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;
	margin-top: 10px;
 }
 
 #views-exposed-form-videos-page .views-exposed-form .views-exposed-widgets {
	 border-color: #00a1d4;
    border-style: double;
    padding: 10px;
	margin-bottom: 1.5em;  
 }
 
#views-exposed-form-videos-page .views-exposed-form .views-exposed-widgets #edit-field-video-type-tid-wrapper {
	float: left;
    margin-right: 45px;  
} 
#views-exposed-form-videos-page .views-exposed-form .views-exposed-widgets #edit-field-video-type-tid-wrapper label {
	color: #0aa0da;
    font-family: opensanslightitalic;
    text-transform: uppercase !important;
}
#views-exposed-form-videos-page .views-exposed-form .views-exposed-widgets #edit-field-country-value-wrapper label {
	color: #0aa0da;
	font-family: opensanslightitalic;
	text-transform: uppercase !important;
}
	 
.views-exposed-form .views-exposed-widgets .views-submit-button {
	margin-top:8px;
	
	float:right !important;
	}	 
 
.article-color {
	color: #0aa0da;
    font-weight: bolder;
    text-transform: uppercase !important;
    
	}
	
.text-uppercase {
    text-transform: uppercase;
    font-weight: bolder;

    }	
	
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em 2em !important;
    font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #0072b9;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #003353;
}

a:active {
  color: #c00;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1,
.header__site-name {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top:10px;
  margin-bottom: 10px;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  /*margin: 1.5rem 0;*/
   margin: 0px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
 /* padding: 0 0 0 32px;*/
 padding:0px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #999999;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  /* padding: 0.525rem 0.9375rem 0.975rem;*/
  /* border: 1px solid #0aa0d9;*/
  /* margin: 0 2px;*/
}

legend {
    background-color: #0aa0d9;
	color: #fff !important;
	font-family: "bebasneue";
	font-size: 21px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top:10px;
	margin-bottom:0px;
}
legend  a{
	color: #fff !important;
}
label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 777px) {
  .layout-3col {
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    padding-left: 0px;
    padding-right: 0px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
   padding-left: 0px;
    padding-right: 0px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1165px;
}

@media (min-width: 777px) {
  .layout-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  [dir="rtl"] .layout-center {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  position: relative;
}

@media (min-width: 555px) {
  .layout-swap {
   /* padding-top: 48px;*/
  }
}

@media (min-width: 555px) {
  .layout-swap__top {
    /*position: absolute;
    height: 48px;*/
    top: 0;
    width: 100%;
  }
}

.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #000;
}

.box--highlight {
  border-color: #0072b9;
}

.clearfix:before,
.header:before,
.tabs:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path, .messages.error path {
  fill: #c00;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #000;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #000;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
}

.form-item__required,
.form-required {
  color: #c00;
}

.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

.layout-swap__top {
	background: #2d3033 none repeat scroll 0 0;
    padding-bottom: 10px;
    padding-top: 10px;
	padding-left:20px;
	padding-right:20px;
	text-transform:uppercase;
}
@media (max-width: 333px) 
{
	
}
@media (min-width: 333px) and (max-width: 555px) 
{
	
}
@media (min-width: 555px) and (max-width: 777px) 
{
	
}
@media (min-width: 777px) and (max-width: 999px) 
{
	
}
@media (min-width: 9999px) {
	.sub-menu li
	{
		 background-color: rgba(28, 141, 179, 0.8);
		color: #ffffff;
		float: none;
		padding: 5px 50px 5px 10px;
		text-align: left;
		width: auto;
	}
	.sub-menu li a
	{
		color: black;
		font-family:"bebasneue";
		text-transform:uppercase;
		text-decoration:none;
		font-size:20px;
		letter-spacing:2px;
		white-space: nowrap ;
		
	}
	
	.sub-menu li:hover a
	{
		color:white;
	}
	.sub-menu
	{
		/*padding-top:10px;*/
	}
	#main-menu>li.first a
	{
		color:#0aa0d9;
	}
	#main-menu>li {
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 20px;
		text-align: left;
	}
	#main-menu>li.first
	{
		margin-left: 0px;
	}
	#main-menu>li.last
	{
		margin-right: 0px;
	}
	.layout-center {
		padding-left: 20px;
		padding-right: 20px;
	}
	[dir="rtl"] .layout-center {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.header
	{
		padding: 10px 0 0 20px;
		position: relative;
	}
	.header__site-link
	{
		font-size:17px;
		font-family:"helveticaneue";
		font-weight: normal;
		color:#3371ab;
		width:120px;
	}
	.header__site-link a span
	{
		font-size:17px;
		font-family:"helveticaneue";
		font-weight: normal;
		color:#3371ab;
	}
	.header__site-name
	{
		line-height: 22px;
		margin-top: 5px;
		text-decoration: none;
		width: 170px;
	}
	#second-header
	{
		/*bottom: 0;
		position: absolute;
		right: 0;
		width: 40%;*/
		
		float: right;
		height: 85px;
	}
	#block-languages
	{
		/*bottom: 0;
		float: left;
		margin-right: 200px;
		position: absolute;
		right: 0;*/
		
		bottom: 0;
		float: left;
		margin-right: 20px;
		margin-top: 60px;
	}
	#lang-english
	{
		margin-right:20px;
	}
	#block-search
	{
		/*float: right;*/
		
		 background-color: #5b82b7;
		float: left;
		padding: 10px 5px;
	}
	#block-search2
	{
		/*float: right;*/
		
		 background-color: #5b82b7;
		float: left;
		padding: 10px 5px;
	}
	#edit-search-block-form--2
	{
		background: transparent url("../images/input_search.png") no-repeat scroll 0 0;
		border: medium none;
		margin-top: 10px;
		width: 100%;
	}
	/*.front #edit-submit,
	.page-search #edit-submit--3,
	.page-newsletter-subscribe #edit-submit--2,
	.section-content #edit-submit,
	.section-videos #edit-submit,
	.section-gallery #edit-submit,
		.section-user #edit-submit--2*/
	#search-block-form input[type="submit"]
	{
		background: transparent url("../images/icon_search.png") no-repeat scroll center center;
		border: medium none;
		bottom: 0;
		color: transparent;
		font-size: 0;
		height: 17px;
		margin-bottom: 21px;
		margin-right: 12px;
		position: absolute;
		right: 0;
		width: 13px;
	}
	#block-social-media
	{
		/*margin-top: -90px;*/
	}
	#block-views-news-block .block__title
	{
		background-color: #0aa0d9;
		color: #fff !important;
		font-family: "bebasneue";
		font-size: 21px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-top: 5px;
		margin-top:0px;
		margin-bottom:0px;
	}
	
	#block-views-news-block .views-field-field-small-picture
	{
		float: left;
		margin-right: 10px;
	}
	#block-views-news-block .views-field-title a
	{
		font-size:12px;
		font-family:"arial";
		font-weight:bold;
		color:#202021;
	}
	#block-views-news-block .views-row.views-row-odd
	{
		background: #e1e1e1 none repeat scroll 0 0;
		border-bottom: 1px solid #c9ccd1;
		clear: both;
		height: 130px;
		padding: 10px;
		position: relative;
	}
	#block-views-news-block .views-row.views-row-even
	{
		background: #f2f2f2 none repeat scroll 0 0;
		border-bottom: 1px solid #c9ccd1;
		clear: both;
		height: 130px;
		padding: 10px;
		position: relative;
	}
	#block-views-news-block .views-field-view-node
	{
		bottom: 6px;
		left: 170px;
		position: absolute;
	}
	#block-views-news-block .views-field-body
	{
		font-size:12px;
		font-family:"arial";
		color:#909090;
	}
	
	#block-views-news-block .views-field-view-node a
	{
		color: #005a99;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#first-time
	{
		display:none;
	}
	.page-node .layout-3col__full>h1
	{
		display:none;
	}
	#block-views-agenda-block .block__title
	{
		background-color: #005a99;
		color: #ffffff;
		font-family: "bebasneue";
		font-size: 21px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-top: 5px;
		margin-top:0px;
		margin-bottom:0px;
	}
	#block-views-agenda-block .views-row
	{
		background-color: #e6eaf4;
		border-bottom: 1px dashed #6089b4;
		padding: 15px 8px;
	}
	#block-views-agenda-block .views-row-last
	{
		border-bottom: none;
	}
	#block-views-agenda-block .views-row .views-field-title a
	{
		font-weight:bold;
		font-family:"helveticaneue";
		color:#202021;
	}
	
	#block-views-agenda-block .views-row  .views-field-event-calendar-date div
	{
		background-color:#005a99;
		color:#ffffff;
		display:inline-block;
		font-weight:bold;
		font-family:"helveticaneue";
		padding-left: 2px;
		padding-right: 2px;
		padding-top: 1px;
		padding-bottom: 1px;
	}
	#block-views-agenda-block .views-row .views-field-field-place
	{
		
	}
	#block-views-agenda-block .views-row .views-field-field-website
	{
		color: #6c6e70;
		float: right;
		line-height: normal;
		font-size: 11px;
	}
	#block-views-agenda-block .views-row .views-field-view-node a
	{
		font-family:helveticaneue;
		color:#0c98cf;
	}
	#block-views-publications-block .views-field-title
	{
		position: absolute;
		width:161px;
		height:111px;
	}
	#block-views-publications-block .views-field-title span
	{
		display: table-cell;
		height: 111px;
		position: relative;
		text-align: center;
		vertical-align: middle;
		width: 161px;
	}
	#block-views-publications-block .views-field-title a
	{
		color: black;
		display: inline;
		font-family: "opensanslightitalic";
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		text-align: center;
	}
	#block-views-publications-block  .views-field-field-picture img
	{
		width:170px;
		height:110px;
	}
	#block-views-publications-block .views-row
	{
		 padding: 10px;
		text-align: center;
	}
	#block-views-publications-block
	{
		margin-top:10px;
	}
	#block-views-publications-block .block__title
	{
		background-color: #0aa0d9;
		color: #202021;
		font-family: "bebasneue";
		font-size: 21px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-top: 5px;
		margin-top:0px;
		margin-bottom:5px;
	}
	#region-content,#region-lapriside1
	{
		padding-right:20px;
	}
	#block-time-for-action
	{
		 background-color: #0aa0d9;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
	}
	#block-time-for-action img
	{
		display:inline;
	}
	#block-newsletter-newsletter-subscribe
	{
		background-color: #8fd3ee;
		margin-top: 20px;
		padding: 20px;
	}
	#block-newsletter-newsletter-subscribe .block__title
	{
		margin-top:0px;
		margin-bottom:0px;
		font-size:20px;
		font-family:"bebasneue";
		letter-spacing: 0.3px;
	}
	#block-newsletter-newsletter-subscribe .prefix
	{
		font-family: helveticaneue;
		font-size: 12px;
		letter-spacing: 0.5px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	#block-newsletter-newsletter-subscribe .suffix
	{
		color: #ca4605;
		font-family: helveticaneue;
		font-size: 14px;
		margin-top: 5px;
	}
	#block-newsletter-newsletter-subscribe #edit-newsletter-submit
	{
		background-color: #2d3033;
		border: medium none;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
		padding: 5px 20px;
		text-transform: uppercase;
	}
	#block-newsletter-newsletter-subscribe #edit-email
	{
		border: 1px solid #bababa;
		padding: 5px;
	}
	#block-poll-recent .links
	{
		display:none;
	}
	#block-poll-recent
	{
		background-color: #e8eef5;
		margin-top: 20px;
		padding: 20px;
	}
	#block-poll-recent .block__title
	{
		margin-top:0px;
		margin-bottom:0px;
		font-family:"bebasneue";
		color:#5f84b8;
		font-size:25px;
	}
	#block-poll-recent .choices .title
	{
		color: #4c4c4c;
		font-family: "helveticaneue";
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#block-poll-recent #edit-choice .option
	{
		color:#8d8c8c;
		font-family:"helveticaneue";
	}
	#block-poll-recent #edit-choice  .form-item
	{
		border-bottom:1px solid #d2e0df;
		padding-bottom: 3px;
		padding-top: 3px;
	}
	#block-poll-recent #edit-vote
	{
		background-color: #2d3033;
		border: medium none;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
		padding: 5px 20px;
		text-transform: uppercase;
	}
	#block-together-we-can-save
	{
		margin-top:10px;
	}
	#block-together-we-can-save img
	{
		width:100%;
	}
	#footer
	{
		background-color: #2d3033;
		padding-bottom: 30px;
		padding-top: 30px;
		margin-top: 10px;
		text-align: center;
	}
	#footer #footer-menu
	{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 60%;
	}
	#footer #footer-menu li
	{
		color: #5e6062;
		float: left;
		list-style: outside none none;
		padding-left: 30px;
		padding-right: 30px;
		
		border-left:1px solid #5e6062;
	}
	#footer #footer-menu li a
	{
		color: #6c6e70;
	}
	#footer #footer-menu li.first
	{
		border-left:none;
	}
	#copyright
	{
		margin-top:20px;
		color:#6c6e70;
	}
	.node-news h2 a,.node-page h2 a,.node-webform h2 a
	{ 
		color: #0aa0d9;
		font-family: "bebasneue";
		font-size: 25px;
		letter-spacing: 1px;
		font-weight: normal;
	}
	.node-news .field-name-field-slide-picture
	{
		
	}
	.node-news .field-name-field-date
	{
		color: #0aa0d9;
		font-size: 14px;
		float: right;
		margin-bottom: 10px;
	}
	.node-news .field-name-body
	{
		color: #202021;
		font-family: "sans-serif";
		font-size: 14px;
		margin-top: 10px;
		text-align: justify;
	}
	
	.node-event-calendar h2 a
	{ 
		color: #0aa0d9;
		font-family: "bebasneue";
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 1px;
	}
	
	
	.node-event-calendar .field-name-body
	{
		color: #202021;
		font-family: "opensanslightitalic";
		margin-bottom: 10px;
		font-size: 14px;
		letter-spacing: 0px;
		margin-top: 10px;
		text-align: justify;
	}
	
	#block-views-flexslider-block .views-field-title
	{
		color: white;
		font-family: "bebasneue";
		font-size: 14px;
		padding: 10px;
		position: absolute;
		bottom:0;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.5);
	}
	#block-views-flexslider-block .views-field-title a
	{
		color: white;
		font-family: "opensanslightitalic";
		font-size: 24px;
		display:block;
		font-weight: normal;
		width:95%;
	}
	
	
	.node-type-publication h2 a
	{ 
		color: #0aa0d9;
		font-family: "bebasneue";
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 1px;
	}
	.node-type-publication .field-name-field-date
	{
		 color: black;
		font-size: 14px;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.node-type-publication .field-name-body
	{
		color: #202021;
		font-family: "sans-serif";
		font-size: 14px;
		letter-spacing: 0px;
		margin-top: 10px;
		text-align: justify;
	}
	.field-name-body p {
		text-transform: lowercase;
	}

	.field-name-body p:first-letter {
		text-transform: uppercase;
	}
	.front article
	{
		display:none;
	}
	.view-videos .views-row
	{
    line-height: 15px;
    border-color: #00a1d4;
    border-style: double;
    padding: 10px;
    text-align: center; 
	}
	.view-videos .views-row .views-field-title
	{
		 min-height: 47px;
		text-align: center;
		width: 100%;
	}
	.view-videos #edit-submit-videos
	{
		background-color: #2d3033;
		border: medium none;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		padding: 5px 20px;
		text-transform: uppercase;
	}
	.view-videos .item-list .pager
	{
		padding-top: 20px;
	}
	.view-videos .views-row .views-field-title a
	{
		color: #0aa0d9;
		font-family: "bebasneue";
		font-size: 15px;
		font-weight: normal;
		letter-spacing: 1px;
	}
	.node-video h2 a
	{
		color: #0aa0d9;
		font-family: "bebasneue";
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 1px;
	}
	.osmplayer-default-teaser-image img
	{
		margin-left:0px !important;
	}
	.view-id-gallery .views-row
	{
		padding-left:10px;
		padding-right:10px;
		margin-top:10px;
		margin-bottom:10px;
		text-align:center;
	}
	.view-id-gallery .views-row img
	{
		
	}
	.layout-3col__full h1
	{
		color: #0aa0d9;
		font-family: "bebasneue";
		font-size: 25px;
		font-weight: normal;
		margin-top:0px;
		margin-bottom:0px;
	}
	#user-login,#user-register-form,#user-pass
	{
		/*padding-top:20px;*/
	}
	#user-login .description,#user-register-form .description,#user-pass .description
	{
		font-family: helveticaneue;
		font-size: 15px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	#user-login label,#user-register-form label,#user-pass label
	{
		color: #0aa0d9;
		font-family: "bebasneue";
		font-size: 17px;
		font-weight: normal;
		margin-top:0px;
		margin-bottom:0px;
	}
	#user-login input[type="text"],#user-login input[type="password"],#user-register-form input[type="text"],#user-pass input[type="text"]
	{
		width:100%;
	}
	#user-login input[type="submit"],#user-register-form input[type="submit"],#user-pass input[type="submit"]
	{
		background-color: #2d3033;
		border: medium none;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
		padding: 5px 20px;
		text-transform: uppercase;
	}
	.password-suggestions ul
	{
		padding-left:20px;
	}
	
	#menu-item-372
	{
		position:relative;
	}
	#menu-item-372 #generated-block #block-user-login
	{
		background-color:rgba(28, 141, 179, 0.9);
		padding: 1px 20px 20px;
		width:100%;
		margin-top:10px;
	}
	#menu-item-372 #generated-block
	{
		color: black;
		margin-left: -202px;
		max-height: 0;
		position:absolute;
		z-index: 100;
	}
	#block-user-login input[type="text"],#block-user-login input[type="password"]
	{
		width:100%;
	}
	#block-user-login .block__title
	{
		color: #ffffff;
		font-family: "bebasneue";
		font-size: 21px;
		padding-bottom: 5px;
		padding-top: 5px;
		margin-top:0px;
		margin-bottom:0px;
	}
	#block-user-login label
	{
		color: #ffffff;
		font-family: "bebasneue";
		font-size: 18px;
		padding-bottom: 5px;
		padding-top: 5px;
		margin-top:0px;
		margin-bottom:0px;
	}
	.ajax-register-links-wrapper ul
	{
		margin-bottom:10px;
		text-align:right;
	}
	.ajax-register-links-wrapper ul li
	{
		list-style-type:none;
		margin-bottom:5px;
		padding:0px !important;
	}
	.ajax-register-links-wrapper ul li a
	{
		border:none !important;
	}
	.page-user .tabs__tab
	{
		display:none;
	}
	.page-user .tabs__tab:nth-child(1),.page-user .tabs__tab:nth-child(2)
	{
		display:block;
	}
	.page-node .field-name-body
	{
		margin-top:20px;
	}
	.section-contact-form .submitted
	{
		display:none;
	}
	.webform-client-form label
	{
		 color: black;
		display: block;
		float: left;
		font-family: "sans-serif";
		font-size: 15px;
		font-weight: normal;
		margin-bottom: 0;
		margin-top: 0;
		width: 30%;
	}
	.webform-client-form .webform-component
	{
		margin-top:10px;
	}
	.webform-client-form input[type="submit"]
	{
		background-color: #2d3033;
		border: medium none;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
		padding: 5px 20px;
		text-transform: uppercase;
	}
	.form-actions
	{
		float:right;
	}
	#block-contact #block-contact-title
	{ 
		background-color: #0aa0d9;
        color: #ffffff;
        font-family: "bebasneue";
        font-size: 25px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-top: 10px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
	#block-contact #block-contact-desc
	{
		color:#202021;
		font-family: "helveticaneue";
		font-size: 15px;
		font-weight: normal;
	}
	#block-contact #block-lapri
	{
		width:70%;
		margin-top: 20px;
		float:left;
	}
	#block-contact #block-lapri-picture
	{
		width:30%;
		text-align:center;
		 margin-top: 10px;
		float:right;
	}
	#block-contact #block-lapri h3
	{
		margin-top:0px;
		margin-bottom:0px;
		color:#005a99;
		font-size: 15px;
		font-family: "helveticaneue";
		font-weight:bold;
	}
	#block-contact #block-lapri span
	{
		margin-top:0px;
		margin-bottom:0px;
		color:#202021;
		font-size: 15px;
		font-family: "helveticaneue";
	}
	#block-contact #block-lapri-fields
	{
		margin-top:20px;
		color:#005a99;
		font-size: 15px;
		font-family: "helveticaneue";
		font-style:italic;
	}
	.node-webform h2
	{
		padding-top:20px;
	}
	#mediafront_playlist_1
	{
		height:300px !important;
	}
	.feed-icon
	{
		display:none;
	}
	#quicktabs-container-events h3
	{
		color: #0aa0d9;
		font-family: "bebasneue";
		font-size: 25px;
		font-weight: normal;
		margin-bottom: 0;
		margin-top: 0;
	}
	#quicktabs-container-events .views-submit-button
	{
		margin-top:20px;
	
	}
	#quicktabs-container-events .views-submit-button input[type="submit"]
	{
		background-color: #2d3033;
		border: medium none;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		padding: 5px 20px;
		text-transform: uppercase;
	}
	#quicktabs-container-events .views-row
	{
		margin-top:10px;
		padding:10px;
	}
	#quicktabs-container-events .views-row-odd
	{
		background-color:#e1e1e1;
	}
	#quicktabs-container-events .views-row-even
	{
		background-color:#f2f2f2;
	}
	#quicktabs-container-events .views-row-even .views-field-event-calendar-date-1
	{
		background-color: #24bdf7;
		
	}
	#quicktabs-container-events .views-row-odd .views-field-event-calendar-date-1
	{
		
		background-color: #013e69;
	}
	#quicktabs-container-events .views-field-event-calendar-date-1
	{
		color: white;
		display: block;
		float: left;
		font-family: bebasneue;
		font-size: 25px;
		margin-right: 15px;
	}
	#quicktabs-container-events .views-field-event-calendar-date-1 .date-display-start
	{
		display:block;
	}
	#quicktabs-container-events .views-field-event-calendar-date-1 .date-display-end
	{
		display:block;
	}
	#quicktabs-container-events .views-field-event-calendar-date-1  .field-content
	{
		color: white;
		font-family: bebasneue;
		font-size: 24px;
		display: table-cell;
		width: 130px;
		height: 130px;
		vertical-align: middle;
		text-align: center;
	}
	#quicktabs-container-events .date-display-range
	{
		color:#2d3033;
	}
	#quicktabs-container-events .date-display-single
	{
		color: white;
	}
	#quicktabs-container-events .date-display-range .date-display-start,#quicktabs-container-events .date-display-range .date-display-end
	{
		color: white;
		display: block;
		line-height: 11px;
	}
	#quicktabs-container-events .date-display-range,#quicktabs-container-events .date-display-single
	{
		display: block;
		
	}
	#quicktabs-container-events .views-field-title
	{
		float: left;
		margin-right: 2%;
		width: 50%;
	}
	#quicktabs-container-events .views-field-title a 
	{
		color:#2d3033;
		font-family:"bebasneue";
		font-size:21px;
	}
	#quicktabs-container-events .views-field-field-place
	{
		background: transparent url("../images/marker.png") no-repeat scroll left 0;
		color: #2d3033;
		float: left;
		font-family: bebasneue;
		font-size: 20px;
		width: 28%;
		padding-left: 22px;
	}
	#quicktabs-container-events .views-field-field-theme
	{
		display: inline-block;
		font-family: opensanslightitalic;
		font-size: 16px;
		color:#2d3033;
	}
	
	#quicktabs-container-events .views-field-field-theme span
	{
		font-weight:bold; 
		display:inline;
		color:#24bdf7;
	}
	#quicktabs-container-events .views-field-field-theme .field-content
	{
		display:inline;
	}
	#quicktabs-container-events .views-field-field-organisers
	{
		color: #2d3033;
		font-family: opensanslightitalic;
		font-size: 16px;
	}
	#quicktabs-container-events .views-field-field-organisers span
	{
		color: #24bdf7;
		display: inline;
		font-weight: bold;
	}
	#quicktabs-container-events .views-field-field-organisers .field-content
	{
		display: inline;
	}
	#quicktabs-container-events .views-field-event-calendar-status
	{
		color: #2d3033;
		font-family: opensanslightitalic;
		font-size: 16px;
	}
	#quicktabs-container-events .views-field-event-calendar-status span
	{
		color: #24bdf7;
		display: inline;
		font-weight: bold;
	}
	#quicktabs-container-events .views-field-event-calendar-status .field-content
	{
		display: inline;
	}
	#quicktabs-container-events  .item-list
	{
		font-family: opensanslightitalic;
		margin-top:20px;
	}
	#quicktabs-container-events  .views-field-view-node
	{
		margin-top: 10px;
		display: block;
		float: right;
	}
	#quicktabs-container-events  .views-field-view-node a
	{
		background-color: #2d3033;
		border: medium none;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		padding: 5px 20px;
		text-transform: uppercase;
	}
	#event-popup
	{
		color:white;
	}
	.ui-button-text
	{
		display:none !important;
	}
	.ajax-progress
	{
		float:left !important;
	}
	.node-page ul
	{
		margin-left:40px;
	}
	.node-page ul ul
	{
		margin-left:40px;
	}
	.node-page .field-name-body .field-item
	{
		font-family: opensanslightitalic;
		font-size: 15px;
	}
	.node-page .field-name-body .field-item h3
	{
		color:#0aa0d9;
	}
	.view-publications-page .views-row
	{
		margin-top: 10px;
	}
	.view-publications-page .views-row .views-field-title
	{
		color: #0aa0d9;
		font-family: opensanslightitalic;
		margin-left: auto;
		margin-right: auto;
		min-height: 50px;
		text-align: center;
		width: 70%;
	}
	.view-publications-page .views-row .views-field-title a
	{
		color: #0aa0d9;
		font-family: opensanslightitalic;
		font-size: 16px;
	}
	.view-publications-page .views-row-last
	{
			margin-bottom:10px;
	}
	.view-publications-page h3
	{
		clear:both;
		background-color: #0aa0d9;
		color: #fff;
		font-family: "bebasneue";
		font-size: 21px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-top: 5px;
		margin-top:0px;
		margin-bottom:0px;
	}
	.view-publications-page .views-field-field-picture
	{
		text-align:center;
	}
	#quicktabs-myquicktab .views-field span.views-label
	{
		float:left;
	}
	#block-quicktabs-myquicktab .block__title
	{
		display:none;
	}
}
.ui-dialog
{
    left: 25% !important;
    width: 50% !important;
}
.toggle-help
{
	display:none;
}
.display-none
{
	display:none;
	visibility:hidden;
}
.logged-in #menu-item-372
{
	display:none;
}
.not-logged-in #menu-item-922
{
	display:none;
}
.continues
{
	display:none;
}
.ajax-register-links  li a
{
    color: #0aa0d9;
    font-family: bebasneue;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
	
}
.grippie
{
	display:none !important;
}
.ui-accordion-content
{
	height:auto !important;
}
.quicktabs-tabs li.active a
{
	color:#0aa0d9;
}
.quicktabs-tabs li a
{
	color:#2d3033;
}
.quicktabs-tabpage h3
{
	display:none;
}
.calendar-calendar table {
  table-layout: fixed;
}
.node-event-calendar .field-name-body
{
	color: #202021;
	font-family: opensanslightitalic;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	padding-top: 10px;
	text-align: justify;
}
.node-news .field-name-field-date
{
	color: #0aa0d9;
	float: right;
	font-family: opensanslightitalic;
	font-size: 15px;
	margin-bottom: 10px;
}
.node-news .field-name-field-date .field-label
{
	
}
.node-news .field-name-field-date .field-items
{
	
}
.node-event-calendar .field-name-event-calendar-date
{
	clear: both;
    color: #0aa0d9;
    font-family: opensanslightitalic;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 0;
    padding-top: 15px;
}
.node-event-calendar .field-name-field-organisers
{
	clear: left;
    color: #0aa0d9;
    font-family: opensanslightitalic;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 0;
}
.node-event-calendar .field-name-field-theme
{
	clear: left;
    color: #0aa0d9;
    font-family: opensanslightitalic;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 0;
}
.node-event-calendar .field-name-field-website
{
	color: #0aa0d9;
    font-family: opensanslightitalic;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
	margin-bottom: 0;
	margin-top: 0;
}
.node-event-calendar .field-name-field-place
{
	color: #0aa0d9;
    font-family: opensanslightitalic;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
	margin-bottom: 0;
	margin-top: 0;
}
.node-event-calendar .field-name-event-calendar-status
{
	color: #0aa0d9;
    font-family: opensanslightitalic;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
	margin-bottom: 0;
	margin-top: 0;
}
.node-event-calendar .field-name-field-link
{
	color: #0aa0d9;
    font-family: opensanslightitalic;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
	margin-bottom: 0;
	margin-top: 0;
}
.node-event-calendar .field-name-field-gallery  a
{
	background-color: #20a3ff;
    border: medium none;
    clear: both;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-right: 40px;
	margin-top:10px;
    padding: 5px 20px;
    text-transform: uppercase;
}
.node-type-publication .field-name-field-file
{
	color: #0aa0d9;
    font-family: opensanslightitalic;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
	margin-bottom: 0;
	margin-top: 0;
}
.node-type-publication .field-name-field-link-publication
{	
	color: #0aa0d9;
    font-family: opensanslightitalic;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: justify;
}
.node-type-publication .field-name-field-publication-category
{
	color: #0aa0d9;
    font-family: opensanslightitalic;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: justify;
}
#block-languages
{
	display:none;
}
.node-event-calendar #edit-submitted-picture-upload-button,.node-event-calendar .description
{
	margin-left:26%;
	font-family: opensansregular;
}
.node-event-calendar #edit-submitted-picture-upload
{
	font-family: opensansregular;
}
.webform-client-form input[type="text"],.webform-client-form input[type="email"],.webform-client-form select,.webform-client-form textarea
{
	display: block;
	width: 70%;
}
#newsletter-manage-subscriptions-form input[type="text"]
{
	width:100%;
}
#newsletter-manage-subscriptions-form label
{
	color: black;
    font-family: "opensanslightitalic";
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 0;
    width: 30%;
}
#edit-field-newsletter-list>div>label
{
	font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
#newsletter-manage-subscriptions-form input[type="submit"]
{
	background-color: #2d3033;
    border: medium none;
	float:right;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 20px;
    text-transform: uppercase;
}
#newsletter-manage-subscriptions-form #edit-info
{
	margin-top:10px;
}
.node-page .field-name-body .field-item
{
	font-family: opensansregular;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 10px;
    text-align: justify;
}
.view-annual-reports table td.views-field-title
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
	color:#0aa0d9;
	font-family: opensansregular;
}
.view-annual-reports table td.views-field-field-file
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
	font-family: opensansregular;
}
.view-annual-reports table td.views-field-filesize
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
	font-family: opensansregular;
}
.view-annual-reports table th
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
	background: #d5d5d5 none repeat scroll 0 0;
}
.view-annual-reports table tr
{
	
}
.view-annual-reports table
{
	
}
.section-contact-form #region-content article h2
{
	clear:both;
	background-color: #0aa0d9;
    color: #202021;
    font-family: "bebasneue";
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 10px;
}
.section-contact-form #region-content article h2 a
{
    color: #ffffff;
    font-family: "bebasneue";
    font-size: 25px;
}
#block-contact
{
	margin-bottom:20px;
}
#block-contact #block-contact-title
{ 
	background-color: #0aa0d9;
    color: #ffffff;
    font-family: "bebasneue";
        font-size: 25px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-top: 10px;
        margin-top: 0px;
        margin-bottom: 25px;
}
#block-contact #block-contact-desc
{
	color: #202021;
	font-family: opensansregular;
	font-size: 15px;
	font-weight: normal;
}
#block-contact #block-lapri
{
	width:70%;
	margin-top: 20px;
	float:left;
}
#block-contact #block-lapri-picture
{
	width:30%;
	text-align:center;
	 margin-top: 10px;
	float:right;
}
#block-contact #block-lapri h3
{
	margin-top:0px;
	margin-bottom:0px;
	color:#005a99;
	font-size: 15px;
	font-family: "helveticaneue";
	font-weight:bold;
}
#block-contact #block-lapri span
{
	margin-top:0px;
	margin-bottom:0px;
	color:#202021;
	font-size: 15px;
	font-family: "helveticaneue";
}
#block-contact #block-lapri-fields
{
	margin-top:20px;
	color:#005a99;
	font-size: 15px;
	font-family: "helveticaneue";
	font-style:italic;
}
#views-exposed-form-gallery-page .views-submit-button
{
	margin-top:0px;
	float: left;
    padding-left: 16px;
	padding: 0 0 0 19px;
}
 .views-submit-button
{
	float: left;
	padding: 0 0 0 19px;
	margin-top:20px;
}
#views-exposed-form-gallery-page .views-submit-button input[type="text"]
{
	background-color: #2d3033;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 20px;
    text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.quicktabs-tabs li
	{
		width:100%;
		display:block !important;
	}
	
}
@media (min-width: 544px) and (max-width: 773px) {
.view-videos .views-row .views-field-title
	{
		min-height: 46px;
	}
}
@media (min-width: 773px) and (max-width: 992px) {
.view-videos .views-row .views-field-title
	{
		min-height: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1061px) {
.view-videos .views-row .views-field-title
	{
		min-height: 65px;
	}
}
@media (min-width: 1061px) and (max-width: 1200px) {
.view-videos .views-row .views-field-title
	{
		min-height: 46px;
	}
}
@media (min-width: 1200px) and (max-width: 3000px) {
#main-menu>li {
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 10px;
		text-align: left;
		
	}
	.view-videos .views-row .views-field-title
	{
		min-height: 48px;
	}
}

.node-video .submitted,.node-video .field-name-field-video-type,.node-video .field-name-field-country
{
	color: #0aa0d9;
    font-family: opensanslightitalic;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
	margin-bottom: 0;
	margin-top: 0;
}
#node-structure
{
	font-family: opensansregular;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 10px;
    text-align: justify;
}
.node-page .field-name-body .field-item h3,#node-structure h3
{
	color:#0aa0d9;
}
#node-structure ul
{
	margin-left:40px;
}
#node-structure ul ul
{
	margin-left:40px;
}
#node-structure h2 a
{ 
	color: #0aa0d9;
	font-family: "bebasneue";
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: normal;
}
#diagramme ul
{
	margin-left:0px;
}
#diagramme li
{
	cursor:pointer;
}
.view-press table td.views-field-title,.view-pri-in-the-press  table td.views-field-title,.view  table td.views-field-title,.view  table td.views-field-field-file-enews,.view  table td.views-field-field-file-declaration
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 5px;
    text-align: left;
	color:#0aa0d9;
	min-height:30px;
	font-family: opensansregular;
}
.view-press table td.views-field-field-file-press-1,.view-pri-in-the-press table td.views-field-field-file-press,.view table td.views-field-field-file-press,table td.views-field-field-file-press-1
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
	padding-right: 20px;
	min-height:30px;
    padding-top: 5px;
    text-align: left;
	font-family: opensansregular;
}
.view table td.views-field
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 5px;
    text-align: left;
	min-height:30px;
	font-family: opensansregular;
}
.view-press table td.views-field-filesize,.view-pri-in-the-press table td.views-field-filesize,.view table td.views-field-filesize,.view table td.views-field-field-file-project
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 5px;
    text-align: left;
	min-height:30px;
	font-family: opensansregular;
}
.view-press table td.views-field-field-description,.view-pri-in-the-press table td.views-field-field-description,.view table td.views-field-field-description
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 5px;
    text-align: left;
	min-height:30px;
	font-family: opensansregular;
}
.view-press table td.views-field-field-link,.view-pri-in-the-press table td.views-field-field-link ,.view table td.views-field-field-link
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
	padding-right: 20px;
	min-height:30px;
    padding-top: 5px;
    text-align: left;
	font-family: opensansregular;
}
.view-press table th,.view-pri-in-the-press table th,.view table th
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 5px;
	min-height:30px;
    text-align: left;
	background: #d5d5d5 none repeat scroll 0 0;
}
.view  table td.views-field-field-file-enews .file-size,.view  table td.views-field-field-file-declaration .file-size
{
	display:none;
}
#main-menu .active-trail
{
	color:#0aa0d9;
}
#main-menu>li.first a.active
{
	color:#0aa0d9;
}
#main-menu>li a.active
{
	color:white;
}
.node-type-event-calendar .messages--status a
{
	display:none;
}
.field-name-field-attachments table td
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 5px;
    text-align: left;
	font-family: opensansregular;
}
.field-name-field-attachments table th
{
	border: 1px solid black;
    padding-bottom: 5px;
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 5px;
    text-align: left;
	background: #d5d5d5 none repeat scroll 0 0;
}
.view-agenda-block2
{
	margin-top:20px;
}
.webform-client-form .form-textarea-wrapper
{
	float: left;
    width: 70%;
}
.webform-client-form .form-textarea-wrapper textarea
{
	width:100%;
}
.webform-client-form label
{
	margin-right:1%;
}
#block-social-media a
{
	margin-left:20px;
	margin-right:10px;
}
#block-social-media a.first
{
	margin-left:10px;
}
.ui-accordion-header-active
{
	/*background: #0aa0d9 none repeat scroll 0 0 !important;*/
    border: 1px solid #0aa0d9 !important;
}
#search-form h2
{
	background-color: #0aa0d9;
	color: #fff !important;
	font-family: "bebasneue";
	font-size: 21px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top:0px;
	margin-bottom:0px;
}
#search-form #edit-basic
{
	margin-top:10px;
}
.page-search .search-results .search-result .title
{
	   color: #202021;
    font-family: opensansregular;
    font-size: 13px;
    font-weight: bold;
}
.page-search .search-results .search-result .search-snippet-info
{
	color: #909090;
    font-family: opensanslightitalic;
    font-size: 14px;
}
.page-search .search-results li:nth-child(odd)
{
	background: #e1e1e1 none repeat scroll 0 0;
	border-bottom: 1px solid #c9ccd1;
	clear: both;
	padding: 10px;
	position: relative;
	margin-bottom:0px;
}
.page-search .search-results li:nth-child(even)
{
	background: #f2f2f2 none repeat scroll 0 0;
	border-bottom: 1px solid #c9ccd1;
	clear: both;
	padding: 10px;
	position: relative;
	margin-bottom:0px;
}
.tooltip_templates
{
	text-align:center;
}
.tooltip_templates span
{
	text-align:center;
}
.tooltip_templates span strong
{
	text-align:center;
}
.tooltip_templates span img
{
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	display:block;
}
#btJoinUs
{
	background-color: #2d3033;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;
	float:right;
	cursor:pointer;
}
.node-page h4,.node-page strong
{
	color: #0aa0da;
    font-weight: bolder;
    text-transform: uppercase;
}
.node-page ol {
    margin-left: 40px;
}
#modalContent .close
{
	margin-top:0px;
}
.webform-component-radios label,.webform-component-radios .form-radios ,.webform-component-radios .form-radios .form-item .form-radio,.webform-component-radios .form-radios .form-item label
{
	float:left;
}
#quicktabs-container-events  .views-field-event-calendar-date-1  .field-content
{
	color: white;
	font-family: bebasneue;
	font-size: 24px;
	display: table-cell;
	width: 130px;
	height: 130px;
	vertical-align: middle;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
}
#block-views-news-block .views-field-field-event-pictures,#view-news .views-field-field-event-pictures
{
	float: left;
	margin-right: 10px;
}
#quicktabs-myquicktab .view-grouping-header
{
	background-color: #6ad6ff;
    color: white;
    font-family: bebasneue;
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
}
.node-event-calendar .webform-client-form h3
{
	 background-color: #0aa0d9;
    color: #fff;
    font-family: "bebasneue";
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 10px;
}
#block-views-e-news
{
	font-family:opensansregular;
	font-size:16px;
	
}
#block-views-e-news h3
{
	font-family:opensansregular;
	font-size:18px;
	color:#0aa0da;
}
.page-gallery #edit-field-country-value-wrapper label,.page-gallery #edit-field-video-type-tid-wrapper label
{
	color: #0aa0da;
    font-family: opensanslightitalic;
    text-transform: uppercase;
}
.page-gallery #edit-field-video-type-tid-wrapper
{
	margin-right: 20px;
	
}
.node-393 .lightbox-processed img
{
	width:100%;
	height:auto;
}
.field-name-field-event-pictures .field-item
{
	width:100%;
}
#readMore a
{ 
	background-color: #2d3033;
    border: medium none;
    clear: both;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
	margin-top:20px;
    font-weight: bold;
    margin-right: 40px;
    padding: 5px 20px;
    text-transform: uppercase;
}
#pdf_reader
{
	width:100%;
}
.node-project h2 a
{
	color: #0aa0d9;
    font-family: "bebasneue";
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1px;
}
.view table td.views-field-field-file-project>span
{ 
}
#block-views-news-block .block__title
{
	background-color: #0aa0d9;
	color: #fff;
	font-family: "bebasneue";
	font-size: 21px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top:0px;
	margin-bottom:0px;
}

#block-views-news-block .views-field-field-small-picture
{
	float: left;
	margin-right: 10px;
}
#block-views-news-block .views-field-title a
{
	font-size:12px;
	font-family:"arial";
	font-weight:bold;
	color:#202021;
}
#block-views-news-block .views-row.views-row-odd
{
	background: #e1e1e1 none repeat scroll 0 0;
	border-bottom: 1px solid #c9ccd1;
	clear: both;
	padding: 10px;
	position: relative;
}
#block-views-news-block .views-row.views-row-even
{
	background: #f2f2f2 none repeat scroll 0 0;
	border-bottom: 1px solid #c9ccd1;
	clear: both;
	padding: 10px;
	position: relative;
}
#block-views-news-block .views-field-view-node
{
	bottom: 6px;
	right: 10px;
	position: absolute;
}
#block-views-news-block .views-field-body
{
	font-size:12px;
	font-family:"arial";
	color:#909090;
}

#block-views-news-block .views-field-view-node a
{
	color: #005a99;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.view-news .block__title
{
	background-color: #0aa0d9;
	color: #fff;
	font-family: "bebasneue";
	font-size: 21px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top:0px;
	margin-bottom:0px;
}

.view-news .views-field-field-small-picture
{
	float: left;
	margin-right: 10px;
}
.view-news .views-field-title a
{
	font-size:12px;
	font-family:"arial";
	font-weight:bold;
	color:#202021;
}
.view-news .views-row.views-row-odd
{
	background: #e1e1e1 none repeat scroll 0 0;
	border-bottom: 1px solid #c9ccd1;
	clear: both;
	padding: 10px;
	position: relative;
}
.view-news .views-row.views-row-even
{
	background: #f2f2f2 none repeat scroll 0 0;
	border-bottom: 1px solid #c9ccd1;
	clear: both;
	padding: 10px;
	position: relative;
}
.view-news .views-field-view-node
{
	bottom: 6px;
	right: 10px;
	position: absolute;
}
.view-news .views-field-body
{
	font-size:12px;
	font-family:"arial";
	color:#909090;
}

.view-news .views-field-view-node a
{
	color: #005a99;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#block-views-news-block .more-link a {
    background-color: #2d3033;
    border: medium none;
    clear: both;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 20px;
    text-transform: uppercase;
}
#block-views-publications-block .more-link a {
    background-color: #2d3033;
    border: medium none;
    clear: both;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 20px;
    text-transform: uppercase;
}
#block-views-agenda-block .more-link a {
    background-color: #2d3033;
    border: medium none;
    clear: both;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 20px;
    text-transform: uppercase;
}



@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	 table.views-table, 
	  table.views-table thead, 
	  table.views-table tbody, 
	  table.views-table th, 
	  table.views-table td, 
	  table.views-table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	 table.views-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	  table.views-table tr { border: 1px solid #ccc; }
 
	 table.views-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
		white-space: normal;
		text-align:left;
	}
 
	  table.views-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	 table.views-table td:before { content: attr(data-title); }
}
.node-event-calendar img
{
	float:left;
	margin:5px;
}
.field-name-field-attachments 
{
	margin-top:10px;
}
#quicktabs-tabpage-events-2 .views-field-view-node
{
	
}
.view-projects .views-row 
{
	background-color: #e6eaf4;
	border-bottom: 1px dashed #6089b4;
	padding: 15px 8px;
}
.layout-3col__full h1
{
	color: #0aa0d9;
	font-family: "bebasneue";
	font-size: 25px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
}
.view-projects .views-row .views-field-title a
{
	font-weight:bold;
	font-family:"helveticaneue";
	color:#202021;
}
.view-projects .views-row .views-field-body
{
	font-size:12px;
	font-family:"arial";
	color:#909090;
}
.view-projects .views-row .views-field-field-file-project,.view-projects .views-row .views-field-field-file-project a
{
	font-family:helveticaneue;
	color:#0c98cf;
}
.view-projects .views-row .views-field-field-file-project span
{
	display:inline;
	margin-top:20px;
}
.view-projects .views-row .views-field-field-file-project .field-content
{
	display:inline;
	margin-top:10px;
}
.poll .title
{
	color:#0c98cf;
}
#block-views-flexslider-block .views-field-views-conditional
{
	background-color: #0aa0d9;
    border: 1px solid white;
    bottom: 70px;
    font-family: bebasneue;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    right: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	
}
#block-views-flexslider-block .views-field-views-conditional-1
{
	background-color: #0aa0d9;
    border: 1px solid white;
    bottom: 70px;
    font-family: bebasneue;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    right: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	
}
#block-views-flexslider-block .views-field-views-conditional .field-content a
{
    border: medium none;
    clear: both;
    color: white;
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    padding:0px 20px;
    text-transform: uppercase;
}
#block-views-flexslider-block .views-field-views-conditional-1 .field-content a
{
    border: medium none;
    clear: both;
    color: white;
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    padding:0px 20px;
    text-transform: uppercase;
}
#quicktabs-container-events  .views-field-views-conditional
{
	margin-top: 10px;
	display: block;
	float: right;
}
#quicktabs-container-events  .views-field-views-conditional .field-content a
{
	background-color: #2d3033;
	border: medium none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px;
	text-transform: uppercase;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.tooltipster-base img
{
	display:block;
	text-align:center;
}
#flexslider-1 li:nth-child(2) .views-field-views-conditional
{
	display:none;
}
.webform-confirmation
{
	background-color: #f6fcff;
    color: #0072b9;
	border: 1px solid #0072b9;
    margin: 1.5rem 0;
    padding: 10px 10px 10px 44px;
    position: relative;
}
#edit-submitted-civility .form-item
{
	float:left;
	margin-left:10px;
}
.node-type-event-calendar .messages--warning
{
    display:none;
}
.section-gallery .region-sub-content
{
	clear:both;
}
#block-views-gallery-block-1 .block__title
{
	color: #0aa0d9;
    font-family: "bebasneue";
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}
#block-views-gallery-block-1 .views-row {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
#block-views-gallery-block-1 .views-field-title .field-content 
{
	 color: #0aa0d9;
    font-family: bebasneue;
    font-size: 15px;
    font-weight: normal;
    margin-top: 0;
}
.page-gallery #region-content > .view-gallery
{
	display:none;
}
#div-gallery {
    border-color: #00a1d4;
    border-style: double;
    margin-bottom: 1.5em;
    padding: 10px;
}
#div-gallery label
{
	color: #0aa0d9;
	float:left;
}
#div-gallery select
{
	float: left;
    margin-left: 20px;
    width: 60%;
}
#block-quicktabs-gallery .block__title
{
	display:none;
}
.thisHidden
{
	display:none;
}
#quicktabs-tabpage-gallery-1 .view-gallery .view-content .views-row
{
	width:100% !important;
}
#quicktabs-tabpage-gallery-1 .view-gallery .view-content .views-row .views-field-title
{
	display:none;
}
#quicktabs-tabpage-gallery-1 .view-gallery .view-content .views-row .views-field-field-event-pictures .field-content
{
	font-size:0px;
}
#quicktabs-tabpage-gallery-1 .view-gallery .view-content .views-row .views-field-field-event-pictures .field-content a 
{
	/*float:left;
	width:25%;*/
	padding-bottom: 10px;
    padding-top: 10px;
}
#quicktabs-tabpage-gallery-1 .view-gallery .view-content
{
	width:100%;
}
#lightbox2-overlay
{
	width:100% !important;
}
.displayForce
{
	display:block !important;
}