/*RESET CSS*/

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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background:#fefefe;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,h2,h3,h4,h5,h6{
    font-family:Georgia, Arial, Verdana;
}

p,li,a{
    font-family:Verdana, Arial;
}

h1,h2,h3,h4,h5,h6{
    color:#090909;

}


h1{
    font-size:26px;
    padding-bottom:10px;
}

h2{
    font-size:25px;
}

h3{font-size:24px;
padding-bottom:10px;}

h4{font-size:21px;}

h5{font-size:16px;}

h6{font-size:14px;}

p{
    font-size:14px;
    line-height:23px;
  
}

a{
    color:#EC8A00;
    text-decoration:none;
    outline:none;
}

a:hover{
    color:#0C0C0C;
     outline:none;
}

strong{
    font-weight:600;}
    
em{
   font-style:italic; 
}  

/* STYLING */

#wrapper{
    background:url(images/bg_header.png) repeat-x;
    padding-top:20px;
    float:left;
    width:100%;
}

header, #content{
    width:1024px;
    margin:0 auto;
}
#language{
    text-align: center;
    margin:0 auto;
    width:1000px;
    padding-bottom:10px;
 
}

#head_info{
    padding-top:5px;
}

#head_info h2{
    color:#ffffff;
    font-family:Verdana, Arial;
    font-size:12px;
}


.qtrans_language_chooser li{
    display:inline-block;
    opacity: 0.5;
    border: 2px solid #ffffff;
    margin-right:5px;
    box-shadow: 1px 2px 3px #555555;}
    
.qtrans_language_chooser li.active{
    opacity: 1;
   }
    
.qtrans_flag{
   
    
}

#logo{
    position:absolute;
    top:58px;
    z-index:10;
}

#right-triangle {
   position:relative;
   background:url(images/punta.png) no-repeat;
   height:52px;
   width:30px;
   margin-left:1024px;

   
}

nav{
    float:right;
     background-color:#ec8a00;
    width:100%;
    height:43px;
    padding-top:8px;
    border-top: 1px solid #ba6d01;
    border-bottom: 1px solid #ba6d01;
    border-left: 1px solid #ba6d01;
}

nav ul {
    float: right;
    margin-right: 20px;

}

nav ul li {
  display: block;
  position: relative;
  float:left;
  font-size:13px;   
}

nav li ul { display: none; }
nav ul li a {
  color:#ffffff;   
    display:block; 
    text-decoration:none;
    padding:10px 12px;
    text-shadow: 1px 0 0 #7d3800;
}

.page-item-49 {
 color:#ffffff;
 background-color: #598B00;
 -moz-border-radius:3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 
}

.page-item-49:hover {
background-color:#cc620d;
 -moz-border-radius:3px;
 -webkit-border-radius: 3px;
 border-radius: 3px; 
}




nav ul li a:hover { 
 color:#ffffff;
 background-color:#cc620d;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
 transition: all 200ms ease-in-out;

       }
        
nav li:hover ul {
  display: block;
  position: absolute;
  z-index: 10;
}

nav li:hover li {
  float: none;
  width:150px;
}

nav li:hover a { background-color:#cc620d;
}

nav li:hover li a{
    padding:15px; }

nav li:hover li a:hover { 
        background-color:#de6b0f;

        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;  
        
           
        }
        


.current_page_item, nav ul li a.current_page_item{
   
  background-color:#cc620d;
    
}

.current_page_item:first-child, nav ul li a.current_page_item:first-child{
   
  background-color:transparent;
    
}


/* ===== SLIDER =========*/


#slider{
    background:url(images/shadow.png) no-repeat;
    width:1020px;
    height:461px;
    margin-top:30px;
  
}

#slider img{
    margin:10px 0px 0px 0px;
}


#nav2{
  background:url(images/nav2_bg.png) no-repeat;
  width:1024px;
  height:84px;
  position: absolute;
  top:420px;  
  z-index: 0;
}

#nav2 ul li{
    float:left;
    width:200px;
    padding:20px 0px 0px 130px;
}

#nav2 ul li a{
    text-transform: uppercase;
    font-size:20px;
    
}


#nav2 ul.right li{
    text-transform: uppercase;
    font-size:20px;
    text-align: right;
     padding:20px 130px 0px 0px;
    
}

