﻿
@font-face {
    font-family: 'cul_de_sacregular';
    src: url('../fonts/culdesac-webfont.eot');
    src: url('../fonts/culdesac-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/culdesac-webfont.woff2') format('woff2'),
         url('../fonts/culdesac-webfont.woff') format('woff'),
         url('../fonts/culdesac-webfont.ttf') format('truetype'),
         url('../fonts/culdesac-webfont.svg#cul_de_sacregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 6, 2014 */



@font-face {
    font-family: 'same_same_but_differentRg';
    src: url('../fonts/samesamebutdifferent-webfont.eot');
    src: url('../fonts/samesamebutdifferent-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/samesamebutdifferent-webfont.woff2') format('woff2'),
         url('../fonts/samesamebutdifferent-webfont.woff') format('woff'),
         url('../fonts/samesamebutdifferent-webfont.ttf') format('truetype'),
         url('../fonts/samesamebutdifferent-webfont.svg#same_same_but_differentRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
body {
   margin:0;
   padding:0;
    overflow-y:hidden;
    overflow-x:auto;
    height:100%;
}

body
{
   
    }

img {
    border:none;
}
#container {
   
   position:absolute;
   min-width:980px;
   overflow-y:scroll;
   top:90px;
   left:0;
   right:0;
   bottom:0;
}
form {
    
}
/* Start general classes */
.d980 {
    position:relative;
    display:block;
    width:980px;
    margin-left:auto;
    margin-right:auto;
}
.d760 {
    display:block;
    width:760px;
    margin-left:auto;
    margin-right:auto;
}
.d771 {
    display:block;
    width:771px;
    margin-left:auto;
    margin-right:auto;
}
.d840 {
    display:block;
    width:840px;
    margin-left:auto;
    margin-right:auto;
}
.d800 {
    display:block;
    width:800px;
    margin-left:auto;
    margin-right:auto;
}
.clear
{
    float:none;
    clear:both;
    font-size:0;
    height:0;
    line-height:0;
    }
.tc {
    text-align:center;
}
.tl {
    text-align:left;
}
.tr {
    text-align:right;
}
.shade {
display:block;
 position:absolute;
 bottom:-15px;
 left:0;
 right:0;
 width:100%;
 height:15px;
 background:url('/assets/images/shade15.png') repeat-x center top;
 z-index:2;
}
.shade.top {
    top:0;
    bottom:auto;
    background:url('/assets/images/shade9.png') repeat-x center top;
    }

.btnCirc {
    display:block;
    width:40px;
    height:40px;
    border-radius:20px;
    background:#4e8636 url('/assets/images/btnCirc.png') no-repeat center top;
    transition:0.5s;
    z-index:3;
    }
.btnCirc:hover {
    background-color:#80ba66;
    transition:0.5s;
    
}
/* End general classes*/

/* Start popup classes*/
.waitBox
{
    position:fixed;
    top:40%;
    left:50%;
    margin-top:-16px;
    margin-left:-171px;
    width:auto;
    height:32px;
    border:1px solid #ccc;
    background:#fff;
    padding:20px 30px 20px 30px;
    display:none;
    z-index:1000;
}

.waitBox img
{
    display:block;
    float:left;
    }
.waitBox span
{
    display:block;
    float:left;
    height:32px;
    font:normal normal 300 14px/32px 'Roboto',Arial;
    color:#666;
    padding:0 0 0 30px;
    }
    
.msgBox
{
    position:fixed;
    top:20%;
    left:50%;
    margin-left:-200px;
    width:300px;
    border:1px solid #ccc;
    background:#fff;
    border-radius:0;
    padding:11px 49px 25px 49px;
    display:none;
    z-index:1000;
    font:normal normal 100 13px/15px 'Roboto', arial;
    color:#666
    }
.msgBox .txt {
    border-radius:0;
    width:288px;
    }

.msgBox.tc, .msgBox.tc p, .msgBox .tc
{
    font:normal normal 100 12px/15px 'Roboto', arial;
    text-align:center;
    }
.msgBox h1
{
    font:normal normal 100 26px/56px 'Roboto', arial;
    color:#4e8636;
    display:block;
    margin:0;
    padding:0;
    }
.msgBox p
{
    font:normal normal 300 13px/26px 'Roboto',Arial;
    color:#666;
    display:block;
    margin:0;
    padding:0 0 11px 0;
    }

.msgBox a.closeBtn {
    background:url('/assets/images/closeBtn.png') no-repeat center center;
    position:absolute;
    width:67px;
    height:69px;
    top:0;
    right:0;
    }

.msgBox a.cta.close
{
    background-image:url('/assets/images/close.png');
    color:#3a7e9b;
    }

.msgBox .btnLogin {
    display:inline-block;
    height:40px;
    background:#4e8636 url(/assets/images/check.png) no-repeat 16px center;
    padding:0 23px 0 36px;
    font:normal normal normal 14px/40px 'Roboto',Arial;
    color:#fff;
    margin:16px 0 28px 0;
    text-decoration:none;
    }
.msgBox .btnRemember {
    display:block;
    font:normal normal normal 11px/18px 'Roboto',Arial;
    color:#999;
  
    }
.msgBox.wide
{
    display:block;
    width:538px;
    margin-left:-300px;
    padding-bottom:50px;
    padding:11px 30px 50px 30px;
    text-align:center;
    }
.msgBox.wide p
{
    text-align:center;
    }
.msgBox.wide .form
{
    margin:0;
    }
.msgBox.wide .bottom
{
    text-align:center;
    padding-top:35px;
    }
.msgBox.wide label {
    display:inline-block;
    width:139px;
    padding:0 10px 0 0;
    height:38px;
    margin:0 0 2px 0;
    font:normal normal 300 12px/38px 'Roboto',Arial; 
    text-align:right;
    }
    .msgBox.wide select {
        display:inline-block;
        width:300px;
    }
    .msgBox.wide input {
        display:inline-block;
        width:288px;
    }
/* Start header classes*/
#header{
    position:relative;
    height:90px;
    background:#fff;
    overflow:visible;
}
.logo {
    position:absolute;
    top:0;
    left:0;
    z-index:3;
}
.menu {
    display:inline-block;
    height:40px;
    padding-top:26px;
}
.menu ul, .menu ul li {
    list-style:none;
    text-indent:0;
    padding:0;
    margin:0;
    }
.menu ul li {
    display:block;
    float:left;
    height:40px;
    padding:0 15px 0 15px;
}
.menu ul li a {
    display:block;
    height:40px;
    font:normal normal 300 18px/40px 'Roboto', arial;
    text-decoration:none;
    color:#4e8636;
    transition:0.5s;
    }
.menu ul li a:hover,menu ul li a.active  {
    color:#333;
    transition:0.5s;
    }
/* End header classes */

/* Start content classes */
#banner {
    height:650px;
    background-color:#4e8636;
    overflow:hidden;
    position:relative;
}
#banner img.bnr {
    position:absolute;
    top:0;
    left:0;
    display:block;
    min-width:100%;
    min-height:100%;
    z-index:0;
    }
