@charset "UTF-8";

@import 'normalize.css';
@import 'foundation.css';
@import 'font-awesome.min.css';


/* -----------------------------------------
   STYLE
----------------------------------------- */

html.height-100,
.height-100 body,
.height-100 #inner-wrap,
.height-100 #outer-wrap{
  height: 100%;
}

body {
  color: #333;
  position: relative;
  width: 100%;
  min-width: 20em;
  background: #fff;
  font-size: 14px;
}

.block {
  position: relative;
  margin: 0 auto;
  padding: 1.5em 1.25em;
  max-width: 60em;
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #333333 url("../img/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-btn {
    border: 0 none;
    display: block;
    font-size: 2em;
    height: 1em;
    line-height: 1;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    width: 1em;
    color: #fff;
}
.nav-btn:active,
.nav-btn:hover{
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #fff;
}

.nav-search{
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 1.8em;
    color: #2A83ED;
}

.search-input-box{
    display: none;
    background: #2A83ED;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 59px;
}

.search-input-box input[type="text"]{
    background: transparent;
    color: #fff;
    font-size: 1.7em;
    width: 87%;
    float: left;
}

.nav-search-close{
    font-size: 1.8em;
    margin: 14px 15px 14px 0;
    display: inline-block;
    color: #fff;
    float: right;
}

.nav-search-close:hover{
  color: #fff;
}


#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
}
#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0 none;
  color: #FFFFFF;
  font-weight: normal;
  margin: -1px;
  overflow: hidden;
  padding: 0.7em 0.5em 0.6em 3.5em;
}
#nav .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 1.25em;
  background: #333333;
}
#nav ul {
  *zoom: 1;
  display: block;
}
#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #ccc;
  font-size: 1em;
  line-height: 1.28571em;
  font-weight: bold;
  outline: none;
  text-align: left;
}
#nav li a:focus, #nav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#nav li.is-active a {
  color: #fff;
}

#nav li img{
    border: 1px solid #FFFFFF;
    padding: 2px;
    vertical-align: text-bottom;
    width: 30px;
    margin-right: 5px;
}



#top {
  z-index: 100;
  position: relative;
  color: #fff;
  background: #333333;
}
#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
}
#top .nav-btn {
  position: absolute;
  top: 0.85em;
  left: 1.875em;
}

#main {
  background: #fff;
}
#main .block {
  padding: 2.625em 1.875em;
}

footer[role="contentinfo"] {
  background: #ddd;
}


#top .nav-btn {
  border: 0;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

#nav .close-btn {
  border: 0;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

#nav ul {
  text-align: center;
  white-space: nowrap;
}
#nav li {
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#nav li:last-child {
  border-right: none;
}
#nav li a {
  padding: 0.42857em 0.85714em;
}


#nav {
  position: absolute;
  top: 0;
  /*padding-top: 5.25em;*/
}
#nav:not(:target) {
  z-index: 1;
  height: 0;
}
#nav:target .close-btn {
  display: block;
}
#nav .close-btn {
  position: absolute;
  top: 1.1em;
  left: 1.875em;
}
#nav .block {
  position: relative;
  padding: 0;
}
#nav li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#nav li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#nav li.is-active:after {
  border-bottom: 0.625em solid rgba(0, 0, 0, 0);
  border-right: 0.625em solid #FFFFFF;
  border-top: 0.625em solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0.65em;
  z-index: 50;
}
#nav li a {
  padding: 0.85714em 2.14286em;
}

.js-ready #nav {
  height: 100%;
  width: 70%;
  background: #333333;
  -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  overflow-y: auto;
}
.js-ready #nav .block {
  background: transparent;
}
.js-ready #nav .close-btn {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.js-ready #nav {
  left: -70%;
}
.js-ready #inner-wrap {
  left: 0;
}

.js-nav #inner-wrap {
  left: 70%;
}

.csstransforms3d.csstransitions.js-ready #nav {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-ready #inner-wrap {
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.csstransforms3d.csstransitions.js-nav #inner-wrap {
  -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
}

.csstransforms3d.csstransitions.js-ready #nav .block {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
  transition: opacity 300ms 100ms ease, transform 500ms ease;
  -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.csstransforms3d.csstransitions.js-nav #nav .block {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mb-5{
  margin-bottom: 5px !important;
}
.mb-10{
  margin-bottom: 10px !important;
}
.mb-15{
  margin-bottom: 15px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}

.mt-5{
  margin-top: 5px !important;
}
.mt-10{
  margin-top: 10px !important;
}
.mt-15{
  margin-top: 15px !important;
}
.mt-20{
  margin-top: 20px !important;
}

.mr-5{
  margin-right: 5px !important;
}
.mr-10{
  margin-right: 10px !important;
}
.mr-15{
  margin-right: 15px !important;
}
.mr-20{
  margin-right: 20px !important;
}

.bx-viewport ul{
  margin: 0;
}

.clear{
  clear: both;
}

.gallery-list article img,
.prev-img img {
    border: 1px solid #CCCCCC;
    padding: 2px;
}

.alert-box.worning{
  background: #ecd61b;
  border-color: #ecd61b;
  color: #333;
}

.alert-box.worning .close{
  color: #333;
}

.alert-box i {
    float: left;
    overflow: hidden;
}