#nav2 ul.left li a{
    color:#2e4801;
    text-decoration: none;}

#nav2 ul.right li a{
    color:#714200;
    text-decoration: none;}
    
#nav2 ul.right li a:hover, #nav2 ul.left li a:hover{
    
    color:#FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    text-shadow: 1px 0 0 #777777;
    
}

/*============ PRE_CONTENT ==================*/

#pre-content{
    background: url(images/form_bg.png) no-repeat;
    height:83px;
    width: 1044px;
    position: absolute;
    z-index: 0;
    top:495px;
    margin-left:-9px;
    padding:15px 10px 0px 10px;
 
}



#pre-content ul li{
    font-size:22px;
    color:#6C919D;
    float:left;
    padding-right:15px;
    padding-left:15px;

}

#form-home li p{
    color:#6C919D;
    float:left;
    font-size:12px;
    
}

li.form-small{
    width:60px;
}

li.form-big{
    width:130px;
}

li.title-booking {
    width:130px;
}

ul#form-alloggio {
    padding-left:10px;
}

ul#form-alloggio li{
   padding:10px 5px;
    
}

#form-alloggio p{
    padding:0px;
}

.form-text{}

input{
    background:transparent;
    border:none;
    height:30px;
    padding:0px 0px 0px 10px;
    color:#6c919d;
    font-size:13px;
    width: 135px;
    margin-top:3px;
}

select{
   
    height:30px;
    overflow:hidden;
    border:none;
    appearance: none;
    -webkit-appearance:none;
    -moz-appearance: radio-container;
    padding:0px 0px 0px 10px;
    outline: none;
    color:#6c919d;
    font-size:14px;
    background-color: transparent;
    margin-top:6px;
    

}

table.calendar input, table.calendar select{
    width:50px;
    
}

.mainheading{
    background-color:#F4F4F4;
}

.dropdown{
    background: transparent url(images/selectbig.png) no-repeat left center;
    width:170px;
    height:32px;
    overflow:hidden;
    cursor: pointer;
}

.dropdown select{
    width:150px;
}


.dropdown-small{
    background: transparent url(images/select-s.png) no-repeat left center;
    width:80px;
    height:32px;
    overflow:hidden;
    cursor: pointer;
}

.dropdown-small select{
    width:78px;
}


.textform{
    background: transparent url(images/textbig.png) no-repeat left center;
    width:170px;
    height:32px;
    overflow:hidden;
   border-radius:5px;
}

textarea{
    background:#FFFFFF;
    border: 1px solid #6c919d;
    height:100px;
    padding:0px 0px 0px 10px;
    color:#6c919d;
    font-size:14px;
    width: 440px;
    margin-top:7px;
    max-width:500px;
    max-height:300px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
}


.capcha{
   background: transparent url(images/textbig.png) no-repeat left center;
    width:150px;
    height:32px;
    overflow:hidden; 
}

li.title-booking{
   
    padding-top:10px;
    height:52px;
    border-right: 1px solid #CCCCCC;
    
}
   
input#prenota_16, input#prenota_33, input#prenota_42, input#prenota_54, input#submit_65, input#submit_76,
input#prenota_87, input#prenota_103, input#submit_113, input#submit_122, #explore-button {
   font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #3b3b3b;
    margin-top:24px;
    padding: 5px 20px;
    background: -moz-linear-gradient(
        top,
        #ff7e0d 0%,
        #fca262);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#ff7e0d),
        to(#fca262));
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #cf4f00;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.2),
        1px 1px 0px rgba(255,255,255,0.7);
}


input#prenota_16:hover, input#prenota_33:hover{
   text-shadow:1px 0 0 #7D3800;
    color: #FFFFFF;
  -webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
 transition: all 200ms ease-in-out;
}
/*============ CONTENT ==================*/

#content {
    padding-top:20px;
    width:1024px;
}

#top-content{
    margin:0px 30px 35px;
    float:left;
    text-align:center;
    }



#info-content{
    padding-top:10px;
}

#description{
    width:600px;
    float:left;
    padding:0px 40px 10px 10px;
    margin-bottom:20px;
}

