@font-face {
    font-family: 'dincregular';
    src: url('font/dinc-webfont.eot');
    src: url('font/dinc-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/dinc-webfont.woff') format('woff'),
         url('font/dinc-webfont.ttf') format('truetype'),
         url('font/dinc-webfont.svg#dincregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-y:scroll;
}
body,html{
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333333;

    /*background: url(../images/website/body-bg.jpg) repeat left top;*/
	background:url(/images/preloader.gif) center center no-repeat;
    height: 100%;
    background: url(../images/website/header-bg.jpg) repeat-x left top;
    background-color: #f2f2f2;
}

*{
    outline-width: 0;
    outline: none;
}

textarea, select, input{
    color: #646464;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea{
    resize: vertical;
    border: solid 1px #E6E6E6;
}
textarea:focus{
    outline-width: 0;
    outline: none;
    /*border: solid 1px #96C5D8;*/
}

input:focus{
    outline-width: 0;
    outline: none;
}

img{
   border:none;
}

.clear{
    clear: both;
}

.capitalize{
    text-transform: capitalize;
}

.error_message{
    /*background-color: #D73939;*/
    background-color: #da6060;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    /*width: 100%;*/
    margin-bottom: 35px;
}

.success_message{
    background-color: #7AB4CC;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 35px;
}
.success_message strong, .success_message a{
    color: #2D5A6C;
    text-decoration: none;
}

.warning_message{
    border: solid 2px #F19F45;
    background-color: #FFFFCC;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 35px;
}

.nofloat{
    float:none;
}

.red_button, a.red_button:link, a.red_button:visited{
    float: left;
    white-space: nowrap;
    background-color: #EA4F4F;
    line-height: 27px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 6px;
    text-decoration: none;
    -ms-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    z-index: 1000;
    cursor: pointer;
}
.red_button.xdel {position:absolute;top:0;left:0;}
.red_button.xdel2 {position:absolute;top:0;right:0;}
a.red_button:hover, .red_button:hover{
    background: #d14242;
}
.ad .admin_button{
    position: absolute;
    left: 720px;
    top: 0px;
}

.blue_button, a.blue_button:link, a.blue_button:visited{
    float: left;
    white-space: nowrap;
    background-color: #2690f8;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px; 
    margin-right: 6px;
    text-decoration: none;
    -ms-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    z-index: 1000;
    cursor: pointer;
}
a.blue_button:hover, .blue_button:hover{
    background: #2382e0;
}
a.blue_button.loading{
    display: block;
    background: url(../images/website/loader.gif) no-repeat center center #F0F0F0;
}

.blue_button_nofloat{

    white-space: nowrap;
    background-color: #2690f8;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 6px;
    text-decoration: none;
    -ms-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    z-index: 1000;
    cursor: pointer;
}
.blue_button_nofloat:hover{
    color: #CCCCCC;
}

a.blue_link:link, a.blue_link:visited{
    color: #2690f8;
    text-decoration: none;
}
a.blue_link:hover{
    text-decoration: underline;
}
a.grey_button:link, a.grey_button:visited{
    float: left;
    white-space: nowrap;
    background-color: #E1E1E1;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #787878;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px; 
    margin-right: 6px;
    text-decoration: none;
    -ms-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out; /* Firefox 4 */
    -webkit-transition: color 200ms ease-in-out; /* Safari and Chrome */
    -o-transition: color 200ms ease-in-out; /* Opera */
}
a.grey_button:hover{
    background-color: #ccc;
}




.header{
    margin: 0px;
    /*height: 110px;*/
    height: 104px;
    position: relative;
    font-family: 'dincregular', sans-serif;
    font-weight:normal;
    letter-spacing:-0.03em;
    margin-bottom: 30px;
    /*font-weight: bold;*/
    
    /*max-width:960px!important;
    width:960px!important; 
    margin: 0px auto;*/
}

.header .menu{
    /*margin: 0px 0px 0px -7px;*/
    padding: 15px 0px 15px 0px;
    list-style: none;
    line-height: 17px;
    position: absolute;
    /*bottom: 1px;*/
    bottom: -14px;
    left: 0px;
    font-size: 14px;
}

.header .menu li{
    float: left;
    line-height: 20px;
    padding-left:10px;
    /* padding-right: 14px; */ padding-right:10px;
    /* background: url(../images/website/mainmenu-sep.jpg) no-repeat right center; */
}
.header .menu li:first-child{
    padding-left: 0
}

.header .menu li:last-child{
    background: none;
}

.header .menu li a{
    float: left;
    line-height: 20px;
    /*font-weight: bold;*/
    text-shadow: none;
    color: #fff;
    text-decoration: none;
}

.header .menu li a:hover{
    color: #fff;
}

.header .menu .unselected a:link, .header .menu .unselected a:visited{
    color: #8C8C8C;
    -ms-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
}



.header .menu .unselected a:hover, .header .menu .selected a{
    color: #fff;
}
.header .menu #menu_upload_ad_edit_submitted a{
    /*padding-left: 30px;*/
    /*background: url(../images/website/upload-ad-icon.png) no-repeat left center;*/
}



.header .user_dashboard{
    font-family: 'dincregular', sans-serif; 
    font-weight:normal;
    position: absolute;
    /*right: 5px;*/
    right: 0px;
    /*top: 18px;*/
    top: 15px;
    font-size: 12px;
    line-height: 27px;
}

