/* @font-face{

    font-family: dinot;

    src: url(../fonts/DINOT-Regular.otf);

    } */

    a{
        outline: none;
    }


/**

 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)

 * Richard Clark (http://richclarkdesign.com)

 * http://cssreset.com

 */

 html, body, div, span, object, iframe,

 h1, h2, h3, h4, h5, h6, p, blockquote, pre,

 abbr, address, cite, code,

 del, dfn, em, img, ins, kbd, q, samp,

 small, strong, sub, sup, var,

 b, i,

 dl, dt, dd, ol, ul, li,

 fieldset, form, label, legend,

 table, caption, tbody, tfoot, thead, tr, th, td,

 article, aside, canvas, details, figcaption, figure,

 footer, header, hgroup, menu, nav, section, summary,

 time, mark, audio, video {

    margin:0;

    padding:0;

    border:0;

    outline:0;

    font-size:100%;

    /* vertical-align:baseline; */

    background:transparent;

}
@font-face{

    font-family: dinot;

    src: url(../fonts/DINOT-Regular.otf);

}
@font-face{

    font-family: dinotbold;

    src: url(../fonts/dinot-bold.otf);

}
@font-face{

    font-family: dinotblack;

    src: url(../fonts/DINOT-Black.ttf);

}
@font-face{

    font-family: dinotlight;

    src: url(../fonts/DINOT-Light.ttf);

}

body {

    line-height:1;

}

article,aside,details,figcaption,figure,

footer,header,hgroup,menu,nav,section {

    display:block;

}

nav ul {

    list-style:none;

}

blockquote, q {

    quotes:none;

}

blockquote:before, blockquote:after,

q:before, q:after {

    content:'';

    content:none;

}

a {

    margin:0;

    padding:0;

    font-size:100%;

    vertical-align:baseline;

    background:transparent;

    font-weight: normal;

}

.afixblue:hover {
    color: #0581E4;
    text-align: left;
    display: block;
}

/* change colours to suit your needs */



ins {

    background-color:#ff9;

    color:#000;

    text-decoration:none;

}

/* change colours to suit your needs */


mark {

    background-color:#ff9;

    color:#000;

    font-style:italic;

    font-weight:bold;

}

del {

    text-decoration: line-through;

}

abbr[title], dfn[title] {

    border-bottom:1px dotted;

    cursor:help;

}

table {

    border-collapse:collapse;

    border-spacing:0;

}

/* change border color to suit your needs */

hr {

    display:block;

    height:1px;

    border:0;

    border-top:1px solid #cccccc;

    margin:1em 0;

    padding:0;

}

input, select {

    vertical-align:middle;

}




.container > .row > div ul{
    list-style: circle;
    /*margin-left: 35px;*/
}
.container p{
    text-align: left;
}


.container ul li{
    text-align: left;
}

.container h2{
    text-align: left;
    color: #F26722;
    font-size: 120%;
}

.container > .row > div ul li{
    text-align: left;
}


body{
}

.full-width{

    position: relative;

    display: block;

    width: 100%;

    /* min-height: 1px !important; */

    background: url('http://img.formdirect.com.au/fp/testbg1.gif');

}



.myheader{

    position: relative;

    min-height: 134px;

    box-shadow: 0 5px 5px #666;

    z-index: 999;

}



.darkgrey{

    min-height: 184px;

    background: #303e48;

}

.darkgrey-bg{
    background: #303e48;
}



.darkgrey-sm{

    min-height: 60px;

    background: #303e48;

}

.orange-bg {
    background: #F26722;

    min-height: 184px;
}

.green{

    min-height: 184px;

    background: rgb(0,127,67); /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2Y0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzAwYTg0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

    background: -moz-linear-gradient(top,  rgba(0,127,67,1) 0%, rgba(0,168,79,1) 98%); /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,127,67,1)), color-stop(98%,rgba(0,168,79,1))); /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top,  rgba(0,127,67,1) 0%,rgba(0,168,79,1) 98%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top,  rgba(0,127,67,1) 0%,rgba(0,168,79,1) 98%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top,  rgba(0,127,67,1) 0%,rgba(0,168,79,1) 98%); /* IE10+ */

    background: linear-gradient(to bottom,  rgba(0,127,67,1) 0%,rgba(0,168,79,1) 98%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f43', endColorstr='#00a84f',GradientType=0 ); /* IE6-8 */



}



.green-sm{

    min-height: 60px;

    background: rgb(0,127,66); /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2Y0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhmNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

    background: -moz-linear-gradient(top,  rgba(0,127,66,1) 0%, rgba(0,143,71,1) 100%); /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,127,66,1)), color-stop(100%,rgba(0,143,71,1))); /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top,  rgba(0,127,66,1) 0%,rgba(0,143,71,1) 100%); /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top,  rgba(0,127,66,1) 0%,rgba(0,143,71,1) 100%); /* Opera 11.10+ */

    background: -ms-linear-gradient(top,  rgba(0,127,66,1) 0%,rgba(0,143,71,1) 100%); /* IE10+ */

    background: linear-gradient(to bottom,  rgba(0,127,66,1) 0%,rgba(0,143,71,1) 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f42', endColorstr='#008f47',GradientType=0 ); /* IE6-8 */



}



.reset-margin{

    margin: 0;

}



.reset-padding{

    padding: 0;

}



.absolute{

    position: absolute;

    width: 100%;

    top: 0;

    left: 0;

}



img.logo{

    margin-top: 50px;

}





.no-radius{

    border-radius: 0 !important;

}



.contact-form{

    text-align: right;

    color: #F26722;

}







.form{


    color: #F26722;
    text-align: right;

}



.form a{

    color: #F26722;
    font-size: 80%;
    margin-bottom: 5px;

}



.contact-form a{

    color: #F26722;

}



.white-bg{

    background: #fff;

}



.no-border{

    border: 0;

}



.no-background{

    background: transparent;

}



.white-border{

    border-color: #fff;

}

.white-bg{
    background: transparent;
}



.default-container{

    width: 900px;

    margin: 0 auto;

}

.overide-default{}

.box-shadow{
    /* box-shadow: 0 0 5px #333; */
}


.gradient-green{
    background: rgb(0,127,67); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2Y0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE4NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,127,67,1) 0%, rgba(0,168,79,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,127,67,1)), color-stop(100%,rgba(0,168,79,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,127,67,1) 0%,rgba(0,168,79,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,127,67,1) 0%,rgba(0,168,79,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,127,67,1) 0%,rgba(0,168,79,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,127,67,1) 0%,rgba(0,168,79,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f43', endColorstr='#00a84f',GradientType=0 ); /* IE6-8 */

}

.gradient-green1{
    background: #007f42;
}



.blue-bg{

    background: #2888bc;

}



.item {

    text-align: center;

}



.carousel-control.right,.carousel-control.left {

    background: transparent;

    z-index: 999;

}



.guy{

    position: absolute;

    width: 186px;

    height: 178px;

    background: url(../custom-images/guy.png) top no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 900;

}


.std{
    /* text-align: left; */
    font-size: 90%;
    background: url('http://img.formdirect.com.au/fp/testbg1.gif');
}


.std p{
    margin: 0;
}
.std #centereblast {
    margin: 0 auto !important;
}
h2.product-video{
    text-align: left;
}

