/*----- GEBRUIKTE KLEUREN -----

    transparent
    white:      #ffffff > 255,255,255
    lightest:   #fafafa > 250,250,250
    lighter:    #eeeeee > 238,238,238
    light:      #dddddd > 221,221,221
    lightgrey:  #bdbdbd > 189,189,189
    grey:       #929191 > 146,145,145
    darkgrey:   #757575 > 117,117,117
    dark:       #333333 > 51,51,51
    darker:     #212121 > 33,33,33
    black:      #000000 > 0,0,0

    primary:      #0097D7 > 0, 151, 215 :hover #0CABEF > 11, 130, 181
    secondary:    #0097D7 > 0, 151, 215 :hover #0CABEF > 11, 130, 181
    tertiary:     #0097D7 > 0, 151, 215 :hover #0CABEF > 11, 130, 181

*/

    .site .bg-transparent         {background-color: transparent !important;}
    .site .text-transparent       {color: transparent !important;}
    .site .border-transparent     {border-color: transparent !important;}

    .site .block		        {background-color: #ffffff;}

    .site .bg-white             {background-color: #ffffff !important;}
    .site a.bg-white:hover      {background-color: rgba(255,255,255,0.7) !important;}
    .site .bg-white-25          {background-color: rgba(255,255,255, 0.25) !important;}
    .site .bg-white-50          {background-color: rgba(255,255,255, 0.5) !important;}
    .site .bg-white-75          {background-color: rgba(255,255,255, 0.75) !important;}
    .site .text-white           {color: #ffffff !important;}
    .site a.text-white:hover    {color: rgba(255,255,255,0.7) !important;}
    .site .text-white-25        {color: rgba(255,255,255, 0.25) !important;}
    .site .text-white-50        {color: rgba(255,255,255, 0.5) !important;}
    .site .text-white-75        {color: rgba(255,255,255, 0.75) !important;}
    .site .border-white         {border-color: #ffffff !important;}

    .site .bg-lightest          {background-color: #fafafa !important;}
    .site a.bg-lightest:hover   {background-color: rgba(250,250,250,0.7) !important;}
    .site .bg-lightest-25       {background-color: rgba(250,250,250, 0.25) !important;}
    .site .bg-lightest-50       {background-color: rgba(250,250,250, 0.5) !important;}
    .site .bg-lightest-75       {background-color: rgba(250,250,250, 0.75) !important;}
    .site .text-lightest        {color: #fafafa !important;}
    .site a.text-lightest:hover {color: rgba(250,250,250,0.7) !important;}
    .site .text-lightest-25     {color: rgba(250,250,250, 0.25) !important;}
    .site .text-lightest-50     {color: rgba(250,250,250, 0.5) !important;}
    .site .text-lightest-75     {color: rgba(250,250,250, 0.75) !important;}
    .site .border-lightest      {border-color: #fafafa !important;}

    .site .bg-lighter           {background-color: #eeeeee !important;}
    .site a.bg-lighter:hover    {background-color: rgba(238,238,238,0.7) !important;}
    .site .bg-lighter-25        {background-color: rgba(238,238,238, 0.25) !important;}
    .site .bg-lighter-50        {background-color: rgba(238,238,238, 0.5) !important;}
    .site .bg-lighter-75        {background-color: rgba(238,238,238, 0.75) !important;}
    .site .text-lighter         {color: #eeeeee !important;}
    .site a.text-lighter:hover  {color: rgba(238,238,238,0.7) !important;}
    .site .text-lighter-25      {color: rgba(238,238,238, 0.25) !important;}
    .site .text-lighter-50      {color: rgba(238,238,238, 0.5) !important;}
    .site .text-lighter-75      {color: rgba(238,238,238, 0.75) !important;}
    .site .border-lighter       {border-color: #eeeeee !important;}

    .site .bg-light             {background-color: #dddddd !important;}
    .site a.bg-light:hover      {background-color: rgba(221,221,221,0.7) !important;}
    .site .bg-light-25          {background-color: rgba(221,221,221, 0.25) !important;}
    .site .bg-light-50          {background-color: rgba(221,221,221, 0.5) !important;}
    .site .bg-light-75          {background-color: rgba(221,221,221, 0.75) !important;}
    .site .text-light           {color: #dddddd !important;}
    .site a.text-light:hover    {color: rgba(221,221,221,0.7) !important;}
    .site .text-light-25        {color: rgba(221,221,221, 0.25) !important;}
    .site .text-light-50        {color: rgba(221,221,221, 0.5) !important;}
    .site .text-light-75        {color: rgba(221,221,221, 0.75) !important;}
    .site .border-light         {border-color: #dddddd !important;}

    .site .bg-lightgrey         {background-color: #bdbdbd !important;}
    .site a.bg-lightgrey:hover  {background-color: rgba(189,189,189,0.7) !important;}
    .site .bg-lightgrey-25      {background-color: rgba(189,189,189, 0.25) !important;}
    .site .bg-lightgrey-50      {background-color: rgba(189,189,189, 0.5) !important;}
    .site .bg-lightgrey-75      {background-color: rgba(189,189,189, 0.75) !important;}
    .site .text-lightgrey       {color: #bdbdbd !important;}
    .site a.text-lightgrey:hover{color: rgba(189,189,189,0.7) !important;}
    .site .text-lightgrey-25    {color: rgba(189,189,189, 0.25) !important;}
    .site .text-lightgrey-50    {color: rgba(189,189,189, 0.5) !important;}
    .site .text-lightgrey-75    {color: rgba(189,189,189, 0.75) !important;}
    .site .border-lightgrey     {border-color: #bdbdbd !important;}

    .site .bg-grey              {background-color: #929191 !important;}
    .site a.bg-grey:hover       {background-color: rgba(146,145,145,0.7) !important;}
    .site .bg-grey-25           {background-color: rgba(146,145,145, 0.25) !important;}
    .site .bg-grey-50           {background-color: rgba(146,145,145, 0.5) !important;}
    .site .bg-grey-75           {background-color: rgba(146,145,145, 0.75) !important;}
    .site .text-grey            {color: #929191 !important;}
    .site a.text-grey:hover     {color: rgba(146,145,145,0.7) !important;}
    .site .text-grey-25         {color: rgba(146,145,145, 0.25) !important;}
    .site .text-grey-50         {color: rgba(146,145,145, 0.5) !important;}
    .site .text-grey-75         {color: rgba(146,145,145, 0.75) !important;}
    .site .border-grey          {border-color: #929191 !important;}

    .site .bg-darkgrey          {background-color: #757575 !important;}
    .site a.bg-darkgrey:hover   {background-color: rgba(117,117,117,0.7) !important;}
    .site .bg-darkgrey-25       {background-color: rgba(117,117,117, 0.25) !important;}
    .site .bg-darkgrey-50       {background-color: rgba(117,117,117, 0.5) !important;}
    .site .bg-darkgrey-75       {background-color: rgba(117,117,117, 0.75) !important;}
    .site .text-darkgrey        {color: #757575 !important;}
    .site a.text-darkgrey:hover {color: rgba(117,117,117,0.7) !important;}
    .site .text-darkgrey-25     {color: rgba(117,117,117, 0.25) !important;}
    .site .text-darkgrey-50     {color: rgba(117,117,117, 0.5) !important;}
    .site .text-darkgrey-75     {color: rgba(117,117,117, 0.75) !important;}
    .site .border-darkgrey      {border-color: #757575 !important;}

    .site .bg-dark              {background-color: #333333 !important;}
    .site a.bg-dark:hover       {background-color: rgba(51,51,51,0.7) !important;}
    .site .bg-dark-25           {background-color: rgba(51,51,51, 0.25) !important;}
    .site .bg-dark-50           {background-color: rgba(51,51,51, 0.5) !important;}
    .site .bg-dark-75           {background-color: rgba(51,51,51, 0.75) !important;}
    .site .bg-dark-90           {background-color: rgba(51,51,51, 0.90) !important;}
    .site .text-dark            {color: #333333 !important;}
    .site a.text-dark:hover     {color: rgba(51,51,51,0.7) !important;}
    .site .text-dark-25         {color: rgba(51,51,51, 0.25) !important;}
    .site .text-dark-50         {color: rgba(51,51,51, 0.5) !important;}
    .site .text-dark-75         {color: rgba(51,51,51, 0.75) !important;}
    .site .border-dark          {border-color: #333333 !important;}

    .site .bg-darker            {background-color: #212121 !important;}
    .site a.bg-darker:hover     {background-color: rgba(33,33,33,0.7) !important;}
    .site .bg-darker-25         {background-color: rgba(33,33,33, 0.25) !important;}
    .site .bg-darker-50         {background-color: rgba(33,33,33, 0.5) !important;}
    .site .bg-darker-75         {background-color: rgba(33,33,33, 0.75) !important;}
    .site .text-darker          {color: #212121 !important;}
    .site a.text-darker:hover   {color: rgba(33,33,33,0.7) !important;}
    .site .text-darker-25       {color: rgba(33,33,33, 0.25) !important;}
    .site .text-darker-50       {color: rgba(33,33,33, 0.5) !important;}
    .site .text-darker-75       {color: rgba(33,33,33, 0.75) !important;}
    .site .border-darker        {border-color: #212121 !important;}

    .site .bg-black             {background-color: #000000 !important;}
    .site a.bg-black:hover      {background-color: rgba(0,0,0,0.7) !important;}
    .site .bg-black-25          {background-color: rgba(0,0,0, 0.25) !important;}
    .site .bg-black-50          {background-color: rgba(0,0,0, 0.5) !important;}
    .site .bg-black-75          {background-color: rgba(0,0,0, 0.75) !important;}
    .site .text-black           {color: #000000 !important;}
    .site a.text-black:hover    {color: rgba(0,0,0,0.7) !important;}
    .site .text-black-25        {color: rgba(0,0,0, 0.25) !important;}
    .site .text-black-50        {color: rgba(0,0,0, 0.5) !important;}
    .site .text-black-75        {color: rgba(0,0,0, 0.75) !important;}
    .site .border-black         {border-color: #000000 !important;}

    .site .btn-primary                        {background-color: #0097D7 !important; color: #ffffff !important;}
    .site .btn-primary:hover                  {background-color: #0CABEF !important; color: #ffffff !important;}
    .site .btn-flat.btn-primary               {background-color: rgba(0, 151, 215,0) !important; color: #0097D7 !important;}
    .site .btn-flat.btn-primary:hover         {background-color: rgba(0, 151, 215, 0.5) !important; color: #0097D7 !important;}
    .site .bg-primary                         {background-color: #0097D7 !important;}
    .site a.bg-primary:hover                  {background-color: #0CABEF !important;}
    .site .bg-primary-25                      {background-color: rgba(0, 151, 215, 0.25) !important;}
    .site .bg-primary-50                      {background-color: rgba(0, 151, 215, 0.5) !important;}
    .site .bg-primary-75                      {background-color: rgba(0, 151, 215, 0.75) !important;}
    .site .text-primary                       {color: #0097D7 !important;}
    .site a.text-primary:hover                {color: #0CABEF !important;}
    .site .text-primary-25                    {color: rgba(0, 151, 215, 0.25) !important;}
    .site .text-primary-50                    {color: rgba(0, 151, 215, 0.5) !important;}
    .site .text-primary-75                    {color: rgba(0, 151, 215, 0.75) !important;}
    .site .border-primary                     {border-color: #0097D7 !important;}

    .site .btn-secondary                      {background-color: #0097D7 !important; color: #ffffff !important;}
    .site .btn-secondary:hover                {background-color: #0CABEF !important; color: #ffffff !important;}
    .site .btn-flat.btn-secondary             {background-color: rgba(0, 151, 215,0) !important; color: #0097D7 !important;}
    .site .btn-flat.btn-secondary:hover       {background-color: rgba(0, 151, 215, 0.5) !important; color: #0097D7 !important;}
    .site .bg-secondary                       {background-color: #0097D7 !important;}
    .site a.bg-secondary:hover                {background-color: #0CABEF !important;}
    .site .bg-secondary-25                    {background-color: rgba(0, 151, 215, 0.25) !important;}
    .site .bg-secondary-50                    {background-color: rgba(0, 151, 215, 0.5) !important;}
    .site .bg-secondary-75                    {background-color: rgba(0, 151, 215, 0.75) !important;}
    .site .text-secondary                     {color: #0097D7 !important;}
    .site a.text-secondary:hover              {color: #0CABEF !important;}
    .site .text-secondary-25                  {color: rgba(0, 151, 215, 0.25) !important;}
    .site .text-secondary-50                  {color: rgba(0, 151, 215, 0.5) !important;}
    .site .text-secondary-75                  {color: rgba(0, 151, 215, 0.75) !important;}
    .site .border-secondary                   {border-color: #0097D7 !important;}

    .site .btn-tertiary                       {background-color: #0097D7 !important; color: #ffffff !important;}
    .site .btn-tertiary:hover                 {background-color: #0CABEF !important; color: #ffffff !important;}
    .site .btn-flat.btn-tertiary              {background-color: rgba(0, 151, 215,0) !important; color: #0097D7 !important;}
    .site .btn-flat.btn-tertiary:hover        {background-color: rgba(0, 151, 215, 0.5) !important; color: #0097D7 !important;}
    .site .bg-tertiary                        {background-color: #0097D7 !important;}
    .site a.bg-tertiary:hover                 {background-color: #0CABEF !important;}
    .site .bg-tertiary-25                     {background-color: rgba(0, 151, 215, 0.25) !important;}
    .site .bg-tertiary-50                     {background-color: rgba(0, 151, 215, 0.5) !important;}
    .site .bg-tertiary-75                     {background-color: rgba(0, 151, 215, 0.75) !important;}
    .site .text-tertiary                      {color: #0097D7 !important;}
    .site a.text-tertiary:hover               {color: #0CABEF !important;}
    .site .text-tertiary-25                   {color: rgba(0, 151, 215, 0.25) !important;}
    .site .text-tertiary-50                   {color: rgba(0, 151, 215, 0.5) !important;}
    .site .text-tertiary-75                   {color: rgba(0, 151, 215, 0.75) !important;}
    .site .border-tertiary                    {border-color: #0097D7 !important;}

/*----- Bootstrap Classes -----*/

    .site .btn-default              {background-color: #dddddd !important; color: #212121 !important;}
    .site .btn-primary              {background-color: #0097D7 !important; color: #ffffff !important;}
    .site .btn-success              {background-color: #4da84f !important; color: #ffffff !important;}
    .site .btn-info                 {background-color: #004E7B !important; color: #ffffff !important;}
    .site .btn-warning              {background-color: #EAB419 !important; color: #ffffff !important;}
    .site .btn-danger               {background-color: #ef5a3e !important; color: #ffffff !important;}
    .site .btn-link                 {background-color: transparent !important; color: #0097D7 !important;}

    .site .btn-default:hover        {background-color: #eeeeee !important; color: #212121 !important;}
    .site .btn-primary:hover        {background-color: #0CABEF !important; color: #ffffff !important;}
    .site .btn-success:hover        {background-color: #53BF55 !important; color: #ffffff !important;}
    .site .btn-info:hover           {background-color: #01659E !important; color: #ffffff !important;}
    .site .btn-warning:hover        {background-color: #FFC82A !important; color: #ffffff !important;}
    .site .btn-danger:hover         {background-color: #FF5333 !important; color: #ffffff !important;}
    .site .btn-link:hover           {background-color: transparent !important; color: #0CABEF !important;}

    .site .btn-flat.btn-default              {background-color: rgba(221, 221, 221, 0) !important; color: #212121 !important; border-color: #212121 !important;}
    .site .btn-flat.btn-primary              {background-color: rgba(0, 151, 215, 0) !important; color: #0097D7 !important; border-color: #0097D7 !important;}
    .site .btn-flat.btn-success              {background-color: rgba(77, 168, 79, 0) !important; color: #4da84f !important; border-color: #4da84f !important;}
    .site .btn-flat.btn-info                 {background-color: rgba(0, 78, 123, 0) !important; color: #004E7B !important; border-color: #004E7B !important;}
    .site .btn-flat.btn-warning              {background-color: rgba(234, 180, 25, 0) !important; color: #EAB419 !important; border-color: #EAB419 !important;}
    .site .btn-flat.btn-danger               {background-color: rgba(239, 90, 62, 0) !important; color: #ef5a3e !important; border-color: #ef5a3e !important;}

    .site .btn-flat.btn-default:hover        {background-color: rgba(221, 221, 221, 0.2) !important; color: #212121 !important; border-color: #212121 !important;}
    .site .btn-flat.btn-primary:hover        {background-color: rgba(0, 151, 215, 0.2) !important; color: #0097D7 !important; border-color: #0097D7 !important;}
    .site .btn-flat.btn-success:hover        {background-color: rgba(77, 168, 79, 0.2) !important; color: #4da84f !important; border-color: #4da84f !important;}
    .site .btn-flat.btn-info:hover           {background-color: rgba(0, 78, 123, 0.2) !important; color: #004E7B !important; border-color: #004E7B !important;}
    .site .btn-flat.btn-warning:hover        {background-color: rgba(234, 180, 25, 0.2) !important; color: #EAB419 !important; border-color: #EAB419 !important;}
    .site .btn-flat.btn-danger:hover         {background-color: rgba(239, 90, 62, 0.2) !important; color: #ef5a3e !important; border-color: #ef5a3e !important;}

    .site .bg-default       {background-color: #dddddd !important;}
    .site .bg-default-25    {background-color: rgba(221, 221, 221, 0.25) !important;}
    .site .bg-default-50    {background-color: rgba(221, 221, 221, 0.5) !important;}
    .site .bg-default-75    {background-color: rgba(221, 221, 221, 0.75) !important;}

    .site .bg-primary       {background-color: #0097D7 !important;}
    .site .bg-primary-25    {background-color: rgba(0, 151, 215, 0.25) !important;}
    .site .bg-primary-50    {background-color: rgba(0, 151, 215, 0.5) !important;}
    .site .bg-primary-75    {background-color: rgba(0, 151, 215, 0.75) !important;}

    .site .bg-success       {background-color: #4da84f !important;}
    .site .bg-success-25    {background-color: rgba(77, 168, 79, 0.25) !important;}
    .site .bg-success-50    {background-color: rgba(77, 168, 79, 0.5) !important;}
    .site .bg-success-75    {background-color: rgba(77, 168, 79, 0.75) !important;}

    .site .bg-info          {background-color: #004E7B !important;}
    .site .bg-info-25       {background-color: rgba(0, 78, 123, 0.25) !important;}
    .site .bg-info-50       {background-color: rgba(0, 78, 123, 0.5) !important;}
    .site .bg-info-75       {background-color: rgba(0, 78, 123, 0.75) !important;}

    .site .bg-warning       {background-color: #EAB419 !important;}
    .site .bg-warning-25    {background-color: rgba(234, 180, 25, 0.25) !important;}
    .site .bg-warning-50    {background-color: rgba(234, 180, 25, 0.5) !important;}
    .site .bg-warning-75    {background-color: rgba(234, 180, 25, 0.75) !important;}

    .site .bg-danger        {background-color: #ef5a3e !important;}
    .site .bg-danger-25     {background-color: rgba(239, 90, 62, 0.25) !important;}
    .site .bg-danger-50     {background-color: rgba(239, 90, 62, 0.5) !important;}
    .site .bg-danger-75     {background-color: rgba(239, 90, 62, 0.75) !important;}

    .site .text-default     {color: #212121 !important;}
    .site .text-default-25  {color: rgba(33, 33, 33, 0.25) !important;}
    .site .text-default-50  {color: rgba(33, 33, 33, 0.5) !important;}
    .site .text-default-75  {color: rgba(33, 33, 33, 0.75) !important;}

    .site .text-primary     {color: #0097D7 !important;}
    .site .text-primary-25  {color: rgba(0, 151, 215, 0.25) !important;}
    .site .text-primary-50  {color: rgba(0, 151, 215, 0.5) !important;}
    .site .text-primary-75  {color: rgba(0, 151, 215, 0.75) !important;}

    .site .text-success     {color: #4da84f !important;}
    .site .text-success-25  {color: rgba(77, 168, 79, 0.25) !important;}
    .site .text-success-50  {color: rgba(77, 168, 79, 0.5) !important;}
    .site .text-success-75  {color: rgba(77, 168, 79, 0.75) !important;}

    .site .text-info        {color: #004E7B !important;}
    .site .text-info-25     {color: rgba(0, 78, 123, 0.25) !important;}
    .site .text-info-50     {color: rgba(0, 78, 123, 0.5) !important;}
    .site .text-info-75     {color: rgba(0, 78, 123, 0.75) !important;}

    .site .text-warning     {color: #EAB419 !important;}
    .site .text-warning-25  {color: rgba(234, 180, 25, 0.25) !important;}
    .site .text-warning-50  {color: rgba(234, 180, 25, 0.5) !important;}
    .site .text-warning-75  {color: rgba(234, 180, 25, 0.75) !important;}

    .site .text-danger      {color: #ef5a3e !important;}
    .site .text-danger-25   {color: rgba(239, 90, 62, 0.25) !important;}
    .site .text-danger-50   {color: rgba(239, 90, 62, 0.5) !important;}
    .site .text-danger-75   {color: rgba(239, 90, 62, 0.75) !important;}

    .site a.text-default:hover  {color: #333333 !important;}
    .site a.text-primary:hover  {color: #0CABEF !important;}
    .site a.text-success:hover  {color: #53BF55 !important;}
    .site a.text-info:hover     {color: #01659E !important;}
    .site a.text-warning:hover  {color: #FFC82A !important;}
    .site a.text-danger:hover   {color: #FF5333 !important;}

    .site .panel-default>.panel-heading+.panel-collapse>.panel-body,
    .site .panel-default                            {border-color: #dddddd !important;}
    .site .panel-default>.panel-heading             {color: #212121 !important; background-color: #dddddd !important; border-color: #dddddd !important;}
    .site .panel-default>.panel-heading > a         {color: #212121 !important;}
    .site .panel-default>.panel-heading > a:hover   {color: rgba(33, 33, 33, 0.75) !important;}
    .site .panel-primary>.panel-heading+.panel-collapse>.panel-body,
    .site .panel-primary                            {border-color: #0097D7 !important;}
    .site .panel-primary>.panel-heading             {color: #ffffff !important; background-color: #0097D7 !important; border-color: #0097D7 !important;}
    .site .panel-primary>.panel-heading > a         {color: #ffffff !important;}
    .site .panel-primary>.panel-heading > a:hover   {color: rgba(255, 255, 255, 0.75) !important;}
    .site .panel-success>.panel-heading+.panel-collapse>.panel-body,
    .site .panel-success                            {border-color: #4da84f !important;}
    .site .panel-success>.panel-heading             {color: #ffffff !important; background-color: #4da84f !important; border-color: #4da84f !important;}
    .site .panel-success>.panel-heading > a         {color: #ffffff !important;}
    .site .panel-success>.panel-heading > a:hover   {color: rgba(255, 255, 255, 0.75) !important;}
    .site .panel-info>.panel-heading+.panel-collapse>.panel-body,
    .site .panel-info                               {border-color: #004E7B !important;}
    .site .panel-info>.panel-heading                {color: #ffffff !important; background-color: #004E7B !important; border-color: #004E7B !important;}
    .site .panel-info>.panel-heading > a            {color: #ffffff !important;}
    .site .panel-info>.panel-heading > a:hover      {color: rgba(255, 255, 255, 0.75) !important;}
    .site .panel-warning>.panel-heading+.panel-collapse>.panel-body,
    .site .panel-warning                            {border-color: #EAB419 !important;}
    .site .panel-warning>.panel-heading             {color: #ffffff !important; background-color: #EAB419 !important; border-color: #EAB419 !important;}
    .site .panel-warning>.panel-heading > a         {color: #ffffff !important;}
    .site .panel-warning>.panel-heading > a:hover   {color: rgba(255, 255, 255, 0.75) !important;}
    .site .panel-danger>.panel-heading+.panel-collapse>.panel-body,
    .site .panel-danger                             {border-color: #ef5a3e !important;}
    .site .panel-danger>.panel-heading              {color: #ffffff !important; background-color: #ef5a3e !important; border-color: #ef5a3e !important;}
    .site .panel-danger>.panel-heading > a          {color: #ffffff !important;}
    .site .panel-danger>.panel-heading > a:hover    {color: rgba(255, 255, 255, 0.75) !important;}

    .site .label-default    {background-color: #dddddd !important; color: #212121 !important;}
    .site .label-primary    {background-color: #0097D7 !important; color: #ffffff !important;}
    .site .label-success    {background-color: #4da84f !important; color: #ffffff !important;}
    .site .label-info       {background-color: #004E7B !important; color: #ffffff !important;}
    .site .label-warning    {background-color: #EAB419 !important; color: #ffffff !important;}
    .site .label-danger     {background-color: #ef5a3e !important; color: #ffffff !important;}

    .site .alert-default    {background-color: rgba(221, 221, 221, 0.2) !important; color: #212121 !important; border-color: #212121 !important;}
    .site .alert-primary    {background-color: rgba(0, 151, 215, 0.2) !important; color: #0097D7 !important; border-color: #0097D7 !important;}
    .site .alert-success    {background-color: rgba(77, 168, 79, 0.2) !important; color: #4da84f !important; border-color: #4da84f !important;}
    .site .alert-info       {background-color: rgba(0, 78, 123, 0.2) !important; color: #004E7B !important; border-color: #004E7B !important;}
    .site .alert-warning    {background-color: rgba(234, 180, 25, 0.2) !important; color: #EAB419 !important; border-color: #EAB419 !important;}
    .site .alert-danger     {background-color: rgba(239, 90, 62, 0.2) !important; color: #ef5a3e !important; border-color: #ef5a3e !important}

    .site .list-group-item-default    {background-color: rgba(221, 221, 221, 0.2) !important; color: #212121 !important; border-color: #212121 !important;}
    .site .list-group-item-primary    {background-color: rgba(0, 151, 215, 0.2) !important; color: #0097D7 !important; border-color: #0097D7 !important;}
    .site .list-group-item-success    {background-color: rgba(77, 168, 79, 0.2) !important; color: #4da84f !important; border-color: #4da84f !important;}
    .site .list-group-item-info       {background-color: rgba(0, 78, 123, 0.2) !important; color: #004E7B !important; border-color: #004E7B !important;}
    .site .list-group-item-warning    {background-color: rgba(234, 180, 25, 0.2) !important; color: #EAB419 !important; border-color: #EAB419 !important;}
    .site .list-group-item-danger     {background-color: rgba(239, 90, 62, 0.2) !important; color: #ef5a3e !important; border-color: #ef5a3e !important}

    .site a.list-group-item-default:focus,
    .site a.list-group-item-default:hover,
    .site button.list-group-item-default:focus,
    .site button.list-group-item-default:hover  {background-color: rgba(221, 221, 221, 0.2) !important; color: #212121 !important; border-color: #212121 !important;}
    .site a.list-group-item-primary:focus,
    .site a.list-group-item-primary:hover,
    .site button.list-group-item-primary:focus,
    .site button.list-group-item-primary:hover  {background-color: rgba(0, 151, 215, 0.2) !important; color: #0097D7 !important; border-color: #0097D7 !important;}
    .site a.list-group-item-success:focus,
    .site a.list-group-item-success:hover,
    .site button.list-group-item-success:focus,
    .site button.list-group-item-success:hover  {background-color: rgba(77, 168, 79, 0.2) !important; color: #4da84f !important; border-color: #4da84f !important;}
    .site a.list-group-item-info:focus,
    .site a.list-group-item-info:hover,
    .site button.list-group-item-info:focus,
    .site button.list-group-item-info:hover     {background-color: rgba(0, 78, 123, 0.2) !important; color: #004E7B !important; border-color: #004E7B !important;}
    .site a.list-group-item-warning:focus,
    .site a.list-group-item-warning:hover,
    .site button.list-group-item-warning:focus,
    .site button.list-group-item-warning:hover  {background-color: rgba(234, 180, 25, 0.2) !important; color: #EAB419 !important; border-color: #EAB419 !important;}
    .site a.list-group-item-danger:focus,
    .site a.list-group-item-danger:hover,
    .site button.list-group-item-danger:focus,
    .site button.list-group-item-danger:hover   {background-color: rgba(239, 90, 62, 0.5) !important; color: #ef5a3e !important; border-color: #ef5a3e !important}

    .site .active.list-group-item-default   {background-color: #dddddd !important; color: #212121 !important;}
    .site .active.list-group-item-primary   {background-color: #0097D7 !important; color: #ffffff !important;}
    .site .active.list-group-item-success   {background-color: #4da84f !important; color: #ffffff !important;}
    .site .active.list-group-item-info      {background-color: #004E7B !important; color: #ffffff !important;}
    .site .active.list-group-item-warning   {background-color: #EAB419 !important; color: #ffffff !important;}
    .site .active.list-group-item-danger    {background-color: #ef5a3e !important; color: #ffffff !important;}

    .site .progress-bar-default   {background-color: #dddddd !important;}
    .site .progress-bar-primary   {background-color: #0097D7 !important;}
    .site .progress-bar-success   {background-color: #4da84f !important;}
    .site .progress-bar-info      {background-color: #004E7B !important;}
    .site .progress-bar-warning   {background-color: #EAB419 !important;}
    .site .progress-bar-danger    {background-color: #ef5a3e !important;}

    .site .checkbox label,
    .site .radio label,
    .site label,
    .site .form-group .checkbox label,
    .site .form-group .radio label,
    .site .form-group label,
    .site .form-group.is-focused label,
    .site .form-group.is-focused label.control-label    {color: #757575;}

    /* Has error */
    .site .form-group.has-error .checkbox label,
    .site .form-group.has-error .radio label,
    .site .form-group.has-error label,
    .site .form-group.has-error.is-focused label,
    .site .form-group.has-error.is-focused label.control-label,
    .site .has-error .help-block,
    .site .required .checkbox > label:after,
    .site .required .control-label:after,
    .site .form-group.has-error .control-label,
    .site .form-group.has-error input.form-control:focus~.floating-label,
    .site .has-error .control-label,
    .site .has-error .radio,
    .site .has-error .checkbox,
    .site .has-error .radio-inline,
    .site .has-error .checkbox-inline,
    .site .has-error.radio label,
    .site .has-error.checkbox label,
    .site .has-error.radio-inline label,
    .site .has-error.checkbox-inline label      {color: #ef5a3e;}

    .site .has-error .form-control,
    .site .form-group.has-error .form-control:focus,
    .site .form-group-default.has-error .form-control:focus {
        background-image: linear-gradient(#ef5a3e,#ef5a3e),linear-gradient(#ffffff,#ffffff);
    }

    .site .has-error .help-block > .error-tip       {background-color: rgba(239, 90, 62, 0.75); color: #ffffff;}
    .site .has-error .help-block > .error-tip:after {border-top-color: rgba(239, 90, 62, 0.75);}
    .site .has-error .form-control                  {border-color: #ef5a3e !important;}

    .site .has-error .error-message                 {color:#ef5a3e;}

    .site .trash-cart       {color: rgba(0,0,0,0.5); background-color: transparent;}
    .site .trash-cart:hover {color: #ef5a3e; background-color: transparent;}
    .site .trash-cart:focus {color: #FF5333; background-color: transparent;}

    .site .form-control,
    .site .form-group .form-control:focus,
    .site .form-group-default .form-control:focus {
        background-image: linear-gradient(#0097D7,#0097D7),linear-gradient(#ffffff,#ffffff);
    }

    /* Has success */
    .site .form-group.has-success .control-label,
    .site .form-group.has-success input.form-control:focus~.floating-label,
    .site .has-success .control-label,
    .site .has-success .radio,
    .site .has-success .checkbox,
    .site .has-success .radio-inline,
    .site .has-success .checkbox-inline,
    .site .has-success.radio label,
    .site .has-success.checkbox label,
    .site .has-success.radio-inline label,
    .site .has-success.checkbox-inline label    {color: inherit;}

    .site .has-success .help-block                          {background-color: rgba(77, 168, 79, 0.75); color: #ffffff;}
    .site .has-success .help-block > .success-tip:after     {border-top-color: rgba(77, 168, 79, 0.75);}
    .site .has-success .help-block a                        {color: rgba(255, 255, 255, 0.75);}
    .site .has-success .help-block a > .success-tip:hover   {color: #ffffff;}

/*----- Background Colors -----*/

    .site .form-control         {background-color: #ffffff;}

    .site .radio input[type=radio]:checked~.check   {background-color: #212121;}

    .site .submenu.list-group                   {background-color: #ffffff;}
    .site .submenu.list-group > li > a          {background-color: transparent;}
    .site .submenu.list-group > li > a:hover    {background-color: #eeeeee;}
    .site .submenu.list-group > li > a:focus    {background-color: #dddddd;}
    .site .submenu.list-group > li > a.active   {background-color: transparent;}

    .site .topfooter .nav > li.active > a,
    .site .topfooter .nav > li > a:active,
    .site .topfooter .nav > li > a:focus,
    .site .topfooter .nav > li > a:hover,
    .site .topfooter .nav > li > a    {background-color: transparent;}

    .site .nav > li > a:hover,
    .site .nav > li > a:focus   {background-color: transparent;}

    .site .navigation-bar nav > .nav > li > a,
    .site .navigation-bar nav > .nav > li > a:hover,
    .site .navigation-bar nav > .nav > li > a:focus,
    .site .navigation-bar nav > .nav > li.active > a,
    .site .navigation-bar nav > .nav > li.active > a:hover    {background-color: transparent;}

    .site header .nav .open > a,
    .site header .nav .open > a:focus,
    .site header .navbar-nav > li > .dropdown-menu > li.active > a:focus,
    .site header .navbar-nav > li > .dropdown-menu > li.active > a:hover,
    .site header .navbar-nav > li > .dropdown-menu > li.active > a,
    .site .main-menu > li.open > a,
    .site .main-menu > li.open > a:hover,
    .site .main-menu > li.open > a:focus,
    .site .main-menu > li.active > a:focus,
    .site .main-menu > li.active > a:hover,
    .site .main-menu > li.active > a {background-color: transparent;}

    .site .menu-toggle .menu-bar        {background-color: #ffffff;}
    .site .menu-toggle                  {background-color: #0097D7 !important;}
    .site .menu-toggle:hover            {background-color: #0CABEF !important;}

    .site .menuModal.modal .modal-dialog .modal-body .main-menu > li > a            {background-color: transparent;}
    .site .menuModal.modal .modal-dialog .modal-body .main-menu > li > a:active,
    .site .menuModal.modal .modal-dialog .modal-body .main-menu > li > a:focus      {background-color: transparent;}
    .site .menuModal.modal .modal-dialog .modal-body .main-menu > li > a:hover      {background-color: #eeeeee;}
    .site .menuModal.modal .modal-dialog .modal-body .main-menu > li.active > a     {background-color: transparent;}

    .site .mainmenu_centered > li > a,
    .site .mainmenu_centered > li.active > a,
    .site .mainmenu_centered > li > a:focus,
    .site .mainmenu_centered > li > a:hover     {background-color: transparent;}
    .site .mainmenu_centered > li.open > a      {background-color: #ffffff !important;}

    .site .header .dropdown-menu > li > a             {background-color: transparent;}
    .site .header .dropdown-menu > li > a:hover       {background-color: rgba(0,0,0,0.1);}
    .site .header .dropdown-menu > li.active > a      {background-color: transparent;}

    .site #mainmenu.modal .main-menu > li > a           {background-color: transparent;}
    .site #mainmenu.modal .main-menu > li > a:hover     {background-color: rgba(0,0,0,0.05);}
    .site #mainmenu.modal .main-menu > li > a:focus     {background-color: rgba(0,0,0,0.1);}
    .site #mainmenu.modal .main-menu > li.active > a    {background-color: transparent;}

    .site .nav-tabs             {background-color: #fafafa;}
    .site .nav-tabs > li.active {background-color: #ffffff;}

    .site .visual .visual-block .nav-tabs           {background-color: transparent;}
    .site .visual .visual-block .nav-tabs > li > a  {background-color: #ffffff !important;}
    .site .visual .visual-block .tab-content        {background-color: #ffffff !important;}

    .site .pagination>.active>a,
    .site .pagination>.active>span,
    .site .pagination>.active>a:hover,
    .site .pagination>.active>span:hover,
    .site .pagination>.active>a:focus,
    .site .pagination>.active>span:focus    {background-color: #0CABEF;}

    .site .newsBlock                    {background-color: #ffffff;}
    .site .newsBlock .newsBlock_footer  {
        background: transparent;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
        background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
        background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
        background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);

    }

    .site .woonwensen .formSlider > .slider                                        {background-color: transparent;}
    .site .woonwensen .formSlider > .slider > .slider-track                        {background-color: #dddddd;}
    .site .woonwensen .formSlider > .slider > .slider-track > .slider-selection    {background-color: #eeeeee;}

    .site .topfooter    {background-color: #fafafa;}
    .site .footer       {background-color: #fafafa;}

/*----- Text Colors -----*/

    .site a           {color: #0097D7;}
    .site a:hover,
    .site a:focus     {color: #0CABEF;}

    .site .text-muted   {color: rgba(0,0,0,0.5);}

    .site .carousel-control:focus,
    .site .carousel-control:hover,
    .site .carousel-control {color: #ffffff;}

    .site .visual + .productVisualText p,
    .site .visual + .productVisualText      {color: rgba(255,255,255,0.7);}
    .site .visual + .productVisualText .price,
    .site .visual + .productVisualText h1,
    .site .visual + .productVisualText h2,
    .site .visual + .productVisualText h3,
    .site .visual + .productVisualText h4,
    .site .visual + .productVisualText h5,
    .site .visual + .productVisualText h6   {color: #ffffff;}

    .site .visual-text  {color: #ffffff;}

    .site .navigation-bar nav > .nav > li > a                   {color: #bdbdbd;}
    .site .navigation-bar nav > .nav > li > a:hover             {color: #ffffff;}
    .site .navigation-bar nav > .nav > li > a:focus             {color: #ffffff;}
    .site .navigation-bar nav > .nav > li.active > a,
    .site .navigation-bar nav > .nav > li.active > a:hover      {color: #ffffff;}

    .site .navigation-bar .nav > li > a			{color: #bdbdbd;}
    .site .navigation-bar .nav > li > a:hover   {color: #ffffff;}
    .site .navigation-bar .nav > li.active > a	{color: #ffffff;}

    .site .dropdown-menu li a:hover,
    .site .dropdown-menu-default li a:hover     {color: #0CABEF;}

    .site .submenu.list-group > li > a          {color: #212121;}
    .site .submenu.list-group > li > a:hover,
    .site .submenu.list-group > li > a.active   {color: #0CABEF;}

    .site header .navbar-nav > li > .dropdown-menu > li > a,
    .site .main-menu > li > a        {color: #212121;}
    .site header .navbar-nav > li > .dropdown-menu > li > a:focus,
    .site header .navbar-nav > li > .dropdown-menu > li > a:hover,
    .site .main-menu > li > a:focus,
    .site .main-menu > li > a:hover  {color: #0CABEF;}
    .site header .navbar-nav > li > .dropdown-menu > li.active > a:focus,
    .site header .navbar-nav > li > .dropdown-menu > li.active > a:hover,
    .site header .navbar-nav > li > .dropdown-menu > li.active > a,
    .site .main-menu > li.open > a,
    .site .main-menu > li.open > a:hover,
    .site .main-menu > li.open > a:focus,
    .site .main-menu > li.active > a:focus,
    .site .main-menu > li.active > a:hover,
    .site .main-menu > li.active > a {color: #0097D7;}

    .site .menu-toggle                  {color: #ffffff !important;}

    .site .menuModal.modal .modal-dialog .modal-body .main-menu > li > a            {color: #212121;}
    .site .menuModal.modal .modal-dialog .modal-body .main-menu > li.active > a,
    .site .menuModal.modal .modal-dialog .modal-body .main-menu > li > a:active,
    .site .menuModal.modal .modal-dialog .modal-body .main-menu > li > a:focus,
    .site .menuModal.modal .modal-dialog .modal-body .main-menu > li > a:hover      {color: #0097D7;}

    .site .mainmenu_centered > li button,
    .site .mainmenu_centered > li > a           {color: rgba(255,255,255,0.75) !important;}
    .site .mainmenu_centered > li.active button,
    .site .mainmenu_centered > li button:hover,
    .site .mainmenu_centered > li.active > a,
    .site .mainmenu_centered > li > a:hover     {color: #ffffff !important;}
    .site .mainmenu_centered > li.open > a:hover,
    .site .mainmenu_centered > li.open > a      {color: #212121 !important;}

    .site #mainmenu.modal .main-menu > li > a           {color: rgba(0,0,0,0.5);}
    .site #mainmenu.modal .main-menu > li > a:hover     {color: rgba(0,0,0,0.75);}
    .site #mainmenu.modal .main-menu > li.active > a    {color: #0CABEF;}

    .site .header .dropdown-menu > li > a             {color: #212121;}
    .site .header .dropdown-menu > li > a:hover       {color: #0CABEF;}
    .site .header .dropdown-menu > li.active > a      {color: #0CABEF;}

    .site .pagination>li>a,
    .site .pagination>li>span               {color: #212121;}
    .site .pagination>li>a:hover,
    .site .pagination>li>span:hover,
    .site .pagination>li>a:focus,
    .site .pagination>li>span:focus         {color: #0CABEF;}
    .site .pagination>.active>a,
    .site .pagination>.active>span,
    .site .pagination>.active>a:hover,
    .site .pagination>.active>span:hover,
    .site .pagination>.active>a:focus,
    .site .pagination>.active>span:focus    {color: #ffffff;}

    .site .checkbox input[type=checkbox]:checked+.checkbox-material .check:before,
    .site .checkbox-default input[type=checkbox]:checked+.checkbox-material .check:before,
    .site .checkbox input[type=checkbox]:checked+.checkbox-material .check,
    .site .checkbox-default input[type=checkbox]:checked+.checkbox-material .check {
        color: #212121;
    }

    .site .nav-tabs > li > a        {color: rgba(0,0,0,0.75) !important;}
    .site .nav-tabs > li > a:hover,
    .site .nav-tabs > li.active a   {color: #212121 !important;}

    .site .topfooter .nav > li > a          {color: #dddddd;}
    .site .topfooter .nav > li.active > a   {color: #ffffff;}
    .site .topfooter .nav > li > a:active,
    .site .topfooter .nav > li > a:focus,
    .site .topfooter .nav > li > a:hover    {color: #fafafa;}

    .site .topfooter 				{color: #212121;}
    .site .topfooter a				{color: #616161;}
    .site .topfooter a:hover,
    .site .topfooter li.active a	{color: #212121;}

    .site .footlink					{color: rgba(146,145,145,0.75);}
    .site .footlink a				{color: #929191;}
    .site .footlink a:hover			{color: rgba(146,145,145,0.75);}
    .site .footer *					{color: #929191;}
    .site .footer a					{color: #929191;}
    .site .footer a:hover			{color: rgba(146,145,145,0.75);}

/*----- Border & Shadow Colors -----*/

    .site .form-control                             {border-color: rgba(0,0,0,0.2) !important;}
    .site .form-group .form-control:focus,
    .site .form-group-default .form-control:focus   {border-color: transparent !important;}

    .site .radio input[type=radio]:checked~.circle,
    .site .checkbox input[type=checkbox]:checked+.checkbox-material .check:before,
    .site .checkbox-default input[type=checkbox]:checked+.checkbox-material .check:before,
    .site .checkbox input[type=checkbox]:checked+.checkbox-material .check,
    .site .checkbox-default input[type=checkbox]:checked+.checkbox-material .check {
        border-color: #212121;
    }
    .site .input-group-addon {
        border-color: #CCC;
        background-color: #EEE;
    }

    .site .pagination>.active>a,
    .site .pagination>.active>span,
    .site .pagination>.active>a:hover,
    .site .pagination>.active>span:hover,
    .site .pagination>.active>a:focus,
    .site .pagination>.active>span:focus    {border-color: #0CABEF;}

    .site .iconBannerText .circle {border: 5px solid #929191;}

    .site a.thumbnail:hover,
    .site a.thumbnail:focus, a.thumbnail.active {border-color: #0CABEF;}


    .site .table-striped>tbody>tr:hover {
        background-color:#EEE;
    }


 /* status colors */
.site .color_beschikbaar { color:#008800;}
.site .color_onder_bod { color: #c9cc00;}
.site .color_onder_optie { color:#CC9900;}
.site .color_verkocht_onder_voorbehoud { color:#CC9900;}
.site .color_verhuurd_onder_voorbehoud { color:#CC9900;}
.site .color_verkocht { color:#FF0000;}
.site .color_verhuurd { color:#FF0000;}
.site .color_ingetrokken { color:#999999;}




.site h1 {
    color:#1b4aa0;
}

.site .dropdown-menu li a:hover,
.site .dropdown-menu-default li a:hover     {color: #000000;}
.site .main-menu > li > a:hover {
    color: #0CABEF !important;
}

.site .main-menu > li.active > a {
    color: #0CABEF !important;
}

.site header > .navbar > .nav > li a::after,
.site .navigation-bar nav > .nav > li a.tablink::after { background: #0CABEF; }

.site .menu-toggle                  {color: #1c386f !important; background-color: #ffffff !important;}
.site .menu-toggle:hover            {color: rgba(20, 53, 80, 0.65) !important ;background-color: #ffffff !important; text-decoration: none}

.site .mainmenu_centered > li button,
.site .mainmenu_centered > li > a           { color: #1c386f !important; }
.site .mainmenu_centered > li.active button,
.site .mainmenu_centered > li button:hover,
.site .mainmenu_centered > li.active > a,
.site .mainmenu_centered > li > a:hover     {color: rgba(20, 53, 80, 0.65) !important;}
.site .mainmenu_centered > li.open > a:hover,
.site .mainmenu_centered > li.open > a      {color: #212121 !important;}

.lang-row-nl a {
    background-color: #0c2e5b;
    color: #ffffff;
}
.lang-row-nl a:hover {
    color: #ffffff;
}
.lang-row-en a {
    background-color: #f3f3f3;
    color: #0c2e5b;
}
.lang-row-en a:hover {
    color: #0c2e5b;

}

.site .btn-custom {
    border-radius: 30px;
    padding: 17px 30px;
    border: solid 1px #8d8d8d;
    background-color: transparent ;
    color: #8d8d8d ;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 300px;
}
.site .btn-custom2 {
    border-radius: 30px;
    padding: 17px 30px;
    border: solid 1px #ffffff;
    background-color: transparent ;
    color: #ffffff ;
    font-size: 14px;
}
.site .btn-custom:hover {
    background-color: #8d8d8d ;
    color: #ffffff ;
}
.site .btn-custom2:hover {
    background-color: #ffffff ;
    color: #8d8d8d ;
}
.border-block-bottom h5 {
    color: #1b4aa0 ;
}
.bg-color {
    background-color: #f2f2f2;
}
.bg-item-color {
    background-color: #FFFFFF;
}
.top-footer ul li,
.top-footer ul li a,
.top-footer p {
    color: #afafaf;
    font-weight: 300;
}
.top-footer h5 {
    color: #1b4aa0;
}
.top-footer form ::-webkit-input-placeholder {
    color:#8d8d8d ;
    font-weight: 400 ;
}
.site .form-control,
.site .form-group .form-control:focus,
.site .form-group-default .form-control:focus {
    background-image: linear-gradient(#1b4aa0,#1b4aa0),linear-gradient(#ffffff,#ffffff) ;
}

/* topfooter */

.site .topfooter {
    background-color: #f2f2f2;
}
.site .topfooter h6{
    color: #1b4aa0;
}
.site .topfooter p {
    color:#6c6b6b;
}
.site .topfooter .nav > li > a {
    color: #6c6b6b;
}
.site .topfooter .nav > li.active > a,
.site .topfooter .nav > li > a:active,
.site .topfooter .nav > li > a:focus,
.site .topfooter .nav > li > a:hover,
.site .topfooter a:active,
.site .topfooter a:focus,
.site .topfooter a:hover
{
    color: #0CABEF;
}

/* footer */


.site .footer {
    background-color: #1d3561;
}
.site .footer *,
.site .footer a {
    color: #FFFFFF;
}



.paint-block h2 {
    color: #8d8e92;
}

.site a {
    color:#0CABEF;
}
.site a:hover, .site li.active a {
    color:#0c2e5b;
}

.site header .navbar-nav > li > .dropdown-menu > li.active > a:focus, .site header .navbar-nav > li > .dropdown-menu > li.active > a:hover, .site header .navbar-nav > li > .dropdown-menu > li.active > a, .site .main-menu > li.open > a, .site .main-menu > li.open > a:hover, .site .main-menu > li.open > a:focus, .site .main-menu > li.active > a:focus, .site .main-menu > li.active > a:hover, .site .main-menu > li.active > a {
    color: #0CABEF;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #0CABEF;
}

.site .team-member-info  a:hover,
.site  .team-member-info a:focus  {color: #FFFFFF;}


.site .back-to-top {
    background-color: #BBBBBB !important;
    border-color: #FFFFFF !important;
    color: #FFFFFF;
}
.site .back-to-top:hover {
    background-color: #CCCCCC !important;
    border-color: #FFFFFF !important;
    color: #FFFFFF;
}