﻿html {
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    
}

a {
    color: white;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        /*color: white;*/
        cursor: pointer;
        outline: none;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }

header, footer, hgroup,
nav, section {
    display: block;
}


.mytooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .mytooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #f7f6c1;
        color: grey;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        font-size: 13px;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .mytooltip:hover .tooltiptext {
        visibility: visible;
    }


mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.PD-Logo {
    display: inline-block;
    margin-left: 82px;
    margin-top: 10px;
    height: 160px;
}

.menu-icons-div {
    display: inline-block;
    max-width: 1100px;
    height: 160px;
    position: absolute;
    margin-top: 0px;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*h1, h2, h3,
h4, h5, h6 {
    color: #1c64a5;
    margin-bottom: 0;
    padding-bottom: 0;
    word-wrap: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;

}*/

h1 {
    font-size: 30pt;
    font-family: sourcesanspro-black;
    /*font-weight:bold;*/
    color: #1c64a5;
}

h2 {
    font-size: 24pt;
    font-family: sourcesanspro-black;
    /*font-weight:bold;*/
    color: #1c64a5;
}

h3 {
    font-size: 22pt;
    font-family: sourcesanspro-black;
    /*font-weight:bold;*/
    color: #1c64a5;
}

h4 {
    font-size: 20pt;
    font-family: sourcesanspro-black;
    /*font-weight:bold;*/
}

h5 {
    font-size: 18pt;
    font-family: 'Source Sans Pro';
    font-weight: bold;
}

h6 {
    font-size: 18px;
    font-family: 'Source Sans Pro';
}

.h7 {
    font-size: 24px;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
}



    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1280px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

#home-body {
    max-width: 1280px;
}

    .main-content {
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    max-width: 1280px;
    min-height: 160px;
    background-color: #72d1dd;
    padding: 0px;
}

.home-page-main-div {
    /*padding-top:162px;*/
}

/*Mobile*/
@media(max-width: 480px) {
    /*h1 {font-size: 32px;}
    h2 {font-size: 26px;}
    h3 {font-size: 22px;}
    h4 { font-size: 20px;}
    h5 { font-size: 20px;}
    h6 {font-size: 16px;}
    #home_video{height:180px;}
    .home-page-main-div{ padding-top:0px;}
    .shop-page-main-div{ padding-top:10px; margin-top:0px;}
    
    .main-img-div-height-nomenubar{height:250px;}
    .main-img-div-height{height:300px;}
    .my-puddle-content {margin-top:0px;}*/
    /*.normal-page-main-div{ padding-top:10px; margin-top:5px;}*/
    /*.flag-img{ margin-top:0px;}*/
    /*.main-img{ margin-top:0px;}
    .navbar-static-top {visibility:hidden;}*/
}

/*Desktop*/
@media (min-width:992px) {
    /*body {padding-top:0px;}
    .navbar-static-top {position:fixed;top:0;right:0;left:0;}
    #carousel-margin{margin-left:70px;}
    #franchise-carousel-margin{margin-left:40px;}
    .position-fixed{position:fixed;}
    #home_video{height:460px;}
    .home-page-main-div{ padding-top:160px;}
    .shop-page-main-div{ padding-top:60px;}
    
    .main-img-div-height-nomenubar{height:600px;}
    .main-img-div-height{height:640px;}
    .my-puddle-content {margin-top:205px;}*/
    /*.normal-page-main-div{ padding-top:60px;}*/
    /*.flag-img{ margin-top:35px;}*/
    /*.main-img{ margin-top:35px;}*/
}

@media (min-width:480px) and (max-width:991px) {
     /*h1 {font-size: 32px;}
    h2 {font-size: 26px;}
    h3 {font-size: 22px;}
    h4 { font-size: 20px;}
    h5 { font-size: 20px;}
    h6 {font-size: 16px;}
    #home_video{height:180px;}
    .home-page-main-div{ padding-top:0px;}
    .shop-page-main-div{ padding-top:10px; margin-top:0px;}
    
    .main-img-div-height-nomenubar{height:250px;}
    .main-img-div-height{height:300px;}*/
     /*.normal-page-main-div{ padding-top:10px; margin-top:5px;}*/
    /*.flag-img{ margin-top:0px;}*/
    /*.main-img{ margin-top:0px;}*/
    
    
}

.shop-page-main-div {
    padding-top: 0%;
}

.normal-page-main-div {
    padding: 3%;
}

footer {
    clear: both;
    font-size: .8em;
}

#menu-bar {
    max-width: 1200px;
    height: 20px;
}


.menu-item-a:hover {
    background-color: transparent;
}


.menu-item-active {
    background-color: red;
    width: 150px;
    /*cursor:pointer;
    -moz-animation: 1s ease 0s normal none infinite swing;
    -moz-transform-origin: center top;
    -webkit-animation:swing 1s infinite ease-in-out;
    -webkit-transform-origin:top;
    -ms-animation:swing 1s infinite ease-in-out;
    -ms-transform-origin:top;*/
}
    



.menu-item {
    /*padding-top:11.5px;*/
    /*padding-left:10px;*/
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
            transition: all .5s ease;
}

    

    .menu-item:hover {
        cursor: pointer;
    -moz-animation: 1s ease 0s normal none infinite swing;
    -moz-transform-origin: center top;
        -webkit-animation: swing 1s infinite ease-in-out;
        -webkit-transform-origin: top;
        -ms-animation: swing 1s infinite ease-in-out;
        -ms-transform-origin: top;
}

@-moz-keyframes swing {
    0% {
        -moz-transform: rotate(-8deg);
}

    50% {
        -moz-transform: rotate(8deg);
}

    100% {
        -moz-transform: rotate(-8deg);
}
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(-8deg);
    }

    50% {
        -webkit-transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-ms-keyframes swing {
    0% {
        -ms-transform: rotate(-8deg);
    }

    50% {
        -ms-transform: rotate(8deg);
    }

    100% {
        -ms-transform: rotate(-8deg);
    }
}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: auto;
      margin: auto;
  }

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

div#spinner {
    /*display: none;*/
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    /*background: url('../Images/loading_spinner.gif') no-repeat center #fff;*/
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    /*border: 1px solid #666;*/
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2000000;
    overflow: auto;
    /*visibility: hidden;*/
    /*background-image: url('../Images/loading_spinner.gif');*/
}


.shop-carousel-indicators {
    float: right;
    width: 140px;
    right: 5px;
    bottom: 0px;
    position: absolute;
}

.product-carousel-indicators {
    margin-bottom: -50px;
}



.pro-image {
    width: 300px;
    height: 180px;
}

.carousel-indicators li {
  background-color: #1c64a5;
    border: 2px solid #1c64a5;
}

.carousel-indicators .active {
  background-color: white;
}

#carousel-control-wrapper {
    margin-top: 10px;
    border: 10px solid white;
    border-radius: 10px;
}

.carousel-control {
    margin-left: 0px;
    margin-right: 0px;
    top: 50%;
    width: 70px;
    height: 70px;
    background: transparent;
}

    .carousel-control.glyphicon-chevron-left, .carousel-control.glyphicon-chevron-right {
        position: static;
        display: block;
        width: auto;
}

.carousel-control.glyphicon-chevron-left:before {
            margin-left: 0;
   content: " ";
            display: block;
            background: url('../Images/arrow_left.png') no-repeat;
            width: 70px;
            height: 70px;
}

.carousel-control.glyphicon-chevron-right:before {
       content: " ";
            display: block;
            background: url('../Images/arrow_right.png') no-repeat;
            width: 70px;
            height: 70px;
   }


.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    margin-right: 5px;
    width: 60px;
    height: 20px;
}

.radio-toolbar input[type="radio"]:checked + label { 
    background-color: #bbb;
    border: 3px solid #2D2D2D;
}

.size-radio-toolbar input[type="radio"] {
    display: none;
}

.size-radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    margin-right: 5px;
    min-width: 60px;
    /*height:60px;*/
    font-family: 'Source Sans Pro';
    font-size: 18px;
    text-align: center;
    line-height: 15px;
    padding: 10px 5px 10px 5px;
}

.size-radio-toolbar input[type="radio"]:checked + label { 
    background-color: #2D2D2D;
    color:#ff5620;
    /*border: 2px solid #FF4925;*/
}


.search-bar {
    /*max-width:720px;*/
    height: 40px;
    float: left;
    padding-left: 3px;
    margin-top: 15px;
    margin-left: 5px;
    background-color: #F4F1F5;
    border-radius: 25px;
}

.mypuddleduck-search-bar {
    max-width: 735px;
    height: 40px;
    /*float:left;*/
    padding-left: 3px;
    margin-top: 30px;
    /*margin-left:330px;*/
    background-color: #F4F1F5;
    border-radius: 25px;
    margin-right: 3px;
    margin-left: 3px;
    /*display:inline-block;*/
    /*vertical-align:top;*/
}

.home-video-poster-text-div {
    /*width:700px;
    height:200px;*/
    /*max-width:500px;*/
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*.btn-blue{
    min-height:40px;
    padding:0px 20px 0px 20px;
    background-color:#1c64a5;
    border-color:#1c64a5;
    color:white;
    border-radius:25px;
    font-family:'Source Sans Pro';
    font-size:18px;
    text-align:center;
}*/

#btn-blue {
    height: 40px;
    padding: 0px 20px 0px 20px;
    background-color: #1c64a5;
    border-color: #1c64a5;
    border: none;
    color: white;
    border-radius: 25px;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    text-align: center;
}

.btn-blue-1{
    min-height:40px;
    padding:5px 20px 0px 20px;
    background-color:#1c64a5;
    border-color:#1c64a5;
    border:none;
    color:white;
    border-radius:25px;
    font-family:'Source Sans Pro';
    font-size:18px;
    text-align:center;
    margin-top:10px;
}

#btn-pink{
    min-height :40px;
    max-width:300px;
    padding:0px 20px 0px 20px;
    background-color:#fb81ac;
    border-color:#fb81ac;
    border:none;
    color:white;
    border-radius:25px;
    font-family:'Source Sans Pro';
    font-size:18px;
    text-align:center;
}

