
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    background: #fff;
    color: #666666;
    font-family: "Noto sans KR", sans-serif, "Montserrat", sans-serif;
}

a {
    color: #fff;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

header {
    width: 100%;
    padding: 0;
    margin: 0;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto sans KR", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

@media (max-width: 768px) {
	.dropdown-menu {
		width: 100%;
		background: rgba(255,255,255,0.05);
	}
	.dropdown-menu li a {
		min-width: 180px;
	}
	.dropdown-menu li a:hover{
		background: none;
	}
	.dropdown-menu li span {
		margin-top: 2px;
		font-size: 14px;
		font-weight: 100;
	}
	.dropdown-menu li span:hover {
		font-size: 14px;
		font-weight: 100;
		color: #ff9100;
	}
}

.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: white;
	border-radius: 0%;
	border: 1px solid lightgray;
}

.dropdown-menu {
	top: 55px !important;
}

.dropdown-menu li {	
	padding: 5px 0
}

.dropdown-menu li span {
	font-size: 14px;
	margin-right: 5px;
	font-weight: 300;
}

.border {
    display: block;
    width: 100px;
    margin: 0 auto;
    height: 2px;
    margin-bottom: 20px;
    background: #999;
}

/*---// Go Page Button //---*/
.go-page a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
	margin-top: 50px;
	
}

.btn-go-page {
    background: #ff6100;
    border: 2px solid #ff6100;
    color: #fff;
}

.btn-go-page:hover {
    background: none;
    border: 2px solid #333;
    color: #333;
}


/* Prelaoder */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ff9100;
    border-top-color: #f9f9f9;
    animation: spinner .6s linear infinite;
}

@-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}



/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}


/*--------------------------------------------------------------
# Contents Background Sections
--------------------------------------------------------------*/

#channel-contents,
#portfolio-contents {
    background: #eeeeee;
}

#sumi-contents {
    background: #fff;
}

#channel-contents,

#portfolio-contents {
    width: 100%;
    position: relative;
}

#channel-contents .channel-inner,

#portfolio-contents .portfolio-inner {
    max-width: 1400px;
    padding: 0;
    margin: 0 auto;
}

#channel-contents .channel-inner {
    background: #eeeeee;
}


/*===========================
  slider
============================ */

#slider {
    position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

#slider #about-slider {
	position: relative;
    text-align: center;
}

#slider #about-slider h1 {
    margin: 30px 0 10px 0;
	font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
}

#slider #about-slider h2 {
    color: rgba(200, 200, 200, 0.71);
	font-size: 20px;
	font-weight: 300;
    margin-bottom: 50px;
}

#slider #about-slider .slide-logo {
    margin: 20px;
}

#slider #about-slider .slide-logo img {
    max-width: 30%;
}

#slider .brand-bg {
    display: table;
    width: 100%;
	height: 100%;
    background: url(http://sumikorea.cafe24.com/img/slide/brand_set.png) no-repeat top center fixed;
	background-color: #444;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#slider .channel-bg {
    display: table;
    width: 100%;
	height: 100%;
    background: url(http://sumikorea.cafe24.com/img/slide/channel_set.png) no-repeat top center;
	background-color: #121212;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#slider .slide-container-inner {
    background-color: rgba(0, 0, 0, 0.7);
    display: table-cell;
    vertical-align: middle;
	padding: 0 20px;
	height: 100vh;
}

/* Slide Text Area - CENTER */
#slider .slide-title-center {
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 40px auto;
}

/* Slide Text Area - LEFT */
#slider .slide-title-left {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 40px auto;
	text-align: left
}

#carousel-slider .carousel-indicators {
    
}

#carousel-slider .carousel-indicators li {
    text-decoration: none;
    width: 40px;
    height: 4px;
    border: 0;
    background: rgba(134, 134, 134, 0.3);
}

#carousel-slider .carousel-indicators li.active {
    background: #fff;
}

#carousel-slider a i {
    position: absolute;
	border-radius: 10%;
	font-size: 30px;
	padding: 10px;
	top: 50%;
	width: 50px;
    height: 50px;
	background: #333;
	color: #fff;
}

#carousel-slider a i:hover {
	background: #ff6100;
}

#carousel-slider .carousel-control {
	width:inherit;
}

#carousel-slider .carousel-control.left i {
	left: 20px;
	top: calc(50% - 50px);
}

#carousel-slider .carousel-control.right i {
	right: 20px;
	top: calc(50% - 50px);
}

