/*
Theme Name: Airtec
Version: 4.0
Author: Kieran Dally
Author URI: http://grangewebdesign.com/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: 1;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

img {
vertical-align:top;
}

.row {
width:1050px;
margin: 0px auto;
}

.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
float: left;
display: inline;
margin-left: 3%;
}

.grid1 {
width: 5.583%;
}

.grid2 {
width: 14.16%;
}

.grid3 {
width: 22.75%;
}

.grid4 {
width: 31.33%;
}

.grid5 {
width: 39.91%;
}

.grid6 {
width: 48.5%;
}

.grid7 {
width: 57.08%;
}

.grid8 {
width: 65.66%;
}

.grid9 {
width: 74.25%;
}

.grid10 {
width: 82.83%;
}

.grid11 {
width: 91.41%;
}

.first {
margin-left: 0;
clear: left;
}

/* clearfix */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

* html .clearfix {
zoom: 1;
} /* IE6 */

*:first-child+html .clearfix {
zoom: 1;
} /* IE7 */

pre {
margin: 20px 0;
background: #eee;
border: 1px solid #ddd;
padding: 10px;
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

blockquote {
background:url(images/quote.png) no-repeat left 10px top 20px;
margin-bottom:30px;
border-bottom:1px dashed #ddd;
border-top:1px dashed #ddd;
padding:15px 15px 15px 65px;
position:relative;
}

blockquote p {
margin-bottom:0px!important;
font-style:italic;
color:#000!important;
}

/*sticky*/
.sticky {
}

/*gallery captio*/
.gallery-caption /*by post author*/
.bypostauthor {
}

/*aligns*/
.alignnone {
display: inline-block;
margin: 10px 0;
}

.aligncenter {
display:block;
margin: 10px 0;
text-align:center;
margin-left: auto;
margin-right: auto
}

.alignright {
float: right;
margin: 10px 0 10px 10px;
}

.alignleft {
float: left;
margin: 10px 10px 10px 0;
}

/*floats*/
.floatleft {
float: left
}

.floatright {
float: right
}

/*text style*/
.textcenter {
text-align: center
}

.textright {
text-align: right
}

.textleft {
text-align: left
}

/*captions*/
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/*smiley reset*/
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}

/*blockquote*/
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}

blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}

strong {
font-weight:700;
}

em {
font-style:italic;
}

#main input[type="search"], #main input[type="text"], #main input[type="password"], #main input[type="email"], #main input[type="tel"], #main input[type="url"], #main textarea {
background : #fff;
border : #ddd solid 1px;
display : inline-block;
font-size : 14px;
color : #000;
font-weight : 400;
padding : 10px 10px;
line-height : 1.6em;
box-sizing : border-box;
font-family: 'Open Sans', sans-serif;
width : 100%;
max-width : 100%;
}

#main textarea {
width : 100%;
max-width : 100%;
padding : 10px;
font-family: 'Open Sans', sans-serif;
}

#main input[type="button"], #main input[type="submit"], #main input[type="submit"], #main .btn {
font-size : 17px;
display : inline-block;
background : #565a63;
color : #fff;
padding : 8px 15px 8px 15px;
border : 0;
font-weight:700;
font-family: 'Open Sans', sans-serif;
outline : 0;
cursor : pointer;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

#main input[type="button"]:hover, #main input[type="submit"]:hover, #main input[type="submit"]:hover, #main .btn:hover {
text-decoration : none;
color : #fff;
background: #09a9dd;
}

body {
font-family: 'Open Sans', sans-serif;
color:#565a63;
line-height:20px;
font-size:14px;
font-weight:400;
background: #fff;
}

.clear {
clear:both;
}

a {
color:#09a9dd;
text-decoration:none;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

a:hover {
color:#565a63;
text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
margin-bottom:15px;
font-weight:600;
color:#565a63;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color:#565a63;
}

h1 {
margin-bottom:20px;
line-height:normal;
font-weight:700;
font-size:30px;
}

h2 {
margin-bottom:15px;
line-height:normal;
font-weight:700;
font-size:24px;
}

h3 {
font-size:22px;
}

h4 {
font-size:20px;
}

h5 {
font-size:18px;
}

h6 {
font-size:16px;
}

.blue{ color:#09a9dd;}

#headerwrap {
position:relative;
padding:0px 0px;
z-index:2;
}

.header {
display:block;
padding:35px 75px;
}

#logo {
float:left;
width:40%;
}