#description p{
    font-size:13px;
    color:#0c0c0c;
    line-height:2em;
    padding:10px 10px 0px 0px;
}

 #description img{
     float:left;
     padding:10px 20px 10px 0px;
 }

#video{
    width: 340px;
    float:left;
    
}

#content article p{
    line-height: 30px;
    font-size:15px;
}

#box-buttons{
    background:url(images/bg_social.png) repeat-x;
    height:116px;
    width:980px;
    float:left;
    padding:10px 20px 0px 20px;
    border: 1px solid #EBCBB5;
}


#box-buttons span{
    width:300px;
    float:left;
   
}

#box-buttons span p{
    padding:10px 10px 0px 0px;
    line-height: 18px;
    font-size:14px;
    color:#9d9d9d;
}


#box-buttons ul{
    
}

#box-buttons ul li{
    float:left;
    padding: 10px 13px 0px;
    font-family:Georgia, Arial;
    font-size:16px;
    color:#b48665;
    text-align:center;
}

li#facebook a{
    width: 62px; height: 62px; background: url(images/sprite.png) -62px 0px no-repeat;
    display:block;
}

li#facebook a:hover{
   background: url(images/sprite.png) 0px 0px no-repeat; 

}

li#twitter a{
   width: 62px; height: 62px; background: url(images/sprite.png) -186px -124px no-repeat;
    display:block;
}

li#twitter a:hover{
   background: url(images/sprite.png) -186px -62px no-repeat;

}

li#flickr a{
   width: 62px; height: 62px; background: url(images/sprite.png) 0px -62px no-repeat;
    display:block;
}

li#flickr a:hover{
   background: url(images/sprite.png) -62px -124px no-repeat; 

}


li#youtube a{
    width: 62px; height: 62px; background: url(images/sprite.png) -62px -186px no-repeat;
    display:block;
}

li#youtube a:hover{
   background: url(images/sprite.png) 0px -186px no-repeat;
}

li#instagram a{
    width: 62px; height: 62px; background: url(images/sprite.png) -124px 0px no-repeat;
    display:block;
}

li#instagram a:hover{
   background: url(images/sprite.png) -62px -62px no-repeat;

}

li#tripadvisor a{
    width: 62px; height: 62px; background: url(images/sprite.png) -186px 0px no-repeat;
    display:block;
}

li#tripadvisor a:hover{
   background: url(images/sprite.png) -124px -124px no-repeat;

}

li#pinterest a{
    width: 62px; height: 62px; background: url(images/sprite.png) 0px -124px no-repeat;
    display:block;
}

li#pinterest a:hover{
   background: url(images/sprite.png) -124px -62px no-repeat;
}

#shadow{
    background:url(images/shadow.png) no-repeat;
    width:1024px;
    height:35px;
    float:left;
}

/*======= CENTER-CONTENT ======== */

#center-content{
    width:1024px;
    min-height: 1020px;
}

    
/* ==== MINI SLIDER ====== */

#promozioni{
    width: 500px;
    float:left;
    margin:15px 0px 0px 0px;
   
}


#promozioni h2{
    font-size:22px;
    color:#598b00;
    padding-left:45px;
}

#content-promozioni{
    margin-top: 15px;
   


}

#title_promozioni{
    padding-bottom:10px;
}

#title_promozioni p a{
    font-size:14px;
    line-height: 18px;
}



   
#mini-slide{
    float:right;
    width:450px;    
    border:1px solid #cadab3;
    margin-top:20px;  
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
 background-color:#f5f8f0;
 padding:10px 0px;
box-shadow: 0 0 8px 0 rgba(150, 150, 150, 0.1) inset, 0 0 2px 0 rgba(0, 0, 0, 0.1) !important;
    
}

#mini-slide div#slideshow{
    text-align: center;
}

#mini-slide div#slideshow div p{
    font-size:18px;
    color:#0C0C0C;
    float:left;
    padding:15px 0px 0px 10px;
    margin-bottom:20px;
    line-height: 25px;
    width:200px;
    text-align: left;
}

#mini-slide div#slideshow div img{
    margin-left: 18px;
    float:left;
    max-width:150px;
    max-height:150px;
    border: 1px solid #b2c886;
}


