/* Minification failed. Returning unminified contents.
(2871,19): run-time error CSS1035: Expected colon, found ';'
(2872,11): run-time error CSS1035: Expected colon, found ';'
(6758,262): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
(7943,52): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(8512,14): run-time error CSS1036: Expected expression, found ';'
(8568,14): run-time error CSS1036: Expected expression, found ';'
(8595,42): run-time error CSS1019: Unexpected token, found '.'
(8595,42): run-time error CSS1042: Expected function, found '.'
(8595,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(8622,14): run-time error CSS1036: Expected expression, found ';'
(8627,38): run-time error CSS1019: Unexpected token, found '.'
(8627,38): run-time error CSS1042: Expected function, found '.'
(8627,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(8723,14): run-time error CSS1036: Expected expression, found ';'
(8832,14): run-time error CSS1036: Expected expression, found ';'
(8837,38): run-time error CSS1019: Unexpected token, found '.'
(8837,38): run-time error CSS1042: Expected function, found '.'
(8837,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(8903,14): run-time error CSS1036: Expected expression, found ';'
(8908,38): run-time error CSS1019: Unexpected token, found '.'
(8908,38): run-time error CSS1042: Expected function, found '.'
(8908,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
 */
@font-face {
    font-family: 'Segoemdf';
    src: url("segoe-ui-webfont.ttf");
    src: local("☺"), url("segoe-ui-webfont.woff") format("woff");
}

h1, h2 {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.framecontainer {
    background-color: transparent;
    min-width: 200px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}




.widcontainer {
    background-color: #fbfbfb; /*!important*/
    box-shadow: 0px 8px 9px 1px rgba(0,0,0,0.6);
}

/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
    body:not(.framecontainer) {
        background-image: url('../images/background_cdf_2x.webp');
    }
}

body:not(.framecontainer) {
    /*background-color: #fbfbfb !important;*/
    background-image: url('../images/background_cdf_light.webp'); /* !important*/
    background-image: -webkit-image-set( url("../images/background_cdf_light.webp") 1x, url("../images/background_cdf_2x.webp") 2x );
    background-image: image-set( url(../images/background_cdf_size.jpg) 1x, url("../images/background_cdf_2x.jpg") 2x ); /* Safari */
    background-attachment: fixed;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    min-width: 200px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}



iframe[name=google_conversion_frame] {
    display: none;
}

.twittercontainer {
    height: 50px;
}

iframe[name=twitterframe] {
    border: none;
    background-color: transparent;
    width: 485px;
    margin-left: 20px;
    margin-top: -10px;
}

.tweet_list {
    list-style-type: none;
    list-style-image: none;
    list-style: none;
    font-family: Verdana, Geneva, sans-serif;
    color: #333333;
}

.avatar {
    border-radius: 4px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-color: transparent;
}

@media (max-width: 767px) {
    body { /* remove bootstrap padding on body and add it to .container */
        padding-left: 0px;
        padding-right: 0px;
        overflow-x: hidden;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
}

/* -----------------------------------------------------
*/
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .fileupload:focus {
    border-color: #C9C9C9;
    box-shadow: 0 0 8px #DDDDDD;
}

form > label {
    color: #404040;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5%;
    margin-top: 2px;
    padding: 11px 0 0;
    text-transform: uppercase;
    width: 30%;
}

form input.large, form textarea.large {
    max-width: 69%;
    width: 69%;
}


input {
    background-color: -moz-field;
    color: -moz-fieldtext;
    cursor: text;
    letter-spacing: normal;
    line-height: normal !important;
    text-align: start;
    text-indent: 0;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal;
}

    input:not([type=checkbox]) {
        -moz-appearance: textfield;
        -moz-user-select: text;
        -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
    }

/*  ----------------------------------------------------------------------------
    page tables made by divs
*/

.page-row {
    display: table;
    clear: left;
}


    .page-row::before, .page-row::after {
        display: table;
        content: "";
    }

    .page-row::after {
        clear: both;
    }

.page-cell {
    display: inline-block;
    width: 100% !important;
    /*padding-left:10px;
    padding-right:10px;*/
}

    .page-cell > div, .page-cell > div {
        padding-left: 5px;
        padding-right: 5px;
    }

        .page-cell > div.pricing-name-1 {
            padding-left: 0px;
            padding-right: 0px;
        }

/*
.page-cell > div:not(:first-child) {
    width: 100%;
}
.page-cell:not(.pricing-header) > div.pricing-cell:not(:first-child) {
    max-width:78px;
}*/
/*  ----------------------------------------------------------------------------
    center spans
*/

.researcher-wrapper {
    display: inline-flex;
    justify-content: space-between;
    width: 98%;
    align-items: center;
    padding-inline: 10px;
}

@media (max-width: 767px) {
    .responsive-center {
        text-align: center;
    }

    .researcher-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .responsive-center .image-shadowBorder {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }


    .portofolio-item {
        display: flex !important;
        flex-direction: column;
        gap: 20px;
    }
}



/*
    =======================================================================================================

    Name          : Header

    =======================================================================================================
*/


.header {
    margin-top: -10px;
    margin-bottom: 20px;
}


@media (max-width: 767px) {
    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .header-barWrapper .span9 {
        max-width: 45%;
    }
}

@media (max-width: 360px) {
    .header-search {
        display: none;
    }

    .header-barWrapper .span9 {
        max-width: 100%;
    }
}


/*  ----------------------------------------------------------------------------
    Top line from all the pages except index
*/

.header-barWrapper {
    background-color: #1893C7;
    padding: 30px 0px 30px 0px;
    position: relative;
}

    .header-barWrapper:before {
        /*background: url('../images/page-index/shadow_down_exterior.png') repeat-x transparent;*/
        /*background-color:rgba(255,255,255,0.25);*/
        background-position: center bottom;
        display: block;
        content: '';
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute;
        width: 100%;
        bottom: -23px;
        height: 23px;
    }


    .header-barWrapper:after {
        position: relative;
        top: 35px;
        padding-top: 5px; /* hack the double border */

        display: block;
        content: '';
        border-top: 0px solid white;
        height: 4px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        /*background-color:rgba(255,255,255,0.25);*/
        /*background: url('../images/header/header_shadow.png') no-repeat transparent;*/
        background-position: center top;
    }


/*  ----------------------------------------------------------------------------
    Search box
*/

.header-search {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .header-search .input-append {
        margin-right: 0px;
        margin-bottom: 0px !important;
    }

.input-prepend.input-append input {
    width: 129px !important;
}

.header-bar h3 {
    color: #FFFFFF !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.header-page-description {
    color: #FFFFFF !important;
}





.stars-layer1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars.png') repeat-x;
    /* stars-layer-opacity1 */
}

.stars-layer2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars2.png') repeat-x;
    /* stars-layer-opacity2 */
}

.stars-layer3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars3.png') repeat-x;
    /* stars-layer-opacity3 */
}



/*
    =======================================================================================================

    Name          : Header menu

    =======================================================================================================
*/


@media (max-width: 767px) {
    .js-jquery-dropdown {
        float: none !important;
        position: relative;
        left: -50%;
    }


    .js-jquery-dropdown-wrapper {
        position: relative;
        float: left;
        left: 50%;
    }
}


@media (max-width: 480px) {
    ul.js-jquery-dropdown {
        width: 100% !important;
        display: block !important;
        float: none;
    }

        ul.js-jquery-dropdown li { /* the main menu */
            float: none !important;
            zoom: 1;
            width: 100% !important;
        }

            ul.js-jquery-dropdown li a {
                width: 100% !important;
            }

    .js-jquery-dropdown-wrapper {
        width: 100%;
    }


    ul.js-jquery-dropdown ul {
        width: 100% !important;
        border-radius: 0px 0px 4px 4px !important;
        -moz-border-radius: 0px 0px 4px 4px !important;
        -webkit-border-radius: 0px 0px 4px 4px !important;
    }
}

.js-jquery-dropdown { /* all the menu */
    float: right;
    /*
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    */
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    margin-top: 10px !important;
}





    ul.js-jquery-dropdown, .js-jquery-dropdown ul { /* set up the list style for our menu and submenu */
        position: relative;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        ul.js-jquery-dropdown li { /* the main menu */
            float: left;
            zoom: 1;
            margin: 0px 2px 0px 2px;
        }


            ul.js-jquery-dropdown li a { /* main manu links */
                display: block;
                padding: 6px 15px 5px 15px;
                color: #525252;
                text-decoration: none;
            }



    .js-jquery-dropdown > .menu-selected { /* main manu selected li element */
        background-color: White !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
        -webkit-box-shadow: inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
        box-shadow: inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
        color: #D4421F !important;
        border: 1px solid white;
        position: relative;
        top: -2px;
    }

.menu-selected > a { /* main menu selected link */
    padding: 6px 14px 5px 14px !important;
    color: #D4421F !important;
}

ul.js-jquery-dropdown a:hover { /* hover color for all the links */
    color: #D4421F;
}


.sub_menu_arrow { /* small arrow for menus with submenus */
    position: relative;
    width: 7px;
    height: 4px;
    background-image: url('../images/header/menu_arrow.png');
    display: inline-block;
    vertical-align: bottom;
    top: -6px;
    left: 2px;
}



.menu-selected .sub_menu_arrow {
}


ul.js-jquery-dropdown a:hover .sub_menu_arrow { /* hover color for all the links */
}

ul.js-jquery-dropdown li.hover, ul.js-jquery-dropdown li:hover { /* hover submenu for .hover class - the .hover class is added by javascript */
    position: relative;
}


ul.js-jquery-dropdown li.hover { /* hover on menu (top menu) li */
    color: #D4421F !important;
    border: 1px solid white;
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-box-shadow: 1px 1px 2px 1px rgba(177, 177, 177, 0.27);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(177, 177, 177, 0.27);
    box-shadow: 1px 1px 2px 1px rgba(177, 177, 177, 0.27);
    background-color: white;
    z-index: 9999;
}



    ul.js-jquery-dropdown li.hover > a { /* hover on menu (top menu) link */
        padding: 5px 14px 4px 14px;
    }




ul.js-jquery-dropdown ul { /* hover on menu (the dropdown menu) */
    top: 29px;
    padding-top: 5px;
    padding-bottom: 3px;
    width: 150px;
    display: none;
    position: absolute;
    left: -1px;
    border: 1px solid white;
    border-top: none;
    -moz-box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27) !important;
    -webkit-box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27);
    box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27);
    border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;
    font-size: 12px;
    background-color: white;
    overflow-x: hidden;
    z-index: 9999;
}

    ul.js-jquery-dropdown ul a {
        padding-left: 12px !important;
    }

@-moz-document url-prefix() { /* fix for firefox shadow to big*/
    ul.js-jquery-dropdown ul {
        box-shadow: 1px 3px 2px 1px rgba(177, 177, 177, 0.27) !important;
    }
}


.dropdown-menu-moved { /* this class is added to the menu when there is not enought space on the right to show it*/
    left: -50px !important; /* move the menu */
}

.dropdown-separator { /* separator in the menu */
    border-bottom: 1px solid #eeeded;
    height: 0px;
    margin: 3px 3px 0px 3px;
}

ul.js-jquery-dropdown ul li {
    float: none;
    padding-top: 2px;
}



    ul.js-jquery-dropdown ul li a { /* IE 6 & 7 Needs Inline Block */
        border-right: none;
        width: 120px;
        display: inline-block;
    }



/*
    =======================================================================================================

    Name          : Content typology

    =======================================================================================================
*/


a {
    color: #D4421F;
}

    a:hover {
        color: #D4421F;
    }


.link-arrow {
    position: relative;
    top: -1px;
}

/*  ----------------------------------------------------------------------------
    Headers
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    margin: 30px 0px 15px 0px;
    color: #333333;
}

h1 {
    font-size: 30px;
    font-weight: normal;
}

h2 {
    font-size: 24px;
    font-weight: normal;
}

h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    font-weight: normal;
}

h5 {
    font-size: 18px;
    font-weight: normal;
}

h6 {
    font-size: 16px;
    font-weight: normal;
    color: #7F7F7F;
}

.h-color {
    color: #D4421F;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
}

h1.h-color {
    font-size: 18px;
}

h2.h-color {
    font-size: 17px;
}

h3.h-color {
    font-size: 16px;
}

h4.h-color {
    font-size: 15px;
}

h5.h-color {
    font-size: 14px;
}

h6.h-color {
    font-size: 12px;
}


/*  ----------------------------------------------------------------------------
    elements
*/


p {
    margin: 0px 0px 15px 0px;
}

code {
    background-color: #F7F7F7;
    color: #333333;
    border: none;
}


pre {
    background-color: transparent;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

blockquote {
    background-color: #F7F7F7;
    padding: 20px;
    position: relative;
    left: -20px;
    position: relative;
    border-left: 4px solid #D4421F;
}

    blockquote:after {
        top: 0px;
        right: -40px;
        position: absolute;
        display: block;
        content: '';
        height: 100%;
        width: 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-color: #F7F7F7;
    }

    blockquote.pull-right {
        padding-left: 20px;
        border-right: none;
    }

        blockquote.pull-right:after {
            border-right: 4px solid #D4421F;
            width: 40px;
            right: -40px;
        }


ul {
    list-style: disc url('../images/icons/ul-li.png');
    margin: 0px;
    padding: 0px 0px 0px 14px;
}


    ul li {
        margin: 0px;
        line-height: 20px;
    }

ol { /* ordered list */
    line-height: 25px;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

    ol li {
        margin: 0px;
        line-height: 20px;
    }

/*  ----------------------------------------------------------------------------
    Full width and borderz
*/

.ty-full-width {
    padding: 20px 0px 20px 20px;
    position: relative;
    left: -20px;
    background-color: #F7F7F7;
}


    .ty-full-width:after {
        top: 0px;
        right: -40px;
        position: absolute;
        display: block;
        content: '';
        height: 100%;
        width: 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-color: #F7F7F7;
    }

.ty-border-left {
    border-left: 4px solid #D4421F;
}

.ty-border-right:after {
    border-right: 4px solid #D4421F;
    width: 40px;
    right: -40px;
    top: 0px;
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F7F7F7;
}

/*  ----------------------------------------------------------------------------
    Images with shadow and border
*/
.image-shadowWrap {
    line-height: 0px;
    font-size: 0
}

    .image-shadowWrap a {
        display: block;
        position: relative;
    }

.image-shadowBorder {
    position: absolute;
    top: 0px;
    left: 0px;
}

.image-shadowWrap:hover {
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity: 0.9;
}

    .image-shadowWrap:hover .image-shadowBorder {
        display: none;
    }

/***** 
    AddRibon for image-shadowWrap 
    */
.image-shadowWrap {
    position: relative;
}

.box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 200px;
    height: 200px;
    text-align: right;
}

    .ribbon span {
        font-size: 24px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 30px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 150px;
        ;
        display: block;
        background: #79A70A;
        background: linear-gradient(#24B040 0%, #1C8731 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 28px;
        right: -31px; /* +9px ?*/
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #168730;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #168730;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #168730;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #168730;
        }




/*  ----------------------------------------------------------------------------
    Images align
*/

.image-center {
    text-align: center;
}

    .image-center .image-shadowBorder {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

.image-left {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
}

.image-right {
    float: right;
    margin-left: 20px !important;
    margin-top: 6px;
}

.image-clear { /* clar after align */
    clear: both;
}



/*
    =======================================================================================================

    Name          : Index page

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    Line from behind the slide
*/

@media (max-width: 767px) {
    .page-index-slideBackWrap {
        /*top:120px !important;*/
    }
}

.page-index-slideBackWrap {
    display: block;
    height: 346px;
    left: 0px;
    top: 90px;
    position: absolute;
    width: 100%;
    background-color: transparent; /*background-color: #1893C7;*/
    background-position: center bottom;
    z-index: -1;
    border-top: 1px solid #1893C7;
    display: none; /* we show it only when the slide is loaded */
}

.page-index-slideBackWrap-medium {
    top: 55px !important;
    height: 280px !important;
}


.page-index-slideBackWrap:before { /* double top border hack */
    position: absolute;
    display: none;
    /*content:''; */
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
}


.page-index-slideBackWrap:after { /* the background shadow */
    position: absolute;
    display: none;
    /*content:''; */
    height: 23px;
    width: 100%;
    bottom: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url('../images/page-index/shadow_down_exterior.png') repeat-x transparent;
}

.page-index-slideBottom {
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid white;
    display: none;
    /* background: url('../images/page-index/shadow_back_slide.png') no-repeat #fbfbfb;
    background-position:center bottom;*/
}

/*
	Simple modal 
*/
#basic-modal-content {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

/* Container */
#simplemodal-container {
    display: none;
    height: 542px;
    width: 800px;
    color: #bbb;
    background-color: #FFF;
    border: 4px solid #444;
    padding: 12px;
}

    #simplemodal-container .simplemodal-data {
        padding: 8px;
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
        padding: 4px 6px 6px;
    }

    #simplemodal-container a {
        color: #ddd;
    }

        #simplemodal-container a.modalCloseImg {
            background: url(../images/x.png) no-repeat;
            width: 25px;
            height: 29px;
            display: inline;
            z-index: 3200;
            position: absolute;
            top: -15px;
            right: -16px;
            cursor: pointer;
        }

    #simplemodal-container h3 {
        color: #84b8d9;
    }

