@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
body{
    background-color:#f5f5f2 !important;
    padding:0px;
    margin:0px;
}
.white-outer{
    background-color:#fff;
    width:100%;
    border-bottom:1px solid #e1e1dc;
    box-shadow:0px -1px 5px #aaa;
    position:fixed;
    top:0px;
    z-index:10;
}
.greybg{
    background-color:#f5f5f2;
}
.phone{
    color:#808285;
    font-family: 'quanregular';
    font-size:18px;
    text-align:right;
    margin-left:0px;
    padding-top:30px;
    white-space: nowrap;
}
a{
    outline:0 !important;
}
.phoneTitle{
    color:#f5821f;
    font-size:18px;
    margin-bottom:0px;
    display: inline-block;
    margin-right: 5px;
}
.pandect-logo {
    text-align: right;
    margin-top: 30px;
}
.container {
    width:960px;
}
.nav ul li{
    display:inline-block;
}
.nav ul {
    margin-bottom:0px;
}
.nav{
    text-align:right;
    margin-right:-10px;
}
.nav ul li a:hover{
    color:#f58220 !important;
    text-decoration:none;
}
.nav ul.nav > li:first-child a{
    background-image:url(../images/home.png);
    background-repeat:no-repeat;
    width:12px;
    text-indent:100px;
    overflow:hidden;
    display:inline-block;
    vertical-align:top;
    height:20px;
    background-position:0px 3px;
}
.nav ul.nav li.active > a{
    background-position:0px -45px;
    color:#808285 !important;
}

