             *{
                margin: 0;
                padding: 0;
            }
			body
			{
				font-family: Candara !important;
				font-size: 16px !important;
				overflow-x: hidden;
			}
            header {
                width:100%;
                height:130px;
                background: #000;
                z-index:2;
                position:relative;
                color:white;
                line-height: 30px;
                font-size: 20px;
                text-align: center;
		padding: 25px 0;
            }
            header:hover {
                text-shadow: 0 0 6px #ccc;
                box-shadow: 0 2px 4px -1px #444;
            }
            #navigation {
                position: relative;
                height: 60px;
                background: #B00204;
                z-index: 1;
                line-height:60px;
                width: 101%;
                margin-left: -11px;
            }

            #navigation ul {text-align: center; width: 100%; position:relative;}

            #navigation ul li { 
                display: inline-block; 
                color: white; 
                width: 150px; 
                font-size: 20px; 
                font-variant: normal; 
                font-family: Garamond; 
                font-weight: bold;
                padding: 0px;
                text-shadow: 0 0 0 #white;
                -webkit-transition:  text-shadow 2s;
                transition:  text-shadow 2s;
            }

	    #navigation ul li a { 
                text-decoration:none;
color:#FFF;
            }
#navigation ul li a:hover {
color: #000;
}

#navigation ul li:hover {
    background:white;
    color:black;
    cursor:pointer;
    text-shadow: 1px 1px 6px #999;
}
#navigation ul li:hover ul {
    height: 65px;
    opacity: 1;
    width: 50%;
    /*margin-left: 0;*/
}
#navigation ul li ul li:hover {
    color: black;
    text-shadow: 0 0 6px #ccc;
}