.simplemodal-wrap {
    height: 560px;
}

.btn.submit_form {
    margin-top: 20px;
}

/*  ----------------------------------------------------------------------------
    features boxes (orange icons)
*/

.page-index-fature {
    margin-top: 13px;
}

.feature-orangeCircle {
    float: left;
    height: 52px;
    width: 52px;
    background: url('../images/page-index/orange_circle-red.png') no-repeat transparent;
}

    .feature-orangeCircle img {
        position: relative;
        left: 9px;
        top: 9px;
    }


.page-index-fature h3 {
    margin-left: 70px;
    margin-top: 0px;
    color: #1893c7;
    font-weight: bolder;
}


.feature-content {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin-left: 70px;
}

/*  ----------------------------------------------------------------------------
    shoutout
*/
.shoutout {
    margin-top: 35px;
    padding-bottom: 40px;
    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

    .shoutout .span12 {
        text-align: center;
        cursor: pointer;
    }



/*  ----------------------------------------------------------------------------
    recent work
*/

.recentWork-section {
    padding-top: 0px;
}



.recentWork-title {
    font-weight: bold;
}

.recentWork-content {
}

.page-index-recentWork .span4 {
    margin-bottom: 40px;
}

/*  ----------------------------------------------------------------------------
    why pick us section
*/


@media (max-width: 767px) {
    .whyPickUs-question {
        padding-top: 20px !important;
    }

    .whyPickUs {
        background-image: none !important;
    }
}

.whyPickUs {
    margin-top: 30px;
    padding: 0px 0px 30px 0px;
    background-image: url('../images/page-index/why_pick_gradient.png');
    background-position: center top;
    background-repeat: repeat-y;
}

.whyPickUs-question h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.whyPickUs-question {
    padding-top: 80px;
}

.whyPickUs-questionContent {
    margin-top: 20px;
}


.whyPickUs-reason {
    margin-top: 50px;
}

.whyPickUs-first { /* first reason */
    margin-top: 30px !important;
}


.whyPickUs-reason img {
    float: left;
}

.whyPickUs-reason h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.whyPickUs-reason .whyPickUs-content {
    margin-left: 80px;
}

/*  ----------------------------------------------------------------------------
    Latest from the blog
*/

@media (max-width: 767px) {
    .latestBlog-section {
        margin-top: 0px !important;
    }

        .latestBlog-section h3 {
            margin-top: 0px;
        }
}

.latestBlog-section {
    margin-top: 50px;
}


.latestBlog-title {
    font-weight: bold;
}

.latestBlog-meta {
    color: #A2A2A2;
    font-size: 11px;
    position: relative;
    top: -2px;
}

.latestBlog-content {
}

.page-index-latestBlog .span3 {
    margin-bottom: 30px;
}

/*  ----------------------------------------------------------------------------
    Client testimonials
*/

@media (max-width: 767px) {
    .testimonial-section {
        display: none;
    }
}


.testimonials {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

    .testimonials span {
        color: #D4421F;
    }

.testimonials-person {
    width: 92px;
    height: 98px;
    overflow: hidden;
    position: relative;
    float: right;
}

.testimonials-person-pic {
    position: absolute;
    top: 0px;
    left: 0px;
}

.testimonials-person-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.testimonioals-arrows div {
    background: url('../images/page-index/client-testimonials/testimonials_arrows.png') no-repeat;
    width: 20px;
    height: 22px;
    margin-top: 10px;
    cursor: pointer;
}

.testimonioals-arrows .testimonials-leftArrow {
    float: left;
}

    .testimonioals-arrows .testimonials-leftArrow:hover {
        background-position: -40px 0px;
    }

.testimonioals-arrows .testimonials-rightArrow {
    float: left;
    background-position: -20px 0px;
    margin-left: 10px;
}

    .testimonioals-arrows .testimonials-rightArrow:hover {
        background-position: -60px 0px;
    }



/*
    =======================================================================================================

    Name          : Content forms

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    Nivo text v1
*/

.nivo-v1-line1 {
    padding: 5px 8px 5px 8px;
    color: white;
    background-color: #D4421F;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    text-shadow: 1px 1px 0px #EB8F0C
}

.nivo-v1-line2 {
    background-color: #fbfbfb;
    padding: 5px 8px 5px 8px;
    color: #525252;
    font-weight: bold;
    font-size: 13px;
    opacity: 0.7;
    display: inline-block;
}





/*  ----------------------------------------------------------------------------
    Nivo block caption
*/
.nivo-block-caption {
    position: relative;
    top: 105px;
    width: 70% !important;
    display: block !important;
    padding: 10px;
}

    .nivo-block-caption h3 {
        margin-top: 0px;
        margin-bottom: 5px;
        color: white;
    }

    .nivo-block-caption:before {
        display: block;
        content: '';
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: 0.2;
        z-index: -1;
    }





@media (max-width: 979px) {
    .theme-default .nivo-caption {
        top: 35% !important;
    }

    .nivo-block-caption {
        top: 100px !important;
        width: auto !important;
    }

    .nivo-block-caption-text {
        display: none !important;
    }

    .button-group {
        flex-direction: column;
        align-items: flex-start;
    }
}



@media (max-width: 767px) {
    .nivo-block-caption {
        display: none !important;
    }
}

@media (max-width: 530px) {
    .nivo-v1-line1 {
        opacity: 0.9;
        font-size: 12px;
    }

    .nivo-v1-line2 {
        display: none;
    }

    .theme-default .nivo-caption {
        top: 34% !important;
    }
}


@media (max-width: 400px) {
    .theme-default .nivo-caption {
        display: none !important;
    }

    .nivo-controlNav {
        visibility: hidden !important;
    }
}


/*  ----------------------------------------------------------------------------
    nivo slider caption
*/
.theme-default .nivo-caption {
    width: auto;
    z-index: 7;
    background-color: transparent;
    top: 39%;
    left: 30px;
    opacity: 1;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}

    .theme-default .nivo-caption div {
        display: inline;
        width: auto;
    }



/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
    position: relative;
    background: #fff url('../images/page-index/nivo-slider/loading.gif') no-repeat 50% 50%;
    overflow: visible;
}

    .theme-default .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

    .theme-default .nivoSlider a {
        border: 0;
        display: block;
    }

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 0px;
    position: relative;
    top: -30px;
    z-index: 7;
}

    .theme-default .nivo-controlNav:after { /* slider shadow */
        position: relative;
        display: block;
        content: '';
        height: 10px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: transparent url('../images/page-index/nivo-slider/shadow_slide.png') no-repeat;
        background-position: center bottom;
        top: 10px;
    }

    /* slides bulets */
    .theme-default .nivo-controlNav a {
        display: inline-block;
        width: 17px;
        height: 16px;
        background: url('../images/page-index/nivo-slider/shapes2.png') no-repeat;
        text-indent: -9999px;
        border: 0;
        margin: 0 2px;
        background-position: 0px 0px;
    }

        .theme-default .nivo-controlNav a.active {
            background-position: 0px -16px;
            opacity: 1 !important;
        }

        .theme-default .nivo-controlNav a:hover {
            opacity: 0.7;
        }


/* big next and back */

.theme-default .nivo-directionNav a {
    display: block;
    width: 38px;
    height: 85px;
    background: url('../images/page-index/nivo-slider/slide_sprite-1.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    top: 38%;
}

.theme-default a.nivo-nextNav {
    background-position: -38px 0;
    right: -11px;
}

    .theme-default a.nivo-nextNav:hover {
        background-position: -114px 0;
    }

.theme-default a.nivo-prevNav {
    left: -11px;
}

    .theme-default a.nivo-prevNav:hover {
        background-position: -76px 0;
    }

/* small next and back */
.theme-default a.nivo-smallPrevNav {
    display: block;
    width: 21px;
    height: 47px;
    background: url('../images/page-index/nivo-slider/slide_sprite-1.png') no-repeat;
    background-position: 0px -85px;
    text-indent: -9999px;
    border: 0;
    left: -6px;
}

a.nivo-smallPrevNav:hover {
    background: url('../images/page-index/nivo-slider/slide_sprite-1.png') no-repeat !important;
    background-position: -42px -85px !important;
}

.theme-default a.nivo-smallNextNav {
    display: block;
    width: 21px;
    height: 47px;
    background: url('../images/page-index/nivo-slider/slide_sprite-1.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    background-position: -21px -85px;
    right: -6px;
}

a.nivo-smallNextNav:hover {
    background: url('../images/page-index/nivo-slider/slide_sprite-1.png') no-repeat !important;
    background-position: -63px -85px !important;
}






.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

    .theme-default .nivo-caption a:hover {
        color: #fff;
    }

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

    .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
        width: auto;
        height: auto;
        background: none;
        margin-bottom: 5px;
    }

    .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
        display: block;
        width: 120px;
        height: auto;
    }



/*  ----------------------------------------------------------------------------
    panel
*/

.content-cut-panel {
    background: url('../images/page-index/content-cut-background.png') repeat #494949;
    color: white;
}


    .content-cut-panel:before {
        position: absolute;
        display: block;
        content: '';
        height: 27px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: url('../images/page-index/content-cut-shadow-top.png') repeat-x transparent;
        background-position: top;
    }


.cut-panel-bottom-shadow {
    margin-top: 20px;
    position: relative;
    height: 27px;
    width: 100%;
    background: url('../images/page-index/content-cut-shadow-bottom.png') repeat-x transparent;
}

.content-cut-panel h3 {
    color: white;
}

    .content-cut-panel h3.h-color {
        color: #D4421F;
    }

/*  ----------------------------------------------------------------------------
    button
*/
.content-cut-button {
    background: url('../images/page-index/button_show_me.png') no-repeat transparent;
    width: 169px;
    height: 44px;
    cursor: pointer;
    margin-bottom: 6px;
    position: relative;
    top: 1px;
}


    .content-cut-button:hover {
        background: url('../images/page-index/button_show_me.png') no-repeat transparent;
        height: 50px;
        margin-bottom: 0px;
        background-position: 0px -44px;
    }


.content-cut-button-open {
    background-position: 0px -94px;
}

div.content-cut-button-open:hover {
    background: url('../images/page-index/button_show_me.png') no-repeat transparent;
    height: 44px;
    margin-bottom: 6px;
    background-position: 0px -94px;
}

@media (max-width: 767px) {
    .content-cut-button {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}



/*
    =======================================================================================================

    Name          : Content forms

    =======================================================================================================
*/


.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input,
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: white;
    border-top: 1px solid silver;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    color: #222;
    font-family: arial,sans-serif;
    font-size: 14px;
    height: 29px;
    margin: 0 !important;
    padding: 3px 0 3px 8px;
    -o-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

textarea {
    height: 250px;
    padding: 8px;
    max-width: 100%;
    width: 100% !important;
}

@media (max-width: 979px) {
    #DispoContainer .input-prepend input,
    #DispoContainer .input-append input,
    #DispoContainer .input-prepend select,
    #DispoContainer .input-append select,
    #DispoContainer .input-prepend .uneditable-input,
    #DispoContainer .input-append .uneditable-input,
    #DispoContainer textarea {
        width: 190px;
    }

    #dispo.acc {
        width: 100px !important;
        margin-left: 58px !important;
    }
}


.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus, textarea:focus {
    z-index: 99 !important;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3) !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3) !important;
    padding-left: 9px;
    padding-top: 4px;
    -o-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}


.input-prepend .add-on {
    height: 19px !important;
    background-color: white !important;
    position: relative;
    left: 1px !important;
    border-right: none;
    width: 22px;
    z-index: 1 !important;
}

h1 > .btn {
    text-shadow: none;
    border-radius: 0 0;
}

.input-append .btn {
    background-color: white !important;
    background-image: none;
    height: 29px;
    border: 1px solid #D9D9D9;
    border-left: none;
    text-shadow: none;
    border-radius: 0 0;
    position: relative;
    left: -1px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}



/*
    =======================================================================================================

    Name          : Content sidebar

    =======================================================================================================
*/


@media (max-width: 767px) {
    .content-with-sidebar:after { /* remove shadow when the sidebar drops*/
        background-image: none !important;
    }
}


.content-with-sidebar {
    position: relative;
    border-collapse: collapse;
    padding-top: 0px;
}

    .content-with-sidebar:after {
        background: url('../images/sidebar/sidebar_shadow.png') repeat-y transparent;
        background-position: right;
        display: block;
        content: '';
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute;
        right: -37px;
        top: 0px;
        height: 100%;
    }

#VideContainer:after {
    background: url('../images/sidebar/sidebar_shadow_2.png') repeat-y transparent;
    background-position: left;
    display: block;
    content: '';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    width: 20px;
    right: -37px;
    top: 0px;
    height: 100%;
}

.content-widget {
    margin-top: 50px;
    margin-bottom: 50px;
}



/*
    =======================================================================================================

    Name          : Content table

    =======================================================================================================
*/


.table-color th {
    background-color: #EBEBEB;
}



/*
    =======================================================================================================

    Name          : Testimonials

    =======================================================================================================
*/


@media (max-width: 480px) {
    .testimonials-section-left {
        padding-right: 0px !important;
    }
}


.content-testimonials {
    list-style: none;
    width: 200px;
    height: 300px;
    /*margin-left: 98px;*/
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}




    .content-testimonials li {
        width: 250px;
        height: 280px;
        background-color: white;
        box-shadow: 0px 0px 6px #C7C7C7;
        border: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }


.roundabout-moveable-item {
    cursor: pointer;
}

.roundabout-in-focus {
    cursor: auto;
}



/*  ----------------------------------------------------------------------------
    testimonial slide text
*/
.content-testimonials h3 {
    margin-top: 10%;
    margin-bottom: 0px;
    text-align: center;
}


.content-testimonials-function {
    color: #C3C3C3;
    text-align: center;
    margin-bottom: 5%;
}


.content-testimonials-text {
    text-align: center;
    padding: 4% 3% 0px 3%;
    line-height: 180%;
}



/*  ----------------------------------------------------------------------------
    testimonial slide person
*/

.content-testimonials-person {
    position: relative;
    width: 100%;
    height: 98px;
}

.content-testimonials-face {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.content-testimonials-mask {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}



/*
    =======================================================================================================

    Name          : Content typology

    =======================================================================================================
*/


a {
    color: #D4421F;
}

    a:hover {
        color: #D4421F;
    }


.link-arrow {
    position: relative;
    top: -1px;
}

/*  ----------------------------------------------------------------------------
    Headers
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    margin: 30px 0px 15px 0px;
    color: #333333;
}

h1 {
    font-size: 30px;
    font-weight: normal;
}

h2 {
    font-size: 24px;
    font-weight: normal;
}

h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    font-weight: normal;
}

h5 {
    font-size: 18px;
    font-weight: normal;
}

h6 {
    font-size: 16px;
    font-weight: normal;
    color: #7F7F7F;
}

.h-color {
    color: #D4421F;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
}

h1.h-color {
    font-size: 18px;
}

h2.h-color {
    font-size: 17px;
}

h3.h-color {
    font-size: 16px;
}

h4.h-color {
    font-size: 15px;
}

h5.h-color {
    font-size: 14px;
}

h6.h-color {
    font-size: 12px;
}


/*  ----------------------------------------------------------------------------
    elements
*/


p {
    margin: 0px 0px 15px 0px;
}

code {
    background-color: #F7F7F7;
    color: #333333;
    border: none;
}


pre {
    background-color: transparent;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

blockquote {
    background-color: #F7F7F7;
    padding: 20px;
    position: relative;
    left: -20px;
    position: relative;
    border-left: 4px solid #D4421F;
}

    blockquote:after {
        top: 0px;
        right: -40px;
        position: absolute;
        display: block;
        content: '';
        height: 100%;
        width: 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-color: #F7F7F7;
    }

    blockquote.pull-right {
        padding-left: 20px;
        border-right: none;
    }

        blockquote.pull-right:after {
            border-right: 4px solid #D4421F;
            width: 40px;
            right: -40px;
        }


ul {
    list-style: disc url('../images/icons/ul-li.png');
    margin: 0px;
    padding: 0px 0px 0px 14px;
}


    ul li {
        margin: 0px;
        line-height: 20px;
    }

ol { /* ordered list */
    line-height: 25px;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

    ol li {
        margin: 0px;
        line-height: 20px;
    }

/*  ----------------------------------------------------------------------------
    Full width and borderz
*/

.ty-full-width {
    padding: 20px 0px 20px 20px;
    position: relative;
    left: -20px;
    background-color: #F7F7F7;
}


    .ty-full-width:after {
        top: 0px;
        right: -40px;
        position: absolute;
        display: block;
        content: '';
        height: 100%;
        width: 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-color: #F7F7F7;
    }

.ty-border-left {
    border-left: 4px solid #D4421F;
}

.ty-border-right:after {
    border-right: 4px solid #D4421F;
    width: 40px;
    right: -40px;
    top: 0px;
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F7F7F7;
}

/*  ----------------------------------------------------------------------------
    Images with shadow and border
*/
.image-shadowWrap {
    line-height: 0px;
    font-size: 0
}

    .image-shadowWrap a {
        display: block;
        position: relative;
    }

.image-shadowBorder {
    position: absolute;
    top: 0px;
    left: 0px;
}

.image-shadowWrap:hover {
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity: 0.9;
}

    .image-shadowWrap:hover .image-shadowBorder {
        display: none;
    }


/*  ----------------------------------------------------------------------------
    Images align
*/

.image-center {
    text-align: center;
}

    .image-center .image-shadowBorder {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

.image-left {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
}

.image-right {
    float: right;
    margin-left: 20px !important;
    margin-top: 6px;
}

.image-clear { /* clar after align */
    clear: both;
}



/*
    =======================================================================================================

    Name          : Footer

    =======================================================================================================
*/

.footer-social img {
    padding-bottom: 7px;
}

    .footer-social img:hover {
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        opacity: 0.7;
    }

.footer-social h3 {
    text-align: center;
    margin-top: 10px !important;
}

.footer-wrapper {
    background: url('../images/footer/footer_border_up.png') repeat-x #E8F8FF;
    border-bottom: 1px solid #f9f7f7;
    margin-top: 65px;
}

.footer-withSidebar {
    margin-top: 0px !important;
}

.footer-wrapper:after { /* double top border hack */
    position: relative;
    top: 7px;
    display: block;
    content: '';
    border-top: 1px solid #e9e9e9;
    height: 6px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url('../images/footer/footer_shadow.png') no-repeat transparent;
    background-position: center;
}

.footer-wrapper .span4 {
    padding: 30px 0px 30px 0px;
}

/*  ----------------------------------------------------------------------------
    right contact 'table'
*/

.footer-contact-icon {
    width: 35px !important;
}

.footer-contact-info {
    width: 240px !important;
}

.footer-contact-info-addr {
    width: 240px !important;
}

.footer-contact-name {
    width: 90px !important;
}



/*  ----------------------------------------------------------------------------
    copyright
*/

.footer-copyright-wrapper {
    background-color: #1893C7;
    width: 100% !important;
}

.footer-copyright {
    color: #FFFFFF !important;
    padding: 20px 0px 50px 0px;
    font-size: 11px;
}



/*
    =======================================================================================================

    Name          : Header menu

    =======================================================================================================
*/

@media (max-width: 992px) {
    #menu-footer {
        margin-top: 5px;
        padding: 10px 15px;
    }

    .titlecdf {
        margin-left: 60px;
    }

    .languages {
        margin-top: 28px;
        text-align: right;
    }

        .languages a img {
            width: 32px;
        }

    .page-index-fature h3 {
        font-size: 1.40em;
    }

    #DispoContainer {
    }

    .content-with-sidebar::after {
        background: none;
    }
}

@media (min-width: 767px) and (max-width: 992px) {

    .page-index-fature .feature-content {
        width: auto;
    }
}

@media (min-width: 767px) and (max-width: 992px) {

    #DispoContainer > div {
        /*width: 35% !important;*/
        margin: 0 auto 5px auto !important;
    }

    #dispo {
        width: 35% !important;
        margin-left: 235px !important;
    }
}

