/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { padding: 0; margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

#main {
    padding:0;
    margin:0;
    padding-bottom:50px;
}
#realcontent {
    position:relative;
    width:1020px;
    margin:0 auto;
}
.index #topbar {
    background:url('../img/topbar.png') no-repeat;
    width:1016px;
    height:60px;
    padding-top:141px;
    padding-left:60px;
    overflow:hidden;
}
#menubar {
    line-height: 1.0;
    height:40px;
}
#menubar {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menubar li {
    margin: 0;
    padding: 0;
}
#menubar .home {
    margin-top:4px;
    display:block;
    float:left;
}
#menubar .products {
    margin-left:38px;
    float:left;
}
#menubar .testimonials {
    margin-left:41px;
    float:left;
    display:block;
    margin-top:4px;
}
#menubar .contest {
    margin-left:43px;
    float:left;
    display:block;
    margin-top:13px;
}
#menubar .events {
    margin-left:43px;
    float:left;
    display:block;
    margin-top:17px;
}
#menubar .babygames {
    margin-left:43px;
    float:left;
    display:block;
    margin-top:14px;
}
#menubar .buyproducts {
    margin-left:30px;
    float:left;
    display:block;
    margin-top:0px;
}
.index #babytext {
    margin: 0 0 0 37px;
    padding: 20px 0 0 0;
    position: static;
}
.index #babytext p {
    font-family:'Comfortaa';
    font-weight:bold;
    font-size:32px;
    color:#a67ca1;
    line-height:49px;
    margin: 0;
}
#babytext p .up{
    vertical-align:4px;
}
#babytext p .down{
    vertical-align:-1px;
}
#babytext p .moreleftplease {
    margin-left:101px;
}

#babytext p .moreleftplease .up{
    vertical-align:2px;
}
#babytext p .moreleftplease .down{
    vertical-align:-1px;
}
#babytext p .lastleftplease {
    margin-left:19px;
}

#babytext p .lastleftplease .up{
    vertical-align:3px;
}
#babytext p .lastleftplease .down{
    vertical-align:-2px;
}

.bigletterspacing {
    letter-spacing:3px;
}

#cloud {
    height:368px;
    width:465px;
    background:url('../img/cloud.png');
    margin-top: 20px;
    margin-left:2px;
    position: relative;
}
#cloud h1 {
    font-family:'Comfortaa';
    font-size:45px;
    color:#f1f1f8;
    position:relative;
    left:142px;
    top:110px;
    margin: 0;
}
#cloud p#info {
    font-family:'Comfortaa';
    color:#515560;
    font-size:22px;
    line-height:37px;
    position:absolute;
    margin: 0;
    left:90px;
    top:166px;
}
#footer {
    width:961px;
    height:172px;
    background:url('../img/footer.png');
    margin-top:32px;
    margin-left:33px;
    position:relative;
}
.products #footer {
    margin-top: -25px;
}
#footertextbar {
    padding-top:153px;
    padding-left:10px;
}
.footerleft {
    font-family:'Comfortaa';
    font-weight:bold;
    font-size:14px;
    color:#169c99;
    float: left;
    width: 200px;
}
.footerright {
    float: right;
    width: 751px;
    margin-right:0px;
    font-family:'Comfortaa';
    font-weight:normal;
    color:#7084a3;
    font-size:14px;
    text-align: right;
}
.footerright a, .footerright a:active {
    font-family:'Comfortaa';
    font-weight:normal;
    color:#7084a3;
    font-size:14px;
    text-decoration:none;
    margin-right:8px;
    margin-left:8px;
}
#fbbar {
    position:absolute;
    left:8px;
    top:97px;
}
#fbfan {
    position:absolute;
    left:188px;
    top:62px;
}
#logo {
    position:absolute;
    left:50px;
    top:0px;
    padding: 21px 0;
}
#logo h1 {
    margin: 0;
}
#buy_products {
    background: url('../img/buy_product.png');
    position: relative;
    width:824px;
    height:632px;
    display: none;
    overflow: hidden;
    z-index: 9999;
}
.simplemodal-container {
    z-index: 9999 !important;
}
.simplemodal-wrap {
    overflow: hidden !important;
}
#buy_products a {
    text-decoration: none;
}
#buy_products .content a:hover p, #buy_products .content a:hover p.purple {
    color: #515560;
}
#buy_products #closeLink {
    position:absolute;
    left:605px;
    top:193px;
}
#buy_products .content {
    position: absolute;
    top: 220px;
    left: 200px;
    width:400px;
}
#buy_products .content p {
    color:#ffffff;
    font-family:'Comfortaa';
    font-size:35px;
    line-height:38px;
    margin:0;
}
#buy_products .content p.purple {
    color:#582b8b;
    font-size:33px;
}
#buy_products .content #ifnot {
    margin-top:30px;
}
#buy_products .content p.purple.moved {
    margin-left:83px;
    line-height:30px;
}
#buy_products .content p.purple img{
    margin-left:8px;
}

