/*
Name: Renty
Author: the BestWebSoft team
Author URI: http://bestwebsoft.com
*/

/*= import fonts ----------*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Changa+One);

/* = Default browser CSS-----------
------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    /*vertical-align: baseline;*/
}

body {
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    clear: both;
}

ol, ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

    blockquote:before, blockquote:after {
        content: '';
        content: none;
    }

del {
    text-decoration: line-through;
}

strong {
    font-weight: bolder;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

.clear {
    float: none !important;
    clear: both;
    width: 100%;
    height: 0;
}

.hidden {
    display: none;
}
/* =Fonts----------------------------------
--------------------------- */
body,
input,
textarea,
select {
    font-family: 'Ubuntu', sans-serif;
}

.site-title {
    font-family: 'Changa One', cursive;
}

pre {
    font-family: Courier, monospace;
}

code {
    font-family: monospace;
}

/* =Global Elements----------------------
--------------------- */
body,
textarea {
    font-size: 13px;
    line-height: 21px;
    color: #656d78;
    /*background: #e2e8e5;*/ background-color: #ffffff;
    /*background: #FFFFFF url(/Images/bg-rip2.png) repeat-x left top;*/
}

:focus {
    outline: 0;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    border: none;
    color: #378eef;
}

a:hover {
    text-decoration: underline;
    border: none;
    color: #378eef;
}

input,
textarea {
    border: 1px solid #d2d2d2;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*height: 41px;  commentato da mauro poichè in alcuni punti i controlli non possono essere così alti*/
    background: #f9f9f9;
    -moz-box-shadow: inset 0px 1px 4px #e8e8e8;
    -webkit-box-shadow: inset 0px 1px 4px #e8e8e8;
    box-shadow: inset 0px 1px 4px #e8e8e8;
    color: #656d78;
}

/*   commentato da mauro poichè in alcuni punti i controlli alti hanno un riquadro antiestetico
    input[type="text"]:focus,
    input[type="password"]:focus {
        border: 1px solid #70acee;
        -moz-box-shadow: 0 0 3px #70acee;
        -webkit-box-shadow: 0 0 3px #70acee;
        box-shadow: 0 0 3px #70acee;
        background: #fff;
    }
*/
    input[type="submit"] {
        text-transform: uppercase;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        height: 46px;
        font-size: 13px;
        padding: 1px 28px 3px 28px;
    }

    input.orange_button:hover {
        background: #ec702f;
        -moz-box-shadow: 0 1px 2px 0 #f5ac7c inset, inset 0 -15px 15px 0 #f08643;
        -webkit-box-shadow: 0 1px 2px 0 #f5ac7c inset, inset 0 -15px 15px 0 #f08643;
        box-shadow: 0 1px 2px 0 #f5ac7c inset, inset 0 -15px 15px 0 #f08643;
    }

    input.orange_button {
        border: 1px solid #cc692f;
        background: #f08643;
        -moz-box-shadow: 0 1px 2px 0 #f5ac7c inset, inset 0 -15px 15px 0 #ec702f;
        -webkit-box-shadow: 0 1px 2px 0 #f5ac7c inset, inset 0 -15px 15px 0 #ec702f;
        box-shadow: 0 1px 2px 0 #f5ac7c inset, inset 0 -15px 15px 0 #ec702f;
    }

    input.blue_button:hover {
        background: #2f82ec;
        -moz-box-shadow: 0 1px 2px 0 #7cb7f5 inset, inset 0 -15px 15px 0 #4296f0;
        -webkit-box-shadow: 0 1px 2px 0 #7cb7f5 inset, inset 0 -15px 15px 0 #4296f0;
        box-shadow: 0 1px 2px 0 #7cb7f5 inset, inset 0 -15px 15px 0 #4296f0;
    }

    input.blue_button {
        background: #4296f0;
        border: 1px solid #2f7acd;
        -moz-box-shadow: 0 1px 2px 0 #7cb7f5 inset, inset 0 -15px 15px 0 #2f82ec;
        -webkit-box-shadow: 0 1px 2px 0 #7cb7f5 inset, inset 0 -15px 15px 0 #2f82ec;
        box-shadow: 0 1px 2px 0 #7cb7f5 inset, inset 0 -15px 15px 0 #2f82ec;
    }

    input.green_button:hover {
        background: #5dcc37;
        -moz-box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #0B6E39;
        -webkit-box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #0B6E39;
        box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #0B6E39;
    }

    input.green_button {
        border: 1px solid #40a321;
        background: #47bf25;
        -moz-box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #0B6E39;
        -webkit-box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #0B6E39;
        box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #0B6E39;
    }
    /*input.green_button:hover {
	background: #5dcc37;
	-moz-box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #47bf25;
    -webkit-box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #47bf25;
    box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #47bf25;
}
input.green_button {
	border: 1px solid #40a321;	 
	background: #47bf25;
	-moz-box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #5dcc37;
    -webkit-box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #5dcc37;
    box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #5dcc37;
}*/
    input.grey_button:hover {
        background: #3a414b;
        -moz-box-shadow: 0 1px 2px 0 #797e85 inset, inset 0 -15px 15px 0 #4f5761;
        -webkit-box-shadow: 0 1px 2px 0 #797e85 inset, inset 0 -15px 15px 0 #4f5761;
        box-shadow: 0 1px 2px 0 #797e85 inset, inset 0 -15px 15px 0 #4f5761;
    }

    input.grey_button {
        border: 1px solid #2d323a;
        background: #4f5761;
        -moz-box-shadow: 0 1px 2px 0 #797e85 inset, inset 0 -15px 15px 0 #3a414b;
        -webkit-box-shadow: 0 1px 2px 0 #797e85 inset, inset 0 -15px 15px 0 #3a414b;
        box-shadow: 0 1px 2px 0 #797e85 inset, inset 0 -15px 15px 0 #3a414b;
    }
    /* =form-continue button--*/
    input.form-continue.orange_button {
        background: url(../../images/continue.png) no-repeat right center #f08643;
    }

        input.form-continue.orange_button:hover {
            background: url(../../images/continue.png) no-repeat right center #ec702f;
        }

    input.form-continue.blue_button {
        background: url(../../images/continue.png) no-repeat right center #4296f0;
    }

        input.form-continue.blue_button:hover {
            background: url(../../images/continue.png) no-repeat right center #2f82ec;
        }

    input.form-continue.green_button {
        background: url(../../images/continue.png) no-repeat right center #0B6E39;
    }
        /*input.form-continue.green_button {
	background: url(../../images/continue.png) no-repeat right center #5dcc37;
}*/
        input.form-continue.green_button:hover {
            background: url(../../images/continue.png) no-repeat right center #3a414b;
        }

    input.form-continue.grey_button {
        background: url(../../images/continue.png) no-repeat right center #4f5761;
    }

        input.form-continue.grey_button:hover {
            background: url(../../images/continue.png) no-repeat right center #3a414b;
        }
    /* =form-update button--*/
    input.form-update.orange_button {
        background: url(../../images/update.png) no-repeat 88px center #f08643;
    }

        input.form-update.orange_button:hover {
            background: url(../../images/update.png) no-repeat 88px center #ec702f;
        }

    input.form-update.blue_button {
        background: url(../../images/update.png) no-repeat 88px center #4296f0;
    }

        input.form-update.blue_button:hover {
            background: url(../../images/update.png) no-repeat 88px center #2f82ec;
        }

    input.form-update.green_button {
        background: url(../../images/update.png) no-repeat 88px center #5dcc37;
    }

        input.form-update.green_button:hover {
            background: url(../../images/update.png) no-repeat 88px center #3a414b;
        }

    input.form-update.grey_button {
        background: url(../../images/update.png) no-repeat 88px center #4f5761;
    }

        input.form-update.grey_button:hover {
            background: url(../../images/update.png) no-repeat 88px center #3a414b;
        }
    /* =form-edit button--*/
    input.form-edit.orange_button {
        background: url(../../images/edit.png) no-repeat 75px center #f08643;
    }

        input.form-edit.orange_button:hover {
            background: url(../../images/edit.png) no-repeat 75px center #ec702f;
        }

    input.form-edit.blue_button {
        background: url(../../images/edit.png) no-repeat 75px center #4296f0;
    }

        input.form-edit.blue_button:hover {
            background: url(../../images/edit.png) no-repeat 75px center #2f82ec;
        }

    input.form-edit.green_button {
        background: url(../../images/edit.png) no-repeat 75px center #5dcc37;
    }

        input.form-edit.green_button:hover {
            background: url(../../images/edit.png) no-repeat 75px center #3a414b;
        }

    input.form-edit.grey_button {
        background: url(../../images/edit.png) no-repeat 75px center #4f5761;
    }

        input.form-edit.grey_button:hover {
            background: url(../../images/edit.png) no-repeat 75px center #3a414b;
        }
    /* =page continue_button --*/
    input.continue_button {
        font-weight: bold;
        padding: 0 42px 3px 21px;
    }

        input.continue_button:hover {
            color: #afd2f9;
        }

        input.continue_button.orange_button {
            background: url(../../images/continue_button.png) no-repeat right center #f08643;
        }

            input.continue_button.orange_button:hover {
                background: url(../../images/continue_button_hover.png) no-repeat right center #ec702f;
            }

        input.continue_button.blue_button {
            background: url(../../images/continue_button.png) no-repeat right center #4296f0;
        }

            input.continue_button.blue_button:hover {
                background: url(../../images/continue_button_hover.png) no-repeat right center #2f82ec;
            }

        input.continue_button.green_button {
            background: url(../../images/continue_button.png) no-repeat right center #5dcc37;
        }

            input.continue_button.green_button:hover {
                background: url(../../images/continue_button_hover.png) no-repeat right center #3a414b;
            }

        input.continue_button.grey_button {
            background: url(../../images/continue_button.png) no-repeat right center #4f5761;
        }

            input.continue_button.grey_button:hover {
                background: url(../../images/continue_button_hover.png) no-repeat right center #3a414b;
            }

/* =Custom Form elements---------------
---------------*/
/* =checkbox------------*/
#slider-form .checkbox,
.main-form .checkbox {
    width: 23px;
    height: 23px;
    margin: -1px 7px -1px -1px;
    background: url(../../images/checkbox.png) no-repeat;
}

.main-widget .checkbox {
    width: 23px;
    height: 23px;
    margin: -1px 0 0 1px;
    background: url(../../images/checkbox.png) no-repeat;
}

    #slider-form .checkbox:hover,
    .main-form .checkbox:hover,
    .checkbox-block_container .checkbox:hover,
    .main-widget .checkbox:hover {
        background: url(../../images/checkbox.png) no-repeat 0 -46px !important;
    }

.checkbox {
    height: 20px;
    margin: 0 5px 5px 2px;
    width: 20px;
    float: left;
    cursor: pointer;
    background: url(../../images/checkbox-mini.png) no-repeat;
}

    .checkbox:hover,
    .main-form.admin-form .checkbox:hover {
        background: url(../../images/checkbox-mini.png) no-repeat 0 -44px !important;
    }
/* =radio------------*/
.radio {
    width: 20px;
    height: 22px;
    cursor: pointer;
    float: left;
    background: url(../../images/radio.png) no-repeat;
}

    .radio:hover {
        background: url(../../images/radio.png) no-repeat 0 -44px;
    }

.shortcode_radio .radio {
    margin: 4px 6px 0 1px;
}
/* =selectbox------------*/
.sbHolder {
    border: 1px solid #d2d2d2;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #FDFDFD;
    height: 44px;
    width: 198px;
    position: relative;
}

.sbSelector, .sbSelector:link, .sbSelector:visited {
    color: #434b56;
    display: block;
    height: 44px;
    left: 0;
    line-height: 44px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 85%;
}

    .sbSelector:hover {
        color: #c8cacf;
        outline: none;
        text-decoration: none;
    }

.sbToggle {
    background: url(../../images/arrow.png) no-repeat scroll right 19px transparent;
    display: block;
    height: 44px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
}

.sbOptions {
    background-color: #fff;
    border: solid 1px #cdcdcd;
    list-style: none !important;
    margin: 5px 0 0;
    padding: 0 !important;
    position: absolute;
    top: 44px;
    width: 197px;
    z-index: 100;
    font-size: 12px;
}

    .sbOptions a:link {
        display: block;
        outline: none;
        padding: 8px 0 8px 9px;
        color: #434b56 !important;
        text-decoration: none;
    }

    .sbOptions a:hover,
    .sbOptions a:focus,
    .sbOptions a.sbFocus {
        color: #b5b8be !important;
    }

    .sbOptions li {
        padding: 0 !important;
    }

    .sbOptions .sbDisabled {
        color: #868c95;
        background: #eee;
        display: block;
        padding: 8px 0 8px 9px;
    }

.shortcode_column .sbHolder {
    margin: 1px 0 9px;
}

/* =Header Elements---------------------------------
----------------------------- */
#branding-content {
    margin: 0 auto;
    position: relative;
    width: 936px;
}

    #branding-content div {
        float: left;
    }

