/* =====================
   desktop
   min-width: 768px;
   max-width: 1024px;

===================== */
body {
    font-family: 'Roboto', sans-serif;
    background: url(../img/bg_tiles.2.jpg) 0 0 / cover!important;
}

.authPage {
    min-height: 100%;
}

.signupFormContainer {
    min-height: 100%;
}

.signupFormContainer {
    padding: 60px 0 20px;
}

.authPage{
    perspective:initial;
}
.loginFun {
    display: none;
}

img#bgImageBussiness {
    display: none;
}

#bg_Overide {
    position: fixed;
    top: 0;
    left:0;
    bottom:0;
    right:0;
}

.align_form {
    position: absolute;
    z-index: 99;
}

.blur {
    position: relative;
    margin: auto;
    bottom: 0;
}

.signin-box.signup {
    width: 400px;
}

.signin-box {
    padding: 30px;
}

    .signin-box .slim-logo {
        margin-bottom: 15px;
    }

.block {
    padding-top: 200px;
}

.signin-title-secondary {
    margin-bottom: 15px;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .block {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .block {
        display: none;
    }

    .align_form {
        position: absolute;
        z-index: 99;
        left: 20%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .block {
        display: block;
    }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .block {
        display: block;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .block {
        display: block;
    }
}

.modal-backdrop.fade.show {
    height: 100%;
}

/*body {
    padding: 2em;
}*/

body {
    font-family: 'Roboto', sans-serif;
    background: url(../img/bg_tiles.2.jpg) 0 0 / cover !important;
}
/* Shared */

.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 10px 0 40px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 12px;
    color: #FFF;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-top: 6px;
    min-width: 2.78572em;
    line-height: 2.78572;
    outline-width: 0;
    padding: 0 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .15s, border-color .15s, color .15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.signupForm__form {
    max-width: 100%;
    width: 370px;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}
/* Facebook */

.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }
/* Google */

.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}

    .loginBtn--google:before {
        border-right: #BB3F30 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        background: #E74B37;
    }

.otherDeviceDisplay .specificlanguage {
    right: 0;
    margin: 0 20px 10px 0;
}


/*Page loader starts here*/
.overlay_pageloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: 0.5;
}

.loaderParent {
    width: 80px;
    margin: 0 auto;
}

.display_none {
    display: none;
}

#loader {
    position: fixed;
    top: 50%;
    margin: -50px auto 0;
    width: 80px;
    z-index: 99999;
}
/*Page loader ends here*/


/* not empty but valid */
.form__inputContainer input:not(.input-empty):valid + label.form__label {
    font-size: 11px;
    top: 8px;
}

/* not empty but invalid */

.form__inputContainer input:not(.input-empty):invalid + label.form__label {
    font-size: 18px;
    top: 20px;
}


#chkRememberMeLogin {
    /*width: 20px;*/
    height: 22px;
}

#chkRememberMeLogintxt {
    vertical-align: top;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #latest-work .block .recent-work-pic ul li .overlay {
        top: 12px;
        left: 25px;
        bottom: 12px;
        right: 25px;
    }

    #team .team-overlay {
        padding: 10px;
    }
}



/* =====================

   Tablets
   min-width: 640px;
   max-width: 767px;

===================== */

@media (min-width: 640px) and (max-width: 767px) {
    #team .col {
        padding: 0 137px;
        margin-bottom: 20px;
    }

    #pricing-table .col {
        margin-bottom: 20px;
    }

    #contact-form .col {
        margin-bottom: 20px;
    }

    #blog-left .blog-img .col-md-6 img {
        margin-bottom: 20px;
    }
}



/* =====================

   Small Devices
   min-width: 320px;
   max-width: 479px;

===================== */


@media (min-width: 320px) and (max-width: 479px) {
    #banner {
        text-align: center;
    }

        #banner .block .buttons a:first-child {
            margin-left: 7px;
            /*margin-bottom: 10px;*/
        }

    #latest-work .block .recent-work-mixMenu ul li {
        display: block;
    }

    #latest-work .block .recent-work-pic ul li .overlay {
        top: 5px;
        left: 20px;
        bottom: 5px;
        right: 20px;
    }

        #latest-work .block .recent-work-pic ul li .overlay h3 {
            font-size: 14px;
        }

        #latest-work .block .recent-work-pic ul li .overlay i {
            top: 34%;
            font-size: 23px;
        }

    #testimonial .col {
        padding: 20px;
        text-align: center;
    }

    #testimonial .media .media-left {
        display: block;
        padding-right: 0;
    }

        #testimonial .media .media-left a {
            height: 78px;
            width: 78px;
            margin: 0 auto;
        }

    #testimonial .media .media-body {
        padding-right: 0;
    }

    #team .col {
        margin-bottom: 20px;
    }

    #pricing-table .col {
        margin-bottom: 20px;
    }

    #contact-form .col {
        margin-bottom: 20px;
    }

    #blog-left .block .blog-comment .comment-img,
    #blog-left .blog-comment-main .blog-comment .comment-img,
    #blog-left .blog-comment-main .sub-blog-comment .comment-img {
        float: none;
    }

    #blog-left .blog-comment-main .sub-blog-comment {
        margin-left: 0;
    }

    #blog-left .blog-img .col-md-6 img {
        margin-bottom: 20px;
    }
}


