/* =======================================================================
Zerif -One Page Respossive HTML5 Template
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    font-size: 13px;
    font-family: 'Century Gothic', 'Montserrat', 'sans-serif';
    color: #808080;
    font-weight: normal;
    overflow-x: hidden;
    line-height: 25px;
    text-align: center;
}

    html, body, body > form {
        height: 100% !important;
    }

        body > form {
            position: relative;
        }

.font-content {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* Other fixes*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

i {
    vertical-align: middle;
}

ul, ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}
/* Selection colours (easy to forget) */
::-moz-selection {
    background: #FC6D6D;
    color: #FFF;
}

::selection {
    background: #FC6D6D;
    color: #FFF;
}

::-moz-selection {
    background: #FC6D6D;
    color: #FFF;
}


.alz a {
    color: #64338C;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

.alz .home-image {
    background-image: url("../../../Images/Home_Alz.jpg");
    background-size:cover;
    position:relative;
}

.alz .home-image::before{
    opacity:0.3;
    background-color:#000000;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    content: " ";
}

.scotqr a {
    color: #2F76A6;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

.scotqr .home-image {
    background-image: url("../../../Images/Home_Scot.jpg");
    background-size: cover;
    position: relative;
}

    .scotqr .home-image::before {
        opacity: 0.3;
        background-color: #000000;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        content: " ";
    }

.cps a {
    color: #2F76A6;
    -webkit-transition: all 700ms;
    transition: all 700ms;
}

.cps .home-image {
    background-image: url("../../../Images/Home-CPS.jpg");
    background-size: cover;
    position: relative;
}

    .cps .home-image::before {
        opacity: 0.3;
        background-color: #000000;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        content: " ";
    }


.cps .login-box {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFFCC;
    border-radius: 5px;
    color: #333333;
    font-weight: bold;
}

    .cps .login-box .patient-img {
        margin-bottom: 10px;
        background-image: url("../../../Images/default_patient_sm.png");
        width: 200px; /*margin-top:10px;*/
        height:130px;
        background-repeat:no-repeat;
        background-position:center;
    }



.cps .login-box .contrast-text {
    color: #333333;
}

    .cps .login-box a, .cps .login-box a:link, .cps .login-box a:visited, .cps .login-box a:hover, .cps .login-box a:active {
        color: #333333;
    }
        .cps #home.header .login-box a, .cps #home.header .login-box a:link, .cps #home.header .login-box a:visited, .cps #home.header .login-box a:hover, .cps .login-box a:active {
            color: #333333;
            font-weight:bold;
        }

    .cps .login-box .field input, .cps .login-box .field select {
        border:1px solid #333;
        color:#333333;
    }
.cps .login-box input::placeholder {
    color: #333333 !important;
}

    .cps .login-box .placeholder-container:focus {
        border: 1px solid;
        border-color: #333333 !important;
    }
    .cps .login-box .placeholder-container:hover {
        border: 1px solid;
        border-color: #333333 !important;
    }

.cps .login-btn:hover {
    color: #FFFFFF;
    background-color: #2F76A6;
    border-color: #2F76A6;
}
cps.login-btn, cps.login-btn:active {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

    .cps.login-btn:hover, cps.login-btn:focus {
        border: 2px solid #FF66B4;
        background: #89CFF0;
        color: #FFFFFF;
    }

        a {
            color: #ff3399;
            -webkit-transition: all 700ms;
            transition: all 700ms;
        }

    a, a:hover {
        text-decoration: none;
    }

        a:hover {
            color: #cb4332;
        }

p {
    margin: 0;
}

.full-width {
    width: 100%;
    margin: auto;
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h1, h2 {
    font-weight: 700;
    text-transform: uppercase;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px !important;
    line-height: 55px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 16px;
}

/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/

.buttons {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 45px;
}

.button {
    display: inline-block !important;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 35px 10px 35px;
    border-radius: 4px;
    margin: 10px;
}

.custom-button {
    display: inline-block !important;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 35px 13px 35px;
    border-radius: 4px;
    margin: 10px;
    border: none;
}

.login-btn, .login-btn:active {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

    .login-btn:hover, .login-btn:focus {
        border: 2px solid #FF66B4;
        background: #FF66B4;
        color: #FFFFFF;
    }

.pink-btn {
    background: #FF66B4;
}

    .pink-btn:hover {
        background: #FF66D4;
    }

.red-btn {
    background: #ff3399;
}

.scotqr .red-btn {
    background: #2F76A6;
}
.cps .red-btn {
    background: #2F76A6;
}

.alz .red-btn {
    background: #64338C;
}

.green-btn {
    background: #20AA73;
}

.blue-btn {
    background: #333333;
}

.yellow-btn {
    background: #E7AC44;
}

.red-btn, .green-btn, .blue-btn, .yellow-btn {
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blue-btn:hover {
        color: #FFF;
        background: #1288b9;
    }

    .red-btn:hover {
        color: #FFF;
        background: #cb4332;
    }

    .green-btn:hover {
        color: #FFF;
        background: #069059;
    }

    .yellow-btn:hover {
        color: #FFF;
        background: #d8951e;
    }

/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/

/** BACKGROUNDS **/
.red-bg {
    background: #e96656;
}

.green-bg {
    background: #34d293;
}

.blue-bg {
    background: #3ab0e2;
}

.yellow-bg {
    background: #E7AC44;
}

.dark-bg {
    background: #404040;
}

.white-bg {
    background: #FFFFFF;
}

/** FOR TEXTS AND ICON FONTS **/
.red-text {
    color: #e96656;
}

.green-text {
    color: #34d293;
}

.blue-text {
    color: #00a1e4;
}

.yellow-text {
    color: #f7d861;
}

.dark-text {
    color: #404040;
}

.white-text {
    color: #FFFFFF;
}

    .white-text:hover {
        color: #EEE;
    }

.red-text {
    color: #ff3300;
}

/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/

.white-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 50%;
    height: 2px;
    background: #F5F5F5;
    bottom: -9px;
    left: 25%;
}

.dark-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 50%;
    height: 2px;
    background: #404040;
    bottom: -9px;
    left: 25%;
}


.alz .red-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #64338C;
    bottom: -9px;
    left: 12.5%;
}

.cps .red-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #2F76A6;
    bottom: -9px;
    left: 12.5%;
}
.scotqr .red-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #2F76A6;
    bottom: -9px;
    left: 12.5%;
}