.video-poster-text {
    font-family: Mechanical Pencil;
    font-size: 32px;
    /*font-weight:bold;*/
    text-align: center;
    color: white;
    white-space: pre-line;
}

.find-a-class-search {
    padding-top: 6px;
    margin-top: 3px;
    margin-left: 3px;
    border-radius: 25px;
    background-color: #7a7dbd;
    width: 123px;
    /*float:right;*/
    max-height: 34px;
    text-align: center;
    vertical-align: text-bottom;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    color: white;
}

.find-a-class-search-phone {
    border-radius: 25px;
    background-color: #efbe3e;
    padding-top: 6px;
    max-height: 34px;
    text-align: center;
    width: 90%;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    color: white;
}

.find-your-local-team {
    background-color: #7a7dbd;
    border-radius: 25px;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0px 0px 0px;
    color: white;
    border: 3px solid #F4F1F5;
    margin: 15px 0px 0px 5px;
}

.search-box-phone {
    padding: 10px;
    background-color: #F4F1F5;
    border-radius: 25px;
    width: 95%;
}

.find-a-class-search:hover {
    opacity: 0.9;
    cursor: pointer;
}



.rounded-textbox {
    font-family: 'Source Sans Pro';
    height: 22px;
    margin-top: 3px;
    margin-bottom: 0px;
    vertical-align: top;
    margin-left: 1px;
    border-radius: 25px;
    background-color: #DDD2E0;
    color: #7a7dbd;
    display: inline-block;
}

#searchtextbox {
    display: inline-block;
    /*max-width:350px;*/
    height: 34px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #7a7dbd;
}

#searchtextboxphone {
    display: inline-block;
    /*max-width:350px;*/
    height: 34px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #7a7dbd;
}

#mysearchtextbox {
    display: inline-block;
    max-width: 350px;
    height: 34px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #7a7dbd;
}

.datepicker {
    display: inline-block;
    width: 110px;
    height: 34px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #7a7dbd;
}

.dob-div {
    display: inline-block;
    max-width: 120px;
    height: 34px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #7a7dbd;
}

/* My Puddle duck page*/

.my-communication-div {
    padding-top: 10px;
    background-color: #DDD2E0;
    min-height: 50px;
    border-radius: 10px;
}

.mypuddle-sub-menu-div {
    min-height: 45px;
    max-width: 1280px;
    margin-top: 160px;
    background-color: #7abd54;
    z-index: 1;
}

#mypuddle-sub-menu {
    display: inline-block;
    height: 45px;
    width: 135px;
    background-color: #1c64a5;
    margin-left: 0px;
    background: radial-gradient(circle at 100% 0, rgba(28,100,165,0) 50px, #1c64a5 15px),;
}

#mypuddle-sub-menu1 {
    height: 45px;
    background-color: #1c64a5;
    /*background:radial-gradient(circle at 0 0, rgba(28,100,165,0) 50px, #1c64a5 15px),*/
}

#mypuddle-sub-menu2 {
    height: 45px;
    max-width: 350px;
    background-color: #DDD2E0;
    margin-right: -15px;
    padding-left: 20px;
    padding-top: 10px;
    float: right;
    border-top-left-radius: 10px;
    margin-top: 15px;
}

.mypuddle-left-pane {
    background-color: #F3F3F3;
    border-right: 1px solid #D7D7D7;
}

.mypuddle-right-pane {
    background-color: #F3F3F3;
    border-left: 1px solid #D7D7D7;
    margin-left: -1px;
}

.mypuddle-right-pane-block {
    min-height: 100px;
    /*padding:20px;*/
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.award-div{
    max-width:350px;
    min-width:285px;
    border-radius:10px;
    margin-left:auto;
    margin-right:auto;
    margin-top:7px;
    padding:5px 10px 5px 10px;
    display:block;
}

.mypuddle-tab-div {
    background-color: #E9DCEC;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    /*margin-top:-11px;*/
    margin-bottom: 10px;
}

#aaaa .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #E9DCEC !important;
    background: #E9DCEC;
}

#aaaa li {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #C1C1C1 !important;
    background: #E1D1E5;
    list-style: none;
    display: inline-block;
}



.myprofile-tab-div {
    background-color: #E9DCEC;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



.mypuddle-text-grey {
    font-family: 'Source Sans Pro';
    font-size: 15px;
    text-align: left;
    color: black;
    margin: 0px;
}

.mypuddle-body-text{
    font-family:'Source Sans Pro';
    font-size:12pt;
    color:grey;
    margin-bottom:5px;
    text-align:left;
    
}

.padding-5{
    padding-right:5px;
    padding-left:5px;
}

.myprofile-row-height {
    margin-top: 5px;
    margin-bottom: 15px;
}

.mypuddle-text-headings-grey {
    font-family: 'Source Sans Pro';
    font-size: 14pt;
    text-align: left;
    color: black;
    margin: 0px;
}

.btn-div {
    width: 60px;
    height: 30px;
    border-radius: 30px;
    background-color: #3EC4D2;
    float: right;
    margin-top: -35px;
    padding-top: 3px;
}

.pay-btn-div {
    min-width: 60px;
    min-height: 30px;
    border-radius: 30px;
    background-color: #3EC4D2;
    padding-top: 3px;
    /*float:right;*/
    display: inline-block;
    /*margin-top:10px;*/
}

.blue-btn-div{
    max-width:220px;
    height:30px;
    border-radius:30px;
    background-color:#3EC4D2;
    padding-top:3px;
    text-align:center;
}

.payment-due-date-div {
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    background-color: #7a7dbd;
    position: relative;
}



.manage-class-btn-div{
    padding:5px;
    border-radius:20px;
    background-color:#7a7dbd;
    margin-bottom:5px;  
    
}

.btn-text-white-center {
    font-size: 15px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: 'Source Sans Pro';
    margin-bottom: 0px;
}

.puddle-page-image {
    width: 200px;
    height: 162px;
    border-radius: 5px;
    background-color: white;
    float: right;
    margin-top: 20px;
    margin-right: 50px;
    background: url("../Images/puddlepage-image1.jpg") no-repeat;
}

.my-children-div {
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 15px 10px 15px;
}

.my-puddle-background-div {
    background-color: #EDECE8;
}

.my-child-classes-div {
    width: 700px;
    min-height: 200px;
    background-color: #7abd54;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px 25px 25px 25px;
}

/*Our Classes */

.classes-page-sub-menu {
    width: 250px;
    height: 60px;
    margin-top: -25px;
    margin-left: 50px;
    text-align: center;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fb81ac;
}


.our-classes-content {
    display: inline-block;
    width: 1070px;
    margin-top: 15px;
}


.Aqua-quote-div {
    min-height: 150px;
    background-color: #fb81ac;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.Aqua-quote-div-blue {
    min-height: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #72d1dd;
    text-align: center;
}

@font-face {
    font-family: "Mechanical Pencil";
    src: url(../fonts/Mechanic_Pencil.ttf), url(../fonts/mechanic_pencil-webfont.eot);
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url(../fonts/SourceSansPro-Regular.otf), url(../fonts/sourcesanspro-regular-webfont.eot), url(../fonts/sourcesanspro-regular-webfont.ttf);
}

@font-face {
    font-family: "sourcesanspro-black";
    src: url(../fonts/SourceSansPro-Black.otf), url(../fonts/sourcesanspro-black-webfont.eot), url(../fonts/sourcesanspro-black-webfont.ttf);
}

@font-face {
    font-family: "mechanical_pencilregular";
    src: url(../fonts/Mechanic_Pencil.ttf), url(../fonts/mechanic_pencil-webfont.eot);
}

.Aqua-quote-text {
    font-family: Mechanical Pencil;
    font-size: 26pt;
    color: white;
    padding: 18px 5px 0px 5px;
    line-height: 36px;
}

.promo-box-text {
    font-family: Mechanical Pencil;
    font-size: 26pt;
    color: white;
    line-height: 36px;
}

.contact-number-text {
    color: #77787b;
    font-family: 'Source Sans Pro';
    font-size: 14px;
    /*width:185px;
    float:right;
    margin-top:-10px;*/
}

#class-distance {
    width: 200px;
    height: 16px;
    margin-left: 20px;
    margin-top: -8px;
}

.aqua-egg-div {
    min-height: 450px;
    background-color: #fb81ac;
    margin-top: 20px;
}





.aqua-what-they-say-div {
    min-height: 200px;
    border-radius: 10px;
    background-color: #7a7dbd;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}



#Aqua-heading {
    /*width:320px;*/
    min-height: 60px;
    background-color: #fb81ac;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding: 10px 20px 10px 4%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.aqua-text-div {
    height: 258px;
    padding-top: 10px;
    z-index: 2;
}

.aqua-images-div {
    /*margin-left:60px;*/
    background-color: transparent;
    bottom: 0px;
    padding: 0px 0px 0px 3px;
    z-index: 1;
}

.aqua-signpost-text-div {
    height: 230px;
    overflow: hidden;
    padding: 15px 15px 10px 25px;
    z-index: 3;
}

.aqua-signpost-text-div-expand {
    height: auto;
    overflow: hidden;
    padding: 15px 15px 10px 25px;
    z-index: 3;
}


.sa-signpost-text-div {
    height: 200px;
    overflow: hidden;
    padding: 15px 15px 10px 25px;
    z-index: 3;
}

.sa-signpost-text-div-expand {
    height: auto;
    overflow: hidden;
    padding: 15px 15px 10px 25px;
    z-index: 3;
}

.aqua-signpost-arrow {
    float: right;
    margin-top: 145px;
    text-decoration: none !important;
}

.bps-signpost-arrow {
    float: right;
    margin-top: 120px;
    text-decoration: none !important;
}

.sa-signpost-arrow {
    float: right;
    margin-top: 120px;
    text-decoration: none !important;
}

.duckline {
    position: absolute;
    padding-left: 0px;
    height: 488px;
    margin-top: -20px;
    margin-left: -16px;
    z-index: 5;
}

.sa-duckline {
    position: absolute;
    padding-left: 0px;
    height: 448px;
    margin-top: -20px;
    margin-left: -16px;
    z-index: 5;
}

#BPS-heading {
    min-height: 60px;
    background-color: #efbe3e;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding: 10px 20px 10px 4%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

