<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* 	Responsive grid pixel system - v1.1
* 	Copyright 2015, Themedo
*   Author: Themedo
* 	Created Date : 06-02-2015
*/
.clearfix, .themedo-clearfix {
  *zoom: 1;
  clear:both;
}

.clearfix:before,,
.themedo-clearfix:before,
.clearfix:after,
.themedo-clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after,
.themedo-clearfix:after {
  clear: both;
}


/*------------------------------------------------------------------*/ 
/*	SKELETON OR GRID
/*------------------------------------------------------------------*/
.container {
	max-width: 1250px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	padding:0px 40px;
	position:relative;
	clear:both;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.container.full{
	max-width:100%;
}
.row {
	height:auto;
} 
[class*="td-col"], .themedo-column, .avalon_td_sidebar{
	float: left;
	margin-right: 4%;
}
[class*="td-col"].float-right{
	float:right;
}
[class*="td-col"].last, .avalon_td_sidebar.last, [class*="td-col"].no-space, themedo-column.last, .td-col-12{
	margin-right:0px;
}
  
.td-col-12 {  width: 100%;      }
.td-col-9  {  width: 74%;       }
.td-col-8  {  width: 65.3333%;  }
.td-col-6  {  width: 48%;       }
.td-col-4  {  width: 30.6666%;  }
.td-col-3  {  width: 22%;       }
.avalon_td_sidebar  {  width: 30.6666%;     }

.td-col-9.no-space  {  width: 78%;  }
.td-col-8.no-space  {  width: 69.3333%;  }
.td-col-6.no-space  {  width: 52%;  }
.td-col-4.no-space  {  width: 34.6666%;  }
.td-col-3.no-space  {  width: 26%;  }

@media (max-width: 1040px) {
.avalon_td_sidebar  {  width: 100%; clear:both; margin-right:0px; padding:50px 0px;  }
.td-col-8.fix { width:100%; }
.container{padding:0px 20px;}
}

@media (max-width: 768px) {
.td-col-12 {  width: 100%;  }
.td-col-9  {  width: 100%;  }
.td-col-8  {  width: 100%;  }
.td-col-6  {  width: 100%;  }
.td-col-4  {  width: 100%;  }
.td-col-3  {  width: 100%;  }
}

@media (max-width: 480px) {
.container{padding:0px 10px;}
}

</pre></body></html>