@media screen and (min-width: 200px) and (max-width:320px) {
.carousel-caption h1 {
  font-size:22px;
  font-weight:600;
  color:#FFF;
  line-height:30px;
  font-family: 'Josefin Sans', sans-serif;
}

.header .navbar-inverse .navbar-nav>li>a:hover {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}

.header .navbar-inverse .navbar-nav>li> .active {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}

}


/* -- 1. STYLES FOR MOBILE DEVICES - media screen max width: 400px -- */

@media screen and (min-width: 320px) and (max-width:480px) {
.carousel-caption h1 {
  font-size:22px;
  font-weight:600;
  color:#FFF;
  line-height:30px;
  font-family: 'Josefin Sans', sans-serif;
}

.header .navbar-inverse .navbar-nav>li>a:hover {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}

.header .navbar-inverse .navbar-nav>li> .active {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}



}


/* -- 2. STYLES FOR MOBILE DEVICES - media screen min width: 400px / max width: 568px -- */

@media screen and (min-width: 400px) and (max-width: 568px) {
.carousel-caption h1 {
  font-size:28px;
  font-weight:600;
  color:#FFF;
  line-height:32px;
  font-family: 'Josefin Sans', sans-serif;
}

.header .navbar-inverse .navbar-nav>li>a:hover {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}

.header .navbar-inverse .navbar-nav>li> .active {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}


}

/* -- 3. STYLES FOR MOBILE DEVICES - media screen min width: 568px / max width: 600px -- */

@media screen and (min-width: 568px) and (max-width: 600px) {
.carousel-caption h1 {
  font-size:30px;
  font-weight:600;
  color:#FFF;
  line-height:35px;
  font-family: 'Josefin Sans', sans-serif;
}

.header .navbar-inverse .navbar-nav>li>a:hover {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}

.header .navbar-inverse .navbar-nav>li> .active {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}


}


/* -- 4. STYLES FOR MOBILE DEVICES - media screen min width: 600px / max width: 700px -- */

@media screen and (min-width: 600px) and (max-width: 700px) {
  .header .navbar-inverse .navbar-nav>li>a:hover {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}

.header .navbar-inverse .navbar-nav>li> .active {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}



}

/* -- 5. STYLES FOR MOBILE DEVICES - media screen min width: 700px / max width: 1024px -- */

@media (max-width:768px) {
.header .nav>li {
    position: relative;
    display: block;
    padding: 0 2px !important;
	border-bottom:1px solid #000;
	background:none;
}	

.header .navbar-inverse .navbar-nav>li>a:hover {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}

.header .navbar-inverse .navbar-nav>li> .active {
  color: #b60e0a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
}

}

	
@media screen and (min-width: 700px) and (max-width: 768px) {
#searchForm {
	position: relative;
	z-index:9999;
	margin-top:-26%;
	text-align:center;
	

}

#searchForm .form-group {
	margin-bottom:15px
}
.form-class{ 
	padding-left:0;
	}
	
#searchForm .form-control {
	
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #797979;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border:none;
    border-radius: 0 !important;
	font-family: 'Montserrat', sans-serif;
}




#custom-search-input {
margin-left:0px;
margin-top:0px;
padding: 0;
}

#custom-search-input button {
border: 0;
background: none;
padding: 2px 16px;
margin-top: 2px;
position: relative;
margin-bottom: 0;
color:#fff;
border:none;
outline:none;
font-size:22px;
}

		
}

/* -- 6. STYLES FOR MOBILE DEVICES - media screen min width: 1024px / max width: 1280px -- */

@media screen and (min-width : 1024px) and (max-width : 1480px) {

}

/* -- 7. STYLES FOR MOBILE DEVICES - media screen min width: 1280px / max width: 1366px -- */

@media screen and (min-width : 1480px) and (max-width : 1600px) {
	
	

}

@media screen and (min-width : 1600px) and (max-width : 1920px) {

}


@media screen and (min-width: 1025px) and (max-width:1920px) {

.gallery img  {
   display: block;
    width: 100%;
    height: 160px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


}

@media screen and (min-width: 768px) and (max-width:1024px) {

.gallery img  {
    display: block;
    width: 100%;
    height: 100px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


}

@media screen and (min-width: 200px) and (max-width:767px) {

.gallery img  {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


}