#SA-heading {
    min-height: 60px;
    background-color: #7abd54;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding: 10px 20px 10px 4%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}


.BPS-egg-div {
    min-height: 450px;
    background-color: #efbe3e;
    margin-top: 40px;
}

.SA-egg-div {
    /*min-height:470px;*/
    background-color: #7abd54;
    margin-top: 40px;
}

#class-page-details-div-yellow {
    width: 1000px;
    margin-left: 20px;
    min-height: 300px;
    border-radius: 5px;
    padding: 15px;
    background-color: #efbe3e;
}

#class-page-details-div-green {
    width: 1000px;
    margin-left: 20px;
    min-height: 300px;
    border-radius: 5px;
    padding: 15px;
    background-color: #7abd54;
}

#class-page-details-div-blue {
    width: 1000px;
    margin-left: 20px;
    min-height: 300px;
    border-radius: 5px;
    padding: 15px;
    background-color: #7ccfca;
}

.class-page-inner-details {
    width: 650px;
    min-height: 300px;
    border: 2px solid white;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
}

#class-aquanatal-images {
    width: 300px;
    height: 600px;
    float: right;
    display: inline-block;
    margin-top: 20px;
}

.class-image-item {
    width: 220px;
    height: 280px;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    margin-left: 30px;
}


.class-video {
    margin-top: 10px;
    margin-bottom: 10px;
}

.socials {
    /*height:80px;*/
    float: right;
    margin-top: 20px;
    margin-left: 10px;
}

.shared-basket {
    max-width: 130px;
    min-height: 80px;
    float: right;
    margin-right: 5px;
    padding-top: 20px;
    background-color: #1c64a5;
    position: relative;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.mysocials {
    width: 40px;
    height: 80px;
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.facebook {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.twitter {
    width: 40px;
    height: 40px;
}

.class-image-1 {
    background: url("../Images/OurClassesAquanatal1.jpg") no-repeat;
}

.class-image-2 {
    background: url("../Images/OurClassesAquanatal2.jpg") no-repeat;
}

.class-image-3 {
    background: url("../Images/OurClassesBaby1.jpg") no-repeat;
}

.class-image-4 {
    background: url("../Images/OurClassesBaby2.jpg") no-repeat;
}

.class-image-5 {
    background: url("../Images/OurClassesSwim1.jpg") no-repeat;
}

.class-image-6 {
    background: url("../Images/OurClassesSwim2.jpg") no-repeat;
}

#class-refine-search-div {
    /*position:absolute;*/
    /*display:inline-block;*/
    width: 180px;
    height: 520px;
    background-color: white;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 20px;
}

.search-result {
    margin-left: 40px;
    margin-top: 20px;
    font-size: 20px;
    font-family: 'Source Sans Pro';
    color: grey;
}

#copyaddress {
    height: 20px;
    width: 70px;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    background-color: #7abd54;
    border: none;
    border-radius: 5px;
    color: white;
}

#copyDeliveryDetails {
    height: 20px;
    width: 120px;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    background-color: #7abd54;
    border: none;
    border-radius: 5px;
    color: white;
}

.classes-checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 12px;
    border-radius: 25px;
}

.classes-checkbox-text {
    color: #77787b;
    display: inline-block;
    margin-left: 5px;
    /*margin-right:60px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

#classes-container {
    /*width:680px;*/
    margin-top: 10px;
    padding-left: 5px;
    /*vertical-align:top;
    display:inline-block;*/
}

.our-classes-div {
    /*vertical-align:top;
    display:inline-block;
    width:650px;
    height:180px;*/
    background-color: white;
    border-radius: 10px;
    border-top-right-radius: 40px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px;
}

.classes-team-text {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #77787b;
    margin-left: 4px;
    margin-top: -10px;
    display: inline-block;
}

.classes-time-text {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 20px;
    color: #77787b;
    margin-left: 4px;
    margin-top: 5px;
    display: inline-block;
}

.classes-aquanatal-text-pink {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 20px;
    color: #fb81ac;
    margin-left: 4px;
    margin-top: 5px;
    display: inline-block;
}

.classes-aquanatal-text-yellow {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 20px;
    color: #efbe3e;
    margin-left: 4px;
    margin-top: 5px;
    display: inline-block;
}

.classes-aquanatal-text-green {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 20px;
    color: #7abd54;
    margin-left: 4px;
    margin-top: 5px;
    display: inline-block;
}

.classes-aquanatal-text-purple {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 20px;
    color: #7a7dbd;
    margin-left: 4px;
    margin-top: 5px;
    display: inline-block;
}

.green-duck {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 0px;
    float: right;
    background: url("../Images/Green_duck.png") no-repeat;
}

.yellow-duck {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 0px;
    float: right;
    background: url("../Images/Yellow_duck.png") no-repeat;
}

.pink-egg {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-right: 0px;
    float: right;
    background: url("../Images/Pink_egg.png") no-repeat;
}


.book-now-div-pink {
    width: 140px;
    height: 140px;
    float: right;
    background-color: #fb81ac;
    border-radius: 25px;
}

.book-now-div-yellow {
    width: 140px;
    height: 140px;
    float: right;
    background-color: #efbe3e;
    border-radius: 25px;
}

.book-now-div-green {
    width: 140px;
    height: 140px;
    float: right;
    background-color: #7abd54;
    border-radius: 25px;
}

.book-now-div-purple {
    width: 140px;
    height: 140px;
    float: right;
    background-color: #7a7dbd;
    border-radius: 25px;
}

.book-now-text-div {
    text-align: center;
    font-weight: bold;
    padding-top: 37px;
}

.per-lesson {
    font-family: 'Source Sans Pro';
    font-size: 13px;
    color: white;
    margin-top: -20px;
    
}

.book-now-price-div {
    width: 140px;
    height: 50px;
    margin-top: 25px;
    background-color: rgba(0, 0, 0, 0.2);
    /*padding-left: 35px;*/
    padding-top: 3px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.classes-pool-name {
    width: 270px;
    height: 30px;
    margin-top: 20px;
    margin-left: 20px;
}

.large-text-black {
    font-family: sourcesanspro-black;
    font-size: 16pt;
    color: #757575;
    /*font-weight:bold;*/
}








.classes-map {
    margin-top: 20px;
    float: right;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #E6E6E6;
    display: block;
    width: 100%;
    height: 300px;
}


    
#classes-notsure-div {
    float: right;
    margin-top: 15px;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
}

#btn-classes-findmore-div {
    width: 160px;
    height: 240px;
    margin-left: 10px;
    display: inline-block;
}

#classes-findmore-text {
    width: 150px;
    height: 100px;
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
    margin-top: -10px;
}

.classes-learn-more {
    width: 150px;
    height: 30px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    text-align: center;
    color: white;
    margin-left: 180px;
    margin-top: 5px;
    padding-top: 2px;
    border-radius: 35px;
    /*position:absolute;*/
    display: inline-block;
}

.pink-color {
    background-color: #fb81ac;
}

.green-color {
    background-color: #7abd54;
}

.yellow-color {
    background-color: #efbe3e;
}

.purple-color {
    background-color: #7a7dbd;
}

#classes-two-ducks {
    /*margin-top:-180px;*/
    margin-left: 170px;
}

#FamilyRoleFK, #LeadSourceFK, #TeacherPK, #GuardianPK, #ClassTermFK,
#CardHolders, #ToTeacherFK, #ToFranchiseFK, #ToPersonFK, #FranchiseFK, #SalutationFK {
    width: 300px;
    height: 26px;
    color: #1c64ac;
    font-size: 15px;
}

.btn-take-payment {
    width: 100px;
    height: 40px;
    border-radius: 25px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    background-color: #1c64ac;
    border-color: #1c64ac;
    margin-left: 60px;
    margin-top: 30px;
}

#register-button, #TakePaymentSelectCourse-button, #TakePaymentSelectPayee-button,
#PayView-button, #manual-payment, #manual-payment-confirm, #VoucherNumber-button, #AcptPrivacyTandC,
#giftvoucher-button, #editprofile-button, #mark-register-button, #mark-register-button2, #mark-criteria-button, #book-holiday-button, #cancel-lesson-confirm-button,
#RecurringPayments-button, #ExcludeFromAutoMove-button, #Wlist-button, #decline-button, #btnMonthlyRPAgreement, #cancel-lesson-button,
#myloginbutton, #btn-ResetPW, #AwardPersonalisedInfo-button, #mark-register-Discard, .blue-button, #BackToBasket, .BackToMyAccount, #course-next-button,
#Redeem-Voucher {
    width: 100px;
    height: 40px;
    border-radius: 25px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    background-color: #1c64ac;
    border-color: #1c64ac;
    /*margin-left:60px;*/
    /*margin-top:30px;*/
}

#Cancel-button {
    width: 180px;
    height: 38px;
    border-radius: 25px;
    color: dodgerblue;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    background-color: white;
    border-color: #1c64ac;
    border: 1px solid #1c64ac;
    text-align:center;
    padding-top:5px;
    display:inline-block;
}



.email-icon{
    width:60px;
    height:20px;
    border-radius:5px;
    color:white;
    font-family:'Source Sans Pro';
    font-size:12px;
    background-color:brown;
    border-color:brown;
    display:inline-block;
    
}

.twitter-share-button{
    margin-bottom:-7px;
}

#mp-accept-button, #mp-decline-button{
    margin:5px;
    padding-top:5px;
    text-align:center;
    max-width:280px;
    height:40px;
    border-radius:25px;
    color:white;
    font-family:'Source Sans Pro';
    font-size:18px;
    background-color:#1c64ac;
    border-color:#1c64ac;
}

.blue-button {
    width: 100px;
    height: 40px;
    border-radius: 25px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    background-color: #1c64ac;
    border-color: #1c64ac;
    padding: 6px 6px 6px 6px;
}

#msg-send-button {
    width: 100px;
    height: 30px;
    border-radius: 25px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    background-color: transparent;
    border-color: transparent;
    margin: 0 auto;
    padding: 0px;
    display: block;
}

#register-button2 {
    width: 110px;
    height: 40px;
    border-radius: 25px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    background-color: #1c64ac;
    border-color: #1c64ac;
    margin-right: 30px;
    margin-top: 50px;
}