.red-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #ff3399;
    bottom: -9px;
    left: 12.5%;
}

.green-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #34d293;
    bottom: -9px;
    left: 12.5%;
}

.blue-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #3ab0e2;
    bottom: -9px;
    left: 12.5%;
}

.yellow-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #f7d861;
    bottom: -9px;
    left: 12.5%;
}

/*---------------------------------------
 **   FORM                           -----
-----------------------------------------*/

.input-box {
    border: 0;
    width: 274px;
    text-align: left;
    text-transform: none;
    padding: 9px;
    min-height: 46px;
    padding-left: 15px;
    display: inline-block;
    border-radius: 4px;
    background: rgba(255,255,255, 0.95);
}

.textarea-box {
    border: 0;
    text-align: left;
    text-transform: none;
    padding: 9px;
    min-height: 250px;
    padding-left: 15px;
    display: inline-block;
    border-radius: 4px;
    background: rgba(255,255,255, 0.95);
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
    outline: 0 !important;
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

::-webkit-input-placeholder {
    color: white;
}

:-moz-placeholder { /* Firefox 18- */
    color: white;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

:-ms-input-placeholder {
    color: white;
}
/*---------------------------------------
 **   SECTION HEADERS                -----
-----------------------------------------*/

/*** SECTION HEADERS ***/

.focus, .tour, .benefits, .features, .packages, .products, .testimonial {
    padding-top: 100px;
}


.section-header {
    text-align: center;
    margin-bottom: 40px;
}

    .section-header h2 {
        padding-bottom: 10px;
        line-height: 40px;
        position: relative;
        display: inline-block;
    }

    .section-header h6 {
        font-size: 16px;
    }

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                 -----
=========================================
-----------------------------------------*/

/*---------------------------------------
 **   SECTION:  HOME                  -----
-----------------------------------------*/

.header {
    background-color: #FF69B4;
    min-height: 775px;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}
.alz .header {
    padding-top: 75px;
}
.scotqr .header {
    padding-top: 75px;
}

.cps .header {
    padding-top: 75px;
}
#home.header {
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
}

    #home.header a, #home.header a:link, #home.header a:visited, #home.header a:hover, #home.header a:active {
        color: #FFFFFF;
    }

        #home.header a:hover {
            text-decoration: underline;
        }

    #home.header > .inner-container {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        text-align: center;
    }

#inner.header {
    background: rgba(255, 255, 255, 0.85);
    padding-top: 120px;
    padding-bottom: 40px;
}

    #inner.header .navpath {
        position: absolute;
        top: 75px;
        right: 0px;
        left: 0px;
        margin: auto;
        text-align: right;
        padding-right: 90px;
    }



        #inner.header .navpath .current-page a {
            color: #00A1E4;
        }

        #inner.header .navpath .controls {
            position: absolute;
            top: 0px;
            right: 15px;
        }

            #inner.header .navpath .controls i {
                cursor: pointer;
            }

#main-nav ul.social {
    margin-bottom: 0px;
    margin-right: -15px;
}

    #main-nav ul.social li.company-logo {
        margin-right: 15px;
    }

.header .buttons {
    text-align: left;
}

