/*
 
  ============ MAIN CSS FILE ============
  
  AUTHOR:
  ---------------------------------------
  Lukas Hala
  email: wdesigner.cz@gmail.com
  web: http://www.wdesigner.cz/

  CREATED:
  ---------------------------------------
  14. 3. 2011
  =======================================
  
*/


/******************* css reset **********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 102%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/*form *      {vertical-align: middle;}*/
th label {
    display: block;
    margin: 5px;
    text-align: right;
}

input {
    display: inline;
    vertical-align: middle;
}

input {
    border: none;
    padding: 0;
    margin: 2px;
}

input[type="submit"], input[type="button"] {
    cursor: pointer;
}

:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    border: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    position: absolute;
    top: -10000px;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


/******************* general elements **********************/
html {
    font-family: arial, sans-serif
}

body {
    font-size: 12px;
    color: #000;
    background: #fdfdfd url('/images/bg.png') repeat-x 0 0 fixed;
}

.background {
    background: url('/images/bg.jpg') no-repeat 50% 0 fixed;
}

.wrapper {
    width: 984px;
    margin: 0 auto;
    padding: 0 15px 220px 15px;
}

.page {
    position: relative;
    z-index: 1;
}

a {
    color: inherit;
}


/******************* header **********************/
.header {
    position: relative;
    height: 150px;
    background: url('/images/header.png') no-repeat 100% 100%;
}

.logo a {
    float: left;
    width: 475px;
    padding: 110px 0 0 0;
    height: 0;
    background: url('/images/logo.gif') no-repeat;
    overflow: hidden;
    position: absolute;
    top: 12px;
    left: 0px;
}

.slogan {
    color: #055d76;
    font-size: 21px;
    position: relative;
    top: 95px;
    left: 118px;
}

.stats {
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 47px;
    right: 15px;
    text-align: center;
    width: 296px;
}

.stats .pink {
    color: #d3007d;
    font-size: 34px;
    margin: 0 -5px;
}

.stats .purple {
    color: #702c91;
    font-size: 34px;
    margin: 0 -5px;
    word-spacing: 0px;
}


/******************* content **********************/
.content {
    position: relative;
}


/******************* main **********************/
.contentWrapper {
    background: url('/images/transparent.png') repeat-y 0 0;
}

.main {
    width: 655px;
    float: left;
    position: relative;
}

.main p {
    line-height: 1.4;
    padding-bottom: 10px;
}


/******************* big slider **********************/
.childrenSliderBig {
    position: relative;
    overflow: hidden;
    width: 630px;
    height: 300px;
}

.childrenSliderBig-detail {
    width: 630px;
}

.childrenWrapperBig {
    width: 20000em;
    position: absolute;
}

.childrenSliderBig .child {
    float: left;
}

.nextBig {
    display: block;
    width: 30px;
    height: 27px;
    background: url('/images/next.png') no-repeat 0 0;
    position: absolute;
    top: 14px;
    left: 262px;
    z-index: 2;
    cursor: pointer;
}

.prevBig {
    display: block;
    width: 30px;
    height: 27px;
    background: url('/images/prev.png') no-repeat 0 0;
    position: absolute;
    top: 14px;
    left: 33px;
    z-index: 2;
    cursor: pointer;
}

.child {
    width: 630px;
    position: relative;
    margin-right: 10px;
}

.childImg {
    float: left;
    width: 310px;
    height: 300px;
    background: url('/images/shadow-child.png') no-repeat 100% 0;
    text-align: center;
    line-height: 316px;
    margin-right: 25px;
}

.childImg img {
    vertical-align: middle;
    padding-left: 20px;
}

.childText {
    padding: 15px 0 0 35px;
    display: block
}

.child h2 {
    color: #792e9f;
    font-size: 40px;
    padding-bottom: 12px;
}

.child .age {
    position: absolute;
    top: 30px;
    right: 0;
    color: #d01083;
    font-size: 17px;
}

.dashed, .dashed-flexible, .full-dashed {
    height: 1px;
    margin: 0 0 7px 300px;
    background: url('/images/line.png') repeat-x 0 100%;
    display: block
}

.dashed-flexible, .full-dashed {
    clear: both;
}

.full-dashed {
    margin-left: 0px;
}