.share-div {
    background-color: white;
    border-radius: 5px;
    min-height: 30px;
    margin: 20px 0px 10px 0px;
    padding: 5px 0px 0px 5px;
    max-width: 350px;
}


/* Home page layout*/

#videowrapper {
    position: absolute;
    margin-top: 0px;
    visibility: hidden;
    /*width:1280px;*/
    max-height: 624px;
}

#videoposterwrapper {
    /*position:absolute;*/
    /*margin-top:0px;*/
    visibility: visible;
    /*object-fit: fill;*/ 
    /*max-width:1280px;
    max-height:454px;*/
    -webkit-transition: height 3s; /* For Safari 3.1 to 6.0 */
    transition: height 3s;
    background: transparent;
    z-index: -1;
    /*background: url("../Images/video_poster.jpg") no-repeat;*/
}



#homevideocontrol {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}



#home_video {
    /*max-width:1280px;*/ 
     /*height:460px;*/
     -webkit-transition: height 3s; /* For Safari 3.1 to 6.0 */
    transition: height 3s;
    /*padding-top:0.5px;*/
}


#home_video_play {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 120px;
    max-width: 120px;
    /*margin-top:100px;*/
    opacity: 0.5;
    /*background: url("../Images/icon_play.png") no-repeat;*/
}

#home_video_play:hover {
        opacity: 0.9;
        cursor: pointer;
}


.acuanatal {
    /*min-height:500px;*/
    background-color: #fb81ac;
    padding: 0px;
}

.find-out-more {
    /*max-width:160px;*/
    /*height:50px;*/
    background-color: #f5b7d3;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    text-align: center;
    color: white;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    position: absolute;
    top: 10px;
    /*margin-top:-210px;*/
    margin-left: -1px;
}

.find-out-more-text {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: bold;
    color: #77787b;
    margin-top: 12px;
}

#pinkduckline {
    position: absolute;
    padding-left: 39px;
    min-height: 543px;
    margin-top: -20px;
    z-index: 5;
}

.rope-head {
    position: absolute;
    top: 0;
    margin-left: 44px;
    margin-top: -3px;
}

.rope-head-phone {
    display: block;
    top: 0;
    margin: 0 auto;
    margin-top: -3px;
    margin-bottom: -20px;
}

.menu-item-whole {
    max-width: 130px;
    padding: 0px;
}

.pre-school {
    /*min-height:500px;*/
    background-color: #efbe3e;
    padding: 0px;
}

.text-pre-line {
    white-space: pre-line;
}

.swim-academy {
    /*min-height:500px;*/
    background-color: #7abd54;
    padding: 0px;
}

.text-align-center {
    text-align: center;
}

.text-center {
    text-align: center;
    font-family: 'Source Sans Pro';
    color: #194FA6;
    font-weight: bold;
    font-size: 44px;
    height: 48px;
    margin-bottom: 0px;
    margin-top: 0px;
    word-wrap: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;
}

.tempus-text {
    color: white;
    font-family: Mechanical Pencil;
    margin-bottom: 0px;
    font-size: 16pt;
    /*margin-bottom:0px;*/
}




.aquantal-large-text {
    color: white;
    font-size: 30px;
    font-family: sourcesanspro-black;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}

.aquantal-small-text {
    color: white;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    line-height: normal;
    /*text-align:justify;*/
}

.acuanatal-text-div {
    height: 300px;
    padding: 10px 0px 10px 61px;
    z-index: 2;
}

.aquantal-images {
    padding: 0px 0px 0px 61px;
    bottom: 0px;
    min-height: 180px;
    z-index: 1;
}

.signpost-text-div {
    height: 270px;
    overflow: hidden;
    padding: 0px 15px 10px 15px;
    z-index: 3;
}

.signpost-text-div-expand {
    height: auto;
    overflow: hidden;
    padding: 0px 15px 10px 15px;
    z-index: 3;
}

.signpost-arrow {
    float: right;
    margin-top: 170px;
    text-decoration: none !important;
}

/*Your child section*/

#your-child-section {
    /*max-width:1280px;*/
    min-height: 550px;
    padding-bottom: 20px;
    background: url("../Images/pool_edge_backgroung.png") no-repeat;
}

#child-section-text {
    color: #77787b;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#text-div {
    vertical-align: top;
    display: inline-block;
    max-width: 650px;
    margin-top: 20px;
    /*margin-left:20px;*/
}

#text-div2 {
    margin-top: 20px;
    display: inline-block;
    max-width: 550px;
    margin-left: 20px;
}

.text-tempus {
    font-family: Mechanical Pencil;
    font-size: 28px;
    color: #1c64a5;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: right;
    font-weight: bold;
}

/*Pool section*/

.pool-timetable-div {
    max-width: 300px;
    /*min-height:200px;*/
    border-radius: 10px;
    margin-left: 10px;
    /*margin-bottom:20px;*/
    border: solid 1px #fb81ac;
    margin-top: 10px;
    background-color: white;
}

.pool-timetable-day {
    color: black;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}

.pool-timetable-holiday {
    color: grey;
    text-align: center;
    font-size: 14px;
    margin-top: 2px;
}

.pool-time {
    /*width:65px;
    height:80px;
    display:inline-block;
    vertical-align:top;*/
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: grey;
    text-align: center;
    padding-top: 20px;
    margin-top: 15px;
}

.pool-class-book-yellow {
    max-width: 135px;
    height: 80px;
    background-color: #efbe3e;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pool-class-book-green {
    max-width: 135px;
    height: 80px;
    background-color: #7abd54;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pool-class-book-pink {
    max-width: 135px;
    height: 80px;
    background-color: #fb81ac;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.pool-class-book-purple {
    max-width: 135px;
    height: 80px;
    background-color: #7a7dbd;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .active.btn-info, .open > .btn-info.dropdown-toggle {
    outline: none;
}

.pool-class-book-up {
    width: 135px;
    height: 40px;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    color: white;
    text-align: center;
    padding-top: 6px;
}

.pool-class-book-down {
    width: 135px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'Source Sans Pro';
    font-size: 17px;
    color: white;
    text-align: center;
    padding-top: 6px;
}

.BTN-Book-Now {
    width: 135px;
    height: 40px;
    background-color: #1c64a5;
    border-radius: 10px;
    /*border-bottom-right-radius:10px;*/
    font-family: 'Source Sans Pro';
    font-size: 17px;
    color: white;
    text-align: center;
    padding-top: 6px;
}

.individual-pool-details {
    padding-top: 10px;
    border-radius: 10px;
    /*min-height:360px;*/
    margin-bottom: 10px;
    background-color: #7a7dbd;
}

.padding-zero {
    padding: 0px;
}

.individual-pool-btn {
    background-color: #efbe3e;
    border-radius: 5px;
    margin-left: 12px;
    margin-top: 10px;
    text-align: center;
    /*padding-left:5px;*/
    line-height: 18px;
    padding-top: 4px;
}

.individual-pool-address {
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    padding: 0px;
}

.individual-pool-icons {
    width: 40px;
    min-height: 50px;
    vertical-align: top;
    display: inline-block;
}

.pool-left-pane {
    width: 850px;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
}

.pool-right-pane {
    width: 350px;
    min-height: 100px;
    margin-left: 40px;
    display: inline-block;
    vertical-align: top;
}

.page-heading-blue {
    min-width: 100px;
    background-color: #72d1dd;
    position: absolute;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.page-heading-blue-with-image {
    min-width: 100px;
    background-color: #72d1dd;
    position: absolute;
    padding: 10px 20px 10px 3%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 10;
    bottom: 20px;
}

.pool-map-div {
    width: 330px;
    height: 200px;
    border-radius: 10px;
    border: 2px solid #E6E6E6;
}

.pool-navi-btn {
    /*width:330px;*/
    min-height: 60px;
    border-radius: 10px;
    background-color: #efbe3e;
    margin-top: 10px;
    /*margin-bottom:10px;*/
    padding-top: 10px;
}

.pool-navi-text {
    font-family: 'Source Sans Pro';
    font-size: 22pt;
    font-weight: bold;
    text-align: center;
    color: white;
}

.pool-details-div {
    min-height: 100px;
    border-radius: 10px;
    background-color: #7a7dbd;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pool-socials {
    padding-top: 15px;
}

.pool-contact-us {
    display: inline-block;
    /*width:220px;*/
}

/*healthy-life-section*/

#healthy-life-section {
    padding: 25px 0px 25px 0px;
}

.healthy-life {
    min-height: 600px;
    color: #77787b;
}



.healthy-life-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    text-align: center;
    color: #77787b;
}



.book-now {
    max-width: 150px;
    /*max-height:40px;*/
    background-color: #f6bb33;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    text-align: center;
    color: white;
    padding-top: 5px;
    margin-left: 25%;
    border-radius: 35px;
    /*position:absolute;*/
    bottom: 0px;
}

#welcome-to-shop-div {
    /*max-width:600px;*/
    min-height: 200px;
    margin-top: 0px;
    /*margin-left:90px;*/
    /*padding-top:40px;*/
    /*display:inline-block;*/
}

.text-blue-header {
    font-family: 'Source Sans Pro';
    color: #194FA6;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.normal-text-grey {
    font-family: 'Source Sans Pro';
    font-size: 15px;
    text-align: left;
    color: #77787b;
    /*white-space:pre-line;*/
}

.body-copy-text-grey {
    font-family: 'Source Sans Pro';
    font-size: 14pt;
    color: grey;
    /*white-space:pre-line;*/
}

.body-copy-text-white {
    font-family: 'Source Sans Pro';
    font-size: 14pt;
    color: white;
    margin-bottom: 5px;
}

.body-copy-large-text-white {
    font-family: 'Source Sans Pro';
    font-size: 16pt;
    color: white;
}




