﻿BODY
{
scrollbar-face-color: #454545;
scrollbar-shadow-color: #C9BE90; 
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #999999;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
background-color: #F2F2F2;
}

TD
{
font-family:  Verdana, Arial, Sans-Serif;
font-size: 14px;
color: #000000;
}

TD.tekst
{
font-family:  Verdana, Arial, Sans-Serif;
font-size: 14px;
color: #000000;
padding:0px 0px 0px 0px;
}

TD.top
{
background-image: url(../images/top_backgound.png);
background-repeat: repeat-x;
background-color: #ffffff;
background-position:left top;
padding:0px 0px 0px 0px;
text-align:left; 
}


.tekstrood {
          font-size:          20px;
 	 	  font-family: Verdana, Arial, Sans-Serif;
          font-weight:        normal;
          color:              #CC0000;
          height:             0px;
          margin:             0px 0px 0px 0px;
}

.headinghome {
          font-size:          20px;
          font-family:        Verdana, Arial, Helvetica, Sans-Serif;
          font-weight:        normal;
          color:              #ffffff;
          height:             40px;
          padding:            20px 20px 20px 20px;
}

.information_backwhite {
width: 100%;  /*default width of scroller*/
height:20px;
overflow:hidden;
position:relative;
background:#ffffff;
border:1px solid #ee8a01;
color:#2e7bb7;
border-radius: 5px; /*css3 round corners*/
-moz-border-radius: 5px; /*css3 round corners*/
-webkit-border-radius: 5px; /*css3 round corners*/
}

.information_back {
width: 100%;  /*default width of scroller*/
height:20px;
overflow:hidden;
position:relative;
background:#eaeaea;
border:1px solid #ee8a01;
color:#2e7bb7;
border-radius: 5px; /*css3 round corners*/
-moz-border-radius: 5px; /*css3 round corners*/
-webkit-border-radius: 5px; /*css3 round corners*/
}

.information_back:hover {
width: 100%;  /*default width of scroller*/
height:20px;
overflow:hidden;
position:relative;
background:#ffffff;
border:1px solid #ee8a01;
color:#c0c0c0;
border-radius: 5px; /*css3 round corners*/
-moz-border-radius: 5px; /*css3 round corners*/
-webkit-border-radius: 5px; /*css3 round corners*/
}

.information_back_green {
width: 100%;  /*default width of scroller*/
height:20px;
overflow:hidden;
position:relative;
background:#bddf93;
border:1px solid #76AC33;
color:#000000;
border-radius: 0px; /*css3 round corners*/
-moz-border-radius: 0px; /*css3 round corners*/
-webkit-border-radius: 0px; /*css3 round corners*/
}

.information_back_red {
width: 100%;  /*default width of scroller*/
height:20px;
overflow:hidden;
position:relative;
background:#f4b3b3;
border:1px solid #ee8a01;
color:#2e7bb7;
border-radius: 0px; /*css3 round corners*/
-moz-border-radius: 0px; /*css3 round corners*/
-webkit-border-radius: 0px; /*css3 round corners*/
}

.information_back_oranje {
width: 100%;  /*default width of scroller*/
height:20px;
overflow:hidden;
position:relative;
background:#fdd896;
border:1px solid #ee8a01;
color:#2e7bb7;
border-radius: 0px; /*css3 round corners*/
-moz-border-radius: 0px; /*css3 round corners*/
-webkit-border-radius: 0px; /*css3 round corners*/
}

.information_back_grey {
width: 100%;  /*default width of scroller*/
height:20px;
overflow:hidden;
position:relative;
background:#F2F2F2;
border:1px solid #C0C0C0;
color:#000000;
border-radius: 0px; /*css3 round corners*/
-moz-border-radius: 0px; /*css3 round corners*/
-webkit-border-radius: 0px; /*css3 round corners*/
}

.homepropround{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:50%/50%; 
    color: #ffffff;
    font-family: 'Verdana';
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    border: 0px solid #fff;
    box-shadow: 0px 0px 0px #777;
	display: block;
	text-align: center;
}

/*********************************Begin - Navigatie sturing**********************************/

td.nav_td_cat_blauw {
	height: 100%;
    background-color: #ffffff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    color: #666666;
    font-family: 'Verdana';
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    border: none;
    box-shadow: 0px 0px 0px #ccc;
}

td.nav_td_cat_blauw:hover {
	height: 100%;
	background-color: #666666;
	color: #ffffff;
    border: none;
    font-weight: bold;
    border: none;
    box-shadow: 0px 0px 0px #ccc;
}

