html, body {
  height: 100%;
  width: 100%;
}

.pagination .previous.disabled, .pagination .next.disabled { display:none; }
.color1 {color:#ea4829;}
.color2 {color:#00aeef;}
.color3 {color:#d4c730;}
.color4 {color:#0e76bc;}

/*.vimeo{
  border-width:10px;
  border-style: solid;
  border-color: #eee;
}
*/
.carousel-container {
  border-width:2px;
  border-style: solid;
  border-color: #dab074;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.project-info .title{
  color:#C03035; 
  font-size:16px; 
  padding-right: 15px;
}

.birds{
  background-image: url(../images/home/slider/birds1.png);
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: 100% top ;
  height:100px;
}
.sun{
  background-image: url(images/home/tour-icon2.png);
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: 100% top ;
  height:100px;
}

.portfolio-wrapper{
  margin-bottom:10%;
}
.portfolio-single{
}
.portfolio-img{
    border: 1px solid #ececec; 
    /*ececec*/
    border-radius: 10px;
    background-color: #eee;
    /*padding:5px;*/
  /*margin-bottom: 100px;*/
}
.portfolio-video{
    /*border: 1px solid #ececec; */
    /*ececec*/
    border-radius: 10px;
    /*background-color: #eee;*/
    /*padding:5px;*/
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.video {
    position: relative;
    /* 16:9 = 56.23% , 4:3 = 75% */
    padding-bottom: 56.23%; 
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #ececec;
    /*margin: 5px;*/
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.video img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.video img:hover {
    -webkit-filter: brightness(75%);
}

.video .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../images/home/play.png") no-repeat;
    cursor: pointer;
}
