@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;	
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/* MAIN IMAGE */
#mainImgContainer {
	width: 100%;
	margin-top:8px;
	margin-bottom:8px;
    margin-left: auto;
    margin-right: auto;
	-moz-column-count: 1;
	-moz-column-gap: 8px;
	-webkit-column-count: 1;
	-webkit-column-gap: 8px;
	column-count: 1;
	column-gap: 8px;
}
.mainImgContainer img {
	display: inline-block;
	width: 100%;
	height:auto;
	margin-bottom: 8px;
}

.blok-video {display: flex; justify-content: space-evenly;}	

video {margin-bottom: 8px;width:96% !important;height:auto !important;}	
.blok-video:first-child {margin-top:8px;}
.blok-video {gap:0px; flex-direction: column;align-items: center;}	
/* video {margin-bottom: 8px;width:100%;} */
/* .blok-video-1 {display: flex; flex-direction: column;width:98%;margin:auto;margin-top:8px;}
.blok-video-2 {display: flex; gap:8px;width:90%;margin:auto; flex-direction: column;} */

.mainImgContainer ul,
.mainImgContainer li {
	list-style:none;
}
.mainImgContainer ul li a {
	text-decoration:none;
	outline-style:none;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
/*
.gridContainer-in {
    width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top:12px;
	padding-bottom:12px;
	font-weight: lighter;
	font-size:12px;
}
*/

.gridContainer-in h3 {
	font-size:16px;
}

.gridContainer-in h1,
.gridContainer-in h2,
.gridContainer-in h3,
.gridContainer-in h4,
.gridContainer-in h5, {
	color: #464646;
	text-shadow: 0 1px 0 #cccccc;
	text-transform: capitalize;
}
.img-insert-l img {
	width: 100%;
	max-width: 400px;
	float: left;
	padding-right:15px;
	margin: 0 0 0em 0em
}
.img-insert-l-s img {
	width: 100%;
	max-width: 100%;
	float: left;
	padding-right:15px;
	margin: 0 0 0em 0em
}
.img-insert-r img {
	width: 100%;
	max-width: 400px;
	float: right;
	padding-left:15px;
	margin: 0 0 0em 0em
}
.full-devider {	
	border-top: 1px solid #d6d6d6;	
}
.devider-header {	
	border-bottom: 1px solid #cdc5a7;
	padding-bottom:5px;
	width: inherit;
    margin-left: auto;
    margin-right: auto;
}

.text-content p {
	font-size:14px;
	font-weight:400;
	color:#464646;
	text-align:justify;
	text-wrap:normal;
}
.text-content-s p {
	font-size: 0.9em;
	font-weight:400;
	color:#464646;
	text-align:justify;
	text-wrap:normal;
}

.img-insert-l-s {
	margin-left:0% !important;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	#mainImgContainer {
		margin-top:10px;
		margin-bottom:10px;
		-moz-column-count: 1;
		-moz-column-gap: 10px;
		-webkit-column-count: 1;
		-webkit-column-gap: 10px;
		column-count: 1;
		column-gap: 10px;
	}
	.mainImgContainer img {
		margin-bottom: 10px;
	}

	video {margin-bottom: 10px;width:90% !important;height:auto !important;}	
	.blok-video:first-child {margin-top:10px;}
	.blok-video {gap:0px; flex-direction: column;align-items: center;}	

	/* video {margin-bottom: 10px;}
	.blok-video-1 {display: flex; flex-direction: column;width:98%;margin:auto;margin-top:10px;}
	.blok-video-2 {display: flex; gap:10px;width:98%;margin:auto; flex-direction: row;} */
	/* .blok-video-2 video {width:auto;} */

	.text-content p {
		font-size:14px;
	}
	
.img-insert-l-s img {
	width: 100%;
	max-width: 200px;
	float: left;
	padding-right:15px;
	margin: 0 0 0em 0em
}

.img-insert-l-s {
	margin-left:5% !important;
}
	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	#mainImgContainer {
		margin-top:12px;
		margin-bottom:12px;
		-moz-column-count: 2;
		-moz-column-gap: 12px;
		-webkit-column-count: 2;
		-webkit-column-gap: 12px;
		column-count: 2;
		column-gap: 12px;
	}
	.mainImgContainer img{
		margin-bottom: 12px;
	}
	
	video {margin-bottom: 20px;width:100% !important;height:auto !important;}	
	.blok-video:first-child {margin-top:20px;}
	.blok-video {gap:20px;flex-direction: row;align-items: flex-start;}	
		
	.text-content p {
		font-size:16px;
	}

.img-insert-l-s img {
	width: 100%;
	max-width: 200px;
	float: left;
	padding-right:15px;
	margin: 0 0 0em 0em
}

.img-insert-l-s {
	margin-left:0% !important;
}

}