
*{
    outline:none;
}


::selection {
    background: #65b3de;
    color: #fff;
    text-shadow: none;
}

html body{
    overflow-x:hidden;
}

html {
    margin:0;
    padding:0;
}
body {

    color:#3e3d40;
    /*font-family:'Roboto','Helvetica',Arial,Geneva,sans-serif;*/
    font-family: Arial, sans-serif;
    font-size:14px;
    margin:0px;
    padding:0;
    background:#fff;
}


h1,h2,h3,h4,h5,p,label,input,table,td,tr{

    margin:0;
    padding:0;
}

.hidden{
    display:none;
}


a{

    color:#62b3e0;
    cursor: pointer;
}

p a strong {
    color:#62b3e0;
}

.clr{
    clear:both;
}

h1{
    font-size:78px;
    line-height: 90px;
    color:#64b3de;
    font-family: "Roboto", Arial, sans-serif;
}


h2{
    font-size:60px;
    line-height: 60px;
    letter-spacing: -3px;
    font-weight:100;
    font-family: "Roboto", Arial, sans-serif;
    color:#000;
}


h3{
    font-size:19px;
    line-height: 24px; 
    text-align: left;
    color:#000;
    margin: 10px 0px;
    font-weight:300;
    font-family: "Roboto", Arial, sans-serif;
}

h4 {
    font-size:16px;
    line-height: 22px;
    color:#000;
}

h5{
    font-size:14px;
    line-height: 19px;
    font-weight:normal; text-align: left;
    color:#707173;
}

p{
    font-family: "Roboto", Arial, sans-serif;
    font-size:18px;
    line-height: 24px; 
    color:#3e3d40;
    font-weight:300;
}

a img{

    border:0;
}


.left{
    float:left;
}


.right{float:right;}


p{
    margin:10px 0px;
}

strong, p strong{
    color: #333;
}

ul{
    margin:0;
    padding:0;
    margin-left:15px;
}

ol{
    padding-left:65px;

    color:#707173;
}

ul li,ol li{
    font-size:18px;
    line-height: 18px;
    margin: 6px 0px;
    text-align:left;
    font-weight:100;font-family: "Roboto", Arial, sans-serif;
}

hr{
    text-shadow:none;
    height:1px;
    border:none;
    border-bottom:1px solid #cdcdcd;
}

textarea{
    font-family: Arial, sans-serif;

    resize: none; 
}


.wrap960{
    margin: 0 auto;
    width: 960px;
}

.logo{
    float: left;
    margin-top: 15px;
}

#header{
    position: relative;
    z-index: 1000;
    float: left;
    width: 960px;
    border-bottom: 1px solid #3e3d40;
}

.topmenu,.botmenu{
    float: right;
    text-align: right;

}
.botmenu{
    margin-top: 30px;
}
.topmenu a{
    font-size: 16px;
    color: #000;
    text-decoration: none;
    float: left;
    width: 115px;
    text-align: center;
    padding: 5px 0px;
    height: 22px;
    font-weight: 800;
}

