/* 
    Document   : style
    Created on : Mar 13, 2014, 11:37:15 AM
    Author     : Husen
    Description:
        Purpose of the stylesheet follows.
*/
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}
a{
    color: #f39300;
}
a:hover{
    color: #f39300;
    text-decoration: underline;
}
.header{
    position: relative;
    padding-top: 40px;
    width: 100%;
}
.nav.last-child{
    background: #ffffff url('../images/menu-border.png') repeat-x center bottom;
}
.nav{
    position: relative;
    z-index: 1000;
    padding-bottom: 6px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /*top: 40px;*/
    background: rgba(255,255,255,0.85) url('../images/menu-border.png') repeat-x center bottom;
}
.logo{
    float: left;
    padding-top: 15px;
    width: 210px;
    text-align: center;
}
.nav > img{
    position: absolute;
    top: 0px;
    right: 0px;
}
.main-nav{
    position: relative;
    float: left;
    margin-bottom: 0px;
    margin-left: 20px;
    padding: 0px;
    list-style: none;
}
.main-nav.responsive-menu{
    display: none;
    padding: 5px;
}
.main-nav li{
    position: relative;
    float: left;
    border-left: 1px #e8e8e8 solid;
}
.main-nav li:last-child{
    border-right: 1px #e8e8e8 solid;
}
.main-nav li a{
    display: block;
    padding: 75px 20px 20px;
    color: #333333;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Bebas Neue';
}
.main-nav li a:hover{
    text-decoration: none;
}
.main-nav li.active,
.main-nav li:hover{
    background-color: #f39200;
}
.main-nav li ul{
    display: none;
    margin:0;
}
.main-nav li:hover ul{
    position: absolute;
    z-index:99999;
    display: block;
    margin: 0;
    padding: 12px 0;
    width: 250px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color:#f39200;
    -webkit-box-shadow: 6px 5px 0 0 rgba(0,0,0,0.27);
    -moz-box-shadow: 6px 5px 0 0 rgba(0,0,0,0.27);    
    box-shadow: 6px 5px 0 0 rgba(0,0,0,0.27);
    white-space: normal;    
}
.main-nav li.last-nav:hover ul{
    right: 0;
    width: 150px;
}
.main-nav li li{
    display:block;
    float: none;
    padding: 8px 0;
    border-left: 0;
    text-align:left;
}
.main-nav li li:last-child{
    border-right: 0;
}
.main-nav li li a{
    padding:0 0 0 17px;
    border-left: 3px #f39200 solid;
    color:#fff;
    font-size:17px;
    line-height: 1;
}
.main-nav li li a:hover{
    padding:0 0 0 17px;
    border-left: 3px #fff solid;
    color:#b56d00;
}
/*slides*/
.after,
.slides{
    position: relative;
    top: -189px;
    left: 0px;
    float: left;
    margin-bottom: -189px;
    /*min-height: 500px;*/
    width: 100%;
    background: transparent;
}
.ie8 .caption{
    background: #000000;
}
.slides .caption{
    position: absolute;
    top: 33%;
    right: 0px;
    left: 0;
    z-index: 10;
    margin: 0 auto;
    padding: 30px;
    width: 700px;
    border-radius: 10px;
    background: transparent url(../images/caption-bg.png) repeat;
    color: #FFFFFF;
}
.caption h1{
    display: block;
    border-top: 2px #f39200 solid;
    border-bottom: 2px #f39200 solid;
    color: #ffffff;
    text-align: center;
    font-size: 48px;
    font-family: 'Bebas Neue';
    line-height: 60px;
}
.caption p{
    margin-top: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
}

.widgets{
    float: left;
    min-height: 50px;
    width: 100%;
    background: #f39200;
    box-shadow: 0px 4px 10px  rgba(0,0,0,0.35) inset;
}
.widgets .widget{
    float: left;
    margin: 40px 10px 10px;
    margin-bottom: 30px;
    padding-top: 96px;
    width: 340px;
    text-align: center;
}
.widget *{
    color: #ffffff;
}
.widget h2{
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Bebas Neue',sans-serif;
}
.widget p{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
}
.widget1{
    background: transparent url('../images/monitor.png') no-repeat center top;
}
.widget2{
    background: transparent url('../images/gear.png') no-repeat center top;
}
.widget3{
    background: transparent url('../images/noted.png') no-repeat center top;
}
.external-wrapper{
    position: relative;
    float: left;
    padding: 40px 0px;
    width: 100%;
    background: transparent url('../images/bgexternal.png') repeat;
}
.external{
    position: relative;
    float: left;
    overflow: hidden;
    width: 285px;
    height: 350px;
}
.external span:before{
    position: absolute;
    top: -14px;
    left: 30px;
    border-top: 0px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 15px solid #cc7b00;
    border-left: 10px transparent solid;
    content:" ";
}
.external span{
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    padding: 30px;
    width: 225px;
    background: #cc7b00;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Bebas Neue';
}
.external:nth-child(2n+1) span:before{
    border-bottom-color: #f39200;
}
.external:nth-child(2n+1) span{
    background: #f39200;
}