/* =====================

   Small Devices
   min-width: 320px;
   max-width: 768px;

===================== */


@media screen and (min-device-width:320px) and (max-device-width:768px) and (orientation : portrait) {
    .title h2::before,
    .title h2::after {
        top: 6px;
    }

    .title h2 {
        font-size: 15px;
    }

    /*#portfolio .block .recent-work-pic ul li:hover .overlay h3 {
        bottom: 25%;
        font-size: 10px;
    }*/

    #video-background {
        width: 100%;
        height: auto;
        min-height: initial;
    }

    #banner .block h1 {
        font-size: 20px;
    }

    #banner {
        padding: 100px 0;
    }

        #banner .block .buttons {
            margin-top: 0px;
        }

    .navbar-toggle {
        border-color: #13bfe3;
    }

        .navbar-toggle .icon-bar {
            border-color: #13bfe3;
            background: #13bfe3;
        }

    #navigation {
        background-color: #202322;
    }

    .languagepicker {
        position: initial;
    }

    .title p {
        text-align: justify;
    }

    #features {
        padding: 30px 0 30px;
    }

    #counter,
    #contact-form {
        padding: 30px 15px;
    }

    .col-md-4,
    .col-xs-6,
    .col-sm-6 {
        width: 100%;
    }

    #portfolio,
    #play-video,
    #testimonial {
        padding: 30px 0px;
    }

    .carousel-inner .title p {
        margin: 0 20px;
    }

    .col-md-12.footer-nav .col-md-4.col-md-push-1 {
        text-align: center !important;
    }

    .navbar-brand {
        padding-left: 15px;
    }

    .modal-content {
        width: 100% !important;
    }

    #forgetPasswordLink {
        display: block;
    }

    .authPage {
        min-height: initial;
        perspective: initial;
    }

    .modal-open {
        overflow: auto;
    }

    .modal.fade.show {
        display: block;
    }

    .modal.show .modal-dialog {
        width: 100%;
        top: 20px;
        margin: 0;
        padding: 10px;
        position: absolute;
        display: block;
    }
}

@media screen and (min-device-width:320px) and (max-device-width:768px) and (orientation : landscape) {
    #navigation.navbar-fixed-top {
        position: absolute;
    }

    .title h2 {
        font-size: 25px;
        top: 12px;
    }

    .navbar-brand {
        padding-left: 15px;
    }

    #navigation {
        background-color: #202322;
    }

    .navbar-toggle {
        border-color: #13bfe3;
    }

        .navbar-toggle .icon-bar {
            border-color: #13bfe3;
            background: #13bfe3;
        }

    #video-background {
        width: 100%;
        height: auto;
        min-height: initial;
    }

    #banner .block h1 {
        font-size: 20px;
    }

    #banner {
        padding: 100px 0;
    }

        #banner .block .buttons {
            margin-top: 0px;
        }

    .languagepicker {
        position: initial;
    }

    .title p {
        text-align: justify;
    }

    #features {
        padding: 30px 0 30px;
    }

    #counter,
    #contact-form {
        padding: 30px 15px;
    }

    #portfolio,
    #play-video,
    #testimonial {
        padding: 30px 0px;
    }

    #contact-form .title p {
        text-align: center;
    }

    .col-md-12.footer-nav .col-md-4.col-md-push-1 ul li {
        float: left;
        padding: 10px;
    }



    .modal-content {
        width: 100% !important;
    }

    .authPage {
        min-height: initial;
        perspective: initial;
    }

    .modal-open {
        overflow: auto;
    }

    .modal.fade.show {
        display: block;
    }

    .modal.show .modal-dialog {
        width: 100%;
        top: 20px;
        margin: 0;
        padding: 10px;
        position: absolute;
        display: block;
    }
}


/* =====================

   Small Devices
   min-width: 768px;
   max-width: 1024px;

===================== */


@media screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation : portrait) {
    /*.navbar-right{
        float:none!important;
    }*/
    .ipad_display {
        display: block;
    }

    .otherDeviceDisplay {
        display: none;
    }

    .ipad_display > .languagepicker {
        right: 0;
        position: absolute;
    }

    #navigation {
        background: transparent;
    }

    .footer-nav .col-sm-4 {
        width: 33.33333333%;
    }

    .ipad_display > .languagepicker {
        background-color: #202322;
        z-index: 99;
    }

    .modal.show .modal-dialog {
        top: 10%;
    }

    .col-md-4, .col-xs-6, .col-sm-6 {
        width: 50%;
    }
}


@media screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation : landscape) {
    /*.navbar-right {
        float: none !important;
    }*/
    .navbar-header {
        float: none;
    }

    .ipad_display {
        display: block;
    }

    .otherDeviceDisplay {
        display: none;
    }

    .ipad_display > .languagepicker {
        right: 0;
        position: absolute;
    }

    #navigation {
        .signupForm__form background: transparent;
    }

    .footer-nav .col-sm-4 {
        width: 33.33333333%;
    }

    .ipad_display > .languagepicker {
        background-color: #202322;
        z-index: 99;
    }
}
