/*@charset=iso-8859-1";*/

/*
	LIST OF SECTION ::::::::::::	
		1 ---- BASE STYLES
		2 ---- NAVIGATION (MENU)
		3 ---- CONTENT
		4 ---- SOCIAL ICONS
		5 ---- BLOG
		6 ---- CONTACT
		7 ---- ABOUT
		8 ---- PORTFOLIO
		9 ---- ISOTOPE FILTER
		10 ---- RIGHT SIDEBAR
		11 ---- FOOTER
		12 ---- FOR IPAD, IPHONE AND MOBILE DEVICES
	
Columns styles are in column.css. 	
*/

/*:::::::::: BASE STYLES ::::::::::*/
body{
	padding:0;	
	margin:0;	
	width:100%;	
	height:100%;
}
@font-face {
	font-family: 'Gnuolane';
	src: url('https://9008a1.claudeassets.com/20230529013409im_/https://laquarelle.net/fonts/gnuolane_free-webfontd41d.eot#iefix') format('embedded-opentype'),
		 url('https://f7f9d4.claudeassets.com/20230529013409im_/https://laquarelle.net/fonts/gnuolane_free-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}
*{
	outline:none;
	border:none;
	line-height:1.5;
}

h3{
	font-family:'Gnuolane';
	font-weight:normal;
	line-height:1.2;
}
.spacer{
	clear:both;	
	width:100%;	
	height:0;
}
.wrapper {
	width:960px;	
	height:auto;	
	margin:0 auto;	
	padding:0;
}
.controller {
	width:100%; 
	height:auto; 
	margin:0;	
	padding:0; 
	float:left;	
}
.header{
	width:100%;	
	height:80px;	
	float:left;	
	margin:0;	
	padding:0;
}
.logo{
	width:220px;
	height:80px;
	float:left;
	margin:0 10px;
}














/* ------------ CALENDRIER ------------------------------*/

blockquote { color: #f9c803;  /*color: #e5560f;*/}
	
		/* Various: background-color -> Primary color */
		.callouts .callout-title a,
		.callouts .callout-title.without-link,
		.list-posts .post-info .post-date,
		.list-posts .post-info .post-comments:hover,
		.page-header h1 .post-price,
		.alert-box.custom { background-color: #e5560f; }
		
		/* Various: border -> Primary color */
		.callouts .callout-content .button a,
		.bypostauthor .avatar,
		blockquote { border-color: #e5560f; }
		
		/* Button: background-color -> Primary color */
		button,
		.button a,
		button.button-standard,
		.button-standard a,
		button.standard,
		.standard a,
		#respond #comment-submit,
		.page-full #respond #comment-submit,
		#respond #comment-submit,
		.comments .reply a,
		a#cancel-comment-reply-link,
		.widget_tag_cloud a:hover { background-color: #e5560f; }
		
		/* Primary navigation: border -> Primary color */
		nav.navigation li:hover,
		nav.navigation-mobile li:hover { border-color: #e5560f; }
		
		/* Primary navigation: background-color -> Primary color */
		nav.navigation li li:hover a,
		nav.navigation li:hover li:hover li:hover a,
		nav.navigation-mobile .menu li:hover a,
		nav.navigation-mobile .menu li .sub-menu li:hover a,
		nav.navigation-mobile .menu li .children li:hover a { background-color: #e5560f !important; }
		
		/* Primary navigation: color -> Primary color */
		nav.navigation li.current-menu-item a { color: #e5560f; }

		/* UI components -> Primary color */
		.ui-widget-header { background-color: #e5560f; }
		.ui-state-highlight,
		.ui-widget-content .ui-state-highlight,
		.ui-widget-header .ui-state-highlight { background-color: #e5560f !important; background-image: none !important; }
		.ui-state-hover,
		.ui-widget-content .ui-state-hover,
		.ui-widget-header .ui-state-hover,
		.ui-state-focus,
		.ui-widget-content
		.ui-state-focus,
		.ui-widget-header .ui-state-focus { background: #e5560f !important; }
		.ui-state-active,
		.ui-widget-content .ui-state-active,
		.ui-widget-header .ui-state-active { border: 1px solid #e5560f; color: #e5560f; }


		


/*:::::::::: NAVIGATION (MENU) ::::::::::*/
#smoothmenu1{
	width:660px;
	height:80px;
	float:left;
	margin:0 0 0 10px;
	/*background:url('https://a5078e.claudeassets.com/20230529013409im_/https://laquarelle.net/img/blackBG.png') repeat;*/
	z-index:99;
	position:relative;	
}
#smoothmenu1 ul{
	list-style-type:none;
}
ul.nav{
	margin:0;
	list-style-type:none;
	padding:0;
	width:100%;
	background: #000000;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter:alpha(opacity=70);
}
ul.nav li{
	float:left;
	margin:25px 15px 0 30px;
	font-family:'Gnuolane';
	font-weight:normal;
	font-size:15px;
}
.ddsmoothmenu ul li{
    position: relative;
    display: inline;
    z-index: 9999 !important;
}
.ddsmoothmenu ul li ul{
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    background:url('https://a5078e.claudeassets.com/20230529013409im_/https://laquarelle.net/img/blackBG.png') repeat;
	
	background: #000000;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter:alpha(opacity=70);
}
ul.nav li a{
	text-decoration:none;
	color:#eee;
}
ul.nav li ul li a{
	font-family:Arial;
	font-size:13px;
}
a.mobile-menu-button{
	display:none;
}
.header-hider{
	width:40px;
	height:80px;
	float:right;
	margin:0 10px 0 0;
	position:relative;
	z-index:99;
}
.header-hider a.hider{
	background:url('https://533455.claudeassets.com/20230529013409im_/https://laquarelle.net/img/controllers.png') no-repeat left top;
	width:100%;
	height:100%;
	display:block;
}
.header-hider a.opener{
	display:none;
	background:url('https://533455.claudeassets.com/20230529013409im_/https://laquarelle.net/img/controllers.png') no-repeat top right;
	width:100%;
	height:100%;
}

/*:::::::::: CONTENT ::::::::::*/
.content{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0 0 0;
	padding:0;
	font-family:Arial;
	font-size:13px;
}

.title-block{
	width:940px;
	height:80px;
	margin:0 10px 20px 10px;
	background:url('https://4496d8.claudeassets.com/20230529013409im_/https://laquarelle.net/img/black01.png') repeat;
}
.title-block h3{
	margin:13px 0 0 20px;
	padding:0;
	font-size:30px;
	color:#FFF;
	float:left;
	letter-spacing: 12px;
}

.title-block2{
	width:940px;
	height:50px;
	margin:0 10px 20px 10px;
	background:url('https://4496d8.claudeassets.com/20230529013409im_/https://laquarelle.net/img/black01.png') repeat;
}
.title-block2 h3{
	margin:13px 0 0 20px;
	padding:0;
	font-size:20px;
	color:#FFF;
	float:left;
	letter-spacing: 12px;
}




.content-hider{
	width:40px;
	height:80px;
	float:right;
	position:relative;
}
.content-hider a.c-hider{
	background:url('https://533455.claudeassets.com/20230529013409im_/https://laquarelle.net/img/controllers.png') no-repeat bottom left;
	width:100%;
	height:100%;
	display:block;
}
.content-hider a.c-opener{
	display:none;
	background:url('https://533455.claudeassets.com/20230529013409im_/https://laquarelle.net/img/controllers.png') no-repeat bottom right;
	width:100%;
	height:100%;
}

/*:::::::::: SOCIAL ICONS ::::::::::*/
.social-icons{
	height:100%;
	width:auto;
	float:right;
	margin:0 5px 0 0;
}
a.social-mobile{
	text-decoration:none;
	color:#eee;
	float:right;
	margin:22px 0;
	width:50px;
	text-align:center;
	display:none;
}
.social-icons a{
	text-decoration:none;
	width:30px;
	height:50px;
	display:block;
	float:left;
	margin:15px 10px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
.social-icons a.twitter{background:url('https://402485.claudeassets.com/20230529013409im_/https://laquarelle.net/img/icons/twitter.png') no-repeat center;}
.social-icons a.facebook{background:url('https://aaff39.claudeassets.com/20230529013409im_/https://laquarelle.net/img/icons/facebook.png') no-repeat center;}
.social-icons a.dribble{background:url('https://a0f856.claudeassets.com/20230529013409im_/https://laquarelle.net/img/icons/dribble.png') no-repeat center;}
.social-icons a.youtube{background:url('https://0530c3.claudeassets.com/20230529013409im_/https://laquarelle.net/img/icons/youtube.png') no-repeat center;}
.social-icons a.skype{background:url('https://269a82.claudeassets.com/20230529013409im_/https://laquarelle.net/img/icons/skype.png') no-repeat center;}


/*:::::::: BLOG :::::::::*/
.blog-block{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	background:url('https://a5078e.claudeassets.com/20230529013409im_/https://laquarelle.net/img/blackBG.png') repeat;
}
.blog-block img{
	width:100%;
	height:auto;
	margin:0;
}
.blog-block h3{
	margin:15px 20px 15px 20px;
	padding:0;
	color:#eee;
	font-size:24px;
}
.blog-block h3 a{
	color:#eee;
	text-decoration:none;
}
.blog-block h3 a:hover{
	color:#FFF;
}
.blog-block p{
	margin:0 20px 15px 20px;
	padding:0;
	color:#e5e5e5;
}
ul.slides p{
	margin:0;
	padding:5px 0;
	color:#eee;
}
ul.slides p span{
	padding:5px 20px;
}
.descrip{
	float:left;
	width:100%;
	background: #6c5048;
	margin:1px;
}

.descrip p{margin:0px;}

.descrip h3{
	/*background: #6c5048;*/
	background:url('https://92c57b.claudeassets.com/20230529013409im_/https://laquarelle.net/img/black02.png') repeat;
	color:#ffffff;
}

.descrip2 h4{
	font-size:12px;
	color:#ffffff;
	background: #6c5048;
}

.descrip2{
	float:left;
	width:500px;
	background: #6c5048;
	height:40px;
	margin:1px;
}

.descrip3 h4{
	font-size:12px;
	color:#ffffff;
	background: #6c5048;
}

.descrip3{
	float:left;
	width:300px;
	/*background: #6c5048;*/
	height:31px;
	margin:1px;
	font-size:15px;
	text-align:right;
}

span.bottom-line{
	width:115px;
	height:25px;
	margin:14px 0;
	display:block;
	font-size:11px;
	float:right;
	border-left:1px solid #222222;
	color:#b8b9b9;
	background: #4a4a4c;
}
span.bottom-line p{
	font-size:16px;
	color:#d0d1d1;
}
span.bottom-line span{
	margin:2px 2px 2px 2px;
	padding:0 0 0 0px;
	display:inline-block;
}


span.bottom-line2{
	width:115px;
	height:40px;
	margin:1px;
	display:block;
	font-size:11px;
	float:right;
	border-left:1px solid #222222;
	color:#b8b9b9;
	background: #4a4a4c;
}
span.bottom-line2 p{
	font-size:16px;
	color:#d0d1d1;
}
span.bottom-line2 span{
	margin:0px 0px 0px 0px;
	padding:0 0 0 0px;
	display:inline-block;
}


span.bottom-line3{
	width:150px;
	height:40px;
	margin:1px;
	display:block;
	font-size:11px;
	float:left;
	border-left:1px solid #222222;
	color:#b8b9b9;
}
span.bottom-line3 p{
	font-size:16px;
	color:#d0d1d1;
}
span.bottom-line3 span{
	margin:0px 0px 0px 0px;
	padding:0 0 0 0px;
	display:inline-block;
}




span.bottom-line a{
	text-decoration:none;
	color:#999999;
	padding:0 0 2px 0;
	background:url('https://b6b722.claudeassets.com/20230529013409im_/https://laquarelle.net/img/link-border-grey.png') repeat-x bottom;
}
span.bottom-line a:hover{
	color:#999999;
}
span.comment-link{background:url('https://be3feb.claudeassets.com/20230529013409im_/https://laquarelle.net/img/icon-comment.png') no-repeat left center;}
span.author-link{background:url('https://70a2e9.claudeassets.com/20230529013409im_/https://laquarelle.net/img/icon-author.png') no-repeat left center;}
/*span.time-link{background:url('https://6c87e6.claudeassets.com/20230529013409im_/https://laquarelle.net/img/icon-time.png') no-repeat left center;}*/
span.permalink-link{background:url('https://22a7fb.claudeassets.com/20230529013409im_/https://laquarelle.net/img/icon-permalink.png') no-repeat left center;}

.vimeo-video{
	width:100%;
	height:350px;
}
.youtube-video{
	width:100%;
	height:370px;
}
.pager{
	width:100%;
	float:left;
	clear:both;
	margin:0 0 20px 0;
}
.pager a{
	width:60px;
	height:25px;
	display:block;
	float:left;
	padding:5px 0 0 0;
	margin:0 20px 0 0;
	text-align:center;
	background:url('https://a5078e.claudeassets.com/20230529013409im_/https://laquarelle.net/img/blackBG.png') repeat;
	color:#999;
	text-decoration:none;
	font-size:12px;
}
.pager a:hover{
	color:#FFF;
}
.comment-block{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	background:url('https://92c57b.claudeassets.com/20230529013409im_/https://laquarelle.net/img/black02.png') repeat;
}
.left-comments{
	width:100%;
	margin:20px 20px 0 20px;
	float:left;
	clear:both;
	display:block;
}
.left-comments img{
	width:60px;
	height:60px;
	margin:0 10px 5px 0;
}
.comment-block p{
	font-size:12px;
	color:#000000;
}
.left-comments a{
	font-size:15px;
	color:#FFF;
	border-bottom:1px dotted #FFF;
	text-decoration:none;
}
.left-comments a:hover{
	color:#000;
	font-size:15px;
	border-bottom:1px dotted #999;
}
.comment-block p span{
	font-size:15px;
	color:#484848;
}
.comment-block form{
	float:left;
	clear:both;
}

input.com-text{
	width:167px;
	height:24px;
	margin:20px 0 20px 20px;
	padding:3px 5px;
	background:#c9cab5;
	color:#000;
}

input.com-text2{
	width:150px;
	height:24px;
	margin:1px;
	padding:3px 5px;
	background:#c9cab5;
	color:#000;
}

input.com-text3{
	width:250px;
	height:24px;
	margin:1px;
	padding:3px 5px;
	background:#c9cab5;
	color:#000;
}

.comment-block textarea{
	width:560px;
	height:130px;
	margin:0 0 20px 20px;
	background:#c9cab5;
	color:#000;
	padding:10px;
	font-family:Arial;
	font-size:13px;
}
input.com-submit{
	background:#000;
	border:1px solid #070707;
	margin:0 0 20px 20px;
	color:#999;
	padding:8px 20px;
	cursor:pointer;
	text-align:center;
}
input.com-submit:hover{
	color:#FFF;
}


/*
span.select select{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: italic;
font-weight: normal;
text-transform: uppercase;
color: #000000;
text-decoration: none;
background-color: #ffcc99;
}
*/

select.optionselect  {
background-color: #ffcc99;
   /*background: transparent;*/
   width: 160px;
   padding: 5px;
   font-size: 15px;
   line-height: 1;
   border: 1px;
   color: #000000;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }

option.optionselect  {
   padding: 5px;
   }










/*:::::: CONTACT ::::::*/
.map{
	width:100%;
	height:260px;
}
.map2{
	width:100%;
	height:230px;
}
a.send{
	background:#000;
	border:1px solid #070707;
	margin:0 0 20px 20px;
	color:#999;
	padding:8px 20px;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	float:left;
	clear:both;
}
a.send:hover{
	color:#FFF;
}

.send{
	background:#000;
	border:1px solid #070707;
	margin:0 0 20px 20px;
	color:#999;
	padding:8px 20px;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	float:left;
	clear:both;
}
.send:hover{
	color:#FFF;
}

.alertMessage{
	margin:10px 0 20px 20px;
	color:#999;
}
.alertMessage ul{
	list-style-type:circle;
	margin:0 0 20px 20px;
	padding:0;
	color:#ffffff;
	font-size:14px;
}


/* contact form */
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }




/*:::::: ABOUT :::::::*/
.about-block{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	background:url('https://a5078e.claudeassets.com/20230529013409im_/https://laquarelle.net/img/blackBG.png') repeat;
}
.about-block img{
	width:100%;
	height:auto;
	margin:0;
}
.about-block h2{
	margin:15px 20px 15px 20px;
	padding:0;
	color:#fff;
	font-size:24px;
}

.about-block h3{
	margin:15px 20px 15px 20px;
	padding:0;
	color:#eee;
	font-size:20px;
	letter-spacing:1px;
}
.about-block h3 a{
	color:#eee;
	text-decoration:none;
}
.about-block h3 a:hover{
	color:#FFF;
}

.about-block h4{
	color:#ffffff;
	margin:15px 20px 15px 20px;
	padding:0;
	font-size:15px;
	letter-spacing:2px;
	background:#e55511;
}

.about-block p{
	margin:0 20px 15px 20px;
	padding:0;
	color:#e5e5e5;
}






.about-block2{
	width:222px;
	height:100%;
	height:auto;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	background:url('https://707ecb.claudeassets.com/20230529013409im_/https://laquarelle.net/img/black06.png') repeat;
}
.about-block2 h3{
	margin:15px 20px 15px 20px;
	padding:0;
	color:#eee;
	font-size:24px;
	letter-spacing: 1px;
}
.about-block2 h3 a{
	color:#eee;
	text-decoration:none;
}
.about-block2 h3 a:hover{
	color:#FFF;
}
.about-block2 p{
	margin:0 20px 15px 20px;
	padding:0;
	color:#e5e5e5;
}



.about-block3{
	width:222px;
	height:100%;
	height:auto;
	float:left;
	margin:0 0 20px 0;
	padding:0;
}




.section{
	margin:0 0 20px 0;
	float:left;
	clear:both;
	width:100%;
}
.block{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	background:url('https://a5078e.claudeassets.com/20230529013409im_/https://laquarelle.net/img/blackBG.png') repeat;
}
.block h3{
	margin:15px 20px 15px 20px;
	padding:0;
	color:#eee;
	font-size:24px;
}
.block h3 a{
	color:#eee;
	text-decoration:none;
}
.block h3 a:hover{
	color:#FFF;
}
.block p{
	margin:0 20px 15px 20px;
	padding:0;
	color:#e5e5e5;
}
.slides img{
	width:100%;
}
.errorPage{
	font-size:200px;
	color:#eee;
	margin:0 auto;
	text-align:center;
	font-family:'Gnuolane';
}
/*:::::: PORTFOLIO ::::::*/
#portfolio{
	width:100%;
}
.portfolio-list{
	margin:0;
	padding:0;
	width:960px;
	list-style-type:none;
	float:left;
	display:block;
}
.portfolio-list h3{
	margin:0;
	padding:7px 20px;
	background:#e5e5e5;
	font-size:16px;
}
.portfolio-list h3 a{
	text-decoration:none;
	color:#484848;
}
.portfolio-list h3 a:hover{
	color:#000;
}
.portfolio-4 img{
	width:100%;
}
.portfolio-4 h3{
	width:180px;
}

.viewport{
	position:relative;
	width:100%;
	height:124px;
	overflow:hidden;
}
.viewport span {
	display: none;
	font-size: 1.0em;
	font-weight: bold;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.viewport img {
	height: auto;
	position: relative;
	width: 100%;
}
.dark-background {
	background-color: rgba(01, 01, 01, 0.8);
	color: #fff;
	text-shadow: #000 0px 0px 20px;
}
.dark-background em {
	color: #ccc;
}
a.zoom{
	background:url(https://69bf62.claudeassets.com/20230529013409im_/https://laquarelle.net/img/zoom2.png) no-repeat;
	width:150px;
	height:20px;
	display:block;
	float:left;
	margin:30px 0 0 20px;
}
a.more{
	background:url('https://037ae4.claudeassets.com/20230529013409im_/https://laquarelle.net/img/permalink2.png') no-repeat;
	width:150px;
	height:20px;
	display:block;
	float:left;
	margin:30px 0 0 20px;
}
a.img{
	position:relative;
	display:block;
	width:100%;
}
#portfolio-filter{
	list-style-type:none;
	margin:0 10px 10px 10px;
	padding:0;
	float:left;
	clear:both;
	width:940px;
}
#portfolio-filter li{
	float:left;
	margin:0;
	padding:0;
}
#portfolio-filter li a{
	margin:0 10px 10px 0;
	padding:8px 15px;
	text-decoration:none;
	color:#999999;
	display:block;
	background:#070707;
}
/*#portfolio-filter li a.current{
	color:#111;
	background:#e5e5e5;
}*/

/*:::::: Isotope filtering :::::::*/
.isotope-item {	z-index: 2;}
.isotope-hidden.isotope-item {	pointer-events: none;	z-index: 1;}
.isotope, .isotope .isotope-item {	-webkit-transition-duration: 0.7s;	-moz-transition-duration: 0.7s;	transition-duration: 0.7s;}
.isotope {-webkit-transition-property: height, width;	-moz-transition-property: height, width;	transition-property: height, width;}
.isotope .isotope-item {	-webkit-transition-property: -webkit-transform, opacity;	-moz-transition-property:-moz-transform, opacity;transition-property:transform, opacity;}

/*:::::: RIGHT SIDEBAR ::::::*/
.search-block{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	background:url('https://a5078e.claudeassets.com/20230529013409im_/https://laquarelle.net/img/blackBG.png') repeat;
	padding:10px 0;
	margin:0 0 20px 0;
}
.search-block form{
	width:280px;
	height:40px;
	margin:0 10px;
	background:#070707;
	
}
.search-block input{
	margin:13px 0 0 10px;
	width:260px;
	background:none;
	border:none;
	color:#999;
	font-size:13px;
}
.right-block{
	width:100%;
	height:100%;
	/*height:auto;*/
	float:left;
	clear:both;
	background:url('https://92c57b.claudeassets.com/20230529013409im_/https://laquarelle.net/img/black02.png') repeat;
	padding:0;
	margin:0 0 20px 0;
}
.right-block h3{
	font-size:24px;
	color:#484848;
	background:#e5e5e5;
	padding:10px 20px;
}
.right-block ul{
	list-style-type:none;
	padding:10px 0 5px 0;
}
.right-block ul.archive li{
	margin:10px 20px;
	padding:0 0 10px;
	color:#fff;
}
.right-block ul.archive li a{
	color:#fff;
	text-decoration:none;
	margin:0 10px 0 0;
	border-bottom:1px dotted #fff;
	padding:0 0 2px 0;
}
.right-block ul.archive li a:hover{
	color:#000;
	border-bottom:1px dotted #fff;
}
.right-block ul.last-work{
	padding:0;
}
.right-block ul.last-work li{
	margin:20px 0 0 20px;
	padding:0;
}
.right-block ul.last-work li img{
	width:260px;
	height:100px;
}
.right-block p{
	color:#fff;
	margin:20px;
}
.right-block p span{
	color:#FFF;
}
.right-block a{
	color:#e55511;
	text-decoration:none;
}

/*:::::::: FOOTER :::::::::*/
.footer{
	width:130px;
	height:35px;
	margin:0 0 0 415px;
	padding:0;
	position:fixed;
	bottom:0;
}
.mask {
	/*background: url('https://2685b8.claudeassets.com/20230529013409im_/https://laquarelle.net/img/overlay2.png') repeat;*/
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -998;
}
.jp-play, .jp-pause{
	width: 22px;
	height: 20px;
	text-indent: -9999px;
	opacity: 1;
	z-index:999;
	position:relative;
	float:left;
	margin:6px 0 0 0;
}
.jp-pause{
	background:transparent url('https://ca4609.claudeassets.com/20230529013409im_/https://laquarelle.net/img/audio-on.png') no-repeat left center;
}
.jp-play{
	background:transparent url('https://4054d8.claudeassets.com/20230529013409im_/https://laquarelle.net/img/audio-off.png') no-repeat left center;
}
#jp_container_1{
	position:relative;
	float:left;
	margin:0;
}
#jquery_jplayer_1{
	width:0;
	display:none;
	float:left;
}
#video-wrap{
	position:fixed;
	left:0;
	top:0;
	z-index:-99;
}
@media only screen and (min-width: 768px) and (max-width: 959px){
.wrapper{
	width:750px;
}

#smoothmenu1{
	width:460px;
	margin:0;
}
ul.nav li{
	margin:25px 15px 0 15px;
	font-family:'Gnuolane';
	font-weight:normal;
	font-size:20px;
}
.title-block{
	width:730px;
}
.footer{
	width:160px;
	height:40px;
	margin:0 0 0 295px;
}

.footer2{
	width:160px;
	height:100px;
	margin:0 0 0 295px;
	float:left;
}







#controls-wrapper{
	width:150px;
}
#prevslide, #nextslide{
	width:30px;
	height:30px;
	margin:0;
	padding:5px 0 0 0;
	background-position:center;
}
#play-button{
	width:20px;
	height:30px;
	padding:12px 3px 0 12px;
	margin:0;
}
#controls{
	width:100px;
}
.jp-play, .jp-pause{
	width:20px;
	height:30px;
	padding:1px 5px 5px 5px;
	margin:0;
	background-position:center;
}
.column-2{
	/*width:410px;*/ width:500px;
}
.column-2 h2{
	color:#ffffff;
	background:url('https://4496d8.claudeassets.com/20230529013409im_/https://laquarelle.net/img/black01.png') repeat;
}


.column-1{
	width:730px;
}
.column-5{
	margin: 0 15px 20px 15px;
}
input.com-text{
	width:360px;
	margin:20px 0 0 20px;
}
.comment-block textarea{
	width:350px;
	margin:20px 0 20px 20px;
}
.portfolio-list{
	width:750px;
}
#portfolio-filter{
	width:750px;
}
.youtube-video{
	width:100%;
	height:270px;
}
.descrip{
	width:410px;
}
span.bottom-line{
	width:410px;
	border:none;
	border-top:1px solid #222;
	padding:10px 0;
}





}

@media only screen and (min-width: 480px) and (max-width: 767px){
.wrapper{
	/*width:470px;*/
	width:100%;
}
.logo{
	margin:0;
}
#smoothmenu1{
	width:200px;
	margin:0 0 0 10px;
	height:80px;
	text-align:center;
}
#smoothmenu1 ul.nav{
	display:none;
	text-align:left;
	width:460px;
	background:url('https://a5078e.claudeassets.com/20230529013409im_/https://laquarelle.net/img/blackBG.png') repeat;
}
#smoothmenu1 ul.menu-open, #smoothmenu1 ul.menu-open ul, #smoothmenu1 ul.menu-open ul ul{
	display:block;
}
#smoothmenu1 ul.menu-open{
	margin:-6px 0 0 -230px;
}
#smoothmenu1 ul.menu-open ul{
	background:none;
	margin:4px 0 0 0;
}
ul.nav{
	padding:10px 0 10px 0;
}
ul.nav li{
	margin:5px 15px 0 15px;
	float:none;
	display:block;
}
ul.nav li a{
	width:auto;
	display:block;
}
ul.nav li a:hover{
	text-decoration:underline;
}
ul.nav li ul{width:440px;}
ul.nav li ul ul{width:420px;}
ul.nav li ul ul ul{width:400px;}
ul.nav li ul ul ul ul{width:380px;}

