@charset "UTF-8";
@import "http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700";
a {
  color: #08c;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: none !important;
}

a, a:focus, a:active, a:hover, object, embed {
  outline: 0;
}

:-moz-any-link:focus {
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

:focus {
  outline: 0;
}

del {
  color: #ccc;
}

.fade_hover {
  opacity: 1;
}

.fade_hover:hover {
  opacity: 0.8;
}

.fade_hover img {
  background: #fff;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 30px 0 20px;
  height: 0;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

::selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: 0;
}

::-moz-selection {
  background: #ff5e99;
  color: #fff;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hide {
  display: none;
}

.highlight {
  background: #ff0;
}

div {
  word-wrap: break-word;
}

img.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}

img.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}

.grey {
  color: #888;
}

.red {
  color: #900;
}

.blue {
  color: #069;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.clear, .clearfloat {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0;
}

.panel {
  margin-bottom: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #efefef;
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
  background-image: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
  background-image: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
  background-image: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#f0f0f0') !important;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: inset 0 0 1px #fff, inset 0 0 1px #fff, inset 0 1px 0 #fff, 0 1px 4px #888;
}

.panel *, .gap * {
  padding: 0 14px;
}

.show-grid [class*=span] {
  background-color: #eee;
  border-radius: 3px 3px 3px 3px;
  line-height: 30px;
  min-height: 30px;
  text-align: center;
}

.show-grid {
  margin-bottom: 20px;
  margin-top: 10px;
}

body {
  padding-top: 0;
}

#wrap {
  padding-bottom: 60px;
}

.animation, .header-standard #searchform #s, .header-standard #searchform #searchsubmit {
  -webkit-transition: all 300ms cubic-bezier(0.485, 0, 0.25, 1);
  -moz-transition: all 300ms cubic-bezier(0.485, 0, 0.25, 1);
  -ms-transition: all 300ms cubic-bezier(0.485, 0, 0.25, 1);
  -o-transition: all 300ms cubic-bezier(0.485, 0, 0.25, 1);
  transition: all 300ms cubic-bezier(0.485, 0, 0.25, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.animation-fast, .link_view, .list_thumbnail img, .page .updated, #nav-single a, .entry-tags a, .carousel-control, .fade_hover, .blogroll li a, #menu-footer a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

#banner {
  margin-top: 40px;
}

#banner.header-bootstrap {
  margin-top: 0;
}

body.top-navbar #wrap {
  margin-top: 80px;
}

body.admin-bar .navbar-fixed-top {
  top: 28px;
}

h1.site-title {
  margin: 0 0 -5px;
}

.brand {
  letter-spacing: -2px;
  color: #000;
  font-size: 3rem;
  font-weight: bolder;
  padding-left: 0;
  padding-right: 0;
  text-shadow: 0 0 0 #eee;
}

.site-description {
  color: #888;
  font-size: .9rem;
  font-weight: lighter;
  padding-left: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#nav-main.nav-hover-box {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #eee;
  height: 40px;
  margin: 0 0 30px;
  padding-top: 8px;
}

.header-standard .nav.nav-hover {
  float: left;
  max-width: 710px;
  height: 30px;
}

.nav-hover-box ul.nav li.dropdown:hover ul.dropdown-menu ul.dropdown-submenu {
  display: none;
}

.nav-tabs > li, .nav-pills > li {
  float: left;
  height: 40px;
}

#nav-main.nav-hover-box .dropdown-menu {
  padding-top: 6px;
  margin-top: -5px;
}

#nav-main.nav-hover-box .dropdown-menu:before {
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -8px;
}

#nav-main.nav-hover-box .dropdown-menu:after {
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -6px;
}

#nav-main.nav-hover-box ul.dropdown-menu ul.dropdown-menu:before, #nav-main.nav-hover-box ul.dropdown-menu ul.dropdown-menu:after {
  border: 0;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  background: 0;
  color: #08c;
}

.nav-pills > li > a {
  text-transform: uppercase;
}

#nav-main select {
  display: none;
}

.header-standard #searchform {
  float: right;
}

.header-standard #searchform #s {
  width: 130px;
  cursor: text;
}

.header-standard #searchform #s, .header-standard #searchform #searchsubmit {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.header-standard #searchform #searchsubmit {
  background: #444;
  border: 0 solid #000;
  color: #eee;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  margin-top: 0;
  padding: 0;
  text-shadow: 0 0 0 #000;
  text-transform: uppercase;
  width: 60px;
  opacity: 1;
}

