/*
 * Copyright 2012 soundarapandian
 * Licensed under the Apache License, Version 2.0
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#full-screen-slider {
  overflow: hidden;
  clear: both;
  margin-top: -20px;
}
.carousel .carousel-inner .item img {
  width: 100%;
}
.all-sliders {
  position: fixed;
  top: 25px;
  right: 25px;
  color: white;
  z-index: 10;
}
.all-sliders:hover {
  color: white;
}

@media (max-width: 767px) {
    body {
        padding-right: 0px !important;
        padding-left: 0px !important;
 }
}

.carousel-control {
    top: 50% !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 28px !important;
    line-height: 23px !important;
    background: #999999 !important;
    border: 2px solid #ffffff !important;
    z-index: -9999;
    position: absolute;
}

