﻿@charset "utf-8";
/* CSS Document */

/* #Basic Styles
================================================== */
body {
    background: #fff;
    font: normal 14px/18px 'PT Sans',;
    color: #3f4f5c;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    margin: 0;
}

/* Highlight Color */
::-moz-selection {
    background: #004B91;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #004B91;
    color: #fff;
    text-shadow: none;
}

/* Device onclick */
a:link {
    -webkit-tap-highlight-color: #014160;
}

p {
    font: normal 14px/18px 'PT Sans';
}

a, a:hover {
    text-decoration: none;
}

h1, h2, h3, h4 {
    margin: 0;
}

h1 {
    color: #454545;
    font: normal 27px/28px 'PT Sans';
}

.group:before, .group:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

a {
    color: #68265b;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper {
    max-width: 1025px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 15%;
}

.header-rgt {
    float: right;
    width: 82%;
    padding: 86px 0 0 0;
}

.navigation {
    float: left;
}

/** Main navigation */
.main-nav {
	float:right;
	padding: 0 0 0 0;
}
.main-nav li{
	float: left;
}
.main-nav li a{
    margin: 0 2.5em 0 0;
    text-transform: uppercase;
}
.main-nav li:last-child a{
	padding-right:0;
}


.language {
    font: normal 14px/28px 'PT Sans';
    float: left;
    padding: 0 16px;
}

.search {
    float: left;
}

form.search-form input.search-but {
    background: url(../images/search.png) no-repeat center #ee9902;
    border: none;
    padding: 4px 12px;
    float: left;
    width: auto;
    font-size: 0.1px;
}

.billboard {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 312px;
}

.search-field {
    padding: 179px 0 0 208px;
}

.search-field input.ipbox {
    border: 1px solid #f6940b;
    color: #f6940b;
    width: 395px;
    padding: 0 12px;
    height: 45px;
    display: inline-block;
}

input.search-button {
    background: #662760;
    color: #fff;
    cursor: pointer;
    border: none;
    height: 47px;
    width: 172px;
    text-align: center;
}

.content-phrase {
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

{
    font: normal 26px/39px 'EB Garamond'
;
}

/*contact form page*/
.contact-form {
    max-width: 687px;
}

.box {
    background: #f4a729;
    padding: 24px 0 10px;
    /*margin:40px 0 0 0;*/
}

.top-section h2 {
    font: bold 27px/27px 'PT Sans';
    color: #fff;
}

.contact-section {
    padding: 40px 0;
}

.contact-section .wrapper {
    position: relative;
}

.contact-section h3 {
    color: #000;
    font: bold 20px/22px 'PT Sans';
    padding: 0 0 18px 0;
    letter-spacing: 1px;
}

.contact-section .field {
    padding: 0 0 30px 0;
}

.field label {
    color: #000;
    display: block;
    font: normal 14px/18px 'PT Sans';
    padding-bottom: 10px;
    overflow: hidden;
}

.field span {
    color: #d90000;
}

.selection {
    float: left;
    margin-right: 10px;
}

.box-col, .email-box, .box1 {
    background-color: #fff;
    border: 2px solid #757373;
    float: left;
    margin: 0 10px;
    width: 35%;
}

.box1 {
    margin: 0 10px 0 0;
}

.contact-section input.ipbox {
    padding: 0 10px;
    height: 30px;
    border: none;
    font: normal 14px/18px 'PT Sans';
    width: 80%;
}

.field span.pull-left {
    color: #000;
    margin: 0;
}

.pull-left {
    float: left;
}

.field img {
    float: left;
    margin: 2px 0 0 5px;
}

.email-box {
    /*float:none;*/
    margin: 0 0 10px 0;
    width: 53.4%;
}

.txt-area {
    background: #ececec;
    border: 2px solid #f6940b;
    font: normal 14px/18px 'PT Sans';
    width: 96%;
    height: 305px;
    padding: 10px;
}

input.sub-button, input.button {
    border: 1px solid #b89eb3 !important;
    cursor: pointer;
    float: right;
    border: none;
    background: #733467;
    padding: 8px 10px;
    color: #fff;
    margin-top: 40px;
}

input.button {
    float: none;
    margin: 20px 0 0 0;
    clear: both;
    width: 28.5%;
}

.hr-line {
    background: #747272;
    height: 1px;
    position: absolute;
    width: 100%;

}

.footer {
    background: #626262;
    padding: 40px 0 50px;
    position: relative;
}

.footer:after {
    background: #626262;
    content: '';
    width: 68%;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
}

.social-ico {
    color: #fff;
    font-size: 25px;
    padding: 0 10px;
    width: 25px;
    height: 25px;
}

.social-links {
    padding-bottom: 40px;
    width: 250px;
    padding: 5px 0 71px 0;
    position: relative;;
    z-index: 10;
}

.social-links ul {
    float: right;
}

.social-links li {
    float: left;
    padding-right: 15px;
}

.col-1:nth-child(2) {
    margin-left: 80px;
    padding-right: 0;
    width: 25%;
}

.col-1:nth-child(3) {
    margin-left: 2px;
}

.col-1:last-child {
    width: 18%;
    margin-left: 36px;
}

.col-1 {
    width: 21%;
    position: relative;
    z-index: 1;
    margin: 0 0 0 20px;
}

.col-1 h3 {
    color: #fff;
    font: normal 16px/18px 'PT Sans';
    padding: 0 0 16px 0;
}

.col-1 p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}

