@import url(reset.css);
    * {
    padding: 0;
    margin: 0;
}
body {
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    color: #424242;
    margin: 0;
    padding: 0;
}
.bg2 {
    background: url(/media/images/bg2.jpg) repeat-x;
}
.clear, .clrbth {
    clear: both;
}
.flt {
    float: left;
}
.frt {
    float: right;
}
a:active, a:link {
    text-decoration: none;
    color: #005ebe;
}
a:visited {
    text-decoration: none;
    color: #000dbe;
}
a:hover {
    text-decoration: underline;
    color: #007af7;
}
.orange {
    color: #fb4700;
}
.red {
    color: #c40000;
}
.blue {
    color: #007ae1;
}
.green {
    color: #0a0;
}
.gray {
    color: #5a5a5a;
}
.black {
    color: #000;
}
.normal {
    font-size: 13px;
}
.medium {
    font-size: 14px;
}
.big {
    font-size: 16px;
}
.bigger {
    font-size: 18px;
}
.large {
    font-size: 20px;
}
.larger {
    font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
#header {
    background: url(/media/images/bg_header.jpg) repeat-x;
    width: 100%;
    height: auto;
}
.header_picture_big {
    background: url(/media/images/header_picture_big.jpg) top center no-repeat;
    width: 100%;
    height: 350px;
    margin: auto;
}
#header_page {
    background: url(/media/images/bg_header_page.jpg) repeat-x;
    width: 100%;
    height: 206px;
}
.top_header_content {
    width: 980px;
    margin: auto;
}
.logo_wrapper {
    width: 345px;
    float: left;
    background: url(/media/images/logo_top_bg.jpg) no-repeat;
    height: 100px;
}
.slogan {
    font-size: 12px;
    color: #5d5d5d;
    text-shadow: 1px 1px 1px #fff;
    padding-left: 3px;
    line-height: 20px;
}
.nav_wrapper {
    width: 635px;
    float: left;
    padding-left: 0;
}
.top_contact {
    width: 80px;
    height: 20px;
    background: url(/media/images/top_contact.jpg) no-repeat;
    display: block;
    float: right;
}
.top_contact_link {
    width: 54px;
    margin-right: 15px;
    height: 19px;
    line-height: 21px;
    border-bottom: 1px solid #e0e3ea;
    display: block;
    float: right;
}
.top_contact_link a {
    color: #7b7b7b;
    font-family: Ubuntu, Tahoma, Arial;
    font-size: 14px;
}
.top_contact_link a:hover {
    color: #fd5900;
    text-decoration: none;
}
#nav {
    clear: both;
    width: 600px;
    margin-left: 35px;
    height: 27px;
    margin-top: 18px;
    border-bottom: 1px solid #e5e8ee;
}
#nav ul li {
    list-style-type: none;
    float: left;
    margin-left: 0;
    font-size: 14px;
    line-height: 28px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
}
#nav ul li a:active, #nav ul li a:link, #nav ul li a:visited {
    float: left;
    color: #7b7b7b;
    text-shadow: 1px 1px #fff;
    line-height: 28px;
    text-decoration: none;
    padding-right: 28px;
    padding-left: 0;
}
#nav ul li a:hover {
    color: #fd5900;
}
#nav ul li.selected span {
    border-bottom: 1px solid #fd5900;
    color: #242424;
    padding-bottom: 4px;
}
.md-close {
    display: none!important;
}
.inputs {
    margin-top: 10px;
    width: 100%;
    height: 34px;
}
.md-content textarea {
    margin-top: 10px;
    width: 100%;
    height: 100px;
}
.md-content label {
    color: #000;
}
#id_sendb {
    cursor: pointer;
    color: #fff;
    padding: 10px;
    background: #213148;
}
.md-perspective, .md-perspective body {
    height: 100%;
    overflow: hidden;
}
.md-perspective body {
    background: #fff;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.container {
    background: #fff;
    min-height: 100%}
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.md-show~.md-overlay {
    opacity: 1;
    visibility: visible;
}
.md-content {
    color: #fff;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}
.md-content h3 {
    margin: 0;
    padding: .4em;
    text-align: center;
    font-size: 2.5em;
    font-weight: 300;
    opacity: .8;
    background: rgba(0, 0, 0, .1);
    border-radius: 3px 3px 0 0;
}
.md-content>div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}
.md-content p {
    color: #000!important;
    text-align: center;
    line-height: 20px;
}
.md-content>div p {
    margin: 0;
    padding: 10px 0;
}
.md-content>div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}
.md-content>div ul li {
    padding: 5px 0;
}
.md-content button {
    display: block;
    margin: 0 auto;
    font-size: .8em;
}
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.header_picture_bg {
    width: 980px;
    height: 350px;
    margin: auto;
    position: relative;
}
.header_picture_page_bg {
    width: 980px;
    background: url(/media/images/header_picture_page_bg.png) no-repeat;
    height: 106px;
    margin: auto;
}
.left_header_text {
    float: left;
    width: 480px;
}
.left_header_text a {
    color: #333;
}
.right_header_text {
    float: left;
    width: 500px;
}
.header_picture_bg h1 {
    padding-top: 5px;
    height: 35px;
    font-size: 30px;
    font-weight: 400;
    color: #fd5900;
    text-shadow: 1px 1px #b04e26;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    overflow: hidden;
}
.header_picture_bg .h1_title1 h2 {
    font-size: 22px;
    color: #fd5900;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 20px;
    height: 47px;
    margin-bottom: 10px;
}
.header_picture_bg .h1_title1 span {
    display: block;
}
.header_picture_bg .h1_title1a {
    font-size: 22px;
    color: #fd5900;
    text-shadow: 1px 1px #fff;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 20px;
    height: 95px;
    background: url(/media/images/h1_title_home1.jpg) no-repeat;
    margin-bottom: 10px;
}
.header_picture_bg .h1_title1a span {
    text-indent: -9999px;
    display: block;
}
.header_picture_bg h3 {
    font-size: 13px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
    background: url(/media/images/check_h2_header.gif) 6px 12px no-repeat;
    height: 28px;
    line-height: 24px;
    padding-left: 17px;
}
.header_picture_bg .h1_title2 {
    font-size: 22px;
    color: #fd5900;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 20px;
    height: 47px;
    margin-bottom: 10px;
}
.header_picture_bg .h1_title2 span {
    display: block;
}
.header_picture_bg .h1_title2a {
    font-size: 22px;
    color: #fd5900;
    text-shadow: 1px 1px #fff;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 20px;
    height: 95px;
    background: url(/media/images/h1_title2_home1.jpg) no-repeat;
    margin-bottom: 10px;
}
.header_picture_bg .h1_title2a span {
    text-indent: -9999px;
    display: block;
}
.header_picture_bg .h1_title3 {
    font-size: 20px;
    color: #fd5900;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 20px;
    height: 47px;
    margin-bottom: 10px;
}
.header_picture_bg .h1_title3 span {
    display: block;
}
.header_picture_bg .h1_title3a {
    font-size: 20px;
    color: #fd5900;
    text-shadow: 1px 1px #fff;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 20px;
    height: 95px;
    background: url(/media/images/h1_title3_home1.jpg) no-repeat;
    margin-bottom: 10px;
}
.header_picture_bg .h1_title3a span {
    text-indent: -9999px;
    display: block;
}
.header_picture_bg .h2_title {
    font-size: 13px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
    background: url(/media/images/check_h2_header.gif) 6px 11px no-repeat;
    height: 28px;
    line-height: 24px;
    padding-left: 17px;
}
.header_picture_bg .h2_title span {
    text-indent: -9999px;
    display: block;
}
.header_slide1_factura_nir_big {
    width: 499px;
    height: 350px;
    background: url(/media/images/header_slide1_factura_nir_big.jpg) no-repeat;
    margin-left: 1px;
}
.header_slide1_factura_nir_big2 {
    width: 499px;
    height: 310px;
    background: url(/media/images/header_slide1_factura_nir_big2.jpg) no-repeat;
    margin-left: 1px;
}
.header_slide2_dashboard {
    width: 499px;
    height: 350px;
    background: url(/media/images/header_slide2_dashboard.jpg) no-repeat;
    margin-left: 1px;
}
.header_slide2_dashboard2 {
    width: 499px;
    height: 310px;
    background: url(/media/images/header_slide2_dashboard2.jpg) no-repeat;
    margin-left: 1px;
}
.header_slide3_logos {
    width: 499px;
    height: 350px;
    background: url(/media/images/header_slide3_logos.jpg) no-repeat;
    margin-left: 1px;
}
.header_slide3_logos2 {
    width: 499px;
    height: 310px;
    background: url(/media/images/header_slide3_logos2.jpg) no-repeat;
    margin-left: 1px;
}
.header_picture_big2 {
    background: url(/media/images/header_picture_big_index2.jpg) top center no-repeat;
    width: 100%;
    height: 325px;
    margin: auto;
}
.header_picture_bg2 {
    width: 980px;
    height: 350px;
    margin: auto;
}
.header_picture_bg2 h1 {
    font-size: 27px;
    color: #f95602;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 20px;
    height: 35px;
    background: url(/media/images/h1_title_index2.png) 0 10px no-repeat;
    margin-bottom: 10px;
}
.header_picture_bg2 h1 span {
    text-indent: -9999px;
    display: block;
}
.header_picture_bg2 h2 {
    font-size: 13px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
    background: url(/media/images/check_h2_header.gif) 6px 11px no-repeat;
    height: 28px;
    line-height: 24px;
    padding-left: 17px;
}
.separator_header_h2 {
    width: 430px;
    height: 2px;
    background: url(/media/images/separator_header_h2.jpg) 3px 0 no-repeat;
    margin-top: 10px;
    margin-bottom: 5px;
}
.header_picture_page_bg h1 {
    font-size: 27px;
    color: #f95602;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    height: 106px;
    width: 980px;
    background: url(/media/images/h1_title_preturi_center.jpg) top center no-repeat;
    margin-bottom: 10px;
}
.header_picture_page_bg h1 span {
    text-indent: -9999px;
    display: block;
}
.header_picture_h2 h2 {
    font-size: 13px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
    background: url(/media/images/check_h2_header.gif) 6px 11px no-repeat;
    height: 28px;
    line-height: 24px;
    padding-left: 17px;
}
.btn_descarca_gray {
    width: 335px;
    height: 100px;
    display: block;
}
.btn_descarca_gray a {
    width: 335px;
    height: 100px;
    display: block;
    background: url(/media/images/btn_descarca_gray.png) no-repeat;
}
.btn_descarca_gray a:hover {
    width: 335px;
    height: 100px;
    display: block;
    background: url(/media/images/btn_descarca_gray.png) 0 -100px no-repeat;
}
.btn_descarca_org_simple {
    width: 335px;
    height: 92px;
    display: block;
    margin-top: 20px;
}
.btn_descarca_org_simple a:link, .btn_descarca_org_simple a:visited {
    width: 335px;
    height: 92px;
    display: block;
    background: url(/media/images/incepe-acum-gratuit.jpg) no-repeat;
}

.btn_descarca_org_simple a:active {
    background-position: 0 -184px;
}
.btn_descarca_org_simple a:hover {
    background-position: 0 -92px;
}

