/*
Theme Name: Little Achievers Child Care & Development Center
Theme URI: 219
Description: Version: 0.2
Author: 219
URI:
*/

@font-face {
  font-family: 'hollywood_hillsregular';
  src: url('fonts/hollywoodhills/hollh_-webfont.eot');
  src: url('fonts/hollywoodhills/hollh_-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/hollywoodhills/hollh_-webfont.woff2') format('woff2'),
    url('fonts/hollywoodhills/hollh_-webfont.woff') format('woff'),
    url('fonts/hollywoodhills/hollh_-webfont.ttf') format('truetype'),
    url('fonts/hollywoodhills/hollh_-webfont.svg#hollywood_hillsregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
	font-family: 'Impact';
	src: url('fonts/impact/Impact.eot');
	src: url('fonts/impact/Impact.eot?#iefix') format('embedded-opentype'),
		url('fonts/impact/Impact.woff') format('woff'),
		url('fonts/impact/Impact.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Skinny';
	src: url('fonts/skinny/Skinny.eot');
	src: url('fonts/skinny/Skinny.eot?#iefix') format('embedded-opentype'),
		url('fonts/skinny/Skinny.woff') format('woff'),
		url('fonts/skinny/Skinny.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}


/* ----------------------------------------
search page
---------------------------------------- */

.search_results div.page,
.search_results div.post {
  padding: 20px;
  margin-bottom: 8px;
  background: #FFFFE1;
  border-bottom: 2px solid #CCC;
}

.search_results h2 a {
  text-decoration: none;
}

.search_results h2 {
  font-size: 22px;
}

.search_results .entry-title {
  font-size: 22px;
}

.search_results div.entry-meta {
  font-style: italic;
  line-height: 29px;
}

.search_results a:hover {
  text-decoration: none;
}

/* ----------------------------------------
resources page
---------------------------------------- */

.resources {
  width: 100%;
  height: auto;
  text-align: left!important;
  margin: 20px auto;
}

.resources a {
  color: #005f83!important;
  text-decoration: none!important;
  display: block!important;
  font-weight: 700!important;
}

.resources a:hover {
  color: #005f83;
  text-decoration: none;
  padding-left: 10px;
}

.resources ul,
.resources li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.resources ul li {
  list-style-image: none!important;
  margin-bottom: 8px!important;
  background: #FAFDFE;
  border: 1px solid #ACD7D6;
  border-bottom: 2px solid #95CCCB;
  padding: 12px !important;
}

.resources ul li span {
  font-size: 11px;
  color: #666;
  letter-spacing: 1px;
}

.resources ul li:before {
  content: ""!important;
}

/* ----------------------------------------
column counts
---------------------------------------- */

.count2 {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 0;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
}

.count3 {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 0;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
}

.count4 {
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-gap: 0;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
}

/* ----------------------------------------
IE hack
---------------------------------------- */

.lt-ie8 .dang-ie {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #00abdd;
}

.message {
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.inner-message {
  position: relative;
  top: -20%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.inner-message img {
  position: relative;
  left: 3em;
}

.inner-message a.download {
  display: block;
  width: 300px;
  padding: 10px;
  color: #fff;
  margin: 2em auto;
  border: 1px solid #fff;
}

.terms {
  color: #fff;
  font-size: 13px;
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.terms a {
  color: #fff;
  font-weight: bold;
}

.lt-ie8 .protect-me {
  display: none;
}

/* ----------------------------------------
Compnay name and Coming Soon....
---------------------------------------- */

.comp {
  color: #0fc300;
  font-weight: bold;
}

.comingsoon {
  color: red;
  display: block;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
  width: 100%;
}

/* ----------------------------------------
FAQ toggle
---------------------------------------- */

.technology {
  cursor: pointer;
  font-size: 14px;
  font-family: Verdana;
  font-weight: bold;
  margin: 5px 0;
  padding: 10px 0;
  width: 100%;
  background: #B0BF1A !important;
}

.openlanguage {
  color: #000;
  background: #fb5e0a;
}

.closedlanguage {
  color: #000;
  background: #3B77D9;
  border-bottom: 1px solid #333;
}

.thelanguage {
  padding: 12px 10px;
  border: 1px solid #ffbf33;
  width: 100%;
  background: #bbdee8 !important;
}

.align-center {
  text-align: center;
}

/* ----------------------------------------
From Bootstrap
---------------------------------------- */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.clearfix {
  overflow: hidden;
  clear: both;
}

/* ----------------------------------------
common settings for the page
---------------------------------------- */

a,
input[type="submit"] {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  text-decoration: none;
  color: #005f83;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
}

p,
ul li {
  word-wrap: break-word;
}

.nav-toggle-button {
  display: none;
}

input[type="submit"] {
  cursor: pointer;
}

html,
body {
  font-family: 'Lato', sans-serif;
  color: #595959;
  font-size: 14px;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

body {
  background: #fff url(images/bg.png) center 67px repeat-x;
  margin: 12px 0;
}
body:before {
  top: -12px;
  left: 0;
  display: block;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 999999;
  content: "";
  height: 12px;
  background: url(images/color.png) center top repeat-x;
}
body:after {
  bottom: -12px;
  left: 0;
  display: block;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 999999;
  content: "";
  height: 12px;
  background: url(images/color.png) center top repeat-x;
}

a:hover {text-decoration: underline !important;}

.mobile {
  display: none;
}

.main-content {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

#main-bottom .top {
  margin-bottom: 20px;
  overflow: hidden;
}

.main-content h1 {
  color: #595959;
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 25px;
}

.main-content h1 span {
  color: #0fc300;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
}

.main-content p {
  line-height: 26px;
  margin: 0px 0px 2%;
  text-align: justify;
}

.main-content ul {
  list-style: none;
  margin: 0 0 3%;
  padding: 0;
}

.main-content ol {
  margin: 0 0 3%;
  padding: 0;
  list-style: inside none decimal;
}

.main-content ul li:before {
  content: url(images/bullet.png);
  top: 1px;
  left: 0;
  position: absolute;
}

.main-content ul li {
  text-align: left;
  line-height: 200%;
  margin: 0 0 1%;
  padding: 0px 0px 0 17px;
  position: relative;
}

.main-content ol li {
  line-height: 200%;
  margin: 0 0 1%;
  text-align: left;
  display: list-item;
  padding: 0px 0px 0 0;
  position: relative;
}

.main-content a:hover {
  color: #3f3f3f;
}

.sub-header-1 {
  margin-bottom: 20px;
  display: block;
}

.thumb-image {
  float: right;
  margin: 0 0px 0px 5px;
}

.removelist li:before {
  content: "" !important;
}

.removelist li {
  padding-left: 0 !important;
  text-align: center !important;
}


* {
  position: relative;
  background-position: center top;
  background-repeat: repeat-x;
}

*:before, *:after {
  position: absolute;
}

.zero {
  margin: 0;
  padding: 0;
  float: none !important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  text-align: center;
}

.main-nav ul li span {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
  display: none;
}

.p-center {
  text-align: center !important;
}


/* ----------------------------------------
START OF CUSTOMIZATION
---------------------------------------- */

body {
  overflow-x: hidden;
}

#header {
  height: 162.2px;
  overflow: hidden;
}

.logo {
  position: absolute;
  top: 12px;
  left: 10px;
  max-width: 400px;
  width: 100%;
}

/* .logo img {
  filter: brightness(0) saturate(100%);
} */

.header-contacts {
  position: absolute;
  height: 162.2px;
  right: 10px;
  top: 0;
  padding: 53px 0;
  text-align: right;
  z-index: 999;
  color: #fff;
}
.header-contacts p {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
font-family: 'Roboto Condensed', sans-serif;

}

.header-contacts p span a{
  font-size: 28px;
  line-height: 40px;
  color: #fdd939;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;

}


.main-nav .wrapper {
  height: 55px;
  width: 940px;
}
.main-nav ul {
  text-align: center;
  width: 100%;
}
.main-nav ul li {
  display: inline-block;
  float: left;
  vertical-align: top;
}

.main-nav ul li a {
  display: block;
  color: #fff;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
}

.main-nav ul li:nth-child(1):after {
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: url(images/red-btn.png);
}
.main-nav ul li:nth-child(2):after {
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: url(images/orange-btn.png);
}
.main-nav ul li:nth-child(3):after {
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: url(images/yellow-btn.png);
}
.main-nav ul li:nth-child(4):after {
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: url(images/green-btn.png);
}
.main-nav ul li:nth-child(5):after {
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: url(images/blue-green-btn.png);
}
.main-nav ul li:nth-child(6):after {
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: url(images/blue-btn.png);
}
.main-nav ul li:nth-child(7):after {
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: url(images/pink-btn.png);
}

.main-nav ul li:nth-child(1) a {
  background-image: url(images/red-nav.png);
  width: 130.6px;
}
.main-nav ul li:nth-child(2) a {
  background-image: url(images/green-nav.png);
  width: 135.6px;
}
.main-nav ul li:nth-child(3) a {
  background-image: url(images/yellow-nav.png);
  width: 135.6px;
}
.main-nav ul li:nth-child(4) a {
  background-image: url(images/blue-nav.png);
  width: 133.6px;
}
.main-nav ul li:nth-child(5) a {
  background-image: url(images/red-nav.png);
  width: 134.3px;
}
.main-nav ul li:nth-child(6) a {
  background-image: url(images/green-nav.png);
  width: 135px;
}
.main-nav ul li:nth-child(7) a {
  background-image: url(images/yellow-nav.png);
  width: 135.3px;
}

.main-nav ul li:hover a, .main-nav ul li.current_page_item a {
  color: #fff600;
}

.main-nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: solid 1px #fff;
}

.main-nav ul li:hover ul {
  display: block;
}
.main-nav ul ul li {
  display: block;
  float: none;
  margin: 0;
  border-bottom: solid 1px #fff;
}
.main-nav ul ul li:last-child {
  border-bottom: none;
}
.main-nav ul ul li:first-child:before {
  content: "";
}
.main-nav ul ul li:after {
  content: "";
}
.main-nav ul ul li a {
  width: 194px;
  height: 45px;
  text-align: left;
  display: block;
  background: #a7e754;
  line-height: 45px;
  font-size: 14px;
  color: #203900;
}
.main-nav ul ul li:hover a, .main-nav ul ul li.current_page_item a {
  background: #4d3517;
  color: #fff;
}

#banner {
  background-image: url(images/bubbles.png);
}
#banner .wrapper {
  height: 647px;
}
.banner-left {
  position: absolute;
  top: 165px;
  left: 0;
  width: 315px;
  height: 392px;
  padding-top: 22px;
  padding-left: 10px;
  z-index: 999;
  background: url(images/programs-bg.png) center top no-repeat;
}

.banner-left h2 {
  color: #222222;
  font-size: 35px;
  line-height: 35px;
  padding-left: 10px;
  font-weight: 300;
  font-family: 'Arial';
  margin-bottom: 11px;
}
.banner-left h2 span {
  color: #7308b6;
  font-weight: bold;
  font-size: 37px;
  line-height: normal;
  display: inline-block;
  position: relative;
  top: 2px;
  font-family: 'Impact';
}
.banner-left ul li {
  display: block;
  margin-bottom: 5px;
}
.banner-left ul li:before {
  content: url(images/star.png);
  top: 10px;
  left: 10px;
  z-index: 999;
}
.banner-left ul li:before {
  content: url(images/star.png);
}
.banner-left ul li:hover:before {
  content: url(images/star-hover.png);
}
.banner-left ul li a {
  display: block;
  border-radius: 6px;
  width: 280px;
  height: 45px;
  line-height: 45px;
  color: #525252;
  font-size: 16px;
  font-weight: normal;
  padding-left: 58px;
  background-image: url(images/program-tabs.png);
}
.banner-left ul li:hover a, .banner-left ul li.current_page_item a {
  background-position: center bottom;
  color: #fff;
}
.banner-right {
  padding-bottom: 19px;
  overflow: hidden;
  height: auto;
  display: block;
  clear: both;
  width: 674px;
  float: right;
  background: url(images/shadow.png) center bottom no-repeat;
}

.banner-right-inner {
  width: 674px;
  height: 400px;
  float: right;
  background: url(images/sun.png) center top no-repeat;
}
.image-holder {
background: #FFF;
width: 662px;
height: 383px;
border-radius: 21px;
margin: 8px 0 0;

}
.rslides.rslides1 {
    padding: 4px 0 4px 17px;
}


.enroll-btn {
  width: 137px;
  height: 137px;
  display: block;
  position: absolute;
  top: 270px;
  right: 8px;
  z-index: 999;
  text-align: center;
  padding: 41px 12px 0 22px;
  color: #fff;
  font-family: 'Cherry Swash', cursive;
  font-size: 21px;
  line-height: normal;
  background: url(images/slogan-btn.png) center top no-repeat;
}
.enroll-btn:hover {
  background: url(images/slogan-btn-hover.png) center top no-repeat;
}
.slogan {
  position: absolute;
  top: 268px;
  left: 42px;
  z-index: 999;
}
.slogan h2 {
  color: #FFF;
  font-size: 28px;
  line-height: 32px;
  font-family: 'Arial';
  text-shadow: -2px -2px 0 #1b9a00,2px -2px 0 #1b9a00,-2px 2px 0 #1b9a00,2px 2px 0 #1b9a00;
}
.slogan h3 {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Skinny';
  text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
}
.slogan h4 {
  color: #8500c9;
  font-size: 31px;;
  line-height: 31px;;
  font-family: 'Impact';
}

.rslides_nav.rslides1_nav.prev, .rslides_nav.rslides1_nav.next {
  display: none;
}

#right {
  width: 620px;
  float: right;
}
#main-bottom .top img {
  float: left;
  margin-right: 10px;
}
#main-bottom .top p {
  line-height: 26px;
  color: #005f83;
  font-style: italic;
  padding-top: 21px;
}
#main-bottom .bottom {
  width: 620px;
  display: inline-block;
  vertical-align: top;
  height: 97px;
  background: #fdf7c9;
  border-radius: 8px;
}
#main-bottom .bottom h2 {
  float: left;
  width: 188px;
  font-family: 'Arial';
  font-size: 24px;
  line-height: 24px;
  color: #005679;
  height: 97px;
  padding: 18px 16px;
  background: url(images/curl.png) center right no-repeat;
}
#main-bottom .bottom h2 span {
  color: #14b000;
}
#main-bottom .bottom p {
  color: #242424;
  line-height: 23px;
  padding: 14px 16px;
  float: right;
  width: 432px;
}
#main-bottom .bottom a {
  color: #242424;
}
#main-bottom .bottom a:hover {
  color: #14b000;
}
.sidebar-tabs {
  width: 297px;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}
