/* SLIDER STYLES */

@font-face
{
	font-family: 'saxony_serialregular';
	src: url('./Webfonts/Saxony_Serial-Regular-webfont.eot');
	src: url('./Webfonts/Saxony_Serial-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('./Webfonts/Saxony_Serial-Regular-webfont.woff2') format('woff2'), url('./Webfonts/Saxony_Serial-Regular-webfont.woff') format('woff'), url('./Webfonts/Saxony_Serial-Regular-webfont.ttf') format('truetype'), url('./Webfonts/Saxony_Serial-Regular-webfont.svg#saxony_serialregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'saxony_serialbold';
	src: url('./Webfonts/Saxony_Serial-Bold-webfont.eot');
	src: url('./Webfonts/Saxony_Serial-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('./Webfonts/Saxony_Serial-Bold-webfont.woff2') format('woff2'), url('./Webfonts/Saxony_Serial-Bold-webfont.woff') format('woff'), url('./Webfonts/Saxony_Serial-Bold-webfont.ttf') format('truetype'), url('./Webfonts/Saxony_Serial-Bold-webfont.svg#saxony_serialbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

.slider-wrapper
{
	/*background: #323A45 url("../images/fraction-slider/base.jpg") no-repeat;*/
	background-size: 100%;
	/*border-bottom: 2px solid #323A45;*/
	width: 100%;
	max-height: 525px;
	position: relative;
	top: -21px;
	overflow: hidden;
	margin-bottom: -40px;
	clear: both;
}

@media only screen and (max-width: 767px)
{
	.slider-wrapper
	{
		top: 0px;
		margin-bottom: 0px;
	}
}

/*@media only screen and (min-width: 1024px) and (max-width: 1280px)
{
	.slider-wrapper
	{
		max-height: 320px;
	}

	.slider .slide-heading
	{
		width: 800px;
	}
}*/

@media only screen and (min-width: 900px) and (max-width: 1024px)
{
	.slider-wrapper
	{
		max-height: 325px;
	}
}

@media only screen and (min-width: 751px) and (max-width: 900px)
{

	.slider-wrapper
	{
		max-height: 325px;
	}
}

@media only screen and (min-width: 641px) and (max-width: 750px)
{

	.slider-wrapper
	{
		max-height: 325px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 640px)
{

	.slider-wrapper
	{
		max-height: 325px;
	}
}

@media only screen and (max-width: 479px)
{

	.slider-wrapper
	{
		max-height: 130px;
	}
}

@media only screen and (max-width: 320px)
{

	.slider-wrapper
	{
		max-height: 130px;
	}
}
/* ELEMENT STYLES */

.slider p
{
	white-space: nowrap;
	text-transform: uppercase;
}

.slider .slide-heading {
    background: #fff;
    color: #403F3F;
    /* font: bold 36px "saxony_serialregular", Arial, Helvetica, sans-serif; */
    font-weight: bold;
    /* font-size: 19.5pt; */
    text-transform: none;
    /* padding: 1% 1.5%; */
    padding: 1% 2%;
    border-radius: 3px;
    box-sizing: content-box;
    display: inline-block;
    max-width: 100%;
    width: 800px;
    text-align: justify;
    position: absolute;
}

/*.slider .slide-heading[data-position=top]
	{
		top: 70%;
		
	}

	.slider .slide-heading[data-position=left]
	{
		top: 11%;
		
	}*/

/*.slide-heading[data-position="top"]
{
	top: 70.2087%;
}

	.slide-heading[data-position="top"].viewed
	{
		top: 70.2087%;
	}

.slide-heading[data-position="left"]
{
	left: 11.8655%;
}

	.slide-heading[data-position="left"].viewed
	{
		left: 11.8655%;
	}*/

.slider .sub-line
{
	background: #373B3F;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	font-weight: 500;
	padding: 1%;
	border-radius: 3px;
	box-sizing: content-box;
}

.slider-read
{
	background: #365E91;
	font: normal 16px/18px "open sans";
	border-radius: 2px;
	text-decoration: none;
	color: #fafafa;
	padding: .8%;
	display: block;
	box-sizing: content-box;
	text-transform: uppercase;
	transition: background-color 400ms linear;
	-webkit-transition: background-color 400ms linear;
	-ms-transition: background-color 400ms linear;
	-moz-transition: background-color 400ms linear;
	-o-transition: background-color 400ms linear;
}

	.slider-read:hover
	{
		background: #000!important;
		color: #fff;
	}