.wish {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.wishPrice {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px !important;
}

.wishPrice strong {
    color: #fd6206;
}

.wishPerex {
    text-align: justify;
}

.read-more a, .back-to-homepage a {
    color: #0f9dc7;
    font-size: 16px;
    text-decoration: none;
    float: right;
    margin: 7px 0;
}

.back-to-homepage a {
    float: none;
}

.support {
    position: relative;
    height: 80px;
    padding: 5px 0 0;
}

.support .button {
    float: left;
    width: 227px;
    height: 81px;
    overflow: hidden;
    text-indent: -9999px;
    line-height: 81px;
    background: url('/images/podporit-button.png') no-repeat 0 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: -8px;
    top: 0;
}

.supportWrapper {
    float: right;
    width: 400px;
}

.supportWrapper .text {
    font-size: 20px;
    padding: 10px 0 5px;
}

.supportWrapper p strong {
    font-size: 26px;
    color: #d01083;
    padding-left: 10px;
}

.supportWrapper .percent {
    float: left;
    font-size: 18px;
}

.progressBar {
    float: left;
    width: 303px;
    height: 23px;
    padding: 0 0 0 7px;
    overflow: hidden;
    background: url('/images/progress-bar.png') no-repeat 0 0;
    margin: 0 10px;
}

.progress {
    display: block;
    height: 23px;
    width: 0%;
    background: url('/images/progress.png') no-repeat 100% 0;
}


/******************* small slider **********************/
.sliderSmallWrapper {
    position: relative;
    float: left;
    background: url('/images/small-slider-left.png') no-repeat 0 0;
    padding-left: 84px;
}

.childrenSliderSmall {
    position: relative;
    overflow: hidden;
    width: 545px;
    height: 140px;
    margin: -13px 0 0 -10px;
}

.childrenWrapperSmall {
    width: 20000em;
    position: absolute;
}

.childrenSliderSmall .box {
    float: left;
    width: 147px;
    height: 136px;
    background: url('/images/box.png') no-repeat 0 0;
    text-align: center;
    position: relative;
    margin: 1px 0 0 -10px;
}

.childrenSliderSmall img {
    margin: 22px 0 4px 0;
}

.childrenSliderSmall .name {
    display: block;
    margin: 0 auto;
    font-size: 16px;
}

.childrenSliderSmall .favourite {
    display: block;
    width: 48px;
    height: 46px;
    background: url('/images/heart.png') no-repeat 0 0;
    position: absolute;
    top: 8px;
    right: 8px;
}

.childrenSliderSmall .box a {
    text-decoration: none;
    width: 120px;
    display: block;
    position: absolute;
    left: 13px;
    bottom: 20px;
}

.slide {
    float: left;
    width: 548px;
}

.sliderSmallNav {
    height: 13px;
    background: url('/images/small-slider-top.png') repeat-x 0 0;
    width: 515px;
}

.nextSmall {
    display: block;
    width: 22px;
    height: 20px;
    background: url('/images/next-small.png') no-repeat 0 0;
    position: absolute;
    top: 59px;
    left: 620px;
    z-index: 2;
    cursor: pointer;
}

.prevSmall {
    display: block;
    width: 22px;
    height: 20px;
    background: url('/images/prev-small.png') no-repeat 0 0;
    position: absolute;
    top: 59px;
    left: 42px;
    z-index: 2;
    cursor: pointer;
}

.smallSliderRight {
    width: 56px;
    height: 136px;
    background: url('/images/small-slider-right.png') no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: -36px;
}

.bottomRightCorner {
    width: 329px;
    height: 136px;
    background: url('/images/bottom-right-corner.png') no-repeat 100% 100%;
    position: absolute;
    right: 0;
    bottom: 4px;
}


/******************* article **********************/
.article {
    padding: 15px 25px 25px 38px;
}

.article h2 {
    font-size: 30px;
    color: #d6007f;
    padding-bottom: 15px;
    line-height: 35px;
}

.article h2 .step-info {
    font-size: 25px;
    color: #1fa2cb;
    padding-bottom: 10px;
    display: block
}

.article p {
    text-align: justify;
    padding-bottom: 15px;
}


/******************* rightCol **********************/
.rightCol {
    width: 329px;
    float: right;
    text-align: center;
    padding-bottom: 100px;
    background: url('/images/shadow-menu.png') no-repeat 9px 0;
    position: relative;
    z-index: 2;
}

.mainMenu .button {
    display: block;
    width: 329px;
    height: 76px;
    line-height: 65px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    position: relative;
    right: -10px;
    margin-bottom: -15px;
}

#menu-1 {
    background: url('/images/menu-1.png') no-repeat 100% 0;
}

#menu-2 {
    background: url('/images/menu-2.png') no-repeat 0 0;
    left: 0;
}

#menu-3 {
    background: url('/images/menu-3.png') no-repeat 100% 0;
}

#menu-4 {
    background: url('/images/menu-4.png') no-repeat 0 0;
    left: 0;
}

#menu-5 {
    background: url('/images/menu-5.png') no-repeat 100% 0;
}

#menu-6 {
    background: url('/images/menu-6.png') no-repeat 0 0;
    left: 0;
}

.mainMenu li ul {
    margin: 15px 0 0 110px;
    list-style: none;
    text-align: left;
}

.mainMenu li li {
    margin-bottom: 10px;
}

.mainMenu li li:last-child {
    margin-bottom: 0;
}

.mainMenu li li a {
    display: block;
    padding: 0 0 0 18px;
    color: #d6007f;
    font-size: 17px;
    text-decoration: none;
    background: url('/images/bullet.png') no-repeat 0 50%;
}

