/* Styles for screens that are atleast 768px; */
@media only screen and (min-width : 1367px) { 
body{ 
	
}


.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;
}

.paddmesmall{
	padding:75px;
}

.paddmyleft {
	padding-left:100px;
}

.paddmyright {
	padding-right:100px;
}




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

 
.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;
}


}