@charset "UTF-8";
@import url("//cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@1.0/nanumbarungothicsubset.css");
@import url("//fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("//fonts.googleapis.com/earlyaccess/nanummyeongjo.css");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url("custom-fonts.css");
/* === modena Bootstrap style === */
@import url("modena_animate.css");
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.img-rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.img-circle.bordered {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}

code {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

pre {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

blockquote {
  margin: 0 0 20px;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
}

label {
  font-weight: bold;
  color: #353535;
}

input,
button,
select,
textarea {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
}

select {
  font-size: 13px;
  line-height: 20px;
  background: #fbfbfb;
  border-color: #919191 #919191 #b3b3b3;
  color: #999999;
  -webkit-box-shadow: inset 0 1px 3px #cacaca;
  -moz-box-shadow: inset 0 1px 3px #cacaca;
  box-shadow: inset 0 1px 3px #cacaca;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input.input-block-level {
  padding: 20px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.input-prepend .uneditable-input,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child,
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

textarea:focus {
  outline: 0;
  outline: thin dotted \9 ;
  /* IE6-9 */
}

input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus {
  outline: 0;
  outline: thin dotted \9 ;
  /* IE6-9 */
}

.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9 ;
  /* IE6-9 */
}

input.search-query {
  margin-bottom: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.form-search .input-append .search-query,
.form-search .input-append .btn {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.form-search .input-prepend .search-query,
.form-search .input-prepend .btn {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.table-bordered {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}

.dropdown-menu {
  *border-right-width: 0;
  *border-bottom-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.dropdown-submenu > .dropdown-menu,
.dropup .dropdown-submenu > .dropdown-menu {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* --- lists --- */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol {
  margin-bottom: 0;
}

ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 1.6em;
}

ul.unstyled,
ol.unstyled,
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.6em;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 20px;
}

.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before {
  display: table;
  line-height: 0;
  content: "";
}
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}

.media {
  margin-top: 0;
  margin-bottom: 30px;
}
.media .media {
  margin-top: 30px;
  margin-bottom: 0;
}

.media-body {
  position: relative;
}

.well,
.well-large,
.well-small {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* === bootstrap button === */
.btn {
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: none;
  background-image: none;
  border-color: none;
  border-bottom-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

a.btn,
.btn:focus {
  outline: 0;
}

.btn-medium {
  padding: 6px 15px;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-large {
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-small {
  font-size: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-mini {
  font-size: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* edges */
.btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-medium.btn-mini {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn-medium.btn-small {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}

.btn-rounded {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.btn-medium.btn-rounded {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.btn-large.btn-rounded {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

.btn-group > .btn:first-child {
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
}
.btn-group > .btn:last-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
}
.btn-group > .btn.large:last-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}

.btn-group-vertical > .btn:first-child,
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.btn-group-vertical > .btn:last-child,
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.btn-primary {
  outline: 0;
  background: #1C0113;
}
.btn-primary:hover {
  background: #170110;
}

.btn-info {
  background: #5E9FA3;
}
.btn-info:hover {
  background: #569498;
}

.btn-success {
  background: #11766D;
}
.btn-success:hover {
  background: #0e6a62;
}

.btn-warning {
  background: #F0B300;
}
.btn-warning:hover {
  background: #e2a900;
}

.btn-danger {
  background: #a40b0b;
}
.btn-danger:hover {
  background: #990909;
}

.btn-inverse {
  background: #363636;
}
.btn-inverse:hover {
  background: #505050;
}

.btn-blue {
  border: 1px solid #0a6d9b;
  color: #fff;
  background: #0a6d9b;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  background: #085e86;
  color: #fff;
}

.btn-yellow {
  border: 1px solid #efd70c;
  color: #fff;
  background: #efd70c;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  background: #e4ce11;
  color: #fff;
}

.btn-red {
  border: 1px solid #cf1a07;
  color: #fff;
  background: #cf1a07;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
  background: #c41a08;
  color: #fff;
}

.btn-orange {
  border: 1px solid #ef5523;
  color: #fff;
  background: #ef5523;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
  background: #e45121;
  color: #fff;
}

.btn-purple {
  border: 1px solid #c81dbe;
  color: #fff;
  background: #c81dbe;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background: #be1ab4;
  color: #fff;
}

.btn-green {
  border: 1px solid #479c18;
  color: #fff;
  background: #479c18;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
  background: #3f8d15;
  color: #fff;
}

.btn-brown {
  border: 1px solid #5c2009;
  color: #fff;
  background: #5c2009;
}
.btn-brown:hover, .btn-brown:focus, .btn-brown:active {
  background: #531d08;
  color: #fff;
}

.btn-pink {
  border: 1px solid #f8127f;
  color: #fff;
  background: #f8127f;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background: #ef1179;
  color: #fff;
}

.btn-dark {
  border: 1px solid #18191a;
  color: #fff;
  background: #18191a;
}
.btn-dark:hover {
  color: #fff;
}

#content a.btn-dark:hover {
  color: #fff;
}

.btn-theme {
  color: #fff;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
  background: #18191a;
  color: #fff;
  border: 1px solid #18191a;
}

/* ==== More buttons === */
/* plain buttons */
.btn.plain {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: none;
  border: none;
  *border: 0;
  border-color: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* ==================================== */
.alert {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.nav-tabs > li > a {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.nav-pills > li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-topleft: 2px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.tabs-left > .nav-tabs > li > a {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.navbar-inner {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  background-color: none;
  background-image: none;
  background-repeat: none;
  border: none;
  border-top: 1px solid #2d2d2d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  filter: none;
  *zoom: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar-inverse .navbar-inner,
.navbar-inner {
  position: relative;
  background-color: #0e0f0f;
  background-image: none;
  background-repeat: none;
  border: none;
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #060606;
  filter: none;
  *zoom: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar .nav {
  border-right: none;
  border-left: none;
}
.navbar .nav > li > a {
  float: none;
  font-size: 13px;
  padding: 10px 0 10px;
  x-margin-left: 20px;
  margin-right: 50px;
  color: #999999;
  text-decoration: none;
  text-shadow: none;
  border-right: none;
  border-left: none;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
  color: #ddd;
  background-color: none;
  background-image: none;
  background-repeat: repeat-x;
  filter: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .nav > li:last-child > a {
  margin-right: 0;
}
.navbar .nav > .active > a {
  color: #fff;
  background-image: none;
  background-image: none;
  filter: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #fff;
  background-image: none;
  background-image: none;
  filter: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar-search .search-query {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  -webkit-border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
}
.navbar .btn-navbar {
  position: absolute;
  z-index: 99999;
  left: 0;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}
.dropdown-menu li a {
  font-size: 12px;
  padding: 10px 15px 10px 15px;
  margin: 0;
  text-shadow: none;
  border-bottom: 1px solid #303030;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: none;
  filter: none;
}

.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: none;
  filter: none;
}

.dropdown-menu .active > a {
  color: #ffffff;
  text-decoration: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: none;
  filter: none;
}
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: none;
  filter: none;
}
.dropdown-menu .sub-menu-level1,
.dropdown-menu .sub-menu-level2 {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: 0;
}
.dropdown-menu li:hover .sub-menu-level1,
.dropdown-menu li li:hover .sub-menu-level2 {
  visibility: visible;
}

.nav-header {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  border-bottom: 1px solid #5cade2;
}

.dropdown-menu .dropdown-header {
  color: #cbe4e2;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
  display: none;
}

.breadcrumb {
  float: left;
  padding: 10px 20px;
  margin: 0;
  list-style: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: none;
  font-size: 12px;
  *zoom: 1;
  margin: 0;
}
.breadcrumb > .active {
  color: #797979;
}

.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #f4f4f4;
  border: 1px solid #cacaca;
  border-left-width: 0;
}
.pagination ul > li > a:hover {
  background: #ececec;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #fff;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}

.pagination-right {
  float: right;
}

.pager li > a,
.pager li > span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.modal {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.modal-footer {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.tooltip-inner,
.popover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.popover-title {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.thumbnail {
  background: #fbfbfb;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnail p {
  padding: 0 10px 0 10px;
}
.thumbnail h1,
.thumbnail h2,
.thumbnail h3,
.thumbnail h4,
.thumbnail h5,
.thumbnail h6 {
  padding: 0 10px 0 10px;
  margin: 10px 0 10px 0;
}

.label,
.badge {
  padding: 5px 10px;
}

.label,
.badge,
.progress {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* progress bar */
.bar.bar90 {
  width: 90%;
}
.bar.bar85 {
  width: 85%;
}
.bar.bar80 {
  width: 80%;
}
.bar.bar75 {
  width: 75%;
}
.bar.bar70 {
  width: 70%;
}
.bar.bar65 {
  width: 65%;
}
.bar.bar60 {
  width: 60%;
}
.bar.bar55 {
  width: 55%;
}
.bar.bar50 {
  width: 50%;
}
.bar.bar45 {
  width: 45%;
}
.bar.bar40 {
  width: 40%;
  width: 40%;
}
.bar.bar35 {
  width: 35%;
}
.bar.bar30 {
  width: 30%;
}
.bar.bar25 {
  width: 25%;
}
.bar.bar20 {
  width: 20%;
}
.bar.bar15 {
  width: 15%;
}
.bar.bar10 {
  width: 10%;
}

.accordion-group {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 5px;
}

.accordion-heading {
  font-size: 13px;
  color: #333333;
  text-shadow: none;
  background-color: #fbfbfb;
  *background-color: #fbfbfb;
  background-image: none;
  background-repeat: repeat-x;
  border: 1px solid #e9e9e9;
  *border: 0;
  border-color: none;
}
.accordion-heading a {
  color: #333333;
  font-weight: 600;
  outline: 0;
}
.accordion-heading a:hover {
  text-decoration: none;
}
.accordion-heading a.active {
  text-decoration: none;
}
.accordion-heading a.active:hover {
  text-decoration: none;
}

.accordion-inner {
  margin-top: 1px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.nav-tabs {
  margin: 0;
  margin-bottom: 1px;
}
.nav-tabs > li > a {
  margin-right: -1px;
  outline: 0;
  font-size: 13px;
  font-weight: 600;
}

.tabs-left .nav-tabs {
  margin-right: 0;
  border: none;
}

.tabs-right .nav-tabs {
  margin-left: 0;
  border: none;
}
.tabs-right .nav-tabs li a {
  display: block;
  margin: 0;
  padding: 15px 0 15px 20px;
  margin-left: -1px;
}

.nav-tabs > .active > a {
  background: #fff;
}
.nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  background: #fff;
}

.tab-content > .tab-pane {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 20px;
  overflow: hidden;
}

.onsidebar > .tab-pane {
  background: none;
  border: none;
  border-bottom: none;
  padding: 0;
}

.carousel-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.hero-unit {
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* === ci Bootstrap style === */
/*
* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  margin: 0;
}
*/
li {
  list-style: none;
}

.clearfix {
  clear: both;
}

.bold {
  font-weight: bold;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd30 {
  padding: 30px;
}

.pd40 {
  padding: 40px;
}

.pd50 {
  padding: 50px;
}

.pd100 {
  padding: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr100 {
  padding-right: 100px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl100 {
  padding-left: 100px;
}

.mg10 {
  margin: 10px;
}

.mg15 {
  margin: 15px;
}

.mg20 {
  margin: 20px;
}

.mg30 {
  margin: 30px;
}

.mg40 {
  margin: 40px;
}

.mg50 {
  margin: 50px;
}

.mg100 {
  margin: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr100 {
  margin-right: 100px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml100 {
  margin-left: 100px;
}

.per5 {
  width: 5%;
}

.per10 {
  width: 10%;
}

.per15 {
  width: 15%;
}

.per20 {
  width: 20%;
}

.per25 {
  width: 25%;
}

.per30 {
  width: 30%;
}

.per35 {
  width: 35%;
}

.per40 {
  width: 40%;
}

.per45 {
  width: 45%;
}

.per50 {
  width: 50%;
}

.per55 {
  width: 55%;
}

.per60 {
  width: 60%;
}

.per65 {
  width: 65%;
}

.per70 {
  width: 70%;
}

.per75 {
  width: 75%;
}

.per80 {
  width: 80%;
}

.per85 {
  width: 85%;
}

.per90 {
  width: 90%;
}

.per95 {
  width: 95%;
}

.per100 {
  width: 100%;
}

.px10 {
  width: 10px;
}

.px20 {
  width: 20px;
}

.px30 {
  width: 30px;
}

.px40 {
  width: 40px;
}

.px50 {
  width: 50px;
}

.px60 {
  width: 60px;
}

.px70 {
  width: 70px;
}

.px80 {
  width: 80px;
}

.px90 {
  width: 90px;
}

.px100 {
  width: 100px;
}

.px150 {
  width: 150px;
}

.px200 {
  width: 200px;
}

.px250 {
  width: 250px;
}

.px300 {
  width: 300px;
}

.px350 {
  width: 350px;
}

.px400 {
  width: 400px;
}

.px450 {
  width: 450px;
}

.px500 {
  width: 500px;
}

.px550 {
  width: 550px;
}

.px600 {
  width: 600px;
}

.px650 {
  width: 650px;
}

.px700 {
  width: 700px;
}

.btn-primary {
  color: #fff;
  background-color: #348fe2;
  border-color: #348fe2;
  background-image: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #2670b7;
  border-color: #2670b7;
}

.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2670b7;
  border-color: #2670b7;
}

.btn-primary.disabled, .btn-primary[disabled] {
  background-color: #348fe2;
  border-color: #348fe2;
}

fieldset[disabled] .btn-primary {
  background-color: #348fe2;
  border-color: #348fe2;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  background-color: #348fe2;
  border-color: #348fe2;
}

fieldset[disabled] .btn-primary:hover {
  background-color: #348fe2;
  border-color: #348fe2;
}

.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
  background-color: #348fe2;
  border-color: #348fe2;
}

fieldset[disabled] .btn-primary:focus {
  background-color: #348fe2;
  border-color: #348fe2;
}

.btn-primary.disabled:active, .btn-primary[disabled]:active {
  background-color: #348fe2;
  border-color: #348fe2;
}

fieldset[disabled] .btn-primary:active {
  background-color: #348fe2;
  border-color: #348fe2;
}

.btn-primary.disabled.active, .btn-primary[disabled].active {
  background-color: #348fe2;
  border-color: #348fe2;
}

fieldset[disabled] .btn-primary.active {
  background-color: #348fe2;
  border-color: #348fe2;
}

.btn-primary .badge {
  color: #348fe2;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff5c57;
  border-color: #ff5c57;
  background-image: none;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #ce4741;
  border-color: #ce4741;
}

.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ce4741;
  border-color: #ce4741;
}

.btn-danger.disabled, .btn-danger[disabled] {
  background-color: #ff5c57;
  border-color: #ff5c57;
}

fieldset[disabled] .btn-danger {
  background-color: #ff5c57;
  border-color: #ff5c57;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover {
  background-color: #ff5c57;
  border-color: #ff5c57;
}

fieldset[disabled] .btn-danger:hover {
  background-color: #ff5c57;
  border-color: #ff5c57;
}

.btn-danger.disabled:focus, .btn-danger[disabled]:focus {
  background-color: #ff5c57;
  border-color: #ff5c57;
}

fieldset[disabled] .btn-danger:focus {
  background-color: #ff5c57;
  border-color: #ff5c57;
}

.btn-danger.disabled:active, .btn-danger[disabled]:active {
  background-color: #ff5c57;
  border-color: #ff5c57;
}

fieldset[disabled] .btn-danger:active {
  background-color: #ff5c57;
  border-color: #ff5c57;
}

.btn-danger.disabled.active, .btn-danger[disabled].active {
  background-color: #ff5c57;
  border-color: #ff5c57;
}

fieldset[disabled] .btn-danger.active {
  background-color: #ff5c57;
  border-color: #ff5c57;
}

.btn-danger .badge {
  color: #ff5c57;
  background-color: #fff;
}

.btn-turquoise {
  color: #fff;
  background-color: #00acac;
  border-color: #00acac;
  background-image: none;
}
.btn-turquoise:hover, .btn-turquoise:focus, .btn-turquoise:active, .btn-turquoise.active {
  color: #fff;
  background-color: #008a8c;
  border-color: #008a8c;
}

.open .dropdown-toggle.btn-turquoise {
  color: #fff;
  background-color: #008a8c;
  border-color: #008a8c;
}

.btn-turquoise.disabled, .btn-turquoise[disabled] {
  background-color: #00acac;
  border-color: #00acac;
}

fieldset[disabled] .btn-turquoise {
  background-color: #00acac;
  border-color: #00acac;
}

.btn-turquoise.disabled:hover, .btn-turquoise[disabled]:hover {
  background-color: #00acac;
  border-color: #00acac;
}

fieldset[disabled] .btn-turquoise:hover {
  background-color: #00acac;
  border-color: #00acac;
}

.btn-turquoise.disabled:focus, .btn-turquoise[disabled]:focus {
  background-color: #00acac;
  border-color: #00acac;
}

fieldset[disabled] .btn-turquoise:focus {
  background-color: #00acac;
  border-color: #00acac;
}

.btn-turquoise.disabled:active, .btn-turquoise[disabled]:active {
  background-color: #00acac;
  border-color: #00acac;
}

fieldset[disabled] .btn-turquoise:active {
  background-color: #00acac;
  border-color: #00acac;
}

.btn-turquoise.disabled.active, .btn-turquoise[disabled].active {
  background-color: #00acac;
  border-color: #00acac;
}

fieldset[disabled] .btn-turquoise.active {
  background-color: #00acac;
  border-color: #00acac;
}

.btn-turquoise .badge {
  color: #00acac;
  background-color: #fff;
}

.btn-royalblue {
  color: #fff;
  background-color: #717bb6;
  border-color: #717bb6;
  background-image: none;
}

r .btn-royalblue:hover {
  color: #fff;
  background-color: #464a6f;
  border-color: #464a6f;
}

.btn-royalblue:focus, .btn-royalblue:active, .btn-royalblue.active {
  color: #fff;
  background-color: #464a6f;
  border-color: #464a6f;
}

.open .dropdown-toggle.btn-royalblue {
  color: #fff;
  background-color: #464a6f;
  border-color: #464a6f;
}

.btn-royalblue.disabled, .btn-royalblue[disabled] {
  background-color: #717bb6;
  border-color: #717bb6;
}

fieldset[disabled] .btn-royalblue {
  background-color: #717bb6;
  border-color: #717bb6;
}

.btn-royalblue.disabled:hover, .btn-royalblue[disabled]:hover {
  background-color: #717bb6;
  border-color: #717bb6;
}

fieldset[disabled] .btn-royalblue:hover {
  background-color: #717bb6;
  border-color: #717bb6;
}

.btn-royalblue.disabled:focus, .btn-royalblue[disabled]:focus {
  background-color: #717bb6;
  border-color: #717bb6;
}

fieldset[disabled] .btn-royalblue:focus {
  background-color: #717bb6;
  border-color: #717bb6;
}

.btn-royalblue.disabled:active, .btn-royalblue[disabled]:active {
  background-color: #717bb6;
  border-color: #717bb6;
}

fieldset[disabled] .btn-royalblue:active {
  background-color: #717bb6;
  border-color: #717bb6;
}

.btn-royalblue.disabled.active, .btn-royalblue[disabled].active {
  background-color: #717bb6;
  border-color: #717bb6;
}

fieldset[disabled] .btn-royalblue.active {
  background-color: #717bb6;
  border-color: #717bb6;
}

.btn-royalblue .badge {
  color: #717bb6;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f49b1b;
  border-color: #f49b1b;
  background-image: none;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #c57e00;
  border-color: #c57e00;
}

.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c57e00;
  border-color: #c57e00;
}

.btn-warning.disabled, .btn-warning[disabled] {
  background-color: #f49b1b;
  border-color: #f49b1b;
}

fieldset[disabled] .btn-warning {
  background-color: #f49b1b;
  border-color: #f49b1b;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover {
  background-color: #f49b1b;
  border-color: #f49b1b;
}

fieldset[disabled] .btn-warning:hover {
  background-color: #f49b1b;
  border-color: #f49b1b;
}

.btn-warning.disabled:focus, .btn-warning[disabled]:focus {
  background-color: #f49b1b;
  border-color: #f49b1b;
}

fieldset[disabled] .btn-warning:focus {
  background-color: #f49b1b;
  border-color: #f49b1b;
}

.btn-warning.disabled:active, .btn-warning[disabled]:active {
  background-color: #f49b1b;
  border-color: #f49b1b;
}

fieldset[disabled] .btn-warning:active {
  background-color: #f49b1b;
  border-color: #f49b1b;
}

.btn-warning.disabled.active, .btn-warning[disabled].active {
  background-color: #f49b1b;
  border-color: #f49b1b;
}

fieldset[disabled] .btn-warning.active {
  background-color: #f49b1b;
  border-color: #f49b1b;
}

.btn-warning .badge {
  color: #f49b1b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #49b6d5;
  border-color: #49b6d5;
  background-image: none;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #3492ac;
  border-color: #3492ac;
}

.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3492ac;
  border-color: #3492ac;
}

.btn-info.disabled, .btn-info[disabled] {
  background-color: #49b6d5;
  border-color: #49b6d5;
}

fieldset[disabled] .btn-info {
  background-color: #49b6d5;
  border-color: #49b6d5;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover {
  background-color: #49b6d5;
  border-color: #49b6d5;
}

fieldset[disabled] .btn-info:hover {
  background-color: #49b6d5;
  border-color: #49b6d5;
}

.btn-info.disabled:focus, .btn-info[disabled]:focus {
  background-color: #49b6d5;
  border-color: #49b6d5;
}

fieldset[disabled] .btn-info:focus {
  background-color: #49b6d5;
  border-color: #49b6d5;
}

.btn-info.disabled:active, .btn-info[disabled]:active {
  background-color: #49b6d5;
  border-color: #49b6d5;
}

fieldset[disabled] .btn-info:active {
  background-color: #49b6d5;
  border-color: #49b6d5;
}

.btn-info.disabled.active, .btn-info[disabled].active {
  background-color: #49b6d5;
  border-color: #49b6d5;
}

fieldset[disabled] .btn-info.active {
  background-color: #49b6d5;
  border-color: #49b6d5;
}

.btn-info .badge {
  color: #49b6d5;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5db75d;
  border-color: #5db75d;
  background-image: none;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #409e3e;
  border-color: #409e3e;
}

.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #409e3e;
  border-color: #409e3e;
}

.btn-success.disabled, .btn-success[disabled] {
  background-color: #5db75d;
  border-color: #5db75d;
}

fieldset[disabled] .btn-success {
  background-color: #5db75d;
  border-color: #5db75d;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover {
  background-color: #5db75d;
  border-color: #5db75d;
}

fieldset[disabled] .btn-success:hover {
  background-color: #5db75d;
  border-color: #5db75d;
}

.btn-success.disabled:focus, .btn-success[disabled]:focus {
  background-color: #5db75d;
  border-color: #5db75d;
}

fieldset[disabled] .btn-success:focus {
  background-color: #5db75d;
  border-color: #5db75d;
}

.btn-success.disabled:active, .btn-success[disabled]:active {
  background-color: #5db75d;
  border-color: #5db75d;
}

fieldset[disabled] .btn-success:active {
  background-color: #5db75d;
  border-color: #5db75d;
}

.btn-success.disabled.active, .btn-success[disabled].active {
  background-color: #5db75d;
  border-color: #5db75d;
}

fieldset[disabled] .btn-success.active {
  background-color: #5db75d;
  border-color: #5db75d;
}

.btn-success .badge {
  color: #5db75d;
  background-color: #fff;
}

.btn-silver {
  color: #fff;
  background-color: #b7c2c8;
  border-color: #b7c2c8;
  background-image: none;
}
.btn-silver:hover, .btn-silver:focus, .btn-silver:active, .btn-silver.active {
  color: #fff;
  background-color: #929ba2;
  border-color: #929ba2;
}

.open .dropdown-toggle.btn-silver {
  color: #fff;
  background-color: #929ba2;
  border-color: #929ba2;
}

.btn-silver.disabled, .btn-silver[disabled] {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}

fieldset[disabled] .btn-silver {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}

.btn-silver.disabled:hover, .btn-silver[disabled]:hover {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}

fieldset[disabled] .btn-silver:hover {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}

.btn-silver.disabled:focus, .btn-silver[disabled]:focus {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}

fieldset[disabled] .btn-silver:focus {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}

.btn-silver.disabled:active, .btn-silver[disabled]:active {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}

fieldset[disabled] .btn-silver:active {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}

.btn-silver.disabled.active, .btn-silver[disabled].active {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}

fieldset[disabled] .btn-silver.active {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}

.btn-silver .badge {
  color: #b7c2c8;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #2c353c;
  border-color: #2c353c;
  background-image: none;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black.disabled, .btn-black[disabled] {
  background-color: #2c353c;
  border-color: #2c353c;
}

fieldset[disabled] .btn-black {
  background-color: #2c353c;
  border-color: #2c353c;
}

.btn-black.disabled:hover, .btn-black[disabled]:hover {
  background-color: #2c353c;
  border-color: #2c353c;
}

fieldset[disabled] .btn-black:hover {
  background-color: #2c353c;
  border-color: #2c353c;
}

.btn-black.disabled:focus, .btn-black[disabled]:focus {
  background-color: #2c353c;
  border-color: #2c353c;
}

fieldset[disabled] .btn-black:focus {
  background-color: #2c353c;
  border-color: #2c353c;
}

.btn-black.disabled:active, .btn-black[disabled]:active {
  background-color: #2c353c;
  border-color: #2c353c;
}

fieldset[disabled] .btn-black:active {
  background-color: #2c353c;
  border-color: #2c353c;
}

.btn-black.disabled.active, .btn-black[disabled].active {
  background-color: #2c353c;
  border-color: #2c353c;
}

black fieldset[disabled] .btn-black.active {
  background-color: #2c353c;
  border-color: #2c353c;
}

.btn-black .badge {
  color: #2c353c;
  background-color: #fff;
}

.navbar .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 240px;
  background-color: #444;
  border: none;
}
.navbar .dropdown-menu li a {
  font-weight: 400;
  text-transform: uppercase;
  padding: 9px 20px;
  font-size: 15px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #444;
}

.dropdown-menu > li > a {
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
}
.dropdown-menu > li > a:hover {
  transition: all 0.2s ease-in-out 0s;
}

/* from multilevel dropdown menu */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin: 20px;
  margin-top: 0;
  margin-left: -1px;
  background: #3ddde6;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -7px;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-submenu > .dropdown-menu li {
  overflow: hidden;
  padding-left: 0px;
}
.dropdown-submenu > .dropdown-menu li a {
  overflow: hidden;
}

.widget {
  margin-bottom: 10px;
}
.widget h4,
.widget h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

.banner {
  margin-bottom: 10px;
}

/* ===================================
1. General
==================================== */
body {
  font-family: "Nanum Gothic", "Malgun Gothic", "Dotum", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 150%;
  x-background: #fff url(../img/home/bg.jpg) center top no-repeat;
}

a:active {
  outline: 0;
}

.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nanum Gothic", "Malgun Gothic", "Dotum", "Open Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #333;
  margin-bottom: 20px;
}

/* ===================================
2. layout
==================================== */
.container {
  x-padding: 0 20px 0 20px;
  x-position: relative;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.row.nomargin,
.row-fluid.nomargin {
  margin-bottom: 0;
}

/* ===================================
3. Responsive media
==================================== */
.video-container,
.map-container {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: none;
}

.embed-container {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: none;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

img.img-polaroid {
  margin: 0 0 20px 0;
}

.img-box {
  max-width: 100%;
}

/* ===================================
4. Header
==================================== */
/* --- header -- */
#header .navbar {
  margin-bottom: 0;
}

.navbar-default {
  border: none;
}

.navbar-brand {
  color: #222;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -1px;
  margin-top: 0px;
  padding: 0 0 0 15px;
}

#header .navbar-default {
  background: none;
}
#header .nav li a:hover, #header .nav li a:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .nav li.active a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .nav li.active a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .nav li a.dropdown-toggle:hover, #header .nav li a.dropdown-toggle:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .nav li.active ul.dropdown-menu li a:hover, #header .nav li.active ul.dropdown-menu li.active a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .navbar-default .navbar-nav > .open > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .navbar-default .navbar-nav > .open > a:hover, #header .navbar-default .navbar-nav > .open > a:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .navbar-nav {
  height: 65px;
  padding-top: 9px;
}
#header .navbar-nav > li {
  height: 40px;
  padding-bottom: 0px;
  padding-top: 0px;
}
#header .navbar-nav > li > a {
  padding-bottom: 6px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 2px;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .nav .caret {
  border-bottom-color: #f5f5f5;
  border-top-color: #f5f5f5;
}

.navbar-default .navbar-nav > .active > a {
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a {
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
}

.dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.dropdown-menu li:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

#header .nav li .dropdown-menu li a {
  line-height: 28px;
  padding: 5px 12px;
  font-weight: bold;
}
#header .nav li .dropdown-menu li a:hover {
  color: #0f4bcc;
  background-color: #eee;
}
#header .navigation {
  float: right;
}
#header ul.nav li {
  border: none;
  margin: 0;
}
#header ul.nav li a {
  font-size: 15px;
  border: none;
  font-weight: 700;
  padding-bottom: 20px;
}
#header ul.nav li ul li a {
  font-size: 14px;
  border: none;
  font-weight: 300;
}

/* --- menu --- */
form#header_search {
  margin-top: 0;
}

.navbar .nav > li > a {
  color: #fff;
  text-shadow: none;
  font-size: 20px;
  font-weight: bold;
}
.navbar .nav a:hover {
  background: none;
}
.navbar .nav > .active > a {
  background: none;
  font-weight: 700;
}
.navbar .nav > .active > a:hover {
  background: none;
  font-weight: 700;
}
.navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
  background: none;
  outline: 0;
  font-weight: 700;
}
.navbar .nav li .dropdown-menu {
  z-index: 2000;
  background: #f7f7f7;
  border-radius: 10px;
}

#header ul.nav li ul {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header ul.nav li ul li ul {
  margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
  position: absolute;
  right: 0;
  margin-top: 3px;
  padding-left: 20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content: none;
}

.navbar-sub {
  height: 50px;
  background: #2763ba;
}
.navbar-sub ul.links {
  float: right;
  background: #41a0e3;
  margin: 0;
  padding: 0 20px 0;
  margin-right: -5px;
}
.navbar-sub ul.links li {
  height: 50px;
  padding: 0 10px 0 0;
  display: inline-block;
  padding-top: 13px;
  color: #fff;
}
.navbar-sub ul.links li a {
  color: #fff;
  font-size: 18px;
}
.navbar-sub ul.links li:after {
  content: "|";
  padding-left: 10px;
}
.navbar-sub ul.links li:last-child {
  padding-right: 0;
}
.navbar-sub ul.links li:last-child:after {
  content: "";
  padding-left: 0;
}

ul.nav li.dropdown a {
  z-index: 1000;
  display: block;
}

select.selectmenu {
  display: none;
}

/* ===================================
5. Section: Featured
==================================== */
#featured {
  background: none;
  position: relative;
  margin: 0;
  padding: 0;
}
#featured > .row {
  margin-right: 0;
  margin-left: 0;
}
#featured .flexslider {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  margin: 0 auto;
  background: #fff;
  zoom: 1;
  overflow: hidden;
}
#featured .flexslider .slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
#featured .flexslider .slides li {
  min-height: 100vh;
  background-position: center top !important;
  background-size: cover !important;
}
#featured .controls-wrap {
  position: absolute;
  width: 1170px;
  height: 100vh;
}
#featured .controls {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
#featured .flex-direction-nav {
  top: 45%;
}
#featured .flex-direction-nav a {
  -webkit-transition: none;
}
#featured .flex-control-nav {
  bottom: 10vh;
  z-index: 100;
}

#main-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: url(../img/gradient-gray.png);
  background-size: cover;
  pointer-events: none;
  background-size: contain;
}

#fronttop-banners {
  position: absolute;
  bottom: 10vh;
  right: 10vh;
}
#fronttop-banners .fronttop-banner {
  margin-bottom: 10px;
}

