/*
BSPS14
*/

@font-face
{
	font-family: fancy;
	src: url('../fonts/Nyala.ttf'),
	     url('../fonts/Nyala.eot');
}

.fancyfont
{
	font-family: fancy, "century gothic", verdana, sans-serif;
}

body
{
	color: #222;
	font-family: tahoma, "century gothic", arial, sans-serif;
}

h1 /* Domain title */
{
	color: #fff;
	font-family: fancy, arial, sans-serif;
	font-size: 1.4em;
	letter-spacing: 2px;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.6);
	text-transform: uppercase;
}

h3
{
	color: #3D93DB;
	font-size: 1.3em;
	padding-bottom: 8px;
}

.template99 h3
{
	margin-bottom: 20px;
}

h4
{
	color: #3D93DB;
	font-size: 1.2em;
	padding-bottom: 6px;
}

h5
{
	color: #3D93DB;
	font-size: 2em;
	padding-bottom: 2px;
}

h3 span,
h4 span,
h5 span
{
	color: #888;
	font-size: 0.75em;
}

/**********************************
***       GENERAL LINKS		***
**********************************/
a
{
	color: #044966;
}

a:hover
{
	text-decoration: underline;
}

a.back
{
	background-image: url(../admin/common/images/back.gif);
	background-position: 29px 0;
	display: block;
	float: left;
	height: 29px;
	margin: 13px 20px 0 0;
	width: 29px;
}

a.back:hover
{
	background-position: 0 0;
}

a.ext,
a.extlink
{
	background-image: url(../admin/common/images/ext.gif);
	background-position: center right;
	background-repeat: no-repeat;
	margin-right: 2px;
	padding-right: 14px;
}

a.chainlink
{
	background-image: url(../admin/common/images/chainlink.png);
	background-position: center right;
	background-repeat: no-repeat;
	margin-right: 4px;
	padding-right: 18px;
}

a.emaillink
{
	background-image: url(../admin/common/images/emaillink.png);
	background-position: center right;
	background-repeat: no-repeat;
	margin-right: 4px;
	padding-right: 19px;
}

a.filelink
{
	background-image: url(../admin/common/images/filelink.png);
	background-position: center right;
	background-repeat: no-repeat;
	margin-right: 4px;
	padding-right: 20px;
}

/**********************************
***       GENERAL CLASSES       ***
**********************************/
.bsps
{
	color: #044966;
	font-family: fancy, arial, sans-serif;
	font-size: 2em;
}

.section
{
	clear: both;
}

.container
{
	margin: 0 auto;
	max-width: 1152px;
	padding: 0.8em 0.4em;
}