#banner .caption {
    display:block;
    position:relative;
    width:980px;
    height:565px;
    margin:85px auto 0 auto;
    background-repeat:no-repeat;
    background-position:center top;
    z-index:2;
    }
#banner .btnCirc.arrow {
    position:absolute;
    bottom:20px;
    left:50%;
    margin-left:-20px;
    }

h1,h2 {
    margin:0;
    padding:47px 0 24px 0;
    text-align:center;
    font:normal normal 100 40px/47px 'Roboto', arial;
    color:#4e8636;
}

.faqs h1, .faqs h2 {
    text-align:left;
}

.faqs h2 {
    text-align:left;
    padding:22px 0 0 0;
    font:normal normal normal 20px/36px 'Roboto', arial;
    color:#666;
}

.faqs p {
    margin:0;
}

.page.grey h2 {
    margin:0;
    padding:37px 0 33px 0;
    text-align:center;
    font:normal normal normal 30px/40px 'cul_de_sacregular', arial;
    color:#4e8636;
}
.page.green h2 {
    margin:80px 0 0 0;
    padding:184px 0 34px 0;
    text-align:center;
    font:normal normal 100 40px/48px 'Roboto', arial;
    color:#fff;
    background:url('/assets/images/iconGroup.png') no-repeat center top;
}