@media (max-width: 766px) {



    /*#DispoContainer > div, #dispo {
        width: 50% ;
        margin: 0 auto !important;
        min-width:210px;
    }*/

    #DispoContainer > div {
        width: 210px !important;
        margin: 0 auto 5px auto !important;
    }

        #DispoContainer > div input {
            width: 170px;
        }

    #dispo {
        width: 35% !important;
        margin-left: 35% !important;
    }

    .devispersonnalise {
        padding-left: 0px !important;
    }

    .infodiv {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .divimgmb {
        display: none !important;
    }

    .whyPickUs-reason {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .js-jquery-dropdown {
        float: none !important;
        position: relative;
        left: -50%;
    }


    .js-jquery-dropdown-wrapper {
        position: relative;
        float: left;
        left: 50%;
    }
}


@media (max-width: 480px) {
    ul.js-jquery-dropdown {
        width: 100% !important;
        display: block !important;
        float: none;
    }

        ul.js-jquery-dropdown li { /* the main menu */
            float: none !important;
            zoom: 1;
            width: 100% !important;
        }

            ul.js-jquery-dropdown li a {
                width: 100% !important;
            }

    .js-jquery-dropdown-wrapper {
        width: 100%;
    }


    ul.js-jquery-dropdown ul {
        width: 100% !important;
        border-radius: 0px 0px 4px 4px !important;
        -moz-border-radius: 0px 0px 4px 4px !important;
        -webkit-border-radius: 0px 0px 4px 4px !important;
    }
}

.js-jquery-dropdown { /* all the menu */
    float: right;
    /*
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    */
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    margin-top: 10px !important;
}





    ul.js-jquery-dropdown, .js-jquery-dropdown ul { /* set up the list style for our menu and submenu */
        position: relative;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        ul.js-jquery-dropdown li { /* the main menu */
            float: left;
            zoom: 1;
            margin: 0px 2px 0px 2px;
        }

@media (min-width: 650px) {
    .js-jquery-dropdown {
        background-color: rgba(0,0,0,0.2);
        height: 35px;
        width: auto;
        text-align: center;
        display: inline-block;
    }

        .js-jquery-dropdown > .menu-selected {
            background-color: transparent;
        }

    .header > .span12 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
        display: flex;
        height: 43px;
    }

    .js-jquery-dropdown-wrapper {
        margin-left: auto;
        margin-right: auto;
        /*width:600px;*/
        width: auto;
        text-align: center;
        display: inline-block;
    }

    li.menu-selected {
        border-radius: 0px !important;
        margin-top: 2px !important;
        margin-bottom: -2px !important;
        margin-left: 0px !important;
    }
}





ul.js-jquery-dropdown li a { /* main manu links */
    display: block;
    padding: 6px 15px 5px 15px;
    color: #ffffff; /*#525252;*/
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
    text-decoration: none;
}



.js-jquery-dropdown > .menu-selected { /* main manu selected li element */
    background-color: White !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
    -webkit-box-shadow: inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
    box-shadow: inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
    color: #D4421F !important;
    border: 1px solid white;
    position: relative;
    top: -2px;
}

.menu-selected > a { /* main menu selected link */
    padding: 6px 14px 5px 14px !important;
    color: #D4421F !important;
}

ul.js-jquery-dropdown a:hover { /* hover color for all the links */
    color: #D4421F;
}


.sub_menu_arrow { /* small arrow for menus with submenus */
    position: relative;
    width: 7px;
    height: 4px;
    background-image: url('../images/header/menu_arrow.png');
    display: inline-block;
    vertical-align: bottom;
    top: -6px;
    left: 2px;
}



.menu-selected .sub_menu_arrow {
}


ul.js-jquery-dropdown a:hover .sub_menu_arrow { /* hover color for all the links */
}

ul.js-jquery-dropdown li.hover, ul.js-jquery-dropdown li:hover { /* hover submenu for .hover class - the .hover class is added by javascript */
    position: relative;
}


ul.js-jquery-dropdown li.hover { /* hover on menu (top menu) li */
    color: #D4421F !important;
    border: 1px solid white;
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-box-shadow: 1px 1px 2px 1px rgba(177, 177, 177, 0.27);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(177, 177, 177, 0.27);
    box-shadow: 1px 1px 2px 1px rgba(177, 177, 177, 0.27);
    background-color: white;
    z-index: 9999;
}



    ul.js-jquery-dropdown li.hover > a { /* hover on menu (top menu) link */
        padding: 5px 14px 4px 14px;
    }




ul.js-jquery-dropdown ul { /* hover on menu (the dropdown menu) */
    top: 29px;
    padding-top: 5px;
    padding-bottom: 3px;
    width: 150px;
    display: none;
    position: absolute;
    left: -1px;
    border: 1px solid white;
    border-top: none;
    -moz-box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27) !important;
    -webkit-box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27);
    box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27);
    border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;
    font-size: 12px;
    background-color: white;
    overflow-x: hidden;
    z-index: 9999;
}

    ul.js-jquery-dropdown ul a {
        padding-left: 12px !important;
    }

@-moz-document url-prefix() { /* fix for firefox shadow to big*/
    ul.js-jquery-dropdown ul {
        box-shadow: 1px 3px 2px 1px rgba(177, 177, 177, 0.27) !important;
    }
}


.dropdown-menu-moved { /* this class is added to the menu when there is not enought space on the right to show it*/
    left: -50px !important; /* move the menu */
}

.dropdown-separator { /* separator in the menu */
    border-bottom: 1px solid #eeeded;
    height: 0px;
    margin: 3px 3px 0px 3px;
}

ul.js-jquery-dropdown ul li {
    float: none;
    padding-top: 2px;
}



    ul.js-jquery-dropdown ul li a { /* IE 6 & 7 Needs Inline Block */
        border-right: none;
        width: 120px;
        display: inline-block;
    }



/*
    =======================================================================================================

    Name          : Header

    =======================================================================================================
*/


.header {
    margin-top: -10px;
    margin-bottom: 20px;
}


@media (max-width: 767px) {
    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .header-barWrapper .span9 {
        max-width: inherit;
    }
}


@media (max-width: 360px) {
    .header-search {
        display: none;
    }

    .header-barWrapper .span9 {
        max-width: 100%;
    }
}


/*  ----------------------------------------------------------------------------
    Top line from all the pages except index
*/

.header-barWrapper {
    /*background-color: #1893C7;*/
    padding: 30px 0px 30px 0px;
    position: relative;
    background-color: rgba(255,255,255,0.15);
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
}

    .header-barWrapper:before {
        background: url('../images/page-index/shadow_down_exterior.png') repeat-x transparent;
        background-position: center bottom;
        display: block;
        content: '';
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute;
        width: 100%;
        bottom: -23px;
        height: 23px;
    }


    .header-barWrapper:after {
        position: relative;
        top: 35px;
        padding-top: 5px; /* hack the double border */

        display: block;
        content: '';
        border-top: 0px solid white;
        height: 4px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: url('../images/header/header_shadow.png') no-repeat transparent;
        background-position: center top;
    }


/*  ----------------------------------------------------------------------------
    Search box
*/

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-search {
    position: relative;
    display: flex;
    flex-direction;
    column;
    align-items: flex-end;
}

.header-bar h3 {
    color: #FFFFFF !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.header-page-description {
    color: #FFFFFF !important;
}





.stars-layer1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars.png') repeat-x;
    /* stars-layer-opacity1 */
}

.stars-layer2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars2.png') repeat-x;
    /* stars-layer-opacity2 */
}

.stars-layer3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/header/bg_stars3.png') repeat-x;
    /* stars-layer-opacity3 */
}



/*
    =======================================================================================================

    Name          : About page

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    Shout out
*/

.page-about-shoutout {
    margin-top: 60px;
}

    .page-about-shoutout h3 {
        font-family: 'Dosis', sans-serif;
        font-size: 30px;
        text-align: center;
    }

    .page-about-shoutout div div {
        text-align: center;
    }


/*  ----------------------------------------------------------------------------
    company info
*/

@media (max-width: 979px) {
    .page-about-companyInfo .span8 {
        font-size: 18px !important;
        line-height: 23px !important;
    }
}

.page-about-companyInfo {
    margin-top: 60px;
}

    .page-about-companyInfo .span8 {
        font-family: 'Dosis', sans-serif;
        font-size: 23px;
        color: #666666;
        line-height: 30px;
    }

    .page-about-companyInfo p {
        margin-top: 20px;
    }


/*  ----------------------------------------------------------------------------
    logos
*/
.page-about-logos {
    text-align: center;
    margin-top: 30px;
}

/*  ----------------------------------------------------------------------------
    Shout out SMALL
*/

.page-about-shoutoutSmall {
    margin-top: 60px;
    text-align: center;
}

    .page-about-shoutoutSmall h3 {
        font-family: 'Dosis', sans-serif;
        font-size: 24px;
        text-align: center;
    }

    .page-about-shoutoutSmall div div {
        text-align: center;
    }


/*  ----------------------------------------------------------------------------
    page about principles
*/
.principle-number {
    float: left;
    font-size: 60px;
    width: 50px;
    margin-top: 15px;
    color: #CCCCCC;
}

.page-about-principle {
    margin-top: 60px;
}

.principles-column1 .principle-content {
    padding-right: 10px;
}

.page-about-principle .principle-title {
    font-size: 16px;
    font-weight: bold;
    color: #D4421F;
    margin-left: 55px;
    margin-bottom: 5px;
}

.page-about-principle .principle-content {
    margin-left: 55px;
}



/*  ----------------------------------------------------------------------------
    page about pladge
*/
.page-about-plage {
    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

    .page-about-plage .span12 img {
        float: left;
        margin-right: 30px;
        position: relative;
        top: -10px;
    }

    .page-about-plage .span12 {
        margin-top: 100px;
        font-size: 22px;
        font-family: "CrimsonRoman", "Times New Roman", Georgia, serif;
        color: #666666;
        line-height: 30px;
        padding-bottom: 30px;
    }


/*  ----------------------------------------------------------------------------
    page about za team
*/

.page-about-teamTitle h3 {
    margin-top: 40px;
    font-size: 24px !important;
}

.page-about-team {
    margin-top: 40px;
}

    .page-about-team .span4 {
        margin-bottom: 50px;
    }

.team-name {
    font-size: 16px;
    font-weight: bold;
    color: #D4421F;
}

.team-position {
    font-weight: bold;
}

.team-cv {
    margin-top: 10px;
}

.page-about-team .contact-row {
    position: relative;
    left: -3px;
    margin-top: 5px;
}

.team-social img {
    margin-top: 8px;
    margin-right: 5px;
}

.team-email {
    margin-top: 20px;
}



/*
    =======================================================================================================

    Name          : Blog page

    =======================================================================================================
*/


.blog-title h3 {
    margin-bottom: 0px;
}

.blog-more {
    text-align: right;
}


.blog-meta {
    margin-bottom: 10px;
}



/*
    =======================================================================================================

    Name          : Contact page

    =======================================================================================================
*/


.page-contact-map-wrapper {
    position: relative !important;
}

.page-contact-map {
    width: 100%;
}

.page-contact-mapShadowLeft {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.page-contact-mapShadowRight {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}




/*  ----------------------------------------------------------------------------
    Contact forms
*/



.page-contact .input-prepend { /* space between the inputs */
    margin: 10px 0px 10px 0px;
}

    .page-contact .input-prepend input {
        width: 40%;
        max-width: 350px;
        min-width: 150px;
    }

.page-contact textarea {
    margin: 0px 0px 10px 0px !important;
}


.page-contact .btn { /* the buttons from the contact page */
    padding: 10px 20px 10px 20px;
    box-shadow: none;
}



/*
    =======================================================================================================

    Name          : Content forms

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    Nivo text v1
*/

.nivo-v1-line1 {
    padding: 5px 8px 5px 8px;
    color: white;
    background-color: #D4421F;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    text-shadow: 1px 1px 0px #EB8F0C
}

.nivo-v1-line2 {
    background-color: #fbfbfb;
    padding: 5px 8px 5px 8px;
    color: #525252;
    font-weight: bold;
    font-size: 13px;
    opacity: 0.7;
    display: inline-block;
}





/*  ----------------------------------------------------------------------------
    Nivo block caption
*/
.nivo-block-caption {
    position: relative;
    top: 105px;
    width: 70% !important;
    display: block !important;
    padding: 10px;
}

    .nivo-block-caption h3 {
        margin-top: 0px;
        margin-bottom: 5px;
        color: white;
    }

    .nivo-block-caption:before {
        display: block;
        content: '';
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: 0.2;
        z-index: -1;
    }





@media (max-width: 979px) {
    .theme-default .nivo-caption {
        top: 35% !important;
    }

    .nivo-block-caption {
        top: 100px !important;
        width: auto !important;
    }

    .nivo-block-caption-text {
        display: none !important;
    }
}



@media (max-width: 767px) {
    .nivo-block-caption {
        display: none !important;
    }

    .header-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .span9 h3 {
        text-align: center;
    }
}

@media (max-width: 530px) {
    .nivo-v1-line1 {
        opacity: 0.9;
        font-size: 12px;
    }

    .nivo-v1-line2 {
        display: none;
    }

    .theme-default .nivo-caption {
        top: 34% !important;
    }
}


@media (max-width: 400px) {
    .theme-default .nivo-caption {
        display: none !important;
    }

    .nivo-controlNav {
        visibility: hidden !important;
    }
}


/*  ----------------------------------------------------------------------------
    nivo slider caption
*/
.theme-default .nivo-caption {
    width: auto;
    z-index: 7;
    background-color: transparent;
    top: 39%;
    left: 30px;
    opacity: 1;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}

    .theme-default .nivo-caption div {
        display: inline;
        width: auto;
    }



/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
    position: relative;
    background: #fff url('../images/page-index/nivo-slider/loading.gif') no-repeat 50% 50%;
    overflow: visible;
}

    .theme-default .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

    .theme-default .nivoSlider a {
        border: 0;
        display: block;
    }

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 0px;
    position: relative;
    top: -30px;
    z-index: 7;
}

    .theme-default .nivo-controlNav:after { /* slider shadow */
        position: relative;
        display: block;
        content: '';
        height: 10px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: transparent url('../images/page-index/nivo-slider/shadow_slide.png') no-repeat;
        background-position: center bottom;
        top: 10px;
    }

a.campingantibes:link {
    /* Applies to all unvisited links */
    text-decoration: none;
    font-weight: normal;
    background-color: transparent;
    color: #333333;
}

