* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;  
  margin: 0px;
  outline: none !important;
  border-color: #ee5c32;
}

*::-webkit-input-placeholder {
    color: #07064e;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #07064e;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #07064e;
}
 
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #07064e;
}

html{
  min-height: 100%;
  position: relative;
}

html, body {
  font-family:  vag_rreg;, Arial, "Helvetica Neue", "helveticalt_light", Helvetica,  sans-serif;
  -webkit-font-smoothing: antialiased;
/*  overflow-x: hidden;*/
}

body{
  margin-bottom: 250px;
  background: url('/images/bg.jpg') no-repeat center top;
}

/*
fonts
 */
@font-face {
    font-family: 'vag_rreg';
    src: url('/fonts/vag_rounded_black-webfont.eot');
    src: url('/fonts/vag_rounded_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vag_rounded_black-webfont.woff') format('woff'),
         url('/fonts/vag_rounded_black-webfont.ttf') format('truetype'),
         url('/fonts/vag_rounded_black-webfont.svg#vag_roundedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
bootstrap overwrites
*/
p{
  color: #fff;
  font-family: vag_rreg;
}
.btn-red{
  background: #f94358;
  font-family: vag_rreg;
  color: #fff;
  border-radius: 0px;
  border-bottom: 3px solid #cd4358;
}
.btn-red.btn-md{
  padding: 5px 25px;
  font-size: 2.5rem;
}
.btn-red.btn-sm{

  padding: 5px 20px;
  font-size: 1.5rem;
}

h1, .h1{
  font-family: vag_rreg;
  font-size: 4.5rem;
  color: #fff;
  padding: 10px 0px;
  border-bottom: 2px dashed #fff;
  margin: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
}


textarea:focus, 
select:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus {   

}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




/*
 * Header
 */
#header-wrapper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.header-content {
    
}

.header-content .logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-content .text {
    text-align: right;
    color: #19ccbf;
}

.header-content .text .social {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
}

.header-content .text .social .facebook {
  color: #19ccbf;
}

.header-content .text .social .twitter {
  color: #19ccbf;
}

.header-content .text .social .linkedin {
  color: #19ccbf;
}

.header-content .text .line1 {
    font-size: 37px;
    line-height: 30px;
}

.header-content .text .line2 {
  font-size: 16px;
}


/*
 * Menu
 */
#menu-wrapper {
  height: 37px;
  background: url('/images/menu-bg.jpg') no-repeat;
  background-size: cover;
}

#menu-wrapper #navbar{
  position: relative;
  z-index: 999999;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
#menu-wrapper .navbar-default{
  border: 0px;
  background: transparent;
  margin: 0px; 
  min-height: 20px;
  
}

#menu-wrapper .navbar-default .navbar-nav li {
  padding-bottom: 8px;
  padding-top: 9px;
}

#menu-wrapper .navbar-default .navbar-nav li:hover {
  background-color: #ffa533;
}
#menu-wrapper .navbar-default .navbar-nav li a{
  padding: 0px 9px 0px 9px;
  background: transparent;
  font-family: vag_rreg;
  font-size: 1.5rem;
  font-weight: normal;
  color: #FFF;
}

#menu-wrapper .navbar-default .navbar-nav li a i{
  padding-left: 5px;
}
#menu-wrapper .navbar-default .navbar-nav li.active a{
  color: #FFF;
}
#menu-wrapper .navbar-default .navbar-nav li.active a:hover{
  background: transparent;
}
#menu-wrapper .navbar-default .navbar-nav li:first-child a{
  
}

#menu-wrapper .navbar-default .navbar-nav li .dropdown-menu{
  visibility: hidden;
  z-index: 1;
  border-radius: 0px;
  left: 0px;
  border: 0px;
  padding: 0px;
  background: #2cbec9;
}
#menu-wrapper .navbar-default .navbar-nav li:hover .dropdown-menu{
  z-index: 99999;
  display: block;
  visibility: visible;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
#menu-wrapper .navbar-default .navbar-nav li .dropdown-menu li a{
  text-transform: none;
  padding: 5px 0px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  margin: 0px 15px;
}
#menu-wrapper .navbar-default .navbar-nav li .dropdown-menu li:last-child a{
  border-bottom: 0px;
}


/*
 * Slideshow
 */

#slideshow-wrapper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

#slideshow-wrapper .slideshow {

}

#slideshow-wrapper .slideshow .slideitem {
  position: relative;
}

#slideshow-wrapper .slideshow .slideitem img {
  width: 100%;
}

#slideshow-wrapper .slideshow .slideitem .slideshow-content {
  position: absolute;
  bottom: 0px;
  background-color: rgba(255,255,255,0.9);
  min-width: 300px;
  padding: 10px;
}

#slideshow-wrapper .slideshow .slideitem .slideshow-content .title {
  color: #ffa533;
  font-size: 24px;
}

#slideshow-wrapper .slideshow .slideitem .slideshow-content.text {
  color: #6d6d6d;
}


/*
 * Content
 */

#content-wrapper {
    margin-top: 20px;

}

#content-wrapper h1 {
    color: #ffa533;
    border-bottom: none;
}