#navigation ul li ul {
                position:absolute;
                left: 50%;
                height: 0;
                overflow:hidden;
                line-height: 60px;
                opacity: 0;
                width: 0;
                margin-left: 0;
                -webkit-transition: height 1.2s, opacity 1.2s, width 1s, margin-left .8s;
                transition: height 1.2s, opacity 1.2s, width 1s, margin-left .8s;
                cursor: default;
                background:#B00204;
            }

            #navigation ul li ul li {
                /*width: auto;
                background: white;*/
                color: #666;
                font-size: 20px;
                margin: 0px;
                cursor:pointer;
                text-shadow: 0 0 0 #666;
                -webkit-transition: text-shadow 2s;
                transition: text-shadow 2s;
            }

         @media(min-width:481px )
         {
               #slides {
                margin: 0px;
                box-shadow: 0 4px 8px -1px #666; 
                min-height: 450px;
                position:relative;
            }
         }
           @media(max-width:480px )
         {
               #slides {
                margin: 0px;
                box-shadow: 0 4px 8px -1px #666; 
                min-height: 130px;
                position:relative;
            }
         }

            #slides div {
                width: 0;
                height: 450px;
                position: absolute;
                overflow: hidden;
            }

            #slides div:nth-child(1) {
                background: url("../images/slide1.jpg") no-repeat;
            }
            #slides div:nth-child(2) {
                background: url("../images/slide2.jpg") no-repeat;
            }
            #slides div:nth-child(3) {
                background: url("../images/slide3.jpg") no-repeat;
            }
	    #slides div:nth-child(4) {
                background: url("../images/slide4.jpg") no-repeat;
            }
	    #slides div:nth-child(5) {
                background: url("../images/slide5.jpg") no-repeat;
            }
	    #slides div:nth-child(6) {
                background: url("../images/slide6.jpg") no-repeat;
            }
	    #slides div:nth-child(7) {
                background: url("../images/slide7.jpg") no-repeat;
            }
	    #slides div:nth-child(8) {
                background: url("../images/slide8.jpg") no-repeat;
            }
            #slides div.show {
                -webkit-animation: show 1s;
                -webkit-animation-fill-mode: forwards;
                animation: show 1s;
                animation-fill-mode: forwards;
            }
            #slides div.hide {
                -webkit-animation: hide 1s;
                -webkit-animation-fill-mode: forwards;
                animation: hide 1s;
                animation-fill-mode: forwards;
            }

            @-webkit-keyframes show {
                0%{ width: 0; left: 0; right: none; opacity: 0;}
                100% { width: 100%; left: 0; right: none; opacity: 1;}
            }
            @-webkit-keyframes hide {
                0% { width: 100%; left: none; right: 0; opacity: 1;}
                100%{ width: 0; left: none; right: 0; opacity: 0;}
            }

            @keyframes show {
                0%{ width: 0; left: 0; right: none; opacity: 0;}
                100% { width: 100%; left: 0; right: none; opacity: 1;}
            }
            @keyframes hide {
                0% { width: 100%; left: none; right: 0; opacity: 1;}
                100%{ width: 0; left: none; right: 0; opacity: 0;}
            }

            #info {
                text-align: center;
                padding: 20px 0;
                margin: 5px;
                box-shadow: 0  0px 4px -2px #ccc;
                -webkit-transition: box-shadow 1s;
                transition: box-shadow 1s;
            }
            #info:hover {
                box-shadow: 0 -2px 4px -1px #aaa;
            }

            .infocircle {
                width: 200px;
                height: 200px;
                border: 10px solid #ccc;
                border-radius: 50%;
                display:inline-block;
                margin: 5px 45px;
                position:relative;
                -webkit-transition: border-color .4s, box-shadow .4s;
                transition: border-color .4s, box-shadow .4s;
            }

	    .infodiv
	    {
		font-family: Garamond;
		font-size: 20px;
		opacity:0;
/*box-shadow: 0 2px 4px -1px #444;*/
margin-top: -10px;
font-variant: small-caps;
	    }	
	   .infocircle:hover .infodiv 
	    {
		opacity: 1;
	     }
            .infocircle:hover {
                border-color: #66f;
                box-shadow: 0 0 6px 0px #666;
                cursor:pointer;
		
            }

            .infocircle:after {
                border: 0px solid white;
                width: 200px;
                height: 200px;
                border-radius: 50%;
                left: 50%;
                top: 50%;
                margin-left: -100px;
                margin-top: -100px;
                position:absolute;
                content:'';
                -webkit-transition: border .4s, width .4s, height .4s, margin-left .4s, margin-top .4s;
                transition: border .4s, width .4s, height .4s, margin-left .4s, margin-top .4s;
            }
            .infocircle:hover:after {
                border: 2px solid #66f;
                width: 230px;
                height: 230px;
                border-radius: 50%;
                left: 50%;
                top: 50%;
                margin-left: -117px;
                margin-top: -117px;
                position:absolute;
            }
            
            #content {
                margin: 20px;
                padding: 20px 0;
                text-align: justify;
                min-height: 20px; 
            }
			#content p {
                margin: 4px 0;
                padding: 4px 0;
                font-size: 18px;
                font-family: Georgia;
                color: #677;
            }
            
            #thumbcontact {
                text-align: center;
                padding: 20px 0;
                margin: 10px 20px;
                background: #f5f6ff;
            }
            
            .contactthumbnail {
                margin: 20px 30px;
                width: 160px;
                height: 160px;
                display:inline-block;
                box-shadow: 0 0 4px -1px #666;
                position: relative;
            }
            .contactthumbnail .info {
                opacity: 0;
                position: absolute;
                width: 160px;
                height: 160px;
                left: 0;
                top: 0;
                -webkit-transition: opacity .8s;
                transition: opacity .8s;
                background: rgba(0,0,0,0.4);
            }
            .contactthumbnail:hover .info {
                
                opacity: 1;
            }
            
footer
{
	background: #000;
	padding: 20px;
	color:#fff;
}
footer a
{
	color:#fff;
	text-decoration:none;
}
           .callus
	   {
	      position: fixed;
              float: right;
              z-index: 99;
              width: 221px;
    	      height: 84px;
      	      /*display: inline-block;*/
              margin-left: 82%;
              background: url(../images/callus.png);
	}
	.Three-Dee 
	{
		color: #FDFDFD;/*rgb(255, 255, 0);*/
		font-family: Garamond,serif;
		font-size: 50px;
		font-weight: bold;
		line-height: 1em;
		text-shadow: 0 0 0 rgb(111, 108, 211), 0 1px 0 rgb(96, 93, 196), 0 2px 0 rgb(82, 79, 182), 0 3px 0 rgb(67, 64, 167), 0 4px 0 rgb(53, 50, 153), 0 5px 0 rgb(38, 35, 138), 0 6px 0 rgb(24, 21, 124), 0 7px 6px rgba(0, 0, 0, 0.6), 0 7px 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
	}