.messages-title-div {
    background-color: #E9DCEC;
    min-height: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.message-table {
    background-color: #E9DCEC;
    margin-top: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
}

th.headerSortUp { 
    background-image: url(../Images/asc.gif); 
    /*background-color: #3399FF;*/ 
} 

th.headerSortDown { 
    background-image: url(../Images/desc.gif); 
    /*background-color: #3399FF;*/ 
} 

th.header { 
    /*background-image: url(../Images/bg.gif);*/ 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-left: 20px; 
    /*border-right: 1px solid #dad9c7;*/ 
    margin-left: -1px; 
} 

.text-bold {
    font-weight: bold;
}

.normal-text-black {
    font-size: 15px;
    text-align: left;
    color: black;
}

.my-hr {
    /*border:1px solid #C1C1C1;*/
    margin: 10px 10px 10px 10px;
    border: 0;
    clear: both;
    display: block;
    background-color: #C1C1C1;
  height: 1px;
}

.normal-text-grey-center {
    font-size: 15px;
    text-align: center;
    color: #77787b;
}

.normal-text-white-center {
    font-size: 15px;
    text-align: center;
    color: white;
}

.normal-text-white {
    font-size: 15px;
    text-align: left;
    color: white;
    /*margin-top:5px;
    margin-bottom:5px;*/
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.free-delivery-div {
    /*max-width:230px;
    max-height:230px;*/
    /*margin-left:10px;
    margin-top:20px;*/
    display: inline-block;
}

.normal-text-tempus {
    font-family: Mechanical Pencil;
    font-size: 26px;
    color: #194FA6;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}

.offer-product-image {
    /*width:200px;
    height:200px;
    margin-top:50px;
    margin-left:55px;*/
    display: block;
    /*margin-top:50px;*/
    margin: 0 auto;
    /*max-width:270px;*/
}

.offer-duck {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*height:auto;
    width:auto;*/
}

.offer-name {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.offer-description {
     width: 270px;
    height: 45px;
     /*white-space: nowrap;*/
     overflow: hidden;
     text-overflow: ellipsis;
}


.offer-up {
    /*max-width:1280px;
    min-height:280px;
    background:url("../Images/offer_gray_background.png") no-repeat;*/
    background-color: #EBEBEB;
}

.offer-boxes {
    /*max-width:210px;
    min-height:220px;*/
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    color: transparent;
    max-width: 210px;
    /*vertical-align:top;
    position:relative;*/
}

.offer-text-blue {
    color: #1c64a5;
    text-align: center;
    font-size: 18px;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    margin-top: 30px;
}

.offer-curve {
    /*position:absolute;*/
    float: right;
    padding-left: 10px;
}

.offer-images {
    display: block;
    margin: 0 auto;
    max-width: 155px;
    max-height: 155px;
}

.down-offer-div {
    background-color: white;
    margin-top: 50px;
    max-width: 340px;
    border-radius: 10px;
    min-height: 400px;
}

.down-offer-div2 {
    /*margin-top:50px;
    margin-left:65px;
    margin-right:1px;
    width:350px;
    height:460px;
    display:inline-block;
    vertical-align:top;*/
    /*max-width:350px;
    min-height:460px;
    margin-top:50px;
    margin-left:20px;
    background-size:auto,auto;*/
    background: url("../Images/offer_backgroung_2.png") no-repeat;
    background-color: white;
    margin-top: 50px;
    max-width: 350px;
    border-radius: 10px;
}

.offer-star {
    /*float:right;
    margin-top:-38px;
    margin-right:-36px;*/
    position: absolute;
    right: -25px;
    margin-top: -35px;
    z-index: 200;
}

.cuddly-text-div {
    margin-top: 30px;
    margin-left: 10px;
    max-width: 300px;
}

.cuddly-text-div2 {
    margin-top: 0px;
    margin-left: 0px;
    max-width: 140px;
    /*display:inline-block;*/
}

.view-product {
    width: 120px;
    height: 40px;
    background-color: #1c64a5;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    text-align: center;
    color: white;
    border-radius: 35px;
    /*position:absolute;*/
    margin-top: 10px;
    /*display:inline-block;*/
}

#about-div {
    max-width: 1280px;
    min-height: 819px;
    background: url("../Images/about_background.png") no-repeat;
    margin-top: -50px;
}

#about-text-box {
    /*max-width:350px;*/
    min-height: 700px;
    display: inline-block;
    /*margin-left: 55px;*/
    vertical-align: bottom;
    color: #77787b;
    position: relative;
    background: url("../Images/about_background.png") no-repeat;
}

.text-justify {
    text-align: justify;
}

.learn-more {
    width: 160px;
    height: 40px;
    background-color: #7ccfca;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    text-align: center;
    color: white;
    margin-left: 25%;
    padding-top: 7px;
    border-radius: 35px;
    /*position:absolute;*/
    bottom: 0;
}

#home-footer {
    max-width: 1280px;
    min-height: 367px;
    padding: 0px;
    /*background:url("../Images/footer_background.png") no-repeat;*/
    background-color: #185090;
}

.footer-text-div {
    min-width: 240px;
    display: inline-block;
    min-height: 248px;
    margin-left: 10px;
    vertical-align: middle;
    padding: 20px 0px 0px 0px;
}



/* Shop page*/

/*#view-product-image-div{
    width:350px;
    height:260px;
    background-color:white;
    border-radius:10px;
    margin-top:50px;
    margin-left:30px;
    display:inline-block;
    padding:25px;
}*/

.view-product-image-div-show-class {
    max-width: 350px;
    height: 260px;
    background-color: white;
    border-radius: 10px;
    margin-top: 30px;
    /*margin-left: 30px;*/
    /*display: inline-block;*/
    padding: 25px;
    visibility: visible;
    /*display: inline-block;*/
}

.view-product-image-div-hide-class {
    width: 0px;
    height: 0px;
    visibility: hidden;
    display: inline-block;
}

.view-product-color-div-show-class {
    visibility: visible;
    display: inline-block;
    color: #1c64ac;
    font-size: 14px;
    position: relative;
    /*text-shadow:1px 1px 2px #7A7A7A;*/
}

.view-product-color-div-hide-class {
    color: #1c64ac;
    font-size: 14px;
    visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}


.view-product-size-div-show-class {
    visibility: visible;
    display: inline-block;
    color: #1c64ac;
    font-size: 14px;
    position: relative;
}

.view-product-size-div-hide-class {
    color: #1c64ac;
    font-size: 14px;
    visibility: hidden;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.view-product-size-btn-div-show-class {
    visibility: visible;
    color: #1c64ac;
    font-size: 14px;
    position: relative;
}

.view-product-size-btn-div-hide-class {
    color: #1c64ac;
    font-size: 14px;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}



#view-product-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: auto;
}

#view-product-name-div {
    /*width:600px;*/
    min-height: 280px;
    /*vertical-align:top;*/
    margin-top: 5px;
    /*margin-left:40px;
    display:inline-block;*/
}

.veiw-product-hr {
    width: 95%;
    border-top: 1px dashed;
    border-top-color: grey;
}

#view-product-list {
    width: 350px;
    height: 80px;
    margin-left: 30px;
    margin-top: 40px;
    vertical-align: top;
}

.view-product-list-item {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-left: 15px;
    background-color: white;
    padding: 3px;
    border-radius: 5px;
}

.view-product-item-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: auto;
    margin-top: -24px;
    max-height: 74px;
    max-width: 74px;
}

/*#view-product-addtobag-div{
    width:500px;
    height:80px;
    margin-left:-10px;
    margin-top:10px;
    margin-bottom:10px;
    display:inline-block;
    vertical-align:top;
}*/

#addtobag-btn:hover {
    text-decoration: underline;
}    

#addtobag-btn {
    width: 150px;
    height: 40px;
    border-radius: 25px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    background-color: #1c64ac;
    border-color: #1c64ac;
    /*margin-left:30px;
    margin-top:20px;
    display:inline-block;
    vertical-align:top;*/
}

#addtobag-btn-2 {
    width: 150px;
    height: 40px;
    border-radius: 25px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    background-color: grey;
    border-color: grey;
    /*margin-left:30px;
    margin-top:20px;
    display:inline-block;
    vertical-align:top;*/
}

#btn-login {
    width: 150px;
    height: 40px;
    border-radius: 25px;
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    background-color: #1c64ac;
    border-color: #1c64ac;
    margin-left: 0px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
}

#view-product-description-div {
    width: 1000px;
    margin-left: 30px;
    margin-top: 10px;
    min-height: 30px;
    position: relative;
}



.basket-menu-headers {
    /*display:inline-block;*/
    min-height: 50px;
    /*width:200px;*/
    text-align: center;
}

.basket-product-items {
    /*display:inline-block;
    min-height:100px;
    width:200px;*/
    text-align: center;
    /*margin-top:25px;
    vertical-align:top;*/
}

.result-product-items {
    display: inline-block;
    height: 50px;
    width: 235px;
    text-align: center;
    margin-top: 12px;
    vertical-align: top;
}

.checkout-product-items {
    /*display:inline-block;
    height:20px;
    width:235px;*/
    text-align: center;
    margin-top: 10px;
    /*vertical-align:top;*/
}


.checkout-delivery-address {
    border-radius: 10px;
    background-color: #7ccfca;
    margin: 5px 0px 5px 10px;
}

.large-text-blue {
    font-family: 'Source Sans Pro';
    font-size: 22px;
    color: #1c64a5;
    font-weight: bold;
}

.small-text-blue {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #1c64a5;
    font-weight: normal;
}


.basket-image-div {
    max-width: 100px;
    max-height: 100px;
    border-radius: 5px;
    background-color: white;
    display: block;
    margin: 0 auto;
    padding: 3px;
}

#remove-basket-item {
    height: 18px;
    width: 50px;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    background-color: #7abd54;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    /*margin-right:30px;*/
}

#remove-basket-item-small {
    /*height:15px;*/
    width: 45px;
    font-family: 'Source Sans Pro';
    /*font-size:12px;*/
    background-color: #7abd54;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 5px;
}

.basket-product-item-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto;
    max-height: 90px;
    max-width: 90px;
}

.basket-btn{
    width:auto;
    height:40px;
    background-color:#1c64a5;
    font-family:'Source Sans Pro';
    font-size:18px;
    text-align:center;
    color:white;
    border-radius: 35px;
    margin:0px 0px 5px 15px;;
    padding:5px 10px 5px 10px;
    /*display:inline-block;*/
    /*float:right;*/
}


.basket-youmaylike-div {
    background-color: white;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    max-height: 170px;
    max-width: 170px;
    /*height:140px;*/
}