#content-wrapper h2 {
    color: #ffa533;
}

#content-wrapper h3 {
    color: #ffa533;
}

#content-wrapper p {
  color: #6d6d6d;
}

#content-wrapper .tpl-content {
  color: #6d6d6d;
}

#content-wrapper .latestnews {

}

#content-wrapper .latestnews .newsitem {
  border-bottom: 1px dashed #19ccbf;
  padding: 10px;
  margin-bottom: 10px;
}

#content-wrapper .latestnews .newsitem h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #19ccbf;
}

#content-wrapper .latestnews .newsitem p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#content-wrapper .latestnews .newsitem a {
   color: #f94358;
}



/*
 * Footer
 */

#footer-wrapper {
    background: url('/images/footer-bg.png') no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 230px;
    padding-top: 10px;
    color: #FFF;
}

#footer-wrapper h2 {
    font-size: 18px;
    border-bottom: 1px dashed #FFF;
}

#footer-wrapper address {
  margin-bottom: 0px;
}

#footer-wrapper ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#footer-wrapper ul li {

}

#footer-wrapper ul li a {
    color: #FFF;
}

#footer-wrapper .subscribe-form {

}

#footer-wrapper .subscribe-form p {
  font-size: 12px;
}

#footer-wrapper .subscribe-form input {
  margin-bottom: 5px;
}

#footer-wrapper .subscribe-form button {
  margin-bottom: 5px;
  background-color: #ffa533;
  color: #FFF;
}

#footer-wrapper .social {
  padding-top: 40px;
  padding-left: 22px;
}

#footer-wrapper .social .facebook {
  color: #36548d;
}

#footer-wrapper .social .twitter {
  color: #63a9da;
}

#footer-wrapper .social .linkedin {
  color: #2a7ba8;
}

#footer-wrapper .smallprint .designed-by {
  text-align: right;
}

#footer-wrapper .smallprint .designed-by a {
  color: #FFF;
}

#footer-wrapper .footer-content .scissors {
    position: absolute;
    top: -130px;
    left: 250px;
    width: 357px;
    height: 316px;
    background: url('../images/scissors.jpg') no-repeat;
    background-size: cover;
    z-index: -1000;
  }



.tpl-home-content-top {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
}

.tpl-home-content-top .hand3 {
  width: 153px;
  height: 176px;
  position: absolute;
  top: -67px;
  left: 517px;
  background: url('../images/hand-3.jpg') no-repeat;
  background-size: cover;
}

.tpl-home-content-middle {
    background: url('/images/home-central-bg.png') no-repeat;
    background-size: cover;
    height: 200px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tpl-home-content-middle .chalk {
    width: 393px;
    height: 257px;
    position: absolute;
    top: -228px;
    right: 545px;
    background: url('../images/chalk.jpg');
    z-index: -100;
}

.tpl-home-content-middle p {
    color: #FFF;
}

.tpl-home-content-middle h2 {
    color: #FFF;
    font-size: 38px;
}

.tpl-home-content-middle .accreditations-text {
    padding-left: 75px;
}

.tpl-home-content-middle .accreditations-text h2 {
    color: #FFF !important;
    font-size: 38px;
}

.tpl-home-content-middle .accreditations-text p {
    font-size: 16px;
    color: #FFF !important;
}

.tpl-home-content-middle .accreditations-logo {
    text-align: right;
    padding-right: 75px;
}

.tpl-home-content-middle .accreditations-logo img{
    width: 100%;
    max-height: 143px;
    max-width: 395px;
    margin-top: 20px;
}

.tpl-home-content-bottom {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: relative;
}

.tpl-home-content-bottom .block {
  width: 220px;
  margin-left: auto;
    margin-right: auto;
}

.tpl-home-content-bottom .block h2 {
  font-size: 24px;
  text-align: center;
}

.tpl-home-content-bottom .block img {
    border-radius: 50%;
    margin-bottom: 10px;
    border: 10px solid #ffa533;
    width: 200px;
    height: 200px;
}

.tpl-home-content-bottom .block p {
  font-size: 12px;
  text-align: center;
}

.tpl-home-content-bottom .block .link {
  text-align: center;
}

.tpl-home-content-bottom .block .link a {
  color: #f94358;
}

.tpl-home-content-bottom .contact-map {
  margin-top: 20px;
}

.tpl-home-content-bottom .contact {

}

.tpl-home-content-bottom .hand1 {
  width: 153px;
  height: 176px;
  position: absolute;
  bottom: 286px;
  right: 285px;
  background: url('../images/hand-1.jpg') no-repeat;
  background-size: cover;
}
.tpl-home-content-bottom .hand2 {
  width: 223px;
  height: 234px;
  position: absolute;
  top: -78px;
  left: 197px;
  background: url('../images/hand-2.jpg') no-repeat;
  background-size: cover;
  z-index: -100;
}

.contact-form input {
  margin-bottom: 5px;
}

.contact-form textarea {
  margin-bottom: 5px;
  min-height: 190px;
}

.contact-form .styled {
  width: 100%;
  background-color: #19ccbf;
  color: #FFF;
}

.tpl-home-content-bottom .map {

}


/*
 * Our Team container
 */
.ourteam-wrapper {
  margin-top: 20px;
}

.ourteam-wrapper .block {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.ourteam-wrapper .block .img-wrapper {
  border-radius: 50%;
  margin-bottom: 10px;
  border: 10px solid #ffa533;
  width: 220px;
  height: 220px;
  display: block;
  position: relative;
}

.ourteam-wrapper .block .img-hover {
  display: none;
  text-align: center;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  background-color: rgba(40,40,40,0.5);
  padding: 80px 20px 20px 20px;
  font-size: 16px;
  color: #FFF;
}

.ourteam-wrapper .block .img-wrapper:hover  .img-hover  {
  display: block;
}

.ourteam-wrapper .block .img-wrapper img {
  border-radius: 50%;
}

.ourteam-wrapper .block .line1 {
  text-align: center;
  color: #19ccbf;
}

.ourteam-wrapper .block .line2 {
  text-align: center;
  color: #6d6d6d;
  font-size: 12px;
}

.ourteam-bigimg {

}

.ourteam-bigimg .block {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.ourteam-bigimg .img-wrapper {
  border-radius: 50%;
  margin-bottom: 10px;
  border: 10px solid #ffa533;
  width: 250px;
  height: 250px;
  display: block;
  position: relative;
}

.ourteam-bigimg .img-wrapper img {
  border-radius: 50%;
  max-width: 230px;
}


/*
 * Blog container
 */

#blog-container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

#blog-container ul.post-list {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

#blog-container ul.post-list h2 {
  color: #19ccbf;
}

#blog-container ul.post-list h2 a {
  color: #19ccbf;
}

#blog-container ul.post-list img {
  width: 107px;
  height: 107px;
}

