/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@font-face {
  font-family: 'Montserrat Light';
  src: url('font/Montserrat-Light.otf')  format('opentype'),
}
@font-face {
  font-family: 'Montserrat Black';
  src: url('font/Montserrat-Black.otf')  format('opentype'),
}

body {
  overflow-y: scroll;
  font-family: 'Montserrat Light', sans-serif;
  font-size: 13px;
  color: #000000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
}
.container {
  /*max-width: none;
    width: 990px;*/
    max-width: 1230px;
    width: 100%;
}
.container.body-inner {
  background: #FFFFFF;
  padding: 20px 0 0;
}
.main-container.container{
  margin-top: 20px;
}
.front .main-container.container {
  margin-top: 0;
}
.main-container.container .col-sm-9 {
  padding: 0 15px 0 0;
  margin-top: 30px;
}
.front .main-container.container .col-sm-9 {
  margin-top: 40px;
}

/********* Register and Login *********/

.page-user-register #auth_box {
  padding: 50px 0;
  text-align: center;
}

/********* Maintenance Mode *********/

body.maintenance-page.in-maintenance {
  text-align: center;
  margin-top: 20px;
}

/********* Override *********/

body .nopadding {
  padding: 0;
}
body .nopadding.right {
  padding: 0 0 0 20px;
}
.col-sm-12 {
  padding: 0;
}
.row {
  margin: 0;
}
a, a:hover, a:focus {
  text-decoration: none;
  word-wrap: break-word;
}
a {
  color: #000000;
}
a:hover, a:focus {
  color: #CDD512;
}
h3 {
  font-size: 24px;
  margin: 10px 0;
}
img, iframe, li {
  max-width: 100%;
}
img {
  height: auto;
  margin: 0 auto;
}
ul {
  padding: 0;
  list-style: none;
}
.main-container .region-content li {
  background: url('../misc/Icons.png')no-repeat 0 -309px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.main-container .contextual-links li {
  background: transparent;
}
.main-container .nav-tabs li {
  background: transparent;
  padding: 0;
}
.tabs--primary a {
  color: #000000;
}
.container .form-text {
  height: 34px;
}
.container .btn, #edit-cancel, #edit-back {
  font-style: oblique;
  font-size: 16px;
  border-radius: 0 0;
  background: #CDD512;
  color: #000000;
  border: 0;
  text-decoration: none;
  padding: 6px 12px;
}
.container .btn {
  vertical-align: top;
}
.container .btn:hover, #edit-cancel:hover, #edit-back:hover {
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
}
.page-header, .block-title {
  color: #000000;
  text-transform: uppercase;
}
.page-header {
  padding: 0 0 20px 0;
}
.front .page-header {
  padding: 20px 0;
}
.block-title {
  margin-bottom: 20px;
  font-size: 25px;
  font-family: 'Montserrat Light', sans-serif;
}
.front .main-container .col-sm-9 .block-title, .front .column2 .block-title, .front .upper-footer .block-title {
  position: relative;
  z-index: 1;
}
.front .main-container .col-sm-9 .block-title:after, .front .column2 .block-title:after, .front .upper-footer .block-title:after  {
  content: '';
  border-top: 1px solid #CCD512;
  position: absolute;
  width: 99.5%;
  top: 50%;
  left: 0;
  display: inline-block;
  z-index: -1;
}

/*.front .main-container .block-title:after {
  content: '';
  border-top: 1px solid #CED515;
  display: inline-block;
  width: 42%;
  vertical-align: middle;
  margin-left: 15px;
}*/
.hidden {
  display: none;
}
.form-control {
  color: #111111;
}
.relative-pos {
  position: relative;
}
.search-menu .form-control::-webkit-input-placeholder {
    color: #000000;
}
.search-menu .form-control:-moz-placeholder {
    color: #000000;
}
.search-menu .form-control::-moz-placeholder {
    color: #000000;
}
.search-menu .form-control:-ms-input-placeholder {
    color: #000000;
}

/********* UPPER NAVIGATION *********/