.col-1 ul li {
    color: #fff;
    padding: 5px 2px 0px;
    line-height: 17px;
}

.col-1 h4 {
    color: #fff;
    font: normal 14px/18px 'PT Sans';
}

.search-form {
}

.header {
    position: relative;
    padding-bottom: 3px;
    padding-top: 16px;
}

form.search-form input {
    border: 1px solid #c7c7c7;
    float: left;
    font-size: 12px;
    padding: 2px 6px 4px 6px;
    width: 120px;
}

.search-ico {
    cursor: pointer;
    color: #7d7d7d;
    font-size: 20px;
}

/*
.search-box.pull-left {
	display: none;
}*/

.panel-group.footer-accordion {
    display: none;
}

span.txt-msg {
    color: #000;
    font-size: 16px;
    padding: 5px 0 0 0;
    display: inline-block;
}

/*Submission form*/
.box-wrap {
    margin-bottom: 10px;
}

.box-wrap:last-child {
    margin: 0;
}

.box1.telephone {
    width: 28%;
}

.box-col.first, .box-col.last {
    margin-left: 0;
}

.box-col.last {
    margin-top: 10px;
}

input.button1 {
    margin: 10px 0 0 0;
    width: 35.5%;
}

.color-bg {
    background: #eee7ed;
    padding: 18px 0;
    margin: 0 0 30px 0;
}

.color-bg .field {
    padding: 0;
}

input.ipbox:focus {
    outline: none;
}

.file-attach {
    border: none;
    background: #733467;
    padding: 8px 10px;
    color: #fff;
}

.file-attach i {
    font-size: 20px;
    padding: 0 5px 0 0;
    float: left;
}

.radio-col {
    float: left;
    width: 50%;
}

span.error-span {
    padding: 0px 0 0 10px;
    display: inline-block;
    width: 35%;
    line-height: 16px;
    font-size: 15px;
}

.has-error {
    background-image: url(../images/cross.jpg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    border: 2px solid #d90000;
}

/*Wireframe 1*/
.phrase-detail h1 {
    font-family: 'PT Sans';
}

.section-inner .phrase-detail p {
    color: #666;
    font: normal 24px/36px 'Garamond';
}

.grey-bg {
    background: #eeeeee;
    padding: 40px 0 32px;
}

.field-row {
    margin: 0 0 7px 0
}

.field-row label {
    color: #232323;
    float: left;
    font: bold 22px/52px 'PT Sans';
    width: 226px;
    margin: 0 67px 0 0;
}

input.inputbox {
    border: 2px solid #aaa;
    height: 46px;
    padding: 5px;
    width: 35.5%;
}

.field-row .selectboxit-btn {
    background-color: #fff;
    border: 1px solid #f49600;
}

.field-row .selectboxit-arrow-container {
    background: #f49600;
}

.field-row .selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.field-row .selectboxit-container .selectboxit {
    width: 350px !important;
    height: 46px;
    margin: 2px 0 0 0;
}

.field-row .selectboxit-container span, .selectboxit-container .selectboxit-options a {
    color: #fff;
    height: 44px;
    line-height: 40px;
    display: block;
}

.field-row .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    top: 41%;
}