.title-content {
    /*background: #FFFFFF url(Images/logo.jpg) repeat-x left top; */
    width: 300px;
}

.access-content -rivisited {
    width: 530px;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 10px;
}

.access-content {
    width: 530px;
    padding-top: 26px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 10px;
}

.menus-content {
    width: 90px;
}

.site-logo {
    float: left;
    height: 56px;
    position: absolute;
    width: 300px;
    opacity: 0.3;
    margin-top: 12px;
    margin-right: 2px;
    margin-bottom: 0;
    margin-left: 2px;
}


.site2-logo {
    float: left;
    height: 56px;
    position: center;
    width: 500px;
    margin-top: -80px;
    margin-right: 2px;
    margin-bottom: 0;
    margin-left: 700px;
}

.site-title {
    color: #434B56;
    font-size: 35px;
    padding: 21px 0 21px 67px;
    line-height: 36px;
    width: 140px;
    overflow: hidden;
}

    .site-title a {
        color: #434B56;
        text-decoration: none;
    }
/* =Menu------------------------------------*/



.access-content ul {
    list-style: none;
}

.access-content li {
    float: left;
    position: relative;
    margin-right: 5px;
    height: 42px;
}

.access-content a,
.access-content a:active,
.access-content a:visited {
    text-decoration: none;
    color: #656d78;
    padding: 3px 8px 3px 10px;
}

.access-content li:hover > a {
    color: #a8abb0;
    background: #f7f7f7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.access-content ul ul li {
    margin-right: 0;
    height: auto;
    padding: 0 0 2px;
}

    .access-content ul ul li:hover {
        width: 145px;
    }

        .access-content ul ul li:hover > a {
            border-radius: 0;
        }

.access-content ul ul {
    display: none;
    background: #fff;
    float: left;
    padding: 0;
    position: absolute;
    width: 145px;
    z-index: 999;
    border: 1px solid #d2d2d2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 14px;
    padding: 5px 0;
}

    .access-content ul ul:before {
        content: url(../../images/navigavion-arrow.png);
        left: 17px;
        position: absolute;
        top: -15px;
        z-index: 990;
    }

.access-content a, .access-content a:active, .access-content a:visited {
    display: block;
}

.access-content ul li:hover > ul {
    display: block;
}

.access-content .current_page_item > a {
    background: #0b6e39;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

.access-content ul ul .current_page_item {
    width: 145px;
}

    .access-content ul ul .current_page_item > a {
        border-radius: 0;
    }



/* =Language and Country selectboxes-------------------------------
------------------ */
.menus .sbHolder {
    height: 27px;
    -moz-box-shadow: 0 1px 3px #f2f2f2;
    -webkit-box-shadow: 0 1px 3px #f2f2f2;
    box-shadow: 0 1px 3px #f2f2f2;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.menus .sbToggle {
    background: transparent;
}

.menus .sbSelector {
    height: 27px;
    line-height: 27px;
    word-spacing: -1px;
}

.language .sbHolder {
    width: 105px;
    /*background: url(../../images/gb-icon.png) no-repeat right bottom #f7f7f7;*/
    border: 1px solid #d2d2d2;
    margin: 0 0 0 8px;
}

.language .sbSelector {
    padding-left: 24px;
    color: #A8ABB0;
}

.language .sbOptions {
    width: 104px;
}

.country .sbHolder {
    width: 156px;
    background: url(../../images/map-icon.png) no-repeat left bottom #ee7633;
    border: 1px solid #cc692f;
    margin: 0 0 0 9px;
}

.country .sbSelector {
    padding-left: 22px;
    color: #fff;
}

.country .sbOptions {
    width: 155px;
}
/* =Sign In and Register buttons -------------------------------
------------------ */
.member {
    width: 100%;
}

a.sign_button {
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #656d78;
    display: block;
    font-size: 13px;
    float: right;
    height: 25px;
    background: #7a7f88;
    color: #fff;
    cursor: pointer;
    letter-spacing: -0.1px;
    margin: 13px 6px 0 4px;
    padding: 2px 10px 0;
    text-decoration: none;
}

.sign_button:hover {
    background: #c7c9cd;
}
/* =Main Structure-----------------------------
----------------- */
#conteiner {
    margin: 0 auto;
    position: relative;
    width: 100%;

}