.footer{
    position: relative;
    float: left;
    padding: 40px 0px;
    width: 100%;
    border-top: 1px #b4b4b4 solid;
    background: #444444;
}
.footer p{
    margin-bottom: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
}
.footer p a{
    color: #ffffff;
    font-weight: bold;
}
.footer ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    display: inline-block;
}
.footer li{
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
}
.footer li a{
    color: #ffffff;
    text-transform: uppercase;
}
.footer .soc-wrapper{
    display: inline-block;
    float: right;
}
.footer a.soc-med{
    float: left;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-top: -10px;
    width: 40px;
    height: 40px;
    background: url('../images/social-media.png') no-repeat;
    vertical-align: top;
}
.footer a.soc-med span{
    display: none;
}
.footer a.fb{
    background-position: 0 0;
}
.footer a.linkedin{
    background-position: -40px 0;
}
.footer a.twitter{
    background-position: -80px 0;
}
.footer a.google_plus{
    background-position: -120px 0;
}
.footer a.youtube_link{
    background-position: -160px 0;
}
.after{   
    overflow: hidden;
    height: 246px;
}
.after img{
    width: 100%;
}

.brecrumb{
    position: relative;
    float: left;
    padding: 25px 0px;
    width: 100%;
}
.brecrumb ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.brecrumb li{
    float: left;
    margin-right: 10px;
}
.brecrumb a{
    display: block;
    color: #333333;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.brecrumb a:hover{
    text-decoration: underline;
}
.title-page{
    margin-bottom: 20px;
    font-size: 46px;
    font-family: 'Bebas Neue';
}
.content{
    position: relative;
    float: left;
    width: 100%;
}
[class^="column-"],
[class*="column-"]{
    position: relative;
    float: left;
    /*background: red;*/
    margin-bottom: 20px;
    min-height: 20px;
}
.column-left{
    margin-right: 20px;
    /*width: 440px;*/
    width: 290px;
}
.column-right{
    float: right;
    width: 560px;
}

.form label{
    float: left;
    margin-top: 0.7em;
    width: 160px;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Open-sans',sans-serif;
}
.form-group{
    position: relative;
    float: left;
    clear: both;
    margin: 5px 0px;
    width: 100%;
}
.form input[type="text"],
.form textarea{
    float: left;
    margin: 0px;
    padding: 10px;
    width: 377px;
    border: 1px #dbdbdb solid;
    background: #f3f3f3;
    font-family: 'Open-sans',sans-serif;
    resize: none;
}
.form input.input_country_code{
    width: 30px;
}
.form .separator{
    float: left;
    width: 10px;
    text-align: center;
    line-height: 37px;
}
.form input.input_phone{
    width: 315px;
}
.form .explain{
    float: left;
    margin-left: 160px;
    color: #333;
    font-style: italic;
    font-size: 9px;
}
.button{
    padding: 15px 40px;
    border: 0px transparent solid;
    border-radius: 5px !important;
    background: #f39200;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
.tabs ul{
    height: 60px;
    border-bottom: 4px #d3d3d3 solid;   
}
.tabs li{
    float: left;
    border: 1px #c1c1c1 solid;
    border-bottom-width: 4px;
    border-bottom-color: #d3d3d3;
    background: #c1c1c1;
}
.tabs a{
    display: block;
    padding: 16px 19px;
    color: #333333;
    font-size: 18px;
    font-family: 'Bebas Neue';
}
li.r-tabs-state-active{
    border: 1px #f39200 solid;
    border-bottom-width: 4px;
    background: #ffffff;
}
.form{
    margin-top: 40px;
}
.form select option{
    /*padding: 10px;*/
}
.form select {
    margin: 0;
    padding: 10px 6px;
    width: 260px;
    border: 1px transparent solid;
    background: transparent;
    font-family: 'Open-sans',sans-serif;
}
.select-form{
    float: left;
    overflow: hidden;
    width: 228px;
    border: 1px #dbdbdb solid;
    background: #f3f3f3 url('../images/option.png') no-repeat 94% center;
}
.form h3{
    font-size: 18px;
    font-family: 'Bebas Neue';
}
.form *{
    font-family: 'Open-sans',sans-serif;
}
.r-tabs-accordion-title{
    margin: 5px 0px;
}
.r-tabs-accordion-title a{
    display: block;
    padding: 5px;
    background: #f39200;
    color: #ffffff;
}

.left-nav{
    position: relative;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    list-style: none;
}
.left-nav a{
    display: block;
    padding: 10px;
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}
.left-nav li.active > a,
.left-nav li:hover > a{
    background: #f39200;
    color: #ffffff;
    text-decoration: none;
}
.left-sub{
    list-style: none;
}

/*prodcut*/
.product_wrapper{

    float: left;
    width: 100%;
}
.product img{
    position: absolute;
}
.product{
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px;
    /*background: red;*/
    min-height: 30px;
    width: 490px;
    height: 234px;
    cursor: pointer;
}
.product.last-child{
    margin-right: 0px;
}
.product:last-child{
    margin-right: 0px;
}
.product .des{
    position: absolute;
    top: 0px;
    display: none;
    padding: 20px;
    width: 450px;
    height: 194px;
    background: transparent url(../images/caption-bg.png) repeat;
}
.product h3{
    padding-left: 10px;
    border-left:  3px #f39200 solid;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Bebas Neue';
    line-height: 19px;   
}
.product p{
    color: #ffffff;
}
.product .read-more{
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: none;
    padding: 10px;
    background: black;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Bebas Neue';
}
#product-thumb{
    margin: 0px;
    padding: 0px;
}
#product-thumb li:last-child{
    margin-right: 0px;
}
#product-thumb li a{
    position: relative;
    display: block;
}
#product-thumb li a span{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #DDDDDD;
    color: #333333;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
}