.container .box
{
	background: #f0f0f0;
	background: linear-gradient(135deg, #F0F0F0, #d6d6d6);
	border: 1px solid #8C8C8C;
	border-radius: 8px;
	overflow: hidden;
	padding: 30px 20px;
}

.container .box h3,
.container .box h4,
.container .box h5
{
	color: #222;
}

img.autosize
{
	box-sizing: border-box;
	height: 100%;
	margin-bottom: 1em;
	width: 100%;
}

.downarrow
{
	background: url(../files/1/downarrow0.gif) no-repeat;
	background-size: contain !important;
	height: 25px;
	margin-bottom: 12px;
}

/**********************************
***            HEADLINE         ***
**********************************/
#headline
{
	border-bottom: 4px solid #fff;
	clear: both;
	background-color: #044966;
	min-height: 50px;
}

#headline .container
{
	position: relative;
}

#headline .container h2
{
	color: #ddd;
	display: none;
	font-family: fancy, arial, sans-serif;
	font-size: 1.4em;
}

#headline .container p
{
	background: #fff url(../files/1/logo_tiny.png);
	top: 5px;
	height: 40px;
	position: absolute;
	right: 10px;
	width: 40px;
}

/**********************************
***      HOME_SLIDESHOW		***
**********************************/
#home_slideshow
{
	background-color: #044966;
	background: linear-gradient(0deg, #066086, #043E56);
	border-bottom: 4px solid #fff;
}

.header_block
{
	background-color: #066086;
	height: 40px;
}

/**********************************
***      PICTURE_STRIP		***
**********************************/
#picture_strip
{
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 4px;
	width: 288px;
}

#picture_strip .container
{
	padding: 0;
}

#picture_strip img
{
	border: 4px solid transparent;
	display: block;
	float: left;
	transition: 0.4s;
	vertical-align: bottom;
}

#picture_strip .magnify
{
	border-radius: 0;
	box-shadow: none;
}

#picture_strip img:hover
{
	border: 4px solid #FAC218;
	box-shadow: 0px 6px 4px rgba(0,0,0,0.6);
}

#picture_strip #pic2,
#picture_strip #pic3,
#picture_strip #pic4
{
	display: none;
}

/**********************************
***          SECTION1		***
**********************************/
#section1
{
	overflow: auto;
	padding-top: 2em;
}

#section1 h2 /* Page title */
{
	color: #044966;
	font-size: 2em;
	margin: 0 0 0.5em 0;
}

.template9 #section1 h2
{
	display: none;
}

#section1 .container
{
	font-size: 0.875em;
	padding: 0.8em;
}

#section1 a
{
	color: #3D93DB;
	text-decoration: underline;
}

#section1 a:hover
{
	text-decoration: none;
}

#section1 ul
{
	font-size: 1em;
	list-style: circle;
	padding: 0 0 0 30px;
}

#section1 ul li
{
	padding: 4px 0;
}

#section1 .scheme2 ul li
{
	padding: 15px 0;
}

/**********************************
***            PANELS           ***
**********************************/
.panel-left,
.panel-right,
.panel-section
{
	box-sizing: border-box;
}

#section1 .panel-left,
#section1 .panel-right
{
	margin-bottom: 5em;
}

#section1 .panel-section
{
	border-bottom-left-radius: 25px;
	margin-bottom: 8em;
	padding-bottom: 28px;
}

.panel-right
{
/*	font-size: 0.875em; */
}

.panel-right h3
{
	background-color: #044966;
/*	background: linear-gradient(315deg, #066086, #043E56); */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-size: 2em;
	padding: 6px 10px;
	text-align: center;
}

.panel-right h5
{
	font-size: 2em;
}

#category_1
{
	border-bottom: 10px solid #067461;
	padding-bottom: 18px;
}

#category_2
{
	border-bottom: 10px solid #D66B0C;
	padding-bottom: 18px;
}

#category_3
{
	border-bottom: 10px solid #740647;
	padding-bottom: 18px;
}

#category_4
{
	border-bottom: 10px solid #040966;
	padding-bottom: 18px;
}

#category_1 h3
{
	background-color: #067461;
}

#category_2 h3
{
	background-color: #D66B0C;
}

#category_3 h3
{
	background-color: #740647;
}

#category_4 h3
{
	background-color: #040966;
}

#category_1 h5,
#category_1 a
{
	color: #067461;
}

#category_2 h5,
#category_2 a
{
	color: #D66B0C;
}

#category_3 h5,
#category_3 a
{
	color: #740647;
}

#category_4 h5,
#category_4 a
{
	color: #040966;
}

.panel-right p
{
	padding-bottom: 2px;
}

.article
{
	border: 1px solid #bbb;
	border-left: none;
	border-right: none;
	border-radius: 15px;
	display: none;
	margin-top: 10px;
	overflow: auto;
	padding: 20px 5px;
}

#category_1 .downarrow
{
	background: url(../files/1/downarrow1.gif) no-repeat;
}

#category_2 .downarrow
{
	background: url(../files/1/downarrow2.gif) no-repeat;
}

#category_3 .downarrow
{
	background: url(../files/1/downarrow3.gif) no-repeat;
}

#category_4 .downarrow
{
	background: url(../files/1/downarrow4.gif) no-repeat;
}

/**********************************
***            SITEMAP          ***
**********************************/
.sitemap ul
{
	font-size: 1em;
	list-style: circle;
	padding: 0 0 0 30px;
}

.sitemap ul li
{
	padding: 5px 0;
}

.sitemap ul li a
{
	height: 1.5em;
	line-height: 1.5em;
}

.sitemap ul li a img
{
	display: none;
}

.sitemap ul ul
{
	padding-top: 5px;
}

/**********************************
***            FACEBOOK		***
**********************************/
#facebook .container
{
	padding-bottom: 40px;
}

#facebook .container a
{
	border: 4px solid transparent;
	border-radius: 50%;
	display: block;
	height: 64px;
	margin: 0 auto;
	padding: 20px;
	transition: 0.6s;
	width: 64px;
}

#facebook .container a:hover
{
	border: 4px solid #4366AD;
}

/**********************************
***            FOOTER           ***
**********************************/
#footer
{
	background-color: #444;
	background: linear-gradient(180deg, #444, #333);
	border-bottom: 15px solid #021B26;
	border-top: 15px solid #021B26;
	clear: both;
	color: #ddd;
	margin-top: 30px;
	padding: 70px 0;
}

#footer h3
{
	color: #5CCAF8;
	font-family: fancy, arial, sans-serif;
	font-size: 2em;
	margin: 0 auto;
	padding-bottom: 90px;
	text-align: center;
	width: 260px;
}

#footer h3 span
{
	color: #5CCAF8;
	font-size: 1.5em;
}

#footer p
{
	font-size: 0.8em;
	margin: 0 auto;
	width: 280px;
	padding-bottom: 12px;
}


#footer ul
{
	padding-bottom: 25px;
	text-align: center;
}

#footer li
{
	padding: 20px 10px;
}

#footer a
{
	color: #71D246;
	letter-spacing: 1px;

	transition: 0.4s; 
	-webkit-transition: 0.4s;
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

/**********************************
***            MEDIA            ***
**********************************/

/********** 350 **********/
@media screen and (min-width: 350px)
{
	.downarrow
	{
		display: none;
	}
}

/********** 480 **********/
@media screen and (min-width: 480px)
{

	h1
	{
		font-size: 1.75em;
	}

	#section1 .container
	{
		padding: 0.8em 1.4em;
	}

}

/********** 576 **********/
@media screen and (min-width: 576px)
{

	#picture_strip
	{
		width: 576px;
	}

	#picture_strip #pic2
	{
		display: block;
	}

}

/********** 800 **********/
@media screen and (min-width: 800px)
{

	h1
	{
		font-size: 3.75em;
	}

	.template9 h2
	{
		font-size: 2.5em;
	}

	h3
	{
		font-size: 1.75em;
	}

	h4
	{
		font-size: 1.5em;
	}

	h5
	{
		font-size: 1.2em;
	}

	#footer li
	{
		display: inline;
	}

	#headline
	{
		min-height: 90px;
	}

	#headline .container p
	{
		background: #fff url(../files/1/logo_small.png);
		height: 80px;
		width: 80px;
	}

	#section1 .panel-left
	{
		float: left;
		padding: 0 2em 2em 0;
		width: 65%;
	}

	#section1 .panel-right
	{
		float: right;
		width: 35%;
	}


	.downarrow
	{
		display: block;
	}

	#social_links
	{
		right: 110px;
	}

}

/********** 864 **********/
@media screen and (min-width: 864px)
{

	#picture_strip
	{
		width: 864px;
	}

	#picture_strip #pic3
	{
		display: block;
	}

}

/********** 1000 **********/
@media screen and (min-width: 1000px)
{

	#headline .container h2
	{
		display: block;
	}

	#headline .container p
	{
		background: #fff url(../files/1/logo.png);
		height: 100px;
		width: 100px;
	}

}

/********** 1152 **********/
@media screen and (min-width: 1152px)
{

	#section1 h2
	{
		font-size: 3em;
	}

	#section1 .scheme2 ul li
	{
		padding: 4px 0;
	}

	#picture_strip
	{
		width: 1152px;
	}

	#picture_strip #pic4
	{
		display: block;
	}

}