.basket-youmaylike-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
    max-width: 150px;
}


#checkout-btn {
    width: 160px;
    height: 40px;
    background-color: #7abd54;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    text-align: center;
    color: white;
    border-radius: 35px;
    margin-right: 40px;
    margin-bottom: 25px;
    margin-left: 5px;
    padding-top: 5px;
    display: inline-block;
    float: right;
}

#confirm-order {
    width: 180px;
    height: 40px;
    background-color: #7abd54;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    text-align: center;
    color: white;
    border-radius: 35px;
    border-color: #7abd54;
    margin-bottom: 25px;
    padding-top: 5px;
    float: right;
}

#confirm-order2, #confirm-order-use-existing-card, #confirmPay, #payCloseButton, #TandSCloseButton {
    width: 120px;
    height: 40px;
    background-color: #7abd54;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    text-align: center;
    color: white;
    border-radius: 35px;
    border-color: #7abd54;
    margin-bottom: 25px;
    padding-top: 5px;
    /*float:right;*/
}

#DeliveryCountry, #BillingCountry {
    width: 300px;
    height: 26px;
}


/* Our expertise */

#expertise-sub-menu-div {
    width: 200px;
    min-height: 55px;
    /*background-color:#1c64a5;*/
    margin-top: -5px;
    display: inline-block;
    vertical-align: top;
    z-index: 2000;
}

.expertise-menu-links {
    color: white;
    padding-top: 5px;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 20px;
    width: 200px;
    margin-bottom: 1px;
    height: 40px;
    background-color: #efbe3e;
    margin-left: -40px;
    text-align: center;
    text-decoration: none;
}

    .expertise-menu-links:hover {
        background-color: #7ccfca;
}



/* Menu items*/
#primary_nav_wrap ul li
{
	position:relative;
    
	/*float:left;*/
    left:-30px;
    list-style:none;
    text-decoration:none;
    background-color:#7abd54;
   
}

    #primary_nav_wrap ul li:hover {
        background-color: #7abd54;
}

    #primary_nav_wrap ul li ul li:hover {
        background-color: #72d1dd;
}

    #primary_nav_wrap ul li ul li {
        padding-top: 5px;
}

#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 250px;
    background-color: #7abd54;
    left: -30px;
}

    #primary_nav_wrap ul ul li {
        float: none;
        width: 250px;
        min-height: 40px;
        text-align: center;
        margin-left: 0px;
        border-bottom: 1px solid white;
        border-color: white;
}

#primary_nav_wrap ul li ul {
    width: 258px;
    border: 4px solid white;
    border-radius: 4px;
}

#primary_nav_wrap ul li:hover > ul {
    display: block;
}

/* Top arrow of the menu*/
#primary_nav_wrap ul li ul:after, #primary_nav_wrap ul li ul:before {
	bottom: 100%;
	left: 60%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#primary_nav_wrap ul li ul:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #7abd54;
	border-width: 14px;
	/*margin-left: -40px;*/
}

#primary_nav_wrap ul li ul:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: white;
	border-width: 20px;
	/*margin-left: -46px;*/
}

.mypuddle-menu-links {
    color: white;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 13pt;
    padding: 0px 5px 10px 5px;
    text-align: center;
    text-decoration: none;
    min-width: 100px;
}

/*@media screen and (max-width: 48em){
    .mypuddle-menu-links{
        text-align: left;
        min-width: 145px;
        display: inline-block;
    }
}*/

.mypuddle-menu-links:hover {
    cursor: pointer;
    color: white;
}


.shop-menu-links {
    color: white;
    /*display:inline-block;*/
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 13pt;
    min-width: 100px;
    /*margin-top:8px;*/
    /*margin-left:10px;*/
    padding: 0px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 48em){
    .shop-menu-links{
        /*text-align: left;*/
        min-width:145px;
        font-size:12pt;
        padding:0;
    }
}

.shop-menu-links:hover {
    cursor: pointer;
    color: white;
}


.sub-menu-div {
    /*max-width:1350px;*/
    min-height: 45px;
    background-color: #7abd54;
    margin-top: -5px;
    z-index: 2000;
}

.menu-ul {
    z-index: 2100;
}

.row {
    max-width: 1300px;
}

#shop-basket-menu {
    position: fixed;
    width: 150px;
    height: 80px;
    background-color: #1c64a5;
    z-index: 2999;
    margin-left: 1020px;
    top: 85px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.basket-icon-div {
    padding-top: 14px;
    padding-left: 11px;
    background: url("../Images/basket_icon.png") no-repeat;
}

.pro-cat-div {
    min-height: 630px;
}


.shop-feature-text-div {
    background-color: white;
    opacity: 0.7;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-bottom: 5px;
}



.shop-item-text {
    background-color: white;
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    max-height: 50px;
    /*max-width:385px;*/
    padding-bottom: 20px;
}

.shop-item-1 {
    margin-top: 10px;
    max-height: 233px;
}



#shop-offer-div {
    padding-left: 15px;
    width: 1280px;
    height: 880px;
    margin-top: 20px;
}

.shop-offer-item {
    width: 312px;
    height: 430px;
    margin-left: 1px;
    display: inline-block;
    background: url("../Images/shop_offer_background.png") no-repeat;
}

.addqty {
    font-size: 16px;
    font-weight: bold;
    margin-top: -4px;
}

    .addqty:hover {
        text-decoration: none;
}


    
.qty-plus-minus {
    display: inline-block;
    background-color: #1c64a5;
    vertical-align: bottom;
    margin-bottom: 7px;
    border-radius: 2px;
    padding-left: 2px;
    line-height: 18px;
    width: 22px;
    height: 22px;
}


.shop-offer-item2 {
    width: 312px;
    height: 430px;
    margin-left: 1px;
    display: inline-block;
    background: url("../Images/shop_offer_background_2.png") no-repeat;
}

.shop-offer-duck {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: auto;
}

#shop-offer-duck-div {
    width: 160px;
    height: 160px;
    margin-top: 50px;
    margin-left: 65px;
}

#link-swimwear {
    color: #7ccfca;
}

#link-accessories {
    color: #1c64a5;
}

#link-KeepingWarm {
    color: #fb81ac;
}

#link-GiftsAndCertificates {
    color: #7a7dbd;
}

#link-SunProtection {
    color: #efbe3e;
}

#link-SpecialOffers {
    color: #7abd54;
}

.shop-cuddly-text-div {
    margin-top: 35px;
    margin-left: 10px;
    width: 300px;
    height: 96px;
}

.shop-cuddly-text-div2 {
    margin-top: -10px;
    margin-left: 10px;
    width: 135px;
    height: 70px;
    display: inline-block;
}

.shop-view-product {
    width: 140px;
    height: 40px;
    background-color: #1c64a5;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    text-align: center;
    color: white;
    border-radius: 35px;
    position: absolute;
    margin-top: 0px;
    display: inline-block;
}

.product-category-list {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
    background-color: #7a7dbd;
    min-height: 570px;
}

.div-bottom {
    /*bottom: 10px;*/
    /*position: absolute;*/
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.product-image-div {
    max-width: 200px;
    /*max-height:200px;*/
    background-color: white;
    min-height: 200px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
    display: block;
    margin: 0 auto;
}

.product-cat-images {
    max-width: 180px;
    max-height: 180px;
    display: block;
    margin: 0 auto;
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)*/
}

.product-view-image {
    max-width: 220px;
    max-height: 220px;
    display: block;
    margin: 0;
    /*position: absolute;*/
    /*top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)*/
}

.product-image {
    width: 180px;
    height: 180px;
}

.view-product-list {
    width: 140px;
    height: 40px;
    background-color: #efbe3e;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    text-align: center;
    color: white;
    border-radius: 35px;
    /*position:absolute;*/
    margin: 0 auto;
    display: block;
    padding-top: 5px;
}

/* Contact us*/

.tc-btn {
    white-space: normal;
    border-radius: 20px;
}

.tc-btn-inner {
    white-space: normal;
    background-color: grey;
    border-color: grey;
    border-radius: 20px;
}

.news-archived-btn:hover, .news-archived-btn:focus {
    background-color: #C1B7B7;
    color: #C1B7B7;
}

.news-archived-btn {
    white-space: normal;
    background-color: #E0E0E0;
    border-color: #E0E0E0;
    border-bottom-color: #C8C8C8;
    border-radius: 0px;
    margin-top: 0px;
}

.contact-us-div {
    /*width:650px;
    min-height:100px;*/
    border: 2px solid #59B8B2;
    border-radius: 5px;
    padding: 5px;
}

.contact-us-HQ-div {
    /*width:650px;
    min-height:100px;*/
    margin-top: 20px;
    border-radius: 5px;
    padding: 5px;
    background-color: #efbe3e;
}


#Ourexpertise-heading {
    /*min-width:150px;
    max-height:60px;*/
    background-color: #72d1dd;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.Our-expertise-group-div {
    /*width:1280px;*/
    min-height: 780px;
    padding-top: 50px;
    background: url("../Images/Our_expertise_background.png") no-repeat;
}

.our-expertise-inner-div {
    max-width: 318px;
    min-height: 550px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    text-align: center;
}

.Our-expertise-menu-div {
    /*min-width:260px;*/
    min-height: 200px;
    background-color: #72d1dd;
    padding: 20px;
    border-radius: 15px;
    /*display:inline-block;*/
    /*vertical-align:top;*/
    margin-top: 30px;
}

.Our-expertise-description-div {
    /*max-width:950px;*/
    /*display:inline-block;*/
    padding-left: 30px;
    padding-right: 30px;
    /*vertical-align:top;*/
}

/*About Page*/

#Ambassador-heading {
    /*min-width:50px;
    height:60px;*/
    background-color: #72d1dd;
    position: absolute;
    bottom: 60px;
    z-index: 10;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}


.news-article-div {
    background-color: #EDE7EE;
    padding: 5px 10px 10px 10px;
    border-radius: 5px;
    min-height: 570px;
    margin-top: 10px;
}

.partner-heading {
    /*min-width:50px;
    height:60px;*/
    background-color: #72d1dd;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    /*position:absolute;*/
}

.ambassador-right-pane {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    padding: 25px;
}

