@import url(http://fonts.googleapis.com/css?family=Oswald|Droid+Sans&amp);


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

#tours .menu ul {
	position: absolute;
    text-align: justify;
    font-size: 13px;
    margin-top: 5px;
    margin-left: 250px;
    width: 350px;
}

#tours .menu ul h2 { text-decoration:underline; text-transform:capitalize;  color: #000000; }
#tours .menu ul li {    padding: 1px 0px;margin-left: 15px;font-size: 13px;font-weight: 600; }
#tours .menu ul li a { text-decoration:none;  color: #000000; }
#tours .menu ul li a:hover { color: #da5c10; }

#tours p {
    position: absolute;   
   color: #000000;
   text-align: justify;	
   font-size: 13px;
   margin-top:60px;
   margin-left:300px;   
   width:350px;   
}

#tours h3 {
    position: absolute;   
	text-decoration:underline;
   text-transform:capitalize;   
   color: #000000;
   font-size: 16px;
   font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   margin-top:15px;
   margin-left:270px;   
}

#tours h2
{
	text-decoration:none;
   text-transform:capitalize;   
   color: #262626;
   font-size: 14px;
   font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
} 

#tours
{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
   -webkit-box-shadow:0 8px 8px -8px #000000;
    -moz-box-shadow:0 8px 8px -8px #000000;
    box-shadow:0 8px 8px -8px #000000;   
	margin-left:15px;
    margin-top: 27px;
    margin-bottom: 50px;
   background:#eee url('../images/sheet.png');
   height: 160px;
    position: relative;   
   width:660px;
   border-bottom:2px solid #DA5C10;
}

#tours .img
{
    position: absolute;  
	margin-top:-10px;
}

#tours #img
{ 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
} 

#tours #img:hover
{ 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
} 


#tours span
{
	color:#000000;
	right:40px;
	top:143px;
    position: absolute;   
	text-decoration:none;
   text-transform:capitalize;   
   margin:3px;
   padding:5px;
   padding-right:20px;
	padding-left:20px;   
   font-size: 13px;
   font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    background: #DA5C10 url('../images/sidebar.png');   
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

#tours span:hover
{
	color:#262626;
   -webkit-box-shadow:0 8px 8px -8px #000000;
    -moz-box-shadow:0 8px 8px -8px #000000;
    box-shadow:0 8px 8px -8px #000000;   
	background: #da5c10; 
} 


#tours .botton 
{
    width: 220px;
    height: 34px;
    line-height: 9px;
    background: #DA5C10 url('../images/nav.png') scroll;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    padding: 0px !important;
    margin-left: 17px;
    margin-top: 150px;
    position: absolute;
    z-index: 100;
    text-align: center;	
}


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

.clear { clear: both }
body { margin:0; background: rgba(249, 132, 31, 0.8) url('../images/body-bg.png'); }
ul
{
   list-style-type: none;
}

ol
{
   list-style-position: inside;
}

html, body
{
   height: 100%;
}

body
{
   padding: 0;
   margin:0;
   min-width: 1000px;
   color: #292929;
}

#art-main {
    /*background: #431f0c url('images/bg.png') top center repeat-x scroll;*/
    background: url('../images/bg.png') top center repeat-x scroll;
   margin:0 auto;
   font-size: 13px;
   font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   position: relative;
   width: 100%;
   min-height: 100%;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
}

.container {
	height:100%;
    width: 1000px;
    margin: 0 auto 0;
    position: relative;
 }

/*-------------------------- menu -----------------------------*/


.slider {
    width: 990px;
    height: 450px;
    position: relative;
	border:5px solid #DA5C10;
    }

div div.left {
    width: 220px;
    height: 284px;
    background: #fffffe url("../images/sheet.png");
    position: absolute;
    margin-top: -360px;
    margin-left: -17px;
    z-index: 95;
    -moz-box-shadow: 3px 0 10px 2px rgba(0, 0, 0, 0.32), inset -3px 0 14px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 3px 0 10px 2px rgba(0, 0, 0, 0.32), inset -3px 0 14px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 0 10px 2px rgba(0, 0, 0, 0.32), inset -3px 0 14px rgba(0, 0, 0, 0.28);
    border: 5px solid #da5c10;
    border-left: none
    }

