/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
    font-family: 'VAGRundschriftD'; /*a name to be used*/
    src: url('../fonts/v003000d.ttf'); /*URL to font*/
}
body {
width: 100%;
height: 100%;
font-family: 'Roboto Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #1e81af;
background-color: #efefec;
overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: VAGRundschriftD,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.fontclassname {
    font-family: 'VAGRundschriftD';
}

h3.vijesti {
margin: 0 0 15px;
font-family: 'Roboto Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:22px;
font-weight: 700;
letter-spacing: 1px;
}
.postvijesti {
font-size:12px !important;
}

h3.vijesti a {
    text-decoration: none;
    color: #fff;
}

h3.vijesti a:hover {
    text-decoration: underline;
    color: #fff;
}

h1.otto {
  font-size: 100px;
  color: white;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}

#totop { 
position: fixed;
right: 30px;
bottom: 30px;
display: none;
outline: none;
border: 0px Solid #fff;
padding: 15px;
background: rgba(255,255,255,0.4);
color: #000; 
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px; /* future proofing */
-khtml-border-radius: 15px; /* for old Konqueror browsers */
}

#totop:hover { 
text-decoration:none; transition: color 0.23s ease-in 0s;
color: #fff; border: 0px Solid #fff;
background: #1e81af;

}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'Roboto Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:700;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 4px;
    font-size: 18px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff; 
}

.navbar-custom .nav li.active {
    outline: none;
    background-color: rgba(255,255,255,.1);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    letter-spacing: 0px;
    font-weight: 500;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.blue a:hover {
    outline: 0;   
    background-color: rgba(0,119,187,1);
}

.navbar-custom .nav li.orange a:hover {
    outline: 0;   
    background-color: rgba(245,160,31,1); 
}
.navbar-custom .nav li.yellow a:hover {
    outline: 0;   
    background-color: rgba(255,214,0,1);
}
.navbar-custom .nav li.green a:hover {
    outline: 0;   
    background-color: rgba(1,138,70,1);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #efefec;
    }
    
    .top-nav-collapse a {
        color: #11505d;
}

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/row.jpg) no-repeat top center scroll;
    background-color: #efefec;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.introvijesti {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat top center scroll;
    background-color: #efefec;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.introvijesti a {
	color:#FFF;
}

.introvijesti a:hover {
text-decoration:underline;
}

.introtwo {
    display: table;
    width: 100%;
    height: 800px;
    padding: 100px 0px 0px 0px;
    text-align: center;
    color: #fff;
    background: url(../img/otpadnicibg.jpg) no-repeat bottom center scroll;
    background-color: #efefec;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 100px;
    height: 100px;
    margin-top: 25px;
    padding: 24px 16px;
    border: 0px solid #fff;
    border-radius: 50px;
    font-size: 50px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    background: rgba(16,117,163,0.3);
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(16,117,163,0.8);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 0px;
}

