                                    
@import url(fontface.css);


body { background:#ededed;
	
    font-family: 'Open Sans', sans-serif;
	
    font-size: 13px;
	margin: 0 auto;
    width: 100%; 
	color:#777777;
}

/*.................group .......................*/   

/* block that can contain several .mod , can contain floats */

.group {-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;}

/* module, contains floats */

.group-box { -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	display: table-cell;}





/* blocks that can contain floats */

.group:before, .group:after,
.group-box:before, .group-box:after {
	content: "";
	display: table;
}

.group:after,
.group-box:after {
	clear: both;
}

.left{float:left;}
.right{float:right;}
.center{margin:auto;} 



img {
	width: auto;
	vertical-align: middle;
}
a img { border: 0; }

p, ul, ol, dl, blockquote, pre, td, th {
    line-height: 1.5em;
    margin: 1.5em 0;
}


strong{font-weight:700;}


em {
    font-style: italic!important;
}
/*...............................................*/



/**********************************************
h1
***********************************************/  

h1 {
    color: #516d86;
	font-family: 'colaboratelightregular';
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-transform:uppercase;
    width: auto;
	margin: 0.5em 0;
}




h2 {
	color: #516d86;
	font-family: 'colaboratelightregular';
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-transform:uppercase;
    width: auto;
	margin: 0.5em 0;
}



h3 {
	color: #516d86;
	font-family: 'colaboratelightregular';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-transform:uppercase;
    width: auto;
	margin: 0.5em 0;
}


h4 {
	color: #516d86;
	font-family: 'colaboratelightregular';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-transform:uppercase;
    width: auto;
	margin: 0.5em 0;
}






.h2 {
	color: #516d86;
	font-family: 'colaboratelightregular';
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-transform:uppercase;
    width: auto;
}



.h3 {
	color: #516d86;
	font-family: 'colaboratelightregular';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-transform:uppercase;
    width: auto;
}


.h4 {
	color: #516d86;
	font-family: 'colaboratelightregular';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-transform:uppercase;
    width: auto;
}


/**********************************************
h1
***********************************************/
@font-face {
    font-family: 'colaboratelightregular';
    src: url('colablig-webfont.eot');
    src: url('colablig-webfont.eot?#iefix') format('embedded-opentype'),
		url('colablig-webfont.woff') format('woff'),
		url('colablig-webfont.ttf') format('truetype'),
		url('colablig-webfont.svg#colaboratelightregular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}


/**********************************************
Link
***********************************************/






a,a:link, a:visited{
	color: #26589e ;	
	text-decoration:none;
}	




a:hover{color: #26589e ;	
	text-decoration:underline;}

a:selected {color: #26589e ;	
	text-decoration:none;}



/**********************************************
fin- Link
***********************************************/  





/**********************************************
logo
***********************************************/

.logo {
    height: 103px;
	
    width: 215px;
}


.haut { position:relative; 
    padding-top:66px;
    height: 200px;
    width: 1000px;
}

.logo1 {
    height: 79px;
	margin-top: -17px;
}


#lang-fr {
    background-color: #C3D7E9;
    color: #fff;
    height: 25px;
	
    padding: 4px 7px 7px 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 25px;
}
#lang-nl {
    background-color: #C3D7E9;
    color: #fff;
    height: 25px;
	
    padding: 4px 7px 7px 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 25px;
}
#Language {
    position: absolute;
    right: 0;
    top: 6px;
}
#Language a{text-decoration:none !important;}

#Language a.selected span,
#lang-nl:hover ,#lang-fr:hover{background-color:#26589E; }
/**********************************************
fin-logo
***********************************************/  


/**********************************************
typo
***********************************************/ 

ol li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    list-style-type: decimal !important;
    margin-left: 40px !important;
    padding-bottom: 5px;
    padding-left: 10px !important;
    padding-right: 0;
    padding-top: 0;
}
.image-right {
    float: right;
    margin: 0 0 15px 25px;
}
.image-left {
    float: left;
    margin: 0 25px 15px 0;
}
.table-style {
    position: relative;
}



