@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700|Oswald:400,700');


/** page structure **/
#w
{
	display: block;
	max-width: 830px;
	min-width: 300px;
	margin: 0 auto;
	padding: 2px 3px;
}


/** posts slider widget **/
.crsl-items
{
	display: block;
	padding: 5px;
}

.thumb
{
	background-color: #fff;
	/*border: 1px solid #ddd;*/
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.2s ease-in-out 0s;
}

	.thumb a > img, .thumb > img
	{
		margin-left: auto;
		margin-right: auto;
		/*max-height: 137px;*/
		/*height: 13%;*/
		/*width: 70%;*/
		width: 85%;
	}

.thumb1 a > img, .thumb1 > img
{
	margin-left: auto;
	margin-right: auto;
	/*max-height: 137px;*/
	/*height: 13%;*/
	/*width: 70%;*/
	width: 95%;
}

.thumb1 div > span
{
	text-align: left; padding-left: 0px; padding-right: 10px; overflow: hidden; /*max-height: 300px;*/
	font-size: 11pt;
}

.crsl-item
{
	background: #fff;
	/*padding: 8px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);*/
}

	.crsl-item .thumb
	{
		display: block;
		position: relative;
		margin-bottom: 10px;
		cursor: pointer;
	}

		.crsl-item .thumb img
		{
			display: block;
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}

		.crsl-item .thumb:hover img
		{
			opacity: 0.8;
		}

	.crsl-item h3
	{
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 13px;
		line-height: 1.25em;
		margin-bottom: 12px;
		text-align: center;
	}

		.crsl-item h3 a
		{
			text-decoration: none;
			color: #333;
		}

			.crsl-item h3 a:hover
			{
				text-decoration: underline;
			}

	.crsl-item .postdate
	{
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 6px;
		color: #fff;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
		font-size: 1.2em;
		font-weight: bold;
		background: #4e90da;
	}

	.crsl-item p
	{
		font-size: 1.2em;
		line-height: 1.55em;
		margin-bottom: 5px;
	}

		.crsl-item p.readmore a
		{
			display: block;
			float: right;
			color: #4e90da;
			padding: 3px 5px;
			text-decoration: none;
			font-weight: bold;
			-webkit-border-radius: 3px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}

			.crsl-item p.readmore a:hover
			{
				background: #4b6caa;
				color: #fff;
			}


/** posts slider nav **/
.slidernav
{
	display: block;
	/*text-align: center;*/
	margin-bottom: 5px;
}

	.slidernav a
	{
		/*display: inline-block;
		padding: 5px 8px;
		margin-right: 8px;
		font-size: 1.4em;
		background: #fff;
		color: #666;
		text-decoration: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
		box-shadow: 2px 2px 0px rgba(0,0,0,0.2);*/
	}

		.slidernav a:active
		{
			-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			-moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
		}


.slidernav1 .slidernav1-buttons a
{
	background: none repeat scroll 0 0 #444;
	color: #bdc3c7;
	display: inline-block;
	font-size: 11px;
	height: 25px;
	line-height: 27px;
	/*margin-left: -3px;*/
	text-align: center;
	width: 25px;
}

	.slidernav1 .slidernav1-buttons a:hover
	{
		background: none repeat scroll 0 0 #ccc;
		color: #555;
	}

/** media queries **/
@media screen and (max-width: 660px)
{
	/*h1 { font-size: 2.4em; line-height: 1.2em; }*/

	.crsl-item h3
	{
		font-size: 1em;
	}
}

@media screen and (max-width: 900px)
{
	/*h1 { font-size: 2.4em; line-height: 1.2em; }*/

	/*.crsl-item h3
	{
		font-size: 1em;
	}*/
	.thumb1 div > span
{
	text-align: left;  padding-left: 0px; padding-right: 10px;overflow: hidden; /*max-height: 200px;*/
	font-size: 11pt;
}
}



