@media (max-width: 600px) {

/* get the required local files 
@font-face {
  font-family: 'Roboto';
  src: url('font/roboto-regular.eot'); /* IE9 Compat Modes *
  src: url('font/roboto-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 *
  url('font/roboto-regular.woff') format('woff'), /* Modern Browsers *
  url('font/roboto-regular.ttf')  format('truetype'), /* Safari, Android, iOS *
  url('font/roboto-regular.svg#svgFontName') format('svg'); /* Legacy iOS *
}
 
CarroisGothic-Regular.ttf maisonneuebook.ttf Exo-Regular roboto
/* get the required local files */
@font-face {
 font-family: 'PCFONT';
 src: url('font/Exo-Regular.ttf')  format('truetype'); 
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;
	background-color: #fff;
	
	font-family: "PCFONT", Helvetica, Arial, sans-serif;
    
	font-size: 16px; 
	color: #000;
	letter-spacing: 1.4px;
	line-height: 1.7;	
}   

/********/ 
  

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

a:hover {
	color: #999;
	text-decoration: none;
}

 
/********/
 
img { 
	border:0px;
	width:99%;
	height:auto;
}

table{ 
	width:99%; 
}

.logo { 
	border:0px; 
	width:200px;
	height:auto;
}

hr {
	height: 1px;
	color: #D9D8DA;
	background-color: #D9D8DA;
	noshade: noshade;
}
.hr_foot{
	width:99%;
}

.iframe_pub{
	width:95%;
	height:400px;
	margin-bottom:30px;
}
/********/
#page-w {
	width:99%;
	z-index:0;
}

#page-wrap {
	width:99%;
	z-index:0;
	
	overflow:hidden;
	
 	-webkit-mask-image: -webkit-gradient(linear, center bottom, center top, 
 	 color-stop(0.00,  rgba(0,0,0,0)), color-stop(0.50,  rgba(0,0,0,1)));
}

#page-wrap-b {
	width:99%;
	z-index:0;
	
	overflow:hidden;
	
 	-webkit-mask-image: -webkit-gradient(linear, center bottom, center top, 
 	 color-stop(0.00,  rgba(0,0,0,0)), color-stop(0.50,  rgba(0,0,0,1)));
}


#page-ark-list {
	font-size: 19px;
	width:99%;
	z-index:0;

}
  
#LayerCenter {
	width:auto;
	margin:0 auto;
	position:relative;
	z-index:1;
	
	margin-left:2%;
	margin-right:2%;
}
 
#LayerBody {
	position:relative;
	top:30px;
	width:auto;
	z-index:1;
}
  
#LayerMenu {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9999;
	background-color: #FFF;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

/********/
#LayerTitlePage {
	
	font-size:22px;
	
	position: relative;
	z-index: 1;
	height: auto;
	width: 95%;

	letter-spacing: 1px;
	font-weight: bold;
	
	padding-top: 20px;
	padding-bottom:10px;
}

/****************************/

#LayerHomeLeftSlides{
	width: 95%;
	
    border-bottom: 3px solid #ddd;
	padding: 5px;
}

#LayerHomeLeftNewsTop {
	position: relative;
	width: 95%;
	z-index: 10;
	margin-top: 5px;
	
    border-bottom: 4px solid #ddd;
} 


#LayerHomeLeftWorks {
	position: relative;
	
	width: 95%;
	z-index: 10;
	text-align: left;
	margin-top: 15px;
	
    border-bottom: 3px solid #ddd;
	padding: 5px;
} 

#LayerHomeNewsList { 
	position: relative; 
	width: 95%;
	left: 0px;
	z-index:1; 
	text-align: left; 
	margin-top: 15px;
	
    border-bottom: 4px solid #ddd;
	padding: 5px;
} 
/**********************/


/*** for default template abusute pos ****/

.img_site_work_b{
	height:0px;
	width:0px;
}

#LayerCdx {
	position: relative;
	
	height:100px;
	margin-top:0px;
	margin-bottom:20px;
	
	padding:5px;
	
    border-radius: 5px;
    border: 2px solid #ddd;
	background: #eee;

	width: 95%; 
	z-index: 10;
	
	overflow:auto;
 	-webkit-mask-image: -webkit-gradient(linear, center bottom, center top, 
 	 color-stop(0.00,  rgba(0,0,0,0)), color-stop(0.50,  rgba(0,0,0,1)));
} 
#LayerCdx:hover {
    background-color: #ddd; 
}
/*** for large template pos ****/

#LayerCdxR {
	position: relative;
	
	height:100px;
	margin-top:20px;
	margin-bottom:20px;
	
    border-radius: 5px;
    border: 2px solid #ddd;
	background: #eee;
	
	display: inline-block;
	
	width: 95%;
	z-index: 10;
	
	overflow:auto;
 	-webkit-mask-image: -webkit-gradient(linear, center bottom, center top, 
 	 color-stop(0.00,  rgba(0,0,0,0)), color-stop(0.50,  rgba(0,0,0,1)));
} 
#LayerCdxR:hover {
    background-color: #ddd; 
}