.header ul.key {
    margin-top: 30px;
}

    .header ul.key li {
        background-color: rgba(255, 255, 255, 0.7);
        text-align: right;
        margin-bottom: 5px;
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.2em;
        color: #00A1E4;
        cursor: pointer;
        position: relative;
    }

        .header ul.key li:hover {
            background-color: rgba(255, 255, 255, 1);
        }

        .header ul.key li .brief {
            position: absolute;
            font-size: 0.8em;
            color: #666666;
            left: 0px;
            top: 0px;
            z-index: 1;
            width: 50%;
            background-color: #FFFFFF;
            text-align: justify;
            max-height: 0px;
            transition: 0.4s all linear;
            overflow: hidden;
        }

            .header ul.key li .brief p {
                margin: 10px;
                padding: 0px;
                line-height: 1.3em;
            }

        .header ul.key li:hover .brief {
            max-height: 500px;
        }

/*----  SECTION:  HOME > TOP BAR   ----*/
.navbar {
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    border: 0;
    border-radius: 0 !important;
    text-align: left;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    font-family: 'Century Gothic', 'Montserrat', 'sans-serif';
}

.alz .navbar{
    margin-bottom:0px;
}

    .navbar ul.main-nav-list {
        margin-top: 20px;
    }

#main-nav {
    position: absolute;
    width: 100%;
    z-index: 1000;
    min-height: 75px;
    background-color: #FFFFFF;
}

    #main-nav.fixed {
        position: fixed !important;
        top: 0;
    }

    #main-nav .controls {
        position: fixed;
        top: 8px;
        right: 10px;
        z-index: 10000;
    }

        #main-nav .controls i {
            font-size: 1.1em;
            cursor: pointer;
            color: #00A1E4;
        }

            #main-nav .controls i.disable {
                color: #888888;
            }

.navbar-inverse .navbar-nav > li {
    display: inline;
    margin-right: 20px;
    margin-top: 0px;
}

    .navbar-inverse .navbar-nav > li:last-child {
        margin-right: 0 !important;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #333333;
        padding: 0;
        line-height: 35px;
        font-size: 1.1em;
    }

.navbar-brand {
    height: 76px;
    position: relative;
    cursor: default;
}

    .navbar-brand .powered-by {
        font-size: 8px;
        line-height: 10px;
        margin-top: 2px;
        text-align: right;
        color: rgb(119, 119, 119) !important;
    }

.navbar-inverse .navbar-brand:hover .powered-by, .navbar-inverse .navbar-brand:focus .powered-by {
    color: rgb(119, 119, 119);
}

.scotqr .pink-text {
    color: #2F76A6;
}
.cps .pink-text {
    color: #2F76A6;
}

.alz .pink-text {
    color: #64338C;
}

.pink-text {
    color: #FF3399;
}

.alz .current a {
    color: #64338C !important;
    position: relative;
    outline: none;
}

.alz .current:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #64338C;
    bottom: 3px;
    left: 12.5%;
}

.alz .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #64338C;
    outline: none;
}

.cps .current a {
    color: #2F76A6 !important;
    position: relative;
    outline: none;
}

.cps .current:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #2F76A6;
    bottom: 3px;
    left: 12.5%;
}

.cps .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #2F76A6;
    outline: none;
}
.scotqr .current a {
    color: #2F76A6 !important;
    position: relative;
    outline: none;
}

.scotqr .current:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #2F76A6;
    bottom: 3px;
    left: 12.5%;
}

.scotqr .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #2F76A6;
    outline: none;
}

.current a {
    color: #ff3399 !important;
    position: relative;
    outline: none;
}

.current:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #ff3399;
    bottom: 3px;
    left: 12.5%;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ff3399;
    outline: none;
}

.navbar-toggle {
    border: 0;
    background-color: #808080;
    margin-top: 23px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #e96656;
    filter: alpha(opacity=100);
    opacity: 1;
}

/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/
.intro {
    text-align: left;
    color: #FFF;
    /*margin-top: 15%;*/
    line-height: 65px;
    z-index: 0;
    text-transform: lowercase;
    font-size: 55px;
    font-weight: 300;
    font-family: 'Century Gothic', 'Montserrat', 'sans-serif';
    margin-top: 85px;
    cursor: default;
}


/* Short Messages */
.bottom-message-section {
    margin-top: 14%;
    position: relative;
}