.header .user_dashboard a.nickname:link, .header .user_dashboard a.nickname:visited{
    font-family: 'dincregular', sans-serif;
    font-weight:normal;
    font-family: 12px;
    color: #8C8C8C;
    text-shadow: none;
    text-decoration: none;
    /*font-weight: bold;*/
    padding-left: 14px;
    margin-right: 10px;
    /*padding-right: 14px;*/
    /*background-image: url(../images/website/user-header-menu-bullet.png);*/
    background-repeat: no-repeat;
    background-position: right -4px;
    text-transform: uppercase;
}
.header .user_dashboard a.nickname:hover{
    color: #FFFFFF;
    /*background-image: url(../images/website/user-header-menu-bullet-hover.png);*/
}
.header .user_dashboard a.nickname.on { color:#fff; }
.header .user_dashboard ul{
    clear: both;
    display: none;
    margin: 0px;
    padding: 5px 0px;
    /*background-color: #4F4F4F;*/
    background-color: #FFF;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    list-style: none;
    position: absolute;
    /*right: 37px;*/
    right: 0px;
    top: 42px;
    line-height: 16px;
    font-size: 12px;
    z-index: 2;
}
.header .user_dashboard ul li{
    text-align: right;
    border-top: 1px solid #F5F5F5;
}

.header .user_dashboard ul li:last-child,
.header .user_dashboard ul li:first-child {
    border-top: none;
    padding-bottom: 0;
}


.header .user_dashboard ul li a{
    text-transform: none;
    display: block;
}
.header .user_dashboard ul a:link,
.header .user_dashboard ul a:visited {
    color: #646464;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 15px;
}

div.user_dashboard ul.reserver_area_quick_menu li.last {
    position:absolute; 
    top:-23px; 
    right:5px; 
    border-top: none;
}

div.user_dashboard ul.reserver_area_quick_menu li.last span {
    position:relative; 
    border-width:8px; 
    border-color:transparent transparent #ffffff transparent ; 
    border-style:solid; 
    width:0px; 
}


span.last-fumetto {
    border-width:7px; 
    border-color: transparent transparent #ffffff transparent ; 
    border-style:solid; 
    width:0px; 
    position:absolute; 
    top:-14px; 
    right:5px;
    margin: 0!important;
}


.header .user_dashboard ul a:hover{
    color: #FFFFFF;
    /*background-color: #404040;*/
    background-color: #2690F8;
}

.header .user_dashboard img{
    float: right;
    width: 27px;
    height: 27px;
    -moz-border-radius:50%; 
    -webkit-border-radius:50%; 
    border-radius:50%;
    cursor: pointer;
    /*margin-right: 10px;*/
}

.header .user_dashboard a.anonimous:link, .header .user_dashboard a.anonimous:visited{
    color: #8C8C8C;
    /*color: #fff;*/
    /*text-shadow: #000000 1px 1px 1px;*/
    text-decoration: none;
    /*font-weight: bold;*/
    padding-left: 14px;
    -ms-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    text-transform: uppercase;
    /*background: url(../images/website/mainmenu-sep.jpg) no-repeat 7px center;*/
}
.header .user_dashboard a.anonimous:hover{
    color: #FFFFFF;
}
.header .user_dashboard a.anonimous:first-child{
    background: none;
}



.header .search{
    /*width: 219px;*/
    /*height: 25px;*/
    width: 220px;
    height: 26px;
    position: absolute;
    /*right: 5px;*/
    right: 0px;
    top: 66px;
    background: url(../images/website/search-form-bg.png) no-repeat right center;
}
.header .search .submit{
    width: 30px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-decoration: none;
}
.header .search input{
    color: #AAAAAA;
    font-size: 13px;
    position: absolute;
    left: 8px;
    height: 25px;
    padding: 0px;
    background-color: #FFFFFF;
    top: 0px;
    border: none;
    line-height: 15px;
    width: 180px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.header .search input:focus{
    color: #4F4F4F;
    border:0!important;
}







.container_wrapper{
    min-height: 100%;
    visibility: hidden;
    /*padding:0 20px;*/
    padding:0 ;
}

.container_wrapper2{
    /*overflow:auto;*/
    display: table;
    margin: auto auto;
    padding-bottom: 50px;
    /*min-width:950px;*/
    min-width:940px;
    /*width: 950px;*/
}

body.responsive .container_wrapper2{

    min-width:950px;

}





.push{
    clear: both;
    height: 150px;
}
.container{
    min-width: 800px; /*width: 950px;*/
    /*padding: 0px 5px 0px 5px;*/
    padding: 0px;
    /*padding: 35px 5px;*/

}

.message_wrapper{
    /*position: absolute;*/
    width: 100%;
    left: 0px;
    top: 104px;
    text-align: center;
    
    /*margin-top: -30px;*/
}

.message_wrapper .box > div{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}





.item_listing{
    margin: auto auto;
    text-align: left;
    /*max-width: 950px;*/
    min-width: 800px;
    width: 100%;
    position: relative;
    min-height:600px;
}
.item_listing .left_column{
    width: 220px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.item_listing .right_column{
    padding-left: 220px;
}

.item_listing .no-items-found{
    font-size: 20px;
    text-shadow: 1px 1px 1px #FFFFFF;
    padding: 35px;
}
.item_listing .no-items-found strong{
    font-size: 30px;
    display: block;
}

.item_listing .item_wrapper{
    position: relative;
    width: 250px;
    height: 230px;
    float: left;
}

.item_listing .item{ 
    z-index: 0;
    cursor: pointer;
    float: left;
    margin-left: 20px; /*margin-left: 28px;*/
    width: 220px;
    height: 206px;
    /*background: url(../images/website/list-item-bg.png) no-repeat left top;*/
    position: relative;
    text-decoration: none;
}
/*.profile .item_listing .item {margin-left: 20px;}

.item_listing .item.primo { margin-left:20px; }*/

.item_listing .item.nocursor{
    cursor: default;
}
.item_listing .item .wrapper{ 
    position: absolute;
    left: 2px;
    top: 3px;
    width: 220px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    height: 186px;
    background-color: #FFFFFF;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.02);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.02);
}


.item_listing .item .image div, .item_listing .item .image img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 220px;
    height: 125px;
    -moz-border-radius-topright: 4px; 
    -webkit-border-top-right-radius: 4px; 
    border-top-right-radius: 4px; 
    -moz-border-radius-topleft: 4px; 
    -webkit-border-top-left-radius: 4px; 
    border-top-left-radius: 4px; 
	
}

.item_listing .item .image div {background-position: center center !important;background-size: cover !important;}
.item_listing .item .image {/*width:230px;height:125px;overflow:hidden;*/}

.item_listing .item .info{
    position: absolute;
    left: 10px;
    top: 132px;
    width: 210px;
    overflow:hidden;
    line-height: 14px;
}
.item_listing .item .info.with_picture{
    left: 44px;
    width: 165px;
}
.item_listing .item .picture{
    position: absolute;
    left: 10px;
    top: 134px;
    width: 25px;
    height: 25px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    z-index: 1;
}

.item_listing .item img.picture {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.item_listing .item .brands{
    font-family: 'dincregular', sans-serif;
    letter-spacing:-0.03em;
    font-weight:normal;
    /*font-weight: bold;*/
    color: #2690f8;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item_listing .item .agencies{
    font-family: 'Abel', sans-serif;
    padding-top: 1px;
    color: #505050;
    font-size: 13px;
    line-height: 13px;
    height: 13px;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item_listing .item .medias{
    font-family: 'Abel', sans-serif;
    padding-top: 5px;
    color: #A0A0A0;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item_listing .item .medias.uppercase{
    text-transform: uppercase;
}
.item_listing .item .icons{
    display:  none;
    position: absolute;
    width: 220px;
    height: 125px;
    background: url(../images/website/list-item-icons-bg.png) repeat left top;
    -moz-border-radius-topright: 7px; 
    -webkit-border-top-right-radius: 7px; 
    border-top-right-radius: 7px; 

    -moz-border-radius-topleft: 7px; 
    -webkit-border-top-left-radius: 7px; 
    border-top-left-radius: 7px; 

}
.item_listing .item .icons div{
    margin-left: 12px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 6px;
    background: url(../images/website/list-item-icons.png) no-repeat left top;
}
.item_listing .item .icons div:first-child{
    margin-top: 12px;
}
.item_listing .item .icons div.views{
    background-position: left top;
}
.item_listing .item .icons div.likes{
    background-position: left -24px;
}
.item_listing .item .icons div.comments{
    background-position: left -50px;
}
.item_listing .item .icons div.lightbox{
    background-position: left -76px;
}
.item_listing .item .icons div.ads{
    background-position: left -99px;
}
.item_listing .item .icons .stop_following{
    position: absolute;
    right: 70px;
    bottom: 49px;
    z-index: 100;
    cursor: pointer;
}
.item_listing .item .icons .edit_lightbox{
    position: absolute;
    right: 86px;
    bottom: 49px;
    z-index: 100;
    cursor: pointer;
}
.item_listing .item .icons .remove_lightbox{
    position: absolute;
    right: 70px;
    bottom: 49px;

    z-index: 100;
    cursor: pointer;
}
/*
.item_listing .item_wrapper .stop_following:link, .item_listing .item_wrapper .stop_following:visited{

    display: block;
    background-color: #3F9BC1;
    font-size: 8px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;

    line-height: 12px;
    text-align: center;
    padding: 3px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 

    position: absolute;
    right: 15px;
    top: 15px;

}
.item_listing .item_wrapper .stop_following:hover{
    color: #D2D2D2;
}
*/









.pagination{
    clear: both;
    font-weight: bold;
    margin-left: 22px;
    height: 25px;
}
.pagination.bottom{
    position: relative;
    top: 3px;
}
.pagination:first-child{
    border-bottom: solid 1px #DEDEDE;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
.pagination:last-child{
    border-top: solid 1px #DEDEDE;
    padding-top: 7px;
    margin-top: 25px;
}
.pagination .summary{
    float: left;
    height: 25px;
    line-height: 25px;
    position: relative;
    color: #646464;
    font-weight: normal;
    font-size: 14px;
}
.pagination .summary strong{
    color: #2690f8;
}
.pagination .limit{
    float: left;
    height: 25px;
    line-height: 25px;
    position: relative;
    color: #787878;
    font-weight: normal;
    float: left;
    font-size: 13px;
}
.pagination .limit span{
    float: left;
    margin-right: 10px;
}


.pagination .limit .selected_value{
    display: block;
    color: #646464;
    text-decoration: none;
    width: 32px;
    float: left;
    padding: 0px 10px 0px 8px;
    line-height: 25px;
     -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px; 
    text-align: left;
    background: url(../images/website/pagination-select-bullet.png) no-repeat 33px center;
    background-color: #E1E1E1;
    margin-right: 10px;
    margin-left: 0px;
}

.pagination .limit .options{
    padding: 5px 11px 5px 0px;
    z-index: 100;
    width: 39px;
    position: absolute;
    /*left: 7px;*/
    top: 39px;
    display: none;
    
    background-color: #fff;
     -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px; 

}
.pagination .limit .options a{
    color: #646464;
    display: block;
    height: 16px;
    padding: 2px 5px;
    /*width: 26px;*/
    margin: 2px 0px;
     -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
    text-decoration: none;
    line-height: 16px;
    text-align: left;
    float: none;
}
.pagination .limit .options .unselected:link, .pagination .limit .options .unselected:visited{
    color: #646464;
    font-weight: normal;
}

.pagination .limit .options .unselected:hover, .pagination .limit .options .selected{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2690f8;
}



.pagination .suspension{
    float: right;
    color: #646464;
    margin-left: 7px;
    padding-top: 8px;
    line-height: 1px;
}
.pagination a{
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px; 
    text-decoration: none;
    margin-left: 7px;
    float: right;
    min-width: 25px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}
.pagination .normal:link, .pagination .normal:visited{
    background-color: #E1E1E1;
    color: #646464;
}
.pagination .normal:hover, .pagination .active{
    background-color: #2690f8;
    color: #FFFFFF;
}
.pagination .next, .pagination .prev{
    /* width: 45px; */
}


div.pagination div#paginatore a.next,
div.pagination div#paginatore a.prev,
div.pagination div#paginatore a.last, 
div.pagination div#paginatore a.first {
    /*text-indent: -9999999999px;*/
    background-image: url(../images/website/frecce-nav-sxdx.png);
    background-repeat: no-repeat;
}

div.pagination div#paginatore a.next {
    background-position: -24px 6px; 
}

div.pagination div#paginatore a.next:hover {
    background-position: -24px -24px; 
}

div.pagination div#paginatore a.last {
    background-position: -22px -54px; 
}

div.pagination div#paginatore a.last:hover {
    background-position: -22px -84px; 
}