#blog-container ul.post-list .button-readmore {
  text-align: right;
}

#blog-container ul.post-list .button-readmore a {
  color: #f94358;
}

#blog-container .sidebar {

}

#blog-container .sidebar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#blog-container .sidebar ul a {
  color: #19ccbf;
}

#blog-container .blog-page-content .blogpost-content h1 {

}

#blog-container .blog-page-content .blogpost-content h1 a {
  font-size: 14px;
  display: inline-block;
  color: #f94358;
  float: right;
  margin-top: 20px;
}

#blog-container .blog-page-content .blogpost-content .post-image {
  width: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
}



@media (max-width: 1024px) {
  body{
    background: #FFF;
  }

  #menu-wrapper .navbar-default .navbar-nav li a {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
	#paper_menu {
		background: url('/images/kids-menubg.jpg') no-repeat;
    background-size: cover;
	}
}

@media (max-width: 767px) {

  #paper_menu{
    width: 100% !important;
    min-width: 100% !important;
    margin: 0px !important;
    background: white; 
  }
  body{
    margin-bottom: 665px;
    background: #FFF;
  }

  h1 {
    font-size: 3.5rem;
  }

  #header-wrapper {
    width: 100%;
    text-align: center;
  }

  #header-wrapper .text {
    display: none;
  }

  #menu-wrapper {
    height: auto;
    background-color: #15afa4;
    background-image: none;
  }

  #slideshow-wrapper {
    display: none;
  }

  #footer-wrapper {
    background-color: #15afa4;
    background-image: none;
    height: 735px;
    width: 100%
  }

  #footer-wrapper:before {
      background: linear-gradient(-135deg, #ffffff 16px, transparent 0), linear-gradient(135deg, #ffffff 16px, transparent 0);
      background-position: left-bottom;
      background-repeat: repeat-x;
      background-size: 32px 32px;
      content: " ";
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 32px;
  }

  #footer-wrapper .footer-content .social {
    text-align: center;
  }

  #footer-wrapper .footer-content .social div {
    display: inline-block;
  }

  #footer-wrapper .smallprint {
    margin-top: 15px;
    text-align: center;
  }

  #footer-wrapper .smallprint .designed-by {
    text-align: center;
  }

  #footer-wrapper .footer-content .scissors {
    background: none;
    display: none;
  }

  .tpl-home-content-top .hand3 {
    background: none;
    display: none;
  }

  .tpl-home-content-middle {
    background-color: #15afa4;
    background-image: none;
    height: 330px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tpl-home-content-middle .chalk {
    background: none;
    display: none;
  }

  .tpl-home-content-middle:before {
      background: linear-gradient(-135deg, #ffffff 16px, transparent 0), linear-gradient(135deg, #ffffff 16px, transparent 0);
      background-position: left-bottom;
      background-repeat: repeat-x;
      background-size: 32px 32px;
      content: " ";
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 32px;
  }

  .tpl-home-content-middle:after {
      background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
      background-position: left-bottom;
      background-repeat: repeat-x;
      background-size: 32px 32px;
      content: " ";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 32px;
  }

  .tpl-home-content-middle .accreditations-text {
    padding: 0px;
    text-align: center;
  }

  .tpl-home-content-bottom .hand1 {
    background: none;
    display: none;
  }

  .tpl-home-content-bottom .hand2 {
    background: none;
    display: none;
  }

  #blog-container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

}



