@font-face {
    font-family: 'futura_md_btmedium';
    src: url('../fonts/tt0142m_-webfont.woff2') format('woff2'),
         url('../fonts/tt0142m_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{ font-family:Arial, Helvetica, sans-serif;}
.top-call{margin-top:25px; margin-bottom:10px; text-align:right; font-size:18px; color: #333 !important;}
img{width: 100%; height: auto; display: block;}
h1{font: 600 100px/100px 'futura_md_btmedium';
color: #df1113;
text-transform: uppercase;
margin:20px 0 0 0;  text-align:justify;}
h2{font: 300 44px/44px 'futura_md_btmedium';
color: #cd2426;
text-transform: uppercase;
font-weight:normal;
margin: 0 0 33px 0;}
h3{font: 300 47px/50px 'futura_md_btmedium';
color: #fff;
text-transform: uppercase;
margin: 12px 0 15px 0; letter-spacing:16px;}
h5{ font-size:18px; font-weight:bold;}
@media (max-width:768px) {
	h3{font: 300 23px/35px 'futura_md_btmedium';}
}
h4.abt{ color:#C62829; margin:18px 0 4px 0; background:url(../images/circle.png) left center no-repeat; padding-left:18px;}
/*Boxes*/
.panel-default > .panel-heading{ border:0;}
.blue-box{ background:#0060aa !important; border:none;}
.red-box{ background:#cd2426 !important; border:none;}
.yellow-box{ background:#ebe004 !important; border:none;}
.panel h4{ color:#FFF; text-transform:uppercase; font-family: 'futura_md_btmedium'; font-size:29px; padding-left:12px;}
.panel p strong{ text-transform:uppercase;}

/*prod list*/
.list1 {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}
.list1 li {
    font-size: 14px;
    line-height: 1.428571429;
    margin: 0;
    padding-left: 50px;
    background: #ececec url(../images/list_arrow.png) 22px 24px no-repeat;
}
.list1 li:first-child + li {
    background: #d2d1d1 url(../images/list_arrow.png) 22px 24px no-repeat;
}
.list1 li:first-child + li + li + li {
    background: #d2d1d1 url(../images/list_arrow.png) 22px 24px no-repeat;
}
.list1 li a {
    font: 300 15px/59px 'Arial';
    color: #2c2c2c;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
footer{ margin:30px 0 22px;}
footer figure {
    float: left;
    margin-right: 20px;
    margin-top: 1px;
    width: 30px;
}
footer .fa-map-marker, footer .fa-mobile{ font-size:42px; color:#f5a64f;}
footer p, footer a{ color:#d2d0d0;}
footer a:hover{ color:#d2d0d0; text-decoration:underline;}

ul.app{ margin:0; padding:0;}
.app li{ background:url(../images/circle2.png) 0 0.3em no-repeat; list-style-type:none; padding:0 0 0 16px; margin-bottom:10px;}
h2.style1{ font-size:34px; margin-bottom:20px;}
h2.style2{ font-size:36px; margin-bottom:20px; color:#000;}


.btn-common {
  color: #FFF;
  background: #ff5959;
  position: relative;
  border: transparent;
  z-index: 1;
}

.btn-common:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  z-index: -1;
  
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-radius:before {
  border-radius: 5px 0px 0px 5px; 
}
.btn-common {
  background: #9C3 none repeat scroll 0 0; border-radius:0px;
}
.btn-common::before {
  background: #7aa427 none repeat scroll 0 0;
}
.productbox {
    background-color:#ffffff;
	padding:10px;
	margin-bottom:10px;
	-webkit-box-shadow: 0 8px 6px -6px  #999;
	   -moz-box-shadow: 0 8px 6px -6px  #999;
	        box-shadow: 0 8px 6px -6px #999;
}

.producttitle {
    font-weight:bold;
	padding:5px 0 5px 0;
}

.productprice {
	border-top:1px solid #dadada;
	padding-top:5px;
	padding-bottom:5px;
}
.productprice2 {
	border-top:1px solid #dadada;
}
.productbox img{border:1px solid #dadada;}
.pricetext {
	font-weight:bold;
	font-size:1em;
	text-align:center;
	color:#FFF;
	line-height:16px;
	padding:5px 0;
	background: rgba(205,36,39,1);
background: -moz-linear-gradient(top, rgba(205,36,39,1) 0%, rgba(239,126,26,1) 44%, rgba(239,126,26,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,36,39,1)), color-stop(44%, rgba(239,126,26,1)), color-stop(100%, rgba(239,126,26,1)));
background: -webkit-linear-gradient(top, rgba(205,36,39,1) 0%, rgba(239,126,26,1) 44%, rgba(239,126,26,1) 100%);
background: -o-linear-gradient(top, rgba(205,36,39,1) 0%, rgba(239,126,26,1) 44%, rgba(239,126,26,1) 100%);
background: -ms-linear-gradient(top, rgba(205,36,39,1) 0%, rgba(239,126,26,1) 44%, rgba(239,126,26,1) 100%);
background: linear-gradient(to bottom, rgba(205,36,39,1) 0%, rgba(239,126,26,1) 44%, rgba(239,126,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd2427', endColorstr='#ef7e1a', GradientType=0 );
}
.pricetext a{color:#FFF; text-decoration:none;}