@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-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;
}

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;
}

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

.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;  
  }
}