.btn_incearca_org_simple {
    width: 335px;
    height: 92px;
    display: block;
    margin-top: 20px;
}
.btn_incearca_org_simple a:link, .btn_incearca_org_simple a:visited {
    width: 335px;
    height: 92px;
    display: block;
    background: url(/media/images/btn_incearca_orange_simple.png) no-repeat;
}
.btn_incearca_org_simple a:active {
    width: 335px;
    height: 92px;
    display: block;
    background: url(/media/images/btn_incearca_orange_simple.png) 0 -184px no-repeat;
}
.btn_incearca_org_simple a:hover {
    width: 335px;
    height: 92px;
    display: block;
    background: url(/media/images/btn_incearca_orange_simple.png) 0 -92px no-repeat;
}
.btn_descarca_green {
    width: 333px;
    height: 88px;
    display: block;
    margin-top: 30px;
}
.btn_descarca_green a:link, .btn_descarca_green a:visited {
    width: 333px;
    height: 88px;
    display: block;
    background: url(/media/images/btn_green_descarca.png) no-repeat;
}
.btn_descarca_green a:active, .btn_descarca_green a:hover {
    width: 333px;
    height: 88px;
    display: block;
    background: url(/media/images/btn_green_descarca.png) 0 -88px no-repeat;
}
.homepage_oferte_wrapper {
    width: 980px;
    margin: 20px auto;
}
.homepage_oferte_bottom_box_bg {
    margin-right: 15px;
    width: 271px;
    padding: 10px 15px;
    height: 74px;
    background: url(/media/images/homepage_oferte_bottom_box_bg.jpg) no-repeat;
    float: left;
}
.homepage_oferte_bottom_box_bg h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fb4700;
    font-family: Ubuntu;
    margin-bottom: 10px;
}
.homepage_oferte_bottom_box_bg p {
    font-size: 10px;
}
.homepage_oferte_bottom_ico_bonus {
    background: url(/media/images/homepage_oferte_bottom_ico_bonus.jpg) no-repeat;
    padding-left: 45px;
    font-size: 11px;
    height: 40px;
    line-height: 15px;
}
.homepage_oferte_bottom_ico_rapoarte {
    background: url(/media/images/homepage_oferte_bottom_ico_rapoarte.jpg) no-repeat;
    padding-left: 45px;
    font-size: 11px;
    height: 40px;
    line-height: 15px;
}
.homepage_oferte_bottom_ico_retea {
    background: url(/media/images/homepage_oferte_bottom_ico_retea.jpg) no-repeat;
    padding-left: 45px;
    font-size: 11px;
    height: 40px;
    line-height: 15px;
}
#main-photo-slider {
    width: 980px;
    position: relative;
    overflow: hidden;
    height: 310px;
}
.slider-wrap {
    width: 980px;
    position: relative;
    height: 310px;
}
.stripViewer {
    position: relative;
    overflow: hidden;
    width: 980px;
    height: 310px;
}
.stripViewer .panelContainer {
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 310px;
}
.stripViewer .panelContainer .panel {
    float: left;
    height: 310px;
    position: relative;
    width: 980px;
}
.stripNav {
    bottom: 0;
    margin-bottom: -20px;
    right: 0;
    position: absolute;
    z-index: 111;
}
.stripNav ul {
    list-style: none;
}
.stripNav ul li {
    float: left;
    margin-right: 2px;
    text-indent: -9999px;
}
.stripNav a {
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 0;
    width: 16px;
    height: 14px;
}
.stripNav li.tab1 a, .stripNav li.tab2 a, .stripNav li.tab3 a {
    background: url(/media/images/cross-link.jpg) no-repeat;
}
.stripNav li a.current, .stripNav li a:hover {
    background: url(/media/images/cross-link-active.jpg) no-repeat!important;
}
.stripNavR a {
    position: absolute;
    top: 120px;
    right: 0;
    background: url(/media/images/rnd_br_next_icon.png) 0 -48px no-repeat;
    text-indent: -9999px;
    z-index: 112;
    width: 48px;
    height: 48px;
}
.stripNavL a {
    position: absolute;
    top: 120px;
    left: 0;
    background: url(/media/images/rnd_br_prev_icon.png) 0 -48px no-repeat;
    text-indent: -9999px;
    z-index: 112;
    width: 48px;
    height: 48px;
}
.stripNavR a:hover {
    position: absolute;
    top: 120px;
    right: 0;
    background: url(/media/images/rnd_br_next_icon.png) no-repeat;
    text-indent: -9999px;
    z-index: 112;
    width: 48px;
    height: 48px;
}
.stripNavL a:hover {
    position: absolute;
    top: 120px;
    left: 0;
    background: url(/media/images/rnd_br_prev_icon.png) no-repeat;
    text-indent: -9999px;
    z-index: 112;
    width: 48px;
    height: 48px;
}
.nav-thumb {
    margin-right: 5px;
}
#movers-row {
    width: 70px;
    float: right;
    margin-top: 10px;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    margin-right: 10px;
}
* html #movers-row {
    width: 70px;
}
#movers-row a.cross-link {
    float: left;
}
.cross-link {
    background: url(/media/images/cross-link.jpg) no-repeat;
    display: block;
    width: 16px;
    height: 14px;
    float: left;
}
.active-thumb {
    background: url(/media/images/cross-link-active.jpg) no-repeat!important;
    display: block;
    width: 16px;
    height: 14px;
    float: left;
}
.active-thumb img {
    display: none;
}
.loading {
    text-indent: -9999px;
    position: absolute;
    width: 32px;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow: 1px 1px 1px #fff;
    height: 32px;
    background: url(/media/images/ajax-loader-slider.gif) no-repeat;
    top: 40%;
    left: 50%}
.loading img {
    display: none;
}
#content {
    background: url(/media/images/bg_content.jpg) repeat-x;
    width: 100%}
