/* 
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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; }

html {
  font-size: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

/*styles for contact and articles*/
.container.detail,
.container.contact {
  padding: 0;
  background: white;
  padding-top: 100px;
  margin-top: 50px; }

.art-title {
  color: black;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  font-family: PT Serif;
  margin-top: 65px;
  margin-bottom: 10px; }

.art-meta {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  font-family: PT Sans; }
  .art-meta a {
    color: #7f62aa;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .art-meta a:hover {
    color: black; }

.art-perex {
  font-family: PT Serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: black;
  margin-top: 30px;
  margin-bottom: 30px; }

.art-text-default {
  font-family: PT Sans;
  font-size: 18px;
  line-height: 29px;
  color: #3f3f3f;
  margin-top: 20px; }
  .art-text-default a {
    color: #7f62aa;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .art-text-default a:hover {
    color: #3f3f3f;
    text-decoration: underline; }

.art-sub-heading {
  font-size: 24px;
  font-family: PT Sans;
  color: black;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px; }

.art-citate {
  color: #7f62aa;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  font-family: PT Serif;
  padding: 18px 20px;
  border-left: 2px solid #7f62aa; }

.pic-desc {
  font-size: 14px;
  font-style: italic;
  font-family: PT Sans;
  color: #666666;
  text-align: right; }

.pic-default {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: right;
  line-height: 13px; }

.pic-featured {
  text-align: right;
  line-height: 13px; }

/*contact*/
.container.contact {
  padding-bottom: 80px; }
  .container.contact .panel {
    /*border: 0px solid transparent;*/
    -webkit-box-shadow: unset;
    box-shadow: unset; }
  .container.contact .panel-body {
    margin-top: -30px; }
  .container.contact h3 {
    color: #7f62aa; }
  .container.contact .sidebar {
    padding-top: 80px; }
  .container.contact .left-content {
    padding-left: 15px;
    padding-right: 15px; }

@media only screen and (min-width: 1300px) {
  .container.detail,
  .container.contact {
    width: 1300px; } }
@media only screen and (min-width: 992px) {
  /*.two-columns-text {
    columns: 2;
    column-gap: 30px; }*/
  .container.detail,
  .container.contact {
    padding-top: 100px; } }
@media only screen and (max-width: 991px) {
  .container.detail,
  .container.contact {
    padding-top: 20px; } }
@media only screen and (max-width: 479px) {
  .container.detail,
  .container.contact {
    padding-top: 0;
    margin-top: -25px; } }
/*Top panel
---------------------------------------------------------------*/
.top-panel-left-link {
  font-weight: bold; }

.top-panel-wrap {
  height: 35px;
  /*overflow: hidden;*/
  /*1px donate button moving down fix*/
  background-color: #f3f3f3; }

.navbar-nav > li {
  float: left; }

.navbar-nav > li > a {
  line-height: 34px;
  padding-top: 0;
  padding-bottom: 0; }

.top-panel {
  font: 12px/35px PT Sans;
  color: #666666;
  max-width: 1300px;
  margin: 0 auto;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .top-panel .navbar {
    min-height: 35px; }
  .top-panel .navbar-nav {
    margin: 0; }
  .top-panel .navbar-collapse {
    float: right;
    padding: 0;
    border: 0; }
  .top-panel .navbar-nav .dropdown-menu {
    padding: 10px;
    border-radius: 0;
    background-color: #f3f3f3;
    z-index: 999999; }
  .top-panel .navbar-nav .dropdown-toggle:after {
    content: "\f107";
    font-family: "FontAwesome"; }
  .top-panel .navbar-nav .dropdown-item {
    display: block; }
  .top-panel .navbar-nav .nav-item:not(.socials):after {
    content: "|"; }
  .top-panel .navbar-nav .nav-item .nav-link {
    padding-right: 12px; }
  .top-panel a {
    color: #666666; }
  .top-panel a:hover:not(.socials) {
    text-decoration: underline; }
  .top-panel ul li {
    list-style-type: none; }
  .top-panel .socials {
    font-size: 18px;
    margin-right: 10px; }
  .top-panel .socials:last-child {
    margin-right: 0; }

.nav-item {
  margin-right: 12px; }

@media only screen and (max-width: 1200px) {
  .navbar {
    padding: 0 30px; } }
@media only screen and (min-width: 1200px) {
  .top-panel .navbar-toggler {
    display: none; }

  .top-panel .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .top-panel .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
@media only screen and (max-width: 1199px) {
  .top-panel .navbar-collapse.collapse {
    display: none !important; }

  .top-panel .navbar-collapse.collapse.in {
    display: block !important; }

  .top-panel .navbar-collapse .nav-item {
    height: 0;
    overflow: hidden;
    display: none; }

  #mainnav-mobi ul .nav-item a, #mainnav-mobi ul .lang-select a, .lang-select a .btn-submenu:before {
    color: #666666;
    font-size: 80%; } }
/* Header 
-------------------------------------------------------------- */
#header {
  width: 100%;
  z-index: 9999999999; }

.header {
  background-color: #fff; }

.header-solid .header-wrap {
  background-color: #fff;
  height: 67px; }

.header .header-wrap {
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }

.header .header-wrap .logo {
  height: 67px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  margin: 0 135px 0 0;
  /*155px*/ }
  .header .header-wrap .logo img {
    max-height: 67px; }

.header .header-wrap .nav-wrap {
  float: left; }

.header .header-wrap ul.flat-socials {
  float: left;
  list-style-type: none; }

.header .header-wrap ul.flat-socials li {
  float: left; }

.header .header-wrap ul.flat-socials li a:not(.btn-lg) {
  font-size: 18px;
  line-height: 67px;
  color: #ddd;
  padding-right: 22px; }

.header .header-wrap ul li a:not(.btn-lg):hover {
  color: #999; }

.header .header-wrap .flat-information {
  float: right; }

.show-search {
  /*float: right;
  margin-left: 35px;*/ }

.show-search a {
  line-height: 67px;
  position: relative;
  text-decoration: none; }

.show-search a span {
  font-size: 18px;
  color: #6f6f6f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.show-search a span:hover {
  color: #7f62aa; }

/* Header Fix */
.header.is-sticky {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 500;
  width: 100%;
  box-shadow: 0px 1px 2px 0 #b5b5b5;
  /*padding: 0 40px;*/ }

.header-projects .header:not(.is-sticky) {
  background-color: transparent;
}
.header-projects .header:not(.is-sticky) .top-panel-wrap {
  background-color: transparent;
}
.header-projects .header:not(.is-sticky) .header-wrap {
  background-color: transparent;
}
.header-projects .sticky-wrapper:not(.is-sticky) + .tp-banner-container {
  margin-top: -102px;
  position: unset;
}

.admin-bar .header.is-sticky {
  /*top: 32px !important;*/
}

.header.is-sticky .top-panel-wrap {
 /* height: 0;*/
 /* -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;*/
  overflow: hidden; }

/* navigation */
.nav-wrap {
  position: relative; }

#mainnav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#mainnav ul.submenu li a.cool-link,
#mainnav ul li {
  position: relative; }

/*#mainnav > ul > li:after {
	position: absolute;
    bottom: 30px;
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #ffd71a;
    transition: width .3s;
}*/
/*#mainnav ul li.home:after {
	position: absolute;
    width: 18px;
}*/
/*#mainnav > ul > li:hover::after {
    width: 18px;
    transition: width .3s;
}*/
#mainnav > ul > li {
  display: inline-block; }

#mainnav > ul > li > a {
  display: block;
  font-family: PT Sans;
  font-weight: bold;
  font-size: 0.8rem;
  color: #3f3f3f;
  text-decoration: none;
  line-height: 67px;
  padding: 0 21px 0 0;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#mainnav ul li:last-child a {
  padding: 0 0px 0 0; }

/* submenu */
#mainnav ul.submenu {
  position: absolute;
  left: 20px;
  margin-top: 40px;
  padding: 0 25px;
  top: 100%;
  width: 345px;
  background-color: #ffffff;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* right sub-menu */
#mainnav ul.right-sub-menu {
  left: auto;
  right: 0; }

/* third level navigation math:
    left: calc( 100% + 30px );
    top: calc( 100% + -92px ) !important;
*/
/*
    arrow-up in the middle submenu = 0% - ((submenuWidth-30)/2) - (liItem/2) = 173 - (65-30)/2 = 173 - 17 = 156
*/
#mainnav ul li.show-sub > ul.submenu {
  top: 100%;
  left: calc(25% - 173px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  margin-top: 40px;
  padding: 0 25px; }

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

#mainnav ul.submenu li ul {
  position: absolute;
  left: 360px;
  top: 0 !important; }

#mainnav ul.submenu > li {
  border-top: 1px solid #ebebeb; }

#mainnav ul.submenu > li.sub-parent:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  right: 25px;
  top: 11px;
  color: #999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#mainnav ul.submenu li:first-child {
  border-top: none; }

#mainnav ul.submenu > li > a {
  display: block;
  font-family: PT Sans;
  font-weight: bold;
  letter-spacing: initial;
  font-size: 14px;
  color: #3f3f3f;
  text-decoration: none;
  padding: 0 0 0 2px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#mainnav ul.submenu > li > a:hover {
  background-color: #ffffff;
  color: #7f62aa; }

#mainnav ul.submenu > li.sub-parent:hover::after {
  right: 18px; }

