/* ==========================================================================
HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
========================================================================== */

html,
button,
input,
select,
textarea {
    color: #808080;
    font-size: 12px;
}

body {
    position: relative;
    width: 100%;
}

textarea,
input {
    outline: none;
}

.clear {
    clear: both;
    display: block;
    float: none !important;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}

.center-text {
    text-align: center;
}

a {
    color: #006fde;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 20px;
}

img {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.float-left {
    display: inline-block;
    float: left;
}

.float-right {
    display: inline-block;
    float: right;
}

.caps {
    text-transform: uppercase;
}

input.text.datepicker {
    width: 130px;
}

.yellow-notice {
    padding: 11px 11px;
    background: rgba(255, 184, 0, 0.2);
    margin: 30px 10px;
}


/* ==========================================================================
        BASIC TAGS
========================================================================== */


/* BUTTONS */


/*  Moved to end of file
        .button {
            border-radius: 4px;
            box-shadow: -2px -2px 5px rgba(23,23,23,0.2);
            border: solid 1px #fff;
            background-image: linear-gradient(#0080ff, #004b97);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);
            color: #FFFFFF;
            font-size: 12px;
            font-weight: bold;
            text-shadow: -1px -1px 0 rgba(23,23,23, 0.45);
            text-decoration: none;


            display: inline-block;

            padding: 7px 10px !important;
        }

        .button:hover {
            background-image: linear-gradient(#004b97, #0080ff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#004b97, endColorstr=#0080ff);
            text-decoration: none;
        }
*/

section.content .sidebar-button-link {
    display: none;
}


/*  Moved to end of file
        .sidebar-button-link a {
            border-radius: 4px;
            box-shadow: -2px -2px 5px rgba(23,23,23, 0.2);
            border: solid 1px #fff;
            background-image: linear-gradient(#0080ff, #004b97);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);
            color: #FFFFFF;
            font-size: 12px;
            font-weight: bold;
            text-shadow: -1px -1px 0 rgba(23,23,23, 0.45);
            text-decoration: none;


            display: inline-block;

            padding: 7px 16px;
        }

        .sidebar-button-link a:hover {
            background-image: linear-gradient(#004b97, #0080ff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#004b97, endColorstr=#0080ff);
            text-decoration: none;
        }
*/

.center-button {
    text-align: center;
}


/* /BUTTONS */


/* INPUT TEXT */

.text {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: inset 1px 1px 3px rgba(23, 23, 23, 0.45);
    border: solid 1px #fff;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.no-boxshadow .text {
    border: 1px solid #e0e0e0;
}

textarea.text {
    resize: none;
}


/* /INPUT TEXT */


/* de primit
        .block.iframe {
            width: 700px;
        }
    /de primit */


/* LISTS */

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

ul li {
    list-style-type: disc;
    margin: 5px 0 5px 15px;
    text-align: left;
}

ol {
    margin: 0 0 0 15px;
    padding: 0;
}

ol li {
    list-style-type: decimal;
    margin: 5px 0 5px 15px;
}


/* /LISTS */


/* SHARE */

.article-date {
    float: left;
}

.pagina-sfaturi .share {
    margin-bottom: 25px;
}

.noutati.single .share {
    margin: 10px;
}

.share {
    float: right;
    padding: 8px;
    border-radius: 4px;
    background-color: #9cf;
    box-shadow: -1px -1px 2px rgba(23, 23, 23, 0.1);
    background-image: linear-gradient(#fff, #ececec);
}

.share ul {
    margin: 0;
    padding: 0;
    float: left;
}

.share > div {
    float: left;
    color: #006fde;
    font-size: 12px;
    margin: 0 5px 0 0;
}

.share li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.share img {
    vertical-align: top;
}


/* /SHARE */


/* ==========================================================================
        EMERIC MARIUS
========================================================================== */


/* GLOBAL LAYOUTS */

.square-bg {
    background: #b2b2b2;
}

.slide-menu-button {
    margin: 0 0 3% 0;
}


/* basic layout */

.main > .container {
    background-color: #ffffff;
    margin: 0 auto;
    width: 960px;
    box-shadow: 0 18px 18px #444444;
    padding-bottom: 241px;
}

.content {
    float: left;
    width: 720px;
}

.right-sidebar {
    float: right;
    width: 240px;
}


/*.content,
        .right-sidebar {
            position: relative;
            z-index: 100;
        }
         basic layout */


/* main top shadow */


/* Moved to end of file
        .main-top-shadow {
            background-image: linear-gradient(#cad5e0, #ffffff 79%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cad5e0, endColorstr=#ffffff 79%);
            height: 60px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 10;

            display: none;
        }
*/


/* /main top shadow */


/* block */


/* Moved to end of file
            .block {
                box-shadow: -2px -2px 5px rgba(23,23,23, 0.2);
                background-image: linear-gradient(#ffffff, #ececec);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
                margin: 0 10px;

            }
*/


/* /block */


/* link */

.link {
    text-align: right;
}

.link-all {
    text-align: left;
    margin-left: 20px;
}


/* /link */


/* /GLOBAL LAYOUTS */


/* PAGINATION */

.pagination {
    text-align: right;
    margin-right: 1%;
}

.pagination img {
    vertical-align: middle;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.pagination .first-page:after {
    content: '...';
    color: #006fde;
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}

.pagination .last-page:before {
    content: '...';
    color: #006fde;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}

.pagination a {
    color: #006fde;
    font-size: 12px;
    text-decoration: none;
}


/* /PAGINATION */


/* TITLE PAGE */

.page-title {
    color: #004b97;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 10px 30px 10px;
}


/* /TITLE PAGE */


/* SMALL TITLE PAGE */

.small-title-page {
    color: #004b97;
    font-size: 15px;
    font-weight: bold;
    margin: 10px;
}


/* /SMALL TITLE PAGE */


/* BLUE TITLE */

.blue-title {
    background: #e0e9f2;
    color: #004b97;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 10px;
    padding: 3px 8px;
}

.block-text-small .blue-title,
.block-text-list .blue-title {
    margin: 15px 0;
}


/* /BLUE TITLE */


/* YELLOW TITLE */

.yellow-title {
    color: #787000;
    font-size: 11px;
    font-weight: bold;
    background: #ffec00;
    padding: 5px 10px;
    text-transform: uppercase;
}

.yellow-title span {
    float: left;
    width: 320px;
    margin: 0 10px;
}

.yellow-title strong {
    color: #ff0000;
}

.pagina-statica .slider-carousel .yellow-title {
    display: none;
}


/* /YELLOW TITLE */


/* SUBTITLE PAGE */

.subtitle-page {
    font-size: 16px;
    margin: 0 10px 30px 10px;
}

.page-content {
    margin: 20px 10px 0 10px;
}

.page-content p {
    margin: 10px 0;
}


/* /SUBTITLE PAGE */


/* FILTER */

.filter {
    background: #ededed;
    margin: 0 10px;
    padding: 20px 24px;
}


/* /FILTER */


/* NONE */

p.none {
    margin: 0 10px;
    padding: 0 24px 20px 24px;
}


/* /NONE */


/* SELECT MSG */

.select-msg {
    margin: 0 10px;
}

.select-msg span {
    display: block;
    margin-bottom: 3px;
}

.select-msg select {
    width: 340px;
}


/* SELECT MSG */


/* BREADCRUMBS */

.breadcrumb {
    font-size: 11px;
    cursor: default;
    margin: 12px 10px 0 45px;
    position: relative;
    z-index: 100;
    color: #808080;
    padding: 0;
}

.breadcrumb li {
    display: inline;
    margin-right: 8px;
    margin-left: 0;
}

.breadcrumb li a.selected {
    color: #808080;
}

.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb li:before {
    content: url('../img/grey-arrow.png');
    margin-right: 8px;
}

.breadcrumb li:first-child:before {
    content: '';
}


/* /BREADCRUMBS */


/* block introduction */

.block.introduction {
    margin-bottom: 25px;
    padding: 10px;
}

.block.introduction p {
    margin: 10px 0;
}

.block.introduction p:first-child {
    margin-top: 0;
}

.block.introduction p:last-child {
    margin-bottom: 0;
}


/* /block introduction */


/* SELECT TYPE BLOCK */

.block.select-type {
    padding: 18px 0 20px 0;
    margin: 0 10px 20px 10px;
}

.block.select-type .image {
    float: left;
    width: 210px;
    margin: 0 10px;
    text-align: center;
}

.block.select-type .image img {
    width: 100%;
}

.block.select-type .description {
    float: right;
    width: 440px;
    margin: 0 10px;
    line-height: 20px;
}

.block.select-type .description .select {
    margin-top: 20px;
}

.block.select-type .description span {
    display: block;
    margin-bottom: 3px;
}


/* /SELECT TYPE BLOCK */


/* EXPERT ADVICE */

.expert-advice {
    margin: 20px 10px;
}

.expert-advice .description {
    width: 460px;
    float: left;
}

.expert-advice h3 {
    color: #004b97;
    font-size: 15px;
    margin: 20px 0;
}

.expert-advice p {
    font-size: 16px;
}

.expert-advice .image {
    float: right;
    width: 220px;
    text-align: center;
}


/* EXPERT ADVICE */


/* SERVICE LIST */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.service-list {
    margin: 0;
    padding: 0;
}

.service-list li {
    width: 340px;
    float: left;
    margin: 10px;
    list-style-type: none;
}

.service-list li:after {
    clear: both;
}

.service-list .title,
.service-list .description {
    margin: 0 8px;
}

.service-list .title a {
    font-size: 15px;
    color: #808080;
}

.service-list .description {
    min-height: 120px;
}

.service-list.blue-block .image {
    border: 1px solid #fff;
    box-shadow: -2px -2px 5px rgba(23, 23, 23, 0.2);
    border-radius: 5px;
    margin-bottom: 15px;
    height: 200px;
}

.service-list.blue-block .image img {
    border-radius: 5px;
}


/* /SERVICE LIST */


/* TEXT AND PHOTO BLOCKS */

.block-text,
.block-text-small,
.block-text-list {
    margin: 0 10px;
    line-height: 20px;
}

.block-text .image {
    float: left;
}

.block-text .description {
    float: right;
    width: 460px;
}

.block-text-small .description p,
.block-text-small ul,
.block-text-small ol {
    margin: 0 9px;
}

.block-text-small .description {
    margin-top: 3px;
}

.block-text-small,
.block-text-list {
    width: 340px;
}

.block-text-list li {
    margin: 0 0 20px 0;
    list-style-type: none;
}

.block-text-list li p {
    margin: 0;
}

.block-text-list .image {
    float: left;
    width: 100px;
}

.block-text-list .description {
    float: right;
    width: 220px;
    margin-top: -3px;
}


/* TEXT AND PHOTO BLOCKS */


/* BRANDS LIST */

.brands-list {
    margin: 50px auto 20px auto;
    padding: 0;
    text-align: center;
}

.brands-list li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    margin: 2%;
}

.brands-list li:hover .item {
    display: none;
}

.brands-list li:hover .hover {
    display: list-item;
}

.brands-list .hover {
    display: none;
}


/* BRANDS LIST */


/* SERVICE BOX */

.service-box {}

.service-box .image,
.service-box .description {
    float: left;
    width: 340px;
    margin-left: 10px;
}

.service-box .title {
    margin: 0;
}

.service-box .title a {
    color: #808080;
    font-size: 15px;
}

.service-box p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
}


/* Moved to end of file
        .service-box .image {
            border: 1px solid #fff;
            background-image: linear-gradient(#0080ff, #004b97);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);
            box-shadow: -2px -2px 5px rgba(23,23,23, 0.2);
            border-radius: 5px;

            height: 180px;
        }
 */


/* SERVICE BOX */


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

section .flexslider.slide {
    margin: 20px 10px 10px 10px;
}


/* ==========================================================================
        BLOCKS
========================================================================== */

.block li a {
    color: #808080;
}

.block.small {
    width: 220px;
}

.block.big {
    width: 340px;
}

section.content .block.map,
section.content .block.calendar,
section.content .block.cotatie,
section.content .block.selector-jante,
section.content .block.selector-pneuri {
    height: 160px;
}

.main.pneuri section.content .block.selector-jante,
.main.pneuri section.content .block.selector-pneuri {
    height: auto;
}

.block.map p,
.block.calendar p,
.block.cotatie p {
    margin: 5px 0;
}

section.content .block.calendar .container,
section.content .block.map .container {
    min-height: 135px;
}

section.content .block.cotatie .container {
    min-height: 135px !important;
}

.block a:hover {
    cursor: pointer;
}


/* block orange */


/* Moved to end of file
        .block-orange {
            background-image: linear-gradient(#ffec00, #ffa400);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffec00, endColorstr=#ffa400);
            margin: 20px 10px;
            text-align: center;
            transition: all 0.4s ease-in-out;
        }

        .block-orange:hover {
            background-image: linear-gradient(#ffa400, #ffec00);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa400, endColorstr=#ffec00);
        }
     */

.block-orange a {
    display: block;
    padding: 20px 0;
}

.block-orange img {
    vertical-align: top;
}


/* block orange */


/* block cotatie */

.block.cotatie .container {
    background: url('../img/bg-block-cotatie.png') no-repeat top left;
}

.block.cotatie p {
    margin-left: 95px;
}

.block.cotatie .button {
    margin-left: 95px;
    padding: 7px 10px;
}

.block.cotatie.sidebar-layout {
    min-height: 94px !important;
}

.block.cotatie.sidebar-layout p {
    display: none;
}

.block.cotatie.sidebar-layout .button {
    display: none;
}

.block.cotatie .sidebar-button-link {
    padding: 18px;
    text-align: right;
}


/* block cotatie */


/* block calendar */

.block.calendar .container {
    background: url('../img/bg-block-calendar.png') no-repeat top left;
}

.block.calendar.small p,
.block.calendar.small .button {
    display: none;
}

.block.calendar.small .container {
    background: url('../img/calendar-sidebar-layout.png') no-repeat top left;
}

.block.calendar .sidebar-button-link {
    padding: 18px;
    text-align: right;
}

.block.calendar.big p {
    margin-left: 182px;
}

.block.calendar.big .button {
    margin-left: 180px;
    padding: 7px 28px;
}


/* block calendar */


/* block gaseste un centru */

.block.map .container {
    background: url('../img/bg-block-map.png') no-repeat left bottom;
}

.block.map.small .container {
    background: url('../img/map-sidebar-layout.png') no-repeat top center;
}

.block.map .sidebar-button-link {
    padding: 18px;
    text-align: right;
}

.block.map .text-input {
    box-shadow: inset -1px -1px 3px rgba(23, 23, 23, 0.45);
    border: solid 1px #fff;
    font-size: 10px;
    width: 100px;
}

.block.map label {
    margin: 0 0 3px 0;
}

.block.map.small .container {
    height: 70px;
}

.block.map.small ul {
    display: none;
}

.block.map.big ul {
    margin-left: 195px;
    margin-top: 9px;
}

.block.map.big form {
    margin: 12px 0 0 195px;
}

.block.map.small form {
    margin: 8px 0 0 75px;
}

.block.map.small form label {
    line-height: 11px;
    margin: 0 0 6px 45px;
    text-align: left;
}

.block.map form .text {
    width: 100px;
}

.block.map form input {
    float: left;
    padding: 3px !important;
    font-weight: normal;
    border-radius: 0;
}

.block.map form label {
    margin: 0 0 3px 3px;
    font-size: 11px;
    display: block;
}


/* block gaseste un centru */


/* block selector pneuri */

.block.selector-pneuri {
    background: #ffec00;
    text-align: center;
}

.block.selector-pneuri .container {
    background: url("../img/anvelopa-lata.png") no-repeat scroll center center transparent;
    height: 159px;
}


/* .main.pneuri .block.selector-pneuri .container {
            background: url('../img/tire-yellow-bg.png') no-repeat top left;
        } */

.block.selector-pneuri .button {
    top: 6em;
    margin-top: -16px;
    position: relative;
}

.main.pneuri .content .block.selector-pneuri .button {
    margin-top: 12%;
}

.block.selector-pneuri.sidebar-layout {
    min-height: 98px;
}

.block.selector-pneuri.sidebar-layout .container {
    height: 98px;
    padding-bottom: 0;
}

.block.selector-pneuri.sidebar-layout .button {
    margin-top: 15%;
    position: relative;
    top: 0;
}


/* block selector pneuri */


/* block mobile racing academy */

.block.mobile-racing {
    background: #ffec00;
    text-align: center;
}

.block.mobile-racing .container {
    background: url('../img/mobil1-intra-in-cursa.jpg') no-repeat center center;
    height: 159px;
    position: relative;
}

.block.mobile-racing .container a.invisible {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}


/* block mobile racing academy */


/* block oil selector */

.block.oil-selector {
    background: #ffec00;
    text-align: center;
    width: 460px;
}

.block.oil-selector .container {
    background: #ffec00 url('../img/gasiti-uleiul-potrivit.png') center top;
    height: 159px;
    width: 460px;
    position: relative;
}

.block.oil-selector .container a.button {
    width: 200px;
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
    position: absolute;
    top: 120px;
    left: 10px;
}

.block.oil-selector .container a.button.commercial {
    left: 242px;
}

.oil-selector-commercial,
.oil-selector-auto {
    background: #ffec00;
    text-align: center;
}

.oil-selector-commercial .container,
.oil-selector-auto .container {
    background: #ffec00 url('../img/gasiti-uleiul-potrivit-mobil.png') center 22px no-repeat;
    height: 159px;
    text-align: center;
}

.oil-selector-commercial .container {
    background: #ffec00 url('../img/gasiti-uleiul-potrivit-mobil-2.png') center top no-repeat;
}

.oil-selector-commercial .container a.button,
.oil-selector-auto .container a.button {
    width: 200px;
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 120px;
}


/* block oil selector */


/* block oil selector personal / business */

.block.oil-selector-personal,
.block.oil-selector-business {
    background: #ffec00;
    text-align: center;
    width: 340px;
}

.block.oil-selector-personal .container {
    background: #ffec00 url('../img/oil-selector-personal.jpg') center top;
}

.block.oil-selector-business .container {
    background: #ffec00 url('../img/oil-selector-business.jpg') center top;
}

.block.oil-selector-personal .container,
.block.oil-selector-business .container {
    height: 159px;
    width: 340px;
    position: relative;
}

.block.oil-selector-personal .container a.button,
.block.oil-selector-business .container a.button {
    width: 200px;
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -100px;
}

.block.oil-selector-personal .iframe,
.block.oil-selector-business .iframe {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.block.oil-selector-personal iframe,
.block.oil-selector-business iframe {
    box-shadow: none;
}

.block.oil-selector-personal .main-lightbox,
.block.oil-selector-business .main-lightbox {
    width: 650px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -325px;
    /*height: 50%;*/
    padding-left: 20px;
    box-shadow: none !important;
}

.block.oil-selector-business .main-lightbox {
    width: 300px;
    margin-left: -150px;
    overflow: scroll;
}


/*.block.oil-selector-commercial .main-lightbox,*/


/*.block.oil-selector-auto .main-lightbox {*/


/*width: 280px;*/


/*position: fixed;*/


/*overflow: auto;*/


/*top: 10%;*/


/*left: 50%;*/


/*margin-left: -140px;*/


/*}*/


/* end blocks oil selector personal / business */


/* block selector jante */

.block.selector-jante {
    background: #ffec00;
    text-align: center;
}

.block.selector-jante .container {
    background: url('../img/janta-lata.png') no-repeat center center;
    height: 159px;
}


/* .main.pneuri .block.selector-jante .container {
            background: url('../img/rims-yellow-bg.png') no-repeat top left;
        } */

.block.selector-jante .button {
    top: 6em;
    margin-top: -16px;
    position: relative;
}

.main.pneuri .content .block.selector-jante .button {
    margin-top: 12%;
}

.block.selector-jante.sidebar-layout {
    min-height: 98px;
}

.block.selector-jante.sidebar-layout .container {
    height: 98px;
    padding-bottom: 0;
}

.block.selector-jante.sidebar-layout .button {
    margin-top: 15%;
    position: relative;
    top: 0;
}


/* block selector jante */


/* block -> sfaturi */

.block.sfaturi ul {
    margin: 0;
    padding: 0;
}


/* Moved to end of file
        .block.sfaturi ul li {
            background-image: linear-gradient(#ffffff, #ececec);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
            padding: 3px 10px 5px 5px;
            list-style-type: none;
            margin: 0;
        }
*/

.block.sfaturi ul li a {
    line-height: 20px;
    color: #808080;
}


/* Moved to end of file
        .block.sfaturi .link {
            background-image: linear-gradient(#ffffff, #ececec);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
            padding: 5px 10px;
            margin: 0;
        }
*/


/* /block -> sfaturi */


/* block -> noutati */

.block.noutati-box ul {
    margin: 0;
    padding: 0;
}

.block.noutati-box .date {
    display: block;
    font-size: 10px;
}


/* Moved to end of file
        .block.noutati-box ul li {
            background-image: linear-gradient(#ffffff, #ececec);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
            padding: 3px 10px 5px 5px;
            list-style-type: none;
            margin: 0;
        }

        .block.noutati-box .link {
            background-image: linear-gradient(#ffffff, #ececec);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
            padding: 5px 10px;
            margin: 0;
        }
*/

.block.noutati-box ul li a {
    line-height: 20px;
    color: #808080;
}


/* /block -> noutati */


/* clients blocks */


/* Moved to end of file
        .block.business-clients {
            background-image: linear-gradient(#0080ff, #004b97);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);

            box-shadow: -2px -2px 5px rgba(23,23,23, 0.2);
            border: solid 1px #fff;
            text-align: right;

            position: relative;

            padding-bottom: 7px;
        }
*/

.block.business-clients.small:hover {
    background-image: linear-gradient(#004b97, #0080ff);
}

.block.business-clients .blue-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 180px 8px 8px;
    background: #3396f9;
}

.block.business-clients.small .blue-title {
    background: none;
}

.block.business-clients .blue-title a {
    color: #ffffff;
}

.block.business-clients .blue-title a:hover {
    text-decoration: none;
}

.block.business-clients .tire-img {
    position: absolute;
}

.block.business-clients .tire-img {
    top: -13px;
    right: -9px;
}

.block.business-clients .view-more {
    color: #ffec00;
    text-decoration: none;
    margin: 0 6px 0 0;
}

.block.business-clients .view-more:hover {
    text-decoration: underline;
}

.block.business-clients.small .view-more {
    display: none;
}

.block .arrow-list {
    text-align: left;
    margin: 2px 0 3px 12px;
    line-height: 16px;
    padding: 0;
}

.-webkit- .block .arrow-list {
    line-height: 17px;
}

.block.business-clients .arrow-list li {
    list-style-type: none;
    margin-left: 0;
}

.block.business-clients .arrow-list li a {
    color: #99ccff;
    background: url('../img/block-list-arrow-blue.png') no-repeat left center;
    padding-left: 11px
}

.block.business-clients .arrow-list li a:hover {
    color: #ffffff;
    background: url('../img/block-list-arrow-white.png') no-repeat left center;
    text-decoration: none;
}

.block.business-clients.small .arrow-list {
    display: none;
}


/* clients blocks */


/* block contact */

.block.contact-us {
    position: relative;
    background: #ffec00;
    /*padding: 7px 0 4px 0;*/
    width: 219px;
    height: 65px;
    color: #787000;
}

.block.contact-us .image {
    position: absolute;
    top: -17px;
    right: 1px;
}

.block.contact-us h4 {
    /*margin: 0 0 6px 0;*/
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0057a8;
    margin: 0;
}

.block.contact-us p {
    font-size: 10px;
    line-height: 13px;
    margin: 0 0 0 3px;
}

.block.contact-us .description {
    /*margin: 0 50px 0 7px;*/
    position: absolute;
    bottom: 24px;
    left: 10px;
}

.block.contact-us .phone-nr {
    text-align: center;
    color: #004b97;
    font-size: 24px;
    font-weight: bold;
    margin-top: 4px;
}

.block.contact-us a:hover {
    text-decoration: none;
}


/* block contact */


/* lightbox pneuri si jante */

.block.companies-login {
    background: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.block .lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1500;
    cursor: pointer;
    text-align: left;
}

.block.selector-pneuri .main-lightbox {
    width: 340px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -170px;
}

.block.selector-jante .main-lightbox {
    width: 740px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -370px;
}

.block.companies-login .main-lightbox {
    width: 740px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -370px;
}

.block.oil-selector .main-lightbox {
    width: 580px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -290px;
}

.block.oil-selector-commercial .main-lightbox,
.block.oil-selector-auto .main-lightbox {
    width: 280px;
    position: fixed;
    overflow: auto;
    top: 10%;
    left: 50%;
    margin-left: -140px;
}

.block.mobile-racing .main-lightbox {
    width: 650px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -325px;
}

.block .lightbox .block.iframe {
    width: auto;
    margin: 0;
    float: none;
    position: relative;
}

.block.mobile-racing .lightbox .block.iframe {
    height: 453px;
}

.block.oil-selector-auto .lightbox .block.iframe,
.block.oil-selector-commercial .lightbox .block.iframe,
.block.oil-selector .lightbox .block.iframe {
    padding: 15px;
    background: white !important;
    /* important is for IE */
}

.block .lightbox .yellow-title,
.block .lightbox .mw-43-header {
    position: relative;
}

.block .lightbox .close-lightbox {
    position: absolute;
    top: 3px;
    right: 7px;
}

.block .lightbox .close-lightbox:hover {
    text-decoration: underline;
}


/* lightbox lightbox pneuri si jante */


/* block slider carousel */

section .block.slider-carousel {
    margin: 10px;
    width: 700px;
}

section .block.slider-carousel .carousel-margins {
    width: 630px;
    margin: 0 auto;
    position: relative;
    left: -3px;
}

aside .block.slider-carousel {
    width: 220px;
    margin: 10px;
}

aside .block.slider-carousel .carousel-margins {
    width: 153px;
    margin: 0 auto;
}

.carousel {
    margin: 0;
    padding: 0;
}

.carousel li {
    margin: 15px -4px 15px 0;
    padding: 0;
    list-style-type: none;
    vertical-align: middle;
    display: inline-block !important;
    float: none !important;
    text-align: center;
}

.carousel li img {
    width: 80% !important;
    margin: 0 auto;
}

.carousel li a {
    display: block;
    vertical-align: middle;
}

.slider-carousel .flex-viewport {
    margin: 0;
}

.slider-carousel .flex-direction-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
}

aside .slider-carousel .flex-direction-nav {
    top: 17px;
}

.slider-carousel .flex-direction-nav li {
    list-style-type: none;
    display: block;
    width: 100%;
    width: 32px;
}

.slider-carousel .flex-direction-nav li a {
    display: block;
    position: absolute;
    width: 32px;
    height: 33px;
    text-indent: -9999px;
}

.slider-carousel .flex-prev {
    left: -34px;
    background: url('../img/carousel-brands/left-nav.png');
}

.slider-carousel .flex-next {
    right: -33px;
    background: url('../img/carousel-brands/right-nav.png');
}


/* /block slider carousel */


/* block discount box */

.block.discount-box .image img {
    width: 100%;
}

.block.discount-box .image {
    text-align: center;
    max-height: 73px;
}


/* /block discount box */


/* ==========================================================================
        HEADER
========================================================================== */

header {
    width: 960px;
    display: block;
    margin: auto;
    box-shadow: 0px 21px 18px rgb(100, 100, 100);
}

header .container {
    background: #ffffff;
    position: relative;
}

header .container .flag {
    position: absolute;
    left: 0;
    bottom: -82px;
    background: url('../img/steag_euromaster.png') no-repeat center center;
    width: 41px;
    height: 121px;
    display: block;
    z-index: 1;
}

header .container > .center {
    width: 940px;
    margin: 0 auto;
}

header .mobile-slider {
    display: none;
}

header .mobile-display {
    display: none;
}


/* pop up message */

header .pop-up {
    background: #ffffff;
    color: #999999;
    font-size: 9px;
    text-align: right;
    padding: 1px 0;
    font-weight: bold;
    border-bottom: 1px solid #999999;
}

header .pop-up p {
    width: 940px;
    margin: 0 auto;
}

header .pop-up a {
    text-decoration: underline;
    color: #999999;
}

header .pop-up .close-pop-up {
    height: 11px;
    width: 11px;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/close-pop-up.png');
    text-decoration: none;
    margin-left: 8px;
}


/* /pop up message */


/* logo */

header .logo {
    float: left;
    width: 217px;
    margin: 9px 0 40px 31px;
}

header .logo .mobile-logo {
    display: none;
    margin: auto;
}


/* /logo */


/* small menu */

header .small-menu {
    float: right;
    /*margin: 5px 0 0 0;*/
    margin: 20px 0 0 0;
    padding: 0 29px 0 0;
    /*width: 360px;*/
}

header .small-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: -3px;
}

header .small-menu .tableta {
    display: none;
}

header .small-menu li.last-on-row:after,
header .small-menu li:last-child:after {
    content: none;
}

header .small-menu li:after {
    content: '|';
    color: #005f27;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px;
}

header .small-menu a {
    color: #005f27;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

header .small-menu a:hover {
    color: #999999;
    text-decoration: none;
}


/* small menu */


/* menu */

nav {
    background: #ffffff;
}

nav ul {
    width: 919px;
    margin: 0 0 0 auto;
    padding: 0;
}

nav .menu li {
    list-style-type: none;
    margin: 0 1px 0 0;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

nav .menu li:last-child {
    border-right: none;
}

.menu li.clear {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.slide-menu-button {
    display: none;
}

.menu > li {
    float: left;
    position: relative;
    /*box-shadow: 1px -1px 1px rgba(23,23,23, 0.2);*/
    background-image: linear-gradient(#00d150, #008031);
    /*background: url('../img/menu-bg.png') repeat-x 0 0;*/
    z-index: 1000;
}

.menu > li > a {
    display: block;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 14px 0;
    text-transform: uppercase;
    text-align: center;
}

.menu > li.menu-0 a {
    width: 106px;
}

.menu > li.menu-1 a {
    width: 105px;
}

.menu > li.menu-2 a {
    width: 167px;
}

.menu > li.menu-3 a {
    width: 112px;
}

.menu > li.menu-4 a {
    width: 205px;
}

.menu > li.menu-5 a {
    width: 100px;
}

.menu > li.menu-6 a {
    width: 162px;
}

.menu > li.menu-7 a {
    width: 111px;
}

.menu > li:hover > a {
    background: #ffec00;
    color: #787000;
    text-decoration: none;
}

.menu > li:hover .dropdown-menu {
    display: block;
}


/* shop button */

.menu .shop-button {
    /*background-image: linear-gradient(#ffec00, #ffa400);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffec00, endColorstr=#ffa400);*/
    background-image: linear-gradient(#00d150, #008031);
    position: relative;
    margin-right: 0;
}


/* Moved to end of file
            .menu .shop-button .button-cart {
                width: 28px;
                height: 29px;
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                box-shadow: inset 1px 1px 1px rgba(25,25,24, 0.5);
                background-image: linear-gradient(#00d150, #008031);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00d150, endColorstr=#008031);


                position: absolute;
                top: 5px;
                left: 7px;

                text-indent: -9999px;
            }
*/

.menu .shop-button a {
    /*color: #664400;*/
    vertical-align: middle;
}

.menu .shop-button .button-cart span {
    background: url('../img/header-e-shop-icon.png') no-repeat 2px center;
    display: block;
    width: 100%;
    height: 100%;
}


/* /shop button */


/* dropdown menu */

.dropdown-menu {
    padding: 15px 0 10px 22px;
    position: absolute;
    left: 0;
    top: 37px;
    background: #ffffff;
    border-top: 10px solid #ffec00;
    box-shadow: 6px 10px 11px rgba(23, 23, 23, 0.58);
    width: 200px;
    display: none;
    opacity: 1;
    z-index: 2000;
}

.dropdown-menu li {
    float: none;
}

.dropdown-menu li a {
    color: #808080;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    color: #006fde;
}


/* /dropdown menu */


/* /menu */


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

footer {
    color: #00468c;
    font-size: 11px;
    position: relative;
    width: 960px;
    margin: auto;
    /*margin-bottom: 40px;*/
    -moz-box-shadow: 0px 21px 18px rgb(100, 100, 100);
    -webkit-box-shadow: 0px 21px 18px rgb(100, 100, 100);
    box-shadow: 0px 21px 18px rgb(100, 100, 100)
}

footer .container {
    width: 960px;
    margin: 0 auto;
}

footer .bg-green {
    background-color: #009037;
    padding-bottom: 60px;
}

footer .bg-white {
    background-color: #ffffff;
    padding-bottom: 60px;
}

footer .col1 {
    width: 220px;
    margin: 10px;
    float: left;
}

footer .col1 p {
    margin: 0;
}

footer .col1 span {
    display: block;
    line-height: 20px;
    margin: 0 0 0 8px;
    color: #666666;
}


/* footer top bg */

footer .footer-top-bg {
    height: 205px;
    width: 100%;
    background: #fff;
    margin-top: -241px;
}


/* end footer top bg */


/* social media */

footer .social-media {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

footer .social-media .social-box {
    background: #00a651;
    display: inline-block;
    position: absolute;
    top: 125px;
    width: 99%;
}


/* newsletter */

footer .newsletter {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 14px 0 6px;
    border-right: 1px solid #ffffff;
    background: #00a651;
    height: 64px;
    border-left: 10px solid white;
}

footer .newsletter label {
    color: #fff;
    font-size: 11px;
    display: block;
    margin: 0 0 3px 0;
}

footer .newsletter .line {
    display: inline-block;
    vertical-align: bottom;
    line-height: 13px;
}

footer .newsletter .line.bg {
    position: relative;
    top: 0;
    border-radius: 4px;
}

footer .newsletter input.text {
    width: 165px;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    height: 15px;
    padding: 4px 7px;
    font-size: 11px;
    color: #808080;
}

footer .newsletter input.button {
    background: url('../img/newsletter-button.png') no-repeat center center #fff;
    border-radius: 0 4px 4px 0;
    width: 23px;
    height: 23px;
    padding: 0 !important;
    margin: 0;
    text-indent: -9999px;
}


/* end newsletter */


/* social buttons */

footer .social-buttons {
    display: inline-block;
    vertical-align: top;
    padding: 16px 8px 0 8px;
    height: 48px;
    margin: 0;
    width: 150px;
    background: #00a651;
}

footer .social-buttons a {
    display: inline-block;
    vertical-align: top;
    width: 31px;
    height: 32px;
    margin: 0 5px;
    text-decoration: none;
    text-indent: -9999px;
}

footer .social-buttons .facebook {
    background: url('../img/fb-icon.png') no-repeat 0 0;
}

footer .social-buttons .youtube {
    background: url('../img/youtube-icon.png') no-repeat 0 0;
}

footer .social-buttons .google {
    background: url('../img/google-icon.png') no-repeat 0 0;
}


/* social buttons */


/* end social media */


/* select country */

footer .select-country {
    margin: 20px 0 0 0;
}

footer .select-country span {
    /*color: #00468c;*/
    color: #999999;
    font-size: 11px;
}

footer select {
    width: 220px !important;
    border-radius: 4px;
    border: 1px solid #999;
}


/* end select country */


/* footer list menu */

.footer-list-menu {
    width: 220px;
    margin: 10px;
    float: left;
}

.footer-list-menu h3 {
    font-size: 14px;
    letter-spacing: -1px;
    color: #00468c;
    font-weight: normal;
    border-radius: 3px;
    margin: 0;
    padding: 3px 8px;
}

.footer-list-menu ul {
    margin: 0 0 0 8px;
    padding: 0;
}

.footer-list-menu ul li {
    line-height: 20px;
    list-style-type: none;
    margin-left: 0;
}

.footer-list-menu ul li a {
    background: url('../img/footer-list-menu-arrow.png') no-repeat left center;
    color: #00468c;
    padding: 0 0 0 11px;
    text-decoration: none;
}

.footer-list-menu ul li a:hover {
    background: url('../img/footer-list-menu-arrow-white.png') no-repeat left center;
    color: #666;
}


/* end footer list menu */


/* conditions and terms */

.bottom-copyright {
    color: #666666;
    text-align: center;
    display: none;
    margin-top: 20px;
}

.bottom-copyright span {
    display: block;
}

footer .terms-and-conditions {
    margin: 20px 0 0 22px;
    margin: 20px 0 0 8px;
    text-align: left;
    padding-left: 8px;
    color: #666666;
}

footer .terms-and-conditions a {
    /*color: #00468c;
            text-decoration: underline;*/
    text-decoration: none;
    color: #00468c;
}

footer .terms-and-conditions a:hover {
    /*color: #666;*/
    color: #666666;
    text-decoration: underline;
}


/* conditions and terms */


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


/* HOMEPAGE */

.homepage {}

.homepage .content .block {
    margin: 10px;
    float: left;
}

.right-sidebar .block {
    margin: 20px 10px;
}

.block .container {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}


/* /HOMEPAGE */


/* PNEURI SUBCATEGORIE */

.pneuri.subcategorie {}


/* tires list */

.tires-list {
    margin: 0;
    padding: 0;
}

.tires-list li {
    position: relative;
    margin-bottom: 21px;
}

.tires-list .block {
    border-radius: 10px;
    margin: 0 10px 0 80px;
    padding: 23px 16px 0 135px;
    min-height: 157px;
}

.no-boxshadow .tires-list .block {
    border: 1px solid #e0e0e0;
}


/* image */

.tires-list .image {
    position: absolute;
    top: -5px;
    left: 0;
    box-shadow: inset 1px 2px 6px rgba(25, 25, 24, 0.75);
    border: solid 3px #fff;
    width: 180px;
    height: 180px;
    border-radius: 110px;
    background: url('../img/circle-image.png') no-repeat center center;
    overflow: hidden;
}

.tires-list .image img {
    vertical-align: top;
    display: none;
}


/* /image */


/* description */

.tires-list .description {
    width: 280px;
    float: left;
}

.tires-list .description h1 {
    margin: 0 0 19px 0;
}

.tires-list .description h1 a {
    font-size: 15px;
    color: #808080;
}

.tires-list .description .link {
    margin-top: 5px;
}


/* /description */


/* schedule */

.tires-list .schedule {
    width: 170px;
    float: right;
    text-align: right;
}

.tires-list .schedule h3 {
    margin: 0 8px 35px 0;
    font-size: 24px;
    font-weight: normal;
}


/* /schedule */


/* /tires list */


/* PNEURI SUBCATEGORIE */


/* SERVICII SUBCATEGORIE */


/* services list */

.services-list {
    margin: 0 10px;
    padding: 0;
}

.chzn-container-single .chzn-single {
    width: 100%;
}

.chzn-container-single .chzn-drop {
    width: 105% !important;
}

.services-list li {
    position: relative;
    margin-bottom: 21px;
    margin-left: 0;
    list-style-type: none;
}

.services-list li.invisible {
    display: none;
}

.services-list .block {
    border-radius: 10px;
    margin: 0 0 0 80px;
    padding: 23px 16px 0 125px;
    min-height: 157px;
}

.no-boxshadow .services-list .block {
    border: 1px solid #e0e0e0;
}

.services-list p {
    margin: 0;
}


/* image */

.services-list .image {
    position: absolute;
    top: -5px;
    left: 0;
    box-shadow: inset 1px 2px 6px rgba(25, 25, 24, 0.75);
    border: solid 3px #fff;
    width: 180px;
    height: 180px;
    border-radius: 110px;
    background: url('../img/circle-image.png') no-repeat center center;
    overflow: hidden;
}

.services-list .image img {
    vertical-align: top;
    display: none;
}


/* /image */


/* description */

.services-list .description {
    width: 280px;
    float: left;
}

.services-list .description h1 {
    margin: 0 0 19px 0;
}

.services-list .description h1 a {
    font-size: 15px;
    color: #808080;
}

.services-list .description .link {
    margin-top: 5px;
}


/* /description */


/* expert advice */

.advice {
    width: 185px;
    min-height: 167px;
    background: #e0e0e0;
    position: absolute;
    top: 5px;
    right: 18px;
    border-radius: 0 5px 5px 0;
}

.advice .photo {
    position: absolute;
    top: -3px;
    right: 10px;
}

.advice h3 {
    margin: 20px 13px;
    font-size: 12px;
}

.advice p {
    margin: 0 0 0 13px;
}


/* /expert advice */


/* no advice layout */

.services-list .no-advice-layout .advice {
    display: none;
}

.services-list .no-advice-layout .description {
    width: 100%;
}


/* no advice layout */


/* /services list */


/* /SERVICII SUBCATEGORIE */


/* SERVICII SINGLE */

.servicii.single .block-text-small,
.servicii.single .block-text-list {
    width: 340px;
    margin: 0 10px;
    float: left;
}

.servicii.single .block-text-small.big,
.servicii.single .block-text-list.big {
    width: auto;
    float: none;
}

.servicii.single .block-text-small.big .image,
.servicii.single .block-text-list.big .image {
    margin-bottom: 15px;
}

.servicii.single .block-text-small.big .description p,
.servicii.single .block-text-list.big .description p {
    margin: 10px 0;
}

.servicii.single .block-text-small .blue-title,
.servicii.single .block-text-list .blue-title {
    margin: 20px 0;
}

.servicii.single .block-text-small > p {
    margin: 0 10px;
}


/* /SERVICII SINGLE */


/* CERE O COTATIE */

.cotatie .small-content {
    font-size: 10px;
    line-height: 13px;
    margin: 0 5px 0 100px;
}


/* formular cotatie */

.cotatie-form {
    margin-top: 45px;
}

.cotatie-form .step {
    position: relative;
    margin-left: 40px;
}

.cotatie-form .block {
    border: none;
    margin: 0 0 40px 53px;
    width: 620px;
}

.cotatie-form .yellow-title {
    padding-left: 80px;
}

.cotatie-form .col-left,
.cotatie-form .col {
    margin-left: 83px;
    float: left;
}

.cotatie-form .col-left {
    width: 200px;
}

.cotatie-form .col-right {
    float: right;
    width: 300px;
}

.cotatie-form .nr-step {
    background: #e1e1e1;
    box-shadow: inset 1px 2px 6px rgba(25, 25, 24, 0.75);
    border: solid 3px #fff;
    border-radius: 90px;
    width: 111px;
    height: 111px;
    position: absolute;
    top: -3px;
    left: 0;
}

.cotatie-form .complete-form {
    width: 610px;
    margin: 0 0 40px 98px;
}

.cotatie-form .complete-form span {
    color: #ff0000;
}

.cotatie-form .complete-form .left {
    float: left;
}

.cotatie-form .complete-form .right {
    float: right;
}

.cotatie-form label span {
    color: #ff0000;
}


/* step1 */

.step.one .col-left label,
.step.one .col-left input {
    display: inline-block;
    vertical-align: middle;
}

.step.one .yellow-title {
    margin-bottom: 10px;
}

.step.one .line {
    margin: 0 0 15px 0;
}

.step.one .col-right label {
    display: block;
    margin-left: 3px;
}

.step.one .col-right .text {
    width: 282px;
    min-height: 130px;
    padding: 5px;
}

.step.one .nr-step {
    background-image: url("../img/step1.png");
    background-repeat: no-repeat;
    background-position: center center;
}


/* /step1 */


/* step2 */

.step.two .block {
    padding-bottom: 16px;
}

.step.two .line {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    margin-left: -3px;
}

.step.two .yellow-title {
    margin-bottom: 10px;
}

.step.two label {
    display: block;
    margin-left: 4px;
}

.step.two .text {
    padding: 2px 5px;
}

.step.two .nr-step {
    background-image: url("../img/step2.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.step.two .chzn-container-single .chzn-single {
    width: 157px;
}

.step.two .chzn-container-single .chzn-drop {
    width: 163px !important;
}


/* /step2 */


/* step3 */

.step.three .yellow-title {
    margin-bottom: 10px;
}

.step.three .col-left {
    margin-top: 5px;
}

.step.three .col-left label {
    display: block;
    margin-bottom: 2px;
}

.step.three .col-left select {
    width: 152px;
}

.step.three .col-right address {
    font-style: normal;
    line-height: 20px;
    margin-left: 11px;
    padding: 0 7px 17px 0;
}

.step.three .col-right address strong {
    display: block;
}

.step.three .col-right address span {
    display: block;
}

.step.three .link {
    margin: 10px 15px 15px 0;
}

.step.three .nr-step {
    background-image: url("../img/step3.png");
    background-repeat: no-repeat;
    background-position: center center;
}


/* /step3 */


/* step4 */

.step.four .block,
.step.four-hidden .block {
    padding-bottom: 20px;
}

.step.four .yellow-title {
    margin-bottom: 5px;
}

.step.four .col-right,
.step.four-hidden .col-right {
    margin: 0;
}

.step.four .col-right div,
.step.four-hidden .col-right div {
    margin: 11px 0;
    line-height: 20px;
}

.step.four .line,
.step.four-hidden .line {
    margin-bottom: 5px;
}

.step.four .line label,
.step.four-hidden .line label {
    display: block;
    margin-left: 3px;
}

.step.four .line p span,
.step.four .line label span {
    color: #ff0000;
}

.step.four .text,
.step.four-hidden .text {
    width: 170px;
    padding: 3px 5px;
}

.step.four .line.radio-buttons input,
.step.four .line.radio-buttons label,
.step.four-hidden .line.radio-buttons input,
.step.four-hidden .line.radio-buttons label {
    display: inline-block;
    vertical-align: middle;
}

.step.four-hidden .col-left {
    margin-top: 0;
}

.step.four .col-left .line.radio-buttons label,
.step.four-hidden .col-left .line.radio-buttons label {
    margin: 0 25px 0 0;
}

.step.four .col-right .line.radio-buttons label,
.step.four-hidden .col-right .line.radio-buttons label {
    margin: 0 47px 0 0;
}

.step.four .nr-step {
    background-image: url("../img/step4.png");
    background-repeat: no-repeat;
    background-position: center center;
}


/* /step4 */


/* /formular cotatie */


/* /CERE O COTATIE */


/* PAGINA DE CONTACT */

.contact .select-msg {
    margin: 40px 10px 15px 0;
}

.contact .select-msg .left-side {
    float: left;
    width: 350px;
}

.contact .select-msg .right-side {
    float: right;
    width: 290px;
}

.contact .select-msg .right-side span {
    margin: 0;
}

.contact .chzn-container.chzn-container-single {
    width: 300px !important;
}

.contact address {
    margin: 10px 23px 20px 23px;
    font-style: normal;
    line-height: 20px;
}

.contact address span,
.contact address strong {
    display: inline-block;
    vertical-align: top;
}

.contact address span {
    margin-left: 60px;
}

.contact .small-content {
    font-size: 10px;
    line-height: 13px;
    margin: 0 19px;
}


/* contact form */

.contact-form {
    margin: 0 10px;
    border: none;
}

.contact-form .block {
    margin: 0;
}

.contact-form .col-left,
.contact-form .col-right {
    float: left;
    width: 330px;
    margin: 15px 10px;
    vertical-align: top;
}

.contact-form .line p {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 30px 10px 3px;
}

.contact-form .line p input,
.contact-form .line p label {
    display: inline-block;
    vertical-align: middle;
}

.contact-form .line p span {
    color: #ff0000;
}

.contact-form label {
    display: block;
    margin-left: 3px;
}

.contact-form .text {
    width: 320px;
    padding: 3px 5px;
}

.contact-form textarea {
    min-height: 180px;
}

.contact-form .line.radio-buttons span,
.contact-form .line.radio-buttons input,
.contact-form .line.radio-buttons label {
    display: inline-block;
    vertical-align: middle;
}

.contact-form .col-left .line.radio-buttons label {
    margin: 0 25px 0 0;
}

.contact-form .col-right .line.radio-buttons label {
    margin: 0 47px 0 0;
}

.contact-form .col-right .line.radio-buttons {
    margin: 0 0 20px 10px;
}

.contact-form p span,
.contact-form label span {
    color: #ff0000;
}

.contact-form .line {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    line-height: 20px;
}


/* /contact form */


/* /PAGINA DECONTACT */


/* PAGINA DE NOUTATI */

.noutati {}


/* list news */

.list-news {
    margin: 0 10px;
    line-height: 20px;
}

.list-news li {
    border-top: 1px solid #cccccc;
    margin-bottom: 15px;
    padding-top: 3px;
    list-style-type: none;
    margin-left: 0;
}

.list-news .link {
    margin-right: 7px;
}


/* top - title and date */

.list-news .top {
    margin-bottom: 20px;
}

.list-news .date {
    width: 140px;
    float: left;
    text-align: right;
}

.list-news .date span {
    margin-right: 7px;
}

.list-news .title {
    font-size: 15px;
    float: right;
    width: 540px;
    margin: 0;
}

.list-news .title a {
    color: #004b97;
}


/* /top - title and date */


/* bottom - descrption */

.list-news .image {
    width: 140px;
    float: left;
}

.list-news .description {
    float: right;
    width: 540px;
    margin-top: -3px;
}


/* /bottom - descrption */


/* /list news */


/* /PAGINA DE NOUTATI */


/* PAGINA DE NOUTATI SIGNLE */

.noutati.single {}

.noutati.single .article-date {
    margin: 0 20px 20px 20px;
}

.noutati.single .prev-page {
    margin: 0 20px;
}


/* article news */

.article-news {
    margin-bottom: 20px;
}

.article-news h2 {
    margin: 0 20px 20px 20px;
    font-size: 15px;
    color: #004b97;
}

.article-news article {
    line-height: 20px;
    width: 440px;
    float: left;
    margin: 0 20px;
}

.article-news article p {
    margin: 15px 0;
}

.article-news article p img {
    max-width: 100%;
}

.article-news article h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.article-news aside {
    width: 220px;
    float: right;
    margin: 0 10px;
}

.article-news aside p {
    font-size: 11px;
    line-height: 14px;
    margin: 5px 9px;
}


/* /article news */


/* /PAGINA DE NOUTATI SIGNLE */


/* PAGINA DE SFATURI */

.pagina-sfaturi .intertitlu {
    margin: 0;
}

.intertitlu {
    color: #004b97;
    font-size: 15px;
    margin: 20px 10px 20px 10px;
}

.pagina-sfaturi .block-text {
    margin: 0 0 20px 0;
}

.pagina-sfaturi .block-text .description {
    width: 220px;
}

.pagina-sfaturi .left-side {
    width: 300px;
    margin: 0 10px;
    float: left;
}

.pagina-sfaturi .right-side {
    width: 380px;
    margin: -60px 10px 0 10px;
    float: left;
}

.pagina-sfaturi .right-side img {
    max-width: 380px;
}

.pagina-sfaturi .right-side .big-image {
    margin-bottom: 20px;
}

.pagina-sfaturi .right-side > p {
    margin-bottom: 20px;
}


/* list sfaturi */

.lista-sfaturi {
    margin: 0;
}

.lista-sfaturi li {
    border-top: 1px solid #cccccc;
    padding: 3px 9px 14px 9px;
    margin-left: 0;
    list-style-type: none;
}

.lista-sfaturi a {
    color: #006fde;
    line-height: 20px;
}


/* /list sfaturi */


/* /PAGINA DE SFATURI */


/* PAGINA DE VOUCHERE */

.pagina-vouchere {}


/* lista vouchere */

.lista-vouchere {
    margin-top: 40px;
}

.lista-vouchere img {
    border-radius: 5px;
}

.lista-vouchere li {
    margin-bottom: 40px;
    list-style-type: none;
    margin-left: 0;
}

.lista-vouchere h1 {
    margin: 0;
}

.lista-vouchere h1 a {
    color: #808080;
    font-size: 12px;
}

.lista-vouchere .image,
.lista-vouchere .description {
    width: 338px;
    float: left;
    margin: 0 10px;
}

.lista-vouchere .description {
    width: 325px;
}

.lista-vouchere .image {
    box-shadow: -2px -2px 5px rgba(23, 23, 23, 0.2);
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.lista-vouchere .link {
    margin-top: 10px;
}

.lista-vouchere .button {
    padding: 5px 8px;
}


/* lista vouchere */


/* /PAGINA DE VOUCHERE */


/* PAGINA DE VOUCHER FORMULAR */

.pagina-vouchere.formular {}

.pagina-vouchere.formular .left-side,
.pagina-vouchere.formular .right-side {
    width: 340px;
    margin: 0 10px;
    float: left;
}

.custom-promotion-1-form.contact-form p span,
.custom-promotion-1-form.contact-form label span {
    color: #808080;
}

.custom-promotion-main .msg {
    margin: 40px 0 40px 0;
    padding: 10px;
    background: #999;
    color: white;
}

.custom-promotion-main .msg.error {
    background: #cf6161;
}

.custom-promotion-main .msg.success {
    background: #009037;
}

.custom-promotion-main .content .image img {
    width: auto !important;
}

#form-phone_number {
    width: 90px;
}

.custom-promotion-1-form .id-line .chzn-container.chzn-container-single {
    width: 110px !important;
}

.custom-promotion-1-form .line.padded {
    margin-top: 32px;
}

.custom-promotion-1-form .id-line .text {
    width: 50px;
}

.custom-promotion-1-form .id-line .first-column {
    margin-right: 66px;
}

.custom-promotion-1-form .id-line .text.id-number {
    width: 80px;
}

.pagina-vouchere.formular .left-side.no-voucher {
    float: none;
    width: auto;
}

.pagina-vouchere.formular .content .image {
    margin: 0 0 0 -10px;
    text-align: center;
}

.pagina-vouchere.formular .content .no-image {
    width: 350px;
}

.pagina-vouchere.formular .content .image img {
    width: 350px;
}

.pagina-vouchere .download-button {
    text-align: center;
}

.pagina-vouchere .download-button .button {
    border-radius: 8px;
    font-size: 24px;
    padding: 18px 30px;
    margin-top: 40px;
}

.terms {
    font-size: 10px;
    line-height: 13px;
    margin: 60px 20px 0 20px;
}

.terms p {
    margin: 10px 0;
}


/* form voucher */

.form-voucher {}

.form-voucher .line {
    width: 320px;
    margin: 0 auto 5px auto;
}

.form-voucher .line p {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 30px 10px 3px;
}

.form-voucher .line p input,
.form-voucher .line p label {
    display: inline-block;
    vertical-align: middle;
}

.form-voucher .line p span {
    color: #ff0000;
}

.form-voucher p.line {
    margin: 12px auto;
}

.form-voucher p.line span {
    color: #ff0000;
}

.form-voucher label {
    display: block;
    margin: 0 0 3px 3px;
}

.form-voucher label span {
    color: #ff0000;
}

.form-voucher .text {
    width: 100%;
    padding: 4px 0;
}


/* form voucher */


/* /PAGINA DE VOUCHER FORMULAR */


/* HARTA SITE`ULUI */

.harta-site .col {
    width: 220px;
    margin: 0 10px;
    float: left;
}

.harta-site .col article {
    border-top: 4px solid #808080;
    margin-bottom: 35px;
}

.harta-site .col h2 {
    color: #006fde;
    font-size: 11px;
    text-transform: uppercase;
    margin: 4px 9px 23px 9px;
}

.harta-site .col ul {
    margin: 0 9px;
}

.harta-site .col li {
    margin-bottom: 5px;
    list-style-type: none;
    margin-left: 0;
}


/* /HARTA SITE`ULUI */


/* PAGINA DE CARIERE */

.cariere.post .right-side {
    margin-top: 15px;
}

.cariere .left-side {
    width: 540px;
    margin: 10px;
    float: left;
    z-index: 100;
    position: relative;
}

.cariere .left-side p {
    margin: 15px 10px;
    line-height: 20px;
}

.cariere .right-side {
    width: 380px;
    float: right;
    z-index: 100;
    position: relative;
    margin: 118px 10px 0 10px;
}

.cariere .right-side div img {
    width: 100%;
}

.cariere .intertitlu {
    color: #004b97;
    font-size: 15px;
    line-height: 20px;
    margin: 15px 10px;
}

.cariere .big-image {
    margin: 10px 0;
}

.cariere .big-image img {
    width: 100%;
}

.block-text .description {
    width: 360px;
    float: left;
    margin-left: 20px;
}

.cariere .block .yellow-title {
    margin-bottom: 15px;
}

.cariere .right-side .block {
    margin: 20px 0;
}

.cariere .last-jobs p {
    text-align: center;
    margin-top: 20px;
}


/* last jobs list */

.last-jobs {
    background: #ffec00;
    padding: 5px 0 5px 0;
}

.last-jobs h4 {
    color: #787000;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 10px 20px 10px;
}

.jobs-list {
    margin: 0 16px 0 10px;
}

.jobs-list li {
    margin-bottom: 20px;
    list-style-type: none;
    margin-left: 0;
}

.jobs-list article {
    float: left;
    width: 250px;
}

.jobs-list .button {
    float: right;
}

.jobs-list h1 {
    margin: 0;
    line-height: 20px;
}

.jobs-list .name {
    color: #787000;
    font-size: 16px;
    font-weight: normal;
}

.jobs-list .city {
    color: #808080;
}


/* /last jobs list */


/* form newsletter */

.newsletter-form {
    padding-bottom: 27px;
}

.newsletter-form .line {
    margin: 2% 0;
}

.newsletter-form label {
    display: block;
    margin: 1% 3%;
}

.newsletter-form label span,
.newsletter-form p span {
    color: #ff0000;
}

.newsletter-form .text,
.newsletter-form select {
    width: 94%;
    margin: 0 2%;
    padding: 1%;
}

.newsletter-form select {
    width: 96%;
}

.newsletter-form .center-text {
    margin: 0;
}

.newsletter-form p.line {
    text-align: left;
    margin: 30px 3% 20px 3%;
}

.newsletter-form .button {
    padding: 7px 50px !important;
}


/* /form newsletter */


/* /PAGINA DE CARIERE */


/* PAGINA DE CARIERE - LISTA POSTURI */

.left-side .jobs-list {
    margin: 0;
}

.left-side .jobs-list li article {
    width: 400px;
}

.left-side .jobs-list li {
    border-top: 1px solid #cccccc;
    padding: 10px 3px 0 8px;
    margin-bottom: 15px;
    list-style-type: none;
    margin-left: 0;
}

.cariere .filters-bar {
    margin-bottom: 40px;
}


/* filters bar */

.filters-bar {
    background-color: #ededed;
    padding: 1% 0;
}

.filters-bar .line {
    display: inline-block;
    vertical-align: middle;
    width: 204px;
    margin: 0 8px;
}

.filters-bar .line.small {
    width: 72px;
}

.filters-bar .line select {
    width: 202px;
}

.filters-bar label {
    display: block;
    margin: 0 0 1% 1%;
}


/* /filters bar */


/* /PAGINA DE CARIERE - LISTA POSTURI */


/* PAGINA DE CARIERE - APLICARE POST */

.form-job-aplication {}

.form-job-aplication .block {
    padding-bottom: 10px;
}

.form-job-aplication p {
    margin: 0 10px;
}

.form-job-aplication .line {
    margin: 0 0 3px 0;
}

.form-job-aplication .line p {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 30px 10px 10px;
}

.form-job-aplication .line p input,
.form-job-aplication div.line p label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.form-job-aplication .line p span {
    color: #ff0000;
}

.form-job-aplication div.line label {
    display: block;
    margin: 0 10px;
}

.form-job-aplication .text {
    width: 94%;
    padding: 1%;
    margin: 1% 2%;
}

.form-job-aplication .file,
.form-job-aplication select {
    width: 96%;
    margin: 1% 2%;
}

.form-job-aplication label span {
    color: #ff0000;
}

.form-job-aplication .radio-buttons span,
.form-job-aplication .radio-buttons label,
.form-job-aplication .radio-buttons input {
    display: inline-block;
    vertical-align: middle;
}

.form-job-aplication .radio-buttons {
    margin: 5% 0;
}

.form-job-aplication .radio-buttons > label {
    margin: 0 3% 0 2%;
    display: inline-block;
}

.form-job-aplication .radio-buttons span label {
    margin-right: 25px;
}

.form-job-aplication .line .radio-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 2% 25% 5% 0;
}

.form-job-aplication .line .radio-btn label {
    margin: 0
}

.form-job-aplication .line .radio-btn input,
.form-job-aplication .line .radio-btn label {
    display: inline-block;
    vertical-align: middle;
}

.form-job-aplication .line.btn {
    margin-top: 5%;
}

.form-job-aplication .line > div {
    margin-left: 29%;
}

.form-job-aplication .send-btn {
    text-align: center;
}

.form-job-aplication .send-btn .button {
    padding: 17px 40px;
    font-size: 24px;
    border-radius: 8px;
    margin: 8% 0 17% 0;
}

.form-job-aplication .terms {
    margin: 0 10px;
}

.form-job-aplication .confirm {
    margin: 20px 10px 30px 10px;
}

.form-job-aplication .confirm .line,
.form-job-aplication .confirm label,
.form-job-aplication .confirm input {
    display: inline-block;
    vertical-align: middle;
}

.form-job-aplication p span {
    color: #ff0000;
}


/* /PAGINA DE CARIERE - APLICARE POST */


/* PAGINA DE FRANCIZA */

.franciza .block-text-small,
.franciza .block-text-list {
    float: left;
}

.franciza.single .address {
    font-style: normal;
    margin: 30px 10px 20px 10px;
    line-height: 20px;
}

.franciza.single .address > div {
    width: 23%;
    display: inline-block;
    vertical-align: top;
}

.franciza.single .address div > span {
    display: block;
}

.franciza .map {
    margin: 0 10px;
}

.franciza .col-left {
    float: left;
    width: 340px;
    margin: 0 10px;
}

.franciza .col-left p {
    margin: 0 0 15px 0;
}

.franciza .col-right {
    float: right;
    width: 340px;
    margin: 0 10px;
}


/* section image */

.franciza .section-image,
.pagina-statica .section-image {
    width: 98%;
    margin: 0 1%;
}

.franciza .section-image img,
.pagina-statica .section-image img {
    vertical-align: top;
    width: 100%;
}

.pagina-statica .subtitle-page {
    margin-top: 20px;
}


/* /section image */


/* links franciza */

.links-franciza {
    background: #004b97;
    margin: 1px 10px 0 10px;
    text-align: center;
}

.links-franciza ul {
    margin: 0;
    padding: 0;
}

.links-franciza .selected {
    text-decoration: underline;
}

.links-franciza li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    margin-left: 0;
    border-left: 1px solid #ffffff;
    list-style-type: none;
}

.links-franciza li:first-child {
    border: none;
}

.links-franciza li a {
    display: block;
    color: #ffffff;
    padding: 10px 6px;
}

.pagina-statica .links-franciza li a {
    padding: 10px 14px;
}


/* /links franciza */


/* login francizati */

.login-style {
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
}

.login-style {
    background: #e0e9f2;
    margin: 0 10px;
    padding: 12px 0;
}

.login-style div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

.login-style label {
    display: block;
    margin: 0 0 2px 2px;
}

.login-style .text {
    padding: 2px;
    width: 155px;
}

.login-style .button {
    margin-top: 10px;
}


/* /login francizati */


/* search-town */

.block.search-town {
    width: 440px;
    margin: 35px 10px;
    padding: 15px 10px;
}

.block.search-town label {
    display: block;
    margin: 3px 3px 3px 2px;
}

.block.search-town .text {
    width: 285px;
    padding: 2px;
}

.block.search-town div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 20px;
}


/* /search-town */


/* town-list-addresses */

.town-list-addresses {
    margin: 0 10px;
}

.town-list-addresses ul {
    margin: 0;
}

.town-list-addresses article {
    margin-bottom: 60px;
}

.town-list-addresses h1 {
    color: #004b97;
    font-size: 15px;
    margin: 0 0 20px 0;
}

.town-list-addresses h3 {
    font-size: 15px;
    margin: 0;
}

.town-list-addresses h3 a {
    color: #808080;
    text-decoration: none;
}

.town-list-addresses address {
    font-style: normal;
    line-height: 20px;
}

.town-list-addresses span {
    display: block;
}

.town-list-addresses li {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    list-style-type: none;
    margin-left: 0;
}

.town-list-addresses p {
    text-align: right;
    margin-top: 15px;
}

.town-list-addresses .button {
    padding: 0 12px;
    font-size: 10px;
}


/* town-list-addresses */


/* form franciza */

.franciza .form-franciza .block {
    padding-bottom: 1px;
}

.franciza .form-franciza .line {
    width: 96%;
    margin: 2%;
}

.franciza .form-franciza .line p {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 30px 10px 3px;
}

.franciza .form-franciza .line p input,
.franciza .form-franciza .line p label {
    display: inline-block;
    vertical-align: middle;
}

.franciza .form-franciza .line p span {
    color: #ff0000;
}

.franciza .form-franciza p.line {
    margin: 12px auto;
}

.franciza .form-franciza p.line span {
    color: #ff0000;
}

.franciza .form-franciza label {
    display: block;
    margin: 0 0 3px 3px;
}

.franciza .form-franciza label span {
    color: #ff0000;
}

.franciza .form-franciza .text {
    width: 100%;
    padding: 4px 0;
}

.franciza .form-franciza textarea {
    height: 100px;
    min-height: 100px;
    max-height: 150px;
    min-width: 100%;
    max-width: 100%;
}

.franciza .form-franciza > .line {
    text-align: center;
    margin-top: 40px;
}

.franciza .form-franciza .button {}


/* form franciza */


/* /PAGINA DE FRANCIZA */


/* PAGINA DE PROGRAMARE ONLINE */

.main.online-program p {
    margin-left: 10px;
    margin-right: 10px;
}

.main.online-program .container-boxes {
    margin-bottom: 35px;
}

.main.online-program .box {
    float: left;
    width: 340px;
    margin: 0 8px;
    border-radius: 4px;
    box-shadow: -2px -2px 5px rgba(23, 23, 23, 0.2);
    border: solid 1px #fff;
    background-image: linear-gradient(#0096ff, #004b97);
    position: relative;
}

.main.online-program .box:hover {
    background-image: linear-gradient(#004b97, #0096ff);
}

.main.online-program .container-boxes h4 {
    font-size: 18px;
    color: #ffffff;
    margin: 5px 0 0 10px;
    text-transform: uppercase;
    line-height: 20px;
}

.main.online-program .container-boxes h4 a {
    color: #ffffff;
    font-size: 18px;
    display: block;
    padding: 0 0 12px 0;
}

.main.online-program .container-boxes h4 a:hover {
    text-decoration: none;
}

.main.online-program .tire-img {
    position: absolute;
    top: -15px;
    right: -10px;
}

.main.online-program .retail-clients .tire-img {
    right: -12px;
}


/* /PAGINA DE PROGRAMARE ONLINE */


/* ==========================================================================
            SECTIONS
/* ======================================================================= */

.lines .line {
    margin: 20px 0;
    overflow: hidden;
}

.lines img {
    width: 100%;
}

.lines .line.line-1 .column,
.lines .line.line-3 .column,
.lines .line.line-2 .column {
    float: left;
    width: 48%;
    margin: 0 1%;
}

.lines .line.line-1 .column {
    width: auto;
    float: none;
}

.lines .line.line-3 .column {
    width: 220px;
}

.lines .line.line-3 .column.column-2 {
    float: right;
}

.lines .line.line-1 .column h4,
.lines .line.line-3 .column h4,
.lines .line.line-2 .column h4 {
    margin: 0 0 15px 0;
    text-align: left;
}

.lines .line.line-1 .column .block-text,
.lines .line.line-3 .column .block-text,
.lines .line.line-2 .column .block-text {
    margin: 0;
}

.lines .line.line-3 .column .block-text .image,
.lines .line.line-2 .column .block-text .image {
    float: none;
    margin: 0 0 15px 0;
}

.lines .line.line-3 .column .block-text .description,
.lines .line.line-2 .column .block-text .description {
    margin: 15px 0 0 0;
    padding: 0 5px;
    width: auto;
    float: none;
}

.lines .line.line-1 .column .block-text .description p,
.lines .line.line-3 .column .block-text .description p,
.lines .line.line-2 .column .block-text .description p {
    margin: 0 0 15px 0;
}

.lines .line.line-1 .column .block-text .description {
    width: 460px;
    margin: 0 0 0 15px;
    float: left;
}

.lines .line.line-1 .column .block-text.no-image .description {
    width: auto;
    margin: 0;
    float: none;
}

.lines .line.line-1 .column .block-text .description p:first-child {
    margin-top: 0;
}

.lines .line.line-1 .column .block-text .description p:last-child {
    margin-bottom: 0;
}


/* ==========================================================================
        Configurator pneuri si jante
========================================================================== */

.block.iframe {
    margin: 0;
    width: 100%;
}

.block.iframe iframe {
    border: none;
    background: none;
}

.block.iframe .mw-form,
#mw-43-content table {
    font-family: 'Verdana', sans-serif !important;
}

.block.iframe .mw-form .mw-select {
    margin: 2% 0;
}

.block.iframe .radio.inline {
    display: inline-block;
    vertical-align: middle;
}

.block.iframe .radio.inline input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.block.iframe .mw-form > div {
    margin: 3% 1%;
}

.block.iframe .mw-form > div > label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2%;
}

.block.iframe #mw-43.mw-horizontal select {
    width: 120px !important;
    margin: 0 2% 2% 0;
}

.block.iframe .mw-options-group {
    width: 100% !important;
    display: block;
}

.block.iframe .mw-action.mw-select {
    text-align: right;
    margin: 30px 20px 0 0 !important;
}

.block.iframe {
    margin: 25px 0;
    line-height: 20px;
}

.block.iframe #mw-43-header {
    color: #787000;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffec00;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.block.iframe #mw-43-header,
.block.iframe #mw-43-content,
.block.iframe #mw-43-footer,
.block.iframe #mw-43-body {
    border: 0;
}

.block.iframe .mw-segment label.inline {}

.block.iframe .mw-type label.inline input,
.block.iframe .mw-season label.inline input,
.block.iframe .mw-segment label.inline input {
    margin-right: 5px;
}

.block.iframe .mw-options-group {
    margin: 10px 0;
}

.block.iframe .mw-options-group .mw-action {
    display: block !important;
    float: none !important;
}


/* Moved to end of file
    .block.iframe #mw-43 .mw-options-group .mw-action .mw-button {
        border-radius: 4px;
        box-shadow: -2px -2px 5px rgba(23,23,23, 0.2);
        border: solid 1px #fff;
        background-image: linear-gradient(#0080ff, #004b97);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);
        color: #FFFFFF;
        font-family: 'Verdana',sans-serif !important;
        font-size: 12px !important;
        font-weight: bold;
        text-shadow: -1px -1px 0 rgba(23,23,23, 0.45);
        text-decoration: none;


        display: inline-block;

        padding: 7px 16px;
    }

    .block.iframe #mw-43 .mw-options-group .mw-action .mw-button:hover {
        background-image: linear-gradient(#004b97, #0080ff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#004b97, endColorstr=#0080ff);
    }
*/

.no-boxshadow .block.iframe {
    border: 1px solid #e0e0e0;
}

.small-title-page {
    margin: 17px 10px 20px 10px;
}

.block.iframe .mw-result-content li {
    float: none !important;
    width: auto !important;
    list-style-type: none;
}


/* Moved to end of file
    .block.iframe .mw-result-content .mw-button {
        border-radius: 4px;
        box-shadow: -2px -2px 5px rgba(23,23,23,0.2);
        border: solid 1px #fff;
        background-image: linear-gradient(#0080ff, #004b97);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);
        color: #FFFFFF !important;
        font-size: 12px !important;
        font-family: 'Verdana',sans-serif !important;
        font-weight: bold;
        text-shadow: -1px -1px 0 rgba(23,23,23, 0.45);
        text-decoration: none;


        display: inline-block;

        padding: 7px 16px;
        margin-top: 25px;
    }

    .block.iframe .mw-result-content .mw-button:hover {
        background-image: linear-gradient(#004b97, #0080ff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#004b97, endColorstr=#0080ff);
    }
*/

.block.iframe .mw-result-content .mw-result-link-back a {
    color: #006FDE !important;
    font-family: 'Verdana', sans-serif !important;
}

.block.iframe .mw-result-nb {
    display: block;
    font-size: 16px;
    padding: 10px 0 15px 0 !important;
    color: #006FDE !important;
    font-weight: bold;
}


/* ==========================================================================
        FORUM
/* ======================================================================= */


/* login forum */

.login-style.login-forum {
    width: 470px;
    margin: 0 30px 0 10px;
}

.login-style.login-forum > div {
    vertical-align: top;
}

.login-style.login-forum .password input {
    margin-bottom: 5px;
}

.login-style.login-forum .password a {
    margin-left: 3px;
}

.login-style.login-forum,
.registration {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 7px;
}

.registration > a {
    display: block;
    margin-bottom: 7px;
}

.login-forum.login-style.forgot-form {
    padding: 10px 0 12px 0;
}


/* login forum */


/* questions */

.container-questions {
    margin: 30px 10px;
}

.filters-questions {
    float: left;
    margin-top: 6px;
}

.order-questions {
    float: right;
    margin-right: 10px;
}


/* filters list */

.questions-filters-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.questions-filters-list li {
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0;
}

.questions-filters-list li:before {
    content: '|';
    font-size: 12px;
    color: #006fde;
    margin: 0 10px;
}

.questions-filters-list li:first-child:before {
    content: none;
}


/* end filters list */


/* order select */

.order-questions > span,
.order-questions .chzn-container {
    display: inline-block;
    vertical-align: middle;
}

.order-questions .chzn-container.chzn-container-single {
    width: 130px !important;
}


/* order select */


/* questions list */

.questions-list {
    margin: 12px 0;
    padding: 0;
}

.questions-list li {
    list-style-type: none;
    margin: 0;
    padding: 15px 0 20px 0;
    border-top: 1px solid #d1d1d1;
}

.questions-list li:hover {
    background: #f4f4f4;
}

.questions-list li h1,
.questions-list li h1 a {
    margin: 0;
    font-size: 16px;
    color: #808080;
    font-weight: normal;
    line-height: 20px;
}

.questions-list li h1 a:hover {
    text-decoration: none;
}

.questions-list .who {
    line-height: 20px;
}


/* details question */

.questions-list .question {
    width: 460px;
    margin: 0 10px;
    float: right;
}

.questions-list .details-question {
    width: 220px;
    float: left;
}

.questions-list .details-question > div {
    float: left;
    vertical-align: top;
    text-align: center;
    font-size: 10px;
    margin: 0 0 0 12px;
}

.questions-list .details-question .answered {
    margin: 5px 0 0 12px;
}

.questions-list .details-question .nr {
    font-size: 16px;
}

.questions-list .details-question > div > a {
    color: #808080;
}

.questions-list .details-question > div > a span {
    display: block;
}


/* details question */


/* questions list */


/* questions */


/* forum inregistrare */

.why-euromaster {
    width: 380px;
    float: left;
    margin: 0 10px;
}

.why-euromaster p {
    margin: 5px;
}

.new-account-registration {
    width: 300px;
    float: right;
    margin: 0 10px;
}

.add-question {}


/* registratio form */

.registration-form {
    padding: 20px 0 5px 0;
}

.no-boxshadow .registration-form {
    border: 1px solid #808080;
}

.registration-form label {
    display: block;
    margin: 3px;
}

.registration-form label span {
    color: #ff0000;
    font-size: 12px;
}

.registration-form .line {
    width: 80%;
    margin: 10px auto;
}

.add-question .registration-form .line {
    width: 95%;
}

.add-question .registration-form #post-category_id {
    margin: 10px auto 15px auto;
}

.registration-form .line .text {
    width: 98%;
    padding: 2% 1%;
}

.add-question .registration-form .line .text {
    padding: 1%;
    font-size: 16px;
    line-height: 18px;
}

.add-question .registration-form .line textarea.text {
    padding: 1%;
    font-size: 12px;
    line-height: 16px;
    height: 150px;
}

.registration-form .button-line {
    text-align: center;
    margin: 25px 0 35px 0;
}

.add-question .registration-form .button-line {
    width: 95%;
    margin: 25px auto;
    text-align: left;
}

.registration-form .specs {
    width: 90%;
    margin: 10px auto;
}

.add-question .registration-form .specs {
    width: 95%;
}

.registration-form .specs span {
    color: #ff0000;
}


/* registratio form */


/* forum inregistrare */


/* question page */

.question-page .left-side {
    float: left;
}

.question-page .right-side {
    float: right;
}

.login-details {
    margin: 10px;
}


/* question */

.question-container,
.answer-container {
    margin: 20px 10px;
}


/* topic & description */

.question-page .topic h1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
}

.question-page p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.question-page .topic .left-side span,
.question-page .description .left-side span {
    font-size: 10px;
}

.question-page .topic .left-side .nr,
.question-page .description .left-side .nr {
    font-size: 24px;
    display: block;
    margin-bottom: -8px;
}

.question-page .topic {
    margin-bottom: 15px;
}

.question-page .topic .left-side,
.question-page .description .left-side {
    width: 60px;
    text-align: center;
}

.question-page .topic .right-side,
.question-page .description .right-side {
    width: 620px;
    margin: 0 10px;
}

.question-page .answers-list .answer .description .left-side {
    width: 140px;
    text-align: center;
    margin-top: 50px;
}

.question-page .answers-list .best.answer .description .left-side {
    margin-top: 0px;
}

.question-page .answers-list .best.answer .description .left-side span {
    display: block;
}

.question-page .answers-list .best.answer .description .left-side .nr {
    margin-top: 7px;
}

.question-page .answers-list .answer .description .left-side .mark-as-best {
    display: block;
    margin: -50px auto 10px auto;
    width: 100px;
}

.question-page .answers-list .answer .description .left-side .mark-as-best span {
    display: block;
}

.question-page .answers-list .description .right-side {
    width: 530px;
    margin: 0 10px;
}

.question-page .who {
    text-align: right;
    margin: 12px 5px;
}

.comments .comments-list li .who {
    margin: 12px 5px 0 0;
}


/* end topic & description */


/* social bar */

.question-page .social-bar {
    margin: 15px 10px;
}

.social-bar a {
    padding: 12px 0;
    display: inline-block;
}

.social-bar img {
    margin-right: 5px;
}

.social-bar .like-question,
.social-bar .like-answer {
    float: left;
}

.answer.liked .social-bar .like-question,
.answer.liked .social-bar .like-answer {
    visibility: hidden;
}

.social-bar .comment-question {
    float: left;
    margin-left: 60px;
}

.social-bar .comment-question img {
    margin-top: 5px;
}

.social-bar .report-spam {
    float: right;
    font-size: 10px;
}

.social-bar .report-spam a {
    padding: 14px 0;
}


/* end social bar */


/* comments & answers */

.comments .nr-comments {
    margin: 0 8px 30px 10px;
    font-weight: bold;
}

.answers .nr-comments {
    margin: 0 8px 30px 10px;
    font-weight: bold;
    font-size: 16px;
}

.comments .all-comments {
    text-align: center;
}

.comments .left-side {
    width: 220px;
}

.comments .left-side .button {
    margin: 30px;
}

.comments .right-side {
    width: 470px;
}


/* comments & answers list */

.comments .comments-list {
    margin: 0;
    padding: 0;
}

.answers .answers-list {
    margin: 0;
    padding: 0;
}

.comments .comments-list li,
.answers .answers-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.comments .comments-list li {
    padding: 0 0 5px 8px;
    border-left: 1px solid #d1d1d1;
}

.comments .comments-list .euromaster {
    background-color: #e0f4ff;
    border-left: 2px solid #009037;
}

.answers .answers-list > li {
    border-top: 1px solid #d1d1d1;
}

.answers .answers-list li .bg-answer {
    padding-top: 7px;
}

.answers .answers-list .best.answer {
    border-top: 1px solid #c5cfc9;
}

.answers .answers-list .euromaster.answer {
    border-top: 1px solid #becad1;
}

.answers .answers-list .best.answer .bg-answer {
    background: #ebfbf1;
}

.answers .answers-list .euromaster.answer .bg-answer {
    background-color: #e0f4ff;
    background-image: url('../img/admin-forum-icon.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.answers .answers-list .best.euromaster.answer .bg-answer {
    background-color: #ebfbf1;
}


/* comments & answers list */


/* end comments */


/* question */


/* question page */


/* registratio form */

.my-account-form {
    padding: 20px 0 0 0;
    background: url('../img/my-account-pic.png') no-repeat 77px 12px;
    min-height: 430px;
}

.delete-account {
    text-align: right;
    margin: 10px 12px;
    font-size: 11px;
}

.my-account .registration-form {
    border: 1px solid #808080;
}

.my-account-form label {
    display: block;
    margin: 3px;
}

.my-account-form label span {
    color: #ff0000;
    font-size: 12px;
}

.my-account .right-side {
    width: 290px;
    float: right;
}

.my-account-form .line {
    margin: 10px 10px 10px 10px;
}

.my-account-form .line .text {
    padding: 3px;
    width: 200px;
}

.my-account-form .button-line {
    margin: 25px 0 35px 45px;
}


/* registratio form */


/* user panel */

.container-user-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5)
}