#topvideo {
  padding-top: 70px;
}
#topvideo .front_video {
  padding: 2px;
  background: #eee;
  overflow: hidden;
}
#topvideo .front_video .desc {
  padding: 0 10px 0;
}

#front_center1 img {
  max-width: 100%;
}

/* ===================================
6. Sliders
==================================== */
/* --- flexslider --- */
.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  zoom: 1;
  bottom: 35px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: 0;
  padding: 25px 25px 25px 30px;
  position: absolute;
  right: 45px;
  width: 295px;
}
.flex-caption h3 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.flex-caption p {
  margin: 0 0 15px;
}

/* ===================================
7. Section: call action
==================================== */
section.callaction {
  background: #f9f9f9;
  padding: 50px 0 0 0;
}

/* ===================================
8. Section: Content
==================================== */
#content {
  position: relative;
  background: #fff;
  padding: 50px 0 20px 0;
}
#content img {
  max-width: 100%;
  height: auto;
}

/* --- Call to action --- */
.cta-text {
  text-align: center;
  margin-top: 10px;
}

.big-cta .cta {
  margin-top: 10px;
}

/* --- box --- */
.box {
  width: 100%;
}

.box-gray {
  background: #f8f8f8;
  padding: 20px 20px 30px;
}
.box-gray h4,
.box-gray i {
  margin-bottom: 20px;
}

