/*
Theme Name: Webmakers
Theme URI: http://themeforest.net/user/iWebStudio/portfolio
Author: iWebStudio
Author URI: http://themeforest.net/user/iWebStudio/portfolio
Description: Webmakers is a responsive one page wordpress theme for creative
Version: 1.0.0
Tags: theme-options, translation-ready
License: Split GPL License
License URI: license.txt
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,700);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	 font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr,hr.solid {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f1f0f0;
    margin-bottom:86px;
    padding: 0;
}
hr.blank {
    display: block;
    height: 1px;
    border: 0;
    margin-bottom:86px;
    padding: 0;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.error_page {
	text-align: center;
	padding: 130px 0 130px;
}

/* Clear Floats
================================================== */
.symple-clear-floats { clear: both }
.symple-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* Spacing
================================================== */
.blank-spacing { display: block; height: auto; margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; outline: none !important; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.bypostauthor, .wp-caption, .wp-caption-text,.gallery-caption {
	font-weight: normal;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   
   
   
/* ==========================================================================
   BODY
   ========================================================================== */

body {
   font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #2f2f2f;
    background-size: cover;
    background-attachment: fixed;
}

section {
    position: relative;
    background: #2f2f2f;
    z-index: 2;
}

.section_content {
    padding-top: 83px;
    background-color: #fff;
}

body.fx {
    padding-top: 75px;
}

a,
a:focus,
a:hover,
a:active {
    color: #01a7f4;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

h2,h3,h4 {
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    margin: 0 0 19px;
    font-size: 150px;
}

h3 {
    margin: 0;
    font-size: 22px;
}

h4 {
    margin: 0;
    font-size: 24px;
}

p {
    margin: 0 0 21px 0;
}

.btn {    
    padding: 16px 23px;
    border: 2px solid #01a7f4;
    border-radius: 0;
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;  
    text-transform: uppercase;
    text-shadow: none;    
    color: #01a7f4;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;   
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    border-color: #01a7f4;
    color: #fff;
    background: #01a7f4;
    background-position: 0 0;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;  
}


.btn2 {
    height: 80px;
    width: 80px;
    padding: 32px 29px;
    border: 2px solid #fff;
    border-radius: 0;
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 1px;  
    text-transform: uppercase;
    text-shadow: none;    
    color: #fff;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;   
}

.btn2:hover,
.btn2:focus,
.btn2:active,
.btn2.active,
.btn2.disabled,
.btn2[disabled] {
    border-color: #fff;
    color: #fff;
    background: #fff;
    background-position: 0 0;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;  
}



.link {
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

section p {
    color: #7c7c7c;
}

/* ==========================================================================
   HOME
   ========================================================================== */

#head {
    text-align:center;
    min-height: 808px;
}

#head .logo {
    display: inline-block; 
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
}

.logo:hover {
    opacity: 0.8;
}

.h-text { 

    z-index: 1;
    
}

#head h1 {
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
    text-align:center;
    margin-top:70px;
    color:#fff;
    /*text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 0px 0px #444, 0px 0px 0px #333, 0px 0px 0px #001135;  */
}

#head p {
    margin: 30px 0 70px 0;
     font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color:#fff;
    
    /*text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 0px 0px #444, 0px 0px 0px #333, 0px 0px 0px #001135; */
}

#head p.htxt2 {
    margin-top: 8%;
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color:#fff;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.fx #navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#navigation {
    position: relative;
    min-height: 75px;
    margin: 0;
    background-color: rgba(198, 30, 36, 0.9);
	background: transparent\9;
    background:rgba(199,30,36,0.9);
    z-index: 999;
}

.navbar .brand {
    margin: 0;
    padding: 0;
}

.navbar .brand img {
    margin-top: 17px;
}

.nav li {
    float: left;
}

