/*

  Theme Name: Hati
  Theme Owner: alaja
  Theme URI: http://themeforest.net/user/alaja/portfolio
  Description: Hati
  Author: Alaja web solutions co.
  Author URI: http://alaja.info/about
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Version: 0.2
  Web: http://alaja.info/about

  Provided by Alaja web solutions for ThemeForest.net
  All files, unless otherwise stated, are released 
  under the GNU General Public License version 3.0
  http://www.gnu.org/licenses/gpl-3.0.html

  ---

  0.  CSS Normalize
  1.  Layout
  2.  Typo
  3.  Portfolio
  4.  Contact
  5.  UI Elements: buttons, columns etc.
  6.  Media Elements: slides, video
  7.  Media Queries & Responsiveness

*/
/*--------------------------------------------------------------------------
  0.  CSS Normalize - http://necolas.github.com/normalize.css
/*------------------------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{
	font-weight: bold;
	text-align: center;
}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.group:before,.group:after{content:'';display:table}.group:after{clear:both}
/*--------------------------------------------------------------------------
  1.  Layout
/*------------------------------------------------------------------------*/
html,
body {
  background: #FFFFFF;
  color: #7d7672;
  height: 100%;
  width: 100%;
}
body {
  font: 12px/20px 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;
}
.wrap {
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
}
.wrap#foot {
  background: none;
}
footer ul {
	list-style: none;
}
footer .center {
	text-align:center;
}
ol.slides,
.fullwrap {
  margin: 0 auto;
  max-width: 1280px;
}
#head {
  margin-top: 20px;
  padding-top: 20px;
}
.menu.list,
#main .list {
  list-style: none;
  margin: 0;
  padding: 20px 0px 0px;
}
.menu.list>li,
#main .list>li {
  margin: 0;
}
.menu.list>li,
#main .list>li {
  line-height: 2em;
}
a {
  color: #1c1a19;
  outline: none;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}
.active a,
a:hover {
  color: #373432;
  background: #E4DFD1;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
}
#main {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  background-repeat: no-repeat;
  background-position: top right;
}
#main.post {
  padding-top: 40px;
  padding-bottom: 20px;
}
#main.nopad {
  padding-top: 20px;
}
#main .message {
	color: #373432;
  	border-left: 5px solid #606664;
  	font-weight: 500;
  	margin: 15% 0 0;
  	padding: 10px 0 10px 30px;
	line-height: 3em;
}
#main .rose {
	color: #373432;
  	border-left: 5px solid #606664;
  	font-weight: 500;
  	margin: 30% 0 0;
  	padding: 10px 0 10px 30px;
	line-height: 3em;
}

#foot {
  padding-top: 40px;
  padding-bottom: 30px;
}
#foot .logo {
  margin-bottom: 1em;
}
#foot h4 {
  letter-spacing: 1px;
  margin-bottom: 1.63em;
  margin-top: 0.5em;
  text-transform: uppercase;
}
.kiji {
	margin: 20px 0px;
}
.shop {
	width: 90%;
	padding-left:5%;
}
.shop h3 {
	text-align:center;
}
.kiji h4 {
	border: solid 1px #cfccca;
  border-width: 1px 0 0;
  padding: 1em 0;
  font-size:1.5em;
  margin-bottom: 1.63em;
}
.kiji .note h2 {
	border: solid 1px #cfccca;
  border-width: 1px 0 0;
  padding: 1em 0;
  font-size:1.3em;
  margin-bottom: 1.63em;
  color: #C79676;
}
.kiji p {
	line-height: 1.8;
	padding: 10px 0px;
}
.kiji .button.ab {
	position:absolute;
	right: 0px;
}
.kiji dl {
width: 100%; /* 新着リストの幅 */
margin: 20px 0px;
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}

.kiji dt {
width: 3em; /* 日付エリアの幅 */
padding: 5px 0.5em;
clear: left;
float: left;
font-weight:600;
}
.kiji dd {
margin-left: 0;
padding: 5px 0.5em 5px 5em;
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
}
.kiji ul {
	list-style: none;
	padding: 30px 0px 0px;
}