#topbar {
    width:1016px;
    height:60px;
    padding-top:141px;
    padding-left:60px;
    overflow:hidden;
    background:url('../img/menubar_noindex.png') no-repeat;
}
#babytext {
    margin:0 0 0 0;
    position:absolute;
    top:-5px;
    left:520px;
    padding: 22px 0;
    font-family:'Comfortaa';
    color:#a67ca1;    
}
#babytext p {
    margin: 0;
    font-size:22px;
    line-height:30px;
    font-weight:bold;
}
body {
    background:url('../img/without_woman.jpg') #ace4e3 center top repeat-y;
}
#main {
    background:repeat-x transparent url('../img/background.png');    
}

body.index {
    background:repeat-x #ace4e3 url('../img/background.png');
}
.index #main {
    background:url('../img/woman.jpg') transparent  center top no-repeat;
}

/* Games */
#puzzletitle {
    background:url('../img/puzzle.png') transparent 50px 22px no-repeat;
    font-family:'Comfortaa';
    font-size:38px;
    color:#007eb4;
    padding-top:35px;
    padding-left: 130px;
    height: 84px;
}
#puzzle_background {
    background:url('../img/puzzle_background.png') no-repeat;
    width:954px;
    height:661px;
    margin-left:40px;
    margin-top:0px;
    position:relative;
}
#puzzleFlashContent {
    position:absolute;
    left:40px;
    top:40px;
}
/* Events */
#eventtitle {
    background:url('../img/eventbaby.png') transparent 48px 0px no-repeat;
    font-family:'Comfortaa';
    font-size:38px;
    color:#007eb4;
    padding-top:35px;
    padding-left: 130px;
    height: 84px;
}
#eventmaincontainer {
    margin: 0 0 0 35px;
    height:685px;
    width: 1020px;
    position: relative;
}
#eventframe {
    background:url('../img/eventframe.png') no-repeat;
    width:961px;
    height:677px;
    position:absolute;
    left:0px;
    top:0px;
    z-index: 1100;
}
#eventmainphoto {
    /* background:url('../img/gallery_placeholder.jpg') no-repeat; */
    width:904px;
    height:648px;
    position:absolute;
    left:30px;
    top:11px;
    z-index:0;
}
#carousel {
    height:87px;
    width:930px;
    margin:20px auto;
    position: relative;
    overflow: hidden;
}
#carousel .container {
    height: 87px;
    overflow: hidden;
    position: relative;
    width: 760px;
    margin: 0 auto;
}
#carousel #smallarrowleft {
    position: absolute;
    width:26px;
    height:26px;
    left:30px;
    top:30px;
}
#carousel .videoicon {
    background:url('../img/videoicon.png') no-repeat;
    width:41px;
    height:28px;
    position:absolute;
    left:92px;
    top:66px;
}
#carousel #smallarrowright {
    position: absolute;
    width:26px;
    height:26px;
    right:30px;
    top:30px;
}
#carousel #smallarrowleft.disabled, #carousel #smallarrowright.disabled {
    opacity: 0.5;
}
#playerContainer {
    width:910px;
    height:644px;
    position:absolute;
    top:0px;
    z-index:1099;
}