.nospace-content-section {
    padding-top: 10px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.blue-section {
width: 100%;
padding: 100px 0;
color: #fff;
/*background: url(../img/paper.png) no-repeat center center scroll;
background-color: rgba(0,119,187,1); 
background-image: url("../img/paper.png"), linear-gradient(-45deg, #1f97d4 100%, #37afe1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); */
background: url(../img/paper.png) no-repeat center center scroll;
/* Mozilla Firefox */
background-image: url("../img/paper.png"), -moz-linear-gradient(bottom, #1f97d4 0%, #37afe1 100%);
/* Opera */
background-image:url("../img/paper.png"), -o-linear-gradient(bottom, #1f97d4 0%, #37afe1 100%);
/* Webkit (Safari/Chrome 10) */
background-image: url("../img/paper.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #1f97d4), color-stop(1, #37afe1));
/* Webkit (Chrome 11+) */
background-image: url("../img/paper.png"), -webkit-linear-gradient(bottom, #1f97d4 0%, #37afe1 100%);
/* W3C Markup, IE10 Release Preview */
background-image: url("../img/paper.png"), linear-gradient(to top, #1f97d4 0%, #37afe1 100%);
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.orange-section {
width: 100%;
padding: 100px 0;
color: #fff;
background: #f39519 url(../img/glass.png) no-repeat center center scroll;
/* Mozilla Firefox */
background-image: url("../img/glass.png"), -moz-linear-gradient(bottom, #f39519 0%, #f9cc6e 100%);
/* Opera */
background-image:url("../img/glass.png"), -o-linear-gradient(bottom, #f39519 0%, #f9cc6e 100%);
/* Webkit (Safari/Chrome 10) */
background-image: url("../img/glass.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39519), color-stop(1, #f9cc6e));
/* Webkit (Chrome 11+) */
background-image: url("../img/glass.png"), -webkit-linear-gradient(bottom, #f39519 0%, #f9cc6e 100%);
/* W3C Markup, IE10 Release Preview */
background-image: url("../img/glass.png"), linear-gradient(to top, #f39519 0%, #f9cc6e 100%);
/*background-color: rgba(245,160,31,1);*/
/*background-color: linear-gradient(-45deg, #f39519 0%, #f9cc6e 100%);*/
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.yellow-section {
    width: 100%;
    padding: 100px 0;
    color: #000;
    /*background: url(../img/yellow-bg.jpg) no-repeat center center scroll;*/
    background-color: rgba(255,214,0,1);
background: #FFD800 url(../img/plastika2.png) no-repeat center center scroll;
    /*background: linear-gradient(-45deg, #ffd800 0%, #f1c601 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.green-section {
    width: 100%;
    padding: 100px 0;
    color: #fff;
    /*background: url(../img/green-bg.jpg) no-repeat center center scroll;*/
	background: url(../img/preostali.png) no-repeat center center scroll;
    background-color: rgba(1,138,70,1);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*background: linear-gradient(-45deg, #018a46 0%, #3da873 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

.napomena-section {
    width: 100%;
    padding: 100px 0;
    color: #219ab3;
    background: url(../img/rowbottom.jpg) no-repeat center center scroll;
    /*background-color: rgba(1,138,70,1);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*background: linear-gradient(0deg, #efefec 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

.news-section {
    width: 100%;
    padding: 140px 0;
    color: #fff;
    background: url(../img/bgbh.jpg) no-repeat bottom center scroll;
    background-color: #efefec;
    /*background-color: rgba(1,138,70,1);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*background: linear-gradient(0deg, #efefec 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

.news-section a {
	color:#FFF;
}

.mobilno-section {
    width: 100%;
    padding: 100px 0;
    color: #219ab3;
    background: url(../img/otpadnicibg.jpg) no-repeat center center scroll;
    /*background-color: rgba(1,138,70,1);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*background: linear-gradient(0deg, #efefec 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

.photo {
background-attachment: fixed;
background-position: 50% 0;
background-repeat: no-repeat;
position: relative;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 0px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: 'Roboto Condensed',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0; 
    /*background: linear-gradient(-45deg, #cc6698 0%, #6b396c 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.introimg {
z-index: 2; margin-bottom:150px;
}

/* clouds */

#clouds{
   bottom: 0;
	left: 0;
	padding-top: 50px; height:200px;
	right: 0;
	top: 0;
	z-index: 1;
position: fixed;
	/*background: #c9dbe9;
	background: -webkit-linear-gradient(top, #c9dbe9 0%, #fff 100%);
	background: -linear-gradient(top, #c9dbe9 0%, #fff 100%);
	background: -moz-linear-gradient(top, #c9dbe9 0%, #fff 100%);*/
}

/*Time to finalise the cloud shape*/
.cloud {
	width: 200px; height: 60px;
	background: #fff;
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	position: relative; 
}

.cloud:before, .cloud:after {
	content: '';
	position: absolute; 
	background: #fff;
	width: 100px; height: 80px;
	position: absolute; top: -15px; left: 10px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	-moz-transform: rotate(40deg);
}

.cloud:after {
	width: 120px; height: 120px;
	top: -55px; left: auto; right: 15px;
}

/*Time to animate*/
.x1 {
	-webkit-animation: moveclouds 45s linear infinite;
	-moz-animation: moveclouds 45s linear infinite;
	-o-animation: moveclouds 45s linear infinite;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
	left: 200px;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.6; /*opacity proportional to the size*/
	
	/*Speed will also be proportional to the size and opacity*/
	/*More the speed. Less the time in 's' = seconds*/
	-webkit-animation: moveclouds 45s linear infinite;
	-moz-animation: moveclouds 45s linear infinite;
	-o-animation: moveclouds 45s linear infinite;
}

.x3 {
	left: -250px; top: -200px;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8; /*opacity proportional to the size*/
	
	-webkit-animation: moveclouds 40s linear infinite;
	-moz-animation: moveclouds 40s linear infinite;
	-o-animation: moveclouds 40s linear infinite;
}

.x4 {
	left: 470px; top: -250px;
	
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
	opacity: 0.75; /*opacity proportional to the size*/
	
	-webkit-animation: moveclouds 38s linear infinite;
	-moz-animation: moveclouds 38s linear infinite;
	-o-animation: moveclouds 38s linear infinite;
}

.x5 {
	left: -150px; top: -150px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8; /*opacity proportional to the size*/
	
	-webkit-animation: moveclouds 50s linear infinite;
	-moz-animation: moveclouds 50s linear infinite;
	-o-animation: moveclouds 50s linear infinite;
}

@-webkit-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}

.iconscan img {
	
}

.otpadnici img {
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
-o-transition: all ease 0.4s;
transition: all ease 0.4s;
width: 180px;
height: 180px;
margin: 15px;
-webkit-border-radius:  2px;
-moz-border-radius:  2px;
-ms-border-radius:  2px;
-o-border-radius:  2px;
border-radius: 2px;
/*box-shadow: 0 0 12px rgba(0, 0, 0, .4);*/
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .4);
box-shadow: 0 0 0 0.318em rgba(0, 0, 0, 0.05);
}

.otpadnici img:hover { 
-webkit-transform: translateY(-0.75em);
-moz-transform: translateY(-0.75em);
-ms-transform: translateY(-0.75em);
transform: translateY(-0.75em);
box-shadow: 0 0 0 0.318em rgba(0, 0, 0, 0.55);
 }
 
/*
.otpadnicifull {
 margin:0px !important; padding:0px !important;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
transition: all ease 0.5s;
 }
 
  .otpadnicifull:hover {
-webkit-transform: translateY(3.75em);
-moz-transform: translateY(3.75em);
-ms-transform: translateY(3.75em);
transform: translateY(3.75em);
 }
*/
.uvodna {
	width:650px; height:250px;
}
.otpadnicifull { text-align: center; margin:0 auto; position: absolute;  bottom: 0px; left:0;right:0; width:1300px; }

/* mobile */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 800px)
  and (-webkit-min-device-pixel-ratio: 2) {

.uvodna { margin-top:50px;  width: 300px; height: 115px; }
.otpadnicifull { width:100%; bottom: 0px; left:0;right:0; }
.otpadnicifull img { width:25%; float: none; }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.uvodna { margin-top:-30px;  width: 200px; height: 77px; }
.otpadnicifull { margin:0 auto;  width:100%; bottom: 0px; }
.otpadnicifull img { width:25%; padding: 0px 30px; float: none; }
}

/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.uvodna { margin-top:50px;  width: 500px; height: 192px; }
.otpadnicifull { width:100%; bottom: 0px; left:0;right:0; }
.otpadnicifull img { width:25%; float: none; }
}

.otpadnicifull img {
 float:left; 
}

.otpadnicifull a:hover {
opacity: 0.8;
}

 .tkostotxt {
 	color: #000;
 }
 
 /* custom */
 
.istaknuto {
-webkit-border-radius:  2px;
-moz-border-radius:  2px;
-ms-border-radius:  2px;
-o-border-radius:  2px;
border-radius: 2px;
/*box-shadow: 0 0 12px rgba(0, 0, 0, .4);*/
-webkit-box-shadow: 0 0 4px rgba(255, 255, 255, .16);
-moz-box-shadow: 0 0 4px rgba(255, 255, 255, .16);
box-shadow: 0 0 0 0.318em rgba(255, 255, 255, 0.16);
padding:10px;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), transparent);
}

.istaknuto2 {
-webkit-border-radius:  2px;
-moz-border-radius:  2px;
-ms-border-radius:  2px;
-o-border-radius:  2px;
border-radius: 2px;
/*box-shadow: 0 0 12px rgba(0, 0, 0, .4);*/
-webkit-box-shadow: 0 0 4px rgba(255, 255, 255, .36);
-moz-box-shadow: 0 0 4px rgba(255, 255, 255, .36);
box-shadow: 0 0 0 0.318em rgba(255, 255, 255, 0.36);
padding:10px;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.50), transparent);
}

.istaknuto:hover, .istaknuto2:hover { 
box-shadow: 0 0 0 0.318em rgba(0, 0, 0, 0.55);
 }
 

.whitelink {
 	color:#FFF !important;  text-decoration:underline;
 }
 
 .whitelink:hover {
 text-decoration:none;
 }
 
.whitelink a:link {
 	color:#FFF !important; 
 }