div.pagination div#paginatore a.prev {
    background-position: 9px 6px; 
}

div.pagination div#paginatore a.prev:hover {
    background-position: 9px -24px; 
}

div.pagination div#paginatore a.first {
    background-position: 7px -53px; 
}

div.pagination div#paginatore a.first:hover {
    background-position: 7px -83px; 
}






.ad{
    width: 1020px; 
    margin: auto auto;
    text-align: left;
    /*padding-bottom: 60px;*/
    /*border-bottom: solid 1px #D2D2D2;*/
    position: relative;
}
.ad .left_column{
    width: 700px;
    float:left;
}
.ad .right_column{
    text-align: left;
    width: 300px;
    float: left;
    margin-left: 20px;
}
.ad .header_title{
    text-align: left;
    position: relative;
    padding-left: 55px;
    margin-bottom: 20px;
    width: 645px;
}
.ad .header_title .brand_logo{
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
    /*top: 6px;*/
    background: url(../images/website/ad-brand-icon.png) no-repeat left top;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
}
.ad .header_title .brand_logo img{
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    width: 45px;
    height: 45px;
}
.ad .header_title h1{
    line-height: 27px;
    margin: 0px;
    padding: 1px 0px 0px 0px;
    color: #3C3C3C;
    font-size: 25px;
}
.ad .header_title .details{
    font-size: 12px;
    color: #969696;
    padding-top: 3px;
    padding-left: 2px;
    padding-bottom: 6px;
}
.ad .header_title .details .value{
    color: #2690f8;
}

.ad .header_title .details .item{
    border-left: solid 1px #959595;
    padding-left: 8px;
    margin-left: 8px;
}
.ad .header_title .details .item:first-child{
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
}

.ad .left_column .main{
    padding: 30px 30px 50px 30px;
    background-color: #FFFFFF;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    margin-bottom: 30px;
}

.ad .left_column .main .multimedias .item{
    width: 640px;
    margin-bottom: 25px;
    text-align:center;
}
.ad .left_column .main .multimedias .item div { margin:0 auto;}

.ad .left_column .main .statistics{
    width: 600px;
    height: 50px;
    border-bottom: solid 1px #D2D2D2;
    margin: 0px auto 25px auto;
    position: relative;
}

.ad .left_column .main .statistics .item{
    width: 25%;
    float: left;
    height: 40px;
    position: relative;
    color: #646464;

    width: 160px;
}
.ad .left_column .main .statistics .item:last-child{
    position: absolute;
    left: 494px;
    top: 0px;
}

.ad .left_column .main .statistics .item a{
    display: block;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
}

.ad .left_column .main .statistics .item .number{
    position: absolute;
    left: 43px;
    top: 0px;
    line-height: 21px;
    font-size: 21px;
    font-weight: bold;
}
.ad .left_column .main .statistics .item .label{
    position: absolute;
    left: 43px;
    bottom: 5px;
    font-size: 13px;
    color: #646464;
    line-height: 10px;
}

.ad .left_column .main .statistics .views{
    background: url(../images/website/ad_views_icon.png) no-repeat left top;
}

.ad .left_column .main .statistics .comments{
    background: url(../images/website/ad_comments_icon.png) no-repeat left top;
}

.ad .left_column .main .statistics .likes{
    background: url(../images/website/ad_like_icon.png) no-repeat left top;
}

.ad .left_column .main .statistics .lightbox{
    background: url(../images/website/ad_lightbox_icon.png) no-repeat left top;
}

.ad .left_column .main .description, .ad .left_column .main .credits{
    font-size: 14px;
    color: #646464;
    /*color: #787878;*/
    padding-bottom: 25px;
    /*width: 640px;*/
    margin: auto auto;
    clear: both;
    line-height: 20px;
}
.ad .left_column .main .description a:link,.ad .left_column .main .description a:visited{

}
.ad .left_column .main .description a:hover{
    
}

/*.ad .left_column .main .statistics,*/
.ad .left_column .main .credits,
.ad .left_column .main .description {
    padding-left: 20px;
    padding-right: 20px;
}

div.main div.description blockquote {
    margin-left: 0;
    margin-right: 0;
}

.ad .left_column .main .credits .job{
    color: #646464;
    padding-right: 5px;
}

a.blue_button.bt_job {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    height: 45px;
    line-height: 45px;
    margin-bottom:40px; 
}

div.joblist p {
    font-size: 13px;
}

.ad .left_column .main .credits a:link, .ad .left_column .main .credits a:visited{
    color: #2690f8;
    text-decoration: none;
}
.ad .left_column .main .credits a:hover{
    text-decoration: underline;
}
.ad .addthis_toolbox{
    margin: 0px 20px 0px 20px;
    padding-top: 11px;
    border-top: solid 1px #D2D2D2;
}
.ad .addthis_toolbox a{
    margin-left: -2px;
}
.ad .addthis_toolbox .addthis_button_pinterest_pinit{
    margin-right: 35px;
    margin-top: -1px;
}



.ad .prev_next{
    margin: auto auto;
    height: 139px;
}
.ad .prev_next td{
    text-align: left;
    vertical-align: top;
}

.ad .prev_next .left_label, .ad .prev_next .right_label{
    width: 70px;
    line-height: 139px;
}
.ad .prev_next .left_label{
    text-align: right;
}


.ad .prev_next .left_thumb{
    padding: 11px 40px 0px 30px;
    width: 189px;
}
.ad .prev_next .right_thumb{
    padding: 10px 30px 10px 40px;
}
.ad .prev_next .left_thumb a,
.ad .prev_next .right_thumb a{
    text-decoration: none;
    display: block;
    padding: 7px;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    position: relative;
}
.ad .prev_next .left_thumb .image,
.ad .prev_next .right_thumb .image {
    width: 175px;
    height: 95px;
    display:block;
    /*
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background: none;
    */
}
.ad .prev_next .left_thumb .over,
.ad .prev_next .right_thumb .over{
    width: 175px;
    height: 95px;
    background: url(../images/website/list-item-icons-bg.png) repeat left top;
    position: absolute;
    left: 7px;
    top: 7px;
    display: none;
}
.ad .prev_next .left_thumb .notes,
.ad .prev_next .right_thumb .notes{
    color: #C7C7C7;
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    display:none;
}
.ad .prev_next .left_label a,
.ad .prev_next .right_label a{
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #505050;
}
.ad .prev_next .center{
    width: 1px;
    background-color: #C8C8C8;
}










.report_abuse{
    border-top: solid 1px #D2D2D2;
    padding-top: 3px;
}
.report_abuse a:link, .report_abuse a:visited{
    color: #8C8C8C;
    font-size: 11px;
    text-decoration: none;
}
.report_abuse a:hover{
    color: #2690f8;
}

.right_column_box{
    margin-bottom: 40px;
    position: relative;
    text-align: left;
    clear: both;
}

.profile .right_column_box{
    margin-bottom: 20px;
}

.right_column_box .title{
    font-size: 14px;
    font-weight: bold;
    color: #505050;
    padding: 0px 0px 5px 0px;
    border-bottom: solid 1px #D2D2D2;
    text-align: left;
    margin: 0px;
}
.right_column_box .title .see_all{
    float: right;
    font-size: 14px;
    color: #646464;
    text-decoration: none;
    font-weight: normal;
}
.right_column_box .title .see_all strong{
    color: #2690f8;
}
.right_column_box .buttons{
    padding-top: 11px;
}
.right_column_box .buttons .blue_button{
    margin-bottom: 6px;
}
.right_column_box .text{
    fotn-size: 13px;
    color: #777777;
    line-height: 19px;
    text-align: left;
    padding-top: 20px;
}
.right_column_box .text .contact{
    color: #2690f8;
}

.right_column_box .list{
    margin: 0px;
    padding: 9px 0px 0px 0px;
    list-style: none;
}
.right_column_box .list li{
}


.right_column_box .list li{
    float: left;
    line-height: 19px;
    margin: 5px 5px 0px 0px;
    background-color: #E1E1E1;
    border: solid 1px #D8D8D8;
    color: #7D7D7D;
    font-size: 11px;
    padding: 0px 7px 0px 7px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
}
.right_column_box .unorder-list, .right_column_box .unorder-list a{
    margin: 0px;
    padding: 9px 0px 3px 0px;
    list-style: none;
    color: #777777;
    font-size: 13px;
    text-decoration: none;
}
.right_column_box .unorder-list li{
    padding-bottom: 3px;
}
.right_column_box .unorder-list li:last-child{
    padding-bottom: 0px;
}