a.campingantibes:visited {
    /* Applies to all visited links */
    text-decoration: none;
    font-weight: normal;
    background-color: transparent;
    color: #333333;
}

a.campingantibes:hover {
    /* Applies to links under the pointer */
    text-decoration: underline;
    font-weight: normal;
    background-color: transparent;
    color: #333333;
}

a.campingantibes:active {
    /* Applies to activated links */
    text-decoration: none;
    font-weight: normal;
    background-color: transparent;
    color: #333333;
}


/* slides bulets */
.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url('../images/page-index/nivo-slider/shapes2.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
    background-position: 0px 0px;
}

    .theme-default .nivo-controlNav a.active {
        background-position: 0px -16px;
        opacity: 1 !important;
    }

    .theme-default .nivo-controlNav a:hover {
        opacity: 0.7;
    }


/* big next and back */

.theme-default .nivo-directionNav a {
    display: block;
    width: 38px;
    height: 85px;
    background: url('../images/page-index/nivo-slider/slide_sprite-1.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    top: 38%;
}

.theme-default a.nivo-nextNav {
    background-position: -38px 0;
    right: -11px;
}

    .theme-default a.nivo-nextNav:hover {
        background-position: -114px 0;
    }

.theme-default a.nivo-prevNav {
    left: -11px;
}

    .theme-default a.nivo-prevNav:hover {
        background-position: -76px 0;
    }

/* small next and back */
.theme-default a.nivo-smallPrevNav {
    display: block;
    width: 21px;
    height: 47px;
    background: url('../images/page-index/nivo-slider/slide_sprite-1.png') no-repeat;
    background-position: 0px -85px;
    text-indent: -9999px;
    border: 0;
    left: -6px;
}

a.nivo-smallPrevNav:hover {
    background: url('../images/page-index/nivo-slider/slide_sprite-1.png') no-repeat !important;
    background-position: -42px -85px !important;
}

.theme-default a.nivo-smallNextNav {
    display: block;
    width: 21px;
    height: 47px;
    background: url('../images/page-index/nivo-slider/slide_sprite-1.png') no-repeat;
    text-indent: -9999px;
    border: 0;
    background-position: -21px -85px;
    right: -6px;
}

a.nivo-smallNextNav:hover {
    background: url('../images/page-index/nivo-slider/slide_sprite-1.png') no-repeat !important;
    background-position: -63px -85px !important;
}






.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

    .theme-default .nivo-caption a:hover {
        color: #fff;
    }

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

    .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
        width: auto;
        height: auto;
        background: none;
        margin-bottom: 5px;
    }

    .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
        display: block;
        width: 120px;
        height: auto;
    }



/*
    =======================================================================================================

    Name          : Index page

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    Line from behind the slide
*/

@media (max-width: 767px) {
    .page-index-slideBackWrap {
        /*top:120px !important;*/
    }
}

.page-index-slideBackWrap {
    display: none;
    height: 346px;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    /* background-color: #1893C7;*/
    background-color: transparent;
    background-position: center bottom;
    z-index: -1;
    border-top: 0px solid #1893C7;
    display: none; /* we show it only when the slide is loaded */
}

.page-index-slideBackWrap-medium {
    top: 55px !important;
    height: 280px !important;
}