.user-panel {
    width: 402px;
    min-height: 420px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 4px 6px 31px rgba(28, 19, 19, 0.75);
    border: solid 4px #bdbdbd;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -201px;
    z-index: 2000;
}


/* Moved to end of file
        .user-panel .top {
            background-image: linear-gradient(#fff, #ececec);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
            border-radius: 10px 10px 0 0;
            padding: 10px 0 15px 0;
        }
*/

.user-panel .top .left-side {}

.user-panel .top .right-side {
    padding: 0 15px;
    margin: 10px 0 0 0;
}

.user-panel .close-button {
    position: absolute;
    top: 6px;
    right: 7px;
    cursor: pointer;
}


/* top */

.user-panel .username {
    font-size: 20px;
    margin: 0 0 0 15px;
}

.user-panel .details-user {
    margin: 0;
    padding: 0;
}

.user-panel .details-user li {
    list-style-type: none;
    line-height: 16px;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.user-panel .details-user li .detail {
    float: left;
    width: 150px;
    margin: 0 0 0 5px;
}

.user-panel .details-user li .first {
    width: 75px;
    float: left;
}


/* top */


/* subcontent */

.user-panel .subcontent {
    margin: 17px 10px 17px 17px;
    overflow-y: scroll;
    height: 310px;
}

.user-panel .title {
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}


/* panel list */

.user-panel .panel-list {
    margin-bottom: 30px;
}

.user-panel .panel-list ul {
    margin: 0 7px 0 0;
    padding: 0;
}

.user-panel .panel-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 20px;
    border-top: 1px solid #d1d1d1;
    padding: 5px 0;
}