.navbar .nav > li > a,
.navbar .nav > li > a:visited {
    padding: 28px 13px 27px;
	font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:active,
.navbar .nav > li.active > a {
    color: #01a7f4 !important;
    text-decoration: none;
    background: none !important;
    outline: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .btn-navbar {
    width: 43px;
    height: 43px;
    border-color: #fff;
    background: none;
    box-shadow: none;
    border-radius: 43px;
}

/* ---- Section heading -- */
.section-heading header {
    padding: 100px 0;
    text-align:center;
}

#about.section-heading header {
    padding: 100px 0;
    text-align:center;
}
.section-heading header h2{
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 144px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    text-align:center;
    letter-spacing:-8px;
    color:#fff;  
    
   /* text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 0px 0px #444, 0px 0px 0px #333, 0px 0px 0px #001135;*/
}

.span12 h3 {color:#000; font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif; font-size:2em; text-align:center}
.span12 .abTitle1 {color:#fff; margin-top:10%; font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif}
.span12 .abTitle2 {color:#898989; margin-top:2%; font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif; text-align:center; font-size:14px}
/* ==========================================================================
   ABOUT US
   ========================================================================== */

#about-us header {       
    height: 250px;
    padding-top: 86px;
    text-align:center;
}

#about-us header h2{
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 144px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    text-align:center;
    letter-spacing:-8px;
    margin-top:70px;
    color:#fff;  
    
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 0px 0px #444, 0px 0px 0px #333, 0px 0px 0px #001135;          
}

.about_content {
    padding-top: 86px;
    background-color:#fff;
}

#about-us .container {
    padding-bottom: 80px;
}

#about-us .span3 {
    text-align: center;
    padding: 78px 0 20px;
}

#about-us .span3 h3 {
    margin-bottom: 13px;
}

#about-us .span3 p {
    margin: 0 12%;
}

.webmakers.progress {
    margin-top: 5px;
    margin-bottom:0px;
    height: 26px;
    box-shadow: none;
    background: #e3e6e8;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.webmakers .bar {   
    background-color: #01a7f4;
    background-image: none;
    text-align: left;
    padding-left: 9px;
    line-height: 25px;
    font-size:10px;
    filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
}

#team {margin-top: 86px;
    text-align: center;
}

#team h2{
    margin-bottom:25px;
}

#team h3{
    margin-top:10px;
}

.team_member{
    margin-bottom:25px;
}

.team_member{
    margin-top:10px;
}

.team_member{margin-bottom:40px; text-align: center; }


.social-media {
    color: #01a7f4; 
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.social-media li {
    color: #01a7f4;
    display: inline-block;
    margin-left: 14px;
    padding-left: 16px;
    background: url(img/misc_sep.png) 0 3px no-repeat;
}
.social-media li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}


/* ==========================================================================
   SERVICES
   ========================================================================== */


#services header {       
    height: 250px;
    padding-top: 86px;
    text-align:center;
}

#services header h2{       
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 144px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align:center;
    letter-spacing:-8px;
    margin-top:70px;
    color:#fff;
    
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 0px 0px #444, 0px 0px 0px #333, 0px 0px 0px #001135;  
       
}

.services_content {
    padding-top: 83px;
    background-color: #fff;
}

.services_content .span4 {
    text-align: center;
}

.services_content .span4 span {
    display: inline-block;
    width: 214px;
    height: 214px;
    margin-bottom: 25px;
    border: 2px solid #3f3f56;
    border-radius: 115px;
    line-height: 214px;
}

.services_content .span4 h3 {
    margin-bottom: 13px;
}

.services_content .span4 p {
    margin: 0 13% 88px;
}

#services_icons {
    text-align: center;
}
        
#services_icons h3 {
    margin-top:10px;
}

.cta_section {
    text-align:center;
    margin-bottom:86px;
}

.service_box {
    text-align: center;
}



/* ==========================================================================
   PORTFOLIO
   ========================================================================== */

#portfolio {
    position: relative;
}

#portfolio header {
    height: 250px;
    padding-top: 86px;
    text-align:center;
}

#portfolio header h2{       
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-size: 144px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align:center;
    letter-spacing:-8px;
    margin-top:70px;
    color:#fff;

   text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 0px 0px #444, 0px 0px 0px #333, 0px 0px 0px #001135;        
}