.content_top_wrapper {
    width: 980px;
    margin: auto;
    padding-top: 19px;
    padding-bottom: 10px;
}
.content_top_wrapper h2 {
    font-size: 22px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #292929;
    margin-bottom: 12px;
    padding-left: 4px;
    text-align: center;
}
.content_top_wrapper h3 {
    font-size: 14px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #292929;
    margin-bottom: 10px;
    padding-left: 4px;
}
.content_separator {
    width: 980px;
    background: url(/media/images/content_separator.jpg) no-repeat;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.content_middle_wrapper {
    width: 100%;
    height: 99px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.content_bottom_wrapper {
    width: 980px;
    margin: auto;
    padding-top: 19px;
    padding-bottom: 15px;
}
.testimonials_top {
    width: 570px;
    height: 95px;
    float: left;
}
.avatar_testimonials {
    width: 100px;
    height: 90px;
    float: left;
    padding-top: 7px;
}
.text_testimonial_wrapper {
    float: left;
    width: 405px;
    background: url(/media/images/ico_testimonial.jpg) no-repeat;
    padding-left: 35px;
    margin-left: 10px;
    padding-top: 9px;
}
.text_testimonial {
    font-size: 12px;
    color: #515151;
    text-shadow: 1px 1px #fff;
    line-height: 16px;
    font-style: italic;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
}
.name_testimonial {
    font-size: 13px;
    color: #e94200;
    padding-top: 5px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
}
.social_buttons {
    float: right;
    margin-top: 35px;
    margin-right: 35px;
}
.facilitati_left {
    float: left;
    width: 690px;
    margin-right: 15px;
    margin-top: 40px;
}
.facilitati_left h2 {
    font-size: 26px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #292929;
    margin-bottom: 20px;
    text-align: left;
}
.facilitati_left .h4_title, .facilitati_left h4 {
    font-size: 13px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #0e0e0e;
}
.facilitati_left p {
    font-size: 11px;
    color: #616161;
    text-shadow: 1px 1px #fff;
    line-height: 15px;
    padding-left: 2px;
    padding-top: 5px;
}
.facilitati_col_emitere {
    width: 230px;
    float: left;
    height: 85px;
    margin-top: 25px;
    background: url(/media/images/facilitati_emitere.jpg) no-repeat;
    padding-left: 70px;
    padding-right: 0;
}
.facilitati_col_date {
    width: 230px;
    float: left;
    height: 85px;
    margin-top: 25px;
    background: url(/media/images/facilitati_date.jpg) no-repeat;
    padding-left: 80px;
    margin-left: 50px;
}
.facilitati_col_gratis {
    width: 230px;
    float: left;
    height: 85px;
    margin-top: 25px;
    background: url(/media/images/facilitati_gratis.jpg) no-repeat;
    padding-left: 80px;
    margin-left: 50px;
}
.facilitati_col_acces {
    width: 240px;
    float: left;
    height: 85px;
    margin-top: 25px;
    background: url(/media/images/facilitati_acces.jpg) no-repeat;
    padding-left: 70px;
    padding-right: 0;
}
.facilitati_col_facilitati {
    width: 240px;
    float: left;
    height: 100px;
    margin-top: 25px;
    background: url(/media/images/facilitati_facilitati.jpg) no-repeat;
    padding-left: 70px;
    padding-right: 0;
}
.facilitati_col_suport {
    width: 230px;
    float: left;
    height: 100px;
    margin-top: 25px;
    background: url(/media/images/facilitati_suport.jpg) no-repeat;
    padding-left: 80px;
    margin-left: 50px;
}
.facilitati_col_facturi {
    width: 240px;
    float: left;
    height: 100px;
    margin-top: 25px;
    background: url(/media/images/facilitati_facturi.jpg) no-repeat;
    padding-left: 70px;
    padding-right: 0;
}
.facilitati_col_facturi a {
    color: #333;
}
.facilitati_col_case_marcat {
    width: 230px;
    float: left;
    height: 100px;
    margin-top: 25px;
    background: url(/media/images/facilitati_casa_marcat.jpg) no-repeat;
    padding-left: 80px;
    margin-left: 50px;
}
.facilitati_col_siguranta {
    width: 230px;
    float: left;
    height: 100px;
    margin-top: 25px;
    background: url(/media/images/facilitati_siguranta.jpg) no-repeat;
    padding-left: 80px;
    margin-left: 50px;
}
.facilitati_col_rapoarte {
    width: 240px;
    float: left;
    height: 100px;
    margin-top: 25px;
    background: url(/media/images/facilitati_rapoarte.jpg) no-repeat;
    padding-left: 70px;
    padding-right: 0;
}
.facilitati_col_licenta {
    width: 230px;
    float: left;
    height: 100px;
    margin-top: 25px;
    background: url(/media/images/facilitati_licenta.jpg) no-repeat;
    padding-left: 80px;
    margin-left: 50px;
}
.exemple_right {
    float: left;
    width: 270px;
    margin-top: 40px;
}
.exemple_right .h3_title, .exemple_right h3 {
    font-size: 26px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #292929;
    margin-bottom: 20px;
}
.exemple_right_actualizare {
    float: left;
    width: 270px;
    margin-top: 0;
}
.exemple_right_actualizare h3 {
    font-size: 20px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #292929;
    margin-bottom: 10px;
    padding-left: 25px;
}
.exemple_wrapper {
    width: 213px;
    margin-left: 18px;
    height: 449px;
    padding-top: 17px;
}
#exemple_carousel li {
    text-align: center;
    padding: 4px 0;
    height: 130px;
    line-height: 18px;
    text-shadow: 1px 1px #fff;
    color: #444;
}
.jcarousel-skin-tango .jcarousel-container {
    background: 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 173px;
    height: 425px;
    padding: 22px 20px;
    text-align: center;
    background: url(/media/images/exemple_inside_bg.jpg) repeat-y;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 153px;
    height: 425px;
    margin: auto;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 153px;
    height: 116px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 5px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 213px;
    height: 22px;
    cursor: pointer;
    background: url(/media/images/next-vertical.png) no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-vertical:focus, .jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -22px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -44px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover {
    cursor: default;
    background-position: 0 -66px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 213px;
    height: 22px;
    cursor: pointer;
    background: url(/media/images/prev-vertical.png) no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:focus, .jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -22px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -44px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover {
    cursor: default;
    background-position: 0 -66px;
}
.alegeti_gestiune {
    float: left;
    width: 690px;
    margin-right: 15px;
    margin-top: 30px;
}
.alegeti_gestiune h3 {
    font-size: 26px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #292929;
    text-align: left;
    margin-bottom: 20px;
}
.col1_alegeti {
    float: left;
    width: 330px;
    margin-left: 0;
}
.col1_alegeti ul li {
    background: url(/media/images/ico_tick_alegeti.jpg) 0 10px no-repeat;
    padding-left: 16px;
    font-size: 12px;
    color: #424242;
    text-shadow: 1px 1px #fff;
    line-height: 24px;
    height: 27px;
}
.col2_alegeti {
    float: left;
    width: 315px;
    margin-left: 30px;
}
.col2_alegeti ul li {
    background: url(/media/images/ico_tick_alegeti.jpg) 0 10px no-repeat;
    padding-left: 16px;
    font-size: 12px;
    color: #424242;
    text-shadow: 1px 1px #fff;
    line-height: 24px;
    height: 27px;
}
.oferte_client_right {
    float: left;
    width: 270px;
    margin-top: 30px;
}
.oferte_right {
    height: 130px;
}
.oferte_right .h3_title, .oferte_right h3 {
    font-size: 24px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #292929;
    margin-bottom: 20px;
}
.oferte_right_text {
    background: url(/media/images/ico_oferte_right.jpg) no-repeat;
    padding-left: 65px;
    height: 65px;
    font-size: 12px;
    padding-top: 5px;
    line-height: 18px;
    color: #424242;
    text-shadow: 1px 1px #fff;
}
.oferte_right_text a {
    color: #333;
}
.clienti_right {
    height: 150px;
}
.clienti_right .h3_title, .clienti_right h3 {
    font-size: 26px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #292929;
    margin-bottom: 20px;
}
.clienti_right_text {
    background: url(/media/images/ico_clienti_test_right.jpg) no-repeat;
    padding-left: 20px;
    font-style: italic;
    font-size: 12px;
    color: #595959;
    text-shadow: 1px 1px #fff;
    line-height: 17px;
    margin-left: 5px;
}
.clienti_right_name {
    text-align: right;
    font-size: 12px;
    padding-right: 15px;
    padding-top: 15px;
    color: #424242;
    text-shadow: 1px 1px #fff;
}
.feature_middle_wrapper {
    width: 980px;
    height: 74px;
    background: url(/media/images/feature_middle_wrapper_bg.jpg) no-repeat;
    margin: auto;
    padding-top: 25px;
}
.feature_middle_left {
    float: left;
    width: 670px;
    color: #282828;
    text-shadow: 1px 1px #fff;
    padding-left: 15px;
}
.feature_middle_left .h3_title, .feature_middle_left h3 {
    font-size: 20px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #292929;
    margin-bottom: 10px;
}
.feature_middle_right {
    float: right;
    width: 250px;
    margin-right: 20px;
}
.btn_feature_middle {
    width: 235px;
    height: 53px;
    display: block;
}
.btn_feature_middle a {
    width: 235px;
    height: 53px;
    display: block;
    background: url(/media/images/btn_descarca_feature_middle.jpg) no-repeat;
}
.btn_feature_middle a:hover {
    width: 235px;
    height: 53px;
    display: block;
    background: url(/media/images/btn_descarca_feature_middle.jpg) 0 -53px no-repeat;
}
.btn_feature_org_middle a {
    width: 235px;
    height: 53px;
    display: block;
    background: url(/media/images/btn_incearca_org_feature_middle.jpg) no-repeat;
}
.btn_feature_org_middle a:hover {
    width: 235px;
    height: 53px;
    display: block;
    background: url(/media/images/btn_incearca_org_feature_middle.jpg) 0 -53px no-repeat;
}
.btn_incearca_org_middle a {
    width: 235px;
    height: 53px;
    display: block;
    background: url(/media/images/btn_incearca_org_feature_middle.jpg) no-repeat;
}
.btn_incearca_org_middle a:hover {
    width: 235px;
    height: 53px;
    display: block;
    background: url(/media/images/btn_incearca_org_feature_middle.jpg) 0 -53px no-repeat;
}
.aspecte_left {
    float: left;
    margin-right: 15px;
    margin-top: 30px;
    width: 690px;
    color: #282828;
    text-shadow: 1px 1px #fff;
}
.aspecte_left h3 {
    font-size: 26px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #292929;
    margin-bottom: 10px;
}
.aspecte_left ul li {
    background: url(/media/images/ico_tick_alegeti.jpg) 0 10px no-repeat;
    padding-left: 16px;
    font-size: 12px;
    color: #424242;
    text-shadow: 1px 1px #fff;
    line-height: 24px;
    height: 24px;
}
.distribuitor_right_wrapper {
    float: left;
    width: 270px;
    margin-top: 0;
    font-size: 12px;
    color: #424242;
}
.distribuitor_right_wrapper .h3_title, .distribuitor_right_wrapper h3 {
    font-size: 24px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    color: #292929;
    margin-bottom: 20px;
}
.distribuitor_right {
    background: url(/media/images/ico_discount_right.jpg) no-repeat;
    padding-left: 75px;
    height: 85px;
    font-size: 12px;
    padding-top: 5px;
    line-height: 18px;
    color: #424242;
    text-shadow: 1px 1px #fff;
    margin-top: 18px;
}
.distribuitor_right a {
    color: #333;
}
#header_cumpara {
    background: url(/media/images/bg_header.jpg) repeat-x;
    width: 100%;
    height: 100px;
}
#content_cumpara {
    background: url(/media/images/bg_content_cumpara.jpg) repeat-x #fdfdfd;
    width: 100%}
#content_cumpara h1 {
    font-size: 26px;
    color: #f95602;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    height: 40px;
    margin-bottom: 10px;
}
.form_wrapper_left {
    float: left;
    width: 662px;
    margin-right: 20px;
}
.form_wrapper {
    width: 662px;
    font-size: 13px;
}
.form_top_alege {
    width: 662px;
    height: 53px;
    background: url(/media/images/cumpara_form_top_alege_bg.png) no-repeat;
    padding-top: 12px;
}
.form_top_alege label {
    color: #fff;
    float: left;
    padding: 6px 5px 0 20px;
    text-align: left;
    text-shadow: 1px 1px 1px #902f00;
    width: 195px;
    font-size: 16px;
    font-family: Ubuntu, Arial, Tahoma;
}
.form_inside_date {
    width: 662px;
    height: auto;
    min-height: 622px;
    background: url(/media/images/cumpara_form_inside_date_bg.png) bottom left no-repeat;
    padding-top: 10px;
}
.form_inside_date label {
    color: #424242;
    font-size: 13px;
    float: left;
    padding: 5px 5px 0 20px;
    text-align: left;
    text-shadow: 1px 1px #fff;
    width: 195px;
}
.form_inside_date .rgttxt {
    float: left;
    font-size: 11px;
    padding: 2px 0 0 5px;
}
.form_inside_date input {
    float: left;
    font-size: 13px;
    margin: 0 0 0 10px;
    padding: 2px;
    width: 220px;
}
.form_inside_date_plata {
    height: 50px;
    font-size: 13px;
    padding-top: 5px;
}
.form_inside_date_plata label {
    width: auto;
    font-size: 13px;
    color: #424242;
    padding: 0;
}
.label_plata {
    width: 195px;
    float: left;
    text-align: left;
    padding-left: 20px;
}
.label_plata_banca {
    height: 50px;
    width: 140px;
    margin-left: 10px;
    float: left;
}
.label_plata_banca_text {
    position: absolute;
    top: auto;
    left: auto;
    margin-left: 33px;
    color: #666;
    margin-top: 23px;
    font-size: 11px;
}
.label_plata_online {
    height: 40px;
    width: 130px;
    margin-left: 25px;
    float: left;
}
.label_plata_online_card {
    background: url(/media/images/visa-maestro.jpg) no-repeat;
    width: 113px;
    height: 63px;
    position: absolute;
    top: auto;
    left: auto;
    margin-left: 130px;
    margin-top: -15px;
}
.form_inside_date_accept {
    margin-left: 225px;
}
.form_inside_date_accept label {
    float: none;
    line-height: 22px;
    padding: 0;
    width: auto;
}
.hint {
    display: none;
    position: absolute;
    left: auto;
    width: 200px;
    margin-left: 240px;
    margin-top: -65px;
    border: 1px solid #d4a942;
    padding: 10px 12px;
    color: #333;
    font-size: 11px;
    line-height: normal;
    text-shadow: 1px 1px #ffffef;
    background: url(/media/images/pointer.gif) -10px 5px no-repeat #fffbd6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/media/images/apps/pointer.gif) left top no-repeat;
}
.sidebar_right {
    float: left;
    width: 276px;
}
.form_bottom_comanda {
    width: 662px;
    height: 53px;
    background: url(/media/images/cumpara_form_bottom_comanda.png) no-repeat;
    padding-top: 17px;
}
.cumpara_form_separator {
    background: url(/media/images/cumpara_form_separator.jpg) no-repeat;
    width: 626px;
    height: 1px;
    margin: 20px auto;
}
.cumpara_bottom_text {
    color: #717171;
    line-height: 18px;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.form_new_wrapper_top {
    width: 965px;
    background: url(/media/images/cumpara_new_form_top_bg.png) no-repeat;
    height: 10px;
}
.form_new_wrapper_bottom {
    width: 965px;
    background: url(/media/images/cumpara_new_form_bottom_bg.png) no-repeat;
    height: 10px;
}
.form_new_wrapper {
    width: 965px;
    background: url(/media/images/cumpara_new_form_bg.png) repeat-y;
    height: auto;
    min-height: 622px;
}
.form_new_wrapper_left {
    width: 630px;
    float: left;
}
.form_new_alege_1 {
    width: 580px;
    height: 90px;
    background: url(/media/images/form_new_alege_1.png) no-repeat;
    padding-top: 5px;
    padding-left: 35px;
}
.form_new_alege_1 h3 {
    color: #222;
    float: left;
    padding: 0 5px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
    font-size: 16px;
    font-family: Ubuntu, Arial, Tahoma;
}
.cumpara_new_select_wraper_bg {
    padding-left: 0;
    padding-top: 10px;
}
.form_new_date_2 {
    background: url(/media/images/form_new_date_2.png) no-repeat;
}
.form_new_date_2 h3 {
    color: #222;
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
    font-size: 16px;
    font-family: Ubuntu, Arial, Tahoma;
}
.form_new_plata_3 {
    background: url(/media/images/form_new_plata_3.png) 0 6px no-repeat;
}
.form_new_plata_3 h3 {
    color: #222;
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
    font-size: 16px;
    font-family: Ubuntu, Arial, Tahoma;
}
.form_new_inside_date {
    width: 580px;
    padding-top: 5px;
    padding-left: 35px;
}
.form_new_inside_date label {
    color: #424242;
    font-size: 13px;
    float: left;
    padding: 5px 5px 0;
    text-align: left;
    text-shadow: 1px 1px #fff;
    width: 95px;
}
.form_new_inside_date .rgttxt {
    float: left;
    font-size: 11px;
    padding: 4px 0 0 5px;
    color: #777;
}
.form_new_inside_date input {
    float: left;
    font-size: 13px;
    margin: 0 0 0 5px;
    padding: 2px;
    width: 220px;
    color: #424242;
}
a.ico_get_data_disable {
    background: url(/media/images/ico_client_net2.png) no-repeat;
    display: block;
    width: 20px;
    height: 18px;
    cursor: default;
    position: relative;
    z-index: 111;
}
a.ico_get_data {
    background: url(/media/images/ico_client_net2.png) 0 -18px no-repeat;
    display: block;
    width: 20px;
    height: 18px;
    position: relative;
    z-index: 111;
}
a.loading {
    display: block;
    width: 20px;
    height: 14px;
    position: relative;
    z-index: 111;
}
.ico_get_data_tooltip {
    position: absolute;
    z-index: 11;
    background: url(/media/images/ico_get_data_tooltip.jpg) no-repeat;
    left: auto;
    top: auto;
    margin-left: 235px;
    margin-top: 3px;
    display: block;
    width: 76px;
    height: 44px;
}
.cumpara_new_form_separator {
    background: url(/media/images/cumpara_new_form_separator.jpg) no-repeat;
    width: 580px;
    height: 1px;
    margin: 10px auto;
}
.form_new_inside_date_plata {
    height: 110px;
    font-size: 13px;
    padding-top: 5px;
    padding-left: 35px;
}
.form_new_inside_date_plata label {
    width: auto;
    font-size: 13px;
    color: #424242;
    padding: 0;
}
.label_new_plata {
    width: 295px;
    float: left;
    text-align: left;
    padding-left: 20px;
}
.label_new_plata_banca {
    height: 50px;
    width: 240px;
    margin-left: 5px;
    float: left;
}
.label_new_plata_banca_text {
    position: absolute;
    top: auto;
    left: auto;
    margin-left: 33px;
    color: #666;
    margin-top: 23px;
    font-size: 11px;
}
.label_new_plata_online {
    height: 40px;
    width: 160px;
    margin-left: 30px;
    float: left;
}
.label_new_plata_online_card {
    background: url(/media/images/visa-maestro.jpg) no-repeat;
    width: 113px;
    height: 63px;
    position: absolute;
    top: auto;
    left: auto;
    margin-left: 160px;
    margin-top: -15px;
}
.form_new_inside_date_accept {
    margin-left: 40px;
}
.form_new_inside_date_accept label {
    color: #424242;
    font-size: 13px;
    text-align: left;
    line-height: 22px;
    float: none;
    text-shadow: 1px 1px #fff;
    width: 195px;
}
.form_new_bottom_comanda {
    width: 570px;
    height: 53px;
    background: url(/media/images/form_new_bottom_comanda.jpg) 0 20px no-repeat;
    padding-top: 0;
    margin-left: 35px;
}
.sidebar_right_new {
    width: 308px;
    float: right;
    padding-left: 4px;
    padding-top: 10px;
    padding-right: 2px;
}
.sidebar_cumpara_ico_licenta {
    width: 240px;
    background: url(/media/images/sidebar_cumpara_ico_licenta.jpg) no-repeat;
    margin-left: 14px;
    padding-left: 44px;
    margin-bottom: 20px;
}
.sidebar_cumpara_ico_licenta h4 {
    font-family: Ubuntu, Arial, Tahoma;
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    text-shadow: 1px 1px 1px #fff;
    line-height: 24px;
}
.sidebar_cumpara_ico_licenta p {
    font-size: 11px;
    color: #979797;
    line-height: 16px;
}
.sidebar_cumpara_ico_suport {
    width: 240px;
    background: url(/media/images/sidebar_cumpara_ico_suport.jpg) no-repeat;
    margin-left: 14px;
    padding-left: 44px;
    margin-bottom: 20px;
}
.sidebar_cumpara_ico_suport h4 {
    font-family: Ubuntu, Arial, Tahoma;
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    text-shadow: 1px 1px 1px #fff;
    line-height: 24px;
}
.sidebar_cumpara_ico_suport p {
    font-size: 11px;
    color: #979797;
    line-height: 16px;
}
.sidebar_cumpara_ico_garantie {
    width: 240px;
    background: url(/media/images/sidebar_cumpara_ico_garantie.jpg) no-repeat;
    margin-left: 14px;
    padding-left: 44px;
    margin-bottom: 20px;
}
.sidebar_cumpara_ico_garantie h4 {
    font-family: Ubuntu, Arial, Tahoma;
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    text-shadow: 1px 1px 1px #fff;
    line-height: 24px;
}
.sidebar_cumpara_ico_garantie p {
    font-size: 11px;
    color: #979797;
    line-height: 16px;
}
.sidebar_cumpara_ico_bonus {
    width: 240px;
    background: url(/media/images/sidebar_cumpara_ico_bonus.jpg) no-repeat;
    margin-left: 14px;
    padding-left: 44px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.sidebar_cumpara_ico_bonus h4 {
    font-family: Ubuntu, Arial, Tahoma;
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    text-shadow: 1px 1px 1px #fff;
    line-height: 24px;
}
.sidebar_cumpara_ico_bonus p {
    font-size: 11px;
    color: #979797;
    line-height: 16px;
}
.sidebar_cumpara_ico_bonus p a {
    color: #666;
    text-decoration: underline;
}
.sidebar_cumpara_ico_de_ce {
    width: 280px;
    background: url(/media/images/sidebar_cumpara_ico_de_ce.jpg) no-repeat;
    margin-left: 14px;
    margin-bottom: 20px;
}
.sidebar_cumpara_ico_de_ce h4 {
    font-family: Ubuntu, Arial, Tahoma;
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    text-shadow: 1px 1px 1px #fff;
    padding-left: 44px;
    line-height: 24px;
}
.sidebar_cumpara_ico_de_ce p {
    font-size: 11px;
    color: #979797;
    line-height: 16px;
}
.sidebar_cumpara_ico_de_ce ul {
    padding-left: 10px;
    padding-top: 20px;
}
.sidebar_cumpara_ico_de_ce ul li {
    font-size: 11px;
    color: #757575;
    line-height: 15px;
    background: url(/media/images/tick-small.png) 0 4px no-repeat;
    padding-left: 18px;
    padding-top: 4px;
}
.small_numbers {
    font-size: 11px;
    color: #757575;
    line-height: 15px;
    padding-left: 15px;
    padding-top: 10px;
}
.sidebar_cumpara_separator {
    background: url(/media/images/sidebar_cumpara_separator.jpg) no-repeat;
    height: 2px;
    margin: 10px 0;
}
.errorlist li {
    color: #9a0000;
    font-size: 11px;
    padding-left: 6px;
}
#content_descarca {
    background: url(/media/images/bg_content_descarca.jpg) repeat-x #f3f3f3;
    width: 100%;
    height: 323px;
}
#content_descarca h1 {
    font-size: 27px;
    color: #f95602;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    height: 40px;
    width: 732px;
    margin: auto;
    padding-bottom: 0;
    text-align: center;
}
#content_descarca h2 {
    font-size: 14px;
    color: #4f4f4f;
    padding: 10px 0;
    font-weight: 700;
    margin: 0 0 10px;
}
.descarca_box_magazin {
    width: 406px;
    height: 202px;
    background: url(/media/images/descarca_box_magazin.jpg) no-repeat;
    float: left;
    margin-right: 40px;
}
.btn_download_green_magazin {
    width: 318px;
    height: 47px;
    display: block;
    margin: 93px auto auto;
}
.btn_download_green_magazin a {
    width: 318px;
    height: 47px;
    display: block;
    margin: auto;
    background: url(/media/images/descarca_btn_green_magazin.jpg) no-repeat;
}
.btn_download_green_magazin a:hover {
    width: 318px;
    height: 47px;
    display: block;
    margin: auto;
    background: url(/media/images/descarca_btn_green_magazin.jpg) 0 -47px no-repeat;
}
.descarca_sau {
    width: 28px;
    height: 202px;
    background: url(/media/images/descarca_sau.jpg) no-repeat;
    float: left;
    margin-right: 40px;
}
.descarca_box_plus {
    width: 406px;
    height: 202px;
    background: url(/media/images/descarca_box_plus.jpg) no-repeat;
    float: left;
}
.btn_download_green_plus {
    width: 318px;
    height: 47px;
    display: block;
    margin: 93px auto auto;
}
.btn_download_green_plus a {
    width: 318px;
    height: 47px;
    display: block;
    margin: auto;
    background: url(/media/images/descarca_btn_green_plus_old.jpg) no-repeat;
}
.btn_download_green_plus a:hover {
    background-position: 0 -47px;
}
.btn_cloud_green_plus {
    width: 318px;
    height: 47px;
    display: block;
    margin: 93px auto auto;
}
.btn_cloud_green_plus a {
    width: 318px;
    height: 47px;
    display: block;
    margin: auto;
    background: url(/media/images/descarca_btn_green_plus.jpg) no-repeat;
}
.btn_cloud_green_plus a:hover {
    background-position: 0 -47px;
}
.descarca_box_li {
    margin-left: 75px;
    margin-top: 17px;
}
.descarca_box_li li {
    background: url(/media/images/ico_tick_alegeti.jpg) 0 6px no-repeat;
    padding-left: 15px;
    font-size: 11px;
    line-height: 17px;
    color: #585858;
}
.content_descarca_feature {
    background: url(/media/images/bg_content_descarca_feature.jpg) repeat-x #fdfdfd;
    width: 100%;
    height: 90px;
}
.content_descarca_feature_inside {
    width: 980px;
    margin: auto;
    padding-top: 8px;
}
.descarca_feature_suport {
    width: 203px;
    height: 55px;
    background: url(/media/images/descarca_feature_suport.jpg) no-repeat;
    padding-left: 75px;
    line-height: 20px;
    padding-top: 15px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    font-family: Ubuntu, Arial, Tahoma;
}
.descarca_feature_separator {
    width: 1px;
    height: 75px;
    background: url(/media/images/descarca_feature_separator.jpg) no-repeat;
    float: left;
}
.descarca_feature_bitdefender {
    width: 312px;
    height: 55px;
    background: url(/media/images/shield-security-icon.png) no-repeat 5px 10px;
    padding-left: 65px;
    line-height: 20px;
    padding-top: 15px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    font-family: Ubuntu, Arial, Tahoma;
}
.descarca_feature_mac_linux {
    width: 193px;
    height: 55px;
    background: url(/media/images/descarca_feature_mac_linux.jpg) no-repeat;
    padding-left: 95px;
    line-height: 20px;
    padding-top: 15px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    font-family: Ubuntu, Arial, Tahoma;
}
.content_feature_descarca_bottom {
    margin: auto;
    width: 980px;
    padding: 20px 0;
}
.descarca_feature_bottom_1 {
    width: 940px;
    height: 30px;
    background: url(/media/images/descarca_feature_bottom_1.jpg) no-repeat;
    margin: 15px 0;
}
.descarca_feature_bottom_1 h3 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 400;
    font-family: Ubuntu, Arial, Tahoma;
    padding-left: 30px;
    line-height: 26px;
}
.descarca_feature_bottom1_col1 {
    margin: 10px 0 10px 30px;
    width: 250px;
    padding-right: 60px;
    float: left;
}
.descarca_feature_bottom1_col1 h4 {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 10px;
}
.descarca_feature_bottom1_col1_text {
    background: url(/media/images/ico_descarca_feature_bottom1_col1_text.jpg) no-repeat;
    padding-left: 54px;
    height: 50px;
    line-height: 13px;
    color: #565656;
}
.descarca_feature_bottom1_col2 {
    margin: 10px 0;
    width: 260px;
    padding-right: 60px;
    float: left;
}
.descarca_feature_bottom1_col2 h4 {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 10px;
}
.descarca_feature_bottom1_col2_text {
    background: url(/media/images/ico_descarca_feature_bottom1_col2_text.jpg) no-repeat;
    padding-left: 54px;
    height: 50px;
    line-height: 13px;
    color: #565656;
}
.descarca_feature_bottom1_col3 {
    margin: 10px 0;
    width: 260px;
    padding-right: 60px;
    float: left;
}
.descarca_feature_bottom1_col3 h4 {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 10px;
}
.descarca_feature_bottom1_col3_text {
    background: url(/media/images/ico_descarca_feature_bottom1_col3_text.jpg) no-repeat;
    padding-left: 54px;
    height: 50px;
    line-height: 13px;
    color: #565656;
}
.descarca_feature_bottom_2 {
    width: 940px;
    height: 30px;
    background: url(/media/images/descarca_feature_bottom_2.jpg) no-repeat;
    margin: 15px 0;
}
.descarca_feature_bottom_2 h3 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 400;
    font-family: Ubuntu, Arial, Tahoma;
    padding-left: 30px;
    line-height: 26px;
}
.descarca_feature_bottom2_col1 {
    margin: 10px 0 10px 30px;
    width: 250px;
    padding-right: 60px;
    float: left;
}
.descarca_feature_bottom2_col1 h4 {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 10px;
}
.descarca_feature_bottom2_col1_text {
    background: url(/media/images/ico_descarca_feature_bottom2_col1_text.jpg) no-repeat;
    padding-left: 54px;
    height: 50px;
    line-height: 13px;
    color: #565656;
}
.descarca_feature_bottom2_col2 {
    margin: 10px 0;
    width: 260px;
    padding-right: 60px;
    float: left;
}
.descarca_feature_bottom2_col2 h4 {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 10px;
}
.descarca_feature_bottom2_col2_text {
    background: url(/media/images/ico_descarca_feature_bottom2_col2_text.jpg) no-repeat;
    padding-left: 54px;
    height: 50px;
    line-height: 13px;
    color: #565656;
}
.descarca_feature_bottom2_col3 {
    margin: 10px 0;
    width: 260px;
    padding-right: 60px;
    float: left;
}
.descarca_feature_bottom2_col3 h4 {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 10px;
}
.descarca_feature_bottom2_col3_text {
    background: url(/media/images/ico_descarca_feature_bottom2_col3_text.jpg) no-repeat;
    padding-left: 54px;
    height: 50px;
    line-height: 13px;
    color: #565656;
}
.descarca_feature_bottom_3 {
    width: 940px;
    height: 30px;
    background: url(/media/images/descarca_feature_bottom_3.jpg) no-repeat;
    margin: 15px 0;
}
.descarca_feature_bottom_3 h3 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 400;
    font-family: Ubuntu, Arial, Tahoma;
    padding-left: 30px;
    line-height: 26px;
}
.descarca_feature_bottom3_col1 {
    margin: 10px 0 10px 30px;
    width: 250px;
    padding-right: 60px;
    float: left;
}
.descarca_feature_bottom3_col1 h4 {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 10px;
}
.descarca_feature_bottom3_col1_text {
    background: url(/media/images/ico_descarca_feature_bottom3_col1_text.jpg) no-repeat;
    padding-left: 54px;
    height: 50px;
    line-height: 13px;
    color: #565656;
}
.descarca_feature_bottom3_col2 {
    margin: 10px 0;
    width: 260px;
    padding-right: 60px;
    float: left;
}
.descarca_feature_bottom3_col2 h4 {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 10px;
}
.descarca_feature_bottom3_col2_text {
    background: url(/media/images/ico_descarca_feature_bottom3_col2_text.jpg) no-repeat;
    padding-left: 54px;
    height: 50px;
    line-height: 13px;
    color: #565656;
}
.descarca_feature_bottom3_col3 {
    margin: 10px 0;
    width: 260px;
    padding-right: 60px;
    float: left;
}
.descarca_feature_bottom3_col3 h4 {
    font-size: 13px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 10px;
}
.descarca_feature_bottom3_col3_text {
    background: url(/media/images/ico_descarca_feature_bottom3_col3_text.jpg) no-repeat;
    padding-left: 54px;
    height: 50px;
    line-height: 13px;
    color: #565656;
}
.feature_bottom_bill {
    background: url(/media/images/ico_feature_bottom_bill.jpg) 0 4px no-repeat;
    padding-left: 65px;
    font-size: 14px;
    height: 52px;
    line-height: 20px;
    margin-top: 20px;
    padding-top: 6px;
    color: #292929;
}
.vezi_preturi_bg {
    width: 100%;
    height: 118px;
    background: url(/media/images/vezi_preturi_bg.jpg) repeat-x;
}
.vezi_preturi_line {
    width: 980px;
    height: 113px;
    background: url(/media/images/vezi_preturi_line_bottom.jpg) no-repeat;
    margin: auto;
}
.vezi_preturi_btn {
    width: 200px;
    height: 113px;
    margin: auto;
    display: block;
}
.vezi_preturi_btn a {
    width: 200px;
    height: 113px;
    margin: auto;
    display: block;
    background: url(/media/images/vezi_preturi_btn.jpg) no-repeat;
}
.vezi_preturi_btn a:hover {
    width: 200px;
    height: 113px;
    margin: auto;
    display: block;
    background: url(/media/images/vezi_preturi_btn.jpg) 0 -113px no-repeat;
}
#content_detalii {
    background: url(/media/images/bg_content_detalii.jpg) repeat-x #fff;
    width: 100%;
    height: auto;
}
#content_detalii h1 {
    font-size: 22px;
    color: #f95602;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    height: 85px;
    background: url(/media/images/detalii_h1_title.jpg) no-repeat;
    width: 523px;
    margin: 0;
    padding-bottom: 0;
    float: left;
    display: block;
}
#content_detalii h1 span {
    text-indent: -9999px;
    display: block;
}
.detalii_de_ce_box {
    width: 396px;
    height: 131px;
    padding: 6px 10px 4px 20px;
    background: url(/media/images/detalii_de_ce_box.jpg) no-repeat;
    float: right;
    display: block;
    margin-right: 2px;
}
.detalii_de_ce_box h2 {
    font-size: 16px;
    color: #343434;
    margin-bottom: 8px;
    text-shadow: 1px 1px 1px #fff;
    font-family: Ubuntu, Arial, Tahoma, Verdana;
    text-align: left;
}
.detalii_de_ce_box ul {
    margin-left: 5px;
}
.detalii_de_ce_box ul li {
    color: #404040;
    font-size: 13px;
    line-height: 23px;
    padding-left: 19px;
}
.detalii_de_ce_ico_1 {
    background: url(/media/images/detalii_de_ce_ico_1.jpg) 0 5px no-repeat;
}
.detalii_de_ce_ico_2 {
    background: url(/media/images/detalii_de_ce_ico_2.jpg) 0 5px no-repeat;
}
.detalii_de_ce_ico_3 {
    background: url(/media/images/detalii_de_ce_ico_3.jpg) 0 5px no-repeat;
}
.detalii_de_ce_ico_4 {
    background: url(/media/images/detalii_de_ce_ico_4.jpg) 0 5px no-repeat;
}
.badge_detalii_30_zile {
    width: 97px;
    height: 88px;
    background: url(/media/images/detalii_badge_30_zile.jpg) no-repeat;
    position: absolute;
    top: auto;
    margin-top: -26px;
    left: auto;
}
.badge_detalii2 {
    width: 265px;
    height: 57px;
    background: url(/media/images/detalii_badge2.jpg) no-repeat;
    position: absolute;
    top: auto;
    margin-top: 5px;
    left: auto;
}
.badge_detalii3 {
    width: 212px;
    height: 90px;
    background: url(/media/images/detalii_badge3.jpg) no-repeat;
    position: absolute;
    top: 220px;
    margin-top: 5px;
    left: auto;
}
.badge_preturi_gratis {
    width: 150px;
    height: 55px;
    background: url(/media/images/preturi_badge_gratis.jpg) no-repeat;
    float: left;
}
.badge_preturi_clienti {
    width: 150px;
    height: 55px;
    background: url(/media/images/preturi_badge_clienti.jpg) no-repeat;
    float: left;
    margin-left: 20px;
}
.badge_preturi_garantia {
    width: 150px;
    height: 72px;
    background: url(/media/images/preturi_badge_garantie.jpg) no-repeat;
    float: left;
    margin-left: 20px;
}
.detalii_wrapper {
    width: 960px;
    margin: auto;
    height: auto;
}
.detalii_versiune_left {
    width: 554px;
    height: 120px;
    float: left;
}
.detalii_versiune_left h3 {
    margin-top: 5px;
    font-size: 22px;
    color: #343434;
    text-shadow: 1px 1px 1px #fff;
    font-family: Ubuntu, Arial, Tahoma, Verdana;
    text-align: left;
}
.detalii_versiune_right {
    width: 406px;
    height: 120px;
    float: left;
}
.detalii_preturi_magazin_title {
    width: 202px;
    height: 120px;
    background: url(/media/images/detalii_preturi_cloud_title.jpg) no-repeat;
    float: left;
}
.detalii_preturi_plus_title {
    width: 204px;
    height: 120px;
    background: url(/media/images/detalii_preturi_plus_title.jpg) no-repeat;
    float: left;
}
.detalii_row1 {
    width: 960px;
    height: 37px;
    background: url(/media/images/detalii_row1.jpg) no-repeat;
}
.detalii_row2 {
    width: 960px;
    height: 37px;
    background: url(/media/images/detalii_row2.jpg) no-repeat;
}
.space {
    line-height: 34px;
}
.detalii_col1 {
    width: 544px;
    float: left;
    padding-left: 10px;
    font-size: 13px;
}
.detalii_col2 {
    width: 202px;
    float: left;
    text-align: center;
    font-size: 12px;
}
.detalii_col3 {
    width: 204px;
    float: left;
    text-align: center;
    font-size: 12px;
}
.btn_detalii_descarca {
    width: 145px;
    height: 31px;
    margin: auto;
    display: block;
}
.btn_detalii_descarca a {
    width: 145px;
    height: 31px;
    background: url(/media/images/btn_detalii_incepe.jpg) no-repeat;
    margin: auto;
    display: block;
    margin-top: 3px;
}
.btn_detalii_descarca a:hover {
    background: 0 -31px;
}
.btn_detalii_cumpara {
    width: 136px;
    height: 31px;
    margin: 4px auto 0;
    display: block;
}
.btn_detalii_cumpara a {
    width: 136px;
    height: 31px;
    background: url(/media/images/btn_detalii_cumpara.jpg) no-repeat;
    margin: auto;
    display: block;
}
.btn_detalii_cumpara a:hover {
    width: 136px;
    height: 31px;
    background: url(/media/images/btn_detalii_cumpara.jpg) 0 -31px no-repeat;
    margin: auto;
    display: block;
}
.detalii_row_info {
    width: 950px;
    height: 45px;
    background: url(/media/images/detalii_row_info.jpg) no-repeat;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 12px;
    line-height: 16px;
}
.detalii_row_title {
    width: 925px;
    height: 26px;
    margin-top: 1px;
    background: url(/media/images/detalii_row_title.jpg) no-repeat;
    font-size: 14px;
    padding-left: 35px;
    padding-top: 7px;
    line-height: 16px;
    font-family: Ubuntu, Tahoma, Arial, Verdana;
    font-weight: 700;
}
.ico_space {
    padding-top: 10px;
}
.detalii_row_bottom {
    width: 960px;
    height: 78px;
    background: url(/media/images/detalii_row_bottom.jpg) right top no-repeat;
}
#content_contact {
    background: url(/media/images/bg_content_cumpara.jpg) repeat-x #fdfdfd;
    width: 100%}
