@import url(ie8.css);
@import url(common.css);

body { 
	color: #333; 
	font-size: 13px;
	line-height: 1.6;
}

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

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

p, 
li,
li a,
label { 
	color: #555;
}

a {
	color: #bf1143;
	text-decoration: none;  
}

a,
a:focus, 
a:hover, 
a:active {
	outline: 0 !important;
}
a:focus {
	text-decoration: none;
}
a:hover {
	color: #bf1143;
	text-decoration: none;
}

.wrapper {
	background: #fff;
}

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

.content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.basic-bs-side {
	padding-top: 15px;
}

.header-esk .topbar-esk {
	z-index: 12;
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

@media (max-width: 991px) {
	.header-esk .topbar-esk {
		padding: 15px 0 7px;
	}
}

.header-esk .topbar-esk ul {
	margin: 7px 0 0;
}

.header-esk .top-v2-contacts > li {
	color: #fff;
	font-weight: 200;
	line-height: 12px;
	padding: 0 12px 0 15px;
	border-left: 1px solid #fff;
}

.header-esk .top-v2-contacts > li:first-child {
	padding-left: 0;
	border-left: none;
}

.header-esk .top-v2-contacts > li > a,
.header-esk .top-v2-contacts > li > a:hover {
	color: #fff;
}

@media (max-width: 991px) {
	.header-esk .topbar-esk {
		border-bottom-color: #eee;
	}

	.header-esk .topbar-esk li,
	.header-esk .topbar-esk li a {
		color: #555;
		border-color: #555;
	}

	.header-esk .topbar-esk li a:hover {
		color: #555;
		text-decoration: underline;
	}

	.header-esk .top-v2-contacts {
		margin-bottom: 15px !important;
	}

	.header-esk .topbar-buttons .btn-u {
		color: #fff;
	}

	.header-esk .topbar-buttons .btn-u-light {
		color: #555;
		border-color: #555;
	}

	.header-esk .topbar-buttons .btn-brd-hover:hover {
		color: #555;
		border-color: #555;
	}
}

@media (max-width: 768px) {
	.header-esk .topbar-esk {
		display: none;
	}
}

.header-esk {
	z-index: 99;
	position: relative;
}

@media (max-width: 991px) {
	.header-esk {
		position: static;
	}
}

@media (max-width: 768px) {
	.header-esk {
		padding: 20px 0 0;
	}
}

.header-esk .navbar {
	margin: 15px 0 0;
}

@media (max-width: 768px) {
	.header-esk .navbar {
		margin: 0;
	}
}

.header-esk .navbar-default {
	border: none;
	background: none;
}

.header-esk .navbar-brand {
	z-index: 1;
	margin-right: 50px;
	padding: 10px 10px 10px 16px;
}

@media (max-width: 991px) {
	.header-esk .navbar-brand {
		padding-top: 4px;
	}
}

.header-esk .navbar-default .navbar-toggle {
	border-color: #9a0b34;
}

@media (max-width: 991px) {
	.header-esk .navbar-default .navbar-toggle {
		margin-top: -2px;
	}
}

@media (min-width: 768px) {
	.header-esk .navbar-default .navbar-toggle {
		margin-right: 0;
	}
}

.header-esk .navbar-default .navbar-toggle .fa {
	color: #fff;
	font-size: 19px;
}

.header-esk .navbar-toggle,
.header-esk .navbar-default .navbar-toggle:hover,
.header-esk .navbar-default .navbar-toggle:focus {
	background: #bf1143;
	padding: 6px 10px 2px;
}

.header-esk .navbar-toggle:hover {
	background: #9a0b34 !important;
}

.header-esk .navbar-collapse {
	margin-top: 4px;
	position: relative;
}

.header-esk .navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.header-esk .navbar-nav {
		float: right;
	}
}