td.nav_td_cat_blauw_active {
	height: 100%;
    background-color: #c0c0c0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    color: #00000;
    font-family: 'Verdana';
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    border: none;
    box-shadow: 0px 0px 0px #ccc;
}

/*********************************Begin - Mouse over effect**********************************/

.container {
    position: relative;
    width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #771814;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
}

.linkimage {
         font-size: 14px;
 		 font-family: Verdana, Arial, Sans-Serif;
         text-decoration: none; 
         color: #ffffff; 
         font-weight: bold;
}

/*********************************Einde - Mouse over effect**********************************/

/*********************************Begin - Mouse over effect 1**********************************/

.container1 {
    position: relative;
    width: 100%;
}

.image1 {
  opacity: 1;
  display: block;
  width: 85%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle1 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.container1:hover .image1 {
  opacity: 0.3;
}

.container1:hover .middle1 {
  opacity: 1;
}

.text1 {
	background-color: #FFF;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px;
}

.linkimage1 {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

/*********************************Einde - Mouse over effect 1**********************************/
/*********************************Begin - Mouse over effect 2**********************************/

.container2 {
    position: relative;
    width: 100%;
}

.image2 {
  opacity: 1;
  display: block;
  width: 85%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle2 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.container2:hover .image2 {
  opacity: 0.3;
}

.container2:hover .middle2 {
  opacity: 1;
}

.text2 {
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px;
}

.linkimage2 {
         font-size: 12px;
 		 font-family: Verdana, Arial, Sans-Serif;
         text-decoration: none; 
         color: #ffffff; 
         font-weight: bold;
}

/*********************************Einde - Mouse over effect 2**********************************/


a:link {
        font-size: 14px;
 		font-family: Verdana, Arial, Sans-Serif;
        text-decoration: none; 
        color: #000000; 
        font-weight: bold;
}

a:visited {
        font-size: 14px;
 		font-family: Verdana, Arial, Sans-Serif;
        text-decoration: none; 
        color: #000000; 
        font-weight: bold;
}

a:hover {
        font-size: 14px;
        text-decoration: none;
        color: #5f5e5e; 
        font-weight: bold;
}

a.linkonder {
        font-size: 12px;
 		font-family: Verdana, Arial, Sans-Serif;
        text-decoration: none; 
        color: #fefefe; 
        font-weight: bold;
}

a.linkonder:visited {
        font-size: 12px;
 		font-family: Verdana, Arial, Sans-Serif;
        text-decoration: none; 
        color: #fefefe; 
        font-weight: bold;
}

a.linkonder:hover {
        font-size: 12px;
        text-decoration: none;
        color: #fefefe; 
        font-weight: bold;
		font-style: italic;
}


a.linkmail {
        font-size: 14px;
 		font-family: Verdana, Arial, Sans-Serif;
        text-decoration: none; 
        color: #000000; 
        font-weight: bold;
}

a.linkmail :visited {
        font-size: 14px;
 		font-family: Verdana, Arial, Sans-Serif;
        text-decoration: none; 
        color: #000000; 
        font-weight: bold;
}

a.linkmail :hover {
        font-size: 14px;
        text-decoration: none;
        color: #000000; 
        font-weight: bold;
		font-style: italic;
}


#bookmij {
    background-color: #201b21;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:6px;
    color: #ffffff;
    font-family: 'Verdana';
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    border: none;
    box-shadow: 0px 0px 0px #777;
    border: 1px solid #201b21;
	width: 300px;
}

#bookmij:hover {
    border: none;
    color: #000000;
    background: #e9e5e5;
    box-shadow: 0px 0px 0px #777;
    border: 1px solid #000000;
    font-weight: bold;
}


a.knopblack {
    background-color: #201b21;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    color: #fff;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    border: 1px solid #201b21;
    box-shadow: 0px 0px 0px #777;
    width: 400px;
    display: inline-block;
}

a.knopblack:hover {
    border: 1px solid #000000;
    color: #000000;
    background: #c0c0c0;
    box-shadow: 0px 0px 0px #777;
}

a.knopblackControl {
    background-color: #201b21;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    color: #fff;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    border: 1px solid #201b21;
    box-shadow: 0px 0px 0px #777;
    width: 200px;
	text-align: center;
    display: inline-block;
}

a.knopblackControl:hover {
    border: 1px solid #000000;
    color: #000000;
	text-align: center;
    background: #c0c0c0;
    box-shadow: 0px 0px 0px #777;
}

a.knopblackklein {
    background-color: #201b21;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    color: #fff;
    font-family: 'Verdana';
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border: 1px solid #201b21;
    box-shadow: 0px 0px 0px #777;
    display: inline-block;
}

a.knopblackklein:hover {
    border: 1px solid #000000;
    color: #000000;
    background: #c0c0c0;
    box-shadow: 0px 0px 0px #777;
}

a.knopblackkleinrood {
    background-color: #FF0000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    color: #fff;
    font-family: 'Verdana';
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border: 1px solid #201b21;
    box-shadow: 0px 0px 0px #777;
    display: inline-block;
}

a.knopblackkleinrood:hover {
    border: 1px solid #000000;
    color: #000000;
    background: #c0c0c0;
    box-shadow: 0px 0px 0px #777;
}

a.knopblackkleingroen {
    background-color: #3f9400;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    color: #fff;
    font-family: 'Verdana';
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border: 1px solid #201b21;
    box-shadow: 0px 0px 0px #777;
    display: inline-block;
}

a.knopblackkleingroen:hover {
    border: 1px solid #000000;
    color: #000000;
    background: #c0c0c0;
    box-shadow: 0px 0px 0px #777;
}

a.knopgrey {
	background-color: #e9e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	color: #201b21;
    font-family: 'Verdana';
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	border: 2px solid #e9e5e5;
	box-shadow: 0px 0px 0px #ccc;
}


a.knopgrey:hover {
	background-color: #201b21;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	color: #fefefe;
    font-family: 'Verdana';
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	border: 2px solid #201b21;
	box-shadow: 0px 0px 0px #ccc;
}

a.knopgrey_active {
	background-color: #201b21;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	color: #fefefe;
	font-family: 'Times New Roman';
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	border: 2px solid #201b21;
	box-shadow: 0px 0px 0px #ccc;
}


a.knopgrey_active:hover {
	background-color: #201b21;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	color: #fefefe;
	font-family: 'Times New Roman';
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	border: 2px solid #201b21;
	box-shadow: 0px 0px 0px #ccc;
}

a.knopwhite {
	background-color: #fefefe;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	color: #201b21;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	border: 2px solid #fefefe;
	box-shadow: 0px 0px 0px #ccc;
}


a.knopwhite:hover {
	background-color: #201b21;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	color: #fefefe;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	border: 2px solid #201b21;
	box-shadow: 0px 0px 0px #ccc;
}

a.headerlinkwhite {
	font-family: 'Times New Roman';
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 3px;
	color:              #201b21;
	height:             40px;
	padding:            0px 0px 0px 0px;
	text-align:         center;
}


a.headerlinkwhite:hover {
	font-family: 'Times New Roman';
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3px;
	color:              #201b21;
	height:             40px;
	padding:            0px 0px 0px 0px;
	text-align:         center;
}

td.jobs
{
height: 30px;
padding: 10px 0px 10px 0px;
text-align: center;
vertical-align: top;
} 

td.jobsform
{
padding: 0px 0px 10px 0px;
text-align: left;
vertical-align: top;
} 


a.linkjobs {
	font-family: 'Times New Roman';
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 3px;
	color: #201b21;
}


a.linkjobs:hover {
	font-family: 'Times New Roman';
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3px;
	color: #201b21;
}

/******************************** nav1 **************************************/

td.back_grey
{
background-color: #e9e5e5;
background-repeat: repeat;
background-position: left top;
vertical-align: top;
} 

td.back_white
{
background-color: #fefefe;
background-repeat: repeat;
background-position: left top;
vertical-align: top;
} 

td.back_black
{
background-color: #201b21;
background-repeat: repeat;
background-position: left top;
vertical-align: top;
} 

td.onder
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#fefefe;
	background-color: #201b21;
	height: 30px;
	padding: 30px 0px 30px 0px;
	text-align: center;
	vertical-align: top;
} 