#slideshow{
    float:right;
    width:450px;
    min-height: 200px;
    
  
}
    
#slideshow img, #slideshow p{
        padding:2px;}
 
.nav{
    margin-top: 65px;
    position: absolute;
    width: 449px;
    z-index: 10;  
} 

 
#prev2{
float:left;
opacity: 0.9; 
}
    
#next2{
   float:right;
   opacity: 0.9;
    
}

#prev2:hover,#next2:hover{
opacity: 1; 
}
    


#box-vetrina{
     float: left;
    padding-bottom: 15px;
}


/*========= NEWS AND PROMOTION ========= */

#news{
    width: 500px;
    float:left;
    margin:15px 0px 0px 0px;
}


#news h2{
    font-size:22px;
    color:#0B8BC4;
    padding-bottom:15px;
}

#news ul{
}

#news ul li {
    padding:10px 20px 10px 10px;
    background-color:#fafafa;
    border:1px solid #CCCCCC;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
float:left;
margin-bottom:5px;
text-align: center;
    width:450px;
    font-size: 17px;
    color: #0c0c0c;
   box-shadow: 0 0 2px 0 rgba(150, 150, 150, 0.1) inset, 0 0 2px 0 rgba(0, 0, 0, 0.1) !important;

   
}

#news ul li img{
    float:left;
    margin-right:10px;
    vertical-align: middle;
    border: 1px solid #dbd8d8;
    padding:2px;
}

#news ul li h3, #news ul li p{
    text-decoration:none;
    line-height: 22px;
}

#news ul li h3{
   
    font-size:17px;
    padding-bottom:10px
}

#news ul li h3 a{
    color:#0C0C0C;
    text-decoration: none;
   
}

#news ul li h3 a:hover{
    color:#EC8A00;
    text-decoration: none;
   
}

#news ul li p{
    font-size:13px;
}



#post-details{
    font-size:14px;
    color:#687cbd;
   
}

#partner{
    margin: 0 auto;
    border:1px solid #f4f4f4;
    padding:10px 20px;
    margin:10px;
    
}

#partner li{
    padding:0px 26px;
    
}


/*======== CONTACT ============*/

#contact{
    float:left;
    margin-bottom:30px;
}
#contact ul{
    border-top: 1px solid #6fb7e9;
    border-bottom: 1px solid #6fb7e9;
    float:left;
  
}

#contact ul li{
    float:left;
    margin:10px 0px;
}

#contact ul li:first-child{
    border-right:1px solid #6FB7E9;
    margin-right: 20px;
    width:485px;
}

#contact ul li:last-child{
    width:470px;
}

#contact ul li:last-child h3{
  
}


#contact ul li img, #contact ul li p, #contact ul li h3{
    float:left;
    padding-right:30px;
}

#contact ul li h3{
    padding:35px 0px 5px 0px;
}


#contact ul li p{
    line-height: 22px;
}

.fb-like{
    margin-left:30px;
}


#offerte-inside{
    background-color:#F5F8F0;
     border:1px solid #CADAB3;
     padding:10px;
     margin-bottom:10px;
     border-radius: 5px;
     float:left;
     width:630px;
     }

#offerte-text{
    width:644px;
    float:left;
    padding-right:10px;
}

#offerte-text h2{
    font-size:20px;
    line-height:25px;
    padding-bottom:10px;
      
}

#offerte-text h2 a{
   padding-right:10px; 
}


#offerte-text p{
    padding-top:15px;

}

#offerte-text h5{
    font-size:14px;

}

#offerte-content{
    padding-top:10px;
    float:left;
}

#offerte-content img{
    float:left;
    margin:0px 10px 10px 0px;
}

#data-offerta{
    float:right;
    color:#FFFFFF;
    background-color:#FCA262;
    padding:5px 10px;
    text-shadow: 0 0 1px #7D3800;
}



/*============ CONTENT-PAGE ==================*/

#content-full{
    width:100%;
    background:#fefefe;
     box-shadow: 10px 0 10px #5D5D5D;
     float:left;
     margin-top:20px;
     padding-bottom:20px;
}


#content-page{
      margin:0 auto;
      width:1024px;

}

#content-page h1{
 text-align:center;
padding:25px 0px;
margin-bottom:15px;
line-height: 28px;
}


