﻿body {
}
.dropdown-menu {

 
  display: none;

  float: left;

  text-decoration:none;

  font-size: 14px;

  list-style: none;

} 
 ul li ul.dropdown-menu{
        min-width: 100%; /* Set width of the dropdown */
        /*background: #fff;*/
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
    }
    ul li:hover ul.dropdown-menu{
        display: block;	/* Display the dropdown */
        text-decoration : none;
    }
    ul li ul.dropdown-menu li{
        display: block;
         text-decoration : none;
    }
 

/* tablet landscape view */
@media only screen and (max-width:1199px) {
.navbar-nav {margin-top:50px;}

}

/*portrait tablet */
@media only screen and (max-width:756px) {
	.navbar-brand {margin-bottom:0px;}
	.navbar-collapse {padding-top:0px;}
}
/* mobile phone */
@media only screen and (max-width:755px) {
	.navbar-brand {margin-bottom: 0px;}
	.navbar-collapse {padding-top: 40px;}
	.navbar-header{height:20px;}
	.navbar-brand img {width:130px;}
}

@media only screen and (max-width: 477px) {
	.navbar-brand {margin-top:10px;}
	.navbar-collapse ul {margin-top:0px; }
}

@media only screen and (max-width: 768px) and (min-width: 426px){
 .navbar-nav {
    float: left !important;
 }
 #navleft{
     float: left !important;
 }
}
@media only screen (max-width: 768px) and (min-width: 426px){
    .navbar.container {
        display: flex;
        justify-content:flex-end;
    }
   
    #bootstrap-touch-slider{
      min-width:1220px
  }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
      #bootstrap-touch-slider  {
          
             max-width:300%;
             /*max-height:400px;*/
             min-height:100px;
             min-width:100%;
        }

}
/*@media only screen and (max-width:500) and (min-width:360px) {*/
    /* For mobile phones: */

   
       /*#bootstrap-touch-slider  {
          
             max-width:300%;
             /*max-height:400px;*/
             /*min-height:100px;
             min-width:100%;
        }*/
 
/*}*/
@media (min-width:360px) {
#carousel-inner > .item > img {
  width:640px;
  height:400px;
}
/*.navbar-brand {
    height: 60px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    padding: 0px;
}*/
#bootstrap-touch-slider {
  width:640px;
  height:400px;
}
.slide-text{
    font-size:12px;
}
}

.link-1 {
  transition: 0.3s ease;
  background: #ffffff;
  color: #000000;
  /*font-size: 20px;*/
  text-decoration: none;
  border-top: 4px solid #ffffff;
  /*border-bottom: 4px solid #ffffff;*/
  /*padding: 2px 0;*/
  margin: 0 2px;
}
.link-1:hover {
  border-top: 4px solid #000000;
 
  /*border-bottom: 4px solid #000000;*/
  /*padding: 2px 0;*/ 
}
/*------------------------------------------------------------------*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    } 
    /*.item:nth-child(1) {
      background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/HZZKGVVJ6I.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(2) {
      background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/D2ROMCUEIV.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(3) {
      background: url('https://snap-photos.s3.amazonaws.com/img-thumbs/960w/PU9HHZB5QW.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }*/