.page-index-slideBackWrap:before { /* double top border hack */
    position: absolute;
    display: none;
    /*content:''; */
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.page-index-slideBackWrap:after { /* the background shadow */
    position: absolute;
    display: none;
    /*content:''; */
    height: 23px;
    width: 100%;
    bottom: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*background: url('../images/page-index/shadow_down_exterior.png') repeat-x transparent;*/
}

.page-index-slideBottom {
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid white;
    background: url('../images/page-index/shadow_back_slide.png') no-repeat #fbfbfb;
    background-position: center bottom;
    display: none;
}


/*  ----------------------------------------------------------------------------
    features boxes (orange icons)
*/

.page-index-fature {
    margin-top: 13px;
}

.feature-orangeCircle {
    float: left;
    height: 52px;
    width: 52px;
    background: url('../images/page-index/orange_circle-blue.png') no-repeat transparent;
}

    .feature-orangeCircle img {
        position: relative;
        left: 9px;
        top: 9px;
    }


.page-index-fature h3 {
    margin-left: 70px;
    margin-top: 0px;
}


.feature-content {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin-left: 70px;
}

/*  ----------------------------------------------------------------------------
    shoutout
*/
.shoutout {
    margin-top: 35px;
    padding-bottom: 40px;
    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

    .shoutout .span12 {
        text-align: center;
    }



/*  ----------------------------------------------------------------------------
    recent work
*/

.recentWork-section {
    padding-top: 0px;
}



.recentWork-title {
    font-weight: bold;
}

.recentWork-content {
}

.page-index-recentWork .span4 {
    margin-bottom: 40px;
}

/*  ----------------------------------------------------------------------------
    why pick us section
*/


@media (max-width: 767px) {
    .whyPickUs-question {
        padding-top: 20px !important;
    }

    .whyPickUs {
        background-image: none !important;
    }
}

.whyPickUs {
    margin-top: 30px;
    padding: 0px 0px 30px 0px;
    background-image: url('../images/page-index/why_pick_gradient.png');
    background-position: center top;
    background-repeat: repeat-y;
}

.whyPickUs-question h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.whyPickUs-question {
    padding-top: 80px;
}

.whyPickUs-questionContent {
    margin-top: 20px;
}


.whyPickUs-reason {
    margin-top: 50px;
}

.whyPickUs-first { /* first reason */
    margin-top: 30px !important;
}


.whyPickUs-reason img {
    float: left;
}

.whyPickUs-reason h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.whyPickUs-reason .whyPickUs-content {
    margin-left: 80px;
}

/*  ----------------------------------------------------------------------------
    Latest from the blog
*/

@media (max-width: 767px) {
    .latestBlog-section {
        margin-top: 0px !important;
    }

        .latestBlog-section h3 {
            margin-top: 0px;
        }
}

.latestBlog-section {
    margin-top: 50px;
}


.latestBlog-title {
    font-weight: bold;
}

.latestBlog-meta {
    color: #A2A2A2;
    font-size: 11px;
    position: relative;
    top: -2px;
}

.latestBlog-content {
}

.page-index-latestBlog .span3 {
    margin-bottom: 30px;
}

/*  ----------------------------------------------------------------------------
    Client testimonials
*/

@media (max-width: 767px) {
    .testimonial-section {
        display: none;
    }
}


.testimonials {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

    .testimonials span {
        color: #D4421F;
    }

.testimonials-person {
    width: 92px;
    height: 98px;
    overflow: hidden;
    position: relative;
    float: right;
}

.testimonials-person-pic {
    position: absolute;
    top: 0px;
    left: 0px;
}

.testimonials-person-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.testimonioals-arrows div {
    background: url('../images/page-index/client-testimonials/testimonials_arrows.png') no-repeat;
    width: 20px;
    height: 22px;
    margin-top: 10px;
    cursor: pointer;
}

.testimonioals-arrows .testimonials-leftArrow {
    float: left;
}

    .testimonioals-arrows .testimonials-leftArrow:hover {
        background-position: -40px 0px;
    }

.testimonioals-arrows .testimonials-rightArrow {
    float: left;
    background-position: -20px 0px;
    margin-left: 10px;
}

    .testimonioals-arrows .testimonials-rightArrow:hover {
        background-position: -60px 0px;
    }



/*  ----------------------------------------------------------------------------
    shoutout compact
*/
.shoutout-compact {
    margin-top: 10px;
    padding-bottom: 47px;
    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

    .shoutout-compact h3 {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .shoutout-compact .span12 {
        text-align: center;
    }

/*  ----------------------------------------------------------------------------
    shoutout back
*/
.shoutout-back {
    margin-top: 55px;
}

    .shoutout-back h3 {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .shoutout-back .span12 {
        text-align: center;
    }


/*  ----------------------------------------------------------------------------
    large blue button
*/


@media (max-width: 290px) {
    .page-index2-button {
        width: 150px !important;
        font-size: 20px !important;
    }

        .page-index2-button:before {
            width: 156px !important;
        }
}

.page-index2-button {
    background: url('../images/page-index/big_button.png') repeat-x #1a86ee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 250px;
    height: 48px;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    color: white;
    cursor: pointer;
    line-height: 47px;
    margin-top: 60px;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


    .page-index2-button:before {
        border: 3px solid #ebebeb;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        display: block;
        content: '';
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute;
        left: -3px;
        top: -3px;
        width: 256px;
        height: 54px;
    }

    .page-index2-button:hover {
        background: url('../images/page-index/big_button_hover.png') repeat-x #1a86ee;
    }


/*  ----------------------------------------------------------------------------
    hand text
*/


.index2-calltoAction {
    position: relative;
}

.page-index2-handtext {
    position: absolute;
    left: 0px;
    top: 40px;
}


/*  ----------------------------------------------------------------------------
    index2 company info
*/
.page-index2-company {
    margin-top: 70px;
}

    .page-index2-company .column-right {
        background: url('../images/page-index/vertical_shadow.png') no-repeat transparent;
        background-position: left;
        margin-left: 0px;
        padding-left: 20px;
        min-height: 300px;
    }

    .page-index2-company img {
        margin-left: 30px;
        margin-top: 30px;
    }

    .page-index2-company .span6 div {
        padding-right: 30px;
    }


@media (max-width: 767px) {
    .page-index2-company .column-right {
        background-image: none !important;
    }

    .page-index2-company img {
        margin-left: 0px !important;
    }

    .page-index2-company {
        margin-top: 0px !important;
    }

        .page-index2-company .span6 div {
            padding-right: 0px !important;
        }

        .page-index2-company .column-right {
            min-height: 0 !important;
            margin-bottom: 20px;
        }
}



.page-index2-company h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}


/*  ----------------------------------------------------------------------------
    testimonials info
*/

.testimonials-section {
    margin-top: 60px;
}

.testimonials-section-left {
    background: url('../images/page-index/vertical_shadow_reverse.png') no-repeat transparent;
    background-position: right;
    margin-left: 0px;
    padding-right: 20px;
    min-height: 300px;
}

@media (max-width: 979px) {
    .testimonials-section-left {
        background-image: none !important;
    }
}

.testimonials-section-right h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .testimonials-section-right h3, .testimonials-section-right p {
        padding-left: 0px !important;
    }
}

.testimonials-section-right p {
    padding-left: 30px;
}



/*
    =======================================================================================================

    Name          : Portofolio pages

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    portofolio filters
*/
.portofolio-filters {
    line-height: 30px;
    padding: 32px 0px 0px 0px;
    ;
}

    .portofolio-filters a {
        color: #525252;
        font-family: 'Dosis', sans-serif;
        font-size: 16px;
        margin-right: 40px;
    }

.portofolio-filterSelected {
    color: #D4421F !important;
}

/*  ----------------------------------------------------------------------------
    Portofolio image grid
*/

.portofolio-imageGridRow {
    margin-bottom: 30px;
    min-height: 500px;
}

    .portofolio-imageGridRow .image-shadowWrap {
        margin-top: 35px;
    }

.portofolio-imageGridTitle {
    font-weight: bold;
}

    .portofolio-imageGridTitle h3 {
        margin-top: 0px;
    }

.portofolio-imageAndInfoRow .portofolio-imageGridContent {
    max-width: 460px;
}

.portofolio-item {
    padding-bottom: 10px;
}

/*  ----------------------------------------------------------------------------
    Portofolio image + content
*/

.portofolio-imageAndInfoRow {
    margin-top: 35px;
}

    .portofolio-imageAndInfoRow .image-shadowWrap {
    }

    .portofolio-imageAndInfoRow h3 {
        position: relative;
        top: -5px;
    }

.portofolio-projectMeta {
    margin-top: 5% !important;
}

.projectMeta-property {
    font-weight: bold;
}

/*  ----------------------------------------------------------------------------
    Portofolio just content
*/
.portofolio-separator {
    margin-top: 50px;
    border-bottom: 1px solid #EEEDED;
}


/*  ----------------------------------------------------------------------------
    Portofolio project details
*/

.portofolio-projectDetails {
    padding: 50px 0px 50px 0px;
}

    .portofolio-projectDetails .projectMeta-value {
        /* width: 200px !important; */
    }



/*
    =======================================================================================================

    Name          : Pricing table page

    =======================================================================================================
*/


.page-pricing-table {
    width: 100%;
    margin-top: 60px;
}


    .page-pricing-table .page-cell { /* columns */
        /*  width:25% !important;
    min-width: 170px;*/
        border-top: 10px solid transparent;
        z-index: 0;
    }

    .page-pricing-table .pricing-cell:not(.cellcol1):not(.cellcol2):not(.cellcol3) { /* cells */
        border-left: 1px solid #fbfbfb;
        border-right: 1px solid #fbfbfb;
        padding: 10px 0px 10px 0px;
        text-align: center;
        background-color: #f6f6f6;
        color: #989898;
        position: relative;
        font-weight: 900;
        font-size: 12px;
    }

    .page-pricing-table .cell-black { /* black cells */
        background-color: #EEEEEE !important;
    }




    .page-pricing-table img { /* columns shadow  */
        position: absolute;
        bottom: -7px;
        left: 0px;
        width: 100%;
        height: 7px;
        z-index: 9999;
    }

/*  ----------------------------------------------------------------------------
    Sugested price
*/
.pricing-sugested {
    border-top: 20px solid #D4421F !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    z-index: -1;
    position: relative;
}

    .pricing-sugested .suggested-button {
        border-bottom: 1px solid #fbfbfb;
        padding-top: 20px;
        height: 50px;
    }

    .pricing-sugested .pricing-name {
        background-color: #D4421F;
        padding-top: 5px;
        padding-bottom: 25px;
    }


/*  ----------------------------------------------------------------------------
    Custom cells
*/
.pricing-name {
    padding: 20px 20px;
    background-color: #9c9b9b;
    color: white;
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    text-align: center;
}

.pricing-price {
    font-family: arial,sans-serif;
    font-size: 30px;
    color: #575757;
    margin: 20px 0px 10px 0px;
}

.pricing-period {
    margin-bottom: 10px;
}



/*
    =======================================================================================================

    Name          : Services page

    =======================================================================================================
*/


.page-services-shoutout {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 35px;
    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

/*  ----------------------------------------------------------------------------
    offer boxes (orange icons)
*/
.offer-orangeCircle {
    height: 79px;
    width: 79px;
    background: url('../images/page-services/service_bubble-red.png') no-repeat transparent;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

    .offer-orangeCircle img {
        position: relative;
    }

.page-services-offers h3 {
    margin-top: 5px;
    text-align: center;
}

.page-services-offers .service-content {
    margin-top: 0px;
    text-align: center;
}

.page-services-offers .span2 {
    margin-top: 60px;
}


.page-services-features {
    margin-top: 60px;
    padding-top: 50px;
    background-image: url('../images/page-index/shout_out_line.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.page-services .shoutout {
    background-image: none;
}



/*
    =======================================================================================================

    Name          : Text columns page

    =======================================================================================================
*/


.page-text-columns h3 {
    margin: 20px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #e8e8e8;
}



/*
    =======================================================================================================

    Name          : generic page

    =======================================================================================================
*/


body {
    background-color: #fbfbfb !important;
    min-width: 200px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}

@media (max-width: 767px) {
    body { /* remove bootstrap padding on body and add it to .container */
        padding-left: 0px;
        padding-right: 0px;
        overflow-x: hidden;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
}


/*  ----------------------------------------------------------------------------
    page tables made by divs
*/

.page-row {
    display: table;
    clear: left;
}


    .page-row::before, .page-row::after {
        display: table;
        content: "";
    }

    .page-row::after {
        clear: both;
    }

/*  ----------------------------------------------------------------------------
    center spans
*/

@media (max-width: 767px) {
    .responsive-center {
        text-align: center;
    }


        .responsive-center .image-shadowBorder {
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
        }
}



/*
    =======================================================================================================

    Name          : Sidebar contact info widget

    =======================================================================================================
*/


/*  ----------------------------------------------------------------------------
    contact information
*/

.contact-icon {
    width: 35px !important;
    height: 15px;
}

.contact-name {
    width: 150px !important;
    font-weight: bold;
}

.contact-info {
    width: 200px !important;
}

.contact-row {
    padding-top: 5px;
    width: 360px;
}

.sidebar-contactInfo {
}

.contactInfoWrap {
    background-color: white;
    border: 1px solid #F5F5F5;
    padding: 5px;
}



/*
    =======================================================================================================

    Name          : Sidebar from blog widget

    =======================================================================================================
*/


.fromBlogPostWrap {
    background-color: white;
    border: 1px solid #F5F5F5;
    padding: 5px;
    min-height: 46px;
    margin-bottom: 5px;
}

    .fromBlogPostWrap img {
        float: left;
        padding-right: 10px;
    }

.fromBlog-title {
    font-weight: bold;
}

.fromBlog-content {
}



/*
    =======================================================================================================

    Name          : Sidebar nav menu

    =======================================================================================================
*/


.sidebar-nav li {
}

.sidebar-nav {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 22px 0px 22px 0px;
}

    .sidebar-nav a {
        display: block;
        font-size: 13px;
        color: #0a2b1d;
        padding: 10px 10px 10px 20px;
        text-decoration: none;
    }

        .sidebar-nav a:hover {
            color: #D4421F;
        }

    .sidebar-nav .current-page a {
        background-color: White !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
        -webkit-box-shadow: inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
        box-shadow: inset 3px 3px 3px 0px rgba(197, 197, 197, 0.2);
        color: #D4421F !important;
        border: 1px solid white;
    }



/*
    =======================================================================================================

    Name          : Sidebar newsletter 

    =======================================================================================================
*/


@media (min-width: 768px) and (max-width: 979px) {
    .sidebar-newsletter .input-prepend input {
        max-width: 177px !important;
    }
}


.sidebar-newsletter .input-prepend input {
    max-width: 249px;
    width: 80% !important;
}



/*
    =======================================================================================================

    Name          : Sidebar text

    =======================================================================================================
*/


.sidebar-text p {
    display: block;
}



/*
    =======================================================================================================

    Name          : Sidebar wrapper

    =======================================================================================================
*/


@media (max-width: 767px) {
    .sidebar-widget { /* remove padding when the sidebar drops */
        padding-left: 0px !important;
    }

    .sidebar {
        padding-top: 0px !important;
    }
}

.sidebar {
    padding-top: 20px;
}

.sidebar-widget {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0px 0px 0px 20px;
}

.sidebar-widget-title {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    padding-bottom: 10px;
}

.sidebar h3 {
    font-size: 20px;
}



/*
    =======================================================================================================

    Name          : Theme settings (color picker)

    =======================================================================================================
*/


@media (max-width: 870px) {
    .theme-settings {
        opacity: 0.8;
        left: -60px !important;
        height: 30px !important;
        cursor: pointer;
    }
}

body div.theme-settings-big {
    left: 0px !important;
    height: 210px !important;
    cursor: pointer;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

body div.theme-settings-small {
    opacity: 0.8;
    left: -60px !important;
    height: 30px !important;
    cursor: pointer;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}



body div.theme-settings-small-no-trans {
    opacity: 0.8;
    left: -60px !important;
    height: 30px !important;
    cursor: pointer;
}

.theme-settings {
    position: absolute;
    top: 110px;
    left: 0px;
    z-index: 99999;
    height: 210px;
    overflow: hidden;
    background-color: white;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid white;
    border-left: none;
    -moz-box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27) !important;
    -webkit-box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27);
    box-shadow: 1px 2px 2px 1px rgba(177, 177, 177, 0.27);
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.theme-colors .page-row {
    margin-bottom: 10px;
}

.theme-colors .page-cell {
    width: 30px;
}

.theme-colors a {
    display: block;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Table 2 cols */
.cellcol1 {
    padding: 10px 10px;
    text-align: center;
    background-color: #f6f6f6;
    color: #989898;
    position: relative;
    width: 96px;
    height: 20px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right-width: 0px;
    border-left: 1px solid #fbfbfb;
    font-weight: 900;
    font-size: 12px;
}

.cellcol2 {
    padding: 10px 10px;
    text-align: center;
    background-color: #f6f6f6;
    color: #989898;
    position: relative;
    width: 97px;
    height: 20px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left-width: 0px;
    border-right: 1px solid #fbfbfb;
    margin-left: -1px;
    font-weight: 900;
    font-size: 12px;
}

/*alertMessage*/

.alertMessage, #alertMessage {
    border-style: solid !important;
    border-color: inherit !important;
    border-width: 1px !important;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    box-shadow: 0 -1px 0 rgba(255,255,255,.4) inset;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    padding: 15px;
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    margin-bottom: 10px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent); /*	font-weight:bold;*/
}

#alertMessage {
    position: fixed;
    /*	display:none;
	position: absolute;
	opacity:0;
	filter:alpha(opacity=0);*/
    right: -90px;
    text-transform: uppercase;
    bottom: 35px;
    z-index: 100001;
    cursor: pointer;
    border: 1px solid;
}

    .alertMessage.info, #alertMessage.info {
        border-color: #3b8eb5 !important;
        background-color: #C2E3F0;
        color: #34667A !important;
        text-shadow: 1px 1px 1px #C8EBFB;
    }

    .alertMessage.error, #alertMessage.error {
        border-color: #c43d3d !important;
        background-color: #fc4a48;
        color: #5A0000 !important;
        text-shadow: 1px 1px 1px #E64040;
    }

    .alertMessage.warning, #alertMessage.warning {
        border-color: #d99a36 !important;
        background-color: #fcdb72;
        color: #987402 !important;
        text-shadow: 1px 1px 1px #e7b104;
    }

    .alertMessage.success, #alertMessage.success {
        background-color: #61b832;
        border-color: #55a12c !important;
        /*	color:#324e03 !important;*/
        text-shadow: 1px 1px 1px #5c9201;
    }

.alertMessage h3 {
    margin: 0 !important;
    border: none;
    line-height: 25px !important;
    color: #FFF;
}

.message p {
    margin: 0;
}

@-webkit-keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}


@-moz-keyframes animate-bg {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -80px 0;
    }
}

.button.glossy,
.glossy > .select-value, .glossy > .select-arrow {
    background: #dcdce0 url(../img/old-browsers/colors/bg_button_glossy.png) repeat-x;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f7), to(#dcdce0), color-stop(0.5, #dededf), color-stop(0.5, #d1d1d2));
    background: -webkit-linear-gradient(top, #f5f5f7, #dededf 50%, #d1d1d2 50%, #dcdce0);
    background: -moz-linear-gradient(top, #f5f5f7, #dededf 50%, #d1d1d2 50%, #dcdce0);
    background: -ms-linear-gradient(top, #f5f5f7, #dededf 50%, #d1d1d2 50%, #dcdce0);
    background: -o-linear-gradient(top, #f5f5f7, #dededf 50%, #d1d1d2 50%, #dcdce0);
    background: linear-gradient(top, #f5f5f7, #dededf 50%, #d1d1d2 50%, #dcdce0);
}

    a.button.glossy:hover, button.button.glossy:hover,
    .glossy > a.select-value:hover, .glossy > .select-arrow:hover {
        background: #e8e8eb url(../img/old-browsers/colors/bg_a_button_glossy_hover.png) repeat-x;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#fafafc), to(#e8e8eb), color-stop(0.5, #ededf0), color-stop(0.5, #e3e3e5));
        background: -webkit-linear-gradient(top, #fafafc, #ededf0 50%, #e3e3e5 50%, #e8e8eb);
        background: -moz-linear-gradient(top, #fafafc, #ededf0 50%, #e3e3e5 50%, #e8e8eb);
        background: -ms-linear-gradient(top, #fafafc, #ededf0 50%, #e3e3e5 50%, #e8e8eb);
        background: -o-linear-gradient(top, #fafafc, #ededf0 50%, #e3e3e5 50%, #e8e8eb);
        background: linear-gradient(top, #fafafc, #ededf0 50%, #e3e3e5 50%, #e8e8eb);
    }

    a.button:active, button.button:active, .button.active, .button.active:hover,
    a.button.glossy:active, button.button.glossy:active, .button.glossy.active {
        background: #dbdbdb url(../img/old-browsers/colors/bg_a_button_active.png) repeat-x;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#dbdbdb));
        background: -webkit-linear-gradient(top, #bdbdbd, #dbdbdb);
        background: -moz-linear-gradient(top, #bdbdbd, #dbdbdb);
        background: -ms-linear-gradient(top, #bdbdbd, #dbdbdb);
        background: -o-linear-gradient(top, #bdbdbd, #dbdbdb);
        background: linear-gradient(top, #bdbdbd, #dbdbdb);
    }

.blue-gradient, .blue-gradient:visited,
.blue-gradient > .select-value, .blue-gradient > .select-arrow {
    color: white;
    background: #00438d url(../img/old-browsers/colors/bg_blue-gradient.png) repeat-x;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#006aac), to(#00438d));
    background: -webkit-linear-gradient(top, #006aac, #00438d);
    background: -moz-linear-gradient(top, #006aac, #00438d);
    background: -ms-linear-gradient(top, #006aac, #00438d);
    background: -o-linear-gradient(top, #006aac, #00438d);
    background: linear-gradient(top, #006aac, #00438d);
    border-color: #004795;
}

    a.blue-gradient:hover, button.blue-gradient:hover,
    .blue-gradient > a.select-value:hover, .blue-gradient > .select-arrow:hover {
        color: white;
        background: #003d86 url(../img/old-browsers/colors/bg_a_blue-gradient_hover.png) repeat-x;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#0089c3), to(#003d86));
        background: -webkit-linear-gradient(top, #0089c3, #003d86);
        background: -moz-linear-gradient(top, #0089c3, #003d86);
        background: -ms-linear-gradient(top, #0089c3, #003d86);
        background: -o-linear-gradient(top, #0089c3, #003d86);
        background: linear-gradient(top, #0089c3, #003d86);
        border-color: #004795;
    }

    .blue-gradient.glossy,
    .blue-gradient.glossy > .select-value, .blue-gradient.glossy > .select-arrow {
        background: #0a5db8 url(../img/old-browsers/colors/bg_blue-gradient_glossy.png) repeat-x;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#65b2dd), to(#0a5db8), color-stop(0.5, #045ab2), color-stop(0.5, #004995));
        background: -webkit-linear-gradient(top, #65b2dd, #045ab2 50%, #004995 50%, #0a5db8);
        background: -moz-linear-gradient(top, #65b2dd, #045ab2 50%, #004995 50%, #0a5db8);
        background: -ms-linear-gradient(top, #65b2dd, #045ab2 50%, #004995 50%, #0a5db8);
        background: -o-linear-gradient(top, #65b2dd, #045ab2 50%, #004995 50%, #0a5db8);
        background: linear-gradient(top, #65b2dd, #045ab2 50%, #004995 50%, #0a5db8);
    }

        a.blue-gradient.glossy:hover, button.blue-gradient.glossy:hover,
        .blue-gradient.glossy > a.select-value:hover, .blue-gradient.glossy > .select-arrow:hover {
            background: #056fc9 url(../img/old-browsers/colors/bg_a_blue-gradient_glossy_hover.png) repeat-x;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100% 100%;
            -o-background-size: 100% 100%;
            background-size: 100% 100%;
            background: -webkit-gradient(linear, left top, left bottom, from(#46bde5), to(#056fc9), color-stop(0.5, #026cc4), color-stop(0.5, #005cac));
            background: -webkit-linear-gradient(top, #46bde5, #026cc4 50%, #005cac 50%, #056fc9);
            background: -moz-linear-gradient(top, #46bde5, #026cc4 50%, #005cac 50%, #056fc9);
            background: -ms-linear-gradient(top, #46bde5, #026cc4 50%, #005cac 50%, #056fc9);
            background: -o-linear-gradient(top, #46bde5, #026cc4 50%, #005cac 50%, #056fc9);
            background: linear-gradient(top, #46bde5, #026cc4 50%, #005cac 50%, #056fc9);
        }

    a.blue-gradient:active, button.blue-gradient:active, .button.blue-gradient:active, .blue-gradient.active {
        background: #005fb4 url(../img/old-browsers/colors/bg_a_blue-gradient_active.png) repeat-x !important;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#003475), to(#005fb4)) !important;
        background: -webkit-linear-gradient(top, #003475, #005fb4) !important;
        background: -moz-linear-gradient(top, #003475, #005fb4) !important;
        background: -ms-linear-gradient(top, #003475, #005fb4) !important;
        background: -o-linear-gradient(top, #003475, #005fb4) !important;
        background: linear-gradient(top, #003475, #005fb4) !important;
    }

.button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: baseline;
    *vertical-align: middle;
    position: relative;
    text-align: center;
    font-weight: bold;
    text-transform: none;
    padding: 0 11px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    *line-height: 26px;
    *height: 26px;
    -webkit-background-clip: padding-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 6px;
    border-width: 1px;
    border-style: solid;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    background-position: center center !important; /* This is required for glossy gradients image fallbacck*/
}

.ie7 button.button {
    line-height: 24px;
    height: 28px;
}

.ie7 .button {
    margin-left: 4px;
}

    .ie7 .button:first-child {
        margin-left: 0;
    }

.button.full-width {
    width: 100%;
    margin: 0;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.no-boxsizing .button.full-width {
    width: 94%;
}

.no-boxsizing button.button.full-width {
    width: 100%;
}

.button-height .button.float-left,
.button-height .button.float-right {
    margin-top: 2px;
}

.button.absolute-left,
.button.absolute-right {
    position: absolute;
    margin-top: -15px;
}

/* Des Mobils */

.mobildes > .page-row {
    width: 460px;
    padding-top: 5px;
}

    .mobildes > .page-row > .projectMeta-value {
        /* width:310px !important; */
    }

    .mobildes > .page-row > .projectMeta-property {
        /* width:100px !important; */
    }

.price-tag {
    width: 205px;
    height: 105px;
    background-image: url('../images/price_tag2.png');
    background-repeat: no-repeat;
}

.mhpromo {
    display: none;
}

div[name=photogallery] {
    width: 630px;
    height: 380px;
}

.vue360 {
    display: none;
}

.page-pricing-table {
    margin-top: 20px;
}

.tdf {
    font-size: x-large;
    text-shadow: none;
    margin-left: 350px;
    font-weight: bold;
}

div[name=indication] {
    font-size: smaller;
    display: none;
}
/* Disponibilites */
.nbpers {
    color: White;
    margin: 0;
    padding: 8px 0px 0px 50px;
}

.photos > .image-shadowWrap {
    background-position: 0px 3px;
    background-repeat: no-repeat;
    height: 253px;
}

.mhpromo {
    margin-top: -4px;
    margin-left: -3px;
}

.shadow-mh {
    margin-top: -14px;
}

.btnsphotos {
    height: 350px;
    width: auto;
}

.prix {
    color: White;
    text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.76);
    font-weight: bold;
    font-family: 'Comic Sans MS';
    text-align: center;
    margin: 0 0 0 -35px;
    padding: 0px 0 0 -10px;
}

#tdjo, #pmoffe {
    color: green;
    text-shadow: none;
    text-align: center;
    font-weight: bolder;
}

.dispoloader {
    margin-left: 400px;
    display: none;
}

#dispo {
    margin-left: 10px;
    display: inline;
    font-size: 20px;
    height: 34px;
    text-shadow: none;
    font-weight: bolder;
}

/** HOmepage adds*/
.page-index-fature > .feature-content {
    text-align: justify;
}

@font-face {
    font-family: 'SegoePrintRegular';
    src: url('42835.eot');
    src: url('42835.eot') format('embedded-opentype'), url('42835.woff') format('woff'), url('42835.ttf') format('truetype'), url('42835.svg#SegoePrintRegular') format('svg');
}

#alertMessage {
    display: none;
}

.titlecdf {
    font-family: Segoe Print,SegoePrintRegular,SEGOE UI Light,Segoemdf,verdana;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}

.devispersonnalise {
    text-align: center;
    padding-top: 4px;
    padding-left: 25px;
    float: left;
    display: inline;
}



#dispo.acc {
    width: 100px;
    height: 40px;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 100px;
}

.span8.sidebar {
    width: 600px;
    padding-top: 0px;
    margin-left: 35px;
}

.devisclick {
    width: 600px;
    height: 72px;
    display: block;
    cursor: pointer;
    cursor: hand;
}

.imgmobile {
    margin-top: 0px;
    display: inline-block;
    position: relative;
}

.divimgmb {
    height: 70px;
    float: left;
    display: inline-block;
    position: relative;
}

.acc.whyPickUs-questionContent {
    width: 100%;
    margin-left: 0px;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.row.whyPickUs > span4 {
    width: 450px;
}

.footer-contact-row.page-row {
    width: 380px;
}

.footercontainer {
    width: 400px;
}

.infodiv {
    text-align: center;
    padding-top: 4px;
    padding-left: 0px;
    float: left;
    display: inline;
    margin-left: 25px;
}

/* Mobile */
@media (max-width:1500px) {
    #facebookwdg {
        display: none;
    }
}

@media (min-width:1500px) {
    .footer-social > div {
        display: none;
    }
}

@media (min-width:993px) {
    .languages {
        text-align: right;
        margin-top: 8px;
    }

    .content-with-sidebar > .input-prepend {
        margin-left: 30px;
    }
}

.ui-datepicker-calendar > tbody > tr > *:nth-child(6) > a {
    background-color: rgb(164, 209, 67) !important;
}

.titlecdf > *:nth-child(1) {
    color: #1893C7;
}

.titlecdf > *:nth-child(2) {
    color: rgb(190,190,190);
    /*color:rgb(0,32,96);*/
}

.titlecdf > *:nth-child(3) {
    color: #D4421F;
}

#MiddleContainer {
    padding-bottom: 5px;
    margin-top: -2px;
}

#DispoContainer > h3 {
    margin-top: 20px;
}

#DispoContainer {
    height: 230px;
}

.devispersonnalise > h3 {
    width: 400px;
    height: 60px;
    display: inline;
}

.devispersonnalise > .shoutout-content {
    width: 400px;
    display: inline;
}

.divimgmb > .imgmobile {
    padding-top: 10px;
}

.infodiv > h3 {
    width: 400px;
    height: 60px;
    display: inline;
}

.infodiv > .shoutout-content {
    width: 400px;
    display: inline;
}

#DevisContainer {
    margin-top: 20px;
}

    #DevisContainer > .sidebar-newsletter {
        padding-bottom: 20px;
        margin-top: 0px;
    }

.sidebar-newsletter > .devisclick {
    padding-bottom: 20px;
}

.devisclick > .divimgmb {
    height: 60px;
}

.devisclick > .devispersonnalise {
    padding-top: 20px;
    padding-left: 45px;
}

#completindic {
    display: none;
    color: #ffae00 !important;
    text-shadow: none;
    text-align: center;
    font-weight: bolder;
}


/* Header */

.title-container {
    margin-left: 20px;
}

    .title-container > h1 {
        font-size: 4.00em;
    }

    .title-container sup {
        font-size: 28px !important;
        color: #333333;
        vertical-align: inherit;
    }

.starsheader {
}

.title-vide {
    font-size: 30px;
}

#TitleCampsite {
    margin-top: 5px;
    margin-left: 0;
}

    #TitleCampsite span {
        /*font-size: 2em;*/
    }

        #TitleCampsite span.title-camping {
            color: #1893c7;
        }

        #TitleCampsite span.title-douce {
            color: #ffffff;
        }

        #TitleCampsite span.title-france {
            color: #d4421f;
        }




    #TitleCampsite sup {
        color: #ffffff;
    }

.devispersonnalise h3 {
    color: #d4421f;
}

.infodiv h3 {
    color: #d4421f;
}

.infodiv .shoutout-content {
    width: 500px !important;
}

#DisposEnLigne {
    color: #1893c7;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
}

#VideContainer {
    width: 1px;
    margin-left: -20px;
    height: 230px;
}

.whyPickUs-reason .responsive-center {
}

.gallery-bottom-p {
    margin: 10px 0 0 65px;
    float: left;
}

.page-contact .sidebar-contactInfo .contact-row {
    width: 100%;
}

.page-contact-map-wrapper {
    width: 940px;
}

#wizardform {
    width: auto !important;
}

    #wizardform .wizard-fieldset {
        padding: 0;
    }

        #wizardform .wizard-fieldset .field-block {
            margin: 20px 0 10px;
            padding: 0 20px;
            width: 100%;
            float: left;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

            #wizardform .wizard-fieldset .field-block .label,
            #wizardform .wizard-fieldset .field-drop .label {
                text-align: left;
                margin: 0px;
                width: 100%;
            }

        #wizardform .fieldset.fields-list,
        #wizardform .wizard-fieldset.fields-list {
            /*background-repeat:repeat;*/
        }

#listedespersonnes.label {
    margin-top: 20px !important;
    float: left;
}

#pren.field-block.button-height {
    width: 100% !important;
}

#mesaccord {
    padding-left: 220px;
}

.radio.replacement,
.select.replacement,
.firstacompte .input,
#nom.input,
#prenom.input,
#rue.input,
#codepostal.input,
#telfixe.input,
#email.input,
#confirmemail.input,
#telport.input,
#prixtotal.input,
#acompte.input,
.button-height .switch,
.button.glossy.mid-margin-right.wizard-prev.float-left,
.button-height ul.cgv,
.button-height ul.si_vous {
    margin-left: 220px;
}

.button-height ul.si_vous {
    margin-top: 20px;
}

    .button-height ul.si_vous li {
        margin-top: 10px;
    }

.reconnais {
    margin-left: 235px;
    float: left;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.seule_mrgn {
    margin-left: 235px;
    float: left;
    line-height: 1.5em;
}

.button-height .label b {
    position: relative;
    top: 22px;
}

#reservation.input, #montant2emeacompte.input {
    margin-left: 50px;
    top: 28px;
    position: relative;
}

.brmargin {
    margin: 0px 0 30px 0;
}

.text-btm-chck {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 50px !important;
    width: 500px !important;
}

.veuillez {
    margin-left: 220px;
}

    .veuillez > font {
        display: block;
        margin-left: 220px;
        line-height: normal;
    }

.fraise_red {
    margin: 35px 0 10px;
    float: left;
    width: 100%;
}

.input.input_mrgn {
    margin-left: 220px;
}

#addpeople {
    float: left;
    margin-left: 223px !important;
    margin-top: 10px;
}

#peoples.simple-table {
    width: auto;
    margin-left: 220px;
    float: left;
}

.fourtynincepercent.sixtyfive {
    width: 65% !important;
}

.fourtynincepercent.thirtytwo {
    width: 32% !important;
}

.input.age_input {
    float: left;
    margin-left: 220px;
    margin-top: 10px !important;
}

#addpeople.button {
    float: left;
    margin-left: 7px !important;
}

.simple-table > thead > tr > th,
.simple-table > thead > tr > td,
.simple-table > tfoot > tr > th,
.simple-table > tfoot > tr > td {
    padding: 8px 12px 8px 0;
}

.button-height {
    line-height: normal !important;
}

#rue.input, #codepostal.input, #ville.input {
    margin-bottom: 10px;
}

.radio.replacement {
    margin-bottom: 20px !important;
}

@media (max-width: 979px) {
    .title-container > h1 {
        font-size: 3em;
    }

    .span8.sidebar {
        width: 476px;
        padding-top: 0px;
        margin-left: 15px;
    }

    .sidebar-widget {
        float: left;
        padding-left: 10px;
    }

    .devisclick {
        width: 100%;
    }

        .devisclick > .devispersonnalise {
            width: 378px;
            padding-left: 15px;
            text-align: center;
            padding-top: 11px;
        }

    .devispersonnalise > h3,
    .infodiv > h3 {
        height: auto;
        width: 100%;
        font-size: 18px;
        margin: auto;
    }

    .text-btm-chck {
        padding-left: 30px !important;
        width: 350px !important;
    }

    .infodiv {
        margin-left: 15px !important;
        text-align: center;
        width: 378px;
        float: left;
    }

    .footercontainer {
        width: 228px;
    }

    .footer-contact-row.page-row {
        width: 100%;
    }

    .footer-contact-info-addr,
    .footer-contact-info {
        width: 100% !important;
        margin: 10px 0;
    }

    .portofolio-projectDetails .projectMeta-value {
        /* width:120px !important; */
    }

    #simplemodal-container {
        width: 600px !important;
    }

    .gallery-page-sec #wrapper,
    .gallery-page-sec #fullsize,
    .gallery-page-sec #fullsize #image {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .gallery-page-sec #fullsize #image img,
        .gallery-page-sec #fullsize #information {
            width: 99.5%;
        }

    #thumbnails #slidearea {
        width: 675px;
        height: 110px;
    }

    #thumbnails #slideleft,
    #thumbnails #slideright {
        margin-top: 3px;
    }

    .gallery-bottom-p {
        margin-left: 0;
    }

    .page-contact-map-wrapper {
        width: 724px;
    }

    .form-mrgin {
        margin-left: 0px !important;
    }

    #addpeople.button {
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .portofolio-js #dispo {
        margin-left: 35px !important;
    }

    .responsive-scroller {
        overflow-x: scroll;
        z-index: 5;
    }
}

.button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

@media (max-width: 767px) {
    #facebookwdg {
        display: none;
    }

    .button-wrapper {
        align-items: flex-start;
    }


    .title-container {
        margin-left: 0px;
    }

    .titlecdf {
        text-align: center;
    }

        .titlecdf > font {
            display: block;
            margin-top: -15px;
        }

        .titlecdf > sup > font {
            display: block;
            margin-top: -15px;
        }

        .titlecdf > font:nth-child(3) {
            margin-bottom: 20px;
        }

    .languages {
        text-align: center;
    }

    .js-jquery-dropdown {
        text-align: center;
    }

    .content-with-sidebar > .input-prepend {
        margin-left: 50px;
    }

    #dispo.acc {
        margin-left: 75px;
    }

    .imgmobile {
        max-width: 100%;
        height: auto;
        width: auto\9; /* ie8 */
        margin-left: 90px;
    }

    #peoplepot {
        width: 130px;
    }

    .span8.sidebar {
        width: 100%;
        padding-top: 0px;
        margin-left: 0px;
    }

    .devisclick {
        width: 100%;
        height: auto;
        display: block;
        cursor: pointer;
        margin-bottom: 25px;
    }

    .acc.whyPickUs-questionContent {
        width: auto;
    }

    .row.whyPickUs > span4 {
        width: auto;
    }

    .footer-contact-row.page-row {
        width: auto;
    }

    .footercontainer {
        width: auto;
    }

    .devispersonnalise {
        padding-left: 0px;
    }

    .infodiv {
        text-align: center;
        padding-top: 4px;
        padding-left: 0px;
        float: left;
        display: inline;
    }

    .js-jquery-dropdown-wrapper, js-jquery-dropdown {
        left: auto;
        /*width:100%;*/

        height: auto;
    }

    .js-jquery-dropdown {
        left: auto !important;
    }

    html {
        width: 100%;
    }

    .title-container > h1 {
        font-size: 2.6em;
    }

    .page-index-fature {
        margin-top: 25px;
    }

    #DispoContainer > div {
        width: 100% !important;
    }

    #DispoContainer .input-prepend input,
    #DispoContainer .input-append input,
    #DispoContainer .input-prepend select,
    #DispoContainer .input-append select,
    #DispoContainer .input-prepend .uneditable-input,
    #DispoContainer .input-append .uneditable-input,
    #DispoContainer textarea {
        width: 90%;
    }

    .text-btm-chck {
        padding-left: 0px !important;
        margin-top: 30px !important;
        width: 100% !important;
    }

    .button.glossy.mid-margin-right.wizard-prev.float-left {
        margin-left: 0px;
    }

    #dispo.acc {
        margin-left: 0 !important;
        width: 91% !important;
    }

    .span8.sidebar, .devisclick {
        float: left;
    }

        .sidebar-widget, .devisclick > .devispersonnalise {
            width: 100%;
        }

    .infodiv {
        margin-left: 0 !important;
        text-align: center;
        width: 100%;
    }

    .image-shadowWrap img {
        width: 100%;
    }

    .row.responsive-center.page-index-recentWork > h3,
    .acc.whyPickUs-questionContent {
        text-align: left;
    }

    .footer-contact-row.page-row {
        width: 100%;
    }

    .footer-copyright {
        text-align: center;
        padding-bottom: 30px;
    }

    .fb_iframe_widget, .fb_iframe_widget iframe, .fb_iframe_widget span {
        width: 100% !important;
    }

    .portofolio-projectDetails .projectMeta-value {
        width: 120px !important;
    }

    .btn.btn-large.photos {
        margin-left: 0px;
    }

    .dispobtn {
        margin-left: 10%;
    }

    .span4.mobilhome-info {
        margin-top: 40px;
    }

    .footer-social h3 {
        text-align: left;
    }

    .gallery-page-sec #fullsize {
        height: 451px;
    }

    #thumbnails #slidearea {
        width: 550px;
    }

    .gallery-page-sec #wrapper {
        width: 603px;
    }

    .gallery-bottom-p {
        margin-left: 50px;
    }

    .page-contact .input-prepend input {
        max-width: 100%;
        width: 94%;
    }

    .page-contact-map-wrapper {
        width: 100%;
    }

    .page-contact .sidebar-contactInfo .contact-info {
        width: 280px !important;
    }

    .portofolio-js #dispo {
        margin-left: 0px !important;
        margin-top: 20px !important;
        width: 60% !important;
    }

    .input_mrgn #nomexample {
        width: 125px !important;
    }
}