.header-standard #searchform #searchsubmit:hover {
  background: #666;
}

@media (min-width: 980px) {
  .header-standard #searchform #s:focus {
    width: 160px;
    cursor: text;
    box-shadow: 0 0 3px #ccc inset;
    border-color: #bbb;
    border-left: 4px solid #bbb;
  }
}
#featured-image-box {
  max-width: 960px;
  margin: auto;
}

#featured-image-box img {
  margin-bottom: 30px;
}

footer section {
  padding-top: 0;
}

#wrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}

#menu-footer li, .blogroll li {
  display: inline-block;
  line-height: 20px;
  list-style: none outside none;
  margin: 0 2px 0 0;
}

#menu-footer, #menu-footer li:last-child, .blogroll li:last-child {
  margin: 0;
}

#content-info .widget_nav_menu {
  margin: 20px 0 30px;
  text-transform: uppercase;
}

#content-info .widget_nav_menu li {
  padding-right: 10px;
}

#content-info .widget_nav_menu h3, .widget_links h3 {
  display: none;
}

.site_copyright {
  display: block;
  margin: 20px 0 0;
}

.copyright {
  display: inline;
  list-style: none outside none;
}

.creator {
  border-left: 1px solid #ccc;
  display: inline;
  list-style: none outside none;
  margin-left: 5px;
  padding-left: 10px;
}

#content-info p {
  display: block;
  margin: 0 0 20px;
  width: 100%;
}

.footer_text {
  margin: 0;
  color: #999;
  font-weight: lighter;
  font-size: 0.88rem;
}

#back-top a {
  display: inline-block;
  float: right;
  margin-top: -20px;
}

#back-top a:before {
  content: "â†‘ ";
}

#sidebar {
  float: right;
  margin-left: -1px;
}

#sidebar section, #threecolumn #sidebar1 section, #threecolumn #sidebar2 section {
  padding-top: 0;
}

.widget h3, h3.srp-widget-title {
  border-bottom: 1px dotted #ccc;
  border-top: 5px solid #ddd;
  display: block;
  line-height: 40px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
}

#sidebar section {
  margin-bottom: 50px;
  margin-top: -8px;
}

.nav-sidemenu ul, .nav-sidemenu ol, .nav-sidemenu dl {
  margin: 0 0 24px;
}

.nav-sidemenu li a, .nav-sidemenu li a:active {
  color: #000;
  text-transform: uppercase;
}

.nav-sidemenu a:hover {
  color: #888;
  background: 0 0 !important;
}

.nav-sidemenu ul li {
  margin: 5px 0 12px;
}

.nav-sidemenu ul ul li {
  margin-left: 20px;
}

.nav-sidemenu ul ul ul li {
  margin-left: 40px;
}

.nav-sidemenu ul ul li {
  list-style: disc;
  font-weight: lighter;
}

.nav-sidemenu ul ul li.current-menu-item:before {
  color: #333;
  content: "> ";
  margin: 3px 0 0 -12px;
  position: absolute;
}

.nav-sidemenu ul li.current-menu-item {
  list-style: none;
}

.nav-sidemenu ul ul li.current-menu-item {
  font-weight: 400;
}

.blogroll li, .blogroll li a img {
  width: 25px;
  height: 25px;
}

.blogroll li a {
  opacity: 1;
}

.blogroll li a:hover {
  font-style: none;
  opacity: 0.7;
}

.widget_links {
  float: right;
  height: 30px;
  margin: -54px 0 0 540px;
  position: relative;
}

ul.xoxo {
  margin: 0;
}

section.widget_links .widget-inner h3 {
  display: none;
}

.archive #main article.hentry {
  border-bottom: 1px solid #eee;
  display: inline-block;
  float: left;
  margin: 8px 0;
  padding: 0 0 14px;
  width: 100%;
}

.list_thumbnail img {
  float: left;
  margin-right: 20px;
}

.listbox {
  padding-top: 0;
}

.listbox .updated {
  margin: 4px 0 10px;
  display: block;
  color: #999;
}

.listbox h2 {
  font-size: 1.4rem !important;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
}

.listbox p {
  font-size: 16px;
  font-size: 1rem !important;
}

.listbox > a {
  float: right;
  padding: 2px 0;
}

.listbox p a:before, .page_banner_textbox_text p a:before, .page_banner_textbox p a:before {
  content: "â€º";
  padding-right: 5px;
}

#respond .input-xlarge {
  min-height: 200px;
  width: 98% !important;
}

#commentform #comment {
  min-height: 200px;
  width: 98% !important;
}

