body{
	background-color: #163615;
	background-image: url('css-ref/tileBG.jpg');
	padding: 20px 100px;
	text-align: center;
}

.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
	width: 200px;
}
img {

	border: 0px;
	
	}
	
a:link {
	
	text-decoration: none;

}
.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px;
}

#aniimated-thumbnials img {

	box-shadow: 0 4px 10px #000;

}

.Glow-SlideToggleSection {
	
	margin: 20px 0px;
	padding: 0px 20px;
	text-align: left;
	
}

.mainTitle {

    font-family: 'Irish Grover', serif;
   
}   

.subTitle {

	font-family: 'Vesper Libre', serif;
	line-height: 32px;

}



	.Glow-SlideToggleSectionTrigger {
		
		color: #666;
		border: 1px solid #3b7c3b;
		border-radius: 5px;
		cursor: pointer;
		background: #182918; /* Old browsers */
		background: -moz-linear-gradient(left, #182918 0%, #3f663b 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #182918 0%,#3f663b 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #182918 0%,#3f663b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182918', endColorstr='#3f663b',GradientType=1 ); /* IE6-9 */
		box-shadow: 0 6px 7px -5px #000;
		
	}
		
		.Glow-SlideToggleSectionTrigger:hover {
		
			background: #204220; /* Old browsers */
			background: -moz-linear-gradient(left, #204220 0%, #1a95a3 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #204220 0%,#1a95a3 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #204220 0%,#1a95a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204220', endColorstr='#1a95a3',GradientType=1 ); /* IE6-9 */			
		}
	
		.Glow-SlideToggleSectionTrigger span {
		
			font-weight: bold;
			font-size: 20px;
			margin: 0px;
			margin-left: 5px;
			line-height: 42px;
			color: #aaa;
			top: 0px;
			
		}

		.Glow-SlideToggleSectionTrigger label {
		
			font-weight: bold;
			color: #ddffcf;
			font-size: 24px;
			margin: 0px;
			margin-left: 3px;
			position: relative;
			top: -1px;
			cursor: pointer;
			font-family: 'Vesper Libre', serif;
			text-shadow: 0px 1px 3px #000;
			
		}
		
		.Glow-SlideToggleSectionTriggerOn {
			
			background: #204220; /* Old browsers */
			background: -moz-linear-gradient(left, #204220 0%, #1a95a3 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #204220 0%,#1a95a3 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #204220 0%,#1a95a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204220', endColorstr='#1a95a3',GradientType=1 ); /* IE6-9 */
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
			
		}
		
			.Glow-SlideToggleSectionTriggerOn:hover {
			
				background-color: #d8e4e7;
				
			}
			
			.Glow-SlideToggleSectionTriggerOn span {
				
				top: 1px;
				
			}
		
	.Glow-SlideToggleSectionBody {
		
		display: none;
		background-color: #fafafa;
		border-right: 1px solid #cfcfcf;
		border-left: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
		padding: 10px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		box-shadow: 0 6px 7px -5px #000;
		
	}
	
.printThumbDisplay {

	width: 100%;
	border: 0px;
	margin: auto;
	border-spacing: 20px;
    border-collapse: separate;
	
}
	
	.printThumbDisplay td {

		text-align: center;
		
	}
	
		.printThumbDisplay td img {
		
			max-width: 100%;
			height: auto;
			width: auto\9; /* ie8 */
		
		}
		
.packages td {
	
	

}

.clear {

	clear: both;

}

del {

	text-decoration: line-through;
	color: #888;
	font-weight: bold;

}

ins {
	
	text-decoration: none;
	color: #2b6729;
	font-weight: bold;

}

.Glow-ModalContainer {
	
	/* max-width: 900px; */
	/*display: none;*/ /* @COLIN */
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	box-shadow: none; /* @COLIN */
}

.Glow-ModalContainer label {
			
			color: #666;
			float: left;
			margin-right: 10px;
			line-height: 30px;
			text-align: right;
			min-width: 90px;
			
		}
		
		.Glow-ModalContainer .toggle-on {
			
			color: #fff;
			
		}
		
		.Glow-ModalContainer input, .Glow-ModalContainer textarea {
			
			float: left;
			
		}
		
		.Glow-ModalContainer .form-control {
			
			max-width: none;
			
		}
		
		.Glow-ModalContainer .form-group {
			
			margin-bottom: 0px;
			
		}
		
		.Glow-ModalContainer .inline {
			
			height: 25px;
			
		}
		
			.inline .control-label {
				
				height: 20px;
				font-size: 14px;
				
			}
			
.error {
    color:red;
}

.sessionMessage {
	
	font-size: 24px;
	font-weight: bold;
	color: #efefef;
	text-align: center;

}