#content_contact h1 {
    font-size: 26px;
    color: #f95602;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    height: 40px;
    margin-bottom: 10px;
    width: 450px;
    float: left;
}
.btn_actualizare_contact {
    display: block;
    width: 215px;
    height: 53px;
    background: url(/media/images/btn_actualizare_contace.png) no-repeat;
    float: left;
    margin-right: 12px;
    position: relative;
    left: 40px;
}
.btn_actualizare_contact a {
    display: block;
    width: 215px;
    height: 48px;
    background: url(/media/images/btn_actualizare_contact.jpg) no-repeat;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding-top: 5px;
    text-shadow: 1px 1px 1px #af4301;
}
.btn_actualizare_contact a:hover {
    display: block;
    width: 215px;
    height: 53px;
    background: url(/media/images/btn_actualizare_contact.jpg) 0 -53px no-repeat;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-shadow: 1px 1px 1px #8b3501;
    text-decoration: none;
}
.btn_actualizare_contact span {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.contactform {
    float: left;
    padding: 15px 0;
}
.contactform label {
    float: left;
    clear: both;
    width: 70px;
    color: #4e4e4e;
    padding: 8px 0 4px;
    font-size: 12px;
}
.contactform input {
    float: left;
    font-size: 13px;
    padding: 0 2px 2px 6px;
    border: 0;
    height: 29px;
    width: 254px;
    margin: 0;
    background: url(/media/images/contact2_input_bg.jpg) no-repeat;
}
.contact_send_btn input {
    width: 72px;
    height: 27px;
    display: block;
    border: 0;
    background: url(/media/images/contact2_send_btn.jpg) no-repeat;
    padding: 0;
    margin: 10px 0;
    float: right;
    cursor: pointer;
}
.contact_send_btn input:hover {
    width: 72px;
    height: 27px;
    display: block;
    border: 0;
    background: url(/media/images/contact2_send_btn.jpg) 0 -27px no-repeat;
    padding: 0;
    margin: 10px 0;
    float: right;
    cursor: pointer;
}
.departamente_title {
    background: url(/media/images/contact2_ico_arrow2.gif) 0 4px no-repeat;
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 12px;
}
.contact2_departamente_bg {
    width: 446px;
    height: 97px;
    background: url(/media/images/contact2_departamente_bg.jpg) no-repeat;
    padding: 15px 20px;
    margin-top: 20px;
}
.contact2_departamente_col1 {
    float: left;
    width: 215px;
}
.contact2_departamente_col1 h4 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    background: url(/media/images/contact2_ico_arrow.gif) 0 3px no-repeat;
    color: #fb4700;
}
.contact2_ico_calendar {
    background: url(/media/images/contact2_ico_calendar.gif) 0 4px no-repeat;
    margin-left: 10px;
    padding-left: 18px;
    font-size: 12px;
    height: 16px;
    margin-top: 5px;
    padding-top: 4px;
}
.contact2_ico_mobile {
    background: url(/media/images/contact2_ico_mobile.gif) 0 5px no-repeat;
    margin-left: 10px;
    padding-left: 18px;
    font-size: 12px;
    height: 16px;
    margin-top: 2px;
    padding-top: 4px;
}
.contact2_ico_mail {
    background: url(/media/images/contact2_ico_mail.gif) 0 6px no-repeat;
    margin-left: 10px;
    padding-left: 18px;
    font-size: 12px;
    height: 16px;
    margin-top: 2px;
    padding-top: 4px;
}
.contact2_ico_fax {
    background: url(/media/images/contact2_ico_fax.gif) 0 5px no-repeat;
    margin-left: 10px;
    padding-left: 18px;
    font-size: 12px;
    height: 16px;
    margin-top: 5px;
    padding-top: 4px;
}
.contact2_ico_web {
    background: url(/media/images/contact2_ico_web.gif) 0 6px no-repeat;
    margin-left: 10px;
    padding-left: 18px;
    font-size: 12px;
    height: 16px;
    margin-top: 5px;
    padding-top: 4px;
}
.contact2_ico_star {
    background: url(/media/images/contact2_ico_star.gif) 0 4px no-repeat;
    padding-left: 20px;
    font-size: 12px;
    height: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-top: 4px;
}
.contact2_line {
    height: 1px;
    background: #f6f6f6;
    width: 100%;
    margin: 10px auto;
}
#content_oferte {
    background: url(/media/images/bg_content_cumpara.jpg) repeat-x #fdfdfd;
    width: 100%}