.box-bottom {
  padding: 20px 0;
  text-align: center;
}
.box-bottom a {
  color: #fff;
  font-weight: 700;
}
.box-bottom a:hover {
  color: #eee;
  text-decoration: none;
}

/* ===================================
5-1. Donation
==================================== */
#donation {
  background: none;
  position: relative;
  margin: 0;
  padding: 0;
}
#donation > .row {
  margin-right: 0;
  margin-left: 0;
}
#donation .donation {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-height: 520px;
  margin: 0 auto;
  background: #fff;
  zoom: 1;
  overflow: hidden;
}
#donation .donation .left {
  float: left;
}
#donation .donation .right {
  float: left;
  width: 50vw;
  height: 100vh;
  background-color: #2763ba;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#donation .donation .right h3 {
  color: #fff;
  font-size: 30px;
  font-family: "Nanum Myeongjo", "Batang", serif;
  padding: 20px 0 20px;
}
#donation .donation .right p {
  font-size: 18px;
  line-height: 180%;
}
#donation .donation .right a {
  color: #b6b6b6;
}
#donation .donation .right .donation-btn {
  display: inline-block;
  width: 200px;
  padding: 10px;
  background-color: #ffcc00;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
}
#donation .donation .right .donation-btn a {
  color: #444;
}
#donation .donation .right .greet {
  display: inline-block;
  padding: 20px;
  width: 600px;
  margin: 30px auto;
  background-color: #1f497d;
  color: #fff;
  line-height: 160%;
}