#branding {
    background: #fff;
    min-height: 84px;
    border-bottom: 1px solid #c6c6c6;
    -moz-box-shadow: 0 1px 3px #e5e5e4;
    -webkit-box-shadow: 0 1px 3px #e5e5e4;
    box-shadow: 0 1px 3px #e5e5e4;
}

#slider {
    min-height: 463px;
}

#slider-content {
    width: 1200px;
    margin: 0 auto 35px;
}

#slider-img {
    margin: 0 auto;
    height: 400px;
}

#progress-bar {
    background: #f2f2f2;
    border-bottom: 1px solid #bdbdbd;
    -moz-box-shadow: inset 0 1px 3px #e5e5e4;
    -webkit-box-shadow: inset 0 1px 3px #e5e5e4;
    box-shadow: inset 0 1px 3px #e5e5e4;
}

#primary {
    padding: 38px 0 10px;
    background: url(../../images/dotted.png) repeat-x scroll left top transparent;
}

.center-slider #primary {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

.page #primary {
    background-image: none;
    padding: 0;
}

#main {
    clear: both;
    position: relative;
    width: 945px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    /*border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;*/
}

/* Nuovo */
#main2 {
    clear: both;
    position: relative;
    width: 945px;
    margin-top: -90px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.no-main-form #main {
    margin-top: 36px;
}

.two-column #content {
    width: 300px;
    float: left;
    margin-left: 2px;
}

.two-column #secondary {
    float: right;
    width: 640px;
}

.one-column #content {
    text-align: center;
    background: url(../../images/dotted.png) repeat-x scroll left bottom transparent;
    margin-bottom: 34px;
    padding-bottom: 28px;
}

#sign_up {
    clear: both;
    background: url(https://placehold.it/940x85) no-repeat right #f7f7f7;
    background-size: 100% 100%;
    color: #fff;
    font-size: 16px;
    word-spacing: 0.3px;
    min-height: 85px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#footer {
    clear: both;
    margin: 0 auto;
    position: relative;
    background: #f9f9f9;
}

/* = Slider Elements -------------------------------- 
--------------------- */
/* = Slider overlay ------ */
#slider-pattern {
    /*height: 320px;*/
    /*margin-top: -320px;*/
    width: 100%;
    /*background: transparent url(../../images/denim.png) repeat;*/
    opacity: 0.6;
}
/* = Slider images------ */
.slides {
    display: block;
    position: relative;
    overflow: hidden;
    height: 320px !important;
}

    .slides li {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }

        .slides li img {
            display: block;
            width: 100%;
            max-width: none;
        }

        .slides li.active {
            display: block;
            position: relative;
        }

#slider-img .crop li img {
    width: auto;
}
/* = Slider navigation ------ */
.right-slider #slider-img .pager {
    text-align: left;
    width: 529px;
    margin: 81px auto 0;
}

.left-slider #slider-img .pager {
    text-align: right;
    width: 528px;
    margin: 81px auto 0;
}

.center-slider #slider-img .pager {
    text-align: center;
    width: 1200px;
    /*margin: -112px auto 0;*/
    margin-top: -22px;
    margin-left: -120px;
}

#slider-img .pager li {
    display: inline-block;
}

    #slider-img .pager li a,
    #slider-img .pager li a span {
        display: block;
        height: 12px;
        width: 12px;
        position: relative;
    }

    #slider-img .pager li a {
        padding: 4px 2px;
        font-size: 0px;
    }

        #slider-img .pager li a span {
            overflow: hidden;
            background: transparent url(../../images/slider-nav.png) no-repeat;
            text-indent: -9999px;
            color: rgba(0,0,0,0);
        }

    #slider-img .pager li.active a span {
        background: transparent url(../../images/slider-nav-current.png) no-repeat;
        position: relative;
        top: -1px;
    }
/* = Slider front imge--------*/
#slider-content #slider-front-img {
    float: left;
    margin: -225px 11px 0;
    position: relative;
}

.right-slider #slider-content #slider-front-img {
    margin: -225px 0 0 128px;
}
/* = Slider post--------*/
#slider-post {
    position: relative;
    z-index: 10;
    width: 425px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.right-slider #slider-post {
    float: left;
    margin: -350px 0 0 129px;
}

.left-slider #slider-post {
    float: right;
    margin: -350px 143px 0 0;
}

.center-slider #slider-post {
    margin: -351px auto 0;
    text-align: center;
    width: 800px;
}

#slider-post h3 {
    font-size: 35px;
    line-height: 42px;
    color: #fff;
    margin: 0 0 4px;
    word-spacing: -2px;
}

#slider-post .entry-content {
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
    color: #ecebeb;
    letter-spacing: -0.1px;
    word-spacing: 0;
}

#slider-post .entry-meta {
    color: #ecebeb;
    opacity: 0.5;
    margin: 9px 7px;
}

    #slider-post .entry-meta a {
        color: #ecebeb;
    }

        #slider-post .entry-meta a:before {
            content: url(../../images/learn-more-slider.png);
        }
/* = Main Form --------*/
.main-form {
    position: relative;
    width: 460px;
    /; /*background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 0px 2px #666869;
    -webkit-box-shadow: 0px 0px 2px #666869;
    box-shadow: 0px 0px 2px #666869;*/
}

.right-slider #slider-form {
    float: right;
    margin: -349px 130px 34px 0;
}

.left-slider #slider-form {
    float: left;
    margin: -349px 0 34px 129px;
}

.center-slider #slider-form {
    margin: 155px auto 15px; /* margin: 91px auto 39px; */
    width: 940px;
}

.page .main-form {
    margin: 5px auto; /*margin: 18px auto;*/
    width: 940px;
}

    .page .main-form .title-form {
        width: 910px;
        padding: 10px 0 5px 29px;
        text-align: left;
    }