a.mobile-menu-button{
	display:block;
	font-family:'Gnuolane';
	font-weight:normal;
	font-size:20px;
	text-decoration:none;
	color:#eee;
	padding:25px 0 31px 0;
	width:100%;
}
.header-hider{
	position:absolute;
	margin:0 0 0 420px;
}
.title-block{
	width:460px;
	margin:0 0 20px 0;
}
.social-icons{
	background:url('https://a5078e.claudeassets.com/20230529013409im_/https://laquarelle.net/img/blackBG.png') repeat;
	position:absolute;
	height:auto;
	padding:0 13px 10px 13px;
	margin:80px 0 0 364px;
	z-index:999;
	display:none;
	float:right;
}
.open-social, a.social-mobile{display:block;}

.social-icons a{
	float:none;
	height:40px;
	margin:0;
}
.footer{
	width:160px;
	height:40px;
	margin:0 0 0 155px;
}
#controls-wrapper{
	width:150px;
}
#prevslide, #nextslide{
	width:30px;
	height:30px;
	margin:0;
	padding:5px 0 0 0;
	background-position:center;
}
#play-button{
	width:20px;
	height:30px;
	padding:12px 3px 0 12px;
	margin:0;
}
#controls{
	width:100px;
}
.jp-play, .jp-pause{
	width:20px;
	height:30px;
	padding:1px 5px 5px 5px;
	margin:0;
	background-position:center;
}
.column-2{
	/*width:460px;*/
	margin:0;
}