/* ===================================
9. Section: Bottom
==================================== */
#bottom {
  background: #fcfcfc;
  padding: 50px 0 0;
}

/* twitter */
#twitter-wrapper {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

#twitter em {
  font-style: normal;
  font-size: 13px;
}
#twitter em.twitterTime a {
  font-weight: 600;
}
#twitter ul {
  padding: 0;
  list-style: none;
}
#twitter ul li {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  word-break: break-word;
}

/* ===================================
10. Inner - Section: page headline
==================================== */
#inner-headline {
  background: #252525;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fefefe;
}
#inner-headline .inner-heading h2 {
  color: #fff;
  margin: 20px 0 0 0;
}
#inner-headline ul.breadcrumb {
  margin: 30px 0 0;
  float: left;
}
#inner-headline ul.breadcrumb li {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  color: #fff;
}
#inner-headline ul.breadcrumb li i {
  color: #dedede;
}
#inner-headline ul.breadcrumb li a {
  color: #fff;
}

/* --- breadcrumbs --- */
ul.breadcrumb li a:hover {
  text-decoration: none;
}

/* ============================
11. Forms
============================= */
/* --- contact form  ---- */
form#contactform input[type=text] {
  width: 100%;
  border: 1px solid #f5f5f5;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form#contactform textarea {
  border: 1px solid #f5f5f5;
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form#contactform .validation {
  font-size: 11px;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

/* --- comment form ---- */
form#commentform input[type=text] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
form#commentform textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

/* --- search form --- */
/*
.search {
  float: right;
  margin: 35px 0 0;
  padding-bottom: 0;
}
*/
#inner-headline form.input-append {
  margin: 0;
  padding: 0;
}