.wpcf7-textarea {
  width: 90%;
}

.commentlist {
  margin-left: 0;
}

.commentlist .comment-author {
  background: #2f3337;
  color: #fff;
  margin: 20px 0 10px -29px;
  padding: 8px 9px;
  width: 230px;
  display: inline-block;
}

.commentlist .comment {
  padding-top: 12px;
}

#comments li {
  background: #f4f4f4;
  padding: 5px 20px 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

#comments li li {
  border: 0;
  padding: 0;
}

.commentlist .children li {
  padding: 0;
}

.commentlist .children {
  padding: 0;
  margin-left: 0;
  border: 0;
}

.commentlist .children .children, .commentlist .children .children .children, .commentlist .children .children .children .children, .commentlist .children .children .children .children .children {
  padding-left: 0;
}

.commentlist .children article {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  margin: 12px 0;
  padding: 0 14px 20px;
  width: 95%;
}

.commentlist .children .comment-author {
  background: #f9f9f9;
  border-left: 5px solid #888;
  color: #333;
  display: inline-block;
  margin: 20px 0 10px;
  padding: 8px 9px;
  width: 230px;
}

.commentlist .comment-author:before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  margin: 40px 0 0 -9px;
  border-style: solid;
  border-width: 9px 0 0 8px;
  border-color: #ccc transparent transparent transparent;
  line-height: 0;
  _border-color: #007bff #000 #000 #000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  border-style: inset;
  -webkit-transform: rotate(360deg);
}

.children .comment-author:before {
  border: 0 !important;
}

#comments {
  margin-bottom: 20px;
}

#comments ol, #comments ul {
  list-style: none;
}

.comment-author {
  margin: 20px 0 10px;
}

.comment cite.fn {
  font-weight: 700;
}

.hentry time a {
  font-size: .8em;
  color: #999;
}

.comment-edit-link {
  font-size: .8em;
}

.comment-reply-link {
  margin: 2px 0;
  font-size: 12px;
}

.children {
  border-left: 3px solid #eee;
  padding-left: 20px;
}

.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  color: #c09853;
  margin-bottom: 20px;
  margin-top: 14px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.reply_link.btn.btn-mini {
  margin-top: 10px;
}

.royalSlider, .page_banner {
  margin-bottom: 24px;
}

.navbar .nav.pull-right {
  float: none;
}

.tooltip {
  font-size: .94rem;
  line-height: 1.2rem;
}

.tooltip-inner {
  max-width: 200px;
  padding: 10px 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.banner #myCarousel-auto .item, .banner #myCarousel .item {
  height: 560px;
  background: #000;
}

.carousel-caption.page_banner_textbox .link_view {
  float: right;
  margin-top: -55px;
}

.banner #myCarousel-auto .page_banner_textbox, .banner #myCarousel .page_banner_textbox {
  background: rgba(47, 51, 55, 0.9);
  border-top: 1px solid #555;
  color: #eee;
  display: inline-block;
  height: 132px;
  margin-top: -113px;
  padding: 10px 20px 30px;
  position: absolute;
  top: 500px;
}

.carousel.carousel-fade .item {
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}

â€‹ .carousel.carousel-fade .next, .carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.breadcrumbs {
  color: #999;
  display: block;
  font-size: .88rem;
  margin: -10px 0 20px;
}

.pagination {
  border-top: 0 solid #eee;
  height: 40px;
  margin: 40px 0 20px;
  padding: 10px 0;
}

.pagination a {
  margin: 0;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

div.pagination {
  float: left;
  margin: 20px 0 0 !important;
  padding: 20px 0 0 !important;
  text-align: left !important;
  width: 100% !important;
}

a.popular_posts_bars_link {
  background: none repeat scroll 0 0 transparent !important;
  color: #fff !important;
  display: block !important;
  font-size: 14px;
  font-weight: 700;
  margin: 0 40px 0 0 !important;
  min-height: 30px !important;
  padding: 0 10px !important;
  text-decoration: none !important;
}

.popular_posts_bars {
  list-style: none outside none !important;
  margin: 0.3em 0 !important;
  padding: 0 !important;
  width: 90%;
}

p.srp-widget-date {
  color: #999;
  font-size: 12px !important;
  margin: 0;
  text-align: left !important;
}

h4.srp-post-title {
  display: block;
  margin: 0;
  line-height: 16px;
}

a.srp-post-title-link {
  color: #000;
  font-size: 14px;
}

img.srp-widget-thmb {
  border: 3px solid #f1f1f1;
  max-width: none;
  box-shadow: 0 0 1px #666;
  -moz-box-shadow: 0 0 1px #666;
  -webkit-box-shadow: 0 0 1px #666;
}

.row-fluid .row {
  margin-left: 0;
}

.thumbnails {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .thumbnails {
    margin-left: -20px;
  }
}
#wrap .navbar-inner .container {
  width: 100% !important;
}

