.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
html,
body {
  font-family: 'Lato', sans-serif;
  background-color: #063c4f;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#bdy {
  position: relative;
  background-image: url("http://childrens-academy-bg.com/application/i/grid.png");
}
#body-inner {
  position: relative;
  background: url("http://childrens-academy-bg.com/application/i/upper_shade.png") repeat-x top left;
}
#main-wrapper {
  width: 100%;
}
#main-body {
  text-align: left;
  color: #000000;
  box-shadow: 0px 0px 10px #000000;
}
#top-menu {
  width: 100%;
  background-color: #006688;
  position: relative;
}
#top-menu #menu-wrapper {
  position: absolute;
  height: 30px;
  width: 590px;
  bottom: 24px;
  right: 40px;
  text-align: right;
  overflow: hidden;
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  vertical-align: bottom;
}
#top-menu #menu-wrapper a:link,
#top-menu #menu-wrapper a:active,
#top-menu #menu-wrapper a:visited {
  font-size: 9pt;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 4px;
}
#top-menu #menu-wrapper a:hover {
  color: #b5c5cb;
}
#top-menu #menu-wrapper a.selected {
  color: #006688 !important;
  background-color: #b5c5cb !important;
}
#top-menu #menu-button {
  position: absolute;
  height: 32px;
  width: 32px;
}
#menu-list {
  display: none;
  border-top: 1px solid #ffffff;
  background: url("http://childrens-academy-bg.com/application/i/40k.png");
}
#menu-list #left-menu {
  float: left;
}
#menu-list #left-menu a:link,
#menu-list #left-menu a:active,
#menu-list #left-menu a:visited {
  display: block;
  font-size: 11pt;
  font-weight: 700;
  color: #ffffff;
  background-color: #ee5500;
  text-decoration: none;
  padding: 10px;
}
#menu-list #left-menu a:hover {
  color: #ffcc00;
}
#menu-list #right-menu {
  float: left;
}
#menu-list #right-menu a:link,
#menu-list #right-menu a:active,
#menu-list #right-menu a:visited {
  display: block;
  font-size: 11pt;
  font-weight: 700;
  color: #ffffff;
  background-color: #006688;
  text-decoration: none;
  padding: 10px;
}
#menu-list #right-menu a:hover {
  color: #b5c5cb;
}
#main-menu {
  width: 100%;
  background-color: #ee5500;
  text-align: center;
  overflow: hidden;
}
#main-menu a:link,
#main-menu a:active,
#main-menu a:visited {
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 17px 10px;
}
#main-menu a:hover {
  color: #ffcc00;
}
#main-menu a.selected {
  color: #ffffff !important;
  background-color: #ffb288 !important;
}
#pre-footer {
  width: 100%;
  background-color: #ee5500;
  height: 10px;
  border-bottom: 1px solid #ffffff;
}
#logo {
  float: left;
  margin-left: 40px;
}
#home-banner {
  width: 100%;

  background-color: #ffffff;
  background-size: cover;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
#home-banner .hb-container {
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: none;
}
#home-banner .hbnav {
  position: absolute;
  top: 0px;
  z-index: 99999;
  width: 26px;
  height: 100%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