.header_right {
float:right;
width:55%;
color:#09a9dd;
padding:12px 0px;
}

.header_right p {
font-size:16px;
color:#09a9dd;
display:block;
}

.header_right p span.left {
float:left;
width:47%;
text-align:right;
margin-right:6%;
font-weight:600;
}

.header_right p span.right {
float:right;
width:47%;
text-align:left;
font-weight:800;
}

#masternav {
position:relative;
width:904px;
margin:0px auto;
background:url(images/nav_bg.png) no-repeat center center;
height:61px;
padding:0px 55px;
}

#masternav .sf-menu {
display:block;
text-align:center;
}

.sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}

.sf-menu {
line-height: 1.0
}

.sf-menu ul {
position: absolute;
nowhitespace: afterproperty;
top: -999em;
width: 200px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
width: 100%
}

.sf-menu li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
float: left;
position: relative;
}

.sf-menu a {
display: block;
position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
left:0px;
nowhitespace: afterproperty;
top: 65px; /* match top ul list item height */
z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
top: -999em
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
left: 200px; /* match ul width */
top: 0;
}

/*** skin ***/
.sf-menu li {
}

.sf-menu li:last-child {
}

.sf-menu a {
float: left;
font-weight: 600;
color: #fff;
padding:0px 19px;
margin-right:1px;
text-decoration: none;
font-size: 16px;
line-height:55px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
text-shadow: 0px 1px 1px #000;
}

.sf-menu li:last-child a {
}

.sf-menu > li > a:focus, .sf-menu > li > a:hover, .sf-menu > li > a:active, .sf-menu > li.sfHover > a, #masternav .current-menu-item > a:first-child {
color:#fff;
background:#09a6d9;
}

.sf-menu ul {
padding: 0;
font-size: 14px;
background: #09a6d9;
border: none;
text-align:left
}

.sf-menu ul:before {
content : ' ';
height : 0;
position : absolute;
width : 0;
top : -10px;
left : 20px;
border-left : 10px solid transparent;
border-right : 10px solid transparent;
border-bottom : 10px solid #09a6d9;
}

.sf-menu ul li {
background-image:none;
border-bottom:1px solid #0d9bc9;
border-right:none!important;
}

.sf-menu ul ul {
margin-top: 0px
}

.sf-menu ul ul:before {
content : ' ';
height : 0;
position : absolute;
width : 0;
top : -10px;
left : 20px;
border-left : 0px solid transparent;
border-right : 0px solid transparent;
border-bottom : 0px solid transparent;
}

.sf-menu ul a {
margin: 0;
line-height: normal;
font-size:14px;
height: auto;
padding: 10px 15px;
display: block;
float: none;
color: #fff;
font-weight: 400;
background:#09a6d9;
}

.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
color: #fff;
background: #5b5f6a;
background-image:none;
}

.sf-menu ul .current-menu-item a {
color: #fff!important;
background: #5b5f6a!important;
}

.sf-menu ul li {
}

.sf-menu ul li:last-child {
border-bottom: 0px
}

.banner {
margin:-35px 0 0 0;
padding:0 0 0 0;
background:url(images/banner_bg.jpg) no-repeat right top;
height:570px;
display:block;
background-size: cover;
position:relative;
}

.banner .row {
position:relative;
}

.banner_heading {
display:block;
padding:115px 0px 0px 230px;
}

.banner_heading h3 {
color:#fff;
font-size:40px;
font-weight:300;
text-shadow: 0px 2px 2px #317679;
margin-bottom:0px;
line-height:40px;
}

.banner_heading h1 {
color:#fff;
font-size:60px;
font-weight:800;
text-shadow: 0px 2px 2px #317679;
margin-bottom:0px;
line-height:60px;
padding-left:40px;
}

.banner_content {
margin:0 0 0 0;
padding:25px 0 0 0;
display:block;
}

.banner_content .banner_left_content {
float:left;
width:56%;
padding-top:50px;
}

.banner_content .banner_right_content {
float:right;
width:43%;
text-align:right;
display:block;
}