.table-style thead th {
    background: none repeat scroll 0 0 #26589e;
    font-weight: bold;
    text-align: center;
	color:#fff;
}



.table-style thead th, .table-style tbody td {
    border: 1px solid #DDDDDD;
    padding: 10px 20px;
}
h5 {color: #516d86;
  	font-family: 'colaboratelightregular';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}
h6 { color: #516d86;
  	font-family: 'colaboratelightregular';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

/**********************************************
fin-typo
***********************************************/ 


/**********************************************
menu
***********************************************/ 



.menu { 
	background:#c3d7e9; 
	border-bottom:4px solid #8199af;
	width:1000px;
	
	height: 81px; 
}

#nav {   
	font-family: 'colaboratelightregular';
}
#nav li ul {
    left: 6px !important;
    margin-top: 26px !important;
    padding-left: 0;
}


#nav li a {
    color: #295AA0;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    height: 74px;
    line-height: 5em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
#nav li a:hover, #nav li.selected a {
	
    color: #5d6571;
	
}



#nav li li { 
	
    display: block;
    height:36px !important;
}




/**********************************************
fin menu
***********************************************/  





/**********************************************
container
***********************************************/ 								   
.container { 
	
	height: auto; 
	width:100%; 
	
}

.welcom { 
	position:relative; 
	background:#FFFFFF; 
	padding: 17px 30px 38px;
	height: auto; 
	width:1000px;
}


.welcom li {
    background: url("../images/puce.png") no-repeat 17px 5px ;
    list-style: none outside none;
    padding-left: 40px;
}

.welcom .projekktor li{
	background: none;
	padding-left:0px;
}

.meer { 
	margin-left: 103px;
    position: absolute;
    background:url(../images/meer.png) no-repeat center center;
    height: 32px;
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out;
    width: 30px;
	bottom: 25px;
}

#myPlayer1964019641 li {
    background: none repeat scroll 0 0  !important;
    list-style: none outside none !important;
	padding-left: 0px!important;
}



.welcom table {
	
    margin-top: 45px !important;
}

/**********************************************
fin-container
***********************************************/ 


.list-box{position:relative;
	width:300px;}

.text-box{position:relative;
	width:610px;}
.ac-container{
	width: 300px;
	margin: 20px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #C3D7E9;
	color: #295AA0;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 60px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 100px;
}
.ac-container input:checked ~ article.ac-large{
	height: 510px;
}



/**********************************************
face
***********************************************/ 



.footer { padding:20px 0;
	width:1000px;
}


#topcontrol {
    bottom: 5px;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    right: -6px !important;
}


.footer .at16nc {
    background: url("../images/face.png") no-repeat scroll center !important;
    height: 50px !important;
    width: 50px !important;
}

/**********************************************
fin face
***********************************************/ 




/**********************************************
block
***********************************************/ 


.block {
	height:auto;
	margin-top: 28px;
}




a.box1 { 
	background:url(../images/img1.jpg) no-repeat center top; 
	padding-top:408px; 
	height:auto;
	width:294px; 
	
}

a.box2 { margin-left:27px; 
	background:url(../images/img2.jpg) no-repeat center top; 
	padding-top:408px; 
	height:auto;
	width:294px; 
	
}

a.box3 { 
	background:url(../images/img3.jpg) no-repeat center top; 
	padding-top:408px; 
	height:auto;
	width:294px; 
	
}

.content { 
	padding-top:29px; 
	padding:26px 26px 0; 
	background:#C3D7E9; 
	height:auto;
	width:294px; 
    min-height: 157px;
	position: relative;
}



a.box1 h1 , a.box2 h1  , a.box3 h1 { 
	text-align:center; 
	font-size:18px; 
	color:#26589E; 
	line-height:0.7em; 
	background:url(../images/sep.png) no-repeat center bottom; 
	margin:0;
	height:33px;
	text-transform:lowercase;
	
	
}


a.box1:link, a.box1:visited , a.box2:link, a.box2:visited  , a.box3:link, a.box3:visited {
    text-decoration: none !important; 
	color:#777777 !important; 
	text-align:center; 
	
}