p {
    padding:0px 0 20px 0;
    font:normal normal 300 14px/20px 'Roboto', arial;
    color:#666;
}
.page.green p {
    color:#fff;
}

.page.blue {
    position:relative;
    display:block;
    background:#3a7e9b;
}
.page.blue p {
    color:#fff;
}

.page.blue img {
    margin-bottom:20px;
}

.page.blue .tag {
    position:absolute;
    display:block;
    left:50%;
    width:73px;
    height:100px;
    margin-left:-36px;
    top:-11px;
    z-index:100;
    background:url(/assets/images/tag.png) no-repeat center center;
    }

.page.blue h2 {
    padding:66px 0 28px 0;
    text-align:center;
    font:normal normal 100 60px/70px 'Roboto', arial;
    color:#fff;
}

.page.whiteblue {
    position:relative;
    display:block;
    background:#fff;
}
.page.whiteblue h2 {
    color:#3a7e9b;
}
.page.whiteblue p {
    color:#666;
    text-align:center;
}

#registratie span {
    display:block;
    text-align:center;
    font:normal normal normal 40px/70px 'same_same_but_differentRg', arial;
    color:#fff;
}

.memberPnl {
    position:relative;
}

.memberPnl .remove{
    position:absolute;
    top:15px;
    right:20px;
    font:normal normal 300 14px/20px 'Roboto', arial;
    color:#666;
    text-decoration:none;
}

.btnAdd {
    display:inline-block;
    margin:10px 0 20px 20px;
    padding:0 19px 0 9px;
    border-radius:4px;
    height:45px;
    font:normal normal 300 20px/45px 'Roboto', arial;
    color:#fff;
    background:#ccc;
    text-decoration:none;
}

.formFooter {
    background:#fff;
    position:relative;
    padding-top:30px;
    padding-bottom:30px;
}

.formFooter .left {
    float:left;
    width:610px;
    }
.formFooter label {
    font:normal normal 300 13px/28px 'Roboto', arial;
    color:#666;
    }
.formFooter .right {
    float:right;
    width:190px;
    }

.formFooter .right a.btnCTA {
        float:right;
        margin-top:0;
    }
.member {
    position:relative;
}

.page.form h2 {
    margin:0;
    padding:11px 0 13px 20px;
    text-align:left;
    font:normal normal 300 20px/26px 'Roboto', arial;
    color:#3a7e9b;
}

.page.form h1 {
    margin:0;
    padding:50px 0 13px 0px;
    text-align:center;
    font:normal normal 100 60px/72px 'Roboto', arial;
    color:#3a7e9b;
}
.page.form span.subtitle {
    display:block;
    margin:0;
    padding:0px;
    text-align:center;
    font:normal normal 300 30px/39px 'Roboto', arial;
    color:#3a7e9b;
}

.page.form span.quote {
    display:block;
    margin:0;
    padding:0px 0 38px 0;
    text-align:center;
    font:normal normal normal 40px/70px 'same_same_but_differentRg', arial;
    color:#3a7e9b;
}



.page.form p {
    padding:0px 0 17px 0;
    font:normal normal 300 14px/17px 'Roboto', arial;
}
a {
    font:normal normal 300 14px/20px 'Roboto', arial;
    color:#4e8636;
    text-decoration:underline;
    transition:0.5s;
}
.page.green a,.page.blue a  {
    color:#fff;
}

a:hover {
    color:#80ba66;
    transition:0.5s;
    }
.half {
    width:380px;
    padding:0 20px 0 20px;
    float:left;
}

.page {
    position:relative;
    overflow:hidden;
}
.page.grey {
    background:#f7f7f7;
}
.page.green {
    background:#4e8636 url('/assets/images/iconTree.png') no-repeat center bottom;
    padding-bottom:240px;
}

.page.white {
    background:#fff url('/assets/images/iconEarth.png') no-repeat center top;
    padding:68px 0 35px 0;
    
    }
.page.form {
    background:#f5f5f5;
    padding:0 0 0 0;
    }
.page.clouds {
    height:340px;
    }
.page.clouds img.bg {
    display:block;
    position:absolute;
    top:0;
    left:0;
    min-width:100%;
    min-height:100%;
    z-index:-1;
    }