#pcontent{
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(150, 150, 150, 0.1) inset, 0 0 2px 0 rgba(0, 0, 0, 0.1) !important;
    float:left;
    width:650px;
    padding:20px;
    margin-bottom:50px;
    line-height: 22px;
}

#pcontent h2{
    padding-bottom:8px;
   

}


#pcontent ul{
    padding:5px 0px;
    margin:5px 0px 15px 15px;
}

#pcontent ul li{
   line-height:24px;
   font-size:14px;
   list-style: disc;
   padding-left: 5px;
}

#pcontent p{
    font-size:14px;
    margin-bottom:15px;
}

#pcontent img{
    background-color: #EEF5F6;
    border: 1px solid #6C919D;
    padding: 7px;
}


/*==== CONTENT PAGE FULL ==========*/


#fcontent{
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(150, 150, 150, 0.1) inset, 0 0 2px 0 rgba(0, 0, 0, 0.1) !important;
    float:left;
    width:980px;
    padding:20px;
    margin-bottom:50px;
    line-height: 22px;
}

#f-content{
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(150, 150, 150, 0.1) inset, 0 0 2px 0 rgba(0, 0, 0, 0.1) !important;
    float:left;
    width:980px;
    padding:20px;
    margin-bottom:50px;
    line-height: 22px;
}


#alloggi{
    width:200px;
    float:left;
    padding:20px 0px 10px;


}

#alloggi a img{
    background-color: #eef5f6;
    border: 1px solid #6c919d;
    padding:5px;
}

#alloggi p{
    font-size:16px;
   
}

#alloggi a:hover{
    opacity: 0.4;
    -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
  
}

.left-box{
    width:400px;
    float:left;
}

.right-box{
    width:400px;
   float:right;
}

.full-box{
    float:left;
    width:100%;
}

.separatore{
    padding:10px 0px;
}


/*==== PAGE=======*/

#dettaglio-alloggio{
    background:#F9F9F8;
    padding:10px;
    margin-top:20px;
}

#dettaglio-alloggio ul li{
    list-style:none;
}

.row-dashed{
    padding:10px;
    border-bottom: 1px dashed #CCCCCC;

}

#dettaglio-alloggio ul li span{
   color:#025086;
}

#p-left{
    width:600px;
    float:left;
}

#p-left h2{
   padding-bottom:10px;
   line-height: 28px;

}

#p-left ul li{
    font-size: 14px;
    line-height: 23px;
    list-style:disc;
    padding:5px 0px 5px 5px;
    margin-left:15px;
}

#p-left p{
    padding-bottom:15px;
}

#p-left-room{
    width:600px;
    float:left;
}

#p-left-room h2{
   padding-bottom:10px;
   line-height: 28px;

}

#p-left-room ul li{
    font-size: 14px;
    line-height: 23px;
   list-style:none;
}


#p-right{
    width:300px;
    float:right;
    background-color:#f9f9f8;
    padding:0px 30px 30px;
}

#p-right ul li{
    border-bottom:1px dashed #CCCCCC;
    padding:20px 0px;
    text-align: center;
}

/* =========== SIDEBAR ============ */

#sidebar{
    width:260px;
    box-shadow: 0 0 8px 0 rgba(150, 150, 150, 0.1) inset, 0 0 2px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #FFFFFF;
    float:left;
    margin-left:30px;
    padding:20px;
    
}


#sidebar ul li{
    padding:10px 5px;
    border-bottom:1px solid #f4f4f4;
     font-size: 13px;
    line-height: 19px;
    
}

#call-box{
    background: url(images/nuvoletta_call.png) no-repeat;
    height:190px;
    width:300px;
    padding-top:35px;
    
    
}

.title-sidebar{
    font-size:22px;
    text-transform:uppercase;
    line-height:25px;
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.7),
        0px 1px 0px rgba(255,255,255,0.3);
    padding:5px 0px;
}

.sidebartitle{
    background-color: #FCA262;
    color: #FFFFFF;
    float: right;
    padding: 5px 10px;
    text-shadow: 0 0 1px #7D3800;
    font-size:14px;
    width:230px;
}