.short-text {
    margin: auto;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

/*---------------------------------------
 **   SECTION:  OUR FOCUS             -----
-----------------------------------------*/
.overview {
    padding-top: 20px;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #CCCCCC;
}

.focus {
    padding-bottom: 100px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
}
/* FOCUS BOX */
.focus-box {
    margin-bottom: 75px;
}

    .focus-box .service-icon {
        margin-bottom: 30px;
        width: 145px;
        height: 145px;
        margin: auto;
        border-radius: 50%;
        border: 10px solid #ff3399;
        margin-bottom: 20px;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.cps .focus-box .service-icon {
    margin-bottom: 30px;
    width: 145px;
    height: 145px;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #2F76A6;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.scotqr .focus-box .service-icon {
    margin-bottom: 30px;
    width: 145px;
    height: 145px;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #2F76A6;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.alz .focus-box .service-icon {
    margin-bottom: 30px;
    width: 145px;
    height: 145px;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #64338C;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red, .green, .blue, .yellow {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .red:hover .service-icon {
        border: 10px solid #e96656;
    }

    .green:hover .service-icon {
        border: 10px solid #34d293;
    }

    .blue:hover .service-icon {
        border: 10px solid #3ab0e2;
    }

    .yellow:hover .service-icon {
        border: 10px solid #f7d861;
    }

.focus-box h5 {
    margin-bottom: 15px;
    color: #404040;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 17px;
}

.focus-box p {
    text-align: justify;
}

/*----OTHER FOCUSES ----*/
.other-focuses {
    background: url(../images/lines.png) repeat-x center;
    margin-bottom: 25px;
}

    .other-focuses .section-footer-title {
        background: #FFF;
        padding: 0 15px;
        color: #404040;
        font-weight: bold;
    }

.other-focus-list {
    padding-top: 5px;
    margin-bottom: -17px;
}

    .other-focus-list ul li {
        display: inline-block;
        margin-right: 50px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

        .other-focus-list ul li:last-child {
            margin-right: 0;
        }

        .other-focus-list ul li i {
            margin-right: 8px;
        }

/*---------------------------------------
 **   SECTION:  SEPARATOR ONE         -----
-----------------------------------------*/

.separator-one {
    background: rgba(0, 0, 0, 0.8);
    padding: 100px 0 100px 0;
}

    .separator-one .green-btn {
        background: #14a168;
    }

        .separator-one .green-btn:hover {
            background: #007345;
        }

    .separator-one .text {
        color: #FFF;
        line-height: 34px;
        padding: 0;
        max-width: 800px;
        margin-bottom: 20px;
    }

/*---------------------------------------
 **   SECTION:  PORTFOLIO          -----
-----------------------------------------*/

.alz .tour {
    padding-bottom: 100px;
    background: rgba(51, 204, 255, 0.65);
    min-height: 400px;
}

.scotqr .tour {
    padding-bottom: 100px;
    background: rgba(51, 204, 255, 0.65);
    min-height: 400px;
}
.cps .tour {
    padding-bottom: 100px;
    background: rgba(51, 204, 255, 0.65);
    min-height: 400px;
}

.tour {
    padding-bottom: 100px;
    background: rgba(51, 204, 255, 0.65);
    min-height: 800px;
}

/* IMAGE GRID */
.cbp-rfgrid {
    margin: auto;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
}

    .cbp-rfgrid li {
        position: relative;
        float: left;
        overflow: hidden;
        width: 25%; /* Fallback */
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
        -webkit-transition: 0.4s all linear;
        transition: 0.4s all linear;
    }

        .cbp-rfgrid li a, .cbp-rfgrid li a img {
            display: block;
            max-width: 100%;
            -webkit-transform: scale(1,1);
            -ms-transform: scale(1,1);
            transform: scale(1,1);
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
            -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
            cursor: pointer;
            -webkit-transition: 0.4s all linear;
            transition: 0.4s all linear;
        }

            .cbp-rfgrid li a:hover img {
                -webkit-transform: scale(1.05,1.07);
                -ms-transform: scale(1.05,1.07);
                transform: scale(1.05,1.07);
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
                -webkit-transition-duration: 250ms;
                transition-duration: 250ms;
            }

            /* Flexbox is used for centering the heading */
            .cbp-rfgrid li a .project-info {
                position: absolute;
                left: 10px;
                top: 10px;
                right: 10px;
                bottom: 10px;
                background: rgba(0,0,0,0.5);
                padding-top: 25%;
                text-align: center;
                filter: alpha(opacity=0);
                opacity: 0;
                -webkit-transition: all ease .25s;
                transition: all ease .25s;
            }

                .cbp-rfgrid li a .project-info .project-details {
                    position: relative;
                    top: -29px;
                    filter: alpha(opacity=0);
                    opacity: 0;
                    -webkit-transition: all ease .25s;
                    transition: all ease .25s;
                    width: 100%;
                }

                .cbp-rfgrid li a .project-info h5 {
                    position: relative;
                    display: inline-block;
                    margin-bottom: 15px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

            .cbp-rfgrid li a:hover .project-info {
                filter: alpha(opacity=100);
                opacity: 1;
            }

            .cbp-rfgrid li a:hover .project-details {
                filter: alpha(opacity=100);
                opacity: 1;
                top: 0;
            }

            .cbp-rfgrid li a:hover .button {
                filter: alpha(opacity=100);
                opacity: 1;
                bottom: -50px;
            }

/* media queries:  change number of items per row */
@media screen and (max-width: 1190px) {
    .cbp-rfgrid li {
        width: 25%; /* Fallback */
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
    }
}

@media screen and (max-width: 1024px) {
    .cbp-rfgrid li {
        width: 33.33333333333333%; /* Fallback */
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 768px) {
    .cbp-rfgrid li {
        width: 50%; /* Fallback */
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 480px) {
    .cbp-rfgrid li {
        width: 100%;
    }
}

@media screen and (max-width: 300px) {
    .cbp-rfgrid li {
        width: 100%;
    }
}

/* PROJECT DETAILS LOADER */
.alz #back-button {
    color: #FFFFFF;
}

.scotqr #back-button {
    color: #FFFFFF;
}
.cps #back-button {
    color: #FFFFFF;
}

#back-button {
    display: none;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 35px 13px 35px;
    border-radius: 4px;
    margin: 10px;
}

    #back-button i {
        margin-right: 10px;
    }

#loader {
    min-height: 930px;
    position: relative;
    display: none;
}

    #loader .loader-icon {
        background: url(../images/loading.gif) no-repeat center center;
        background-color: #FFF;
        margin: -22px -22px;
        top: 50%;
        left: 50%;
        z-index: 10000;
        position: fixed;
        width: 44px;
        height: 44px;
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px;
        border-radius: 5px;
    }