.mainMenu li li a:hover {
    color: #80064e;
    text-decoration: underline
}

.rightLogo {
    margin: 20px 0 10px;
}


/*********************** bottom **********************/
.wishes {
    width: 344px;
    height: 252px;
    float: left;
    background: url('/images/wish-box.png') no-repeat 0 0;
    margin: 0 0 0 5px;
}

.wishTabs {
    padding: 5px 10px 0;
}

.wishTabs li {
    float: left;
    padding-left: 13px;
    height: 48px;
    line-height: 60px;
    background: none;
    margin-right: -9px;
}

.wishTabs a {
    float: left;
    height: 51px;
    color: #fff;
    padding: 0 13px;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    background: none;
}

.wishTabs .tabRight {
    float: left;
    padding-right: 13px;
    height: 51px;
    background: none;
}

.wishTabs .current {
    background: url('/images/tab-left.png') no-repeat 0 0;
}

.wishTabs .current a {
    background: url('/images/tab-middle.png') repeat-x 0 0;
    color: #0584a9;
}

.wishTabs .current .tabRight {
    background: url('/images/tab-right.png') no-repeat 0 0;
}

.wishPanes {
    margin: 0 10px 0 8px;
    padding: 0 20px;
    border-top: 1px solid #fff;
}

.wishPane {
    height: 157px;
    overflow: hidden;
    margin: 14px 0 0;
}

.wishPane .item {
    padding: 0 0 11px;
    margin: 0 0 12px;
    background: url('/images/line-wish.png') repeat-x 0 100%;
}

.wishPane .item:last-child {
    margin-bottom: 0;
    background: 0;
}

.wishPane h2 {
    color: #fff;
    font-weight: normal;
    padding: 0 0 2px 0;
}

.wishPane p {
    font-size: 18px;
    color: #07617b;
    font-weight: bold;
}

.wishPane .text {
    float: left;
}

.wishPane .price {
    float: right;
    padding-right: 0;
}

.fb {
    width: 293px;
    height: 231px;
    float: left;
    background: url('/images/fb-box.png') no-repeat 0 0;
    margin: 0 1px 0;
    padding: 21px 0 0 21px;
}

.fb iframe {
    background: #fff;
}

.news {
    width: 256px;
    height: 196px;
    float: left;
    background: url('/images/news-box.png') no-repeat 0 0;
    padding: 26px 30px 30px;
    line-height: 1.5;
}

.news h2 {
    font-size: 17px;
    color: #fff;
    padding-bottom: 10px;
}

.news h3 a {
    color: #fff;
    line-height: 1.4;
}

.news p {
    text-align: justify;
}

.news .more {
    font-size: 16px;
    color: #377204;
    text-decoration: none;
    float: right;
    margin: -2px 0 0;
}


/*********************** hills **********************/
.hillsBack {
    width: 0px;
    height: 288px;
    background: url('/images/hills-back.png') no-repeat 50% 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.hillsFront {
    width: 0px;
    height: 248px;
    background: url('/images/hills-front.png') no-repeat 50% 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.field-last {
    margin-bottom: 1%;
}

#selectAvatar td {
    text-align: center;
    margin: 0;
    padding: 0 0 5px;
}

#selectAvatar td:hover {
    background: #00c3ec;
}

.formLegend td {
    padding: 5px;
}

tr.child .age {
    position: relative;
    float: right;
    top: 10px;

}

td.childText {
    padding: 0;
    vertical-align: top;
}

td.childText .dashed {
    margin: 0 0 5px 0;
}

td.childText p {
    padding-bottom: 5px;
}

.read-more, .back-to-homepage {
    display: block;
}

.childText p {
    text-align: justify;
}

#allFinishedWishes {
    width: 100%;
}

#allFinishedWishes tbody tr:hover {
    background-color: #b7dbde;
}

#allFinishedWishes td, th {
    padding: 5px;
}

#allFinishedWishes tr {
    border-bottom: 1px solid black;
}

.center {
    text-align: center;
}

#mycarousel {
    margin: 40px 0 0 60px;
}

#dms {
    width: 400px;
    height: 450px;
    background-image: url('/images/dms_bg.jpg');
}

#dms_content {
    margin-left: 20px;
    margin-right: 20px;
}

#dms h2 {
    color: #aa0064;
    font-size: 20px;
    padding-top: 20px;
}

#dms .purple {
    color: #aa0064;
}

#dms p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
}

#allFinishedWishes a {
    text-decoration: none;
}

#allFinishedWishes tr:hover a {
    text-decoration: underline;
}

.paginator a {
    text-decoration: none;
}

.paginator li {
    padding: 5px 7px;
    float: left;
}

.paginator li.active, .paginator li:hover {
    background-color: #b7dbde;
}

.paginator li.empty {
    padding: 5px 0 0;
    background: none;
}