/* ===============================
12. Portfolio
================================ */
.work-nav #filters {
  margin: 0;
  padding: 0;
  list-style: none;
}
.work-nav #filters li {
  margin: 0 10px 30px 0;
  padding: 0;
  float: left;
}
.work-nav #filters li a {
  color: #7F8289;
  font-size: 16px;
  display: block;
}
.work-nav #filters li a.selected {
  color: #DE5E60;
}

#thumbs {
  margin: 0;
  padding: 0;
}
#thumbs li {
  list-style-type: none;
}

.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}
.item-thumbs a + img {
  width: 100%;
}
.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.item-thumbs:hover .hover-wrap, .item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 50%;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #000;
}
.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  border-radius: 60px;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* --- Portolio filter --- */
ul.portfolio-categ {
  margin: 10px 0 30px 0;
  padding: 0;
  float: left;
  list-style: none;
}
ul.portfolio-categ li {
  margin: 0;
  padding: 0 20px 0 0;
  float: left;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
}
ul.portfolio-categ li a {
  display: block;
  padding: 35x 0 35x 0;
  color: #353535;
}
ul.portfolio-categ li.active a:hover {
  text-decoration: none;
  outline: 0;
}
ul.portfolio-categ li a:hover, ul.portfolio-categ li a:focus, ul.portfolio-categ li a:active {
  text-decoration: none;
  outline: 0;
}

/* --- portfolio detail --- */
.top-wrapper {
  margin-bottom: 20px;
}

/* ===============================
13. Elements
================================ */
/* --- blockquote --- */
blockquote {
  font-weight: 400;
  padding-left: 0;
  color: #a2a2a2;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a {
  color: #555;
}
blockquote cite a:visited {
  color: #555;
}

/* --- pullquotes --- */
.pullquote-left {
  display: block;
  color: #a2a2a2;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-left: 20px;
}

.pullquote-right {
  display: block;
  color: #a2a2a2;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-right: 20px;
}

/* --- button --- */
.btn-theme {
  color: #fff;
}
.btn-theme:hover {
  color: #eee;
}

/* --- list style --- */
ul.general {
  list-style: none;
  margin-left: 0;
}
ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.link-list li {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none;
}

/* --- Heading style --- */
h4.heading {
  font-weight: 700;
}

.heading {
  margin-bottom: 30px;
  position: relative;
}

.widgetheading {
  width: 100%;
  padding: 0;
}

#bottom .widgetheading {
  position: relative;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 9px;
}

aside .widgetheading {
  position: relative;
  border-bottom: #e9e9e9 1px solid;
  padding-bottom: 9px;
}

footer .widgetheading,
footer .widget .social-network {
  position: relative;
}

#bottom .widget .widgetheading span,
aside .widget .widgetheading span,
footer .widget .widgetheading span {
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -1px;
  right: 0;
}

/* --- Map --- */
.map {
  position: relative;
  margin-top: -50px;
  margin-bottom: 40px;
}

/* google map */
#google-map {
  position: relative;
  height: 450px;
}

/* --- our team --- */
ul.team-detail {
  margin: -10px 0 0 0;
  padding: 0;
  list-style: none;
}
ul.team-detail li {
  border-bottom: 1px dotted #e9e9e9;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  list-style: none;
}
ul.team-detail li label {
  font-size: 13px;
}
ul.team-detail li h4,
ul.team-detail li label {
  margin-bottom: 0;
}
ul.team-detail li ul.social-network {
  border: none;
  margin: 0;
  padding: 0;
}
ul.team-detail li ul.social-network li {
  border: none;
  margin: 0;
}
ul.team-detail li ul.social-network li i {
  margin: 0;
}

/* --- Pricing box --- */
.pricing-title {
  background: #fff;
  text-align: center;
  padding: 10px 0 10px 0;
}
.pricing-title h3 {
  font-weight: 600;
  margin-bottom: 0;
}

.pricing-offer {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 40px 0;
  font-size: 18px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer {
  color: #fff;
}

.pricing-offer strong {
  font-size: 78px;
  line-height: 89px;
}
.pricing-offer sup {
  font-size: 28px;
}

.pricing-content {
  background: #fff;
  text-align: center;
  font-size: 14px;
}
.pricing-content strong {
  color: #353535;
}
.pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-content ul li {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  padding: 15px 0 15px 0;
  margin: 0 0 0 0;
  color: #888;
}

.pricing-action {
  margin: 0;
  background: #fcfcfc;
  text-align: center;
  padding: 20px 0 30px 0;
}

.pricing-wrapp {
  margin: 0 auto;
  width: 100%;
  background: #fd0000;
}

/* --- pricing box alt 1 --- */
.pricing-box-alt {
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pricing-box-alt .pricing-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 0px 0;
  display: block;
}
.pricing-box-alt.special .pricing-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 1px 0;
  border-bottom: none;
  display: block;
  color: #fff;
}
.pricing-box-alt.special .pricing-heading h3 {
  color: #fff;
}
.pricing-box-alt .pricing-heading h3 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
}
.pricing-box-alt .pricing-heading h3 strong {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
}
.pricing-box-alt .pricing-terms {
  text-align: center;
  background: #333;
  display: block;
  overflow: hidden;
  padding: 30px 0 20px;
}
.pricing-box-alt .pricing-terms h6 {
  font-style: italic;
  margin-top: 10px;
  color: #fff;
  font-family: "Noto Serif", serif;
}
.pricing-box-alt .icon .price-circled {
  margin: 10px 10px 10px 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 68px;
  height: 68px;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 68px;
  text-shadow: none;
  cursor: pointer;
  background-color: #888;
  border-radius: 64px;
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
}
.pricing-box-alt .pricing-action {
  margin: 0;
  text-align: center;
  padding: 30px 0 30px 0;
}

/* ===============================
14. Blog & article
================================ */
article {
  margin-bottom: 40px;
}
article .post-heading h3 {
  margin-bottom: 20px;
}
article .post-heading h3 a {
  font-weight: 700;
  color: #353535;
}
article .post-heading h3 a:hover {
  text-decoration: none;
}

/* --- post meta --- */
.post-meta {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-top: none;
  text-align: center;
}
.post-meta .format {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}
.post-meta i {
  margin: 0;
}
.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}
.post-meta .date span {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-weight: 600;
}
.post-meta .comments {
  padding: 10px 0 10px;
}
.post-meta .comments a {
  color: #999;
  font-size: 12px;
  font-weight: 700;
}
.post-meta .comments a:hover {
  text-decoration: none;
}

/* --- post format --- */
.post-image,
.post-quote,
.post-video,
.post-audio,
.post-link,
.post-slider {
  margin-bottom: 20px;
}

.post-quote blockquote {
  font-size: 16px;
  color: #999;
  font-family: "Noto Serif", serif;
  font-style: italic;
  line-height: 1.6em;
}

.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
  -moz-box-shadow: 0 0 2px #979797;
  box-shadow: 0 0 2px #979797;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.meta-post li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  border-right: 1px dotted #e9e9e9;
  padding-right: 10px;
}
ul.meta-post li i {
  float: left;
  font-size: 12px;
  margin: 2px 5px 0 0;
}
ul.meta-post li a {
  color: #999;
  float: left;
  font-size: 12px;
  font-weight: 600;
}

/* --- single post --- */
.bottom-article {
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0 10px 0;
  margin-top: 20px;
}

/* --- author info --- */
.about-author {
  border: 1px solid #f5f5f5;
  padding: 20px;
  float: left;
  margin-bottom: 5px;
}
.about-author h5 {
  margin-bottom: 10px;
}

/* --- Comment --- */
.comment-area {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.media-content {
  overflow: hidden;
  margin-left: 12px;
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 20px;
}
.media-content h6 {
  font-size: 14px;
  font-weight: 700;
}
.media-content span {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
}

.comment-area .thumbnail > img {
  display: block;
  width: 60px;
  height: 60px;
}

.filter-list {
  margin-top: 20px;
}

/* --- pagination --- */
#pagination a,
#pagination span {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  padding: 7px 10px 6px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #888;
  font-weight: 600;
}
#pagination a:hover {
  color: #fff;
  text-decoration: none;
}
#pagination span.current {
  background: #333;
  color: #fff;
  font-weight: bold;
}

/* ===============================
15. Aside, sidebar
================================ */
aside {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-nav {
  float: left;
  width: 100%;
}

.right-sidebar {
  border-left: 1px solid #f5f5f5;
  padding: 0 0 0 30px;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
}

.left-sidebar {
  border-right: 1px solid #f5f5f5;
  padding: 0 30px 0 0;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.01);
}
.left-sidebar .widget h3,
.left-sidebar .widget .widget-content {
  padding-right: 20px;
}

aside .widget {
  margin-bottom: 40px;
}

ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
  margin: 0 0 15px 0;
  list-style: none;
}
ul.cat li a {
  color: #656565;
}
ul.folio-detail li a {
  color: #656565;
}
ul.folio-detail li label {
  display: inline;
  cursor: default;
  color: #353535;
  font-weight: bold;
}

.widget ul.recent li {
  margin-bottom: 20px;
}

ul.recent li h6 {
  margin: 0 0 10px 0;
}
ul.recent li h6 a {
  color: #353535;
  font-size: 16px;
  font-weight: 600;
}

.widget ul.tags {
  list-style: none;
  margin: 0;
  margin-left: 0;
  padding-left: 0;
}
.widget ul.tags li {
  margin: 0 5px 15px 0;
  display: inline-block;
}
.widget ul.tags li a {
  background: #e6e6e6;
  color: #333;
  padding: 5px 10px;
}
.widget ul.tags li a:hover {
  text-decoration: none;
  color: #fff;
}
.widget .flickr_badge {
  width: 100%;
}
.widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