.sidebar-tabs ul li {
  display: block;
  vertical-align: top;
  margin-bottom: 6px;
}
.sidebar-tabs ul li a {
  display: block;
  width: 297px;
  height: 78px;
  padding-left: 83px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  padding-top: 13px;
  background: url(images/tab.png) center bottom no-repeat;
}

.sidebar-tabs ul li a span {
  font-family: 'Impact';
  color: #1c7001;
  font-weight: normal;
  text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff;
}
.sidebar-tabs ul li:hover a {
  background-position: center top;
}
.sidebar-tabs ul li:hover a span{
  color:#ffa600;
}

.sidebar-tabs ul li:nth-child(1):before {
  content: url(images/time.png);
  top: 12px;
  left: 9px;
  z-index: 999;
}
.sidebar-tabs ul li:after {
  content: url(images/arrow.png);
  top: 28px;
  right: 15px;
  z-index: 999;
}
.sidebar-tabs ul li:nth-child(2):before {
  content: url(images/bus.png);
  top: 12px;
  left: 9px;
  z-index: 999;
}
.sidebar-tabs ul li:nth-child(3):before {
  content: url(images/envelope.png);
  top: 12px;
  left: 9px;
  z-index: 999;
}
.sidebar-tabs ul li:nth-child(4):before {
  content: url(images/folder.png);
  top: 12px;
  left: 9px;
  z-index: 999;
}