@media (max-width: 991px) {
    .header-esk .navbar-header {
        float: none;
    }

    .header-esk .navbar-toggle {
        display: block;
    }

    .header-esk .navbar-collapse.collapse {
        display: none !important;
    }

    .header-esk .navbar-collapse.collapse.in {
        display: block !important;
  		overflow-y: auto !important;
    }

    .header-esk .navbar-nav {
        margin: 0;
        float: none !important;
    }

    .header-esk .navbar-nav > li {
        float: none;
    }

    .header-esk .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .header-esk .navbar-default .navbar-nav > li > a {
    	color: #777;
    }

    .header-esk .dropdown-menu.pull-right {
		float: none !important;
	}

	.header-esk .navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: transparent;
	}

	.header-esk .navbar-nav .open .dropdown-menu > li > a,
	.header-esk .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.header-esk .navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.header-esk .navbar-nav .open .dropdown-menu > li > a:hover,
	.header-esk .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.header-esk .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.header-esk .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.header-esk .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}

	.header-esk .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.header-esk .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.header-esk .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.header-esk .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.header-esk .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.header-esk .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	.header-esk .navbar-default .dropdown-menu.no-bottom-space {
		padding-bottom: 0;
	}

  	.header-esk .navbar-collapse,
	.header-esk .navbar-collapse .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.header-esk .navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding: 9px 10px;
	}

	.header-esk .navbar-default .navbar-nav > li a {
		border-bottom: solid 1px #eee;
	}

	.header-esk .navbar-default .navbar-nav > li > a:focus {
		background: none;
	}

	.header-esk .navbar-default .navbar-nav > li > a:hover {
		color: #bf1143;
	}

	.header-esk .navbar-default .navbar-nav > .active > a,
	.header-esk .navbar-default .navbar-nav > .active > a:hover,
	.header-esk .navbar-default .navbar-nav > .active > a:focus {
		background: #bf1143;
		color: #fff !important;
	}

	.header-esk .dropdown .dropdown-submenu > a {
		font-size: 13px;
		color: #333 !important;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) {
	.header-esk .navbar-collapse {
		padding: 0;
	}

	.header-esk .navbar {
		min-height: 40px !important;
	}

	.header-esk .container > .navbar-header,
	.header-esk .container-fluid > .navbar-header,
	.header-esk .container > .navbar-collapse,
	.header-esk .container-fluid > .navbar-collapse {
		margin-bottom: -10px;
	}

	.header-esk .navbar-nav {
		top: 2px;
		position: relative;
	}

	.header-esk .navbar-default .navbar-nav > li > a {
		line-height: 25px;
		padding: 9px 30px 13px 20px;
	}

	.header-esk .navbar-default .navbar-nav > li > a,
	.header-esk .navbar-default .navbar-nav > li > a:hover,
	.header-esk .navbar-default .navbar-nav > li > a:focus,
	.header-esk .navbar-default .navbar-nav > .active > a,
	.header-esk .navbar-default .navbar-nav > .active > a:hover,
	.header-esk .navbar-default .navbar-nav > .active > a:focus {
		color: #fff;
		font-weight: 200;
		background: none;
	}

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

	.header-esk .dropdown-menu {
		padding: 0;
		border: none;
		min-width: 200px;
		border-radius: 0;
		z-index: 9999 !important;
		border-top: solid 2px #bf1143;
		border-bottom: solid 2px #000;
	}

	.header-esk .dropdown-menu li a {
		color: #555;
		font-size: 13px;
		font-weight: 400;
		padding: 6px 15px;
		border-bottom: solid 1px #eee;
	}

	.header-esk .dropdown-menu .active > a,
	.header-esk .dropdown-menu li > a:hover {
		color: #fff;
		filter: none !important;
		background: #555 !important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.header-esk .dropdown-menu li > a:focus {
		background: none;
		filter: none !important;
	}

	.header-esk .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.header-esk .open > .dropdown-menu {
		display: none;
	}
}

.header-esk .dropdown-submenu {
	position: relative;
}

.header-esk .dropdown > a:after,
.header-esk .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 991px) {
  	.header-esk .dropdown-submenu > a:after {
      	content: " ";
  	}
}

.header-esk .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107";
}

.header-esk .dropdown-submenu > .dropdown-menu {
	top: 3px;
	left: 100%;
	margin-top: -5px;
	margin-left: 0px;
}

.header-esk .dropdown-submenu > .dropdown-menu.submenu-left {
	left: -100%;
}

.header-esk .dropdown-submenu:hover > .dropdown-menu {
   	display: block;
}

@media (max-width: 991px) {
	.header-esk .dropdown-submenu > .dropdown-menu {
		display: block;
		margin-left: 15px;
	}
}

.header-esk .dropdown-submenu.pull-left {
	float: none;
}

.header-esk .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

.header-esk .dropdown-menu li [class^="fa-"],
.header-esk .dropdown-menu li [class*=" fa-"] {
	left: -3px;
	width: 1.25em;
	margin-right: 1px;
	position: relative;
	text-align: center;
	display: inline-block;
}
.header-esk .dropdown-menu li [class^="fa-"].fa-lg,
.header-esk .dropdown-menu li [class*=" fa-"].fa-lg {
	width: 1.5625em;
}

.header-esk .mega-menu .nav,
.header-esk .mega-menu .dropup,
.header-esk .mega-menu .dropdown,
.header-esk .mega-menu .collapse {
  	position: static;
}

