/*
 * RQZDESIGNS
 * Ramelli Demo 2019
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

* {
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
}
body {
	background: #fff;
	margin: 0;
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 400;
}


p {
	padding: 0;
	margin-bottom: 12px;
  font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin-top: 10px;
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}
.mr {margin-right: 15px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: white;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 8px 30px 9px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 65%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
}

.btn-subscribe {
	background: #B18904;
	color: white;
	border-radius: 50px;
	margin-left: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 11px 28px 10px 28px;
}


/* Buttons Configuration */
.btn-conf {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 11px 28px 10px 28px;
	}

.btn-theme {
	background: #B18904;
	color: white
}

/* Bootstrap Modification */

hr {
	border: 1px solid #5a5a5a;
	width: 70px;
}

/* HEADER CONFIGURATION - CREATED BY CODROPS */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.demo-1 .large-header {
	background-image: url('../img/demo-1-bg.jpg');
}

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
	top: 40%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.sub-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
	top: 55%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.main-tagline {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 65%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	font-size: 18px;
}

.demo-1 .main-title {
	text-transform: uppercase;
	font-size: 42px;
	letter-spacing: 4px;
}
.main-title .thin {
	font-weight: 100;
}
.main-title .gold {
		color: #B18904;
}

.demo-1 .sub-title {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 3px;
}
.sub-title .thin {
	font-weight: 100;
}
.sub-title .gold {
		color: #B18904;
}



@media only screen and (max-width : 768px) {
	.demo-1 .main-title {
		font-size: 30px;
	}
	.demo-1 .sub-title {
		font-size: 20px;
	}
}

/* BLACK SECTION */
#blk {
	background: #181818;
	padding-bottom: 80px;
	padding-top: 80px;
}

#blk h5 {
	color: #B18904;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#blk h4 {
	color: #B18904;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#blk hr {
	border: 1px solid #B18904;
	width: 100px;
	text-align: center;
	margin: 0 auto;
}


/* Grey Section */
#grey {
	background: #f3f3f3;
	padding-bottom: 80px;
	padding-top: 80px;
}

.icon {
	font-size: 40px;
}

#grey h5 {
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* News Section */
.news {
	background-position: center;
	background-image: url('../img/news-bg.jpg');
	background-size: cover;
}

.news .container {
	width: 100%
}

.wood {
	background-position: center;
	background-image: url('../img/moss.jpg');
	background-size: cover;
}

.wood .container {
	width: 100%
}

.truffD {
	background-position: right;
	background-image: url('../img/TruffDaddyBG.jpg');
	background-size: auto;
}

.truffD .container {
	width: 100%
}

.truffL {
	background-position: right;
	background-image: url('../img/truffeliniBG.jpg');
	background-size: auto;
}

.truffL .container {
	width: 100%
}

.truffLF {
	background-position: right;
	background-image: url('../img/truffeliniBG.jpg');
	background-size: cover;
}

.truffLF .container {
	width: 100%
}
.truffTTHB {
	background-position: right;
	background-image: url('../img/TTH_BG.jpg');
	background-size: cover;
}

.truffTTHB .container {
	height: 100%
}

.section-bg-color {
	background-color: #fff;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
}

.section-bg-color-grey {
	/*background-color: black;*/
	/*background-image: url('../img/grey.jpg');*/
	height: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
}

.section-bg-color h3, .section-bg-color h1, .section-bg-color p, .section-bg-color-grey p {
	margin-left: 25px;
	margin-right: 25px
}

.section-bg-color h3 {
	font-weight: 300;
}

.section-bg-color h1 {
	font-weight: 900;
	text-transform: uppercase;
}

.section-bg-color hr{
	border-bottom: 1px solid #e5e6ec;
	border-top: transparent;
	width: 100%;
}

.section-bg-color hr.blog {
	border: 2px solid #5a5a5a;
	width: 70px;
	margin-left: 25px;
}

