@import url(https://fonts.googleapis.com/css?family=Advent+Pro:100);


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-x:hidden;
	color:#FFF
	
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 2px;
	padding-left: 2px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 100%;
	position:relative;
 
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {

	 display:none;
	 position:absolute
}
 
.content {
	padding: 10px 0;
	width: 100%;
	float: left;
	position:relative
}
aside {
	 
	width: 40%;
   
	padding: 10px 0;
	position:absolute;
	z-index:1
 
	
}
footer {
	padding: 30px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	height:90px;
	z-index:1000000001
}
#mainContainer{
 	margin:0 auto;
	position:relative;
	
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}
 #textCopy{
	position:fixed;
	top:10px;
	left:10px;
	z-index:10001;
	
}

.fifty {
	 background:rgba(25,20,25,.5) ;
  /* Firefox */
    -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;}
.ninty {  
    background:rgba(25,20,25,.9);
  /* Firefox */
    -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;
	}
	
#mainContainer .MainBg {
     height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	 -webkit-transition: background-color 500ms ease 0s;
    -moz-transition: background-color 500ms ease 0s;
    -o-transition: background-color 500ms ease 0s;
    transition: background-color 500ms ease 0s;
    width: 100%;
    z-index: -1;
}
.animate{
	 -webkit-transition: all 0ms ease 0s;
    -moz-transition:all 0ms ease 0s;
    -o-transition: all 0ms ease 0s;
    transition: all 0ms ease 0s;
	transform: translate(0px, 0px);
 -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
}	
 
.text{
  
	font-size:12px;
 
}
#caption{
font-size:12px;

}
#showImageTxt{
	font-size:12px;
	
}
#showImageTxt p, #showImageTxt span{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
 
	margin:20px 0 20px 0;
	 
}
#showImageTxt h1, #showImageTxt h1 span{
	font-size:23px;
}
#showImageTxt h2, #showImageTxt h2 span{
	font-size:20px;
 
}
#showImageTxt h3, #showImageTxt h3 span{
 font-size:18px;
 
}
#showImageTxt h4, #showImageTxt h4 span{
	font-size:14px;
 
}
#showImageTxt h5, #showImageTxt h5 span{
	font-size:12px;
  
}
.scroll, .scrollHandler, .scrollbar, .animate, .animate div, .animate ul, .scroll article, .scroll div{
backface-visibility:hidden	
}
content {
    overflow-x: hidden;
    position: relative;
    width: 100%;
	 
}
article {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    width: 90%;
	margin:0 auto;
	
}
article div{
	position:relative
	
}
.imageHolder{
	position:relative;
	 
	height:100%;
	width:100%;
	 
	
}

.imageHolder img{
	width:100%;
	height:auto;
	position:relative;
	 
	
}
.maintext,.secondtext{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index:2;
	
	
}
#ImageText{
	position:absolute;
	top:100%;
	left:10%;
	width:100%;
	height:auto
	
}
#address{
	float:right;
	width:50%;
	 
	text-align:right;
	
	
}
#socialLinks{
	float:left;
	width:50%;
 
 
}
 

/*
 1200
*/
@media only screen and (min-width: 1200px) and (min-device-width: 1200px) {
.text{
	font-size:21px;
	margin:32px 40px 32px 40px;
	
}
#caption{
font-size:21px;
}

#showImageTxt, #showImageTxt p,#showImageTxt span,#showImageTxt ul{
	font-size:21px;
 
	
}
#showImageTxt h1, #showImageTxt h1 span{
	font-size:60px;
 
}	
#showImageTxt h2, #showImageTxt h2 span{
	font-size:50px;
 
}
#showImageTxt h3, #showImageTxt h3 span{
 font-size:40px;
 
}
#showImageTxt h4, #showImageTxt h4 span{
	font-size:30px;
 
}
#showImageTxt h5, #showImageTxt h5 span{
	font-size:24px;
 
}
 
h1, h2, h3, h4, h5, h6, p {
  
	padding-right: 15px;
	padding-left: 15px;  
}
}
/*
 1200
*/
@media only screen and (min-width: 760px) and (min-device-width: 760px) {
.text{
	font-size:18px;
  
}
#caption{
font-size:18px;	
}
#showImageTxt, #showImageTxt p,#showImageTxt span, #showImageTxt ul, {
	font-size:18px;
 
}
#showImageTxt h1, #showImageTxt h1 span{
	font-size:40px;
 
}
#showImageTxt h2, #showImageTxt h2 span{
	font-size:30px;
 
}
#showImageTxt h3, #showImageTxt h3 span{
 font-size:28px;
  
}
#showImageTxt h4, #showImageTxt h4 span{
	font-size:22px;
 
}
#showImageTxt h5, #showImageTxt h5 span{
	font-size:18px;
  
}
 
h1, h2, h3, h4, h5, h6, p {
  
	padding-right: 5px;
	padding-left: 5px;  
}
}
#output{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
 
}
#output .maintext h2{
	position:absolute;
 
}
 

 .text{
 
	 
 }
 .Sdescription{
	 width:60%;
	 height:auto;
	 top:10%;
	 margin:0 auto;

 }	
 

 #caption{
	position:fixed;
  
padding:10px;
width:100%;
height:100%;
padding:4%;
left:0px;
bottom:-1800px;
 
 }
 .slideTop{
 -webkit-animation: slide 0.5s linear;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s linear;
    animation-delay: 2s;
 }
 @-webkit-keyframes slide {
    100% { bottom: 0; }
}

