/* ##################################################################### */
/* PLEASE PUT ALL CSS OVERRIDES OR UNIUE ADDITIONS TO THEME IN THIS FILE */
/* ##################################################################### */

.easingslider-slide {
    background-color: transparent;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.nav {
    width: 56%;
}

.logo {
  width: 44% !important;
  float: left;
}

@media only screen and (max-width:1280px) {

}

@media only screen and (max-width:1140px) {

}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:768px) {
.logo {
  width: 22% !important;
  
}
.logo-img
{
  margin-top: 13%;
}
.nav {
  width: 77%;
}
}


@media only screen and (max-width: 667px){
.nav {
    width: 75% !important;
}
}
@media only screen and (max-width: 568px){
.nav {
    width:30% !important;
}
.logo {
    width: 34% !important;
}
}
@media only screen and (max-width:480px) {

}

@media only screen and (max-width:320px) {

.logo-img {
  margin-top: 5%;
}

.logo {
  width: 50%;
}

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
.nav li a {
  text-transform: capitalize;
}
.homenav li a, .contactform {
  text-transform: capitalize;
}

li:last-child:before {
  content: ' ' !important;
}