#mainnav .menu .has-sub:hover:before,
#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
  color: #7f62aa; }

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  background-color: #222222;
  z-index: 1000; }

#mainnav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

#mainnav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: left;
  border-top: 1px solid #333333;
  cursor: pointer; }

#mainnav-mobi ul > li > a {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0 10px 0 30px;
  color: #fff; }

#mainnav-mobi ul.submenu {
  top: 100%;
  left: 0;
  z-index: 2000;
  position: relative;
  /*background-color: #333333;*/ }

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
  position: relative;
  border-top: 1px solid #333333; }

#mainnav-mobi > ul > li > ul > li > ul > li a {
  /*padding-left: 70px !important;*/ }

#mainnav-mobi ul.submenu > li > a {
  /*display: block;*/
  text-decoration: none;
  padding: 0 10px 0 50px;
  border-top-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#mainnav-mobi ul.submenu > li > ul.submenu > li > a {
  padding: 0 10px 0 80px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#mainnav-mobi > ul > li > ul > li:first-child a {
  border-top: none; }

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
  color: #fff; }

.btn-menu {
  display: none;
  float: right;
  position: relative;
  background: transparent;
  cursor: pointer;
  margin: 25px 25px 25px 25px;
  width: 26px;
  height: 16px;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s; }

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
  background-color: #7f62aa;
  -webkit-transition: all ease .238s;
  -moz-transition: all ease .238s;
  transition: all ease .238s; }