.portfolio_content {
    padding-top: 83px;
    background-color: #fff;
}

#featured_item {
    text-align:center;
    margin-bottom:30px;
}

#featured_item h2 {
    padding-top:30px;
}

.item_details p {
    float:left;
    margin-top:5px;
    text-align:left;
}
.cta_online {
    float:right;
}

.work h3 {
    margin-top:10px;
}

figure {
    max-width:400px;
    margin:0px auto;
    padding:0px;
    text-align:center;
}

figure img {
	max-width: 100%;
	position: relative;
	z-index: 900;
}

figure a {
	position: relative;
	display: block;
	line-height: 0px;
	text-decoration: none;
}

figure a:hover img {
	opacity: 0.4; 
	filter: alpha(opacity=40); /* IE6-IE8 */
            -webkit-transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;	
		transition: opacity .3s ease-in-out;
    
}

figure a:before {
	content: "+";
	display: block;
	font-size: 100px;
	line-height: 1em;
	text-align: center;
    height: 1em;
	width: 1em;
	color: #01a7f4;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin: -0.5em 0 0 -0.5em;
}

a:hover  {
	text-decoration: none;
}
a.enlarge:before {
	content: "+";
}

/* ==========================================================================
   CONTACT
   ========================================================================== */

#contact header {       
    height: auto;
    padding-top: 86px;
    text-align:center;
}

#contact h2 {
    color:white;
}


#contact {
    color:white;
    background-color: black;
}

#contact p {
    color:#d3d3d6;
}

#contact .details {
    margin-top:10px;
    text-align:center;
}

#contact .contact-wrap {
    padding: 73px 0 91px;
    margin-top: -3px;
    border-top: 11px solid #705a70;
}

#contact form {
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-weight: 300;  
    padding-bottom:40px; 
}

#contact form input[type="text"],
#contact form input[type="email"] {
    width: 80%;
    height: 67px;
    margin-bottom: 20px;
    padding: 0 10%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#contact form textarea {
    width: 90%;
    height: 98px;
    margin-bottom: 20px;
    padding: 4% 5%;
    border: 0;
    border-radius: 0;
}

#contact form .span6.offset1 h3 {
    color:white;
}

#contact form .span6.offset1 p span {
    font-weight: 700;
}

#contact .contact-wrap p strong {
    font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
    font-weight: 700;  
}
#contact_details {
    padding-bottom:30px;
}


/* ==========================================================================
   INNER
   ========================================================================== */
   
.inner_content {
    padding: 83px 0 50px;
    background-color: #fff;
}

.inner_heading {
	padding: 30px 0 30px;
}


   
.inner_heading h2 {
	color: #fff;
}

/* blog & post */

article, article.post {
	margin-bottom: 60px;
	border-bottom: 1px dotted #eee;
	padding-bottom: 40px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	width: 100%;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 10px;
}

h3.entry-title a {
	color: #222;
}

h3.entry-title a:hover {
	color: #01a7f4;
}


.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta .meta_left {
	float: left;
}


.entry-meta .meta_left span {
	margin-right: 20px;
}


.entry-meta .meta_right {
	float: right;
}


.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}


.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/* comments */
.comment_wrap {
		
}

.comment_wrap .comment_list, .comment_wrap .comment_list .children {
	list-style-type: none;
	list-style-position: outside;	
}

.comment_list {
	padding-top: 15px;	
}

.comment {
	margin: 15px 0 0;	
}

.comment:first-child {
	margin-top: 0;	
}

.comment .children {
	margin: 15px 0 0 25px;
	padding: 0 0 0 35px;
}

.comment:first {
	margin-top: 0;	
}

.single_comment {
	display: block;
	position: relative;
	padding: 25px;
	border: 1px dotted #eee;
	border-left: 3px solid #01a7f4;
}

.single_comment .avatar {
	display: inline-block;
	margin-right: 15px;
	overflow: hidden;
	float: left;	
}