.heading11 {
    font-family:        Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 3px;
	background-color: #fefefe;
	color:              #201b21;
	height:             40px;
	padding:            30px 0px 30px 0px;
	text-align:         center;
}

.heading12 {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	background-color: #ffffff;
	color: #201b21;
	text-align: left;
}

.heading13 {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	background-color: #ffffff;
	color: #201b21;
}

.heading14 {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
    color: #3f9400;
	letter-spacing: 0px;
}

.headingkleingroen {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
    color: #3f9400;
	letter-spacing: 0px;
	background-color: #ffffff;
}

.headingkleinrood {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
    color: #FF0000;
	letter-spacing: 0px;
	background-color: #ffffff;
}

.headinggroen {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
    color: #3f9400;
	letter-spacing: 0px;
}

.headingrood {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
    color: #FF0000;
	letter-spacing: 0px;
}

.heading_white {
	font-family: 'Times New Roman';
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 3px;
	background-color: #fefefe;
	color:              #201b21;
	height:             40px;
	padding:            30px 0px 30px 0px;
	text-align:         center;
}

.heading_grey {
	font-family: 'Times New Roman';
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 3px;
	background-color: #e9e5e5;
	color:              #201b21;
	height:             40px;
	padding:            30px 0px 30px 0px;
	text-align:         center;
}