.login-region {
  margin: 10px 0;
}
.login-items {
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.login-items div {
  float: left;
  display: inline-block;
}
.login-link {
  border-right: 2px solid #000000;
  padding-right: 1px;
}
.login-items a {
  padding: 10px 20px;
}
.login-items a:hover, .login-items a:focus {
  color: #FFFFFF;
  background: #000000;
}
.reg-link a {
  text-decoration: underline;
}
.register-link {
  margin-left: 1px;
}

/********* NAVIGATION *********/

.navbar-default .navbar-collapse {
  float: right;
}
.navbar-btn {
  margin-top: 0;
}
#navbar {
  height: 100%;
  background: url('../misc/extragreen_40q.jpg');
  background-size: 100% auto;
  border: 0;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  position: relative;
}
.navbar.container>.container {
  margin: 0 auto;
  padding: 20px 15px;
}
.front .navbar.container>.container {
  padding: 20px 15px 5px;
}
.navbar.container {
  margin-top: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: 0;
  box-shadow: none;
}

/********* GTRANSLATE *********/

.translation-region {
  position: absolute;
  top: 0;
  right: 0;
}
.translation-region .goog-te-gadget-simple {
  background-color: rgba(255,255,255,0.3);
  border: 0;
}
.goog-te-gadget {
  color: #000000;
}

/********* SITE NAME / LOGO / SLOGAN *********/

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand {
  padding: 0;
  height: auto;
}
.name h1 {
  margin: 0;
}
.navbar .logo {
  padding-right: 0;
}

/********* SUPERFISH *********/

.sf-menu.sf-style-default li, .sf-menu.sf-style-default li:hover, .sf-menu.sf-style-default li li, .sf-menu.sf-style-default li li li,
div.sf-accordion-toggle.sf-style-default a.sf-expanded, .sf-menu.sf-style-default.sf-accordion li.sf-expanded {
  background: transparent;
}
.sf-menu.sf-style-default li:last-child {
  border: 0;
}
#block-superfish-1 .sf-menu.sf-style-default a, #block-superfish-1 .sf-menu.sf-style-default a.sf-with-ul {
  color: #000000;
  text-transform: uppercase;
  padding: 10px 15px;
  text-align: left;
  border: 0;
}
#block-superfish-1 .sf-menu.sf-style-default a {
  color: #000000;
  font-size: 13px;
}
#block-superfish-1 .sf-menu.sf-style-default ul a.active {
  font-weight: 600;
  background-color: #E2EF70;
}
#block-superfish-1 .sf-menu.sf-style-default .menuparent.sfHover a:hover, 
#block-superfish-1 .sf-menu.sf-style-default .menuparent.sfHover > a {
  background-color: #E2EF70;
}
#block-superfish-1 .sf-menu.sf-style-default li.active-trail{
  background-color: #F0F990;
}
.sf-menu.sf-style-default ul {
  background: #FAFFCA;
}
.sf-menu.sf-style-default li:last-child ul {
  right: 0 !important;
}
/*#block-superfish-1 .sf-menu.sf-style-default ul a:hover {
  font-weight: 600;
}*/
.sf-menu.sf-style-default li.active-trail,
.sf-menu.sf-style-default li.active-trail:hover,
.sf-menu.sf-style-default li.sfHover,
.sf-menu.sf-style-default a:focus,
.sf-menu.sf-style-default a:hover,
.sf-menu.sf-style-default a:active {
  background: transparent;
}
.sf-depth-1 .sf-sub-indicator {
  display: none;
}
.sf-depth-2 .sf-sub-indicator {
  display: block;
}

/********* SUPERFISH SUBMENU *********/

.sf-vertical li:hover > ul, .sf-vertical li.sfHover > ul {
  left: 100%;
  background: #EDE7CD;
  width: 100% !important;
}

/********* SLIDESHOW *********/

.slideshow-region {
  position: relative;
}
.slideshow-region div.contextual-links-wrapper {
  z-index: 999999;
}
.slideshow-images {
  border-bottom: 15px solid #000000;
}
.slideshow-images .container {
  position: relative;
}
.slideshow-pos {
  position: absolute;
}
.slideshow-date {
  top: 0;
}
.slideshow-place {
  bottom: 20px;
}
.slideshow-sky {
  background: url('../misc/skyline.png') no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  max-width: 350px;
  height: 120px;
  bottom: 0;
  right: 15px;
}

/********* SLIDESHOW NAVIGATION *********/

.views-slideshow-controls-text-previous, 
.views-slideshow-controls-text-next {
  z-index: 111;
  position: absolute;
  top: 40%;
  width: 70px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
  text-indent: -999999px;
}
.views-slideshow-controls-text-pause {
  display: none;
}
.views-slideshow-controls-text-previous {
  left: 0px;
  /*background: url('../misc/slidenav01.png') no-repeat;
  background-size: cover;*/
}
.views-slideshow-controls-text-next {
  float: right;
  right: 0px;
  /*background: url('../misc/slidenav02.png') no-repeat;
  background-size: cover;*/
}