#carousel-slider .actions a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
}

#carousel-slider .btn-get-started {
    background: #ff6100;
    border: 2px solid #ff6100;
    color: #fff;
}

#carousel-slider .btn-get-started:hover {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

@media (min-device-width: 320px) and (max-device-width : 480px) {
	#slider .brand-bg {
		
	}
	
}

@media (max-width: 768px) {
	
	#slider .slide-container-inner {
		background-color: rgba(0, 0, 0, 0.5);
		display: table-cell;
		vertical-align: middle;
		padding: 0 20px;
		max-height: 640px;
	}
	
	#slider .channel-bg {
		display: table;
		width: 100%;
		height: 100%;
		background: url(http://sumikorea.cafe24.com/img/slide/channel_set.png) no-repeat 80% 0%;
		background-color: #121212;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	
	#slider .brand-bg {
		display: table;
		width: 100%;
		height: 100%;
		background: url(http://sumikorea.cafe24.com/img/slide/brand_set.png) no-repeat 40% 0%;
		background-color: #121212;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	
    #slider #about-slider .slide-logo {
		display: none;
    }
	
	#slider #about-slider .slide-title {
		float: left;
		text-align: left;
		padding: 0 20px;
	}
	
    #slider #about-slider h1 {
		margin: 1px;
        font-size: 20px;
        font-weight: 300;
    }
    
    #slider #about-slider h2 {
		color: #fff;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 30px;
    }
	
	#slider #about-slider br {
		display: none;
	}
    
    #slider #about-slider h2 .rotating {
        display: block;
    }
	
	#carousel-slider .carousel-control.left i {
		left: 20px;
		top: calc(97% - 50px);
	}

	#carousel-slider .carousel-control.right i {
		right: 20px;
		top: calc(97% - 50px);
	}
	
	#carousel-slider a i {
		position: absolute;
		border-radius: none;
		font-size: 30px;
		padding: 10px;
		top: 50%;
		width: 50px;
		height: 50px;
		background: none;
		color: #fff;
	}

	#carousel-slider a i:hover {
		background: none;
	}
	
	#carousel-slider .actions a {
		font-size: 12px;
	}
	
}

/*--------------------------------------------------------------
# Welcome




#slide .rotating > .animated {
    display: inline-block;
}

#slide .actions a {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
}

#slide .btn-get-started {
    background: #03C4EB;
    border: 2px solid #03C4EB;
    color: #fff;
}

#slide .btn-get-started:hover {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

#slide .btn-services {
    border: 2px solid #fff;
    color: #fff;
}

#slide .btn-services:hover {
    background: #03C4EB;
    border: 2px solid #03C4EB;
}

#slide .prev,
#slide .next {
}

#slide .prev:hover,
#slide .next:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

#slide .prev {
    left: 10px;
}

#slide .next {
    right: 10px;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 5px 0;
    height: 70px;
    background: rgba(11, 60, 70, 1);
}

#header .container {
    width: 100%;
    max-width: 1400px;
}

#header #logo {
    float: left;
    padding: 5px 0;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
}

@media (max-width: 768px) {
    #header {
        height: 70px;
    }
    #header #logo h1 {
        font-size: 26px;
    }
    #header #logo img {
        margin-top: 5px;
        max-height: 40px;
    }
}

.is-sticky #header {
    background: rgba(11, 60, 70, 1);
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


#nav-menu-container {
    float: right;
    margin: 5px 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}


.nav-menu a {
    padding: 15px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    outline: none;
}

.nav-menu a:hover,
.nav-menu li:hover > a,
.nav-menu .menu-active > a {
    color: #ff9100;
}

.nav-menu ul {
    margin: 4px 0 0 15px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
    background: #fff;
    border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li:hover {
    background: #f6f6f6;
}

.nav-menu ul li a {
    color: #333;
}

.nav-menu ul ul {
    margin: 0;
}

.menu-has-children li {
	position: relative;
	top: -20px;
}


#mobile-nav-toggle {
    float: right;
    z-index: 999;
    margin-top: 10px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}




#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

/*--
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #03C4EB;
}

#mobile-nav ul .menu-item-active {
    color: #03C4EB;
}
--*/

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}




body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/*-- Sections Common
--------------------------------*/