.main_form_navigation {
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.title-form {
    float: left;
    text-align: center;
    width: 229px;
    font-size: 16px;
    line-height: 21px;
    word-spacing: 1px;
}

    .title-form.current {
        border-top: 5px solid #0b6e39;
        padding: 6px 0 12px;
        width: 229px;
    }

        .title-form.current a {
            color: #434b56;
        }

    .title-form a {
        text-decoration: none;
    }

    .title-form.back {
        background: #eee;
        border-bottom: 1px solid #d2d2d2;
        border-left: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
        padding: 11px 0;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        letter-spacing: -0.1px;
        word-spacing: 1.6px;
    }

        .title-form.back a {
            color: #b6b8bc;
        }

.content-form {
    clear: both;
    padding-left: 48px; /*padding: 15px 26px 30px 40px; modificato da mauro per 'pulizia e uniformità stili box di ricerca' */
}

    .content-form .form-block {
        float: left;
        width: 50%;
    }

.airport_codes a {
    border-bottom: 1px dotted #378EEF;
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    margin: 3px 13px 0;
}

    .airport_codes a:hover {
        text-decoration: none;
        border-bottom: none;
    }

.content-form .location {
    color: #000000;
    font-size: 15px;
    /*text-transform: uppercase;*/
    font-weight: normal; /*font-weight: bold; modificato da mauro per 'pulizia e uniformità stili box di ricerca'*/
}

.content-form .return_location {
    margin-top: 10px;
}

.content-form input.location {
    font-size: 14px;
    padding-left: 10px;
    text-transform: none;
    margin: 3px 0 10px -1px;
    width: 370px;
    height: 42px;
}

.content-form label {
    padding-left: 1px;
    word-spacing: 1px;
}

.form-block h4 {
    /*text-transform: uppercase;*/
    color: #2A4369;
    font-size: 14px;
    margin: 0 0 3px;
}

.location-block h4 {
    /*text-transform: uppercase;*/
    color: #2A4369;
    font-size: 14px;
    margin: 0 0 3px;
}

.form-block.pick-up {
    margin: 23px 0 0;
    clear: both;
    font-weight: bold;
}

.center-slider .form-block.pick-up,
.page .form-block.pick-up {
    clear: none;
}

.form-block .datepicker {
    padding: 2px 0 1px 35px;
    width: 140px; /*width: 82px;*/
    background: #F9F9F9 url(../../images/calendar.png) no-repeat left center;
    margin: 0 0 0 -1px;
    font-size: 14px;
    float: left;
    line-height: 41px;
}

    .form-block .datepicker:focus {
        background: #fff url(../../images/calendar.png) no-repeat left center;
    }

.time-select {
    margin: 0 0 0 9px;
    float: left;
    /*52px*/
    height: 48px;
    width: 65px;
    text-align: center;
}

.form-block.drop-off {
    margin: 23px 0 0 1px;
    width: 49%;
}

.form-block.car-type {
    margin: 23px 0 28px;
}

.car-type-select {
    margin: 3px 0 0 -1px;
}

    .car-type-select .sbHolder {
        width: 118px;
        color: #a8abb0;
        -moz-box-shadow: 0 1px 3px #f2f2f2;
        -webkit-box-shadow: 0 1px 3px #f2f2f2;
        box-shadow: 0 1px 3px #f2f2f2;
    }

    .car-type-select .sbOptions {
        width: 117px;
    }

    .car-type-select .sbSelector {
        color: #a8abb0;
    }

.form-block.form-submit {
    margin: 22px 0 0 0;
}

    .form-block.form-submit input {
        float: right;
        margin: 25px 14px;
        min-width: 100px;
        /*min-width: 120px;*/
        padding: 0 14px 0 0;
    }

.center-slider .title-form {
    width: 100%;
}

.center-slider .content-form {
    height: 100px;
    padding: 15px 15px 31px 29px;
}

.page .content-form {
    height: 100px;
    padding: 15px 15px 29px 29px;
}

    .center-slider .content-form .form-block,
    .page .content-form .form-block {
        width: auto;
    }

.center-slider .location-block,
.page .location-block {
    width: 350px; /*VALORE ORIGINALE 210*/
    float: left;
}

.center-slider .return_location,
.page .return_location {
    margin-bottom: 15px;
}

.center-slider .content-form input.location,
.page .content-form input.location {
    width: 192px;
}

.center-slider .form-block.pick-up,
.page .form-block.pick-up {
    margin: 0 0 0 14px;
    width: 230px;
    /* width: 181px; VECCHIO VALORE */
}

.center-slider .form-block.drop-off,
.page .form-block.drop-off {
    margin: 0 0 0 17px;
}

.center-slider .form-block.car-type,
.page .form-block.car-type {
    margin: 0 4px 0 2px;
}

.center-slider .form-block.eta-cond,
.page .form-block.eta-cond {
    margin: 0 4px 0 38px;
}

.center-slider .form-block.form-submit,
.page .form-block.form-submit {
    margin: 0;
}

.center-slider .form-block.airport_codes,
.page .form-block.airport_codes {
    float: right;
}

    .center-slider .form-block.airport_codes a,
    .page .form-block.airport_codes a {
        margin: 3px 7px 0;
    }

.center-slider .form-block .datepicker,
.page .form-block .datepicker {
    padding: 2px 0 0 33px;
}

.center-slider .form-block .time-select select,
.page .form-block .time-select select {
    height: 43px; /* height: 41px; */
}

.center-slider .car-type-select,
.page .car-type-select {
    height: 43px;
}

.center-slider .form-block.form-submit > input,
.page .form-block.form-submit > input {
    height: 45px;
}
/* = Disabled Form--------*/
.disabled_form_overlay {
    background: #fff;
    height: 125px;
    left: 0;
    margin-top: 0;
    opacity: 0.7;
    position: absolute;
    width: 775px;
}

.disabled_form.main-form .checkbox:hover {
    background: url(../../images/checkbox.png) no-repeat !important;
}

.disabled_form.main-form .checkbox,
.disabled_form.main-form .sbSelector,
.disabled_form.main-form .sbToggle {
    cursor: auto;
}
/* = Progress bar content ---------------------------
------------------------- */
#progress-bar-steps {
    width: 945px;
    margin: 0 auto;
    font-size: 13px; /*font-size: 15px;*/
}

.progress-bar-step {
    padding: 7px 22px 6px; /*padding: 20px 22px 17px;*/
    float: left;
    width: 191px;
    color: #c7c9cd;
    border-right: 1px solid #d2d2d2;
}

    .progress-bar-step.current {
        background: #0B6E39; /*background: #434b56;*/
        color: #fff;
    }

    .progress-bar-step.done {
        color: #656d78;
    }

    .progress-bar-step.last {
        border: none;
    }

    .progress-bar-step.done .step_number {
        background: url(../../images/step_done.png) no-repeat center transparent;
        color: transparent;
        font-size: 0px;
    }

    .progress-bar-step.current .step_number {
        background: url(../../images/step_current.png) no-repeat center transparent;
    }

    .progress-bar-step .step_number {
        background: url(../../images/step.png) no-repeat center transparent;
        height: 40px;
        width: 40px; /* height: 45px; width: 45px; ho fatto anche il resize dell'immagine da 45x45 a 40x40 */
        line-height: 3;
        text-align: center;
        float: left;
    }

    .progress-bar-step .step_name {
        float: left;
        margin: 11px 8px;
        width: 130px;
    }

/* = Main Content -----------------------
---------------------------- */
.entry-header h3 {
    font-weight: bold;
    line-height: 26px;
    color: #434b56;
    margin: 0 0 8px;
    font-size: 16px;
    word-spacing: 2.5px;
}

.entry-content {
    word-spacing: -2px;
}

.entry-meta a:before {
    content: url(../../images/learn-more.png);
    position: relative;
    right: 6px;
    top: 4px;
}

.entry-meta a:hover {
    text-decoration: none;
}

.entry-meta {
    text-transform: uppercase;
    color: #a5a8ac;
    line-height: 24px;
    font-weight: bold;
    margin: 6px 5px;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.post .entry-meta a {
    color: #a5a8ac;
}

.one-column #content .entry-header h3 {
    font-size: 21px;
    letter-spacing: -2px;
    word-spacing: 2px;
    margin: 0 0 9px;
}

.one-column #content .entry-content {
    font-size: 15px;
    line-height: 24px;
    word-spacing: -1px;
    margin: 0 0 8px;
}
/* = feature posts ---------------- */
.feature-single {
    float: left;
    margin: 0 1px 0 15px;
    padding: 0 2px 22px;
    width: 294px; /*in origine width: 300px;  modificato da mauro per il problema  'testi sotto il box di ricerca sbordano sulla sinistra' */
}

.feature-title {
    font-size: 15px;
    line-height: 21px;
    margin: 1px 0 9px 20px;
    font-weight: bold;
    color: #434b56;
    word-spacing: -2px;
}

.feature-single div {
    letter-spacing: -0.2px;
    word-spacing: -1px;
}

.feature-title-img {
    height: 17px;
    margin: 2px -2px 0;
    float: left;
}

.one-column .feature-single {
    margin: 0 0 0 16px;
}

    .one-column .feature-single:first-child {
        /*margin: 0px;*/  /*commentato da mauro per evitare che i 'testi sotto il box di ricerca sbordano sulla sinistra'*/
    }
/* = Content for "sign up" block------------------------------
----------------- */
#sign_up_conteiner {
    background: url(../../images/dotted.png) repeat-x scroll left top transparent;
    padding: 41px 3px 39px;
}

.page #sign_up_conteiner {
    background-image: none;
}

#sign_up .sign_up_text {
    padding: 31px 20px 31px;
    float: left;
    width: 362px;
}

#sign_up .sign_up_form {
    float: left;
    margin: 18px 0;
    width: 537px;
}

#sign_up input[type=text] {
    -moz-box-shadow: 0px 2px 0 0 #5b5853;
    -webkit-box-shadow: 0px 2px 0 0 #5b5853;
    box-shadow: 0 2px 0 0 #5B5853;
    color: #525354;
    height: 40px;
    margin: 2px 4px 0 1px;
    padding-left: 8px;
    width: 188px;
}

#sign_up input[type="submit"] {
    border-color: #321809;
    padding: 1px 22px 3px;
}

/* = Sidebar and widgets------------------------------------
-------------- */
.sidebars-area > div {
    margin-bottom: 2px; /*margin-bottom: 23px;*/
}

.sidebar-left {
    float: left;
    width: 303px;
}

.sidebar-middle {
    float: left;
    margin: 0 16px;
    width: 384px;
}

.page .sidebar-middle {
    margin: 0 0 0 16px;
    width: 624px;
}

.sidebar-sinistro {
    float: left;
    margin: 0 16px;
    width: 384px;
}

.page .sidebar-sinistro {
    /*margin: 0 0 0 16px;*/
    margin: 0 16px 0 0;
    width: 624px;
}

.sidebar-right {
    float: left;
    width: 224px;
}

    .sidebar-right .widget {
        margin: 1px 0 16px 2px;
    }

