/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'OpenSans-BoldItalic';
    src: url('../fonts/OpenSans-BoldItalic.ttf');
}
@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.ttf');
}
@font-face {
    font-family: 'OpenSans-ExtraBoldItalic';
    src: url('../fonts/OpenSans-ExtraBoldItalic.ttf');
}
@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../fonts/OpenSans-Italic.ttf');
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.ttf');
}
@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url('../fonts/OpenSans-LightItalic.ttf');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: 'OpenSans-SemiboldItalic';
    src: url('../fonts/OpenSans-SemiboldItalic.ttf');
}
/* font open sans */
.font-bold{
	font-family: 'OpenSans-Bold' !important;
}
.font-bolditalic{
	font-family: 'OpenSans-BoldItalic' !important;
}
.font-semibold{
	font-family: 'OpenSans-SemiBold' !important;
}
.font-semibolditalic{
	font-family: 'OpenSans-SemiboldItalic' !important;
}
.font-extrabold{
	font-family: 'OpenSans-ExtraBold' !important;
}
.font-extrabolditalic{
	font-family: 'OpenSans-ExtraBoldItalic' !important;
}
.font-regular{
	font-family: 'OpenSans-Regular' !important;
}
.font-light{
	font-family: 'OpenSans-Light' !important;
}
.font-lightitalic{
	font-family: 'OpenSans-LightItalic' !important;
}
.font-italic{
	font-family: 'OpenSans-Italic' !important;
}
.font-bolditalic{
	font-family: 'OpenSans-BoldItalic' !important;
}
body{
	background-color: #F0F0F0 !important;
	font-family: 'OpenSans-Regular' !important;
}

.home-list {
    list-style: none;
    padding-left: 0;
	padding-top: 0 !important;
}
.home-list li {
    position: relative;
    padding-left: 50px;
	padding-top: 5px;
	margin-top: 10px;
}
.home-list li:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    background-image: url('../images/list.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    
}
.text-orange{
	color: #FE721D !important;
}
.text-dark2{
	color: #3A302F !important;
}
.footer-content{
	background-color: #FFF !Important;
	//border-top: solid 2px #3A302F;
}
.background-orange{
	background-color: #FE721D !important;
}
.background-dark2{
	background-color: #3A302F !important;
}
.background-white2{
	background-color: #F0F0F0 !important;
}
.background-brown{
	background-color: #262626 !important;
}
.no-border{
	border: 0 !important;
}
.font-size-12 {
  font-size: 12px !important; }
  
.font-size-14 {
  font-size: 14px !important; }
  
.font-size-16 {
  font-size: 16px !important; }
  
.font-size-18 {
  font-size: 18px !important; }
  
.font-size-20 {
  font-size: 20px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-26 {
  font-size: 26px !important; }

.font-size-28 {
  font-size: 28px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-32 {
  font-size: 32px !important; }
  
.font-size-34 {
  font-size: 34px !important; }
  
.font-size-36 {
  font-size: 36px !important; }
  
.font-size-38 {
  font-size: 38px !important; }
  
.font-size-40 {
  font-size: 40px !important; }
  
.font-size-42 {
  font-size: 42px !important; }
  
.font-size-44 {
  font-size: 44px !important; }
  .line-height-16{
	line-height: 16px;
}
.line-height-18{
	line-height: 18px;
}
.line-height-20{
	line-height: 20px;
}
.line-height-22{
	line-height: 22px;
}
.line-height-24{
	line-height: 24px;
}
.line-height-26{
	line-height: 26px;
}
.line-height-28{
	line-height: 28px;
}
.line-height-30{
	line-height: 30px;
}
.line-height-32{
	line-height: 32px;
}
.line-height-34{
	line-height: 34px;
}
.line-height-36{
	line-height: 36px;
}
.line-height-38{
	line-height: 38px;
}
.line-height-40{
	line-height: 40px;
}
.font-weight{
	font-weight: bold;
}
.font-weight-100{
	font-weight: 100 !important;
}
.font-weight-200{
	font-weight: 200 !important;
}
.font-weight-300{
	font-weight: 300 !important;
}
.font-weight-400{
	font-weight: 400 !important;
}
.font-weight-500{
	font-weight: 500 !important;
}
.font-weight-600{
	font-weight: 600 !important;
}
.font-weight-700{
	font-weight: 700 !important;
}
.font-weight-800{
	font-weight: 800 !important;
}
.rounded{
	background-color: white;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.grid-4-columns .grid-item:nth-child(4n+5){
    clear: both; }