@keyframes slide {
    100% { bottom: 0; }
}
 
 @-moz-keyframes slide {
	 
	 100% { bottom: 0; }
	 
 }
 
 @-webkit-keyframes slideD {

    100% { bottom: -1800px; }
}

@keyframes slideD {
	
    100% { bottom: -1800px; }
}
 
 @-moz-keyframes slideD {
	 
	 100% { bottom: -1800px; }
	 
 }
 
 .captAnim{
 
transition: all 0.5s ease-out; 
overflow:hidden	 
 }
 
  #showImageTxt{
	 width:95%;
	 height:auto;
	 display:block;
	 padding:10px;
	 
 }
 #desM{
	 width:99%;
	 height:auto;
	 
	 padding:10px; 
 }
 #TxtScrollHolder, #mainD{
	 width:98%;
	
}
#mainDHolder{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:92%;
	z-index:101;
	padding:4%;
	display:none
}
 #mainD{
	
	position:relative 
	 
 }
  .Sdescription{
	display:none 
 }
  .txtTransp{
	 position:absolute;
	 top:0px;
	 left:0px;
	 width:100%;
	 height:100%;
 
	  background-color:#333;	
      transition: all 0.5s ease-out; 	 
 }
 
 #DownArrow{

	 position:fixed;
	 width:100%;
	 height:100px;
	 bottom:0px;
	 left:0px;
 
  
 }
  #holderT{
	position:relative ;
	min-width:400px;
 }
.maindescription{
	margin-bottom:20px;
	
}
 
 
 /* Socila */
 
   #c_embed{
   -moz-border-radius: 5px;
  border-radius: 5px;
  background:#666;
  border: 1px solid #999;
  display: none;
  margin-left: 0px;
  margin-top:-120px;
  padding: 5px;
  position: absolute;
  width: 355px;
  text-align:left;
  
  color:#000;
  }
   #c_embed .p{
  clear:both;
  font-size:12px;
  padding-top:5px;
  font-weight:bold;
  margin-top:5px;
  margin-bottom:0px;

  }

  #c_embed form{
  padding:5px;
  }
  #c_embed #f_embed{
  width:200px;
  border:1 px solid #333;
  float:left;
  font-family:verdana;

  }
  #d_clip_button{
	width:65px;
	margin-left:20px;
	display:inline;
	padding:2px;
	cursor:pointer;
	z-index:10001;
	position:relative
	
}
  .my_clip_button { text-align:center; border:1px solid black; background-color:#ccc;/*margin:10px; padding:10px; */cursor:default; font-size:9pt;float:left;
	margin-left:20px;
  line-height:20px;
  z-index:100002;
  }
  .my_clip_button.hover { background-color:#eee; }
  .my_clip_button.active { background-color:#aaa; }


#AddToCalendarL{
	position:absolute;
	display:none;
	z-index:10002;
	 background: none repeat scroll 0 0 #FFF;
  border: 1px solid #999;
  padding:5px;
  width:180px;
  list-style:none;
  text-align:center;
  margin-top:-130px;
  margin-left:-50px;
  color:#000;
	  -moz-border-radius: 5px;
  border-radius: 5px;
}
#AddToCalendarL li{
	padding:2px;
	margin:3px;
	border:solid 2px #CCC;
	
	
}
#AddToCalendarL li a{
	text-decoration:none
}
#AddToCalendarL li a:hover{
	text-decoration:none
}

.closeBtn{
	
	display:block;
	height:20px;
	text-align:right;
	margin-right:20px;
}
#BtnName{
	position:relative;
	z-index:100001;
	height:20px;
	display:block;
	cursor:pointer;
	
}
#BtmBtnPlace{
position:fixed;
text-align:center;
bottom:10px;
width:100%;
display:none
}
#openD, #closeD{
   position:relative;
   margin:0 auto;	
  font-family: 'Advent Pro', sans-serif;
  font-weight:100;
  font-size:36px;
  z-index:100000002;
  cursor:pointer;
  text-align:center;
  opacity:0.9;
  display:none;
 }
#six-point-star {
   position: fixed;
   width: 0; 
   height: 0; 
   display:none;
   bottom:150px;
   cursor:pointer

}
#six-point-star:after {
   content:"";
   position: absolute;
   width: 20px; 
   height: 3px; 
 
 top:0px;
 margin-left:-10px;
}
 
 #STop{
	 position:fixed;
	 z-index:10002;
	 cursor:pointer;
	margin-bottom:10px;
	 
	 background-repeat:no-repeat;
	 display:none
	 
	 
 }
 #SBtm{
 position:fixed;
	 bottom:10px;
	 	
	  z-index:10002;
	  cursor:pointer;
	 
	 background-repeat:no-repeat;
	 display:none
 }
 
 .tooltip{
    display: block;
    position:absolute;
	width:100%;
	height:100%;
	line-height:22px;

}
.tooltip:hover:after{
    border-radius: 5px;
    content: attr(title);
    left: 20%;
    padding: 10px;
    position: absolute;
    z-index: 98;
    width:auto;
	display:inline
}
.tooltip:hover:before{
    
    border-width: 6px 6px 0 6px;
    bottom: 40px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
	display:inline
}
.tooltip:hover:after {
     content: attr(title);
}
#outputDisp{
	position:fixed;
	left:0px;
	bottom:0px;
	width:200px;
	height:200px;
	background-color:#FFF;
	color:#000
	
	
}
@media only screen and (device-width: 768px) {
 
	
}
 