.about-tilly {
    /*width:370px;*/
    padding: 15px;
    /*margin-left:5px;
    margin-top:-10px;
    margin-bottom:20px;*/
    background-color: #72d1dd;
    border-radius: 10px;
}

.sub-menu-div-about {
    max-width: 1280px;
    min-height: 45px;
    background-color: #1c64a5;
    padding-left: 230px;
    margin-top: -5px;
    position: fixed;
    z-index: 2000;
}

.puddle-blue-div {
    max-width: 1280px;
    padding-top:0px;
    padding-bottom: 220px;
    background-color: #F2F2F2;
}

.large-text-white {
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    text-align: justify;
}

.large-text-white-btn {
    color: white;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    
}

.large-text-grey {
    color: grey;
    font-family: 'Source Sans Pro';
    font-size: 14pt;
}

.cornerstone-divs {
    /*display:inline-block;*/
    /*vertical-align:top;*/
    /*max-width:1180px;*/
    min-height: 600px;
    margin-top: 25px;
    /*margin-left:50px;*/
    padding: 10px;
    border-radius: 10px;
}

.our-partners-div {
    margin-top: 20px;
    margin-left: 5px;
    border-radius: 10px;
    background-color: #7a7dbd;
}

.our-promise-divs {
    /*vertical-align:top;
    width:1180px;*/
    min-height: 320px;
    margin-top: 25px;
    /*margin-left:50px;*/
    /*padding:0px 20px 10px 20px;*/
    border-radius: 10px;
}

.cornerstone-text-divs {
    display: inline-block;
    max-width: 700px;
}

.cornerstone-img {
    float: right;
    vertical-align: top;
    display: inline-block;
    margin-top: 20px;
}

.testimonials-divs {
    border-radius: 10px;
}

.col-centered {
    float: none;
    margin: 0 auto;
    margin-top: 20px;
}

.friends-div {
    width: 600px;
    margin-top: 5px;
    padding: 20px;
    display: inline-block;
}

.friends-image {
    margin-top: 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.flag-img {
    margin-top: -5px;
    z-index: 3;
    /*position:absolute;*/
}

.flag-img-no-margin {
    margin-top: -5px;
    z-index: 3;
    
    /*position:absolute;*/
}

.main-img {
    /*margin-top:65px;*/ 
    z-index: 2;
    position: absolute;
}

.main-img-no-margin {
    top: -4px;
    z-index: 2;
    position: absolute;
}

.friends-outer-div {
    background-color: #fb81ac;
    border-radius: 10px;
    margin-top: 25px;
    min-height: 210px;
}

#ambassoder-image {
    width: 180px;
    height: 160px;
    display: inline-block;
    float: right;
    /*vertical-align:top;*/
    margin-top: 88px;
    margin-right: 10px;
    border-radius: 6px;
    background: url("../Images/TillyGray.jpg") no-repeat;
}

/*Photography page*/

.sub-menu-div-photography {
    width: 1280px;
    height: 45px;
    background-color: #1c64a5;
    padding-left: 360px;
    margin-top: -5px;
    position: fixed;
    z-index: 2000;
}

.photography-text-div {
    width: 800px;
    margin-left: 240px;
    margin-top: 50px;
    margin-bottom: 25px;
    border: 2px solid #7ccfca;
    padding: 20px;
    border-radius: 10px;
    background-color: #7ccfca;
}


.photo-gallery-div {
    margin-top: 40px;
    border-radius: 10px;
    background-color: #7ccfca;
}

.gallery-pic-div {
    max-width: 200px;
    max-height: 185px;
    border-radius: 5px;
    background-color: #efbe3e;
    margin: 10px;
    padding: 10px;
}

.upcoming-shoots-div {
    border-radius: 10px;
    background-color: #72d1dd;
    min-height: 150px;
    padding: 15px;
    margin-bottom: 20px;
}

.my-share-button {
    background-color: #4f88ff;
    background-size: cover;
    background-position: center;
    border: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
    width: 70px;
    border-radius: 3px;
}

.upcoming-shoots-inner-left-div {
    border-right: 1px solid white;
    font-family: 'Source Sans Pro';
    font-size: 32px;
    color: white;
    text-align: center;
    line-height: 38px;
    /*vertical-align:top;*/
}

.my-share-button {
    background-color: #4f88ff;
    background-size: cover;
    background-position: center;
    border: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
    width: 70px;
    border-radius: 3px;
}
.date-button {
    background-color: #4cbbd6; /* Button-like background color */
    color: white; /* Text color */
    padding: 5px 10px; /* Add some padding to make it look like a button */
    border-radius: 5px; /* Rounded corners */
    display: inline-block; /* Ensure it sizes like a button */
    text-align: center; /* Center-align text inside the button */
    font-size: 14px; /* Adjust font size */
    font-weight: bold; /* Make the text bold */
}

.photoshoot-book-now {
    float: right;
    background-color: #7a7dbd;
    border-radius: 10px;
    padding: 5px 20px 0px 20px;
    margin-top: 35px;
}

/*Franchising Page*/

.sub-menu-div-franchise {
    max-width: 1280px;
    min-height: 45px;
    background-color: #1c64a5;
    margin-top: -5px;
    z-index: 2000;
}


.franchise-text-div {
    margin-top: 15px;
    background-color: #7ccfca;
    border-radius: 10px;
}

.award-image {
    border-radius: 10px;
    margin-bottom: 20px;
}


.franchisee-image {
    float: right;
    border-radius: 10px;
    margin-top: 10px;
}



/*cookie policy*/
#overlay {
    display: none;
    opacity: 0.5;
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}

#popupBox {
    display: none;
    position: absolute;
    /*margin-left:auto;
    margin-right:auto;*/
    min-height: 200px;
    color: #000000;
    border: 5px solid #4E93A2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FFFFFF;
    z-index: 1000;
    /*top: 50%;
    left: 50%;*/
    max-width: 500px; /* adjust as per your needs */
    min-height: 400px; /* adjust as per your needs */
    /*margin-left: -250px; /* negative half of width above */
    /*margin-top: -200px;*/
}

#popupContent {
    display: none;
    font-family: 'Source Sans Pro';
    color: #4E93A2;
}

#overlay2 {
    display: none;
    opacity: 0.5;
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}

#popupBox2 {
    display: none;
    position: fixed;
    min-height: 200px;
    color: #000000;
    border: 5px solid #4E93A2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FFFFFF;
    z-index: 1000;
    max-width: 500px; /* adjust as per your needs */
    top: 50%;
    left: 50%;
    width: 400px; /* adjust as per your needs */
    height: 250px; /* adjust as per your needs */
    margin-left: -200px; /* negative half of width above */
    margin-top: -125px;
}

#popupContent2 {
    display: none;
    font-family: 'Source Sans Pro';
    color: #4E93A2;
}

.inline-block-center {
  text-align: center;
}

.inline-block-center div {
  display: inline-block;
  text-align: left;
}


#moreInfoButton, #cookieCloseButton, #ShopGVCloseButton, #ShopGVContinueButton, #PaymentErrorCloseButton, #cookieCloseButton2, #cookieCloseButton3 {
    background-color: #7abd54;
    border-radius: 10px;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: white;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 10px 4px 10px;
}


#confirmPayPopupBox {
    display: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    color: #000000;
    border: 5px solid #4E93A2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FFFFFF;
    z-index: 1000;
    /*top:-300px;*/
    /*background-color:rgba(255, 255, 255, 0.2);*/
}

#confirmPayPopupContent {
    display: none;
    font-family: 'Source Sans Pro';
    color: #4E93A2;
}

#overlayPay {
    display: none;
    opacity: 0.5;
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}


#TandSPopupBox {
    display: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    max-width:600px;
    color: #000000;
    border: 5px solid #4E93A2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FFFFFF;
    z-index: 1000;
    float:none;
    text-align:center;
    padding:3%;
    /*top:-300px;*/
    /*background-color:rgba(255, 255, 255, 0.2);*/
}

#TandSPopupContent {
    display: none;
    font-family: 'Source Sans Pro';
    color: #4E93A2;
    /*float:none;*/
    
}

#overlayTandS {
    display: none;
    opacity: 0.5;
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}



.holder{        
    width:100%;
    height:100%;
    display:none;
    
}
.my-pop-content{
    background-color:white;/*#F2F2F2;*/
    padding: 25px 10px 10px 10px;
    z-index: 10000;
    border-radius:50%;
    border:5px solid #f7d223;
    width:350px;
    height:350px;
}

.mypopimage {
    background-color: white;
    /*padding: 10px;*/
    margin-right:0px;
    z-index: 10000;
    border-radius: 50%;
    border: 5px solid #055bb9;
    max-width: 180px;
    max-height: 180px;
}

.mypopimage2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 120px;
    max-width: 120px;
    
}

.popup{
    border-radius: 7px;
    border:5px solid #4E93A2;
    background:#F2F2F2;
    margin:25px auto 0;
    padding:6px;  
    z-index: 10000;
    position:absolute;
    max-width:400px;
    min-width:350px;
    /*height:90%;*/
    top: 40%;
    left: 50%;
    margin-left: -180px; /*// 1/2 width*/
    margin-top: -240px; /*// 1/2 height*/
    
}

.mypopup{
    /*border-radius: 7px;*/
    /*border:5px solid #4E93A2;*/
    background:#F2F2F2;
    margin:25px auto 0;
    padding:6px;  
    z-index: 10000;
    position:absolute;
    width:370px;
    height:370px;
    /*height:90%;*/
    top: 40%;
    left: 50%;
    margin-left: -180px; /*// 1/2 width*/
    margin-top: -240px; /*// 1/2 height*/
    
}



#overlayShopPromo {
    display: none;
    opacity: 0.5;
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    
}

/*#ShopPromoPopupBox {
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    max-height: 600px;
    min-height:500px;
    max-width:600px;
    color: #000000;
    border: 5px solid #4E93A2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FFFFFF;
    z-index: 10000;
    float:none;
    text-align:center;
    padding:3%;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -250px;
}

#ShopPromoPopupContent {
    display: none;
    font-family: 'Source Sans Pro';
    color: #4E93A2;
    
    max-height: 550px;
}

#overlayShopPromo {
    display: none;
    opacity: 0.5;
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
}*/