div div.left:before {
    content: "";
    background: #000;
    padding: 4px 4px;
    position: absolute;
    z-index: 90;
    top: -13px;
    left: -1px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    border-left: 5px solid #da5c10;
    border-bottom: 5px solid #da5c10;
    }

div div.left:after {
    content: "";
    background: #000;
    padding: 4px 4px;
    position: absolute;
    z-index: 90;
    left: 0px;
    top: 289px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    border-left: 5px solid #da5c10;
    border-bottom: 5px solid #da5c10;
    }
	
div div.lang {
    display: inline-block;
    left:50px;
    top: 35px;	
    position: absolute;
    z-index: 99;
}

div div.lang a img{
   vertical-align: middle;
	position: relative;
	top: -2px;
	width: 40px;
	height: 30px;
	-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0,0.87);
	-moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0,0.87);
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0,0.87);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

div div.lang a img:hover{
	-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


/*------- right------------*/

div div.right {
    width: 40px;
    height: 284px;
    background: #fffffe url("../images/sheet.png");
    position: absolute;
    margin-top: -360px;
    margin-left: 962px;
    z-index: 95;
    -moz-box-shadow: -3px 0 10px 2px rgba(0, 0, 0, 0.32), inset 3px 0 14px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: -3px 0 10px 2px rgba(0, 0, 0, 0.32), inset 3px 0 14px rgba(0, 0, 0, 0.28);
    box-shadow: -3px 0 10px 2px rgba(0, 0, 0, 0.32), inset 3px 0 14px rgba(0, 0, 0, 0.28);
    border: 5px solid #da5c10;
    border-right: none
    }

div div.right:before {
    content: "";
    background: #000;
    padding: 4px 4px;
    position: absolute;
    z-index: 90;
    top: -18px;
    left: 28px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    border-right: 5px solid #da5c10;
    border-top: 5px solid #da5c10;
    border-bottom: 5px solid #da5c10;
    }

div div.right:after {
	content: "";
    background: #000;
    padding: 4px 4px;
    position: absolute;
    z-index: 90;
    top: 289px;
    left: 27px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    border-right: 5px solid #da5c10;
    border-bottom: 5px solid #da5c10;
}

/*------------------ section ---------------------------*/

section { margin-top: 15px; }
section > div.nav-left {
    width: 250px;
    float: left;
    margin-bottom: 20px
}

section > div.content {
	background: #fffffe url("../images/sheet.png");
    -moz-box-shadow: 0 2px 12px #000 inset;
    -webkit-box-shadow: 0 2px 12px #000 inset;
    box-shadow: 0 2px 12px #000 inset;	
	/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.11);*/
    float: right;
    height: 100%;
    padding-left: 10px;
    margin-top: 12px;
    width: 700px;
}

section > div.content > h1 {
	background: #DA5C10 url("../images/sidebar.png");
    border-left: 5px solid #DA5C10;
    color: #000000;
    display: inline-block;
    font-family: Oswald,Arial,"Arial Unicode MS",Helvetica,Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
	margin-left: 10px;
    margin: 10px 0 10px;
    padding: 2px;
    padding-left: 7px;
    padding-right: 10px;
    line-height: 30px;
    text-align: center;
    text-shadow: text-shadow: 0 0px 2px rgb(220, 212, 212);
    text-transform: capitalize;
    z-index: 1;	
    position: relative;	
}
	
.separateur {
    position: absolute;
    background: #DA5C10;
    height: 3px;
    margin-top: -25px;
	margin-left: 0px;	
    width: 685px;
}

.articles
 {
	box-sizing: border-box;
    color: #000000;
    float: left;
    font-size: 13px !important;
    font-family: tahoma,Arial,"Arial Unicode MS",Helvetica,sans-serif;
    line-height: 17px;
    margin: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-right: 10px;
    text-align: justify;
    text-shadow: 0 2px 1px #ffffff;
    width: auto;
}
	
/*------------------ menu vertical ----------------------*/

#nav, #nav ul, #nav li, #nav a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: Oswald, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    font-size: 15px;
    position: relative;
    }