.field-row .selectboxit-container .selectboxit-options {
    top: 40px !important;
    /* bottom: 0; */
}

.selectboxit-list {
    background-color: #f49600;
    /* border: 1px solid #ccc; */
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

input.input-button {
    font: bold 14px/18px 'PT Sans';
    float: left;
    padding: 12px;
    width: 18.5%;
    margin: 3px 0 0 83px;
}

.contact-row {
    padding: 53px 0 25px 0;
}

.contact-details {
    /* width: 38.4%;
     margin: 0 12px 0 10px;*/
}

.info-block, .column-1 {
    cursor: pointer;
    padding: 14px 10px 13px 13px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.info-block:hover, .column-1:hover {
    background: #f6f6f6;
}

.numbers span {
    background: #232323;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    display: block;
    font: bold 14px/17px 'PT Sans';
    height: 17px;
    width: 17px;
    text-align: center;
}

/*.info-block:hover span{
	background:#68265b;
}*/
.numbers, .detail-info {
    float: left;
}

.detail-info {
    margin: 0 0 0 17px;
    width: 80%;
}

.detail-info h4 {
    font: bold 14px/18px 'PT Sans';
    padding: 0 0 2px 0;
}

.detail-info p {
    color: #545454;
    font: normal 14px/19px 'PT Sans';
    margin: 0;
}

.detail-info p a, .detail-info p span {
    color: #68265b;
}

.detail-info p a:hover {
    color: #68265b;
}

.detail-info span a {
    float: right;
    display: inline-block;
    background: #68265b;
    color: #fff;
    padding: 4px 6px;
    margin: -1px 3px 0 0;
    font-size: 12px;
    line-height: 1;
}

.detail-info span a:hover {
    background: rgba(104, 38, 91, 0.85);
    color: #fff;
    text-decoration: none;
}

a.more {
    color: #fff;
    display: inline-block;
    font: bold 14px/18px 'PT Sans';
    text-align: center;
    padding: 13px 22px;
    width: 42%;
    margin: 40px 0 0 27px;
    float: right;
}

.form-block {
    padding: 0 0 0 43px;
}

.info-block.last {
    margin: 5px 0 0 0;
}

.contact-details {
    margin-left: 40px;
}

.contact-details ul {
    overflow: hidden;
}

.contact-details ul li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #eeeeee;
}

.address-col, .address-list {
    float: left;
}

.address-col {
    padding-left: 8px;
}

i.map-pointer {
    color: #660066;
    font-size: 20px;
    float: left;
    margin-right: 8px;
}

.contact-details ul li {
    float: left;
    width: 44%;
    padding: 10px 0;
}

a.more-link {
    float: right;
    display: inline-block;
    background: #68265b;
    color: #fff;
    padding: 4px 8px;
    margin: -2px 4px 0 0;
    font-size: 12px;
    line-height: 1;
}

.contact-details ul li:nth-child(even) {
    margin-left: 46px;
}

.contact-details ul li:last-child {
    border: none;
}

.contact-details ul li:nth-child(9) {
    border: none;
}

.contact-col {
    width: 58%;
    padding: 3px 0 0 0;
}

/*Wireframe 2*/
.col-left {
    float: left;
    width: 40.8%;
}

.title-block {
    float: left;
}

.title-block h2 {
    font: bold 24px/28px 'PT Sans';
    padding: 3px 0 0 0;

}

.top-row {
    padding: 0 0 0 40px;
    margin: 0 0 11px 0;
}

.quick-contact {
    display: block;
    width: 100%;
    padding: 0 0 0 23px;
}

.column-1 {
    padding: 7px 16px;
}

.quick-contact li:nth-child(3) > div {
    padding: 11px 16px;
}

.quick-contact li:nth-child(5) > div {
    padding: 13px 16px 22px;
}

.top-row a.more-link {
    float: right;
    display: inline-block;
    background: #68265b;
    color: #fff;
    padding: 12px 29px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.quick-contact li, .quick-contact p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
}

.orange-bg {
    background: #f39600;
}

.daycare-detail {

    padding: 60px 0;
}

.center-align {
    text-align: center;;
}

.center-align a {
    color: #fff;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: bold;
    width: 35%;
    display: inline-block;
}

.center-align h2 {
    color: #4b1641;
    font: bold 22px/22px 'PT Sans';
    margin-bottom: 32px;
}

.center-align a:hover {
    text-decoration: none;
}

.contact-row1 {
    padding: 18px 0 43px 0;
}

.testimonial-block {
    padding: 18px 0 0 75px;
}

.testimonial-row {
    margin-bottom: 17px;
}

.content-phrase.phrase-detail.phrase-detail1 h1 {
    line-height: 62px;
    text-align: center;
}

.content-phrase.phrase-detail.phrase-detail1 h3 {
    font: bold 20px/22px 'PT Sans';
    letter-spacing: 0.046em;
    padding-bottom: 15px;
}

.content-phrase.phrase-detail.phrase-detail1 p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.content-phrase.phrase-detail.phrase-detail1 {
    text-align: inherit;
    width: auto;
    padding-bottom: 41px !important;
}

.row-1 {
    text-align: center;
    padding: 32px 0 40px;
    margin: 0 0 30px 0;
}

.row-1 li {
    float: left;
    width: 48%;
}

.row-1 li:first-child h2 {
    padding: 0 0 15px 50px;
}

.row-1 h2 {
    font: bold 22px/22px 'PT Sans';
    color: #4d1642;
    letter-spacing: 0.04em;
    padding: 0 0 15px 10px;
}

.row-1 a {
    color: #fff;
    font: bold 14px/21px 'PT Sans';
    padding: 10px 30px;
    display: inline-block;
    width: 59%;
    letter-spacing: 0.04em;
    margin: 0px 0 0 12px;
}

.row-1 li:first-child a {
    margin: 0 0 0 45px;
}

.description {
    padding: 31px 0 0 45px;
    max-width: 760px;
}

.item-wrapper a.more-button {
    padding: 0 37px;
    line-height: 33px;
    font-size: 12px;
    font-weight: bold;
}

section.carousel.list-element {
    padding-bottom: 47px;
}

/** Tooltip **/
span.tool_tip {
    display: inline-block;
    cursor: pointer;
}

.secondary-nav.secondary-nav1 {
    margin-bottom: 25px;
}

.breadcrumb.breadcrumb1 {
    padding: 0 0 0 31px;
}

.breadcrumb.breadcrumb1.page-identifier {
    padding: 2px 0;
}

.breadcrumb.breadcrumb1 li, .breadcrumb.breadcrumb1 li a {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.breadcrumb.breadcrumb1 li:first-child a {
    margin-right: 0px;
}

.section-inner.section-top .content-phrase h1 {
    margin-bottom: 24px;
}

.section-inner.section-top .content-phrase {
    padding: 11px 0 46px;
}

.daycare-row {
    background: #f6940b;
}

.owl-testimonial.owl-single.testimonial-block.owl-carousel.owl-theme .owl-buttons {
    display: none;
}

.owl-testimonial.owl-single.testimonial-block.owl-carousel .owl-controls .owl-pagination {
    margin: 0;
    padding: 18px 0 5px 0;
    width: 100% !important;
    text-align: center;
}

.secondary-nav.secondary-nav1.secondary-nav2 {
    margin-bottom: 22px;
}

.section-inner.section-top.section-top1 .content-phrase {
    padding: 11px 0 36px;
}

.form-container .form-block {
    padding: 0 0 0 53px;
}

section.form-section.grey-bg.form-container {
    padding-bottom: 45px;
}

section.carousel.list-element.list-element1 {
    padding-top: 13px;
    padding-bottom: 17px;
}

section.carousel.list-element.list-element1 .item-wrapper {
    padding: 0 0 0 15px;
}

#carousel-block {
    padding: 35px 0 15px;
}

#footer-section .social-links {
    padding: 5px 0 46px 0;
}

#footer-section .col-1:nth-child(2) {
    margin-left: 15px;
}

#footer-section .col-1:nth-child(3) {
    margin-left: 39px;
}

#footer-section .col-1:nth-child(4) {
    margin: 0 0 0 44px;
}

.breadcrumb.breadcrumb-row {
    background-color: transparent;
    padding: 1px 0 0 33px;
}

#carousel-element {
    padding-top: 25px;
    padding-bottom: 54px;
}

#carousel-element .item-wrapper {
    padding: 0 0 0 16px;
}

#owl-slide {
    padding: 48px 0 11px;
}

.prettyradio label {
    width: 94%;
}


*[hidden] {
    display: none;
}

.hide-value {
    color: transparent;
    position: absolute;
}