.widget {
    background: #f9f9f9;
    border: 1px solid #bebebd;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    margin: 1px 0 28px 2px;
    -moz-box-shadow: 0px 0px 2px #C9C8C8;
    -webkit-box-shadow: 0px 0px 2px #C9C8C8;
    box-shadow: 0px 0px 2px #C9C8C8;
}

    .widget .widget-title {
        background: #fff;
        border-bottom: 1px solid #bebebd;
        border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        font-size: 16px;
        color: #444c57;
        padding: 17px 21px 15px 23px;
        -moz-box-shadow: 0px 0px 2px #C9C8C8;
        -webkit-box-shadow: 0px 0px 2px #C9C8C8;
        box-shadow: 0px 0px 2px #C9C8C8;
    }

        .widget .widget-title img {
            position: relative;
            left: -4px;
            top: 3px;
        }

    .widget h4.widget-title {
        font-size: 13px;
        font-weight: bolder;
        letter-spacing: -1.1px;
        margin: 9px 0 5px;
    }

    .widget > h4 {
        background: #eee;
        color: #7C8490;
        font-size: 11px;
        text-transform: uppercase;
        padding: 4px 20px;
    }

        .widget > h4 a {
            float: right;
        }

.page .widget-title > img {
    left: -9px;
    margin-right: -4px;
    position: relative;
    top: 2px;
}

.widget-title span {
    color: #C7C9CD;
}

.widget-title > div {
    float: left;
}

    .widget-title > div.widget-title-sort {
        float: right;
        font-size: 13px;
        position: relative;
    }

.widget .viev-all {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    color: #c7c9cd;
    margin-top: 2px;
    margin-bottom: -1px;
}

.widget-title-sort .viev-all {
    float: left;
    margin-right: 10px;
}

.widget-title a.current {
    color: #444C57;
}

.widget .widget-content {
    padding: 13px 19px 15px;
    color: #7c8490;
    word-spacing: -1px;
}

.widget .widget-footer {
    background: #fff;
    border-top: 1px solid #bebebd;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    color: #adb3bc;
    font-size: 11px;
    padding: 6px 19px 8px;
    word-spacing: -0.6px;
}

.widget ul a:link, .widget ul a:visited {
    color: #7C8490;
    text-decoration: none;
}

.widget ul a:hover {
    color: #378EEF;
}

.widget li {
    padding: 13px 19px 17px;
}

.even {
    background: #f3f3f3;
}

.odd {
    background: #ececec;
}

li.current {
    background: #434B56;
}

.widget ul li.current a {
    color: #fff;
}
/* = widget features------------------------- */
.widget.widget-features > ul {
    list-style: disc;
    padding: 12px 10px 11px 39px;
    word-spacing: -1.5px;
}

.widget.widget-features li {
    margin: 1px 0 5px;
    padding: 0;
}
/* = widget special-offers-------------------- */
.widget .special-offers.widget-title {
    padding: 16px 19px 15px 21px;
}

.special-offers.widget-title img {
    left: -2px;
    top: 0;
    position: relative;
}

.special-offers-table {
    width: 100%;
    text-align: left;
    color: #7c8490;
}

    .special-offers-table th,
    .special-offers-table td {
        padding: 4px 10px 4px 17px;
    }

    .special-offers-table a {
        letter-spacing: -0.5px;
    }

        .special-offers-table a:hover {
            text-decoration: none;
            border-bottom: 1px dashed;
        }

    .special-offers-table .even th {
        background: #f9f9f9;
        width: 145px;
    }

    .special-offers-table .even td,
    .special-offers-table .odd th {
        background: #f3f3f3;
    }

    .special-offers-table .odd td {
        background: #ececec;
    }
/* = widget testimonials------------------------- */
.testimonials_navigation {
    float: right;
    margin: -5px;
}

    .testimonials_navigation img:hover {
        opacity: 0.6;
    }

.widget.testimonials .widget-content {
    padding: 12px 19px 15px;
    font-style: italic;
    color: #7c8490;
    letter-spacing: -0.3px;
    word-spacing: 0;
}

.widget.testimonials:after {
    content: url(../../images/tip.png);
    margin: -8px 29px 0;
    position: absolute;
}

.widget.testimonials .widget-footer {
    background: none;
    border: none;
    float: right;
    font-size: 13px;
    padding: 7px 0 11px;
}

.widget.testimonials .client_name {
    color: #646a73;
}

.widget.testimonials .client_firm {
    color: #c2c3c6;
}
/* = main-widget ------------------------- */
.widget.main-widget .widget-title img {
    left: -5px;
    position: relative;
    top: 4px;
}

.widget.main-widget .widget-title {
    padding: 16px 21px 15px 26px;
}

.widget.main-widget .post {
    padding: 25px 20px;
    background: url(../../images/dotted.png) repeat-x scroll left bottom transparent;
}

    .widget.main-widget .post.last_child {
        background: none;
    }

    .widget.main-widget .post .entry-format {
        color: #444c57;
        font-size: 13px;
        font-weight: normal;
        line-height: 21px;
        word-spacing: -2px;
        margin: 0;
    }

.widget.main-widget .entry-header .entry-meta {
    color: #a8abb0;
    font-size: 12px;
    text-transform: none;
    line-height: 21px;
    margin: 0;
    position: relative;
    top: -2px;
    font-weight: normal;
}

.widget.main-widget .entry-meta a:before {
    content: none;
}

.widget.main-widget .post .entry-content {
    color: #7c8490;
    margin: 5px -1px;
}

.widget.main-widget .entry-meta-footer a {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.5px;
    position: relative;
    top: 3px;
}
/* = widget advertising------------------------- */
.widget-advertising {
    background: #fff;
    padding: 20px 19px;
}

    .widget-advertising .widget-content {
        padding: 0;
    }

    .widget-advertising h4.widget-title {
        padding: 0;
        box-shadow: none;
        border: none;
        text-transform: none;
        font-weight: normal;
    }

    .widget-advertising img {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        height: 99px;
        width: 100%;
    }
/* = widget "content range"---------*/
.widget-content-range {
    color: #7C8490;
    min-height: 45px;
    padding: 15px 25px 15px 20px;
    word-spacing: -2px;
}

.widget-content.widget-filter {
    padding: 13px 19px 12px;
}

.filter_widget .widget-title {
    padding: 14px 21px 15px 25px;
}

    .filter_widget .widget-title > img {
        top: 4px;
        left: -6px;
    }

.filter {
    clear: both;
    margin-bottom: 6px;
}

    .filter .checkbox {
        margin: 0 7px 5px -1px;
    }

.filter_quantity {
    background: #E7E7E7;
    border: 1px solid #D0D0D0;
    float: right;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    line-height: 17px;
    text-align: center;
    width: 30px;
    margin-top: 2px;
}
/* = info widget -----------*/
.info_widget {
    margin-bottom: 19px;
}

    .info_widget .widget-title {
        padding-left: 29px;
    }
/* = poduct widget ---------*/
.widget.product-widget .post {
    padding: 0;
}

.widget.main-widget.product-widget {
    margin-bottom: 19px;
    overflow: hidden;
}

.main-block_container {
    width: 443px;
    float: left;
}

.additional-block_container {
    width: 100%;
    float: left;
    margin: 1px 0 0 100%;
    background: url(../../images/dotted.png) repeat-x scroll left bottom #f3f3f3;
}

.widget.main-widget .post.last_child .additional-block_container {
    background-image: none;
}

.product-widget .additional-block {
    float: left;
    width: 137px;
    text-align: center;
    color: #444c57;
    font-size: 20px;
    position: relative;
    padding: 26px 20px;
}

    .product-widget .additional-block .span {
        color: #a0a2a7;
        font-size: 13px;
    }

    .product-widget .additional-block .span {
        margin: 5px 0 25px;
    }

.product-widget .main-block {
    width: 443px;
    float: left;
    padding: 11px 0 10px;
    margin: 0 0 0 -100%;
}

    .product-widget .main-block .product-img {
        float: left;
        width: 161px;
        margin: 15px;
        overflow: hidden;
    }

    .product-widget .main-block .product-info {
        float: left;
        width: 233px;
    }