a.box1:hover .meer , a.box2:hover .meer , a.box3:hover .meer{ 
	-webkit-transform: translateX(25px);
	-moz-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;	
}




/**********************************************
fin-contact
***********************************************/ 



/**********************************************
contact
***********************************************/ 

.open { 
	background:url(../images/open1.jpg) repeat-x center top; 
	padding-top: 35px;
	height:108px;
	width: 1000px;
}

.open1 { 
	padding-left:33px;
	padding-right:44px; 
	background:url(../images/open.png) no-repeat left center; 
	color: #5d6571;
	font-size: 14px;
	height:37px;
	
}

.open1 h1 {
    color: #5D6571;
    float: left;
    font-size: 17px;
	margin-right: 3px;
}


.open1 p {
    float: right!important;
    line-height: 1.91em !important;
    margin: 0.47em 0 !important;
    font-size: 12px;
}

.contact { 
	padding-left:30px; 
	padding-right:30px;  
	font-size: 14px;
	color:#777777; 
	background:#c3d7e9; 
	
	height:auto;
	width: 1000px;
}


.txt {
	
    text-transform:uppercase;
	
	
}

.txt1 {
	
	font-size: 17px;
	
	
}


.contact p {
    line-height: 1.9em !important;
	
}


.tab1 td {
	
    font-weight: normal;
	padding: 27px 66px 10px;
	
	
	
	text-align: center;
    width: 294px; 
	color:#777777; 
	
}




.tab1 { margin:auto;
}



/**********************************************
fin-contact
***********************************************/ 




/**********************************************
footer
***********************************************/ 



#footerSlideContainer #footerSlideContent {
    background-image: url(../images/background-footer.jpg);
}
#footerSlideContainer #footerSlideContent {
    background-image: url(../images/background-footer.jpg);
}
#footerSlideContainer #footerSlideContent {
    background-image: url(../images/background-footer.jpg);
}


.proxifooter2{ line-height:11px;}


#footerSlideText h3 {
    color: #c3d7e9 !important;
	
}



#footerSlideText li a:link, #footerSlideText li a:visited {
    color: #FFFFFF !important;
	
}



#footerSlideText a:link, #footerSlideText a:visited {
    color: #c3d7e9 !important;
	
}

/**********************************************
fin-footer
***********************************************/ 


/**********************************************
font-size
***********************************************/ 



.clear {
    clear: both;
}

#fontsize {
    float: right;
    height: 30px;
	
    position: absolute;
    right: 59px;
    top: -1px;
    width: 102px;
}

#fontsize span {
    height: 30px;
    width: 23px;
}
#fontsize a { 
	background:#C3D7E9; 
	
	color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 1.9em;
    text-align: center;
    text-decoration: none;
    width: 30px !important;
}
#fontsize a:hover {
	background:#26589e;
	
    cursor: pointer;
}

#fontsize.smallText .smallText a, #fontsize.defaultText .defaultText a, #fontsize.largeText .largeText a {
    color: #fff;
    cursor: pointer;
}


.smallText {
    font-size: 12px;
}
.defaultText {
    font-size: 13px;
}
.largeText {
    font-size: 14px;
}
.proxifooter2{ line-height:11px;}

/**********************************************
fin font-size
***********************************************/ 	







/**********************************************
gallery
***********************************************/ 	       

.highslide-gallery {
    display: table;
    margin: 0 auto;
    position: relative;
	float: left;
}
.highslide-gallery .highslide-text {
    display: block;
    line-height: 20px;
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
}
.highslide-gallery .highslide-text a img {
    margin: -4px 5px 0;
}
.highslide-gallery .highslide-text .highslide-breadcrumb {
}
.highslide-gallery .highslide-text img {
    vertical-align: middle;
}
.highslide-gallery .highslide-content {
    margin-left: -5px;
}


