/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
#slider-wrapper { margin:0 0 25px 0;} 

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:390px !important;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption p {
	position:absolute;
	right:0px;
	bottom:0px;
	color:#fff;
	z-index:8;
	font-family: 'arial_narrowregular';
	font-size:2.2em;
	line-height:2.3em;
	padding:0 15px;
	display:inline-block;
}
.nivo-caption p {
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/


#slider {
    position:relative;
    width:845px;
    height:390px;
	background:url(../img/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:10px;
	top:10px;
	z-index:9;
	cursor:pointer;
	height:15px !important;
		
}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background:url(../img/bullets.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	font-size:9px;
}
.nivo-controlNav a.active {
	background-position:0 -15px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*website*/
@font-face {
    font-family: 'arial_narrowregular';
    src: url('arialn_0-webfont.eot');
    src: url('arialn_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('arialn_0-webfont.woff') format('woff'),
         url('arialn_0-webfont.ttf') format('truetype'),
         url('arialn_0-webfont.svg#arial_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'typo3normal';
    src: url('typo3normal-webfont.eot');
    src: url('typo3normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo3normal-webfont.woff') format('woff'),
         url('typo3normal-webfont.ttf') format('truetype'),
         url('typo3normal-webfont.svg#typo3normal') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { margin:0; font-family: Verdana, Geneva, sans-serif; font-size:0.8em; color:#7f7f7f; -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; -ms-text-size-adjust:100%;}

a:link, a:visited { color:#7f7f7f}
a:hover { text-decoration:none;}

.siteWrap { margin:auto; width:845px; }
.header { display:inline-block; width:100%;}
.header .logo { float:left; margin:15px 0;}
.header .contact { float:right; text-align:right;}
.header .phone { display:block; color:#979797; font-size:2.2em; margin: 10px 0 0 0; font-family: 'typo3normal'; }
.header .phone a {  text-decoration:none; }
.header .email a:link, .header .email a:visited { color:#38557a; font-family: 'arial_narrowregular'; text-decoration:none; font-size:1.5em; letter-spacing:3px; line-height:2.2em }
.header .email a:hover { text-decoration:underline;}

h1 {  font-family: 'typo3normal'; font-weight: normal; font-size:1.8em; color:#38557a; text-transform: uppercase; }

.footer { padding:30px 0 15px 0; color:#38557a; display:inline-block; width:100%;}
.footer a { color:#38557a;}
.fleft { float:left; }
.fright { float:right; }
.footer .middle { margin-left:220px;}
img { border:0;}
.row { display:inline-block; width:100%;}

img {
    max-width: 100%;
}
.marg1 { margin-left: 200px;}

@media only screen and (max-width:850px) {
	.siteWrap, #slider { margin:auto; width:100% !important; }
	.contentWrap { padding: 0 15px;}
	.footer .fleft { padding-left: 15px; }
	.footer .fright { padding-right: 15px; }
	.contact { display: none;}
	.logo { margin-left: 15px !important;}
	
   
}
@media only screen and (max-width:650px) {
	.logo { width: 80%;}
	.contentWrap .row .fleft, .contentWrap .row .fright { float: none; margin-left: mome !important;}
	.contentWrap .row .marg1 { margin-left: 0;}
	.contentWrap .row .fleft { float: none; margin-left: mome !important;}
	.contentWrap .row .marg1 { margin-left: 0; margin-top: 25px;}
	.footer .fleft, .footer .fright { float: none; display: block;} 
	.footer .middle { margin-left: 0;}
	.footer .fright { padding-left: 15px;}
	
	.nivo-caption p {
	font-size:1.6em;
	line-height:1.2em;
		bottom:20px;
}   
}



/*cookies notice*/

.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
	position: fixed;
	background-color: rgba(212,212,212,0.97) !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
	padding: 1.5rem 3rem!important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save
{
	color: #fff !important;
	background-color: #38557a !important;
	outline: none;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save, .freeprivacypolicy-com---palette-light .cc-nb-okagree:focus, 
.freeprivacypolicy-com---palette-light .cc-nb-reject:focus, .freeprivacypolicy-com---palette-light .cc-cp-foot-save:focus, 
.freeprivacypolicy-com---palette-light .cc-nb-okagree:active, .freeprivacypolicy-com---palette-light .cc-nb-reject:active,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save:active
{
	color: #fff !important;
	background-color: #38557a !important;
	outline: none !important;
	border:0 !important;
}
.cc-pc-head-close:focus {
  outline: none;
	border:0 !important;
}
#open_preferences_center {
	position: fixed;
    	bottom: 15px;
	left: 15px;
	z-index:11111111;
}
#open_preferences_center img {
	max-width:40px;
}