.section-title {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.section-description {
    text-align: center;
    margin-bottom: 40px;
    font-size: 17px;
}

.section-title-divider {
    width: 50px;
    height: 3px;
    background: #03C4EB;
    margin: 0 auto;
    margin-bottom: 20px;
}

.center {
	
}

/*--------------------------------------------------------------
# Channel Sections
--------------------------------------------------------------*/

#channel {
    position: relative;
	width: 100%;
	padding: 200px 0;
	background-color: #eee;
	text-align: center;
}

#channel .container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#channel h1 {
    font-weight: normal;
    font-size: 40px;
    color: #333;
    letter-spacing: 15px;
    padding-bottom: 15px;
}

#channel .channel-img {
    text-align: center;
}

#channel .channel-img > img {
	padding-top: 10%;
    width: 100%;
    max-width: 700px;
}

/*--------------------------------------------------------------
# Sumi Offline
--------------------------------------------------------------*/

article {
	margin: 0 !important;
	padding: 5px !important;
}

#channel .offline-area {
	padding: 10px 40px;
}

#channel .online-area {
	padding: 10px 40px;
}

#channel .title-area {
	text-align: center;
}

#channel .title-area h4 {
	font-weight: bold;
	color: #333;
}

#channel .channel-thumb img {
    width: 100%;
}

#channel .channel-thumb img:hover {
	opacity: 0.5;
}

/*** Sumi Offline / Responsive ***/

@media (max-width: 768px){
	
	#channel {
		padding: 100px 0;
	}
	
	#channel  h4 {
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
# Sumi Section
--------------------------------------------------------------*/

#sumi {
    position: relative;
	width: 100%;
	padding: 200px 0;
	text-align: center;
}

#sumi .container {
    width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#sumi h1 {
    font-weight: normal;
    font-size: 40px;
    color: #333;
    letter-spacing: 15px;
    padding-bottom: 15px;
}

#sumi .area {
    width: 100%;
    height: 1px;
    background: rgba(10, 60, 73, 0.4);
}

#sumi .sumi-img {
    text-align: center;
}

#sumi .sumi-img img {
    width: 100%;
    max-width: 800px;
}

#sumi .sumi-thumb {
    min-height: 500px;
    padding: 75px 75px 20px 75px;
    background: #fff;
}


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/

#portfolio {
    position: relative;
	width: 100%;
	padding: 200px 0;
	background-color: #eee;
	text-align: center;
}

#portfolio .container {
    width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#portfolio .lead {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

#portfolio h1 {
    font-weight: normal;
    font-size: 40px;
    color: #333;
    letter-spacing: 15px;
    padding-bottom: 15px;
}

#portfolio .brand-logo {
    display: block;
    background-size: cover;
    background-position: center;
    width: 80px;
}

.portfolio-items,
.portfolio-filter {
    list-style: none outside none;
    margin: 0 0 40px 0;
    padding: 0;
}

.portfolio-filter > li {
    display: inline-block;
}

.portfolio-filter > li a {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    text-transform: uppercase;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    border: 1px solid #F2F2F2;
    outline: none;
    border-radius: 0;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active {
    color: #fff;
    background: #2487cd;
    border: 1px solid #2487cd;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.portfolio-items > li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-item {
    display: block;
    margin: 0;
    padding: 0;
}


/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.recent-work-wrap {
    position: relative;
    margin: 5px;
}

.recent-work-wrap:hover {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.7);
}

.recent-work-wrap img {
    width: 100%;
}

.recent-work-wrap .recent-work-inner {
    background: transparent;
    opacity: 0.8;
    width: 100%;
    border-radius: 0;
	text-align: left;
}

.recent-work-wrap .recent-work-inner h3 {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
    padding: 0;
	font-weight: 500;
}

.recent-work-wrap .recent-work-inner h3 .sub-name {
    font-size: 15px;
    font-weight: lighter;
}

.recent-work-wrap .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: #0b3c4a;
    color: #fff;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.recent-work-wrap .overlay .preview {
    color: #fff;
}

.btn-area {
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
	background: none;
	border: 2px solid #fff;
	margin-bottom: 0;
}

.btn-area:hover {
	background: #ff6100;
	border: 2px solid #ff6100;
}

.border-mini {
	display: block;
	background: #fff;
	width: 30px;
	height: 2px;
	margin: 8px 0 7px 0;
	padding: 0;
}

.recent-work-wrap:hover .overlay {
    background: #0b3c4a;
    opacity: 1;
}

/*--------------------------------------------------------------
# Logistics Section
--------------------------------------------------------------*/

#logistics {
	position: relative;
	width: 100%;
	padding: 200px 0;
	text-align: center;
}