.product-widget .entry-format > span.top-seller {
    top: 1px;
    padding: 0 0 0 9px;
    color: #fff;
    background: #434b56;
    display: block;
    width: 64px;
    height: 22px;
    float: right;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.widget.product-widget .post .entry-format {
    font-size: 14px;
    margin: 12px 0;
    word-spacing: 0;
}

.product-widget .entry-format > span {
    color: #a0a2a7;
    margin-left: 7px;
}

.features {
    clear: both;
}

    .features > p {
        margin: 1px 0 0 4px;
    }

    .features img {
        position: relative;
        top: 3px;
        left: -5px;
    }

.details {
    margin: 10px 0 11px;
}

    .details div {
        color: #378EEF;
        cursor: pointer;
        padding-bottom: 8px;
    }

    .details .close-details {
        display: none;
    }

    .details > ul {
        letter-spacing: -0.2px;
        list-style: disc outside none;
        padding: 5px 0 0 32px;
    }

    .details li {
        padding: 0 0 5px;
    }

p.details-more {
    clear: both;
    padding: 2px 23px 0;
}

.product-select-count .sbHolder {
    width: 55px;
}

.product-select-count .sbOptions {
    width: 54px;
}

.product-select-count .sbToggle {
    width: 25px;
}
/*-- mini product widget------ */
.widget-content.product-widget-mini {
    padding: 13px 19px 6px;
}

.product-widget-mini .entry-format {
    width: 150px;
    color: #444C57;
    font-size: 14px;
}

    .product-widget-mini .entry-format span {
        color: #E3E4E6;
        text-transform: uppercase;
        font-size: 11px;
        position: relative;
        top: -3px;
    }

.product-widget-mini .features {
    margin-left: 2px;
}

.product-widget-mini .product-img {
    float: right;
    overflow: hidden;
    width: 100px;
}

.product-widget-mini .details {
    margin: 14px 2px 0px;
}
/* = main widget in the page with 3 column---------*/
.checkbox-block_container {
    float: left;
    background: url(../../images/dotted.png) repeat-x scroll left bottom #f3f3f3;
    width: 58px;
}

.widget.main-widget .post.last_child .checkbox-block_container {
    background-image: none;
}

.checkbox-block_container .main-block_container {
    width: 385px;
    margin-left: 58px;
}

.checkbox-block_container .main-block {
    width: 385px;
}

.checkbox-block {
    float: left;
    margin: 0 0 0 -444px;
    padding: 77px 19px;
    width: 21px;
}

.widget.main-widget.main-widget-3column .widget-title,
.widget.main-widget.faq-widget .widget-title {
    padding: 17px 21px 15px 27px;
}

.main-widget-3column .main-block .product-img {
    width: 107px;
}

.main-widget-3column .additional-block {
    padding: 20% 20px 0;
}
/* = widget "Order Info"----------*/
.widget > h4.extras {
    color: #368def;
    background: #dde9f7;
}

.widget .widget-content.widget-extras {
    padding: 12px 19px 9px;
}

.widget-content.widget-extras > p {
    margin-bottom: 5px;
}

span.price {
    float: right;
    color: #434b56;
}
/* = widget info------------------*/
.widget .widget-content.widget-info {
    padding: 0 0 15px;
}

.widget-info h4 {
    font-size: 14px;
    padding: 14px 19px 0;
    color: #434b56;
}

.widget-info p {
    padding: 0 19px 7px;
    letter-spacing: 0.5px;
}

.subtotal {
    margin: 6px 0 2px;
    text-transform: uppercase;
    padding: 13px 19px 15px;
    color: #434b56;
    font-size: 16px;
    background: url(../../images/dotted.png) repeat-x scroll left bottom transparent;
}

.subtotal_content {
    background: url(../../images/dotted.png) repeat-x scroll left top transparent;
}
/* = "faq" widget-------------*/
.faq-widget .details {
    margin: 11px 10px 2px;
}

.faq-widget p.details-more {
    padding: 2px 0px 10px 21px;
}

.faq_nav.widget {
    margin: 1px 0 18px 2px;
}

    .faq_nav.widget .widget-title {
        padding: 17px 21px 15px 24px;
    }

        .faq_nav.widget .widget-title > img {
            left: -6px;
            top: 3px;
        }
/* = widget "total"-------------*/
.widget-footer.widget-footer-total {
    font-size: 20px;
    font-weight: bold;
    background: #0B6E39; /*background: #434b56;*/
    color: #fff;
    text-transform: uppercase;
    padding: 16px 19px 16px;
}

.widget-footer-total span.price {
    color: #fff;
    font-weight: bold;
}

/* = "Complete reservation" form ------------------
----------------------- */
.complete_reservation .widget {
    margin: 1px 0 19px 2px;
}

.widget.main-widget .widget-content {
    padding: 13px 19px 23px;
}

    .widget.main-widget .widget-content.personal_info {
        padding: 13px 19px 27px;
    }

.widget-note h4 {
    color: #434B56;
    padding: 8px 10px 0;
}

.widget-note ul {
    list-style: disc outside none;
    padding: 12px 0 6px 22px;
}

.widget .widget-note li {
    padding: 0 0 5px;
}

.form_element {
    float: left;
    margin: 11px 10px 12px 9px;
}

    .form_element div {
        text-transform: uppercase;
        font-size: 11px;
    }

        .form_element div span {
            color: #b4b9c2;
        }

    .form_element > img {
        margin: 4px 11px -7px 0;
    }

    .form_element .sbSelector {
        font-size: 14px;
        text-indent: 10px;
        text-align: left;
    }

    .form_element .product-select-count {
        float: left;
    }

        .form_element .product-select-count .sbHolder {
            margin: 3px 0 0;
            width: 57px;
        }

        .form_element .product-select-count .sbSelector,
        .form_element .sbSelector {
            text-indent: 10px;
            text-transform: none;
            color: #b3b5ba;
        }

.product-select-count.expiration_date_year {
    margin-left: 9px;
}

    .product-select-count.expiration_date_year .sbHolder {
        width: 77px;
    }

    .product-select-count.expiration_date_year .sbOptions {
        width: 76px;
    }

.card_country {
    margin: 3px 0 0;
}

    .card_country .sbHolder {
        width: 202px;
    }

    .card_country .sbOptions {
        width: 202px;
    }

.form_element > input {
    margin: 4px 0 0;
    padding-left: 9px;
    width: 193px;
}

    .form_element > input.cvv {
        width: 45px;
    }

    .form_element > input.no-lable {
        margin: 25px 0 0;
    }

    .form_element > input.postal_code {
        width: 104px;
    }

.form_element input.billing_address {
    width: 550px;
}

.form_element_checkbox {
    margin: 8px 10px 14px 9px;
}

    .form_element_checkbox label {
        margin: 0 6px;
    }
/* = widget shortcode and shortcode elements-------------*/
.widget.widget-shortcode {
    margin: 39px 0 28px 3px;
}

    .widget.widget-shortcode .widget-title {
        padding: 16px 21px 15px 26px;
    }

    .widget.widget-shortcode .widget-content {
        padding: 28px 25px 61px;
    }

.shortcode_column {
    float: left;
    padding-right: 26px;
}

    .shortcode_column.last_child {
        padding-right: 0;
    }

input.shortcode_button {
    margin: 0 3px 9px 4px;
    padding-bottom: 3px;
}

.shortcode_input {
    width: 182px;
    padding: 1px 10px 2px;
    margin: 1px 3px 8px 0px;
    color: #434b56;
}

.shortcode_input_active {
    border: 1px solid #70acee;
    -moz-box-shadow: 0 0 3px #70acee;
    -webkit-box-shadow: 0 0 3px #70acee;
    box-shadow: 0 0 3px #70acee;
}

.shortcode_input_required {
    border: 1px solid #ef5a37;
    color: #ef5a37;
    -moz-box-shadow: 0 0 3px #EF5A37;
    -webkit-box-shadow: 0 0 3px #EF5A37;
    box-shadow: 0 0 3px #EF5A37;
}

.shortcode_view {
    margin-top: 32px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
}

    .shortcode_view .view_div {
        border-right: 1px solid #d2d2d2;
        float: left;
        padding: 1px 8px 2px 9px;
    }

    .shortcode_view #coverflow-icon {
        border: medium none;
    }

.shortcode_rating {
    margin: 29px 0;
}

.star_rating {
    float: left;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    background: url(../../images/star.png) no-repeat scroll right center transparent;
}

    .star_rating:hover {
        background: url(../../images/star_hover.png) no-repeat scroll right center transparent;
    }

.star_half {
    background: url(../../images/star_half.png) no-repeat scroll right center transparent;
}

.star_empty {
    background: url(../../images/star_empty.png) no-repeat scroll right center transparent;
}

.shortcode_math div {
    float: left;
    margin: 1px 6px 0 1px;
}

.shortcode_slider {
    margin: 32px 4px 21px;
}

.shortcode_single_slider {
    margin: -1px 4px 0;
}

.widget-shortcode .jslider .jslider-value {
    display: none;
}

