/* TEMPLATE CUSTOM FONTS */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 10, 2015 */

@font-face {
    font-family: 'impactregular';
    src: url('../webfonts/impact_0-webfont.eot');
    src: url('../webfonts/impact_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/impact_0-webfont.woff2') format('woff2'),
         url('../webfonts/impact_0-webfont.woff') format('woff'),
         url('../webfonts/impact_0-webfont.ttf') format('truetype'),
         url('../webfonts/impact_0-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'FontAwesome';
	src: url('../webfonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../webfonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
	url('../webfonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
	url('../webfonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), 
	url('../webfonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), 
	url('../webfonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* BASE TYPOGRPHY */

body {
    font-family: 'Open Sans', sans-serif;
}
	
/* HEADERS */

h1,h2,h3,h4,h5,h6 {font-family: 'impactregular'; color: #0f0f0f;margin-bottom:15px;font-weight:normal;text-transform:uppercase;}
h1 { font-size: 36px;}
h2 { font-size: 30px;}
h3 { font-size: 24px;}
h4 { font-size: 20px;}
h5 { font-size: 18px;}

/* PARAGRAGHS */

p { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.3em;padding-bottom:10px;}
em{font-style:italic;}
ul{padding-left:20px;}
ol{padding-left:20px;}
ul li {list-style-type: disc;}
ul ul li {list-style-type: circle;}

::-moz-selection {
    background: #4E8B45;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4E8B45;
    color: #fff;
    text-shadow: none;
}

/* LINKS */

a{
	color:#cb2024;
	text-decoration:underline;
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

a:hover{
	text-decoration:none;
}

.floatright{float:right;}
.floatleft{float:left;}
.imageright{float:right;margin:0 0 15px 1%;}
.imageright img{border:#efefef 10px solid;box-sizing:border-box;}
.imageleft{float:left;margin:0 1% 15px 0;}
.imageleft img{border:#efefef 10px solid;box-sizing:border-box;}

.button-black a{display:inline-block;background:#111111;border:#262626 1px solid;text-transform:uppercase;padding:12px 25px;margin:0 5px 2px 5px;font-size:18px;font-weight:700;font-family: 'roboto_condensedbold', sans-serif;color:#fff;text-decoration:none;}
.button-black a:hover{background:#ccc;}

strong{font-weight:700;}

.redbutton{}

.redbutton a {
    background: #ee1f24;
    border:#ee1f24 1px solid;
    display: inline-block;
    min-width: 230px;
    color: #fff;
    font-family: 'impactregular';
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 8px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    text-align: center;
    padding: 12px 20px;
    position: relative;
    text-decoration:none;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(74,67,66,84);
    -moz-box-shadow: 5px 5px 0px 0px rgba(74,67,66,84);
    box-shadow: 5px 5px 0px 0px rgba(74,67,66,84);
}


.redbutton a:hover{background:#111111;border:#fff 1px solid;}

.red{color:#ed4747;}
.blue{color:#0b558b;}
.black{color:#000;}
.white{color:#fff;}

.move-left{float:left;margin:0 20px 20px 0;}
.move-right{float:right;margin:0 0 20px 20px;}

table {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    border-spacing: 0;
    margin: 0 0 10px;
    text-align: left;
	table-layout:fixed;
}
table tr:nth-child(even) {
  }
table tr.even,
table th,
thead td {
  }
table td,
table th {
      padding: 5px;
      border: 1px solid #d4d4d4;
      vertical-align: top;
  }
table th {
      font-weight: bold;
  }


/*===================== 
	Responsive styles 
=======================*/

@media screen and (max-width: 1170px) {

}

@media screen and (max-width: 1024px) {
 #contact-us td p{font-size:13px;}
}

@media screen and (max-width: 800px) {
h1 { font-size: 36px;}
h2 { font-size: 30px;}
h3 { font-size: 24px;}
h4 { font-size: 20px;}
h5 { font-size: 16px;}
p { font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.5em;padding-bottom:10px;}
table td,
table th {
  display:inline-block;width:49%;
}
}

@media screen and (max-width: 600px){
.redbutton a{padding: 12px 10px;}
table td,
table th {
      display:block;
		width:100%;
  }
}
