@import 'custom.css';
@import 'auto_jquery-ui.css';

/* Loading Screen Css Start */
.searchpage{ padding-top:120px;}
.formbox{ overflow:hidden;}
.loadingOverlay {position:fixed;top:0;left:0;width:100%;height:100%;z-index:6;display:block; background-color:rgb(255, 255, 255, 1)}
.popupBox {background:#FFFFFF;position:fixed;top:50%;left:50%;width:400px;margin:-130px 0 0 -200px;z-index:7;display:none;
	-webkit-transition: none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
}
.popupBox div, .loadingOverlay {
	-webkit-transition: none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
}
.popupBox.loadingPopup {position:fixed;top:50%;left:50%;width:650px;margin:-130px 0 0 -325px;z-index:7; border: 1px solid #ccc; border-radius:5px;}  
.popupBox.loadingPopup .popupInner {padding:25px;text-align:center;} 
.popupBox.loadingPopup .popupInner p {margin-bottom:8px;}
.loadingPopup {font-size:20px;color:#000000;font-weight:300;}
.loadingPopup p img {margin:0 10px;}
.hourImg {text-align:center;margin:35px 0 20px 0;} 
.popupInner p.callNowTxt {font-weight:400;margin:0;} 
.callNowTxt span {font-size:26px;color:#f39c12;font-weight:700;}
#noTrespassingOuterBarG{ height:8px;  width:100%; overflow:hidden; background-color:#1e1e1e; margin:auto; position:absolute;top:0;left:0;}

.noTrespassingBarLineG{ background-color:#f39c12; float:left; width:10px; height:705px; margin-right:18px; margin-top:-165px; ransform:rotate(45deg);  transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg);  -moz-transform:rotate(-45deg);}

.noTrespassingAnimationG{
     width:1387px;
     animation-name:noTrespassingAnimationG;
         -o-animation-name:noTrespassingAnimationG;
         -ms-animation-name:noTrespassingAnimationG;
         -webkit-animation-name:noTrespassingAnimationG;
         -moz-animation-name:noTrespassingAnimationG;
     animation-duration:2s;
         -o-animation-duration:2s;
         -ms-animation-duration:2s;
         -webkit-animation-duration:2s;
         -moz-animation-duration:2s;
     animation-iteration-count:infinite;
         -o-animation-iteration-count:infinite;
         -ms-animation-iteration-count:infinite;
         -webkit-animation-iteration-count:infinite;
         -moz-animation-iteration-count:infinite;
     animation-timing-function:linear;
         -o-animation-timing-function:linear;
         -ms-animation-timing-function:linear;
         -webkit-animation-timing-function:linear;
         -moz-animation-timing-function:linear;
}



@keyframes noTrespassingAnimationG{
     0%{
         margin-left:0px;
     }

     100%{
         margin-left:-223px;
     }
}

@-o-keyframes noTrespassingAnimationG{
     0%{
         margin-left:0px;
     }

     100%{
         margin-left:-223px;
     }
}

@-ms-keyframes noTrespassingAnimationG{
     0%{
         margin-left:0px;
     }

     100%{
         margin-left:-223px;
     }
}

@-webkit-keyframes noTrespassingAnimationG{
     0%{
         margin-left:0px;
     }

     100%{
         margin-left:-223px;
     }
}

@-moz-keyframes noTrespassingAnimationG{
     0%{
         margin-left:0px;
     }

     100%{
         margin-left:-223px;
     }
}
/* Loading Screen Css End */
@media only screen and (max-width: 639px){
.popupBox.loadingPopup { width:90%; left:0; top:30%; margin:0 10px;}
.searchpage {
    padding-top:20px;
}
}