/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  /* HEADER */
  #header {
    padding: 0px 0 15px;
  }
  /* mainMenu */
  .btnMenu {
    display: block;
    position: relative;
    margin: 0 0 0 30px;
    padding: 0px 0 5px 35px;
    color: #fff200;
    z-index: 5;
    top: 29px;
    background: url('../images/telephone.png') no-repeat left bottom transparent;
    cursor: pointer;
  }
  /* contactInfo */
  .moduletable_contactInfo table {
    margin-top: 30px;
  }
  .moduletable_contactInfo table td {
    display: block;
    margin-bottom: 15px;
  }
  /* mediaLinks */
  .moduletable_mediaLinks {
    position: relative;
    z-index: 10;
  }
  .moduletable_mediaLinks .nav > li > a {
    padding: 0px 5px;
  }
  /* responsiveMenu */
  #yt-off-resmenu {
    z-index: 1000!important;
  }
  .responsiveMenu {
    display: none;
  }
  #pageMenu h3 {
    display: block;
    background-image: none;
    padding: 0;
    position: absolute;
    color: #bf1e2e;
  }
  #pageMenu .menu_button {
    margin-top: 10px;
  }
  /* topSlider */
  .topSlider .nivo-caption {
    width: 100%;
    position: initial;
    border-radius: 0;
    border-style: none;
  }
  .topSlider .nivo-caption h2 {
    font-size: 1.1em;
  }
  .topSlider .theme-default:hover .nivo-directionNav a {
    top: 15%;
  }
  .topSlider .nivo-caption {
    background: #fff;
  }
  .topSlider .nivo-caption h1 {
    color: #bf1e2e;
    font-size: 1.2em;
    line-height: 28px;
  }
  .topSlider .nivo-caption p {
    font-size: 1.1em;
    margin-top: 15px;
    color: #000;
  }
  /* ourServices */
  .moduletable_ourServices table td {
    display: block;
    margin-bottom: 30px;
  }
  .container h3 {
    font-size: 1.4em;
  }
  .ourPortfolio .boxplus-viewport > ul > li img {
    margin: 5px !important;
  }
  /* ourClients */
  .ot_logo_scroller {
    padding-top: 5px;
  }
  /* staffTable */
  .staffTable td {
    display: block;
  }
  /* contactForm */
  .contactForm {
    float: none;
    width: 100%;
  }
  .moduletable_contactInferior {
    float: none;
    width: 100%;
  }
  .bt-googlemaps {
    width: 100%!important;
    float: none;
  }
  /* footer */
  #footerInfo .footerRight h3 {
    font-size: 0.9em;
    text-align: center;
    margin-top: 15px;
    line-height: 25px;
  }
  .copyright {
    font-size: 0.9em;
  }
  span.copyright br {
    display: block;
  }
  span.copyright span {
    display: none;
  }
}

/* Extra small devices (phones, less than 768px) orientation: lanscape */
@media (max-width: 767px) and (orientation : landscape) {
	
}
	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	/* contactInfo */
  .moduletable_contactInfo em {
    display: none;
  }
  .moduletable_contactInfo {
    font-size: 1em;
  }
  /* headerLogo */
  .moduletable_headerLogo img {
    margin: 0 auto;
  }
  /* mainMenu */
  #pageMenu .sm-blue {
    margin: 0 auto;
    width: 630px;
    float: none;
  }
  /* topSlider */
  .topSlider .nivo-caption h1 {
    font-size: 1.6em;
  }
  .topSlider .nivo-caption p {
    font-size: 0.9em;
  }
  .moduletable_ourServices table img {
    max-width: 80%;
  }
  .moduletable_ourServices table a {
    font-size: 1.1em;
  }
  /* footer */
  .footerLeft img {
    margin: 0 auto;
  }
  #footerInfo .footerRight h3 {
    text-align: center;
    font-size: 1.3em;
    margin-top: 15px;
  }
}

/* Small devices (tablets, 768px and up) orientation: lanscape */
@media (min-width: 768px) and (orientation : landscape) {
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1024px) {
  /* contactInfo */
  .moduletable_contactInfo {
    font-size: 1em;
  }
  /* mainMen */
  #pageMenu #rain_main_ul, #pageMenu #rain_main_ul li, #pageMenu #rain_main_ul li a {
    font-size: 1.03em;
  }
  #pageMenu #rain_main_ul li a.highlighted .sub-arrow {
    top: 22px;
  }
  /* topSlider */
  .topSlider .nivo-caption h1 {
    font-size: 1.8em;
  }
  .topSlider .nivo-caption p {
    font-size: 1em;
  }
  /* ourPortfolio */
  .ourPortfolio div {
    width: 100%!important;
  }
  .div.sigplus-gallery ul > li > img, div.sigplus-gallery ul > li > a > img {
    width: 215px!important;
    height: 142px!important;
  }
  /* footer */
  #footerInfo .footerRight h3 {
    font-size: 1.3em;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}	

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}