.span12 iframe, .span12 object, .span12 embed {
  width: 100%;
  min-height: 566px;
}

.mejs-container {
  margin: auto;
}

.btn:hover {
  background-position: 0 -40px;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  color: #fff\0/!important;
}

.srp-widget-thmb {
  max-width: 50px !important;
}

div.srp-widget-container {
  clear: both;
  display: table;
  width: 100%;
}

.home .breadcrumbs, .home .page-header {
  display: none;
}

.dropcap {
  color: #000;
  float: left;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  padding-left: 0;
  padding-right: 8px;
  padding-top: 0;
}

.page-header {
  display: none;
}

.span4 #searchform #s {
  margin-top: 0;
  width: 60%;
}

.home .breadcrumbs {
  display: none;
}

.footnotes {
  border-top: 1px solid #ccc;
  color: #888;
  font-size: .8em;
  margin: 80px 0 0;
  padding: 20px 0 0;
}

.footnotes ol li {
  margin: 14px 0;
}

.navbar, .brand, h1, h2, h3, h4, h5, h6, body, p, .btn {
  font-family: proxima-nova, proxima, open sans, helvetica neue, helvetica, Arial, sans-serif;
}

body {
  font-size: 16px;
  font-size: 1rem;
}

h1 {
  font-size: 38px;
  font-size: 2.38rem;
  font-weight: 700;
}

h2 {
  font-size: 38px;
  font-size: 2.38rem;
  font-weight: 700;
}

h3 {
  font-size: 18px;
  font-size: 1.13rem;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  margin: .6em 0 1em;
  line-height: 30px;
}

h5 {
  font-size: 14px;
  font-size: .88rem;
}

h6 {
  font-size: 12px;
  font-size: .75rem;
}

p {
  color: #333;
  font-size: 18px;
  font-size: 1.13rem;
  line-height: 26px;
  line-height: 1.6rem;
  margin-bottom: 19px;
  margin-bottom: 1.2rem;
  font-weight: 400;
  vertical-align: bottom;
  word-break: normal;
  word-wrap: break-word;
}

.bluebox1 p, .bluebox2 p, .well p {
  color: #fff;
}

.title:before {
  content: " ";
  background: #39c;
  width: 20px;
  height: 40px;
  display: inline-block;
  position: absolute;
  margin-left: -60px;
}

@media only screen and (min-width: 1030px) {
  .five-stages-list li p {
    font-weight: 700;
  }
}
.korean p {
  color: #333;
  font-size: 14px;
  font-size: .88rem;
  margin: 0 0 19px;
}

#wrap a, #wrap a:hover, #wrap a:active {
  text-decoration: none;
}

blockquote p {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 0;
  padding: 20px 0;
}

.site-header hgroup h1 {
  font-size: 35px;
  font-size: 2.6rem;
  line-height: 1.84615;
}

.site-header hgroup h2 {
  color: #777;
  font-size: 13px;
  font-size: .93rem;
  font-weight: lighter;
  font-weight: 300;
  line-height: 1.84615;
}

.rsNav.rsThumbs.rsThumbsHor {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.gallery .rsDefaultInv, .gallery .rsDefaultInv .rsOverflow, .gallery .rsDefaultInv .rsSlide, .gallery .rsDefaultInv .rsVideoFrameHolder, .gallery .rsDefaultInv .rsThumbs {
  background: 0 0 !important;
  color: #222;
}

footer p {
  color: #fff;
}

.span4 .gallery .thumbnail img, .small .thumbnail img {
  width: 115px;
  height: 115px;
}

.gallery .textbox p {
  font-size: 0.88rem;
}

.image-box {
  display: inline-block;
  float: right;
  height: 100%;
  position: relative;
}

.photo-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  float: left;
  font-size: .6875rem;
  margin: -28px 0 0;
  padding: 4px 12px;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.project_modules {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #fff;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 1px;
  float: left;
  margin: 10px 0;
  padding: 24px;
}

.project_modules img {
  border: 8px solid #fff;
  box-shadow: 0 0 1px #aaa;
  margin-right: 24px;
}

.list_thumbnail img {
  float: left;
  height: auto;
  margin: -16px 20px -15px -32px !important;
  width: 300px !important;
}

.listbox h2 {
  font-size: 32px;
  font-size: 2rem !important;
  line-height: 24px;
  line-height: 2rem;
}

body {
  text-rendering: optimizelegibility;
}

.navbar a, .animation-fast, .link_view, .list_thumbnail img, .page .updated, #nav-single a, .entry-tags a, .carousel-control, .fade_hover, .blogroll li a, #menu-footer a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.navbar .nav > li > a {
  color: #888;
  float: none;
  padding: 10px 15px;
  text-decoration: none;
}