.column-4{
	width:460px;
	margin:0;
}
.column-1{
	width:460px;
	margin:0;
}
.column-5{
	margin:0 5px 20px 5px;
}
.right-block ul.last-work li{
	margin:20px 0 0 100px;
}
.search-block form{
	width:440px;
	
}
.search-block input{
	width:420px;
}
input.com-text{
	width:410px;
	margin:20px 0 0 20px;
}
.comment-block textarea{
	width:400px;
	margin:20px 0 20px 20px;
}
.portfolio-list{
	width:470px;
}
#portfolio-filter{
	width:470px;
	margin:0 0 10px 0;
}
.youtube-video{
	width:100%;
	height:300px;
}
.descrip{
	width:460px;
}
span.bottom-line{
	width:460px;
	border:none;
	border-top:1px solid #222;
	padding:10px 0;
}
}
@media only screen and (min-width: 200px) and (max-width: 479px){
.wrapper{
	width:300px;
}
.logo{
	margin:0;
}
#smoothmenu1{
	width:50px;
	margin:0;
}
#smoothmenu1 ul.nav{
	display:none;
	width:300px;
	background:url('https://a5078e.claudeassets.com/20230529013409im_/https://laquarelle.net/img/blackBG.png') repeat;
}
#smoothmenu1 ul.menu-open, #smoothmenu1 ul.menu-open ul, #smoothmenu1 ul.menu-open ul ul{
	display:block;
}
#smoothmenu1 ul.menu-open{
	margin:-6px 0 0 -220px;
	padding:10px 0;
}
#smoothmenu1 ul.menu-open ul{
	background:none;
}
#smoothmenu1 ul li{
	float:none;
}
ul.nav li{
	margin:5px 0 0 0;
	padding:0 15px;
	display:block;
}
ul.nav li a{
	width:auto;
	display:block;
}
ul.nav li a:hover{
	text-decoration:underline;
}
ul.nav li ul{width:280px;}
ul.nav li ul ul{width:260px;}
ul.nav li ul ul ul{width:240px;}
ul.nav li ul ul ul ul{width:220px;}