.single_comment .avatar img {
	width: 80px;
	height: 80px;
	display: block;	
}

.single_comment .comment_meta {
	display: inline-block;
	position: relative;
}

.single_comment .comment_meta .author {
	font-size: 16px;
	display: block;
	margin-top: 10px;
	font-weight: bold;	
}

.single_comment .comment_meta .author a {
	color: #666;	
}

.single_comment .comment_meta .author a:hover {
	color: #f15a23;	
}

.single_comment .comment_meta .date {
	line-height: 17px;	
}

.single_comment .comment_meta .date a.reply, .single_comment .comment_meta .date a.comment-reply-link {
	color: #01a7f4;
}

.single_comment .comment_meta .date a.reply:hover,.single_comment .comment_meta .date a.comment-reply-link:hover  {
	color: #444;

}

.single_comment .comment_wrap {
	display: block;
	width: 100%;
	padding-top: 15px;
	overflow: hidden;	
}

.single_comment .comment_wrap p:last-child {
	padding-bottom: 0;	
}

.cancel-comment-reply {
	margin-bottom: 20px;
}

#respond {
	margin-top: 40px;
}

#respond h3 {
	margin-bottom: 20px;
}

form.reply_form input["text"]{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}


/* --- Sidebar --- */

.widget  {
	margin-bottom: 40px;
}

.widget header h4 {
	margin-bottom: 10px;
}



/* ==========================================================================
   FOOTER
   ========================================================================== */
 
#foot {
	padding:2% 0;
    line-height: 18px;
    background-color: #252325;
}

#foot .copyrights {
    float: left;
}

#foot a {
    float: right;
    margin-right: 31px;
    color: rgba( 255, 255, 255, 0.27);
}

#foot ul.bottom_menu li a {

    margin-right: 31px;
    color: rgba( 255, 255, 255, 0.27);
}
#foot ul.bottom_menu{
	    float: right;
}
#foot ul.bottom_menu li {
	    float: left;
    line-height: 85px;
}

#foot p {
    margin: 0;
    color: rgba( 255, 255, 255, 0.27);
}
    
    
/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/* Large desktop */
.us1 {display:block}
.us2 {display:none}
.us3 {display:none}

