html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0 ;
  padding: 0 ;
  border: 0 ;
  outline: 0 ;
  font-size: 100% ;
  vertical-align: baseline ;
  background: transparent ;
}
body {
  line-height: 1 ;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block ;
}
nav ul {
  list-style: none ;
}
blockquote,
q {
  quotes: none ;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '' ;
  content: none ;
}
a {
  margin: 0 ;
  padding: 0 ;
  font-size: 100% ;
  vertical-align: baseline ;
  background: transparent ;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9 ;
  color: #000 ;
  text-decoration: none ;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9 ;
  color: #000 ;
  font-style: italic ;
  font-weight: bold ;
}
del {
  text-decoration: line-through ;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted ;
  cursor: help ;
}
table {
  border-collapse: collapse ;
  border-spacing: 0 ;
}
/* change border colour to suit your needs */
hr {
  display: block ;
  height: 1px ;
  border: 0 ;
  border-top: 1px solid #cccccc ;
  margin: 1em 0 ;
  padding: 0 ;
}
input,
select {
  vertical-align: middle ;
}
@-webkit-keyframes appear {
  0% {
    display: none ;
    opacity: 0 ;
    -webkit-transform: translate(0, -50px) ;
  }
  1% {
    display: block ;
    opacity: 0 ;
    -webkit-transform: translate(0, -50px) ;
  }
  100% {
    display: block ;
    opacity: 1 ;
    -webkit-transform: translate(0, 0) ;
  }
}
@-moz-keyframes appear {
  0% {
    display: none ;
    opacity: 0 ;
  }
  1% {
    display: block ;
    opacity: 0 ;
  }
  100% {
    display: block ;
    opacity: 1 ;
  }
}
@-o-keyframes appear {
  0% {
    display: none ;
    opacity: 0 ;
  }
  1% {
    display: block ;
    opacity: 0 ;
  }
  100% {
    display: block ;
    opacity: 1 ;
  }
}
@keyframes appear {
  0% {
    display: none ;
    opacity: 0 ;
  }
  1% {
    display: block ;
    opacity: 0 ;
  }
  100% {
    display: block ;
    opacity: 1 ;
  }
}
@-webkit-keyframes disappear {
  100% {
    display: none ;
    opacity: 0 ;
    -webkit-transform: translate(0, -50px) ;
  }
  99% {
    display: block ;
    opacity: 0 ;
    -webkit-transform: translate(0, -50px) ;
  }
  0% {
    display: block ;
    opacity: 1 ;
    -webkit-transform: translate(0, 0) ;
  }
}
@-moz-keyframes disappear {
  100% {
    display: none ;
    opacity: 0 ;
  }
  99% {
    display: block ;
    opacity: 0 ;
  }
  0% {
    display: block ;
    opacity: 1 ;
  }
}
@-o-keyframes disappear {
  100% {
    display: none ;
    opacity: 0 ;
  }
  99% {
    display: block ;
    opacity: 0 ;
  }
  0% {
    display: block ;
    opacity: 1 ;
  }
}
@keyframes disappear {
  100% {
    display: none ;
    opacity: 0 ;
  }
  99% {
    display: block ;
    opacity: 0 ;
  }
  0% {
    display: block ;
    opacity: 1 ;
  }
}
body {
  background: #ffffff ;
  font-family: "Open Sans", Helvetica, Arial, sans-serif ;
}
a {
//  color: #00bda6 ;
}
a:hover {
//  color: #00bda6 ;
}
a:visited {
 // color: #00bda6 ;
}
.text {
  color: #000000 ;
}
body {
  padding-top: 0 ;
  -webkit-transition: padding 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  -moz-transition: padding 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  -ms-transition: padding 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  -o-transition: padding 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  transition: padding 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
}
.notice {
  position: fixed ;
  top: 0 ;
  left: 0 ;
  right: 0 ;
  background: #ffffff ;
  color: transparent ;
  font-family: "Open Sans", Helvetica, Arial, sans-serif ;
  text-align: center ;
  height: 0 ;
  padding: 0 ;
  overflow: hidden ;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  -ms-transition: all 0.2s cubic-
  bezier(0.215, 0.61, 0.355, 1) ;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  font-size: 0.8em ;
  line-height: 1em ;
  z-index: 100 ;
}
.notice[data-type='info'] {
  background: #7a589b ;
}
.notice[data-type='ok'] {
  background: #5cb85c ;
}
.notice[data-type='error'] {
  background: #d9534f ;
}
.notice[data-type='warning'] {
  background: #f0ad4e ;
}
body.showInfo .notice {
  padding: 25px ;
  height: 66px ;
  color: #ffffff ;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif ;
}
h1 {
  font-size: 3em ;
  margin: 1em 0 ;
}
h2 {
  font-size: 2.5em ;
  margin: 1em 0 ;
}
h3 {
  font-size: 2em ;
  margin: 1em 0 ;
}
h4 {
  font-size: 1.5em ;
  margin: 1em 0 ;
}
h5 {
  font-size: 1em ;
  margin: 1em 0 ;
}
h6 {
  font-size: 0.8em ;
  margin: 1em 0 ;
}
#cookieAlert {
  position: fixed ;
  bottom: 0 ;
  left: 0 ;
  right: 0 ;
  background: rgba(0, 0, 0, 0.5) ;
  color: transparent ;
  font-family: "Open Sans", Helvetica, Arial, sans-serif ;
  text-align: center ;
  height: 0 ;
  padding: 0 ;
  overflow: hidden ;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box ;
  box-sizing: border-box ;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) ;
  font-size: 0.8em ;
  line-height: 1em ;
}
#cookieAlert a {
  color: #555555 ;
  border: 1px solid #ffffff ;
  border-radius: 3px ;
  display: inline-block ;
  background: #fff ;
  padding: 2px 10px ;
  font-size: 10px ;
  margin: 0 10px ;
  vertical-align: text-bottom ;
  cursor: pointer ;
}
body.showcookieAlert #cookieAlert {
  padding: 15px ;
  height: 46px ;
  color: #ffffff ;
}
article {
  font-family: "Open Sans", Helvetica, Arial, sans-serif ;
  font-size: 14px ;
  color: #000000 ;
}
article header {
  font-size: 2em ;
  margin: 1em 0 ;
}
article h1 {
  font-size: 3em ;
}
article h2 {
  font-size: 2.5em ;
}
article h3 {
  font-size: 2em ;
}
article h4 {
  font-size: 1.5em ;
}
article h5 {
  font-size: 1em ;
}
article h6 {
  font-size: 0.8em ;
}
article p {
  line-height: 2em ;
  margin: 1.5em 0 ;
}
article p strong {
  font-weight: 800 ;
}
.text-left {
  text-align: left ;
}
.text-center {
  text-align: center ;
}
.text-right {
  text-align: right ;
}
.text-justify {
  text-align: justify ;
  text-justify: inter-word ;
}
.text-nowrap {
  white-space: nowrap ;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " " ;
  display: table ;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both ;
}
.modal {
  position: absolute ;
  z-index: 999 ;
  background: #ffffff ;
  border-radius: 5px ;
  top: 10% ;
  left: 20% ;
  right: 20% ;
  width: auto ;
  padding: 30px ;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(50, 50, 50, 0.25) ;
  -moz-box-shadow: 0px 0px 100px 0px rgba(50, 50, 50, 0.25) ;
  box-shadow: 0px 0px 100px 0px rgba(50, 50, 50, 0.25) ;
  margin-top: 4% ;
  transition-property: transform, opacity ;
  transition-duration: .2s ;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) ;
  -webkit-transform: scale(1) ;
  -moz-transform: scale(1) ;
  -ms-transform: scale(1) ;
  -o-transform: scale(1) ;
  opacity: 1 ;
  display: block !important ;
}
.modal .content {
  opacity: 0 ;
}
.modal.open .content {
  opacity: 1 ;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s ;
}
.modal.close {
  -webkit-transform: scale(0) ;
  -moz-transform: scale(0) ;
  -ms-transform: scale(0) ;
  -o-transform: scale(0) ;
  display: none ;
  opacity: 0 ;
}
.overflow {
  opacity: 0 ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  right: 0 ;
  bottom: 0 ;
  background: rgba(0, 0, 0, 0.4) ;
  pointer-events: none ;
  -webkit-transition: all 0.2s ease ;
  -moz-transition: all 0.2s ease ;
  -ms-transition: all 0.2s ease ;
  -o-transition: all 0.2s ease ;
  transition: all 0.2s ease ;
}
.openModal .overflow {
  opacity: 0.7 ;
  cursor: pointer ;
  pointer-events: auto ;
}
.container {
  margin-right: auto ;
  margin-left: auto ;
  padding-left: 15px ;
  padding-right: 15px ;
}
@media (min-width: 768px) {
  .container {
    width: 750px ;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px ;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px ;
  }
}
.container-fluid {
  margin-right: auto ;
  margin-left: auto ;
  padding-left: 15px ;
  padding-right: 15px ;
}
.row {
  margin-left: -15px ;
  margin-right: -15px ;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative ;
  min-height: 1px ;
  padding-left: 15px ;
  padding-right: 15px ;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left ;
}
.col-xs-12 {
  width: 100% ;
  box-sizing: border-box ;
}
.col-xs-11 {
  width: 91.66666667% ;
  box-sizing: border-box ;
}
.col-xs-10 {
  width: 83.33333333% ;
  box-sizing: border-box ;
}
.col-xs-9 {
  width: 75% ;
  box-sizing: border-box ;
}
.col-xs-8 {
  width: 66.66666667% ;
  box-sizing: border-box ;
}
.col-xs-7 {
  width: 58.33333333% ;
  box-sizing: border-box ;
}
.col-xs-6 {
  width: 50% ;
  box-sizing: border-box ;
}
.col-xs-5 {
  width: 41.66666667% ;
  box-sizing: border-box ;
}
.col-xs-4 {
  width: 33.33333333% ;
  box-sizing: border-box ;
}
.col-xs-3 {
  width: 25% ;
  box-sizing: border-box ;
}
.col-xs-2 {
  width: 16.66666667% ;
  box-sizing: border-box ;
}
.col-xs-1 {
  width: 8.33333333% ;
  box-sizing: border-box ;
}
.col-xs-pull-12 {
  right: 100% ;
}
.col-xs-pull-11 {
  right: 91.66666667% ;
}
.col-xs-pull-10 {
  right: 83.33333333% ;
}
.col-xs-pull-9 {
  right: 75% ;
}
.col-xs-pull-8 {
  right: 66.66666667% ;
}
.col-xs-pull-7 {
  right: 58.33333333% ;
}
.col-xs-pull-6 {
  right: 50% ;
}
.col-xs-pull-5 {
  right: 41.66666667% ;
}
.col-xs-pull-4 {
  right: 33.33333333% ;
}
.col-xs-pull-3 {
  right: 25% ;
}
.col-xs-pull-2 {
  right: 16.66666667% ;
}
.col-xs-pull-1 {
  right: 8.33333333% ;
}
.col-xs-pull-0 {
  right: auto ;
}
.col-xs-push-12 {
  left: 100% ;
}
.col-xs-push-11 {
  left: 91.66666667% ;
}
.col-xs-push-10 {
  left: 83.33333333% ;
}
.col-xs-push-9 {
  left: 75% ;
}
.col-xs-push-8 {
  left: 66.66666667% ;
}
.col-xs-push-7 {
  left: 58.33333333% ;
}
.col-xs-push-6 {
  left: 50% ;
}
.col-xs-push-5 {
  left: 41.66666667% ;
}
.col-xs-push-4 {
  left: 33.33333333% ;
}
.col-xs-push-3 {
  left: 25% ;
}
.col-xs-push-2 {
  left: 16.66666667% ;
}
.col-xs-push-1 {
  left: 8.33333333% ;
}
.col-xs-push-0 {
  left: auto ;
}
.col-xs-offset-12 {
  margin-left: 100% ;
}
.col-xs-offset-11 {
  margin-left: 91.66666667% ;
}
.col-xs-offset-10 {
  margin-left: 83.33333333% ;
}
.col-xs-offset-9 {
  margin-left: 75% ;
}
.col-xs-offset-8 {
  margin-left: 66.66666667% ;
}
.col-xs-offset-7 {
  margin-left: 58.33333333% ;
}
.col-xs-offset-6 {
  margin-left: 50% ;
}
.col-xs-offset-5 {
  margin-left: 41.66666667% ;
}
.col-xs-offset-4 {
  margin-left: 33.33333333% ;
}
.col-xs-offset-3 {
  margin-left: 25% ;
}
.col-xs-offset-2 {
  margin-left: 16.66666667% ;
}
.col-xs-offset-1 {
  margin-left: 8.33333333% ;
}
.col-xs-offset-0 {
  margin-left: 0% ;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left ;
  }
  .col-sm-12 {
    width: 100% ;
    box-sizing: border-box ;
  }
  .col-sm-11 {
    width: 91.66666667% ;
    box-sizing: border-box ;
  }
  .col-sm-10 {
    width: 83.33333333% ;
    box-sizing: border-box ;
  }
  .col-sm-9 {
    width: 75% ;
    box-sizing: border-box ;
  }
  .col-sm-8 {
    width: 66.66666667% ;
    box-sizing: border-box ;
  }
  .col-sm-7 {
    width: 58.33333333% ;
    box-sizing: border-box ;
  }
  .col-sm-6 {
    width: 50% ;
    box-sizing: border-box ;
  }
  .col-sm-5 {
    width: 41.66666667% ;
    box-sizing: border-box ;
  }
  .col-sm-4 {
    width: 33.33333333% ;
    box-sizing: border-box ;
  }
  .col-sm-3 {
    width: 25% ;
    box-sizing: border-box ;
  }
  .col-sm-2 {
    width: 16.66666667% ;
    box-sizing: border-box ;
  }
  .col-sm-1 {
    width: 8.33333333% ;
    box-sizing: border-box ;
  }
  .col-sm-pull-12 {
    right: 100% ;
  }
  .col-sm-pull-11 {
    right: 91.66666667% ;
  }
  .col-sm-pull-10 {
    right: 83.33333333% ;
  }
  .col-sm-pull-9 {
    right: 75% ;
  }
  .col-sm-pull-8 {
    right: 66.66666667% ;
  }
  .col-sm-pull-7 {
    right: 58.33333333% ;
  }
  .col-sm-pull-6 {
    right: 50% ;
  }
  .col-sm-pull-5 {
    right: 41.66666667% ;
  }
  .col-sm-pull-4 {
    right: 33.33333333% ;
  }
  .col-sm-pull-3 {
    right: 25% ;
  }
  .col-sm-pull-2 {
    right: 16.66666667% ;
  }
  .col-sm-pull-1 {
    right: 8.33333333% ;
  }
  .col-sm-pull-0 {
    right: auto ;
  }
  .col-sm-push-12 {
    left: 100% ;
  }
  .col-sm-push-11 {
    left: 91.66666667% ;
  }
  .col-sm-push-10 {
    left: 83.33333333% ;
  }
  .col-sm-push-9 {
    left: 75% ;
  }
  .col-sm-push-8 {
    left: 66.66666667% ;
  }
  .col-sm-push-7 {
    left: 58.33333333% ;
  }
  .col-sm-push-6 {
    left: 50% ;
  }
  .col-sm-push-5 {
    left: 41.66666667% ;
  }
  .col-sm-push-4 {
    left: 33.33333333% ;
  }
  .col-sm-push-3 {
    left: 25% ;
  }
  .col-sm-push-2 {
    left: 16.66666667% ;
  }
  .col-sm-push-1 {
    left: 8.33333333% ;
  }
  .col-sm-push-0 {
    left: auto ;
  }
  .col-sm-offset-12 {
    margin-left: 100% ;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667% ;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333% ;
  }
  .col-sm-offset-9 {
    margin-left: 75% ;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667% ;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333% ;
  }
  .col-sm-offset-6 {
    margin-left: 50% ;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667% ;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333% ;
  }
  .col-sm-offset-3 {
    margin-left: 25% ;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667% ;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333% ;
  }
  .col-sm-offset-0 {
    margin-left: 0% ;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left ;
  }
  .col-md-12 {
    width: 100% ;
    box-sizing: border-box ;
  }
  .col-md-11 {
    width: 91.66666667% ;
    box-sizing: border-box ;
  }
  .col-md-10 {
    width: 83.33333333% ;
    box-sizing: border-box ;
  }
  .col-md-9 {
    width: 75% ;
    box-sizing: border-box ;
  }
  .col-md-8 {
    width: 66.66666667% ;
    box-sizing: border-box ;
  }
  .col-md-7 {
    width: 58.33333333% ;
    box-sizing: border-box ;
  }
  .col-md-6 {
    width: 50% ;
    box-sizing: border-box ;
  }
  .col-md-5 {
    width: 41.66666667% ;
    box-sizing: border-box ;
  }
  .col-md-4 {
    width: 33.33333333% ;
    box-sizing: border-box ;
  }
  .col-md-3 {
    width: 25% ;
    box-sizing: border-box ;
  }
  .col-md-2 {
    width: 16.66666667% ;
    box-sizing: border-box ;
  }
  .col-md-1 {
    width: 8.33333333% ;
    box-sizing: border-box ;
  }
  .col-md-pull-12 {
    right: 100% ;
  }
  .col-md-pull-11 {
    right: 91.66666667% ;
  }
  .col-md-pull-10 {
    right: 83.33333333% ;
  }
  .col-md-pull-9 {
    right: 75% ;
  }
  .col-md-pull-8 {
    right: 66.66666667% ;
  }
  .col-md-pull-7 {
    right: 58.33333333% ;
  }
  .col-md-pull-6 {
    right: 50% ;
  }
  .col-md-pull-5 {
    right: 41.66666667% ;
  }
  .col-md-pull-4 {
    right: 33.33333333% ;
  }
  .col-md-pull-3 {
    right: 25% ;
  }
  .col-md-pull-2 {
    right: 16.66666667% ;
  }
  .col-md-pull-1 {
    right: 8.33333333% ;
  }
  .col-md-pull-0 {
    right: auto ;
  }
  .col-md-push-12 {
    left: 100% ;
  }
  .col-md-push-11 {
    left: 91.66666667% ;
  }
  .col-md-push-10 {
    left: 83.33333333% ;
  }
  .col-md-push-9 {
    left: 75% ;
  }
  .col-md-push-8 {
    left: 66.66666667% ;
  }
  .col-md-push-7 {
    left: 58.33333333% ;
  }
  .col-md-push-6 {
    left: 50% ;
  }
  .col-md-push-5 {
    left: 41.66666667% ;
  }
  .col-md-push-4 {
    left: 33.33333333% ;
  }
  .col-md-push-3 {
    left: 25% ;
  }
  .col-md-push-2 {
    left: 16.66666667% ;
  }
  .col-md-push-1 {
    left: 8.33333333% ;
  }
  .col-md-push-0 {
    left: auto ;
  }
  .col-md-offset-12 {
    margin-left: 100% ;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667% ;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333% ;
  }
  .col-md-offset-9 {
    margin-left: 75% ;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667% ;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333% ;
  }
  .col-md-offset-6 {
    margin-left: 50% ;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667% ;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333% ;
  }
  .col-md-offset-3 {
    margin-left: 25% ;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667% ;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333% ;
  }
  .col-md-offset-0 {
    margin-left: 0% ;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left ;
  }
  .col-lg-12 {
    width: 100% ;
    box-sizing: border-box ;
  }
  .col-lg-11 {
    width: 91.66666667% ;
    box-sizing: border-box ;
  }
  .col-lg-10 {
    width: 83.33333333% ;
    box-sizing: border-box ;
  }
  .col-lg-9 {
    width: 75% ;
    box-sizing: border-box ;
  }
  .col-lg-8 {
    width: 66.66666667% ;
    box-sizing: border-box ;
  }
  .col-lg-7 {
    width: 58.33333333% ;
    box-sizing: border-box ;
  }
  .col-lg-6 {
    width: 50% ;
    box-sizing: border-box ;
  }
  .col-lg-5 {
    width: 41.66666667% ;
    box-sizing: border-box ;
  }
  .col-lg-4 {
    width: 33.33333333% ;
    box-sizing: border-box ;
  }
  .col-lg-3 {
    width: 25% ;
    box-sizing: border-box ;
  }
  .col-lg-2 {
    width: 16.66666667% ;
    box-sizing: border-box ;
  }
  .col-lg-1 {
    width: 8.33333333% ;
    box-sizing: border-box ;
  }
  .col-lg-pull-12 {
    right: 100% ;
  }
  .col-lg-pull-11 {
    right: 91.66666667% ;
  }
  .col-lg-pull-10 {
    right: 83.33333333% ;
  }
  .col-lg-pull-9 {
    right: 75% ;
  }
  .col-lg-pull-8 {
    right: 66.66666667% ;
  }
  .col-lg-pull-7 {
    right: 58.33333333% ;
  }
  .col-lg-pull-6 {
    right: 50% ;
  }
  .col-lg-pull-5 {
    right: 41.66666667% ;
  }
  .col-lg-pull-4 {
    right: 33.33333333% ;
  }
  .col-lg-pull-3 {
    right: 25% ;
  }
  .col-lg-pull-2 {
    right: 16.66666667% ;
  }
  .col-lg-pull-1 {
    right: 8.33333333% ;
  }
  .col-lg-pull-0 {
    right: auto ;
  }
  .col-lg-push-12 {
    left: 100% ;
  }
  .col-lg-push-11 {
    left: 91.66666667% ;
  }
  .col-lg-push-10 {
    left: 83.33333333% ;
  }
  .col-lg-push-9 {
    left: 75% ;
  }
  .col-lg-push-8 {
    left: 66.66666667% ;
  }
  .col-lg-push-7 {
    left: 58.33333333% ;
  }
  .col-lg-push-6 {
    left: 50% ;
  }
  .col-lg-push-5 {
    left: 41.66666667% ;
  }
  .col-lg-push-4 {
    left: 33.33333333% ;
  }
  .col-lg-push-3 {
    left: 25% ;
  }
  .col-lg-push-2 {
    left: 16.66666667% ;
  }
  .col-lg-push-1 {
    left: 8.33333333% ;
  }
  .col-lg-push-0 {
    left: auto ;
  }
  .col-lg-offset-12 {
    margin-left: 100% ;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667% ;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333% ;
  }
  .col-lg-offset-9 {
    margin-left: 75% ;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667% ;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333% ;
  }
  .col-lg-offset-6 {
    margin-left: 50% ;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667% ;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333% ;
  }
  .col-lg-offset-3 {
    margin-left: 25% ;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667% ;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333% ;
  }
  .col-lg-offset-0 {
    margin-left: 0% ;
  }
}
.hidden {
  display: none ;
  opacity: 0 ;
}
body {
  font-size: 14px ;
  font-family: "Open Sans", Helvetica, Arial, sans-serif ;
  position: relative ;
}
nav {
  background: #ffffff ;
  height: 100px ;
  position: fixed ;
  width: 100% ;
  z-index: 10 ;
  top: 0 ;
}
nav .col-md-10 {
  text-align: right ;
}
nav a.logo {
  margin-top: 30px ;
  display: block ;
}
nav li {
  display: inline-block ;
}
nav li a {
  height: 60px ;
  font-size: 1em ;
  display: inline-block ;
  padding: 40px 20px 0 20px ;
  font-weight: 600 ;
  color: #555555 ;
  cursor: pointer ;
}
nav li a:hover {
  color: #555555 ;
}
nav .label {
  position: absolute ;
  width: 100% ;
  height: 10px ;
  background: #eeeeee ;
  bottom: 0 ;
}
nav .label .marker {
  background: #8acc00 ;
  height: 10px ;
  position: absolute ;
}
nav .label .marker.right {
  transition: left 0.3s ease 0.2s, right 0.3s ease 0s ;
}
nav .label .marker.left {
  transition: left 0.3s ease 0s, right 0.3s ease 0.2s ;
}
#lead {
  margin-top: 0px ;
  min-height: 500px ;
  background: #ffffff url('https://acomit.pl/eventsource/img/lead.jpg') center no-repeat ;
  padding: 0px 0 ;
}
#lead .logo {
  margin-bottom: 40px ;
  display: block ;
}
#lead .logo img {
  width: 400px ;
}
#lead h1 {
  font-size: 2.8em ;
  line-height: 1.4em ;
  color: #004181 ;
  font-weight: 300 ;
  margin: 0  ;
}
#lead h1 .bold {
  font-weight: 600 ;
  display: block ;
}
#lead h2 {
  font-size: 2em ;
  line-height: 1.4em ;
  color: #004181 ;
  font-weight: 300 ;
}
#lead .infos {
  font-size: 1.6em ;
  font-weight: 600 ;
  margin-bottom: 2em ;
  color: #004181 ;
}
#lead .infos i {
  font-size: 2em ;
  margin-right: 10px ;
  color: #00bda6 ;
}
#about {
  background: #eeeeee ;
  padding: 50px 0 ;
}
#about h2 {
  border-left: 10px solid #8acc00 ;
  padding-left: 20px ;
  font-size: 2.5em ;
  font-weight: 400 ;
  color: #000000 ;
}
#why {
  background: #fff ;
  padding: 50px 0 ;
}
#why h3 {
  font-size: 2em ;
  font-weight: 400 ;
  color: #000000 ;
}
#why .triade {
  text-align: center ;
}
#why .triade h4 {
  font-size: 1.3em ;
  line-height: 1.5em ;
  font-weight: 600 ;
  color: #000000 ;
  margin-bottom: 20px ;
}
#why .triade p {
  line-height: 2em ;
  margin: 1.5em 0 ;
}
#prelegent {
  background: url('https://acomit.pl/eventsource/img/prelegentbkg.jpg') #004181 ;
  padding: 50px 0 ;
}
#prelegent img {
  margin-right: auto ;
  border-bottom: 15px solid #00bda6 ;
  margin-left: auto ;
  display: block ;
}
#prelegent h2 {
  border-left: 10px solid #8acc00 ;
  padding-left: 20px ;
  font-size: 2.5em ;
  font-weight: 400 ;
  color: #fff ;
}
#prelegent h3 {
  color: #00bda6 ;
  margin: 0 ;
}
#prelegent h4 {
  color: #fff ;
  font-size: 1.3em ;
  margin-bottom: 50px ;
}
#prelegent p {
  color: #fff ;
  line-height: 2em ;
  margin: 1.5em 0 ;
}
#agenda {
  background: #eeeeee ;
  padding: 50px 0 ;
}
#agenda h2 {
  border-left: 10px solid #8acc00 ;
  padding-left: 20px ;
  font-size: 2.5em ;
  font-weight: 400 ;
  color: #000000 ;
}
#agenda .entry h3 {
  color: #00bda6 ;
  font-size: 1.5em ;
}
#agenda .entry h4 {
  font-size: 1.2em ;
  margin: 0 ;
}
#agenda .entry h5 {
  font-size: 1.2em ;
  margin: 0 ;
}
#agenda .entry p {
  line-height: 1.5em ;
  margin: .2em 0 ;
}
#agenda .entry img {
  width: 120px ;
  height: 120px ;
  border-radius: 63px ;
  border: 3px solid #00bda6 ;
  display: block ;
  margin-left: auto ;
  margin-right: auto ;
}
#place {
  background: #00bda6 ;
  padding: 50px 0 ;
}
#place h2 {
  border-left: 10px solid #ffffff ;
  padding-left: 20px ;
  font-size: 2.5em ;
  font-weight: 400 ;
  color: #ffffff ;
}
#place article {
  color: #ffffff ;
}
#place article p.large {
  font-weight: 400 ;
  line-height: 1.5em ;
  font-size: 1.3em ;
}
#map {
  width: 100% ;
  height: 400px ;
  position: relative ;
}
#map #mapa {
  width: 100% ;
  height: 400px ;
  position: absolute ;
  top: 0 ;
  z-index: 1 ;
}
#map .overlay {
  width: 100% ;
  height: 400px ;
  position: absolute ;
  top: 0 ;
  z-index: 2 ;
}
#contact {
  background: #ffffff ;
  padding: 50px 0 ;
}
#contact h2 {
  border-left: 10px solid #8acc00 ;
  padding-left: 20px ;
  font-size: 2.5em ;
  font-weight: 400 ;
  color: #000000 ;
}
#contact h3 {
  font-size: 2em ;
  font-weight: 200 ;
  color: #000000 ;
}
#contact p {
  color: #000000 ;
  line-height: 2em ;
  margin: 1.5em 0 ;
}
#contact article a {
  color: #fff ;
  border-radius: 4px ;
  background: #00bda6 ;
  padding: 5px 10px ;
  text-decoration: none ;
  margin-top: 10px ;
  display: inline-block ;
}
#contact .partner {
  text-align: center ;
  margin-top: 30px ;
  margin-bottom: 30px ;
  max-width: 100% ;
  margin-right:100px;
}

