/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/* Font */

@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

/*
* Noto Sans SC (Chinese Simplified) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans SC';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans SC';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans SC';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans SC';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Black.otf) format('opentype');
 }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	/*font-family: 'Noto Sans SC','Nanum Gothic', "나눔 고딕", "돋움", dotum, sans-serif !important;*/
	font-family: 'Noto Sans SC','Nanum Gothic', sans-serif !important;
	/*font-family: 'Noto Sans SC', sans-serif !important;*/
}
body{
    font-size: 14px;
}

h1.av-special-heading-tag span.special_amp, span, a {
	font-family: 'Noto Sans SC','Nanum Gothic', sans-serif !important;
}



h1{
    font-weight: 500!important;
}
.flft{
    float: left;
}
.flrt{
    float: right;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.gray-color{
    color: #666666!important;
}
.pg-blue{
  color: #0a80c5!important;
}


/* Header */
#top.home #header.av_header_transparency {
   background: rgba(0, 0, 0, 0.57);
}

#top .av_header_transparency.av_alternate_logo_active .logo a > img  {
    opacity: 1;
}

#header .av-main-nav li.menu-item > a{
    font-size: 16px;
    color: #fff!important;
}
#header .av-main-nav li.menu-item > a:hover,
nav .avia-menu-text:hover,
#top .header_color .main_menu .menu ul li>a:hover{
    color: #28a8e0!important;
}


/* main slider up image */
#slider-up-img .template-page.content{
    z-index:30;
}

/* main gallery image section */
#main-gallery-section .avia-gallery img { padding:0 !important;}

/* main story section */
#main-story-section .flex_column.av_two_fifth.flex_column_div.av-zero-column-padding.first.avia-builder-el-16.el_after_av_hr.el_before_av_one_fifth  { margin-left:115px;}
#main-story-section .flex_column.av_one_fifth.av-hide-on-mobile.flex_column_div.av-zero-column-padding.avia-builder-el-22.el_after_av_two_fifth.el_before_av_two_fifth  { margin:0 -80px;}
#main-story-section .inner_txt { line-height: 25px; font-size: 16px;}

/* main product text */
.product-view-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

/* main last section (together) */
#main-together-section .no_margin.av_one_fourth {
    width: 24% !important;
}
#main-together-section div .no_margin {
    margin:0 0.5% !important;
}


.av-special-heading-tag {
  color: #0a81c5!important;
}

/* product */
#top #product-section .avia-gallery .avia-gallery-thumb a{
    display: block; float:left;
}

.product-sub-high{
    background-color: #f8f8f8;
}
.product-sub-high .sub-content{
    width: 25%;
    padding: 1%;
    float: left;
    margin: 0 auto;
    text-align: center;
}
.product-sub-high .sub-content > div:first-child{
    margin-bottom: 20px;
}
.product-sub-high .sub-content > div:last-child{
    margin-top: 20px;
}

.product-sub-high .sub-content .high{
    font-size: 6em;
    color: #0a81c5;
    display: inline-block;
    margin-top: 30px;
}
.product-table{
	width: 100%;
}
.product-table tr{
	background-color: #fff!important;
	color: #000!important;
}
.product-address ul{
  list-style: none;
  padding:0;
  margin:0;
}
.product-address .titleDiv{
  margin-right: 2%;
}
.product-address .titleDiv li{
  font-weight: 500;
}
.product-address .titleDiv li i{
  vertical-align: middle;
}
/* custom tab (product) */
.custom-tab .custom-tab-btn{
  cursor: pointer;
  width: 100%;
  background: #0a80c5;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

/* portfolio */
#portfolio-section-tab .av-layout-tab-inner .container {
    padding-top: 30px;
}

/* contact-us address */
.contact-us-address {
  margin-top: 6em;
}

.contact-us-address ul{
  list-style: none;
  padding:0;
  margin:0;
}
.contact-us-address .titleDiv{
  width: 20%;
}
.contact-us-address .titleDiv li{
  font-weight: 500;
}
.contact-us-address .titleDiv li i{
  vertical-align: middle;
}
.contact-us-address .contentDiv{
  width: 80%;
}

/*footer*/
#footer {
    padding: 45px 0 30px 0 !important;
    z-index: 1;
}
span.footer_btit {display:inline-block; margin-bottom:10px;font-size:20px;line-height: 20px; font-weight: 900;font-family: 'Noto Sans SC','Nanum Gothic', sans-serif !important;}
span.footer_tit {display:inline-block; margin:3px 0 ;font-size:15px;line-height: 20px; font-weight: 700;font-family: 'Noto Sans SC','Nanum Gothic', sans-serif !important;}

#socket  {text-align: center;margin:0 auto;}
#socket span.copyright { clear:both; float: none !important; font-size:12px; }

