html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
a {
	outline:0 !important;
	outline:none !important;
}
.small-title {
	display:block;
	margin:10px 0px;
	font-size:16px;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.tuli-landing-page {
	background-image: url("../img/tuli-background.jpg");
	background-size: cover;
	background-position: 25% 90%;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
}
.centering-container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	margin-top: -80px;
}
.tuli-landing-header {
	text-align: center;
	font-size: 20px;
	line-height: 140%;
	font-weight: 400; 
	margin: 0 30px;
}
.tuli-logo {
	margin: 0 30px;
	padding-top: 65px;
}
.tuli-landing-social {
	display:block;
	height:inherit;
	text-align: center;
	margin-top: 30px;
}
.tuli-landing-social a {
	display:inline-block;
	margin: 0px 15px;
	
}
.tuli-landing-social a svg {
	width:40px;
	height:40px;
	fill:#222;
	transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	-webkit-transition:all 0.2s linear 0s;
}
.tuli-landing-social a:hover svg {
	fill:#dfdfd2;
}

.tuli-landing-footer {
	color: #dfdfd2;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 10px 0;
}
.tuli-landing-footer div.top-menu > div{
	display: inline-block;
	padding: 10px 0;
	width: 30%;
}
.tuli-landing-footer div.sub-menu span, 
.tuli-landing-footer div.sub-menu a {
	display: inline-block;
	padding: 10px 0;
	width: 30%;
}
@media screen and (max-width: 1160px){
	.tuli-landing-footer .wines-provisions-container{
		display: block;
		width: 100%;
	}

	.tuli-landing-footer > div{
		width: auto;
	}
	.tuli-landing-footer .contact-container{
		padding-right: 20px;
	}
	.tuli-landing-footer .tech-sheet-container{
		padding-left: 20px;
	}
	.tuli-landing-footer div.top-menu > div{
		display: block;
		padding: 10px 0;
		width: inherit;
	}
	.tuli-landing-footer div.sub-menu span, 
	.tuli-landing-footer div.sub-menu a {
		display: block;
		padding: 10px 0;
		width: inherit;
	}
}

p {
	color: #dfdfd2;
}
a {
	text-decoration: inherit;
	color: #dfdfd2;
}
.envelope-icon {
	width: 32px;
	padding-right: 10px;
	vertical-align: middle;
}
.tech-sheet-icon {
	width: 30px;
	padding-right: 10px;
	vertical-align: middle;
}
@media screen and (min-width: 375px) {
	.tuli-landing-header {
		font-size: 25px;
	}
}
@media screen and (min-width: 568px) {
	.centering-container {
		margin-top: -30px;	
	}
	.tuli-logo {
		padding-top: 20px;
		width: 50%;
		display: block;
		margin: auto;
	}


}

@media screen and (max-width: 567px){
	.tuli-landing-page .tuli-landing-footer > div{
		display: block;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.tuli-logo {
		padding-top: 25px;
	}
}

@media screen and (min-width: 768px) {
	.tuli-landing-page {
		background-size: cover;
	}
	.tuli-landing-header {
		font-size: 30px;
	}
	.tuli-landing-footer {
		font-size: 16px;
	}
}
@media screen and (min-width: 1024px) {
	.centering-container {
		padding-bottom: 0;
		top: 46%;
	}
	.tuli-logo {
		display: block;
		margin: 0 auto;
		max-width: 470px;
		padding-top: 60px;
	}
	.envelope-icon {
		padding-top: 0;
		padding-bottom: 0;
		width: 40px;
	}
	.tech-sheet-icon {
		width: 34px;
	}
}
@media screen and (min-width: 1250px) {
	.centering-container {
		top: 50%;
	}
	.tuli-logo {
		max-width: 500px;
	}
}
@media screen and (min-width: 1550px) {
	.tuli-logo {
		max-width: 700px;
	}
}

#ot-sdk-btn {
    margin-left: 30px;
    cursor: pointer;
    color: #dfdfd2 !important;
    border: none !important;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0px !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
#ot-sdk-btn:hover,
#ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: transparent !important;
}