@charset "utf-8";
 *, body {
     margin: 0 
}
 body, div, p {
     font-size: 14px 
}
 .centered-btns_nav, a, a.explore {
     text-decoration: none 
}
 * {
     . padding: 0 
}
 #select_city1, ul.saving-calc li select {
     background: #fff;
     border: 1px solid #ccc 
}
 div, p {
     font-family: Roboto-Regular;
     /*color: #000*/ 
}
 li {
     list-style: none 
}
 input {
     border: 0 
}
 img, input:focus {
     border: 0;
     outline: 0 
}
 a {
     outline: 0 
}
 body {
     line-height: 16px;
     padding: 0;
     font-family: Roboto-Thin, robotolight, Roboto-Regular, Roboto-Light, Helvetica, Arial, Helvetica, sans-serif 
}
 .views-field-title.custom span span {
     font-family: Roboto-Thin, Roboto-Regular, Roboto-Light, Helvetica, Arial, Helvetica, sans-serif;
     color: #000 
}
 @font-face{
    font-family:Roboto-Thin;
    src:url(../fonts/Roboto-Thin.eot);
    src:url(../fonts/Roboto-Thind41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Roboto-Thin.woff) format('woff'), url(../fonts/Roboto-Thin.woff) format('woff'), url(../fonts/Roboto-Thin.ttf) format('truetype');
     font-weight:400;
     font-style:normal 
}
 @font-face{
    font-family:'Dancing Script',cursive;
    src:url(../fonts/DancingScript-Regular.ttf);
    src:url(../fonts/DancingScript-Regular.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Dancing Script',cursive;
    src:url(../fonts/DancingScript-Regular.ttf);
    src:url(../fonts/DancingScript-Regular.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:Roboto-Regular;
    src:url(../fonts/Roboto-Regular.eot);
    src:url(../fonts/Roboto-Regulard41d.eot?#iefix) format('embedded-opentype'),url(../fonts/Roboto-Regular.woff) format('woff'),url(../fonts/Roboto-Regular.woff) format('woff'),url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:Roboto-Light;
    src:url(../fonts/Roboto-Light.eot);
    src:url(../fonts/Roboto-Lightd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/Roboto-Light.woff) format('woff'),url(../fonts/Roboto-Light.woff) format('woff'),url(../fonts/Roboto-Light.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:robotolight;
    src:url(../fonts/roboto-light-webfont.eot);
    src:url(../fonts/roboto-light-webfontd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-light-webfont.woff2) format('woff2'),url(../fonts/roboto-light-webfont.woff) format('woff'),url(../fonts/roboto-light-webfont.ttf) format('truetype'),url(../fonts/roboto-light-webfont.svg#robotolight) format('svg');
    font-weight:400;
    font-style:normal
}
header{
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:99999999;
    background-color:#fff
}
#header-top{
    background:url(../images/header-top-repeat-y.jpg) left top repeat-x;
    width:100%;
    height:36px
}
#header-bottom{
    width:100%;
    transition:all ease .4s;
    background:#fff
}
header.sticky #header-bottom{
    box-shadow:0 0 4px #ccc;
    height:77px;
    position:fixed;
    z-index:99999999;
    top:0;
    left:0;
    transition:all ease .4s
}
.header-top-inside{
    width:1170px;
    margin:0 auto
}
.header-top-right{
    float:right;
    width:100%
}
.header-top-right ul{
    float:right
}
.header-top-right ul li{
    float:left;
    font-family:Roboto-Regular;
    font-size:12px;
    padding:11px 0;
    position:relative
}
.header-top-right ul li:last-child a{
    border-right:0
}
.header-top-right ul li a{
    border-right:1px solid #d3d2d2;
    color:#4a4949;
    padding:0 10px;
    transition:all ease .5s
}
.header-top-right ul li a:hover{
    color:#ea791e;
    transition:all ease .5s
}
.clear{
    clear:both
}
.search-header{
    float:right;
    cursor:pointer;
    position:relative
}
.header-bottom{
    width:1170px;
    margin:0 auto;
    padding-top:0;
    background-color:#fffbd
}
.header-bottom-left{
    float:left;
    width:260px;
    transition:all .4s ease 0s
}
header.sticky .header-bottom-left{
    padding-top:0
}
header.sticky .header-bottom{
    padding-top:0;
    background-image:none;
    box-sizing:border-box
}
.header-bottom-left img{
    transition:all .4s ease 0s;
    height:auto;
    margin-top:3px;
    -moz-transform:rotate(2deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg)
}
nav{
    float:right;
    margin-top:11px;
    position:relative;
    background:#fff
}
nav ul li a{
    border-right:1px solid #bab7b6;
    color:#050505;
    font-size:13px;
    padding:0 11px;
    text-transform:uppercase;
    transition:all ease .6s
}
.call,nav ul li:hover{
    background:#fa8b32;
    transition:all ease .6s
}
.call a{
    color:#fff!important;
    background:rgba(0,0,0,.08)!important
}
nav ul li:hover a{
    color:#FFF;
    transition:all ease .6s
}
nav ul li:last-child a{
    border-right:0
}
nav ul li ul li ul{
    display:none;
    position:absolute;
    width:195px;
    left:100%;
    top:0
}
nav ul li:hover>ul{
    display:block
}
nav ul li ul li{
    border-bottom:1px solid #e2e2e2;
    box-sizing:border-box;
    padding:0;
    width:100%
}
nav ul li ul li:hover{
    background:#fff
}
nav ul li ul li:hover a{
    padding-left:5px;
    transition:all ease .4s
}
nav ul li ul li ul li:hover a{
    padding-left:35px;
    transition:all ease .4s
}
nav ul li ul li a{
    border-right:medium none;
    display:block;
    color:#5e5e5e!important;
    padding:10px 10px 10px 31px;
    box-sizing:border-box;
    transition:all ease .4s
}
nav ul li ul li ul li a{
    color:#666;
    font-size:12px
}
.rslides{
    position:relative;
    list-style:none;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0 auto
}
.rslides li{
    -webkit-backface-visibility:hidden;
    position:absolute;
    display:none;
    width:100%;
    left:0;
    top:0
}
#banner .rslides li{
    height:100%
}
.rslides li:first-child{
    position:relative;
    display:block;
    float:left
}
.rslides img{
    display:block;
    height:100%;
    float:left;
    width:100%;
    border:0
}
.rslides_container{
    position:relative;
    width:100%
}
.centered-btns_nav{
    z-index:3;
    position:absolute;
    -webkit-tap-highlight-color:transparent;
    top:50%;
    left:0;
    opacity:.7;
    text-indent:-9999px;
    overflow:hidden;
    height:61px;
    width:38px;
    background:url(themes.html) left top no-repeat;
    margin-top:-45px
}
.large-btns_nav,.transparent-btns_nav{
    z-index:3;
    -webkit-tap-highlight-color:transparent;
    top:0;
    position:absolute;
    text-indent:-9999px;
    overflow:hidden
}
.centered-btns_nav:active{
    opacity:1
}
.centered-btns_nav.next{
    left:auto;
    background-position:right top;
    right:0
}
.transparent-btns_nav{
    left:0;
    display:block;
    background:#fff;
    opacity:0;
    filter:alpha(opacity=1);
    width:48%;
    height:91%
}
.transparent-btns_nav.next{
    left:auto;
    right:0
}
.large-btns_nav{
    opacity:.6;
    bottom:0;
    left:0;
    background:url(themes.html) left 50% no-repeat #000;
    width:38px
}
.large-btns_nav:active{
    opacity:1
}
.large-btns_nav.next{
    left:auto;
    background-position:right 50%;
    right:0
}
.centered-btns_nav:focus,.large-btns_nav:focus,.transparent-btns_nav:focus{
    outline:0
}
.centered-btns_tabs,.large-btns_tabs,.transparent-btns_tabs{
    margin-top:-65px;
    position:absolute;
    right:84px;
    text-align:center
}
.centered-btns_tabs li,.large-btns_tabs li,.transparent-btns_tabs li{
    display:inline;
    float:none;
    margin-right:5px
}
.centered-btns_tabs a,.large-btns_tabs a,.transparent-btns_tabs a{
    background:url(../images/banner-icon.png) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    display:inline-block;
    width:10px;
    height:10px
}
.home-banner-bottom-bottom,.home-banner-bottom-top{
    height:236px;
    width:100%
}
.centered-btns_here a,.large-btns_here a,.transparent-btns_here a{
    background:url(../images/banner-icon-active.png) no-repeat
}
.insdie-div-nav{
    margin:0 auto;
    position:relative;
    width:1170px;
    z-index:999
}
.social-icon{
    position:FIXED;
    right:0;
    top:100px;
    z-index:99999;
    width:30px
}
.social-icon ul li{
    right:40px;
    position:relative;
    transition:all .9s ease 0s;
    margin-bottom:1px
}
.social-icon ul li a,.social-icon ul li img{
    display:block
}
.social-icon ul li:hover{
    right:130px;
    transition:all .9s ease 0s
}
.social-icon ul li span{
    background:#000;
    display:inline-block;
    left:0;
    position:relative;
    top:0;
    transition:all .9s ease 0s;
    width:150px
}
.social-icon ul li a{
    margin-top:7px
}
#home-banner-bottom{
    width:100%;
    box-sizing:border-box;
    margin-top:60px;
    background-color:#eb7a1e
}
.home-banner-bottom-top{
    box-sizing:border-box
}
.home-banner-bottom-top-left{
    background:url(../images/home-fist-back.jpg) no-repeat #ea791e;
    box-sizing:border-box;
    color:#fff;
    float:left;
    font-family:Roboto-Light;
    font-size:26px;
    height:237px;
    position:relative;
    text-align:center;
    text-transform:uppercase;
    width:19.2%
}
.home-banner-bottom-top-left span{
    bottom:0;
    display:block;
    left:0;
    line-height:20px;
    margin:45px auto auto;
    position:absolute;
    right:0;
    top:0;
    z-index:9999
}
.home-banner-bottom-top-left span img{
    width:auto;
    height:auto
}
.home-banner-bottom-top-right{
    float:right;
    width:80.8%;
    box-sizing:border-box
}
.home-banner-bottom-top ul li{
    box-sizing:border-box;
    float:left;
    overflow:hidden;
    position:relative;
    width:33.3%
}
.home-banner-bottom-top ul li:last-child{
    border-right:1px solid transparent;
    width:33.4%
}
.home-banner-bottom-top ul li img{
    width:100%;
    height:auto;
    filter:grayscale(100%);
    filter:gray;
    -webkit-filter:grayscale(100%);
    transition:all .9s ease 0s;
    display:block
}
.home-banner-bottom-top ul li:hover img{
    width:100%;
    height:100%;
    filter:grayscale(0);
    -webkit-filter:grayscale(0);
    transition:all .9s ease 0s;
    background:#8c8c8c
}
.home-banner-bottom-top ul li a{
    color:#fff
}
.home-banner-bottom-top ul li span{
    background:rgba(0,0,0,.45);
    bottom:0;
    box-sizing:border-box;
    color:#fff;
    font-family:Roboto-Regular;
    left:0;
    line-height:24px;
    padding:10px 0;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:999;
    transition:all .6s ease 0s;
    font-size:15px
}
a.explore,a.explore:hover{
    font-size:14px;
    transition:all .6s ease 0s
}
a.explore{
    background:url(../images/exlplore-icon.png) 93% 8px no-repeat #ea791e;
    color:#fff;
    display:inline-block;
    margin-top:5px;
    padding:0 19px 0 15px;
    border:1px solid #ea791e
}
.footer-bottom p a:hover,a.media-websource{
    text-decoration:underline
}
a.explore:hover{
    background:url(../images/exlplore-icon.png) 93% 8px no-repeat #fff;
    border:1px solid #b8b8b8;
    color:#000;
    cursor:pointer;
    font-family:Roboto-Regular
}
.home-banner-bottom-top-left img{
    width:100%;
    height:auto
}
.home-banner-bottom-bottom .home-banner-bottom-top-left{
    float:right!important
}
.home-banner-bottom-bottom .home-banner-bottom-top-right{
    float:left!important
}
#whatnew-roygyan{
    overflow:hidden;
    padding:1px 0 70px;
    width:100%;
    clear:both;
    position:relative;
    background:url(../img/target-bg1.png) right bottom no-repeat;
    background-size:10%
}
.whatnew-roygyan{
    width:1170px;
    margin:0 auto
}
.whatnew-roygyan-left{
    width:530px;
    float:left
}
.whatnew-roygyan-right{
    width:530px;
    float:right;
    padding-left:67px;
    border-left:1px solid #eaeaea
}
.heading{
    color:#2e2e2e;
    font-size:38px;
    line-height:47px
}
.heading img{
    float:left;
    margin-right:20px;
    margin-top:-41px;
    position:relative;
    left:18%
}
.heading span{
    color:#000;
    font-size:17px;
    display:block;
    font-family:robotolight
}
.what-new-slider,.what-new-slider-right h2{
    font-family:Roboto-Regular
}
.what-new-slider{
    box-sizing:border-box;
    float:left;
    margin-top:20px;
    padding-right:10px
}
.what-new-slider img{
    border-radius:7px;
    box-shadow:1px 1px 4px #818181;
    float:left;
    height:100px;
    margin-right:26px;
    width:150px
}
.what-new-slider-right h2{
    color:#171717;
    font-size:14px;
    font-weight:400;
    line-height:19px
}
.latest-update-div-date{
    color:#a3a3a3;
    font-size:13px;
    font-weight:400;
    margin:13px 0 11px
}
.what-new-slider-right p{
    color:#848484;
    font-size:13px;
    font-weight:400;
    line-height:19px
}
.rslides_nav{
    background:url(../images/slider-arrow.png) left 30% no-repeat rgba(0,0,0,0);
    height:20px;
    opacity:1;
    overflow:hidden;
    position:absolute;
    right:28px;
    top:-138px;
    width:103px;
    z-index:999999;
    text-indent:-9999px
}
.rslides_nav.next{
    background-position:right 50%;
    right:10px;
    width:21px
}
.rslides_nav.prev{
    background-position:left 50%;
    right:32px;
    width:21px
}
.what-new-slider-right{
    float:right;
    width:335px;
    min-height:208px
}
.what-new-slider-left{
    float:left
}
a.read-more{
    background:url(../images/readmore-arrow.png) right center no-repeat rgba(0,0,0,0);
    clear:both;
    color:#000;
    display:block;
    font-family:Calibri;
    font-size:13px;
    margin:18px auto;
    padding-right:13px;
    text-transform:capitalize;
    transition:all .5s ease 0s;
    width:68px
}
a.read-more:hover{
    color:#fa8b32;
    padding-left:5px;
    transition:all ease .5s
}
.cross-check-left{
    float:left;
    width:280px;
    margin-right:25px;
    box-sizing:border-box
}
.cross-check-left h3{
    font-family:Roboto-Regular;
    color:#585858;
    font-size:23px;
    text-transform:uppercase;
    font-weight:400;
    padding:2px 0
}
.cross-check-left p{
    color:#565656;
    font-family:robotolight;
    font-size:17px;
    line-height:22px;
    margin:17px 0
}
.cross-check-left p span{
    font-family:Roboto-Regular;
    display:block;
    font-size:12px
}
.com-prod-1 ul li,.com-prod-2 ul li,.cross-check-left ul li{
    font-size:13px;
    font-family:Roboto-Regular;
    position:relative
}
.cross-check-left ul li{
    border-bottom:1px solid #d9d9d9;
    color:#8d8d8d;
    display:inline-block;
    padding:2px 0
}
.cross-check-left ul li img{
    height:auto;
    margin-left:4px;
    margin-right:19px;
    vertical-align:middle;
    width:auto;
    float:none;
    display:inline-block
}
.com-prod-1{
    width:100px;
    border:1px solid #ededed;
    border-radius:5px;
    float:left;
    text-align:center
}
.com-prod-1 img{
    float:none;
    height:auto;
    padding:8px 0;
    width:auto;
    display:inline-block
}
.com-prod-1 ul li{
    border-bottom:1px solid #d9d9d9;
    color:#8d8d8d;
    padding:6px 0;
    display:inline-block
}
.com-prod-1 ul li:last-child,.cross-check-left ul li:last-child{
    border-bottom:0
}
.com-prod-1 ul li:first-child{
    padding-top:0
}
.com-prod-2{
    background:#7f7f7f;
    border:1px solid #ededed;
    border-radius:5px;
    float:right;
    text-align:center;
    width:100px
}
.com-prod-2 img{
    padding:8px 0 3px;
    width:auto;
    height:auto;
    display:inline-block;
    float:none
}
.com-prod-2 ul li{
    border-bottom:1px solid #d9d9d9;
    color:#fff;
    padding:6px 0;
    display:block;
    float:left
}
.com-prod-2 ul li:first-child{
    padding-top:0
}
.com-prod-2 ul li:last-child{
    border-bottom:0
}
.cross-check-slider{
    margin-top:20px
}
#saving-calculator{
    background:#e0e0e0;
    padding:55px 0 0;
    width:100%
}
.saving-calculator{
    width: 1080px;
    margin:0 auto;
}
.saving-calculator .heading{
    margin-bottom:15px;
    color:#FFF
}
.saving-calculator .heading span{
    color:#000!important;
    font-family:Roboto-Regular;
    font-size:15px;
    line-height:19px
}
ul.saving-calc{
    margin-top:41px;
    overflow:hidden
}
ul.saving-calc li{
    float:left;
    margin:0 16px 10px 0;
    width:238px;
    color:#000;
    font-family:Roboto-Regular;
    font-size:15px;
    position:relative
}
ul.saving-calc li input,ul.saving-calc li select{
    border-radius:3px;
    border-top:1px solid #d4d3d2;
    box-sizing:border-box;
    color:#5e5e5e;
    font-size:15px;
    border-right:2px solid #d4d3d2;
    margin-top:5px;
    font-family:Roboto-Regular;
    width:100%
}
ul.saving-calc li br{
    margin-bottom:5px
}
ul.saving-calc li input{
    padding:9px 11px
}
ul.saving-calc li select{
    padding:8px 2px
}
.saving-cal-but{
    background:#329600;
    border:1px solid #266f02;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    font-family:Roboto-Regular;
    font-size:19px;
    padding:2px 12px;
    text-align:left;
    display:block;
    margin:0 auto
}
input.saving-cal-but:hover{
    background:#ff8300
}
#makeindia{
    width:100%;
    padding:50px 0
}
.makeindia-award{
    width:1170px;
    margin:0 auto
}
.makeindia-award-left{
    width:570px;
    float:left
}
.makeindia-award-right{
    float:right;
    width:500px;
    border-left:1px solid #eaeaea;
    padding-left:49px
}
.makeindia-award span{
    font-family:robotolight;
    font-size:16.5px;
    margin-top:15px
}
.award-slider .what-new-slider-right p,.make-in-india-right{
    font-family:Roboto-Regular;
    font-size:13px
}
.make-in-india-left{
    float:left;
    width:275px
}
.make-in-india-right{
    color:#8a8a8a;
    float:right;
    line-height:20px;
    width:275px
}
.dealer-locator,.line,.select-locator-left{
    float:left
}
.makeindia-award-left .heading{
    margin-bottom:30px
}
.award-slider{
    margin-top:52px
}
.award-slider .what-new-slider-right{
    margin-top:12px;
    width:320px;
    min-height:inherit
}
.award-slider .what-new-slider-right p{
    color:#000;
    font-weight:400;
    line-height:19px
}
.award-slider .what-new-slider-right p span{
    display:inline-block;
    font-size:13px;
    font-style:italic;
    margin:5px 0
}
.award-slider .rslides_nav{
    right:197px;
    top:-38px
}
.login-popup,.search-box{
    box-shadow:0 1px 5px #ccc;
    position:absolute;
    top:35px;
    z-index:99999;
    box-sizing:border-box
}
.award-slider .rslides_nav.prev{
    background-position:left 50%;
    right:220px!important;
    width:21px
}
.line{
    background:#e3e3e3;
    height:1px;
    margin-top:23px;
    width:100%
}
#footer{
    width:100%;
    clear:both
}
#footer-top{
    background:#f0f0f0;
    width:100%;
    padding:8px 0;
    background-size:19%
}
.footer-top{
    width:1170px;
    margin:0 auto
}
.footer-top-left{
    float:left;
    margin-right:53px;
    width:480px
}
.footer-top-left h3{
    font-weight:400;
    color:#232323;
    font-family:robotolight;
    font-style:italic;
    margin:10px 0
}
.footer-top-left p{
    color:#4f4f4f;
    font-family:Roboto-Regular;
    font-size:12px;
    line-height:20px
}
.dealer-locator{
    width:278px;
    margin-top:18px
}
.dealer-locator h3{
    color:#424242;
    font-family:robotolight;
    font-weight:400;
    font-size:24px
}
.dealer-locator p{
    color:#545454;
    font-family:Calibri;
    font-size:14px;
    margin:11px 0
}
.dealer-locator select{
    width:100%;
    color:#8d8d8d;
    margin:5px 0;
    height:35px
}
.dealer-locator select option{
    border-bottom:1px solid #ccc;
    padding:9px 0 9px 5px
}
.select-locator-right{
    float:right;
    margin-top:5px
}
.select-location-left{
    width:277px;
    float:left
}
.find-button,.webform-submit{
    background:#f17d1f;
    color:#fff;
    padding:6px;
    border-radius:3px;
    font-family:Roboto-Regular;
    font-size:15px;
    cursor:pointer
}
.footer-menu{
    float:right;
    width:310px;
    margin-top:5px
}
.footer-menu ul li{
    border-bottom:1px solid #ccc;
    float:left;
    font-family:Roboto-Regular;
    margin-right:17px;
    width:135px;
    transition:all ease .4s
}
.footer-menu ul li:hover{
    border-bottom:1px solid #e98300;
    transition:all ease .4s
}
.footer-menu ul li a{
    color:#000;
    display:block;
    font-size:12px;
    padding:7px 0 7px 11px;
    transition:all ease .4s
}
.footer-menu ul li a:hover{
    color:#e98300;
    transition:all ease .4s
}
#footer-bottom{
    background:#FFF
}
.footer-bottom{
    margin:0 auto;
    padding:15px 0;
    width:1170px
}
.footer-bottom-left{
    float:left
}
.footer-bottom-right{
    float:right
}
.footer-bottom p{
    font-family:Calibri;
    font-size:13px;
    color:#000
}
.login-popup h2,.login-popup input.login,.login-popup input.text{
    font-family:Roboto-Regular
}
.footer-bottom p a{
    color:#585858;
    transition:all ease .4s
}
.footer-bottom p a:hover{
    color:#e98300;
    transition:all ease .4s
}
section{
    overflow:hidden;
    clear:both
}
.front section{
    overflow:auto
}
.last-four a{
    border-right:0
}
.social-icon a{
    color:#FFF
}
.login-popup{
    background:#fff;
    padding:18px;
    right:0;
    width:300px;
    border-radius:0 0 7px 7px;
    display:none
}
.login-popup h2{
    background:url(../images/login-popup-icon.png) left top no-repeat rgba(0,0,0,0);
    border-bottom:1px solid #e3e3e3;
    color:#494848;
    font-size:13px;
    font-weight:400;
    margin-top:19px;
    padding-bottom:14px;
    padding-left:18px;
    text-transform:uppercase
}
.login-close{
    position:absolute;
    right:20px;
    cursor:pointer
}
.login-popup input.text{
    background:#f5f5f5;
    border:1px solid #ebebeb;
    box-sizing:border-box;
    color:#858585;
    font-size:13px;
    margin-top:11px;
    padding:7px;
    width:100%
}
.login-popup input.login{
    background:#fff;
    border:1px solid #b8b8b8;
    padding:5px 6px;
    cursor:pointer;
    border-radius:2px;
    transition:all ease .4s;
    font-size:12px;
    color:#000
}
.search-box input.form-text,a.creat-acnt,label.remember{
    font-size:13px;
    font-family:Roboto-Regular
}
.login-popup input.login:hover{
    background:#f17d1f;
    color:#FFF;
    transition:all ease .4s;
    border:1px solid #f17d1f
}
a.creat-acnt{
    background:#f17d1f;
    border:1px solid #f17d1f!important;
    border-radius:3px;
    color:#fff!important;
    display:inline-block;
    margin-left:13px;
    margin-top:16px;
    padding:5px 19px!important
}
a.creat-acnt:hover{
    background:#fff;
    color:#000!important;
    border:1px solid #b8b8b8!important
}
label.remember{
    margin-top:20px;
    display:block
}
label.remember input{
    margin-right:3px;
    vertical-align:top
}
.search-box{
    background:#fff;
    padding:18px;
    right:0;
    width:300px;
    border-radius:0 0 7px 7px;
    display:none
}
.search-box input.form-text{
    background:#f5f5f5;
    border:1px solid #ebebeb;
    box-sizing:border-box;
    color:#858585;
    margin-top:0;
    padding:7px;
    width:100%
}
.search-box .form-submit,.searh-button{
    background:#f17d1f;
    border-radius:3px;
    color:#fff;
    float:right;
    font-family:Roboto-Regular;
    font-size:14px;
    margin-left:4px;
    padding:6px;
    width:40px;
    cursor:pointer
}
.title,.title h1{
    font-size:28px;
    font-family:robotolight;
    font-weight:400
}
.bradcam,.title,.title h1{
    margin:0 auto
}
.overlay{
    background:rgba(0,0,0,.8);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:9999999
}
a.login{
    cursor:pointer
}
#inner-banner{
    width:100%;
    height:190px;
    overflow:hidden
}
#inner-banner img{
    display:block;
    height:auto;
    max-width:100%;
    text-align:center;
    width:100%
}
.title{
    background:#e7ebef;
    box-sizing:border-box;
    color:#fff;
    height:44px;
    position:relative;
    width:100%;
    z-index:99
}
.title h1{
    width:1170px
}
.title span{
    background:url(../images/title-icon.jpg) left top no-repeat #474747;
    display:inline-block;
    padding:14px 29px 14px 70px
}
.full-div img,.tooltip-left img{
    display:block
}
#bradcam{
    background:#fff;
    box-sizing:border-box;
    padding:15px 0;
    width:100%
}
.first-word-text,.tooltip-right{
    background:#474747;
    box-sizing:border-box
}
.bradcam{
    width:1170px
}
.bradcam ul li{
    color:#9c9c9c;
    font-family:robotolight;
    font-size:15px;
    float:left;
    margin-right:14px
}
.bradcam ul li:hover a{
    color:#ee700a
}
.bradcam ul li a{
    color:#313131;
    border-right:1px solid #ccc;
    padding-right:14px
}
.section-inner{
    margin:0 auto;
    width:1170px;
    padding:10px 0
}
.section-inner-non-padding{
    margin:0 auto;
    width:1170px;
    padding:0
}
.inner-head-type{
    margin-bottom:68px
}
.inner-head-type-left{
    color:#2e2e2e;
    float:left;
    font-family:Roboto-Thin;
    font-size:40px;
    line-height:50px;
    text-transform:uppercase;
    width:316px;
    padding-top:0
}
.first-letter-sepe p,.inner-head-type-right p{
    color:#6c6c6c;
    font-family:robotolight;
    font-size:15px;
    line-height:25px
}
.inner-head-type-right{
    float:right;
    width:790px
}
.inner-head-type-right p{
    width:735px
}
.first-letter-sepe p{
    float:left;
    margin-left:8px
}
.first-word-text{
    color:#fff;
    float:left;
    padding:12px;
    text-align:center;
    width:44px;
    font-family:Roboto-Regular;
    font-size:25px
}
.full-div{
    margin:0;
    clear:both
}
.full-div-left{
    width:100%
}
.full-div-right{
    width:100%;
    float:right
}
.full-div-left p{
    width:504px;
    float:left;
    margin-left:8px
}
.full-div-left.first-letter-sepe{
    margin-top:25px
}
.full-div-right.first-letter-sepe{
    box-sizing:border-box
}
.full-div-right p{
    float:right;
    margin-left:8px;
    padding-top:24px;
    width:504px
}
.full-div-right .first-word-text{
    margin:24px 0 0 27px
}
.full-div-right .heding{
    float:right;
    margin:24px 0 0;
    width:557px
}
.about-bottom-product{
    margin-top:50px
}
.about-bottom-product ul li{
    float:left;
    margin-left:54px;
    text-align:center;
    width:250px
}
.about-b-heding{
    color:#646464;
    font-family:robotolight;
    font-size:20px;
    margin:18px 0 16px
}
.about-bottom-product ul li p{
    color:#8d8d8d;
    font-family:Roboto-Regular;
    font-size:13px;
    line-height:19px
}
.about-bottom-product ul li:first-child{
    margin-left:0
}
.makeindia-award b{
    display:block;
    font-family:robotolight;
    font-size:13px;
    font-style:italic;
    font-weight:400;
    margin:4px 0
}
.address-heding,.heding{
    font-family:Roboto-Thin;
    text-transform:uppercase
}
.contact-hed-type-left{
    width:530px;
    color:#2e2e2e;
    float:left
}
.heding{
    font-size:40px;
    line-height:50px;
    margin-bottom:25px;
    padding-top:47px
}
.contact-hed-type-right{
    width:639px;
    float:right;
    height:414px;
    position:relative;
    overflow:hidden
}
.contact-hed-type-left p{
    width:471px
}
.mp-icon-four,.mp-icon-one,.mp-icon-three,.mp-icon-two{
    height:24px;
    width:28px;
    position:absolute;
    cursor:pointer
}
.mp-icon-one{
    right:47%;
    top:42%
}
.mp-icon-two{
    right:28%;
    top:55%
}
.mp-icon-three{
    bottom:41%;
    right:45%
}
.mp-icon-four{
    bottom:19%;
    right:42%
}
.tooltip{
    bottom:303px;
    color:#fff;
    font-weight:700;
    height:104px;
    left:0;
    margin-left:-126px;
    opacity:0;
    position:absolute;
    text-shadow:0 1px 0 rgba(255,255,255,.4);
    transition:all .4s ease 0s;
    width:275px;
    z-index:999
}
.mp-icon:hover>.tooltip{
    bottom:36px;
    transition:all ease .4s;
    opacity:1
}
.tooltip-left{
    background:#f2f2f2;
    float:left;
    padding-top:0;
    width:100px
}
.webform-client-form-15 label,span.arr{
    display:none
}
.tooltip-right{
    color:#fff!important;
    float:right;
    font-size:12px;
    font-weight:400;
    line-height:18px;
    padding:5px 5px 0;
    text-align:left;
    text-shadow:none;
    width:170px;
    min-height:104px
}
.tooltip::after,.tooltip::before{
    border-color:#474747 transparent;
    border-style:solid solid none;
    border-width:8px 8px 0;
    bottom:-10px;
    content:"";
    left:45%;
    position:absolute;
    z-index:1000
}
#address{
    background:#f3f3f3;
    padding:50px 0;
    width:100%
}
.address{
    width:100%;
    max-width:1170px;
    margin:0 auto
}
.address-heding{
    color:#2e2e2e;
    font-size:31px;
    margin-bottom:15px;
    width:100%
}
.corporate-office{
    background:#fff;
    box-sizing:border-box;
    float:left;
    padding:20px;
    width:260px
}
.corporate-office-heding{
    color:#f58733;
    font-size:25px;
    font-family:robotolight;
    margin-bottom:20px
}
.corporate-office p{
    color:#686868;
    font-size:13px;
    font-family:Roboto-Regular;
    line-height:20px
}
.address-heding img{
    margin-right:10px;
    vertical-align:text-bottom
}
.regional-office{
    float:right;
    padding:20px 0;
    width:870px;
    margin-bottom:35px
}
.regional-office-heding{
    color:#2e2e2e;
    font-size:25px;
    font-family:robotolight;
    margin-bottom:20px
}
.addres-office-div{
    border-right:1px solid #d8d8d8;
    float:left;
    margin-right:45px;
    width:275px
}
.addres-office-div-heding{
    background:url(../img/subheding-arrow.png) no-repeat rgba(0,0,0,0);
    color:#565656;
    font-family:robotolight;
    font-size:19px;
    margin-bottom:7px;
    padding:2px 0 6px 29px;
    text-transform:uppercase;
    margin-top:5px
}
.addres-office-div p{
    color:#686868;
    font-size:13px;
    font-family:Roboto-Regular;
    line-height:20px
}
.regional-office .addres-office-div:last-child{
    border-right:0 none;
    margin-right:0;
    width:223px
}
.addres-office-div:last-child{
    border-right:0
}
.mac .home-banner-bottom-top,.mac .home-banner-bottom-top-left,.mac.gecko .home-banner-bottom-top,.mac.gecko .home-banner-bottom-top-left{
    height:240px
}
.nav-slide-button{
    background:url(../img/menu-icon.png) 0 8px no-repeat rgba(0,0,0,0);
    cursor:pointer;
    display:none;
    height:50px;
    position:absolute;
    right:0;
    width:43px
}
span.arr{
    background:url(../img/span-arrow.png) center center no-repeat rgba(0,0,0,0);
    cursor:pointer;
    height:38px;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    width:34px
}
span.arr.active{
    background:url(../images/span-arrow-active.png) center center no-repeat
}
.contact-form{
    margin:32px auto;
    max-width:1170px;
    width:100%
}
.contact-form p{
    color:#343434;
    font-family:inherit;
    font-size:16px;
    margin:13px 0 29px 34px
}
.contact-us-heding{
    color:#2e2e2e;
    font-family:Roboto-Thin;
    font-size:31px;
    margin-bottom:0;
    text-transform:uppercase;
    width:100%
}
.contact-us-heding img{
    margin-right:10px;
    vertical-align:text-bottom
}
#main-inner{
    width:1170px;
    margin:0 auto
}
.webform-client-form-15{
    clear:both
}
.webform-client-form-15 .webform-component--contact-us{
    width:100%!important
}
.webform-client-form-15 .form-item{
    float:left;
    margin-right:20px;
    width:565px
}
.webform-client-form-15 .form-item input,.webform-client-form-15 .form-item textarea{
    color:#000;
    font-size:16px;
    width:100%;
    font-family:robotolight;
    box-sizing:border-box
}
.webform-client-form-15 .form-item input{
    border:1px solid #cfcfcf;
    padding:10px 7px;
    border-radius:2px
}
.webform-client-form-15 .form-item textarea{
    border:1px solid #cfcfcf;
    padding:7px;
    resize:none;
    height:92px
}
.webform-client-form-15 .captcha .form-item{
    float:right;
    margin-top:0;
    width:460px
}
.webform-client-form-15 .form-submit{
    background:#f17d1f;
    border:1px solid #f17d1f;
    border-radius:3px;
    clear:both;
    color:#fff;
    cursor:pointer;
    float:right;
    font-family:robotolight;
    font-size:22px;
    margin:5px 20px 0 0;
    padding:3px 21px;
    text-transform:capitalize;
    transition:all .6s ease 0s
}
.webform-client-form-15 .form-submit:hover{
    background:#fff;
    color:#000;
    border:1px solid #000
}
.captcha img{
    border:1px solid #cfcfcf;
    border-radius:4px;
    overflow:hidden!important
}
.value-inside-div{
    width:1170px;
    margin:0 auto
}
.value-heding{
    color:#000;
    font-family:Roboto-Thin;
    font-size:40px;
    margin-bottom:33px;
    text-align:center;
    text-transform:uppercase;
    width:100%;
    line-height:48px
}
.value-heding img{
    display:block;
    margin:0 auto 25px;
    text-align:center
}
.value-inside-content p{
    text-align:center;
    width:1100px
}
.value-full-div{
    width:100%;
    clear:both;
    margin:0 auto
}
.quality{
    background:url(../images/quality.jpg) left bottom no-repeat fixed;
    width:100%;
    padding:70px 0
}
.Sustainability{
    background:url(../images/sustainability.jpg) left bottom no-repeat fixed;
    width:100%;
    padding:100px 0 150px
}
.bg{
    background-size:100% auto!important
}
.quality-content{
    color:#fff;
    font-family:robotolight;
    font-style:italic;
    font-size:22px;
    line-height:30px;
    width:1170px;
    margin:0 auto;
    text-align:center
}
.value-full-div .value-heding img{
    display:block;
    margin:0 auto 52px;
    text-align:center
}
.value-full-div .value-heding{
    color:#FFF
}
.Sustainability-content{
    font-family:Roboto-Thin;
    font-size:70px;
    color:#fff;
    max-width:1170px;
    width:100%;
    margin:0 auto;
    text-align:center
}
.Sustainability-content p{
    font-family:robotolight;
    font-size:24px;
    color:#fff;
    margin-bottom:50px
}
.content-top-inner-block{
    margin:0 auto;
    overflow:hidden;
    padding:30px 0 0;
    max-width:1170px;
    width:100%
}
.content-top-inner-block ul li{
    float:left;
    margin-right:6px
}
.content-top-inner-block ul li a{
    background:#fff;
    border:1px solid #7e7e7e;
    color:#000;
    font-family:Roboto-Regular;
    font-size:13px;
    padding:7px 12px;
    text-transform:uppercase;
    display:inline-block
}
.event-description p,.event-place-date,.event-title,.item-list .pager li a,.media-place-date,.media-publisher,.media-title{
    font-family:robotolight
}
.content-top-inner-block ul li a.active-trail{
    background:#fa8b32;
    border:1px solid #fa8b32;
    color:#fff
}
.content-inner-main{
    margin:25px auto;
    max-width:1170px;
    width:100%;
    overflow:hidden
}
.media-display-page ul li{
    border-bottom:1px solid #ccc;
    float:left;
    padding-bottom:27px;
    padding-top:40px;
    width:545px;
    height:520px;
    overflow:hidden
}
.media-discription-bottom{
    height:255px;
    overflow-y:auto
}
.media-display-page ul li a{
    margin:5px 0 6px 52px
}
.media-display-page ul li.this-odd{
    border-right:1px solid #ccc;
    padding-right:38px
}
.media-display-page ul li:nth-child(1),.media-display-page ul li:nth-child(2){
    padding-top:0
}
.media-display-page ul li.this-even{
    padding-left:38px
}
.media-display-page ul li img{
    box-shadow:5px 3px 0 #d4d4d4;
    border-radius:4px
}
.event-title,.media-title{
    color:#000;
    font-size:26px;
    margin:23px 0 15px;
    line-height:30px
}
.media-publisher{
    color:#e76700;
    font-size:19px;
    font-style:italic;
    margin-bottom:14px
}
.event-place-date,.media-place-date{
    color:#636363;
    font-size:15px;
    margin-bottom:15px
}
.media-description p{
    font-size:13px;
    line-height:20px;
    width:459px
}
.item-list .pager{
    margin:0 auto;
    max-width:1170px;
    overflow:hidden;
    padding:19px 0;
    text-align:right;
    width:100%
}
.item-list .pager li{
    padding:0;
    margin:0 6px 0 5px;
    color:#000;
    font-size:12px
}
.item-list .pager li a{
    color:#777;
    font-size:12px
}
.item-list .pager li.pager-previous{
    background:url(../img/paging-leftt-arrow.jpg) -4px -3px no-repeat rgba(0,0,0,0);
    padding:3px 11px 11px 0
}
.item-list .pager li.pager-next a,.item-list .pager li.pager-previous a{
    color:transparent
}
.item-list .pager li.pager-next{
    background:url(../img/paging-right-arrow.jpg) -2px -2px no-repeat rgba(0,0,0,0);
    padding:6px 9px;
    width:14px
}
.item-list .pager-last{
    display:none!important
}
.event-display-page li{
    background:#f5f5f5;
    border-bottom:1px solid #ccc;
    box-sizing:border-box;
    float:left;
    height:220px;
    overflow:hidden;
    padding:37px;
    width:580px
}
.event-img{
    float:left
}
.event-full-desctiption{
    float:right;
    width:320px
}
.event-display-page li.this-odd{
    border-right:1px solid #ccc
}
.event-description p{
    color:#6c6c6c;
    font-size:13px;
    line-height:20px
}
.event-display-page .event-title{
    margin-top:0
}
.event-display-page .event-place-date{
    margin-bottom:10px
}
.award-display-page ul li{
    border:1px solid #ccc;
    float:left;
    margin-bottom:79px;
    margin-right:.9%;
    padding:33px 0 46px;
    position:relative;
    text-align:center;
    width:32.5%;
    box-sizing:border-box;
    border-top:6px solid #fff;
    transition:all .4s ease
}
.award-display-page ul li::before,.award-full-description,.award-full-description span{
    position:absolute;
    transition:all .4s ease;
    left:0
}
.award-display-page ul li::before{
    background:#ccc;
    content:"";
    height:1px;
    top:-3px;
    width:100%
}
.award-display-page ul li.thrli{
    margin-right:0
}
.award-full-description{
    background:#f0f0f0;
    box-sizing:border-box;
    height:100px;
    margin:auto;
    padding:20px 35px 13px;
    right:0;
    width:320px
}
.award-inner-discription p{
    color:#4f4f4f;
    font-size:13px;
    line-height:23px;
    transition:all .4s ease
}
.award-inner-image{
    margin-bottom:44px
}
.award-full-description span{
    background:url(../images/awards-inside-icon.png) center center no-repeat #f0f0f0;
    border-radius:50%;
    height:40px;
    margin:auto;
    right:0;
    top:-18px;
    width:40px
}
.award-display-page ul li:hover{
    border-top:6px solid #fd8434;
    transition:all .4s ease
}
.award-display-page ul li:hover:before{
    background:#fd8434
}
.award-display-page ul li:hover .award-full-description{
    background:#fd8434;
    transition:all .4s ease
}
.award-display-page ul li:hover span{
    background:url(../images/awards-inside-icon-hover.png) center center no-repeat #fd8434
}
.award-display-page ul li:hover .award-inner-discription p{
    color:#FFF;
    font-size:13px;
    transition:all .4s ease
}
.product-slider-with-background{
    margin:130px auto 0;
    max-width:1170px;
    overflow:hidden;
    width:100%
}
img.main-bg-product{
    display:none
}
.pro-slide p,.product-explore-link{
    display:inline-block;
    margin:23px 0
}
.pro-slide{
    margin:0 auto;
    width:250px
}
.product-heding{
    color:#fff;
    margin:23px 0;
    font-family:Roboto-Thin;
    font-size:35px
}
.pro-slide p{
    color:#fff;
    font-family:robotolight;
    font-size:16px;
    line-height:23px;
    height:17px
}
.nbs-flexisel-item,.nbs-flexisel-ul{
    margin:0;
    padding:0;
    position:relative
}
.product-explore-link a{
    background:url(../images/exlplore-icon.png) 90% center no-repeat rgba(0,0,0,0);
    border:1px solid #fff;
    border-radius:4px;
    color:#fff;
    display:inline-block;
    font-family:Roboto-Regular;
    font-size:13px;
    padding:12px 18px 12px 14px;
    width:auto;
    transition:all ease .4s
}
#flexiselDemo1,#flexiselDemo2,#flexiselDemo3,.big-category-listing-image{
    display:none
}
.main-product-panel{
    position:relative;
    overflow:hidden;
    width:100%;
    height:700px
}
#bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    -webkit-animation:growimageHome 15s 0s linear infinite alternate;
    -ms-animation:growimageHome 15s 0s linear infinite alternate;
    animation:growimageHome 15s 0s linear infinite alternate
}
.nbs-flexisel-container{
    position:relative;
    max-width:100%
}
.nbs-flexisel-ul{
    width:9999px;
    list-style-type:none;
    text-align:center
}
.nbs-flexisel-inner{
    overflow:hidden;
    float:left;
    width:100%;
    background:#fff
}
.nbs-flexisel-item{
    float:left;
    cursor:pointer;
    line-height:0;
    z-index:9
}
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{
    width:32px;
    height:27px;
    position:absolute;
    cursor:pointer;
    z-index:100
}
.nbs-flexisel-nav-left{
    left:00px;
    background:url(../img/arrow.png) bottom left no-repeat
}
.home-banner-bottom-top-right .nbs-flexisel-nav-left{
    left:00px;
    background:url(../img/home-slider-arrow.png) bottom left no-repeat
}
.nbs-flexisel-nav-left:hover{
    background-position:top left
}
.nbs-flexisel-nav-right{
    right:0;
    background:url(../img/arrow.png) bottom right no-repeat
}
.home-banner-bottom-top-right .nbs-flexisel-nav-right{
    right:0;
    background:url(../img/home-slider-arrow.png) bottom right no-repeat
}
.nbs-flexisel-nav-right:hover{
    background-position:top right
}
p#cf7_controls{
    text-align:center
}
#cf7_controls span{
    padding-right:2em;
    cursor:pointer
}
#bg img{
    position:absolute;
    left:0;
    -webkit-transition:opacity 1s ease-in-out;
    -moz-transition:opacity 1s ease-in-out;
    -o-transition:opacity 1s ease-in-out;
    transition:opacity 1s ease-in-out;
    opacity:0;
    width:100%;
    height:auto
}
#bg img.opaque,.nbs-flexisel-item.selected{
    opacity:1
}
.small-img-product{
    height:130px;
    position:relative;
    width:180px;
    margin:0 auto
}
.small-img-product img.small-category-listing-image{
    bottom:0;
    left:0;
    margin:auto;
    position:absolute;
    right:0;
    top:0
}
.nbs-flexisel-item{
    opacity:1;
    transition:all ease .4s
}
.nbs-flexisel-item.selected .product-explore-link a{
    background:url(../images/exlplore-icon.png) 90% center no-repeat #ff5a00;
    border:1px solid #ff5a00;
    transition:all ease .4s
}
.category-footer-content{
    margin:80px auto 0;
    position:relative;
    max-width:1170px;
    z-index:9999999;
    text-align:center;
    width:100%
}
.category-footer-content p{
    border:1px solid #fff;
    color:#fff;
    display:inline;
    font-family:Roboto-thin;
    font-size:36px;
    padding:5px 41px;
    text-transform:uppercase
}
#locations h3,.location-heading{
    font-size:14px;
    font-family:Roboto-Regular
}
#locations h3{
    color:#6c6c6c;
    float:left;
    line-height:20px
}
#map,.google-map{
    border:1px solid #ccc;
    float:right
}
#locations h3 span{
    color:#000;
    display:inline-block;
    margin:6px 0;
    font-weight:400
}
.location-heading{
    color:#000;
    font-weight:700;
    margin-bottom:35px;
    margin-top:25px
}
.location-heading select{
    margin-left:10px;
    margin-right:10px;
    padding:5px;
    width:107px
}
.location-map-left{
    font-family:Roboto-Regular
}
.new-heading,span.fieldset-legend{
    font-family:robotolight
}
#map{
    margin-top:30px
}
.google-map{
    width:517px;
    height:277px
}
.add-left{
    width:650px;
    float:left
}
.new-heading{
    color:#2e2e2e;
    font-size:24px;
    line-height:44px;
    padding-top:0;
    margin-bottom:10px
}
.full-div-right .new-heading{
    float:right;
    margin:16px 0 -8px 4px;
    width:560px
}
.down-broch{
    color:#000;
    margin:25px auto 0;
    max-width:1170px;
    position:relative;
    text-align:right;
    width:100%;
    z-index:999
}
fieldset{
    border:0;
    padding:0!important;
    margin:0!important
}
span.fieldset-legend{
    color:#2e2e2e;
    display:block;
    font-size:25px;
    margin-bottom:15px;
    margin-top:15px;
    background:#fff;
    padding-right:8px;
    padding-left:8px
}
.webform-client-form-121{
    padding-top:13px;
    margin-top:15px
}
.webform-client-form-121 .webform-component{
    float:left;
    width:560px
}
.webform-client-form-121 .webform-component input{
    border:1px solid #ccc;
    padding:5px;
    width:252px;
    float:left
}
.webform-client-form-121 .webform-component label{
    float:left;
    width:170px;
    font-family:Roboto-Regular;
    color:#848484;
    font-size:13px;
    font-weight:400;
    line-height:22px
}
.cal-heding,.caltable tr:first-child td{
    color:#fff;
    font-family:Roboto-Regular
}
.webform-client-form-121 .webform-component input.webform-calendar{
    width:auto;
    margin-right:11px;
    padding:5px
}
#Cal_Results{
    margin-top:21px;
    margin-bottom:11px
}
.caltable{
    font-family:Roboto-Regular;
    font-size:15px;
    margin-top:25px
}
.caltable tr:first-child td{
    background:#2f1a00;
    font-size:17px
}
.cal-heding{
    font-size:20px
}
.caltable tr td{
    background:#eac18d;
    border:1px solid #e98300;
    box-sizing:border-box;
    color:#000;
    padding:14px 10px 11px 19px
}
.cal-condition{
    color:#fff;
    font-family:Roboto-Regular;
    font-size:13px;
    font-style:italic;
    line-height:21px;
    margin-top:16px
}
.webform-client-form-121 .webform-component.webform-component--personal-details--date-of-birth select{
    color:#848484;
    margin-right:7px;
    padding:4px 8px
}
.webform-client-form-121 .webform-component.webform-component--personal-details--gender input{
    width:30px
}
.webform-client-form-121 .webform-component.webform-component--personal-details--gender label{
    line-height:15px
}
.webform-client-form-121 .webform-component.webform-component--personal-details--gender .form-item-submitted-personal-details-gender label{
    width:92px
}
.form-checkboxes .form-item,.form-radios .form-item{
    margin-bottom:0;
    margin-top:0
}
.webform-client-form-121 .webform-component--contact-details .webform-component textarea{
    resize:none;
    width:264px;
    padding:5px
}
.webform-client-form-121 fieldset{
    border:1px solid #ccc;
    box-sizing:border-box;
    float:left;
    margin-bottom:37px!important;
    padding:19px!important;
    background:#f9f9f9
}
.webform-client-form-121 fieldset.webform-component--job-details,.webform-client-form-121 fieldset:last-child{
    margin-bottom:0!important
}
.webform-client-form-121 .find-button,.webform-submit{
    background:#f17d1f;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    font-family:Roboto-Regular;
    font-size:22px;
    padding:8px 19px;
    text-transform:capitalize
}
.views-field-title.custom span{
    display:block;
    text-align:center
}
.webform-client-form-121 #edit-submitted-job-details-resume-upload-button,.what-new-slider .view-footer{
    display:none
}
.webform-client-form-121 .webform-component.webform-component--job-details--interested-for-location select{
    border:1px solid #ccc;
    padding:5px;
    width:267px;
    float:left
}
.cross-check-slider .rslides_nav{
    top:-80px
}
.webform-client-form-121 .description p{
    float:left;
    width:252px
}
.product-zoom-div-right,.webform-client-form-121 .form-actions{
    float:right
}
.form-item .description{
    clear:both;
    font-size:.85em;
    line-height:21px;
    padding-top:13px
}
.product-zoom-div{
    width:100%
}
.product-zoom-div-heading{
    border-bottom:1px solid #e3e3e3;
    overflow:hidden;
    padding:12px 0 7px
}
.product-down,.product-enqu{
    border-radius:3px;
    color:#fff;
    display:inline-block;
    font-family:robotolight;
    font-size:18px;
    padding:9px 43px 12px 14px
}
.product-enqu{
    background:url(../images/enq-icon.png) 96% center no-repeat #ee700a
}
.product-down{
    background:url(../images/down-light-icon.png) 96% center no-repeat #474747;
    margin-left:5px
}
.product-zoom-div .heading{
    float:left
}
.product-down a,.product-zoom-div a{
    color:#FFF
}
.product-zoom-div-product-left{
    width:1060px;
    float:left
}
.product-zoom-div-product-left-imgage{
    width:320px;
    float:left
}
.product-zoom-div-product-zoom-imgage{
    width:400px;
    float:left;
    margin-top:30px
}
.product-zoom-div-product-right-imgage{
    width:320px;
    float:right
}
.zoomContainer{
    cursor:pointer
}
.product-zoom-div-product-right{
    background:#474747;
    float:right;
    width:100px;
    box-sizing:border-box;
    padding:0 10px;
    margin-top:15px
}
.product-zoom-div-product-right ul li{
    border-bottom:1px solid #5b5b5b;
    padding:12px 0 10px
}
.product-zoom-div-product-right ul li img{
    transition:all ease .4s
}
.product-zoom-div-product-right ul li:hover img{
    transform:scale(.95);
    transition:all ease .4s
}
.product-slider{
    width:500px;
    margin:0 auto
}
.product-slider .nbs-flexisel-item img{
    border:1px solid #ccc;
    max-height:122px;
    max-width:135px;
    padding:14px 5px
}
.product-slider .nbs-flexisel-item:hover img{
    border:1px solid #ee700a
}
.product-slider .nbs-flexisel-item{
    position:relative
}
.shadow{
    background:url(../images/repeat-y-img.jpg) repeat-x;
    height:39px;
    width:100%;
    z-index:9999
}
.product-slider .nbs-flexisel-item:hover .shadow{
    display:block
}
.accordion-answer,.application-area-left .large-text,.application-area-left .small-text,.big-application{
    display:none
}
.product-specification{
    margin:0 auto;
    width:1170px;
    padding-top:22px
}
.product-specification-div{
    background:url(../images/border-repeat-y.jpg) top right repeat-y rgba(0,0,0,0);
    float:left;
    width:655px;
    padding-right:42px;
    padding-bottom:40px
}
.application-area .heading,.product-specification-div .heading{
    color:#ee700a;
    font-size:45px;
    margin-bottom:37px
}
.product-specification-div-right{
    float:right;
    width:420px;
    padding-bottom:25px
}
.product-specification-div-right-product{
    width:100%;
    position:relative
}
.product-point{
    position:absolute;
    width:23px;
    height:23px;
    cursor:pointer;
    background:url(../images/point-img.png) no-repeat rgba(0,0,0,0)
}
.product-point-1{
    left:20%;
    top:45%
}
.product-point-2{
    top:26%;
    right:33%
}
.product-point-3{
    top:82%;
    left:51%
}
.product-text{
    background:#ee700a;
    border-radius:5px;
    box-sizing:border-box;
    color:#fff;
    font-family:Roboto-Regular;
    font-size:13px;
    left:-79px;
    padding:9px 18px 12px;
    position:relative;
    top:-124px;
    width:185px;
    transition:all ease .4s;
    opacity:0;
    visibility:hidden;
    min-height:85px;
    max-height:85px;
    z-index:99
}
.application-area-left ul li,.product-description{
    font-family:Roboto-Regular;
    font-size:15px
}
.product-point:hover>.product-text{
    transition:all ease .4s;
    visibility:visible;
    top:-112px;
    opacity:1
}
.product-text-arrow{
    background:url(../images/product-arrow.png) center center no-repeat rgba(0,0,0,0);
    bottom:-11px;
    height:16px;
    left:78px;
    position:absolute;
    width:26px
}
.product-description{
    background:url(../images/block-quot-left-img.png) left top no-repeat,url(../images/block-quot-right-img.png) right bottom no-repeat rgba(0,0,0,0);
    color:#000;
    font-style:italic;
    line-height:19px;
    margin-top:22px;
    padding-left:20px;
    padding-top:0
}
.shadow-bottom{
    background:url(../images/bottom-shadow-repeat-x.jpg) repeat-x;
    height:39px;
    width:100%;
    z-index:9999
}
.application-area{
    margin:0 auto;
    overflow:hidden;
    padding-top:22px;
    width:1170px
}
.application-area-left{
    float:left;
    height:453px;
    width:153px
}
.application-area-left ul li{
    background:#626262;
    border-bottom:2px solid #fff;
    border-right:2px solid #fff;
    box-sizing:border-box;
    color:#fff;
    height:91px;
    padding:14px 13px 7px 10px;
    text-transform:uppercase;
    cursor:pointer;
    transition:all ease .4s
}
.large-text,.small-text,p.subheding{
    font-family:robotolight
}
.application-area-right .small-text,.application-area-right img{
    -webkit-transition:opacity 1s ease-in-out;
    -moz-transition:opacity 1s ease-in-out;
    -o-transition:opacity 1s ease-in-out
}
.application-small-image{
    height:32px;
    margin-bottom:0;
    text-align:right
}
.application-area-right{
    width:1015px;
    float:left;
    height:453px;
    -webkit-animation:growimageHomen 15s 0s linear infinite alternate;
    -ms-animation:growimageHomen 15s 0s linear infinite alternate;
    animation:growimageHomen 15s 0s linear infinite alternate;
    overflow:hidden;
    position:relative
}
.application-area-right img{
    transition:opacity 1s ease-in-out;
    opacity:0;
    height:auto;
    position:absolute;
    left:0;
    top:0
}
.application-area-right .large-text.opaque,.application-area-right .small-text.opaque,.application-area-right img.opaque{
    opacity:1
}
.application-area-left ul li.selected{
    background:#f3750f;
    transition:all ease .4s
}
.small-text{
    color:#FFF;
    font-size:26px
}
.large-text{
    color:#FFF;
    font-size:38px
}
.aps-text-div{
    bottom:41px;
    left:31px;
    position:absolute;
    z-index:9
}
.application-area-right .small-text{
    bottom:78px;
    left:31px;
    position:absolute;
    z-index:9;
    transition:opacity 1s ease-in-out;
    opacity:0;
    line-height:30px
}
.application-area-right .large-text{
    bottom:41px;
    left:31px;
    position:absolute;
    z-index:9;
    -webkit-transition:opacity 1s ease-in-out;
    -moz-transition:opacity 1s ease-in-out;
    -o-transition:opacity 1s ease-in-out;
    transition:opacity 1s ease-in-out;
    opacity:0;
    line-height:30px
}
.related-product{
    margin:10px auto 0;
    width:1170px
}
.related-product .heading{
    font-size:32px;
    color:#ec6900
}
p.subheding{
    color:#6c6c6c;
    font-size:15px;
    margin-top:13px
}
.releted-product-slider{
    width:100%;
    margin-top:30px
}
strong{
    font-family:Roboto-Regular,Roboto-Light,Helvetica,Roboto-Thin,
}
.media-date,.smal-heding .even{
    font-family:robotolight
}
.decr-media{
    padding:20px 0
}
.smal-heding .even{
    color:#e76700;
    font-size:19px;
    font-style:italic;
    margin:25px 0 10px
}
.media-date{
    color:#636363;
    font-size:15px
}
.media-content,.media-content div,.media-content p,a.media-websource{
    color:#6c6c6c;
    font-family:Roboto-Regular;
    font-size:14px
}
.media-content{
    margin-top:10px
}
.media-content,.media-content div,.media-content p{
    line-height:22px;
    margin-bottom:12px
}
.media-content p br{
    margin-bottom:12px
}
.media-content img{
    margin-right:25px;
    float:left
}
.media-download.find-button{
    float:left;
    margin-top:10px
}
.product-specification-cover{
    width:100%;
    background:#f8f8f8
}
.faq{
    margin:0 auto;
    width:1170px;
    padding:30px 0;
    overflow:hidden
}
.faq .heading{
    padding-bottom:32px
}
.faq-left{
    float:left;
    width:805px;
    background:url(../images/faq-shadow.jpg) right top repeat-y;
    padding-right:40px
}
ul.faq-accordian li{
    margin-bottom:2px
}
ul.faq-accordian li .accordion-answer div,ul.faq-accordian li .accordion-answer p{
    color:#494949;
    font-family:roboto-regular;
    line-height:22px;
    margin:20px 10px
}
.accordian-hading{
    background:url(../images/faq-icon.png) 98% center no-repeat #ededed;
    box-sizing:border-box;
    color:#000;
    font-family:robotolight;
    font-size:17px;
    padding:16px 43px 12px 55px;
    position:relative;
    border-radius:4px;
    overflow:hidden;
    cursor:pointer;
    line-height:20px
}
.accordian-hading.active{
    background:url(../images/faq-icon-active.png) 98% center no-repeat #666;
    color:#FFF
}
.accordian-hading.active span{
    background:#3ebde2;
    color:#FFF
}
.accordian-hading span{
    background:#bebebe;
    box-sizing:border-box;
    display:inline-block;
    height:100%;
    left:0;
    padding-top:2%;
    position:absolute;
    text-align:center;
    top:0;
    vertical-align:bottom;
    width:44px;
    font-size:20px;
    color:#313131;
    font-weight:700
}
.faq-right{
    width:320px;
    float:right;
    text-align:right
}
.product-tabel .field-name-field-wattage-label .even,.product-tabel .field-name-field-wattage-value .even,.product-tabel td,.product-tabel th{
    text-align:center;
    font-family:Roboto-Regular
}
.product-tabel .ui-widget-content,.ui-widget-header{
    border:0 solid #AAA!important;
    background:0 0!important
}
.product-tabel .field-collection-container{
    border-bottom:0 solid #D3D7D9!important;
    margin-bottom:0!important
}
.product-tabel .ui-tabs .ui-tabs-nav li{
    margin:0!important
}
.product-tabel .ui-tabs .ui-tabs-panel{
    padding:0!important
}
.product-tabel .ui-tabs li.li1{
    background:#64c3df;
    border-radius:5px 0 0!important;
    overflow:hidden
}
.product-tabel .ui-tabs li:last-child{
    border-radius:0 5px 0 0!important;
    overflow:hidden
}
.product-tabel .ui-tabs li.li1 .field-name-field-wattage-label{
    background:#50b7d4;
    border-bottom:1px solid #76d5f0
}
.product-tabel .ui-tabs li.li1 .field-name-field-wattage-value{
    background:#64c3de
}
.product-tabel .ui-tabs li.li2 .field-name-field-wattage-label{
    background:#3595c8;
    border-bottom:1px solid #76d5f0
}
.product-tabel .ui-tabs li.li2 .field-name-field-wattage-value{
    background:#44a3d5
}
.product-tabel .ui-tabs li.li3 .field-name-field-wattage-label{
    background:#1d64a0;
    border-bottom:1px solid #3b92dc
}
.product-tabel .ui-tabs li.li3 .field-name-field-wattage-value{
    background:#2972b0
}
.product-tabel .ui-tabs li.li4 .field-name-field-wattage-label{
    background:#0c83b5;
    border-bottom:1px solid #76d5f0
}
.product-tabel .ui-tabs li.li4 .field-name-field-wattage-value{
    background:#1b90c1
}
.product-tabel .ui-tabs li.li5 .field-name-field-wattage-label{
    background:#0179ab;
    border-bottom:1px solid #76d5f0
}
.product-tabel .ui-tabs li.li5 .field-name-field-wattage-value{
    background:#006691
}
.product-tabel .ui-tabs .ui-tabs-nav li:nth-child(1),.product-tabel .ui-tabs-panel:nth-child(2) thead{
    background:#64C3DF;
    border:0 solid #AAA
}
.product-tabel .ui-tabs .ui-tabs-nav li:nth-child(2),.product-tabel .ui-tabs-panel:nth-child(3) thead{
    background:#43A3D5;
    border:0 solid #AAA
}
.product-tabel .ui-tabs .ui-tabs-nav li:nth-child(3),.product-tabel .ui-tabs-panel:nth-child(4) thead{
    background:#2A71AF;
    border:0 solid #AAA
}
.product-tabel .ui-tabs .ui-tabs-nav li:nth-child(4),.product-tabel .ui-tabs-panel:nth-child(5) thead{
    background:#1C90C1;
    border:0 solid #AAA
}
.product-tabel .ui-tabs .ui-tabs-nav li:nth-child(5),.product-tabel .ui-tabs-panel:nth-child(6) thead{
    background:#006691;
    border:0 solid #AAA
}
.product-tabel th{
    height:40px;
    border-bottom:0!important;
    color:#fff
}
.product-tabel tbody tr:nth-child(odd){
    background:#EAEAEA!important;
    height:40px
}
.product-tabel tbody tr:nth-child(even){
    background:#F0F0F0!important;
    height:40px
}
.product-tabel tbody{
    display:inline-block;
    height:180px;
    overflow-y:auto;
    float:left\9;
    width:100%
}
.product-tabel tbody tr{
    width:100%;
    display:table
}
.product-tabel thead{
    display:inline-block;
    width:100%;
    float:left\9
}
.product-tabel td{
    color:#353535;
    font-size:13px;
    padding:0 5px
}
.product-tabel th{
    font-size:13px;
    padding:3px 15px;
    font-weight:400;
    text-transform:uppercase
}
.product-tabel .field-name-field-wattage-label .even{
    color:#fff;
    font-size:18px;
    padding:10px 24px
}
.product-tabel .field-name-field-wattage-value .even{
    color:#fff;
    font-size:40px;
    font-weight:700;
    padding:9px 0 0
}
.ui-corner-all,.ui-corner-left,.ui-corner-right,.ui-corner-tl,.ui-corner-top,.ui-corner-tr{
    border-radius:0!important
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
    padding-bottom:0!important
}
.product-tabel .ui-tabs .ui-tabs-nav li a,.ui-tabs .ui-tabs-nav{
    padding:0!important
}
.product-tabel .field-collection-view{
    padding:0!important;
    margin:0!important
}
.related-product-img{
    float:left;
    margin-left:40px;
    margin-right:17px;
    width:100px;
    position:relative;
    height:100px
}
.related-product-img img{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto
}
.related-product-description{
    width:202px;
    line-height:16px;
    float:left;
    text-align:left
}
.b2c-product-product-ul ul,.large-img,.rox-fact-thum-title,.seesave{
    text-align:center
}
.related-product-title,.related-product-title a{
    color:#ec5900;
    font-family:Roboto-Regular;
    font-size:18px;
    padding:5px 0;
    line-height:26px
}
.related-product-code,.related-product-desc{
    color:#000;
    font-family:Roboto-Regular;
    font-size:13px;
    line-height:20px;
    padding:0 0 4px
}
.related-product-explore a{
    background:url(../images/explore-black-icon.png) 89% center no-repeat #fff;
    border:1px solid #b8b8b8;
    border-radius:4px;
    color:#000;
    cursor:pointer;
    font-family:Roboto-Regular;
    font-size:12px;
    padding:4px 22px 4px 13px;
    transition:all .4s ease 0s
}
.rox-gyan-desc p,.rox-gyan-title{
    font-family:robotolight;
    color:#fff
}
.related-product-explore a:hover{
    background:url(../images/exlplore-icon.png) 89% center no-repeat #f17d1f;
    border:1px solid #f17d1f;
    color:#fff;
    transition:all .4s ease 0s
}
.releted_product{
    margin-top:34px
}
.view-rox-gyan-main-inner ul li{
    float:left;
    margin-right:27px;
    position:relative;
    width:370px;
    border-radius:4px;
    overflow:hidden
}
.view-rox-gyan-main-inner ul li.li3{
    margin-right:0
}
.rox-gyan-img img{
    display:block
}
.rox-gyan-description{
    bottom:-310px;
    box-sizing:border-box;
    height:100%;
    left:0;
    padding:25px 15px;
    position:absolute;
    width:100%;
    transition:all .9s ease 0s
}
.view-rox-gyan-main-inner ul li:hover .rox-gyan-description{
    bottom:0;
    padding:110px 15px 25px;
    transition:all .9s ease
}
.view-rox-gyan-main-inner ul li.li1 .rox-gyan-description{
    background:rgba(217,112,3,.9)
}
.view-rox-gyan-main-inner ul li.li2 .rox-gyan-description{
    background:rgba(186,11,10,.9)
}
.view-rox-gyan-main-inner ul li.li3 .rox-gyan-description{
    background:rgba(2,101,157,.9)
}
.rox-gyan-title{
    font-size:35px;
    text-transform:uppercase
}
.rox-gyan-desc p{
    font-size:23px;
    line-height:28px;
    margin:24px 0;
    padding-right:12px
}
.rox-gyan-desc a{
    border:1px solid #fff;
    border-radius:4px;
    color:#fff;
    cursor:pointer;
    font-family:Roboto-Regular;
    font-size:13px;
    padding:4px 13px;
    transition:all .4s ease 0s;
    text-transform:uppercase
}
.page-node-9 .product-point-1{
    left:38%;
    top:35%
}
.page-node-9 .product-point-2{
    right:27%;
    top:28%
}
.page-node-9 .product-point-3{
    left:38%;
    top:62%
}
.fancybox-opened{
    z-index:9999999999999!important
}
.rox-fact-slider{
    max-width:1170px;
    margin:0 auto;
    width:100%;
    position:relative
}
.jssora05l,.jssora05r{
    display:block;
    position:absolute;
    width:40px;
    height:40px;
    cursor:pointer;
    background:url(../img/a17.html) no-repeat;
    overflow:hidden
}
.jssora05l{
    background-position:-10px -40px
}
.jssora05r{
    background-position:-70px -40px
}
.jssora05l:hover{
    background-position:-130px -40px
}
.jssora05r:hover{
    background-position:-190px -40px
}
.jssora05l.jssora05ldn{
    background-position:-250px -40px
}
.jssora05r.jssora05rdn{
    background-position:-310px -40px
}
.jssort02{
    height:300px;
    margin-right:60px;
    margin-top:0;
    position:relative;
    width:380px
}
.jssort02 .p{
    float:left;
    height:158px;
    left:19px!important;
    margin-right:16px;
    position:relative;
    width:44%
}
.jssort02 .t{
    position:absolute;
    top:0;
    left:0;
    width:98%;
    height:98%;
    border:none
}
.jssort02 .w{
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:70%
}
.backgrn,.jssort02 .c,.rox-fact-spa{
    position:absolute
}
.jssort02 .c{
    top:0;
    left:0!important;
    width:162px;
    height:100%;
    box-sizing:content-box
}
.jssort02 .p:hover .c,.jssort02 .pav .c{
    width:162px;
    height:150px;
    background-position:50% 50%
}
.jssort02 .pav .c{
    top:2px;
    left:2px;
    border:0 solid #000
}
.jssort02 .w img{
    border:1px solid #000;
    display:block
}
.jssort02 .pav .w img{
    border:1px solid #f8a969;
    display:block
}
.jssort02 .p:hover .c{
    top:0;
    left:0
}
* html .jssort02 .c,* html .jssort02 .pav .c,* html .jssort02 .pdn .c{
    width:99px;
    height:66px
}
.captionBlack,.captionOrange{
    color:#fff;
    font-size:20px;
    line-height:30px;
    text-align:center;
    border-radius:4px
}
.captionOrange{
    background:#EB5100;
    background-color:rgba(235,81,0,.6)
}
.captionBlack{
    font-size:16px;
    background:#000;
    background-color:rgba(0,0,0,.4)
}
A.captionOrange:active,A.captionOrange:visited,a.captionOrange{
    color:#fff;
    text-decoration:none
}
a.captionOrange:hover{
    color:#eb5100;
    text-decoration:underline;
    background-color:#eee;
    background-color:rgba(238,238,238,.7)
}
.bricon{
    background:url(../img/browser-icons.html)
}
.rox-fact-spa{
    cursor:move;
    left:355px;
    top:0;
    width:600px;
    height:480px;
    overflow:hidden
}
.backgrn{
    bottom:0;
    left:0;
    margin:auto;
    right:0;
    top:0;
    width:740px
}
.large-img{
    display:block;
    height:auto!important;
    margin:0 auto;
    width:auto!important
}
.rox-fact-thum-title{
    bottom:-7px;
    position:relative
}
.b2c-left{
    float:left;
    width:325px;
    margin-right:20px
}
.b2c-right{
    width:373px;
    float:right
}
.b2c-product-div{
    max-width:1170px;
    margin:0 auto;
    width:100%
}
.b2c-product-product-ul{
    width:100%;
    margin-top:17px;
    margin-bottom:17px
}
.b2c-product-product-ul ul li{
    border:1px solid #000;
    color:#000;
    display:inline-block;
    font-family:robotolight;
    font-size:16px;
    margin-right:13px;
    padding:9px 9px 12px 2px;
    text-transform:uppercase;
    cursor:pointer
}
.b2c-product-product-ul ul li span{
    background:url(../images/b2c-product-span-icon.jpg) no-repeat rgba(0,0,0,0);
    border-right:1px solid #000;
    height:36px;
    margin-right:9px;
    padding:5px 0 10px 31px;
    width:32px
}
.b2c-product{
    animation:15s linear 0s alternate none infinite running growimageHomen;
    float:left;
    position:relative;
    width:432px;
    overflow:hidden;
    height:463px
}
.b2c-product-li-img{
    display:none
}
.filter-product-list-compa,ul.filter-data li a{
    display:inline-block
}
.b2c-product img{
    -webkit-transition:opacity 1s ease-in-out;
    -moz-transition:opacity 1s ease-in-out;
    -o-transition:opacity 1s ease-in-out;
    transition:opacity 1s ease-in-out;
    opacity:0;
    height:auto;
    position:absolute;
    left:0;
    top:0;
    z-index:99;
    max-height:100%;
    max-width:100%;
    bottom:0;
    margin:auto
}
.b2c-product img.opaque{
    opacity:1;
    z-index:9999
}
.b2c-product-product-ul ul li.selected{
    background:#ee6a00;
    border:1px solid #ee6a00;
    color:#fff
}
.b2c-product-product-ul ul li.selected span{
    background:url(../images/b2c-product-span-icon-active.jpg) no-repeat rgba(0,0,0,0);
    border-right:1px solid #ee6a00
}
.seesave{
    margin:0 auto 10px;
    width:100%
}
.seesave img{
    cursor:pointer
}
#filter-product{
    background:#f0f0f0;
    padding:15px 0;
    width:100%;
    margin-top:10px
}
.filter-product{
    width:1170px;
    margin:0 auto
}
.filter-product span{
    color:#353535;
    float:left;
    font-family:robotolight;
    font-size:30px;
    padding-top:12px;
    margin-right:24px
}
.filter-product form.ctools-auto-submit-full-form{
    float:left
}
form.ctools-auto-submit-full-form select{
    color:#5b5b5b;
    font-family:roboto-regular;
    font-size:13px;
    margin-left:16px;
    padding:5px;
    width:158px
}
ul.filter-data li{
    color:#5b5b5b;
    float:left;
    font-family:roboto-regular;
    font-size:13px;
    margin-right:25px;
    padding-top:9px
}
.filter-product-list-dcr p,.filter-product-list-title{
    font-family:robotolight;
    text-align:center
}
ul.filter-data li a{
    background:url(../images/filter-close-button.jpg) no-repeat rgba(0,0,0,0);
    color:transparent;
    height:20px;
    margin-right:6px;
    width:20px
}
.filter-product-list{
    clear:both
}
.filter-product-list li{
    float:left;
    width:287px;
    margin-right:5px;
    text-align:center;
    padding:0 0 10px;
    border:10px solid #fff;
    box-sizing:border-box
}
.filter-product-list li.li4{
    margin-right:0
}
.filter-product-list-image{
    width:100%;
    height:230px;
    position:relative;
    margin-bottom:28px
}
.filter-product-list-image img{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    width:auto;
    height:auto
}
.filter-product-list-title{
    color:#5c5c5c;
    font-size:21px;
    margin:10px 0;
    padding:0 20px;
    line-height:27px
}
.filter-product-list-dcr p{
    color:#535252;
    font-size:15px;
    line-height:21px;
    padding:0 24px
}
.filter-product-list-dcr{
    min-height:80px
}
.filter-product-list-compa a{
    background:url(../images/compare-icon.png) 89% center no-repeat #fff;
    border:1px solid #b8b8b8;
    border-radius:4px;
    color:#000;
    cursor:pointer;
    font-family:Roboto-Regular;
    font-size:12px;
    padding:4px 35px 4px 13px;
    transition:all .4s ease 0s;
    text-transform:capitalize
}
.related-product-explore{
    display:inline-block;
    padding:10px 0
}
.filter-product-list li:hover{
    background:#f0f0f0;
    border:10px solid #f0f0f0
}
.filter-product-list li:hover .filter-product-list-image{
    background:#fff
}
.filter-product-list li:hover .filter-product-list-title{
    color:#ec5900
}
.filter-product-list li:hover .filter-product-list-compa a{
    background:url(../images/compare-icon-active.png) 89% center no-repeat #f17d1f;
    border:1px solid #f17d1f;
    color:#fff;
    transition:all .4s ease 0s
}
.filter-product-list li:hover .related-product-explore a{
    background:url(../images/exlplore-icon.png) 89% center no-repeat #f17d1f;
    border:1px solid #f17d1f;
    color:#fff;
    transition:all .4s ease 0s
}
.rox-fact-slider .advanced-slider{
    position:relative;
    overflow:visible;
    outline:0;
    text-align:left;
    font-family:Arial,Helvetica,sans-serif;
    margin-left:auto;
    margin-right:auto
}
.rox-fact-slider .advanced-slider *{
    margin:0;
    padding:0;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box
}
.advanced-slider.fullscreen{
    max-width:100%!important;
    max-height:100%!important
}
.rox-fact-slider .advanced-slider a{
    position:static;
    transition:none!important;
    -moz-transition:none!important;
    -webkit-transition:none!important;
    -o-transition:none!important
}
.rox-fact-slider .advanced-slider img{
    max-width:none;
    max-height:none;
    border:none;
    padding:0;
    margin:0;
    transition:none!important;
    -moz-transition:none!important;
    -webkit-transition:none!important;
    -o-transition:none!important;
    width:100%
}
.rox-fact-slider .advanced-slider .slider-main{
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    float:right
}
.rox-fact-slider .advanced-slider .slide-wrapper{
    position:relative;
    overflow:visible;
    width:100%;
    height:100%;
    z-index:2
}
.rox-fact-slider .advanced-slider .slides{
    position:absolute;
    overflow:hidden;
    margin:0!important;
    padding:0!important;
    list-style:none;
    width:100%;
    height:100%
}
.rox-fact-slider .advanced-slider .slide{
    position:absolute;
    overflow:hidden;
    display:block;
    margin:0!important;
    padding:0!important;
    width:100%;
    height:100%;
    visibility:hidden;
    list-style:none;
    filter:alpha(opacity=100);
    opacity:1
}
.rox-fact-slider .advanced-slider .slide .caption,.rox-fact-slider .advanced-slider .slide .html,.rox-fact-slider .advanced-slider .slide .image,.rox-fact-slider .advanced-slider .slide .thumbnail{
    position:absolute
}
.rox-fact-slider .advanced-slider .slide .image{
    border:none!important;
    padding:0!important;
    width:auto!important;
    top:47%!important
}
.advanced-slider.webkit .slide .html{
    overflow:hidden
}
.rox-fact-slider .advanced-slider .video-hidden-image{
    display:none
}
.rox-fact-slider .advanced-slider iframe.video{
    background-color:#000
}
.rox-fact-slider .advanced-slider .video-play-button{
    display:block;
    background-image:url(images/video_play.html);
    background-position:center;
    position:absolute;
    width:80px;
    height:80px;
    top:50%;
    left:50%;
    margin-top:-40px;
    margin-left:-40px
}
.advanced-slider.webkit .slide.active .html iframe,.advanced-slider.webkit .slide.active .layer.init iframe,.advanced-slider.webkit .slide.transition .html iframe,.advanced-slider.webkit .slide.transition .layer.init iframe{
    display:block
}
.advanced-slider.webkit .slide .html iframe,.advanced-slider.webkit .slide .layer iframe{
    display:none
}
.rox-fact-slider .advanced-slider iframe{
    display:block
}
.rox-fact-slider .advanced-slider .slice-container{
    position:absolute;
    width:100%;
    height:100%
}
.rox-fact-slider .advanced-slider .swipeable-container{
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden
}
.rox-fact-slider .advanced-slider .swipeable-container .selectable{
    cursor:default
}
.rox-fact-slider .advanced-slider .swipeable-container .grab{
    cursor:url(images/openhand.html),move
}
.rox-fact-slider .advanced-slider .swipeable-container .grabbing{
    cursor:url(images/closedhand.html),move
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .swipe{
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .grab{
    cursor:url(images/openhand.html),move
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .grabbing,.rox-fact-slider .advanced-slider .thumbnail-scroller .grabbing .lightbox-icon,.rox-fact-slider .advanced-slider .thumbnail-scroller .grabbing a:active,.rox-fact-slider .advanced-slider .thumbnail-scroller .grabbing a:hover{
    cursor:url(images/closedhand.html),move
}
.rox-fact-slider .advanced-slider .layer{
    position:absolute;
    visibility:hidden;
    padding:4px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
.rox-fact-slider .advanced-slider .layer.black{
    color:#FFF;
    background:#000;
    background:rgba(0,0,0,.7)
}
.rox-fact-slider .advanced-slider .layer.white{
    color:#000;
    background:#fff;
    background:rgba(255,255,255,.7)
}
.rox-fact-slider .advanced-slider .layer.rounded{
    border-radius:10px
}
.rox-fact-slider .advanced-slider .slice{
    display:block;
    position:absolute
}
.rox-fact-slider .advanced-slider .preloader{
    position:absolute;
    background:url(images/preloader2.html) no-repeat;
    width:62px;
    height:14px;
    z-index:15
}
.rox-fact-slider .advanced-slider .slide-arrows{
    width:667px;
    margin:auto;
    position:absolute;
    left:0;
    right:0;
    bottom:59%
}
.rox-fact-slider .advanced-slider .slide-arrows a{
    position:absolute;
    cursor:pointer
}
.rox-fact-slider .advanced-slider .lightbox-icon{
    position:absolute;
    width:80px;
    height:80px;
    top:50%;
    left:50%;
    margin-top:-40px;
    margin-left:-40px;
    cursor:pointer
}
.rox-fact-slider .advanced-slider .lightbox-icon.play{
    background-image:url(images/lightbox_play.html)
}
.rox-fact-slider .advanced-slider .lightbox-icon.magnifying{
    background-image:url(images/lightbox_magnifying.html)
}
.rox-fact-slider .advanced-slider .lightbox-icon.hyperlink{
    background-image:url(images/lightbox_hyperlink.html)
}
.rox-fact-slider .advanced-slider .slideshow-controls{
    position:absolute;
    cursor:pointer
}
.rox-fact-slider .advanced-slider .shadow{
    position:absolute;
    height:94px;
    margin-top:-50px;
    z-index:1
}
.rox-fact-slider .advanced-slider .shadow .shadow-left,.rox-fact-slider .advanced-slider .shadow .shadow-middle,.rox-fact-slider .advanced-slider .shadow .shadow-right{
    float:left
}
.rox-fact-slider .advanced-slider .shadow .shadow-left{
    float:left;
    background:url(images/shadow_left.html);
    width:200px;
    height:94px
}
.rox-fact-slider .advanced-slider .shadow .shadow-right{
    float:left;
    background:url(images/shadow_right.html);
    width:200px;
    height:94px
}
.rox-fact-slider .advanced-slider .shadow .shadow-middle{
    float:left;
    background:url(images/shadow_middle.html) repeat-x;
    height:94px
}
.rox-fact-slider .advanced-slider .full-screen-controls{
    background:url(images/fullscreen.html) no-repeat;
    position:absolute;
    width:31px;
    height:27px;
    top:20px;
    left:20px;
    cursor:pointer
}
.rox-fact-slider .advanced-slider .timer-animation,.rox-fact-slider .advanced-slider canvas{
    position:absolute
}
.rox-fact-slider .advanced-slider .timer-animation .timer-animation-controls{
    position:absolute;
    cursor:pointer;
    width:20px;
    height:20px;
    top:50%;
    left:50%;
    margin-top:-10px;
    margin-left:-10px;
    background:url(images/playpause_small.html) no-repeat
}
.rox-fact-slider .advanced-slider .timer-animation.play .timer-animation-controls{
    background-position:-20px 0
}
.rox-fact-slider .advanced-slider .timer-animation.pause .timer-animation-controls{
    background-position:0 0
}
.rox-fact-slider .advanced-slider .caption-container{
    overflow:hidden;
    position:absolute
}
.rox-fact-slider .advanced-slider .caption-container .wrapper{
    position:absolute;
    background-color:transparent;
    border:none;
    margin:0;
    padding:0;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none
}
.rox-fact-slider .advanced-slider .caption-container .background{
    position:absolute;
    width:100%;
    height:100%
}
.rox-fact-slider .advanced-slider .caption-container .caption{
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
.rox-fact-slider .advanced-slider .thumbnail-wrapper{
    position:absolute
}
.rox-fact-slider .advanced-slider .thumbnail{
    background-image:url(images/preloader.html);
    background-position:center;
    background-repeat:no-repeat;
    position:absolute;
    overflow:hidden
}
.rox-fact-slider .advanced-slider .thumbnail-content{
    background:0 0
}
.rox-fact-slider .advanced-slider .slide-buttons{
    position:absolute;
    z-index:3
}
.rox-fact-slider .advanced-slider .slide-buttons .left,.rox-fact-slider .advanced-slider .slide-buttons .middle,.rox-fact-slider .advanced-slider .slide-buttons .right{
    float:left
}
.rox-fact-slider .advanced-slider .slide-buttons a{
    position:relative;
    cursor:pointer;
    float:left;
    text-decoration:none;
    text-align:center
}
.rox-fact-slider .advanced-slider .thumbnail-scroller{
    position:absolute;
    z-index:2;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .thumbnails-visible-container{
    position:relative;
    overflow:hidden
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .thumbnails-container{
    position:absolute;
    overflow:visible;
    top:0;
    left:0;
    list-style:none;
    margin:0;
    padding:0
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .thumbnail-wrapper{
    cursor:pointer;
    list-style:none
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .lightbox-icon{
    position:absolute;
    width:30px;
    height:30px;
    top:50%;
    left:50%;
    margin-top:-15px;
    margin-left:-15px;
    cursor:pointer
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .lightbox-icon.play{
    background-image:url(images/lightbox_play_small.html)
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .lightbox-icon.magnifying{
    background-image:url(images/lightbox_magnifying_small.html)
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .lightbox-icon.hyperlink{
    background-image:url(images/lightbox_hyperlink_small.html)
}
.rox-fact-slider .advanced-slider .thumbnail .caption{
    position:absolute;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
.rox-fact-slider .advanced-slider .thumbnail .caption .background{
    position:absolute;
    width:100%;
    height:100%
}
.rox-fact-slider .advanced-slider .thumbnail .caption .content{
    position:absolute;
    width:100%
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .arrows a{
    position:absolute;
    cursor:pointer
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .buttons{
    position:absolute;
    width:auto
}
.rox-fact-slider .advanced-slider .thumbnail-scroller .buttons a{
    position:absolute;
    cursor:pointer;
    text-decoration:none
}
.spe-cont a,.text-thumbnail .thumbnail.over .title,.text-thumbnail .thumbnail.select .title{
    text-decoration:underline
}
.text-thumbnail .slide-arrows a{
    width:40px;
    height:47px;
    top:42%;
    margin-top:-19px;
    opacity:1!important
}
.text-thumbnail .slide-arrows a.previous{
    left:20px;
    background:url(../images/rox-fact-slider-left.png) no-repeat
}
.text-thumbnail .slide-arrows a.next{
    right:20px;
    background:url(../images/rox-fact-slider-right.png) no-repeat
}
.text-thumbnail .slideshow-controls{
    background:url(images/playpause.html) no-repeat;
    width:38px;
    height:38px;
    top:50%;
    left:50%;
    margin-top:-19px;
    margin-left:-19px
}
.text-thumbnail .slideshow-controls.pause{
    background-position:0 0
}
.text-thumbnail .slideshow-controls.play{
    background-position:-38px 0
}
.text-thumbnail .timer-animation{
    top:20px;
    right:20px;
    display:none
}
.text-thumbnail .caption-container .background{
    background-color:#000;
    width:100%;
    height:100%
}
.text-thumbnail .caption-container .caption{
    color:#FFF;
    margin:0;
    padding:8px;
    font-size:16px;
    line-height:1
}
.text-thumbnail .slide-buttons{
    margin-top:40px
}
.text-thumbnail .slide-buttons .buttons-inner a{
    background:url(images/buttons.html) no-repeat;
    width:14px;
    height:14px;
    margin:0 2px
}
.text-thumbnail .slide-buttons .buttons-inner a.over{
    background-position:-14px 0
}
.text-thumbnail .slide-buttons .buttons-inner a.select{
    background-position:-28px 0
}
.text-thumbnail .slide-buttons .buttons-inner a .number{
    margin-top:2px;
    font-size:9px;
    line-height:11px;
    color:#666
}
.text-thumbnail .slide-buttons .buttons-inner a.over .number,.text-thumbnail .slide-buttons .buttons-inner a.select .number{
    font-size:8px;
    color:#FFF
}
.text-thumbnail .slide-buttons .buttons-inner .thumbnail-wrapper{
    margin-bottom:10px
}
.text-thumbnail .thumbnail{
    font-size:12px;
    color:#666;
    padding:3px
}
.text-thumbnail .thumbnail .title{
    padding:5px;
    font-style:italic
}
.text-thumbnail .thumbnail .description{
    padding:5px;
    color:#595959;
    font-size:14px
}
.text-thumbnail .thumbnail-scroller.horizontal{
    bottom:40px;
    left:0;
    margin-top:10px
}
.text-thumbnail .thumbnail-scroller.horizontal.overlay{
    bottom:80px;
    margin-top:0
}
.text-thumbnail .thumbnail-scroller.vertical{
    left:0;
    top:50px!important;
    margin-right:10px
}
.text-thumbnail .thumbnail-scroller.vertical.overlay{
    right:80px;
    margin-left:0
}
.text-thumbnail .thumbnail-scroller.horizontal .thumbnail-wrapper{
    margin:0 5px;
    padding:0;
    text-align:center
}
.text-thumbnail .thumbnail-scroller.vertical .thumbnail-wrapper{
    margin:5px 0;
    padding:0
}
.text-thumbnail .thumbnail-scroller.horizontal .thumbnail{
    border-top:4px solid transparent
}
.text-thumbnail .thumbnail-scroller.horizontal .thumbnail.over,.text-thumbnail .thumbnail-scroller.horizontal .thumbnail.select{
    background-color:#FFF
}
.text-thumbnail .thumbnail-scroller.vertical .thumbnail{
    border-left:4px solid transparent
}
.text-thumbnail .thumbnail-scroller.vertical .thumbnail.over,.text-thumbnail .thumbnail-scroller.vertical .thumbnail.select{
    background-color:#FFF;
    border-left:4px solid #D0D0D0
}
.text-thumbnail .thumbnail-scroller .arrows a{
    background:url(images/arrows.html) no-repeat;
    width:38px;
    height:38px
}
.text-thumbnail .thumbnail-scroller.vertical .arrows a{
    background:url(images/arrows_v.html) no-repeat
}
.text-thumbnail .thumbnail-scroller .arrows a.next{
    background-position:-38px 0
}
.text-thumbnail .thumbnail-scroller.horizontal .arrows a.previous{
    left:0
}
.text-thumbnail .thumbnail-scroller.horizontal .arrows a.next{
    right:0
}
.text-thumbnail .thumbnail-scroller.vertical .arrows a.previous{
    top:0
}
.text-thumbnail .thumbnail-scroller.vertical .arrows a.next{
    bottom:0
}
.text-thumbnail .thumbnail-scroller .buttons a{
    background:url(images/buttons_small.html) no-repeat;
    width:10px;
    height:10px;
    margin:2px
}
.text-thumbnail .thumbnail-scroller .buttons a.over{
    background-position:-10px 0
}
.text-thumbnail .thumbnail-scroller .buttons a.select{
    background-position:-20px 0
}
.text-thumbnail .thumbnail-scroller.horizontal .buttons{
    margin-top:0
}
.text-thumbnail .thumbnail-scroller.vertical .buttons{
    margin-left:0
}
.text-thumbnail .thumbnail-scroller.horizontal .scrollbar{
    margin-top:30px
}
.text-thumbnail .thumbnail-scroller.vertical .scrollbar{
    margin-left:30px
}
.advanced-slider-tooltip{
    position:absolute;
    z-index:9999;
    background-color:#DDD;
    margin-bottom:20px;
    border:4px solid #EEE;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px
}
.advanced-slider-tooltip .content{
    color:#999;
    padding:10px;
    margin:0
}
.webform-client-form-138 .description,.webform-client-form-138 .form-item-captcha-response label,.webform-client-form-138 .webform-component label{
    color:#848484;
    font-family:Roboto-Regular;
    font-weight:400
}
.webform-client-form-138 .webform-component{
    float:left;
    width:560px;
    min-height:33px
}
.webform-client-form-138 .webform-component label{
    float:left;
    font-size:13px;
    line-height:22px;
    width:170px
}
.webform-client-form-138 .webform-component input{
    border:1px solid #ccc;
    float:left;
    padding:5px;
    width:252px
}
.webform-client-form-138 textarea{
    padding:5px;
    resize:none;
    width:264px
}
.webform-client-form-138 select{
    border:1px solid #ccc;
    float:left;
    padding:5px;
    width:267px
}
.webform-client-form-138 .captcha{
    abackground:#f9f9f9 none repeat scroll 0 0;
    box-sizing:border-box;
    clear:both;
    margin-bottom:37px!important
}
.webform-client-form-138 .form-item-captcha-response label{
    float:left;
    font-size:13px;
    line-height:22px;
    width:170px
}
.webform-client-form-138 .form-item-captcha-response input{
    border:1px solid #ccc;
    float:left;
    padding:5px;
    width:200px
}
.webform-client-form-138 .form-item-captcha-response span.field-prefix{
    float:left;
    margin-right:12px
}
.webform-client-form-138 .form-actions{
    float:right;
    margin-right:174px
}
.webform-client-form-138 .description{
    font-size:12px
}
.home-lighting-right-spac{
    text-align:center
}
.thumbnail-content.select img{
    border:1px solid #f8a969
}
.thumbnail-content img{
    padding:10px 0;
    box-sizing:border-box;
    border:1px solid #cfcfcf;
    box-shadow:0 1px 1px #cccdcc;
    border-radius:5px;
    overflow:hidden
}
.slide-title{
    text-align:center;
    top:68px;
    position:relative;
    color:#f57f20;
    font-family:Roboto-Regular;
    font-size:31px
}
#quicktabs-downloads ul.quicktabs-tabs{
    margin:0
}
#quicktabs-downloads ul.quicktabs-tabs li{
    background:#e4e4e4;
    margin-right:3px;
    padding:12px 27px;
    position:relative;
    float:left;
    margin-bottom:9px
}
#quicktabs-downloads ul.quicktabs-tabs li a{
    color:#000;
    font-family:robotolight;
    font-size:18px
}
#quicktabs-downloads ul.quicktabs-tabs li.active{
    background:#24a7d8
}
#quicktabs-downloads ul.quicktabs-tabs li.active a{
    color:#fff
}
#quicktabs-downloads ul.quicktabs-tabs li.active::before{
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #24a7d8;
    bottom:-8px;
    content:"";
    height:0;
    left:46%;
    position:absolute;
    width:0
}
.page-node-137 .home-banner-bottom-top-left span{
    bottom:0;
    display:block;
    left:0;
    line-height:32px;
    margin:64px auto auto;
    position:absolute;
    right:0;
    top:0;
    z-index:9999
}
.page-node-137 .home-banner-bottom-top-left{
    background:url(../images/home-fist-back.jpg) no-repeat #ea791e;
    border-right:1px solid #fff;
    box-sizing:border-box;
    color:#fff;
    font-family:robotolight;
    font-size:26px;
    height:235px;
    position:relative;
    text-align:center;
    text-transform:uppercase;
    width:258px;
    float:left
}
.page-node-137 .region-homelight-downloads,.page-node-137 .region-professional-downloads{
    width:900px;
    float:right
}
.view-id-downloads .download-product-leafleat{
    background:#efefef;
    box-sizing:border-box;
    float:left;
    margin-right:12px;
    margin-top:15px;
    min-height:200px;
    padding:7px;
    width:285px
}
.view-id-downloads .download-product-leafleat:nth-child(even) .downloads-heading,.view-id-downloads .download-product-leafleat:nth-child(odd) .downloads-heading{
    background:#fff
}
.download-product-leafleat .downloads-heading img{
    float:left;
    height:auto;
    margin-right:13px;
    vertical-align:-moz-middle-with-baseline;
    width:43px
}
.download-product-leafleat .downloads-heading{
    color:#000;
    float:left;
    font-family:robotolight;
    font-size:19px;
    padding:10px;
    width:100%;
    font-weight:400;
    box-sizing:border-box;
    line-height:22px;
    margin-bottom:10px
}
#quicktabs-container-downloads{
    clear:both
}
ul.download-product-list li{
    box-sizing:border-box;
    float:left;
    padding:5px 8px;
    width:50%;
    background:url(../images/downloads-iocn.png) 0 9px no-repeat
}
ul.download-product-list li:hover{
    background:url(../images/downloads-active-iocn.png) 0 9px no-repeat
}
ul.download-product-list li:hover a,ul.download-product-list li:hover span.field-content{
    color:#d46002
}
ul.download-product-list li span.field-content{
    color:#2a2a2a;
    font-family:Roboto-Regular;
    font-size:12px
}
ul.download-product-list li a{
    color:#2a2a2a
}
.node-type-home-lighting .field-name-field-specification-desc table tr td:nth-last-child(-n+2),.node-type-home-lighting .field-name-field-specification-desc table tr th:nth-last-child(-n+2){
    display:none
}
.section-inner-non-padding-bottom{
    clear:both;
    float:left;
    margin:45px auto 0;
    width:1170px
}
.region-homelight-downloads h2.block-title{
    background:#7f7f7f;
    padding:13px;
    margin-bottom:13px;
    width:187px;
    color:#fff;
    font-family:robotolight;
    font-size:18px;
    font-weight:400;
    position:relative;
    text-align:center
}
.region-homelight-downloads h2.block-title::before{
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #7f7f7f;
    bottom:-8px;
    content:"";
    height:0;
    left:46%;
    position:absolute;
    width:0
}
.download-heading-brochure{
    background:url(../images/corporate-broc-icon.png) 6px 8px no-repeat #24a7d8;
    color:#fff;
    font-family:robotolight;
    font-size:22px;
    padding:18px 18px 18px 52px;
    margin-bottom:14px
}
#node-compare-block-content h2.block-title,.cor-broch a,.resp-tab-content table tr td{
    font-family:Roboto-Regular
}
.corpo-down-div{
    background:#efefef;
    box-sizing:border-box;
    float:left;
    margin-top:14px;
    padding:5px;
    width:285px;
    min-height:165px
}
.cor-broch a{
    background:url(../images/downloads-iocn.png) 3px 5px no-repeat rgba(0,0,0,0);
    color:#2a2a2a;
    font-size:12px;
    padding:0 15px;
    display:block;
    margin-bottom:13px
}
.cor-broch a:hover{
    background:url(../images/downloads-active-iocn.png) 3px 5px no-repeat rgba(0,0,0,0);
    color:#d46002
}
#node-compare-block-content{
    background:#fff;
    bottom:0;
    position:fixed;
    right:0;
    width:207px;
    z-index:999999
}
#node-compare-block-content h2.block-title{
    background:#2f2f2f;
    color:#fff;
    font-weight:400;
    font-size:15px;
    padding:10px
}
#node-compare-block-content table{
    width:100%
}
#node-compare-block-content table td{
    background:#515151;
    color:#fff;
    padding:5px;
    text-align:left
}
#node-compare-block-content table tr{
    border-bottom:1px solid #8e868e
}
#node-compare-block-content table td:last-child{
    text-align:right
}
a.compare-block-links{
    color:#f69c2a!important
}
.resp-tabs-list li{
    font-size:13px;
    display:inline-block;
    padding:13px 0;
    margin:0;
    list-style:none;
    cursor:pointer;
    float:left;
    width:133px;
    box-sizing:border-box;
    height:115px
}
.resp-tabs-container{
    padding:0;
    background-color:#fff;
    clear:left
}
h2.resp-accordion{
    cursor:pointer;
    display:none;
    font-weight:400
}
.resp-tab-content{
    display:none;
    padding:0
}
.resp-accordion-active,.resp-content-active,.resp-easy-accordion h2.resp-accordion,.resp-tab-content-active,.resp-tabs-list li img{
    display:block
}
.resp-tab-active{
    border-bottom:none;
    background-color:#fff
}
h2.resp-accordion{
    font-size:13px;
    border:1px solid #c1c1c1;
    border-top:0 solid #c1c1c1;
    margin:0;
    padding:10px 15px
}
h2.resp-tab-title:last-child{
    border-bottom:12px solid #c1c1c1!important;
    background:#00f
}
.resp-easy-accordion .resp-tab-content{
    border:1px solid #c1c1c1
}
.resp-easy-accordion .resp-tab-content:last-child{
    border-bottom:1px solid #c1c1c1!important
}
.resp-jfit{
    width:100%;
    margin:0
}
.resp-tabs-list .li1,h2.tab-data1{
    background:#64c3de
}
.resp-tabs-list .li2,h2.tab-data3{
    background:#44a3d5
}
.resp-tabs-list .li3,h2.tab-data5{
    background:#278fc5
}
.resp-tabs-list .li4,h2.tab-data7{
    background:#1c7eb1
}
.resp-tabs-list .li5,h2.tab-data9{
    background:#126e9e
}
.resp-tabs-list .li6,h2.tab-data11{
    background:#085e8b
}
.resp-tabs-list .li7,h2.tab-data13{
    background:#054e74
}
.resp-tabs-list .li8,h2.tab-data15{
    background:#053c59
}
.adviser{
    width:100%;
    max-width:1170px;
    margin:0 auto
}
.resp-tabs-list li img{
    margin:16px auto
}
.tab-data1 table tr:first-child td{
    background:#64c3de
}
.tab-data4 table tr:first-child td{
    background:#44a3d5;
    border:1px solid #50b4e9
}
.tab-data6 table tr:first-child td{
    background:#278fc5;
    border:1px solid #269ddb
}
.tab-data8 table tr:first-child td{
    background:#1c7eb1;
    border:1px solid #1d97d6
}
.tab-data10 table tr:first-child td{
    background:#126e9e;
    border:1px solid #107bb3
}
.tab-data12 table tr:first-child td{
    background:#085e8b;
    border:1px solid #0672aa
}
.tab-data14 table tr:first-child td{
    background:#054e74;
    border:1px solid #07608e
}
.tab-data16 table tr:first-child td{
    background:#053c59;
    border:1px solid #055d8b
}
.resp-tab-content table tr td{
    border:1px solid #aadeed;
    box-sizing:border-box;
    padding:15px 0;
    text-align:center;
    vertical-align:middle;
    width:133px;
    color:#fff;
    font-weight:400;
    font-size:15px;
    text-transform:uppercase
}
.resp-tab-content table{
    border-collapse:collapse
}
.page-node-132 .faq-left{
    width:100%;
    max-height:1170px
}
.page-node-132 ul.faq-accordian li .accordion-answer div{
    color:#494949;
    font-family:roboto-regular;
    line-height:22px;
    margin:20px 0
}
.page-node-132 ul.resp-tabs-list li{
    margin-bottom:0;
    font-family:Roboto-Regular;
    font-size:12px;
    text-transform:uppercase;
    text-align:center;
    color:#fff
}
.resp-tabs-list li:first-child{
    border-radius:5px 0 0
}
.resp-tabs-list li:last-child{
    border-radius:0 5px 0 0
}
.page-node-132 .accordian-hading span{
    padding-top:1.3%
}
p.get-touch{
    color:#313131;
    font-family:Roboto-Regular;
    font-size:16px
}
#site-map{
    width:100%;
    max-width:1170px;
    margin:0 auto
}
ul.site-map-menu li{
    border-bottom:1px solid #eee;
    float:left;
    width:100%;
    padding-bottom:11px;
    padding-top:10px
}
ul.site-map-menu li a{
    color:#ea6d08;
    font-size:16px;
    padding:0 11px;
    transition:all ease .6s
}
ul.site-map-menu li li a{
    display:block;
    font-size:14px;
    padding-left:32px;
    color:#000
}
ul.site-map-menu li li{
    border-bottom:none
}
ul.site-map-menu li li li{
    width:150px;
    float:left;
    border-bottom:none;
    margin-left:8px
}
.page-node-174 .quality{
    padding:170px 0;
    width:100%
}
.page-node-174 .value-heding{
    margin-top:20px
}
.page-node-174 .quality .value-heding{
    margin-top:20px;
    color:#54cffd;
    font-size:60px;
    font-family:Roboto-Thin;
    font-weight:700
}
.calheding,.lighting-advisor-table td,.spe-cont{
    font-family:Roboto-Regular
}
.lighting-advisor-table{
    width:99%;
    margin:10px .5%
}
.lighting-advisor-table td{
    border:1px solid #ccc;
    font-size:14px;
    padding:8px
}
.lighting-advisor-table tr:nth-child(odd){
    background:#f2f2f2
}
.lighting-advisor-table tr:nth-child(1) td,.lighting-advisor-table tr:nth-child(2) td{
    color:#fa8b32;
    font-size:14px
}
.spe-cont{
    color:#000;
    font-size:15px;
    line-height:25px;
    float:left;
    margin-top:106px
}
.spe-cont a{
    color:#ea6d08
}
.form-item-custom-search-blocks-form-1{
    float:left;
    margin:0;
    width:80%
}
.page-node-174 .section-inner{
    margin:0 auto;
    padding-bottom:30px;
    width:1170px
}
.calheding{
    color:#fff!important;
    font-size:18px;
    text-align:center;
    line-height:28px
}
.calheding span{
    color:#2f1a00;
    font-weight:700
}
a.front-home-lighting{
    color:#FFF;
    font-family:Roboto-Regular;
    text-decoration:none
}
.rox-gyan-desc p a{
    border:0;
    color:#fff;
    font-family:robotolight;
    font-size:23px;
    line-height:28px;
    margin:24px 0;
    padding-right:12px;
    text-transform:inherit
}
.new-product-slider{
    width:100%;
    margin-top:65px;
    float:left;
    margin-bottom:30px
}
.new-product-slider ul li{
    padding-bottom:32px
}
.new-product-slider ul li img{
    height:auto;
    width:115px;
    margin-bottom:18px
}
.prof-slider-title{
    margin-bottom:20px;
    text-align:center;
    width:100%
}
.prof-slider-des{
    color:#353535;
    font-family:Roboto-Regular;
    font-size:13px;
    padding:0 5px;
    text-align:center;
    line-height:20px
}
.full-li-cover{
    width:80%;
    margin:0 auto
}
.new-product-slider-heading{
    color:#2e2e2e;
    font-family:robotolight;
    font-size:25px;
    line-height:47px
}
.links,.webform-confirmation,.webform-confirmation p{
    color:#6c6c6c;
    font-family:robotolight;
    line-height:25px;
    text-align:center
}
.links,.webform-confirmation{
    width:100%;
    max-width:1170px;
    margin:20px auto 10px;
    font-size:15px
}
.webform-confirmation p{
    font-size:18px;
    margin-bottom:10px
}
.links a{
    color:#f17d1f;
    font-size:18px
}
.first-letter-sepea p,.page-node-178 .first-letter-sepe p,.page-node-179 .first-letter-sepe p{
    color:#6c6c6c;
    float:left;
    font-size:15px;
    line-height:22px;
    font-family:robotolight
}
.page-node-178 .first-letter-sepe p,.page-node-179 .first-letter-sepe p{
    max-width:1115px;
    width:96%
}
.front a.read-more{
    display:inline-block
}
.page-node-148 .b2c-product-product-ul ul li,.page-node-done .links{
    display:none
}
.page-node-20 .section-inner{
    padding:37px 0
}
.home-banner-bottom-top-right .nbs-flexisel-nav-left,.home-banner-bottom-top-right .nbs-flexisel-nav-right{
    top:110px!important
}
.profile{
    max-width:1170px;
    width:100%;
    margin:0 auto
}
.profile h3{
    color:#ec6900;
    font-family:robotolight;
    font-size:30px;
    line-height:47px;
    font-weight:400
}
.profile dt{
    font-weight:400!important;
    margin:20px 0 0!important;
    color:#000;
    font-family:Roboto-Regular;
    font-size:13px
}
.page-node-132 .saving-calculator,.page-node-132 .saving-calculator .heading{
    margin:0 auto!important
}
.page-node-132 .saving-calculator .heading{
    color:#FFF!important;
    font-family:robotolight!important;
    line-height:47px!important
}
.confirm-text a img{
    border-radius:3px!important
}
.confirm-text p{
    color:#000;
    font-family:Roboto-Regular;
    font-size:14px;
    line-height:20px;
    margin-bottom:23px;
    margin-top:18px
}
span.lior{
    position:absolute;
    right:-27px;
    text-transform:uppercase;
    top:36px
}
.page-node-174 .first-letter-sepe p{
    margin-left:0
}
ul.saving-calc li:nth-child(2){
    margin-right:33px
}
.link-color{
    color:#ea6d08;
    text-decoration:underline
}
.apps-cond{
    color:grey;
    float:right;
    font-style:italic;
    margin-top:6px;
    text-align:right;
    width:100%
}
#menu-601-1 a,#menu-638-1 a,#menu-639-1 a,#menu-640-1 a{
    text-transform:none
}
.node-type-event .advanced-slider{
    position:relative;
    overflow:visible;
    outline:0;
    text-align:left;
    font-family:Arial,Helvetica,sans-serif;
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
    clear:both
}
.node-type-event .advanced-slider *{
    margin:0;
    padding:0;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box
}
.node-type-event .advanced-slider.fullscreen{
    max-width:100%!important;
    max-height:100%!important
}
.node-type-event .advanced-slider a{
    position:static;
    transition:none!important;
    -moz-transition:none!important;
    -webkit-transition:none!important;
    -o-transition:none!important
}
.node-type-event .advanced-slider img{
    max-width:none;
    max-height:none;
    border:none;
    padding:0;
    margin:0;
    transition:none!important;
    -moz-transition:none!important;
    -webkit-transition:none!important;
    -o-transition:none!important
}
.node-type-event .advanced-slider .slider-main{
    position:relative;
    width:100%;
    height:100%;
    z-index:1
}
.node-type-event .advanced-slider .slide-wrapper{
    position:relative;
    overflow:visible;
    width:100%;
    height:100%;
    z-index:2
}
.node-type-event .advanced-slider .slides{
    position:absolute;
    overflow:hidden;
    margin:0!important;
    padding:0!important;
    list-style:none;
    width:100%;
    height:100%
}
.node-type-event .advanced-slider .slide{
    position:absolute;
    overflow:hidden;
    display:block;
    margin:0!important;
    padding:0!important;
    width:100%;
    height:100%;
    visibility:hidden;
    list-style:none;
    filter:alpha(opacity=100);
    opacity:1
}
.node-type-event .advanced-slider .slide .caption,.node-type-event .advanced-slider .slide .html,.node-type-event .advanced-slider .slide .image,.node-type-event .advanced-slider .slide .thumbnail{
    position:absolute
}
.node-type-event .advanced-slider .slide .image{
    border:4px solid #fff;
    padding:0!important;
    box-shadow:#ccc 0 1px 3px!important
}
.node-type-event .advanced-slider.webkit .slide .html{
    overflow:hidden
}
.node-type-event .advanced-slider .video-hidden-image{
    display:none
}
.node-type-event .advanced-slider iframe.video{
    background-color:#000
}
.node-type-event .advanced-slider .video-play-button{
    display:block;
    background-image:url(images/video_play.html);
    background-position:center;
    position:absolute;
    width:80px;
    height:80px;
    top:50%;
    left:50%;
    margin-top:-40px;
    margin-left:-40px
}
.node-type-event .advanced-slider.webkit .slide.active .html iframe,.node-type-event .advanced-slider.webkit .slide.active .layer.init iframe,.node-type-event .advanced-slider.webkit .slide.transition .html iframe,.node-type-event .advanced-slider.webkit .slide.transition .layer.init iframe{
    display:block
}
.node-type-event .advanced-slider.webkit .slide .html iframe,.node-type-event .advanced-slider.webkit .slide .layer iframe{
    display:none
}
.node-type-event .advanced-slider iframe{
    display:block
}
.node-type-event .advanced-slider .slice-container{
    position:absolute;
    width:100%;
    height:100%
}
.node-type-event .advanced-slider .swipeable-container{
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden
}
.node-type-event .advanced-slider .swipeable-container .selectable{
    cursor:default
}
.node-type-event .advanced-slider .swipeable-container .grab{
    cursor:url(images/openhand.html),move
}
.node-type-event .advanced-slider .swipeable-container .grabbing{
    cursor:url(images/closedhand.html),move
}
.node-type-event .advanced-slider .thumbnail-scroller .swipe{
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none
}
.node-type-event .advanced-slider .thumbnail-scroller .grab{
    cursor:url(images/openhand.html),move
}
.node-type-event .advanced-slider .thumbnail-scroller .grabbing,.node-type-event .advanced-slider .thumbnail-scroller .grabbing .lightbox-icon,.node-type-event .advanced-slider .thumbnail-scroller .grabbing a:active,.node-type-event .advanced-slider .thumbnail-scroller .grabbing a:hover{
    cursor:url(images/closedhand.html),move
}
.node-type-event .advanced-slider .layer{
    position:absolute;
    visibility:hidden;
    padding:4px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
.node-type-event .advanced-slider .layer.black{
    color:#FFF;
    background:#000;
    background:rgba(0,0,0,.7)
}
.node-type-event .advanced-slider .layer.white{
    color:#000;
    background:#fff;
    background:rgba(255,255,255,.7)
}
.node-type-event .advanced-slider .layer.rounded{
    border-radius:10px
}
.node-type-event .advanced-slider .slice{
    display:block;
    position:absolute
}
.node-type-event .advanced-slider .preloader{
    position:absolute;
    background:url(images/preloader2.html) no-repeat;
    width:62px;
    height:14px;
    z-index:15
}
.node-type-event .advanced-slider .slide-arrows{
    position:static
}
.node-type-event .advanced-slider .slide-arrows a{
    position:absolute;
    cursor:pointer
}
.node-type-event .advanced-slider .lightbox-icon{
    position:absolute;
    width:80px;
    height:80px;
    top:50%;
    left:50%;
    margin-top:-40px;
    margin-left:-40px;
    cursor:pointer
}
.node-type-event .advanced-slider .lightbox-icon.play{
    background-image:url(images/lightbox_play.html)
}
.node-type-event .advanced-slider .lightbox-icon.magnifying{
    background-image:url(images/lightbox_magnifying.html)
}
.node-type-event .advanced-slider .lightbox-icon.hyperlink{
    background-image:url(images/lightbox_hyperlink.html)
}
.node-type-event .advanced-slider .slideshow-controls{
    position:absolute;
    cursor:pointer
}
.node-type-event .advanced-slider .shadow{
    position:absolute;
    height:94px;
    margin-top:-50px;
    z-index:1
}
.node-type-event .advanced-slider .shadow .shadow-left,.node-type-event .advanced-slider .shadow .shadow-middle,.node-type-event .advanced-slider .shadow .shadow-right{
    float:left
}
.node-type-event .advanced-slider .shadow .shadow-left{
    float:left;
    background:url(images/shadow_left.html);
    width:200px;
    height:94px
}
.node-type-event .advanced-slider .shadow .shadow-right{
    float:left;
    background:url(images/shadow_right.html);
    width:200px;
    height:94px
}
.node-type-event .advanced-slider .shadow .shadow-middle{
    float:left;
    background:url(images/shadow_middle.html) repeat-x;
    height:94px
}
.node-type-event .advanced-slider .full-screen-controls{
    background:url(images/fullscreen.html) no-repeat;
    position:absolute;
    width:31px;
    height:27px;
    top:20px;
    left:20px;
    cursor:pointer
}
.node-type-event .advanced-slider .timer-animation,.node-type-event .advanced-slider canvas{
    position:absolute
}
.node-type-event .advanced-slider .timer-animation .timer-animation-controls{
    position:absolute;
    cursor:pointer;
    width:20px;
    height:20px;
    top:50%;
    left:50%;
    margin-top:-10px;
    margin-left:-10px;
    background:url(images/playpause_small.html) no-repeat
}
.node-type-event .advanced-slider .timer-animation.play .timer-animation-controls{
    background-position:-20px 0
}
.node-type-event .advanced-slider .timer-animation.pause .timer-animation-controls{
    background-position:0 0
}
.node-type-event .advanced-slider .caption-container{
    overflow:hidden;
    position:absolute
}
.node-type-event .advanced-slider .caption-container .wrapper{
    position:absolute;
    background-color:transparent;
    border:none;
    margin:0;
    padding:0;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none
}
.node-type-event .advanced-slider .caption-container .background{
    position:absolute;
    width:100%;
    height:100%
}
.node-type-event .advanced-slider .caption-container .caption{
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
.node-type-event .advanced-slider .thumbnail-wrapper{
    position:absolute
}
.node-type-event .advanced-slider .thumbnail{
    background-image:url(images/preloader.html);
    background-position:center;
    background-repeat:no-repeat;
    position:absolute;
    overflow:hidden
}
.node-type-event .advanced-slider .thumbnail-content{
    background:0 0
}
.node-type-event .advanced-slider .slide-buttons{
    position:absolute;
    z-index:3
}
.node-type-event .advanced-slider .slide-buttons .left,.node-type-event .advanced-slider .slide-buttons .middle,.node-type-event .advanced-slider .slide-buttons .right{
    float:left
}
.node-type-event .advanced-slider .slide-buttons a{
    position:relative;
    cursor:pointer;
    float:left;
    text-decoration:none;
    text-align:center
}
.node-type-event .advanced-slider .thumbnail-scroller{
    position:absolute;
    z-index:2;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box
}
.node-type-event .advanced-slider .thumbnail-scroller .thumbnails-visible-container{
    position:relative;
    overflow:hidden
}
.node-type-event .advanced-slider .thumbnail-scroller .thumbnails-container{
    position:absolute;
    overflow:visible;
    top:0;
    left:0;
    list-style:none;
    margin:0;
    padding:0
}
.node-type-event .advanced-slider .thumbnail-scroller .thumbnail-wrapper{
    cursor:pointer;
    list-style:none
}
.node-type-event .advanced-slider .thumbnail-scroller .lightbox-icon{
    position:absolute;
    width:30px;
    height:30px;
    top:50%;
    left:50%;
    margin-top:-15px;
    margin-left:-15px;
    cursor:pointer
}
.node-type-event .advanced-slider .thumbnail-scroller .lightbox-icon.play{
    background-image:url(images/lightbox_play_small.html)
}
.node-type-event .advanced-slider .thumbnail-scroller .lightbox-icon.magnifying{
    background-image:url(images/lightbox_magnifying_small.html)
}
.node-type-event .advanced-slider .thumbnail-scroller .lightbox-icon.hyperlink{
    background-image:url(images/lightbox_hyperlink_small.html)
}
.node-type-event .advanced-slider .thumbnail .caption{
    position:absolute;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
.node-type-event .advanced-slider .thumbnail .caption .background{
    position:absolute;
    width:100%;
    height:100%
}
.node-type-event .advanced-slider .thumbnail .caption .content{
    position:absolute;
    width:100%
}
.node-type-event .advanced-slider .thumbnail-scroller .arrows a{
    position:absolute;
    cursor:pointer
}
.node-type-event .advanced-slider .thumbnail-scroller .buttons{
    position:absolute;
    width:auto
}
.node-type-event .advanced-slider .thumbnail-scroller .buttons a{
    position:absolute;
    cursor:pointer;
    text-decoration:none
}
.node-type-event .advanced-slider-tooltip{
    position:absolute;
    z-index:9999
}
.node-type-event .glossy-square-gray .slide-wrapper{
    background-color:#F2F2F2;
    border:1px solid #E7E7E7
}
.node-type-event .glossy-square-gray .slide-arrows a{
    background:url(../images/arrows.html) no-repeat;
    width:64px;
    height:64px;
    top:50%;
    margin-top:-32px
}
.node-type-event .glossy-square-gray .slide-arrows a.previous{
    left:-32px
}
.node-type-event .glossy-square-gray .slide-arrows a.next{
    right:-32px;
    background-position:-64px 0
}
.node-type-event .glossy-square-gray .slideshow-controls{
    background:url(../images/playpause.html) no-repeat;
    width:64px;
    height:64px;
    top:50%;
    left:50%;
    margin-top:-32px;
    margin-left:-32px
}
.node-type-event .glossy-square-gray .slideshow-controls.pause{
    background-position:0 0
}
.node-type-event .glossy-square-gray .slideshow-controls.play{
    background-position:-64px 0
}
.node-type-event .glossy-square-gray .timer-animation{
    top:20px;
    right:20px
}
.node-type-event .glossy-square-gray .caption-container .background{
    background-color:#000;
    width:100%;
    height:100%
}
.node-type-event .glossy-square-gray .caption-container .caption{
    color:#FFF;
    margin:0;
    padding:8px;
    font-size:16px;
    line-height:18px
}
.node-type-event .glossy-square-gray .slide-buttons{
    margin-top:40px
}
.node-type-event .glossy-square-gray .slide-buttons .buttons-inner a{
    background:url(../images/buttons.html) no-repeat;
    width:14px;
    height:15px;
    margin:0 2px
}
.node-type-event .glossy-square-gray .slide-buttons .buttons-inner a.over{
    background-position:-14px 0
}
.node-type-event .glossy-square-gray .slide-buttons .buttons-inner a.select{
    background-position:-28px 0
}
.node-type-event .glossy-square-gray .slide-buttons .buttons-inner a .number{
    margin-top:2px;
    font-size:8px;
    line-height:10px;
    font-weight:700;
    color:#FFF
}
.node-type-event .glossy-square-gray .slide-buttons .buttons-inner a.over .number,.node-type-event .glossy-square-gray .slide-buttons .buttons-inner a.select .number{
    color:#FFF
}
.node-type-event .glossy-square-gray .slide-buttons .buttons-inner .thumbnail-wrapper{
    margin-bottom:10px
}
.node-type-event .glossy-square-gray .thumbnail{
    background-color:#FFF;
    border:3px solid #FFF;
    -moz-box-shadow:0 0 10px #AAA;
    -webkit-box-shadow:0 0 10px #AAA;
    box-shadow:0 0 10px #AAA;
    -ms-filter:"progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA')";
    filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA');
    background-size:100% 100%
}
.node-type-event .glossy-square-gray .thumbnail-scroller.horizontal{
    bottom:0;
    left:0;
    padding:0 50px;
    margin-top:30px
}
.node-type-event .glossy-square-gray .thumbnail-scroller.horizontal.overlay{
    bottom:80px;
    margin-top:0
}
.node-type-event .glossy-square-gray .thumbnail-scroller.vertical{
    right:0;
    top:0;
    padding:50px 0;
    margin-left:30px
}
.node-type-event .glossy-square-gray .thumbnail-scroller.vertical.overlay{
    right:80px;
    margin-left:0
}
.node-type-event .glossy-square-gray .thumbnail-scroller .thumbnail-wrapper{
    margin:5px;
    padding:4px
}
.node-type-event .glossy-square-gray .thumbnail-scroller .thumbnail.over,.node-type-event .glossy-square-gray .thumbnail-scroller .thumbnail.select{
    border:3px solid #FFF;
    -moz-box-shadow:0 0 10px #555;
    -webkit-box-shadow:0 0 10px #555;
    box-shadow:0 0 10px #555;
    -ms-filter:"progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
    filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')
}
.node-type-event .glossy-square-gray .thumbnail .caption .background{
    background-color:#000;
    filter:alpha(opacity=50);
    opacity:.5
}
.node-type-event .glossy-square-gray .thumbnail .caption .content{
    color:#FFF;
    font-size:12px;
    line-height:14px;
    text-align:center;
    padding:2px 0;
    margin:0
}
.node-type-event .glossy-square-gray .thumbnail-scroller .arrows a{
    background:url(img/home-slider-arrow.png) left bottom no-repeat rgba(0,0,0,0);
    width:28px;
    height:29px
}
.node-type-event .glossy-square-gray .thumbnail-scroller.vertical .arrows a{
    background:url(../images/arrows_v_small.html) no-repeat;
    width:30px;
    height:22px
}
.node-type-event .glossy-square-gray .thumbnail-scroller.horizontal .arrows a.previous{
    left:0;
    background-position:0 0
}
.node-type-event .glossy-square-gray .thumbnail-scroller.horizontal .arrows a.next{
    background-position:-37px 0;
    right:3px
}
.node-type-event .glossy-square-gray .thumbnail-scroller.vertical .arrows a.previous{
    top:0
}
.node-type-event .glossy-square-gray .thumbnail-scroller.vertical .arrows a.next{
    bottom:0;
    background-position:0 -22px
}
.node-type-event .glossy-square-gray .thumbnail-scroller .buttons a{
    background:url(../images/buttons_small.html) no-repeat;
    width:11px;
    height:12px;
    margin:2px
}
#portfolio,.last-btn{
    width:100%
}
.node-type-event .glossy-square-gray .thumbnail-scroller .buttons a.over{
    background-position:-11px 0
}
.node-type-event .glossy-square-gray .thumbnail-scroller .buttons a.select{
    background-position:-22px 0
}
.node-type-event .glossy-square-gray .thumbnail-scroller.horizontal .scrollbar{
    margin-top:30px
}
.node-type-event .glossy-square-gray .thumbnail-scroller.vertical .scrollbar{
    margin-left:30px
}
.tooltip{
    background-color:#DDD;
    margin-bottom:20px;
    border:4px solid #EEE;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px
}
.tooltip .content{
    color:#999;
    padding:10px;
    margin:0
}
.left-dot-bg,.right-dot-bg{
    margin-top:-135px;
    position:absolute
}
.timer-animation{
    display:none
}
.page-events a.read-more{
    float:left
}
.calheding span:first-child{
    background:url(../images/rupees-icon.jpg) 1px 5px no-repeat;
    padding-left:14px
}
.talk .fa,.talk h4{
    color:#de5e00
}
.talk h4,.talk h4 span{
    font-size:30px;
    font-family:Roboto-Regular
}
.talk p a{
    font-size:20px;
    color:#666;
    text-decoration:none
}
.left-dot-bg{
    left:0
}
.right-dot-bg{
    right:0
}
#terms-of-web ul{
    margin-top:0
}
#terms-of-web ul p{
    margin-bottom:7px
}
#terms-of-web ul li{
    list-style:none;
    display:inline-block;
    margin-right: 32px;
    margin-top:0;
    color:#000;
}
.saving-calculator .heading h1{
    font-family:Bangers,cursive;
    font-size:55px;
    text-shadow:4px 0 5px #a9a9a9;
    letter-spacing:3px;
    color:#000
}
.service .heading h1,.service .heading h1 span{
    font-family:Roboto-Regular;
    font-size:60px
}
.heading{
    font-family:Roboto-Regular
}
.service .heading{
    margin-bottom:10px
}
.service .heading h1 span{
    color:#eb7a1e;
    display:inline-block;
    font-weight:600
}
.front-home-lighting span{
    font-size:14px
}
@-webkit-keyframes flash{
    0%,100%,50%{
        opacity:1
    }
    25%,75%{
        opacity:0
    }
}
@keyframes flash{
    0%,100%,50%{
        opacity:1
    }
    25%,75%{
        opacity:0
    }
}
.faa-flash.animated,.faa-flash.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-flash{
    -webkit-animation:flash 2s ease infinite;
    animation:flash 2s ease infinite
}
.faa-flash.animated-hover.faa-fast:hover,.faa-flash.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-flash.faa-fast{
    -webkit-animation:flash 1s ease infinite;
    animation:flash 1s ease infinite
}
.faa-flash.animated-hover.faa-slow:hover,.faa-flash.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-flash.faa-slow{
    -webkit-animation:flash 3s ease infinite;
    animation:flash 3s ease infinite
}
.ppc-image{
    margin-top:80px
}
section.team-work{
    background-color:#c4efeb;
    padding-bottom:10px
}
.last-btn .g-recaptcha{
    text-align:-webkit-center
}
.contact-form .spideratcenter img{
    position:absolute;
    right:41%;
    top:-55px!important;
    padding-top:25p!important
}
.sitemapbg{
    background:url(../img/sitemapweb.png) no-repeat
}
.contact-form .well.text-center{
    padding:0!important
}
.sitemap-whatWeDo{
    margin-top:138px;
    margin-left:10px
}
.sitemap-websiteDesign{
    margin-top:195px
}
.sitemap-mobileUx{
    margin-top:280px
}
.sitemap-branding{
    margin-top:272px
}
.sitemap-onlineMarket{
    margin-top:204px;
    margin-left:0
}
.sitemap-contactUs{
    margin-top:26px
}
.sitemapbg ul{
    text-align:left;
    padding:3px
}
.sitemapbg span{
    display:block;
    background-color:#4b4845;
    padding:5px
}
.sitemapbg span a{
    color:#fff
}
.sitemapbg span a:hover{
    color:#ff780c
}
#portfolio{
    margin:100px auto 20px;
    max-width:1170px;
    position:relative;
    background-color:#336;
    padding:0
}
.packages{margin: 20px 0px;}
.pricing{background: linear-gradient(45deg, #ea791e, #FFC107);border-radius: 10px;padding: 2px;height: 120px;}
.pricing a{color: #fff;}
.pricing a h2{font-size: 24px;margin-top: 10px;}
.pricing a p{
    color: #fff;
    font-size: 20px;
}
.mandatory{
    text-align: right;
    display: block;
    padding-right: 10px;
}