#nav > ul { margin-top: 12px }
#nav {
    width: 280px;
    border-bottom: 4px solid #151515;
    }

#nav a { text-transform: capitalize; line-height: 1.3 }
#nav > ul > li:first-child {
background: #fffffe url("../images/sheet.png");
    }

#nav > ul > li:first-child > a {
    background: url(../images/pattern.png) top left repeat;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-family: Oswald, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 -1px 1px #efefef;
    color: white;
    border: 1px solid #151515;
	
    }

#nav > ul > li:first-child > a:hover { color: black }
#nav > ul > li.active a span {
    border-color: rgba(0, 0, 0, 0.3);
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.47);
    margin-left: -1px;
    margin-top: 10px;
    padding: 15px 9px 15px 0;
    text-align: center;
    }
	
#nav > ul > li { background: #DA5C10 url("../images/sidebar.png"); }
#nav > ul > li > a {
	    font-weight: 600;
    font-size: 13px;
    display: block;
    background:url("../images/arrow-right-black.png") no-repeat scroll 18px 7px;
    color: #000000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
}

#nav > ul > li.last > a > span {
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(141, 87, 6, 0.17);
    border-image: none;
    border-style: none solid;
    border-width: medium 1px;
    box-shadow: 0 0 2px rgb(22, 20, 18);
    display: inline-block;
    margin-left: 9px;
    padding: 6px 2px 9px 28px;
	text-align: left;
	width: 265px;
	box-sizing: border-box;
	transition:all 0.5s;
    }
	
	#nav > ul > li.active > span img {
	 margin: 0px 10px -8px 0px;
	}
	
	#nav > ul > li.active > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    color: #000000;
    border-color: #161412;
    box-shadow: 0 0 2px #161412;	
    border-image: none;
    border-style: none solid;
    border-width: medium 1px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 8px;
    margin-top: 10px;
    padding: 7px 0px 15px 15px;
    text-align: left;
    width: 267px;
	text-shadow: 0 0px 2px rgb(220, 212, 212);
    }
	
#nav > ul > li > a > span.end {
	display: inline-block;
    margin-bottom: 10px;
    margin-left: 9px;
    padding: 9px 2px 9px 28px;
    text-align: left;
    width: 265px;
	box-sizing: border-box;
    }

#nav > ul > li.last > a span:hover {
    text-decoration: none;
    color: #1D1D1D;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
	padding-left:35px;
    }

#nav > ul > li.active { border-bottom: none }
#nav > ul > li.has-sub > a span { background: url(../images/icon_plus.png) 96% center no-repeat }
#nav > ul > li.has-sub.active > a span { background: url(../images/icon_minus.png) 96% center no-repeat }
	
	
/*footer -------------------------------------------------------------*/
  
  
.rc {
    position: absolute;
    z-index: 1;
    left: 70px;
    width: 830px;
    height: 28px;
    bottom: 20px;
}
   
.rc ul li {
    list-style-type: none;
	padding-left:15px;
	float:left;
	text-transform:capitalize;
	color:#000000;
	font-weight:normal;	
	font-family:Oswald;
	font-size:14px;
}  
.rc ul li.ligne {
	text-decoration:underline;
}  
  
.art-footer
{
	background: #fffffe url("../images/sheet.png");
	-webkit-box-shadow: 0 -8px 8px -8px #000000;
    -moz-box-shadow: 0 -8px 8px -8px #000000;
    box-shadow: 0 -8px 8px -8px #000000;	
    border-top: 4px solid #DA5C10;	
    width:1000px;
    position: relative;
    z-index: 1;	
    margin:10px auto 0;
}

.art-footer .center {
	z-index:1;
	-moz-box-shadow: 0 2px 12px #000 inset;
    -webkit-box-shadow: 0 2px 12px #000 inset;
    box-shadow: 0 2px 12px #000 inset;
    width:1000px;
	height: 330px;	
	margin:0 auto 0 !important;
    position: relative;
	padding-top:0px;  
    padding-bottom: 20px;   
    color: #000000;
}

.art-footer .soufiane { 
    left: 735px;
    position: absolute;
    text-align: right;
    margin-right: 20px;
    margin-top: 265px;
    font-size: 11px;
   font-family: tahoma, 'Arial Unicode MS', Helvetica, Sans-Serif;		
}