.ma1 {display:block}
.ma2 {display:none}
.ma3 {display:none}
.ma4 {display:none}
@media (min-width: 1024px) and (max-width: 1600px) {
	.work_be {display:none}
	.work_ne {display:none}
	#head .logo img {width:230px; height:196px}
}
@media (min-width: 980px) and (max-width: 1024px) {
    #head {
        background-size: cover;
		min-height: 620px;
    }
    .h-text {
        
        z-index: 1;
    }
	.work_be {display:none}
	.work_ne {display:none}	
	#head .logo img {width:170px; height:145px}
	#head h1 {font-size: 70px; line-height:70px;margin-top:40px;}
    #head p {font-size: 14px;margin: 40px 0 50px 0;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    body {
        font-size: 13px;
    }
    section p {
        line-height: 19px;
    }
    h2 {
        font-size: 60px;
    }
    h3 {
        font-size: 16px;
    }
    #head {
        background-size: cover;
        min-height: 450px;
    }
    #head .container {
        text-align: center;
    }
	#head .logo img {width:200px; height:170px}
    .social-media {
        float: none;
        margin: 30px 0 0;
    }

    #head h1 {font-size: 60px; line-height:60px;margin-top:80px;}
    #head p {font-size: 14px;margin: 70px 0 80px 0;}

    #head .btn {
        float: none;
        margin: 0 auto;
    }
     
    .navbar .brand {
        margin-left: 30px;
    }

    .navbar .brand {
        margin-left: 30px;
    }

    .navbar .btn-navbar {
        margin: 15px 30px 0 0;
    }

    .nav-collapse.pull-right {
        float: none;
    }

    .navbar .nav > li {
        float: none;
        text-align: center;
    }

    .navbar .nav > li > a,
    .navbar .nav > li > a:visited {
        padding: 0;
        font-size: 18px;
        line-height: 29px;
        color: #FFFFFF !important;
    }
	.section-heading header,
    #about-us header,
    #contact header,
    #portfolio header,
    #services header {
        background-size: cover;
    }
    
	.section-heading header,
    #portfolio header,
    #about-us header,
    #services header,
    #contact header {
        background-size: auto;
    }

    .h-text {
        
        z-index: 1;
    }

	#foot ul.bottom_menu li a {
		font-size: 13px;
	}
    #foot p,
    #foot a {
        font-size: 13px;
    }
    .work {
    text-align:center;
    }
    
    .item_details p {
    float:none; 
    margin-top:5px; 
    text-align:center; 
    }
    .cta_online {
    float:none;
    }
	.work_be {display:none}
	.work_ne {display:none}
	.ma1 {display:none}
	.ma2 {display:block}
	.ma3 {display:none}
	.ma4 {display:none}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    body {
        background-size: auto auto;
        background-attachment: scroll;
        font-size: 13px;
    }
    section p {
        line-height: 19px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 16px;
    }


	.section-heading header,
    #head,
    #navigation,
    #about-us header,
    #about-us .about_content,
    #services header,
    #services .services_content,
    #portfolio .portfolio_content,
    #portfolio header,
    #contact, #foot {
        /*margin-left: -20px;*/
        /*margin-right: -20px;*/
        padding-left: 20px;
        padding-right: 20px;    
    }
    #about-us header,
    #services header,
    #portfolio header{
        height: 160px;
    }
    #contact,
    #navigation{
        padding-left: 0;
        padding-right: 0;
    }
    .fx #navigation {
        margin-left: 0;
        margin-right: 0;
    }
    #head {
        position: relative;
        min-height: 400px;
    }
    #head .container {
        text-align: center;
    }

    #head .logo {
        /*margin: 25px 0 30px;*/
    }
	#head .logo img {width:170px; height:145px}

    .social-media {
        float: none;
        margin: 30px 0 0 0;
    }

    #head h1 {
        letter-spacing:-2px;
        font-size: 50px;
        line-height: 50px;
        margin-bottom:0px;
		margin-top:60px;    
    }

    #head p {
        letter-spacing:-1px;
        font-size: 14px;
		margin: 60px 0 70px 0;
    }

    #head .btn {
        float: none;
        margin: 0;
    }
    
	.section-heading header h2,
    #about-us header h2,
    #services header h2,
    #portfolio header h2 {
    font-size:80px;
    margin-top:20px;
    }

	.section_contact header h2,
    #about-us header h2,
    #services header h2,
    #portfolio header h2 {
    font-size:50px;
    margin-top:20px;
    }

    .navbar .brand {
        margin-left: 30px;
        margin-top: 5px;
    }

    .navbar .brand img {
        margin-top: 11px;
    }

    .navbar .btn-navbar {
        margin: 15px 30px 0 0;
    }

    .nav-collapse.pull-right {
        float: none;
    }

    .navbar .nav > li {
        float: none;
        text-align: center;
    }

    .navbar .nav > li > a,
    .navbar .nav > li > a:visited {
        padding: 0;
        font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic','Dotum','AppleGothic',sans-serif;
        font-size: 18px;
        line-height: 29px;
        color: #fff !important;
    }

    .navbar .nav > li.active a,
    .navbar .nav > li > a:hover {
        color: #01a7f4 !important;
    }

    #about-us .span3 {
        text-align: center;
        padding: 25px 0;
    }

    #about-us .span6:last-child {
        text-align: center;
    }

    #contact form .btn {
        display: block;
        float: none;
        margin: 0 auto 10px;
    }
    #about-us header,
    #contact header,
    #portfolio header,
    #services header {
        background-size: cover;
    }

    #foot {
        padding-top:50px;
        position: relative;
        padding-bottom: 136px;
        text-align: center;
        color: #605f60;
        font-size: 13px;
        line-height: normal;
    }
	
	
	

    #foot a {
        display: inline-block;
        float: none;
        margin: 0 10px;
        color: #605f60;
    }
	#foot ul.bottom_menu{
	    float: none;
}
	#foot ul.bottom_menu li{
        display: inline-block;
		line-height: 1em;
        float: none;
        margin: 0;
		padding: 0;
        color: #605f60;
	}
	#foot ul.bottom_menu li a {
		line-height: 1em;
        margin: 0 5px;
	}
	
    #foot .arrow-up {
        float: none;
        margin: 0 auto 35px;
    }

    #foot .copyrights {
        position: absolute;
        bottom: 55px;
        left: 0;
        width: 100%;
        line-height: normal;
    }

    #head,    
    #services header,
    #contact header {
        background-size: cover;
    }

    #contact .span3 {
        clear: both;
        text-align: center;
    }

    #contact form textarea {
        width: 80%;
        padding: 5% 10%;
    }   
    
    #contact .container {
    width:80%;
    }
	.us1 {display:none}
	.us2 {display:block}
	.us3 {display:none}
	.work_be {display:none}
	.work_ne {display:none}
	.ma1 {display:none}
	.ma2 {display:none}
	.ma3 {display:block}
	.ma4 {display:none}

}