.banner_content .banner_right_content p {
font-size:14px;
color:#fff;
font-weight:300;
margin-bottom:20px;
}

.banner_content .banner_right_content p.banner_phone {
margin-top:30px;
font-size:20px;
font-weight:400;
text-shadow: 0px 2px 2px #067791;
line-height:30px;
}

.banner_content .banner_right_content p.banner_phone span {
font-weight:700;
font-size:30px;
}

.banner_btn {
position:absolute;
bottom:162px;
right:0;
width:337px;
height:61px;
line-height:61px;
background:url(images/banner_btn.png) no-repeat;
font-size:20px;
font-weight:400;
text-align:center;
color:#fff;
}

.banner_btn a {
display:inline-block;
vertical-align:middle;
color:#fff;
line-height:20px;
}

.banner_btn .banner_arrow {
float:right;
width:25px;
height:25px;
background:url(images/banner_btn_arrow.png) no-repeat 0 0;
}

#home_content {
padding: 25px 0px;
}
#home_content p {
margin-bottom:5px;
}

#home_content .air_assist_btn {
float:right;	
width:302px;
height:126px;
background:url(images/air_assist_button.png) no-repeat left;
font-size:20px;
font-weight:800;
text-align:right;
color:#fff;
margin-top:35px;
padding-right:35px;
}

#home_content .air_assist_btn a {
display:inline-block;
vertical-align:middle;
color:#fff;
line-height:23px;
margin-top:90px;
}

#home_content .air_assist_btn .banner_arrow {
float:right;
width:25px;
height:25px;
background:url(images/banner_btn_arrow.png) no-repeat 0 0;
}


#main {
min-height:500px;
padding:0px 0px 40px 0px;
}

.page-template-homepage-php #main {
padding:0px!important;
min-height:500px;
}

.highlight_box {
padding:0px 0px 40px 0px;
}

.hp-highlight {
width:31.3333%;
float:left;
margin-right:3%;
display:block;
text-align:center;
background:#09a9dd;
position:relative;
}

.highlight_inner {
padding:30px;
}

.hp-highlight .img_box {
width:115px;
height:110px;
line-height:110px;
vertical-align:middle;
display:inline-block;
}

.hp-highlight h4 a {
color:#fff;
font-size:24px;
font-weight:400;
text-shadow: 0px 2px 2px #067791;
}

.more_btn {
position:absolute;
bottom:0;
left:0;
right:0;
margin:0px auto;
margin-bottom:-29px;
width:58px;
height:58px;
display:block;
background:url(images/more_arrow.png) no-repeat;
}

.title_box {
margin:-35px 0 30px 0;
padding:0px 0 0 0;
background:#0ab3e0;
position:relative;
height:120px;
float:left;
width:100%;
text-align:center;
}

.title_box h1 {
color:#fff;
display:block;
text-align:center;
padding-top:55px;
}

.entry {
}

hr {
color: #6d2383;
background-color: #6d2383;
height: 1px;
margin-bottom:20px;
border:none;
}

.entry p {
margin-bottom:20px;
}

.entry ul {
margin:0 0px 20px 0px;
list-style:none;
}

.entry ul li {
font-size:14px;
line-height:20px;
background: url(images/list.jpg) no-repeat 0 5px;
padding-left:20px;
margin-bottom:7px;
}

.et-tabs-control li {
background-image:none!important;
}

.entry ol {
margin:0 0px 20px 20px;
list-style:decimal;
}

.entry ol li {
font-size:14px;
line-height:20px;
margin-bottom:7px;
}

.loop-entry {
margin-bottom: 25px;
position:relative;
}

.loop-entry-thumbnail {
float: left;
margin-right: 25px;
}

.loop-entry p {
margin-bottom:0px!important;
}

.loop-entry h2 {
margin: 0px 0 7px 0;
font-size:20px;
}

.loop-entry-meta {
color: #666;
margin: 0 0 5px 0;
}

.loop-entry-meta span {
margin: 0 5px 0 12px;
}

.loop-entry-meta span:first-child {
margin-left: 0;
}

.pagination {
margin: 20px 0;
}

.pagination a, .pagination span {
font-size: 15px;
line-height: 40px;
height: 40px;
width: 40px;
text-align: center;
margin-right: 5px;
display: block;
float: left;
background: #565a63;
color: #fff;
border-radius:2px;
}