/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Default styles for the demo buttons */
.button {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*------------------Team Members------------------*/
            .speaker {
                vertical-align: top;
                display: inline-block;
                margin: 10px 50px;
                width: 200px;
                height: 280px;
                position: relative;
box-shadow: 0 0 4px -1px #676;            
}
            .speaker .thumb {
                height: 200px;
                background-size: cover;
                border-radius: 50%;
            }
            .speaker .name {
                position: absolute;
                bottom: 10px;
                font-family: Garamond;
                font-size: 20px;
                margin: 10px 0;
                display: block;
                color: #222;
                width: 100%;
                left: 0;
            }
            .speaker .place {
                position: absolute;
                font-family: Garamond;
                font-size: 20px;
                display: block;
                width: 100%;
                padding:15px 0;
                opacity: 0;
                color: #ddd;
                left: 0;
                bottom: 0;
                background: #333;
            }
            .speaker:hover .place {
                opacity: .9;

            }
/*-----------------------For Gallery------------------------------*/
#images
{
    margin-top: 50px;
    margin-left: 50px;
    width: 90%;
    text-align: center;
}

#images div 
{
    display:inline-block;
    width:190px;
    height:180px;
    margin:10px;
    box-shadow: 0 0 6px 2px black;
}

#images div div 
{
    display:table-cell;
    width:inherit;
    height:inherit;
    margin:0;
    vertical-align:middle;
    box-shadow:none;
}

#images div:hover 
{
    box-shadow: 0 0 4px 2px blue;
}

#images img
{
    max-height: 180px;
    max-width: 190px;
    cursor: pointer; /*border: 1px solid black;*/
}
#addImage
{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 10px;
    padding: 49.5px 76px;
    font-family: Arial;
    font-size: 72px;
    color: #808080;
}
.addToGallery
{
    position: fixed;
    width: 600px;
    height: 400px;
    background: white;
    border: 10px solid black;
    left: 50%;
    top: 50%;
    margin-left: -310px;
    margin-top: -210px;
    z-index: 102;
    display: none;
}
.addToGallery .close
{
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 26px;
    color: Black;
    font-weight: bold;
    font-family: Arial Black;
    cursor: pointer;
    opacity: .4;
}
.addToGallery table
{
    width: 75%;
    padding: 5px;
    margin: auto;
}
.addToGallery td
{
    padding: 5px auto;
}
.addToGallery input
{
    padding: 4px;
    width: 200px;
    border-radius: 4px;
    border: 1px solid;
}
.addToGallery input[type="file"]
{
    color: Blue;
}
#addAlbumDivision
{
}
#addPhotoDivision
{
}
.tablecelldiv
{
    display: table-cell;
    height: inherit;
    width: inherit;
    text-align: center;
    vertical-align: middle;
}
#imgarea
{
    width: 200px;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 4px -1px black;
    margin: auto;
}

#imgarea img
{
    max-height: 200px;
    max-width: 200px;
    margin: auto;
}
#map-canvas {
    width: 900px;
    height: 450px;
    background-color: #fff;
    box-shadow: 0 0 8px 4px;
}
.index
{
    width: 80%; 
    text-align: center; 
    box-shadow:0 0 8px -1px;
}
.about
{
  width: 85%;
  text-align: justify;
  margin: 2% 7% 2%;
  line-height: 2em;
  box-shadow: 0 0 8px -2px #000;
}
.about p
{
    padding: 20px;
}
.Contact{
    /*width: 95%;
    height: 500px;
    border: 1px solid black;    
    */padding: 25px;
    margin-right: 60px;
}