.art-footer .meteo { 
   z-index: 100;
    position: absolute;
	margin-left:90px;
	margin-top:190px;	
}

.art-footer .social { 
   z-index: 100;
    position: absolute;
	margin-left:772px;
	margin-top:210px;	
}

.art-footer .social a:hover { 
	opacity: 0.8;
	filter: alpha(opacity=90);
   border-bottom:1px transparent;   	
}

.art-footer .img-social { 
    position: relative;
	-webkit-transition: all .5s ease-in;	
	-moz-transition: all .5s ease-in;	
	-ms-transition: all .5s ease-in;	
	-o-transition: all .5s ease-in;	
	transition: all .5s ease-in;
	-webkit-box-shadow:inset 10px 10px 100px 10px #000000;
	box-shadow:inset 10px 10px 100px 10px #000000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.art-footer a {
    color: #000000;
	text-decoration: none;	
}

.art-footer a:hover {
	border-bottom: 1px dotted #262626;
	color: #262626;
	text-decoration: none;	
}  

.art-footer .sitemap {
	width:235px;
	float: left;
	margin-left:15px;	
}

.art-footer .sitemap ul {
   z-index: 100;
	margin-top:15px;	
	margin-left:-35px;	
}

.art-footer .sitemap b { 
   font-weight: bold;
   font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;	 
}

.art-footer .sitemap ul li {
	text-transform:capitalize;
	list-style: none;
   font-size: 14px;
   font-weight: bold;   
   font-style: normal;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;	
   background: url('../images/postediticon.png') 5px 2px no-repeat scroll;
   padding-left:20px;
   text-align: left;
   z-index: 100;
	margin-left:0px;
	margin-top:2px;	
	margin-bottom:-2px;
}

.art-footer .sitemap h3 {
    box-shadow:0 4px 4px -4px #000000;
	border-bottom:3px solid #000000;
	border-left:10px solid #000000;
    background: #DA5C10 url("../images/sidebar.png");
    color:#000000;
	text-transform:capitalize;
	padding:10px;
	padding-left:10px;
	font-size: 17px;
   font-weight: normal;	
	font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-footer .information {
    width: 465px;
    float: left;
    margin-left: 15px;
}

.art-footer .information ul {
	margin-top:15px;	
	margin-left:-35px;	
}

.art-footer .information b { 
	text-transform:capitalize;
   font-weight: bold;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;	   
}

.art-footer .information ul li {
	list-style: none;
   font-size: 14px;
   font-weight: normal;   
   font-style: normal;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;	
   background: url('../images/postediticon.png') 5px 2px no-repeat scroll;
   padding-left:20px;
   text-align: left;
   z-index: 100;
	margin-left:0px;
	margin-top:2px;	
	margin-bottom:-2px;
    color:#000000;	
}

.art-footer .information h3 {
    box-shadow:0 4px 4px -4px #000000;
	border-bottom:3px solid #000000;
	border-left:10px solid #000000;
    background: #DA5C10 url("../images/sidebar.png");
    color:#000000;
	text-transform:capitalize;
	padding:10px;
	padding-left:10px;
	font-size: 17px;
   font-weight: normal;	
	font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

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


.art-nav
{
    -moz-box-shadow: 3px 0 10px 2px rgba(0, 0, 0, 0.32), inset -3px 0 14px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 3px 0 10px 2px rgba(0, 0, 0, 0.32), inset -3px 0 14px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 0 10px 2px rgba(0, 0, 0, 0.32), inset -3px 0 14px rgba(0, 0, 0, 0.28);
	/*text-shadow: 0  1px 0px rgba(0,0,0,0.15);*/
	border-bottom:5px solid #da5c10;
	background: #fffffe url("../images/sheet.png");
	margin:60px auto 0;
	height: 55px;   
	position: relative;
	z-index: 1;
	text-align: center;
}

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
}

ul.art-hmenu, ul.art-hmenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.art-hmenu li
{
   position: relative;
   z-index: 5;
   display: block;
   float: left;
   background: none;
   margin: 0;
   padding: 0;
   border: 0;
}

ul.art-hmenu li:hover
{
   z-index: 10000;
   white-space: normal;
}

ul.art-hmenu:after, ul.art-hmenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}