/* Landscape phones and down */
@media (max-width: 479px) {
    body {
        font-size: 13px;
    }
    section p {
        line-height: 19px;
    }   
    body.fx {
        padding-top: 55px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 16px;
    }
    #navigation {
        min-height: 55px;
    }
    .navbar .brand {
        margin-left: 30px;
    }

    .navbar .btn-navbar {
        margin-top: 6px;
    }

    .navbar .brand {
        margin-top: -5px;
    }

    #about-us .span6 {
        margin-bottom: 40px;
    }

    #contact .contact-wrap {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #foot {
        padding-top:50px;
        padding-bottom: 100px;
    }
    
	
	.section-heading header h2,
    #about-us header h2,
    #services header h2,
    #portfolio header h2 {
    font-size:50px;
    margin-top:25px;
    letter-spacing:-3px;
    }
	.us1 {display:none}
	.us2 {display:none}
	.us3 {display:block}
	.section-heading header {padding: 30px 0}
	#about.section-heading header {padding: 30px 0}
	.work_be {display:none}
	.work_ne {display:none}
	.ma1 {display:none}
	.ma2 {display:none}
	.ma3 {display:none}
	.ma4 {display:block}
	#head {min-height: 480px;}
	#head .logo img {width:100px; height:85px}
	 #head h1 {letter-spacing:-2px;font-size: 30px;line-height: 30px;margin-bottom:0px;margin-top:50px;}
    #head p {letter-spacing:-1px;font-size: 10px;margin: 30px 0 50px 0;}
	.btn2 {height: 40px; width: 40px; padding: 25px 25px}
}
@media (max-width: 319px) {
	#head {min-height: 320px;}
	#head .logo img {width:70px; height:60px}
	#head h1 {letter-spacing:-2px; font-size: 23px; line-height: 20px; margin-bottom:0px;margin-top:20px;}
    #head p {letter-spacing:-1px; font-size: 11px; margin: 10px 0 30px 0;}
	.btn2 {height: 40px; width: 40px; padding: 15px 15px}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */     

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.ls1 {letter-spacing:-1px}

.mt1 {margin-top:1%}
.mt2 {margin-top:2%}
.mt5 {margin-top:5%}
.mt7 {margin-top:7%}
.mt10 {margin-top:10%}
.mt15 {margin-top:15%}

.pb3 {padding-bottom:3%}
.pb10 {padding-bottom:10%}

.cb {color:#000 !important}
.cw {color:#fff !important}



.container > .row > .work > div {position:relative}
.wmore{position:absolute;top:0;left:0;display:block;width:100%;height:100%;z-index:100;}
.wmore a{width:100%;height:100%;text-indent:-9999em;display:block}
.wmore a:hover{background-color: rgba(198, 30, 36, 0.4);}

.work_be {position:absolute; top:50%; left:150px}
.work_ne {position:absolute; top:50%; right:150px}