h2.product-video a{
    color: #00a14d;
}

.f-fix{
    float: right;
    padding-top: 2%;
    width: 75%;
}

.f-fix > a.link-video{
    float: left;
    font-size: 90%;
}

.f-fix a{
    color: #00a14d;
}

.full-width > a > img{
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.full-width > a{
    display: block;
    float: left;
    width: 25%;
}




.carousel-caption {
    display: block;
    width: 356px;
    height: 330px;
    background: url(../custom-images/new/green-ver.png);
    float: right;
    left: 45%;
    padding: 20px 30px 0 120px;
    top: 0;
}

.carousel-caption p{
    text-align: right;
    font-family: Arial;
    font-size: 120%;
    font-weight: bolder;
}

.carousel-caption a{
    float: right;
}

.carousel a{
    outline: none;
}



.readmore-green{

    display: table-cell;

    width: 276px;

    height: 43px;

    padding-left: 15px;

    background: url(../custom-images/readmore-green.png);

    text-transform: uppercase;

    color: #fff;

    text-decoration: none;

    vertical-align: middle;

}

.readmore-green a:hover{

    color: #fff!important;

    text-decoration: none;

    vertical-align: middle;

}



.watch-green{

    display: block;

    width: 276px;

    height: 43px;

    padding: 8px 0 0 15px;

    background: url(../custom-images/watch-green.png);

    text-transform: uppercase;

    color: #fff;

    text-decoration: none;

}



a:hover{

    text-decoration: underline;
    font-weight: normal;

}

.widget > ul{
    font-size: 90%;
    line-height: 1.5;
}   

.widget > ul > li{
    text-align: left;
    margin-bottom: 5px;
    list-style: circle;
}

a.buynow{

    display: block;

    width: 177px;

    height: 42px;

    margin-top: 5px;

    background: url(../custom-images/buynow1.png) no-repeat;

    text-indent: -99999px;

    cursor: pointer;

}



a.hirenow{

    display: block;

    width: 177px;

    height: 42px;

    margin-top: 5px;

    background: url(../custom-images/hirenow.png);

    text-indent: -99999px;

}





.readmore-orange{

    display: table-cell;

    width: 182px;

    height: 42px;

    padding: 15px 15px 10px 15px;

    background: url(../custom-images/add-to-quote2.png) no-repeat;

    text-transform: uppercase;

    color: #fff;

    text-decoration: none;

    vertical-align: middle;

    background-position-x: -2px;

    background-position-y: 4px;

}



h1,h2,h3,h4,h5{

    font-family: Arial;
    text-align: left;

}


.content-box .full-width{
    background: none;
}



h1.mypage-title{

    font-size: 200%;

    color: #F26722;

    margin: 20px 0;
    text-align: left;
    font-weight: bold;
}



h3{

    font-size: 120%;

    margin: 10px 0;

}



p{

    font-size: 100%;

    line-height: 1.5;

    margin: 10px 0;

    text-align: left;

}


.mycart{
    position: absolute;
    right: -48px;
    top: 0;
    display: block;
    width: 228px;
    height: 44px;
    padding: 0;
    margin: 0;
    background: url(../custom-images/new/cart.png);
}

.mycart .cartgo{
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
    top: -6px;
    left: -30px;
}




.green-text{

    color: #00a14d;
    text-align: left;
}



.orange-text{

    color: #F26722;
    text-align: left;

}
.orange-text a{color: #F26722; 
}
.orange-text a:hover{color: #F26722!important; text-decoration: underline!important; 
}


.widget{

    background: transparent;

    padding-top: 15px;

    display: block;

    width: 208px;

}

.widget h3{
    text-align: left;
}



.widget p{

    font-size: 90%;

    line-height: 1.2;

}



.grey-bottom{

    background: #dcddde;

    height: 247px;

}


.bottom-guy{

    position: absolute;

    bottom: -58px;

    width: 186px;

    height: 300px;

    background: url(../custom-images/guy.png) top no-repeat;

}






.right-bar-sub-nav li{
    text-align: left;
}



.footer,.footer a{

    color: #fff;
    font-family: Arial;

}
.footer a:hover{

    color: #fff!important;
    font-family: Arial;
    font-weight: normal!important;
    text-decoration: underline!important;
}

.readmore-grey{
    display: block;
    width: 138px;
    height: 35px;
    background: url(../custom-images/readmore-grey.png);
    text-indent: 10px;
    text-transform: uppercase;
    font-size: 125%!important;
    text-align: left; 
    line-height: 1.7!important;
}


.checkout-types li{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.products-grid li{
    min-height: 400px;
    font-size: 80%;
}

.product-name{
    font-size: 100%;
    text-align: left;
}

.main-container{
    width: 930px;
    margin: 0 auto;
}


section#content_mw{
    width: 930px;
    margin: 0 auto;
}



.product-name h1{

}

.ie .main-menu{
    margin-left: 32px!important;
}
.ff3 .main-menu{ 
    margin-left: 25px!important; 
}
.webkit .main-menu a:hover{
    font-weight: normal!important;
}
.main-menu li{
    position: relative;
    float: left;
    padding: 10px 0;
}

.main-menu li:last-child{
    margin-right: 0;
}

.main-menu li a{
    display: block;
    background: url(../custom-images/menu-bg-block.png) center;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    position: relative;
    padding: 0 25px;
}




.main-menu ul{
    display: none;
}



.main-menu li ul li{float: none; position: relative;}
.main-menu li .dropdown-menu.active ul {
    width: 50%;
    display: inline-block;
    float: left;
}
.main-menu li ul {
    width: 100%;
    display: block;
}
.main-menu li:hover > ul{display: block;}
.main-menu li ul li a{white-space: nowrap;color:#000;}
.main-menu li ul li ul{position: absolute; top:0; left:100%; display: none;}

.main-menu li:last-child a{
    padding-right: 26px;
}


.main-menu ul li{
    display: block;
    width: 100%;
}

.main-menu ul a{
    display: block;
    width: 100%;
    background: none;
}

.main-menu ul ul{
    width: 500px;
}

.main-menu ul ul li{
    display: block;
    width: 45%;
    float: left;
}



.main-menu ul{
    display: none;
}

.container{
    width: 1200px;
}

.form, .form a{
    font-size: 12px;
}

.number{
    font-family: Arial;
    font-size: 130%;
    font-weight: bolder;
}

table tr td{
    line-height: 2;
}


.sliderwith{
    font-family: Arial;
    box-shadow: 1px 10px 15px #999;
}

.category-title h1 {
    margin: 0 !important;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.text p{
    font-family: Arial;
}

.homepage-paragraph p{
    line-height: 1.5;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #F26722;
}


a.product-details{
    display: table-cell;
    width: 215px;
    height: 38px;
    vertical-align: middle;
    background: url(../images/see-details.png);
}

h2.product-name{
    height: 54px;
    color: #F26722;
}

p.product-description{
    min-height: 57px;
}

.footer-abn{
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
}

.product-options {
    margin-top: 0;
}

.options-list li span{
    text-align: left;
    color: #333;
    padding-top: 3px;
}

p.required{
    position: relative !important;
    display: block;
    float: none;
    left: 15px !important;
    text-align: left !important;
}

.product-view .product-shop {
    display: block;
    width: 100%;
}

.btn-cart{
    display: block !important;
    width: 167px !important;
    height: 52px !important;
    padding: 0 !important;  
    margin: 0 !important;
    margin-top: 5px !important;
    /* background: url('../fd/bnow-rh.png') !important; */
    border-radius: 0 !important;
}

.btn-quote{
    background: url('../fd/gquote.png') !important;
}

.short-description{
    display: none;
}

ol.c2q{
    display: none;
}

span.price-notice{
    display: none;
}

p.alert-price,p.availability.in-stock{
    display: none;
}

ul.messages{
    position: relative;
    display: block;
    width: 98.5%;
    margin: 0 auto !important;
    /* margin-top: 50px !important; */
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 235px;
    height: 235px;
    overflow: hidden;
    z-index: 9;
    border: 1px solid #DEDEDE;
}

.gradient-green2{
    background: rgb(0,127,67); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2Y0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,127,67,1) 0%, rgba(0,167,78,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,127,67,1)), color-stop(100%,rgba(0,167,78,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,127,67,1) 0%,rgba(0,167,78,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,127,67,1) 0%,rgba(0,167,78,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,127,67,1) 0%,rgba(0,167,78,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,127,67,1) 0%,rgba(0,167,78,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f43', endColorstr='#00a74e',GradientType=0 ); /* IE6-8 */

}

.gradient-green3{
  background: rgb(0,128,67); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODA0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGE3NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,128,67,1) 0%, rgba(0,167,79,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,128,67,1)), color-stop(100%,rgba(0,167,79,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,128,67,1) 0%,rgba(0,167,79,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,128,67,1) 0%,rgba(0,167,79,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,128,67,1) 0%,rgba(0,167,79,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,128,67,1) 0%,rgba(0,167,79,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008043', endColorstr='#00a74f',GradientType=0 ); /* IE6-8 */

}


div.padder{
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
}

ul.form-list li.control{
    display: none;
}

.qquote-client-collaterals {
    float: none;
    padding: 0;
    width: 100%;
}

.box-collateral.box-tags{
    display: none;
}

.rightPad{
	padding-right: 111px;
}

.leftPad{
	padding-left: 15px;
}

.font24{
    font-size: 24px;
}

.font22{
    font-size: 22px;
}

.font20{
    font-size: 20px;
}

.font18{
    font-size: 18px;
}

.font16{
    font-size: 16px;
}

.font14{
    font-size: 14px;
}

.font12{
    font-size: 12px;
}

.fontbold{
    font-weight: bold;
}

ul.disclist{
    list-style: disc;
    text-align: left;
}

ul.disclist li{
    margin-left: 15px;
    line-height: 1.5;
    font-size: 12px;
}

.fontFDGreen{
    color: #008244;
}

.label{
    white-space: normal;
    line-height: 1.5;
}

.read-sm{
    display: table-cell;
    width: 146px;
    height: 43px;
    background: url(../custom-images/readmore-green.png) right no-repeat;
    vertical-align: middle;
    padding-left: 15px;
    text-align: left;
    color: #fff;
}


.pdf{
    display: table-cell;
    margin: 20px 0;
    width: 170px;
    height: 75px;
    padding-left: 90px;
    vertical-align: middle;
    background: url(../images/pdf.png) no-repeat;
    white-space: nowrap;
}

.product-view .tabs {
    width: 560px !important;
}

div.price-box{
	display: none;
}  
h1.mypage-title{
	color:#F26722;
	margin:0px 0 !important;
}
.product-view{
	width:100%;
}
.product-view .product-img-box{
	padding:10px;
}
.border-left-gray{
	border-left:1px solid #DEDEDE;
}
.border-right-gray{
	border-right:1px solid #DEDEDE;
}
.border-top-gray{
	border-top:1px solid #DEDEDE;
}
.border-bottom-gray{
	border-bottom:1px solid #DEDEDE;
}
.border-gray{
	border:1px solid #DEDEDE;
}
.pleft15{
	padding-left:15px;
}
.product-description{
	font-size:14px;
	font-family: Arial !important;
	text-align:left;
	font-weight:normal !important;
}
.product-description p{
	line-height:1.3;
}	

.less-description{
	padding: 5px;
	background: #009A4B;
	color: #fff;
	font-weight: normal;
}
a:hover.less-description {
    color: #fff;
    font-weight: normal;
}
.expand-description{
	font-family:Arial !important;
	font-weight:normal !important;
    padding: 5px;
    background: #EA4C00;
    color: #fff;
    font-weight: normal;
}
a.expand-description:hover{
    color: #fff!important;
}

.product-view .product-img-box .product-image-zoom{
	width:280px !important; 
}
.product-description-value ul{
	text-align:left;		
	margin-left:10px;
}
.product-description-value ul li{
	text-align:left;	
	list-style-type:disc;
}
.p-sku{
	color:#F26722;
	font-size:14px;
	padding:0px;
	font-weight:bolder;
}
#at4-share,
.no-rating{
	display:none !important;
}
.fp-mainwrapper {
	width: AUTO!important;
	/* min-height: 500px!important; */
	margin: 0 auto!important;
    box-shadow: 0 5px 5px #ddd;
}
.fp-lwrapper {
	float:left!important;
	display:block!important;
}
.fp-rwrapper {
	float:right!important;
	display:block!important;
}

.fp-boxes {
	position: relative!important;
	/* font-family: Calibri; */
	font-size: 12px!important;
	font-style: normal!important;
	font-weight: normal!important;
	text-transform: uppercase!important;
	border: thin solid #7A7A7A!important;
	width: 300px!important;
	height: 200px!important;
	margin: 15px 10px!important;
	/* padding: 10px!important; */
	vertical-align: text-bottom!important;
    box-shadow: 0px 3px 5px #bbb;
}
.button1 {
	margin-left: 10px!important;
	box-sizing:border-box!important;
	height:26px!important;
	width:153px!important;
}
#caption-content { 
  position: absolute; 
  vertical-align:text-top;
  /*font-size: 16px; */
  top: 0; 
  left: 0;
  width: 87%;
  /* height: 250px; */
  text-align:left;
  font-family:Gesta;
  font-weight: normal;
  font-size: 24px;
  color: #fff!important;
  /* background:hsla(0,0%,0%,0.51); */
}
#caption-content:hover { 
 text-decoration: underline;
}
.figure {
  display: block!important;
  position: relative!important;
  float: left!important;
  overflow: hidden!important;
  margin: 0 20px 20px 0!important;
}
.figcaption {
  position: absolute!important;
  background: black!important;
  background: rgba(0,0,0,0.75)!important;
  color: white!important;
  padding: 10px 20px!important;
  opacity: 0!important;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
  z-index: 999;
}
.figure:hover figcaption {
  opacity: 1!important;
}
.figure:before {
  content: url('http://img.formdirect.com.au/fp/info.gif')!important;
  position: absolute!important;
  font-weight: 800!important;
  background: black!important;
  background: rgba(255,255,255,0.75)!important;
  text-shadow: 0 0 8px white!important;
  color: black!important;
  width: 24px!important;
  height: 20px!important;
  -webkit-border-radius: 12px!important;
  -moz-border-radius:    12px!important;
  border-radius:         1px!important;
  text-align: center!important;
  font-size: 14px!important;
  line-height: 24px!important;
  -moz-transition: all 0.6s ease!important;
  opacity: 0.75!important;
  z-index: 999!important;
}
.figure:hover:before {
  opacity: 0!important;
}

.cap-left:before {  bottom: 10px; left: 10px!important; }
.cap-left figcaption { bottom: 0; left: -30%!important; }
.cap-left:hover figcaption { left: 0!important; }

.cap-right:before { bottom: 10px; right: 10px!important; }
.cap-right figcaption { bottom: 0; right: -30%!important; }
.cap-right:hover figcaption { right: 0!important; }

.cap-top:before { top: 10px; left: 10px!important; }
.cap-top figcaption { left: 0; top: -30%!important; }
.cap-top:hover figcaption { top: 0!important; }

.cap-bot:before { bottom: 10px; left: 10px!important; }
.cap-bot figcaption { left: 0; bottom: -30%!important;}
.cap-bot:hover figcaption { bottom: 0!important; }
#action-button {
    margin-top: -5px;
    text-align: left;
    background: url('http://img.formdirect.com.au/fp/readmore-green2.png');
    padding: 3px;
}
#action-button:hover {
	background: url('http://img.formdirect.com.au/fp/readmore-green2.png');
}
.link {
    color: #fff;
    cursor:pointer!important;
    height: 199px!important;
    width: 300px!important;
    border: 0!important;
    box-sizing:border-box!important;
    text-decoration: none;
    -o-transition: all 0.2s linear!important;
    -moz-transition: all 0.2s linear!important;
    -khtml-transition: all 0.2s linear!important;
    -webkit-transition: 0.5s ease-out, background 0.5s ease-in!important;
    -ms-transition: all 0.2s linear!important;
    transition: 0.5s ease-out, background 0.5s ease-in!important;
}