.sidebar-contacts {
  height: 199px;
  padding-top: 11px;
  padding-left: 13px;
  border: solid 1px #f6f900;
  width: 300px;
  background-image: url(images/yellow-bg.png);
  border-radius: 7px;
}
.sidebar-contacts:after {
  content: url(images/telephone.png);
  top: 36px;
  right: 20px;
}
.sidebar-contacts h2 {
  color: #e42222;
  font-size: 28px;
  font-family: 'Arial';
  line-height: 25px;
  margin-bottom: 10px;
}
.sidebar-contacts h2 span {
  color: #248b00;
  font-weight: normal;
  font-family: 'Impact';
  text-shadow: -2px -2px 0px #FFF, 2px -2px 0px #FFF, -2px 2px 0px #FFF, 2px 2px 0px #FFF;
}
.sidebar-contacts ul li {
  margin-bottom: 8px;
  line-height: 20px;
  color: #262626;
}
.sidebar-contacts ul li a {
  color: #262626;
  font-weight: normal;
}
.sidebar-contacts ul li a:hover {
  color: #e42222;
  font-weight: bold;
}

#left {
  width: 297px;
  float: left;
}


#main {
  background: green;
  width: 980px;
  margin: 0 auto;
  z-index: 999;
  background: url(images/cut.png) center 9px no-repeat;
  margin-top: -62px;
}