.btn-menu:before,
.btn-menu:after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.btn-menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%; }

.btn-menu:before {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0); }

.btn-menu:after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0); }

.btn-menu.active span {
  opacity: 0; }

.btn-menu.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }

.btn-menu.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

.btn-submenu {
  /* position: absolute;
   right: 20px;
   top: 0;*/
  font: 20px/50px 'FontAwesome';
  text-align: center;
  cursor: pointer;
  width: 70px;
  height: 44px; }

a .btn-submenu:before {
  content: "\f107";
  color: #fff;
  font-size: 80%; }

a.active .btn-submenu:before {
  content: "\f106";
  /*content: "\f107";*/ }

.btn-menu {
  display: none; }

/* Widget search */
.top-search {
  position: absolute;
  width: 300px;
  right: 0;
  top: 100px;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.top-search input[type="search"] {
  background-color: #fff; }

.top-search.show {
  top: 100px;
  opacity: 1;
  z-index: 9999; }

.widget.widget_search .search-form {
  position: relative; }

.widget.widget_search .search-form .search-field {
  width: 100%; }

.widget.widget_search .search-form .search-submit {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 11px;
  padding: 0;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30); }

.widget.widget_search .search-form .search-submit:hover {
  background-color: transparent;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100); }

.widget.widget_search .search-form input[type="submit"] {
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  display: inline-block;
  font-weight: bold;
  font-size: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

#mainnav-mobi .menu .big_btn a {
    padding: 10px 30px 10px 30px;
    height: 70px;
    line-height: 40px;
    width: 100%;
    background-image: unset;
    background-color: #7f62aa;
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1366px) {
  .header .header-wrap .logo {
    margin: 0 30px 0 30px; }

  #mainnav > ul > li > a {
    padding-right: 18px; }

  .header.upscrolled .header-wrap .logo {
    margin: 35px 155px 0 30px; } }