/*** fixed for index ***/
#LayerCdxF {
	
	height:80px;
	margin-top:20px;
	margin-bottom:20px;
	
	position: fixed;
	
    border-radius: 5px;
    border: 2px solid #eee;
	background: #ddd;
	width: 95%;
	z-index: 10;
	
	overflow:auto;
 	-webkit-mask-image: -webkit-gradient(linear, center bottom, center top, 
 	 color-stop(0.00,  rgba(0,0,0,0)), color-stop(0.50,  rgba(0,0,0,1)));
}
#LayerCdxF:hover {
    background-color: #ddd; 
}

/**********************/

#LayerCsx { 
	position:relative;
	left:0px;
	width:99%;
	z-index:1;
	
	margin-top:10px;
	margin-bottom:10px;
} 

#LayerCsxNOWRAP {
	position:relative;
	left:0px;
	width:99%;
	letter-spacing: 0.5pt;
	word-spacing: 0.1pt;
	text-align: left; 
	z-index:1;
	
	line-height: 25pt;
	
	margin-top:10px;
	margin-bottom:10px;
}
 
/****************************/

#LayerParentCells{ 
  width: 99%;
  /*float: left;
  overflow: hidden; 
  white-space: nowrap;*/
}
#LayerParentCellsHalfPage{ 
  width: 99%;
}

#LayerPressCell{
	width: 90%;
	display: inline-block;
	
    border-bottom: 2px solid #ddd;
	padding: 5px;
	
	vertical-align: text-top; 
  	white-space: normal;
}
 
#LayerWorkListCell{
	width: 90%;
	height: 45px;
	vertical-align: text-top;
	float: left;	/*display: inline-block; 
  	white-space: normal;*/

	margin-bottom: 15px;
	margin-top: 0px;
	
    border-bottom: 2px solid #ddd;
	
}
 
#LayerPressScrollCell { 
	line-height: 1.3;	
	width: 90%;
	height: 190px;
	display: inline-block;
	margin-right: 32px;
	vertical-align: text-top; 
  	white-space: normal;
	
	overflow: hidden; 
	
	z-index:1; 
	
 	-webkit-mask-image: -webkit-gradient(linear, center bottom, center top, 
 	 color-stop(0.00,  rgba(0,0,0,0)), color-stop(0.50,  rgba(0,0,0,1)));
}


/****************************/

#LayerWCdx {
	position:absolute;
	top:67px;
	width:90%;
	z-index:10;
	text-align: left; 
	 
} 

/****************************/

/********/
 .TDCsx { 
	left:0px;
	width:90%;
	text-align: justify;  
}
.TDCdx {
	width: 285px;
	z-index: 10;
} 
.TDCmj { 
	width: 99%;
	text-align: justify;   
}

/********/

#LayerHR{
	width: 99%;
	height: 1px;
    border-bottom: 1px solid #ddd;
}
#LayerHRp100 {
	width: 99%;
	height: 1px;
    border-bottom: 1px solid #ddd;
}

#LayerBR {
	position:relative;
	z-index:1;
	height: 15px;
}


#Layer8x {
	position:relative;
	z-index:1;
	height: 8px;
}

#Layer5x {
	position:relative;
	z-index:1;
	height: 5px;
	background-color: #FFF;
}


/********/
#LayerMenuMobile{
	position:absolute;
	top:0px;
	left:90%;
}

.hamburger{
  position:absolute;
  top:0;
  right:0;
  padding:25px 0px 0px 0px; 
  color:#999;
  font-size:60px;
  line-height: 20px;
  cursor:pointer;
  background:none;
  border:0;
  outline:none;
  z-index:100;
}
.cross{
  position:absolute;
  top:0px;
  right:0;
  padding:65px 5px 40px 20px;
  color:#999;
  font-size:110px;
  line-height: 0px;
  cursor:pointer;
  background:none;
  border:0;
  outline:none;
  z-index:100;
}
.menu_mob{z-index:500; font-weight:bold; font-size:30px; width:100%; background:#f1f1f1;  opacity:0.9; position:relative; left:-10px; margin-top:20px; margin-bottom:55px; text-align:center; font-size:12px;}
.menu_mob dl { margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu_mob dt {display: block;  padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
.menu_mob dt:hover{display: block;  background:#ffffff; padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
.menu_mob dl dt a { text-decoration:none;  font-size:30px; margin: 0px; color:#666;}
.menu_mob dl dt a:hover {  color: #666; font-size:30px; text-decoration:none;}
.menu_mob a{text-decoration:none; font-size:30px; color:#666;}
.menu_mob a:hover{text-decoration:none; font-size:30px; color:#666;}


/**/


#LayerMainMenu1 {
	position: absolute;
	left: -500px;
	visibility:hidden;
}

#LayerMainMenu2 {
	position: absolute;
	left: -500px;
	visibility:hidden;
}

#LayerMainMenu3 {
	position: absolute;
	left: -500px;
	visibility:hidden;
}

#LayerMainMenu4 {
	position: absolute;
	left: -500px;
	visibility:hidden;
}


#menuWork {
	position: absolute;
	left: -331px;
	top: 8px;
	width: 135px;
	height: 85px;
	z-index: 999;
	vertical-align: bottom;
	visibility: hidden;
}

#menuBio {
	position: absolute;
	left: -416px;
	top: 8px;
	width: 100px;
	height: 85px;
	z-index: 999;
	vertical-align: bottom;
	visibility: hidden;
}

#menuPress {
	position:absolute;
	left: -483px;
	top: 8px;
	width:120px;
	height:85px;
	z-index:999;
	vertical-align: bottom;
	visibility: hidden;
}

#menuContact {
	position:absolute;
	left: -564px;
	top: 8px;
	width:100px;
	height:85px;
	z-index:999;
	vertical-align: bottom;
	visibility: hidden;
} 

