@import url('https://fonts.googleapis.com/css?family=Nunito:400,700&amp;display=swap&amp;subset=latin-ext');

/* HTML tags */
body {
	font-family:'Nunito', sans-serif;
	font-size:17px;
	font-weight:300;
	color:#777777;
	background:#FFFFFF;
	line-height:1.6;
}
h1, h2, h3, h4 {
	font-family:'Nunito', sans-serif;
}
h1, h2, h3, h4 {
	color:#B60D21;
}
h1 {
	font-size:35px;
	font-weight:300;
}
h2 {
	font-size:30px;
	font-weight:300;
}
h3 {
	font-size:22px;
	font-weight:300;
}
h4 {
	font-size:16px;
	font-weight:300;
}
a,
a:focus {
	color:#B60D21;
	text-decoration:none;
}
a:hover,
a.active {
	color:#F30A26;
	text-decoration:none;
}
/* END HTML tags */

/* Logo */
.logo {
	position:relative;
	float:left;	
}
/* END Logo */

/* Header */
header {
	background:#FFFFFF;
	font-size:14px;
	box-shadow: 2px 0 40px rgba(0,0,0,0.15);
}
header a, 
header a:hover {
	text-decoration:none;
}
header h2 {
	text-transform:none;
	font-weight:bold;
}
.top-header {
	background:#B60D21;
	padding:5px 0;
	color:#FFFFFF;
}
.top-header a {
	color:#FFFFFF;
}
.top-header a:hover {
	color:#FFFFFF;
}
.top-header,
.top-header .dropdown-menu li a {
	font-size:13px;
}
/* END Header */

/* Footer */
footer {
	font-size:13px;
	padding:30px 0;
	color:#FFFFFF;
}
footer a,
footer h1,
footer h2,
footer h3 {
	color:#FFFFFF;
}
footer h1,
footer h2,
footer h3 {
	font-size:20px;
}
footer a:hover {
	color:#FFFFFF;
}
/* END Footer */

/* Sidebar */
aside h2 {
	font-size:30px;
}
/* END Sidebar */

/* Comments / Testimonials */
blockquote {
	border-left:5px solid #F30A26;
}
blockquote .author-acronym {
	color:#F30A26;
}
/* END Comments / Testimonials */

/* Photo Gallery */
.photo-gallery h3 {
	font-size:14px;
}
/* END Photo Gallery */

/* Shop */
.product-category-container {
	font-size:15px;
	padding:15px;
	margin-bottom:30px;
	background:#FFFFFF;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);
	border:1px solid #E4E4E4;
	min-height:140px;
}
.product-container {	
	border:1px solid #F0F0F0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow: 2px 0 20px rgba(0,0,0,0.05);
	margin-bottom:30px;
	background:#FFFFFF;
}
.product-container:hover {
	box-shadow: 2px 0 10px rgba(0,0,0,0.15);
	transition: box-shadow 0.5s;
}
.product-title {
	min-height:100px;
}
.manufacturer-title {
	min-height:170px;
}
.manufacturer-title .h2,
.product-title h2 {
	font-size:25px;
	/*text-transform:uppercase;*/
}
.product-container h2 a {
	color:#B60D21;
}
.product-container h2 a:hover {
	color:#F30A26;
}
.product-category-name {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
.product-category-name a {
	color:#93D50A;
}
.product-category-name a:hover {
	color:#81B000;
}
.product-container-details {
	padding:10px 10px 10px 10px;
}
.product-actions {
	margin:15px 0 0 0;
}
.product-details-button {
	padding-top:10px;
}
.product-price {
	font-size:25px;
	font-weight:bold;
	color:#046746;
}
#product-info .content-block {
	padding:40px;
}
#product-info h1,
#product-info .h2-as-h1 {
	padding-top:0;
}
.grayscale-image {
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}
.rating {
	min-height:30px;
}
/* END Shop */

/* Social share */
.social-share a:hover {
	color:#F30A26;
}
/* END Social share */

/* Homepage */
.full-width-colored-background,
.full-width-transparent-background {
	padding:75px 0;
}
.full-width-colored-background {
	background:#F5F5F5;
}
/* Headings */
.h2-as-h1 {
	font-size:35px;
	font-weight:300;
}
#homepage h1,
#homepage .h2-as-h1{
	padding:0 0 75px 0;
	text-transform:uppercase;
	color:#909090;
}
/* END Headings */
#homepage p {
	padding:0;
}
.homepage-block-title {
	position:absolute;
	bottom:0;
	right:0;
	background:#B60D21;
	text-align:center;
	width:100%;
}
.homepage-block-title h2 {
	color:#FFFFFF;
	font-size:25px;
}
a:hover .homepage-block-title {
	text-decoration:none;
	background:#F30A26;
	transition:background .5s;
}
.homepage-button img {
	padding-top:10px;
}
.homepage-button h2 {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;	
	text-align:center;
	text-transform:uppercase;
}
.homepage-button:hover {
	background:#B60D21;
	transition:background .5s;
}
#mayor-intro,
#homepage-latest-posts {
	min-height:422px;
}
#homepage-latest-posts h3 {
	font-size:18px;
}
/* END Homepage */

