@charset "utf-8";
/* CSS Document */

.carousel {
    position: relative;

}


@media screen and (min-device-width: 481px) and (max-device-width: 767px) { 

.logo {text-align:center;}

.top_nav {
    float: none;
    margin: auto;
    padding: 3px 0;
    width: 76% !important;
}

.top_nav li {
  padding: 0 12px;
}

.custom-nav {
  background: #056b90 none repeat scroll 0 0;
  float: none;
  margin: 0;
  padding: 0;
}

.content-meet > h3::before, .content-meet > h3::after {
display:none;
}

.content-box {
  border-bottom: 1px dashed #6f6f6f;
}

 
.nav ul {
  background: #F00 none repeat scroll 0 0 !important;
  border-radius: 0;
  text-transform: uppercase;
}
}

@media only screen and (max-device-width: 766px) {

}


@media only screen and (max-device-width: 480px) {
.top_nav {
  float: none;
  padding: 3px 0;
   width: 100%;
}

.top_nav li {
    padding: 5px 10px;
	  font-size: 12px;
}

.logo {text-align:center;}

.custom-nav {
  background: #056b90 none repeat scroll 0 0;
  float: none;
  margin: 0;
  padding: 0;
}

.nav ul {
  background: #F00 none repeat scroll 0 0 !important;
  border-radius: 0;
  text-transform: uppercase;
}


.nav > li > a {color:#fff;}

.content-meet > h3::before, .content-meet > h3::after {
display:none;
}

}


@media  (min-width: 320px) and (max-width: 479px) {

.nav ul {
  background: #F00 none repeat scroll 0 0 !important;
  border-radius: 0;
  text-transform: uppercase;
}

}