.big-p{
    font-size:30px;
    color:#ec8a00;
    font-family:Tahoma;
    text-align: center;
    padding-bottom:10px;
   
}

#slideshow-small{
   height:200px;
}


.nav2 {
    margin-top: 40px;
    position: absolute;
}

#prev3{
    float:left;
    width: 200px;
    text-align:left;
    opacity: 0.5;
}

#next3{
    float:right;
    width: 101px;
    text-align:right;
    opacity: 0.5;
}

#prev3:hover, #next3:hover{
     opacity: 0.8;
     
}
/*============= BLOG =============== */

#news-inside {
    margin-bottom: 10px;
    border-bottom:1px solid #CCCCCC;
    padding-bottom:10px;
    float:left;
    max-width:650px;
}

#news-inside img{
    float:left;
    margin-right:15px;
}

#news-text, #news-content{
    float:left;
    padding-right:10px;
}

#news-text h2{
    font-size:23px;
    line-height:25px;   
    font-style: italic;
    padding:10px 0px 5px;
    width:650px;
}

#news-text p{
    padding-top:15px;

}

#news-text h5{
    font-size:14px;

}

#news-text h6{
    font-size:13px;
    color:#CCCCCC;

}

#news-content{
  padding-top:10px;  
}

#psingle p{
    margin-bottom:20px;
    line-height:26px;
}

#psingle h2{
    
    line-height:27px;
}

#psingle img{
    max-width:96%;
}

#share{
    margin-top:10px;
    padding-top:10px;
    border-top:1px dotted #cccccc;
    clear:left;
}

#share h5.grey{
    background-color: #F4F4F4;
    border: 1px solid #e9e8e8;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    padding: 5px;
    margin-bottom:10px;
}

a h5.orange{
    background-color: #fde3bd;
    border: 1px dashed #EC8A00;
    border-radius: 5px 5px 5px 5px;
    font-size: 22px;
    padding: 22px;
    margin-bottom:10px;
    color:#cf7a00;
}

a p.orange{
    background-color: #fde3bd;
    border: 1px dashed #EC8A00;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 22px 22px;
    margin:15px 0px 10px;
    color:#cf7a00;
    font-size:15px;
}



span#explore-button{
    padding:10px 20px;
    margin-left:40px;
}

#share h3{
    text-align:center;
    padding-top:20px;
    
}


#share-grazie{
    width:630px;
    text-align:center;
    padding:10px;
    border:1px solid #cccccc;
    background-color:#f4f4f4;
}

.twitter-mod{
    padding-top: -6px;
}

/*=========== SEARCH FORM ===================*/

#search{
    height:80px;
    text-align: center;
   }


#searchform {
  margin-top:20px; 
  display:inline-block;
  text-align:center;
  float:left;
 
}

#searchform input {
  background:url(images/search_bg.png) no-repeat;
  font-size:14px;
  color: #6C919D;
  width:230px;
  height:40px;
}
#searchform #s {
  
 
}
#searchform #searchsubmit{
 
  height:30px;
  width:46px;
  position:relative;
  top:-40px;
  right:-90px;
  cursor:pointer;
  border: none;
  background:transparent;
}


/*SEARCH PAGE*/

#search-result ul li{
    background-color:#f7f7f7;
    list-style: none;
    margin-bottom:5px;
    
}

#search-result ul li a{
    display:block;
    padding:10px;
    
}

#search-result ul li a:hover{
    background-color:#f3f3f3;
    
}



/*========= FOOTER ===============*/


footer{
    background:url(images/footer.png) repeat-x;
    height:400px;
    clear: both;
}


#c-footer{
     width:1024px;
    margin:0 auto;
}

.box-footer{
    width:330px;
    float:left;
}

#box-foto{
    margin-top:4px;
}

#box-foto{
    background:url(images/spot.png) no-repeat;
    height:340px;
    width:332px;
}


#box-facebook{
    margin-top:25px;
}

#paywith{
    padding:20px;
    background-color:#f6f3f3;
    font-size: 23px;
    line-height:23px;
    text-align:center; 
        background: rgb(246,243,243);
        /* RGBa with 0.6 opacity */
        background: rgba(246,243,243, 0.6);
        margin:30px 20px 10px 0px;
        

}