/* = sign-in/register/reset-password ------------------------
-------------------------- */
/* = overlay--- */
#overlay_block {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #fff;
    top: 0;
    z-index: 100;
}
/* = Form --- */
.admin-form-content {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 110;
}

.admin-form-block {
    clear: both;
    margin: 196px auto;
    position: relative;
    width: 300px;
}

.main-form.admin-form,
.page .main-form.admin-form {
    width: 100%;
    margin: 0 auto;
}

    .main-form.admin-form .content-form {
        padding: 39px 39px 34px;
        height: auto;
    }

    .main-form.admin-form .title-form,
    .main-form.admin-form .title-form.current {
        padding: 6px 0 12px;
        text-align: center;
        width: 149px;
    }

    .main-form.admin-form input[type="text"],
    .main-form.admin-form input[type="password"] {
        color: #434b56;
        width: 189px;
        padding: 1px 0 2px 31px;
    }

#sign_in_email, #register_email {
    background: url(../../images/signin_email.png) no-repeat 9px 16px #F9F9F9;
    margin-bottom: 19px;
}

#sign_in_pass {
    background: url(../../images/signin_pass.png) no-repeat 9px 12px #F9F9F9;
    margin-bottom: 11px;
}

#register_name {
    background: url(../../images/signin_name.png) no-repeat 9px 12px #F9F9F9;
    margin-bottom: 11px;
}

.main-form.admin-form .checkbox {
    height: 20px;
    margin: -1px 8px 0px -1px;
    width: 20px;
    background: url(../../images/checkbox-mini.png) no-repeat;
}

.main-form.admin-form .content-form label {
    padding-left: 0;
    word-spacing: -1px;
}

.admin-form-submit {
    background: url(../../images/continue.png) no-repeat 140px center #EE7835 !important;
    margin: 20px 0 7px;
    width: 100% !important;
    padding: 0 14px 0 0;
}

.admin_form_link {
    text-align: center;
}

.admin-form-separator {
    margin: 15px 0 14px;
    text-transform: uppercase;
    text-align: center;
    background: url(../../images/dotted.png) repeat-x scroll center center transparent;
}

    .admin-form-separator .separator {
        background: #FBFBFB;
        width: 38px;
        margin: 0 auto;
        font-weight: bold;
    }

input.connect_fb {
    font-size: 13px;
    background: #345896;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: 1px solid #274373;
    font-weight: bold;
    -moz-box-shadow: inset 0 1px 0 1px #6580b1;
    -webkit-box-shadow: inset 0 1px 0 1px #6580b1;
    box-shadow: inset 0 1px 0 1px #6580b1;
    height: 44px;
    width: 100%;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

input.connect_twitter {
    font-size: 13px;
    background: #33d9f0;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: 1px solid #25abbe;
    font-weight: bold;
    height: 44px;
    width: 100%;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#tab_forgot_passwd {
    width: 100%;
}

#tab_forgot_passwd_content {
    background: #F9F9F9;
    border-top: 1px solid #D2D2D2;
    box-shadow: 0 1px 4px #E8E8E8 inset;
    padding: 38px 39px 33px;
}

#forgot_pass_email {
    background: url(../../images/signin_email.png) no-repeat 9px 16px #fff;
    margin-bottom: 7px;
}

#forgot_pass_text {
    margin-left: 5px;
    margin-bottom: -4px;
    word-spacing: -1px;
}

/* = Pagination for pages----------------------------
---------------- */
.pagination {
    margin: 0 auto 58px;
    width: 399px;
}

    .pagination > div {
        background: #fdfdfd;
        border: 1px solid #d2d2d2;
        color: #9ca0a6;
        cursor: pointer;
        float: left;
        position: relative;
        text-align: center;
        height: 44px;
        width: 46px;
        margin: 0 4px 0 5px;
        font-size: 14px;
        font-weight: bold;
        line-height: 44px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .pagination > div.current {
            color: #fff;
            background: #ee7835;
            background: linear-gradient(to top, #f08643, #ec702f);
            border: 1px solid #cc692f;
            -moz-box-shadow: 0 1px 2px 0 #f5ac7c inset;
            -webkit-box-shadow: 0 1px 2px 0 #f5ac7c inset;
            box-shadow: 0 1px 2px 0 #f5ac7c inset;
        }

        .pagination > div:hover {
            color: #434b56;
            background: #f2f2f2;
            border: 1px solid #d2d2d2;
            box-shadow: none;
        }

        .pagination > div.left {
            background: url(../../images/pagination-left.png) no-repeat scroll center center #fdfdfd;
        }

            .pagination > div.left:hover {
                background: url(../../images/pagination-left.png) no-repeat scroll center center #f2f2f2;
            }

        .pagination > div.right {
            background: url(../../images/pagination-right.png) no-repeat scroll center center #fdfdfd;
        }

            .pagination > div.right:hover {
                background: url(../../images/pagination-right.png) no-repeat scroll center center #f2f2f2;
            }

.next_page {
    float: right;
    margin: 0 0 15px;
}

    .next_page input.continue_button {
        width: auto;
    }

    .next_page input.continue_button {
        padding: 0 47px 0 20px;
    }
/* = overlay content while loading --------------------------
--------------------------- */
.content-overlay {
    display: none;
    position: absolute;
    opacity: 0.8;
    background: #fff;
    z-index: 100;
}

/* = Footer content --------------------------
--------------------------- */
#footer-menu {
    clear: both;
    color: #a8abb0;
    background-color: #fff;
    border-top: 1px solid #bebebd;
    border-bottom: 1px solid #ccc;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-box-shadow: 0 1px 4px #ccc;
    box-shadow: 0 1px 4px #ccc;
}

#footer-content {
    margin: 0 auto;
    width: 945px;
    height: 60px;
}

#footer-menu .widget-area {
    width: 945px;
    margin: 0 auto;
    padding: 15px 0 0px; /* padding: 41px 0 33px; */
}

.footer-widget-single {
    float: left;
    letter-spacing: -0.2px;
}

    .footer-widget-single > ul {
        padding: 0 2px;
    }

    .footer-widget-single li {
        margin: 0 0 2px;
    }

.footer-nav h3 {
    font-size: 16px;
    color: #444c57;
    margin: 1px 1px 9px;
    word-spacing: -1px;
}

.footer-nav a, .footer-nav a:visited {
    color: #7c8490;
}

    .footer-nav li:hover > a,
    .footer-nav a:focus {
        color: #378EEF;
    }

.footer-nav {
    width: 120px;
}

#footer-content .site-title {
    padding: 9px 0 0 65px;
    color: #909090;
}

#footer-content .site-logo {
    margin: 0;
}

.company-name {
    margin-top: 10px;
    float: right;
    color: #aeb5bd;
    letter-spacing: -0.1px;
    word-spacing: -1px;
    width: 480px;
}
/* = Block "Recent tweets" ------- */
.recent_tweets {
    margin: 0 18px 0 43px;
    width: 220px;
}

    .recent_tweets h3 {
        font-size: 16px;
        color: #444c57;
        letter-spacing: -1.2px;
        margin: 0 0 9px;
        word-spacing: -1px;
    }

        .recent_tweets h3:before {
            /*content: url(../../images/recent_tweets.png);*/
            left: -2px;
            position: relative;
        }

.recent_tweets_content {
    letter-spacing: -0.4px;
}

.recent_tweets_time {
    font-style: italic;
    letter-spacing: -0.8px;
    margin: 2px 0 0;
    word-spacing: 1px;
}
/* = Block "Online support" ------- */
.support.footer-widget-single {
    width: 299px;
    margin: -1px 0 0;
    padding-top: 13px;
}

    .support.footer-widget-single > img {
        float: left;
        width: 261px;
        padding-top: 4px;
        padding-right: 24px;
        padding-bottom: 20px;
        padding-left: 18px;
    }

    .support.footer-widget-single .title {
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0;
        line-height: 21px;
        color: #a8abb0;
        margin-top: -1px;
    }

    .support.footer-widget-single .phone {
        color: #434b56;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: -1px;
        margin: -1px 0 3px;
    }

    .support.footer-widget-single .email a {
        border-bottom: 1px dotted #378EEF;
    }

        .support.footer-widget-single .email a:hover {
            border-bottom: none;
            text-decoration: none;
        }
/* = Social buttons ------- */
.social-plugins {
    float: right;
    margin: 33px auto 0;
    width: 304px;
}

    .social-plugins div {
        float: left;
    }

.fcbk_like {
    width: 110px;
}

.google_plus_one {
    margin-left: 16px;
    width: 65px;
}

.contenuto_center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}

/* aggiunti da mauro ##################################################################################################  */