a.mobile-menu-button{
	display:block;
	font-family:'Gnuolane';
	font-weight:normal;
	font-size:20px;
	text-decoration:none;
	color:#eee;
	padding:25px 0 31px 0;
	width:100%;
	text-align:center;
}
.header-hider{
	position:absolute;
	margin:0 0 0 270px;
	width:30px;
}
.title-block{
	width:300px;
	margin:0 0 20px 0;
}
.content-hider{
	width:30px;
}
.social-icons{
	background:url('https://a5078e.claudeassets.com/20230529013409im_/https://laquarelle.net/img/blackBG.png') repeat;
	position:absolute;
	height:auto;
	padding:0 13px 10px 13px;
	margin:80px 0 0 214px;
	z-index:999;
	display:none;
}
.open-social, a.social-mobile{display:block;}

.social-icons a{
	float:none;
	height:40px;
	margin:0;
}
.footer{
	width:160px;
	height:40px;
	margin:0 0 0 70px;
}
#controls-wrapper{
	width:150px;
}
#prevslide, #nextslide{
	width:30px;
	height:30px;
	margin:0;
	padding:5px 0 0 0;
	background-position:center;
}
#play-button{
	width:20px;
	height:30px;
	padding:12px 3px 0 12px;
	margin:0;
}
#controls{
	width:100px;
}
.jp-play, .jp-pause{
	width:20px;
	height:30px;
	padding:1px 5px 5px 5px;
	margin:0;
	background-position:center;
}
.column-2{
	width:300px;
	margin:0;
}


