/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(../css/app.css);
@import url(../css/blocks.css);

/*Import CSS Plugins*/
@import url(../css/plugins/style-switcher.css);

* {
  border-radius: 0;
}

body {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  font-family: Roboto, "Noto Sans TC", "Noto Sans SC";
  letter-spacing: 0.5pt;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
  padding-top: 135px;
}

@media (max-width: 991px) {
  body.header-fixed-space,
  body.header-fixed-space-v2 {
    padding-top: 0;
  }
}

p,
li,
li a,
label {
  color: #222;
  letter-spacing: 0.5pt;
}

a {
  color: #72c02c;
  text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
  outline: 0 !important;
}

a:focus {
  text-decoration: none;
}
a:hover {
  color: #72c02c;
  text-decoration: none;
}

/*Boxed Layout

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  
}
------------------------------------*/
.wrapper {
  background: #fff;
}

.boxed-layout {
  padding: 0;

  margin-left: auto !important;
  margin-right: auto !important;
}
.boxed-footer6 {
  border-top: 1px solid #bbbbbb;
  padding-top: 20px;
  margin-bottom: 20px;
}
.boxed-footer6-copyright {
  border-top: 2px solid #ff6600;
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 8pt;
}
/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}
p {
  padding-left: 5px;
}

.exhibitionone {
  display: flex;
  flex-wrap: wrap;
}
.area {
  padding-left: 5px;
  color: #222;
  letter-spacing: 0.5pt;
}
.picture {
  margin-top: 25px;
}
.exhibitionone span:not(:first-of-type){
	margin-left: 3px;
  }