@import url('instafeed.css');
@import url('search.css');
html, body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
body{
  margin-top: 60px;
}
body.home{
  margin-top: 0px;
}
a:hover, a:focus{
  color: #01b5ff;
}
.all-caps{
  text-transform: uppercase;
}
h2.all-caps {
  margin-bottom: 15px;/* + 5px */
}
body.page-template-top-banner,
body.page-template-blog,
body.single-u {
  margin-top: 65px;
}
body.page-template-contact {
  margin-top: 65px;
}
body.search-results article {
  margin-bottom: 40px;
}
body.search-results article img {
  margin-right: 20px;
}
a{
  color: #01b5ff;
}
.clear {
  clear: both;
}
h3 {
  font-size: 22px;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.blog-top-margin {
  margin-top: 10px;
}
@media (min-width: 1200px) { 
  .container-fluid{
    padding-left: 50px;
    padding-right: 50px;
  } 
}
@media (min-width: 1600px){
 .container-fluid{
    padding-left: 100px;
    padding-right: 100px;
  } 
}
.home{
margin-top: 0;
}
.navbar-brand{
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 1s ease;
}
.logged-in .navbar-fixed-top{
  top: 32px;
}

.home .navbar .navbar-brand{
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 1s ease;
}

.navbar-collapse{
  transition: all 1s ease;
}
.home .navbar-collapse{
  margin-top: 28px;
}
.navbar-default {
    background-color: rgba(1,181,255,0.60);
    border-color: rgba(1,181,255,0.60);
    border: none;
    transition: all 1s ease;
    padding-top: 0;
    padding-bottom: 0;
}
.home .navbar-default {
    background-color: rgba(1,181,255,0.60);
    border-color: rgba(1,181,255,0.60);
  }
.affix.navbar-default {
  /* background-color: rgba(1,181,255,1);
  border-color: rgba(1,181,255,1); */
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(1,181,255,0.8);
  border-color: rgba(1,181,255,0.8);
}
.menu__link{
	font-size: 14px;
}
.menu--iris .menu-item--current .menu__link, .menu--iris .menu__item--current .menu__link, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
}
@media (min-width: 768px) {
  .menu--iris .menu__link::before, .menu--iris .menu__link::after{
  	border-color: #FFF;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-form {
    border: 0;
  }
  .navbar-collapse {
    margin-bottom: 20px;
  }
   .navbar-collapse #searchform{
        text-align: center;
        width: auto;
        overflow: hidden;
    }
    
    .navbar-collapse #searchform div{
        overflow: hidden;
        width: auto;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
}
@media (min-width: 768px) {
  .navbar-collapse {
    margin-top: 16px;
  }
}
@media (min-width: 993px) {
  .navbar-collapse {
    margin-top: 43px;
  }
}
@media (min-width: 768px) {
  .affix .navbar-collapse {
    margin-top: 0;
    /* transition: 0.3s all ease;
    opacity: 0; */
  }
  nav.navbar-default.affix:hover .navbar-collapse {
    display: block !important;
  }
}
.navbar-form {
  padding-right: 0;
}
.navbar-toggle{
  margin-top: 45px;
  transition: 0.5s ease;
}
.navbar-fixed-top.affix .navbar-toggle{
  margin-top: 7px;
}
.navbar-default .navbar-toggle {
  border: 0;
  border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #ffffff;
}
.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: rgba(1,181,255,1);
}
/*nav hamburger animate*/
.navbar-toggle .icon-bar{
  transition: all 0.5s ease;
}
.navbar-toggle.collapsed #first{ 
  transform: rotate(0deg);
  transform-origin: 18px 3px;
}
.navbar-toggle.collapsed #second{
  opacity: 1;
}
.navbar-toggle.collapsed #third{
  transform: rotate(0deg);
  transform-origin: 19px -1px;
}
.navbar-toggle #first{
  transform: rotate(-45deg);
  transform-origin: 18px 3px;
}
.navbar-toggle #second{
  opacity: 0;
}
.navbar-toggle #third{
  transform: rotate(45deg);
  transform-origin: 19px -1px;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
  color: #FFF;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
  background-color: #FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background-color: transparent;
}
nav.menu--iris.menu{
  transition: all 1s ease;
  margin-right: 10px;
  margin-top: 3px;
}
.navbar.affix nav.menu--iris.menu{
  /*margin-top: 5px;*/
}
.home .navbar.affix .navbar-brand{
  padding-top: 5px;
  padding-bottom: 5px;
}
.home .navbar.affix .navbar-brand > img{
  width: 32px;
  border: 2px solid #ffffff;
}
.navbar-brand > img{
  transition: all 1s ease;
}
@media(max-width: 767px){
  .navbar-brand > img{
    width: 45px;
  }
  .navbar-toggle{
    margin-top: 6px;
  }
  .home .affix-top .navbar-toggle{
    margin-top: 35px;
  }
  body .banner .carousel-control{
    font-size: 35px;
  }
}
.thumb {
  margin-bottom: 30px;
}
.thumb img{
	width: 100%;
}
.navbar-nav > li > a:before, .navbar-nav > li > a:after{
	transition: all 0.3s ease;
	width: 10px;
	height: 10px;
	border: 2px solid #FFF;
    content: "";
    display: block;
    position: absolute;
	opacity: 0;
}
.navbar-nav > li > a:before{
    top: 0px;
    left: 0;
    border-right: none;
    border-bottom: none;
}
.navbar-nav > li > a:after{
	bottom: 0px;
	right: 0;
	border-top: none;
	border-left: none;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

  .navbar-default .navbar-nav > li.current-page-ancestor > a:before, 
  .navbar-default .navbar-nav > li.current-menu-item > a:before, 
  .navbar-default .navbar-nav > li > a:hover::before{

    animation: clickAnimationFrames1 linear 0.3s;
    animation-iteration-count: 1;
    transform-origin: 100% 100%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: clickAnimationFrames1 linear 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 100% 100%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: clickAnimationFrames1 linear 0.3s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 100% 100%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: clickAnimationFrames1 linear 0.3s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 100% 100%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: clickAnimationFrames1 linear 0.3s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 100% 100%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
  }

  @keyframes clickAnimationFrames1{
    0% {
      opacity:0;
      transform:  translate(15px,15px)  scaleX(0.00) scaleY(0.00) ;
    }
    88% {
      opacity:1;
      transform:  translate(0px,0px)  scaleX(1.20) scaleY(1.20) ;
    }
    100% {
      opacity:1;
      transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
    }
  }

  @-moz-keyframes clickAnimationFrames1{
    0% {
      opacity:0;
      -moz-transform:  translate(15px,15px)  scaleX(0.00) scaleY(0.00) ;
    }
    88% {
      opacity:1;
      -moz-transform:  translate(0px,0px)  scaleX(1.20) scaleY(1.20) ;
    }
    100% {
      opacity:1;
      -moz-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
    }
  }

  @-webkit-keyframes clickAnimationFrames1 {
    0% {
      opacity:0;
      -webkit-transform:  translate(15px,15px)  scaleX(0.00) scaleY(0.00) ;
    }
    88% {
      opacity:1;
      -webkit-transform:  translate(0px,0px)  scaleX(1.20) scaleY(1.20) ;
    }
    100% {
      opacity:1;
      -webkit-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
    }
  }

  @-o-keyframes clickAnimationFrames1 {
    0% {
      opacity:0;
      -o-transform:  translate(15px,15px)  scaleX(0.00) scaleY(0.00) ;
    }
    88% {
      opacity:1;
      -o-transform:  translate(0px,0px)  scaleX(1.20) scaleY(1.20) ;
    }
    100% {
      opacity:1;
      -o-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
    }
  }

  @-ms-keyframes clickAnimationFrames1 {
    0% {
      opacity:0;
      -ms-transform:  translate(15px,15px)  scaleX(0.00) scaleY(0.00) ;
    }
    88% {
      opacity:1;
      -ms-transform:  translate(0px,0px)  scaleX(1.20) scaleY(1.20) ;
    }
    100% {
      opacity:1;
      -ms-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
    }
  }
  .navbar-default .navbar-nav > li.current-page-ancestor > a:after,
  .navbar-default .navbar-nav > li.current-menu-item > a:after, 
  .navbar-default .navbar-nav > li > a:hover::after {
    animation: clickAnimationFrames2 linear 0.3s;
    animation-iteration-count: 1;
    transform-origin: 0% 0%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: clickAnimationFrames2 linear 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: clickAnimationFrames2 linear 0.3s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 0% 0%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: clickAnimationFrames2 linear 0.3s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 0% 0%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: clickAnimationFrames2 linear 0.3s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 0% 0%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
  }

  @keyframes clickAnimationFrames2{
    0% {
      opacity:0;
      transform:  translate(-15px,-15px)  scaleX(0.00) scaleY(0.00) ;
    }
    88% {
      opacity:1;
      transform:  translate(0px,0px)  scaleX(1.20) scaleY(1.20) ;
    }
    100% {
      opacity:1;
      transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
    }
  }

  @-moz-keyframes clickAnimationFrames2{
    0% {
      opacity:0;
      -moz-transform:  translate(-15px,-15px)  scaleX(0.00) scaleY(0.00) ;
    }
    88% {
      opacity:1;
      -moz-transform:  translate(0px,0px)  scaleX(1.20) scaleY(1.20) ;
    }
    100% {
      opacity:1;
      -moz-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
    }
  }

  @-webkit-keyframes clickAnimationFrames2 {
    0% {
      opacity:0;
      -webkit-transform:  translate(-15px,-15px)  scaleX(0.00) scaleY(0.00) ;
    }
    88% {
      opacity:1;
      -webkit-transform:  translate(0px,0px)  scaleX(1.20) scaleY(1.20) ;
    }
    100% {
      opacity:1;
      -webkit-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
    }
  }

  @-o-keyframes clickAnimationFrames2 {
    0% {
      opacity:0;
      -o-transform:  translate(-15px,-15px)  scaleX(0.00) scaleY(0.00) ;
    }
    88% {
      opacity:1;
      -o-transform:  translate(0px,0px)  scaleX(1.20) scaleY(1.20) ;
    }
    100% {
      opacity:1;
      -o-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
    }
  }

  @-ms-keyframes clickAnimationFrames2 {
    0% {
      opacity:0;
      -ms-transform:  translate(-15px,-15px)  scaleX(0.00) scaleY(0.00) ;
    }
    88% {
      opacity:1;
      -ms-transform:  translate(0px,0px)  scaleX(1.20) scaleY(1.20) ;
    }
    100% {
      opacity:1;
      -ms-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
    }
  }
}

