@charset "utf-8";
/* CSS Document */


nav.navbar.navbar-default {
	background-color: #fff;
	}
	




.text-ticker {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	margin-top: 30%;
   	max-width:300px;
	height:200px;
	background-color:transparent;
}

	
p.ticker{
  color:#000; 
  font-family: "Courier";
  font-size: 24px;
  margin: 7.5px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 30em;
  animation: type 3s steps(60, end); 
}

p.ticker:nth-child(2){
  animation: type2 6s steps(60, end);
  font-size: 16px;
}

p.ticker a{
  color: lime;
  text-decoration: none;
}

span.blinker{
  animation: blink 1s infinite;
}

@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 

@keyframes blink{
  to{opacity: .0;}
}

::selection{
  background:#e8e4d4;;
}


.l1 {
  position: absolute;
  background: transparent;
  width: 0px;
  height: 0px;
  /*give each border a background color of black in css so that you don't need to animate it*/
  background-color: black;
}

.l1 {
  left: 0;
  top: 0;
  height: 50px;
  width: 1px;
}

.l2 {
  position: absolute;
  background: transparent;
  width: 0px;
  height: 0px;
  /*give each border a background color of black in css so that you don't need to animate it*/
  background-color: black;
}

.l2 {
 top:100px;
  left:30px;
  width: 200px;
  height: 1px;
  overflow:hidden;
}

.blinker-wrapper {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	margin-top: 30%;
    position:relative;
	max-width:300px;
	height:200px;
	background-color:transparent;
	
	
	}

	
	
	h4.page-title {
		position:relative;
		top:-10px;
		left:15px;
		font-family: "Courier";
		font-weight:600;
		letter-spacing: 0.09em;
		
		}
		
		
	 /** button styles start **/		
		
	 .btn  {
  box-sizing: inherit;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}







.buttons {
  display: table;
  height: 100%;
  width: 100%;
  color:000;
}