.page.clouds h2 {
    /*ORGINEEL: padding:95px 0 27px 0;*/
    padding:140px 0 0 0;
    color:#fff;
    }

.imgList {
    width:765px;
    margin-right:-5px;
}
.imgList a {
    display:block;
    float:left;
    width:250px;
    height:165px;
    margin:0 5px 5px 0;
    }
.imgList a img {
    display:block;
    width:250px;
    height:165px;
    }
.btnCirc.open {
    display:block;
    margin:15px auto 32px auto;
    background-position:center -40px;
}

.regItem {
    width:257px;
    float:left;
    text-align:center;
}
.regItem .circle {
    display:block;
    margin:auto;
    width:80px;
    height:71px;
    border:1px solid #fff;
    border-radius:40px;
    background:url('/assets/images/blue30.png');
    padding-top:9px;
    text-align:center;
    }
.regItem .circle span {
    display:inline;
    font:normal normal 300 40px/42px 'Roboto', arial;
    color:#fff;
    }
.regItem .circle em {
    display:inline-block;
    font:normal normal 300 18px/18px 'Roboto', arial;
    color:#fff;
    text-transform:uppercase;
    }
.regItem .text {
    display:inline-block;
    padding:9px 0 0 0;
    font:normal normal 300 18px/23px 'Roboto', arial;
    color:#fff;
    
    }

.txt {
    display: block;
    padding: 12px 0 13px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 368px;
    font: normal normal 300 14px/18px 'Roboto', arial;
    color: #666;
    background: #fff;
    height: 18px;
    margin: 0 0 5px 0;
}
.ddlLine {
    height:50px;
    width:380px;
}
select.txt {
width:380px;
height:43px;
}
 
select.txt.day {
width:120px;
margin-right:5px;
float:left;
}
select.txt.month {
width:130px;
margin-right:5px;
float:left;
}
select.txt.year {
width:120px;
float:left;
}
    .txt.error {
        border:1px solid #ff0000;
    }
    .txt.pc {
        width:78px;
        float:left;
        margin-right:5px;
    }
    .txt.city {
        width:273px;
        float:left;
       
    }

input[type=radio], input[type=checkbox] {
	    display:none;
	}
	input[type=checkbox] + label:before {
	    content: "";  
	    display: inline-block;  
	    width: 23px;  
	    height: 23px;  
	    vertical-align:middle;
	    margin-right: 8px;  
	    background-color: #fff;  
	    border:1px solid #ccc;
	    border-radius: 4px;  
	}
	input[type=checkbox]:checked + label:before {
		content:"\2714";
		color:#666;
	    background-color: #fff; 
		text-align:center;
		line-height:23px;
        font-size:23px;

	}

.check {
    display:block;
    padding:8px 0 0 10px;
    border:1px solid #ccc;
    border-radius:5px;
    width:368px;
    
    color:#666;
    background:#fff;
    height:35px;
    margin:0 0 5px 0;
}
.check label {
    font:normal normal 300 14px/23px 'Roboto', arial;
    }

a.btnCTA {
    display:inline-block;
    height:45px;
    padding:0 25px 0 25px;
    background:#3a7e9b;
    border-radius:5px;
    font:normal normal normal 20px/45px 'Roboto', arial;
    color:#fff;
    text-decoration:none;
    margin-top:15px;
}
/* End content classes */
/* Start footer classes*/
#footer {
    background:#444;
    padding:57px 0 60px 0;
    font:normal normal 300 11px/18px 'Roboto', arial;
    color:#ccc;
}
#footer a{
    font:normal normal 300 11px/18px 'Roboto', arial;
    color:#ccc;
}

#footer .left, #footer .right {
    width:230px;
    float:left;
    text-align:right;
}
#footer .center {
    padding-top:55px;
    width:340px;
    float:left;
    text-align:center;
}
#footer .right a {
    text-decoration:none;
    }
#footer .right a.siteBy {
    color:#999;
    }
.fLogo {
    display:block;
    width:138px;
    height:83px;
    background:url('/assets/images/fLogo.png') no-repeat left top;
}

.moreHolder {
    display:none;
}