.icon-demo{
  border: 1px solid #666666;
  float: left;
  margin: 2px;
  padding: 3px 5px;
}

.blog-list article{
  margin-bottom: 20px;
}

.gallery-list article{
  text-align: center;
}

#map_canvas {
  width: 100%;
  height: 150px;
}

.date {
    color: #999999;
    font-size: 0.8em;
    margin-bottom: 15px;
}

.prev-img {
    margin-bottom: 15px;
}

#nav li ul {
    margin-left: 0;
}

footer {
    font-size: 0.8em;
}

.bx-wrapper .bx-next {
    right: 20px;
}

ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; 
}
ul.pagination li {
  height: 1.5em;
  color: #222222;
  font-size: 0.875em;
  margin-left: 0.3125em; 
}
ul.pagination li a {
  color: #999999;
  display: block;
  font-size: 1.2em;
  line-height: 1;
  padding: 0.5em 0.7em; 
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6; 
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999; 
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent; 
}
ul.pagination li.current a {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default; 
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #2ba6cb; 
}
ul.pagination li {
  float: left;
  display: block; 
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; 
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block; 
}

form .row label {
    margin-bottom: 10px;
}

form .desc {
    color: #888888;
    font-size: 0.85em;
    font-style: italic;
    margin: 10px 0 15px;
}

form.row-divider .row {
    border-bottom: 1px dashed #DDDDDD;
    margin-bottom: 15px;
}

form.row-divider .row:last-child{
  border: none;
}

form .desc i[class^="icon-"] {
    float: left;
    margin-right: 5px;
    overflow: hidden;
}

textarea{
  min-height: 150px;
  resize: vertical;
}

.alert input, 
.alert textarea, 
.alert select {
    background-color: rgba(238, 165, 62, 0.1);
    border-color: #EEA53E;
    margin-bottom: 0;
}

.alert > small, 
.alert small.error {
    background: none repeat scroll 0 0 #EEA53E;
    color: #FFFFFF;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 0;
    padding: 0.375em 0.25em;
}

.info input, 
.info textarea, 
.info select {
    background-color: rgba(44, 156, 196, 0.1);
    border-color: #2C9CC4;
    margin-bottom: 0;
}

.info > small, 
.info small.error {
    background: none repeat scroll 0 0 #2C9CC4;
    color: #FFFFFF;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 0;
    padding: 0.375em 0.25em;
}

.tweets ul,
.flickr-feeds ul{
  margin: 0;
  padding: 0;
}

.tweets li {
    border-bottom: 1px dashed #CCCCCC;
    line-height: 1.3;
    list-style: none outside none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tweets li:last-child{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.flickr-feeds > li {
    float: left;
    list-style: none outside none;
    text-align: center;
    margin-bottom: 10px;
}

.flickr-feeds.small-images > li {
    width: 25%;
}

.flickr-feeds.medium-images > li {
    width: 50%;
}

.flickr-feeds.big-images > li {
    width: 100%;
    float: none;
}

.mfp-close:hover,
.mfp-close:focus,
.mfp-arrow:hover, .mfp-arrow:focus {
    background: transparent;
}

.avatar-ico{
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: url("../img/ava.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: 1px solid #2A83ED;
    display: inline-block;
    height: 100px;
    opacity: 0.4;
    padding: 5px;
    width: 100px;
    margin-bottom: 15px;
}

.logo img{
    border: 1px solid #2A83ED;
    padding: 5px;
}

.info span {
    display: block;
    font-family: 'oslight',Arial,Tahoma,sans-serif;
    font-size: 1.5em;
    line-height: 2;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
}

.desc{
  margin-top: 15px;
  line-height: 1.4;
}

.account-info h1{
  text-align: center;
  margin: 15px 0;
}

@media only screen and (min-width: 768px) {

  .info span,
  .account-info h1{
    text-align: left;
  }

  .account-info h1{
    margin: 0 0 5px 0;
  }

  .info span{
    display: inline-block;
    margin-right: 15px;
  }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(40%, 0px, 0px) scale3d(1, 1, 1);
    -moz-transform: translate3d(40%, 0px, 0px) scale3d(1, 1, 1);
    -o-transform: translate3d(40%, 0px, 0px) scale3d(1, 1, 1);
    -ms-transform: translate3d(40%, 0px, 0px) scale3d(1, 1, 1);
    transform: translate3d(40%, 0px, 0px) scale3d(1, 1, 1);
  }
  .js-nav #inner-wrap {
      left: 40%;
  }
  .js-ready #nav {
      width: 40%;
  }
  #map_canvas {
    height: 300px;
  }
}

@media only screen and (min-width: 1024px) {
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(30%, 0px, 0px) scale3d(1, 1, 1);
    -moz-transform: translate3d(30%, 0px, 0px) scale3d(1, 1, 1);
    -o-transform: translate3d(30%, 0px, 0px) scale3d(1, 1, 1);
    -ms-transform: translate3d(30%, 0px, 0px) scale3d(1, 1, 1);
    transform: translate3d(30%, 0px, 0px) scale3d(1, 1, 1);
  }
  .js-nav #inner-wrap {
      left: 30%;
  }
  .js-ready #nav {
      width: 30%;
  }
}