#main .wrapper {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  padding-top: 17px;
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  background: #fff;
  padding-bottom: 18px;
  clear: both;
}




.footer-top {
  background: #412f19 url(images/footer-strip.png) center top repeat-x;
}

.footer-top .wrapper {
  height: 259px;
  padding-top: 30px;
}
.footer-top .wrapper h2 {
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 15px;
  color: #a0d35d;
}
.footer-contacts {
  float: left;
  width: 342px;
}
.footer-contacts p {
  padding-left: 25px;
  color: #dbc8b1;
  font-size: 13px;
  line-height: 24px;
}
.footer-contacts .phone:before {
  top: 3px;
  left: 0;
  content: url(images/phone.png);
}
.footer-contacts .email:before {
  top: 0;
  left: 2px;
  content: url(images/email.png);
}
.footer-contacts p a {
  color: #dbc8b1;
}
.footer-contacts p a:hover {
  color: #a0d35d;
}
.footer-contacts .btn {
  display: block;
  text-align: center;
  width: 174px;
  margin-top: 8px;
  height: 28px;
  line-height: 25px;
  color: #dba25c;
  font-size: 13px;
  font-family: 'Lora', serif;
  font-weight: normal;
  border: solid 1px #7c4f18;
  border-radius: 13px;
}
.footer-contacts .btn:hover {
  border: solid 1px #a0d35d;
  color: #a0d35d;
}