/*---------------------------------------
 **   SECTION:  ABOUT US              -----
-----------------------------------------*/

.benefits {
    background: rgba(255, 255, 255, 0.8);
}

    .benefits .big-intro {
        text-align: right;
        font-weight: 300;
        font-size: 60px;
        line-height: normal;
        margin-top: -15px;
        font-family: 'Century Gothic';
    }

    .benefits p {
        text-align: left;
        color: #939393;
    }

    .benefits .column {
        margin-bottom: 78px;
    }
/*--SKILLS --*/
.skills {
    text-align: left;
}

    .skills .skill {
        display: block;
        clear: both;
        margin-top: 0;
        margin-bottom: 25px;
    }

        .skills .skill .skill-count {
            display: inline-block;
            height: 64px;
            margin-top: 3px;
            float: left;
            margin-right: 15px;
            margin-bottom: 25px;
        }

    .skills li:last-child {
        margin-bottom: 0;
    }

    .skills .skill .skill1, .skill2, .skill3, .skill4 {
        font-size: 16px !important;
    }

    .skills .skill h6 {
        text-transform: uppercase;
        font-weight: 700;
    }

    .skills .skill p {
        line-height: 20px;
        color: #8f8f8f;
    }

/*--OUR CLIENTS --*/
.our-clients {
    background: url(../images/lines-dark.png) repeat-x center;
    margin-bottom: 40px;
}

    .our-clients .section-footer-title {
        background: #272727;
        padding: 0 15px;
        color: #FFF;
    }

    .our-clients h5 {
        font-weight: 700;
    }

