body {
    margin:0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    color:#4A5C61;
}

.sociallinks {
    float:right;
    padding:40px 5px 5px 5px;
}

.title {
    padding:1% 0 0 36%;
}

.navigation {
    height:30px;
    text-align:center;
    margin:20px auto 20px auto;
}

.navbutton {
    width:100px;
    display:inline-block;
    text-align: center;
    text-decoration:none;
    color:#4A5C61;
    font-size: 16px;
}

.navbutton:hover{
    text-decoration:underline;
    color:rgb(84, 109, 116);
}

.navbreaker {
    width:10px;
    display:inline-block;
    margin: 0 15px 0 15px;
    font-size: 12px;
}

.copyright{
    text-align:center;
    font-size: 12px;
	position:absolute;
	bottom:40px;
	width:1000px;
}

/*INDEX*/

.slideshow{
    background-color:#F6F6F6;
    margin:40px auto;
    box-shadow: 0 0 10px rgb(97, 97, 97);
    width:750px;
    max-height:600px;
    position:relative;
}

.slides {
    width: 750px;
    max-height: 600px;
    pointer-events: none;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration:4s;
    -moz-animation-name:fade;
    -moz-animation-duration:4s;
    animation-name: fade;
    animation-duration:4s;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    95% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.divider{
    width:90%;
    height:1px;
    background-color:rgb(193, 196, 197);
    margin:40px auto 40px auto;
}

.fillerindex {
    width:800px;
    margin:auto;
    text-align: center;
    text-align:left;
    font-size:16px;
    -webkit-text-size-adjust:none;
	font-family: 'Raleway', sans-serif;
	font-weight:lighter;
}

.indexlink {
	text-decoration:none;
	color:#4A5C61;
	font-style: italic;
}

.indexlink:hover {
	text-decoration:underline;
}

/*GALLERY*/
.gallerycontainer{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    max-width:90%;
    border:solid rgb(193, 196, 197) 2px;
    border-radius:10px;
    position:relative;
    padding:50px;
    margin:40px auto;
}

.gallerytitle{
    margin:20px 0 0 20px;
    background-color:white;
    text-align: center;
    width:140px;
    position:absolute;
    top:-30px;
	left:0;
}

.dynamictitle{
    position:absolute;
    height:24px;
    width:200px;
    background-color:rgb(53, 53, 53);
    line-height:24px;
    padding:0 0 0 5px;
    color:white;
    bottom:0px;
    left:0px;
    transition:1.5s;
    font-family: 'Raleway', sans-serif;
	font-weight:lighter;
}

.gallery:hover>.dynamictitle {
    width:365px;
    transition:1.5s;
}

.gallery{
    width:350px;
    height:280px;
    border:solid rgb(193, 196, 197) 2px;
    background-color:rgb(226, 226, 226);
    margin:auto 0 40px 50px;
    padding:10px;
    float:left;
    position:relative;
}

.gallerylink {
    text-decoration:none;
	color:#4A5C61;
}

.gallerylink:hover{
    text-decoration:underline;
}

/*ABOUT*/
.about{
    font-family: 'Raleway', sans-serif;
	font-weight:lighter;
    margin:40px auto 40px auto;
    max-width:800px;
    min-height:100px;
    padding:10px;
    border:2px solid rgb(193, 196, 197);
    font-size:16px;
    font-weight:lighter;
    text-align: center;
    border-radius: 5px;
    position:relative;
	-webkit-text-size-adjust:none;
}

.abouttitle{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    width:190px;
    padding:5px;
    font-size:16px;
    position:absolute;
    top:-16px;
    background-color:white;
}

/*CONTACT*/
.info {
	font-family: 'Raleway', sans-serif;
	font-weight:lighter;
    width:440px;
	height:100px;
    font-size:16px;
	text-decoration:none;
	padding:20px;
	border:2px solid rgb(193, 196, 197);
	border-radius:5px;
	position:relative;
	margin:40px auto;
}

.link {
	font-family: 'Raleway', sans-serif;
	font-weight:lighter;
	color:#4A5C61;
    font-size:16px;
	text-decoration:none;
}

.link:hover{
	text-decoration:underline;
}

.contact-us {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size:16px;
	background-color:white;
	padding:5px;
	position:absolute;
	left:10px;
	top:-14px;
}

/*gallery pages*/
.fancygallery{
    width:100%;
    min-height:300px;
    margin:40px auto 40px auto;
    border:solid rgb(193, 196, 197) 2px;
    border-radius:10px;
    padding:40px 20px 40px 20px;
    position:relative;
}

.fancytitle{
    margin:2% 0 0 2%;
    background-color:white;
    text-align:center;
    width:230px;
    position:absolute;
    top:-32px;
    left:0%;
}

.photo {
    width: 300px;
    height: 300px;
    box-shadow: 2px 2px 10px rgb(97, 97, 97);
    margin: 15px;
    float: left;
    text-align: center;
}

.photo img{
    max-width: 300px;
    max-height: 300px;
}

/*NOSE-TIPS*/

.infoblock {
    /* min-height: 300px; */
    margin:40px;
    padding:40px;
    border:solid rgb(193, 196, 197) 2px;
    border-radius:10px;
    position:relative;
    -webkit-text-size-adjust:none;
}
 
.nosetips_paragraph {
    font-family: 'Raleway', sans-serif;
	font-weight:lighter;
    color:#4A5C61;
    margin:20px 0 20px 0;
    padding:20px;
}

.question {
    font-family: 'Raleway', sans-serif;
	font-weight:600;
    color:#4A5C61;
    font-size:18px;
    margin: 0 0 0 20px;
}

.answer {
    font-family: 'Raleway', sans-serif;
	font-weight:lighter;
    color:#4A5C61;
    margin:20px auto 20px auto;
    width:700px;
}

.image-title {
    text-align: left;
    font-size: 0.8rem;
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.nav-container {
    margin-top: 20px;
    text-align: center;
}

.btn {
    padding: 6px;
    margin-right: 20px;
}

.image-wrapper{
    position: relative;
    min-height: 250px;
    padding: 10px;
}

.image-wrapper .loader-image{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    height: 100;
}

.image-footer {
    text-align: left;
}

.selected-image-notapproved .image-wrapper-notapproved{
    /*border:#6293af solid 2px;*/
    /*background-image: url(../images/likeBackground1.png);*/
    background-size: 30%;
    background-repeat: repeat-x repeat-y;
}

.unselect-btn{
    background: none!important;
    border: none;
    padding: 0!important;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.8rem;
    margin-left: 15px;
}

.selected-images-panel{
    margin-bottom: 10px;
}

.back-to-gallery-btn{
    margin-top: 10px;
}

.jump-container {
    padding-top: 10px;
}

