/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-Jul-2015, 20:47:04
    Author     : Dillon
*/

.topnav{
    border-bottom:1px solid #D3D3D3;
    padding:10px 0;
}

.topnav p {
    margin:0;
    font-family: Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
}

.social{
    float:right;
}

.social i{
    padding:0 10px;
    color:#D3D3D3;
}

.social i:hover{
    cursor:pointer;
    -webkit-transition: width 2s; /* Safari */
    transition: color 1.5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.social .fa-facebook:hover{
    color:#3B5998;

}

.social .fa-twitter:hover{
    color:#00aced;
}

.social .fa-envelope:hover{
    color:#dd4b39;
}

.logo{
    height:40px;
}


@media only screen and (min-width: 960px) {
    .logo{
        height:70px;
    }
    .mainHeader{
        padding:3px 0px !important;
    }
}

.mainHeader{
    padding:0 20px;
    color: #0000ff
}

.mainHeader span:first-child { 
    color: #0080ff;
}

.top-bar{
    background:#fff;
    border-bottom:1px solid #d3d3d3;
}

.top-bar-section ul li {
    background: #fff; 
}

.top-bar.expanded .title-area{
    background: #fff; 
}

.top-bar-section ul li > a {
    color:black;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background-color:#dcdcdc;
    background:#dcdcdc;
    color:black;

}


.top-bar .toggle-topbar.menu-icon a{
    color: #888888
}

.top-bar .toggle-topbar.menu-icon a span::after{
    box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

.menu-list{
    padding-top:25px;
    font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    text-transform: uppercase;
}

.menu-list li{
    padding:0 20px;
}


/* slider css */

.background-image {
    position: fixed;
    z-index:0;

    background-size:1349px 500px;
    background-repeat:no-repeat;

    display: block;
    width: 100%;
    height: 500px;

    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.content {
    z-index: 9999;
}

.bxslider{
    margin:0px;
}

.outer-panel{

}

@media only screen and (min-width: 960px) {
    .outer-panel{
        position:absolute;
        top:50%;
    }
}

.outer-panel .panel{
    border-left:5px solid #0080ff;
}

h2,h3,h4, h5 {
    font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    color: #0080ff;
}

.end-div{
    border-bottom:2px solid #c5c5c5;
}

.panel{
    background: #fff;
    border-left: 1px solid #0080ff;
    border-top: 1px solid #0080ff;
    border-right: 1px solid #0080ff;
    border-bottom: 1px solid #0080ff;
}

.departments{
    background:#54667a;
}

#services h2,#services h3,#services h5{
   text-shadow: 1px 1px 5px #000; 
}


@media only screen and (max-width: 480px) {
    #services h2,#services h3,#services h5{
        *color: #0080ff !important;
    }
}

.departments h2, #services h2,#services h3,#services h5, .departments h4{
    color:#fff;
}

.departments .pricing-table{
    border: solid 1px #0080ff;
}

.departments .pricing-table .title{
    background: #0080ff;
}

.map{
    height:200px;
}

.footer{
    background:#7f64b5;
}

.footer p{
    color:#fff;
    font-size: 12px;
    margin:3px;
}

#scrollTop{
    position:fixed;
    bottom:10%;
    right:5%;
    border:1px solid #0080ff;
    background-color: #7f64b5;
    color:white;
    padding:10px;
    cursor: pointer;
    opacity: 0.7;

}

#scrollTop:hover{
    background-color: #54667a;
    box-shadow: 0px 0px 5px 4px #c5c5c5;;
    opacity: 1;
    transition: box-shadow 0.5s, background-color 1.5s, opacity 0.5s;        


}



@media only screen and (max-width: 480px) {
    /*.myCaption h3{*/
    /*            font-size: 3.375rem;
            }*/
    .myCaption p{
        font-size: 12px;
    }

    .mainHeader{
        padding:0;
    }

    .panel{
        margin-bottom: 0px;
    }
    

}

/*Medium screens*/
@media only screen and (min-width: 40.063em) { 
    .panel{
        margin-bottom: 0px;
    }
    
    .logo{
        *margin-top:15px;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .panel{
        margin-bottom: 0px;
    }
    
    .logo{
        margin-top:15px;
    }
}

@media only screen and (max-width: 768px) {
    /*        .myCaption h3{
                font-size: 3.375rem;
            }*/
    .myCaption p{
        font-size: 12px;
    }
}

.bx-viewport{
    min-height:200px;
}

.show-for-small .panel{
    padding: 0.25rem;
}

.fa-2x {
    font-size: 1.5em !important;
}

.servicesBody{
    background: url(../img/anatomyoftheeye.jpg) no-repeat fixed;
    background-position:0% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