ul.art-hmenu, ul.art-hmenu ul 
{
   min-height: 0;
}

ul.art-hmenu 
{
   display: inline-block;
   vertical-align: bottom;
   padding-left: 4px;
   padding-right: 4px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.art-nav:before 
{
   content:' ';
}

.desktop .art-nav{
   width: 1000px;
   padding-left: 0;
   padding-right: 0;
}

.art-hmenu-extra1
{
   position: relative;
   display: block;
   float: left;
   width: auto;
   height: auto;
   background-position: center;
}

.art-hmenu-extra2
{
   position: relative;
   display: block;
   float: right;
   width: auto;
   height: auto;
   background-position: center;
}

.art-menuitemcontainer
{
   background: none;
   margin:0 auto;
}
ul.art-hmenu>li {
   margin-left: 10px;
}
ul.art-hmenu>li:first-child {
   margin-left: 0;
}
ul.art-hmenu>li:last-child, ul.art-hmenu>li.last-child {
   margin-right: 0;
}

ul.art-hmenu>li>a
{
   background: none;
   padding:0 15px;
   margin:0 auto;
   margin-top:-9px;  
   position: relative;
   display: block;
   height: 60px;
   cursor: pointer;
   text-decoration: none;
	color: #000000;
   line-height: 75px;
   text-align: center;
}

.art-hmenu>li>a, 
.art-hmenu>li>a:link, 
.art-hmenu>li>a:visited, 
.art-hmenu>li>a.active, 
.art-hmenu>li>a:hover
{
   font-size: 17px;
   font-family: Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: Capitalize;
   text-align: left;
}

ul.art-hmenu>li>a.active
{   
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	line-height: 75px;
    height: 70px;
    color: #000000;
    background: #da5c10 url('../images/sidebar.png');
    margin: 0px auto;
    margin-top: -12px;   
	text-decoration: none;
}

ul.art-hmenu>li>a:visited, 
ul.art-hmenu>li>a:hover, 
ul.art-hmenu>li:hover>a {
   text-decoration: none;
}

ul.art-hmenu>li>a:hover, .desktop ul.art-hmenu>li:hover>a
{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    line-height: 72px;
    height: 64px;
	color: #000000;
	background: #da5c10 url('../images/sidebar.png');
	text-shadow: text-shadow: 0 0px 2px rgb(220, 212, 212);
   margin:0 auto;
   margin-top:-9px;   
}
ul.art-hmenu>li>a:hover, 
.desktop ul.art-hmenu>li:hover>a {
   color: #000000;
   text-decoration: none;
}

ul.art-hmenu>li:before
{
   position:absolute;
   display: block;
   content:' ';
   top:0;
   left: -6px;
   width:2px;
   height: 58px;
   background: url('../images/menuseparator.png') center center no-repeat;
}
ul.art-hmenu>li:first-child:before{
   display:none;
}

ul.art-hmenu ul
{
   display: none;
}

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

.cdsROW.narrow {width: 200px !important; text-align: center; padding: 9px 12px 1px !important;}
#CDSWIDWRL .widWRLData {padding: 10px 30px 15px !important; background-color:#fff; max-height:250px; position: relative; overflow: hidden;}
#CDSWIDWRL {
             font:normal 12px Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
             color:#2c2c2c;
             background-color:#fff;
             margin:0;
             padding:0;
             width: 280px !important;
             max-width: 280px !important;
             overflow:hidden;
             text-align:left;
             position: relative;
             }

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

.row {
	margin-left:-70px;
	margin-top:-5px;
	margin-bottom:0px;
	width:750px;
	float:left;
}

.row a {
	color:#000000;
	text-decoration:none;
	font-size:25px;
	line-height:20px;
	font-size:13px;
	font-family:Oswald, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	-webkit-transition:all .5s;
   -moz-transition:all .5s;
     -o-transition:all .5s;
        transition:all .5s;
}
.row a:hover {
	color:#C36E35;
	-webkit-transition:all .5s;
   -moz-transition:all .5s;
     -o-transition:all .5s;
        transition:all .5s;
}