#LayerMainRightTopMenu{
	position:absolute;
	left: -564px;
	visibility:hidden;
}

#menuBack {
	position:absolute;
	left: -564px;
	visibility:hidden;
	
}

#menuTop {
	position:fixed;
	
	bottom: 10px; 
	left:60%;
	width:170px;
	z-index:999;
	
	opacity:0.8;
	
    border-radius: 5px;
    border: 2px solid #ddd;
	background: #eee;
	
	text-align:right;
	vertical-align: bottom;
	visibility:visible;
}
#menuTop:hover {
    background-color: #ddd; 
}

#menuArtwork{
	position: relative;
	z-index: 1;
	text-align: left;
	
	width: 95%; 
	font-size: 18px;
	
	padding:5px;
	margin-bottom:5px;
	
    border-radius: 5px;
    border: 2px solid #ddd;
	background: #eee;

}

/********/

INPUT.newsletter_baby {
	width:155px;
	font-size: 10px;
	letter-spacing: 1.4px;
	height: 11px;
	color: #666;
}

/********/

.txt_default {
	font-size: 16px;
	color: #000;
	
	line-height: 19pt;
}

.txt_big {
	font-size: 20px;
	letter-spacing: 1.4px;
	
	line-height: 22pt;
	
	color: #000;
	font-weight: bold;
}

.baby {
	font-size: 10px;
	letter-spacing: 1px;
	color: #666;
	font-weight: bold;
	line-height: 10px;
}

.txt_baby {
	font-size: 11px;
	letter-spacing: 1.2px;
	color: #999;
	line-height: 14px;
}

.txt_default_list {
	font-size: 14px;
	
	line-height: 16pt;
	
	letter-spacing: 0.1pt;
	word-spacing: 0.1pt;	
	
}

.txt_default_list_baby {
	font-size: 12px;
	
	line-height: 1;
	
	letter-spacing: 0.1pt;
	word-spacing: 0.1pt;	
}



.txt_lform {
	color: #000;
	line-height: -50px;
}

 
/***********/

a.m_menu {
	color: #444;
	font-size: 15px;
	letter-spacing: 1.2px;
}

a.logo {
	font-size: 38px;
	color: #444;
	letter-spacing: 15px;	
}

a.menu {
	font-size: 13px;
	color: #444;
	letter-spacing: 2px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

a.home_list {
	letter-spacing: 0.5pt;
    word-spacing: 1pt;
	
	text-align: left;
	
	font-size: 16px;
	font-weight: bold;
	
    border-radius: 5px;
    border: 2px solid #ddd;
	background: #eee;
	margin:5px;
	
    display: inline-block;
	
}

a.home_titles {
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: bold;
}

a.menu_baby {
	font-size: 11px;
	
	letter-spacing: 1px;
	color: #444;
	font-weight: normal;
	line-height: 14px;	
}
 
a.baby {
	font-size: 18px;
	
	letter-spacing: 1px;
	color: #444;
	font-weight: normal;
	line-height: 24px;	
}

a.baby_w {
	font-size: 18px;
	
	color: #444;
	font-weight: normal;
	line-height: 20px;	
}

a.minilink {
	font-size: 12px;
	
}


a.foot {
    font-size: 25px;
	
	line-height: 28px;	
	
	letter-spacing: 1.2px;
	color: #444;
	text-decoration: none;
}

/********/

a._baby {
	font-size: 18px;
	
	letter-spacing: 1px;
	color: #444;
	font-weight: normal;
}


._baby {
	font-size: 18px;
	
	letter-spacing: 1px;
	color: #666;
	font-weight: bold;
	line-height: 10px;
}

}