.link:hover {
   text-decoration: underline!important;
   box-sizing:border-box!important;
   color:hsla(255,100%,100%,1.0)!important;
   text-decoration: underline!important;
   opacity: 0.85!important;
   filter: alpha(opacity=95)!important;
}
.active{
    z-index:9999!important;
}
.fp-boxes3 {
	background:url('http://img.formdirect.com.au/fp/rh-mspot-bg.jpg');
	position: relative;
	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	/* border: thin solid #7A7A7A; */
	width: 265px;
	height: 100px;
	margin: 15px 0px;
	/* padding: 10px; */
	vertical-align: text-bottom;
	-webkit-box-shadow: 0px 3px 5px #bbb;
	box-shadow: 0px 3px 5px #bbb;
	
}
.fp-boxes3 {
    font-size: 26px;
    font-weight: bold;
    height: 100px!important;
    width: 265px!important;
    border: 0!important;
    box-sizing:border-box!important;
    color: #fff!important;
    box-sizing:border-box!important;
    text-decoration: none;
    -o-transition: all 0.2s linear!important;
    -moz-transition: all 0.2s linear!important;
    -khtml-transition: all 0.2s linear!important;
    -webkit-transition: 0.5s ease-out, background 0.5s ease-in!important;
    -ms-transition: all 0.2s linear!important;
    transition: 0.5s ease-out, background 0.5s ease-in!important;
}
.fp-boxes3:hover {
    text-decoration: underline!important;
    box-sizing:border-box!important;
    color:hsla(255,100%,100%,1.0)!important;
    text-decoration: underline!important;
    opacity: 0.85!important;
    filter: alpha(opacity=95)!important;
}
.fp-boxes3 a {
    color: #fff!important;
}
#mspot { 
  position: absolute; 
  vertical-align:text-top;
  /*font-size: 16px; */
  color: #fff!important;
  top: 0; 
  left: 0;
  width: 95%;
  height: 100px;
  text-align:left;
  font-family:Gesta;
  font-weight: bold;
}
.shadow-box {
    box-shadow: 0px 3px 5px #bbb;
    background: #fff;
}
.btn-hire-module{
	background: url('../images/hire-now-2.jpg') !important;
	width:155px !important;
	height:40px !important;
	margin-top:0px !important;
}
h4.panel-title a{
	padding-left: 11px !important;
	font-weight: normal !important;
	height: 1px !important;
	width: 238px !important;
}
#map-canvas {
    width: 500px;
    height: 400px;
}


