html, body {
    margin:0px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
}

.font-header
{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body.img-back
{
    background: url(../img/building_main.jpg) no-repeat center center fixed;     
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.no-select
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-pad
{
    padding: 0 !important;
}

.bold
{
    font-weight: bold;
}

img
{
    max-width: 100%;
}

img.fit
{
    width: 100%;
}
img.fit-full
{
    width: 100%;
    height: 100%;
}
img.img-circle
{
    border-radius:100%;
    width: 100px;
    height: 100px;
}

.page-container
{
    max-width: 1024px;
    min-width: 780px;
    padding: 0px 30px;
    margin: auto;
    position: relative;
}

.page-container.full
{
    padding: 0px 0px;
}
.flip-hor
{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.flip-vert
{
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.background-white { background-color: white;}
.background-grey { background-color: #edecec;}
.background-light-grey { background-color:#edefed !important;}
.background-dark-grey { background-color:#4a4a4a !important;}
.background-offset-grey { background-color: #cccdcc; }
.background-darkness { background-color: rgba(0,0,0,0.5); }
.background-dark-blue { background-color:#006699;}
.background-pastel-blue { background-color: #cfdcec; }
.background-purple { background-color: #3c8ee2;}
.background-dark-purple { background-color: #357dc7;}
.background-light-purple { background-color: #503f83; }
.background-light-blue { background-color: #0090BA; }
.background-orange { background-color: #CC9900 !important; }
.background-alpha-white { background-color: rgba(255, 255, 255, 0.25); }
.background-dark-white { background-color: #e5e5e5; }
.background-matt-grey { background-color:#efefef;}
.background-matt-blue { background-color: #33a3c4;}
.background-yellow { background-color: #FFDE00; }
.text-white { color:#fff !important;}
.text-grey { color:#565a5c;}
.text-light-grey { color:#b3b3b3;}
.text-lightest-grey { color:#aaa;}
.text-dark-blue { color:#006699;}
.text-light-blue { color: #0090BA !important; }
.text-seagreen { color:#00b4af;}
.text-marker-red { color: #f05a24;}
.text-red { color:rgb(232, 27, 27);}
.text-orange{ color:#ffc746;}
.text-dark-white { color: #e5e5e5;}
.text-black { color:black;}
.text-pastel-blue { color: #96d0e0;}
.text-weird-blue { color:#9db5d0;}
.text-green { color:#8cc63f;}

.pointer { cursor: pointer; }

.padding-top
{
    padding-top: 25px;
}
.padding-top-lg
{
    padding-top: 50px;
}
.padding-top-sm
{
    padding-top: 10px;
}

.padding-bottom
{
    padding-bottom: 25px;
}
.padding-bottom-lg
{
    padding-bottom: 50px;
}
.padding-bottom-sm
{
    padding-bottom: 10px;
}

.pad-area
{
    padding: 40px 40px 40px 40px !important;
}

.margin-top
{
    margin-top: 25px !important;
}
.margin-top-lg
{
    margin-top: 50px !important;
}
.margin-top-sm
{
    margin-top: 10px !important;
}

.header
{
    font-size: 26px;
    line-height: 28px;
}
.header.lg
{
    font-size: 34px;
    line-height: 34px;
}
.header.sm
{
    font-size: 20px;
}
.header.huge
{
    font-size: 42px;
}

.text
{
    font-size: 14px;
}
.text.med
{
    font-size: 16px;
}
.text.sm
{
    font-size: 12px;
}
.text.tiny
{
    font-size: 10px;
}
.text.lg
{
    font-size: 18px;
}
.text.matt
{
    font-size: 20px;
}
.text-center
{
    text-align: center;
}

.overlay-background
{
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    overflow-y:scroll;
}
.overlay-background.no-scroll
{
    overflow-y:hidden;
}
.overlay-background.force
{
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 200;
}
.overlay-background.highz
{
    z-index: 200;
}
.blur
{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
.overlay
{
    width: 600px;
    height: auto;
    margin: auto;
    margin-top: 2.5%;
}

.overlay.lg
{
    width: 900px;
}
.overlay.appointment
{
    margin-top: 2.5%;
}

.overlay-header, .overlay-body
{
    position: relative;
    padding: 30px 60px;
}
.overlay-body.no-pad
{
    padding: 0px 60px;
}
.overlay-footer
{
    position: relative;
    padding: 15px 60px;
}
.overlay-header ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.overlay-header li
{
    display: inline-block;
    width: 140px;
    font-size: 13px;
    text-align: center;
    position: relative;
    border-bottom: 7px solid #e5e5e5;
    padding-bottom: 5px;
    cursor: pointer;
}
.overlay-header li:hover, .overlay-header li.active
{
    border-bottom: 7px solid #0090BA;
}
.overlay-footer span
{
    font-size: 30px;
    right: 135px;
    position: absolute;
}
.overlay-footer.hover:hover
{
    color:#ddd !important;
}

.profile-icon
{
    font-size: 28px;
}

a.overlay-exit
{
    color: white !important;
    text-decoration: none !important;
    font-size: 25px;
    position: absolute;
    right: 25px;
    top: 15px;
    opacity: 0.8;
}
a.overlay-exit.grey
{
    color: #b3b3b3 !important;
    right: -15px;
    top: -5px;
}
a.overlay-exit:hover
{
    opacity: 1;
}
.rotate
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.transition-immediate
{
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

.transition-fast, ul li
{
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.transition
{
  -webkit-transition: all 0.30s linear;
  -moz-transition: all 0.30s linear;
  -o-transition: all 0.30s linear;
  transition: all 0.30s linear;
}

.splash-video
{
    width: 100%;
    height: auto;
}

.splash-container
{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 850px;
    overflow: hidden;
}

.main-content
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

ul
{
    list-style-type: none;
}
ul li
{
    float: right;
    display: block;
    margin-left: 50px;
    font-size: 18px;
    cursor: pointer;
}
ul li:hover
{
    color: #00B5F0
}

.nav-bar
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000;    
    height: 80px;
    padding-top: 28px;
    box-shadow: 0px 0px 3px grey;
}

i.fa
{
    margin-right: 6px;
}

img.fancy
{
    border-radius: 8px;
}
img.fancy.margin-right
{
    margin-right: 20px;
}
img.staff
{
    border-radius: 8px;
    width: 90%;
}

.staff-pull-left:first-of-type
{
    margin-top: 0px;
}
.staff-pull-left
{
    margin-top: -120px;
    text-align: left;
}
.staff-pull-right
{
    margin-top: -120px;
    text-align: right;
}

.footer
{
    height: 40px;
    padding: 14px;
}

a:focus
{
    outline: none !important;
}
.panel-heading i
{
    float: right;
}
.splash-center
{
    margin: 170px 0px;
}  
.splash-top
{
    margin-top:40px;
}
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

 /* Small Devices, Tablets */
 @media (max-width : 767px) {
    img.fancy.margin-right
    {
        width: 40%;
    }
    .padding-top-lg
    {
        padding-top: 25px;
    }
    .padding-bottom-lg
    {
        padding-bottom: 25px;
    }
    .splash-top
    {
        margin-top:25px;
    }
    .splash-container
    {
        height: auto;
    }
    .splash-center
    {
        margin: 00px 0px;
    }

    .container
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .nav-bar
    {
        height: 60px;
    }
    .nav-bar img
    {
        width: 70%;
    }
    .ul-nav-header
    {
        display: none;
    }
 }
 @media (max-width : 768px) {
     
    ul li
    {
        margin-left: 30px;
    }
}
 @media (max-width : 992px) {

    .ul-nav-header li
    {
        font-size: 16px;
        margin-left: 20px;
    }
}
 /* Medium Devices, Desktops */
 @media (min-width : 992px) and (max-width: 1200px) {
    .splash-container
    {
        height: 700px;
    }
    .splash-center
    {
        margin: 100px 0px;
    }
 }

 /* Large Devices, Wide Screens */
 @media only screen and (min-width : 1200px) {

 }