﻿body, html {
    margin:0;
    font-family: 'Roboto', sans-serif;
    font-size:20px;
    height:100%;
}
body {
    background-image:url('../img/background.jpg');
    background-position:center center;
    background-attachment: fixed;
}

.margin-top-bottom-5{
	margin: 5px 0 5px 0;
}

.margin-top-5{
	margin-top: 5px;
}

.justify{
	text-align: justify;
}

div.wrapper {
    width:1200px;
    margin:0 auto;
}

.btn-banner {
    text-align: center;
    padding: 0 15px;
    width: 100%;
	margin-top: 40px;
}

.btn-banner .btnappl {
    padding: 10px 50px 10px 50px;
}

a.btnappl {
    display: inline-block;
    padding: 10px;
    border: 2px solid #000;
    color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.btnappl:hover {
    background-color: #e1d499;
}

.btn-banner span {
    display: block;
    font-size: 15px;
	font-weight: normal;
}

/* Section 1 */
section.section_1 {
    text-align:center;
    border-bottom:1px solid #701212;
    position:fixed;
    width:100%;
    background-color:rgba(255,255,255,0.9);
    box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
    z-index:10000;
}
section.section_1 img {
    height:90px;
}
section.section_1 p {
    margin:0;
    padding:0;
}

/* Section 2 */
section.section_2 {
    height:100%;
    min-height:660px;
    padding-top:150px;
    box-sizing:border-box;
}
section.section_2 div.carte {
    background-image:url('../img/carte.png');
    width:349px;
    height:450px;
    position:absolute;
    margin-left:100px;
    margin-top:-55px;
	background-repeat: no-repeat;
}
section.section_2 div.share {
    margin-top:400px;
    margin-left:80px;
    width:504px;
    text-align:center;
    position:absolute;
}
section.section_2 div.share p {
    margin:0;
    padding:0;
    padding-bottom:10px;
}
section.section_2 div.text {
    padding-left:600px;
    padding-top:20px;
    width:430px;
    text-align:justify;
}
section.section_2 form.abonare input[type=text], section.section_2 form.abonare input[type=email] {
    border:1px solid #cccccc;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
    padding:15px;
    font-size:17px;
    margin:10px 0 10px 0;
    width:430px;
    display:block;
    box-sizing:border-box;
}
section.section_2 form.abonare input[type=submit] {
    border:0;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
    font-size:22px;
    width:430px;
    color:#ffffff;
    padding:13px 30px 12px 30px;
    cursor:pointer;
    vertical-align:top;
    text-shadow:1px 1px rgba(0,0,0,0.4);
    background: rgb(191,0,3); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,0,3,1) 0%, rgba(255,0,0,1) 50%, rgba(255,0,0,1) 50%, rgba(232,4,8,1) 51%, rgba(206,0,3,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(191,0,3,1) 0%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 50%,rgba(232,4,8,1) 51%,rgba(206,0,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(191,0,3,1) 0%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 50%,rgba(232,4,8,1) 51%,rgba(206,0,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0003', endColorstr='#ce0003',GradientType=0 ); /* IE6-9 */
}
#p1, #p2 {
    font-size:14px;
}

/* Timer */
div.timer {
    text-align:center;
    padding:25px 20px 20px 20px;
}
span.titlu_1 {
    font-size:18px;
    display:block;
    padding-bottom:20px;
}
span.titlu_2 {
    font-size:18px;
    display:block;
    padding-top:20px;
}
span.cifre {
    font-size:50px;
    font-weight:bold;
}
span.cifre span {
    display:inline-block;
    width:70px;
    text-align:center;
    background-color:#000000;
    padding:3px 9px 3px 9px;
    -webkit-border-radius:4px; 
    -moz-border-radius:4px; 
    border-radius:4px;
	
	background: rgb(247,247,247); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 51%, rgba(247,247,247,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(244,244,244,1) 51%,rgba(247,247,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(244,244,244,1) 51%,rgba(247,247,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
}
span.masuri {
    display:block;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    margin-top:5px;
}
span.masuri span.zile {
    margin-right:70px;
}
span.masuri span.ore {
    margin-right:65px;
}
span.masuri span.min {
    margin-right:75px;
}
span.masuri span.sec {
    margin-right:0;
}

/* Section 3 */
section.section_3 {
    background-image:url('../img/background-text.jpg');
    background-position:top center;
    border-top:1px solid #701212;
    padding:50px;
}
section.section_3 div.titlu {
    text-align:center;
    font-size:48px;
}
section.section_3 div.fragment {
    text-align:justify;
    overflow:hidden;
    height:300px;
}
section.section_3 div.more {
    padding:30px 0 0 0;
}
section.section_3 div.more span {
    display:inline-block;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
    color:#ffffff;
    padding:5px 10px 5px 10px;
    cursor:pointer;
    background: rgb(191,0,3); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,0,3,1) 0%, rgba(255,0,0,1) 50%, rgba(255,0,0,1) 50%, rgba(232,4,8,1) 51%, rgba(206,0,3,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(191,0,3,1) 0%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 50%,rgba(232,4,8,1) 51%,rgba(206,0,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(191,0,3,1) 0%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 50%,rgba(232,4,8,1) 51%,rgba(206,0,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0003', endColorstr='#ce0003',GradientType=0 ); /* IE6-9 */
}

/* Section 4 */
section.section_4 {
    border-top:1px solid #701212;
    padding:50px;
}
section.section_4 div.titlu {
    text-align:center;
    font-size:48px;
}
section.section_4 div.beneficiu {
    text-align:center;
    margin:0 15.5% 0% 15.5%;
    vertical-align:top;
}
section.section_4 div.beneficiu p {
    text-align:justify;
}

/* Section 5 */
.section_5 {
    background-image:url('../img/background-text.jpg');
    background-position:top center;
    border-top:1px solid #701212;
    padding:50px;
}

.titlu{
	text-align:center;
    font-size:48px;
}

.recenzii .left img {
    float: left;
    margin-right: 15px;
	padding: 30px 0px 0px 0px;
}

.recenzii .right img {
    float: right;
    margin-left: 15px;
}

/* Section 6 */
section.section_6 {
    min-height:625px;
    box-sizing:border-box;
    border-top:1px solid #701212;
    background-position:top center;
}
section.section_6 div.carte {
    background-image:url('../img/carte-deschisa.png');
    width:585px;
    height:700px;
    position:absolute;
    background-repeat: no-repeat;
}
section.section_6 div.share {
    margin-top:540px;
    margin-left:80px;
    width:504px;
    text-align:center;
    position:absolute;
}
section.section_6 div.share p {
    margin:0;
    padding:0;
    padding-bottom:10px;
}
section.section_6 div.text {
    padding-left:620px;
    padding-top:150px;
    width:430px;
    text-align:justify;
}
section.section_6 form.abonare input[type=text], section.section_6 form.abonare input[type=email] {
    border:1px solid #cccccc;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
    padding:15px;
    font-size:17px;
    margin:10px 0 10px 0;
    width:430px;
    display:block;
    box-sizing:border-box;
}
section.section_6 form.abonare input[type=submit] {
    border:0;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
    font-size:22px;
    width:430px;
    color:#ffffff;
    padding:13px 30px 12px 30px;
    cursor:pointer;
    vertical-align:top;
    text-shadow:1px 1px rgba(0,0,0,0.4);
    background: rgb(191,0,3); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,0,3,1) 0%, rgba(255,0,0,1) 50%, rgba(255,0,0,1) 50%, rgba(232,4,8,1) 51%, rgba(206,0,3,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(191,0,3,1) 0%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 50%,rgba(232,4,8,1) 51%,rgba(206,0,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(191,0,3,1) 0%,rgba(255,0,0,1) 50%,rgba(255,0,0,1) 50%,rgba(232,4,8,1) 51%,rgba(206,0,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0003', endColorstr='#ce0003',GradientType=0 ); /* IE6-9 */
}

div.footer {
    text-align:center;
}

/* PC */
@media only screen and (min-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    section.section_2 div.carte_mica {
        display:none;
    }
    section.section_6 div.carte_mica {
        display:none;
    }
	.margin-left-16{
		margin-left: 16%;
	}
	
	.padding-right-25{
		padding-right: 25px;
	}
	
	section.section_1 img {
		height:90px;
	}
}
/* Tablete */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    div.wrapper {
        width:100%;
    }

    /* Section 1 */
    section.section_1 {
        
    }

    /* Section 2 */
    section.section_2 {
        padding-left:10px;
        padding-right:10px;
        padding-bottom:10px;
        height:auto;
        min-height:initial;
    }
    section.section_2 div.carte {
        display:none;
    }
    section.section_2 div.share {
        width:100%;
        margin:0;
        position:static;
    }
    section.section_2 div.carte_mica {
        display:block;
    }
    section.section_2 div.carte_mica img {
        display:block;
        width:100%;
    }
    section.section_2 div.text {
        padding:0;
        width:100%;
    }
    section.section_2 form.abonare input[type=text], form.abonare input[type=email], form.abonare input[type=submit] {
        width:100% !important;
    }
    /* Timer */
    div.timer {
        text-align:center;
        padding:50px 20px 20px 20px;
    }
    span.titlu_1 {
        font-size:18px;
        display:block;
        padding-bottom:20px;
    }
    span.titlu_2 {
        font-size:18px;
        display:block;
        padding-top:20px;
    }
    span.cifre {
        font-size:30px;
        font-weight:bold;
    }
    span.cifre span {
        display:inline-block;
        width:40px;
        text-align:center;
        background-color:#000000;
        padding:3px 9px 3px 9px;
        -webkit-border-radius:4px; 
        -moz-border-radius:4px; 
        border-radius:4px;
        background: rgb(0,0,0); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(71,71,71,1) 48%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(71,71,71,1) 48%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(71,71,71,1) 48%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
        box-shadow:0 1px 1px 1px rgba(0,0,0,0.1)
    }
    span.masuri {
        display:block;
        text-transform:uppercase;
        font-size:14px;
        font-weight:bold;
        margin-top:5px;
    }
    span.masuri span.zile {
        margin-right:33px;
    }
    span.masuri span.ore {
        margin-right:36px;
    }
    span.masuri span.min {
        margin-right:36px;
    }
    span.masuri span.sec {
        margin-right:0;
    }

    /* Section 3 */
    section.section_3 {
        padding:10px;
    }

    /* Section 4 */
    section.section_4 {
        padding:10px;
    }
    section.section_4 div.beneficiu {
        width:100%;
        margin:0;
    }
	
	/* Section 5 */
    section.section_5 {
        padding:10px;
    }

    /* Section 6 */
    section.section_6 {
        padding-left:10px;
        padding-right:10px;
        padding-bottom:10px;
        height:auto;
        min-height:initial;
    }
    section.section_6 div.carte {
        display:none;
    }
    section.section_6 div.share {
        width:100%;
        margin:0;
        position:static;
    }
    section.section_6 div.carte_mica {
        display:block;
    }
    section.section_6 div.carte_mica img {
        display:block;
        width:100%;
    }
    section.section_6 div.text {
        padding:0;
        width:100%;
    }
    section.section_6 form.abonare input[type=text], form.abonare input[type=email], form.abonare input[type=submit] {
        width:100% !important;
    }
}

/* Telefoane */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    div.wrapper {
        width:100%;
    }
	
	.align-left{
		text-align: left !important;
	}

    /* Section 1 */
    section.section_1 img {
		height:70px;
	}

    /* Section 2 */
    section.section_2 {
        padding-left:10px;
        padding-right:10px;
        padding-bottom:10px;
		padding-top: 0;
        height:auto;
        min-height:initial;
    }
    section.section_2 div.carte {
        display:none;
    }
    section.section_2 div.share {
        width:100%;
        margin:0;
        position:static;
    }
    section.section_2 div.carte_mica {
        display:block;
    }
    section.section_2 div.carte_mica img {
        display:block;
        width:100%;
    }
    section.section_2 div.text {
        padding:0;
        width:100%;
    }
    section.section_2 form.abonare input[type=text], form.abonare input[type=email], form.abonare input[type=submit] {
        width:100% !important;
    }
    /* Timer */
    div.timer {
        text-align:center;
        padding:50px 20px 20px 20px;
    }
    span.titlu_1 {
        font-size:18px;
        display:block;
        padding-bottom:20px;
    }
    span.titlu_2 {
        font-size:18px;
        display:block;
        padding-top:20px;
    }
    span.cifre {
        font-size:30px;
        font-weight:bold;
    }
    span.cifre span {
        display:inline-block;
        width:40px;
        text-align:center;
        background-color:#000000;
        padding:3px 9px 3px 9px;
        -webkit-border-radius:4px; 
        -moz-border-radius:4px; 
        border-radius:4px;
        background: rgb(247,247,247); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 50%, rgba(244,244,244,1) 51%, rgba(247,247,247,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(244,244,244,1) 51%,rgba(247,247,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 50%,rgba(244,244,244,1) 51%,rgba(247,247,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
		box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    }
    span.masuri {
        display:block;
        text-transform:uppercase;
        font-size:14px;
        font-weight:bold;
        margin-top:5px;
    }
    span.masuri span.zile {
        margin-right:33px;
    }
    span.masuri span.ore {
        margin-right:36px;
    }
    span.masuri span.min {
        margin-right:36px;
    }
    span.masuri span.sec {
        margin-right:0;
    }

    /* Section 3 */
    section.section_3 {
        padding:10px;
    }

    /* Section 4 */
    section.section_4 {
        padding:10px;
    }
    section.section_4 div.beneficiu {
        width:100%;
        margin:0;
    }
	
	/* Section 5 */
    section.section_5 {
        padding:10px;
    }

    /* Section 6 */
    section.section_6 {
        padding-left:10px;
        padding-right:10px;
        padding-bottom:10px;
        height:auto;
        min-height:initial;
    }
    section.section_6 div.carte {
        display:none;
    }
    section.section_6 div.share {
        width:100%;
        margin:0;
        position:static;
    }
    section.section_6 div.carte_mica {
        display:block;
    }
    section.section_6 div.carte_mica img {
        display:block;
        width:100%;
    }
    section.section_6 div.text {
        padding:0;
        width:100%;
    }
    section.section_6 form.abonare input[type=text], form.abonare input[type=email], form.abonare input[type=submit] {
        width:100% !important;
    }
}