/*------------------------update new design------------------*/
.container-home {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header-block, .content-header {
    background-color: #243444;
    overflow: auto;
    padding: 10px 0;
}
.accound-group {
    float: right;
}
.account-header a, .account-header span, .view-booking a {
    font-size: 10px;
    font-family: dinot;
    color: rgb(242, 103, 34);
    line-height: 1.8;
}
.account-header, .social-icon-hire, .view-booking {
    display: inline-block;
    padding-right: 10px;
} 
.border-block {
    clear: both;
    border-top: 1px solid #f26722;
}
.content-header .logo{
    float: left;
    margin-top: 8px;
}
.content-header .email-phone {
    float: right;
    cursor: pointer;
}
.phone-top , .email-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.phone-top .number , .email-top .address {
    font-weight: bold;
}
.email-phone p {
    margin: 0;
    font-size: 12.611px;
    font-family: dinot;
    color: rgb(242, 103, 34);
    line-height: 1.427;
}
.email-phone p a {
    color: rgb(242, 103, 34);
    font-family: dinotblack;
}
.email-phone img {
    margin: 0 15px;
}
.email-phone .information .info {
    color: #fff;
}
.social-icon-hire li {
    display: inline-block;
}
.social-icon-hire li:first-child a{
    padding: 2px 8px;
}
.social-icon-hire li a {
    width: 20px;
    height: 20px;
    background-color: #f26722;
    border-radius: 50px;
    padding: 2px 5px;
}
.social-icon-hire li a .fa {
    color: #000;
}
.menu-top {
    background: #19232e;
    /*padding: 5px 0;*/
}
.form-search-top {
    display: inline-block;
    float: right;
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 5px 20px;
    background: #0e1319;
}
.form-search-top button {
    background: #f26722 !important;
}
.form-search-top button:hover {
    background: #f26722;
    border-color: #f26722;
}
.form-search-top .input-group-btn {
    position: absolute;
    white-space: nowrap;
    right: 30px;
    top: 0;
} 
.form-search-top .input-group {
    display: block;
}
.form-search-top input {
    border: 0;
    border-left: 4px solid #f26722;
}
.footer-block {
    background: #1d2a37;
    padding-top: 25px;
    padding-bottom: 20px;
    overflow: hidden;
    text-align: left;
}
.footer-block h3 {
    font-size: 14px;
    font-family: dinotblack;
    color: #f26722;
    line-height: 1.286;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}
.footer-block ul li {
    padding-bottom: 25px;
}
.footer-block ul li p {
    color: #fff;
}
.footer-block ul li a {
    font-size: 14px;
    font-family: dinotlight;
    color: rgb(255, 255, 255);
    line-height: 1.286;
    text-transform: capitalize;
}
.products-footer, .services-footer, .our-customer-footer, .quick-link-footer, .general-footer {
    /*width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;*/
}
.menu-footer {
    margin-left: -15px;
    margin-right: -15px;
}
.footer-abn {
    background: #131c24;
    text-align: center;
}
.footer-abn p{
  font-size: 12px;
  font-family: dinotlight;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}
.welcome-homepage {
    padding-top: 250px;
    padding-bottom: 70px;
    background: url('../images/hire/banner-wellcome.png') no-repeat;
    background-size: cover;
}
.welcome-homepage h2 {
    font-size: 24px;
    font-family: dinotblack;
    color: rgb(242, 103, 34);
    line-height: 1.333;
    margin-bottom: 30px;
}
.welcome-homepage h2:after {
    content: "";
    display: block;
    width: 70px;
    background-color: rgb(242, 103, 34);;
    height: 4px;
    margin-top: 10px;
}
.welcome-homepage .message p {
    font-size: 18px;
    font-family: dinotblack;
    color: rgb(21, 21, 21);
    line-height: 1.25;
    margin-bottom: 40px;
}
.welcome-homepage .info p {
    font-size: 16px;
    font-family: dinotlight;
    color: rgb(21, 21, 21);
    line-height: 1.429;
    margin-bottom: 30px;
}
.welcome-homepage .video {
    position: relative;
    text-align: left;
}
.welcome-homepage .video > img {
    margin-top: 35px;
}
.welcome-homepage .view-catalog {
    font-size: 11px;
    font-family: "DINOT";
    color: rgb(255, 255, 255);
    line-height: 1.636;
}
.welcome-homepage .view-catalog a {
    background: url(../custom-images/last-update/view-a-catalog.png) no-repeat;
    width: 295px;
    height: 74px;
    line-height: 74px;
    font-family: dinot;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}
.welcome-homepage .view-catalog a:hover {
    color: #fff;
}
.testtimonials-new-update {
    padding-top: 70px;
    padding-bottom: 100px;
    background: url(../images/hire/baner-special.png) no-repeat;
    background-size: cover;
}
.testimonials-block {
    background: #243444;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: 0;
}
.testimonials-block a {
    background: url(../images/hire/bg/bg-tes.png) no-repeat;
}
.testimonials-block a:hover {
    background: url(../images/hire/bg-hover/bg-tes-hover.png) no-repeat;
    color: #f26722 !important;
}
.new-update-block {
    padding: 20px;
    border: 1px solid #ccc;
    border-top: 0;
    overflow: hidden;
}
.new-update-block a {
    background: url(../images/hire/bg/bg-read-more.png) no-repeat;
}
.new-update-block a:hover {
    background: url(../images/hire/bg-hover/bg-reader-hover.png) no-repeat;
    color: #f26722 !important;
}
.testtimonials-new-update h2 {
    font-size: 30px;
    font-family: dinotblack;
    color: rgb(242, 103, 34);
    line-height: 1.333;
    margin-bottom: 25px;
    /*font-weight: bold;*/
}
.testtimonials-new-update h2:after {
    content: "";
    display: block;
    width: 70px;
    background-color: rgb(242, 103, 34);
    height: 5px;
}
.testtimonials-new-update p {
    font-size: 20px;
    font-family: dinotlight;
    color: rgb(21, 21, 21);
    line-height: 1.25;
    margin-bottom: 40px;
}
.testtimonials-new-update ul {
    margin: 0 -15px;
    list-style-type: none !important;
    margin-left: -15px !important;
    overflow: hidden;
    display: block;
}
.testtimonials-new-update ul li {
    float: left;
    padding: 0 15px;
    width: 50%;
    list-style: none;
}
.testtimonials-new-update img {
    max-width: 100%;
    border: 1px solid #ccc;
    border-bottom: 0;
}
.testtimonials-new-update ul li p {
   font-size: 16px;
   font-family: dinotbold;
   color: rgb(255, 255, 255);
   /*font-weight: bold;*/
   line-height: 1.5;
}
.testtimonials-new-update ul li a {
    font-size: 11px;
    font-family: dinot;
    color: rgb(255, 255, 255);
    line-height: 1.636;
    /*background: url(../custom-images/home-page/bg/bg-boder-2.png) no-repeat;*/
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
}
.testimonials ul li p.author {
    font-size: 12px;
    color: rgb(242, 103, 34);
    margin: 20px 0;
}
.new-update ul li h3 {
    font-size: 16px;
    font-family: dinotblack;
    color: rgb(36, 52, 68);
    /*font-weight: bold;*/
    line-height: 1.5;
}
.new-update ul li p {
    font-size: 14px;
    font-family: dinotlight;
    color: rgb(21, 21, 21);
    line-height: 1.286;
}

.new-update ul li a {
  font-size: 11px;
  font-family: "DINOT";
  color: rgb(144, 144, 144);
  line-height: 1.636;
  text-transform: uppercase;
  padding: 8px 17px;
  display: inline-block;
  width: 110px;
  float: left;
}
.new-update .more-block, .testimonials .more-block {
    margin-top: 40px;
}
.new-update .more-block:before, .testimonials .more-block:before {
    content: "";
    display: block;
    width: 70px;
    background-color: rgb(242, 103, 34);
    height: 3px;
}
.new-update .more-block a, .testimonials .more-block a{
    margin-top: 20px;
    float: left;
    font-size: 11px;
    font-family: dinot;
    color: rgb(255, 255, 255);
    line-height: 1.636;
    text-transform: uppercase;
    padding: 5px 20px;
    display: inline-block;
}
.new-update .more-block a {
    background: url(../images/hire/bg/bg-test-more-2.png) no-repeat;
}
.new-update .more-block a:hover {
    background: url(../images/hire/bg-hover/bg-new-update-hover.png) no-repeat;
    color: #f26722 !important;
}
.testimonials .more-block a {
    background: url(../images/hire/bg/bg-test-more.png) no-repeat;
}
.testimonials .more-block a:hover {
    background: url(../images/hire/bg-hover/bg-more-tes-hover.png) no-repeat;
    color: #f26722 !important;
}
.new-update .testimonials-block {
    background: transparent;
}
.form-direct-block {
    background: #00a95c;
}
.form-direct-connect {
    position: relative;
    text-align: left;
}
.form-direct-connect > img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-direct-connect .title{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 20px;
    display: inline-block;
    font-size: 20px;
    font-family: dinotblack;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    /*font-weight: bold;*/
}
.form-direct-connect span a{
    margin-left: 20px;
    font-size: 11px;
    font-family: dinot;
    color: rgb(255, 255, 255);
    line-height: 1.636;
    background: url(../custom-images/home-page/bg/bg-boder.png) no-repeat;
    display: inline-block;
    width: 140px;
    padding: 8px 17px;
    cursor: pointer;
}
.form-direct-connect .car-mobile {
    display: none;
}

.contact-us-block {
    background: url(../images/hire/banner-contact.png) no-repeat;
    padding: 70px 0 50px 0;
    background-size: cover;
}
.contact-us h3 {
  font-size: 30px;
  font-family: dinotblack;
  color: #f26722;
  line-height: 1.333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-us h3:after {
    content: "";
    display: block;
    width: 70px;
    background-color: #f26722;
    height: 5px;
}
.contact-us p {
    color: #fff;
}
.phone-contact {
    color: #f26722;
    font-size: 20px;
    font-family: dinotblack;
}
.contact-us .info-contact{
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  font-family: dinotlight;
}
.contact-us .contact-item {
    background: #f26722;
    padding: 15px 10px;
}
.contact-us .contact-item h4{
    margin: 0;
    font-size: 14px;
    font-family: dinotbold;
    color: rgb(255, 255, 255);
    /*font-weight: bold;*/
    line-height: 1.286;
    margin-bottom: 10px;
}
.contact-us .contact-item p{
    font-size: 14px;
    font-family: dinotlight;
    color: rgb(255, 255, 255);
    line-height: 1.286;
}
.tp-bannershadow.tp-shadow2 {
    display: none;
}
#rev_slider_5 h2 {
    white-space: normal;
    font-size: 30px;
    font-family: dinotblack;
    color: rgb(255, 255, 255);
    line-height: 1.143;
    text-align: left;
    /*font-weight: bold;*/
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}
#rev_slider_5 p {
    margin-bottom: 20px;
    white-space: normal;
    font-size: 18px;
    font-family: dinot;
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-align: left;
    z-index: 2;
    position: relative;
}
#rev_slider_5 .link-to-slider a {
    float: left;
    font-size: 14px;
    font-family: dinot;
    color: rgb(255, 254, 254);
    line-height: 1.786;
    text-align: center;
    background: url(../custom-images/last-update/bg-link-slide.png) no-repeat;
    width: 205px;
    height: 50px;
    line-height: 50px;
    /*padding: 5px 15px !important;*/
    text-decoration: none;
    z-index: 2;
    position: relative;
}
.slider-block {
    background: url(../images/hire/banner-slider.png) no-repeat;
    background-size: cover;
}
.search-home {
    position: absolute;
    top: -40px;
}
.form-search-block {
    position: relative;
    background: #243444;
    padding: 30px 163px 30px 20px;
    -moz-box-shadow: 5px 5px 30px;
    -webkit-box-shadow: 5px 5px 30px;
    -o-box-shadow: 5px 5px 30px;
    -ms-box-shadow: 5px 5px 30px;
    box-shadow: 5px 5px 30px;
}
.form-search-block h2 {
    font-size: 20px;
    font-family: dinotblack;
    color: rgb(242, 103, 34);
    line-height: 2;
    text-align: left;
    margin-bottom: 25px;
    /*font-weight: bold;*/
}
.form-search-block h2:after {
    content: "";
    display: block;
    width: 70px;
    background-color: rgb(242, 103, 34);;
    height: 3px;
}
.form-search-block p {
    font-size: 16px;
    font-family: dinot;
    color: rgb(255, 255, 255);
    line-height: 1.429;
    text-align: left;
}
.form-search-block .icon-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 143px;
    height: 100%;
    background-color: #f26722;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-search-block .icon-search h3 {
    display: block;
    font-size: 12px;
    font-family: dinot;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
}
.form-search-block .icon-search img{
    display: block;
    margin: auto;
}
.form-search-block .form-search-item {
    margin-top: 30px;
}
.form-search-block .icon-search button {
    background: #f26722 !important;
    padding: 0;
}
.menu-top:after {
    content: "";
    display: table;
    clear: both;
}
.menu-top .main-menu li ul li {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 0;
}