.pagination a:hover, .pagination .active a {
text-decoration: none;
color: #fff;
background: #09a9dd;
}

.sidebar-box{
margin-bottom:20px;
font-size:14px;
line-height:22px;
}
.sidebar-box a{
color:#565a63;
}
.sidebar-box a:hover{
color:#09a9dd;
}
.sidebar-box h4{
font-size:16px;
text-transform:uppercase;
color:#565a63;
background:url(images/sidebar_box_line.jpg) no-repeat left bottom;
padding-bottom:6px;
margin-bottom:15px;
}

.sidebar-box ul{
margin:0 0px 0px 0px;
list-style:none;
}
.sidebar-box ul li{
font-size:14px;
line-height:20px;
margin-bottom:7px;
}
.sidebar-box ol{
margin:0 0px 20px 20px;
list-style:decimal;
}
.sidebar-box ol li{
font-size:14px;
line-height:20px;
margin-bottom:7px;
}
.sidebar-box p{
margin-bottom:15px;
font-size:12px;
line-height:20px;
}
#widget_archive ul,
#widget_categories ul,
#widget_nav_menu ul{
overflow:hidden;
}

#widget_archive ul li,
#widget_categories ul li,
#widget_nav_menu ul li{
width:50%;
display:inline-block;
background-image:none;
padding-left:0px!important;
font-size:14px;
padding-bottom:10px;
margin-bottom:10px;
float:left;
color:#565a63;
border-bottom:1px solid #f1f1f1;
}
#widget_socialcountplus .social-count-plus{
border:1px solid #f1f1f1;
padding:15px 0px;
}

.button {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.btn {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

.button {
padding:6px 10px;
display:inline-block;
color:#fff;
font-family: 'Open Sans', sans-serif;
background: #000;
font-size:15px;
font-weight:700;
}

.button:hover {
background: #0497e7;
color:#fff;
}

#footer {
margin:0 0 0 0;
padding:0 0 10px 0;
color:#aeb0b5;
}

#footer h4{ 
font-size:20px; 
margin-bottom:30px; 
color:#fff;
font-weight:600;
}

#footer ul{
list-style:none;
margin:0px 0px 0px 0px;
padding:0px 0 0 0;
}
#footer ul li{
list-style:none;
display:block;
margin:0px 0px;
padding:0 0;
text-transform:capitalize;
}

#footer ul li a{
margin:0px 0px;
padding:0 0;
color:#aeb0b5;
font-size:14px;
line-height:25px;
font-weight:600;
}
#footer p{
color:#aeb0b5; 
font-size:14px;
line-height:25px;
font-weight:600;
}

#footer ul li a:hover, #footer ul li.current_page_item a{
color:#fff;
}

.footer_top{ 
padding:35px 0px 60px 0;
margin:0 0 0 0;
background:#5e626d;
}

.footer_widget{
float:left;
display:block;
position:relative;
}

.one_col{ 
width:23%;
padding-right:2%;
}

.two_col{ 
width:50%;
}

#footer .footer_bottom{ 
height:61px; 
background:url(images/footer_bottom.png) no-repeat center bottom;
margin:-35px 0 0 0;
padding:0px 75px;
}

#footer .footer_bottom p{ font-size:11px; color:#808185; line-height:61px;}
#footer .footer_bottom p a{color:#808185;}
#footer .footer_bottom p a:hover{color:#fff;}

.copyright{ float:left; width:50%; }
.designby{ float:right; width:50%; text-align:right;}
 
.text_right {
text-align:right;
}

#copyright a {
color:#f0f0f0;
}

ol.commentlist {
margin:0px;
padding:0px;
list-style:none;
}

.comment-body {
background: #fff;
margin-top:15px;
padding:55px 15px 15px 15px;
position:relative;
border:1px dashed #ddd;
}

.comment-body .vcard {
position:absolute;
left:10px;
top:10px;
}

.comment-body .comment-meta {
position:absolute;
right:10px;
top:10px;
font-size:11px;
line-height:22px;
}

.comment-body .comment-meta a {
color:#565a63;
}

.comment-body p {
font-size:14px;
line-height:22px;
color:#565a63;
margin-bottom:15px;
}

.reply {
}