.creator {
  display: none !important;
}

.static .navbar-fixed-top {
  min-width: 980px;
}

.static .bigbox {
  min-width: 960px;
}

#wrap {
  background: #fff;
  margin-top: 0 !important;
  padding-top: 40px;
  border-bottom: 0 solid #ccc;
}

@media only screen and (min-width: 1030px) {
  .listbox h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2rem;
    margin: 0;
  }

  .list_thumbnail img {
    background: none repeat scroll 0 0 #ddd !important;
    float: left;
    margin: 0 40px 14px 0 !important;
    width: 180px !important;
    border: 8px solid #fff;
    box-shadow: 0 0 1px #aaa;
  }

  .listbox {
    padding-top: 10px;
  }

  body {
    background-color: #f2f7fa;
  }

  #wrap {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 40px 60px 60px;
  }

  .address-box .well {
    padding: 30px 60px 30px 20px !important;
  }

  .services .bigbox {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    margin-left: -60px;
    padding: 60px 60px 40px;
  }

  .five-stages .span12 {
    margin: -95px -36px 0 !important;
    padding: 60px 36px !important;
  }

  .fill {
    margin: 30px -60px !important;
  }
}
.fill {
  margin: 30px -33px;
}

.single-post header {
  text-align: center;
}

.meta-data {
  border-top: 1px solid #f1f1f1;
  margin-top: 30px;
  padding: 20px 0;
}

.meta-data, .meta-data a, .byline {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
}

.single-post header h1 {
  color: #333;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
  margin-top: 30px;
}

.thumbnail > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 200px;
}

.navbar-fixed-top {
  position: absolute;
  padding-top: 40px !important;
  background-color: #fff;
}

#master_wrap {
  padding-top: 100px !important;
}

.navbar .brand {
  margin: -3px 0 3px;
  padding: 10px 0 0;
}

.navbar .brand:hover {
  opacity: 0.7;
}