.menu-top .main-menu li ul li:hover a {
    background: #ffb997;
    color: #f26722;
}
.container-home a:hover {
    color: #ffb997;
    text-decoration: none;
    cursor: pointer;
}
.menu-top .main-menu li a {
    padding: 0 15px;
    font-family: dinot;
    box-shadow: none;
}
.menu-top .img-category img {
    width: 100%;
    margin-bottom: 0;
}
.menu-top .img-category {
    width: 50%;
    padding-left: 20px;
    display: inline-block;
    text-align: left;
}
.dropdown-menu {
    opacity: 1;
    background: #354251;
    width: 275px;
    padding: 15px;
    border-top: 3px solid #f26722;
    border-bottom: 3px solid #f26722;
    margin-top: 0;
}
.dropdown-menu.active {
    width: 550px;
}
.dropdown-menu.active.no-c-image {
    width: 275px;
}
.dropdown-menu.active.no-c-image ul {
    width: 100% !important;
}

.menu-top .main-menu li ul li a {
    color: #fff;
    margin: 0;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    box-shadow: none;
    background: #f26722;
    margin-bottom: 10px;
}
.menu-top .main-menu li ul li:last-child a {
    margin-bottom: 0;
}
.menu-top .main-menu li ul li a:hover {
    /*color: #f26722;*/
}