/* panel list */


/* subcontent */


/* user panel */


/* comment-form */

.comment-form textarea {
    width: 96%;
    padding: 2%;
    margin: 20px 0;
}


/* comment-form */


/* answer form */

.answer-form .line {
    margin: 10px;
}

.answer-form label span {
    color: #ff0000;
}

.answer-form .text {
    width: 96%;
    padding: 2%;
}


/* left side */

.answer-form .left-side {
    width: 220px;
    margin: 0 10px;
}

.answer-form .left-side .line {
    margin: 0 0 10px 0;
}

.answer-form .right-side .line {
    margin: 0 0 7px 0;
}

.answer-form .info {
    margin: 50px 0 123px 0;
}

.answer-form .info a {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}

.answer-form .info p {
    font-size: 11px;
    line-height: 16px;
}

.answer-form .specs span {
    color: #ff0000;
}


/* left side */


/* right side */

.answer-form .right-side {
    width: 440px;
    margin: 0 10px;
}

.answer-form .line.radio {
    margin: 0 0 5px 0;
}

.answer-form label {
    display: block;
    margin: 3px;
}

.answer-form .line.radio label,
.answer-form .line.radio input {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.answer-form .line textarea {
    height: 95px;
    margin-bottom: 5px;
}

.answer-form .line.submit {
    margin: 20px;
}


/* right side */


/* answer form */


/* ==========================================================================
        admin
/* ======================================================================= */


/* chosen widt */

.chzn-container.chzn-container-single {
    width: 100% !important;
}

.filter .chzn-container.chzn-container-single {
    max-width: 260px !important;
}

.block.select-type .chzn-container.chzn-container-single {
    max-width: 180px !important;
}

.main.pneuri .block.select-type .chzn-container.chzn-container-single {
    max-width: 210px !important;
}


/* chosen widt */


/* buttons from franchise */

.container-links {
    width: 29% !important;
}

.container-links > div {
    float: right;
    margin-bottom: 11px;
}

.container-links .button {
    padding: 7px 0;
    text-align: center;
}

.button-shops {
    width: 100%;
    text-align: left;
    height: 29px;
    border-radius: 4px;
    background-image: linear-gradient(#ffec00, #ffa400);
}

.button-shops:hover {
    background-image: linear-gradient(#ffa400, #ffec00);
}

.button-shops a {
    display: block;
}

.button-shops a:hover {
    text-decoration: none;
}

.button-shops span {
    display: inline-block;
    vertical-align: middle;
    color: #664400;
    font-size: 11px;
    font-weight: bold;
}

.button-shops .ico {
    margin-left: -3px;
}


/* /buttons from franchise */


/* Clients */

.clients-form {
    width: 380px;
    margin: 0 auto;
}

.clients-form form {
    padding: 40px;
}

.clients-form h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 40px 0;
}

.clients-form .line {
    margin: 0 0 20px 0;
}

.clients-form .line label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 5px 0;
    padding: 0 20px;
}

.clients-form .line input.text {
    padding: 15px 20px;
    width: 240px;
}

.clients-form .line .note {
    margin: 5px 0 0 0;
}

.clients-form .button-line {
    margin: 40px 0 0 0;
    overflow: hidden;
}

.clients-form .button-line .button {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.clients-form .button-line .left {
    float: left;
    line-height: 14px;
    padding: 10px 0 0 0;
}

.clients-form .button-line .right {
    float: right;
}

.clients-form .msg {
    margin: 0 0 40px 0;
    padding: 10px;
    background: #999;
    color: white;
}

.clients-form .msg.error {
    background: #cf6161;
}

.clients-form .msg.success {
    background: #009037;
}

.clients-form .line.captcha input.text {
    margin-top: 40px;
    text-transform: uppercase;
}

.clients-form .line.captcha input.text::-webkit-input-placeholder {
    text-transform: none;
}

.clients-form .line.captcha input.text:-moz-placeholder {
    text-transform: none;
}

.clients-form .line.captcha input.text::-moz-placeholder {
    text-transform: none;
}

.clients-form .line.captcha input.text::-ms-input-placeholder {
    text-transform: none;
}

.clients p.none {
    /*padding: 0 15px;*/
    margin: 0;
}

.clients .pagination {
    padding: 10px;
    text-align: left;
    margin: 40px 0 0 0;
}

.clients .pagination a {
    margin-right: 7px;
}

.clients .pagination a.active {
    color: #808080;
}

.clients ul.client-files {
    margin: 0;
    padding: 0 10px;
    list-style: none;
}

.clients ul.client-files li {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    line-height: 20px;
    color: #808080;
}

.clients ul.client-files li article {
    min-height: 60px;
    background: url('../img/iconita_altele.png') no-repeat 15px 15px;
    padding: 15px 270px 15px 70px;
    position: relative;
}

.clients ul.client-files li.csv article,
.clients ul.client-files li.xlsx article,
.clients ul.client-files li.xls article {
    background-image: url('../img/iconita_excel.png');
}

.clients ul.client-files li.jpeg article,
.clients ul.client-files li.gif article,
.clients ul.client-files li.bmp article,
.clients ul.client-files li.jpg article,
.clients ul.client-files li.png article {
    background-image: url('../img/iconita_imagine.png');
}

.clients ul.client-files li.pdf article {
    background-image: url('../img/iconita_pdf.png');
}

.clients ul.client-files li.txt article,
.clients ul.client-files li.rtf article,
.clients ul.client-files li.docx article,
.clients ul.client-files li.doc article {
    background-image: url('../img/iconita_word.png');
}

.clients ul.client-files li h1 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.clients ul.client-files li h1 a {
    color: #808080;
}

.clients ul.client-files li .description,
.clients ul.client-files li .date {
    font-size: 11px;
}

.clients ul.client-files li .button {
    display: block;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    border-radius: 7px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.clients ul.client-files li .button small,
.clients ul.client-files li .button strong {
    display: block;
}

.clients ul.client-files li .button small {
    font-size: 10px;
    font-weight: normal;
}

.clients-menu .block-content {
    padding: 15px 30px;
}

.clients-menu .block-content a.button {
    display: block;
    margin-top: 15px;
}

.clients-menu .block-content a.button:first-child {
    margin-top: 0;
}

.client-login-link.button {
    display: block;
    text-align: center;
    margin: 20px 10px;
}

.clients-no-sidebar {
    padding: 0 15px;
    display: none;
}


/* End Clients */


/* Admin menu */

.admin-menu {
    position: fixed;
    z-index: 2;
    left: 10px;
    top: 10px;
    background: #f4f4f4;
    color: #333333;
    width: 150px;
    font-size: 12px;
    line-height: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    transition: opacity 0.2s linear;
    border-radius: 5px;
}

.admin-menu:hover {
    opacity: 1;
}

.admin-menu h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin: 0;
}

.admin-menu .foot {
    padding: 10px;
    background: #333;
    color: white;
    font-size: 11px;
    line-height: 12px;
    border-radius: 0 0 4px 4px;
}

.admin-menu h3 a {
    color: #333333;
    text-decoration: none;
}

.admin-menu ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
}

.admin-menu ul li {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.admin-menu ul li.hhr {
    padding: 0;
    margin: 10px 0;
    font-size: 0;
    line-height: 0;
    border-top: 1px solid #ccc;
}

.admin-menu ul li a {
    padding: 3px 10px;
    margin: 0;
    color: #009037;
    display: block;
    text-decoration: none;
}

.admin-menu ul li a:hover {
    color: white;
    background: #009037;
}

.admin-menu ul li .label {
    padding: 0;
    margin: 0 0 0 10px;
    width: 60px;
    float: left;
}

.admin-menu ul li .value {
    margin: 0 10px 0 0;
    width: 60px;
    float: right;
}

.only-mobile {
    display: none;
}


/* End Admin menu */


/* ==========================================================================
            MEDIA QUERIES
========================================================================== */

@media (min-width: 980px) {
    header .small-menu .menu5:after,
    header .small-menu .tableta:after {
        content: '';
    }
}


/* tableta max width - 980px */

@media (min-width: 720px) and (max-width: 980px) {
    .main {
        background: none;
    }
    .main .right-sidebar {
        display: none;
    }
    .main > .container {
        margin: 0 auto;
        width: 720px;
    }
    .clients-no-sidebar {
        display: block;
    }
    /*  HEADER */
    header {
        width: 720px;
    }
    header .container > .center {
        width: 700px;
    }
    /* pop up */
    header .pop-up p {
        width: 700px;
    }
    /* /pop up */
    /* logo */
    header .logo {
        margin-top: 20px;
    }
    /* /logo */
    /* menu */
    nav ul {
        width: 700px;
        margin-left: 41px;
    }
    .menu > li.menu-0 a {
        width: 66px;
    }
    .menu > li.menu-1 a {
        width: 68px;
    }
    .menu > li.menu-2 a {
        width: 130px;
    }
    .menu > li.menu-3 a {
        width: 76px;
    }
    .menu > li.menu-4 a {
        width: 163px;
    }
    .menu > li.menu-5 a {
        width: 70px;
    }
    /*.menu > li.menu-6 a { width: 132px; }*/
    .menu > li.menu-7 a {
        width: 84px;
    }
    nav .menu6 {
        display: none;
    }
    /* /menu */
    /* small menu */
    header .small-menu {
        width: 320px;
        text-align: right;
        margin-top: 17px;
        width: 225px;
    }
    header .small-menu li {
        margin-bottom: 10px;
    }
    header .small-menu li.menu2 {
        font-size: 0;
        /*Vali's trick ca sa nu apara spatiul default intre li-uri*/
    }
    header .small-menu .menu2:after,
    header .small-menu .menu4:after {
        content: '';
        margin: 0;
        width: 0;
        padding: 0;
    }
    header .small-menu .tableta:after {
        content: '';
    }
    header .small-menu .tableta {
        display: inline-block;
    }
    /* /small menu */
    .menu li.menu-6 {
        float: right;
    }
    /*  FOOTER */
    footer {
        width: 720px;
    }
    footer .container {
        width: 720px;
    }
    footer .col1 {
        float: left;
    }
    /* footer top bg */
    footer .footer-top-bg {
        height: 241px;
        width: 100%;
    }
    /* end footer top bg */
    /* social media */
    footer .social-media {
        width: 720px;
    }
    footer .social-media .social-box {
        top: 115px;
    }
    footer .social-buttons {
        width: 150px;
        padding: 16px 8px 0;
    }
    /* end social media */
    /* select country */
    footer .select-country {
        margin: 20px 0 0 0;
    }
    footer select {
        width: 220px !important;
    }
    .footer-list-menu:nth-child(4) {
        margin-left: 250px;
    }
    /* end select country */
    /* footer list menu */
    .footer-list-menu {
        width: 220px;
        margin: 10px;
        float: left;
    }
    /*.footer-list-menu h3 {
                        background: #00802f;
                        font-size: 11px;
                        letter-spacing: -1px;

                        border-radius: 3px;
                        margin: 0;
                        padding: 3px 8px;
                    }*/
    /*  .footer-list-menu ul li a:hover {
                        background: url('../img/footer-list-menu-arrow-white.png') no-repeat left center;
                        color: #ffffff;
                    }*/
    /* end footer list menu */
    /* conditions and terms */
    footer .terms-and-conditions {
        margin: 20px 0 0 22px;
        margin: 20px 0 0 8px;
    }
    /* conditions and terms */
    /* PAGINILE DE CARIERE */
    .main.cariere .left-side {
        float: none;
        width: 98%;
        margin: 0 1%;
    }
    .main.cariere .right-side {
        display: block;
        float: none;
        width: 100%;
        margin: 3% 0;
    }
    .main.cariere .right-side .last-jobs {
        width: 55%;
        margin: 1%;
        float: right;
    }
    .main.cariere .right-side > div {
        width: 48%;
        margin: 1%;
        float: left;
    }
    .filters-bar .line.small {
        margin-left: 150px;
    }
    .main.cariere.post .block {
        width: 48%;
        margin: 1%;
    }
    .main.cariere.post .conditions {
        margin-top: 5%;
    }
    .main.cariere.post .form-job-aplication .send-btn .button {
        margin: 7% 0;
    }
    /* PAGINILE DE CARIERE */
}


/* mobil si tableta max width 480px */

@media (min-width: 560px) and (max-width: 720px) {
    header {
        width: 560px;
    }
    header .container .flag {
        /*display: none;*/
        left: 0;
        top: 0;
    }
    header .logo .full-logo {
        display: none;
    }
    header .logo .mobile-logo {
        display: block;
        margin-top: 35px;
    }
    body {
        background: #ffffff;
    }
    .oil-selector,
    .mobile-racing {
        display: none;
    }
    .oil-selector-commercial,
    .oil-selector-auto {
        display: block;
        top: 520px;
        width: 48%;
        left: 1%;
    }
    .oil-selector-commercial {
        left: 51%;
    }
    .main .right-sidebar {
        display: none;
    }
    .main .content {
        width: 100%;
    }
    .main > .container {
        margin: 0 auto;
        width: 100%;
        box-shadow: none;
    }
    .main .main-top-shadow {
        display: none;
    }
    section .flexslider.slide {
        display: none;
    }
    .clients-no-sidebar {
        display: block;
    }
    /* HEADER */
    header {
        width: 100%;
    }
    .slide-menu-button {
        margin: 0;
        padding: 0 0 3%;
    }
    header .container .flag {
        /*display: none;*/
    }
    header .container > .center {
        width: 100%;
    }
    header nav {
        width: 100%;
        margin-top: -8px;
    }
    header .mobile-slider {
        display: block;
        width: 98%;
        margin: 1% 1% 0 1%;
    }
    header h1.logo {
        margin-left: 0;
        margin-right: 0;
    }
    header .mobile-display {
        display: block;
    }
    .menu > li.menu-0 a,
    .menu > li.menu-1 a,
    .menu > li.menu-2 a,
    .menu > li.menu-3 a,
    .menu > li.menu-4 a,
    .menu > li.menu-5 a,
    .menu > li.menu-6 a,
    .menu > li.menu-7 a {
        width: auto;
    }
    /* pop up */
    header .pop-up p {
        width: 100%;
        text-align: center;
    }
    /* /pop up */
    /* logo */
    header .logo {
        float: none;
        text-align: center;
        width: 100%;
    }
    /* /logo */
    /* small menu */
    header .small-menu {
        width: 100%;
        margin: 1% 0;
        float: none;
        text-align: center;
        margin-top: 17px;
        margin-bottom: 32px;
    }
    header .small-menu .menu1,
    header .small-menu .menu3,
    header .small-menu .menu5 {
        /*display: none;*/
    }
    header .small-menu a {
        font-size: 10px;
    }
    header .small-menu li:after {
        font-weight: bold;
    }
    header .small-menu .menu6:after {
        content: '|';
        color: #a8e5bf;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 -2px 10px;
    }
    /* /small menu */
    /* menu */
    nav {
        background: #ffffff;
        text-align: center;
        width: 98%;
        margin: 0 0;
    }
    nav ul {
        width: 100%;
        margin: 1% 0 0 0;
        display: none;
    }
    .slide-menu-button {
        display: block;
    }
    .slide-menu-button span {
        background: none repeat scroll 0 0 #006125;
        border-radius: 0 0 50% 50%;
        color: #FFFFFF;
        display: inline-block;
        font-size: 20px;
        padding: 8px 40px 14px;
    }
    .menu li.clear {
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
    .menu > li {
        float: none;
        position: relative;
        text-align: center;
    }
    .menu > li > a {
        display: block;
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 12px 21px;
    }
    .menu > li:hover > a {
        background: #ffec00;
        color: #787000;
        text-decoration: none;
    }
    .menu > li:hover .dropdown-menu {
        display: none;
    }
    /* shop button */
    .menu .shop-button a {
        vertical-align: middle;
        color: #ffffff;
    }
    .menu .shop-button {
        background: url("../img/menu-bg.png") repeat-x scroll 0 0 transparent;
    }
    .menu .shop-button .button-cart {
        position: relative;
        top: 0;
        left: 0;
    }
    .menu .shop-button .button-cart span {
        left: 1px;
        top: 1px;
        position: absolute;
    }
    .menu .shop-button .button-cart span,
    .menu .shop-button .button-cart {
        display: inline-block;
        vertical-align: middle;
    }
    /* /shop button */
    /* /menu */
    /* slider */
    /* Direction Nav */
    header .mobile-slider .flex-direction-nav {
        position: absolute;
        top: 37%;
        left: 0;
        width: 100%;
        height: 66px;
    }
    header .mobile-slider .flex-direction-nav a {
        display: inline-block;
        width: 17px;
        height: 66px;
        text-indent: -9999px;
    }
    header .mobile-slider .flex-direction-nav .flex-next {
        position: absolute;
        top: 0;
        right: 16px;
        background: url('../../img/slider/mobile-slider-right-arrow.png') no-repeat 0 0;
    }
    header .mobile-slider .flex-direction-nav .flex-prev {
        position: absolute;
        top: 0;
        left: 16px;
        background: url('../../img/slider/mobile-slider-left-arrow.png') no-repeat 0 0;
    }
    header .mobile-slider .flex-direction-nav .flex-disabled {
        opacity: .3!important;
        filter: alpha(opacity=30);
        cursor: default;
    }
    /* end slider */
    /* FOOTER */
    footer {
        width: 100%;
        box-shadow: none;
    }
    footer .container {
        width: 98%;
        margin: 0 1%;
    }
    footer .newsletter {
        border-left: none;
    }
    /* social media */
    footer .social-media {
        width: 99%;
        margin: 0 1%;
    }
    footer .social-media .social-box {
        top: 108px;
    }
    footer .social-buttons {
        width: 150px;
        padding: 16px 8px 0;
    }
    /* end social media */
    /* footer list menu */
    footer .col1,
    .footer-list-menu {
        display: none;
    }
    /* end footer list menu */
    /* conditions and terms */
    footer .terms-and-conditions {
        margin: 20px auto;
        text-align: center;
        padding-left: 0;
    }
    .bottom-copyright {
        display: block;
    }
    /* conditions and terms */
    /* PAGE STYLES */
    /* BLOCK TEXT */
    .block-text .image {
        width: 38%;
    }
    .lines .block-text .image {
        width: 100%;
    }
    .block-text .description {
        width: 58%;
        margin: 0 2%;
    }
    .block-text-small,
    .block-text-list {
        width: 48%;
        margin: 1%;
    }
    .block-text-small .image img,
    .block-text .image img {
        width: 100%;
    }
    .block-text-list .image {
        float: none;
    }
    .block-text-list .description {
        float: none;
        margin: 1% 0;
        width: 100%;
    }
    /* /BLOCK TEXT */
    /* CERE O COTATIE */
    /* formular cotatie */
    .cotatie-form .col-left,
    .cotatie-form .col {
        margin-left: 0;
        float: none;
    }
    .cotatie-form .yellow-title {
        padding-left: 8px;
    }
    .cotatie-form .step {
        margin: 0;
    }
    .cotatie-form .block {
        width: 98%;
        margin: 2% 1%;
    }
    .cotatie-form .col {
        margin: 0 2%;
    }
    .cotatie-form .col-left {
        width: 98%;
        margin: 0 2%;
    }
    .cotatie-form .col-right {
        float: none;
        width: 98%;
        margin: 0 2%;
    }
    .cotatie-form .nr-step {
        display: none;
    }
    .cotatie-form .complete-form {
        width: 98%;
        margin: 2%;
    }
    .cotatie-form .complete-form .left {
        float: none;
    }
    .cotatie-form .complete-form .right {
        float: none;
    }
    /* step1 */
    .step.one .col-right .text {
        width: 96%;
    }
    .step.one .col-left .line {
        width: 49%;
        float: left;
    }
    /* /step1 */
    /* step2 */
    .step.two .line {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .step.two .text {
        width: 96%;
    }
    /* /step2 */
    /* step3 */
    .step.three .col-right {
        margin: 3% 0 0 0;
    }
    /* /step3 */
    /* step4 */
    .step.four .col-right {
        margin: 0 2%;
    }
    .step.four .text {
        width: 97%;
    }
    /* /step4 */
    /* /formular cotatie */
    .cotatie-form .complete-form .right {
        text-align: center;
        margin: 3% 0;
    }
    .cotatie .small-content {
        margin: 0 3%;
    }
    /* /CERE O COTATIE */
    /* PAGINA DE CONTACT */
    /* contact form */
    .contact-form {
        margin: 1%;
    }
    .contact-form .col-left,
    .contact-form .col-right {
        float: none;
        width: 98%;
        margin: 1%;
    }
    .contact-form label {
        display: block;
        margin-left: 3px;
    }
    .contact-form .text {
        width: 96%;
        padding: 3px 5px;
        margin: 0 1%;
    }
    /* /contact form */
    .contact .small-content,
    .contact address {
        display: none;
    }
    .select-msg select {
        width: 98%;
        margin: 1%;
    }
    /* /PAGINA DECONTACT */
    /* PNEURI */
    .block.select-type .image {
        width: 30%;
        margin: 0 1%;
    }
    .block.select-type .image img {
        width: 100%;
    }
    .block.select-type .description {
        width: 63%;
        margin: 0 1%;
    }
    .service-list li {
        width: 48%;
        margin: 1%;
    }
    .service-list li .image img {
        width: 100%;
    }
    .block.iframe #michelin-widget-43,
    .block.iframe #mw-43 {
        width: 100% !important;
    }
    /* /PNEURI */
    /* PNEURI SUBCATEGORIE */
    .block.iframe {
        margin: 2% 1%;
        width: 98%;
    }
    /* tires list */
    .tires-list .block {
        margin: 1%;
        padding: 23px 16px 0 0;
    }
    /* image */
    .tires-list .image {
        display: none;
    }
    /* /image */
    /* description */
    .tires-list .description {
        width: 60%;
        margin: 0 2%;
        float: left;
    }
    /* /description */
    /* schedule */
    .tires-list .schedule {
        width: 34%;
        margin: 0 1%;
        float: right;
        text-align: right;
    }
    /* /schedule */
    /* /tires list */
    /* PNEURI SUBCATEGORIE */
    /* SERVICII SUBCATEGORIE */
    /* services list */
    .servicii.subcategorie .block {
        margin: 1%;
        padding: 23px 16px 0 0;
    }
    .services-list .block {
        margin: 0;
    }
    /* image */
    .services-list .image {
        display: none;
    }
    /* /image */
    /* description */
    .services-list .description {
        width: 60%;
        margin: 0 2%;
        float: left;
    }
    /* /description */
    /* /services list */
    /* /SERVICII SUBCATEGORIE */
    /* PAGINA DE VOUCHERE */
    /* lista vouchere */
    .lista-vouchere .image,
    .lista-vouchere .description {
        width: 96%;
        float: none;
        margin: 2%;
    }
    .lista-vouchere .image img {
        width: 100%;
    }
    /* lista vouchere */
    /* /PAGINA DE VOUCHERE */
    /* PAGINA DE VOUCHER FORMULAR */
    .pagina-vouchere.formular .left-side,
    .pagina-vouchere.formular .right-side {
        width: 46%;
        margin: 2%;
        float: left;
    }
    .form-voucher .line {
        width: 96%;
        margin: 0 1%;
    }
    .form-voucher .line p {
        margin: 10px 5% 10px 3px;
    }
    /* /PAGINA DE VOUCHER FORMULAR */
    /* PAGINILE DE CARIERE */
    .main.cariere .left-side {
        float: none;
        width: 98%;
        margin: 0 1%;
    }
    .main.cariere .right-side {
        display: block;
        float: none;
        width: 100%;
        margin: 3% 0;
    }
    .main.cariere .right-side .last-jobs {
        width: 98%;
        margin: 1%;
        float: right;
    }
    .main.cariere .right-side > div {
        width: 98%;
        margin: 1%;
        float: none;
    }
    .filters-bar .line.small {
        margin-left: 150px;
    }
    .main.cariere.post .block {
        width: 98%;
        margin: 1%;
    }
    .main.cariere.post .conditions {
        margin-top: 5%;
    }
    .main.cariere.post .form-job-aplication .send-btn .button {
        margin: 7% 0;
    }
    .form-job-aplication .send-btn .button {
        padding: 3% 5%;
    }
    .left-side .jobs-list li article {
        width: 80%;
    }
    .filters-bar .line {
        width: 49%;
        margin: 0;
        text-align: center;
    }
    .filters-bar .line label {
        text-align: left;
        margin-left: 16%;
    }
    .filters-bar .line select {
        width: 100%;
    }
    .filters-bar .line.small {
        display: block;
        margin: 1% 0;
        width: 100%;
        text-align: center;
    }
    /* PAGINILE DE CARIERE */
    /* HARTA SITE`ULUI */
    .main.harta-site .col {
        width: 48%;
        margin: 1%;
        min-height: 470px;
    }
    /* /HARTA SITE`ULUI */
    /* PAGINA NOUTATI */
    .main.noutati .list-news {}
    .main.noutati .list-news .date,
    .main.noutati .list-news .image {
        width: 20%;
    }
    .main.noutati .list-news .image img {
        width: 100%;
    }
    .main.noutati .list-news .title,
    .main.noutati .list-news .description {
        width: 78%;
    }
    .main.noutati.single .article-news article,
    .main.noutati.single .article-news aside {
        float: none;
        width: 98%;
        margin: 1%;
    }
    .main.noutati.single .article-news aside {
        text-align: center;
    }
    /* /PAGINA NOUTATI */
    /* PAGINA DE SFATURI */
    .main.pagina-sfaturi .left-side,
    .main.pagina-sfaturi .right-side {
        width: 98%;
        margin: 1%;
        float: none;
    }
    /* /PAGINA DE SFATURI */
    /* PAGINA DE FRANCIZA */
    .franciza .section-image {
        display: none;
    }
    .links-franciza li {
        display: block;
        border-bottom: 1px solid #ffffff;
        border-left: none;
        margin: 0;
    }
    .links-franciza li:first-child {
        border-bottom: 1px solid #ffffff;
    }
    .login-franciza div:first-child {
        display: block;
        margin: 0 0 15px 15px;
    }
    .login-franciza div {
        margin: 0 0 0 12px;
    }
    .block.search-town {
        display: none;
    }
    .town-list-addresses article {
        margin-bottom: 0;
    }
    .town-list-addresses li {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    .franciza .map iframe {
        width: 100%;
    }
    /* services list */
    .services-list .block {
        margin: 1% 0;
        padding: 23px 16px 0 0;
    }
    /* image */
    .services-list .image {
        display: none;
    }
    /* /image */
    /* description */
    .services-list .description {
        width: 60%;
        margin: 0 2%;
        float: left;
    }
    /* /description */
    /* /services list */
    .franciza .col-left,
    .franciza .col-right {
        width: 98%;
        margin: 1%;
        float: none;
    }
    .franciza .form-franciza .line {
        width: 98%;
        margin: 1%;
    }
    .franciza .form-franciza > .line {
        text-align: center;
        margin-top: 20px;
    }
    .expert-advice .description {
        width: 100%;
    }
    .expert-advice .image {
        display: none;
    }
    /* PAGINA DE FRANCIZA */
    /* CLIENTS PAGE */
    .service-box .image,
    .service-box .description {
        width: 46%;
        margin: 1%;
    }
    /* CLIENTS PAGE */
    /* PAGINA DE PROGRAMARE ONLINE */
    .main.online-program .box {
        width: 47%;
        height: 60px;
        margin: 0 1%;
    }
    /* /PAGINA DE PROGRAMARE ONLINE */
    section .block.slider-carousel {
        width: 98%;
        margin: 2% 1%;
    }
    section .block.slider-carousel .carousel-margins {
        width: 88%;
    }
    .homepage .block.slider-carousel {
        width: 48%;
        margin: 1%;
        height: 160px;
    }
    .homepage .block.slider-carousel .carousel-margins {
        width: 75%;
        margin-top: 30px;
    }
    .content > .block {
        margin: 2% 1%;
    }
    .block.map.big form {
        margin: 10px 0 0 0;
    }
    .block.map.big ul,
    .block.calendar.big p {
        margin-left: 50%;
    }
    .block.map.big form .line {
        margin-left: 50%;
    }
    .block.calendar.big .button {
        margin-left: 50%;
    }
    .franciza.single .address > div {
        width: 30%;
    }
    .container-links {
        display: block;
        text-align: left;
        margin-top: 15px;
    }
    .container-links > div {
        float: none;
    }
    /* BLOCKS */
    .homepage .content {
        position: relative;
        height: 700px;
    }
    .homepage .content .block {
        width: 48%;
        margin: 0;
        position: absolute;
    }
    .homepage .content .block.map.big {
        left: 1%;
        top: 10px;
    }
    .homepage .content .block.calendar.big {
        left: 51%;
        top: 10px;
    }
    .homepage .content .block.cotatie.small {
        left: 1%;
        top: 180px;
    }
    .homepage .content .block.slider-carousel {
        left: 51%;
        top: 180px;
    }
    .homepage .content .block.holiday_landing_page {
        left: 51%;
        top: 350px;
        border: none;
        text-align: center;
        background: #ffec00;
    }
    .homepage .content .block.holiday_landing_page a {
        display: block;
        width: 100%;
        overflow: hidden;
        height: 159px;
    }
    .homepage .content .block.holiday_landing_page a img {
        width: 100%;
    }
    .homepage .content .block.oil-selector-personal {
        left: 1%;
        top: 520px;
    }
    .homepage .content .block.oil-selector-personal .container {
        width: 272px;
        border: none;
    }
    .homepage .content .block.oil-selector-business {
        left: 51%;
        top: 520px;
    }
    .homepage .content .block.oil-selector-business .container {
        width: 272px;
        border: none;
    }
    .block.selector-pneuri.small {
        left: 1%;
        top: 350px;
    }
    .block.selector-jante.small {
        left: 51%;
        top: 350px;
    }
    .block.selector-jante .main-lightbox {
        width: 320px;
        margin-left: -160px;
    }
    .block.selector-jante .main-lightbox iframe {
        width: 320px;
    }
}


/* mobil max width 320 px */

@media (min-width: 0px) and (max-width: 560px) {
    body {
        background: #ffffff;
    }
    header .logo .full-logo {
        display: none;
    }
    header .logo .mobile-logo {
        display: block;
        margin-top: 35px;
    }
    .only-mobile {
        display: block;
    }
    .oil-selector,
    .mobile-racing {
        display: none;
    }
    .clients ul.client-files li article {
        padding-right: 15px;
        padding-left: 60px;
    }
    .clients ul.client-files li .button {
        position: static;
        margin-top: 15px;
    }
    .clients-form {
        width: auto;
    }
    .clients-form .line input.text {
        width: 90%;
    }
    .clients-no-sidebar {
        display: block;
    }
    .block.companies-login .main-lightbox {
        width: 320px;
        margin-left: -160px;
    }
    .block.companies-login .main-lightbox iframe {
        width: 320px;
    }
    .block.selector-jante .main-lightbox {
        width: 320px;
        margin-left: -160px;
    }
    .block.selector-jante .main-lightbox iframe {
        width: 320px;
    }
    .main .right-sidebar {
        display: none;
    }
    .main .content {
        width: 100%;
    }
    .main > .container {
        margin: 0 auto;
        width: 100%;
        box-shadow: none;
    }
    .main .main-top-shadow {
        display: none;
    }
    section .flexslider.slide {
        display: none;
    }
    /* ==========================================================================
                    BLOCKS
            ========================================================================== */
    .homepage .content .block {
        width: 98%;
        margin: 2% 1%;
        float: none;
    }
    .homepage .content .block.holiday_landing_page {
        text-align: center;
        background: #ffec00;
    }
    .homepage .content .block.holiday_landing_page a {
        display: block;
        width: 100%;
        overflow: hidden;
        height: 159px;
    }
    .homepage .content .block.holiday_landing_page a img {
        width: 100%;
    }
    .homepage .content .block.oil-selector-personal .container,
    .homepage .content .block.oil-selector-business .container {
        border: none;
        height: 159px;
        width: 100%;
        position: relative;
        background-repeat: no-repeat;
    }
    .block.map.big form {
        margin: 0;
    }
    .block.calendar.big .button,
    .block.cotatie.small .button {
        margin: 0 0 0 170px;
    }
    .block.map.big form .line {
        margin-left: 170px;
    }
    .contact .yellow-title span {
        width: auto;
        float: none;
        display: block;
        margin: 0;
    }
    .menu > li.menu-0 a,
    .menu > li.menu-1 a,
    .menu > li.menu-2 a,
    .menu > li.menu-3 a,
    .menu > li.menu-4 a,
    .menu > li.menu-5 a,
    .menu > li.menu-6 a,
    .menu > li.menu-7 a {
        width: auto;
    }
    section .block.slider-carousel {
        width: 98%;
        margin: 2% 1%;
    }
    section .block.slider-carousel .carousel-margins {
        width: 88%;
    }
    /* ==========================================================================
                    HEADER
            ========================================================================== */
    header .container > .center {
        width: 100%;
    }
    header {
        width: 100%;
    }
    header .container .flag {
        /*display: none;*/
        left: 0;
        top: 0;
    }
    header .mobile-slider {
        display: block;
        width: 98%;
        margin: 1% 1% 0 1%;
    }
    header .mobile-display {
        display: block;
    }
    /* pop up */
    header .pop-up p {
        width: 100%;
        text-align: center;
    }
    /* /pop up */
    /* logo */
    header .logo {
        float: none;
        text-align: center;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    /* /logo */
    /* small menu */
    header .small-menu {
        width: 100%;
        margin: 1% 0;
        float: none;
        text-align: center;
        margin-top: 17px;
        padding-right: 0;
    }
    header .small-menu .menu1,
    header .small-menu .menu3,
    header .small-menu .menu5 {
        /*display: none;*/
    }
    header .small-menu .menu6:after {
        content: '|';
        color: #a8e5bf;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 -2px 10px;
    }
    /* /small menu */
    /* menu */
    nav {
        background: #ffffff;
        text-align: center;
        width: 100%;
    }
    nav ul {
        width: 100%;
        margin: 0;
        display: none;
        text-align: center;
    }
    .slide-menu-button {
        display: block;
        margin: 0;
        padding: 0 0 3%;
    }
    .slide-menu-button span {
        background: none repeat scroll 0 0 #006125;
        border-radius: 0 0 50% 50%;
        color: #FFFFFF;
        display: inline-block;
        font-size: 20px;
        padding: 8px 40px 14px;
    }
    .slide-menu-button a:hover {
        text-decoration: none;
    }
    .menu li.clear {
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
    .menu > li {
        float: none;
        position: relative;
        text-align: center;
    }
    .menu > li > a {
        display: block;
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 12px 21px;
    }
    .menu > li:hover > a {
        background: #ffec00;
        color: #787000;
        text-decoration: none;
    }
    .menu > li:hover .dropdown-menu {
        display: none;
    }
    /* shop button */
    .menu .shop-button .button-cart {
        position: static;
    }
    /* /shop button */
    /* shop button */
    .menu .shop-button a {
        vertical-align: middle;
        color: #ffffff;
    }
    .menu .shop-button {
        background: url("../img/menu-bg.png") repeat-x scroll 0 0 transparent;
    }
    .menu .shop-button .button-cart {
        position: relative;
        top: 0;
        left: 0;
    }
    .menu .shop-button .button-cart span {
        left: 1px;
        top: 1px;
        position: absolute;
    }
    .menu .shop-button .button-cart span,
    .menu .shop-button .button-cart {
        display: inline-block;
        vertical-align: middle;
    }
    /* /shop button */
    /* /menu */
    /* slider */
    /* Direction Nav */
    header .mobile-slider .flex-direction-nav {
        position: absolute;
        top: 37%;
        left: 0;
        width: 100%;
        height: 66px;
    }
    header .mobile-slider .flex-direction-nav a {
        display: inline-block;
        width: 12px;
        height: 44px;
        text-indent: -9999px;
    }
    header .mobile-slider .flex-direction-nav .flex-next {
        position: absolute;
        top: 0;
        right: 10px;
        background: url('../../img/slider/mobile-slider-small-right-arrow.png') no-repeat 0 0;
    }
    header .mobile-slider .flex-direction-nav .flex-prev {
        position: absolute;
        top: 0;
        left: 10px;
        background: url('../../img/slider/mobile-slider-small-left-arrow.png') no-repeat 0 0;
    }
    header .mobile-slider .flex-direction-nav .flex-disabled {
        opacity: .3!important;
        filter: alpha(opacity=30);
        cursor: default;
    }
    /* end slider */
    /* ==========================================================================
                    FOOTER
            ========================================================================== */
    footer {
        width: 100%;
    }
    footer .container {
        width: 98%;
        margin: 0 1%;
    }
    /* social media */
    footer .social-media {
        width: 98%;
    }
    footer .social-media .social-box {
        top: 77px;
        padding-bottom: 12px;
        padding-left: 20px;
        background: #00a651;
        width: 96%;
    }
    footer .newsletter {
        display: block;
        border: none;
        padding: 0;
        margin: 0;
    }
    footer .social-buttons {
        display: block;
        margin-top: 2px;
        width: 150px;
        padding: 0;
    }
    footer .social-buttons a {
        margin: 0 10% 0 0;
    }
    footer .newsletter .line {
        /*width: 85%;*/
    }
    footer .newsletter .line .text {
        width: 98%;
        padding: 4px 0 4px 4px;
    }
    footer .newsletter .line.bg input {
        border: none;
    }
    /* end social media */
    /* footer list menu */
    footer .col1,
    .footer-list-menu {
        display: none;
    }
    /* end footer list menu */
    /* conditions and terms */
    footer .terms-and-conditions {
        margin: 20px auto;
        text-align: center;
        padding-left: 0;
    }
    .bottom-copyright {
        display: block;
    }
    /* conditions and terms */
    /* ==========================================================================
                    PAGE STYLES
            ========================================================================== */
    /* BLOCK TEXT */
    .block-text .image {
        width: 98%;
        margin: 0 1%;
        float: none;
    }
    .block-text .description {
        width: 98%;
        margin: 1%;
        float: none;
    }
    .block-text-small,
    .block-text-list {
        width: 98%;
        margin: 1%;
    }
    .block-text-list .image img,
    .block-text-small .image img,
    .block-text .image img {
        width: 100%;
    }
    .block-text-list .image {
        width: 27%;
    }
    .block-text-list .description {
        width: 70%;
        margin: 0 1%;
    }
    /* /BLOCK TEXT */
    /* CERE O COTATIE */
    /* formular cotatie */
    .cotatie-form .col-left,
    .cotatie-form .col {
        margin-left: 0;
        float: none;
    }
    .cotatie-form .yellow-title {
        padding-left: 8px;
    }
    .cotatie-form .step {
        margin: 0;
    }
    .cotatie-form .block {
        width: 98%;
        margin: 2% 1%;
    }
    .cotatie-form .col {
        margin: 0 2%;
    }
    .cotatie-form .col-left {
        width: 98%;
        margin: 0 2%;
    }
    .cotatie-form .col-right {
        float: none;
        width: 98%;
        margin: 0 2%;
    }
    .cotatie-form .nr-step {
        display: none;
    }
    .cotatie-form .complete-form {
        width: 98%;
        margin: 2%;
    }
    .cotatie-form .complete-form .left {
        float: none;
    }
    .cotatie-form .complete-form .right {
        float: none;
    }
    /* step1 */
    .step.one .col-right .text {
        width: 96%;
    }
    .step.one .col-left .line {
        width: 49%;
        float: left;
    }
    /* /step1 */
    /* step2 */
    .step.two .line {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .step.two .text {
        width: 96%;
    }
    /* /step2 */
    /* step3 */
    .step.three .col-right {
        margin: 3% 0 0 0;
    }
    /* /step3 */
    /* step4 */
    .step.four .col-right {
        margin: 0 2%;
    }
    .step.four .text {
        width: 97%;
    }
    /* /step4 */
    /* /formular cotatie */
    .cotatie-form .complete-form .right {
        text-align: center;
        margin: 3% 0;
    }
    .cotatie .small-content {
        margin: 0 3%;
    }
    /* /CERE O COTATIE */
    /* PAGINA DE CONTACT */
    /* contact form */
    .contact-form {
        margin: 1%;
        width: 98%;
    }
    .contact-form .col-left,
    .contact-form .col-right {
        float: none;
        width: 98%;
        margin: 1%;
    }
    .contact-form label {
        display: block;
        margin-left: 3px;
    }
    .contact-form .text {
        width: 96%;
        padding: 3px 5px;
        margin: 0 1%;
    }
    /* /contact form */
    .contact .small-content,
    .contact address {
        display: none;
    }
    .select-msg select {
        width: 98%;
        margin: 1%;
    }
    /* /PAGINA DECONTACT */
    /* PNEURI */
    .block.select-type {
        width: 98%;
        margin: 0 1%;
    }
    .block.select-type p,
    .block.select-type .select {
        margin: 2%;
        width: 96%;
    }
    .block.select-type .image {
        display: none;
    }
    .block.select-type .description {
        width: 96%;
        margin: 0 2%;
    }
    .service-list li {
        width: 98%;
        margin: 2% 1%;
    }
    .service-list li .image img {
        width: 100%;
    }
    /* /PNEURI */
    /* PNEURI SUBCATEGORIE */
    .block.iframe {
        margin: 2% 1%;
        width: 98%;
    }
    .block.iframe #michelin-widget-43,
    .block.iframe #mw-43 {
        width: 100% !important;
    }
    /* tires list */
    .tires-list .block {
        margin: 1%;
        padding: 23px 16px 0 0;
    }
    /* image */
    .tires-list .image {
        display: none;
    }
    /* /image */
    /* description */
    .tires-list .description {
        width: 98%;
        margin: 1%;
        float: none;
    }
    /* /description */
    /* schedule */
    .tires-list .schedule {
        width: 98%;
        margin: 1%;
        float: none;
        text-align: left;
    }
    .tires-list .schedule h3,
    .tires-list .schedule p {
        width: 48%;
        margin: 2% 1%;
    }
    .tires-list .schedule h3 {
        float: left;
    }
    .tires-list .schedule p {
        float: right;
        text-align: right;
    }
    /* /schedule */
    /* /tires list */
    /* PNEURI SUBCATEGORIE */
    /* SERVICII SUBCATEGORIE */
    /* services list */
    .servicii.subcategorie .block {
        margin: 2%;
        padding: 15px 16px 0 0;
    }
    .servicii.subcategorie .services-list .block {
        margin: 0;
    }
    /* image */
    .servicii.subcategorie .image {
        display: none;
    }
    /* /image */
    /* description */
    .servicii.subcategorie .description {
        width: 96%;
        margin: 0 3%;
        float: left;
    }
    /* /description */
    /* advice */
    .servicii.subcategorie .advice {
        display: none;
    }
    /* /advice */
    /* /services list */
    /* /SERVICII SUBCATEGORIE */
    /* SERVICII SINGLE */
    .expert-advice .description {
        width: 100%;
    }
    .expert-advice .image {
        display: none;
    }
    /* /SERVICII SINGLE */
    /* PAGINA DE VOUCHERE */
    /* lista vouchere */
    .lista-vouchere .image,
    .lista-vouchere .description {
        width: 96%;
        float: none;
        margin: 2%;
    }
    .lista-vouchere .image img {
        width: 100%;
    }
    /* lista vouchere */
    /* /PAGINA DE VOUCHERE */
    /* PAGINA DE VOUCHER FORMULAR */
    .pagina-vouchere.formular .left-side {
        display: none;
    }
    .pagina-vouchere.formular .right-side {
        width: 96%;
        margin: 2%;
        float: left;
    }
    .form-voucher .line {
        width: 96%;
        margin: 0 1%;
    }
    .form-voucher .line p {
        margin: 10px 5% 10px 3px;
    }
    /* /PAGINA DE VOUCHER FORMULAR */
    /* PAGINILE DE CARIERE */
    .main.cariere .left-side {
        float: none;
        width: 98%;
        margin: 0 1%;
    }
    .main.cariere .right-side {
        display: block;
        float: none;
        width: 98%;
        margin: 3% 1%;
    }
    .main.cariere .right-side .last-jobs {
        width: 98%;
        margin: 1%;
        float: right;
    }
    .main.cariere .right-side .block {
        width: 98%;
        margin: 1%;
        float: left;
    }
    .main.cariere .right-side > div {
        width: 98%;
        margin: 1%;
        float: none;
    }
    .filters-bar .line.small {
        margin-left: 150px;
    }
    .main.cariere.post .block {
        width: 98%;
        margin: 1%;
    }
    .main.cariere.post .conditions {
        margin-top: 5%;
    }
    .main.cariere.post .form-job-aplication .send-btn .button {
        margin: 7% 0;
    }
    .main.cariere .block-text .image {
        width: 25%;
    }
    .main.cariere .lines .block-text .image {
        width: 100%;
    }
    .main.cariere .block-text .image img {
        width: 100%;
    }
    .main.cariere .block-text .description {
        width: 70%;
        margin-left: 5%;
    }
    .form-job-aplication .send-btn .button {
        padding: 3% 5%;
    }
    .left-side .jobs-list li article {
        width: 80%;
    }
    .filters-bar .line {
        width: 49%;
        margin: 0;
        text-align: center;
    }
    .filters-bar .line label {
        text-align: left;
        margin-left: 16%;
    }
    .filters-bar .line select {
        width: 100%;
    }
    .filters-bar .line.small {
        display: block;
        margin: 1% 0;
        width: 100%;
        text-align: center;
    }
    /* PAGINILE DE CARIERE */
    /* HARTA SITE`ULUI */
    .main.harta-site .col {
        width: 98%;
        margin: 1%;
        float: none;
    }
    /* /HARTA SITE`ULUI */
    /* PAGINA NOUTATI */
    .main.noutati .list-news {}
    .main.noutati .list-news .date {
        width: 20%;
    }
    .main.noutati .list-news .image {
        display: none;
    }
    .main.noutati .list-news .title,
    .main.noutati .list-news .description {
        width: 100%;
    }
    .main.noutati.single .article-news article,
    .main.noutati.single .article-news aside {
        float: none;
        width: 98%;
        margin: 1%;
    }
    .main.noutati.single .article-news aside img {
        width: 100%;
    }
    /* /PAGINA NOUTATI */
    /* PAGINA DE SFATURI */
    .main.pagina-sfaturi .left-side,
    .main.pagina-sfaturi .right-side {
        width: 96%;
        margin: 2%;
        float: none;
    }
    .main.pagina-sfaturi .big-image {
        width: 100%;
    }
    .main.pagina-sfaturi .big-image img {
        width: 100%;
    }
    .main.pagina-sfaturi .block-text .image {
        width: 25%;
    }
    .main.pagina-sfaturi .block-text .image img {
        width: 100%;
    }
    .main.pagina-sfaturi .block-text .description {
        width: 70%;
        margin-left: 5%;
    }
    .main.pagina-sfaturi .block-text-small,
    .block-text-list {
        width: 96%;
        margin: 2%;
    }
    .main.pagina-sfaturi .block-text-list .image {
        width: 35%;
    }
    .main.pagina-sfaturi .block-text-list .image img {
        width: 100%;
    }
    .main.pagina-sfaturi .block-text-list .description {
        width: 60%;
    }
    .main.pagina-sfaturi p img {
        width: 100%;
    }
    /* /PAGINA DE SFATURI */
    /* PAGINA DE FRANCIZA */
    .franciza .section-image {
        display: none;
    }
    .links-franciza li {
        display: block;
        border-bottom: 1px solid #ffffff;
        border-left: none;
        margin: 0;
    }
    .links-franciza li:first-child {
        border-bottom: 1px solid #ffffff;
    }
    .login-franciza {
        padding-bottom: 5px;
    }
    .login-franciza div:first-child {
        display: block;
        margin: 0 0 15px 15px;
        width: 98%;
    }
    .login-franciza div {
        display: block;
    }
    .login-franciza div {
        margin: 10px auto;
        display: block;
        width: 162px;
    }
    .login-franciza .button {
        margin: 20px auto 0 auto;
        display: block;
    }
    .block.search-town {
        display: none;
    }
    .town-list-addresses article {
        margin-bottom: 0;
    }
    .town-list-addresses li {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    .franciza .map iframe {
        width: 100%;
    }
    .filter {
        width: 96%;
        margin: 1%;
        padding: 4% 1%;
    }
    .franciza.single .address div {
        width: 48%;
    }
    .franciza.single .address div.program {
        display: none;
    }
    .franciza .col-left,
    .franciza .col-right {
        width: 98%;
        margin: 2%;
        float: none;
    }
    .franciza .form-franciza .line {
        width: 98%;
        margin: 1%;
    }
    .franciza .form-franciza > .line {
        text-align: center;
        margin-top: 20px;
    }
    /* services list */
    .services-list .block {
        margin: 2% 0;
        padding: 15px 16px 0 0;
    }
    /* image */
    .services-list .image {
        display: none;
    }
    /* /image */
    /* description */
    .services-list .description {
        width: 96%;
        margin: 0 3%;
        float: left;
    }
    /* /description */
    /* advice */
    .services-list .advice {
        display: none;
    }
    /* /advice */
    /* /services list */
    /* PAGINA DE FRANCIZA */
    /* PAGINA DE CLIENTI BUSINESS */
    .service-box .image,
    .service-box .description {
        width: 96%;
        margin: 2%;
    }
    /* PAGINA DE CLIENTI BUSINESS */
    /* PAGINA DE PROGRAMARE ONLINE */
    .main.online-program .box {
        float: none;
        width: 94%;
        height: 60px;
        margin: 1% auto 5% auto;
    }
    /* /PAGINA DE PROGRAMARE ONLINE */
    .block.slider-carousel {
        width: 96%;
        margin: 2%;
    }
    section .block.slider-carousel .carousel-margins {
        width: 80%;
    }
    .content > .block {
        margin: 2% 1%;
    }
    .block.map.big ul {
        margin-left: 162px;
    }
    .container-links {
        width: 80% !important;
        margin-top: 15px;
    }
    .container-links > div {
        float: none;
    }
}

.news-pagination {
    margin: 15px 0 0 165px;
    color: #808080;
}

.news-pagination a.active {
    color: #333333;
    font-weight: bold;
}

.last.button {
    width: 220px;
    padding: 7px 0 !important;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    top: 4px;
}

.add-question-p {
    display: inline-block;
    vertical-align: middle;
}

h1.page-title.forum-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
}

.add-question .chzn-container-single .chzn-single {
    width: auto;
}

.logged-in {
    margin: 35px 10px 0 0;
    float: right;
}


/* START select "alte site-uri": */

.select-country>span {
    color: #00468c !important;
    font-size: 11px !important;
}

.select-country a span {
    color: #999999;
    font-size: 11px;
}

.select-country>div>a {
    background: #ffffff!important;
    border: 1px solid #999999 !important;
    height: 20px !important;
}

.select-country>div>a>div {
    background: #999999 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 21px !important;
    height: 22px !important;
}

.select-country ul.chzn-results li {
    background-color: #ffffff!important;
    color: #00468c !important;
}

.select-country ul.chzn-results li.highlighted {
    color: #999999 !important;
}

.select-country .chzn-container .chzn-results {
    padding-left: 1px !important;
    padding-right: 0px !important;
    margin-right: 1px !important;
    margin-bottom: 2px !important;
}

.select-country .chzn-container .chzn-drop {
    background: #999999 !important;
}


/* END select "alte site-uri": */

.right-sidebar>div:first-child,
.right-sidebar>article:first-child {
    margin-top: 40px;
}

.homepage .right-sidebar>div:first-child,
.homepage .right-sidebar>article:first-child {
    margin-top: 20px;
}

#sucursale {
    text-align: left;
    margin-left: 10px;
    width: 96%;
}

.content.contacteaza-ne {
    /*position: relative;*/
}

#sucursale th {
    color: #808080;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

#sucursale tr {
    height: 40px;
}

#sucursale td,
#sucursale th {
    padding-left: 10px;
}

#sucursale tbody {
    font-size: 12px;
}

#sucursale tbody tr:nth-child(2n+1) {
    background-color: #e5edf4;
}

#sucursale tbody tr:nth-child(2n) {
    background-color: #ffffff;
}