.sidebar {
  width: 280px;
  margin-top: 30px;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .banner {
  margin-bottom: 20px;
}
/* ===== Widgets ===== */
/* --- flickr --- */
footer .widget .flickr_badge {
  width: 100%;
}
footer .widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

.flickr_badge img {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */
.twitter ul {
  margin-left: 0;
  list-style: none;
}
.twitter img {
  float: left;
  margin-right: 15px;
}
.twitter span.tweet_time {
  display: block;
  padding-bottom: 5px;
}
.twitter li {
  border-bottom: 1px dashed #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
}
.twitter li:last-child {
  border: none;
}

/* --- Recent post widget --- */
.recent-post {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 18px;
}
.recent-post h5 a:hover {
  text-decoration: none;
}
.recent-post .text h5 a {
  color: #353535;
}

ul.time-post {
  float: left;
  width: 120px;
  padding: 0;
  list-style: none;
  margin: 0 20px 0 0;
  text-align: center;
  color: #0e0f0f;
}
ul.time-post li {
  float: none;
  background: #f8f8f8;
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}
ul.time-post li a img:hover {
  opacity: 0.8;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* For IE 8 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
ul.time-post li.time {
  float: none;
  padding: 5px 0 5px 0;
  text-shadow: none;
}

.recent-post ul.time-post li.time {
  color: #121214;
}

.post-meta {
  margin-bottom: 20px;
}
.post-meta span {
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
}
.post-meta span a {
  color: #919191;
}
.post-meta strong {
  font-weight: 200px;
  color: #c7c7c7;
}

.item .text {
  margin-left: 140px;
  margin-bottom: 20px;
}

/* ===============================
16. Footer
================================ */
/*
footer {
  padding: 50px 0 0 0;
  //color: #f8f8f8;
  a {
    //color: #fff;
    &:hover {
      color: #eee;
    }
  }
  h1, h2, h3, h4, h5, h6 {
    color: #fff;
  }
  address {
    line-height: 1.6em;
  }
  h5 a:hover, a:hover {
    text-decoration: none;
  }
}
*/
ul.social-network {
  list-style: none;
  margin: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}

#sub-footer {
  text-shadow: none;
  color: #f5f5f5;
  padding: 0;
  padding-top: 30px;
  margin: 20px 0 0 0;
}
#sub-footer p {
  margin: 0;
  padding: 0;
}
#sub-footer span {
  color: #f5f5f5;
}

.copyright {
  text-align: left;
  font-size: 12px;
}

#sub-footer ul.social-network {
  float: right;
}

/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */
.bs-docs-example {
  margin: 0 0 10px 0;
}

.demobtn a.btn {
  margin: 0 10px 10px 0;
}

section.demogrid .col-lg-1,
section.demogrid .col-lg-2,
section.demogrid .col-lg-3,
section.demogrid .col-lg-4,
section.demogrid .col-lg-5,
section.demogrid .col-lg-6,
section.demogrid .col-lg-7,
section.demogrid .col-lg-8,
section.demogrid .col-lg-9,
section.demogrid .col-lg-10,
section.demogrid .col-lg-11 {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 20px;
}
section.demogrid .show-grid .row,
section.demogrid .show-grid .row-fluid {
  margin-bottom: 0;
}
section.demogrid .show-grid .nest {
  background: #ddd;
  text-align: center;
  padding: 20px 0 20px;
}
section.demogrid .col-lg-12.nest {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 0;
}

.demoinline p {
  display: inline;
  margin-right: 20px;
}

/* ===============================
17. Divider, Line & Misc
================================ */
.solidline {
  border-top: 1px solid #f5f5f5;
  margin: 0 0 30px;
}

.dottedline {
  border-top: 1px dotted #f5f5f5;
  margin: 0 0 30px;
}

.dashedline {
  border-top: 1px dashed #f5f5f5;
  margin: 0 0 30px;
}

.blankline {
  height: 1px;
  margin: 0 0 30px;
}

/* scroll to top */
.scrollup {
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: 0px;
  right: 20px;
  background: #222;
}

a.scrollup {
  outline: 0;
  text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}
a.scrollup i {
  margin-top: 10px;
  color: #fff;
}
a.scrollup i:hover {
  text-decoration: none;
}

/* =============================
18. Position & alignment
============================= */
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.aligncenter {
  text-align: center;
}
.aligncenter span {
  margin-left: 0;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.floatnone {
  float: none;
}

.aligncenter {
  text-align: center;
}

/* --- Image allignment style --- */
img.pull-left,
.align-left,
.widget img.pull-left {
  float: left;
  margin: 0 15px 15px 0;
}

img.pull-right,
.align-right {
  float: right;
  margin: 0 0 15px 15px;
}

article img.pull-left,
article .align-left {
  float: left;
  margin: 5px 15px 15px 0;
}
article img.pull-right,
article .align-right {
  float: right;
  margin: 5px 0 15px 15px;
}

/* =============================
20. Spacer, margin
============================= */
.clear-marginbot {
  margin-bottom: 0;
}

.marginbot10 {
  margin-bottom: 10px;
}

.marginbot20 {
  margin-bottom: 20px;
}

.marginbot30 {
  margin-bottom: 30px;
}

.marginbot40 {
  margin-bottom: 40px;
}

.clear-margintop {
  margin-top: 0;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.margintop30 {
  margin-top: 30px;
}

.margintop40 {
  margin-top: 40px;
}

/* =============================
21. Media queries
============================= */
@media (min-width: 768px) and (max-width: 979px) {
  a.detail {
    background: none;
    width: 100%;
  }
  footer .widget form input#appendedInputButton {
    display: block;
    width: 91%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
  footer .widget form .input-append .btn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }
  ul.related-folio li {
    width: 156px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-brand {
    margin-top: 10px;
    border-bottom: none;
  }
  .navbar-header {
    margin-top: 20px;
    border-bottom: none;
  }
  .navbar-nav {
    border-top: none;
    float: none;
    width: 100%;
  }
  #header .navbar-nav > li {
    padding-bottom: 0;
    padding-top: 0;
  }
  #header .nav li .dropdown-menu {
    margin-top: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .navbar-collapse.collapse {
    border: none;
    overflow: hidden;
  }
  .box {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
  }
  #featured .flexslider .slide-caption {
    width: 90%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: -40px;
  }
  #inner-headline .breadcrumb {
    float: left;
    clear: both;
    width: 100%;
  }
  .breadcrumb > li {
    font-size: 13px;
  }
  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .left-sidebar {
    border-right: none;
    padding: 0 0 0 0;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .right-sidebar {
    margin-top: 30px;
    border-left: none;
    padding: 0 0 0 0;
  }
  footer .col-lg-1,
  footer .col-lg-2,
  footer .col-lg-3,
  footer .col-lg-4,
  footer .col-lg-5,
  footer .col-lg-6,
  footer .col-lg-7,
  footer .col-lg-8,
  footer .col-lg-9,
  footer .col-lg-10,
  footer .col-lg-11,
  footer .col-lg-12 {
    margin-bottom: 20px;
  }
  #sub-footer ul.social-network {
    float: left;
  }
  [class*=span] {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .bottom-article a.pull-right {
    float: left;
    margin-top: 20px;
  }
  .search {
    float: left;
  }
  .flexslider .flex-caption {
    display: none;
  }
  .cta-text {
    margin: 0 auto;
    text-align: center;
  }
  ul.portfolio li article a i {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
.widget_daehan_gallery2 {
  margin-bottom: 50px;
}

#sitelinks {
  margin-bottom: 50px;
}

/* container */
.wrapper {
  margin: 0 auto;
  width: 100%;
}

.container {
  width: 1170px;
  margin: 0 auto;
  /*
  h3 {
    display: block;
    width: 100%;

    font-size: 36px;
    padding-bottom: 30px;
    line-height: 130%;

    color: #444;
    border: 0;
    //border-bottom: 1px solid #e5e5e5;
  }
  */
}

.view-all {
  float: right;
  width: 75px;
  position: absolute;
  top: 10px;
  right: 0;
}

.form-control {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 0px;
  color: #444;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: middle;
  box-shadow: none;
  transition: none;
}

.form-control:focus {
  box-shadow: none;
}

.panel-heading {
  font-size: 14px;
}

/* header */
#header {
  color: #fff;
  display: block;
  clear: both;
  width: 100%;
  z-index: 999;
  width: 100%;
  background: transparent;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  left: 0;
}
#header .header {
  height: 35px;
  padding-top: 8px;
}
#header .header-top-menu {
  float: right;
  height: 25px;
  line-height: 30px;
  margin-top: 8px;
}
#header .header-top-menu .fa {
  color: #fff;
}
#header .header-top-menu li {
  float: left;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
}
#header .header-top-menu li a {
  color: #fff;
  font-size: 12px;
}
#header .header-top-menu select {
  width: 80px;
  height: 20px;
  color: #555;
  font-size: 13px;
  border: 1px solid #bbbbbb;
  box-shadow: none;
  background: #fff;
}
#header .header_logo {
  height: 95px;
  border-bottom: solid 1px #efefef;
}
#header .header_logo .logo,
#header .header_logo .logo2 {
  float: left;
  margin-top: 10px;
  padding: 0 20px 0;
}
#header .header_logo .logo img,
#header .header_logo .logo2 img {
  width: 250px;
}
#header .header_logo .logo2 {
  display: none;
}
#header .fa {
  padding-right: 5px;
}
#header .badge {
  margin-left: 5px;
  font-size: 10px;
}
#header .search {
  float: right;
  background-color: #fff;
  border-radius: 15px;
}
#header .search #header_search {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 10px;
}
#header .search input.form-control {
  border: none;
}
#header .search .btn {
  border: none;
  background-color: #fff;
}
#header .search .btn.focus,
#header .search .btn:focus,
#header .search .btn:hover {
  color: #333;
}
#header .search .btn.focus .fa,
#header .search .btn:focus .fa,
#header .search .btn:hover .fa {
  color: #333;
}
#header .search i.fa {
  color: #666;
}
#header.header_on {
  background-color: #fff;
}
#header.header_on .logo {
  display: none;
}
#header.header_on .logo2 {
  display: block;
}
#header.header_on .navbar .nav > li > a {
  color: #000;
}
#header.header_on .search #header_search {
  border: solid 1px #eee;
}
#header.header_on .header-top-menu li {
  color: #666;
}
#header.header_on .header-top-menu li i,
#header.header_on .header-top-menu li a {
  color: #666;
}