#home-banner .hbnav.prev {
  left: 10px;
  background: transparent url("http://childrens-academy-bg.com/application/i/hbnav.png") no-repeat 0px center;
}
#home-banner .hbnav.next {
  right: 10px;
  background: transparent url("http://childrens-academy-bg.com/application/i/hbnav.png") no-repeat -26px center;
}
#page-banner {
  width: 100%;
  background: #073040 url("http://childrens-academy-bg.com/application/i/waves.png");
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
#page-banner #kids {
  width: 100%;
  height: 100%;
  background: url("http://childrens-academy-bg.com/application/i/kids1.png") no-repeat center center;
  background-size: contain;
}
#main-content {
  background: #ffffff url("http://childrens-academy-bg.com/application/i/kids2.png") no-repeat center bottom;
  background-size: contain;
  padding: 40px 40px 15% 40px;
  font-size: 11pt;
}
#main-content a:link,
#main-content a:active,
#main-content a:visited {
  font-size: 11pt;
  color: #ee5500;
}
#main-content a:hover {
  color: #b5c5cb;
}
#main-content #left-column {
  float: left;
  margin-bottom: 40px;
}
#main-content #left-column a:link,
#main-content #left-column a:active,
#main-content #left-column a:visited {
  font-size: 10pt;
  display: block;
  font-weight: 700;
  color: #006688;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-bottom: 1px solid #b5c5cb;
  padding: 10px;
}
#main-content #left-column a:hover {
  color: #006688;
  background-color: #e1f1f7;
  border-right: 3px solid #e1f1f7;
  border-left: 3px solid #e1f1f7;
}
#main-content #left-column a.selected {
  color: #006688 !important;
  background-color: #b5c5cb;
  border-right: 3px solid #ee5500;
  border-left: 3px solid #b5c5cb;
}
#main-content #content-column {
  float: left;
  line-height: 16pt;
  color: #555555;
}
#main-content .useful {
  margin: 0px 0px 20px 0px;
}
#main-content .useful a:link,
#main-content .useful a:active,
#main-content .useful a:visited {
  font-size: 10pt;
  display: block;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #209fce !important;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #209fce !important;
  text-align: center;
}
#main-content .useful a:hover {
  color: #209fce !important;
  background-color: #a0e1f9 !important;
}
h1 {
  color: #006688;
  font-weight: 700;
  margin-top: 0px;
  border-bottom: 2px solid #006688;
  margin-bottom: 40px;
  padding: 0px 0px 14px 0px;
}
#footer {
  background-color: #006688;
  padding: 20px 20px;
}
#footer .column {
  float: left;
  font-size: 9pt;
  color: #ffffff;
}
#footer .column a:link,
#footer .column a:active,
#footer .column a:visited {
  display: block;
  font-size: 9pt;
  color: #ffffff;
  text-decoration: none;
}
#footer .column a:hover {
  color: #b5c5cb;
}
#footer h4 {
  font-size: 10pt;
  color: #b5c5cb;
  font-size: 900;
  margin: 0px 0px 4px 0px;
  border-bottom: 1px dotted #b5c5cb;
  text-transform: uppercase;
}
h6 {
  font-size: 14pt;
  color: #006688;
  background-color: #b5c5cb;
  font-weight: 700;
  margin: 0px 0px 0px 0px;
  padding: 12px;
  text-align: center;
}
h3 {
  font-size: 14pt;
  color: #209fce;
  font-weight: 700;
  margin: 0px 0px 12px 0px;
}
.top-line {
  display: block;
  border-top: 1px solid #b5c5cb;
  height: 0px;
  overflow: hidden;
}
.submit-btn {
  border: 1px solid #209fce;
  color: #209fce;
  background-color: #a0e1f9;
  font-weight: bold;
  padding: 10px;
}
.form-limiter {
  width: 400px;
}
.iframeform {
  width: 100%;
}
.iframeform2 {
  width: 100%;
}

.short-news {
  text-align: left !important;
  font-size: 10pt !important;
  line-height: 14pt;
}
.short-news a:link,
.short-news a:active,
.short-news a:visited {
  display: block !important;
  color: #006688;
  text-align: left !important;
  text-decoration: none !important;
  padding: 8px 0px !important;
  margin: 0px !important;
  font-weight: 400 !important;
  border-width: 0px !important;
  border-bottom: 1px solid #b5c5cb !important;
}
.short-news a:link p,
.short-news a:active p,
.short-news a:visited p {
  color: #209fce;
  margin: 0px 0px 4px 0px;
}
.short-news a:link b,
.short-news a:active b,
.short-news a:visited b {
  color: #ee5500;
  font-style: normal;
  font-weight: bold !important;
}
.short-news a:hover {
  color: #006688 !important;
  background-color: #e1f1f7 !important;
}
.full-news {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b5c5cb;
}
.full-news .date {
  color: #ee5500;
}
.news-list .date {
  color: #209fce;
}
.news-list a {
  padding: 10px 0px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #e1f1f7;
}
.news-list a:hover {
  color: #006688 !important;
  background-color: #e1f1f7;
}