.search-block input {
    border-left: 4px solid #f26722 !important;
}
.phone-top {
    background: url(../images/hire/bg/bg-top.png) no-repeat;
    background-size: cover;
    padding: 10px;
    width: 215px;
    cursor: pointer;
}
.img-phone-hover img{
    display: none;
}
.phone-top:hover {
    background: url('../images/hire/bg-hover/bg-phone-hover.png') no-repeat;
    background-size: cover;
}
.phone-top:hover img{
    display: none;
}
.phone-top:hover .img-phone-hover img{
    display: block;
}
.phone-top:hover a {
    color:#f26722;
}
.phone-top:hover p {
    color:#f26722 !important;
}

.email-top {
    background: url(../images/hire/bg/bg-top-email.png) no-repeat;
    background-size: cover;
    padding: 10px;
    width: 310px;  
}
.email-top:hover {
    background: url('../images/hire/bg-hover/bg-email.png') no-repeat;
    background-size: cover;
}
.email-top:hover img{
    display: none;
}
.email-top:hover .img-phone-hover img{
    display: block;
}
.email-top:hover a {
    color:#f26722;
}
.email-top:hover p {
    color:#f26722 !important;
}
.form-direct-connect span a {
    background: url(../images/hire/bg/bg-visit.png) no-repeat;
}
.form-direct-connect span a:hover {
    color: #fff;
}
.social-icon-hire li a:hover {
    background-color: #ffb997;
}