.client-list {
    padding-top: 5px;
    margin-bottom: -17px;
}

    .client-list ul li {
        vertical-align: middle;
        display: inline-block;
        margin-right: 24px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

        .client-list ul li img {
            max-width: 130px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            opacity: 0.8;
            -webkit-transition: all ease .55s;
            transition: all ease .55s;
        }

            .client-list ul li img:hover {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
                opacity: 1;
            }

        .client-list ul li:last-child {
            margin-right: 0;
        }

        .client-list ul li i {
            margin-right: 8px;
        }

/*---------------------------------------
 **   SECTION:  STATS                 -----
-----------------------------------------*/

.stats {
    background: rgba(255, 255, 255, 0.4);
    padding: 100px 0 60px 0 !important;
    clear: both;
}

.stat {
    margin-bottom: 40px;
}

    .stat .icon-top {
        font-size: 40px;
        height: 50px;
        line-height: 50px;
    }

    .stat .stat-text {
        display: inline-block;
        position: relative;
    }

    .stat h3 {
        margin-top: 20px;
        padding-bottom: 5px;
        position: relative;
        display: inline-block;
    }

    .stat h6 {
        margin-top: 15px;
        color: #333333;
    }

/*---------------------------------------
 **   SECTION:  OUR TEAM              -----
-----------------------------------------*/

.our-team {
    padding-bottom: 66px;
    padding-top: 100px;
    background: rgba(255, 255, 255, 0.8);
}

.team-member {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

    .team-member .details {
        text-align: left;
        font-size: 13px;
        line-height: 20px;
        position: absolute;
        padding: 15px;
        top: -200px;
        left: 0;
        width: 100%;
        height: 190px;
        -webkit-transition: all 1500ms;
        transition: all 1500ms;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .team-member .member-details {
        position: relative;
        display: inline-block;
        padding-bottom: 5px;
    }

    .team-member:hover .details {
        top: 0;
        background: #00A1E4;
        color: white;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .team-member .profile-pic {
        width: 174px;
        height: 174px;
        margin: auto;
        overflow: hidden;
        margin-bottom: 25px;
    }

        .team-member .profile-pic img {
            width: 100%;
        }

    .team-member h5 {
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
    }

    .team-member .position {
        font-size: 13px;
        margin-top: 15px;
    }

    .team-member .social-icons {
        margin-bottom: 25px;
    }

        .team-member .social-icons ul li {
            display: inline-block;
            line-height: 32px;
            margin: 6px;
        }

            .team-member .social-icons ul li a {
                background: #FFF;
                font-size: 18px;
                border-radius: 50%;
                color: #808080;
            }

                .team-member .social-icons ul li a:hover {
                    color: #e96656;
                }

/*---------------------------------------
 **   SECTION:  FEATURES              -----
-----------------------------------------*/

.features {
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    padding-bottom: 51px;
}

    .features .feature {
        margin-bottom: 55px;
    }

    .features .feature-icon {
        font-size: 55px;
        float: left;
        margin-top: 10px;
        margin-right: 25px;
    }

    .features .feature h5 {
        font-weight: bold;
        line-height: 28px;
    }

    .features .feature p {
        text-align: justify;
    }

/*---------------------------------------
 **   SECTION:  Pacages               -----
-----------------------------------------*/

.packages {
    padding-bottom: 50px;
    background: rgba(0, 0, 0, 0.5);
}

.package {
    border-radius: 4px;
    background: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.package-header {
    height: 57px;
    color: #FFF;
    line-height: 57px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .package-header h5 {
        text-transform: uppercase;
        font-weight: bold;
    }

.price {
    line-height: 120px;
    height: 100px;
    color: #FFF;
    font-weight: 400;
}

    .price h4 {
        display: inline;
        font-size: 40px;
        line-height: normal;
        margin-bottom: 0;
    }

        .price h4 .dollar-sign {
            font-size: 17px;
            vertical-align: super;
        }

    .price .price-meta {
        line-height: normal;
        text-transform: uppercase;
        color: #9f9f9f;
    }

.package ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin: auto;
    border-bottom: 1px dotted #dadada;
}

    .package ul li:last-child {
        border-bottom: 0;
    }

.best-value .package {
    margin-top: 0;
}

.best-value .package-header {
    padding-top: 17px;
    height: 82px !important;
}

    .best-value .package-header h4 {
        font-weight: bold;
        line-height: 29px;
        text-transform: uppercase;
    }

    .best-value .package-header .meta-text {
        font-size: 13px;
        line-height: normal;
    }

.best-value .package-header {
    height: 72px;
}

.package ul li i {
    font-size: 13px;
    margin-right: 5px;
}

.order {
    background: #d8ccba;
    color: #404040;
}

.package .order-now {
    line-height: 45px;
    max-width: 100%;
    display: block;
    background: #404040;
    color: #FFF;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .package .order-now:hover {
        background: #e96656;
    }

/*---------------------------------------
**   SECTION:  PRODUCTS             -----
-----------------------------------------*/

.products {
    background: url(../images/product-bg.png) 50% 0 repeat;
}

    .products .color-overlay {
        background: rgba(39,144,176, 0.96);
        margin-top: -100px;
        padding-top: 100px;
        padding-bottom: 70px;
    }

/*--ITEMS IMAGES--*/
.item-1 {
    background-image: url(../images/products/1.jpg);
}

.item-2 {
    background-image: url(../images/products/2.jpg);
}

.item-3 {
    background-image: url(../images/products/3.jpg);
}

.item-4 {
    background-image: url(../images/products/4.jpg);
}

.item-5 {
    background-image: url(../images/products/5.jpg);
}

.item-6 {
    background-image: url(../images/products/6.jpg);
}

.item-7 {
    background-image: url(../images/products/7.jpg);
}

.item-8 {
    background-image: url(../images/products/8.jpg);
}

/*---ITEM STYLE ---*/
.item {
    width: 100%;
    height: 260px;
    display: block;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    border-radius: 4px;
}

.item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.item-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item:hover .item-content {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-top-content {
    position: relative;
}

.item-top-content-inner {
    position: absolute;
    bottom: 0;
    padding: 10px 15px 10px 15px;
    background: rgba(255,255,255,.95);
    width: 100%;
}

.item-add-content {
    padding: 0 15px 15px 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item:hover .item-add-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.item-add-content-inner {
    border: 0px solid #dadada;
    border-top-width: 1px;
    padding-top: 10px;
}

.item-top-title {
    text-align: left;
}

    .item-top-title h5 {
        color: #404040;
        font-weight: 700;
    }
/* ITEM DETAILS */
.item-product {
    width: 70%;
    float: left;
}

.item-product-price {
    width: 30%;
    float: right;
    text-align: right;
}

.subdescription {
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7d;
}

/*---PRODUCT PRICE---*/
.item-product-price {
    font-size: 1em;
    font-weight: 700;
    position: relative;
}

    .item-product-price .subdescription {
        color: #808080;
    }

.old-price {
    border: 0 solid #808080;
    border-bottom-width: 1px;
    margin-top: -11px;
    width: 30px;
    position: absolute;
    right: -2px;
    bottom: 10px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

/*---ITEM DESCRIPTION ---*/
.item-content {
    background: rgba(255,255,255,.85);
}

.item-add-content {
    font-weight: 400;
    color: #808080;
}

    .item-add-content .section {
        margin-bottom: 10px;
    }

        .item-add-content .section:last-of-type {
            margin-bottom: 0;
        }

    .item-add-content p {
        font-size: 14PX;
    }

/*---------------------------------------
 **   SECTION:  NEWSLETTER            -----
-----------------------------------------*/
.newsletter {
    padding-top: 62px;
    padding-bottom: 62px;
    background: rgba(66, 180, 255, 0.3);
}

    .newsletter h3 {
        font-size: 28px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .newsletter .subscription {
        margin-top: 15px;
    }

    .newsletter .custom-button {
        margin-top: 7px;
    }

/*----------------------------------------
 **   SECTION:  TESTIMONIAL            -----
-----------------------------------------*/
.testimonial {
    background: rgba(51, 204, 255, 0.65);
    padding-bottom: 90px;
}

#client-feedbacks .feedback-box {
    background: #FFFFFF;
    padding: 25px;
    margin: 13px;
    text-align: left;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    z-index: 5;
}

.feedback-box .message {
    font-size: 15px;
    color: #909090;
}

.feedback-box .client {
    margin-top: 30px;
    height: 73px;
    position: relative;
}

.feedback-box .quote {
    float: left;
    font-size: 45px;
    line-height: 80px;
}

.feedback-box .client-info {
    float: left;
    margin-left: 18px;
    padding-top: 15px;
}

    .feedback-box .client-info .client-name {
        font-family: 'Homemade Apple', serif;
        color: #404040;
    }

    .feedback-box .client-info .client-company {
        font-size: 13px;
        margin-top: -3px;
    }

.feedback-box .client-image {
    float: right;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f6f6f6;
}

.customNavigation {
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    background: #886e0e;
    border-radius: 50%;
}

.customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
 **   SECTION:  PURCHASE NOW           -----
-----------------------------------------*/

.purchase-now {
    background: #e96656;
    padding-top: 70px;
    padding-bottom: 70px;
}

    .purchase-now h3 {
        text-align: left;
        line-height: 40px;
        margin-top: 14px;
    }

.alz .purchase-now .red-btn {
    float: right;
    background: #64338C;
}

    .alz .purchase-now .red-btn:hover {
        background: #64338C;
    }

.scotqr .purchase-now .red-btn {
    float: right;
    background: #2F76A6;
}

    .scotqr .purchase-now .red-btn:hover {
        background: #2F76A6;
    }
.cps .purchase-now .red-btn {
    float: right;
    background: #2F76A6;
}

    .cps .purchase-now .red-btn:hover {
        background: #2F76A6;
    }

.purchase-now .red-btn {
    float: right;
    background: #ff3399;
}

    .purchase-now .red-btn:hover {
        background: #ff3399;
    }

/*----------------------------------------
 **   SECTION:  CONTACT US             -----
-----------------------------------------*/

.contact-us {
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 95px;
}

    .contact-us .input-box, textarea {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        border: 1px solid #CCCCCC;
    }

    .contact-us .textarea-box {
        border: 1px solid #CCCCCC;
    }

    .contact-us .custom-button {
        float: right;
    }

/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/

footer {
    background: #272727;
}

.company-details {
    color: #939393;
    padding-top: 67px;
    padding-bottom: 67px;
}

    .company-details .icon-top {
        font-size: 30px;
        margin-bottom: 10px;
    }

.alz .copyright {
    padding-top: 50px;
    padding-bottom: 68px;
    background: #000000;
    width: 25%;
    text-align: center;
}

.scotqr .copyright {
    padding-top: 50px;
    padding-bottom: 68px;
    background: #000000;
    width: 25%;
    text-align: center;
}
.cps .copyright {
    padding-top: 50px;
    padding-bottom: 68px;
    background: #000000;
    width: 25%;
    text-align: center;
}

.copyright {
    padding-top: 50px;
    padding-bottom: 68px;
    background: #000000;
    width: 25%;
    text-align: center;
}

.social li {
    display: inline-block;
    margin: 5px;
}

    .social li:last-child {
        margin-right: 0px;
    }

    .social li a {
        color: #939393;
        font-size: 18px;
    }

        .social li a:hover {
            color: #ff3300;
        }

/* ========================================= */
/* -----------------------------------------*/
/*   SINGLE PROJECT PAGE                     */
/* -----------------------------------------*/
/* ========================================= */

.single-project {
    text-align: left;
    margin-bottom: 25px;
}

    .single-project .project-image {
        width: 100%;
        float: left;
        text-align: left;
        margin-bottom: 25px;
    }

    .single-project h3 {
        margin-bottom: 10px;
        padding-bottom: 7px;
        line-height: 40px;
        border-bottom: 1px dotted #dadada;
    }

    .single-project .project-description {
        margin-bottom: 25px;
    }

    .single-project .button {
        margin-left: 0;
    }

    .single-project .project-information {
        margin-bottom: 10px;
    }

        .single-project .project-information ul li {
            border-bottom: 1px dotted #dadada;
            padding-bottom: 5px;
            margin-top: 10px;
        }

            .single-project .project-information ul li span {
                font-weight: 700;
                margin-right: 5px;
            }

.lang {
    /*position:absolute;
  right:10px;
  top:-2px;*/
    margin-top: 3px;
}

    .lang a img {
        opacity: 0.4;
    }

    .lang select {
        font-size: 0.7em;
    }

.cameraContents {
    border: 2px solid #33ccff;
    border-radius: 5px;
    overflow: hidden;
}

.more-galleries .column .img {
    display: block;
    width: 100%;
    border: 2px solid #33ccff;
    border-radius: 5px;
}

.section-content .big-intro {
    text-align: right;
    font-weight: 300;
    font-size: 40px;
    line-height: normal;
    margin-top: -15px;
    font-family: "Century Gothic";
    margin-top: 0px;
}

.section-content .content {
    text-align: justify;
}

.section-content .rightside {
    text-align: left;
}

    .section-content .rightside li {
        position: relative;
        padding-left: 12px;
    }

        .section-content .rightside li:before {
            position: absolute;
            left: 0px;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #FF3300;
            content: "";
            top: 0px;
            bottom: 0px;
            margin: auto;
        }

.section-content ul.ListArticles li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 10px;
}

    .section-content ul.ListArticles li:before {
        position: absolute;
        left: 0px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #FF3300;
        content: "";
        top: 8px;
        margin: auto;
    }

.section-content .TwoColumn ul.ListArticles {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

    .section-content .TwoColumn ul.ListArticles li {
        display: block;
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
        page-break-inside: avoid; /* Firefox */
        break-inside: avoid; /* IE 10+ */
    }

.cps .login-box label {
    font-weight: bold;
}
label {
    font-weight: normal;
}

.login-box {
    /*margin-top:30px;*/
    opacity: 0.8;
    font-family: Verdana,Tahoma;
    font-size: 11px;
    color: #fff;
}

.login-box .contrast-text {
    color:#FFFFFF;
}

    .login-box .patient-img {
        margin-bottom: 10px;
        background-image: url("../../../Images/default_patient.png");
        width: 250px; /*margin-top:10px;*/
        height: 130px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .login-box header {
        height: 40px;
        padding: 0px;
        margin: 0px;
        line-height: 40px;
        font-size: 1.5em;
        text-indent: 20px;
        background-color: #FFFFFF;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: 20px;
        text-align: left;
    }

    .login-box .section1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .login-box .section2 {
        padding-left: 20px;
    }

    .login-box .section3 {
        padding-left: 20px;
        /*border-top:1px solid #CCCCCC;
    background-color:#FFFFFF;
    padding-right:20px;*/
        line-height: 18px;
        text-align: justify;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .login-box .field {
        text-align: left;
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }

        .cps .login-box .field input, .cps .login-box .field select {
            width: 100%;
            border: 1px solid #333;
            /*border-bottom:1px solid #fff;*/
            text-indent: 5px;
            -webkit-transition: all 700ms;
            transition: all 700ms;
            background-color: transparent;
            height: 25px;
        }
        .login-box .field input, .login-box .field select {
            width: 100%;
            border: 1px solid #fff;
            /*border-bottom:1px solid #fff;*/
            text-indent: 5px;
            -webkit-transition: all 700ms;
            transition: all 700ms;
            background-color: transparent;
            height: 25px;
        }

        .login-box .field select {
            padding-top: 4px;
            padding-bottom: 4px;
        }

        .login-box .field input:hover, .login-box .field input:active {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
        }

        .login-box .field input:focus {
            border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        }

    .login-box input[type="checkbox"] {
        margin-right: 4px;
    }

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

.login-box footer {
    height: 50px;
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    font-size: 1.5em;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login-box .error {
    font-size: 0.65em;
    line-height: 25px;
    padding-right: 20px;
}

#overview video#bgvid {
    width: 80%;
    margin: auto;
}

.header {
    display: block;
    background: #6666bf;
}

@keyframes AnimationName {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 0 100%;
    }

    100% {
        background-position: 0 0;
    }
}

.img-link-icon {
    float: left;
    width: 120px;
    height: 80px;
    text-align: center;
}

.password-field-with-show {
    position:relative;
}


.password-field-with-show i.show-icon {
    position: absolute;
    z-index:1;
    right:5px;
    top:7px;
}

.global-message {
    color:white;
}

.cps .global-message {
    color: black;
}

#contactus-map {
    height:100%;
    width:100%;
    margin:0px;
    padding: 0px;
}

        /* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