.right_column_box .related-profile{
    margin: 0px;
    padding: 20px 0px 3px 0px;
    list-style: none;
}
.right_column_box .related-profile li{
    height: 28px;
    line-height: 14px;
    padding-left: 35px;
    font-size: 12px;
    color: #919191;
    position: relative;
    margin-bottom: 15px;
    background: url(../images/website/profile_grey_square_28x28.jpg) no-repeat left top;
    text-transform: capitalize;
}
.right_column_box .related-profile.agency li{
    background: url(../images/website/profile_grey_square_28x28_agency.jpg) no-repeat left top;
}
.right_column_box .related-profile.brand li{
    background: url(../images/website/profile_grey_square_28x28_brand.jpg) no-repeat left top;
}
.right_column_box .related-profile.creative li{
    background: url(../images/website/profile_grey_square_28x28_creative.jpg) no-repeat left top;
}
.right_column_box .related-profile .pic{
    position: absolute;
    left: 0px;
    top: 0px;
}
.right_column_box .related-profile .pic img{
    width: 28px;
    height: 28px;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px; 
}
.right_column_box .related-profile .name{
    font-size: 13px;
    color: #777777;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.right_column_box .slider{
    height: 300px;
    width: 220px;
    margin-top: 11px;
}
.right_column_box .slider ul, .right_column_box .slider ul li{
    margin:0px;
    padding:0px;
    list-style:none;
}
.right_column_box .slider li{
    width: 312px;
    height: 107px;
    overflow: hidden;
}
.right_column_box .slider li a:first-child{
    /*margin-left: 12px;*/
}
.right_column_box .slider li a{
    text-decoration: none;
    background-color: #FFFFFF;
    display: block;
    float: left;
    padding: 6px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    margin-right: 12px;
}
.right_column_box .slider li a:last-child{
    /*margin-right: 16px;*/
}

.right_column_box .slider a div{
    display: block;
    width: 132px;
    height: 92px;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover !important;
    position: relative; 
}

.right_column_box .slider a .over{
    width: 132px;
    height: 92px;
    background: url(../images/website/list-item-icons-bg.png) repeat left top;
    position: absolute;
    left: 0px;
    top: 0px;
}

.right_column_box .external-link{
    height: 26px;
    margin: 0px;
    padding: 13px 0px 0px 0px;
    list-style: none;
}

.right_column_box .external-link li{
    float: left;
    width: 27px;
    height: 26px;
    margin-right: 5px;
}

.right_column_box .external-link li a{
    display: block;
    width: 29px;
    height: 29px;
    text-decoration: none;
    background-image: url(../images/website/profile-link-icon.png);
    background-repeat: no-repeat;
}

.right_column_box .external-link li.website a:link, .right_column_box .external-link li.website a:visited{
    background-position: -5px -1px;
}
.right_column_box .external-link li.website a:hover{
    background-position: -5px -39px;
}

.right_column_box .external-link li.linkedin a:link, .right_column_box .external-link li.linkedin a:visited{
    background-position: -38px -1px;
}
.right_column_box .external-link li.linkedin a:hover{
    background-position: -38px -39px;
}

.right_column_box .external-link li.twitter a:link, .right_column_box .external-link li.twitter a:visited{
    background-position: -70px -1px;
}
.right_column_box .external-link li.twitter a:hover{
    background-position: -70px -39px;
}

.right_column_box .external-link li.pinterest a:link, .right_column_box .external-link li.pinterest a:visited{
    background-position: -102px -1px;
}
.right_column_box .external-link li.pinterest a:hover{
    background-position: -102px -39px;
}

.right_column_box .external-link li.facebook a:link, .right_column_box .external-link li.facebook a:visited{
    background-position: -134px -1px;
}
.right_column_box .external-link li.facebook a:hover{
    background-position: -134px -39px;
}

.tag-cat ul.list li.link {
    border:0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 7px;
    background-color: #dfdfdf;
    
}

.tag-cat ul.list li.link:hover {
    background-color: #cecece;
}

.tag-cat ul.list li.link a.blue_link {
    color: #767676;
}

.tag-cat ul.list li.link a.blue_link:hover {
    text-decoration: none;
    color: #686868;
}

/* numeric controls */
.slider_controls{
    /*
    position: absolute;
    left: 0px;
    top: 115px;
    */
    width: 300px;
    height: 16px;
}
.slider_controls table tr{
        padding:0;
        height:6px;
}
.slider_controls table tr td{
        width: 6px;
        height:6px;
        line-height:6px;
        padding: 3px 3px;
}
.slider_controls table tr td a{
        margin-top: 6px;
        display: block;
        width: 6px;
        height:6px;
        line-height:6px;
        text-decoration:none;
        background: url(../images/website/slider-bullet.png) no-repeat left bottom;
}
.slider_controls table tr td.current a{
    background: url(../images/website/slider-bullet.png) no-repeat left top;
}






.left_column_title{
    font-family: 'dincregular', sans-serif;
    letter-spacing:-0.03em;
    font-weight:normal;
    font-size: 25px;
    line-height: 23px;
    padding-bottom: 9px;
    color: #D7D7D7;
    border-bottom: solid 1px #DEDEDE;
    margin-bottom: 20px;
}
.left_column_advanced_search_title{
    margin: 50px 0px 28px 0px;
    font-size: 14px;
    padding-bottom: 4px;
    color: #777777;
    background: url(../images/website/search-advanced-bullet.png) no-repeat right 6px;
    border-bottom: solid 1px #DEDEDE;
}

.left_column_form{
    width: 220px;
}

.left_column_form input,
.left_column_form select{
    width: 100%;
}

.left_column .search_keyword{
    position: relative;
    top: -15px;
}
.left_column .search_keyword .keyword{
    float: left;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.left_column .search_keyword a:link, .left_column .search_keyword a:visited{
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    background-color: #1B1B1B;
    color: #D2D2D2;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    float: left;
    margin-left: 5px;
    font-size: 12px;
    position: relative;
    top: 2px;
}
.left_column .search_keyword a:hover{
    color: #FFFFFF;
}

.left_column_form .search_radio{
    font-size: 13px;
    color: #646464;
    line-height: 30px;
    clear: both;
    position: relative;
}
.left_column_form .search_radio span{
    color: #2690f8;
    font-weight: bold;
}
.left_column_form .search_radio a{
    /*
    position: absolute;
    left: 0px;
    top: 2px;
    width: 25px;
    height: 25px;
    */
    display: block;
    height: 25px;
    color: #646464;
    padding-left: 30px;
    text-decoration: none;
    background: url(../images/website/search-checkbox.png) no-repeat left bottom;
    margin: 5px 0px;
}
.left_column_form .search_radio.selected a{
    background: url(../images/website/search-checkbox.png) no-repeat left top;
}












.footer{
    text-align: center;
    position: relative;
    margin-top: 0px; /* negative value of footer height */
    clear:both;
    /*height: 90px;*/
    padding: 20px 0px 40px 0px;
    /*background: url(../images/website/footer_bg.jpg) repeat-x left top;*/
    background: #262626;
    /*font-family: 'dincregular', sans-serif;*/
    
    font-weight:normal;
}
.footer .wrapper{
    width: 940px;
    margin: auto auto;
    text-align: left;
    position:relative; /* border:1px solid #f90;*/
}
.footer .menu{
    line-height: 18px;
    margin: 3px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    
    /*font-family: "DinPro";*/
    /* font-family: 'dincregular', sans-serif; */
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
}
.footer .menu li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    border-right: solid 1px #898989;
    line-height: 11px;
}

.footer .menu li:first-child {
    padding-left: 0px;
}


.footer .menu li:last-child{
    border: none;
}
.footer .menu li a{
    font-size: 11px;
    text-decoration: none;
    /*font-family: 'dincregular', sans-serif;*/
}
.footer .menu .unselected a:link, .footer .menu .unselected a:visited{
    color: #898989;
}
.footer .menu .unselected a:hover, .footer .menu .selected a{
    color: #fff;
}
.footer .notes{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:normal;
    line-height: 14px;
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    color: #898989;
}