#moreproject {
    padding-bottom:20px;
}


/* End footer classes*/

.page p {
    text-align:justify;
}

.login {
    position:absolute;
    padding:26px 30px 0 0;
    top:0;
    right:0;
}

.login a {
    display:inline-block;
    padding:0 24px 0 0;
    background:url(/assets/images/lock.png) no-repeat right center;
    font:normal normal 300 18px/35px 'Roboto', arial;
    color:#4e8636;
    text-decoration:none;
    }

.login a.profile {
    background:none;
    }

a.doc {
    display:block;
    float:left;
    height:45px;
    background:#8dc0d5 url(/assets/images/doc.png) no-repeat 9px center;
    border-radius:4px;
    font:normal normal normal 20px/45px 'Roboto', arial;
    color:#fff;
    padding:0 20px 0 46px;
    margin:20px 0 20px 0;
    text-decoration:none;
}
.doc-btns {
    margin-bottom:120px;
}
.doc-btns a.doc {
    display:inline-block;
    float:none;
    margin:0 20px 0 20px;
    font:normal normal normal 13px/45px 'Roboto', arial;
    background:#3a7e9b url(/assets/images/doc.png) no-repeat 9px center;
}
    
.gallery {
    margin-bottom:60px;
}
a.doc.green {
    background-color:#4e8636;
    display:inline-block;
    float:none;
    margin:0px 0 60px 0;
    }
a.doc.r {
    float:right;
    }

.faq
{
    display:block;
    padding:1px 0 0 0;
    margin:10px 0 25px 0;
    }
.faq li.q
{
    display:block;
    padding:0 0 1px 0;
    min-height:39px;
    
    }
.faq li.q a.question
{
    display:block;
    padding:12px 0 0px 19px;
    font:normal normal 300 14px/20px 'Roboto',Arial;
    color:#666;
    text-decoration:none;
    background:url(/assets/images/plus.png?v2) no-repeat left 14px;
    }
.faq li.q a.question.open
{
    background:url(/assets/images/minus.png?v2) no-repeat left 19px;
    }
.faq li.q a.question:hover
{
    color:#4e8636;
    }

.faq .answer
{
    display:none;
    padding:0 0 0 19px;
    }
.faq .answer p {
    margin:0;
    }
.faq .answer ol, .faq .answer ul {
    font:normal normal 300 14px/20px 'Roboto',Arial;
    color:#666;
    padding-bottom:20px;
    }

/* Start profile classes */
.tblOverview
{
    width:100%;
    margin-bottom:30px;
    }

.tblOverview td
{
    min-height:40px;
    vertical-align:middle;
    text-align:left;
    font:normal normal 300 14px/17px "Roboto", Arial;
    color:#666;
    border-bottom:1px solid #d8e5eb;
}
.tblOverview thead td
{
    vertical-align:bottom;
    font:normal normal 300 12px/19px "Roboto", Arial;
    color:#999;
    }
.tblOverview td.tr
{
    text-align:right;
    }
 .tblOverview td.tc
{
    text-align:center;
    }
 .tblOverview tr
 {
     min-height:40px;
}

.tblOverview td .admin
{
    display:inline-block;
    height:18px;
    padding:0 5px 0 5px;
    font:normal normal 400 12px/18px "Roboto", Arial;
    color:#fff;
    background:#4e8636;
    text-transform:uppercase;
    }
.tblOverview td a
{
    display:inline-block;
    height:18px;
    padding:0 5px 0 5px;
    font:normal normal 400 12px/18px "Roboto", Arial;
    color:#fff;
    background:#999;
    text-transform:uppercase;
    text-decoration:none;
    }

.tblOverview td.estatus a
{
    display:inline-block;
    height:18px;
    padding:0;
     width:18px;
    font:normal normal 400 12px/18px "Roboto", Arial;
    color:#fff;
    background:#ccc url(/assets/images/accepted.png) no-repeat center center;
    text-decoration:none;
    }
.tblOverview td.estatus a.accepted
{
    background:#c0d245 url(/assets/images/accepted.png) no-repeat center center;
}

.tblOverview td.estatus a.declined
{
    background:#ccc url(/assets/images/declined.png) no-repeat center center;
}