.topmenu a.active{
    color: #fff;
    background: #3e3d40;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -ms-border-radius: 0px 0px 6px 6px;
    -o-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

.botmenuitem{
    float: left;
    position: relative;
}

.botmenuitem a.firstlevel{
    margin-left: 0px;
    font-size: 18px;
    letter-spacing: -1px;
    width: 115px;
    padding: 6px 8px;
    text-decoration: none;
    text-align: center;
    color: #000;
}

.botmenuitem a.firstlevel.greenbtn{

    color: #fff;
    background: #339933;
    font-weight: 800;

    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -ms-border-radius:  6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    border-radius:  6px 6px 0px 0px;
}

.botmenuitem a.firstlevel.bluebtn{
   color: #64b3de;
}


.botmenuitem a.firstlevel.active{
    color: #64b3de;
}

.submenu{
    position: absolute;
    float: left;
    padding:5px 10px;
    margin-left: 15px;
    margin-top: 6px;
    top:21px;
    left: 0;
    z-index: 10000;
    display: none;
    width: 250px;
    background: #65b3de;
    box-shadow:0px 5px 10px #919191;
}


.blue{
    color: #65b3de;
}

.botmenuitem .submenu a{
    display: block;
    text-decoration: none;
    text-align: left;
    margin: 3px 0px;
    font-weight: 100;
    color: #fff;
    font-size: 16px;

}

.slideshow_bullet{
    float: left;
    /*width: 980px;*/
    width: 960px;
    height: 490px;
    position: relative;
}

.slideshowitem{
    float: left;
    width: 980px;
    height: 490px;
}

.text_hightlight{
    text-align: center;
}

.text_hightlight h1{
    line-height: 180px;
    font-size: 240px;
    font-weight: 700;
}
.text_hightlight h2{
    font-size: 78px;
    font-weight: 300;
    letter-spacing: -5px;
    line-height: 74px;
}
.text_hightlight h4{
    font-size: 20px;
    color:#3e3d40;
    margin: 10px 0px;
    line-height: 30px;
    font-weight: 500;letter-spacing: -1px;
}


.wrap-slideshow{
    left:0;
    top:0;
    float: left;
    position: relative;
}

.bordered{
    border-bottom: 1px solid #3e3d40;
}
.bullet_cnt{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
}

.bullet_cnt a{
    float: left;
    width: 10px;
    text-indent: -99999px;
    margin: 0px 3px;
    height: 10px;
    background: url(../images/bullet.png) no-repeat;
}


.bullet_cnt a.activeSlide{
    background: url(../images/bullet_a.png) no-repeat;
}

.central_box{
    background: #65b3de;
    float:left;
    width: 100%;
    border-top: 1px solid #3e3d40;
    border-bottom: 1px solid #3e3d40;
    padding: 25px 0px;
}

.box{
    float: left;
    width: 290px;
    margin-right: 40px;
}

.box.last{
    margin-right: 0px;
}

.box h3{
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: -1px;
}

.box p{
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}


.footerbox{
    float: left;
    width: 142px;
    margin-right: 20px;
}

.footerbox.last{
    margin: 0;
}



.footerbox ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footerbox li {
    line-height: 14px;
}

.footerbox a{
    color: #707173;
    text-decoration: none;
    font-size: 14px;
}

.footerbox h3{
    font-size: 19px;
    color: #1a171b;
}

.copy{
    margin-top:10px;
    padding: 15px 0px;
    border-top: 1px solid #3e3d40;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #424242;
}

.copy a, .copy span{
    font-size: 13px;
    color: #424242;
}

.halfcolumn{
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-top: 20px;
}

.stripblue{
    background: #65b3de;
    float:left;
    width: 100%;
    margin: 10px 0px;
    padding: 6px 0px;
    font-weight: 100;
    text-align: center;
    font-size: 55px;
    color: #fff;font-family: "Roboto", Arial, sans-serif;
}

.stripwhite{
    background: #fff;
    float:left;
    width: 100%;
    margin: 10px 0px;
    padding: 6px 0px;
    font-weight: 100;
    text-align: center;
    font-size: 55px;
    color: #65b3de; font-family: "Roboto", Arial, sans-serif;
}

.stripwhite strong{
    font-weight: 500;
    color: #65b3de;
}

.stripwhite.notop{
    margin-top: 0;
}

.stripgrey{
    padding: 25px 0px;
    background: #ececec;
    float:left;
    width: 100%;
    margin: 10px 0px;
    ;
    font-weight: 100;
    border-bottom: 1px solid #999999;
    border-top:1px solid #999999;
    text-align: left;
    font-size: 24px;
    color: #666666;
    font-family: "Roboto", Arial, sans-serif;
}

.stripgrey strong{
    color: #666666;
}

.stripblue strong{
    font-weight: 500;
    color: #fff;
}


.services{
    float: left;
    margin: 10px 0px;
    border-bottom: 1px solid #3e3d40;
}

.service{
    float: left;
    width:460px;
    font-weight: 100;
    margin: 12px 0px;
    height: 140px;
    overflow: hidden;
    color: #000;
    font-size: 19px;font-family: "Roboto", Arial, sans-serif;
    margin-right: 30px;

}

a.service{
    text-decoration: none;
}

.service span{
    width: 345px;
}

.imga,.imgservice{

    float: left;
    margin-right: 20px;
}

.imga{
    display: none;
}


.service.active .imga{
    display: inline;
}
.service.active .imgservice{

    display:none;
}
.service strong{
    color: #333;
    display: block;
    font-weight: 400;
    font-size: 32px;
}

.service.odd{
    margin-right: 0;
}

.sepdiv{
    color: #3e3d40;
    margin-top: 0px;
    float: left;

    padding: 15px;
}



.sepdiv .textsep{
    float:left;
    margin-right: 10px;
    width: 250px;
    border-right: thin solid #666;
}

.sepdiv .textseplong{
    float:left;
    padding-right: 10px;
    width: 790px;
    min-height: 100px;
    border-right: thin solid #666;
}

.sepdiv h4{
    font-size: 22px;
    line-height: 40px;
    font-weight: 800;
}


.sepdiv sup{
    font-size: 18px;
}

.sepdiv h5{
    font-size: 16px;
    color: #3e3d40;
    font-weight: 500;
}


.sepdiv.active{
    color: #fff;
    background: #62b3e0;
}

.sepdiv.active h4{
    color: #fff;
}

.sepdiv .prezzo{
    float: left;
    width: 135px;
    font-weight: 800;
    font-size: 40px;
    color: #62b3e0;
    text-align: center;
    margin-left: 30px;
}

.sepdiv.active .prezzo{
    color: #fff;
}


.sepdiv.active .textsep{
    border-right: thin solid #fff;
}

.sepdiv .prezzolong{
    width: 128px;
    text-align: center;
    font-weight: 800;
    line-height: 40px;
    float: left;
    letter-spacing: -4px;
    margin-top: 10px;
    font-size: 60px;
    color: #62b3e0;
}

.sepdiv .prezzolong span{
    font-size: 14px;
    letter-spacing: 0px;
    display: block;
}

.sepdiv .prezzo span{
    display: inline;
    font-size: 14px;
}

.red{
    color: #cc0000;
}

.tabs{
    float: left;
    margin-top:30px;
    width: 100%;
    border-bottom: 1px solid #999;
}


.tabscontent{
    float: left;
    width: 100%;
    display: none;
}

#tab1{
    display: block;
}