.nav ul.nav > li:first-child a:hover{
    background-position:0px -21px;
}
.nav ul.nav li ul li:first-child a{
    background-image:none;
    width:auto;
    text-indent:0px;
    height:auto;
    padding-top:8px;
    overflow:visible;
    padding-bottom:5px;
}
.page49 img{
    max-width:100%;
}
.blogitem{
    margin-bottom:50px;
}
.nav ul.nav li a{
    color:#000;
    font-size:12px;
    background-color:transparent !important;
    text-transform:uppercase;
    font-family: 'ralewaymedium';
    display:block;
    padding:5px 20px 6px;
    letter-spacing:1px;
}
.nav ul.nav li{
    position:relative;
}
.nav ul.nav li ul{
    display:none;
    position:absolute;
    width:auto !important;
    left:0px;
    background-color:#fff;
    text-align:left;
    border-radius:0px !important;
    padding:5px 5px 11px;
    border:1px solid #e1e1dc;
    box-shadow:0px 2px 3px #aaa;
    margin:0px;
}
.nav ul.nav li ul li{
    padding:0px;
    margin:0px !important;
}
.nav ul.nav li ul li a{
    text-align:left;
    width:100%;
    white-space:nowrap;
    display:block;
    padding:5px 17px;
}
.nav ul.nav li:hover ul{
    display:block;
}
.list-group-item{
    border:none !important;
}
.logo{
    padding-top:34px;
    padding-bottom:27px;
}
.border-bottom{
    width:100%;
    padding-top:32px;
    border-bottom:1px solid #e1e1dc;
}
/*
.page54 .contentinner img,.page55 .contentinner img, .page56 .contentinner img, .page57 .contentinner img {
	max-width: 100%;
	height: auto;
}
/*
.contentinner img {
    max-width: 100%;
    height: auto;
}
*/
.page57 .contentinner img {
    max-width: 100%;
    height: auto;
}
.page1 .border-bottom{
    border-bottom:none;
}
.categoryList li{
    background-image:none !important;
}
.white-bottom{
    background-color:#fff;
    border-top:1px solid #e1e1dc;
    padding-top:48px;
    padding-bottom:32px;
    margin-top:40px;
}
.breadcrumbs a{
    color:#808285;
    font-size:11px;
}
.breadcrumbs a.active{
    color:#f58220;
}
.breadcrumbs{
    margin-top:5px;
    color:#808285;
    padding-bottom:5px;
}
/* Banner */
.bannerOverlay{
    background-color:rgb(225,225,225);
    background-color:rgba(225,225,225,0.8);
    margin-top:60px;
    width:340px;
    padding:28px 38px 30px 42px;
    margin-left:60px;
}
.bannerOverlay .bannerTitle{
    color:#5a5a5a;
    font-size:32px;
    font-family: 'ralewaymedium';
    line-height:40px;
}
.bannerOverlay .bannerDesc{
    font-size:15px;
    margin-top:12px;
    line-height:22px;
}
.alert{
   margin-bottom:10px;
}
.btn-primary{
    border:none !important;
}
.bannerOverlay .btn-primary{
    margin-top:44px;
}
.btn-primary{
    padding:11px 40px 12px 43px !important;
    width:219px !important;
    position:relative !important;
    font-size:15px !important;
    text-align:left !important;
}
.btn-primary:hover{
    background-color:#f6c917 !important;
}
.arrow{
    width:219px;
    position:relative;
    float:right;
}
.btn-primary:before,.arrow:before{
    content:" " !important;
    width:0px !important;
    position:absolute !important;
    display:block !important;
    top:13px;
    left:18px;
    border-left:8px solid #fff;
    z-index:5;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    height:0px;
}
.customSelect{
    background-image:url(../images/dropdown.png);
    background-repeat:no-repeat;
    background-position:top right;
    width:300px;
}
.homepageButton:hover:after{
    content:" ";
    width:100%;
    position:absolute;
    top:0px;
    z-index:1;
    padding-right:10px;
    height:100%;
    display:block;
    background-color:rgba(46,88,162,0.8);
}
.homepageButton img{
    max-width:460px;
}
.galleria-image-nav-right{
   background-image:url(../images/down.png);
    background-repeat:no-repeat;
    right:20px !important;
    top:0px !important;
    width:41px !important;
    height:30px !important;
}
.smlLogo{
    margin-top:8px;
    display:none;
}
.galleria-image-nav-left{
    background-image:url(../images/up.png);
    background-repeat:no-repeat;
    width:41px !important;
    height:30px !important;
    right:20px !important;
    top:auto !important;
    bottom:0px;
}
.galleria-thumbnails-container{
    bottom:55px !important;
    width:20px !important;
    right:25px !important;
    left:auto !important;
}
.galleria-thumbnails-container .galleria-image{
    width:8px !important;
    height:8px !important;
    background-color:#999 !important;
}
.galleria-thumbnails-container .galleria-image.active{
    background-color:#fff !important;
}
.blogFooter{
    padding:0px;
    margin:0px;
    margin-top:12px;
}
.blogFooter li {
    list-style:none;
    padding-left:0px;
    margin-bottom:7px;
    position: relative;
}
a.blogTitle{
    font-size:18px;
    font-family: 'ralewaymedium';
}
.blogFooter li a{
    color:#000;
    font-family: 'ralewaymedium';
}
.footerContact b{
    font-family: 'ralewaysemibold';
    font-weight:normal !important;
}
.footerContact{
    font-family: 'ralewaymedium';
}
.blogFooter li .blogMore{
    color:#f58220;
    padding-left:5px;
    position: relative;
    top: -6px;
}
.blogFooter li .articletitle{
    text-overflow: ellipsis;
    display:inline-block;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:370px;
}
.blogFooter li a:hover {
    color:#f58220;
}
.footerlogo{
    margin-top:73px;
    margin-left:1px;
}
/*Form*/
.form-control{
    height:auto !important;
    border:none !important;
    margin-bottom:20px;
    font-size:13px;
    padding:11px 10px !important;
    font-family:'ralewaylight';
    color:#000;
}
label{
    color:#2854a1;
    font-weight:normal !important;
    font-family: 'ralewaymedium';
}
label .light{
    font-family:'ralewaylight';
    margin-left:10px;
    display:inline-block;
}
.star{
    color:#f58220;
}
.requiredFields{
    color:#f58220;
    float:right;
}
.reload{
    display:inline-block;
    margin-left:20px;
}
.smlBoxes:hover:after{
    width:100%;
    z-index:5;
    margin-left:-18px;
    margin-right:-18px;
    height:158px;
    top:0px;
    position:absolute;
    content:" ";
    display:block;
    background-color:rgba(46,88,162,0.8);
}
.spacer{
    height:32px;
}
.copyright{
    display:inline-block;
    vertical-align:top;
}
.websiteBy{
    display:inline-block;
    vertical-align:top;
    padding-top:19px;
}
.blackFooter{
    background-color:#0f0f0f;
    padding:17px 0px;
    color:#fff;
    font-size:11px;
}
.blackFooter a{
    text-transform:uppercase;
    margin-left:14px;
    margin-right:14px;
}
fieldset{
    width:100%;
}
.dl-menuwrapper{
    display:none;
}
.copyright{
    display:inline-block;
    vertical-align:top;
    margin-right:13px;
    padding-top:19px;
}
.centered{
    text-align:center;
}
.websiteBy{
    display:inline-block;
    vertical-align:top;
}
.websiteBy a {
    margin-left: 5px !important;
}
.modal-content {
    padding: 30px;
}
.modal-header p {
    font-family: 'ralewaysemibold';
    font-size: 15px;
    line-height: 22px;
}
.modal-content .btn-primary {
    width: auto !important;
    padding: 10px 20px !important;
}
.modal-content .btn-default:hover {
    color: #ffffff;
    background-color: #f6c917;
    border-color: #f6c917;
}
.modal-content-wrapper {
    min-height: 150px;
}