.highslide-gallery .highslide-content .highslideContainer {
    border: 5px solid #C5C5C5;
    height: 140px;
    margin: 5px;
    position: relative;
    width: 169px;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 140px;
    padding: 0;
    position: relative;
    transition: all 0.4s ease 0s;
	width: 169px;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground:hover {
    border-color: #49373A;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground div {
    height: 140px;
    left: 0;
    position: relative;
    top: 0;
    width: 169px;
    z-index: 1;
}


.highslide-gallery .highslide-content .highslideContainer .folderBackground div img {
    border: medium none;
    box-shadow: none;
    margin: 0;
    width: auto;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground span {
	background: #000!important;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    left: 0;
    padding: 8px 5px;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
    z-index: 2;
}
.highslide-gallery .highslide-content .highslideContainer .folderBackground:hover span {
    background-color: #000000;
}
.highslide-gallery .highslide-content .highslideContainer a.highslide {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    display: inline-block;
    position: relative;
}
.highslide-gallery .highslide-content .highslideContainer a.highslide:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.highslide-gallery .highslide-content .highslideContainer img {
    border: medium none;
    cursor: pointer !important;
    display: block;
    position: relative;
}
.highslide-gallery .highslide-content .highslideContainer img:hover {
}
.highslide-gallery .highslide-content .highslideContainer a.highslide:after {
    background: url("../images/bg-brown-50.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #FFF9ED;
    content: " ";
    font-size: 52px;
    left: 0;
    line-height: 150px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 0 2px #000000;
    top: 0;
    transform: scale(0.2);
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    z-index: 10;
}
.highslide-gallery .highslide-content .highslideContainer a.highslide:hover:after {
    opacity: 1;
    transform: scale(1);
}
.highslide-gallery .highslide-text img {
    box-shadow: none !important;
}
.highslide-container .highslide-caption {
    color: #4C3618;
	
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}
.highslide-container .highslide-caption strong {
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
}

/**********************************************
fon-gallery
***********************************************/ 





/**********************************************
contact
***********************************************/   
#contactForm-1 {
    margin-top: 40px;
}
form.contactForm {
    display: block;
    margin-left: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
form.contactForm .clear {
    clear: both;
}
form.contactForm legend {
    display: block;
    font-size: 150%;
    font-weight: bold;
}
form.contactForm legend.FormTitle {
    display: none;
}
form.contactForm fieldset {
    border: medium none;
}
form.contactForm .formItem {
    display: block;
    margin-bottom: 0 !important;
    overflow: hidden;
    position: relative;
}
form.contactForm .formItem.id_name_text, form.contactForm .formItem.id_address {
    padding-bottom: 0;
}
form.contactForm .id_name_text > div {
    display: none;
}
form.contactForm br {
    display: none;
}
form.contactForm .singleText br {
    display: inline-block;
}
form.contactForm label {
    border-bottom: 1px solid #295AA0;
    color: #295AA0;
    display: block;
    font-weight: normal !important;
    padding: 5px;
    width: 467px;
}
form.contactForm .CopyConfirm label.infoLabel {
    display: inline-block;
    margin: 0;
}
form.contactForm .text-input, form.contactForm .contactSelect, form.contactForm .datepicker {
    background: none repeat scroll 0 0 #DDDDDB;
    border: medium none;
    color: #000000;
    height: 17px;
    margin: 0;
    outline: medium none !important;
    padding: 7px 10px 6px;
    width:457px !important;
}


form.contactForm .text-input:focus, form.contactForm .datepicker:focus {
    background: none repeat scroll 0 0 #C2C2C0;
	
    color: #444444;
}

form.contactForm .contactSelect {
    height: 29px;
    line-height: 30px;
    width: 486px !important;
}

form.contactForm textarea.text-input {
	height: 79px;
    overflow: auto;
    vertical-align: top;
}
form.contactForm .option {
    background: none repeat scroll 0 0 #A8A8A6;
    display: inline-block;
    padding: 4px 5px 4px 15px;
    width: 230px !important;
}
form.contactForm .required, form.contactForm .dropError {
    color: #295AA0;
}
form.contactForm .QapTcha {
    margin: 0;
    padding: 0 0 10px;
    width: auto;
}
form.contactForm .QapTcha #TxtStatus {
    margin: 2px 0 5px;
    text-align: left;
    width: auto;
}
form.contactForm .QapTcha .dropError {
    color: #295AA0;
    padding-top: 10px;
}
form.contactForm #QapTcha {
    display: block;
    margin: 0;
}
form.contactForm input[type="submit"], form.contactForm input.submit-button {
    background: none repeat scroll 0 0 #295AA0;
    border: medium none;
	
    box-shadow: 0 1px 4px #666666;
    color: #EEEEEE;
    cursor: pointer;
    display: inline-block;
    font: 18px/30px Arial,Helvetica,sans-serif;
    margin-top: 5px;
    outline: medium none !important;
    padding: 3px 10px;
    text-decoration: none;
}
form.contactForm input.submit-button:hover {
    background: none repeat scroll 0 0 #DDDDDB;
    border: medium none;
    box-shadow: 0 1px 4px #666666;
    color: #295AA0;
    cursor: pointer;
    display: inline-block;
    font: 18px/30px Arial,Helvetica,sans-serif;
    margin-top: 5px;
    outline: medium none !important;
    padding: 3px 10px;
    text-decoration: none;
}
form.contactForm .private_policy_link {
    display: inline-block;
    margin-left: 0;
}
#ui-datepicker-div {
    z-index: 20 !important;
}
.contactForm .formItem {
}
.contactForm .id_paragraph_text_1 .infoLabel {
    padding-bottom: 0 !important;
}