.navbar-fixed-top .brand {
  background: url(http://haejoo.com/wp-content/uploads/2017/11/logo-simple-2015.png) no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 50px;
  text-indent: -9999px;
  width: 215px;
  background-size: 215px 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .navbar-fixed-top .brand {
    background: url(http://haejoo.com/wp-content/uploads/2017/11/logo-simple-2015@2x.png) no-repeat scroll 0 0 transparent;
    background-size: 215px 50px;
  }
}
#nav-main {
  float: right;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

.navbar .navbar-inner {
  background-color: #fff;
  filter: none;
  background-image: none;
  box-shadow: none;
  border-width: 0;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 0 #eee;
}

.navbar .navbar-inner .container {
  padding: 0 0 30px;
}

.navbar .nav {
  margin: 0;
}

.navbar .nav > li > a {
  margin-left: 10px;
  padding: 10px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  background-color: transparent;
  border-bottom: 4px solid #2070b4;
  box-shadow: none;
  color: #555;
  text-decoration: none;
}

@media only screen and (min-width: 1030px) {
  .static .navbar-fixed-top.affix {
    position: fixed;
    padding-top: 0 !important;
    background-color: rgba(255, 255, 255, 0.97);
  }

  .static .navbar.affix .navbar-inner {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
    min-height: 50px;
    padding: 4px 0 0;
    box-shadow: none;
  }

  .static .navbar.affix .navbar-inner .container {
    padding: 10px 0 4px;
  }
}
.team-haejoo .text_box {
  color: #fff;
  display: inline-block;
  margin-top: -380px;
  position: absolute;
  text-shadow: 1px 2px 4px #333;
  z-index: 999;
  width: 100%;
  max-width: 960px;
  background-color: transparent;
  letter-spacing: -1px;
}

.team-haejoo .text_box {
  text-align: right;
}

.team-haejoo .text_box h1 {
  font-size: 60px;
  font-size: 3.13rem;
  line-height: 52px;
  line-height: 3.2rem;
  padding: 40px 0 0;
  text-transform: none;
}

.team-haejoo .text_box h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
}

.team-haejoo .text_box h3 {
  font-size: 30px;
  font-size: 1.88rem;
  font-weight: 100;
  line-height: 32px;
  line-height: 2rem;
  padding: 20px 0 0;
}

.video_box {
  background: #000;
}

@media only screen and (min-width: 1030px) {
  img.edge-right {
    margin-left: 0;
    margin-top: 0;
    max-width: 364px;
  }
}
.bigbox {
  color: #fff;
  display: inline-block;
  margin-top: -580px;
  position: absolute;
  text-shadow: 1px 2px 4px #333;
  z-index: 999;
}

.bigbox h1 {
  font-size: 48px;
  font-size: 3rem;
  width: 460px;
  line-height: 54px;
  line-height: 3.38rem;
}

.bluebox1 p {
  background: rgba(32, 120, 180, 0.9);
  font-size: 30px;
  font-size: 1.88rem;
  font-weight: 100;
  line-height: 32px;
  line-height: 2rem;
  padding: 20px 50px;
  margin-bottom: 0;
  display: inline-block;
}

.bluebox2 p {
  background: rgba(8, 47, 106, 0.9);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding: 20px 50px;
  line-height: 22px;
  line-height: 1.4rem;
  display: inline-block;
}

.bluebox1 {
  width: 600px;
  margin-left: -45px;
}

.bluebox2 {
  width: 500px;
  margin-left: -45px;
}

.main_bigtext h1 {
  color: #2070b4;
  font-size: 2.25rem;
  font-weight: 100;
  text-align: center;
  width: 100%;
}

.services .bigbox {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  margin-left: -28px;
  padding: 20px 30px;
}

.services .bigbox h1 {
  margin-top: 0;
}

ul.tailored-services li {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 0;
  list-style: none;
}

.tailored-services li:before {
  content: "\f00c ";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1rem;
  margin-left: -24px;
  padding-right: 4px;
  color: #dba000;
}

.five-stages {
  width: 100%;
}

.five-stages .span12 {
  background: #f0f9ff;
  background: -moz-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f9ff), color-stop(47%, #cbebff), color-stop(100%, #a1dbff));
  background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  background: -o-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  background: -ms-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff',endColorstr='#a1dbff',GradientType=0);
  padding: 60px 8px;
  margin: -100px -8px 0;
  width: 1009px;
}

.five-stages h2, .application h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2rem !important;
  margin-bottom: 50px;
}

.five-stages h2 strong, .application h2 strong {
  text-align: center;
  font-weight: 700;
  font-size: 3rem !important;
}

.five-stages-list {
  display: inline-block;
  list-style: none;
  margin: 0 0 10px;
  width: 1017px;
}