.button-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 660px) {
    /*.page-index-slideBackWrap{
		top:395px !important;
	}*/

    ul.js-jquery-dropdown li {
        width: 100%;
        margin: 2px 0;
    }

        ul.js-jquery-dropdown li a {
            font-size: 14px;
            text-transform: uppercase;
        }

    .container.widcontainer {
        margin-top: 40px;
    }

    #dispo.acc {
        width: 92% !important;
    }

    #simplemodal-container {
        width: 88% !important;
        height: 400px !important;
    }

    .acc.span4 {
        width: 100%;
    }

    #contactform > h1 {
        font-size: 24px;
        text-align: center;
    }

    #contactform #contactfrm label, #contactform #contactfrm input[type='text'], #contactform #contactfrm textarea {
        width: 95% !important;
    }

    .simplemodal-wrap {
        height: 100% !important;
        overflow-x: hidden !important;
    }

    #simplemodal-container .simplemodal-data {
        width: 94%;
    }

    .portofolio-projectDetails .projectMeta-value {
        width: 230px !important;
    }

    .gallery-page-sec #fullsize {
        height: 317px;
    }

    #thumbnails #slidearea {
        width: 372px;
    }

    .gallery-page-sec #wrapper {
        width: 422px;
    }

    .gallery-bottom-p {
        margin-left: 0px;
    }

    .page-contact .input-prepend input {
        width: 92%;
    }

    #nomexample.input-unstyled {
        width: 180px !important;
    }

    #prenomexample.input-unstyled {
        width: 160px !important;
    }

    #ageexample.input-unstyled {
        width: 185px !important;
    }

    #pren span.input {
        margin-top: 20px;
    }

    #pren span.input {
        margin-top: 10px;
    }

    #mesaccord {
        padding-left: 0;
    }

    .button-height .label b {
        top: 0;
    }

    .radio.replacement, .select.replacement, .firstacompte .input {
        margin-left: 0;
    }

    #reservation.input, #montant2emeacompte.input {
        margin-left: 0px;
        top: 0;
    }

    .brmargin {
        margin-bottom: 0px;
    }

    .radio.replacement, .select.replacement, .firstacompte .input, #nom.input, #prenom.input, #rue.input, #codepostal.input, #telfixe.input,
    #email.input, #confirmemail.input, #telport.input, .button-height .switch, .button-height ul.cgv, .button-height ul.si_vous, .reconnais,
    .seule_mrgn, #prixtotal.input, #acompte.input, .veuillez, .veuillez > font, .input.input_mrgn, .input.age_input, #peoples.simple-table {
        margin-left: 0px;
    }

    .fourtynincepercent.sixtyfive, .fourtynincepercent.thirtytwo {
        width: 49% !important;
    }

        .fourtynincepercent.thirtytwo span {
            padding-left: 0 !important;
        }

    #peoples.simple-table {
        width: 100%;
    }

    #wizardform .wizard-fieldset .field-block .label,
    #wizardform .wizard-fieldset .field-drop .label {
        margin: 15px 0 10px;
    }
}

@media (max-width: 479px) {
    .title-container sup {
        font-size: 20px !important;
    }

    .title-container > h1 {
        font-size: 1.6em;
    }

    #DispoContainer .input-prepend input,
    #DispoContainer .input-append input,
    #DispoContainer .input-prepend select,
    #DispoContainer .input-append select,
    #DispoContainer .input-prepend .uneditable-input,
    #DispoContainer .input-append .uneditable-input,
    #DispoContainer textarea {
        width: 86%;
    }

    #dispo.acc {
        width: 98% !important;
    }

    #simplemodal-container {
        width: 85% !important;
    }

        #simplemodal-container .simplemodal-data {
            width: 90%;
        }

    .portofolio-projectDetails .projectMeta-value {
        width: 158px !important;
    }

    .btn.btn-large.photos, .dispobtn {
        margin-left: 12% !important;
    }

    .gallery-page-sec #fullsize,
    .gallery-page-sec #fullsize .imgnav,
    .gallery-page-sec #fullsize #imglink {
        height: 203px;
    }

    #thumbnails #slidearea {
        width: 213px;
    }

    .gallery-page-sec #wrapper {
        width: 268px;
    }

    .page-contact .sidebar-contactInfo .contact-name,
    .page-contact .sidebar-contactInfo .contact-info {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .page-contact .input-prepend input {
        width: 88%;
    }

    .header-page-description {
        text-align: center;
    }

    .button-height span.input input {
        width: 174px !important;
    }

    #ajaxform .wizard-steps > li:first-child {
        padding-left: 27px !important;
    }

    #ajaxform .wizard-steps > .active {
        padding: 0 0px 0 52px;
    }

    #ajaxform .wizard-steps > li {
        padding-left: 50px;
    }

    .title-container {
        margin-left: 0px;
    }

    .text-btm-chck {
        padding-left: 0 !important;
        width: 100% !important;
        margin-top: 10px !important;
    }

    #wizardform .wizard-fieldset .field-block {
        padding: 0 6px;
    }

    input#nom, input#prenom, input#rue, .select.replacement, input#telfixe, input#telport, input#email, input#confirmemail {
        width: 88% !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    input#ville {
        width: 150px !important;
    }

    .fourtynincepercent {
        width: 85% !important;
        float: none !important;
    }

        .fourtynincepercent #prixtotal, .fourtynincepercent #acompte {
            width: 78%;
        }

        .fourtynincepercent span {
            padding-left: 0px !important;
            margin-top: 15px !important;
        }
    /*#pren.field-block.button-height, 
	#wizardform .wizard-fieldset .field-block{
		width:85% !important;
	}*/
    .simple-table > thead {
        width: 248px;
    }

        .simple-table > thead > tr {
            float: none;
            width: 100%;
        }

            .simple-table > thead > tr > th,
            .simple-table > thead > tr > td,
            .simple-table > tbody > tr > th,
            .simple-table > tbody > tr > td {
                float: none;
                width: 62px;
                max-width: 62px;
                text-align: left;
                font-size: 12px !important;
                padding: 0 !important;
            }

    .fourtynincepercent.sixtyfive, .fourtynincepercent.thirtytwo {
        width: 100% !important;
    }
}