.section-bg-color-grey h1, .section-bg-color-grey p{
	color: #FFFFFF;
	font-weight: 500;
}

.section-bg-color-grey hr.blog {
	border: 2px solid #FFFFFF;
	width: 70px;
	margin-left: 25px;
}

nm {
	font-size: 12px;
	color: #939399;
	font-weight: 400;
}

/*PORTFOLIO SECTION*/
#portfolio {
    position: relative;
    padding-bottom: 0;
    display: block;
    width: 100%;
}
.cbp-item-wrapper {
    background: #1D1D25;
}
.cbp-item-wrapper a img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cbp-item-wrapper a:hover img {
    opacity: 0.8;
}
.cbp-l-caption-title {
	color: #fff;
	font: 400 16px/18px sans-serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

@media (min-width: 1580px) {
	.cbp-l-grid-fullScreen .cbp-item {
    /* @editable properties */
    min-width: 400px;
    max-height: 600px;
}
}

/* FEATURED SECTION */
#featured {
	padding-bottom: 0;
	background: url("../img/featured.jpg");
	-webkit-background-size: cover;
	background-size: cover;
	color: #b9b9b9;
	text-align: center;
}

#featured .overlay {
	padding-bottom: 0;
	background: none repeat scroll 0 0 rgba(40, 40, 40, 0.9);
	padding-top: 100px;
	width: 100%;
	height: 100%;
}

#featured h5 {
	color: #B18904;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#featured p {
	color: #b9b9b9;
}

#featured hr {
	border: 1px solid #B18904;
	width: 100px;
}




/* HEADER SECTION */
#h, #t{
	/*background: url(../video/poster.png) no-repeat center top;*/
	padding-top: 210px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	color: white;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#h video, #t video  {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}


#h h1, #t h1 {
	text-transform: uppercase;
	font-size: 42px;
	letter-spacing: 4px;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}
#h h1 .gold, #t h1 .gold {
		color: #B18904;
}

#h h5, #t h5 {
	padding-top: 35px;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 3px;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}

#h h5 .gold, #t h5 .gold {
		color: #B18904;
}

#h h2, #t h2 {
	font-size: 35px;
}

#h p, #t p{
	position: relative;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 65%;
	left: 50%;
	font-size: 18px;
}

@media only screen and (max-width : 768px) {
	#h h1 {
		font-size: 30px;
	}
	#h h5 {
		font-size: 20px;
	}

	#h {
		background: url(../video/video.gif) no-repeat center top;
		padding-top: 210px;
		text-align:center;
		background-attachment: relative;
		background-position: center center;
		min-height: 700px;
		width: 100%;
		color: white;

			-webkit-background-size: 100%;
			-moz-background-size: 100%;
			-o-background-size: 100%;
			background-size: 100%;

			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
	}

	#t {
		background: url(../video/video2.gif) no-repeat center top;
		padding-top: 210px;
		text-align:center;
		background-attachment: relative;
		background-position: center center;
		min-height: 900px;
		width: 100%;
		color: white;

			-webkit-background-size: 100%;
			-moz-background-size: 100%;
			-o-background-size: 100%;
			background-size: 100%;

			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
	}
	.truffLF {
		background-position: right;
		background-image: url('../img/truffeliniBLK.jpg');
		background-size: cover;
	}
}

@media only screen and (max-width : 1366px) {
	#h h1 {
		font-size: 30px;
	}
	#h h5 {
		font-size: 20px;
	}

	#h {
		background: url(../video/video.gif) no-repeat center top;
		padding-top: 210px;
		text-align:center;
		background-attachment: relative;
		background-position: center center;
		min-height: 700px;
		width: 100%;
		color: white;

			-webkit-background-size: 100%;
			-moz-background-size: 100%;
			-o-background-size: 100%;
			background-size: 100%;

			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
	}

	#t {
		background: url(../video/video2.gif) no-repeat center top;
		padding-top: 210px;
		text-align:center;
		background-attachment: relative;
		background-position: center center;
		min-height: 900px;
		width: 100%;
		color: white;

			-webkit-background-size: 100%;
			-moz-background-size: 100%;
			-o-background-size: 100%;
			background-size: 100%;

			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
	}
	.truffLF {
		background-position: right;
		background-image: url('../img/truffeliniBLK.jpg');
		background-size: cover;
	}
}

