/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
 .footer-container img {
    max-width: 100% !important;
}
.right-container img {
    max-width: 100% !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
@font-face {
	font-family: calibril;
	src: url('../fonts/calibril.ttf');
}

@font-face {
	font-family: OpenSansCondensedBold;
	src: url('fonts/OpenSans-CondBold.ttf');
}
@font-face {
	font-family: OpenSans-CondLight;
	src: url('fonts/OpenSans-CondLight.ttf');
}



body{
	font-family: calibril;
	}
.register-form {   
    float: left;
    overflow: hidden;
    width: 70%;
}
.fancybox-title.fancybox-title-float-wrap {
    display: inline;
}
.form-field textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: #222;
    height: 60px;
    padding: 7px 5px;
    width: 100%;
}

.flexslider{
	
	display:none;
}
.register-form-text {
    color: #222;
    
    
}
.form-field {
    color: #222;
    padding: 5px;
    position: relative;
	
}
.form-field > input[type="checkbox"] {
    float: left;
    margin-left: 0;
    margin-top: 8px;
    width: 20px;
}
.form-field > p {
    font-family: sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 5px;
}
.submit-field > input {
    background: #d55f78 none repeat scroll 0 0 !important;
    border: 2px solid #ccc !important;
    border-radius: 5px;
    color: #fff;
    padding: 5px 20px !important;
    text-transform: uppercase;
}

.main-content img {
   width:40px;
   margin:5px;
}
.ipad {
    margin-top: 15px;
}

.event-gallery {
    float: left;
    width: 100%;
	padding: 0 30px;
	margin-bottom:20px
}

.event-gallery:last-child {
    margin-bottom: 80px;
}

.mobile{display:none}

.form-field input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: #222;
    padding:5px;
     width: 100%;
}
.contactsubmit.btn.btn-default {  
    border: 2px solid #ccc;
    border-radius: 5px;
    color: #222;   
    padding: 5px 20px;
    text-transform: uppercase;
}

.submit-field {
    padding:5px 0px;
    
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.footer-title {
    color: #fff;
    padding: 15px 0;
    text-align: center;
}
.social-block a {
    color: #222;
}
.contact-item h3 {
    font-size: 15px;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */


.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}
.footer-open {
    background: #ccc none repeat scroll 0 0;
    bottom: 0;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 9;
}
.footer-close {
    background: #ccc none repeat scroll 0 0;
    bottom: 0;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}



/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}



/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.right-container {
    background: #fff;
    float: right;   
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
	opacity: 0.92;
	min-height:100%;
	
	
}
.event-gallery li ul li {
    float: left;
    margin-left: 2%;
    width: 23%;	
	height:115px;
}
.event-gallery li {
    float: left;
    width: 100%;
}
.eventlv1 h3 {
    cursor: pointer;
}
.content {
    border-bottom: 1px solid #ccc;
    color: #222; 
    padding: 0 30px 30px;
    text-align: left;
	width:100%;
}
.register-form-text > h2 {
    font-size: 20px;
	line-height:25px;
	margin-bottom:10px;
}
header {
    border-bottom: 3px solid #d62750;
    border-top: 3px solid #d62750;
    margin-bottom: 25px;
}

.content > p {
    color: #dd5272;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}
h1.header-title {
    border-bottom: 1px solid #ccc;
    color: #222;
    font-family: OpenSansCondensedBold;
    font-size: 2.9em;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 35px;
    text-transform: uppercase;
}
.main-content {
    padding: 30px;
	width:100%;
	float:left;
	 text-align: justify;
}
.footer-container {
    background: rgba(0, 0, 0, 0) url("http://kindycity.edu.vn/wp-content/themes/neda/event/images/footer_bg.gif") repeat scroll 0 0;
    bottom: 0;
    float: left;
    position: fixed;
    width: 100%;
}

.gallery-open::before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
	margin-right: 10px;
}



.gallery-open.active::before {
    content: "\f068";    
}
.event-gallery h3:hover{
	background:#D62750;
}

.box {
 
  background: #111; 
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}