/* WP
    */
.TitleWP {
    color: #1893c7;
    font-weight: bold;
}

.footer .col-md-6 .date {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    text-align: center;
}

.footer .col-md-6 .day {
    background: #F7F7F7;
    color: #0088cc;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    padding: 8px;
}

.footer article h4 {
    padding-top: 10px;
}

.footer span.month {
    -moz-border-radius: 0 0 2px 2px;
    -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    background: #0088cc;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
}

/*  ----------------------------------------------------------------------------
    PromoLogo
*/

.flipped-quadrilateral-container {
    width: 100px;
    height: 100px;
    background-size: 5px 5px !important;
    background: repeating-linear-gradient( -45deg, #86c216 0, #60960c 1px, #86c216 0, #86c216 50% );
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    border: 1.5px solid #262b27;
    border-image-source: linear-gradient(to bottom, #262b27, #267a36);
    background-color: #e5e5f7;
}

.flipped-quadrilateral-container {
    width: 100px;
    height: 100px;
    position: relative;
    border-top: 2px solid #262B27;
    border-left: 2px solid #247534;
    background-size: 5px 5px !important;
    background: repeating-linear-gradient( -45deg, #86c216 0, #60960c 1px, #86c216 0, #86c216 50% );
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

    .flipped-quadrilateral-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #86c216, #60960c); /* Gradient colors */
        clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 50%);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Box shadow */
    }

.text-wrapper {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    top: 5px;
    left: 5px;
}

.text-inside {
    color: white;
    font-size: 15px;
    font-weight: bold;
    font-family: system-ui;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}


#fancybox-close:hover {
    opacity: 0.7;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
        opacity: 0.2;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
@media (min-width: 979px) {
    .nivoSlider {
      margin-left: -10px;
    }
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

.stream 
{
    overflow:hidden;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height:1%;
}
.ui-helper-clearfix {
	display:block;
}
/* end clearfix */
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}
/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* Overlays */
/*.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	background-color: #000000!important;
	margin:0!important;
}
/* Overlays 
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/
/* Component containers*/
.ui-widget {
	font-size: 12px;

}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	font-weight: bold;
	padding:none;
}
.ui-widget-header a {
	color: #222222;
}
.ui-widget-content {
	border-color: #C9C9C9;
	background-color:#FFF;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
/*	border: 1px solid #aaaaaa;*/
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	text-shadow:none;
}
.ui-widget-header a {
	color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border-left: 1px solid #d5d5d5;
	font-weight: normal;
	border-bottom: 1px solid #D5D5D5;
}
th.ui-state-default:first-child {
	border-left: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #fafafa; font-weight: normal; color: #212121; }*/
.ui-state-hover a, .ui-state-hover a:hover {
	color: #797979;
	text-decoration: none;
}
/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #fafafa; font-weight: normal; color: #797979; }*/
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #797979;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(../images/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(../images/jquery_ui/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
	background-image: url(../images/jquery_ui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../images/jquery_ui/ui-icons_222222_256x240.png);
}
/*.ui-state-default .ui-icon { background-image: url(../images/jquery_ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/jquery_ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../images/jquery_ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../images/jquery_ui/ui-icons_2e83ff_256x240.png); }*/
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(../images/jquery_ui/ui-icons_cd0a0a_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
	background-position: 0 0;
}
.ui-icon-carat-1-ne {
	background-position: -16px 0;
}
.ui-icon-carat-1-e {
	background-position: -32px 0;
}
.ui-icon-carat-1-se {
	background-position: -48px 0;
}
.ui-icon-carat-1-s {
	background-position: -64px 0;
}
.ui-icon-carat-1-sw {
	background-position: -80px 0;
}
.ui-icon-carat-1-w {
	background-position: -96px 0;
}
.ui-icon-carat-1-nw {
	background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}
.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}
/*.ui-icon-triangle-1-s { background-position: -64px -16px; }*/
.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}
.ui-icon-arrow-4 {
	background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}
.ui-icon-extlink {
	background-position: -32px -80px;
}
.ui-icon-newwin {
	background-position: -48px -80px;
}
.ui-icon-refresh {
	background-position: -64px -80px;
}
.ui-icon-shuffle {
	background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}
.ui-icon-folder-open {
	background-position: -16px -96px;
}
.ui-icon-document {
	background-position: -32px -96px;
}
.ui-icon-document-b {
	background-position: -48px -96px;
}
.ui-icon-note {
	background-position: -64px -96px;
}
.ui-icon-mail-closed {
	background-position: -80px -96px;
}
.ui-icon-mail-open {
	background-position: -96px -96px;
}
.ui-icon-suitcase {
	background-position: -112px -96px;
}
.ui-icon-comment {
	background-position: -128px -96px;
}
.ui-icon-person {
	background-position: -144px -96px;
}
.ui-icon-print {
	background-position: -160px -96px;
}
.ui-icon-trash {
	background-position: -176px -96px;
}
.ui-icon-locked {
	background-position: -192px -96px;
}
.ui-icon-unlocked {
	background-position: -208px -96px;
}
.ui-icon-bookmark {
	background-position: -224px -96px;
}
.ui-icon-tag {
	background-position: -240px -96px;
}
.ui-icon-home {
	background-position: 0 -112px;
}
.ui-icon-flag {
	background-position: -16px -112px;
}
.ui-icon-calendar {
	background-position: -32px -112px;
}
.ui-icon-cart {
	background-position: -48px -112px;
}
.ui-icon-pencil {
	background-position: -64px -112px;
}
.ui-icon-clock {
	background-position: -80px -112px;
}
.ui-icon-disk {
	background-position: -96px -112px;
}
.ui-icon-calculator {
	background-position: -112px -112px;
}
.ui-icon-zoomin {
	background-position: -128px -112px;
}
.ui-icon-zoomout {
	background-position: -144px -112px;
}
.ui-icon-search {
	background-position: -160px -112px;
}
.ui-icon-wrench {
	background-position: -176px -112px;
}
.ui-icon-gear {
	background-position: -192px -112px;
}
.ui-icon-heart {
	background-position: -208px -112px;
}
.ui-icon-star {
	background-position: -224px -112px;
}
.ui-icon-link {
	background-position: -240px -112px;
}
.ui-icon-cancel {
	background-position: 0 -128px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-plusthick {
	background-position: -32px -128px;
}
.ui-icon-minus {
	background-position: -48px -128px;
}
.ui-icon-minusthick {
	background-position: -64px -128px;
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-icon-key {
	background-position: -112px -128px;
}
.ui-icon-lightbulb {
	background-position: -128px -128px;
}
.ui-icon-scissors {
	background-position: -144px -128px;
}
.ui-icon-clipboard {
	background-position: -160px -128px;
}
.ui-icon-copy {
	background-position: -176px -128px;
}
.ui-icon-contact {
	background-position: -192px -128px;
}
.ui-icon-image {
	background-position: -208px -128px;
}
.ui-icon-video {
	background-position: -224px -128px;
}
.ui-icon-script {
	background-position: -240px -128px;
}
.ui-icon-alert {
	background-position: 0 -144px;
}
.ui-icon-info {
	background-position: -16px -144px;
}
.ui-icon-notice {
	background-position: -32px -144px;
}
.ui-icon-help {
	background-position: -48px -144px;
}
.ui-icon-check {
	background-position: -64px -144px;
}
.ui-icon-bullet {
	background-position: -80px -144px;
}
.ui-icon-radio-off {
	background-position: -96px -144px;
}
.ui-icon-radio-on {
	background-position: -112px -144px;
}
.ui-icon-pin-w {
	background-position: -128px -144px;
}
.ui-icon-pin-s {
	background-position: -144px -144px;
}
.ui-icon-play {
	background-position: 0 -160px;
}
.ui-icon-pause {
	background-position: -16px -160px;
}
.ui-icon-seek-next {
	background-position: -32px -160px;
}
.ui-icon-seek-prev {
	background-position: -48px -160px;
}
.ui-icon-seek-end {
	background-position: -64px -160px;
}
.ui-icon-seek-start {
	background-position: -80px -160px;
}
.ui-icon-seek-first {
	background-position: -80px -160px;
}
.ui-icon-stop {
	background-position: -96px -160px;
}
.ui-icon-eject {
	background-position: -112px -160px;
}
.ui-icon-volume-off {
	background-position: -128px -160px;
}
.ui-icon-volume-on {
	background-position: -144px -160px;
}
.ui-icon-power {
	background-position: 0 -176px;
}
.ui-icon-signal-diag {
	background-position: -16px -176px;
}
.ui-icon-signal {
	background-position: -32px -176px;
}
.ui-icon-battery-0 {
	background-position: -48px -176px;
}
.ui-icon-battery-1 {
	background-position: -64px -176px;
}
.ui-icon-battery-2 {
	background-position: -80px -176px;
}
.ui-icon-battery-3 {
	background-position: -96px -176px;
}
.ui-icon-circle-plus {
	background-position: 0 -192px;
}
.ui-icon-circle-minus {
	background-position: -16px -192px;
}
.ui-icon-circle-close {
	background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
	background-position: -48px -192px;

}
.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}
.ui-icon-circle-check {
	background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}
/*.ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-top { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-right {  -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-left { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-all { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }*/

/* Overlays */
.ui-widget-overlay {
	background: #000000;
	opacity: .30;
	filter:Alpha(Opacity=30);
/*	z-index:12000 !important;*/
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../images/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .30;
	filter:Alpha(Opacity=30);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border:1px dotted black;
}
.ui-accordion {
	width: 100%;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
	zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}
.ui-autocomplete {
	position: absolute;
	cursor: default;
	color:#666666;
	border : 1px solid #dcdcdc;
		margin:0!important;
		padding:0!important;
}
.ui-menu-item a{
		height:24px;
		line-height:24px!important;
		border-top : 1px solid #f5f5f5;
		padding:5px!important;

	}
.ui-menu-item a:hover{
		background-color:#F00;
		height:25px!important;
		border : 1px solid #dcdcdc;
		
	}
/* workarounds */
/** html .ui-autocomplete {
	width:1px;
} *//* without this, the menu expands to 100% in IE6 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
.ui-button {
	display: inline-block;
	
	position: relative;
	padding: 0;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	zoom: 1;
	overflow: visible;
} /* the overflow property removes extra width in IE */
.ui-button-icon-only {
	width: 2.2em;
} /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
	width: 2.4em;
} /* button elements seem to need a little more width */
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}
/*button sets*/
.ui-buttonset {
	margin-right: 5px;
}
.ui-buttonset .ui-button {
	margin: 0 3px;
/*	background: #FAFAFA;*/
	border: 1px solid #D5D5D5;
	line-height: 14px;
	font-size: 11px;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
} /* reset extra padding in Firefox */
/*
------------------------------------------------------------
	UI Dialog
------------------------------------------------------------
*/