/* Testimonials */
#peoplesay {
    margin-left:55px;
    margin-top:41px;
}
#peoplesay p {
    font-family:'Comfortaa';
    font-size:41px;
    color:#007eb4;
    margin: 0;
}
#logosmall {
    background:url('../img/logo_small.png');
    width:126px;
    height:66px;
    position:absolute;
    left:615px;
    top:235px;
}
#testimonialsContent {
    margin-top:50px;
    margin-left:50px;
    width:960px;
}
#staticcomments {
    float:left;
    width:450px;
}
#fbcomments {
    float:right;
    width:492px;
    background-color:#ffffff;
    margin-top:2px;
    margin-right:4px;
}
.frame {
    width:444px;
    height:217px;
    background:url('../img/frame.png');
    margin-bottom:10px;
}
.frameContent {
    padding: 17px 32px 0px 30px;
}
.frameContent p {
    font-family:'Comfortaa';
    font-size:15px;
    line-height:22px;
    color:#4d5153;
    letter-spacing:0.02em;
    margin-bottom:0px;
    margin-top:0px;
}
.testimonialImg {
    float:left;
    margin-right:12px;
    margin-top:0px;
}
.frame p.info {
    float:right;
    margin-top:5px;
    margin-right:8px;
}
.surname {
    color:#ca4fbc;
}
.job {
    color:#7b8184;
}
#fbcomments {
    padding-top: 20px;
}
#fbcomments p.title {
    color:#3c4143;
    font-family:'Comfortaa';
    font-size:22px;
    line-height:38px;
    margin-left:22px;
    margin-right:20px;
    margin-top: 0;
}
.fb-comments {
    margin-left:22px;
    margin-right:20px;
    margin-bottom:20px;    
    min-height:800px;
    background:#FFFFFF;
}

/* Products */
#eventbaby {
    background:url('../img/eventbaby.png') no-repeat;
    width:82px;
    height:106px;
    margin-left:50px;
    margin-top:-12px;
    margin-right:4px;
    float:left;
}
#purpose {
    margin-left:52px;
    margin-top:30px;
}
#purpose span {
    font-family:'Comfortaa';
    font-size:21px;
    color:#3c4143;    
}
#submenu  a {
    font-size:26px;
    font-family:'Comfortaa';
    text-decoration:none;
}
#submenu a#bathtimeLinkA {
    vertical-align:-8px;
    color:#1c8dbc;
}
#bathtimeelement {
    margin-left:15px;
    vertical-align:7px;
}
#submenu a#skincareLinkA {
    vertical-align:-8px;
    color:#ff7800;
}
#skincareelement {
    margin-left:50px;
    vertical-align:7px;
}
#submenulower {
    margin-top:10px;
}
#submenu a#diaperchangeLinkA {
    vertical-align:-8px;
    color:#619a2a;
}
#diaperchangeelement {
    margin-left:122px;
    top:20px;
}
#submenu a#accessoriesLinkA {
    vertical-align:-8px;
    color:#e05f9a;
}
#accessorieselement {
    margin-left:31px;
}
#paperinfo {
    background:url('../img/paperinfo.png');
    position:absolute;
    width:355px;
    height:268px;
    left:641px;
    top:191px;
}
#bathtimeMain img {
    float:left;
    margin-top:17px;
    margin-left: 35px;
}
#bathtimeDescription .extraleft {
    margin-left:394px;
}
.description p.title, .description a{
    font-size:45px;
    color:#007eb4;
    font-family:'Comfortaa';
    margin-bottom:0px;
    padding-bottom:0px;
    margin-top:20px;
}
.description p.main {
    font-size:22px;
    color:#3c4143;
    font-family:'Comfortaa';
    line-spacing:1px;
    line-height:40px;
    margin-top:0px;
    margin-bottom:14px;
    font-weight:bold;
}
.description p.footerinfo {
    font-size:19px;
    color:#3c4143;
    font-family:'Comfortaa';
    margin-top:0px;
    line-height:28px;
}
.didyouknow {
    color:#379cc3;
    font-size:22px;
}
.productBox {
    width:944px;
    height:249px;
    margin-left:40px;
    margin-bottom:30px;
    position: relative;
}
.productBox.blue {
    background:url('../img/product_box_blue.png');
}
.productBox.disabled {
    background:url('../img/product_box_disabled.png');
}
.productBox.orange {
    background:url('../img/product_box_orange.png');
}
.productBox.green {
    background:url('../img/product_box_green.png');
}
.productBox.accessories.purple {
    background:url('../img/product_box_purple.png');
}