#ShopGVoverlay {
    display: none;
    opacity: 0.5;
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}

#ShopGVpopupBox {
    display: none;
    position: absolute;
    /*margin-left:auto;
    margin-right:auto;*/
    min-height: 200px;
    color: #000000;
    border: 5px solid #4E93A2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FFFFFF;
    z-index: 1000;
    /*top: 50%;
    left: 50%;*/
    max-width: 500px; /* adjust as per your needs */
    min-height: 400px; /* adjust as per your needs */
    /*margin-left: -250px; /* negative half of width above */
    /*margin-top: -200px;*/
}

#ShopGVpopupContent {
    display: none;
    font-family: 'Source Sans Pro';
    color: #4E93A2;
}


#PaymentErroroverlay {
    display: none;
    opacity: 0.5;
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}

#PaymentErrorpopupBox {
    display: none;
    position: absolute;
    /*margin-left:auto;
    margin-right:auto;*/
    min-height: 200px;
    color: #000000;
    border: 5px solid #4E93A2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FFFFFF;
    z-index: 1000;
    /*top: 50%;
    left: 50%;*/
    max-width: 500px; /* adjust as per your needs */
    min-height: 400px; /* adjust as per your needs */
    /*margin-left: -250px; /* negative half of width above */
    /*margin-top: -200px;*/
}

#PaymentErrorpopupContent {
    display: none;
    font-family: 'Source Sans Pro';
    color: #4E93A2;
}



/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
    margin-left: 130px;
    padding-top: 12px;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.email {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/

.display-label, .display-field, .editor-label, .editor-field {
    vertical-align: text-top;
	/*margin-bottom: 10px;*/
}

.display-label, .editor-label {
    display: inline-block;   
	font-weight: bold;
	color: #1c64ac;
    font-size: 15px;
	width: 240px; /* Fixed width for all labels */
}

.display-field, .editor-field {
    display: inline-block;   
	color: white;
	/*border: 1px solid #e1eacb;*/
	width: 300px;
    color: #1c64ac;
    font-size: 15px;
}

ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */



.phone-header {
    background-color: #72d1dd;
    display: block;
}


hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    /*border-right: solid 2px #c8c8c8;*/
    margin-left: 5%;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #1c64ac;
    font-size: 15px;
    margin: 5px 0 6px 0;
    padding-left: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 300px;
    height: 100px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    header {
        background-color: #72d1dd;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }




}


.RA-table {
    min-width: 500px;
}

    .RA-table tbody {
        display: block;
    }

    .RA-table tr:after {
        content: ' ';
        display: block;
        visibility: hidden;
        clear: both;
    }

    .RA-table tbody {
        
        overflow: auto;
        min-width: 500px;
    }

        .RA-table tbody td, thead td {
            /*width: 10%;*/
            float: left;
        }


/*****************
**Criteria Table**
******************/


.criteria-table {
        min-width: 500px;
    }

.criteria-table tbody { display: block; }

.criteria-table tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.criteria-table tbody {
    height: 250px;
    overflow: auto;
    min-width:500px;
}

.criteria-table tbody td, thead td {
    /*width: 10%;*/
    float: left;
}



div.criteria-yes{
    content:url('../images/tick.png');
    background-image:url('../images/tick.png'); 
    width:16px;
    height:16px;
    display: block;
   margin-left: auto;
   margin-right: auto;
}

div.criteria-no{
    content:url('../images/dialog_close_16x16.png');
    background-image:url('../images/dialog_close_16x16.png'); 
    width:16px;
    height:16px;
    display: block;
   margin-left: auto;
   margin-right: auto;
}

div.criteria-click{
    /*Used to identify the control IMPORTANT*/   
}

div.criteria-table-header {
    margin-bottom:15px;
   /* Rotate div */
   min-width:200px;
   margin-left:-92px;
   margin-top:50px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari 3-8 */
    transform: rotate(-90deg);
}

.criteria-table tr:not(:first-child):hover {
     background-color: rgb(124, 207, 202); /*#f5f5f5;*/
}


/*Marketing preferences*/

div.mpp-yes{
    content:url('../images/tick.png');
    background-image:url('../images/tick.png'); 
    width:16px;
    height:16px;
    display: block;
   margin-left: auto;
   margin-right: auto;
}

div.mpp-no{
    content:url('../images/dialog_close_16x16.png');
    background-image:url('../images/dialog_close_16x16.png'); 
    width:16px;
    height:16px;
    display: block;
   margin-left: auto;
   margin-right: auto;
}

div.mp-click{
    /*Used to identify the control IMPORTANT*/   
}


/**** Sub navigation new ***/

.mypuddle-sub-menu-div{
    min-height:45px;
    max-width:1280px;
    margin-top:160px;
    background-color:#7abd54;
    
    z-index:1;
    text-align: center;
}

#mypuddle-sub-menu{
    display:inline-block;
    height:45px;
    width:135px;
    background-color:#1c64a5;
    margin-left:0px;
    background:radial-gradient(circle at 100% 0, rgba(28,100,165,0) 50px, #1c64a5 15px),
}

#mypuddle-sub-menu1{
    height:45px;
    background-color:#1c64a5;
    /*background:radial-gradient(circle at 0 0, rgba(28,100,165,0) 50px, #1c64a5 15px),*/
}



#mypuddle-sub-menu2{
    height:45px;
    max-width:350px;
    background-color:#DDD2E0;
    margin-right:-15px;
    padding-left:20px;
    padding-top:10px;
    float:right;
    border-top-left-radius:10px;
    margin-top:15px;
}
.mypuddle-sub-menu-div button.btn.btn--submenu {
    display: inline-block;
    background-color: #7abd54;
    color: #fff;
    border: 4px solid #fff;
    position: relative;
    height: 58px;
    padding-left: 58px;
    margin: 20px 0;
    background: #7abd54;
    position: relative;
    overflow: hidden;
    display: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    width: 280px;
}

    .mypuddle-sub-menu-div button.btn.btn--submenu:after {
        content: "";
        position: absolute;
        width: 200%;
        height: 200%;
        animation-delay: 1s;
        animation-duration: 2s;
        animation-name: slidein;
        transform: rotate(30deg);
        top: 300%;
        left: 400%;
    }


.BH-tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .BH-tooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: lightgoldenrodyellow;
        color: grey;
        text-align: center;
        padding: 5px 0px;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 100000;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .BH-tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .BH-tooltip .tooltiptext {
        top: -35px;
        right: 105%;
    }



@keyframes slidein {
    0% {
        opacity: 1;
        top: -110%;
        left: -210%;
        background: rgba(255, 255, 255, 0.13);
        background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
    }


    100% {
        opacity: 1;
        top:300%;
        left: 400%;
    }
}


/*.mypuddle-sub-menu-div button.btn.btn--submenu:hover {
    color: #7abd54;
    background-color: #fff;
}*/

    .mypuddle-sub-menu-div button.btn.btn--submenu .icon {
        background: none;
        position: absolute;
        top: 5px;
        left: 5px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        color: #7abd54;
        background-color: #fff;
        border: 0;
        font-size: 1.4em;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
        display: block;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }

    .mypuddle-sub-menu-div button.btn.btn--submenu:hover .icon {
        background-color: #7abd54;
        color: #fff;

    }

    .mypuddle-sub-menu-div button.btn.btn--submenu .text {
        font-size: 1.2em;
    }


    @media screen and (max-width: 1279px)
    {

        .mypuddle-sub-menu-div button.btn.btn--submenu .icon:before {
            content: '\2630';
        }

                .mypuddle-sub-menu-div button.btn.btn--submenu .text .showtxt {
            display: block;
        }

        .mypuddle-sub-menu-div button.btn.btn--submenu .text .hidetxt {
            display: none;
        }
        .mypuddle-sub-menu-div.nav-active button.btn.btn--submenu .text .showtxt {
            display: none;
+       }
        .mypuddle-sub-menu-div.nav-active button.btn.btn--submenu .text .hidetxt {
            display: block;
        }


        .mypuddle-sub-menu-div.nav-active button.btn.btn--submenu .icon:before {
            content: '\00d7';
        }
        .mypuddle-sub-menu-div.nav-active button.btn.btn--submenu
        {
            width: 160px;
        }
        
        
        .mypuddle-sub-menu-div button.btn.btn--submenu {
            display: inline-block;
        }
        .mypuddle-sub-menu-div nav {
      
            display: block;
            clear: both;
           
            padding: 0;
            overflow: hidden;
            max-height: 0;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }
            .mypuddle-sub-menu-div nav ul {
                padding-top: 20px;
                padding-bottom: 20px;
                border-top: 1px solid #fff;
                margin-bottom: 20px;
                margin: 0px 20px 20px;
                border-bottom: 1px solid #fff;
                overflow: hidden;
                padding-left: 0;
                margin-left: 20px;
            }
            
            .mypuddle-sub-menu-div.nav-active nav {
                max-height: 500px;
            }

        .mypuddle-sub-menu-div nav li,
        .mypuddle-sub-menu-div nav#primary_nav_wrap ul li {
            width: 100%;
            float: left;
            left: 0;
            text-align: center;
        }

.mypuddle-sub-menu-div nav li a,
.mypuddle-sub-menu-div nav#primary_nav_wrap ul li a
{
        padding: 5px 0;
        display: block;
}
        .mypuddle-sub-menu-div.nav-active button.btn.btn--submenu {
            background-color: #fff;
            color: #7abd54;
        }

    }

@media screen and (min-width: 800px) and (max-width: 1279px) {

    .mypuddle-sub-menu-div nav {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

        .mypuddle-sub-menu-div nav li,
        .mypuddle-sub-menu-div nav#primary_nav_wrap ul li {
        width: 50%;
        float: left;
        text-align: center;
    }

        .award-div{
            display:inline-block;
        }

    .mypuddle-sub-menu-div nav li:nth-child(2n+3) {
        clear: both;
    }
}





/* Formatting the full-width ticker wrapper background and font color */
#tickerwrap {
    width: 100%;
    overflow: hidden;
    background-color: #61c3db;
    color: #fff;
    
}


.strikethrough {
    position: relative;
}

    .strikethrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 2px solid;
        border-color: red;
        -webkit-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }



.protected {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}