/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  #spinner {
    display: block;
    height: 110px;
    left: 25%;
    line-height: 110px;
    margin: -55px;
    position: relative;
    text-align: center;
    top: 30%;
    width: 110px;
  }
  .widget .video{
    z-index: 2000;
    position: relative;
    margin-bottom: -37px;
    top:-15px;
  }
  .logovideo{
    margin-bottom: -75px !important;
  }
  .menuzord-menu > li > a {
    color: #000 !important;
    font-size: 14px;
    text-transform: uppercase;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
  .widget .video{
    z-index: 2000;
    position: relative;
    margin-bottom: -37px;
    top:-18px;
  }
  .logovideo{
    margin-bottom: -75px !important;
  }
  .menuzord-menu > li > a {
    color: #000 !important;
    font-size: 14px;
    text-transform: uppercase;
  }
  #spinner {
    display: block;
    height: 110px;
    left: 18%;
    line-height: 110px;
    margin: -55px;
    position: relative;
    text-align: center;
    top: 30%;
    width: 110px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
  .widget .video{
    z-index: 2000;
    position: relative;
    margin-bottom: -37px;
    top:-18px;
  }
  .logovideo{
    margin-bottom: -75px !important;
  }
  .menuzord-menu > li > a {
    color: #000 !important;
    font-size: 14px;
    text-transform: uppercase;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
  .widget .video{
    z-index: 2000;
    position: relative;
    margin-bottom: -37px;
    top:-18px;
  }
  .logovideo{
    margin-bottom: -75px !important;
  }
}