/********* EDIT LINKS *********/

.edit-content-link {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}
.edit-content-link a {
  padding: 10px;
  color: #FFFFFF;
  background: #FF0000;
  display: inline-block;
}

/********* PAGINATION *********/

.text-center {
  display: inline-block;
  width: 100%;
}
.pagination {
  clear: both;
  margin: 4% 0 0;
}
.pagination>li {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.main-container .region-content .pagination>li {
  background: transparent;
  padding-left: 0;
  margin-bottom: 0;
}
.pagination>li>a {
  display: block;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #CDD512;
  border-color: #CDD512;
  color: #000000;
}

/********* COLUMN 1 *********/


/********* Exhibitors *********/

.page-exhibitors .main-container.container {
  background: url('../misc/banner1.jpg') no-repeat;
  background-size: 100% 100%;
  margin: 0;
  width: 100%;
  max-width: none;
}
body.page-exhibitors {
  background: url('../misc/extragreen_40q.jpg');
  background-size: 100% auto;
  /*max-width: none;
  width: 100%;
  margin: 0;*/
}
.exhibitors-button {
  display: inline-block;
  text-align: center;
  padding-bottom: 4%;
  padding-top: 20%;
  width: 49%;
}
.exhibitors-button a {
  background: url('../misc/extragreen_40q.jpg');
  border: 4px solid #000000;
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
  font-size: 26px;
  padding: 20px;
}
.exhibitors-button a:hover, .exhibitors-button a:focus {
  color: #FFFFFF;
}
.not-front.page-exhibitors .footer {
  margin-top: 0;
}

/********* TOP BAR *********/

.exibit-visitors {
  padding: 40px 0;
  background: #ECEED8;
}
.counter-col {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.counters-list {
  display: inline-block;
  vertical-align: top;
  margin-left: 5%;
}
.counters-list:first-child {
  margin-left: 0;
}
.count-first-num {
  font-size: 45px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.count-after-first, .count-second {
  font-family: 'Montserrat Light', sans-serif;
}
.count-after-first {
  font-size: 20px;
}
.count-second {
  font-size: 15px;
}
.count-first-name {
  text-transform: uppercase;
  font-size: 18px;
}
.count-second.upper {
  text-transform: uppercase;
}
.counter-title h2 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.counter-link-items {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
}
.counter-links {
  display: inline-block;
  text-align: center;
  position: relative;
}
.counter-links:first-child {
  margin-right: 5%;
}
.counter-links a {
  width: 100%;
  padding: 20px 56px 20px 28px;
  background: #CDD512;
  display: inline-block;
}
.counter-links a:after {
  content: '';
  width: 22px;
  height: 16px;
  background: url('../misc/Icons.png')no-repeat 0 0;
  display: inline-block;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.counter-links a:hover {
  background: #000000;
  color: #FFFFFF;
}
.counter-links a:hover:after {
  content: '';
  background: url('../misc/Icons.png')no-repeat 0 -342px
}
.counter-title {
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.counter-sub {
  font-size: 20px;
}

/********* VISITORS PAGE *********/

.visitors-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  display: inline-block;
  width: 100%;
}
.visitors-item:last-child {
  padding-bottom: 0;
  border: 0;  
}
.visitors-body {
  margin-bottom: 20px;
}

/********* SEARCH BAR *********/

.secondary-bar {
  background: #CDD512;
  margin-top: 35px;
}
.secondary-bar a:hover {
  color: #FFFFFF;
}
.secondary-bar .block-title {
  margin: 0 0 20px;
  font-size: 30px;
}
.search-menu {
  margin: 20px 0;
  display: inline-block;
}
.search-menu .views-exposed-form #edit-search-wrapper {
  width: 100%;
}
.search-menu .views-exposed-form .views-exposed-widget, .search-menu .views-exposed-widgets {
  padding: 0;
  margin: 0;
}
.search-menu .views-exposed-widgets {
  position: relative;
}
.search-menu .form-group {
  position: relative;
}
.search-menu .form-control:focus {
  box-shadow: none;
}
.search-menu .views-submit-button {
  width: auto;
  position: absolute;
  right: 2px;
  float: left;
  top: 2px;
  padding: 0;
}
.search-menu .form-control {
  border: 1px solid #000000;
  background-color: transparent;
}
.container .search-menu .btn {
  background: url('../misc/Icons.png') no-repeat 5px -61px #000000;
  margin: 0;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 4px;
  text-indent: -999999px;
}

/********* SEARCH PAGE *********/

.search-items {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  display: inline-block;
  width: 100%;
}
.search-items:last-child {
  padding-bottom: 0;
  border: 0;
}
.search-body {
  margin-bottom: 20px;
}

/********* LATEST NEWS *********/

.bold-letters {
  display: inline-block;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.latest-items {
  margin-bottom: 20px;
}
.latest-body {
  margin-bottom: 20px;
}
.main-container .col-sm-9 .latest-items {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC; 
}
.latest-region .read-more-link a {
  border: 1px solid #000000;
}
.secondary-bar .latest-title a:before {
  content: '';
  width: 14px;
  height: 10px;
  background: url('../misc/Icons.png')no-repeat 0 -38px;
  display: inline-block;
  margin-right: 15px;
}
.secondary-bar .latest-title a:hover:before {
  content: '';
  background: url('../misc/Icons.png')no-repeat 0 -379px;
}
.read-more-link a:hover, .read-more-link a:focus {
  background: #000000;
  color: #FFFFFF;
}
.read-more-link a:after {
  content: '';
  width: 14px;
  height: 10px;
  background: url('../misc/Icons.png')no-repeat 0 -38px;
  display: inline-block;
  margin-left: 5px;
}
.read-more-link a:hover:after, .read-more-link a:focus:after {
  content: '';
  background: url('../misc/Icons.png')no-repeat 0 -379px;
}
.main-container .col-sm-9 .read-more-link a:after {
  margin: 0 5px;
}

/********* ADVERTISEMENT *********/

.advertisement-items {
  margin-bottom: 20px;
}
.advertisement-items img {
  border: 1px solid #CCCCCC;
}
.advertisement-items:last-child {
  margin-bottom: 0;
}
.views-slideshow-cycle-main-frame {
  margin: 0 auto;
}
.views-slideshow-cycle2-main-frame-row {
  width: 100%;
}

/********* RSS FEEDS *********/

.rss-items {
  margin-bottom: 20px;
}
.rss-items:last-child {
  margin-bottom: 0;
}
.rss-title {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.rss-body {
  margin-top: 10px;
}
/*.secondary-bar .rss-region .block-title:last-word {
  display: inline-block;
  font-weight: 600;
  font-family: 'Montserrat',sans-serif;
}*/
.rss-region li {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Montserrat',sans-serif;
}
.rss-region .more-link a {
  border: 1px solid #000000;
  padding: 5px 10px;
  text-transform: uppercase;
}
.rss-region .more-link a:hover, .rss-region .more-link a:focus {
  background: #000000;
  color: #FFFFFF;
}
.rss-region .more-link {
  float: right;
}
.rss-region .more-link a:after {
  content: '';
  width: 14px;
  height: 10px;
  background: url('../misc/Icons.png') no-repeat 0 -38px;
  display: inline-block;
  margin-left: 5px;
}
.rss-region .more-link a:hover:after, .rss-region .more-link a:focus:after {
  content: '';
  background: url('../misc/Icons.png')no-repeat 0 -379px;
}

/********* PRODUCTS *********/

.outer-tilte {
  display: inline-block;
  background: #FFFFFF;
  padding-right: 15px;
}
.colored-title {
  font-weight: 600;
  color: #CDD512;
  display: inline-block;
}
.products-list ul {
  clear: both;
  display: inline-block;
  width: 100%;
}
.products-list li {
  width: 33.333%;
  float: left;
  padding-right: 20px;
}

/********* HIGHLIGHTS *********/

.maincontainer-region {
  margin-bottom: 30px;
}
.highlight-items {
  clear: both;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.highlight-items:last-child {
  margin-bottom: 0;
}
.highlight-body-text {
  float: left;
  width: 90%;
  padding-left: 3%;
}
.highlight-title a {
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}

/********* VIDEO *********/

.video-link iframe {
  width: 100%;
  min-height: 486px;
}
.video-title a {
  font-weight: 600;
  font-size: 17px;
  margin: 20px 0 10px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.page-node .player {
  text-align: center;
}
.page-node .field-name-field-video-link {
  margin-bottom: 20px;
}

/********* COLUMN 2 *********/

.column2 {
  margin-top: 20px;
}

/********* GALLERY *********/


.gallery-items {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
/*.gallery-region .gallery-items, .gallery-page-items .field-item, .gallery-items li {
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-bottom: 30px;
}*/
.gallery-page-items .field-item {
  margin-bottom: 20px;
}/*
.gallery-region .gallery-items:nth-child(3n+1), .gallery-page-items .field-item:nth-child(3n+1), .gallery-items li:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}*/
.gallery-region .view-footer {
  clear: both;
}
.read-more-link {
  float: right;
}
.gallery-region .read-more-link {
  float: left;
}
.main-container .region-content .gallery-items ul li {
  list-style: none;
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}
.read-more-link a {
  background: #CDD512;
  padding: 5px 10px;
  text-transform: uppercase;
}

/********* SPONSORS PAGE *********/

.sponsor-items, .sponsor-items-ul li, .sponsor-page-items .field-item {
  margin-bottom: 20px;
}
.sponsor-items:nth-child(6n+1), .sponsor-items-ul li:nth-child(6n+1), .sponsor-page-items .field-item:nth-child(6n+1) {
  clear: both;
}
.not-front .page-node .sponsor-images {
  display: inline-block;
}
.sponsor-title {
  text-align: center;
}

/********* SPONSORS *********/

.sponsor-items, .sponsor-items-ul li, .sponsor-page-items .field-item {
  float: left;
  width: 15.8%;
  margin-left: 1%;
}
.sponsor-items:first-child, .sponsor-items-ul li:first-child, .sponsor-page-items .field-item:first-child {
  margin-left: 0;
}
.sponsor-items-ul ul {
  display: inline-block;
  width: 100%;
  clear: both;
}
.main-container .region-content .sponsor-items-ul li {
  background: none;
  padding-left: 0;
  margin-bottom: 20px;
}

/********* ORGANIZERS *********/

.organizer-items {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
}
.organizer-items:last-child {
  border: 0;
}
.front .organizer-items {
  border: 0;
}
/*.front .organizer-items {
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.front .organizer-items img {
  margin-right: 0;
}
.front .organizer-items:first-child img {
  margin: 0;
}
.front .organizer-items:first-child {
  margin-left: 0;
  clear: both;
}*/

/********* BOOK YOUR STAND *********/

.vej_radio .form-type-radio {
  display: inline-block;
  width: 33%;
}
.vej_fieldset {
  background: transparent;
  box-shadow: none;
  /*border: 0;*/
}
.vej_fieldset.panel-default>.panel-heading {
  border: 0;
  font-weight: 600;
  background: #EEEEEE;
}
.vej_fieldset.collapsed.panel-default>.panel-heading {
  background: #CCCCCC;
}
.vej_fieldset .panel-body {
  /*padding: 10px 0 0;*/
}
.field-name-field-pdf {
  margin: 20px 0;
}

/********* FIELDS *********/

.views-row {
  clear: both;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.views-row:first-child {
  margin-top: 0;
}
.field-name-field-map {
  margin-top: 20px;  
}
.field-name-field-image {
  margin-bottom: 20px;
}

/********* EVENTS *********/

.node-type-events .field-name-field-image {
  margin-bottom: 20px;
  padding-right: 20px;
  display: inline-block;
  width: 100%;
}
.node-type-events .field-name-body {
  display: inline-block;
  vertical-align: top;
}

/********* PRESS RELEASE *********/

.press-items {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  display: inline-block;
}
.press-items:last-child {
  padding-bottom: 0;
  border: 0;
}
.post-date {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 11px;
}
.press-body {
  margin-bottom: 20px;
}

/********* ORDER YOUR VISITOR BADGE *********/

.contact-fieldset.panel-default {
  background: transparent;
  box-shadow: none;
}
.contact-fieldset.panel-default>.panel-heading {
  border: 0;
  font-weight: 600;
  background: #EEEEEE;
}
.webform-component select {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.webform-component .form-type-checkbox {
  display: inline-block;
  vertical-align: top;
}

/********* Contact Form *********/

.webform-client-form {
  margin-top: 20px;
}
.group-middle {
  float: none;
  margin: 2% auto;
}
.group-left .webform-component {
  margin-bottom: 3%;
}
.group-left .webform-component-textarea label {
  width: 100%;
  display: block;
}
.group-left {
  padding-left: 0;  
}
.group-right {
  padding-right: 0;
}
.group-left, .group-right {
  margin-bottom: 6%;
  margin-top: 2%;
}
.group-left .field-name-field-body {
  padding: 0 3%;
  text-align: justify;
}
.node-type-webform .group-left .field-name-field-body {
  padding: 0;
}
.group-left .form-required {
  color: #B74C37;
}
.group-left .form-item label {
  float: left;
  margin: 0;
}
body .form-text {
  width: 100%;
  height: 38px;
}
.group-left .field-item.even p {
  margin-bottom: 0;
  text-align: left;
}
.group-left .form-textarea-wrapper textarea {
  width: 100%;
}
textarea#edit-submitted-message {
  resize: none;
}
.group-left .webform-submit {
  max-width: 100%;
  width: 25%;
  min-width: 120px;
  display: block;
  padding: 8px 0;
  margin: 12px 0;
  font-size: 18px;
  border-radius: 4px;
  text-decoration: none;
}
.captcha {
  display: inline-block;
  width: 100%;
  min-width: 70%;
  margin-right: 1%;
}
.captcha img {
  height: auto;
  width: initial;
  vertical-align: bottom;
  display: inline-block;
}
.captcha, .form-actions {
  vertical-align: middle;
}
.form-item-captcha-response {
  display: inline-block;
  width: 84%;
  float: right;
  vertical-align: bottom;
  padding-left: 2%;
}
.group-left .form-item-captcha-response .control-label {
  width: 100%;
}
.form-item-captcha-response .form-control {
  display: block;
  width: 100%;
}
.form-actions {
  clear: none;
  width: 20%;
  display: inline-block;
  margin-top: 3%;
}
.not-logged-in button.webform-submit {
  margin: 10px 0;
}
.gmap-map {
  width: 100%!important;
}
.geo {
  display: none;
}

/********* FOOTER *********/

.footer {
  margin: 0;
  border-top: 0;
  padding: 0;
}
.region-footer {
  position: relative;
}
.upper-footer {
  background: #ECEED8;
  padding: 40px 20px;
}
.footer section div {
  padding: 0;
}
.footer .outer-tilte {
  background: #ECEED8;
  padding-right: 15px;
}

/******* LOWER FOOTER *******/

.lower-footer {
  background: #CDD512;
  padding: 40px 20px 0;
}
.lower-footer .nav>li {
  float: left;
  width: 16.66%;
  padding-left: 1%;
}
.lower-footer .nav>li.first {
  padding-left: 0;
}
.lower-footer .nav>li>a {
  padding-left: 0;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat Black', sans-serif;
}
.lower-footer .dropdown-menu>.active>a {
  background: transparent;
  color: #000000;
  font-weight: 600;
}
.lower-footer .nav>li>a:hover, .lower-footer .dropdown-menu>li>a:hover,
.lower-footer .nav>li>a:focus, .lower-footer .dropdown-menu>li>a:focus {
  background: transparent;
  color: #000000;
}
.lower-footer .dropdown-menu>li>a:hover, .lower-footer .dropdown-menu>li>a:focus {
  text-decoration: underline;
  color: #FFFFFF;
}
.lower-footer .dropdown-menu {
  border: 0;
  width: 100%;
  box-shadow: none;
  position: relative;
  display: inline-block;
  background: transparent;
}
.lower-footer .dropdown-menu>li>a {
  padding-left: 0;
  color: #000000;
  white-space: initial;
}
.social-region .view-content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.social-items {
  display: inline-block;
}
.social-links a {
  text-indent: -999999px;
  display: inline-block;
}
.social-items a {
  width: 54px;
  height: 53px;
}
.social-items a:hover, .social-items a:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.social-items:first-child a {
  background: url('../misc/Icons.png') no-repeat 0 -104px;
}
.social-items:nth-child(2) a {
  background: url('../misc/Icons.png') no-repeat 0 -174px;
}
.social-items:last-child a {
  background: url('../misc/Icons.png') no-repeat 0 -244px;
}
.copyright-region:after {
  content: '';
  background: url('../misc/skyline.png') no-repeat;
}
.developed, .developed a {
  text-align: center;
  padding-right: 0;
  font-size: 12px;
  color: #DBE21C;
}
.developed a:hover {
  text-decoration: none;
}
.copyright {
  padding-left: 0;
}
.copyright p {
  text-align: center;
  margin-right: 1%;
  color: #000000;
}

/******* TUT Footer *******/

html {
  position: relative;
  min-height: 100%;
}
body {
  /*padding: 0 0 382px;
  padding: 0 0 38px;*/
  position: static;
}
body.not-front {
  /*padding: 0 0 60px;*/
}
.footer {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
}
.not-front .footer {
  /*position: absolute;*/
 margin-top: 40px;
}