@font-face {
  font-family: 'TitilliumWeb-Light';
  src: url('../fonts/TitilliumWeb-Light.eot');
  src: url('../fonts/TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TitilliumWeb-Light.woff') format('woff'),
       url('../fonts/TitilliumWeb-Light.ttf') format('truetype'),
       url('../fonts/TitilliumWeb-Light.svg#TitilliumWeb-Light') format('svg');

    font-weight: normal;
    font-style: normal;
}

/* CSS Document */

@media only screen and (max-device-width:480px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */
	   .galleryContainer{
top:0;
bottom:0;
left:0;
right:0;
height:auto;
position:relative;

}
.galleryThumbnailsContainer{
position:relative;
}
}

@media only screen and (max-width: 480px) {
    /* STYLES HERE for BROWSER WINDOWS with a max-width of 480px. 
       This will work on desktops when the window is narrowed.  */
.galleryContainer{
top:0;
bottom:0;
left:0;
right:0;
position:relative;
padding:auto;
margin:auto;
text-align:center;
}
.galleryThumbnailsContainer{
position:relative;
}
}

@media only screen and (max-device-width:992px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */
	   .galleryContainer{
top:0;
bottom:0;
left:0;
right:0;
height:auto;
position:relative;

}
.galleryThumbnailsContainer{
position:relative;
}
}

@media only screen and (max-width: 992px) {
    /* STYLES HERE for BROWSER WINDOWS with a max-width of 480px. 
       This will work on desktops when the window is narrowed.  */
.galleryContainer{
top:0;
bottom:0;
left:0;
right:0;
position:relative;
padding:auto;
margin:auto;
text-align:center;
}
.galleryThumbnailsContainer{
position:relative;
}
	#divibottom {

	position:relative;


}
}

@media only screen and (max-width: 1150px) {
  .navbar a{
font-size: 1.0em;
font-family: 'TitilliumWeb-Light' !important;

}

.navbar .navbar-brand > a{
font-family: 'TitilliumWeb-Light' !important;
color:#333333;
font-size: 1.2em;
}
}
/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
  /* Styles */
  .navbar a{
font-size: 1.3em;
font-family: 'TitilliumWeb-Light' !important;

}

.navbar .navbar-brand > a{
font-family: 'TitilliumWeb-Light' !important;
color:#333333;
font-size: 1.4em;
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
  /* Styles */
  .navbar a{
font-size: 1.5em;
font-family: 'TitilliumWeb-Light' !important;

}

.navbar .navbar-brand > a{
font-family: 'TitilliumWeb-Light' !important;
color:#333333;
font-size: 1.6em;
}
}


@media(max-width:767px) {
    .navbar .navbar-form {
        width: 185px;
        padding-left:0;
        padding-right:0;
		font-family: 'TitilliumWeb-Light' !important;
    }

}
@media(min-width:768px) {
    .navbar .navbar-form {
        width: 250px;font-family: 'TitilliumWeb-Light' !important;
    }

}
.navbar .navbar-form {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


 


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
  /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  /* Styles */
}



/* iPhone 4 - 5s ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  /* Styles */
}

/* iPhone 6 ----------- */
@media
only screen and (max-device-width: 667px) 
only screen and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 6+ ----------- */
@media
only screen and (min-device-width : 414px) 
only screen and (-webkit-device-pixel-ratio: 3) {
  /*** You've spent way too much on a phone ***/
}
input#gobutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/ 
padding:7px 8px; /*add some padding to the inside of the button*/ 
background:#fff; /*the colour of the button*/ 
border:1px solid #CCCCCC; /*required or the default border for the browser will appear*/ 
font-family: 'TitilliumWeb-Light' !important;

/*style the text*/ 
color: #333333;
font-size:1.1em;  margin-top: 8px;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/ 
input#gobutton:hover, input#gobutton:focus{
background-color :#fff; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/ 

}
.search {
     padding:5px 5px;
     background:none;
	 color:#333;
	 border: 1px solid #666666;border-radius: 3px;
}

.navbar input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: 1px solid #CCCCCC;
}

.navbar .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.navbar .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .navbar .search-container {
    float: none;
  }
  .navbar a, .navbar input[type=text], .navbar .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .navbar input[type=text] {
    border: 1px solid #ccc;  
  }
}