footer {
  background: #f1f1f1;
}
footer .wrapper {
  height: 70px; 
  overflow: hidden;   
}
.footer-left {
  float: left;
  width: 724px;
  height: 61px;
}
.footer-right {
  float: right;
  width: 220px;
  height: 61px;
  padding: 12px 0;
}
.footer-navigation {
  padding: 0;
}
.footer-navigation ul {
  text-align: center;
}

.footer-navigation ul li {
  display: block;
  margin-right: 15px;
  float: left;
  vertical-align: top;
}
.footer-navigation ul li a {
  font-size: 13px;
  color: #262626;
  font-weight: normal;
  display: block;
  padding: 8px 0 5px;
  font-size: 14px;
}
.footer-navigation ul li:hover a, .footer-navigation ul li.current_page_item a  {
  color: #14b000;
  font-weight: bold;
}
.footer-navigation ul li:after {
  top: 9px;
  right: -8px;
  content: url(images/footer-spacer.png);
}
.footer-navigation ul li:last-child:after {
  content: "";
}

.footer-social {
  text-align: right;
}
.footer-social ul li:first-child {
  padding-right: 10px;
}
.footer-social ul li {
  display: inline-block;
  vertical-align: top;
  height: 37px;
  line-height: 37px;
  color: #262626;
  font-size: 15px;
}

.footer-social ul li a:hover img {
  opacity: 0.8;
}

.footer-right p {
  padding-top: 3px;
  font-size: 11px;
  color: #fff;
  font-family: 'Lora', serif;
}
.footer-bottom {
  background: #060b03;
}
.footer-bottom .wrapper {
  height: 48px;
  text-align: center;
}
.copyright {
  color: #262626;
  display: block;
}

.copyright a {
  color: #262626;
  font-weight: normal;
}
.copyright a:hover {
  font-weight: bold;
  color: #14b000;
}



.btn_uplinks{text-align: center; margin: 0 auto 15px;}
.btn_uplinks ul li{display: inline-block; vertical-align: top; width: 150px; height: 30px; background: #ff2d2d; border-radius: 5px; margin: 0 2px;}
.btn_uplinks ul li a{font: 700 18px/30px lato; color: #fff; display: block;}
.btn_uplinks ul li:hover{background: #005f83;}

.userway_buttons_wrapper {top: unset !important; right: unset !important; bottom: 70px !important; transform: none !important; left: 15px !important; }
 .cky-btn-revisit-wrapper {background: #C01111 !important;}

 .privacy_span{color: red; display: inline-block;}
.privacy_list { padding-left: 20px !important; }
.privacy_list li::marker { font: bold 20px/100% 'Roboto', 'Arimo', 'Open Sans', sans-serif; }
.privacy_list h2 { font: bold 20px/100% 'Roboto', 'Arimo', 'Open Sans', sans-serif; margin: 30px auto 20px; }
