

body {
	margin: 0px;
	padding: 0px;
	background: #000;
	color: #fff;
	font-family: 'Trebuchet MS';
}

a {
	color: #fff;
	text-decoration: none;

}

.tp-main-logo {
	float: left;
	margin: 30px 30px 14px 30px;
}
	.tp-logo{
   		height: 50px;
   	}
.tp-main-nav {
	margin: 54px 0px 0em 14px;
	display: block;
	float: left;
	border-top: 1px solid #fff;
	padding: 12px 0px 10px 90px;
	width: 100%;
}

.tp-tp {
	margin-top: 40px;
		float: left;
}


.tp-tp h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.6em;


}
nav>a{margin: 0px; padding: 0px; display: flex;}
nav {
	display: flex;
	justify-content: flex-start;
	align-items: top;
	border-bottom: 1px solid #fff;
	position: relative;
	margin-bottom: 24px;
}

.tp-sub li {
	list-style: none;
}

.tp-sub li a {
	color: #999;
	font-weight: bolder;
}

.tp-content {
	min-width: 1024px;
	max-width: 2048px;
	margin: 20px auto;
	color: #ccc;
}
.tp-content a{
	color: #fff;
	font-weight: 100;
	text-decoration: underline;
}

.tp-img-container img{
	width: 50%;
	height: auto;
}
.tp-arrow {
	position: absolute;
	left: 220px;
	height:  110px;
}

.tp-seperator {
	float: left;
	position: relative;
	width: 40px;
	display: block;
}

.tp-seperator img {
	float: left;
	position: absolute;
	top: -55px;
	width: 40px;
	display: block;
	z-index: 1000;
}

.tp-menu-item {
	float: left;
}

.tp-menu-item a {
	margin-left: 50px;
}
.tp-burger{
	display: none;
}
.tp-sub-nav{
	width: 350px;
	margin-top: 15px;
}
.tp-img-container{
	text-align: center;
}
.tp-content-container{
	display: flex;
}
.tp-offer{
	border: 1px solid #fff;
	padding: 30px;
	text-align: center;
	animation: offer 200ms infinite alternate ease-in-out;
}
@keyframes offer{
	0% { opacity: 100%}
	30%{ opacity: 0%; }
	100%{ opacity: 100%; }

}


.tp-pages{
	clear: both;
	width: 280px;
	margin: 30px auto;
}
.tp-pages img{
	height: 60px;
}
.tp-preview-container{
		display: flex;
	}
	.tp-preview-img{
	}
	.tp-sub a:hover{
		color: #fff;
	}
@media only screen and (min-width:1400px) {
	.tp-tp {
		width: 139px;
		float: left;
		font-size: 0.9em;
	}

}

@media only screen and (min-width : 768px) and (max-width : 1024px){
	body{
		font-size: 12px;
	}
	.tp-tp {
		width: 146px !important;
	}

	.tp-tp h1 {
		font-size: 1.8em;
	}

	.tp-content {
		width: 100% !important;

	max-width: 100%;
	min-width: 100%;
	}

	.tp-menu-item {
		float: right;
		font-size: 0.8em;
		text-align: center;
	}
	.tp-menu-item a{
		;
}

	.tp-seperator {
		float: left;
		position: relative;
		width: 20px;
		display: block;
	}

	.tp-seperator img {
		float: left;
		position: absolute;
		top: -29px;
		width: 20px;
		height: 60px;
		display: block;
		z-index: 1000;
	}

	.tp-menu-item {
		float: left;

	}

	.tp-menu-item a {
		margin-left: 10px;
	}
	.tp-main-nav {
	margin: 54px 0px 0em 8px;
	display: block;
	float: left;
	border-top: 1px solid #fff;
	padding: 12px 0px 4px 0px;
}

}
@media only screen 
    and (max-width: 390px) 
   {
   	body{
   		font-size: 10px;
   	}
   	.tp-tp {
   		margin-top: 46px;

   	}
   	.tp-content-container{
   		display: block;
   	}
   	.tp-content-cell{
   		width: 90%;
   		margin-left: 5%;
   	}
   	.tp-logo{
   		height: 30px;
   	}
   	.tp-tp{
   		font-size: 0.8em;
   	}
	.tp-main-nav {
		display: none;
	}
	.tp-sub-nav{
		width: 100%;
		font-size: 22px;
		line-height: 0.96em;
	}
	nav{
		width: 100%;
	}
	.tp-content{
		max-width: 100%;
		min-width: 100%;
		padding: 1em;
	}	
	.tp-burger{
		display: flex;
		justify-self: flex-end;
		align-self: flex-end;
		margin-left: auto;
		margin-right: 25px;
		margin-bottom: 7px;
	}
	.tp-burger>img{
		width: 60px;
		height: auto;
	}
	
	.tp-show{
			display: block;
	
	}
	.tp-main-nav{
		background: #000;
		position: absolute;
		top: 22px;
		right: 32px;
		width: 234px;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.tp-menu-item {
		display: block;
		clear: both;
		font-size: 2.5em;
		padding: 20px 0px 20px 0px;
	}

	.tp-seperator {
		display: none;
	}

	.tp-seperator img {
		float: left;
		position: absolute;
		top: -12px;
		height: 30px;
		width: 2px;
		display: block;
		z-index: 1000;
	}

	.tp-menu-item {
		float: left;

	}

	.tp-menu-item a {
		margin-left: 12px;
	}
	.tp-arrow{
	height: 110px;
}


}