#content_oferte h1 {
    font-size: 26px;
    color: #f95602;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    height: 40px;
    margin-bottom: 10px;
}
#content_oferte h1 span {
    font-size: 22px;
    color: #333;
    text-shadow: 1px 1px #fff;
}
.oferte_gestiune01 {
    width: 404px;
    height: 139px;
    background: url(/media/images/oferte_gestiune01.jpg) no-repeat;
    float: left;
    margin-right: 50px;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-top: 14px;
    padding-right: 15px;
}
.oferte_gestiune01 h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    color: #1a1a1a;
    text-shadow: 1px 1px #fff;
}
.oferte_gestiune01 p {
    font-size: 11px;
    line-height: 16px;
    color: #373737;
    margin-bottom: 15px;
}
.oferte_gestiune02 {
    width: 404px;
    height: 139px;
    background: url(/media/images/oferte_gestiune02.jpg) no-repeat;
    float: left;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-top: 14px;
    padding-right: 15px;
}
.oferte_gestiune02 h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    color: #1a1a1a;
    text-shadow: 1px 1px #fff;
}
.oferte_gestiune02 p {
    font-size: 11px;
    line-height: 16px;
    color: #373737;
    margin-bottom: 15px;
}
.oferte_gestiune03 {
    width: 404px;
    height: 139px;
    /* background: url(/media/images/oferte_gestiune03.jpg) no-repeat; */
    background: url(/media/images/oferta_new_02.jpg) no-repeat;
    float: left;
    /* margin-right: 50px; */
    margin-bottom: 15px;
    padding-left: 40px;
    padding-top: 14px;
    padding-right: 15px;
}
.oferte_gestiune03 h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    color: #1a1a1a;
    text-shadow: 1px 1px #fff;
}
.oferte_gestiune03 p {
    font-size: 11px;
    line-height: 16px;
    color: #373737;
    margin-bottom: 15px;
}
.oferte_gestiune04 {
    width: 404px;
    height: 139px;
    /* background: url(/media/images/oferte_gestiune04.jpg) no-repeat; */
    background: url(/media/images/oferte_gestiune04_new.jpg) no-repeat;
    float: left;
    margin-right: 50px;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-top: 14px;
    padding-right: 15px;
}
.oferte_gestiune04 h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    color: #1a1a1a;
    text-shadow: 1px 1px #fff;
}
.oferte_gestiune04 p {
    font-size: 11px;
    line-height: 16px;
    color: #373737;
    margin-bottom: 15px;
}
.oferte_gestiune05 {
    width: 404px;
    height: 139px;
    /* background: url(/media/images/oferte_gestiune05.jpg) no-repeat; */
    background: url(/media/images/oferte_gestiune05_new.jpg) no-repeat;
    float: left;
    /* margin-right: 50px; */
    margin-bottom: 15px;
    padding-left: 40px;
    padding-top: 14px;
    padding-right: 15px;
}
.oferte_gestiune05 h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    color: #1a1a1a;
    text-shadow: 1px 1px #fff;
}
.oferte_gestiune05 p {
    font-size: 11px;
    line-height: 16px;
    color: #373737;
    margin-bottom: 15px;
}
.oferte_gestiune06 {
    width: 404px;
    height: 139px;
    /* background: url(/media/images/oferte_gestiune06.jpg) no-repeat; */
    background: url(/media/images/oferte_gestiune06_new.jpg) no-repeat;
    float: left;
    margin-right: 50px;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-top: 14px;
    padding-right: 15px;
}
.oferte_gestiune06 h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    color: #1a1a1a;
    text-shadow: 1px 1px #fff;
}
.oferte_gestiune06 p {
    font-size: 11px;
    line-height: 16px;
    color: #373737;
    margin-bottom: 15px;
}
.oferte_gestiune07 {
    width: 404px;
    height: 139px;
    /* background: url(/media/images/oferte_gestiune07.jpg) no-repeat; */
    background: url(/media/images/oferte_gestiune07_new.jpg) no-repeat;
    float: left;
    /* margin-right: 50px; */
    margin-bottom: 15px;
    padding-left: 40px;
    padding-top: 14px;
    padding-right: 15px;
}
.oferte_gestiune07 h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    color: #1a1a1a;
    text-shadow: 1px 1px #fff;
}
.oferte_gestiune07 p {
    font-size: 11px;
    line-height: 16px;
    color: #373737;
    margin-bottom: 15px;
}
.oferte_text_bottom {
    width: 404px;
    height: 139px;
    float: left;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-top: 14px;
    padding-right: 15px;
}
.oferte_text_bottom h3 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    color: #fb4700;
    text-shadow: 1px 1px #fff;
}
#content_actualizare {
    background: url(/media/images/bg_content_cumpara.jpg) repeat-x #fdfdfd;
    width: 100%}