.headingname {
          font-size:          24px;
		font-family: 'Times New Roman';
          font-weight:        bold;
          color:              #201b21;
          height:             0px;
          padding:            5px 15px 5px 15px;
          text-align:         center;
		background-color: #e9e5e5;
}

.headingform {
          font-size:          20px;
          font-family:        Verdana, Arial, Helvetica, Sans-Serif;
          font-weight:        bold;
          color:              #000000;
          height:             20px;
          padding:            5px 0px 5px 0px;
          text-align:         center;
background-color: #dad8db;
background-repeat: repeat;
background-position: left top;
vertical-align: top;
}

.homelinks a:link {
         font-size: 24px;
 		 font-family: Verdana, Arial, Sans-Serif;
         font-weight: normal;
         text-decoration: none; 
         color: #000000; 
}

.homelinks a:visited {
         font-size: 24px;
 		 font-family: Verdana, Arial, Sans-Serif;
         font-weight: normal;
         text-decoration: none; 
         color: #000000; 
}

.homelinks a:hover {
         font-size: 24px;
         font-weight: normal;
         text-decoration: none;
         color: #790000; 
}

.onderlinks a:link {
         font-size: 12px;
 		 font-family: Verdana, Arial, Sans-Serif;
         font-weight: normal;
         text-decoration: none; 
         color: #ffffff; 
}

.onderlinks a:visited {
         font-size: 12px;
 		 font-family: Verdana, Arial, Sans-Serif;
         font-weight: normal;
         text-decoration: none; 
         color: #ffffff; 
}

.onderlinks a:hover {
         font-size: 12px;
         font-weight: bold;
         text-decoration: none;
         color: #ffffff; 
}


.ondertekst {
          font-size:          12px;
          font-family:        Verdana, Arial, Helvetica, Sans-Serif;
          font-weight:        normal;
          color:              #ffffff;
          height:             0px;
          margin:             0px 0px 0px 0px;
}



h1 {
	font-family: 'Times New Roman';
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3px;
	background-color: #fefefe;
	color:              #201b21;
	height:             0px;
	padding:            0px 0px 0px 0px;
	text-align:         center;
    display: block;
    margin-top: 0.10em;
    margin-bottom: 1.50em;}


h2 {
	font-family: 'Times New Roman';
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3px;
	color:              #201b21;
	height:             0px;
	padding:            0px 0px 20px 0px;
	text-align:         center;
    display: block;
    margin-top: 0.10em;
    margin-bottom: 0.0em;}

}


h3 {
          font-size:          16px;
          font-family:        Verdana, Arial, Helvetica, Sans-Serif;
          font-weight:        bold;
          color:              #000000;
          height:             30px;
          margin:             0px 0px 0px 0px;
          text-align:         center;
}

h4 {
          font-size:          30px;
          font-family:        Verdana, Arial, Helvetica, Sans-Serif;
          font-weight:        bold;
          color:              #790000;
          margin:             0px 0px 0px 0px;
          text-align:         left;
}


#domticker{
width: 200px;
height: 30px;
border: 0px dashed black;
padding: 0px;
background-color: #FFFFFF;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFFF;
}

#domticker a{
font-weight: bold;
font-size: 12px;
color: #003399; 
}

.someclass{ //class to apply to your scroller(s) if desired
font-weight: bold;
font-size: 11px;
color: #000000; 
}

/*======================= SCROLL TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
}
#back-top a {
  width: 58px;
  height: 58px;
  display: block;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
  font: 80px/80px Verdana;
  color: #201b21;
  text-align: center;
  background: #e9e5e5;
  border: 2px solid #201b21;
}
#back-top a:before {
  content: "\a71b";
}
#back-top a:hover {
  background: #201b21;
  color: #fff;
}
#to-desktop {
  display: none;
}
#to-desktop a span.to_mobile {
  display: none;
}
.dropdown-toggle .fa-cog {
  margin-right: 4px;
}
label[for=mod-login_remember] {
  display: inline-block;
}
.btn-group {
  max-width: 100%;
  white-space: normal;
}
.form-horizontal .remember .control-label {
  padding-top: 0;
}
h5 {
          font-size:          14px;
		  font-family:  Verdana, Arial, Sans-Serif;
          font-weight:        bold;
          color:              #000000;
          margin:             0px 0px 0px 0px;
          padding:            0px 0px 0px 0px;
          text-align:         left;
}