.footer .socialnetwork{
    /*padding-left: 7px;
    height: 24px;*/
    position:absolute;
    right:0;
    top:0;
}
/*
.footer .socialnetwork a{
    float: left;
    text-decoration: none;
    padding-left: 29px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 12px;
    color: #FFFFFF;
    padding-right: 23px;
}

.footer .socialnetwork .facebook{
    background-image: url(../images/website/facebook_icon.gif);
}
.footer .socialnetwork .twitter{
    background-image: url(../images/website/twitter_icon.gif);
}
.footer .socialnetwork .feedrss{
    background-image: url(../images/website/feedrss_icon.gif);
}
*/
.footer .socialnetwork a{
    display:inline-block;
    width:26px;
    height:26px;
    margin-left:10px;
    overflow:hidden;
    text-indent:100px;
    background: url(../images/website/footer-social-icons.png);
    /*-ms-transition: background 1.0s;*/
    /*-moz-transition: background 1.0s;*/
    /*-webkit-transition: background 1.0s;*/
    /*-o-transition: background 1.0s;*/
}
.footer .socialnetwork .facebook{
    background-position:-4px -2px;
    /*background: url(../images/website/icon-fb.png);*/
}
.footer .socialnetwork .twitter{
    background-position:-39px -2px;
    /*background: url(../images/website/icon-tw.png);*/
    
}
.footer .socialnetwork .instagram{
    background-position: -75px -2px;
    /*background: url(../images/website/icon-inst.png);*/
}
.footer .socialnetwork .feedrss{
    background-position:-110px -2px;
    /*background: url(../images/website/icon-feed.png);*/
}
.footer .socialnetwork .facebook:hover{
    background-position:-4px -38px;
    /*background: url(../images/website/icon-fb-hover.png);*/
}
.footer .socialnetwork .twitter:hover{
    background-position:-39px -38px;
    /*background: url(../images/website/icon-tw-hover.png);*/
    
}
.footer .socialnetwork .instagram:hover{
    background-position: -75px -38px;
    /*background: url(../images/website/icon-inst-hover.png);*/
}
.footer .socialnetwork .feedrss:hover{
    background-position:-110px -38px;
    /*background: url(../images/website/icon-feed-hover.png);*/
}









.profile{
    width: 1020px;
    margin: auto auto;
}

.profile .left_column{
    float: left;
    width: 700px;
}

.profile .right_column{
    float: left;
    width: 300px;
    margin-left: 20px;
}

.profile_info{
    height: 104px;
    width: 100%;
}

.profile_info .thumbnail{
    float: left;
    margin-right: 13px;
}
.profile_info .thumbnail img{
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile_info .details{
    float: left;
    text-align: left;
    color: #787878;
    font-size: 14px;
    position: relative;
    height: 104px;
    text-transform: capitalize;
}

.profile_info .details .name{
    height: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #505050;
}
.profile_info .details .city{
    line-height: 14px;
    padding-left: 15px;
    background: url(../images/website/profile_icons.png) no-repeat bottom left;
    margin-bottom: 5px;
}
.profile_info .details .job{
    line-height: 14px;
    padding-left: 15px;
    background: url(../images/website/profile_icons.png) no-repeat top left ;
    margin-bottom: 5px;
}

.profile_info .details .link{
    position: absolute;
    left: 0px;
    bottom: 3px;
    height: 28px;
    width: 500px;
}

.profile .ads_toolbar{
    padding-top: 25px;
    height: 20px;
    border-bottom: solid 1px #D8D8D8;
    position: relative;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    margin-bottom: 15px;
    width: 700px;
    margin-left: 2px;
}

.profile .ads_toolbar .counter{
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.profile .ads_toolbar .counter span{
    color: #2690f8;
    font-weight: bold;
}

.profile .ads_toolbar .links{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.profile .ads_toolbar .links a:link, .profile .ads_toolbar .links a:visited{
    text-decoration: none;
    color: #BEBEBE;
}
.profile .ads_toolbar .links a:hover{
    color: #2690f8;
}
.profile .ads_toolbar .links a.selected{
    color: #2690f8;
    /*font-weight: bold;*/
}

.profile .item_listing, .reserved_area_left .item_listing {
    margin-left: -20px; 
    width:722px;
    min-width:722px;
}

.edit_lightbox_title{
    clear: both;
    font-size: 14px;
    color: #3F9BC1;
    border-bottom: solid 1px #DEDEDE;
    padding-bottom: 7px;
    margin-bottom: 21px;
    font-weight: bold;
}
.edit_lightbox_title span{
ax-    color: #A9A9A9;
}

.user_lightbox_folder{
    clear: both;
    font-size: 14px;
    margin-top: 9px;
    border-top: solid 1px #DEDEDE;
    padding-top: 7px;
    top: -21px;
    margin-bottom: 39px;
    font-weight: bold;
    position: relative;
}
.user_lightbox_folder a{
    color: #3F9BC1;
    text-decoration: none;
}
.user_lightbox_folder span{
    color: #A9A9A9;
}

.profile .statistics{
    margin-bottom: 23px;
}
.profile .statistics div{
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 37px;
    font-size: 12px;
    color: #777777;
    background-repeat: no-repeat;
    background-position: left top;
    /*padding-top: 11px;*/
    /*margin-top: -6px;*/
}
.profile .statistics div:first-child{
    margin-top: 0px;
}

.profile .statistics div span{
    font-weight: bold;
    font-size: 20px;
}

.profile .statistics .views.profilo{
    background-image: url(../images/website/profile_profileviews_icon.png);
    
}
.profile .statistics .views{
    background-image: url(../images/website/profile_views_icon.png);
    margin: 5px 0;
}
.profile .statistics .likes{
    background-image: url(../images/website/profile_like_icon.png);
}





.user{
    /*width: 865px;*/
    margin: auto auto;
    text-align: left;
    padding-bottom: 80px;
    border-bottom: solid 1px #D2D2D2;
}

.user .user_left{
    width: 700px;
    float: left;
}

.user .user_right{
    width: 220px;
    margin-left: 20px;
    float: left;
}

.user .user_left .title{
    font-size: 24px;
    color: #4F4F4F;
    font-weight: bold;
}
.user .user_left .subtitle{
    font-size: 16px;
    color: #BDBDBD;
    font-weight: bold;
    margin-bottom: 40px;
}
.formtitle{
    font-size: 14px;
    color: #4F4F4F;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: solid 1px #D2D2D2;
    margin-bottom: 20px;
}

.user .user_right .formtitle{
    font-size: 14px;
    color: #4F4F4F;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: solid 1px #D2D2D2;
    margin-bottom: 26px;
    margin-top: 90px;
}

.user .user_right .notes, .reserved_area_right .notes{
    padding-top: 10px;
    font-size: 12px;
    color: #9F9F9F;
}





.form table{
    width: 100%;
    line-height: 35px;
}
.form table td{
    padding-bottom: 8px;
}
.form .label{
    vertical-align: top;
    /*width: 130px;*/
    width: 20%px;
    padding: 10px 15px 11px 0px;
    line-height: 14px;
    font-size: 14px;
    color: #3B3B3B;
    white-space: nowrap;
    text-align: right;
}

.form .notes{
    font-size: 12px;
    color: #9F9F9F;
    clear: both;
    vertical-align: top;
    line-height: 16px;
}
.form .label .mandatory{
    color: #3F9BC1;
}
.form .value{
    position: relative;
    width: 80%;
}

.form .value input, .form .value textarea{
    font-size: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.form .value .input_text{
    display: block;
    /*width: 450px;*/
    height: 35px;
    line-height: 35px;
    border: solid 1px #DDDDDD;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    padding: 0px 10px;
}

.form .value .input_text_auto{
    display: block;
    width: auto;
    height: 35px;
    line-height: 35px;
    border: solid 1px #DDDDDD;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    padding: 0px 10px;
}

.form .value .textarea{
    display: block;
    /*width: 460px;*/
    height: 105px;
    line-height: 20px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    padding: 0px 5px;
    font-size: 14px;
    resize:none
}
.form .sep{
    line-height: 19px;
    height: 19px;
}
.form .links{
    line-height: 17px;
}
.form .links a:link, .form .links a:visited{
    color: #9F9F9F;
    text-decoration: none;
}
.form .links a:hover{
    text-decoration: underline;
}

.form .value .avatar_img{
    width: 80px;
    height: 80px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;     
}
.form .value .avatar_change{
    position: absolute;
    left: 100px;
    top: 0px;

    z-index: 2;
}
.form .value .avatar_delete{
    position: absolute;
    left: 100px;
    top: 40px;
}
.form .value .avatar_field{
    position: absolute;
    left: 85px;
    top: 0px;

    height: 27px;

    opacity:0.0;
    filter:alpha(opacity=0); /* For IE8 and earlier */

    /*
    position: absolute;
    left: 230px;
    top: 0px;
    display: none;
    */
}
.form .notes_floated{
    float: left;
    line-height: 13px;
    padding: 0px 0px 0px 3px;
    margin: 0px;
    font-size: 12px;
    color: #9F9F9F;
}











.reserved_area{
    min-width: 895px;
}

.delete_link{
    border-top: solid 1px #D2D2D2;
    padding-top: 5px;
    padding-bottom: 100px;
    clear: both;
    position: relative;
    top: 50px;
    text-align: right;
}

.reserved_area_title{
    font-size: 24px;
    color: #4F4F4F;
    font-weight: bold;
}
.reserved_area_title strong{
    color: #2690F8;
}
.reserved_area_subtitle{
    font-size: 16px;
    color: #BDBDBD;
    font-weight: bold;
}

.reserved_area_left{
    float: left;
    /*min-width: 615px;*/
    width: 700px;
    max-width: 700px;
}


.reserved_area_large{
    float: left;
    min-width: 990px;
}

.reserved_area_right{
    float: left;
    margin-left: 20px;
    width: 220px;
    padding-top: 36px;
}

.reserved_area_bottom{
    clear: both;
    height: 1px;
    border-top: solid 1px #D2D2D2;
}

.reserved_area_menu{
    margin: 40px 0px 15px 0px;
    padding: 0px 0px 1px 0px;
    list-style: none;
    border-bottom: solid 1px #D2D2D2;
}
.reserved_area_menu li{
    display: inline;
    padding-right: 15px;
    font-weight: bold;
    font-size: 14px;
}

.reserved_area_menu li.unselected a:link, .reserved_area_menu li.unselected a:visited{
    text-decoration: none;
    color: #BDBDBD;
}
.reserved_area_menu li.unselected a:hover, .reserved_area_menu li.selected a{
    color: #4F4F4F;
    text-decoration: none;
}





.delete_account{
    border-bottom: solid 1px #D2D2D2;
}
.delete_account .intro{
    font-size: 14px;
    font-weight: bold;
    color: #4F4F4F;
    padding-bottom: 10px;
}
.delete_account .point{
    font-size: 14px;
    color: #4F4F4F;
    padding-bottom: 10px;
}
.delete_account .enter_password{
    font-size: 12px;
    color: #4F4F4F;
    padding-top: 50px;
    padding-bottom: 10px;
}
.delete_account .input_text{
    display: block;
    width: 145px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #DDDDDD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 10px;
    margin-bottom: 10px;
}




.comments_items{
    width: 640px;
    margin: 55px auto 0px auto;
    padding: 30px;
    background-color: #FFFFFF;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    margin-bottom: 0px;
}


.comments_items.no-commenti {
    width: 640px;
    margin: 0px auto 0px auto;
    padding: 30px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    background: none!important;
    padding-bottom: 0;
}


.comments_header{
    font-size: 20px;
    font-weight: bolder;
    color: #505050;
    line-height: 20px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 0px;
    border-bottom: solid 1px #D2D2D2;
}

.comments_header a{
    line-height: 20px;
    position: absolute;
    right: 0px;
    color: #2690f8;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.comment{
    border-bottom: solid 1px #D2D2D2;    
    padding: 20px 0px 20px 50px;
    position: relative;
    background: url(../images/website/comment_default_avatar.jpg) no-repeat left 17px;
    min-height: 35px;
}
.comment.last{
    border-bottom: none;
    padding: 20px 0px 0px 50px;
}

.comment_header_user{
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
    margin-right: 10px;
}
.comment_header_date{
    font-weight: normal;
    font-size: 11px;
    color: #969696;
}
.comment .text{
    padding-top: 6px;
    font-size: 14px;
    color: #646464;
    font-size: 14px;
    line-height: 19px;
}
.comment .avatar{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 18px;
    left: 0px;
     -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%; 
}
.comment .reply{
    clear: both;
    height: 11px;
    display: none;
}
.comment .reply a:link, .comment .reply a:visited{
    float: right;
    font-size: 11px;
    color: #9A9A9A;
    text-decoration: none;
}
.comment .reply a:hover{
    text-decoration: underline;
}
.comment .replies_sep{
    height: 19px;
}

.add_reply_comment_form{
    padding-top: 13px;
    padding-bottom: 25px;
    display: none;
    clear: both;
}

.add_reply_comment_form .reply_textarea{
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 90px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#add_new_comment_form{
    padding-left: 50px;
    position: relative;
    border-top: solid 1px #D2D2D2;
    margin-top: 20px;
    padding-top: 20px;
}

#add_new_comment_form.no-comments{
    border-top: none;
    margin-top: 20px;
}

.no-commenti #add_new_comment_form.no-comments{
    margin-top: 0px;
}

#add_new_comment_form textarea{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 590px;
    height: 90px;
    margin-bottom: 8px;
    font-size: 14px;
    border:1px solid #efefef;
    resize:none;
}

#add_new_comment_form textarea:focus {
    border:1px solid #2690F8;
}