#content_actualizare h1 {
    font-size: 24px;
    color: #292929;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    height: 40px;
    margin-bottom: 10px;
}
.actualizare_left {
    float: left;
    width: 695px;
    margin-right: 15px;
    line-height: 15px;
}
.actualizare_left h3 {
    font-size: 18px;
    padding: 0;
    line-height: 20px;
}
.actualizare_left p {
    font-size: 13px;
}
.actualizare_left .detalii_wrapper {
    width: 690px;
    margin: 20px 0 0;
}
.actualizare_left .detalii_row_title {
    width: 652px;
    border-right: 1px solid #ccc;
    background: url(/media/images/detalii_row_title_actualizare.jpg) no-repeat;
}
.actualizare_left .detalii_row1 {
    width: 690px;
    background: url(/media/images/detalii_row1_actualizare.jpg) no-repeat;
}
.actualizare_left .detalii_row1_last {
    width: 690px;
    height: 37px;
    background: url(/media/images/detalii_row1_actualizare_last.jpg) no-repeat;
}
.actualizare_left .detalii_row2 {
    width: 690px;
    background: url(/media/images/detalii_row2_actualizare.jpg) no-repeat;
}
.actualizare_left .detalii_row2_b {
    width: 690px;
    height: 48px;
    background: url(/media/images/detalii_row2_actualizare_b.jpg) no-repeat;
}
.actualizare_left .detalii_col1 {
    width: 272px;
}
.actualizare_left .detalii_versiune_right {
    float: right;
    height: 36px;
}
.actualizare_left .detalii_preturi_magazin_title, .actualizare_left .detalii_preturi_plus_title {
    height: 37px;
}
.actualizare_right {
    float: left;
    width: 270px;
}
.actualizare_left ol {
    margin-top: 10px;
}
.actualizare_left ol li {
    font-size: 13px;
    line-height: 12px;
    padding: 0;
    margin-left: 30px;
    margin-bottom: 4px;
    margin-top: 3px;
    list-style: decimal;
}
.actualizare_box_magazin {
    width: 313px;
    height: 149px;
    background: url(/media/images/actualizare_box_magazin.jpg) no-repeat;
    float: left;
    margin-top: 25px;
}
.actualizare_box_plus {
    width: 313px;
    height: 149px;
    background: url(/media/images/actualizare_box_plus.jpg) no-repeat;
    float: left;
    margin-top: 25px;
}
.btn_download_actualizare_green {
    width: 263px;
    padding-top: 85px;
    height: 48px;
    display: block;
    margin: auto;
}
.btn_download_actualizare_green a {
    width: 263px;
    height: 48px;
    display: block;
    margin: auto;
    background: url(/media/images/descarca_actualizare_btn_green.jpg) no-repeat;
}
.btn_download_actualizare_green a:hover {
    width: 263px;
    height: 48px;
    display: block;
    margin: auto;
    background: url(/media/images/descarca_actualizare_btn_green.jpg) 0 -48px no-repeat;
}
#content_nir {
    background: url(/media/images/bg_content_cumpara.jpg) repeat-x #fdfdfd;
    width: 100%}
#content_nir h1 {
    font-size: 24px;
    color: #292929;
    text-shadow: 1px 1px #fff;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    height: 60px;
    margin-bottom: 0;
}
.descarca_box_magazin_small {
    width: 313px;
    height: 149px;
    background: url(/media/images/descarca_box_magazin_small.jpg) no-repeat;
    float: left;
    margin-top: 25px;
}
.descarca_box_plus_small {
    width: 313px;
    height: 149px;
    background: url(/media/images/descarca_box_cloud_small.jpg) no-repeat;
    float: left;
    margin-top: 25px;
    margin-bottom: 30px;
}
.actualizare_sau {
    width: 28px;
    height: 202px;
    background: url(/media/images/actualizare_sau.jpg) no-repeat;
    float: left;
    margin-right: 15px;
    margin-left: 10px;
}
.btn_download_green_small {
    width: 219px;
    padding-top: 85px;
    height: 48px;
    display: block;
    margin: auto;
}
.btn_download_green_small a {
    width: 219px;
    height: 48px;
    display: block;
    margin: auto;
    background: url(/media/images/descarca_btn_green_small.jpg) no-repeat;
}
.btn_download_green_small a:hover {
    background-position: 0 -48px;
}
.btn_cloud_green_small {
    width: 219px;
    padding-top: 85px;
    height: 48px;
    display: block;
    margin: auto;
}
.btn_cloud_green_small a {
    width: 219px;
    height: 48px;
    display: block;
    margin: auto;
    background: url(/media/images/cloud_btn_green_small.jpg) no-repeat;
}
.btn_cloud_green_small a:hover {
    background-position: 0 -48px;
}
#faq {
    background: url(/media/images/bg_content_cumpara.jpg) repeat-x #fdfdfd;
    width: 100%}
#faq h1 {
    font-size: 24px;
    color: #292929;
    text-shadow: 1px 1px #fff;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    height: 30px;
    margin-bottom: 0;
}
#faq .actualizare_left h3 {
    font-size: 16px;
}
#faq .actualizare_left h2 a {
    font-size: 20px;
    color: #292929;
    text-decoration: none;
}
#termeni {
    background: url(/media/images/bg_content_cumpara.jpg) repeat-x #fdfdfd;
    width: 100%;
    line-height: 15px;
}
#termeni h1 {
    font-size: 24px;
    color: #292929;
    text-shadow: 1px 1px #fff;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    height: 30px;
    margin-bottom: 0;
}
#termeni h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
#content_discount {
    background: url(/media/images/bg_content_cumpara.jpg) repeat-x #fdfdfd;
    width: 100%}
#content_discount h1 {
    font-size: 20px;
    color: #292929;
    text-shadow: 1px 1px #fff;
    line-height: 22px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    text-align: left;
    margin-bottom: 10px;
}
#content_discount h2 {
    font-size: 14px;
    color: #5b5b5b;
    text-shadow: 1px 1px #fff;
    line-height: 18px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
}
#content_discount p {
    font-size: 11px;
}
.bonus_box_left {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 460px;
    padding-right: 10px;
    margin-right: 20px;
}
.bonus_box_left h3 {
    color: #5b5b5b;
    padding-left: 0;
    margin-bottom: 10px;
}
.bonus_box_left h3 a {
    font-size: 18px;
    color: #5b5b5b;
    padding-left: 0;
    margin-bottom: 10px;
    text-decoration: none;
}
.bonus_box_left h3 a:hover {
    font-size: 18px;
    color: #333;
    padding-left: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}