/* 2436x1125px at 458ppi IPHONE XS*/
@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (-webkit-device-pixel-ratio : 3) {
		#h h1 {
			font-size: 30px;
		}
		#h h5 {
			font-size: 20px;
		}

		#h {
			background: url(../video/video.gif) no-repeat center top;
			padding-top: 210px;
			text-align:center;
			background-attachment: relative;
			background-position: center center;
			min-height: 700px;
			width: 100%;
			color: white;

				-webkit-background-size: 100%;
				-moz-background-size: 100%;
				-o-background-size: 100%;
				background-size: 100%;

				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
		}

		#t {
			background: url(../video/video2.gif) no-repeat center top;
			padding-top: 210px;
			text-align:center;
			background-attachment: relative;
			background-position: center center;
			min-height: 900px;
			width: 100%;
			color: white;

				-webkit-background-size: 100%;
				-moz-background-size: 100%;
				-o-background-size: 100%;
				background-size: 100%;

				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
		}
		.truffLF {
			background-position: right;
			background-image: url('../img/truffeliniBLK.jpg');
			background-size: cover;
		}

	}

	/* 1792x828px at 326ppi XR */
	@media only screen
    and (device-width : 414px)
    and (device-height : 896px)
    and (-webkit-device-pixel-ratio : 2) {
		#h h1 {
			font-size: 30px;
		}
		#h h5 {
			font-size: 20px;
		}

		#h {
			background: url(../video/video.gif) no-repeat center top;
			padding-top: 210px;
			text-align:center;
			background-attachment: relative;
			background-position: center center;
			min-height: 700px;
			width: 100%;
			color: white;

				-webkit-background-size: 100%;
				-moz-background-size: 100%;
				-o-background-size: 100%;
				background-size: 100%;

				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
		}

		#t {
			background: url(../video/video2.gif) no-repeat center top;
			padding-top: 210px;
			text-align:center;
			background-attachment: relative;
			background-position: center center;
			min-height: 900px;
			width: 100%;
			color: white;

				-webkit-background-size: 100%;
				-moz-background-size: 100%;
				-o-background-size: 100%;
				background-size: 100%;

				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
		}
		.truffLF {
			background-position: right;
			background-image: url('../img/truffeliniBLK.jpg');
			background-size: cover;
		}


	 }


/* 2688x1242px at 458ppi XS MAX*/
@media only screen
and (device-width : 414px)
and (device-height : 896px)
and (-webkit-device-pixel-ratio : 3) {
	#h h1 {
		font-size: 30px;
	}
	#h h5 {
		font-size: 20px;
	}

	#h {
		background: url(../video/video.gif) no-repeat center top;
		padding-top: 210px;
		text-align:center;
		background-attachment: relative;
		background-position: center center;
		min-height: 700px;
		width: 100%;
		color: white;

			-webkit-background-size: 100%;
			-moz-background-size: 100%;
			-o-background-size: 100%;
			background-size: 100%;

			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
	}

	#t {
		background: url(../video/video2.gif) no-repeat center top;
		padding-top: 210px;
		text-align:center;
		background-attachment: relative;
		background-position: center center;
		min-height: 900px;
		width: 100%;
		color: white;

			-webkit-background-size: 100%;
			-moz-background-size: 100%;
			-o-background-size: 100%;
			background-size: 100%;

			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
	}
	.truffLF {
		background-position: right;
		background-image: url('../img/truffeliniBLK.jpg');
		background-size: cover;
	}
 }

 /* Separators - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 350px;
	position: relative;

	-webkit-background-size: 30%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.s01 {
	background-image: url('../img/truffeliniDivider.jpg');
}
