header.header div.inner{
    background-image: url(../images/kids-1.png);
    background-repeat: repeat-x;
} 

header.header {
    background-color: #39526f;
}

div.facebook-btn {
    background: url(../images/Forma-1.png);
    right: 80px;
}

div.twitter-btn {
    background:url(../images/twitter.png);
    right: calc(80px + 26px + 2px);
}

div.twitter-btn, div.facebook-btn, div.registration-btn{
    position: absolute;
    width: 26px;
    height: 26px;
    top: 20px;
     background-size: contain;
}

div.registration-btn {
    width:100px;
    right: calc(80px + 26px + 2px + 26px + 2px);
    border: 1px white solid;
    border-radius: 5px;
text-align: center;
   
}

div.registration-btn a {
    width:100%;
    height: 100%;
    color: white;
display: inline-block;    
    margin-top: 3px;
}

.header .primary{
    margin-left: 30px;
}

div.header-logo{
    background:url(../images/logo.PNG);
    background-size: contain;
    width: 109px;
    height: 96px;
    float: left;
    margin-right: 42px;

}

div.facebook-btn a, div.twitter-btn a{
    display:block;
    width:100%;
    height: 100%;
}

a.home-btn div.home-btn-ico{
      background:url(../images/home-btn.PNG);
    background-size: contain;
width: 100%;
    height: 100%;
 
    padding:0;
    margin: 0;

    
}

 a.home-btn{
    position: absolute;
    width: 40px;
    height: 36px;
    bottom: 0px;
    left: 31px;
}


.header div div nav.primary ul {
    border-bottom: solid 8px #ff9c00
}

	/* Primary navigation */
	.header .inner .unit {
		position: relative; /* used to position the main navigation */
	}
	.header .primary ul {
		position:absolute;
		bottom:0;
		right:0; /* positions the main navigation */
	}
	.header .primary li {
	    float: left;
	    padding-bottom: 8px;
	    margin: 0;
	    position: relative;
	    white-space: nowrap; /* forces text to never wrap onto a second line */
}




	.header .primary li a {
	    color: #fff;
	    font-size: 15px;
	    font-family: Helvetica, Arial, sans-serif;
	    padding: 0px 8px;
	    font-weight: bold;
	    display: block;
	}
	.header .primary li a:hover {
        
		
   
	}
	.header .primary li.section a,
	.header .primary li.current a {
	    color: #fff;
	}
.header .primary ul li{
    padding-top: 4px;
    padding-bottom: 4px;
        margin-right: 24px;
}
.header .primary li.current {
    background: #ff9c00;
	}
	.header .primary li.section:after
/*	.header .primary li.current:after */
{
	    content: '}'; /* adds triangle beneath current nav item ('}' is renders as a triangle when WebSymbolsRegular is set as the font) */
	    display: block;
	    position: absolute;
	    left: 50%;
	    margin-left: -7px;
	    bottom: -7px;
	    font-family: 'WebSymbolsRegular';
	    font-size: 30px;
        color: #ff9c00;
	    text-align: center;
	    line-height: 20px;
	}
/* NAVIGATION */


	/* Tablet Navigation */
	/* When navigation and logo overlap tablet-nav is initialized */
	.tablet-nav .brand p {
	    margin-bottom: 0;
	}
	.tablet-nav .header .inner {
	    padding-top: 20px;
	}
	.tablet-nav .header .primary ul {
	    float: left;
	    clear: both;
	    position: relative;
	    margin: 20px 0 0 0;
	    white-space: nowrap;
        width: 1064px;
	    right: auto; /* resets the right property value that is set for the desktop site */
	}
		.tablet-nav .header .primary ul li {
		    white-space: nowrap;
		}
			.tablet-nav .header .primary ul li a { /* there is no hover on touch devices so no transition on hover is necessary */
			    -moz-transition: none;
			    -webkit-transition: none;
			    transition: none;
			}
	.tablet-nav .footer .right {
	    float: left;
	    width: 100%;
	}

.header .inner .primary ul{
	margin-right: 28px;
	border-bottom: 8px solid #ff9c00;
	bottom:0;
	left:8px;
}

.header-fix-height{
	min-height: 128px;
}