@media (min-width: 1200px) {
  .navbar-nav > li {
    margin-right: 10px;
  }  
}
/*banner*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.full-size-banner{
	margin-bottom: 0px;
}
.full-size-banner .item{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.full-size-banner .item .carousel-caption h1, .full-size-banner .item .carousel-caption p{
	opacity: 0;
}
.carousel-caption a{
  color: #FFF;
  text-decoration: none;
}
.full-size-banner .item.active .carousel-caption p{
  animation: fadein-txt-delay ease-in-out 3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: fadein-txt-delay ease-in-out 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: fadein-txt-delay ease-in-out 3s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: fadein-txt-delay ease-in-out 3s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: fadein-txt-delay ease-in-out 3s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes fadein-txt-delay{
  0% {
    opacity:0;
    transform:  translate(0px,0px)  ;
  }
  50% {
    opacity:0;
    transform:  translate(-30px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes fadein-txt-delay{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,0px)  ;
  }
  50% {
    opacity:0;
    -moz-transform:  translate(-30px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes fadein-txt-delay {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,0px)  ;
  }
  50% {
    opacity:0;
    -webkit-transform:  translate(-30px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes fadein-txt-delay {
  0% {
    opacity:0;
    -o-transform:  translate(0px,0px)  ;
  }
  50% {
    opacity:0;
    -o-transform:  translate(-30px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes fadein-txt-delay {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,0px)  ;
  }
  50% {
    opacity:0;
    -ms-transform:  translate(-30px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}
.full-size-banner .item.active .carousel-caption h1{
  animation: fadeinleft ease-in-out 1.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: fadeinleft ease-in-out 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: fadeinleft ease-in-out 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: fadeinleft ease-in-out 1.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: fadeinleft ease-in-out 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes fadeinleft{
  0% {
    opacity:0;
    transform:  translate(-30px,0px)  ;
  }
  50% {
    opacity:0;
    transform:  translate(-30px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes fadeinleft{
  0% {
    opacity:0;
    -moz-transform:  translate(-30px,0px)  ;
  }
  50% {
    opacity:0;
    -moz-transform:  translate(-30px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes fadeinleft {
  0% {
    opacity:0;
    -webkit-transform:  translate(-30px,0px)  ;
  }
  50% {
    opacity:0;
    -webkit-transform:  translate(-30px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes fadeinleft {
  0% {
    opacity:0;
    -o-transform:  translate(-30px,0px)  ;
  }
  50% {
    opacity:0;
    -o-transform:  translate(-30px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes fadeinleft {
  0% {
    opacity:0;
    -ms-transform:  translate(-30px,0px)  ;
  }
  50% {
    opacity:0;
    -ms-transform:  translate(-30px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}


@media screen and (min-width: 768px){
	.carousel-caption {
	    right: auto;
	    left: 150px;
	    padding-bottom: 100px;
	    text-align: left;
	    width: 600px;
	}	
	.full-size-banner .carousel-caption h1{
		font-size: 46px;
		font-weight: 400;
	}
	.full-size-banner .carousel-caption p{
		font-size: 22px;
		line-height: 30px;
		font-weight: 400;
	}
}
@media(max-width: 769px){
  .carousel-caption {
    right: auto;
    left: 0;
    padding-bottom: 30px;
    text-align: left;
    width: 100%;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
  } 
}

@media(min-width: 1025px){
  .search-toggle{
    display: none;
  }
}
@media(max-width: 1024px){
  .search-box {
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 0.7s ease;
    opacity: 0;
    visibility: hidden;
  }
  .search-box.on {
    opacity: 1;
    visibility: visible;
  }
  .affix-top .search-box{
    top: 160px;
  }
  .serach-box form#searchform {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
  }
  .search-toggle {
      color: #FFF;
      margin-top: 0px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
  }
  .search-box .search-form input.search-field{
    background: rgba(1,181,255,0.60);
    width: 300px;
    height: 40px;
    line-height: 40px;
    border: none;
  }
  .search-box .search-form input.search-submit{
    height: 40px;
    border: none;
    background-color: rgba(1,181,255,0.60);
    background-image:  url('../images/icons/icon-search-white.png');
  }
  .search-box form#searchform {
      display: inline-block;
      overflow: hidden;
      margin: 0 auto;
  }
}
.banner .carousel-control{
	width: 10%;
	font-size: 44px;
	color: #FFF;
	top: 50%;
	bottom: auto;
	background: none;
	background-image: none;
}
.rm-col-padding .custom-col{
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
}
.rm-col-padding .custom-col img{
	width: 100%;
}
body .rm-padding-left{
  padding-left: 0;
}
body .rm-padding-right{
  padding-right: 0;
}
.collection{
	margin-bottom: 40px;
}
@media(max-width: 1024px){
 .collection{
    margin-bottom: 0px;
  } 
}
@media(max-height: 500px){
  .carousel-caption {
    right: auto;
    left: 0;
    padding-bottom: 30px;
    text-align: left;
    width: 100%;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
  } 
  .carousel-caption p{
    display: none;
  }
}
.collection .custom-col a{
	display: block;
	background-size: cover;
	background-color: #01b5ff;
	position: relative;
	overflow: hidden;
}
.collection .custom-col a .overlay{
	background-color: rgba(1,181,255,0.5);
	opacity: 0;
	transition: all 0.5s ease;
}
.collection .custom-col a:hover .overlay, .collection .custom-col a:focus .overlay, .collection .custom-col a:active .overlay{
	opacity: 1;
}
.collection .custom-col a:hover .valign-middle, .collection .custom-col a:focus .valign-middle, .collection .custom-col a:active .valign-middle{
	opacity: 1;
}
.collection .custom-col a .valign-middle{
	opacity: 0;
	transition: all 0.3s ease;
}
.touchevents .collection .custom-col a .overlay{
  background: rgba(0,0,0,0.2);
}
  .touchevents .collection .custom-col a .overlay, .touchevents .collection .custom-col a .valign-middle{
  opacity: 1;
}
.collection .custom-col img{
	opacity: 0;
}
.collection .custom-col .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.table-dis {
	display: table;
	width: 100%;
    height: 100%;
    font-size: 24px;
    color: #FFF;
	}

.valign-middle {
  display: table-cell;
  vertical-align: middle;
 }
 .recent-activities-wrap{
  background-color: #ebebeb;
 	padding-bottom: 50px;
 	padding-top: 12px;
 }
 .collection-wrap{
 	padding-top: 18px;
 	padding-bottom: 20px;
 }
 span.post-img{
 	display: block;
 	background-repeat: no-repeat;
 	background-size: cover;
  margin-bottom: 15px;
  position: relative;
 }
 .thumb.nomarginbottom span.post-img {
  margin-bottom: 0;
 }
 span.post-img-transparent {
  background: rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 275px;
  display: table;
  z-index: 1;
 }
 span.post-img-transparent h3 {
  color: #ffffff !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0;
 }
 .post-img .post-img-transparent h3{
  padding-right: 0;
 }
 .thumb a h3 {
  margin-top: 10px;
 }
 .thumb a h3, .thumb a{
 	color: #000;
 	font-weight: 400; 
 	text-decoration: none;
 }
 .thumb a h3, .thumb p{
	padding-right: 10px;
 }
 .post-date{
 	font-size: 14px;
 }
 .thumb p{
 	font-size: 14px;
 }
 .thumb-inn-info{
  padding-right: 10px;
 }
@media(min-width : 768px){
   .thumb-has-info{
    height: 450px;
   }
}
 .social-box{
  padding-top: 20px;
 }
 .insta-col{
    float: left !important;
    padding-right: 2px;
 }
 footer{
  background: #000000;
  color: #58595b;
  margin-top: 40px;
 }
 footer li, footer li a{
  font-size: 12px;
  color: #58595b;
  font-weight: 600;
  text-decoration: none;
 }
 footer a:hover, footer a:focus, footer a:active{
  color: #01b5ff;
  text-decoration: none;
 }
 footer ul{
  margin: 25px 0;
 }
 .social-icons a{
  font-size: 20px;
  margin-left: 10px;
}
.banner-top{
  width: 100%;
}
.banner-top img{
  width: 100%;
  height: auto;
}
.detail-img{
  margin-bottom: 20px;
  text-align: center;
}
.detail-img img{
  /* width: 100%;
  height: auto; */
}
.single .thumb-col {
  text-align: center;
}
.single .detail-img {
  display: inline-block;
  width: 100%;
  position: relative;
}
.single .detail-img .post-nav span.icon-menu-left,
.single .detail-img .post-nav span.icon-menu-right {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}
.single .detail-img .post-nav span.icon-menu-left {
  left: 0;
}
.single .detail-img .post-nav span.icon-menu-right {
  right: 0;
}
.single .detail-img img {
  /*max-width: 100%;*//*we will give from js*/
  /*height: 463px;*/
  width: auto;
}
.detail-info h1{
  font-weight: 400;
  color: #000;
  margin-top: 0;
  padding-bottom: 15px;
}
.detail-info h1 a{
  color: #000;
}
.detail-info > h4{
  font-weight: 400;
  margin-bottom: 25px;
}
.detail-info .tab{
  margin-top: 24px;
}
.detail-info p{
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
}
.detail-info .nav > li > a{
  padding-top: 13px;
  padding-bottom: 13px;
}
.nav > li > a:hover, .nav > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a, .nav-tabs > li > a:hover{
  background: transparent;
  border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  color: #01b5ff;
}
.nav-tabs > li > a{
  font-size: 14px;
  font-weight: 500;
}

