/* Styles for screens that are atleast 768px; */
@media only screen and (min-width : 1441px){ 
body{ 
	 font-size: 100%;
	line-height: 155%; 
}  
#header_nav {
  	position: fixed;
	z-index:10;
}  

#order{
	padding:100px;
	background:#fff;
	border-radius:20px;
	margin-top:-500px;
}

.contactdetails{
	z-index:8;
	position:absolute;
	left: 10px;
	top:130px ;
	background-color:#fff;
	padding:50px;
	width:25%;
}


#tfpfooter{
	background-image: url(/assets/logos/TFP-brand-billboard.png);
	background-repeat: no-repeat;
	background-position: center;    
	background-size:80%;
	background-color:#fff; 
	text-indent: -9000px;
	border-radius:8px;
	padding:80px 0;  
	display: block;
	margin-top:-170px;
}


h2{
	font-size:450%;
}

.gallery li{
	padding-bottom:20%;
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
}

.trending .subusername{
	margin-bottom: 10px;
}

.super_banner img{
	width:100%;
	max-width:1080px;
}

.lpullin{
	margin-left: -0.9375em;
}


.lcreatespace{ 
	display: block;
	margin: 26px 0; 
	width: 100%;
	height: 1px;
	clear:both;
}

.lcreatespaceclear {
	display: block;
	margin: 12px;
	clear: both;
	width: 100%;
	height: 1px;
}

.lclear {
	clear: both;
	height: 0;
}

.lloggedinpad{
	padding:40px 40px 0 40px;
	text-align:center;
}

.lpushoff-top{
	margin:20px 0 0 0;
}

.lleft {
	float: left !important;
}

.lright {
	float: right !important;
}

.large-menu {
	position: absolute;
	width: 260px;
	top:0;
	left:0;
	z-index:1;
}


.lpaddme { 
	padding:0 45px;
}

.paddmyleft {
	padding:0 0 0 25px;
}

.paddmyright {
	padding:0 25px 0 0;
}


.lswimmer{
	height:40px;
	padding:2px
}


/*###############################################################################*/

 
.large-1 {
	position: relative;
	width: 8.33333%;
}

.large-2 {
	position: relative;
	width: 16.66667%;
}

.large-3 {
	position: relative;
	width: 25%;
}

.large-4 {
	position: relative;
	width: 33.33333%;
}

.large-5 {
	position: relative;
	width: 41.66667%;
}

.large-6 {
	position: relative;
	width: 50%;
}

.large-7 {
	position: relative;
	width: 58.33333%;
}

.large-8 {
	position: relative;
	width: 66.66667%;
}

.large-9 {
	position: relative;
	width: 75%;
}

.large-10 {
	position: relative;
	width: 83.33333%;
}

.large-11 {
	position: relative;
	width: 91.66667%;
}

.large-12 {
	position: relative;
	width: 100%;
}

.large-offset-0 {
	position: relative;
	margin-left: 0%;
}

.large-offset-1 {
	position: relative;
	margin-left: 8.33333%;
}

.large-offset-2 {
	position: relative;
	margin-left: 16.66667%;
}

.large-offset-3 {
	position: relative;
	margin-left: 25%;
}

.large-offset-4 {
	position: relative;
	margin-left: 33.33333%;
}

.large-offset-5 {
	position: relative;
	margin-left: 41.66667%;
}

.large-offset-6 {
	position: relative;
	margin-left: 50%;
}

.large-offset-7 {
	position: relative;
	margin-left: 58.33333%;
}

.large-offset-8 {
	position: relative;
	margin-left: 66.66667%;
}

.large-offset-9 {
	position: relative;
	margin-left: 75%;
}

.large-offset-10 {
	position: relative;
	margin-left: 83.33333%;
}

.large-offset-11 {
	position: relative;
	margin-left: 91.66667%;
}

.column.large-centered,  .columns.large-centered, .large-centered {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: none !important;
}

.column.large-uncentered,  .columns.large-uncentered {
	margin-left: 0;
	margin-right: 0;
	float: left !important;
}

.column.large-uncentered.opposite,  .columns.large-uncentered.opposite {
	float: right !important;
}

.lhide{
	display:none;
}

.lcolumn, .lcolumns {
	position: relative;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	float: left;
 
} 

.lcolumn_left {
	position: relative;
	padding-right: 0.9375em;
	float: left;
} 

.lcolumn_right {
	position: relative;
	padding-left: 0.9375em;
	float: right;
}


}