#paywith p{
    margin-bottom:10px;
}

#box-twitter a{
    text-align: center;
}


#copyright{
    width:1024px;
    text-align: center;
    float:left;
    font-size:13px;
    color:#005e20;
}

#copyright a{
    color: #005e20;
    text-decoration:underline;
}

/* ===== CLASS =========*/

.left{
    float:left;
}

.right{
    float:right;
}

.no-list{
    list-style:none;
}

.big-text{
    font-family:Georgia, Verdana;
    font-size:18px;
    text-align: center;
    color:#0c0c0c;
    font-style:italic;
    line-height: 32px;
    
}

.title-page{
    font-size:26px;
    font-weight: bold;
    color:#090909;
    padding-bottom:30px;
}

.title-page-image{
    font-size:26px;
    font-weight: bold;
    color:#090909;
   
}

.title-post{
    font-size:26px;
    color:#b48665;
    font-style:italic;
}

.title-single-post{
    font-size:28px;
    color:#EC8A00;
    font-style:italic;
    line-height: 32px;
}

.moretag{
    font-size:14px;
}



.explore-big{
    font-size: 18px;
    color: #393939;
    padding: 10px 20px;
    text-decoration:none;
    float:left;
    text-transform:uppercase;
    margin-left:20px;
    background: -moz-linear-gradient(
        top,
        #fcf9fc 0%,
        #e6e6e6 50%,
        #d5d6d2);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#fcf9fc),
        color-stop(0.50, #e6e6e6),
        to(#d5d6d2));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #9e9e9e;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.2),
        0px 1px 0px rgba(255,255,255,0.4);
}

.explore-big:hover{
    color: #EC8A00;
     -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}  


.explore-small{
    font-size: 15px;
    color: #393939;
    padding: 5px 10px;
    text-decoration:none;
    text-transform:uppercase;
    background: -moz-linear-gradient(
        top,
        #fcf9fc 0%,
        #e6e6e6 50%,
        #d5d6d2);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#fcf9fc),
        color-stop(0.50, #e6e6e6),
        to(#d5d6d2));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #9e9e9e;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.2),
        0px 1px 0px rgba(255,255,255,0.4);
       
}

.explore-small:hover{
    color: #EC8A00;
     -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}  


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter, .alignnone {display: block; margin-left: auto; margin-right: auto}

.wp-caption-text{background-color:#F8F8F8;font-style:italic;text-align: center;color:#666666;}

/* ==== GALLERY ===== */


table.calendar td{
    padding:5px;
}

#epoch_popup_calendar{
    width: 290px;
}

#epoch_popup_calendar, table.calendar{
   
}

#epoch_popup_mainheading > select {
    width: 50px;
}

.gallery.default, #content .gallery.default{
    margin:10px 0px;
}

#form-alloggio ul li{
    padding-bottom:-10px;
}

#colonna-sx, #colonna-dx {
    float: left;
    width: 300px;
    background-color: #F9F9F8;
    min-height: 421px;
}

#colonna-sx ul li, #colonna-dx ul li,  #colonna-full ul li, #colonna-sxs, #colonna-dxs {
    list-style: none;
}

#colonna-full{
    width:600px;
    float:left;
    background-color: #F9F9F8;
}

#colonna-full  ul li{
    
}

#colonna-sxs, #colonna-dxs {
    float: left;
    width: 300px;
    background-color: #F9F9F8;
  
}


.padding-more{
    padding:10px 0px;
}

#form_10, #form_11 {
    margin-left: 23px;
}

.widSSPData{
    max-height:402px;
    max-width:400px;
}

.style72{
    float: left;
    line-height: 20px;
    font-size:12px;
}

.breadcrumbs{
    font-size:13px;
    border-bottom:1px dotted #cccccc;
    margin-bottom:15px;
}

.ilMeteoLink {
    display:none;
}


.tubepress_thumb a img:hover {
    background: url(images/zoomm.png) no-repeat scroll 50% 50% transparent;
    height:100px;
    width:150px;
    opacity:0.7;
}

img.aligncenter{display: block;margin-left: auto;margin-right: auto;}

.qtrans_flag{
  height: 20px;
  width:28px;
}


.cn-notice-text{

    font-size:14px;
}