.bonus_box_left p {
    color: #777;
    margin-bottom: 10px;
    line-height: 14px;
    height: 45px;
}
.bonus_box_right {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 460px;
    padding-right: 10px;
    margin-left: 20px;
}
.bonus_box_right h3 {
    color: #5b5b5b;
    padding-left: 0;
    margin-bottom: 10px;
}
.bonus_box_right h3 a {
    font-size: 16px;
    color: #5b5b5b;
    padding-left: 0;
    margin-bottom: 10px;
    text-decoration: none;
}
.bonus_box_right h3 a:hover {
    font-size: 16px;
    color: #333;
    padding-left: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.bonus_box_right p {
    color: #777;
    margin-bottom: 10px;
    line-height: 14px;
    height: 45px;
}
.bonus_box_bubble {
    display: block;
    float: left;
    width: 254px;
    height: 58px;
    color: #2a2a2a;
}
.bonus_box_bubble a {
    display: block;
    background: url(/media/images/bonus_box_bubble.jpg) no-repeat;
    padding-right: 10px;
    padding-top: 8px;
    float: left;
    width: 234px;
    height: 50px;
    color: #2a2a2a;
    font-size: 15px;
    font-family: Ubuntu, Arial;
    text-align: left;
    padding-left: 10px;
    line-height: 20px;
    text-shadow: 1px 1px #eef7fe;
    text-decoration: none;
}
.bonus_box_bubble a:hover {
    display: block;
    background: url(/media/images/bonus_box_bubble.jpg) 0 -58px no-repeat;
    padding-right: 10px;
    padding-top: 8px;
    float: left;
    width: 234px;
    height: 50px;
    color: #111;
    font-size: 15px;
    font-family: Ubuntu, Arial;
    text-align: left;
    padding-left: 10px;
    line-height: 20px;
    text-shadow: 1px 1px #eef7fe;
    text-decoration: none;
}
.bonus_box_logo {
    float: left;
    width: 190px;
    margin-left: 15px;
}
.bonus_box_separator {
    height: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.li_text_parteneri li {
    background: url(/media/images/li_check_ico.gif) 0 8px no-repeat;
    line-height: 16px;
    padding-top: 5px;
    list-style: none;
    padding-left: 25px;
}
#content_discount_partener {
    background: url(/media/images/bg_content_cumpara.jpg) repeat-x #fdfdfd;
    width: 100%}
#content_discount_partener h1 {
    font-size: 22px;
    color: #292929;
    text-shadow: 1px 1px #fff;
    line-height: 22px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 10px;
}
#content_discount_partener p {
    color: #555;
    line-height: 15px;
}
#footer {
    background: url(/media/images/bg_footer.jpg) repeat-x;
    width: 100%;
    height: 337px;
}
.footer_wrapper {
    width: 980px;
    margin: auto;
    background: url(/media/images/footer_picture_bg.jpg) no-repeat;
}
.footer_wrapper .link_copy, .footer_wrapper .link_copy a {
    text-align: center;
    font-size: 11px;
    color: #909293;
}
.footer_wrapper p {
    margin: 0;
    padding: 0;
}
.links_footer a:active, .links_footer a:link, .links_footer a:visited {
    color: #2f3d41;
}
.links_footer {
    border-top: 1px solid #ccc;
    height: 42px;
    line-height: 32px;
}
.links_footer a:hover {
    color: #111;
    text-decoration: underline;
}
.footer_wrapper h3 {
    color: #424242;
    font-size: 14px;
    margin: 10px 0 20px;
}
.footer_wrapper h3 a {
    color: #424242;
}
.footer_wrapper .h3_title {
    color: #424242;
    font-size: 14px;
    margin: 10px 0 20px;
    font-weight: 700;
}
.footer_wrapper .h3_title a {
    color: #424242;
}
#bottomwrap {
    width: 765px;
    margin: auto;
    color: #404142;
    font-size: 16px;
    height: 180px;
    text-align: center;
    padding-top: 30px;
}
#bottomwrap p {
    margin: 0;
    padding: 0;
}
#bottomwrap h4 {
    text-transform: uppercase;
    padding: 15px 0 12px;
    font-size: 15px;
}
.footer_showbox_logo {
    float: left;
    background: url(/media/images/footer_showbox_logo.png) no-repeat;
    width: 230px;
    height: 36px;
    display: block;
    margin-top: 8px;
}
.footer_showbox_logo a {
    display: block;
    width: 230px;
    height: 36px;
}
.footer_bill_logo, .footer_bill_logo:hover {
    float: left;
    width: 164px;
    height: 45px;
    display: block;
}
.footer_partner_logos {
    width: 980px;
    margin: 40px auto auto;
}
.footer_hostway_partner {
    float: left;
    background: url(/media/images/parteneri_hostway_footer.jpg) no-repeat;
    width: 98px;
    height: 38px;
    display: block;
    margin-right: 5px;
}
.footer_hostway_partner:hover {
    float: left;
    background: url(/media/images/parteneri_hostway_footer.jpg) 0 -38px no-repeat;
    width: 98px;
    height: 38px;
    display: block;
}
.footer_legis_partner {
    float: left;
    background: url(/media/images/parteneri_legis_footer.jpg) no-repeat;
    width: 72px;
    height: 38px;
    display: block;
    margin-right: 5px;
}
.footer_legis_partner:hover {
    float: left;
    background: url(/media/images/parteneri_legis_footer.jpg) 0 -38px no-repeat;
    width: 72px;
    height: 38px;
    display: block;
}
.footer_bitdefender_partner {
    float: left;
    background: url(/media/images/parteneri_bitdefender_footer.jpg) no-repeat;
    width: 78px;
    height: 39px;
    display: block;
    margin-right: 5px;
}
.footer_bitdefender_partner:hover {
    float: left;
    background: url(/media/images/parteneri_bitdefender_footer.jpg) 0 -39px no-repeat;
    width: 78px;
    height: 39px;
    display: block;
}
.footer_google_partner {
    float: left;
    background: url(/media/images/parteneri_google_footer.jpg) no-repeat;
    width: 136px;
    height: 35px;
    display: block;
    margin-right: 10px;
    margin-left: 0;
}
.footer_google_partner:hover {
    float: left;
    background: url(/media/images/parteneri_google_footer.jpg) 0 -35px no-repeat;
    width: 136px;
    height: 35px;
    display: block;
}
.footer_certsign_partner {
    float: left;
    background: url(/media/images/parteneri_certsign_footer.jpg) no-repeat;
    width: 49px;
    height: 41px;
    display: block;
    margin-right: 5px;
}
.footer_certsign_partner:hover {
    float: left;
    background: url(/media/images/parteneri_certsign_footer.jpg) 0 -41px no-repeat;
    width: 49px;
    height: 41px;
    display: block;
}
.footer_epayment_payu_partner {
    float: left;
    background: url(/media/images/parteneri_epayment_payu_footer.jpg) no-repeat;
    width: 65px;
    height: 39px;
    display: block;
    margin-right: 5px;
}
.footer_epayment_payu_partner:hover {
    float: left;
    background: url(/media/images/parteneri_epayment_payu_footer.jpg) 0 -39px no-repeat;
    width: 65px;
    height: 39px;
    display: block;
}
.footer_romtelecom_clickshop_partner {
    float: left;
    background: url(/media/images/parteneri_romtelecom_clickshop_footer.jpg) no-repeat;
    width: 103px;
    height: 55px;
    display: block;
    margin-right: 10px;
}
.footer_romtelecom_clickshop_partner:hover {
    float: left;
    background: url(/media/images/parteneri_romtelecom_clickshop_footer.jpg) 0 -55px no-repeat;
    width: 103px;
    height: 55px;
    display: block;
}
.footer_casemarcat_partner {
    float: left;
    background: url(/media/images/parteneri_casemarcat_footer.jpg) no-repeat;
    width: 45px;
    height: 41px;
    display: block;
    margin-right: 5px;
}
.footer_casemarcat_partner:hover {
    float: left;
    background: url(/media/images/parteneri_casemarcat_footer.jpg) 0 -41px no-repeat;
    width: 45px;
    height: 41px;
    display: block;
}
.footer_s4s_partner {
    float: left;
    background: url(/media/images/parteneri_s4s_footer.jpg) no-repeat;
    width: 93px;
    height: 38px;
    display: block;
    margin-right: 5px;
}
.footer_s4s_partner:hover {
    float: left;
    background: url(/media/images/parteneri_s4s_footer.jpg) 0 -38px no-repeat;
    width: 93px;
    height: 38px;
    display: block;
}
.footer_zf_partner {
    float: left;
    background: url(/media/images/parteneri_zf_footer.jpg) no-repeat;
    width: 115px;
    height: 45px;
    display: block;
}
.footer_zf_partner:hover {
    float: left;
    background: url(/media/images/parteneri_zf_footer.jpg) 0 -45px no-repeat;
    width: 115px;
    height: 45px;
    display: block;
}
.nir_ce_este {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
}
.nir_ce_este a:active, .nir_ce_este a:link, .nir_ce_este a:visited {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/nir_ce_este_thumb.jpg) no-repeat;
}
.nir_ce_este a:hover {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/nir_ce_este_thumb.jpg) 0 -160px no-repeat;
}
.nir_ce_este span {
    padding-left: 50px;
}
.nir_model {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
    margin-left: 20px;
}
.nir_model a:active, .nir_model a:link, .nir_model a:visited {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/nir_model_thumb.jpg) no-repeat;
}
.nir_model a:hover {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/nir_model_thumb.jpg) 0 -160px no-repeat;
}
.nir_model span {
    padding-left: 45px;
}
.nir_emitere {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
    margin-left: 20px;
}
.nir_emitere a:active, .nir_emitere a:link, .nir_emitere a:visited {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/nir_emitere_thumb.jpg) no-repeat;
}
.nir_emitere a:hover {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/nir_emitere_thumb.jpg) 0 -160px no-repeat;
}
.nir_emitere span {
    padding-left: 55px;
}
.bon_ce_este {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
}
.bon_ce_este a:active, .bon_ce_este a:link, .bon_ce_este a:visited {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bon_ce_este_thumb.jpg) no-repeat;
}
.bon_ce_este a:hover {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bon_ce_este_thumb.jpg) 0 -160px no-repeat;
}
.bon_ce_este span {
    padding-left: 50px;
}
.bon_model {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
    margin-left: 20px;
}
.bon_model a:active, .bon_model a:link, .bon_model a:visited {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bon_model_thumb.jpg) no-repeat;
}
.bon_model a:hover {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bon_model_thumb.jpg) 0 -160px no-repeat;
}
.bon_model span {
    padding-left: 45px;
}
.bon_emitere {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
    margin-left: 20px;
}
.bon_emitere a:active, .bon_emitere a:link, .bon_emitere a:visited {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bon_emitere_thumb.jpg) no-repeat;
}
.bon_emitere a:hover {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bon_emitere_thumb.jpg) 0 -160px no-repeat;
}
.bon_emitere span {
    padding-left: 55px;
}
.bontr_ce_este {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
}
.bontr_ce_este a:active, .bontr_ce_este a:link, .bontr_ce_este a:visited {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bontr_ce_este_thumb.jpg) no-repeat;
}
.bontr_ce_este a:hover {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bontr_ce_este_thumb.jpg) 0 -160px no-repeat;
}
.bontr_ce_este span {
    padding-left: 50px;
}
.bontr_model {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
    margin-left: 20px;
}
.bontr_model a:active, .bontr_model a:link, .bontr_model a:visited {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bontr_model_thumb.jpg) no-repeat;
}
.bontr_model a:hover {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bontr_model_thumb.jpg) 0 -160px no-repeat;
}
.bontr_model span {
    padding-left: 45px;
}
.bontr_emitere {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
    margin-left: 20px;
}
.bontr_emitere a:active, .bontr_emitere a:link, .bontr_emitere a:visited {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bontr_emitere_thumb.jpg) no-repeat;
}
.bontr_emitere a:hover {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/bontr_emitere_thumb.jpg) 0 -160px no-repeat;
}
.bontr_emitere span {
    padding-left: 55px;
}
.raport_model {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
    margin-right: 10px;
}
.raport_model a:active, .raport_model a:link, .raport_model a:visited {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/raport_model_thumb.jpg) no-repeat;
}
.raport_model a:hover {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/raport_model_thumb.jpg) 0 -160px no-repeat;
}
.fisa_model {
    display: block;
    width: 160px;
    height: 160px;
    float: left;
    margin-right: 20px;
}
.fisa_model a:active, .fisa_model a:link, .fisa_model a:visited {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/fisa_gestiuni_model_thumb.jpg) no-repeat;
}
.fisa_model a:hover {
    display: block;
    width: 160px;
    height: 160px;
    background: url(/media/images/fisa_gestiuni_model_thumb.jpg) 0 -160px no-repeat;
}
.porneste_info_box {
    width: 780px;
    padding: 10px 10px 10px 40px;
    border: 1px solid #d1d9de;
    margin: auto;
    background: url(/media/images/info_16.png) 10px 16px no-repeat #f5f9fc;
    font-size: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.finalizare_comanda_info_box {
    width: 600px;
    padding: 10px;
    border: 1px solid #d1d9de;
    margin: auto;
    background: #f5f9fc;
    font-size: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.temporar_order_phone {
    background: url(/media/images/mobile-phone_arrow.jpg) no-repeat;
    padding-left: 24px;
    margin-top: 5px;
}
#pricing-table {
    margin: 55px auto;
    text-align: center;
    width: 670px;
    position: relative;
    right: -8px;
}
#pricing-table .plan {
    font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    text-shadow: 0 1px rgba(255, 255, 255, .8);
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 20px;
    width: 180px;
    float: left;
    position: relative;
}
#pricing-table .plan:nth-child(1) {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
#pricing-table .plan:nth-child(4) {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
#pricing-table h3 {
    font-size: 20px;
    font-weight: 400;
    padding: 20px;
    margin: -20px -20px 50px;
    background-color: #eee;
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}
#pricing-table #most-popular h3 {
    background-color: #ddd;
    background-image: -moz-linear-gradient(#eee, #ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: -o-linear-gradient(#eee, #ddd);
    background-image: -ms-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);
    margin-top: -30px;
    padding-top: 30px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#pricing-table .plan:nth-child(1) h3 {
    -moz-border-radius: 5px 0 0;
    -webkit-border-radius: 5px 0 0;
    border-radius: 5px 0 0;
}
#pricing-table .plan:nth-child(4) h3 {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
#pricing-table h3 span {
    display: block;
    font: 700 25px/100px Georgia, Serif;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 100px;
    width: 100px;
    margin: 10px auto -65px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    font-size: 20px;
}
#pricing-table ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
#pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
#pricing-table .signup {
    position: relative;
    padding: 8px 20px;
    margin: 20px 0 0;
    color: #fff;
    font: 700 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #72ce3f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}