@media only screen and (min-width: 1200px) {
  /* #mainnav > .menu > .has-sub > a  { color:yellow; }*/
  #mainnav-mobi {
    position: fixed;
    top: 102px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

  .has-sub > a > .btn-submenu:before {
    position: relative;
    top: 2px; }

  .submenu .has-sub > a > .btn-submenu:before {
    content: '\f105';
    float: right;
    width: 50px; }

  a .btn-submenu:before {
    color: inherit; }

  .has-sub ul.submenu:before {
    content: "\f0d8";
    position: absolute;
    top: -25px;
    font-family: FontAwesome;
    color: white;
    font-size: 40px;
    left: calc( 50% - 11px ); }

  .widget.widget_search .search-form {
    position: static; }

  .flat-search {
    z-index: 99999; }

  .flat-search.red > span {
    color: #7f62aa; }

  .top-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url(../img/search-bg.jpg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0; }

  .top-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    background: transparent;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none; }

  .top-search.show {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    top: 0; } }
/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
  .flat-information {
    /*display: none;*/ }

  .btn-menu {
    display: block; }

  .header .header-wrap .nav-wrap {
    float: right; }

  .flat-search {
    display: none; }

  .top-search {
    opacity: 1;
    position: static;
    padding: 0 30px;
    width: 100%;
    line-height: 45px;
    font-size: 80%; }

  .top-search input[type="search"] {
    margin: 10px 0;
    padding-left: 10px;
    border: 0;
    border: 1px solid grey;
    background-color: rgba(255, 255, 255, 0.1);
    color: grey;
    font-style: italic;
    border-radius: 0; } }
/* Smaller than standard 992 */
/* Tablet Landscape
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* Tablet Portrait Size */
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
  .flat-information .btn-lg {
    /*display: none;*/
    padding: 0.5rem 0.5rem;
    font-size: 0.45rem;
    line-height: 0.95;
    margin-top: 15px; } }
/* Mobile Landscape Size */
/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
  .flat-information .btn-lg {
    display: none;
  }
  html body #header .btn-lg {
    padding: 0.3rem 0.5rem;
    font-size: 0.65rem;
    line-height: 0.95;
    width:100%;
  }
  .top-search {
    padding: 0 20px; }

  #mainnav-mobi ul > li > a {
    padding: 0 10px 0 20px; }

  .header .header-wrap .logo {
    line-height: 0; }

  .header .header-wrap .logo {
    margin: 0 15px; }

  .btn-menu {
    line-height: 27px;
    margin: 25px 20px;
    width: 23px; }

  .navbar {
    padding-left: 5px;
    padding-right: 5px; }

  .navbar-nav {
    display: none; } }

/*# sourceMappingURL=org-header.css.map */