.tblOverview td a.doc,.tblOverview td a.mail
{
    display:inline-block;
    width:18px;
    height:20px;
    background:url(/assets/images/iconDoc.png) no-repeat right center;
    } 
.tblOverview td a.mail
{
    background:url(/assets/images/iconMail.png) no-repeat right center;
    } 
.tblOverview td em
{
    display:block;
    font:normal normal 300 14px/16px "Roboto", Arial;
    color:#999
    }
span.lbl
{
    margin:0;
    padding:0;
    background:none;
    font:normal normal 300 14px/38px "Roboto", Arial;
    }

.profileBox
{
    display:none;
    }

.profileBox dl
{
    display:block;
    width:800px;
    padding:0;
    border-top:1px solid #ccc;
    }
.profileBox dl dt, .profileBox dl dd
{
    margin:0;
    height:36px;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    display:block;
    float:left;
    font:normal normal 300 14px/36px "Roboto", Arial;
    color:#666
    }
.profileBox dl dt.first, .profileBox dl dd.first
{
    border-top:1px solid #ccc;
    }
.profileBox dl dt
{
    border-left:1px solid #ccc;
    width:138px;
    padding:0 10px 0 0;
    background:#ededed;
    text-align:right;
    }

.profileBox dl dd
{
     width:639px;
     padding:0 0 0 10px;
    }

.profileBox a.btn
{
    display:inline-block;
    height:45px;
    font:normal normal normal 20px/45px "Roboto", Arial;
    color:#fff;
    background:#4e8636;
    text-decoration:none;
    padding:0 15px 0 15px;
    margin:10px 0 20px 0;
    border-radius:4px;
    }

.profileBox input
{
    margin:0;
    height:18px;
    width:100%;
    border:none;
    padding:9px 0 9px 0;
    display:block;
    font:normal normal 300 14px/18px "Roboto", Arial;
    color:#666
    }
 
 .profileBox input.error
 {
     background:#ffc6c6;
     }
 
 .errMsg
 {
     font:normal normal 300 14px/20px "Roboto", Arial;
     color:#ff0000;
     }

.profile h1 {
    font:normal normal 300 40px/60px "Roboto", Arial;
    color:#4e8636;
    padding:40px 0 0 0;
    text-align:left;
}
.profile h2 {
    font:normal normal normal 20px/50px "Roboto", Arial;
    color:#666;
    padding:0;
    text-align:left;
}
.profile h3 {
    font:normal normal normal 16px/30px "Roboto", Arial;
    color:#4e8636;
    padding:0;
    text-align:left;
    margin:0;
}
.profile p {
    font: normal normal 300 14px/18px "Roboto", Arial;
    padding:0 0 15px 0;
    margin:0;
}

.cta {
    display:inline-block;
    margin:0 13px 0 13px;
    height:40px;
    font: normal normal normal 14px/40px "Roboto", Arial;
    color:#fff;
    text-decoration:none;
    padding:0 26px 0 26px;
    background:#4e8636;
}

.cta.cancel {
    padding:0 26px 0 36px;
    background:#999 url(/assets/images/ctaClose.png) no-repeat 17px center;
    }
.cta.confirm {
    padding:0 26px 0 36px;
    background:#4e8636 url(/assets/images/ctaOK.png) no-repeat 17px center;
    }

label.error {
    color:#ff0000;
}


.candidates {
    width:812px;
    height:185px;
    margin:auto;
    padding-bottom:100px;
}

.candidates a {
    display:block;
    float:left;
    width:150px;
    height:185px;
    margin:0 6px 0 6px;
    text-decoration:none;
    }
.candidates a img {
    display:block;
    width:148px;
    height:114px;
    border:1px solid #e2e2e2;
    border-bottom:none;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    }
.candidates a span {
     display:block;
    width:137px;
    height:51px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    background:#3a7e9b;
    padding:19px 0 0 13px;
    }

.candidates a span em {
    display:block;
    padding:0 0 0 37px;
    background:url(/assets/images/doc.png) no-repeat left top;
    font:normal normal normal 13px/16px 'Roboto',Arial;
    color:#fff;
    min-height:32px;
    text-align:left;
    text-decoration:none;
    }