/*
Theme Name: Blank Template
Author: Author
Company: Twinsense Online Brand Excitement
Author URI: http://www.twinsense.nl
Version: 1.0
*/

body{
	font-family: 'Roboto', sans-serif;
	background-color: #F0EDE3;
}

h1,h2,h3{
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 900;
	color: #000;	
}

p{
	margin-bottom: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}

ul{
	padding-left: 15px;
	margin-bottom: 20px;
	font-weight: 400;
}

.top-header{
	position: fixed;
	z-index: 999;
	background-color: #F9F7F8;
	width: 70%;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
}

.top-header .container{
	position: relative;
}

.logo-holder{
	position: relative;
	z-index: 999;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.logo-holder{
		float: left;
		width: 70px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.logo-holder{
		float: left;
		width: 113px;
	}
}

.logo-holder a img{
	width: 100%;
	height: auto;
}

#menu li {
	display:inline-block;
	margin: 5px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.0);
}
#menu li.active{
	background: rgba(0,0,0, 0.0);
	color: #000;
	border-bottom: 2px solid #000;
}
#menu li a{
	text-decoration:none;
	color: #454746;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
}
#menu li.active a:hover{
	color: #454746;
}
#menu li:hover{
	background: rgba(255,255,255, 0.0);
	border-bottom: 2px solid #000;
}
#menu li a,
#menu li.active a{
	padding: 5px 0px;
	display:block;
}
#menu li.active a{
	color: #000;
}
#menu{
	position:absolute;
	min-height: 40px;
	z-index: 70;
	padding: 0;
	top: 0;
	left: 0;
	float: left;
	background-color: #F9F7F8;
	border-radius: 0px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.menu-toggle{
		padding: 4px 8px;
		float: right;
		width: 40px;
		background-color: #414141;
		display: block;
		cursor: pointer;
		transition: 0.3s ease all;
		margin: 7px;
		border-radius: 4px;
	}	
	
	#menu{
		margin-right: 20px;
		margin-top: 50px;
		margin-left: 130px;
		margin-bottom: 7px;
		margin-top: 40px !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.menu-toggle{
		padding: 5px;
		float: right;
		width: 40px;
		background-color: #414141;
		display: none;
		transition: 0.3s ease all;
		margin: 7px;
		border-radius: 4px;
	}
	
	#menu{
		margin-right: 7px;
		margin-top: 7px;
		margin-left: 130px;
		margin-bottom: 7px;
		width: 50%;
		margin-top: 0px !important;
	}
}

@media only screen and (min-width : 992px) {
		#menu{
			width: 55%;
			margin-top: 0px !important;
		}
    }

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#menu{
		width: 60%;
		margin-top: 40px !important;
	}
}

.icon-bar{
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	transition: 0.3s ease all;
	margin-top: 4px;
	margin-bottom: 4px;
}

.hidden{
	display: none;
	transition: 0.3s ease all;
}

.slide{
	background-size: cover;
	background-position: center center;
	background-color: #F0EDE3;
}

.slide .container{
	position: relative;
	margin-top: 40px !important;
}

.left-bottom{
	background-color: rgba(255,255,255,0.8);
	margin-top: 35%;
	margin-bottom: 50px;
	text-align: left;
	padding: 25px;
	float: left;
	border-radius: 0px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
}

.right-top{
	background-color: rgba(255,255,255,0.8);
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: left;
	padding: 25px;
	float: right;
	border-radius: 0px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
}

@media only screen and (min-width : 320px) {
	
	.left-bottom{
		width: 90%;
	}

	.right-top{
		width: 90%;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.left-bottom{
		width: 50%;
	}

	.right-top{
		width: 50%;
	}
}

.left-bottom img,
.right-top img{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.embed-container{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