.reply a, .cancel-comment-reply a {
display:inline-block;
margin:0 0 0 0;
padding:5px 8px;
background: #029fec;
color:#fff;
font-size:12px;
font-weight:normal;
text-transform:uppercase;
border-radius:3px;
}

.cancel-comment-reply {
display:block;
margin:10px 0px;
text-align:right;
}

ul.children {
margin-left:20px;
}

#respond {
margin:15px 0px;
}

#commentform p {
margin-bottom:16px;
font-size:14px;
color:#565a63;
}

.last {
margin-right:0px!important;
}

div.wpcf7 .wpcf7-not-valid {
border-color: #F00 !important
}

span.wpcf7-not-valid-tip {
display: none !important
}

div.wpcf7-validation-errors {
margin: 0;
padding: 10px;
color: #c4690e;
background: #fffdf3;
text-align: center;
border: 1px solid #e6bf4a;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

div.wpcf7-mail-sent-ng {
margin: 0;
padding: 10px;
background: #ffe9e9;
color: #d04544;
border: 1px solid #e7a9a9;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.wpcf7 p {
font-size: 11px;
text-transform: uppercase;
margin-bottom:25px!important;
}

.wpcf7 input, .wpcf7 textarea {
margin-top: 0px;
}

div.wpcf7 textarea {
max-height:183px;
}

#footer input[type="search"], #footer input[type="text"], #footer input[type="password"], #footer input[type="email"], #footer input[type="tel"], #footer input[type="url"], #footer textarea {
background : #fff;
border : #ddd solid 1px;
display : inline-block;
font-size : 14px;
color : #2d80ae;
font-weight : 400;
padding : 10px 10px;
line-height : 1.6em;
box-sizing : border-box;
font-family: 'Open Sans', sans-serif;
width : 100%;
max-width : 100%;
text-align:center;
}

#footer textarea {
width : 100%;
max-width : 100%;
padding : 10px;
font-family: 'Open Sans', sans-serif;
z-index:1;
}

#footer input[type="submit"] {
font-size : 16px;
display : inline-block;
background: #09a9dd;
color : #fff;
padding :0px 50px;
border : 0;
font-weight:600;
font-family: 'Open Sans', sans-serif;
outline : 0;
cursor : pointer;
text-transform:uppercase;
line-height:50px;
float:right;
margin-top:-25px;
z-index:2;
position:relative;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}

#footer input[type="submit"]:hover {
text-decoration : none;
color : #fff;
background : #565a63;
}
.text_center{ text-align:center;}
.underline{ text-decoration:underline;}
.contact_form .submit{ float:right;}

#catalog{}

#catalog table{ 
width:100%; 
border:1px solid #ccc;
}

table tr {
cursor: pointer;
}

.catalog_listing_tr{
font-weight:700;
color:#000;
border-bottom:2px solid #ccc;
font-size:15px;
}

#catalog table .catalog_listing_tr td{
text-transform:uppercase;
padding:5px 5px 20px 5px;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
text-transform:uppercase;
}

#catalog table .catalog_list td{
padding:10px 5px;
text-transform:uppercase;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
text-align:right;
font-size:13px;
}

.rowbg{
background: #f5f5f5;
}	

.td_1, .td_2, .td_3, .td_4{ text-align:left!important;}			

.thumb_box{ margin:20px 0px;}
.catalog_image_box {
clear: none;
float: left;
margin: 0 2% 2% 0;
position: relative;
width: 32%;
}

.first_image{
padding:4px; 
border:1px solid #ccc;
}

.first_image img{ 
max-width:100%;
}

.catalog_image_box .inner{ 
padding:4px; 
border:1px solid #ccc;
}

.catalog_image_box img {
width:100%;
max-width:100%;
height:100px;
}

.single_summery{ 
padding:0 0 0 15px;
}

.catalog_info{ 
margin:0 0 0 0; 
padding:0 0 0 0;
list-style:none;
}

.catalog_info li{ 
margin:0 0 0 0; 
padding:0 0 0 0!important;
background:none!important;
}
.catalog_info li span.half{ 
text-align:left;
width:20%;
font-weight:700;
display:inline-block;
font-size:15px;
}
.catalog_info li span.half_last{ 
text-align:right!important;
display:inline-block;
width:20%;
}