.tabs a{
    float: left;
    width: 190px;
    height: 21px;
    padding: 10px 0px;
    text-align:center;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    background: url(../images/tab.png) no-repeat;
    cursor:pointer;
    text-decoration: none;
}

.tabs a.active{
    color: #fff;
    background: url(../images/tab_a.png) no-repeat;
}


.form_input_large input[type="text"],.form_input_large input[type="password"]{
    width:320px;
    padding:5px;
    background:#fff;
    border:1px solid #dedede;
    float:left;
    margin:6px 2px;
}

.form_input_large input[type="text"].small_txt,.form_input_large input[type="password"].small_txt{
    width:235px;
    padding:5px;
    background:#fff;
    border:1px solid #dedede;
    float:left;
    margin:6px 2px;
}

.form_input_large input[type="text"].large_txt,.form_input_large input[type="password"].large_txt{

    width:403px;
    padding:5px;
    background:#fff;
    border:1px solid #dedede;
    float:left;
    margin:6px 2px;
}

.form_input_large_hightlight input[type="text"].small_txt{
    width:126px;
    float:left;
    padding:5px;
    background:#fff;
    border:1px solid #dedede;

    margin:6px 2px;
}

.form_input_large input[type="text"].half_txt{
    width:151px;
    float:left;
    padding:5px;
    background:#fff;
    border:1px solid #dedede;
    margin:6px 2px;
}

.form_input_large input[type="text"].medium_txt{
    width:330px;
    float:left;
    padding:5px;
    background:#fff;
    border:1px solid #dedede;

    margin:6px 2px;
}