.productBox .boxImg {
    position: absolute;
    margin: 0;
}
.productBox .content {
    position: absolute;
    margin: 0;
}
.productBox .content p {
    font-family:'Comfortaa';
    margin-top: 0;
    margin-bottom:3px;
}
.productBox .content .title {
    color:#007eb4;
    font-size:28px;
    margin-left:18px;
    margin-bottom:0px;
}
.productBox .content .title .small{
    color:#75ccf2;
    font-size:20px;
}
.productBox .content .main {
    margin-top:0px;
    font-size:19px;
    color:#3c4143;
    font-weight:normal;
    line-spacing:1px;
    line-height:30px;
}
.productBox .content .main.smaller {
    margin-top:0px;
    font-size:17px;
}
.productBox .content .price{
    font-size:19px;
    color:#ec008c;
    margin-top:9px;
    width: 250px;
    position: absolute;
    font-family:'Comfortaa';
}
.productBox .content .price .papercart {
    width:72px;
    height:54px;
    position:absolute;
    left:71px;
    top:0px;
}
.productBox .content .price .buynow {
    margin-left:68px;
    color:#109b9a;
}
.productBox .content p.howtouse{
    color:#36abab;
    margin-top:10px;
    font-size:19px;
    margin-bottom:0px;
}
.productBox .content.right .smaller {
    line-height:23px;
}


#skincareMain img {
    float:left;
    margin-top:82px;
    margin-right:20px;
    margin-left:40px;
    vertical-align:bottom;
}
#skincareDescription a {
    color:#ff7800;
}
#skincareDescription .didyouknow {
    color:#ff7800;
}
#skincareDescription p.main {
    font-size:20px;
    line-height:30px;
}
#skincareDescription .extraleft {
    margin-left:338px;
}

.productBox .content.unavailable .title, .productBox .content.unavailable .title .small {
    color:#849999;
}
.productBox .content.unavailable .price {
    color:#475c5c;
}
.productBox .content.unavailable img{
    margin-top:-7px;
}

#diaperchangeMain img {
    float:left;
    margin-top:12px;
    margin-right:20px;
    margin-left:40px;
    vertical-align:bottom;
}
#diaperchangeDescription a {
    color:#619a2a;
}
#diaperchangeDescription .didyouknow {
    color:#619a2a; 
    display:block;
    margin-bottom:15px;
    float:left;
    margin-right:10px;
}
#diaperchangeDescription .footerinfo {
    font-size:18px;
}
#diaperchangeDescription p.main {
    font-size:20px;
    line-height:30px;
}
#diaperchangeDescription .extraleft {
    margin-left:338px;
}
#productBox5 .content .title, #productBox6 .content .title {
    color:#619a2a;
}
#accessoriesMain img {
    float:left;
    margin-top:12px;
    margin-right:20px;
    margin-left:40px;
    vertical-align:bottom;
}
#accessoriesDescription a {
    color:#e05f9a;
}
#accessoriesDescription .didyouknow {
    color:#619a2a; 
    display:block;
    margin-bottom:15px;
    float:left;
    margin-right:10px;
}
#accessoriesDescription .footerinfo {
    font-size:18px;
}
#accessoriesDescription p.main {
    font-size:20px;
    line-height:30px;
}
.productBox.accessories .content .title {
    color:#619a2a;
}

/* Product boxes positions */
#productBox1 .boxImg {
    top: 35px;
    left: 33px;
}
#productBox1 .content {
    left: 175px;
    top: 17px;
}

#productBox2 .boxImg {
    top: 35px;
    right: 33px;
}
#productBox2 .content {
    left: 50px;
    top: 9px;
}
#productBox2 .price {
    right: -39px;
    bottom: -28px;  
}

#productBox3 .boxImg {
    top: 43px;
    left: 33px;
}
#productBox3 .content {
    left: 175px;
    top: 17px;
}
#productBox3 .price {
    width: 500px;
}

#productBox4 .boxImg {
    top: 35px;
    right: 46px;
}
#productBox4 .content {
    left: 40px;
    top: 20px;
}
#productBox4 .price {
    right: -39px;
    bottom: -43px;  
}
#productBox4 .title {
    color: #ff7800;
}

#productBox5 .boxImg {
    top: 27px;
    left: 49px;
}
#productBox5 .content {
    left: 175px;
    top: 17px;
}

#productBox6 .boxImg {
    top: 10px;
    right: 22px;
}
#productBox6 .content {
    left: 40px;
    top: 20px;
}
#productBox6 .price {
    right: -132px;
    bottom: -43px;  
}

#productBox7 .boxImg {
    top: 49px;
    left: 20px;
}
#productBox7 .content {
    left: 175px;
    top: 17px;
}
#productBox7 .price {
    left: 0;
    bottom: -100px;
}

#productBox8 .boxImg {
    top: 27px;
    right: 10px;
}
#productBox8 .content {
    left: 40px;
    top: 20px;
}
#productBox8 .price {
    right: -117px;
    bottom: -73px;  
}

