@charset "UTF-8";

@import url("../content.css");
@import url("../font-awesome.min.css");


/* Content */
#content-container > .wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: nowrap; 
	-ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
}

/* Sidebar Navigation */
#side-navi {
	width: 200px;
	position: relative;
}

#side-navi .group-category {
	margin-bottom: 15px;
}

#side-navi .group-category:last-child {
	margin-bottom: 0;
}

#side-navi h4 {
	color: #003357;
	font: 16px "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 600;
	min-height: 50px;
	margin: 0;
	padding: .8em .7em;
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e6ecf0;
	border-bottom: 2px solid #003d68;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/* Acordeon styles */
#side-navi .group-category .tab {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#side-navi .group-category input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#side-navi .group-category label {
  color: #2d2d2e;
  font: 14px "Open Sans", "Lucida Grande", Arial, sans-serif;
  min-height: 46px;
  margin: 0;
  padding: .7em;
  background-color: #fff;
  border: 1px solid #e4e8e9;
	border-top: 0 hidden transparent;
	position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#side-navi .group-category input[type=radio]:checked + label {
	color: #fff;
	background-color: #2d7dc7;
	border: none;
}

#side-navi .group-category .tab:last-of-type label {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#side-navi .group-category .tab:last-of-type input[type=radio]:checked + label {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#side-navi .group-category .tab:last-of-type ul li:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
} 

#side-navi .tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .45s ease-in-out;
  -moz-transition: max-height .45s ease-in-out;
  -ms-transition: max-height .45s ease-in-out;
  -o-transition: max-height .45s ease-in-out;
  transition: max-height .45s ease-in-out;
}

/* :checked */
#side-navi input:checked ~ .tab-content {
  max-height: 30em;
}

/* Icon */
#side-navi label:after {
  position: absolute;
  right: .3em;
  top: calc(50% - .5em);
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#side-navi input[type=radio] + label:after {
  content: "\f105";
	font-family: FontAwesome;
	color: #a1aaaf;
}

#side-navi input[type=radio]:checked + label:after {
	color: rgba(255, 255, 255, .85);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
          
}

#side-navi ul {
	width: 100%;
}

#side-navi ul:last-child {
	margin-bottom: 0;
}

#side-navi ul li {
	font: 14px "Open Sans", "Lucida Grande", Arial, sans-serif;
	min-height: 2em;
	margin: 0;
	padding: 0;
	background-color: #f7f8f9;
	border: 1px solid #e4e8e9;
	border-top: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#side-navi ul li:last-child {
	border-bottom: 1px solid #e4e8e9;
}

#side-navi ul li:hover {
	background-color: #e4e8e9;
}

#side-navi ul li a {
	color: #2d2d2e;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: .5em 2em;
	display: -webkit-box;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#side-navi ul li:hover a {
	color: #ce2a00;
	margin-left: .5em;
}

#side-navi ul li a:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #c3c9cc;
	margin-right: .5em;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#side-navi ul li:hover a:before {
	color: #8b979d;
}


/* Detail Content */
#detail {
	width: 840px;
	margin-left: 40px;
	position: relative;
}

#cont-title h2 {
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 600;
}

/* Section Featues and Data */
#feat-data {
	padding-top: 0;
	padding-bottom: 30px;
}

/* dl dt dd */
#feat-data dl {
	font-size: 15px;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#feat-data dt {
	line-height: 1.2;
	font-weight: bold;
	width: 27%;
	padding: 1.5em 1.5% 1.3em 0;
	position: absolute;
	left: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	z-index: 1;
}

#feat-data dd {
	line-height: 1.4;
	margin-bottom: .5em;
	margin-bottom: 0;
	padding: 1.5em 0 1.3em 30%;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#feat-data dd:nth-of-type(2n) {
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f3f9fc 6%, #f3f9fc 94%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f3f9fc 6%, #f3f9fc 94%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f3f9fc 6%, #f3f9fc 94%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f3f9fc 6%, #f3f9fc 94%, rgba(255, 255, 255, 0) 100%);
}

#feat-data dd ul {
	margin: 0;
	padding: 0;
}

#feat-data dd ul li {
	margin-bottom: .5em;
	position: relative;
	padding-left: 1em;
}

#feat-data dd ul li:last-child {
	margin-bottom: 0;
}

#feat-data dd ul li:before {
	content: "●";
	color: #c1c8cd;
	font-size: 80%;
	margin-right: .3em;
	position: absolute;
	top: .15em;
	left: 0;
}

#feat-data p {
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

#feat-data p span {
	display: block;
	height: 1.5em;
}