.event-gallery h3 {
     background: #111; 
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  
    color: #fff;
  font: 1.25em/1em "calibril",Arial,sans-serif;
   
    margin: 0;
    padding: 15px 0 8px 20px;
	width:100%;
	border-bottom:1px solid #222;
	text-transform: uppercase;
  
}





.event-gallery h2 {
    font: 2em/1em "OpenSansCondensedBold",Arial,sans-serif;
    margin: 15px 0;
    text-transform: uppercase;
	color: #D35370;
}
.event-gallery h3 a{
	color:#fff
}

.eventlv2 {
    margin-top: 25px;
	margin-left: 3px;
	margin-right: 20px;
}
.social li {
    float: left;
    list-style: outside none none;
    margin-right: 5px;
	width:25px;
}
.copyright {
    float: left;
    text-align: center;
    width: 100%;
}

.footer-container footer {
    color: white;
    font-size: 13px;
	position:relative;
    
}

.logo {
    float:left;
}
.logo img {
    width: 75px;
	margin-right: 25px;
	margin-left: 15px;
}

.contact-item {    
    float: left;    
    padding: 0 20px;
    width: 25%;
	margin:10px 0;
}

.popact > h4 {
    color: #fff;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}
.contact-desc {
    display: none;
}
.register-form-title > h2 {
    display: none;
}
.arrow-up {
    left: 50%;
    position: absolute;
    top: -25px;
}

footer.ft-wrapper {
    display: none;
}
.footer-container:hover .ft-wrapper{
	display:block;
}

.social.footer-block {
    float: left;
    margin: 8px 55px;
    width: 100%;
}

.contact-item.social-block{border:0}

.sendemailsuccess {
    background-color: #fff;
    border: 0 none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    height: 25em;
    left: 50%;
    margin-left: -20em;
    margin-top: -9em;
    position: fixed;
    top: 50%;
    width: 40em;
    z-index: 999;
}

.sendemailsuccess-wp {
    padding: 20px;
    position: relative;
    text-align: center;
}
.sendemailsuccess-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -15px;
}
.sendemailsuccess-wp > p {
    font-size: 22px;
    line-height: 36px;
}
.sendemailsuccess-wp > h2 {
    font-size: 40px;
    font-weight: normal;
    margin: 40px 0;
}
.form-field .fa {
    font-size: 20px;
    opacity: 0.4;
    position: absolute;
    right: 10px;
    top: 18px;	
}

.footer-contact{
	width:80%;
	float:left;
}
.footer-social{
	width:10%;
	float:left;
}
.footer-social li {
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    width: 32px;
	list-style:none;
}


.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	.contact-item {  
    padding: 0 20px;
   
}

}
@media only screen and (max-width: 767px) {
	
	
.form-field {
    padding: 10px;
  
}
.flexslider{margin:0;}
.event-gallery h2 {
   
text-align: center;
}
.flexslider{display:block;}   

.footer-social {
    
    width: 20%;
}
.contact-item {    
    width: 50%!important;
}


.cb-slideshow {
    display: none;
}
.right-container {
     opacity: 1;
    width: 100%;
	 height: auto;
}
.form-field input, .form-field textarea{   
    padding:5px 0 5px 5px;
    
}
.register-form {    
    width: 95%;
}
.form-field {
    padding: 10px 30px;
}

.contact-item {       
    padding: 0 5px;
    width: 20%;
}
.wrapper {   
    width: 100%;
	margin:0;
}
.social li {   
    width: 15px;
}

h1.header-title {  
    font-size: 30px;
    line-height: 30px;
   
}
.register-form-text > h2 {
    font-size: 20px;
    line-height: 20px;
}

.desktoprp{display:none}

.mobile{display:block}
.social.footer-block {    
    margin: 0;
    
}
.event-gallery li {  
	width:100%;   
}


.event-gallery {
  
    padding: 0 ;
 
}
.contact-item.social-block > p {
    display: none;
}
.event-gallery h3 { 
    padding: 8px 0;
    text-align: center;
}
}