.main-menu > li:hover > a {
    background: #ffb997;
    color: #f26722;
}
.main-menu > li:hover > a span.spanleft {
    background: url(../custom-images/last-update/spanleft-hover.png) center;
}
.main-menu > li:hover > a span.spanright {
    background: url(../custom-images/last-update/spanright-hover.png) center; 
}

.main-menu > li:first-child .img-logo-hover a {
    display: none;
}
.main-menu > li:first-child:hover > a {
    display: none;
}
.main-menu > li:first-child:hover .img-logo-hover a {
    display: block;
    background: #ffb997;
}
.welcome-homepage .video p:first-child {
   /* -moz-box-shadow: 5px 5px 30px;
    -webkit-box-shadow: 5px 5px 30px;
    -o-box-shadow: 5px 5px 30px;
    -ms-box-shadow: 5px 5px 30px;
    box-shadow: 5px 5px 30px;*/
}
.welcome-homepage .video p:first-child img {
    max-width: 100%;
}
/*-----------------------LAST NEW DESIGN---------------------------------*/

.default-container {
	width: auto;
	max-width: 1200px;
}
.default-container p {
	margin: 0;
}
.container-home p {
    margin: 0;
}
.header-full-block {
    background: #243444;
    overflow: hidden;
}
.header-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.header-logo, .header-right {
    flex: 1;
}
.header-logo {
    text-align: left;
}
.header-right .header-phone, .header-right .header-email  {
    text-align: right;
}
.header-right .header-email  {
    margin-top: 10px;
}
.header-right .header-phone img {
    vertical-align: top;
}
.header-right .header-phone a {
    font-size: 36.56px;
    font-family: dinotblack;
    color: #f26722;
    line-height: 0.911;
    text-decoration: none;
}
.header-right .header-email a {
    font-size: 12px;
    font-family: dinot;
    color: rgb(255, 255, 255);
    line-height: 0.936;
    text-decoration: none;
    background: url(../custom-images/last-update/bg-header-send-mess.png) no-repeat;
    width: 160px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}
.link-to-wel {
    margin-top: 40px;
    text-align: left;
}
.link-to a {
    padding: 0 30px;
    text-decoration: none;
    position: relative;
    background: #f26722;
    text-transform: uppercase;
    font-size: 14px;
    font-family: dinot;
    color: rgb(255, 254, 254);
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-left: 14px;
    margin-right: 11px;
    box-shadow: 0px 0px 12px 1px #000000;
}
.link-to a:hover {
    background: #ffb997;
    color: #f26722;
    text-decoration: none;
}
span.spanleft{
    display: block;
    position: absolute;
    left: -14px;
    top: 0;
    width: 14px;
    height: 40px;
    background: url(../custom-images/last-update/spanleft.png) center;
}
.link-to a:hover span.spanleft{
    background: url(../custom-images/last-update/spanleft-hover.png) center;
}

span.spanright {
    display: block;
    position: absolute;
    right: -11px;
    top: 0;
    width: 11px;
    height: 40px;
    background: url(../custom-images/last-update/spanright.png) center;
}
.link-to a:hover span.spanright {
    background: url(../custom-images/last-update/spanright-hover.png) center;
}
.bg-green-hover:hover .img-item-info a {
    background: url(../custom-images/last-update/bg-a-hover.png) center;
    color: #00a95c;
}
.sub-img-item {
    display: none;
}
.main-menu .sub-category {
    position: absolute;
    top: 100%;
    left: 0;
    /*display: none;*/
}
.main-menu li:hover .sub-category {
    display: block !important;
    font-size: 0;
}
.main-menu > li.active > a {
    background: #243444 !important;
    color: #f26722;
}
.main-menu li.active a span.spanleft {
    background: url(../custom-images/last-update/spanleft-active.png) center;
}
.main-menu li.active a span.spanright {
    background: url(../custom-images/last-update/spanright-active.png) center;
}
.main-menu > li.active:first-child > a {
    display: none;
}
.main-menu > li.active:first-child .img-logo-hover a {
    display: block;
    background: #243444;
}

.menu-top .main-menu li ul li.active a {
    background: #243444;
    color: #f26722;
}
.search-block input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
}
.search-block input::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
}
.search-block input:-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
}
.search-block input:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
}
#rev_slider_5_wrapper {
    max-height: 450px !important;
}
.home-slider {
    padding: 30px 0 !important;
    position: relative;
}
.home-slider:after {
    background: rgba(34, 34, 34, 0.5);
    content: "";
    position: absolute;
    width: 1000000px;
    height: 272px;
    top: 0;
    left: -100%;
    margin: 0 auto;
    z-index: 1;
}
#rev_slider_5_wrapper .tparrows.tp-leftarrow:before {
    display: none;
}
#rev_slider_5_wrapper .tparrows.tp-rightarrow:before {
    display: none;
}
#rev_slider_5_wrapper .tparrows.tp-leftarrow {
    background: url(../custom-images/last-update/left.png) no-repeat 0 0;
}
#rev_slider_5_wrapper .tparrows.tp-rightarrow {
    background: url(../custom-images/last-update/right.png) no-repeat 0 0;
}
p.title-catalog {
    font-size: 20px;
    font-family: dinotblack;
    color: rgb(255, 254, 254);
    text-align: right;
    margin-right: 15px;
}
.catalog {
    display: flex;
    float: right;
    align-items: center;
    margin-top: 40px;
}
.catalog > div {
    margin-left: 20px;
}
.clients-say h3 {
    font-size: 24px;
    font-family: dinotblack;
    color: rgb(255, 255, 255);
    text-align: center;
}
.clients-say {
    background: #243444;
    padding: 50px 0;
}
.clients-say h3:after {
    content: "";
    display: block;
    width: 70px;
    background-color: #ffffff;
    height: 4px;
    margin: 30px auto;
}
.clients-say .content-say, .clients-say .author {
    font-size: 16px;
    font-family: dinotlight;
    color: rgb(255, 255, 255);
    font-style: italic;
    line-height: 1.625;
    text-align: center;
    white-space: normal;
}
.clients-say .author {
    text-align: right;
    font-style: normal;
    font-family: dinotblack;
    margin-top: 40px;
    margin-bottom: 30px;
}