/*
[class^="product-"],
[class*="product-"]{
    position: relative;
    float: left;
    --background: red;--
    min-height: 30px;
} */
.product-left{
    position: relative;
    float: left;
    margin-right: 44px;
    width: 560px;
}
.product-right{
    position: relative;
    float: left;
    width: 416px;
}
.description{
    margin-bottom: 20px;
}
/*pagination*/
.pagination {
    /*width: 100%;*/
    position: relative;
    float: right;
    margin-bottom: 20px;
}
.pagination .paging-prev.paging-item a,
.pagination .paging-first.paging-item a,
.pagination .paging-item.paging-next a,
.pagination .paging-last.paging-item a{
    background-image: none;
}
.pagination .paging-item{
    float: left;
    margin: 5px;
}
.pagination .paging-item a{
    float: left;
    /*height: 51px;*/
    padding: 17px 0;
    width: 50px;
    background: transparent url('../images/paging-off.png') no-repeat center;
    color: #333333;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.pagination .paging-item.active a{
    background: transparent url('../images/paging.png') no-repeat center;
    color: #ffffff;
}

#product{
    margin-bottom: 10px;
}

.errorPage{
    min-height: 350px;
}

/*blog*/
.blog{
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.blog .img-blog{
    float: left;
}
.img-blog img{
    display: block;
}
.blog .text-blog{
    position: relative;
    float: left;
    padding: 25px;
    width: 363px;
    border: 1px #dfdfdf solid;
}
.blog .blog-readmore span{
    display: none;
}
.blog h3{
    font-weight: bold;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: normal;
}
.blog .blog-readmore{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 42px;
    height: 43px;
    background: transparent url('../images/readmore.png') no-repeat center center;
}
.blog .text-blog.full{
    width: 508px;
}
.featured-img{
    margin-bottom: 25px;
    max-width: 100%;
}
.message{
    position: absolute;
    z-index: 1000;
    width: 100%;
}

table.special td{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333333;
    vertical-align: middle;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}
table.special td:first-child{
    padding-left: 0px;    
}
table.special{
    width: 290px;
}
.maps{
    margin: 20px 0px;
    width: 100%;
}
.page a:hover{
    text-decoration: underline;
}
.page a{
    position: relative;
    display: inline-block;
    float: left;
    padding: 5px;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto Condensed',sans-serif;
    line-height: normal;
}
.page .nextpage{
    float: right;
}

.page-info p{
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}
.brochure{
    padding: 10px;
    width: 200px;
    background: none repeat scroll 0 0 #E7E7E7;
    box-shadow: 0px 6px 0px -2px #D1D1D1 ;
}
.brochure h2{
    color: #333333;
    font-size: 24px;
    font-family: 'Bebas Neue';
    line-height: 16px;
}
.brochure img{
    margin-right: 10px;
}
.brochure a{
    padding: 10px 15px;
    background: #f39300;
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Bebas Neue';
}

.blog-slider ul{
    margin:0px 0px 0px;
    padding:0px 0px 0px;
    list-style:none none;
}