.ui-dialog {
	position: absolute;
	padding: 0;
	width: 350px;
	overflow: hidden;
	background-color:	#eeeeee;
/*	border: 1px #bbbbbb solid;*/
	border-top: 1px #000000 solid;
}
.ui-dialog .ui-dialog-titlebar {
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	height: 38px;
	font-size: 16px;
	padding: 0 12px 0 12px;
	line-height: 38px;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 6px;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;

}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick{
	background-image: url(../images/icon/closeme.png);!important;
	background-position:0 0!important;
	}

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 1px;
	background: #000000;
}
.ui-dialog .ui-dialog-content {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 15px 15px 15px 15px;
	position: relative;
	border: none;
	padding:10px;
	background: none;
	overflow: auto;
	zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset  {
	float: right;

}

.ui-dialog .ui-dialog-buttonpane a {

	font-size: 10px;
	font-weight: bold;

	padding: 5px 12px 6px 12px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	margin: 0px 5px 15px 5px;
}
.ui-dialog .ui-dialog-buttonpane a:last-child {
	margin: 0px 10px 15px 5px;
}
.ui-dialog .ui-resizable-se {
	width: 14px;
	height: 14px;
	right: 3px;
	bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*
------------------------------------------------------------
	UI Slider
------------------------------------------------------------
*/


.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-widget-header {
	background: url(../images/ui/handle.png) repeat;
}
.ui-slider.ui-widget-content {
	border:none;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
	cursor: default;
	background: url(../images/ui/handle.png) no-repeat!important;
	border: none;
	cursor: pointer;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: url(../images/ui/sliderOverlay.png) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.ui-slider-horizontal {
	height: 6px;
	background: url(../images/ui/sliderBg.png) repeat-x;
	clear: both;
	margin-top: 10px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -5px;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: 6px;
	height: 100px;
	background: url(../images/ui/sliderBgVert.png) repeat-y;
}
.ui-slider-vertical .ui-slider-handle {
	left: -5px;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
	background: url(../images/ui/sliderOverlayVert.png) repeat-y;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*
------------------------------------------------------------
	UI Tabs
------------------------------------------------------------
*/
.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/*
------------------------------------------------------------
	 UI Datepicker  
------------------------------------------------------------
*/
.datepicker {
/*	width: 78px!important;*/
	text-align:center
}
.ui-datepicker {
	width: 262px;
	padding: 0px;
	padding-bottom:10px;
/*	border: 5px solid #000000;*/
	border: 1px solid #a8a6a7;
	width:311px;
	border-top: 5px solid #6fa004;
		border-bottom: none;
	background: #ffffff;
	margin-top: 1px;
	z-index: 3;
	display: none;
	background-image:url(../images/ui/Datepickers-footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.ui-datepicker-append {
	margin-left: 10px;
}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:5px 0;
	border:none;
background-color:#a4d143;
	border-bottom: 1px solid #a8a6a7;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 1px 1px 2px #141014;
	filter: dropshadow(color=#141014, offx=2, offy=2);
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position:absolute;
	padding:0 5px;
	width: 1.8em;
	height: 1.8em;
	top:50%;
	margin-top:-12px;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	background:none!important;
}
.ui-datepicker .ui-datepicker-prev {
	left:3px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w {
	background-image: url(../images/wArrow.png)!important;
	background-position:0 0!important;
}
.ui-datepicker .ui-datepicker-next  {
	right:3px;	
}
.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
	background-image: url(../images/eArrow.png)!important;
	background-position:0 0!important;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left:0px;
}
.ui-datepicker .ui-datepicker-next-hover  {

	right:0px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size:1em;
	margin:0px 0 3px 0px;
	padding:5px;
}
.ui-datepicker .ui-datepicker-title select:last-child {
	margin:0px 0 3px -1px;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	
}
.ui-datepicker select.ui-datepicker-year {
	margin-left:0px;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin:0 0 .4em;
}
.ui-datepicker table .ui-state-default {
	border: 0px solid #d5d5d5;
}
.ui-datepicker table tbody {
	font-size: 11px;
	border-top:1px solid #d5d5d5;
	background-color:#ffffff;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	background-color:#ededed;
	background-image: url(../images/inner-shadow.png);
		border:1px solid #a8a6a7;
		border-left:none;
		
		border-top: 1px solid #a8a6a7;border: none!important;
}
.ui-datepicker tr th {
	background-color:#ededed!important;
	}
.ui-datepicker tr td:last-child {
	border-right:none!important;
	}
.ui-datepicker td {
	text-align: center;
	padding: .1em .1em;
	border:1px solid #fafafa;
}
td.ui-datepicker-today {
/*	background: #c2e3f0;*/
}
td.ui-datepicker-current-day {
/*	background: #c2e3f0!important;*/
}

.ui-datepicker tr:last-child {
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .7em .9em;
	text-align: center;
	text-decoration: none;
	background: #ffffff!important;
	border: 1px solid #ffffff!important;
 -webkit-transition: background-color .2s ease-out;
 -moz-transition: background-color .2s ease-out;
 -o-transition: background-color .2s ease-out;
 transition: background-color .2s ease-out;
}
.ui-datepicker td span, .ui-datepicker td a:hover {
		border: 1px solid #6fa004!important;
	background: #a4d143!important;
	margin:none;
	padding:none;
}
td.ui-datepicker-current-day a{
		border: 1px solid #6fa004!important;
	background: #a4d143!important;
	font-weight:bold!important;
	color:#000!important;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding:0 .2em;

}
.ui-datepicker .ui-datepicker-buttonpane a {
float: right;
margin: 0px 10px 10px 10px;
cursor: pointer;
color: #ffffff;
}
.ui-datepicker .ui-datepicker-buttonpane a.ui-datepicker-current {
float: left;

}
.ui-datepicker.ui-datepicker-multi {
	width:auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float:left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width:95%;
	margin:0 auto .4em;
}
.ui-datepicker-multi-2{
	width:534px!important
	}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width:50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width:33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width:25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width:0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear:left;
}
.ui-datepicker-row-break {
	clear:both;
	width:100%;
}
/*.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }*/
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear:right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float:right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
	border-color: #666;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}
.ui-datepicker-week-end a {    background-image: none;
    background-color: red;background-color:rgb(164,209,67);}
/*
------------------------------------------------------------
	 Progress bar
------------------------------------------------------------
*/
.ui-progressbar {
	height: 16px;
	text-align: left;
	margin-top: 5px;
	background: url(../images/ui/progress.png) repeat-x;
}
.ui-progressbar .ui-progressbar-value {
	margin: 0px;
	height:100%;
	overflow: hidden;
	display: block;
	background: url(../images/ui/progressOverlay.png) repeat-x;
	border-right: 1px solid #3c95d8;
}
.pbar .ui-progressbar-value {
	display:block !important
}
.pbar {
	overflow: hidden;
	background: url(../images/ui/progress.png) repeat-x;
}
.percent {
	position: relative;
	text-align: right;
	margin-bottom: 5px;
	font-size: 11px;
}
.elapsed {
	position: relative;
	text-align: right;
	margin-top: 5px;
	font-size: 11px;
}

.ui-timepicker-div .ui-widget-header {
	margin-bottom: 0px;
background-color:#a4d143!important;
border:none;
}
.ui-timepicker-div .time-title{
	padding:5px;
	color:#FFF;
	text-transform:uppercase;
	text-shadow: 1px 1px 2px #141014;
	}
.ui-timepicker-div dl {
	text-align: left;
	padding-left:10px;
	font-size:12px;
	padding-bottom:5px;
	color:#a7a7a7;
		text-transform:uppercase;
/*	font-weight:600;*/
}
.ui-timepicker-div dl dt {
	height: 35px;
}
.ui-timepicker-div dl dd {
	margin: -25px 10px 10px 65px;
}
.ui-timepicker-div dl dd:last-child,  {
	margin: -25px 10px 0px 65px;
}
.ui-timepicker-div td {
/*	font-size: 10px;*/
}
.ui-tpicker-grid-label {
	background: none;
	border: 0px #666 solid;
	margin: 55px;
		height: 35px;
	padding: 0;
}
.ui_tpicker_time  {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:30px!important;
	color:#000000;
	text-align:center;
}

.labelTime,.labelTimeSelect {
	position: absolute;
	margin-top:6px;
}
.labelTimeSelect{
		margin-top:22px;
	}

#top-notifications {
font-family:Arial,​Helvetica,​sans-serif;
font-size:13px;
font-weight:400;
font-style:normal;
font-size-adjust:none;
color:#666666;
line-height:16px;
text-align:left;
vertical-align:baseline;
background-color:rgba(0,​ 0,​ 0,​ 0);
background-image:none;
background-repeat:repeat;
background-position:0% 0%;
background-attachment:scroll;
background-clip:border-box;
background-origin:padding-box;
background-size:auto auto;
top:0px;
right:0px;
left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-top-color:#666666;
border-right-color:#666666;
border-bottom-color:#666666;
border-left-color:#666666;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
border-image:;
outline-color:#666666;
position:fixed;
z-index:999400;
border-image-outset:0 0 0 0;
border-image-repeat:stretch stretch;
border-image-slice:100% 100% 100% 100%;
border-image-source:none;
border-image-width:1 1 1 1;
font-stretch:normal;
font-variant:normal;
outline-style:none;
outline-width:0px
}

#notifications-top-right { 
font-family:Arial,​Helvetica,​sans-serif;
font-size:13px;
font-weight:400;
font-style:normal;
font-size-adjust:none;
color:#666666;
line-height:16px;
text-align:left;
vertical-align:baseline;
background-color:rgba(0,​ 0,​ 0,​ 0);
background-image:none;
background-repeat:repeat;
background-position:0% 0%;
background-attachment:scroll;
background-clip:border-box;
background-origin:padding-box;
background-size:auto auto;
width:300px;
top:0px;
right:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-top-color:#666666;
border-right-color:#666666;
border-bottom-color:#666666;
border-left-color:#666666;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
border-image:;
outline-color:#666666;
position:absolute;
border-image-outset:0 0 0 0;
border-image-repeat:stretch stretch;
border-image-slice:100% 100% 100% 100%;
border-image-source:none;
border-image-width:1 1 1 1;
font-stretch:normal;
font-variant:normal;
list-style-type:none;
outline-style:none;
outline-width:0px
}

li.notification {
font-family:Arial,​Helvetica,​sans-serif;
font-size:13px;
font-weight:400;
list-style-image: none;
font-style:normal;
font-size-adjust:none;
color:#BDBDBD;
line-height:16px;
text-align:left;
vertical-align:baseline;
background-color:rgba(0,​ 0,​ 0,​ 0.75);
background-image:-moz-linear-gradient(50...rgba(0,​ 0,​ 0,​ 0)),​ none;
background-repeat:repeat,​ repeat;
background-position:0% 0%,​ 0% 0%;
background-attachment:scroll,​ scroll;
background-clip:border-box,​ border-box;
background-origin:padding-box,​ padding-box;
background-size:auto auto,​ auto auto;
margin-top:20px;
margin-right:20px;
margin-bottom:-10px;
margin-left:20px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-color:#000000;
border-right-color:#000000;
border-bottom-color:#000000;
border-left-color:#000000;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-image:;
border-top-left-radius:4px;
border-top-right-radius:4px;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
box-shadow:rgba(255,​ 255,​ 255,​ 0.2...0,​ 0.5) 0px 2px 7px 0px;
outline-color:#BDBDBD;
position:relative;
display:list-item;
border-image-outset:0 0 0 0;
border-image-repeat:stretch stretch;
border-image-slice:100% 100% 100% 100%;
border-image-source:none;
border-image-width:1 1 1 1;
font-stretch:normal;
font-variant:normal;
list-style-type:none;
outline-style:none;
outline-width:0px;
/*height:71px;*/
}
img.notification-icon {
font-family:Arial,​Helvetica,​sans-serif;
font-size:13px;
font-weight:400;
font-style:normal;
font-size-adjust:none;
color:#BDBDBD;
line-height:16px;
text-align:left;
vertical-align:baseline;
background-color:rgba(0,​ 0,​ 0,​ 0);
background-image:none;
background-repeat:repeat;
background-position:0% 0%;
background-attachment:scroll;
background-clip:border-box;
background-origin:padding-box;
background-size:auto auto;
margin-top:11px;
margin-right:11px;
margin-bottom:11px;
margin-left:13px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-top-color:#BDBDBD;
border-right-color:#BDBDBD;
border-bottom-color:#BDBDBD;
border-left-color:#BDBDBD;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
outline-color:#BDBDBD;
float:left;
border-image-outset:0 0 0 0;
border-image-repeat:stretch stretch;
border-image-slice:100% 100% 100% 100%;
border-image-source:none;
border-image-width:1 1 1 1;
font-stretch:normal;
font-variant:normal;
list-style-type:none;
outline-style:none;
outline-width:0px
}

.notification > div {
background-image:none;
background-repeat:repeat;
background-position:0% 0%;
background-attachment:scroll;
background-clip:border-box;
background-origin:padding-box;
background-size:auto auto;
margin-top:6px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
padding-top:0px;
padding-right:15px;
padding-bottom:11px;
padding-left:15px;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-top-color:#BDBDBD;
border-right-color:#BDBDBD;
border-bottom-color:#BDBDBD;
border-left-color:#BDBDBD;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
border-image:;
outline-color:#BDBDBD;
display:block;
border-image-outset:0 0 0 0;
border-image-repeat:stretch stretch;
border-image-slice:100% 100% 100% 100%;
border-image-source:none;
border-image-width:1 1 1 1;
font-stretch:normal;
font-variant:normal;
list-style-type:none;
outline-style:none;
outline-width:0px
}

.notification > div > h3
{
font-family:Arial,​Helvetica,​sans-serif;
font-size:16px;
font-weight:700;
font-style:normal;
font-size-adjust:none;
color:#FFFFFF;
line-height:19px;
text-align:left;
vertical-align:baseline;
background-color:rgba(0,​ 0,​ 0,​ 0);
background-image:none;
background-repeat:repeat;
background-position:0% 0%;
background-attachment:scroll;
background-clip:border-box;
background-origin:padding-box;
background-size:auto auto;
margin-top:0px;
margin-right:0px;
margin-bottom:4px;
margin-left:0px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-top-color:#FFFFFF;
border-right-color:#FFFFFF;
border-bottom-color:#FFFFFF;
border-left-color:#FFFFFF;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
outline-color:#FFFFFF;
border-image-outset:0 0 0 0;
border-image-repeat:stretch stretch;
border-image-slice:100% 100% 100% 100%;
border-image-source:none;
border-image-width:1 1 1 1;
font-stretch:normal;
font-variant:normal;
list-style-type:none;
outline-style:none;
outline-width:0px
}

span.show-on-parent-hover {
font-family:Verdana,​Arial,​Helvetica,​sans-serif;
font-size:11px;
font-weight:700;
font-style:normal;
font-size-adjust:none;
color:#FFFFFF;
line-height:16px;
text-align:center;
vertical-align:baseline;
background-color:rgba(0,​ 0,​ 0,​ 0);
background-image:-moz-linear-gradient(50% 0%,​ #E24913,​ #D52607);
background-repeat:repeat;
background-position:0% 0%;
background-attachment:scroll;
opacity:0;
background-clip:border-box;
background-origin:padding-box;
background-size:auto auto;
height:16px;
top:0px;
right:0px;
margin-top:-10px;
margin-right:-10px;
margin-bottom:0px;
margin-left:0px;
padding-top:0px;
padding-right:2px;
padding-bottom:0px;
padding-left:2px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-color:#931A03;
border-right-color:#931A03;
border-bottom-color:#931A03;
border-left-color:#931A03;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-image:;
border-top-left-radius:9px;
border-top-right-radius:9px;
border-bottom-left-radius:9px;
border-bottom-right-radius:9px;
box-shadow:rgba(255,​ 255,​ 255,​ 0.5...,​ 0.75) 0px 1px 3px 0px;
outline-color:#FFFFFF;
position:absolute;
z-index:88;
border-image-outset:0 0 0 0;
border-image-repeat:stretch stretch;
border-image-slice:100% 100% 100% 100%;
border-image-source:none;
border-image-width:1 1 1 1;
cursor:pointer;
font-stretch:normal;
font-variant:normal;
list-style-type:none;
min-width:12px;
outline-style:none;
outline-width:0px;
pointer-events:none;
text-shadow:rgba(0,​ 0,​ 0,​ 0.5) 0px 1px 2px;
transition-delay:0s;
transition-duration:0.2s;
transition-property:opacity;
transition-timing-function:cubic-bezier(0.25,​ 0.1,​ 0.25,​ 1)
}

.close:hover {
font-family:Verdana,​Arial,​Helvetica,​sans-serif;
font-size:11px;
font-weight:700;
font-style:normal;
font-size-adjust:none;
color:#FFFFFF;
line-height:16px;
text-align:center;
vertical-align:baseline;
background-color:rgba(0,​ 0,​ 0,​ 0);
background-image:-moz-linear-gradient(50% 0%,​ #E24913,​ #D52607);
background-repeat:repeat;
background-position:0% 0%;
background-attachment:scroll;
opacity:1;
background-clip:border-box;
background-origin:padding-box;
background-size:auto auto;
height:16px;
top:0px;
right:0px;
margin-top:-10px;
margin-right:-10px;
margin-bottom:0px;
margin-left:0px;
padding-top:0px;
padding-right:2px;
padding-bottom:0px;
padding-left:2px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-color:#931A03;
border-right-color:#931A03;
border-bottom-color:#931A03;
border-left-color:#931A03;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-image:;
border-top-left-radius:9px;
border-top-right-radius:9px;
border-bottom-left-radius:9px;
border-bottom-right-radius:9px;
box-shadow:rgba(255,​ 255,​ 255,​ 0.5...,​ 0.75) 0px 1px 3px 0px;
outline-color:#FFFFFF;
position:absolute;
z-index:88;
border-image-outset:0 0 0 0;
border-image-repeat:stretch stretch;
border-image-slice:100% 100% 100% 100%;
border-image-source:none;
border-image-width:1 1 1 1;
cursor:pointer;
font-stretch:normal;
font-variant:normal;
list-style-type:none;
min-width:12px;
outline-style:none;
outline-width:0px;
pointer-events:auto;
text-shadow:rgba(0,​ 0,​ 0,​ 0.5) 0px 1px 2px;
transition-delay:0s;
transition-duration:0.2s;
transition-property:opacity;
transition-timing-function:cubic-bezier(0.25,​ 0.1,​ 0.25,​ 1)
}

#top-notifications > ul, #bottom-notifications > ul {
    position: absolute;
    width: 300px;
}
#top-notifications > ul, #bottom-notifications > ul {
    list-style-type: none;
    margin: 0;
}
#notifications-top-right {
    right: 0;
    top: 0;
}
#notifications-top-right {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
.translucid,
.notification {
	color: #bdbdbd;
	background: #000 url(../img/old-browsers/colors/bg_translucid.png) repeat-x;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0))), rgba(0, 0, 0, 0.75);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), rgba(0, 0, 0, 0.75);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), rgba(0, 0, 0, 0.75);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), rgba(0, 0, 0, 0.75);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), rgba(0, 0, 0, 0.75);
	background: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), rgba(0, 0, 0, 0.75);
	border-color: black;
}

#top-notifications {
    top: 0;
}
#top-notifications, #bottom-notifications {
    left: 0;
    position: fixed;
    right: 0;
    text-align: left;
    z-index: 999400;
}
#top-notifications {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
.notification:before, .notification:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.notification:after {
    clear: both;
}
.notification:before, .notification:after{
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.notification {
    margin: 20px 20px -10px;
}
.translucid, .notification {
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) repeat scroll 0 0%, none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    border-color: #000000;
    color: #BDBDBD;
}
.notification {
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 7px rgba(0, 0, 0, 0.5);
    position: relative;
	font-size: 100%;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.notification > .close {
    margin: -10px -10px 0 0;
}
.no-touch.show-on-parent-hover {
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease 0s;
}
.count, .close, .extra-notifications, .more-notifications {
    background: -moz-linear-gradient(center top , #E24913, #D52607) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #931A03;
    color: #FFFFFF;
}
.count.right, .count.inset, .close {
    right: 0;
}
.close {
    cursor: pointer;
}
.count, .close {
    border-radius: 9px 9px 9px 9px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.75);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    min-width: 12px;
    padding: 0 2px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 88;
}
.show-on-parent-hover {
    outline: 0 none;
    vertical-align: baseline;
}
.notification > a, .notification > div {
    padding: 0px 15px 11px 15px;
}
.notification > a, .notification > div {
    color: inherit;
    display: block;
    margin: 0;
    text-decoration: none;
}
.notification > div {
margin-top:6px;
}
.notification > a, .notification > div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 100%;
    outline: 0 none;
    vertical-align: baseline;
}
.notification.big {
    /*height:145px !important;*/
    width:408px !important;
}

/* This class is only active if the device does not handle touch */
.close {
	pointer-events: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-ms-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: opacity 200ms;
	}
	.close:hover {
		/*pointer-events: auto;*/
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	}
.notushl {display:none;}




/* Z-INDEX */
 .formError { z-index: 999500; }
    .formError .formErrorContent { z-index: 999501; }
    .formError .formErrorArrow { z-index: 999502; }

    .formErrorInsideDialog.formError { z-index: 999520; }
    .formErrorInsideDialog.formError .formErrorContent { z-index: 999521; }
    .formErrorInsideDialog.formError .formErrorArrow { z-index: 999526; }




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

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	position:relative;
	width: 150px;
	border: 1px solid #931a03;
	padding: 6px 8px;
	color: white;
	background: #d52607 url(../img/old-browsers/colors/bg_red-gradient.png) repeat-x;
	line-height: 18px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#e24913), to(#d52607));
	background: -webkit-linear-gradient(top, #e24913, #d52607);
	background: -moz-linear-gradient(top, #e24913, #d52607);
	background: -ms-linear-gradient(top, #e24913, #d52607);
	background: -o-linear-gradient(top, #e24913, #d52607);
	background: linear-gradient(top, #e24913, #d52607);
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	color: white;
	background: #87ba17 url(../img/old-browsers/colors/bg_green-gradient.png) repeat-x;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#a7cf34), to(#87ba17));
	background: -webkit-linear-gradient(top, #a7cf34, #87ba17);
	background: -moz-linear-gradient(top, #a7cf34, #87ba17);
	background: -ms-linear-gradient(top, #a7cf34, #87ba17);
	background: -o-linear-gradient(top, #a7cf34, #87ba17);
	background: linear-gradient(top, #a7cf34, #87ba17);
	border-color: #6d960c;
}

.blackPopup .formErrorContent {
	color: white;
	background: #000000 url(../img/old-browsers/colors/bg_black-gradient.png) repeat-x;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background: -webkit-linear-gradient(top, #333333, #000000);
	background: -moz-linear-gradient(top, #333333, #000000);
	background: -ms-linear-gradient(top, #333333, #000000);
	background: -o-linear-gradient(top, #333333, #000000);
	background: linear-gradient(top, #333333, #000000);
	border-color: black;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 1px solid #931a03;
	border-right: 1px solid #931a03;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #d52607;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #87ba17;
	border-color: #6d960c;
}

.blackPopup .formErrorArrow div {
	background: #000000;
	border-color: black;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #931a03;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #931a03;
}

.greenPopup .formErrorArrow .line1,
.greenPopup .formErrorArrow .line2 {
	background: #6d960c;
}

.blackPopup .formErrorArrow .line1,
.blackPopup .formErrorArrow .line2 {
	background: black;
}