.header-esk .mega-menu .navbar-inner,
.header-esk .mega-menu .container {
  	position: relative;
}

.header-esk .mega-menu .dropdown-menu {
  	left: auto;
}

.header-esk .mega-menu .dropdown-menu > li {
  	display: block;
}

.header-esk .mega-menu .dropdown-submenu .dropdown-menu {
  	left: 100%;
}

.header-esk .mega-menu .nav.pull-right .dropdown-menu {
  	right: 0;
}

.header-esk .mega-menu .mega-menu-content {
  	*zoom: 1;
  	padding: 0;
}

.header-esk .mega-menu .mega-menu-content:before,
.header-esk .mega-menu .mega-menu-content:after {
  	content: "";
  	display: table;
  	line-height: 0;
}

.header-esk .mega-menu .mega-menu-content:after {
  	clear: both;
}

.header-esk .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-esk .mega-menu.navbar .nav > li > .dropdown-menu:before {
  	display: none;
}

.header-esk .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  	left: 0;
  	right: 0;
  	overflow: hidden;
}

@media (min-width: 992px) {
	.header-esk .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  		margin-left: 0px;
  		margin-right: 0px;
	}
}

@media (min-width: 992px) {
	.header-esk .mega-menu .equal-height {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}

	.header-esk .mega-menu .equal-height-in {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}
}

.header-esk .mega-menu .equal-height-list h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px 5px 13px;
	background: #eaeaea;
}

.header-esk .mega-menu .equal-height-list h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 13px;
}

@media (min-width: 992px) {
	.header-esk .mega-menu .big-screen-space {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
    .header-esk .mega-menu .equal-height-in {
        padding: 20px 0;
        border-left: 1px solid #eee;
    }

    .header-esk .mega-menu .equal-height-in:first-child {
        border-left: none;
        margin-left: -1px;
    }

    .header-esk .mega-menu .equal-height-list {
    	width: 100%;
    }

    .header-esk .mega-menu .equal-height-list li a {
        display: block;
        position: relative;
        border-bottom: none;
        padding: 5px 10px 5px 15px;
    }

    .header-esk .mega-menu .equal-height-list a:hover {
    	text-decoration: none;
    }

    .header-esk .mega-menu .mega-menu-fullwidth li a {
    	padding: 5px 10px 5px 30px;
    }

    .header-esk .mega-menu .mega-menu-fullwidth li a:after {
        top: 7px;
        left: 15px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    .header-esk .mega-menu .mega-menu-fullwidth .disable-icons li a {
    	padding: 5px 10px 5px 15px;
    }

    .header-esk .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
    	display: none;
    }
}

@media (min-width: 737px) and (max-width: 991px) {
	.header-esk .mega-menu .mega-menu-content .container {
		width: 690px !important;
	}

	.header-esk .mega-menu .equal-height {
		margin-right: 0;
	}

	.header-esk .mega-menu .equal-height-in {
    	padding-right: 0;
    	margin-right: -15px;
    }
}

@media (max-width: 991px) {
	.header-esk .mega-menu .equal-height {
		margin-right: 0;
	}

	.header-esk .mega-menu .equal-height-in {
    	padding-right: 0;
    }
}

@media (max-width: 991px) {
    .header-esk .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: auto;
    }

    .header-esk .mega-menu .equal-height-in,
    .header-esk .mega-menu .equal-height-list {
        display: block;
    }

    .header-esk .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
        display: block;
    }

    .header-esk .mega-menu .equal-height-list h3 {
		color: #333;
		margin: 0 0 5px;
		font-size: 13px;
		font-weight: 400;
		padding: 6px 25px 5px;
		border-bottom: solid 1px #eee;
	}

	.header-esk .mega-menu .equal-height-list li a {
		color: #687074;
		display: block;
		font-size: 13px;
		font-weight: 400;
		margin-left: 15px;
		padding: 6px 25px;
		border-bottom: solid 1px #eee;
	}

	.header-esk .mega-menu .equal-height-list > h3.active,
	.header-esk .mega-menu .equal-height-list > .active > a,
	.header-esk .mega-menu .equal-height-list > .active > a:hover,
	.header-esk .mega-menu .equal-height-list > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.header-esk .mega-menu .equal-height-list li a:hover {
		color: #333;
		text-decoration: none;
	}
}

.header-fixed .header-esk {
	height: 0;
}

.header-fixed .header-esk.header-fixed-shrink {
	top: 0;
	left: 0;
	width: 100%;
	height: 93px;
	z-index: 9999;
	position: fixed;
	margin-top: -35px;
	border-bottom: none;
	box-shadow: 0 0 3px #bbb;
	background: rgba(255,255,255, 0.96);
}