.nav-tabs > li > a{
  color: #acacac;
  padding-left: 0;
  padding-right: 30px;
}
.nav > li > a:hover, .nav > li > a:focus{
  outline: none;
}
.nav-tabs {
    border-top: 1px solid #ddd;
    margin-bottom: 40px;
}
.detail-info .share{
  font-size: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.detail-info .tag-wrap{
  margin-bottom: 15px;
}
.post-nav{
  margin-top: 85px;
}
.post-nav h2{
  display: none;
}
.post-nav .nav-links .nav-previous, .post-nav .nav-links .nav-next{
  padding-right: 30px;
  display: inline-block;
}
.post-nav .nav-links .nav-previous a, .post-nav .nav-links .nav-next a{
  float: left;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 300px;
  background: url('../images/nav-next.png') no-repeat center;
}
.post-nav .nav-links .nav-previous a{
  background-image: url('../images/nav-prev.png');
}

.inner-banner-t{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
}
#content{
  min-height: 100%;
  margin-top: 65px;
}
body.home #content { margin-top: 0; }
/* Collection */
ul.bullet-collection {
  padding-left: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}
ul.bullet-collection li {
  float: left;
  list-style: none;
  margin-right: 30px;
}
ul.bullet-collection li a {
  background-image: url(../images/icons/bullet-collection.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #0b0b0b;
  padding-left: 20px;
  text-transform: uppercase;
}
ul.bullet-collection li.current_page_item a {
  background-image: url(../images/icons/bullet-collection-active.png);
}
ul.bullet-collection li a:hover {
  text-decoration: none;
}
ul.collection-nav {
  margin-bottom: 20px;
}
.collection-nav a{
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.collection-nav a:before{
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #01b5ff;
  content: "";
  display: inline-block;
  margin-right: 10px;
}
.collection-nav .current_page_item a:before{
  background-color: #01b5ff;
}
.grid-item { width: 33.3333333%; overflow: hidden; float: left; padding: 1px;}
.grid-item--width2 { width: 66.66666%; }
.grid{
  width: 100%;  
}
.kazi-site{
  margin-top: 20px;
  display: inline-block;
}
.kazi-site a{
  color: #ffffff;
}
footer .txt-link{
  margin-top: 22px;
}
footer .social-icons{
  margin-top: 15px;
}
.archive h2{
  font-size: 18px;
}
.archive h2 a{
  text-decoration: none;
}
@media (max-width: 767px) {
  footer{
    text-align: center;
    padding-bottom: 20px;
  }
  footer .txt-link, footer .social-icons{
    margin-bottom: 0;
    width: 100%;
  }
  footer .txt-link li{
    display: block;
    padding-bottom: 10px;
  }
  footer .social-icons.pull-right {
    float: left !important;
    margin-top: 20px;
  }
  footer .kazi-site {
    margin-top: 20px;
  }
  .social-icons a{
    margin-left: 5px;
    margin-right: 5px;
  }
}
.home .navbar .navbar-brand > img{
  width: 70px;
  border: none;
}
.navbar .navbar-brand > img{
  width: 32px;
  border: 2px solid #ffffff;
}
.navbar-collapse{
  margin-top: 0;
}
.navbar-default{
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(1,181,255,0.8);
    border-color: rgba(1,181,255,0.8);
}
.navbar .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}
.blog-nav {
  margin-top: 30px;
}
.blog-nav div{
  width: 30px;
  height: 30px;
  float: left;
  font-size: 20px;
}
.blog-nav a{
  color: #333;
  text-decoration: none;
}
.blog-nav a:hover, .blog-nav a:active, .blog-nav a:focus{
  text-decoration: none;
}

/* ipad Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .carousel-caption {
    padding-bottom: 100px;
  }
}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
   .carousel-caption {
      padding-bottom: 100px;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption {
      padding-bottom: 100px;
    }
}
/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait){
  .carousel-caption {
      padding-bottom: 100px;
    }
}
/* Portrait */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: portrait) {
  .carousel-caption {
      padding-bottom: 100px;
    }
}
/* Portrait */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
  .carousel-caption {
      padding-bottom: 100px;
    }
}
/* Portrait */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) 
  and (orientation: portrait) {
  .carousel-caption {
      padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
  .home .navbar .navbar-brand > img{
    width: 40px;
  }
  .home .affix-top .navbar-toggle {
    margin-top: 22px;
  }
  .navbar-default .navbar-nav li a{
    text-align: center !important;
  }
  .navbar-default{
    padding: 0;
    margin-bottom: 0;
  }
}
.blog-nav-with-txt.blog-nav div{
  width: auto;
}
.blog-nav-with-txt span{
  display: inline-block;
  margin-right: 25px;
}
.blog-nav-with-txt div{
  width: auto;
  font-size: 12px;
  line-height: 50px;
}
.blog-nav-with-txt .prev-posts a span, .blog-nav-with-txt .next-posts a span{
  font-family: 'Poppins', sans-serif !important;
}
.blog-nav-with-txt .icon-menu-left:before{
  font-family: 'icomoon' !important;
  margin-right: 5px;
}
.blog-nav-with-txt .icon-menu-right:before {
  font-family: 'icomoon' !important;
    content: "\e901";
    display: none;
}
.blog-nav-with-txt .icon-menu-right:after {
  font-family: 'icomoon' !important;
    content: "\e901";
  margin-left: 5px;
}
.blog-nav a{
  transition: all 0.5s ease;
}
.blog-nav a:hover{
  color: #01b5ff;
}
.thumb-col .post-nav {
  margin-top: 10px;
  text-align: right;
}
.page .thumb-col .post-nav{
  margin-top: 2px;
}
.thumb-col .post-nav {
    margin-top: 0px;
    text-align: right;
    margin-right: 1px;
}
.thumb-col .post-nav a{
  text-decoration: none;
}
.thumb-col .post-nav a span{
    /* color: #999;
    font-size: 20px;
    border: #ccc 1px solid;
    padding: 5px; */

    color: #ffffff;
    font-size: 44px;
    opacity: 0.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.single .detail-img:hover .post-nav a span,
.thumb-col .post-nav a:hover span {
    /* background: rgba(51,195,255,0.40);
    color: #FFF; */
    opacity: 1;
}

.page-template-photo-list .thumb {
    margin-bottom: 0;
}

.page-template-photo-list span.post-img {
    margin-bottom: 0;
}
.thumb-col .post-nav .alignleft, .thumb-col .post-nav .alignright{
  display: inline;
}
.artist.col-sm-8 {
    margin-top: 20px;
    margin-bottom:17px;
}
.artist-des {
    padding-top: 25px;
    padding-bottom: 25px;
}
.banner .carousel-control span {
  font-weight: bold;
}
.col-sm-4.artist-name {
    margin-left: -1.25%;
}

/* Add to Any Share */
.share .icon-share {
  cursor: pointer;
  float: left;
  margin: 5px 10px 0 0;
}
.shareIcons .addtoany_shortcode {
  display: none;
  opacity: 0;
  transition: 0.3s all ease;
}
.shareIcons {
  float: left;
}
.shareIcons img {
  float: left;
  margin-right: 10px !important;
}
.shareIcons.active .addtoany_shortcode {
  display: block;
  opacity: 1;
  }
.addtoany_shortcode a {
  /*margin-right: 10px;*/
}
.addtoany_shortcode .a2a_svg {
  background: none !important;
}
.addtoany_shortcode .a2a_svg,
.addtoany_list.a2a_kit_size_32 a > span {
  background: none !important;
  font-size: 20px;
  color: #58595b;
}
.addtoany_shortcode .a2a_svg:hover {
  color: #01b5ff;
}

.detail-img-inner{
    /*background-image: url(https://npl.kazi270.com/wp-content/uploads/2016/06/npl_2013_knr01_01303.jpg);*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /*background-color: #f00;*/
    /*height: 415px;*/
    width: auto;
    display: inline-block;
    position: relative;
}

.single .detail-img img {
  /*max-width: 100%;*//*we will give from js*/
  /*height: 415px;*/
  width: auto;
  max-width: 100%;
}
@media(min-height: 800px){
  .detail-img-inner{
      /*height: 600px;*/
  }

  .single .detail-img img {
    /*max-width: 100%;*//*we will give from js*/
    /*height: 600px;*/
  } 
}

.detail-info .tab-content img {
    max-width: 100%;
    height: auto;
}
.sm-detial-img img{
  height: auto;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu > li > a {

    padding: 4px 20px;
   color: #fff;
    text-align: right;
  
}

.dropdown-menu {

    background-color: rgba(1,181,255,0.60);
 
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgba(1,181,255,0.90);
    text-align: right;
}