ul.items{	
	width:100%;
	display:table;
	margin-left:0px;
	margin-top:4px;
}

ul.items li {
	float:left;
	width:210px;
	text-align:center;
	margin-right:18px;
	display:block;
}

ul.items li figure {
	border:4px solid #DA5C10;
	position:relative;
	overflow:hidden;
	background:#000000;
	text-align:justify;
	width:100%;
	height:230px;
	-webkit-box-shadow:0 6px 6px -6px #000000;
   -moz-box-shadow:0 6px 6px -6px #000000;
        box-shadow:0 6px 6px -6px #000000;	
}
ul.items li figure img{
	width:100%;
	/*transition*/
	-webkit-transition:-webkit-transform 0.3s ease-out, opacity 0.3s;
	   -moz-transition:   -moz-transform 0.3s ease-out, opacity 0.3s;
     -o-transition:     -o-transform 0.3s ease-out, opacity 0.3s;
        transition:        transform 0.3s ease-out, opacity 0.3s;
}
ul.items li a{
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	display:block;
	width:100%;
	height:100%;
}
ul.items li a:hover .description{
	/*transform*/
	-webkit-transform:translate(0, -35px);
	   -moz-transform:translate(0, -35px);
    -ms-transform:translate(0, -35px);
     -o-transform:translate(0, -35px);
        transform:translate(0, -35px);
}
ul.items li a:hover .title{
	/*transform*/
	-webkit-transform:translate(0, 10px);
	   -moz-transform:translate(0, 10px);
    -ms-transform:translate(0, 10px);
     -o-transform:translate(0, 10px);
        transform:translate(0, 10px);
}
ul.items li a:hover img{
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
}

ul.items li:last-of-type{
	margin-right:0px;
}

.description {
	display:table-cell;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	/*transform*/
	-webkit-transform:translate(0, 100%);
	   -moz-transform:translate(0, 100%);
		-ms-transform:translate(0, 100%);
		 -o-transform:translate(0, 100%);
			transform:translate(0, 100%);
	z-index:4;
	/*transition*/
	-webkit-transition:all .5s;
   -moz-transition:all .5s;
     -o-transition:all .5s;
        transition:all .5s;	
}

.description p {
	-webkit-box-shadow:0 6px 6px -6px #000000;
	-moz-box-shadow:0 6px 6px -6px #000000;
    box-shadow:0 6px 6px -6px #000000;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	text-align:justify;
	color:#000000;
	display:block;
	height:120px;
	width:170px;	
	margin-left:10px;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;	
	line-height:1.1;
	border-bottom:2px solid #DA5C10;
	background: #fffffe url("../images/sheet.png");
}

h1.title {
	text-shadow: 0 0px 0px rgba(0,0,0,0.25);	
	-webkit-box-shadow:0 6px 6px -6px #000000;
	-moz-box-shadow:0 6px 6px -6px #000000;
    box-shadow:0 6px 6px -6px #000000;
	text-align:center;
	margin-left:10px;	
	padding:5px;	
	padding-left:5px;	
	width:180px;	
	bottom:10px;		
	font-weight:normal;	
	font-family:Oswald;
	font-size:12px;
	position:absolute;
	color:#000000;
	z-index:3;
	border-top:2px solid #DA5C10;
	background: #fffffe url("../images/sheet.png");
	display:block;
	/*transition*/
	-webkit-transition:-webkit-transform 0.4s, color 0.3s;
	   -moz-transition:   -moz-transform 0.4s, color 0.3s;
     -o-transition:     -o-transform 0.4s, color 0.3s;
        transition:        transform 0.4s, color 0.3s;
}


h2.title {
	text-shadow: 0 0px 0px rgba(0,0,0,0.25);	
	margin-left:15px;	
	font-weight:normal;	
	font-family:Oswald;
	font-size:16px;
	text-decoration:underline;
	color:#000000;
	z-index:3;
}

h3.title {
	text-transform:uppercase;
	text-shadow: 0 0px 0px rgba(0,0,0,0.25);	
	margin-left:15px;	
	font-weight:normal;	
	font-family:Oswald;
	font-size:14px;
	text-decoration:underline;
	color:#000000;
	z-index:3;
}


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