.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clear.fat {
  padding-top: 20px;
}
#logo h1 {
  margin: 60px 0px 0px;
}
#logo a {
  display: inline-block;
}
#logo a:hover {
  background: none;
}
.content {
  position: relative;
}
.content .columned {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px;
}
.content img.pad {
  padding-top: 20px;
}
.content img {
	width: 70%;
	align-content:center;
	padding-left:15%;
}
.content .wp-caption {
  position: relative;
}
.content .wp-caption:hover .wp-caption-text {
  opacity: 0.88;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=88);
  filter: alpha(opacity=88);
}
.content .wp-caption .wp-caption-text {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1c1a19;
  background: rgba(28,26,25,0.88);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.35);
  box-shadow: 0 0 1px rgba(255,255,255,0.35);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin: 0 0 0.5em;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  padding: 10px 20px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 31.914%;
}
.content .wp-caption .wp-caption-text:hover {
  opacity: 0.99;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
  filter: alpha(opacity=99);
}
.content .pull-right,
.content .pull-left {
  position: relative;
  margin-bottom: 20px;
}
.content .pull-right {
  margin-right: -52.128%;
}
.content .pull-left {
  margin-left: -52.128%;
}
.content .note {
  background: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #373432;
  padding: 15px 60px 10px 20px;
}
.content .note.pull-left,
.content .note.pull-right {
  position: absolute;
  width: 48.8%;
}
.content .note.pull-right {
  right: 0;
}
.content .note.pull-left {
  left: 0;
}
.content .note.dark {
  background: #1c1a19;
  background: rgba(28,26,25,0.9);
  color: #fff;
}
.content .note.dark a {
  color: #fff;
}
.content .note.dark a:hover {
  background: #373432;
}
.content .note.light {
  background: none;
  border: solid #cfccca;
  border-width: 1px 0 0;
}
.content .note.light.pull-left {
  padding-left: 0;
}
.content .note.light.pull-right {
  padding-right: 0;
}
.content .note.full {
  padding-right: 20px;
}
.content .note p {
  margin-bottom: 5px;
}
.content .note p:first-child strong {
  text-transform: uppercase;
}
/*--------------------------------------------------------------------------
  2.  Typo
/*------------------------------------------------------------------------*/
@font-face {
  font-family: 'social';
  font-style: normal;
  font-weight: normal;
  src: url("3rd/font/social.eot");
  src: url("3rd/font/social.eot?#iefix") format('embedded-opentype'), url("3rd/font/social.woff") format('woff'), url("3rd/font/social.ttf") format('truetype'), url("3rd/font/social.svg#social") format('svg');
}
h1,
h2,
h3,
h4,
p,
blockquote,
table {
  margin: 0 auto 20px;
}
h1,
h2,
h3,
h4 {
	font-weight: normal;
	line-height: 1em;
	color: #A70019;
}
h1 {
  font-size: 2.63em;
  font-weight: bold;
}
h3 {
  font-size: 12px;
  margin: 1em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h3.bottom-pad {
  padding-bottom: 20px;
  padding-top: 10px;
}
h4 {
  color: #373432;
  font-size: 13px;
  margin: 0.63em 0 1em;
}
h4.pad {
  margin-top: 40px;
}
blockquote {
  color: #373432;
  border-left: 5px solid #373432;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 30px;
}
.l {
  text-align: left;
}
.r {
  text-align: right;
}
ins.tweet {
  text-decoration: none;
}
.social {
  font-family: 'social';
  font-size: 14px;
  line-height: 20px;
}
.social,
.social a {
  font-weight: normal;
}
.social a + a {
  margin-left: 0.5em;
}
#main .headings h3,
.info {
  border-bottom: solid 1px #cfccca;
  border-width: 1px 0;
  padding: 1em 0;
  margin-bottom: 1.63em;
}
#main .one-fourth h3 {
  border-bottom: solid 1px #cfccca;
  border-width: 1px 0;
  padding: 1em 0;
  margin-bottom: 0em;
}
footer .one-fourth h3 {
  padding: 1em 0;
  margin-bottom: 0em;
}
.one-fourth h4 {
	color: #A70019;
	font-size: 12px;
}
.one-fourth h5 {
	color:#184F93;
	border: solid 0.5px #184F93;
  	border-width:  0px 0px 1px ;
  	padding: 0px 0px 0.3em 10px;
  	font-size:12px;
  	margin: 0px 0px 10px;
}
footer h4 {
	color: #A70019;
	border: dotted 1px #cfccca;
	border-width: 1px 0px;
	padding: 0.7em 0px;
	font-size: 12px;
	margin: 1.5em 0px;
}
.headings  a {
	float:right;
	color:#CE9676;
}
.kiji h3, .kiji h3 a, .info h3 {
	color:#CE9676;
}
.info {
	width: 100%;
}
p.info,
.sidewrap {
  margin-left: 25.532%;
  width: 74.46%;
}
.info span,
.sidewrap span {
  float: right;
  text-transform: none;
  letter-spacing: 0;
}
.sidewrap dl {
	width: 100%; /* 新着リストの幅 */
margin: 10px 0px;
}
.sidewrap dt {
width: 10em; /* 日付エリアの幅 */
padding: 5px 0.5em;
clear: left;
float: left;
font-weight:600;
}
.sidewrap dd {
margin-left: 0;
padding: 5px 0.5em 5px 11em;
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
}
.sidewrap dd {
margin-left: 0;
padding: 5px 0.5em 5px 11em;
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
}