.column-4{
	margin:0;
}
.column-1{
	width:100%;
	margin:0;
}
.column-5{
	margin:0 0 20px 40px;
}
input.com-text{
	width:250px;
	margin:20px 0 0 20px;
}
.comment-block textarea{
	width:240px;
	margin:20px 0 20px 20px;
}
.portfolio-list{
	width:300px;
}#portfolio-filter{
	width:300px;
	margin:0 0 10px 0;
}
.youtube-video{
	width:100%;
	height:235px;
}
.header-hider a.hider{
	background-position:-5px 0;
}
.header-hider a.opener{
	background-position:-45px 0;
}
.content-hider a.c-hider{
	background-position:-5px -80px;
}
.content-hider a.c-opener{
	background-position:-45px -80px;
}
.descrip{
	width:300px;
}
span.bottom-line{
	width:300px;
	border:none;
	border-top:1px solid #222;
	padding:10px 0;
}
}
/*
     FILE ARCHIVED ON 23:38:50 Oct 12, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:59:08 Jul 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.896
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.046
  esindex: 0.015
  cdx.remote: 19.146
  LoadShardBlock: 150.885 (3)
  PetaboxLoader3.datanode: 144.265 (6)
  PetaboxLoader3.resolve: 830.327 (3)
  load_resource: 938.153 (2)
  loaddict: 41.284
*/