/* Blocks */
.content-block {	
	border:1px solid #F0F0F0;
	box-sizing:border-box;
	box-shadow: 2px 0 40px rgba(0,0,0,0.15);
	margin-bottom:30px;
	background:#FFFFFF;
	padding:15px;
}
.content-block p {
	padding:0;
}
.item-block {
	position:relative;
	float:left;
	box-sizing:border-box;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
	padding:15px 0;
	/* Needs a margin to properly display the bottom box shadow */
	margin:15px 0; 
}
.item-title {
	min-height:160px;
}
.item-content {
	min-height:125px;
}
.parallax-container {
	min-height:400px;
	position: relative;
	background-position: center!important;
	background-attachment:fixed!important; 
	color:#FFFFFF;
	padding:100px 0;
}
/* END Blocks */

/* Slides */
#slides-carousel {
	margin-bottom:50px;
}
/* END Slides */

/*  Miscellaneous */
.statistic-block {
	border:1px solid #B60D21;
	background:#B60D21;
}
.statistic-block:hover {
	border:1px solid #F30A26;
	background:#F30A26;
	color:#FFFFFF;
	transition:background .5s;
}
.no-button {
	color:#B60D21;
}
.horizontal-divider {
	width:100%;
	height:1px;
	float:left;
	margin:5px 0;
    background:#CACACA;
}
/*  END Miscellaneous */

/* CUSTOM */
.center {
	padding:30px 15px;
	margin-bottom:30px;
	background:#FFFFFF;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);
	border:1px solid #E4E4E4;
}
.contact-icon {
	font-size:19px;
}

/* Testimonials */
#testimonial {
	margin:100px auto 25px auto;
}
.testimonial-container {
	margin:5px;
	position:relative;
	border:3px solid #CCCCCC;
	min-height:250px;
}
.testimonial-image-container {
	position:absolute;
	top:-50px;
	left:50%;
	transform:translateX(-50%);
	width:200px;
	padding-right:50px;
	padding-left:50px;
}
.testimonial-image {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100px;
	height:100px;
	border:5px solid #FFFFFF;
	border-radius:50%;
	box-shadow:0 0 0 10px #D2AC67;
	background:#B60D21;
	padding:0 20px;
}
.testimonial-image p {
	color:#FFFFFF;
	font-size:25px;
	letter-spacing:2px;
	font-weight:500;
}
.testimonial-text {
	margin-top:50px;
	padding:0 20px;
}
.testimonial-text h2 {
	text-transform:none;
}
.testimonial-text p {
	text-align:justify;
}
.testimonial-text i {
	color:#B00000;
	font-size:22px;
}
.testimonial-bottom-separator {
	margin-bottom:75px;
}
/* END Testimonials */

/* Image zoom */
.image-zoom {
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:pointer;
	background:#FFFFFF;
}
.image-zoom .text-mask,
.image-zoom .content {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
}
.image-zoom img {
	display:block;
	position:relative;
}
.image-zoom h2 {
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:center;
	position:relative;
	padding:10px;
	background:rgba(0, 0, 0, 0.8);
	margin:50px 0 0 0;
	font-weight:bold;
}
.image-zoom p {
	position:relative;
	color:#FFFFFF;
	padding:10px 20px 20px;
	text-align:center;
	margin:15px 0;
}
.image-zoom-first img {
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.image-zoom-first:hover img {
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}
.image-zoom-first:hover .text-mask {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;
}
/* END Image zoom */
.titlulogo td{
		color:#043174;
		}

@media screen and (max-width:767px) {
    body {
		padding-top:0px;
	}
	.logo {
		margin:0;
	}
	.full-width-colored-background,
	.full-width-transparent-background {
		padding:30px 0;
	}
	.h2-as-h1 {
		font-size:25px;
	}
	#homepage h1, #homepage .h2-as-h1 {
		padding:25px 0 50px 0;
	}
	
	.homepage-block {
		margin-bottom:30px;
	}
	.homepage-button h2 {
		font-size:22px;
		font-weight:normal;
	}
	.parallax-container {
		padding:70px 0;
		background-attachment: unset !important;
	}
	.titlulogo td{
		color:white;
		}
}
@media screen and (max-width:988px) {
.titlulogo td{
		color:white;
		}	
.ascunsmare{
	display:contents!important;
	}
.brdcer{
	width:100%;
	}	
}
@media screen and (min-width:768px) and (max-width:991px) {
	.logo {
		margin:0;
	}
	.homepage-block {
		margin-bottom:30px;
	}
	.homepage-button h2 {
		font-size:18px;
	}
	#homepage h1, #homepage .h2-as-h1 {
		padding: 0px 0 50px 0;
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	.homepage-block {
		margin-bottom:30px;
	}
	#homepage h1, #homepage .h2-as-h1 {
		padding: 0px 0 50px 0;
	}
}