form#add_new_comment_form.no-comments a#commsubmit.blue_button {
    float: none;
    display: inline-block;
}

#add_new_comment_form .notes{
    float: right;
    font-size: 11px;
    color: #9A9A9A;
    display: none;
}

#add_new_comment_form img{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    left: 0px;
     -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%; 
}


form#add_new_comment_form a#commsubmit.blue_button {
    float: none;
    display: inline-block;
}



.select{
    width: 218px;
    height: 28px;
    margin-bottom: 10px;

    z-index: 0;
}

.select .selector {
    display: block;
    color: #727272;
    /* font-weight: bold; */
    font-size: 14px;
    text-decoration: none;
    padding: 0px 10px;
    line-height: 28px;
     -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    /* background: url(../images/website/left-form-select-bg.png) no-repeat 193px center; */
    background: #e6e6e6 url(../images/website/left-form-select-down.png) no-repeat 193px center; 
    cursor: pointer;
    z-index: 0;
    text-transform:uppercase;
    font-family: 'dincregular', sans-serif;
    letter-spacing:-0.03em;
}
.select.selezionato .selector  {
    background: #e6e6e6 url(../images/website/left-form-select-x.png) no-repeat 193px center;
    color:#2690f8;
}

.select .freccia_top {
    position:relative; 
    top:-7px; 
    left:192px;
    border-width:10px; 
    border-color:transparent transparent #ffffff transparent ; 
    border-style:solid; 
    width:0px; 
    height:0px; 
    }

.select_ul{
    margin: 38px 0px 0px 0px;
    padding: 0px 5px;
    list-style: none;
    display: block;
    visibility: hidden;
    width: 208px;
    background-color: #ffffff;
     -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 

    max-height: 400px;
    overflow: auto;

    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}



.select_ul li{
    line-height: 22px;
    margin-right: 10px;
    /*padding: 5px 0px;*/
    
}
.select_ul li a{
    font-size: 13px;
    display: block;
    padding: 4px 10px;
    /*width: 136px;*/
    margin: 0px;
    /* -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
    text-decoration: none;
    line-height: 20px;
    height: 20px;
    border-bottom: 1px solid #f5f5f5;
    /*margin-right: 7px;*/
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.select_ul li .unselected:link, .select_ul li .unselected:visited{
    color: #646464;
}

.select_ul li .unselected:hover, .select_ul li .selected{
    color: #FFFFFF;
    background-color: #2690f8;
    border-bottom: 1px solid #2690f8;
}


.select_ul li:last-child a {
    border-bottom: none;
}



.select_alternative{
    display: none;
}

.select_ul_alternative{
    border-top: solid 1px #DEDEDE;
    margin: 21px 0px 0px 0px;
    padding: 19px 0px 0px 0px;
    list-style: none;
}
.select_ul_alternative:last-child{
    margin-top: 16px;
    padding-top: 17px;
}
.select_ul_alternative li{
    padding-left: 0px;
    line-height: 20px;
}
.select_ul_alternative li a{
    font-size: 13px;
    color: #636363;
    text-decoration: none;
    padding-left: 12px;
}
.select_ul_alternative li a.selected{
    font-weight: bold;
    background: url(../images/website/select-alternative-bullet.png) no-repeat left 6px;
}










.lightbox_wrapper{
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/website/modal-window-bg.png) repeat left top;
}
.lightbox_wrapper .box{
    width: 450px;
    height: 400px;
    background-color: #F0F0F0;
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    position: absolute;
    left: 50%;
    margin-left: -225px;
    top: 50%;
    margin-top: -200px;
    font-size: 14px;
    -moz-box-shadow: 1px 1px 20px #000000;
    -webkit-box-shadow: 1px 1px 20px #000000;
    box-shadow: 1px 1px 20px #000000;
}
.lightbox_wrapper .box.small{
    height: 145px;
}
.lightbox_wrapper .box .wrapper{
    margin: 20px 20px 15px 20px;
    height: 365px;
    position: relative;
}
.lightbox_wrapper .box.small .wrapper{
    height: 110px;
}
.lightbox_wrapper .box .title{
    font-size: 14px;
    color: #505050;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: solid 1px #D2D2D2;
}
.lightbox_wrapper .box .title.noborder{
    border-bottom: none;
}
.lightbox_wrapper .box .toolbar{
    height: 14px;
    padding-top: 5px;
    border-top: solid 1px #D2D2D2;
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
}
.lightbox_wrapper .box .toolbar .create_new_lightbox{
    position: absolute;
    right: -6px;
    top: 5px;
}
.lightbox_wrapper .box.small .toolbar{
    
}
.lightbox_wrapper .box .toolbar .title{
    font-size: 14px;
    color: #505050;
    font-weight: bold;
    padding-bottom: 5px;
    border: none;
}
.lightbox_wrapper .box .toolbar .blue_button:last-child{
    float: right;
}
.lightbox_wrapper .box .content{
    height: 258px;
    padding: 0px;
    overflow: auto;
}
.lightbox_wrapper .box .content .item{
    clear: both;
    padding: 0px;
    font-size: 14px;
    padding-left: 112px;
    position: relative;
    height: 102px;
    margin: 0px;
}
.lightbox_wrapper .box .content .item .name{
    font-weight: bold;
}
.lightbox_wrapper .box .content .thumbnail{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
    display: block;
    padding: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    margin-right: 12px;
    width: 92px;
    height: 70px;
    background-size:cover !important;background-position:center center !important;
}