.dxeTextBox_newsbc, .dxeButtonEdit_newsbc {
    height: 48px; /*aggiunto da mauro, senza gli oggetti hanno dimensioni diverse per 'pulizia e uniformità stili box di ricerca' sovrascrive gli stili di devexpress , .dxeIRadioButton_newsbc, .dxeRadioButtonList_newsbc, .dxeCheckBoxList_newsbc*/
}

.center-slider .form-block.eta-cond {
    margin: 0 4px 0 14px; /*aggiunto da mauro, senza gli oggetti hanno dimensioni diverse per 'pulizia e uniformità stili box di ricerca' sovrascrive gli stili per il box età nel form prenota adesso */
}

.Cell {   /*aggiunto da mauro, senza gli oggetti hanno dimensioni diverse per 'accessori prenotazione' sovrascrive gli stili per il box accessori nel form prenota adesso */
    border: 0px !important;
    padding: 0px !important;

}

/*
.dxic > input { / * aggiunto da maro per centrare il numero nella textbox quantità per gli accessori * /
    text-align: center;
}
    */
#ctl00_MainContent_gridAccessories_cell0_1_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell1_1_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell2_1_txtQuantity_I,
#ctl00_MainContent_gridAccessories_cell4_1_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell5_1_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell6_1_txtQuantity_I,
#ctl00_MainContent_gridAccessories_cell7_1_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell8_1_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell9_1_txtQuantity_I,
#ctl00_MainContent_gridAccessories_cell10_1_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell11_1_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell12_1_txtQuantity_I,

#ctl00_MainContent_gridAccessories_cell0_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell1_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell2_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell3_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell4_2_txtQuantity_I, 
#ctl00_MainContent_gridAccessories_cell5_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell6_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell7_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell8_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell9_2_txtQuantity_I, 
#ctl00_MainContent_gridAccessories_cell10_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell11_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell12_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell13_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell14_2_txtQuantity_I, 
#ctl00_MainContent_gridAccessories_cell15_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell16_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell17_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell18_2_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell19_2_txtQuantity_I, 
#ctl00_MainContent_gridAccessories_cell20_2_txtQuantity_I,
 
#ctl00_MainContent_gridAccessories_cell0_3_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell1_3_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell2_3_txtQuantity_I,
#ctl00_MainContent_gridAccessories_cell4_3_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell5_3_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell6_3_txtQuantity_I,
#ctl00_MainContent_gridAccessories_cell7_3_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell8_3_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell9_3_txtQuantity_I,
#ctl00_MainContent_gridAccessories_cell10_3_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell11_3_txtQuantity_I, #ctl00_MainContent_gridAccessories_cell12_3_txtQuantity_I




{
    text-align: center;
}


/* stili griglia di selezione partenza / consegna */
dxgvDataRow_newsbc {
  border: 5px solid #c0c0c0;
}


.cerchio {
    width: 20px;
    height: 20px;
    background: #ffffff; /*#0B6E39; */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #ff0000;
    text-align: center;
    padding: 2px;
    font-weight: bold;

    box-shadow: 5px 5px 10px 2px #333333;
    -webkit-box-shadow: 5px 5px 10px 2px #333333;
    -moz-box-shadow: 5px 5px 10px 2px #333333;

    position: relative;
    float: right;
    text-align: center;
}

.boxcurvo {
    background: #ffffff; /*#0B6E39; */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #386e0d;
    text-align: center;
    padding: 2px;
    font-weight: bold;

    box-shadow: 5px 5px 10px 2px #333333;
    -webkit-box-shadow: 5px 5px 10px 2px #333333;
    -moz-box-shadow: 5px 5px 10px 2px #333333;


    text-align: center;
}

/*
dxWeb_edtCheckBoxChecked_newsbc {

border: 41px solid #f08643 !important;

}*/

#lblDescription2 {
    color: #000000;
    font-style: italic;
}


/* ##########################blocco elenco stazioni############################# */

div#content {
    height: auto ;
}

td.boxIndirizzi {
    text-align: left;
    padding: 5px;

}

table.boxIndirizzi {
    text-align: left;
    border-radius: 15px;
    background-color: white;
    border: 1px solid #e63302;
    padding: 10px;
}


.imgCurve {
    background-color: white;
    border: 1px solid #e63302;
    border-radius: 10px;
    color: #e63302;
}


#overlay  {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;

     position: fixed;

     background-image:url(../../Images/IcoMauro/trasp.png)

     /*background: #000;

     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     filter: alpha(opacity=70);
     opacity:0.7;*/
}

.overlayMappa  {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 100000;

     position: fixed;

     background-image:url(../../Images/IcoMauro/trasp.png);
     padding-top: 30px; 
     text-align: center; 
     vertical-align: middle;

     /*background: #000;

     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     filter: alpha(opacity=70);
     opacity:0.7;*/
}

.Mano {
    cursor: pointer;
}

a.TxIcona  {
    text-align: center;
    font-size: 16px;
    color: #0b6e39;
    text-transform: uppercase;
    border: 0px solid #c0c0c0 ;
    line-height: 36px;
    font-weight: bold;
}


table.boxRiepStrutt, tr.boxRiepStrutt important! {bac_kground-color: #F3EEE8; padding: 10px;}
td.boxRiepStrutt {backg_round-color: #F3EEE8; padding: 10px;}
.boxRiepStrutt {bac_kground-color: #F3EEE8; padding: 10px;}

.TxtSettorePagina {

    font-size: 14px; font-weight: bold; 
}

tr {
    background-color: #ffffff;
    color: #000000;
}
/*
tr:nth-child(even) {
    background-color: #f2f2f2;
}*/

table.boxRiepStrutt > tbody {padding: 10px;}


.menuOfferte {
    margin: 6px;
    color: #0B6E39;
    background-color: #ffffff;
    border: 1px #e63302 solid;
    padding: 4px;
    font-size: 12pt;
}

.boxOff {
    margin: 20px; 
    background-color: #ffffff ; 
    border-top: 4px solid #0B6E39; 
    border-left: 1px solid #c0c0c0; 
    border-right: 1px solid #c0c0c0; 
    border-bottom: 1px solid #c0c0c0; 
    width: 300px; 
    height: 200px; 
    display: inline-block;
    padding: 4px;
    text-align: left;
    overflow: hidden;
}

.ImgOffer {
    padding-right: 4px;
    float: left;
    width: 120px;
    padding-bottom: 0px;
    vertical-align: text-top;
    align-content: left;
}


.off1_titolo {
    color: #0B6E39;
    font-weight: bold;
}


.off1_normale {
    color: #444c57;
    font-weight: normal;
    text-align: justify;
}

.ImgOfferBig {
    padding-right: 4px;
    float: left;
    width: 30%;
    padding-bottom: 0px;
    vertical-align: text-top;
    align-content: left;

}

.boxOffBig {
    margin: 0px; 
    background-color: #ffffff ; 
    border-top: 4px solid #0B6E39; 
    border-left: 1px solid #c0c0c0; 
    border-right: 1px solid #c0c0c0; 
    border-bottom: 1px solid #c0c0c0; 
    width: 100%; 
    padding: 10px;
    text-align: left;
}

.off1_titoloBig {
    color: #0B6E39;
    font-weight: bold;
    font-size: 20px;
}

.avviso {
    color: #990000;
}

.ScrittaCurva {
    border: 1px solid #000000;
    background-color: #c0c0c0;
    border-radius: 10px;
    color: #e63302;
    padding: 5px;

/*    -moz-box-shadow: 2px 2px 2px #333333, 5px 6px 3px #30F744;
    -webkit-box-shadow:2px 2px 2px #333333, 5px 6px 3px #30F744;
    box-shadow: 2px 2px 2px #333333, 5px 6px 3px #30F744;*/


  -moz-box-shadow:  10px  10px 5px #0B6D3A;
  -webkit-box-shadow:  10px  10px 5px #0B6D3A;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#0B6D3A', Direction=135, Strength=10);
  box-shadow: 10px 10px 5px #0B6D3A;
}

.Cella1 {
	background-color: #ffffff;
}
.Cella2 {
	background-color: #c0c0c0;
}

table.AreaDown {
    text-align: left;
    border-radius: 15px;
    background-color: white;
    border: 1px solid #e63302;
    padding: 10px;
}


td.Titolo {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: bold;
}

td.Link {

    padding: 15px;
    text-align: justify;
    vertical-align: top;
}

td.LinkA{
    padding: 15px;
    text-align: left;
    vertical-align: top;
}

td.LinkA a{
    text-align: left;
    text-decoration: underline;
}