#sucursale thead tr th:nth-child(1) {
    width: 28%;
}

#sucursale thead tr th:nth-child(2) {
    width: 49%;
}

#sucursale thead {
    height: 75px;
}


/* Overwrites */

.main.franciza.single .container section.content address > div:nth-child(1) {
    word-wrap: break-word;
}

table.dataTable.price-table.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.price-table.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: 50%;
    margin-top: -9px;
    background-color: #005f27;
}

/* All things after this point are moved from the file in order to
 * allow easier commenting for w3c validation. Declarations are valid,
 * but IE uses some non-standard syntax.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.button {
    border-radius: 4px;
    box-shadow: -2px -2px 5px rgba(23, 23, 23, 0.2);
    border: solid 1px #fff;
    background-image: linear-gradient(#0080ff, #004b97);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-shadow: -1px -1px 0 rgba(23, 23, 23, 0.45);
    text-decoration: none;

    display: inline-block;
    padding: 7px 10px !important;
}

.button:hover {
    background-image: linear-gradient(#004b97, #0080ff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#004b97, endColorstr=#0080ff);
    text-decoration: none;
}
.sidebar-button-link a {
    border-radius: 4px;
    box-shadow: -2px -2px 5px rgba(23, 23, 23, .2);
    border: solid 1px #fff;
    background-image: linear-gradient(#0080ff, #004b97);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-shadow: -1px -1px 0 rgba(23, 23, 23, 0.45);
    text-decoration: none;

    display: inline-block;
    padding: 7px 16px;
}

.sidebar-button-link a:hover {
    background-image: linear-gradient(#004b97, #0080ff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#004b97, endColorstr=#0080ff);
    text-decoration: none;
}
.main-top-shadow {
    background-image: linear-gradient(#cad5e0, #ffffff 79%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cad5e0, endColorstr=#ffffff 79%);
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.block {
    box-shadow: -2px -2px 5px rgba(23, 23, 23, 0.2);
    background-image: linear-gradient(#ffffff, #ececec);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
    margin: 0 10px;

}
.service-box .image {
    border: 1px solid #fff;
    background-image: linear-gradient(#0080ff, #004b97);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);
    box-shadow: -2px -2px 5px rgba(23, 23, 23, 0.2);
    border-radius: 5px;
    height: 180px;
}

.block-orange {
    background-image: linear-gradient(#ffec00, #ffa400);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffec00, endColorstr=#ffa400);
    margin: 20px 10px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.block-orange:hover {
    background-image: linear-gradient(#ffa400, #ffec00);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffa400, endColorstr=#ffec00);
}

.block.sfaturi ul li {
    background-image: linear-gradient(#ffffff, #ececec);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
    padding: 3px 10px 5px 5px;
    list-style-type: none;
    margin: 0;
}

.block.sfaturi .link {
    background-image: linear-gradient(#ffffff, #ececec);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
    padding: 5px 10px;
    margin: 0;
}

.block.noutati-box ul li {
    background-image: linear-gradient(#ffffff, #ececec);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
    padding: 3px 10px 5px 5px;
    list-style-type: none;
    margin: 0;
}

.block.noutati-box .link {
    background-image: linear-gradient(#ffffff, #ececec);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
    padding: 5px 10px;
    margin: 0;
}

.block.business-clients {
    background-image: linear-gradient(#0080ff, #004b97);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);
    box-shadow: -2px -2px 5px rgba(23, 23, 23, .2);
    border: solid 1px #fff;
    text-align: right;
    position: relative;

    padding-bottom: 7px;
}

.menu .shop-button .button-cart {
    width: 28px;
    height: 29px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: inset 1px 1px 1px rgba(25, 25, 24, .5);
    background-image: linear-gradient(#00d150, #008031);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00d150, endColorstr=#008031);

    position: absolute;
    top: 5px;
    left: 7px;
    text-indent: -9999px;
}

.block.iframe #mw-43 .mw-options-group .mw-action .mw-button {
    border-radius: 4px;
    box-shadow: -2px -2px 5px rgba(23, 23, 23, .2);
    border: solid 1px #fff;
    background-image: linear-gradient(#0080ff, #004b97);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);
    color: #FFFFFF;
    font-family: 'Verdana', sans-serif !important;
    font-size: 12px !important;
    font-weight: bold;
    text-shadow: -1px -1px 0 rgba(23, 23, 23, 0.45);
    text-decoration: none;
    display: inline-block;
    padding: 7px 16px;
}

.block.iframe #mw-43 .mw-options-group .mw-action .mw-button:hover {
    background-image: linear-gradient(#004b97, #0080ff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#004b97, endColorstr=#0080ff);
}

    .block.iframe .mw-result-content .mw-button {
        border-radius: 4px;
        box-shadow: -2px -2px 5px rgba(23,23,23,0.2);
        border: solid 1px #fff;
        background-image: linear-gradient(#0080ff, #004b97);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0080ff, endColorstr=#004b97);
        color: #FFFFFF !important;
        font-size: 12px !important;
        font-family: 'Verdana',sans-serif !important;
        font-weight: bold;
        text-shadow: -1px -1px 0 rgba(23,23,23, 0.45);
        text-decoration: none;


        display: inline-block;

        padding: 7px 16px;
        margin-top: 25px;
    }

    .block.iframe .mw-result-content .mw-button:hover {
        background-image: linear-gradient(#004b97, #0080ff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#004b97, endColorstr=#0080ff);
    }


        .user-panel .top {
            background-image: linear-gradient(#fff, #ececec);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ececec);
            border-radius: 10px 10px 0 0;
            padding: 10px 0 15px 0;
        }