.file {
  display: block;
  padding: 0 0 0 18px;
  line-height: 16px;
  margin: 0px 0px 4px 0px;
  font-size: 11pt !important;
  overflow: hidden;
  color: #ee5500 !important;
}
.file:hover {
  color: #999999 !important;
}
.html {
  background: transparent url("http://childrens-academy-bg.com/application/ico/html.gif") no-repeat 0px -2px;
}
.zip {
  background: transparent url("http://childrens-academy-bg.com/application/ico/zip.gif") no-repeat 0px -2px;
}
.doc,
.docx {
  background: transparent url("http://childrens-academy-bg.com/application/ico/doc.gif") no-repeat 0px -2px;
}
.pdf {
  background: transparent url("http://childrens-academy-bg.com/application/ico/pdf.gif") no-repeat 0px -2px;
}
.ppt,
.pptx {
  background: transparent url("http://childrens-academy-bg.com/application/ico/ppt.gif") no-repeat 0px -2px;
}
.txt {
  background: transparent url("http://childrens-academy-bg.com/application/ico/txt.gif") no-repeat 0px -2px;
}
.xls,
.xlsx {
  background: transparent url("http://childrens-academy-bg.com/application/ico/xls.gif") no-repeat 0px -2px;
}
.arc {
  background: transparent url("http://childrens-academy-bg.com/application/ico/arc.gif") no-repeat 0px -2px;
}

.ig-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
  width: 320px;
}
.ig-pause-old {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent url("http://childrens-academy-bg.com/application/i/ig_pause_icon.gif") no-repeat right bottom;
  z-index: 1000;
  display: none;
}
.ig-pause {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent url("http://childrens-academy-bg.com/application/i/ig_enlarge.png") no-repeat right bottom;
  z-index: 1000;
  display: none;
}
.ig-box {
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  text-align: center;
}
.ig320x240 {
  width: 320px;
  height: 240px;
}
.ig320 {
  width: 320px;
}
.ig240 {
  width: 240px;
}
.ig-box.hidden {
  display: none;
}
.ig-prev {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("http://childrens-academy-bg.com/application/i/ig_prev_icon.gif") no-repeat center center;
}
.ig-next {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("http://childrens-academy-bg.com/application/i/ig_next_icon.gif") no-repeat center center;
}
.ig-close {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("http://childrens-academy-bg.com/application/i/ig_close_icon.gif") no-repeat center center;
}
.ig-counter {
  float: left;
  display: block;
  width: 50px;
  height: 20px;
  text-align: center;
  padding-top: 2px;
}
.ig-caption {
  float: left;
  display: block;
  height: 20px;
  text-align: left;
  padding-top: 2px;
}
.ig-box IMG {
  display: block;
  margin: auto;
  border-width: 0px;
}
.ig-box IMG.i-gallery {
  width: 100%;
}
#ig-display-navigation * {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #405361;
}
.ig-left {
  float: left;
  margin: 0px 20px 20px 0px;
}
.ig-right {
  float: right;
  margin: 0px 0px 20px 20px;
}
.ig-center {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.ig-wrapper-video {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
  width: auto;
}

/* STYLES 300px-699px */

@media screen and (max-width: 699px) {
  #main-body {
    width: 100%;
    padding: 0px;
  }
  #top-menu {
    height: 50px;
  }
  #top-menu #menu-wrapper {
    display: none;
  }
  #top-menu #menu-button {
    display: block;
    bottom: 10px;
    right: 40px;
  }
  #main-menu {
    height: 10px;
  }
  #main-menu a {
    display: none;
  }
  #menu-list #left-menu {
    width: 100%;
  }
  #menu-list #left-menu a {
    margin: 10px;
    text-align: center;
  }
  #menu-list #right-menu {
    width: 100%;
    margin-top: -10px !important;
  }
  #menu-list #right-menu a {
    margin: 10px;
    text-align: center;
  }
  #logo {
    width: 175px;
    height: 48px;
  }
  #home-banner {
    height: 250px;
  }
  #page-banner {
    height: 90px;
  }
  h1 {
    font-size: 16pt;
  }
  #footer {
    padding: 40px !important;
  }
  #footer .column {
    width: 100%;
    margin: 0px 0px 5% 0px;
  }
  #main-content #left-column {
    width: 100%;
  }
  #main-content #left-column a:link,
  #main-content #left-column a:active,
  #main-content #left-column a:visited {
    text-align: center !important;
  }
  #main-content #left-column a.selected {
    border-left: 3px solid #ee5500 !important;
  }
  #main-content #content-column {
    width: 100%;
  }
  #useful-1 {
    display: none;
  }
  #useful-2 {
    display: block;
  }
  .form-limiter {
    width: 100% !important;
  }
  #content-column img,
  .ig-box img {
    width: 212px !important;
  }
  .ig-wrapper {
    width: 212px !important;
  }
  .ig320x240 {
    width: 212px !important;
    height: 159px !important;
  }
  .ig320 {
    width: 212px !important;
  }
  .ig-left,
  .ig-right,
  .ig-center {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }
  .iframeform {
    margin-left: -40px;
    width: 310px !important;
  }
}