#productBox9 .boxImg {
    top: 51px;
    left: 18px;
}
#productBox9 .content {
    left: 350px;
    top: 17px;
}
#productBox9 .price {
    left: 0;
    bottom: -100px;
}

#productBox10 .boxImg {
    top: 16px;
    right: 22px;
}
#productBox10 .content {
    left: 40px;
    top: 20px;
}
#productBox10 .price {
    right: -10px;
    bottom: -68px;  
}

#productBox11 .boxImg {
    top: 10px;
    left: 24px;
}
#productBox11 .content {
    left: 270px;
    top: 17px;
}
#productBox11 .price {
    left: 0;
    bottom: -70px;
}

#productBox12 .boxImg {
    top: 60px;
    right: 50px;
}
#productBox12 .content {
    left: 44px;
    top: 20px;
}
#productBox12 .price {
    right: -10px;
    bottom: -41px;  
}

/* Other styles */

#ingredients {
    margin-left:40px;
    margin-top:10px;
}
#ingredients h1{
    font-size:20px;
    color:#139d9c;
    font-family:'Comfortaa';
    margin:0;
}
#ingredients p {
    margin:5px 0 5px 0;
    font-family:'Comfortaa';
    font-size:17px;
    color:#3c4143;
}
#ingredients p.footerText {
    text-align:right;
    margin-right:40px;
    margin-top:20px;
}
#footer {
    clear:both;
}

/* Flowers */
.flower {
    display: none;
}
#menubar a:hover .flower, #menubar a.active .flower {
    display: block;
}
#menubar .home .flower {
    background:url('../img/flower_testimonials.png') no-repeat;
    position:absolute;
    left: 72px;
    top: 168px;
    z-index:1;
    width:31px;
    height:32px;
}
#menubar .babygames .flower {
    background:url('../img/flower_games.png') no-repeat;
    position:absolute;
    left:716px;
    top:177px;
    z-index:1;
    width:30px;
    height:32px;
}
#menubar .events .flower {
    background:url('../img/flower_events.png') no-repeat;
    position:absolute;
    left:597px;
    top:179px;
    z-index:1;
    width:30px;
    height:30px;
}
#menubar .contest .flower {
    background:url('../img/flower_events.png') no-repeat;
    position:absolute;
    left: 475px;
    top: 178px;
    z-index:1;
    width:30px;
    height:30px;
}
#menubar .testimonials .flower {
    background:url('../img/flower_testimonials.png') no-repeat;
    position:absolute;
    left:324px;
    top:167px;
    z-index:1;
    width:31px;
    height:32px;
}
#menubar .products .flower {
    background:url('../img/flower_products.png') no-repeat;
    position:absolute;
    left:176px;
    top:163px;
    z-index:1;
    width:32px;
    height:30px;
}
#menubar .buyproducts .flower {
    background:url('../img/flower_products.png') no-repeat;
    position:absolute;
    left:900px;
    top:161px;
    z-index:1;
    width:32px;
    height:30px;
}
/* Contest */
#contesttitle {
    background:url('../img/puzzle.png') transparent 50px 22px no-repeat;
    font-family:'Comfortaa';
    font-size:38px;
    color:#007eb4;
    padding-top:35px;
    padding-left: 130px;
    height: 84px;
}
#contestcontent {
    width:900px;
    margin-left:70px;
    margin-bottom:30px;
    position: relative;
}
#contestcontent p {
    font-family:'Comfortaa';
    font-size:18px;
    line-height:23px;
    color:#4d5153;
}
/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
    z-index:1101;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:1101;
    text-indent: -9999px;
	cursor:pointer;
}
.nivo-prevNav {
	left: 18px;
    background: url(../img/arrow_left.png) transparent top left no-repeat;
    width: 43px;
    height: 44px;
}
.nivo-nextNav {
    background: url(../img/arrow_right.png) transparent top left no-repeat;
    width: 43px;
    height: 44px;
	left: 900px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 0;
    width: 760px;
    position: absolute;
    top: 0;
    left: 0;
}
.nivo-controlNav a {
	cursor: pointer;
}
.nivo-controlNav img {
    opacity: 0.5;
}
.nivo-controlNav a.active img, .nivo-controlNav a img:hover {
    opacity: 1.0;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../img/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../img/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../img/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../img/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../img/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../img/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../img/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../img/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../img/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../img/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../img/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