.form_input_large input[type="text"].smaller_txt{
    width:57px;
    padding:5px;
    background:#fff;
    border:1px solid #dedede;
    float:left;

    margin:6px 2px;
}

.small_select{ 
    float:left;
    border:0;
    margin-top: 6px;
    margin-left: 2px;
    margin-right: 3px;
    width:51px; 
    padding: 4px;
    color: #9999bb;
}

.big_select{
    float:left;
    margin-top: 6px;
    margin-left: 2px;
    margin-right: 3px;
    padding: 4px;
    width:335px; 
    color: #9999bb;
}

.defaultTextActive{
    color:#707173;
}

div.jqTransformSelectWrapper {
    height: 26px;
    margin: 6px 2px;
}

.form_input_large textarea.medium_txt{
    width:330px;
    float:left;
    padding:5px;
    background:#fff;
    border:1px solid #dedede;

    margin:6px 2px;
}


/* FORM */
.group:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
* html .group{ height:1%;} *:first-child+html .group{min-height:1px;}
.field{
    position: relative;
    float: left;
    z-index: 0;
}
.field input ,.field textarea{width:285px; color:#999999; font-size:1.1em; padding:6px; background: #fff;position: relative;border:0;outline:none;}
.submit {text-align:right}
button {border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; background:#444; color:#fff; text-shadow:0 -1px #000; border:none; padding:5px 15px; font-weight:bold; font-size:11px; cursor:pointer; text-align: center}
button:hover {background:#555}
button:active {background:#777; position:relative; top:1px; outline:none}
div.results {font-size:11px}
div.info {padding-bottom:10px}


#minus, #refreshB {float:left; width:20px; display: none}
#refreshB {display:block; width:auto;}
#plus {float:right;width:20px}
#resize-buttons {padding:10px; position:relative}
.position-info {position:absolute; left:50px; top:9px; width: 180px}
#status-message {left:70px; top:16px; width: 170px; text-align:center}
#refreshB {padding-left: 5px !important; padding-right:5px !important}

.field input{
    margin:2px 0px;

}

.field label{
    padding-right: 12px;
    margin-top: 12px;
    margin-left: 8px;
}

#spanLabel15{
    padding-top: 6px;
}

textarea.textarea_small{
    width: 320px;
    padding: 5px;
    background: #fff;
    border: 1px solid #dedede;
    float: left;
    margin: 6px 2px;
    word-wrap: break-word;
    height: 48px;font-size: 11px;
    font-family: "Roboto", Arial, Calibri, Geneva, sans-serif;

}

textarea.textarea_big{
    width: 403px;
    padding: 5px;
    background: #fff;
    border: 1px solid #dedede;
    float: left;
    margin: 6px 2px;
    word-wrap: break-word;
    font-size: 15px;
    height: 100px;
    font-family: "Roboto", Arial, Calibri, Geneva, sans-serif;

}

input[type="text"].error,input[type="password"].error {

    background:#ffd1ce!important;
}

.textcheckbox{
    color: rgb(153, 153, 153);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    float: left;
    margin-left: 10px;
}

.checkboxdiv{
    float: left;
    width: 100%;
    margin:3px 0px;
}

.checkboxdiv input{
    border:1px solid #dedede;
    background:none;
}

.border{
    float: left;
    margin: 20px 0px;
    border-top: 1px solid #3e3d40;
}

a.btn_blue, input[type="submit"].btn_blue{
    background: #2f84b8 url(../images/btn-blue.png) repeat-x;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    border:1px solid #2e83b7;
    cursor: pointer;
    padding: 5px 50px;
}

div.btn_black, a.btn_black, input[type="submit"].btn_black{

    background: #0a0a0a url(../images/btn_black.png) repeat-x;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border-radius: 30px;
    text-decoration: none;
    padding: 2px 15px;
}
a.btn_black.big, input[type="submit"].btn_black.big{
    width:90%;text-align:center;margin-top:6px;height:26px;
}


a.filter-btn, input[type="submit"].filter-btn{
    background:  url(../images/filter.png);
    font-size: 20px;
    color: #fff;
    font-weight: 500;

    cursor: pointer;
    width: 85px;
    height: 29px;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
    padding-top: 5px;
    text-decoration: none;
    padding-left:40px;

}

.negozio{
    font-size: 16px;
    color: #000;
    width: 450px;
    padding-right: 10px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 100px;
    overflow: hidden;
}

.detail-tariffa{
    float: left;
    width: 100%;
    margin-top: 15px;
}

.detail-tariffa h2,.detail-tariffa h2 strong{
    color: #676766;
}

.title_tariffa{
    float: left;
    width: 100%;
    margin: 20px 0px;
    padding: 5px 0px;
    border-top: 1px solid #1D1D1B;
    border-bottom: 1px solid #1D1D1B;
}

.title_tariffa.monoborder{
    border-bottom: none;
}
.title_tariffa .right{
    margin-top: 9px;
}

.title_tariffa h2{
    font-weight: 500;
    color: #000;
}

.title_tariffa h5{
    font-size: 18px;
    color: #333;
}

.title_tariffa h4{
    font-size: 24px; color: #333;
}

a.btn-green, input[type="submit"].btn-green{

    padding: 6px;
    font-size: 23px;
    color: #fff; height: 28px;
    text-decoration: none;
    border:1px solid #339933;
    background: #026502 url(../images/btn-green.png) repeat-x;
}


a.btn-green.left, input[type="submit"].btn-green.left,a.btn-grey.left, input[type="submit"].btn-grey.left{
    margin-left: 10px;
}

a.btn-green.right, input[type="submit"].btn-green.right,a.btn-grey.right, input[type="submit"].btn-grey.right{
    margin-right: 10px;
}

.stripgrey .btn-green{
    padding: 2px 6px;
}

a.btn-grey, input[type="submit"].btn-grey{
    font-weight: bold;
    padding: 10px 6px;
    font-size: 18px;
    height: 20px;
    color: #333;
    text-decoration: none;
    border:1px solid #ccc;
    background: #c9c9c9 url(../images/btn-grey.png) repeat-x;
}


table.piani{
    float: left;
    table-layout: fixed;
    width: 100%;
}

table.piani table{
    float: left;
    table-layout: fixed;
    width: 100%;
}

table.piani thead th{
    font-size: 18px;
    color: #3C3C3B;
    vertical-align: top;
    text-align: left;
}

table.piani tbody td{
    background: #EDEDED;
    font-size: 18px;
    padding: 0px 6px;
    vertical-align: middle;
}



table.piani tbody  td.blue{
    color: #fff;
    background: #61B3E0;
}

table.piani tbody  td.empty{
    background: none;
}



table.piani tbody td tr td{
    background: none;
}


table.piani tbody  td.extendempty{
    background: none;
    border:1px solid #EDEDED;
    width: 700px;
    font-size: 15px;
    color: #414042
}

table.piani tbody  td.extendempty a{
    font-size: 15px;
    color: #414042;   text-decoration: none;
}

table.piani tbody  td.extendempty a.selected{
    color: #61B3E0;
    text-decoration: none;
}

.piano_dati_titolo{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 6px;
}

.piano_dati_testo_blu{
    color: #61B3E0;
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    padding: 6px;
}

.piano_dati_altro{
    font-size: 20px;
    text-align: center;
    padding: 6px;
}

.piano_prezzo{
    font-weight: 800;
    color: #61B3E0;
    font-size: 45px;
}
.piano_prezzo input[type="text"]{
    width: 84px;
    padding: 0px;
    font-size: 40px;
    margin-left: 15px;
    text-align: center;
    font-weight: bold;
}

.currency{
    color: #61B3E0;
    font-size: 14px;
    text-align: right;
}

table.piani tbody  td.blue .piano_prezzo,table.piani tbody  td.blue .currency{color: #fff}

table.piani tbody  td.grey .piano_prezzo,table.piani tbody  td.grey .currency{color: #666}

#switch_prv{
    cursor: pointer;
}

.pinpaese{
    opacity:0;
    cursor: pointer;
    filter:alpha(opacity=0); /* For IE8 and earlier */
    position: absolute;
    z-index: 100;
    float: left;
}

.table_generic{

    float: left;
    width: 100%;
    margin: 20px 0px;
}

.table_generic thead th{
    padding: 6px 0px;
    text-align: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.table_generic tbody td{
    padding: 6px 2px;
    text-align: left;
    border-bottom: 1px solid #000;
}

.table_generic .red{
    font-weight: bold;
    font-size: 18px;
}

.genctn{
    float: left;
    width: 100%;

}

.genctn p{
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
}

.genctn h3{
    font-size: 24px;
}

.genctn h2{
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 60px;
    color: #62b3e0;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
.center{
    float: left;
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}

.center h3{
    text-align: center;
    font-size: 36px;
}

#socialbuttons {
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: -200px;
    top: 3px;
    width: 200px;
}

#simplemodal-container a.modalCloseImg {
	background:url(../images/simplemodal/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
}

/* Tabella che normalmemnte si trova nella parte destra di alcune pagine */
table.opzioni {
    width: 100%;
}

table.opzioni td {
    padding: 10px;
}

table.opzioni td.sinistra {
    border-right: 1px solid #000;
}

table.opzioni td h3 {
    font-weight: 800;
    font-size: 40px;
    color: #62b3e0;
}

table.opzioni td h4 {
    font-size: 22px;
    font-weight: 800;
    color: #62b3e0;
}

/* Tabella per elenco paesi in popup */
table.paesi {
    border-collapse: collapse;
}

table.paesi td {
    padding: 10px;
    border: 1px solid #ddd;
}

table.paesi tr.pari td {
    background-color: #eee;
}

.wrap960 .right .socialspace{
	width:10px;
	float:right;
}

.wrap960 .right a.mediafacebook{
	background:url(../images/social/facebook.png) no-repeat;
	background-size: 30px 30px;
	width:30px;
	height:30px;
	float:right;
	margin-top:-6px;
	margin-right:3px;
}

.wrap960 .right a.mediatwitter{
	background:url(../images/social/twitter.png) no-repeat;
	background-size: 30px 30px;
	width:29px;
	height:30px;
	float:right;
	margin-top:-6px;
	margin-right:3px;
}

.wrap960 .right a.medialinkedin{
	background:url(../images/social/linkedin.png) no-repeat;
	background-size: 30px 30px;
	width:30px;
	height:30px;
	float:right;
	margin-top:-6px;
	margin-right:3px;
}

.wrap960 .right a.mediayoutube{
	background:url(../images/social/youtube.png) no-repeat;
	background-size: 30px 30px;
	width:30px;
	height:30px;
	float:right;
	margin-top:-6px;
	margin-right:3px;
}

.wrap960 .right a.mediagoogleplus{
	background:url(../images/social/googleplus.png) no-repeat;
	background-size: 30px 30px;
	width:30px;
	height:30px;
	float:right;
	margin-top:-6px;
	margin-right:3px;
}

.wrap960 .right a.mediamyspace{
	background:url(../images/social/myspace.png) no-repeat;
	background-size: 30px 30px;
	width:30px;
	height:30px;
	float:right;
	margin-top:-6px;
}

.wrap960 .right a.mediafacebook:hover{
	background:url(../images/social/facebook.hover.png) no-repeat;
	background-size: 30px 30px;
}

.wrap960 .right a.mediatwitter:hover{
	background:url(../images/social/twitter.hover.png) no-repeat;
	background-size: 30px 30px;
}

.wrap960 .right a.medialinkedin:hover{
	background:url(../images/social/linkedin.hover.png) no-repeat;
	background-size: 30px 30px;
}

.wrap960 .right a.mediayoutube:hover{
	background:url(../images/social/youtube.hover.png) no-repeat;
	background-size: 30px 30px;
}

.wrap960 .right a.mediagoogleplus:hover{
	background:url(../images/social/googleplus.hover.png) no-repeat;
	background-size: 30px 30px;
}

.wrap960 .right a.mediamyspace:hover{
	background:url(../images/social/myspace.hover.png) no-repeat;
	background-size: 30px 30px;
}