body {
    background: url("../images/body-bg.png") left top repeat !important;
}

.jqm-demos {
    background-color: transparent !important;
}

.column-container {
    word-spacing: -4px;
    letter-spacing: -4px;
}

@-moz-document url-prefix() {
  .column-container {
     word-spacing: normal;
  }
}

.column-container .column {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    word-spacing: normal;
    letter-spacing: normal;
    vertical-align: top;
}

.column-container .column.quater {
    width: 33.33%;
    *width: 33%;
}

.column-container .column.col33 {
    width: 33%;
    *width: 33%;
}

.ui-collapsible-content {
    /*	background-color: transparent!important;*/
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 18px;
    margin-bottom: 12px;
}

h2 {
    font-size: 16px;
    font-weight: lighter;
    color: #005941;
    margin-bottom: 12px;
}

h3 {
    font-size: 14px;
    margin-bottom: 12px;
}

h4 {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}

b, strong {
    color: #222222;
}

p {
    color: #222222 !important;
    text-align: justify;
}

ul li {
    color: #222222;
}

a {
    text-decoration: none !important;
    color: #C31100;
}

.ui-body-d, .ui-overlay-d {
    color: #222222;
}

.tll {
    text-align: left;
}

.tlc {
    text-align: center;
}

.tlr {
    text-align: right;
}

.padLR30 {
    padding: 0 30px;
}

.jqm-header {
    border-width: 0;
    overflow-x: hidden;
    overflow-y: visible;
}

.header {
    background: url("../images/top-header.png") left top repeat-x;
    height: 58px;
    width: 100%;
    /*    border-radius: 10px 10px 0 0;*/
}

.header-logo {
    height: 80px;
    width: 100%;
}

.jqm-header {
    background: transparent !important;
}

.ui-bar-a {
    background: transparent !important;
}

.ui-header {
    position: relative;
}

.wave {
    position: absolute;
    height: 146px;
    z-index: 99;
    top: 14px;
}

.wave img {
    width: 100%;
    height: 146px;
}

.header-middle {
    text-align: center;
}

.header-middle img {
    height: 99px;
    position: relative;
    top: 25px;
    z-index: 9999;
}

#focal {

    width: 100%;
    clear: both;
    position: relative;
}

.top-transparent {
    position: absolute;
    top: 0;
    height: 42px;
    z-index: 999;
    width: 100%;
}

.header-lower {
    width: 100%;
    height: 70px;
}

#focal img {
    width: 100%;
}

.contact-no {
    font-family: Trebuchet MS;
    line-height: 71px;
    padding-left: 15px;
    font-size: 28px;
    text-shadow: 1px 1px 0 #000000 !important;
    text-align: center !important;
    text-decoration: none !important;
    color: #FFFFFF !important;
    display: block;
}

.email {
    font-family: Trebuchet MS;
    line-height: 71px;
    padding-right: 15px;
}

.column-container .half {
    width: 49%;
}

.jqm-content div[data-demo-html="true"] {
    border-top: none !important;
}

.jqm-content .ui-collapsible-heading-collapsed, .ui-collapsible-heading {
    background: url("../images/menu-bg.png") left center repeat-x !important;
    width: 100%;
    height: 53px;
    /*box-shadow: 2px 2px 4px 0 #888888;*/
}

#slide_num .number-box {
    background: url("../images/number-bg.png") left top no-repeat;
    display: block;
    float: left;
    height: 53px;
    width: 60px;
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    color: white;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #slide_num .number-box {
        position: relative;
        z-index: 999999;
        top: -16px;
        right: 40px;
    }
}

.ui-btn-text {
    left: 40px !important;
    top: 16px !important;
}

.ui-collapsible-heading a {
    font-family: Trebuchet MS !important;
}

.ui-collapsible-heading a, .ui-collapsible-heading .collapse {
    background: url("../images/arrow.png") right center no-repeat !important;
    padding: 0 0 3px !important;
    margin: 0 15px 0 0 !important;
    display: block;
    width: auto !important;
    border: none !important;
}

.ui-collapsible-heading .expand {
    background: url("../images/expand_arrow.png") right center no-repeat !important;
}

.ui-collapsible-heading a:focus, .ui-collapsible-heading a:active {
    /*background: url("../images/arrow.png") right center no-repeat !important;*/
    margin: 0 15px 0 0 !important;
    border: none !important;
}

.ui-focus, .ui-btn:focus {
    margin: 0 15px 0 0 !important;
    width: auto !important;
    border: none !important;
}

.ui-collapsible-content ul li {
    margin-bottom: 3px;
}

.ui-collapsible-content iframe {
    width: 100%;
    margin: 0 auto;
    height: 160px;
}