.btn {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
@media (min-width: 400px) {
  .btn {
    display: inline-block;
    margin-right: 0em;
  }
  .btn:nth-of-type(even) {
    margin-right: 0;
  }
}

@media (max-width: 824px) {
  .btn {
    display: inline-block;
    margin-right: 0em;
	width:100px;
  }
	
.btn-2 {
    display: inline-block;
    margin-right: 0em;
	width:150px;
  }	
  .btn:nth-of-type(even) {
    margin-right: 0;
  }
}


@media (min-width: 600px) {
  .btn:nth-of-type(even) {
    margin-right: 0;
  }
  .btn:nth-of-type(5) {
    margin-right: 0;
  }
  
  
}
.btn:hover {
  text-decoration: none;
}

.btn-1 {
  background: #FFF;
  font-weight: 100;
  
}
.btn-1 svg {
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}




input.btn-1 {
 fill: none;
    stroke: #000;
    stroke-width: 1;
    stroke-dasharray: 422, 0;
	border: 1px solid #000000;
	border-radius: 0 0 0 0;
	font-family: "Courier";
}

input[type="submit"].btn.btn-1:hover {
    -webkit-appearance: button;
    cursor: pointer;
	 stroke-width: 2;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  font-weight:800;
}

input.btn.btn-1:hover {
  stroke-width: 1;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


.btn-1 rect {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-dasharray: 422, 0;
}

.btn-1:hover {
  background: #fff;
  font-weight: 400;
  letter-spacing: 3.3px;
}
.btn-1:hover rect {
  stroke-width: 1;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

	


 
 /** button styles end **/	
		
		
.section-break	{
	Position:relative;
 max-width: 1750px;
	background-color: #D7D7D7;
	height:1px;
	padding: 0 0 0 0;
	margin:0 auto;
	margin-left:15px;
	margin-right:15px;
}

.video-splitter	{
	Position:relative;
 max-width: 1920px;
	background-color: #D7D7D7;
	height:1px;
	margin: 35px 30px 70px 30px;;
	padding-right: 15px;
    padding-left: 15px;
   
}	
		
	
.buckowsky {
	Position:relative;
 max-width: 250px;
 height:auto;
	background-color:transparent;
	padding: 0 0 150px 0;
	margin:0 auto;	
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	margin-top:15%;
	font-family: "Courier";
	
	}
	
	
	.scroll-wrap {
		max-width:1920px;
		height:500px;
		padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	    margin-bottom: 15em;
		
		}
		
		 /** Scroll animation start **/	
		
		
.demo a {
	position: absolute;
	bottom: 20px;

	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #000;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.demo a:hover {
	opacity: .3;
}




.demo {
	
	width:120px;
	height:100px;
	
	bottom:100px;
	margin-left:auto;
	margin-right:auto;
	
	}

.demo a {
	font-family: "Courier";
	padding-top: 70px;
	    margin-right: auto;
    margin-left: 35px;;
}
.demo a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	-webkit-animation: sdb06 1.5s infinite;
	animation: sdb06 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb06 {
	0% {
		-webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb06 {
	0% {
		transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

		/** Scroll animation end **/	
		
	.slider-wrapper {
    display: block;
    width: 98%;
    height: auto; 
    margin: 0 auto;
    position: relative;
    left:-5px
}	
	iframe {
		max-width:1920px;
		height:700px;
		padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	background-color:transparent;
		
		}
		
	.player .video-wrapper {
    position: absolute;
    background-color: transparent !important;
}



.js-video {
height: 0;
padding-top: 25px;
padding-bottom: 34.5%;
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.js-video.widescreen {
padding-bottom: 23.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%;
max-height: 100%;
position: absolute;
}

h4.video-title {
	font-family: "Courier";
	    font-size: 1.6em;
    font-weight: 600;
    line-height: 1;
    margin-top: 0px;
    letter-spacing: 0.1em;
	margin-left:15px;
	margin-top:10px;
	}

p.video-description-title {
	font-family: "Courier";
	color: #000;
	letter-spacing: 0.08em;
	font-weight: 300;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:40px;
	margin-right:20px;
	    font-size: 1em;
	max-width:1920px;
	display:block;
	position:relative;
	padding-bottom: 20px;
	}

	
p.video-description {
	font-family: "Courier";
	color: #A0A0A0;
	letter-spacing: 0.08em;
	font-weight: 600;
	margin-left:15px;
	margin-top:-20px;
	margin-bottom:40px;
	margin-right:20px;
	font-size: 1em;
	max-width:400px;
	float:left;
	display:block;
	position:relative;
	padding-bottom: 20px;
	}
	
p.video-poem {
	font-family: "Courier";
	font-weight: 200;
	margin-left:20px;
	margin-top:-20px;
	margin-bottom: 40px;
	font-size:0.9em;
	max-width:450px;
	float:left;
	position:relative;
	height:auto;
	
}

p.poems {
	font-family: "Courier";
    font-weight: 200;
    /* margin-left: 20px; */
    /* margin-top: -20px; */
    margin-bottom: 40px;
    font-size: 0.9em;
    width: 100%;
    margin: 0 auto;
    float: left;
    position: relative;
    height: auto;
    padding: 0 20px 30px 0px;
    text-align: left;
	
}

h4.poems-title {
    font-family: "Courier";
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-left: 0px;
    margin-top: 10px;
    text-align: left;
}

.poem-wrapper {
	display:block;
	max-width:550px;
	height:auto;
	margin:0 auto;
	position:relative;
	padding: 0 0 0 15px;
	
}
	
.poem-title {
	    margin: 0 auto 0em;
	}
	
	.player .video-wrapper,.player .outro-wrapper.in{
background-color:transparent;}



/*slider styles*/

/* jssor slider loading skin spin css */
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}

        .jssort111 .p {position:absolute;top:0;left:0;width:200px;height:100px;background-color:#000;}
        .jssort111 .p img {position:absolute;top:0;left:0;width:100%;height:100%;}
        .jssort111 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.45;}
        .jssort111 .p:hover .t{opacity:.8;}
        .jssort111 .pav .t, .jssort111 .pdn .t, .jssort111 .p:hover.pdn .t{opacity:1;}
        .jssort111 .ti {position:absolute;bottom:0px;left:0px;width:100%;height:28px;line-height:28px;text-align:center;font-size:12px;color:#fff;background-color:rgba(0,0,0,.3)}
        .jssort111 .pav .ti, .jssort111 .pdn .ti, .jssort111 .p:hover.pdn .ti{color:#000;background-color:rgba(255,255,255,.6);}
/* Contact Form */


h4.contact-title {
    font-family: "Courier";
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-left: 30px;
    margin-top: -10px;
	margin-bottom:20px;
    text-align: left;
    position: relative;
    display: inline-block;
}




.wrapper {
	margin: 47px auto;
	max-width:580px;
}

#contact_form { 
padding-right: 15px;
    padding-left: 15px;
	
}


#ff label { 
	cursor:pointer;
	margin:4px 0;
	font-family: "Courier";
	display:block;
	font-weight:200;
	font-size:16px;
	border: none;
    margin-bottom: 15px;
	
}

.credit {
	font-family: "Courier";
	font-size:13px;
	margin-left:15px;
	top:-30px;
	position:relative;
	}

input { 
	display:block;
	width:100%;
	padding:10px;
	margin-bottom:25px;
	border:none;
	border: 1px solid #000000;
}

.sendButton {
	font-family: "Courier";
	font-size:16px;
	width:25%;
	font-weight:bold;
	
}
.sendButton:hover {
	
	background-color: #D3D3D3;
}

input:focus {
    outline: none;
}

textarea#message {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	height:350px;
	outline: none;
	display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 25px; 
border: 1px solid #000000;}
	
	

/* Contact form ends */


div.col-sm-4.text-justify {
	font-family: "Courier";
	font-size:16px;
	
	}
	
p.site-copy  {
	font-family: "Courier";
	font-size:16px;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:60px;
	
	}
	
p.ticker.thanks {
	max-width: 300px;
	margin-left:-15px;
	font-size:17px;
	
	}
	
div.section-break.book-break {
	margin-bottom:5em;
	    margin-top: 5em;
	}