#contact img {
  width:300px;
}


footer {
  background: #004181 ;
  height: 50px ;
}
a.button {
  background: #00bda6 ;
  color: #fff ;
  padding: 15px 30px ;
  font-size: 1.4em ;
  font-weight: 600 ;
  cursor: pointer ;
  display: inline-block ;
}
a.button:after {
  font-family: "icons" ;
  display: inline-block ;
  vertical-align: middle ;
  line-height: 1 ;
  font-weight: normal ;
  font-style: normal ;
  speak: none ;
  text-decoration: inherit ;
  text-transform: none ;
  text-rendering: optimizeLegibility ;
  -webkit-font-smoothing: antialiased ;
  content: "\f101" ;
  position: relative ;
  margin-left: 10px ;
  -webkit-transition: all 0.2s ease ;
  -moz-transition: all 0.2s ease ;
  -ms-transition: all 0.2s ease ;
  -o-transition: all 0.2s ease ;
  transition: all 0.2s ease ;
}

#mainNav a
{
 text-decoration: none ;
}

a.button:hover:after {
  margin-left: 25px ;
}
hr {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+32,000000+100&amp ;0+0,0.2+40,0.2+60,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 32%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%) ;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(32%, rgba(0, 0, 0, 0.16)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(60%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0))) ;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 32%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%) ;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 32%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%) ;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 32%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%) ;
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 32%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%) ;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1) ;
  /* IE6-9 */
  margin: 40px 0 ;
  border: 0 ;
  width: 100% ;
  height: 1px ;
}
article {
  color: #000000 ;
  font-size: 1.1em ;
  line-height: 1.5em ;
}
#mobilemenu {
  display: none ;
  overflow: hidden ;
}
#mobilemenu ul li a {
  display: block ;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) ;
  color: #fff ;
  width: 100% ;
  padding: 20px ;
  font-size: 20px ;
  cursor: pointer ;
}
#mobilemenuSwitch {
  display: none ;
  position: absolute ;
  top: 20px ;
  right: 20px ;
  font-size: 42px ;
  cursor: pointer ;
}
.overflow {
  z-index: 19 ;
}
.modal {
  background: #004181 ;
  color: #fff ;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5) ;
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5) ;
}
.modal h2 {
  font-size: 1.5em ;
  margin: 0 ;
}
.modal h3 {
  font-size: 1.2em ;
  font-weight: 300 ;
  margin: 1em 0 ;
}
.modal p {
  color: #00bda6 ;
  line-height: 1.3em ;
}
.modal form {
  margin-top: 20px ;
}
.modal label {
  color: #00bda6 ;
}
.modal label input {
  width: 100% ;
  display: block ;
  background: none ;
  border: 1px solid #00bda6 ;
  margin: 10px 0 20px 0 ;
  padding: 10px ;
  box-sizing: border-box ;
  -webkit-transition: all 0.5s ease ;
  -moz-transition: all 0.5s ease ;
  -ms-transition: all 0.5s ease ;
  -o-transition: all 0.5s ease ;
  transition: all 0.5s ease ;
  color: #ffffff ;
  font-family: "Open Sans", Helvetica, Arial, sans-serif ;
  font-size: 1.2em ;
  font-weight: 400 ;
}
.modal label input.error {
  -webkit-box-shadow: inset 0px 0px 50px 0px #d9534f ;
  -moz-box-shadow: inset 0px 0px 50px 0px #d9534f ;
  box-shadow: inset 0px 0px 50px 0px #d9534f ;
  border: 1px solid #d9534f ;
}
.modal label input:focus {
  background: #fff ;
  color: #004181 ;
}
.notice {
  font-size: 1.4em ;
  font-weight: 300 ;
  font-family: "Open Sans", Helvetica, Arial, sans-serif ;
  z-index: 999 ;
}
@media screen and (max-width: 1200px) {
  nav ul {
    display: none ;
  }
  #mobilemenu {
    display: block ;
    z-index: 10 ;
    -webkit-transition: all 0.2s ease ;
    -moz-transition: all 0.2s ease ;
    -ms-transition: all 0.2s ease ;
    -o-transition: all 0.2s ease ;
    transition: all 0.2s ease ;
    width: 66% ;
    position: fixed ;
    top: 0 ;
    bottom: 0 ;
    -webkit-transform: translateX(-100%) ;
    -moz-transform: translateX(-100%) ;
    -ms-transform: translateX(-100%) ;
    -o-transform: translateX(-100%) ;
    background: #00bda6 ;
  }
  #mobilemenuSwitch {
    display: block ;
  }
  body.openMenu #mobilemenu {
    -webkit-transform: translateX(0%) ;
    -moz-transform: translateX(0%) ;
    -ms-transform: translateX(0%) ;
    -o-transform: translateX(0%) ;
  }
  body.openMenu section {
    opacity: 0.5 ;
  }
  .modal {
    left: 5% ;
    right: 5% ;
  }
}
/*# sourceMappingURL=main.css.map */