.lightbox_wrapper .box .content .thumbnail div{
    display: block;
    width: 92px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background: url(../images/website/add-to-lightbox-empty-folder.png) no-repeat center center;
    background-size: cover;
}
/*
.lightbox_wrapper .box .content .thumbnail div{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 102px;
    height: 64px;
    background-color: #FFFFFF;
    background-size: cover;
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px #D2D2D2;
    -webkit-box-shadow: 1px 1px 2px #D2D2D2;
    box-shadow: 1px 1px 2px #D2D2D2;

    background: url(../images/website/add-to-lightbox-empty-folder.png) no-repeat center center;
}

.lightbox_wrapper .box .content .thumbnail img{
    position: absolute;
    left: 6px;
    top: 6px;
    width: 90px;
}
*/

.lightbox_wrapper .box .content .item .name{
    padding-left: 5px;
    color: #3F9BC1;
}
.lightbox_wrapper .box .content .item .number{
    padding-left: 5px;
    color: #A9A9A9;
}
.lightbox_wrapper .box .content .item .link a{
    display: block;
    width: 35px;
    height: 35px;
    text-decoration: none;
    background: url(../images/website/add-to-lightbox-bullet.png) no-repeat left top;
}

.lightbox_wrapper .box .content .item .link a.selected{
    background-position: left top;
}

.lightbox_wrapper .box .content .item .link a.unselected{
    background-position: left bottom;
}

.lightbox_wrapper .box .content .item .link a.loading{
    background: url(../images/website/loader.gif) no-repeat center center;
}
.lightbox_wrapper .box label{
    font-size: 14px;
    color: #505050;
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
}

.lightbox_wrapper .box input{
    display: block;
    line-height: 25px;
    height: 25px;
    padding: 0px 10px;
     -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    width: 375px;
    border: solid 1px #D2D2D2;
    margin-bottom: 25px;
}

textarea:focus,
input:focus{
    border: solid 1px #2690F8!important;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.lightbox_wrapper .box input.error{
    border: solid 1px #FF0000;
}
.lightbox_wrapper .box textarea{
    display: block;
    line-height: 25px;
    height: 100px;
    padding: 0px 10px;
     -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    width: 375px;
    border: solid 1px #D2D2D2;
}

#select_lightbox, #create_lightbox{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}


/* FORM UPLOAD AD [inizio] */

#update_ad_table{
    margin: 30px auto 0px auto;
}
#update_ad_col_left{
    width: 700px;
}
#update_ad_col_right{
    width: 220px;
    padding-left: 20px;
    vertical-align: top;
}

#update_ad_col_left .input_text_auto{
    display: block;
    box-sizing: border-box;
    width: 700px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #DDDDDD;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px; 
    padding: 0px 10px;
    margin: 0px;
    font-size: 18px;
    color: #646464;
    font-weight: bold;
    margin-bottom: 12px;
}

#update_ad_col_left .textarea{
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    line-height: 20px;
    border: solid 1px #DDDDDD;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px; 
    padding:  10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #646464;
    resize:none;
    /*margin-top: 10px;*/
}

#update_ad_col_left label{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #4F4F4F;
    padding-bottom: 6px;
}
#update_ad_col_left label.alternative{
    border-bottom: solid 1px #D2D2D2;
    margin-bottom: 20px;
}
#update_ad_col_left label .notes{
    color: #959595;
    font-weight: bold;
}

#update_ad_col_left .sep{
    height: 1px;
    line-height: 1px;
    background-color: #D2D2D2;
    margin-bottom: 22px;
    margin-top: -21px;
    display: none;
}

.second_step br {
    /*display: none;*/
}

#update_ad_col_left .checkbox{
    display: none;
}

.cover_checkbox_wrapper{
    position: relative;
    padding-left: 27px;
}

.cover_checkbox{
    position: absolute;
    left: -2px;
    top: -2px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/website/search-checkbox.png) no-repeat center bottom;
    text-decoration: none;
    cursor: pointer;
}
.cover_checkbox.selected{
    background: url(../images/website/search-checkbox.png) no-repeat center top;
}

.table_checkbox{
    margin-left: -5px;
    
}
.table_checkbox .table_checkbox_td{
    vertical-align: top;
    min-width: 160px;
    padding-right: 30px;
    text-align: left;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #4F4F4F;
    font-weight: normal;
}

.content_multimedia{   
    padding: 0px 30px 25px 30px;
    overflow: hidden;
    background-color: #FFFFFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: bold;
    color: #646464;
    list-style: none;
}

.multi-submitted {
    margin-top: 30px;
}

.multi-submitted .grey_button,
.multi-submitted .blue_button {
    margin-top: 7px;
}

ul.content_multimedia li {
    margin: 20px 0;
    padding: 0!important;
}

ul.content_multimedia li:last-child {
    margin-bottom: 0;
}
ul.content_multimedia li:first-child {
    /*margin-top: 0;*/
}

div#content_multimedia_inserted.content_multimedia div img {
    width: 100%;
    height: auto;
}

.content_multimedia_buttons{
    /*padding: 0px 30px;*/
    /*height: 102px;*/
    /*line-height: 102px;*/
    position: relative;
    overflow: visible;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #646464;
    list-style: none;
    padding-bottom: 20px;
   /* background: url(../images/website/upload_ad_medias_bg.png) no-repeat center center;*/
    background-color: #FFFFFF;
}

.content_multimedia_buttons a{
    display: inline-block;
    width: 75px;
    height: 61px;
    /*position: absolute;*/
    margin-top: 20px;
    background-image: url(../images/website/upload_ad_medias.png);
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #efefef;
    padding: 0 35px;
}

.content_multimedia_buttons a:last-child {
    border-right: 0;
}

.content_multimedia_buttons a.image:link, .content_multimedia_buttons a.image:visited{
    left: 89px;
    width: 46px;
    background-position: 2px -33px;
}
.content_multimedia_buttons a.image:hover{
    background-position: 2px -118px;
}
.content_multimedia_buttons a.video:link, .content_multimedia_buttons a.video:visited{
    left: 226px;
    width: 49px;
    background-position: -116px -33px;
}
.content_multimedia_buttons a.video:hover{
    background-position: -116px -118px;
}
.content_multimedia_buttons a.youtube:link, .content_multimedia_buttons a.youtube:visited{
    left: 331px;
    width: 69px;
    background-position: -225px -33px;
}
.content_multimedia_buttons a.youtube:hover{
    background-position: -225px -118px;
}
.content_multimedia_buttons a.vimeo:link, .content_multimedia_buttons a.vimeo:visited{
    left: 447px;
    width: 73px;
    background-position: -338px -33px;
}
.content_multimedia_buttons a.vimeo:hover{
    background-position: -338px -118px;
}
.content_multimedia_buttons a.audio:link, .content_multimedia_buttons a.audio:visited{
    left: 576px;
    width: 47px; 
    background-position: -470px -33px;
    border-right: 0;
}
.content_multimedia_buttons a.audio:hover{
    background-position: -470px -118px;
}
.content_multimedia_buttons a.flash:link, .content_multimedia_buttons a.flash:visited{
    left: 661px;
    width: 67px;
    background-position: -470px -33px;
}
.content_multimedia_buttons a.flash:hover{
    background-position: -470px -118px;
}
#content_new_multimedia{
    
}
#content_new_multimedia li{
    padding: 0px;
}

#content_new_multimedia .upload{
    height: 270px;
    position: relative;
    background-color: #27282c;
    color: #FFFFFF;
    /*width: 640px;*/
}

#content_new_multimedia .upload input{
    display: block;
    margin: auto;
}

#content_new_multimedia .embed{
    padding: 20px 0;
    font-size: 14px;
    font-weight: bold;
}

#content_new_multimedia .grey_button.alternative{
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.uploadify {
    /*left: 50%;
    margin-top: -33px;
    position: absolute;
    top: 50%;*/
}

.uploadify-button {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.uploadify-button:hover {
    background: #2382e0;
    color: #fff;
}

.upload div#file_1.uploadify  span.uploadify-button-text {
    display: inline-block;
    width: auto;
}