.ui-collapsible-content a {
    text-decoration: underline !important;
    color: #c31100 !important;
}

.ui-btn-inner {
    padding: 0 !important;
}

.ui-body-c, .ui-overlay-c {
    color: #FFFFFF !important;
}

.ui-btn-up-c {
    font-weight: 700;
    color: #FFFFFF !important;
    font-weight: normal;
}

.ui-btn-hover-c:visited, .ui-btn-hover-c:hover, .ui-btn-hover-c a.ui-link-inherit {
    color: #FFFFFF !important;
    font-weight: normal;
}

.ui-collapsible-heading, .ui-collapsible-heading > .ui-btn {
    border-radius: 0 !important;
}

.ui-collapsible {
    margin-bottom: 10px !important;
}

.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
    position: relative;
}

.ui-btn-inner {
    border-radius: 0 !important;
}

.ui-icon {
    display: none;
}

.products li {
    display: block;
    height: 30px;
    list-style: none;
    background: #313131;
}

.products li a {
    color: #FFFFFF !important;
    line-height: 30px;
    padding-left: 10px;
    display: block;
    text-shadow: none;
}

.products li a:hover {
    color: #c31100 !important;
}

ul.about li a {
    color: #c31100 !important;
}

.jqm-demos .jqm-content {
    padding: 0 !important;
}

.jqm-content div[data-demo-html="true"] {
    padding: 0 !important;
}

.jqm-content div.jqm-view-source-link {
    padding: 0 !important;
    border-top: none !important;
}

.jqm-content div[data-demo-html="true"] + div.jqm-view-source-link {
    margin: 0 !important;
}

.jqm-view-source-link {
    display: none !important;
}

.ui-content {

}

.manufacturers-list {
    font-size: 11px;
}

.manufacturers-list a {
    color: #000000 !important;
    font-size: 11px;
    text-decoration: none;
    margin-bottom: 5px;
}

.divider {
    height: 1px;
    border-top: 1px solid #CCCCCC;
    margin: 10px 0;
}

.contact a {
    color: #C31100 !important;
    text-decoration: none !important;
}

.contact-list {
    font-size: 11px !important;
}

.contact-list a {
    color: #000000;
    font-size: 11px !important;
}

.ui-collapsible-content {
    font-size: 12px !important;
}

.contact-form .ui-collapsible-content iframe, .contact-form  iframe {
    height: 262px;
    border: none;
    width: 200px !important;
}

.job-canada a, .job-us a {
    text-decoration: none !important;
}

#footer {
    text-align: center;
}

#view-full-website {
    height: 68px;
    background: url("../images/view-website-bg-.png") left bottom repeat-x !important;
}

#view-full-website:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BA1A1F), to(#C21F25));
    background-image: -webkit-linear-gradient(#BA1A1F, #C21F25);
    background-image: -moz-linear-gradient(#BA1A1F, #C21F25);
    background-image: -o-linear-gradient(#BA1A1F, #C21F25);
    top: 90px;
    bottom: 51px;
    width: 5px;
    right: 0;
}

#view-full-website:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BA1A1F), to(#C21F25));
    background-image: -webkit-linear-gradient(#BA1A1F, #C21F25);
    background-image: -moz-linear-gradient(#BA1A1F, #C21F25);
    background-image: -o-linear-gradient(#BA1A1F, #C21F25);
    top: 90px;
    bottom: 51px;
    width: 5px;
    left: 0;
}

#view-full-website a {
    color: #FFFFFF;
    font-weight: normal;
    font-family: Trebuchet MS;
    cursor: pointer;
    line-height: 68px;
    font-size: 30px;
    text-shadow: 1px 1px 1px #1D1D1D;
}

.ui-collapsible-heading .ui-btn-icon-left .ui-btn-inner {
    padding-left: 10px;
}

.divider {
    height: 1px;
    border-top: 1px solid #CCCCCC;
    margin: 10px 0;
}

.contact-list, .contact {
    font-size: 11px !important;
}

.jqm-footer {

}

#footer-bottom {
    background: #000000;
    height: 51px;
    border-radius: 0 0 10px 10px;
}

.social-links {
    height: 70px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 10px 10px 0 10px;
}

.social-links ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.social-links ul li {
    list-style: none;
    display: inline-block;
    *display: inline;
}

#footer-bottom .text {
    font-size: 16px;
    color: #FFF;
    font-family: Trebuchet MS;
    text-shadow: none;
    line-height: 51px;
    font-weight: normal;
}

#footer a {
    text-decoration: none;
}

/*------------------------Evolution Tools-------------------------*/
.top_header {
    width: 100%;
    height: 118px;
    background: url("../images/header_top.png") repeat-x;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*------------------------Evolution Tools-------------------------*/