#logistics .container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#logistics h1 {
    font-weight: normal;
    font-size: 40px;
    color: #333;
    letter-spacing: 15px;
    padding-bottom: 15px;
}

#logistics .portfolio-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 340px;
    width: 100%;
    display: table;
    overflow: hidden;
	margin-bottom: 30px;
	padding: 0;
}

#logistics .portfolio-item .details {
    height: 340px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    transition: 0.3s;
    text-align: center;
}

#logistics .portfolio-item .details h4 {
    font-size: 25px;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    font-weight: 700;
    color: #333333;
}

#logistics .portfolio-item .details span {
    display: block;
    color: #666666;
    font-size: 17px;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
}

#logistics .portfolio-item:hover .details {
    opacity: 0.8;
}

#logistics .portfolio-item:hover .details h4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#logistics .portfolio-item:hover .details span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
    position: relative;
	width: 100%;
	padding: 200px 0;
	text-align: center;
	background-color: #eee;
}

#contact .container {
    width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#contact h1 {
    font-weight: normal;
    font-size: 40px;
    color: #333;
    letter-spacing: 15px;
    padding-bottom: 15px;
}

#contact .icon-box {
	text-align: center;
	margin: 30px 0;
}

#contact .icon-box h4 {
	font-weight: 500;
	color: #333;
}

#contact .icon-box p {
	font-weight: 300;
	font-size: 17px;
}

#contact .icon-box i {
	cursor: default;
	font-size: 50px;
	color: #999;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	border: 7px solid #999;
}

#contact .info-title i:hover {
	color: #ff6100;
	transition: 0.7s;
	border: 7px solid #ff6100;
}

#contact .info-title > .border {
	display: block;
	width: 30px;
	color: #999;
}

#google-map {
    
}

#map {
    width: 100%;
    height: 500px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #111;
    padding: 20px 0;
    color: #fff;
}

#footer p {
    text-align: center;
    font-weight: 300;
    color: #999;
    padding: 0;
    margin-bottom: 5px;
}

#footer .copyright {
    
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}


/*--------------------------------------------------------------
***** Responsive *****
--------------------------------------------------------------*/
@media (min-width: 767px) and (max-width: 1199px) {
	/* #Logistics Section */
	
	#logistics .portfolio-item {		
		width: 100%;
		margin-bottom: 30px;
	}
	
}

@media (max-width: 768px) {
    .border {
        padding: 0;
        margin-bottom: 20px;
        width: 70px;
    }
    
/* #Channel Section */
    
    #channel {
        padding: 100px 0;
    }
    
    #channel h1 {
        font-size: 25px;
        letter-spacing: 0px;
        padding: 0;
    }
    
    #channel p {
        font-size: 15px;
        padding: 0;
    }
	
	#channel .section-description > br {
		display: none;
	}
	
/* #Sumi Section */
    
    #sumi {
        padding: 100px 0;
    }
    
    #sumi h1 {
        font-size: 25px;
        letter-spacing: 0px;
        padding: 0;
    }
    
    #sumi p {
        font-size: 15px;
        padding: 0;
    }
    
/* #portfolio Section */
    
    #portfolio {
        padding: 100px 0;
    }
    
    #portfolio h1 {
        font-size: 25px;
        letter-spacing: 0px;
        padding: 0;
    }
	
	#portfolio h3 {
		margin-top: 0px;
		font-size: 20px;
		vertical-align: middle;
	}
	
	#portfolio .center p {
        font-size: 15px;
        padding: 0;
    }
	
	#portfolio .recent-work-inner {
		padding: 15px 0;
	}
	
	#portfolio .sub-name {
		margin-bottom: 10px;
	}
	    
/* #Logistics Section */
	
	#logistics {
        padding: 100px 0;
    }
	
	#logistics h1 {
        font-size: 25px;
        letter-spacing: 0px;
        padding: 0;
    }
    
    #logistics p {
        font-size: 15px;
        padding: 0;
    }
	
	#logistics .portfolio-item {		
		width: 100%;
		margin-bottom: 30px;
	}
	
	#logistics .portfolio-item .details {
		padding: 20px;
	}
	
	#logistics .portfolio-item .details span{
		font-size: 14px;
	}
	
/* #portfolio Section */
    
    #contact {
        padding: 100px 0;
    }
    
    #contact h1 {
        font-size: 25px;
        letter-spacing: 0px;
        padding: 0;
    }
    
    #contact p {
        font-size: 15px;
        padding: 0;
    }


}