.five-stages-list li {
  width: 150px;
  height: 73px;
  margin: 0 28px 0 10px;
  padding: 40px 0;
  text-align: center;
  float: left;
  display: table;
  border: 8px solid #a2cdee;
  border-radius: 100px 100px 100px 100px;
  background: #3f99cd;
  background: -moz-linear-gradient(top, #3f99cd 0, #1864b0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f99cd), color-stop(100%, #1864b0));
  background: -webkit-linear-gradient(top, #3f99cd 0, #1864b0 100%);
  background: -o-linear-gradient(top, #3f99cd 0, #1864b0 100%);
  background: -ms-linear-gradient(top, #3f99cd 0, #1864b0 100%);
  background: linear-gradient(to bottom, #3f99cd 0, #1864b0 100%);
}

.five-stages-list li p {
  color: #fff;
  font-family: open sans condensed,sans-serif;
  text-transform: uppercase;
  line-height: 1.4rem;
  display: table-cell;
  vertical-align: middle;
}

.five-stages-list .icon-chevron-right {
  display: inline-block;
  float: left;
  margin-top: 74px;
  margin-left: -18px;
  font-size: 2rem;
}

.five-stages-list li.monitoring {
  margin-right: 0 !important;
}

.five-stages-list li:hover {
  border: 8px solid #fff;
  opacity: 0.8;
}

@media screen and (min-width: 0\0) {
  .five-stages-list li:hover {
    border: 8px solid #fff;
    opacity: 1;
  }
}
.application .span6 {
  display: inline-block;
  height: 300px;
  margin-bottom: 20px;
  border-radius: 24px;
  background: #3faccf;
  background: -moz-linear-gradient(top, #76c7e2 0, #3faccf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76c7e2), color-stop(100%, #3faccf));
  background: -webkit-linear-gradient(top, #76c7e2 0, #3faccf 100%);
  background: -o-linear-gradient(top, #76c7e2 0, #3faccf 100%);
  background: -ms-linear-gradient(top, #76c7e2 0, #3faccf 100%);
  background: linear-gradient(to bottom, #76c7e2 0, #3faccf 100%);
}

.application .span6 ul {
  color: #fff;
  margin: 0 0 10px 20px;
  padding: 20px 25px;
  text-shadow: 0 0 1px #369, 0 1px 1px #187593;
}

.application .span6 ul h3 {
  font-size: 2rem;
  height: 80px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.application .span6 ul li {
  list-style: none;
  padding-bottom: 13px;
  font-size: 19px;
  font-size: 1.19rem;
  line-height: 19px;
  line-height: 1.19rem;
}

.application .span6 ul li:before {
  content: "\f00c ";
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1rem;
  margin-left: -20px;
  padding-right: 4px;
  color: #fc0;
}

.application .span6:hover, .view-gallery:hover {
  opacity: .8;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

#featured-image-box {
  margin: auto;
  max-height: 620px;
  max-width: 100% !important;
  overflow: hidden;
}

.featured-banner {
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  height: 620px;
  width: 100%;
}

@media screen and (max-device-width: 1024px) {
  .featured-banner {
    background-position: center bottom;
    background-size: auto;
    background-attachment: scroll;
  }
}
.mobile .featured-banner {
  background-position: center bottom;
  background-size: cover;
  background-attachment: scroll;
}

.carousel-caption-bg-01, .carousel-caption-bg-02, .carousel-caption-bg-03, .carousel-caption-bg-04 {
  width: 100%;
  height: 640px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

@media screen and (max-device-width: 1024px) {
  .carousel-caption-bg-01, .carousel-caption-bg-02, .carousel-caption-bg-03, .carousel-caption-bg-04 {
    background-position: center bottom;
    background-size: auto;
    background-attachment: scroll;
  }
}
.mobile .carousel-caption-bg-01, .carousel-caption-bg-02, .carousel-caption-bg-03, .carousel-caption-bg-04 {
  background-position: center bottom;
  background-size: cover;
  background-attachment: scroll;
}

.carousel-caption-bg-01 {
  background-image: url(http://haejoo.com/wp-content/uploads/2013/01/Banner_01.jpg);
}

.carousel-caption-bg-02 {
  background-image: url(http://haejoo.com/wp-content/uploads/2017/09/Banner_03b.jpg);
}

.carousel-caption-bg-03 {
  background-image: url(http://haejoo.com/wp-content/uploads/2018/07/al-suwaiq.jpg);
}

.carousel-caption-bg-04 {
  background-image: url(http://haejoo.com/wp-content/uploads/2018/07/Sur-coral-garden-in-the-making.jpg);
}

.carousel-control {
  background: none repeat scroll 0 0 transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 96px;
  font-size: 6rem;
  font-weight: 100;
  height: 40px;
  left: 15px;
  line-height: 30px;
  margin-top: -20px;
  opacity: .5;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 40px;
}

#myCarousel-auto.featured {
  display: block;
  min-height: 600px;
  left: 0;
  position: absolute;
  top: 120px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.carousel-caption {
  margin: auto;
  width: 960px;
  color: #fff;
}

.featured .carousel-caption {
  height: 600px;
  background: 0;
  text-align: right;
  margin-top: 0;
  top: 0;
  text-shadow: 2px 2px 7px #000;
}

.carousel-control {
  top: 50%;
}

.carousel-caption-textbox1 {
  text-align: right;
  padding: 270px 0 0;
}

.carousel-caption h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
}

.carousel-caption h3 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
}

.carousel-caption p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 100;
  padding: 20px 0 0;
  line-height: 2rem;
}

.carousel-caption .btn {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding: 8px 14px;
}

.carousel-caption-textbox2 {
  text-align: left;
  padding: 270px 0 0;
}

.carousel-caption-textbox3 {
  text-align: right;
  padding: 270px 0 0;
}

.carousel-caption-textbox4 {
  text-align: left;
  padding: 270px 0 0;
}

.home .main_bigtext {
  margin-top: 620px;
}

.emptybox {
  height: 630px;
}

.carousel-caption-bg-01, .carousel-caption-bg-02, .carousel-caption-bg-03, .carousel-caption-bg-04 {
  width: 100%;
  height: 640px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .royalSlider {
  width: 100%;
  min-height: 600px !important;
  height: 600px !important;
  left: 0;
  position: absolute !important;
  top: 120px;
  overflow: hidden;
}

.carousel-caption {
  background: 0 0 !important;
  color: #fff;
  margin: 0 auto;
  width: 960px;
  height: 600px;
  top: 0;
  text-shadow: 2px 2px 7px #000;
}

.contact .text_box {
  color: #fff;
  display: inline-block;
  margin-top: -340px;
  position: absolute;
  text-shadow: 1px 2px 4px #333;
  z-index: 999;
  width: 100%;
  max-width: 960px;
  background-color: transparent;
  letter-spacing: -1px;
}

.contact .text_box {
  text-align: left;
}

.contact .text_box h1 {
  font-size: 60px;
  font-size: 3.13rem;
  line-height: 52px;
  line-height: 3.2rem;
  padding: 40px 0 0;
  text-transform: none;
}

.contact .text_box h2 {
  font-size: 34px;
  font-size: 2.13rem;
  font-weight: 100;
}

.contact .text_box h3 {
  font-size: 30px;
  font-size: 1.88rem;
  font-weight: 100;
  line-height: 32px;
  line-height: 2rem;
  padding: 20px 0 0;
}

.address-box h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #369;
}

.address-box .well {
  background-color: #379fd6 !important;
  border: 0 !important;
  border-radius: 0;
  color: #fff;
  margin: -50px 0 0 -20px !important;
  padding: 30px 33px 30px 20px;
  width: 100%;
  text-shadow: 1px 1px 1px #217aa9;
}

.address-box .well h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
}

.address-box .label {
  border-radius: 3px 3px 3px 3px;
  vertical-align: middle;
}

.address-box .label-info, .address-box .badge-info {
  background-color: #aaa;
}

.label, .badge {
  margin-top: -6px;
  text-shadow: 0 0 0 !important;
}

.footer {
  height: 280px;
  padding: 0 0 80px;
  margin-top: 40px;
  border-top: 1px solid #fff;
  background: #2070b4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #379fd6), to(#1b5fa9));
  background: -webkit-linear-gradient(top, #379fd6 0, #1b5fa9 100%);
  background: -o-linear-gradient(top, #379fd6 0, #1b5fa9 100%);
  background: linear-gradient(top, #379fd6 0, #1b5fa9 100%);
  -moz-box-shadow: 0 0 120px #16509a inset;
  -webkit-box-shadow: 0 0 120px #16509a inset;
  box-shadow: 0 0 120px #16509a inset;
}

#menu-footer a {
  font-size: 1rem;
  text-transform: uppercase;
}

.footer-menubar {
  height: 64px;
  width: 100%;
  margin-bottom: 160px;
  background: #c6daef;
  background: -moz-linear-gradient(top, #e0ebf6 0, #c7daef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0ebf6), color-stop(100%, #c7daef));
  background: -webkit-linear-gradient(top, #e0ebf6 0, #c7daef 100%);
  background: -o-linear-gradient(top, #e0ebf6 0, #c7daef 100%);
  background: -ms-linear-gradient(top, #e0ebf6 0, #c7daef 100%);
  background: linear-gradient(top, #e0ebf6 0, #c7daef 100%);
  border-top: 1px solid #fff;
  -moz-box-shadow: 0 0 2px #1957a2;
  -webkit-box-shadow: 0 0 2px #1957a2;
  box-shadow: 0 0 2px #1957a2;
}

.footer_address h4 {
  text-transform: uppercase;
}

.footer_address p {
  font-size: .88rem;
  line-height: 1.3rem;
  font-weight: 300;
}

.footer_address, .copyright, .creator a {
  color: #fff;
}

.footer_address a[href^=tel] {
  color: #fff;
}

#back-top a, .creator a, .site_copyright {
  font-size: 1rem;
  font-weight: 100;
}

#back-top a {
  color: #09c;
  display: inline-block;
  float: right;
  margin-top: -26px;
}

.thumbnail.alignleft {
  float: left;
}

.thumbnail.alignright {
  float: right;
}

.footer_address h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  margin: 0.6em 0 1em 0 0;
}

.lighter {
  font-weight: 300;
}

.address_list {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-left: -20px;
  padding: 4px 20px;
  position: relative;
  width: 343px;
}

.address_list p {
  font-size: 1rem;
}

.address_list:hover h3 {
  opacity: 0.6;
}

.contact #wrap {
  padding-bottom: 0 !important;
}

.carousel-caption {
  -webkit-backface-visibility: hidden;
}
