@import url("http://fonts.googleapis.com/css?family=Geo");
@import url(https://fonts.googleapis.com/css?family=Yantramanav:300,100);


html {
	background:#fff no-repeat center center fixed; 
	min-height:100%;	
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
		background: #fff;color: #000;
  font-family: 'Yantramanav', sans-serif;
  font-size: 13pt;

}

.gallery {
  
  background-color: #fff;

    margin-top: 60px;
  margin-right: auto;
  margin-left: auto;text-align: center;

  width: 100%;

}

.gallery1 {
  
  background-color: #fff;

    margin-top: 60px;
  margin-right: auto;
  margin-left: auto;text-align: center;

  width: 100%;

}

.demo-content {
max-width: 960px;

margin: 0px auto !important;
padding: 0px 0px;
}



.img1 {
  max-width: 100%;
  height: auto;  margin-right: auto;
  margin-left: auto;
}

.imglogo {
 
}
	h1,h2,h3,h4,h5,h6
	{
		font-weight: 100;
		
		line-height: 1.75em;
	}
        geo {
		
	        font-family: 'Geo', Helvetica, Arial, sans-serif;
	        font-weight:normal;
	        font-size: 0.9em;
	        margin-top:15px; 
	        color:#000; 
		text-transform: lowercase;        		
	}


figure {
}

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.overlay {
margin: o auto;text-align: center;

}




.popup h2 {
  margin-top: 0;
  color: #000;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 400;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 0.2s;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.popup .close:hover {
  color: #F6BA5A;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 400;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 0.2s;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #F6BA5A;
}
.popup .content {
  max-height: 0%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
  content:"";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9;
}
.overlay .popup {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE 9 */
  -webkit-transform: translateY(-50%); /* Safari and Chrome */
  -o-transform: translateY(-50%); /* Opera */
  -moz-transform: translateY(-50%); /* Firefox */
  padding: 25px 0;
  z-index: 10;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.overlay:target .popup {
    opacity:0;    
    left: -100%;
}

@media screen and (max-width: 768px){
  .box{
    width: 70%;
  }
  .overlay .popup{
    width: 100%;height:auto;
    left: 0;margin: 0 auto;
  }
}



info-drag {
	background-image: url(../images/drag.svg);
}

.svg {
  width: 90px;
  height: 90px;
  margin: 5px;
}

svg path {
  fill: #000;
}

svg path.inner {
  fill: #fff;
}



.info {
    text-align: center;

}

.info span {
	display: inline-block;
	width: 100px;
	height: 170px;
	padding: 0px;
	margin: 4px;
	text-align: center;
	vertical-align: top;
	background-size: 75%;
	  font-family: 'Yantramanav', sans-serif;
	background-repeat: no-repeat;
	background-position: 50% 85%;
}

.info span.info-swipe {
	background-image: url(../images/dragw.svg);
background-size: 58%;
}

.info span.info-close {
	background-image: url(../images/dragx.svg);
background-size: 58%;
}

.info span.info-zoom {
	background-image: url(../images/dragy.svg);
	background-size: 58%;
}

@media screen and (min-width: 768x) {
.info span {
        font-size: 1.1em;
	background-size: 35%;
        }
}



@media screen and (max-width: 30em) {
	.info span {
		width: 80px;
		height: 100px;
		font-size: 0.7em;	
	}
	h1,h2,h3,h4,h5,h6
	{
		font-weight: 300;
		font-size: 1.0em;
	}

}

.ab  {
margin-top: -15px;
}

.button.special {
			background-color: #fff;
		        height: 3em;
                          font-family: 'Yantramanav', sans-serif;
  font-size: 13pt;
                        padding: 0 2em;
			border: 0px;
			box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.7) inset;
			color: #000 !important;
		}

			button.special:hover,
			.button.special:hover {
				background-color: rgba(255,255,255, 0.9);
                                box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.7) inset;
                                color: #fff;
			}

			button.special:active,
			.button.special:active {
				background-color: #000;
                                box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.9) inset;
			}

			button.special.icon:before,
			.button.special.icon:before {
				color: #d1ecdc;
			}
                         button.special:visited,
			.button.special:
				visited {
    color: pink;box-shadow: 0;
}

#next{display:block!important;
}






/* [Object] Modal
 * =============================== */
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(255,255,255, .9);
  transition: opacity .25s ease;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;	
  transition: opacity .25s ease;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  transition: top 1.25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 0px;
  padding: 1em 2em;
  height: 80%;
}

.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #000;
  display: block;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
  -o-transform: rotate(45deg); /* Opera */
  -moz-transform: rotate(45deg); /* Firefox */
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
  background: #F6BA5A;
}

.modal__close:before {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Safari and Chrome */
  -o-transform: rotate(-45deg); /* Opera */
  -moz-transform: rotate(-45deg); /* Firefox */
}

@media screen and (max-width: 768px) {
	
  .modal__inner {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
  }
}


/* Other
 * =============================== */


.btn1 {
  cursor: pointer;
  background: #fff;
  display: inline-block;
text-decoration:underline;
  color: #000;
  border-radius: 0px;

}

.btn1:hover,
.btn1:focus {
  background: #F6BA5A;

}

.btn1:active {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0, .2) inset;
}


.bttn {
  cursor: pointer;
  background: #1d1e21;
  color: #fff;
  display: inline-block;
  padding: 10px 70px;
  border-radius: 0px;

}

.bttn:hover,
.bttn:focus {
  background: #F6BA5A;
  color: #000;
moz-transition: all 0.2s linear;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.bttn:active {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0, .2) inset;
}

p img {
  max-width: 200px;
  height: auto;
  float: left;
  margin: 0 1em 1em 0;
}

p {
font-size: 11pt;
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}


.info1 {
	  font-size: 13px;
  line-height: 17px;
	max-width: 100%;
	margin-top: 1.5em;z-index: 100;padding: 0 10%;

}


.x2 {
  font-size: 11px;
  line-height: 17px;
  
}