.header-fixed .header-esk.header-fixed-shrink .topbar-esk {
	display: none;
}

.header-fixed .header-esk.header-fixed-shrink .navbar-brand {
	top: 50px;
	z-index: 1;
	position: relative;
	padding: 3px 10px 10px 15px;
}

.header-fixed .header-esk.header-fixed-shrink .navbar-brand img {
	width: 243px;
	height: 20px;
}

.header-fixed .header-esk.header-fixed-shrink .navbar {
	margin-top: 0;
}

.header-fixed .header-esk.header-fixed-shrink .active a {
	border-bottom: none !important;
}

@media (max-width: 991px) {
	/*Header*/
	.header-fixed .header-esk,
	.header-fixed .header-esk.header-fixed-shrink {
		height: inherit;
		position: relative;
	}
}

@media (min-width: 992px) {
	.header-fixed .header-esk.header-fixed-shrink .navbar-nav > li > a {
		color: #000;
		margin-top: 25px;
		padding: 21px 30px 17px 20px;
		border-bottom: solid 1px transparent !important;
		-webkit-transition: color 0.2s ease-in-out;
		-moz-transition: color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}

	.header-fixed .header-esk.header-fixed-shrink .navbar-nav > .active > a:hover {
		color: #777;
	}

	.header-fixed .header-esk.header-fixed-shrink .dropdown > a:after {
		top: 22px;
	}
}

.header-bg-esk {
	z-index: 1;
	padding: 170px 0 70px;
	position: relative;
	text-align: center;
	background: url(../img/bg/eskorea_bg_03.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.header-bg-esk:after {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.4);
}

.header-bg-esk h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
}

.header-bg-esk p {
	color: #fff;
	font-size: 24px;
	font-weight: 200;
}

@media (max-width: 768px) {
	.header-bg-esk h1 {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 20px;
	}
}

.footer-esk .footer {
	padding: 40px 0;	
	background: #34343a;
}

.footer-esk .footer p {
	color: #eee;
}

.footer-esk .footer h2 {
	color: #eee;
	font-size: 18px;
	font-weight: 200;
}

.footer-esk .link-list li {
	border-top: solid 1px #353535;
}

.footer-esk address,
.footer-esk .link-list a,
.footer-esk .link-list i {
	color: #eee;
}

.footer-esk address {
	line-height: 23px;
}

.footer-esk .footer .map-img {
	background: url(../../img/map-img.png) 5px 60px no-repeat;
}

.footer-esk .copyright {
	background: #000;
	border-top: none;
	padding: 10px 0 5px;
}

.footer-esk .copyright p {
	color: #888;
	margin-top: 10px;
}

.footer-esk .copyright a {
	margin: 0 2px;
}

.footer-esk .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-esk .footer-socials li a {
	color: #777;
	font-size: 16px;
}

.footer-esk .footer-eskorea-menu a {
	color: #fff;
}

@media (max-width: 991px) {
	.footer-esk .copyright,
	.footer-esk .footer-socials {
		text-align: left;
	}
}

.footer-logo {
	margin: 17px 0 20px;
}

a.thumbnail {
	margin-bottom: 15px;
}

a.thumbnail:hover {
	border-color: #aaa;
}

.bg-image-esk {
	width: 100%;
	height: auto;
	padding: 50px 0;
	position: relative;
	background: url(../img/bg/eskorea_bg_02.jpg) repeat fixed; 
}

.bg-image-esk:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.2);
}

.portfolio-box {
	margin-bottom: 0px;
}

.bar-esk p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 0;
}

.bar-esk .bar-esk-box {
  width: 100%;
  display: table;
  padding: 20px 0;
  vertical-align: middle;
}

.bar-esk .bar-esk-in {
  display: table-cell;
  vertical-align: middle;
}

.bar-esk .bar-esk-in.inner-btn {
  min-width: 250px;
  text-align: right;
}

@media (max-width: 992px) {
  .bar-esk .bar-esk-in,
  .bar-esk .bar-esk-in.inner-btn {
    display: block;
    text-align: center;
  }

  .bar-esk .bar-esk-in p {
    margin-bottom: 20px;
  }
}

.content-box-left {
	border-right: 1px dotted #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}

.content-box-right {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 992px) {
	.content-box-left {
		border-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.content-box-right {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.clear-line {
		clear: both;
		margin-top: 20px;
		margin-bottom: 20px;
		border-top: 1px dotted #ddd;
	}
}

.eb-top {
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}