p.info {
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
}
.headings {
  margin-left: 25.532%;
  padding-bottom: 20px;
}
.post h1,
.post h2 {
  color: #373432;
}
.post h3:first-child {
  margin-top: 0.5em;
}
.post .one-fourth>h3~h3 {
  margin-top: 20px;
}
/*--------------------------------------------------------------------------
  3.  Portfolio
/*------------------------------------------------------------------------*/
.thumbs {
  margin-right: -20px;
}
.thumbs.pad {
  margin-top: 40px;
}
.thumbs .item + .item + .item + .item {
  margin-top: 16px;
}
.thumbs .item {
  background: none;
  display: inline-block;
  font-style: normal;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 30.66%;
  margin-right: -3px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
}
.thumbs .item img {
  height: auto;
  width: 80%;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  min-width: 80%;
}
.thumbs .item.hide img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.thumbs .item:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.thumbs .item h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  background: none;
  color: transparent;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  -webkit-transition: color 0.8s ease-out;
  -moz-transition: color 0.8s ease-out;
  -o-transition: color 0.8s ease-out;
  -ms-transition: color 0.8s ease-out;
  transition: color 0.8s ease-out;
  width: 120px;
  margin-left: -70px;
  margin-top: -1.5em;
}
.thumbs .item.hover img,
.thumbs .item:hover img {
  opacity: 0.63;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=63);
  filter: alpha(opacity=63);
}
.thumbs .item.hover h2,
.thumbs .item:hover h2 {
  color: #373432;
  z-index: 1;
  background: #EEE;
}
.thumbs .item.hover:after,
.thumbs .item:hover:after {
  position: absolute;
  top: 20px;
  left: 20px;
  background:  #EEEEEE;
  bottom: 20px;
  content: '';
  margin-bottom: 0.5em;
  right: 40px;
}
.thumbs .item.hide img {
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
}
#main .filter {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#main nav ol {
	list-style: none;
	margin-bottom: 30px;
	padding: 0.7em;
}
#main ol.var {
	list-style: none;
	margin: 0 0 30px 10px;
	
}
#main .filter .list {
	margin-bottom: 30px;
	padding: 0.7em;
}

#main nav .grop {
	border: dotted 1px #cfccca;
	border-width: 1px;
	font-size: 12px;
}

#main .filter .list li a {
  cursor: pointer;
}
#main .list.pad {
  padding-bottom: 20px;
}
/* fx */
body.folio .thumbs[data-fx] a {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
  position: relative;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
body.folio .thumbs[data-fx].play a {
  -webkit-animation: pageRightBack 400ms ease both;
  -moz-animation: pageRightBack 400ms ease both;
  -o-animation: pageRightBack 400ms ease both;
  -ms-animation: pageRightBack 400ms ease both;
  animation: pageRightBack 400ms ease both;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes pageRightBack {
    0% { opacity: 0; -webkit-transform: perspective(400px) rotateY(-90deg); }
    100% { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg); }
}
@-moz-keyframes pageRightBack {
    0% { opacity: 0; -moz-transform: perspective(400px) rotateY(-90deg); }
    100% { opacity: 1; -moz-transform: perspective(400px) rotateY(0deg); }
}
@-o-keyframes pageRightBack {
    0% { opacity: 0; -o-transform: perspective(400px) rotateY(-90deg); }
    100% { opacity: 1; -o-transform: perspective(400px) rotateY(0deg); }
}
@keyframes pageRightBack {
    0% { opacity: 0; transform: perspective(400px) rotateY(-90deg); }
    100% { opacity: 1; transform: perspective(400px) rotateY(0deg); }
}
/*--------------------------------------------------------------------------
  4.  Contact
/*------------------------------------------------------------------------*/
input,
textarea {
  color: #1c1a19;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
input[type="submit"] {
  text-decoration: underline;
}
#contact input,
#contact textarea {
  background: transparent;
  border: none;
  outline: none;
  padding: 5px 10px;
}
#contact input.err,
#contact textarea.err {
  color: #aa2321;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
#contact p {
  clear: left;
  margin: 20px 0 0;
  width: 100%;
}
#contact p.name,
#contact p.mail {
  width: 48.936%;
  display: inline-block;
}
#contact p.mail {
  float: right;
}
#contact fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#contact input[type="text"] {
  width: 100%;
}
#contact textarea {
  resize: none;
  width: 96%;
}
#contact .name,
#contact .mail,
#contact .msg {
  position: relative;
  display: block;
}
#contact .name:after,
#contact .mail:after,
#contact .msg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cfccca fixed center center;
}
#contact .name:before,
#contact .mail:before,
#contact .msg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #cfccca fixed center center;
}
#company {
	padding: 100px 0px 50px;
}
#company dl {
width: 100%; /* 新着リストの幅 */
margin: 20px 0px;
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}