.footerTitle {
    color:#f58220;
    font-weight: bold;
}

@media (min-width:749px) and (max-width: 980px){ /*Tablet*/
    .container{
        width:768px;
    }
    #captcha{
        width:180px !important;
    }
    .slideshow-galleria,.galleria-container{
        height:337px !important;
    }
    .bannerOverlay .bannerTitle{
        font-size:35px;
        line-height:32px;
    }
    .bannerOverlay .bannerDesc{
        font-size:12px;
        line-height:18px;
        margin-top:9px;
    }
    .bannerOverlay {
        width:270px;
        margin-top:48px;
        margin-left:48px;
        padding:22px 33px;
    }
    .bannerOverlay .btn-primary{
        width:190px !important;
        margin-top:23px !important;
    }
    .phone{
        margin-left:55px;
        margin-right:-2px;
    }
    .nav{
        margin-right:-12px;
    }
    .footerContact{
        font-size:11px;
    }
    .homepageButton{
        width:364px !important;
    }
    .view:before{
        left:20px;
        border-bottom:4px solid transparent;
        border-left:7px solid #fff;
        top:8px;
        border-top:4px solid transparent;
    }
    .homepageButtonTitle{
        font-size:20px;
        line-height:18px;
        padding:9px 20px;
        width:172px;
        bottom:49px;
        min-height:55px;
    }
    .view{
        margin-left:-20px;
        margin-top:10px;
        padding-right:5px;
        top:45px;
        width:85px;
        padding-left:39px;
        font-size:12px !important;
    }
    .homepageButton img{
        width:364px !important;
        height:auto !important;
    }
    .smlBoxes{
        width:170px;
        padding:0px 16px;
    }
    .smlBoxes img{
        width:170px !important;
        margin-left:-16px;
        margin-right:-16px;
    }
    .smlBoxes:hover:after{
        height:123px;
        margin-left:-16px;
        margin-right:-16px;
    }
    .viewProducts{
        margin-left:-16px;
    }
    .blogFooter li a:first-child{
        width:290px;
    }
}
@media (max-width:750px) { /*Mobile*/
    .container{
        width:324px;
    }
    .dl-menuwrapper{
        display:block;
    }
    .nav{
        display:none;
    }
    .smlLogo{
        display:block !important;
    }
    .dl-menuwrapper button{
        float:right;
        padding:3px 0px 0px;
    }
    .logo{
        display:none;
    }
    .white-outer{
        padding:10px 0px 13px;
        position:static;
    }
    .phone{
        padding-top:0px;
        top:-41px;
        left:154px;
        font-size:20px;
        z-index:10;
        line-height:10px;
        position:absolute;
    }
    .phone .phoneTitle{
        font-size:17px;
        margin-bottom:4px;
    }
    .bannerModule{
        height:0px;
        overflow:hidden;
    }
    .homepageButton img{
        width:304px;
        height:auto;
    }
    .border-bottom{
        padding:0px !important;
    }
    .Heading-1, h1{
        font-size:28px;
        line-height:25px;
        margin-bottom:8px;
    }
    .leading-text{
        font-size:13px;
        line-height:20px;
    }
    #dl-menu{
        z-index:11;
        float:right;
    }
    #dl-menu ul.nav{
        padding: 3px 0px;
    }
    #dl-menu ul {
        background-color:#fff;
        z-index:11;
        text-align:left;
        top:41px;
        right:0px;
        border:none;
        position:absolute;
        box-shadow:none;
        width:305px;
    }
    #dl-menu ul ul {
        top:0px !important;
        position:static;
    }
    #dl-menu ul .dropdown-submenu > a{
        background-image:url(../images/arrow.png);
        background-repeat:no-repeat;
        background-position: 271px 16px;
    }
    #dl-menu ul .dl-back a{
        background-image:url(../images/arrowbk.png);
        background-repeat:no-repeat;
        background-color:transparent;
        background-position:28px 16px;
        padding-left:50px;
    }
    .homepageButtonTitle{
        font-size:17px;
        width:144px;
        padding:6px 15px 2px;
        line-height:17px;
        min-height:42px;
        bottom:40px;
    }
    .view:before{
        left:17px;
        border-top:3px solid transparent;
        border-left:6px solid #fff;
        top:7px;
        border-bottom:3px solid transparent;
    }
    .view{
        font-size:10px !important;
        margin-left:-15px;
        padding-left:34px;
        padding-top:1px;
        padding-bottom:1px;
        margin-bottom:-21px;
        margin-top:6px;
        top:36px;
        width:70px;
    }
    #dl-menu ul a{
        color:#000;
        background-color:#fff !important;
        text-transform:uppercase;
        font-family:'ralewaymedium';
        padding:13px 28px;
        font-size:12px;
    }
    .white-bottom{
        padding-top:26px;
    }
    .blogFooter{
        font-size:12px;
        margin-top:10px;
    }
    .blogFooter li a:first-child{
        text-overflow: ellipsis;
        display:inline-block;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        overflow:hidden;
        white-space: nowrap;
        width:240px;
    }
    .blogFooter li .blogMore{
        padding-right:0px;
    }
    .footerContact{
        font-size:12px;
        margin-top:24px;
    }
    .footerlogo{
        margin-top:40px;
    }
    .blackFooter .copyright,.blackFooter .websiteBy{
        text-align:left;
        font-size:9px;
        padding-top:7px;
    }
    .blogFooter li{
        margin-bottom:5px;
    }
    .blackFooter{
        font-size:11px;
        padding-top:14px;
    }
    .blackFooter .websiteBy{
        padding-top:0px;
        margin-top:-2px;
    }
    .smlBoxes{
        width:100%;
    }
    .smlBoxes img{
        width:304px !important;
        height:auto !important;
    }
    .smlBoxes:hover:after{
        height:220px !important;
    }
    .col-2{
        padding-top:20px;
    }
    body{
        font-size:12px;
    }
    .captcha:before{
        content:" ";
        background-color:#fff;
        display:inline-block;
        width:52px;
        height:50px;
        vertical-align:top;
    }
    .captcha:after{
        content:" ";
        background-color:#fff;
        display:inline-block;
        width:52px;
        height:50px;
        vertical-align:top;
    }
    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
        background-color:transparent !important;
    }
    h1, .Heading-1{
        margin-top:10px !important;
    }
    .blogitem{
        height:305px;
        margin-bottom:20px;
        overflow:hidden;
    }
    .captcha:after, .captcha:before{
        width:0px;
        height:0px;
    }
    .col-md-6{
        width:100% !important;
        display:block !important;
    }
    #captcha{
        margin-bottom:10px;
    }
    .customSelect{
        width:100%;
        width:100%;
    }
    .pandect-logo {
        display: none;
    }
    .phoneTitle {
        display: block;
    }
}