p#wpml_credit_footer {display:none;color:transparent;}
p#wpml_credit_footer a {display: none;}



/*******************************************************
* media query
*******************************************************/


@media only screen and (max-width: 468px) {
  h1 {font-size: 22px;}
}



@media (max-width: 767px) {
	/* main story section */
    #main-story-section .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.first.avia-builder-el-2.el_before_av_one_fourth.avia-builder-el-first  {
        margin: 0 !important;
        margin-bottom: 120px !important;
    }
    /* main last section (together) */
    #main-together-section .no_margin.av_one_fourth {
        width: 100% !important;
        margin: 0;
        margin-bottom: 40px!important;
    }
    #main-together-section div .no_margin {
        margin-left: 0;
    }

    #slider-up-img  .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.first.avia-builder-el-2.el_before_av_one_fourth.avia-builder-el-first,
    #slider-up-img  .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-4.el_after_av_one_fourth.el_before_av_one_fourth ,
    #slider-up-img .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-6.el_after_av_one_fourth.el_before_av_one_fourth,
    #slider-up-img  .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-8.el_after_av_one_fourth.avia-builder-el-last {
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

	.product-sub-high .sub-content {
		width: 50%;
		padding: 1%;
		float: left;
		margin: 0 auto 20px auto;
		text-align: center;
		/*border: 1px solid #ddd;*/
	}
}


@media screen and (max-width: 768px) {
	.contact-us-address {
		margin-top: 0;
	}

	
}


/* --> from 768px to 991px tablet.*/
@media (min-width: 768px) and (max-width: 991px) {

	.menu li.menu-item{
		display:none;
	}

	.menu li.av-burger-menu-main.menu-item-avia-special {
		display:block;
	}

	/*logo*/
	/*.container.av-logo-container{
		padding-right:0 !important;
	}*/

	/*spain menu*/
	/*.menu .fl01{
		display:block;
		float:none;
		height:16px;
	}
		
	.menu li.sp_menu a {
		height:56px !important;
	}

	.menu .sp_menu a span {
		font-size:12px !important;
	}*/

	#main-together-section .no_margin.av_one_fourth{
        width: 48%!important;
        margin-bottom: 0.5%!important;
    }

	/* main story section */
	#main-story-section .flex_column.av_two_fifth.flex_column_div.av-zero-column-padding.first.avia-builder-el-16.el_after_av_hr.el_before_av_one_fifth  { margin-left:40px !important;}
	#main-story-section .flex_column.av_one_fifth.av-hide-on-mobile.flex_column_div.av-zero-column-padding.avia-builder-el-22.el_after_av_two_fifth.el_before_av_two_fifth  { margin:0 -20px !important;}
	#main-story-section .inner_txt { line-height: 25px; font-size: 13px;}

	
	#slider-up-img  .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.first.avia-builder-el-2.el_before_av_one_fourth.avia-builder-el-first,
    #slider-up-img  .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-4.el_after_av_one_fourth.el_before_av_one_fourth {
        margin-top: -100px !important;
        margin-bottom: 150px !important;
    }

	#slider-up-img  .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-6.el_after_av_one_fourth.el_before_av_one_fourth,
    #slider-up-img  .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-8.el_after_av_one_fourth.avia-builder-el-last{
        margin-top: -100px !important;
        margin-bottom: 0px !important;
    }
	
	.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div {
		margin-top: -66px !important;
	}
	.flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-22.el_after_av_one_fourth.el_before_av_one_fourth,
	.flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-25.el_after_av_one_fourth.el_before_av_one_fourth  {
		margin-top: 30px !important;
	}


	.product-sub-high .sub-content {
		width: 47.5%;
		padding: 2.5%;
		float: left;
		margin: 0 auto;
		text-align: center;
	}
}


/* -->from 992px to 1199px desktop or notebook.*/
@media (min-width: 992px) and (max-width: 1199px) {
	 /*logo*/
	.container.av-logo-container{
		padding-right:0 !important;
	}
	.menu .sp_menu a span {
		font-size:12px !important;
	}

	 /* main story section */
	#main-story-section .flex_column.av_two_fifth.flex_column_div.av-zero-column-padding.first.avia-builder-el-16.el_after_av_hr.el_before_av_one_fifth  { margin-left:50px !important;}
	#main-story-section .flex_column.av_one_fifth.av-hide-on-mobile.flex_column_div.av-zero-column-padding.avia-builder-el-22.el_after_av_two_fifth.el_before_av_two_fifth  { margin:0 -20px !important;}
	#main-story-section .inner_txt { line-height: 25px; font-size: 13px;}
	
	
}


/*-->over 1200px LARGE desktop.*/
@media (min-width: @1200) {


}