.QapTcha .dropSuccess, .QapTchaNewsletter .dropSuccess {
    color: #000 !important;
    padding-top: 10px;
}
.id_comments {
    width: 100% !important;
}
.id_comments label {
}
.id_comments textarea.text-input {
    width: 611px !important;
}


.contactForm .formItem.id_paragraph_text_1 {
    clear: both;
    float: right;
    margin-top: -124px;
    right:0px;
    width: 457px !important;
}


#paragraph_text_1 {
	width: 450px !important;
}
.contactForm .id_paragraph_text_1 .infoLabel {
    padding-bottom: 5px !important;
}
form.contactForm .private_policy_link {
    color: #295AA0;
    display: inline-block;
    height: 16px;
}
.contactForm .formItem.id_email_1 {
	clear: both;
    float: right;
    margin-top: -186px;
    right: 0;
    width: 457px !important;
}


/**********************************************
fon contact
***********************************************/ 


/**********************************************
camera
***********************************************/   

.fluid_container {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.camera_wrap {
    display: none;
    float: left;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 0;
}



.camera_prev, figure#banner .camera_next {
    background: none repeat scroll 0 0 transparent;
    height: 100px;
    margin-top: -50px;
    width: 60px;
}
.camera_prev > span, figure#banner .camera_next > span {
    height: 100px;
    width: 60px;
}


.camera_prev > span {
    background: url("../images/prev.png") no-repeat scroll center center transparent !important;
	z-index: 99;}

.camera_next > span {
    background: url("../images/next.png") no-repeat scroll center center transparent !important;
    height: 50px;
    margin-top: 25px;
    margin-right: 28px;
    width: 38px;
	
	z-index: 99;
}




.camera_prev,.camera_commands {
    margin-top: -33px !important;
}


.camera_next{
    margin-top: -33px !important;
	margin-right: 15px;
}





.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none outside none;
    margin: -49px 0 0 !important;
    padding: 0;
    text-align: center !important;
}
.camera_wrap .camera_pag .camera_pag_ul li {
    
    height: 11px !important;
    width: 11px !important;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
    border-radius: 8px 8px 8px 8px !important;
    height: 11px !important;
    left: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 0 !important;
    width: 11px !important;
}



#pie_0 {
    background-color: #e8e8e8 !important;
    bottom: 2px;
    display: block;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 396px;
    top: 2px;
}     

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    background: none repeat scroll 0 0 transparent !important;
}          

.camera_commands > .camera_stop {
    background: none repeat scroll 0 0 transparent !important;
    display: block;
    height: 40px;
    width: 40px;
}




.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: none repeat scroll 0 0 #e8e8e8!important;
}       


.camera_commands > .camera_play {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: 40px;
    width: 40px;
}               

/**********************************************
fon camera
***********************************************/       












        
        
        