/* STYLES 700px-999px */

@media screen and (min-width: 700px) and (max-width: 999px) {
  #main-body {
    width: 100%;
    padding: 0px;
  }
  #logo {
    width: 292px;
    height: 80px;
  }
  #top-menu {
    height: 80px;
  }
  #top-menu #menu-wrapper {
    display: none;
  }
  #top-menu #menu-button {
    display: block;
    bottom: 24px;
    right: 40px;
  }
  #menu-list #left-menu {
    width: 50%;
  }
  #menu-list #left-menu a {
    margin: 10px 5px 10px 10px;
    text-align: right;
  }
  #menu-list #right-menu {
    width: 50%;
  }
  #menu-list #right-menu a {
    margin: 10px 10px 10px 5px;
    text-align: left;
  }
  #main-menu {
    height: 10px;
  }
  #main-menu a {
    display: none;
  }
  #home-banner {
    height: 320px;
  }
  #page-banner {
    height: 120px;
  }
  h1 {
    font-size: 18pt;
  }
  #footer .column {
    width: 45%;
    height: 110px;
    margin: 0px 2.5%;
  }
  #main-content #left-column {
    width: 30%;
    margin-right: 5%;
  }
  #main-content #content-column {
    width: 65%;
  }
  #useful-1 {
    display: block;
  }
  #useful-2 {
    display: none;
  }
}

/* STYLES 1000px-1199px */

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  #main-body {
    width: 975px;
    padding: 0px;
    margin: 0px auto;
  }
  #logo {
    width: 292px;
    height: 80px;
  }
  #top-menu {
    height: 80px;
  }
  #top-menu #menu-wrapper {
    display: block;
  }
  #top-menu #menu-button {
    display: none;
    margin: 40px 12px 0px 0px;
  }
  #main-menu {
    height: 50px;
  }
  #main-menu a {
    display: inline-block;
    font-size: 10pt;
  }
  #home-banner {
    height: 330px;
  }
  #page-banner {
    height: 150px;
  }
  h1 {
    font-size: 18pt;
  }
  #footer .column {
    width: 20%;
    margin: 0px 2.5%;
  }
  #main-content #left-column {
    width: 255px;
    margin-right: 39px;
  }
  #main-content #content-column {
    width: 600px;
  }
  #useful-1 {
    display: block;
  }
  #useful-2 {
    display: none;
  }
}

/* STYLES 1200px+ */

@media screen and (min-width: 1200px) {
  #main-body {
    width: 1200px;
    padding: 0px;
    margin: 0px auto;
  }
  #top-menu {
    height: 80px;
  }
  #top-menu #menu-wrapper {
    display: block;
  }
  #top-menu #menu-button {
    display: none;
    margin: 40px 12px 0px 0px;
  }
  #main-menu {
    height: 50px;
  }
  #main-menu a {
    display: inline-block;
    font-size: 11pt;
  }
  #logo {
    width: 292px;
    height: 80px;
  }
  #home-banner {
    height: 400px;
  }
  #page-banner {
    height: 180px;
  }
  h1 {
    font-size: 18pt;
  }
  #footer .column {
    width: 20%;
    margin: 0px 2.5%;
  }
  #main-content #left-column {
    width: 260px;
    margin-right: 39px;
  }
  #main-content #content-column {
    width: 820px;
  }
  #useful-1 {
    display: block;
  }
  #useful-2 {
    display: none;
  }
}