#company dt {
width: 10em; /* 日付エリアの幅 */
padding: 5px 0.5em;
clear: left;
float: left;
font-weight:600;
}
#company dd {
margin-left: 0;
padding: 5px 0.5em 5px 11em;
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
}

/*--------------------------------------------------------------------------
  5.  UI Elements: buttons, columns etc.
/*------------------------------------------------------------------------*/
/* columns */
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  float: left;
  margin-bottom: 20px;
  margin-right: 2.128%;
  position: relative;
}
.last {
  clear: right;
  margin-right: 0 !important;
}
.one-half {
  width: 48.936%;
}
.one-third {
  width: 31.914%;
}
.two-third {
  width: 65.957%;
}
.one-fourth {
  width: 23.404%;
}
.three-fourth {
  width: 74.468%;
}
.one-sixth {
  width: 14.893%;
}
.five-sixth {
  width: 82.978%;
}
.one-fifth {
  width: 18.297%;
}
.two-fifth {
  width: 38.723%;
}
.three-fifth {
  width: 59.148%;
}
.four-fifth {
  width: 79.574%;
}
/* lists */
.post li {
  margin-left: 2em;
}
ul {
  list-style: square outside none;
}
ol {
  list-style: decimal outside none;
}
ul,
ol {
  list-style-position: outside;
  padding: 0;
}
ol.empty,
ul.empty {
  list-style-type: none;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.check {
  list-style: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOAQMAAAAlhr+SAAAABlBMVEX///87OzvwRd8TAAAAAXRSTlMAQObYZgAAACJJREFUCB1jYMAEDgwMBxgYGxiYGRiOMTDkMDBYMDAIMAAAKT8C/5qJkGkAAAAASUVORK5CYII=") outside;
}
ol.cjk {
  list-style-type: cjk-ideographic;
}
ol.hebrew {
  list-style-type: hebrew;
}
ol.hiragana {
  list-style-type: hiragana;
}
ol.katakana {
  list-style-type: katakana;
}
ol.greek {
  list-style-type: lower-greek;
}
ol.latin {
  list-style-type: lower-latin;
}
ol.roman {
  list-style-type: lower-roman;
}
ol.Latin {
  list-style-type: upper-latin;
}
ol.Roman {
  list-style-type: upper-roman;
}
ol.zero {
  list-style-type: decimal-leading-zero;
}
/* tabs&togglers */
.tabs {
  margin: 0 0 1.63em;
}
.tabs .tab {
  border: 1px solid #cfccca;
  display: none;
  padding: 0.63em 1em;
}
.tabs .tab.active {
  display: block;
  margin-top: -1px;
}
.tabs ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.tabs ul li {
  float: left;
  margin: 0 -1px 0 0;
}
.tabs li a {
  border: 1px solid #cfccca;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #9f9995;
  display: block;
  height: 24px;
  overflow: hidden;
  padding: 5px 1em 2px;
  text-decoration: none;
}
.tabs li.active a {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #373432;
}
.tabs li.active a,
.tabs li a:hover {
  background: none;
  color: #373432;
}
.toggle {
  margin: 0 0 0.63em 0;
  border: 1px solid #cfccca;
}
.toggle h4 {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAgMAAABjUWAiAAAACVBMVEUAAACZmZmZmZl+xtzIAAAAAnRSTlMAvy1NYyUAAAA/SURBVCiRY2CAAbZVqybAOQwcDAwKOHlMDbh5Witw8/Dpw2MfqstGAc1B1qqVSLwGBiayeE2rmnDyyDUTxWUActMT9+VJMAoAAAAASUVORK5CYII=") no-repeat -28px 13px;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  padding: 0.62em;
  text-indent: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle.open h4 {
  background-position: 10px -25px;
  border-bottom: 1px dashed #cfccca;
}
.toggle.grp,
.toggle.acc {
  margin-bottom: -1px;
}
.toggle-inner {
  padding: 0.63em 1em;
}
.toggle h4 {
  line-height: 21px;
  text-transform: uppercase;
}
/* labels */
span.label {
  background-color: #999;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 3px 2px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.label.red {
  background-color: #c43c35;
}
.label.green {
  background-color: #46a546;
}
.label.orange {
  background-color: #f89406;
}
.label.blue {
  background-color: #62cffc;
}
.label {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
/* dropcap */
span.dropcap {
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 40px;
  margin-right: 0.62em;
  padding: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
span.dropcap.dark {
  background-color: #373432;
  color: #fff;
  padding: 0 0.3em;
}
/* buttons */
a.button {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  line-height: 14px;
  margin: 0 2px 1.63em;
  padding: 0.62em 1em 0;
  text-decoration: none;
}
a.button {
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.03);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
a.button:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.05);
}
a.button:active {
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 10px 15px rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 10px 15px rgba(0,0,0,0.08);
}
a.button,
a.button:hover {
  color: #fff;
}
a.button.big {
  font-size: 15px;
  height: 25px;
  line-height: 1em;
}
a.button.wide {
  margin: 0 0 1.63em;
  padding: 0.62em 0 0;
  width: 100%;
  text-indent: 1em;
}
a.button.white {
  color: #444;
  background: #fafafa;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,0.66);
}
a.button.white:hover {
  border-color: #bbb;
}
a.button.black {
  background: #333;
  border: 1px solid #444;
}
a.button.black:hover {
  border-color: #222;
}
a.button.blue {
  background: #4b8bf5;
  border: 1px solid #3a7ae5;
}
a.button.blue:hover {
  border-color: #2157b1;
}
a.button.orange {
  background: #d34937;
  border: 1px solid #be3827;
}
a.button.orange:hover {
  border-color: #a22718;
}
a.button.teal {
  background: #5c9bad;
  border: 1px solid #468699;
}
a.button.teal:hover {
  border-color: #3a6e7e;
}
a.button.yellow {
  background: #fed76e;
  border: 1px solid #dab248;
  color: #937114;
  text-shadow: 0 1px 0 rgba(255,255,255,0.66);
}
a.button.yellow:hover {
  border-color: #be9830;
}
a.button.green {
  background: #59af63;
  border: 1px solid #449b4e;
}
a.button.green:hover {
  border-color: #2c7735;
}
a.button.brown {
  background: #ad6e5c;
  border: 1px solid #925847;
}
a.button.brown:hover {
  border-color: #7a4434;
}
a.button.gray {
  background: #999;
  border: 1px solid #888;
}
a.button.gray:hover {
  border-color: #707070;
}
a.button.purple {
  background: #9e1958;
  border: 1px solid #8b104a;
}
a.button.purple:hover {
  border-color: #7c0b40;
}
a.button.steel {
  background: #597baf;
  border: 1px solid #426191;
}
a.button.steel:hover {
  border-color: #2f4b75;
}
a.button.cyan {
  background: #aef0f2;
  border: 1px solid #92d6d8;
  color: #3f8688;
  text-shadow: 0 1px 0 #fff;
}
a.button.cyan:hover {
  border-color: #79c2c4;
}
a.button.classic {
  background: #EEE;
  border: solid 1px #373432;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 0 #373432;
  box-shadow: 2px 2px 0 #373432;
  color: #373432;
  text-shadow: none;
}
a.button.classic:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
/* table */
table {
  border: 1px solid;
}
td,
th {
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 1em;
}
table,
td,
th {
  border-color: #cfccca;
}
th,
thead,
table caption {
  font-weight: bold;
}
tfoot td,
tfoot th {
  border: none;
}
tr:hover td {
  background-color: rgba(55,52,50,0.03);
}
th {
  color: #373432;
}
/*--------------------------------------------------------------------------
  6.  Media Elements: slides, video
/*------------------------------------------------------------------------*/
.media-container {
  position: relative;
}
.media-container img {
  width: 100%;
}
#map:after {
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
}
#map:after:active {
  display: none;
}
.fluid-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.fluid-container .fluid {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* slides */
.slides {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.slides li {
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slides li:first-child {
  display: block;
  float: left;
  position: relative;
}
.slides img {
  border: 0;
  display: block;
  float: left;
  height: auto;
  margin: 0;
  width: 100%;
}
.rslides_nav {
  display: none;
}
.media-desc {
  position: absolute;
  top: 0;
  left: 0;
  background: #EEE;
  -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,0.2);
  box-shadow: 0 0 0 20px rgba(255,255,255,0.2);
}
.media-desc.desc {
  top: auto;
  bottom: 20px;
  left: 75%;
  right: 20px;
  padding: 20px 20px 0;
}
.media-desc.desc h2,
.media-desc.desc h3 {
  position: relative;
  margin: 0 auto 1.63em;
  display: block;
  font-size: 13px;
}
.media-desc.desc h2 {
  color: #808080;
  line-height: 1.3em;
}
.media-desc.desc h3,
.media-desc.desc h2 b,
.media-desc.desc strong {
  color: #373432;
}
a.media-desc:hover h3:after {
  content: ' ➞';
}
/*--------------------------------------------------------------------------
  7.  Media Queries & Responsiveness
/*------------------------------------------------------------------------*/
#menu-list-mobile {
  display: none;
  float: right;
  margin: 20px 0;
  min-width: 50%;
}
.slides {
}
@media screen and (max-width:899px) {
  .content .note {
    padding-right: 20px;
  }
  .content .columned {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .media-desc.desc {
    left: 26.53%;
  }
}
@media screen and (max-width:579px) {
  .one-half,
  .one-third,
  .two-third,
  .three-fourth,
  .one-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one-sixth,
  .five-sixth {
    margin-right: 0;
    width: 100%;
  }
  .filter {
    width: 23.404%;
    margin-right: 2.128%;
  }
  .filter + .three-fourth {
    width: 74.468%;
  }
  .filter + .three-fourth .item {
    width: 50%;
  }
  .immobile {
    display: none;
  }
  .sidewrap,
  .info {
    margin-left: 0;
    width: auto;
  }
  .info span {
    display: none;
  }
  #head .clear.fat {
    padding: 0;
  }
  #menu-list-mobile {
    display: block;
    float: right;
  }
  #logo {
    width: 50%;
    float: left;
  }
  .content .pull-right,
  .content .pull-left {
    margin-right: 0;
    margin-left: 0;
  }
  .content .note.pull-right,
  .content .note.pull-left {
    width: 100%;
    position: relative;
  }
  .content .wp-caption .wp-caption-text {
    width: auto;
    margin-left: 20px;
  }
  h4.pad,
  .thumbs.pad {
    margin-top: 0;
  }
  .headings {
    margin-left: 0;
    text-align: center;
  }
  .desc,
  #foot .one-fourth,
 .mobile-centred {
    text-align: center;
  }
  .mobile-centred .list li {
    display: inline-block;
    padding: 0 1em;
  }
  #main .content {
    padding-top: 20px;
  }
  .media-desc.desc {
    left: 20px;
  }
  .media-desc.desc h2 {
    display: none;
  }
  a.media-desc.desc {
    background: #ded;
  }
  a.media-desc.desc h3:after {
    content: ' ➞';
  }
  .thumbs .item:after,
  .thumbs .item:hover h2 {
    display: none;
  }
}
@media screen and (max-width:320px) {
  .filter {
    width: 33.404%;
  }
  .filter + .three-fourth {
    width: 64.468%;
  }
  .filter + .three-fourth .item {
    width: 100%;
  }
  .filter + .three-fourth .item.hide {
    display: none;
  }
  .filter + .three-fourth .item + .item {
    margin-top: 16px;
  }
}


/* Modal
-------------------------- */
#contents {
    margin: 0 auto;
    padding: 10px 0 50px 0;
    width: 100%;
}
 
#open01,
#open02 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position:fixed;
}
 
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position:fixed;
    background: #E4DFD1;
    opacity: 0.7;
    z-index: 5;
}
 
.modal_window {
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -200px;
    width: 400px;
    height: 500px;
    text-align: center;
    display: block;
    background: #EEE;
    position:fixed;
    z-index: 10;
}
 
.modal_window h2 {
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background: #000;
}
.modal_window p {
    padding: 0px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}
 
 
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
div#modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}

/*	Spacer
------------------------------------------------*/
.spacer {
	width: 100%;
	display: block;
	}	

.spacer.spacer-mini { height: 20px; }
.spacer.spacer-small { height: 40px; }
.spacer.spacer-medium { height: 120px; }
.spacer.spacer-big { height: 160px; }