.clients-say .link-to-client a {
    background: url(../custom-images/last-update/client-say.png) no-repeat;
    width: 162px;
    height: 66px;
    line-height: 66px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-shadow: none;
}
.clients-say .link-to-client:hover a {
    color: #fff !important;
}
#rev_slider_6_wrapper .tp-caption.medium_grey {
    width: 100%;
}
#rev_slider_6_wrapper .tparrows.tp-leftarrow:before, #rev_slider_6_wrapper .tparrows.tp-rightarrow:before {
    display: none;
}
#rev_slider_6_wrapper .tp-leftarrow.default {
    background: url(../custom-images/last-update/left.png) no-repeat 0 0;
}
#rev_slider_6_wrapper .tp-rightarrow.default {
    background: url(../custom-images/last-update/right.png) no-repeat 0 0;
}


.news-updates-special h3 {
    font-size: 24px;
    font-family: dinotblack;
    color: #f26722;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 1.25;
}
.news-updates-special h3:after {
    content: "";
    display: block;
    width: 70px;
    background-color: #f26722;
    height: 4px;
    margin-top: 15px;
}
.news-updates-special .calender {
    display: inline-block;
    background: #ebebeb;
    width: 20%;
    vertical-align: top;
    padding: 16px 13px;
}
.news-updates-special .calender .month, .news-updates-special .calender .year {
    font-size: 14px;
    font-family: dinot;
    text-transform: uppercase;
    color: #243444;
}
.news-updates-special .calender p {
    text-align: center;
    margin: 0;
}
.news-updates-special .calender .day {
    font-family: dinotblack;
    font-size: 40px;
    text-transform: uppercase;
    color: #f26722;
}
.news-updates-special .block-information {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    padding: 0 13px;
}
.news-updates-special h4 {
    margin-top: 0;
    font-size: 18px;
    font-family: dinotblack;
    color: #f26722;
}
.news-updates-special p {
    font-size: 16px;
    font-family: dinot;
    color: #151515;
    line-height: 1.429;
    margin-top: 20px;
}
.news-updates-special li a {
    box-shadow: none;
    text-decoration: none;
}
.new-update-special {
    font-size: 0;
}
.block-information a {
    color: #ffffff;
    float: left;
    box-shadow: none;
    margin-top: 30px;
}
.news-updates-special ul li .content-info {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}
.news-updates-special ul:first-child li .content-info {
    padding-top: 0;
}
.news-updates-special ul:last-child li .content-info {
    border-bottom: 0;
}
.news-updates-special {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/hire/baner-special.png) no-repeat;
    background-size: cover;
}
.new-update-special-block {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}


.footer-block .phone-and-formdirect {
    max-width: 1260px;
    margin: 0 auto;
    width: auto;
    margin-bottom: 40px;
    overflow:hidden;
}
.footer-block .footer-phone {
    background: url(../custom-images/last-update/footer-phone.png) no-repeat;
    background-size: cover;
}
.footer-block .formdirect {
    background: url(../custom-images/last-update/bg-formdirect.png) no-repeat;
    background-size: cover;
}
.footer-phone .ft-phone-left, .formdirect .formdirect-left {
    flex: 1;
    text-align: left;
}
.footer-phone .ft-phone-right, .formdirect .formdirect-right {
    flex: 1;
    text-align: right;
}
.footer-phone .ft-phone-left p, .formdirect .formdirect-left p {
    font-size: 18px;
    color: #ffffff;
    font-family: dinot;
}
.footer-phone .ft-phone-right a {
    color: #f26722;
    font-size: 36.56px;
    font-family: dinotblack;
    text-decoration: none;
}
.formdirect .formdirect-right a {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: dinot;
    background: url(../custom-images/last-update/btn-formdirect.png) no-repeat;
    background-size: cover;
    width: 219px;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    padding: 0 40px;
    text-decoration: none;
}

.footer-block .footer-phone, .footer-block .formdirect {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 50%;
    height: 108px;
    padding: 0 30px;
}
.footer-phone .ft-phone-right img {
    vertical-align: top;
}
.formdirect .formdirect-left p {
    font-size: 14px;
}
/*.menu-top > li:hover .sub-category .img-category {
    display: none;
}
.menu-top > li:hover .sub-category.active .img-category {
    display: inline-block;
}*/

/* ---------- WEB GUY ---------- */

.case-study{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
.case-study .cs-left, .case-study .cs-right{
    width: 50%;
}
.case-study .cs-left h2.left-align-title{
    color: #F26722;
    font-size: 24px;
    font-family: dinotblack;
    margin-top: 50px;
    margin-bottom: 15px;
}
.case-study .cs-left p{
    font-size: 16px;
    font-family: dinot;
}
/* CONTACT US PAGE */

div.cont-cent{
	width: 1200px;
	margin: 0 auto;
	/*border: 1px solid black;*/
	padding: 0 30px;
	padding-top: 30px;
}
div.cont-cent .container{
   margin: 0;
}
p.cont-title{
	font-size: 24px;
	font-family: dinotblack;
	color: #f26722;
}
hr.cont-title-line{
	width: 50px;
	border: 3px solid #f26722;
	background: #f26722;
}
p.cont-desc{
	font-size: 16px;
	font-family: dinot;
	line-height: 26px;
	padding-top: 15px;
}
span#phone-number{
	font-family: dinotblack;
	color: #f26722;
	font-size: 25px;
}
div#cont-left{
	width: 50%;
	float: left;
}
div#cont-right{
	width: 50%;
	float: right;
}
p.cont-place{
	font-family: dinotblack;
	font-size: 18px;
	color: #f26722;
	padding-top: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
table.cont-tables{
	width: 100%;
	margin-bottom: 20px;
}
table.cont-tables tbody tr td{
	width: 50%;
	font-size: 14px;
	font-family: dinot;
	color: #151515;
}
table.cont-tables tbody tr td.cont-offices{
	font-family: dinotblack;
}
table.cont-tables tbody tr td span.cont-labels{
	font-family: dinotblack;
	color: #f26722;
}
p.cont-google, a.google-link{
	font-size: 14px;
	color: #f26722;
	font-weight: 900;
	text-decoration: none;
}
a.google-link:link{
	text-decoration: none;
}
p.sub-desc{
	padding-top: 20px;
	color: #7a7a7a;
	font-size: 14px;
	padding-right: 30px;
}
img#map-img, img#main-img{
	margin-top: 30px;
}