#header.reduced .header {
  display: none;
}
#header.reduced .header_logo {
  height: 70px;
}

.frontpage #header.reduced {
  display: none;
}
.frontpage #header .header_logo {
  border-bottom: none;
}

.header_line {
  background: #082a47;
  height: 3px;
  line-height: 3px;
  clear: both;
  width: 100%;
}

.notifications {
  position: relative;
  cursor: pointer;
}

.notifications-list {
  color: #060606;
  border-bottom: 1px solid #ededed;
  display: block;
  overflow: hidden;
  line-height: 25px;
}
.notifications-list a:link {
  color: #060606;
}
.notifications-list a:active, .notifications-list a:hover {
  color: #2773ae;
}

.notifications-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  width: 330px;
  background-color: #f5f5f6;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #f8f8f8;
  padding: 5px 15px;
}
.notifications-menu .external {
  background-color: #FFF;
  display: block;
}
.notifications-menu .external a {
  background-color: #fff;
  color: #e9423f;
}

.notifications-list .point {
  color: #ec5956 !important;
  text-align: center;
}
.notifications-list span {
  padding-top: 10px;
  font-size: 11px;
}

.m_nav {
  padding: 8px 10px 0 0;
}

nav,
.pagination {
  text-align: center;
}
nav a,
.pagination a {
  font-size: 13px;
}

#side_menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#side_menu .side_wr {
  width: 250px;
  background: #222222;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 0 10px #000;
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
  webkit-overflow-scrolling: touch;
}
#side_menu .side_wr .side_inner_rel {
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden;
}
#side_menu .side_wr .side_inner_abs {
  position: absolute;
  width: 100%;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#side_menu .m_menu li {
  display: block;
  line-height: 40px;
  border-top: 1px solid #323232;
  position: relative;
  padding-left: 20px;
}
#side_menu .m_menu li a.text_link {
  display: inline-block;
  width: 65%;
  white-space: nowrap;
}
#side_menu .m_menu li a:hover {
  color: #7080b1;
}
#side_menu .m_menu span {
  position: absolute;
  right: 20px;
  top: 15px;
}
#side_menu li {
  color: #fff;
}
#side_menu li > a, #side_menu li.active > a {
  color: #fff;
}
#side_menu li > a:hover, #side_menu li > a:focus {
  color: #fff;
}
#side_menu .dropdown-custom-menu {
  background: #222222;
  overflow: hidden;
  width: 100%;
  display: none;
}
#side_menu .dropdown-custom-menu li {
  height: 40px;
  line-height: 40px;
  border: none !important;
  padding-left: 10px;
  background: none;
}
#side_menu .dropdown-custom-menu li a {
  color: #888;
}
#side_menu .dropdown-custom-menu li a:hover {
  color: #7080b1;
}
#side_menu .m_login {
  text-align: center;
  margin: 10px;
}
#side_menu .m_login span {
  padding: 0 5px;
}
#side_menu .m_board {
  background: #000;
  clear: both;
  margin: 0;
}
#side_menu .m_board li {
  display: block;
  line-height: 40px;
  position: relative;
  padding-left: 35px;
}
#side_menu .m_board li a:hover {
  color: #7080b1;
}
#side_menu .m_board span {
  position: absolute;
  top: 13px;
  left: 10px;
  padding-right: 10px;
}
#side_menu .m_search {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 100%;
  text-align: center;
}

body.over_hidden {
  overflow: hidden;
}

#sidemenu2 .sidebar_menu {
  display: block;
  margin: 0;
  padding: 5px 0 10px;
  font-weight: bold;
  font-size: 15px;
  color: #0f5186;
}
#sidemenu2 .sidebar_menu .headline {
  margin: 25px 0 25px;
}
#sidemenu2 .sidebar_menu .headline h3 {
  display: inline-block;
  margin: 0 0 -2px;
  padding: 0 10px 5px 25px;
  font-size: 26px;
  border-bottom: none;
}
#sidemenu2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidemenu2 ul li {
  display: block;
  margin: 0;
  padding: 15px 10px 15px 25px;
  font-size: 18px;
  font-weight: normal;
  color: #0f5186;
  border-bottom: 1px solid #ddd;
}
#sidemenu2 ul li a {
  color: #444;
  font-weight: bold;
  font-size: 17px;
}
#sidemenu2 ul li.on {
  background: #0f6bbb;
  border-bottom: none;
  color: #fff;
}
#sidemenu2 ul li.on a {
  color: #fff;
}
#sidemenu2 ul li.on .carat {
  float: right;
  width: 21px;
  height: 11px;
  background: url(../img/home/carat.png);
  margin-top: 8px;
}
#sidemenu2 ul li:last-child {
  border-bottom: none;
}
#sidemenu2 ul li.divider {
  border-bottom: none;
  padding: 0px;
}
#sidemenu2 ul li.dropdown-header {
  border-bottom: none;
  font-weight: bold;
  padding-left: 25px;
  color: #0f6bbb;
  border-bottom: 1px solid #ddd;
}
#sidemenu2 ul.level2 {
  padding: 15px 10px 15px 30px;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}
#sidemenu2 ul.level2 li {
  border-bottom: none;
  font-size: 12px;
  margin: 0;
  padding: 6px 0 6px;
  background: inherit;
  line-height: 140%;
  color: #444;
}
#sidemenu2 ul.level2 li a {
  color: #000;
  font-weight: normal;
  font-size: 15px;
}
#sidemenu2 ul.level2 li.on a {
  font-weight: bold;
}
#sidemenu2 ul.level3 {
  padding: 0px 10px 10px 15px;
  border-bottom: none;
}
#sidemenu2 ul.level3 li {
  border-bottom: none;
  font-size: 11px;
  margin: 0;
  padding: 6px 0 6px;
}
#sidemenu2 ul.level3 li a {
  color: #000;
  font-weight: normal;
  font-size: 14px;
}
#sidemenu2 ul.level3 li.on a {
  font-weight: bold;
}
#sidemenu2 ul.level1 {
  border-top: 1px solid #ddd;
}

/* main */
.main {
  width: 100%;
  clear: both;
  margin: 40px 0;
}
.main .navbar-form {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px;
}

.subpage .main {
  margin-top: 180px;
}

.mainbox {
  padding-top: 30px;
  font-size: 14px;
}
.mainbox p {
  margin: 0;
}

.mainbox .board .nav-tabs {
  border-bottom: none;
}

/* footer */
footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 50px;
  color: #300040;
}
footer a {
  color: #444;
}
footer .logo {
  float: left;
  width: 190px;
}
footer .text {
  float: left;
}
footer .company {
  margin-bottom: 7px;
  clear: both;
}
footer .company li {
  float: left;
  padding-right: 10px;
}
footer .links {
  margin-bottom: 10px;
  padding-bottom: 20px;
  clear: both;
}
footer .links li {
  float: left;
  padding-right: 10px;
  font-size: 16px;
}
footer .see_mobile {
  clear: both;
  margin: 0 auto;
  text-align: center;
}
footer .copyright {
  clear: both;
  padding: 5px 25px 0;
  font-size: 12px;
}
footer .copyright span {
  padding-right: 7px;
}

