@import url("https://fonts.googleapis.com/css?family=Raleway");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

.red {
    color: #fc1e1e
}

.white {
    color: #f8f8f8
}

.grey {
    color: #666
}

.bg_redhard {
    background: #af0101
}

.poppins {
    font-family: "Raleway", sans-serif
}

.lovers {
    font-family: "Raleway", cursive
}

.text-center {
    text-align: center
}

.uppercase {
    text-transform: uppercase
}

.bigtext {
    line-height: 70px;
    font-size: 90px
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.marginbottom30 {
    margin-bottom: 30px
}

.margintop30 {
    margin-top: 30px
}

.margintop60 {
    margin-top: 60px
}

.floatright {
    float: right
}

.nopadding {
    padding: 0
}

.nomargin {
    margin: 0
}

.padding40 {
    padding: 40px
}

.paddingleft {
    padding-left: 25px
}

.paddingright {
    padding-right: 25px
}

.flexy {
    display: flex
}

@media (max-width: 667px) {
    .flexy {
        display: inline
    }
}

.hide {
    display: none !important
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-svd {
    background: #fc1e1e;
    color: #f8f8f8;
    padding: 8px 15px;
    border: 1px solid #f8f8f8;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.btn-svd:hover {
    background: #f8f8f8;
    color: #fc1e1e;
    border-color: #fc1e1e
}

.only-border-bottom {
    border: none;
    border-bottom: 1px solid #f8f8f8;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 8px 10px
}

.submit-button {
    background: #f8f8f8;
    color: #fc1e1e;
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #fc1e1e;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.submit-button:hover {
    background: #fc1e1e;
    color: #f8f8f8;
    border-color: #f8f8f8
}

.c82d-social {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(248, 248, 248, 0.7);
    border-color: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 10px
}

.c82d-social:hover {
    color: #f8f8f8;
    border: 1px solid #f8f8f8;
    background: rgba(252, 30, 30, 0.7);
    -webkit-transform: translateY(-7px);
    -khtml-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

html,
body {
    position: relative;
    width: 100%;
    overflow-x: hidden
}

body {
    /*background: url("../img/heart_bg.jpg") repeat fixed;*/
    font-family: "Raleway", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", cursive;
    margin: 10px 0px;
    font-weight: 300
}

h1 {
    font-size: 3.8em
}

h2 {
    font-size: 2.5em
}

@media (min-width: 1199px) {
    h2 {
        font-size: 4.2em
    }
}

h3 {
    font-size: 2.5em
}

section.hero {
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    background-image: url("../img/header_demirtopreziosi.jpg");
    height: 100vh;
    text-align: center;
    padding-top: 30vh;
    position: relative;
    background-position: top center;
}
section.hero h1, section.hero h4 {
	display: block;
	width: 100%;
	color: #ffffff;
}

section.hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5)
}

section.hero .overlay h1 {
    color: #f8f8f8;
    line-height: 50px;
    font-size: 80px;
    font-style: italic;
}
section.hero .overlayRed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(252, 30, 30, 0.4)
}

section.hero .overlayRed h1 {
    color: #f8f8f8;
    line-height: 50px;
    font-size: 80px;
    font-style: italic;
}

section.halfsection .rectangular {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 45%
}

section.halfsection .containertxt {
    height: 100%;
    padding: 75px;
}

section.citation {
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    /*background-image: url("../img/");*/
    height: 80vh;
    text-align: center;
    padding-top: 30vh;
    position: relative;
    background-position: top center
}

section.citation .overlayRed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(252, 30, 30, 0.4)
}

section.citation .overlayRed h2 {
    color: #f8f8f8
}

section.blog {
    padding: 50px 0px 70px
}

section.blog .square {
    width: 100%;
    height: 100%;
    padding-bottom: 60%
}

section.blog .containertxt {
    height: 100%
}

section.blog .containertxt .ContentPost {
    padding: 20px
}

section.blog .containertxt .ContentPost h3 {
    font-size: 2em
}

section.gallery {
    padding: 50px 0px 80px
}

@media (max-width: 667px) {
    section.gallery {
        padding: 50px 0px 0px
    }
}

section.gallery .col-1-5 {
    width: 20%
}

@media (max-width: 667px) {
    section.gallery .col-1-5 {
        width: 50%
    }
}

@media (max-width: 667px) {
    section.gallery .col-1-5.margintop60 {
        margin-top: 0
    }
}

section.gallery .col-1-5 .verticalRectangular {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 150%
}

section.gallery .col-1-5 .heart-shape {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 35%;
    left: 23%;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fc1e1e;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0
}

section.gallery .col-1-5 .heart-shape:before,
section.gallery .col-1-5 .heart-shape:after {
    position: absolute;
    width: 200px;
    height: 200px;
    content: '';
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fc1e1e
}

section.gallery .col-1-5 .heart-shape:before {
    bottom: 0px;
    left: -100px
}

section.gallery .col-1-5 .heart-shape:after {
    top: -100px;
    right: 0px
}

section.gallery .col-1-5 .heart-shape a {
    opacity: 0;
    border: 1px solid #f8f8f8;
    position: absolute;
    z-index: 999;
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 22px;
    top: 40px;
    left: 40px;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

section.gallery .col-1-5 .heart-shape a i {
    color: #f8f8f8;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

section.gallery .col-1-5 .heart-shape a:hover {
    border-color: #fc1e1e;
    background: #f8f8f8
}

section.gallery .col-1-5 .heart-shape a:hover i {
    color: #fc1e1e
}

section.gallery .col-1-5:hover .heart-shape {
    opacity: .7
}

section.gallery .col-1-5:hover .heart-shape a {
    margin: 0;
    opacity: 1
}

footer {
    padding: 50px 0px 0px;
    background: #fc1e1e;
    color: #f8f8f8;
    text-align: center
}

footer a {
    color: #f8f8f8
}

footer ul {
    margin: 0;
    list-style: none
}
.horizontal {
	height: 0;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}

.horizontal img {
	width: 91.5%;
}
.horizontal.imgrecita {
    position: absolute !important;
    margin-top: 30px;
    margin-left: 40px;
    width: 70% !important;
    padding-bottom: 39% !important;
}
.bordered {
    border: 1px solid #dcdcdc;
}
.pulsanti a {
	border: 1px solid #f40101;
    height: 30px;
    width: 90px;
    display: inline-table;
    margin: 0px 15px;
    color: #f40101;
}
.pulsanti a i.c82d-social{
	color: #f40101;
}
.pulsanti a i.c82d-social:hover{
	color: #ffffff;
}
.divisor {
	display: none;
}
header {
	-webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
header.shrink {
    width: 100%;
    height: 90px;
    background: rgba(255,255,255,.8);
    position: fixed;
    z-index: 99;
    opacity: 1;
}
@media (max-width: 667px) {
    .row.centered {
    	display: block;
    	margin-bottom: 30px;
    }
    .horizontal img {
    	width: 105%;
	}
	.horizontal {
		padding-bottom: 52%;
	}
	.bordered {
    	border: 2px solid #f40101;
	}
	.horizontal.imgrecita {
	    width: 74% !important;
	    padding-bottom: 38% !important;
	}
	.divisor {
		display: block;
		width: 100%;
		border:1px solid #ececec;
		margin: 30px 0px -30px 0px;
	}
}
/*# sourceMappingURL=style.css.map */