/* FORM UPLOAD AD [fine] */




.page{
    /*width: 865px;*/
    width: 860px;
    margin: auto auto;
    text-align: left;
    font-size: 14px;
    color: #4F4F4F;
    line-height: 22px;

    background-color: #FFFFFF;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.02);
    padding: 40px;
}

.page .content{
    
}


.page h1{
    margin-top: 0;
}

.page .bottom{
    padding-top: 10px;
    line-height: 22px;
    font-weight: bold;
    /*padding-bottom: 80px;*/
    border-top: solid 1px #D2D2D2;
}


.ad_zoom_link{
    display: block;
    position: relative;
    line-height: 0px;
}
.ad_zoom_layer{
    display:  none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/website/list-item-icons-bg.png) repeat left top;
}
.ad_zoom_layer img{
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -14px;
}

/* --------------------------------- CSS EDITOR WYSIWYG ---------------------------*/
.mce-tinymce {border:1px solid #E4E4E4 !important}
.mce-panel {background-color:#3C3C3C !important; background-image:none !important; background-repeat:no-repeat !important; }
.mce-tinymce, .mce-flow-layout {-webkit-border-radius: 10px 10px 0 0 !important; border-radius: 10px 10px 0 0 !important; padding-top: 10px !important;}
.mce-flow-layout {padding-left:10px !important;padding-right:10px !important;padding-bottom:10px !important; padding-top:2px !important;}
.mce-btn-group .mce-btn {background-color:#000 !important; background-image:none !important; background-repeat:no-repeat !important; color:#fff !important; border:none !important; border-right:1px solid #3c3c3c !important }
.mce-btn-group .mce-btn:hover, .mce-btn-group .mce-btn:focus {background-color:#999 !important; background-image:none !important; background-repeat:no-repeat !important; color:#000 !important; border:none !important; border-right:1px solid #3c3c3c !important   }
.mce-btn-group .mce-btn i { text-shadow: none !important; color:#fff !important; }


.mce-panel {
    width: 100%!important
}
/* --------------------------------- CSS JOB OFFERS LIST --------------------------*/
.reserved_area_left.padding36 {padding-top:36px;padding-bottom:36px}

div.joblist { 
    background-color:#fff;
    padding:20px 20px;
    border: solid 1px #DDDDDD;
    margin-bottom:8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

table.jlist { 
    border-collapse:collapse;
}

table.jlist tr td {
    padding:20px 10px 10px 10px;
    border-top:1px solid #ddd;
    color:#4D4D4D;
    font-size:18px;
    line-height:20px;
    /*cursor:pointer;*/
    vertical-align: bottom;
}

table.jlist tr td a {
    color:#4D4D4D;
    text-decoration:none;
    display:block;
}

table.jlist tr.hover td a {
    /*background: #f5f5f5;*/
}
table.jlist tr.hover {
    background: #f5f5f5;
}

table.jlist tr td.jtitle {
    width:440px;
}

table.jlist tr td.jlocation {
    width:200px;
    text-align:right}

input.searchjob {
    display: block;
    width: 680px;
    background:#fff url(/images/lente.gif) center right no-repeat;
    height: 35px;
    line-height: 35px;
    border: solid 1px #DDDDDD;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px; 
    padding: 3px 10px 3px 30px;
    margin-bottom:10px;
    font-size:16px; font-weight:bold
}

#formsearch { position:relative;}
#formsearch img { display:none; position:absolute;top:6px; right:8px}

div.reserved_area_right div.notes p {
    font-size: 13px;
}


/* ===================================== Aggiunti RIC ============================ */

input.searchjob {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 41px;
    }

@media screen and (max-width:968px) {
    .header .user_dashboard a.nickname:link, .header .user_dashboard a.nickname:visited {
        color: #fff;
    }


    .reserved_area_left {
        max-width: 62%;
        /*min-width: 62%;*/
    }

    .reserved_area_right {
        width: 33%!important;
        min-width: 33%!important;
        /*margin-left: 5%!important;*/
    }

    .footer .wrapper {
        width: auto!important;
        padding: 0 20px;
    }

    .footer .socialnetwork {
        right: 20px;
    }

    .reserved_area {
        min-width: 100%;
    }

    
}


@media screen and (max-width:976px) {

    .container_wrapper {
        max-width:710px;
        margin:0 auto;
    }

    .container_wrapper2 {
        max-width:710px;
        min-width:710px;
        display:block;
    }

    body.responsive .footer .wrapper { /*max-width:950px;*/
        max-width:710px; 
        padding-left:0 !important;
    }

    .item_listing,
    .container {
        min-width: 490px;
        max-width: 100%;
    }

    /* body.responsive .header  form#search_by_keyword_form.search { 
    }

    body.responsive .header li#menu_upload_ad_edit_submitted.unselected {} */

    body.responsive .header .menu li{
        padding-left:7px;
        padding-right:7px;
    }

    .profile {
        width: auto;
    }

    .profile .left_column {
        max-width: 460px;
    }

    .profile .ads_toolbar {
        width: auto;
        max-width: 100%;
    }

    .profile .item_listing, .reserved_area_left .item_listing {
        max-width: 480px;
        min-width: 480px;
    }

    .ad {
        width: auto;
    }

    .ad .left_column {
        width: 100%;
        margin-bottom: 70px;
    }

    .ad .right_column {
        width: 100%;
    }

    .ad .right_column_box {
        width: 32%;
        float: left;
        margin-right: 2%;
        clear: none;

    }

    .ad .right_column_box:nth-child(3n+3) {
        margin-right: 0
    }

    div.user {
        max-width:100%;
    
    }
    

    div.user div.user_left form#siginform.form table  input.input_text {
         -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .user .user_left {
        max-width: 450px;
    }

    .reserved_area_left {
        max-width: 450px!important;
    }

}

@media screen and (min-width:977px) and (max-width:1246px) {

    .container_wrapper {
        /*max-width:950px;*/
        max-width:940px;
        margin:0 auto;
    }

    .container_wrapper2 {
        /*max-width:950px;*/
        max-width:940px;

    }
    
    body.responsive .footer .wrapper {
        /*max-width:950px;*/
        max-width:710px;
        padding-left:;
    }

    .reserved_area_left {
        max-width: 700px;
    }


}

@media screen and (min-width:1247px) and (max-width:1596px) {

    .container_wrapper {
        max-width:1180px;
        margin:0 auto;
    }

    .container_wrapper2 {
        max-width:1180px;
    }

    body.responsive .footer .wrapper {
        /*max-width:1190px;*/
        max-width:950px;
    }
} 

@media screen and (min-width:1597px) and (max-width:1946px) {

    .container_wrapper2 { max-width:1420px; }

    body.responsive .footer .wrapper {
        /*max-width:1430px;*/
        max-width:1180px;}
} 

@media screen and (min-width:1947px) and (max-width:2296px) {

    .container_wrapper {
        max-width:1660px;
        margin:0 auto;
    }

    .container_wrapper2 {
        max-width:1660px;
    }

    body.responsive .footer .wrapper {
        /*max-width:1670px;*/
        max-width:1420px;
    }
}

@media screen and (min-width:2297px) {

    .container_wrapper {
        max-width:1900px;
        margin:0 auto;
    }

    .container_wrapper2 {
        max-width:1900px;
    }

    body.responsive .footer .wrapper {
        /*max-width:1910px;*/
        max-width:1660px;
    }
}

body.responsive .footer .wrapper { 
    width:auto;
    padding-left:240px;
}

/*
.footer .wrapper{
    width: 940px;
    margin: auto auto;
    text-align: left;
    position:relative; 
}
*/

.adeevee-logo {
    width:129px;
    height:28px;
    background: url(../images/website/adeevee-logo-header.png) 50% 50% no-repeat;
    overflow:hidden;
}

.adeevee-logo.logobeta {
    width:154px;
    background: url(../images/website/logo-beta.png) 50% 50% no-repeat;
}


.adeevee-logo a {
    display:block;
    width:100%;
    height:100%;
    font-size:8px;
    text-indent:-100px;
}
.header h1.adeevee-logo {
    position:absolute;
    top:13px;
    left:0px;
    margin: 0;
}
.footer div.adeevee-logo {
    /*margin-left:5px;*/
}




#cachenote {padding:0 2px;position:fixed;bottom:0;right:0;color:#000;background-color:#fff;font-size:9px}

/* ===================================== NOTE ====================================== */
/* AZZURRO da 3F9CC2 a 0084ff */

body div.freeze {text-align:center;color:#fff;position:fixed;z-index:999999999999999999;top:0;left:0;right:0;bottom:0;background-color:rgba(10,10,10,.8);padding-top:100px;}
body div.freeze span { margin:100px auto; display:block;width:40px; height:40px; background:transparent url(/images/preloader.gif) center center no-repeat;}