#pricing-table #most-popular .signup {
    position: relative;
    padding: 8px 20px;
    margin: 20px 0 0;
    color: #fff;
    font: 700 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #ffa200;
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #ffa800 0, #fc0 100%);
    background-image: -o-linear-gradient(bottom, #ffa800 0, #fc0 100%);
    background-image: -webkit-linear-gradient(bottom, #ffa800 0, #fc0 100%);
    background-image: linear-gradient(bottom, #ffa800 0, #fc0 100%);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}
#pricing-table #most-popular .signup:hover {
    background-color: #ffa200;
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYTgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #fc0 0, #ffa800 100%);
    background-image: -o-linear-gradient(bottom, #fc0 0, #ffa800 100%);
    background-image: -webkit-linear-gradient(bottom, #fc0 0, #ffa800 100%);
    background-image: linear-gradient(bottom, #fc0 0, #ffa800 100%);
}
#pricing-table .signup:hover {
    background-color: #62bc30;
}
#pricing-table .signup:active, #pricing-table .signup:focus {
    background: #62bc30;
    top: 2px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7)inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7)inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, .7)inset;
}
#pricing-table #most-popular {
    z-index: 2;
    top: -13px;
    border-width: 3px;
    padding: 30px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
}
.clear:after, .clear:before {
    content: "";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    zoom: 1;
}
.landing-heading {
    padding-top: 85px!important;
    padding-bottom: 80px;
    font-size: 33px!important;
    width: 48%;
    line-height: 40px!important;
}
.shade {
    background: url(/media/images/shade.png) top center no-repeat;
    height: 7px;
    width: 100%;
    margin-top: 40px;
}
.row {
    width: 100%;
    position: relative;
    margin-top: 25px;
}
.col1, .col2, .col3 {
    width: 30%;
    float: left;
    text-align: center;
}
.col1, .col2 {
    margin-right: 48px;
}
.testimonial {
    background: url(/media/images/testimonial.png);
    width: 275px;
    height: 174px;
}
.partners {
    text-align: center;
    width: 867px;
    margin: auto;
}
.partners li {
    margin: 10px auto;
    float: left;
}
.footer-cta {
    height: 117px;
    margin-bottom: 20px;
    position: relative;
    padding: 20px 0;
    -moz-border-radius: 5px/3px;
    -webkit-border-radius: 5px/3px;
    border-radius: 5px/3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #3c3c3c;
    -moz-box-shadow: 0 2px 2px rgba(4, 5, 5, .64);
    -webkit-box-shadow: 0 2px 2px rgba(4, 5, 5, .64);
    box-shadow: 0 2px 2px rgba(4, 5, 5, .64);
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NjMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZjc2NzAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmOTgxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzg5MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #e76300 0, #f76700 40.53%, #f98100 75.85%, #f78903 100%);
    background-image: -o-linear-gradient(bottom, #e76300 0, #f76700 40.53%, #f98100 75.85%, #f78903 100%);
    background-image: -webkit-linear-gradient(bottom, #e76300 0, #f76700 40.53%, #f98100 75.85%, #f78903 100%);
    background-image: linear-gradient(bottom, #e76300 0, #f76700 40.53%, #f98100 75.85%, #f78903 100%);
}
.footer-heading {
    font-size: 30px!important;
    color: #fff!important;
    text-align: left!important;
    width: 100%!important;
    margin-left: 20px!important;
}
.footer-paragaph {
    font-size: 14px!important;
    color: #fff!important;
    text-align: left!important;
    width: 100%!important;
    margin-left: 20px!important;
    line-height: 25px;
}
.footer-cta a {
    color: #fff!important;
    border: 2px solid rgba(191, 81, 0, .38);
    -moz-border-radius: 6px/7px;
    -webkit-border-radius: 6px/7px;
    border-radius: 6px/7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #9BD13C;
    font-size: 20px;
    padding: 8px;
    position: relative;
    left: 380px;
    top: -33px;
    background-image: linear-gradient(bottom, #4da51d 0, #71cb3d 100%);
}
.footer-cta a:hover {
    text-decoration: none;
    border: 2px solid rgba(191, 81, 0, .38);
    -moz-border-radius: 6px/7px;
    -webkit-border-radius: 6px/7px;
    border-radius: 6px/7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYjgxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5ZDk0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #52b819 0, #79d944 100%);
    background-image: -o-linear-gradient(bottom, #52b819 0, #79d944 100%);
    background-image: -webkit-linear-gradient(bottom, #52b819 0, #79d944 100%);
    background-image: linear-gradient(bottom, #52b819 0, #79d944 100%);
}
.testimonial p {
    color: #a9a9a9;
    text-align: left;
    position: relative;
    width: 78%;
    left: 54px;
    top: 10px;
    line-height: 23px;
}
.question-mark {
    font-size: 60px!important;
    color: #f56701!important;
}
.steps {
    width: 100%;
    color: #4c4c4c;
    font-family: "Myriad Pro";
    font-size: 18px;
    text-shadow: 0 1px 1px #fff;
}
.steps h1 {
    color: #4c4c4c;
    font-family: "Myriad Pro";
    font-size: 24px;
    text-shadow: 0 1px 1px #fff;
}
.steps img {
    display: block;
    margin-bottom: 20px;
}
.step-number {
    background: url(/media/images/step.png) no-repeat;
    height: 52px;
    width: 52px;
    display: inline-block;
    color: #fff;
    font-size: 31px;
    padding-top: 7px;
    text-align: center;
    margin-right: 15px;
}
.calendar {
    background: url(/media/images/calendar.png);
    height: 18px;
    width: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.mail {
    background: url(/media/images/mail.png);
    height: 18px;
    width: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.phone {
    background: url(/media/images/phone.png);
    height: 18px;
    width: 18px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
#gchrome, #iexplorer, #mfirefox {
    margin-top: 35px;
    padding-left: 73px;
}
.middle {
    text-align: center;
    max-width: 980px;
    position: relative;
    margin: auto;
}
.team h1 {
    margin-top: 22px;
    text-align: center;
    font-size: 26px;
    color: #fa5101;
}
.col-3 {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 30%;
    display: inline-block;
    text-align: center;
}
.name {
    color: #3999f2;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.col-3 img {
    margin-bottom: 15px;
}
.separator {
    height: 1px;
    background: 0 0;
    width: 100%}
.col-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.program {
    margin-bottom: 20px;
    font-size: 14px;
}
.col-2 a {
    color: #f3420a;
    margin-top: 20px;
    font-size: 14px;
    display: inline-block;
}
a.anchor {
    position: absolute;
    top: -40px;
    right: 0;
    background: url(/media/images/top.png);
    width: 58px;
    height: 44px;
    display: block;
    color: transparent;
}
a.tooltip {
    outline: 0;
}
a.tooltip strong {
    line-height: 30px;
}
a.tooltip:hover {
    text-decoration: none;
    cursor: pointer;
}
a.tooltip span {
    z-index: 10;
    display: none;
    padding: 14px 20px 25px;
    margin-top: -30px;
    margin-left: 28px;
    width: 240px;
    line-height: 16px;
}
a.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffaf0;
}
.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}
a.tooltip span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}
.feature-col1, .feature-col2, .feature-col3, .feature-col4 {
    width: 25%;
    float: left;
    text-align: center;
    line-height: 22px;
}
.features {
    margin-top: 30px;
}
.features p {
    font-size: 15px;
}
.new_btn {
    position: relative;
    margin-top: 50px;
    width: 300px;
    padding: 3px 16px 8px;
}
.new_btn a {
    display: block;
    width: 350px;
    color: #fff;
}
.new_btn img {
    position: absolute;
    top: 12px;
    right: 14px;
}
.new_btn a:hover {
    text-decoration: none;
    color: #fff;
}
.green_btn {
    border: 1px solid #56900c;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f5f5f7;
    -moz-box-shadow: 3px 4px 3px rgba(2, 3, 3, .09), inset 0 0 5px rgba(248, 247, 203, .49);
    -webkit-box-shadow: 3px 4px 3px rgba(2, 3, 3, .09), inset 0 0 5px rgba(248, 247, 203, .49);
    box-shadow: 3px 4px 3px rgba(2, 3, 3, .09), inset 0 0 5px rgba(248, 247, 203, .49);
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4YjkxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjNzRiNjE2IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiM4N2I1MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWNhMzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #78b91d 0, #74b616 47.27%, #87b524 48.83%, #4eca31 100%);
    background-image: -o-linear-gradient(bottom, #78b91d 0, #74b616 47.27%, #87b524 48.83%, #4eca31 100%);
    background-image: -webkit-linear-gradient(bottom, #78b91d 0, #74b616 47.27%, #87b524 48.83%, #4eca31 100%);
    background-image: linear-gradient(bottom, #78b91d 0, #74b616 47.27%, #87b524 48.83%, #4eca31 100%);
}
.green_btn:hover {
    background-image: -moz-linear-gradient(bottom, #84c428 0, #76b819 47.27%, #87b524 48.83%, #56c03e 100%);
    background-image: -o-linear-gradient(bottom, #84c428 0, #76b819 47.27%, #87b524 48.83%, #56c03e 100%);
    background-image: -webkit-linear-gradient(bottom, #84c428 0, #76b819 47.27%, #87b524 48.83%, #56c03e 100%);
    background-image: linear-gradient(bottom, #84c428 0, #76b819 47.27%, #87b524 48.83%, #56c03e 100%);
}
.orange_btn {
    border: 1px solid #b14700;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f5f5f7;
    -moz-box-shadow: 3px 4px 3px rgba(2, 3, 3, .09), inset 0 0 5px rgba(248, 247, 203, .49);
    -webkit-box-shadow: 3px 4px 3px rgba(2, 3, 3, .09), inset 0 0 5px rgba(248, 247, 203, .49);
    box-shadow: 3px 4px 3px rgba(2, 3, 3, .09), inset 0 0 5px rgba(248, 247, 203, .49);
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NjMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjZmE3MTI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNmNTgxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTg5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #e76300 0, #fa7127 47.27%, #f58100 48.83%, #f98900 100%);
    background-image: -o-linear-gradient(bottom, #e76300 0, #fa7127 47.27%, #f58100 48.83%, #f98900 100%);
    background-image: -webkit-linear-gradient(bottom, #e76300 0, #fa7127 47.27%, #f58100 48.83%, #f98900 100%);
    background-image: linear-gradient(bottom, #e76300 0, #fa7127 47.27%, #f58100 48.83%, #f98900 100%);
}
.orange_btn:hover {
    background-image: -moz-linear-gradient(bottom, #ff760f 0, #fa7127 47.27%, #f58100 48.83%, #ff900a 100%);
    background-image: -o-linear-gradient(bottom, #ff760f 0, #fa7127 47.27%, #f58100 48.83%, #ff900a 100%);
    background-image: -webkit-linear-gradient(bottom, #ff760f 0, #fa7127 47.27%, #f58100 48.83%, #ff900a 100%);
    background-image: linear-gradient(bottom, #ff760f 0, #fa7127 47.27%, #f58100 48.83%, #ff900a 100%);
}
.descarca_gratuit {
    font-size: 24px;
    font-weight: 700;
    text-shadow: 1px 2px 2px rgba(2, 3, 3, .33);
}
.descarca_bonus {
    font-size: 13px;
}
a.comanda_acum {
    position: relative;
    top: -45px;
    left: 340px;
    color: grey;
}
.leaves_frame {
    background-image: url(/media/images/autumn-bg.png);
    height: 113px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.leaves_frame img {
    position: relative;
    top: -55px;
}
img.right_leaves {
    right: 0;
    position: absolute;
}
.lp_prefooter {
    background-color: #f3f3f3;
    padding-bottom: 30px;
}
.lp_prefooter_content {
    max-width: 960px;
    position: relative;
    margin: auto;
}
.lp_prefooter_content h2 {
    padding: 30px 0;
    margin-top: 25px;
    margin-bottom: -18px;
    font-size: 27px;
    color: #f95602;
    text-shadow: 1px 1px #b04e26;
    line-height: 32px;
    font-family: Ubuntu, Tahoma, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
}
.oferte_box {
    border: 1px solid #ddd;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #f3f3f3 0, #fff 100%);
    background-image: -o-linear-gradient(bottom, #f3f3f3 0, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #f3f3f3 0, #fff 100%);
    background-image: linear-gradient(bottom, #f3f3f3 0, #fff 100%);
    position: relative;
    text-align: center;
    padding-top: 15%;
    padding-bottom: 19%}
.oferte_box a {
    position: relative;
    z-index: 3;
}
.lp_star {
    position: absolute;
    top: -15px;
    left: -10px;
}
.lp_discount {
    position: absolute;
    right: 0;
    bottom: 2px;
}
#pricing-table .signup {
    background-color: #9f9f9f!important;
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmMTgxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2MTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #af1818 0, #d61313 100%);
    background-image: -o-linear-gradient(bottom, #af1818 0, #d61313 100%);
    background-image: -webkit-linear-gradient(bottom, #af1818 0, #d61313 100%);
    background-image: linear-gradient(bottom, #af1818 0, #d61313 100%);
}
#pricing-table .signup:hover {
    background-color: #9f9f9f!important;
    background-image: url(data:image/svg+xml;
    base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2MTgxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RlMTgxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #b61819 0, #de1818 100%);
    background-image: -o-linear-gradient(bottom, #b61819 0, #de1818 100%);
    background-image: -webkit-linear-gradient(bottom, #b61819 0, #de1818 100%);
    background-image: linear-gradient(bottom, #b61819 0, #de1818 100%);
}
.pull-left {
    margin-right: 2%;
    display: inline-block;

}
.header-info-messages-wrapper {
    display: inline-block;
    width: 60%;
    margin-right: 2%;
}
.header-info-messages {
    background-color: #fdfdcc;

}
.header-info-messages .row {
    margin: 0px;
    padding: 10px;

}
.box-wrapper {
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 15px 10px 10px;
    margin-bottom: 20px;
    display: block;
}

/* Registration Modal */
#registration-iframe-wrapper {
    position: absolute;
    top: -654px;
    right: 0;
    left: 0;
    z-index: 1000000;
    background-color: transparent;
    height: 654px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#registration-iframe-wrapper .close-iframe {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
}

#registration-iframe-wrapper.large {
    height: 100%;
    top: -100%;
}

#registration-iframe-wrapper.visible {
    top: 0;
    opacity: 1;
}

#registration-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background-color: transparent;
    z-index: 1;
}

body.registration-iframe-visible {
    overflow: hidden;
}
.glyphicon-remove {
    width: 18px;
    height: 18px;
    float: left;
    display: inline-block; /* Display icon as inline block */
    background: url('/media/images/images-sprites.png');
    background-position: -335px -47px;
    background-repeat: no-repeat;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
/* End Registration Modal */