.media {
  clear: both;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-heading {
  font-size: 14px;
  overflow: hidden;
}

.media-body .media-info {
  font-size: 11px;
  color: #666;
}
.media-body .media-info span {
  padding-right: 10px;
}

/* 위젯 박스 */
.section_01 {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.section_01 .sec_title {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 8px 0;
  font: bold 12px Arial, Geneva, sans-serif;
  border-bottom: 1px solid #ddd;
}

.section_01 .sec_body {
  padding: 0;
}

.section_02 {
  display: block;
  position: relative;
  background-color: #fff;
  x-border: 1px solid #e5e5e5;
  *zoom: 1;
  border-radius: 10px;
}

.section_02 .sec_title {
  display: block;
  margin: 0;
  padding: 10px 15px 10px 15px;
  *padding: 12px 15px 8px 15px;
  font: bold 12px Arial, Geneva, sans-serif;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}

.section_03 {
  position: relative;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  *zoom: 1;
  border-radius: 3px;
  margin-right: 30px;
}
.section_03 .sec_title {
  display: block;
  margin: 0;
  padding: 10px 15px 10px 15px;
  font-weight: bold;
  font-size: 15px;
  color: #00698c;
  border-bottom: 1px solid #ddd;
  background-color: #e2e9f1;
}
.section_03 .sec_title a {
  color: #00698c;
}

.section_04 {
  position: relative;
  padding: 0;
  background-color: #ff0000;
  border: 3px solid #ffcc00;
  color: #fff;
  *zoom: 1;
}
.section_04 .sec_title {
  display: block;
  margin: 0;
  padding: 10px 15px 10px 15px;
  *padding: 12px 15px 8px 15px;
  font: bold 12px Arial, Geneva, sans-serif;
  color: #ffcc00;
  border-bottom: 1px solid #ffcc00;
}

.sec_body {
  overflow: hidden;
  margin: 0;
  padding: 15px;
  font: 14px "나눔고딕", "맑은 고딕", 돋움, Dotum;
  line-height: 150%;
  color: #222;
}

.sec_body a,
.sec_body a:visited {
  color: #444;
  font-size: 14px;
  x-color: #66bced;
}

.sec_body a:hover {
  color: #000;
}

.sec_body a:active {
  color: #ff6600;
}

/* sidebar */
.sidebar .headline {
  display: block;
  margin-bottom: 15px;
}
.sidebar .headline h3 {
  display: inline-block;
  margin: 0 0 -2px;
  padding-bottom: 5px;
  font-size: 15px;
}
.sidebar .loginbox {
  overflow: hidden;
}
.sidebar .loginbox .text {
  padding-top: 5px;
}
.sidebar .loginbox .text li {
  float: left;
  padding-right: 7px;
}
.sidebar .welcome {
  overflow: hidden;
}
.sidebar .welcome ul {
  overflow: hidden;
}
.sidebar .welcome li {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}
.sidebar .sidebar_latest li {
  padding-bottom: 10px;
}
.sidebar .tag-clouds {
  overflow: hidden;
}
.sidebar .tag-clouds ul li {
  float: left;
  padding-right: 10px;
}

.sns_tabs {
  height: 450px;
  position: relative;
  width: 100%;
  clear: both;
}

.sns_icons {
  margin: 10px 0 0px;
  x-border: solid 1px #eee;
  border-radius: 5px;
  padding: 5px;
  text-align: right;
}

.sns_icons img {
  width: 36px;
}

.sns_icons .desc a {
  font-size: 12px;
  color: #666;
}

#sns_tab2 {
  border: solid 1px #e9ebee;
}

.sns_tabs ul.tabNavigation {
  list-style: none;
  margin: 5px 0 20px;
  padding: 0px 0;
  border-bottom: solid 2px #444;
}
.sns_tabs ul.tabNavigation li {
  display: table-cell;
  border-spacing: 0px;
  padding: 5px;
}
.sns_tabs ul.tabNavigation li:last-child {
  border-right: none;
}
.sns_tabs ul.tabNavigation li a {
  font-weight: normal;
  font-size: 24px;
  color: #000000;
  margin: 0;
  padding: 2px;
}
.sns_tabs ul.tabNavigation li a.selected,
.sns_tabs ul.tabNavigation li a:hover {
  text-decoration: none;
}
.sns_tabs ul.tabNavigation li a:focus {
  outline: 0;
}

.newsletter_subscript {
  padding: 15px;
  border: solid 1px #0f6bbb;
}
.newsletter_subscript h3 {
  font-size: 24px;
  margin-top: 0px;
  color: #000;
  border-bottom: none;
  line-height: 130%;
}
.newsletter_subscript .form input[type=text] {
  width: 100%;
  height: 40px;
  padding: 5px 10px 5px;
}
.newsletter_subscript .form .offer {
  text-align: center;
  height: 40px;
  margin-top: 10px;
  color: #000;
}
.newsletter_subscript .btn_wrap {
  text-align: center;
  padding-bottom: 5px;
}
.newsletter_subscript .btn_wrap input[type=submit] {
  width: 70%;
  background: #1f497d;
  color: #fff;
  border: none;
  height: 40px;
  font-size: 16px;
}

/* btn */
#sitelinks ul {
  padding: 0;
  margin: 0;
}
#sitelinks ul li {
  margin: 10px 15px 10px;
  padding: 10px 8px 8px;
  display: inline-block;
  width: 250px;
  height: 63px;
  background: #62a0d0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-bottom: 13px solid transparent;
  border-image: url(../img/home/sidelink_bg.jpg) 30 stretch;
}
#sitelinks ul li a {
  color: #fff;
  font-size: 18px;
}
#sitelinks ul li a:hover {
  text-decoration: none;
}
#sitelinks ul li a span {
  font-size: 14px;
}
#sitelinks ul li:after {
  content: "";
  height: 18px;
  width: 250px;
}
#sitelinks ul li:nth-child(1) {
  background: #62a0d0;
}
#sitelinks ul li:nth-child(2) {
  background: #2796ba;
}
#sitelinks ul li:nth-child(3) {
  background: #2ca465;
}
#sitelinks ul li:nth-child(4) {
  background: #32b7a7;
}

/* modal */
.modal-body .number {
  padding-bottom: 10px;
}
.modal-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-body .profile-info {
  overflow: hidden;
}

.help-inline {
  display: inline-block;
  color: #737373;
  margin-left: 10px;
  padding-top: 7px;
  vertical-align: middle;
}

.nopost {
  text-align: center;
  padding: 120px 0 !important;
}

textarea.dhtmleditor {
  width: 100%;
  height: 350px;
}

.latest_comment_count {
  font-size: 11px;
  color: #FF7700;
  margin-left: 5px;
  font-weight: bold;
}

.highlight {
  font-weight: bold;
  color: #7519FF;
}

/* Sideview */
#nameContextMenu {
  background: #000;
  color: #fff;
  padding: 4px 8px 6px;
  z-index: 10000;
}
#nameContextMenu a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: block;
}
#nameContextMenu a:hover {
  color: #ff0000;
}
#nameContextMenu td {
  border: 0px !important;
}

@media (max-width: 1170px) {
  .container {
    width: 98%;
  }
}
/* Document */
.document {
  color: #111;
  padding: 0px 20px 20px;
  font-size: 16px;
  line-height: 150%;
}
.document h3 {
  border-bottom: none;
}
.document h4 {
  font-size: 25px;
  color: #0f6bbb;
}
.document h5 {
  font-size: 20px;
  color: #0f6bbb;
}
.document h6 {
  font-size: 16px;
  color: #0f6bbb;
}
.document h6.desc {
  margin-top: -12px;
}
.mebersmonth {
  padding: 10px;
  color: #b30000;
  font-size: 14px;
  background: #dbeef0;
  border: solid 2px #abcfe0;
  border-radius: 10px;
}

.mebersmonth .names {
  color: #00698c;
  font-weight: bold;
}

/* latest */
.latest td {
  font-size: 14px;
}

.latest td a {
  color: #444;
}

/* more */
.read-more {
  display: inline-block;
  display: none;
}

.read-morebar {
  padding: 5px 10px 20px;
  color: #ff0000;
  cursor: pointer;
}

.read-morebar.showless {
  display: none;
}

/*simpleTabs_button*/
.simpleTabs_button {
  list-style: none;
  font-size: 0;
}

.simpleTabs_button li {
  display: inline-block;
  font-size: 15px;
  padding: 10px 20px;
  margin: 0 5px 5px 0;
  border: 1px solid #e9ecef;
  text-align: center;
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.simpleTabs_button li.active {
  background: #f1f3f5;
}

/*simpleTabs_contents*/
[data-st-title] {
  min-height: 100px;
  padding: 10px;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
}

[data-st-title].active {
  opacity: 1;
}

/*button - (simpleTabs_button)*/
.main_tabs > ul {
  margin: 0;
  height: 65px;
}
.main_tabs > .simpleTabs_button > li {
  float: left;
  margin: 0;
  padding: 15px 30px 0;
  height: 63px;
  border: none;
  border-right: 2px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  border-bottom: none;
}
.main_tabs > .simpleTabs_button > li:nth-child(1) {
  border-left: 2px solid #e5e5e5;
}
.main_tabs > .simpleTabs_button > li.active {
  height: 67px;
  background: #fff;
  border: 2px solid #000;
  border-bottom: 2px solid #fff;
}
.main_tabs > .simpleTabs_contents {
  margin-top: 0px;
  padding: 5px 0px 5px;
  color: #333;
  border-top: 2px solid #000;
}

#mag_content_main #mag_content li {
  list-style: disk;
}
#mag_content_main #mag_content p {
  margin-bottom: 20px;
}
#mag_content_main #mag_content blockquote {
  padding-left: 20px;
  color: #444;
}
#mag_content_main #mag_content blockquote p {
  font-size: 16px;
}

.frontpage_html {
  line-height: 150%;
}
.frontpage_html img {
  max-width: 100%;
}
.frontpage_html p {
  margin: 0;
}
.frontpage_html a {
  color: #337ab7;
}

.frontpage_box {
  border: solid 1px #adcee3;
  border-radius: 10px;
  padding: 10px;
}

/*# sourceMappingURL=style.css.map */
