@font-face {
    font-family: 'AndikaRegular';
    src: url('/skins/justswim/fonts/andika-r-webfont.eot');
    src: url('/skins/justswim/fonts/andika-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skins/justswim/fonts/andika-r-webfont.woff') format('woff'),
         url('/skins/justswim/fonts/andika-r-webfont.ttf') format('truetype'),
         url('/skins/justswim/fonts/andika-r-webfont.svg#AndikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('/skins/justswim/fonts/calibri.woff') format('woff'),
         url('/skins/justswim/fonts/calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('/skins/justswim/fonts/calibrib.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('/skins/justswim/fonts/calibrii.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'CarterOneRegular';
    src: url('/skins/justswim/fonts/carterone-webfont.eot');
    src: url('/skins/justswim/fonts/carterone-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skins/justswim/fonts/carterone-webfont.woff') format('woff'),
         url('/skins/justswim/fonts/carterone-webfont.ttf') format('truetype'),
         url('/skins/justswim/fonts/carterone-webfont.svg#CarterOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(/skins/justswim/images/bg-bazen.gif) repeat center;
    background-color: #3fb9e2;
    color: #000077;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    min-height: 100%;
}

iframe {
    max-width: 90vw;
    max-height: 50.63vw;
}

.cleaner {
    clear: both;
}

.header {
    background: url(/skins/justswim/images/bg-wave3.png) no-repeat bottom center;
    background-size: 100% 50%;
    min-height: 120px;
    margin-top: 20px;
    border-radius: 5px 5px 0 0;
}
.header-logos {
    min-height: 100px;
}
.container {
    background-color: white;
}

.justswim-family-logo img {
    width: 100%;
}
.justswim-logo {
    padding-right: 0;
}
.justswim-logo a {
    float: right;
}
.justswim-logo  img {
    width: 14vw;
    max-width: 160px;
    padding-top: 10px;
}
.logo-social {
    float: right;
}
.logo-social a {
    float: right;
    clear: both;
    margin-bottom: 3px;
}
.lang img {
    height: 18px;
}
.navbar {
    min-height: 20px;
    margin-bottom: 0;
}
#navigation {
    position: relative;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 2px;
}
#navigation ul {
    list-style: none;
    padding: 0;
    display: block;
}
#navigation ul li {
    float: left;
    padding: 0 25px 0 0;
}
#navigation ul li a {
    color: #000077;
    text-decoration: none;
    text-shadow: 2px 2px 0 #ccf;
    padding-bottom: 0;
    padding-top: 0;
}
#navigation ul li.active a, 
#navigation ul li a:hover {
    color: #07a;
    text-shadow: 2px 2px 0 #ccf;
    background: none;
}
.navbar-toggle {
    background-color: white;
    border: 1px solid #357;
}
.navbar-toggle .icon-bar {
    background-color: #357;
}

.header-reflection {
    background: url(/skins/justswim/images/bg-wave2reflected.png) no-repeat top center;
    background-color: white;
    background-size: 100% 100%;
    height: 20px;
    margin: 0 auto;
    padding: 0;
}
.header-reflection div {
    margin: 0 auto;
    overflow: hidden;
}
.reflection {
    content:"";
    width: 100%;
    height: 100%;
    position: relative;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.67) 49%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(49%, rgba(255, 255, 255, 0.67)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.67) 49%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.67) 49%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.67) 49%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.left-column {
    background-color: #fafcff;
    border-radius: 15px;
}

#navigation-left {
    padding-right: 5px;
    padding-left: 5px;
}
#navigation-left ul {
    font-size: 18px;
    font-weight: bold;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
#navigation-left ul li {
    /*float: left;*/
    padding: 0 0 8px 0;
    width: 100%;
/*    background-image: url("/skins/justswim/images/menu_delfin.png");
    background-repeat: no-repeat;*/
}
#navigation-left ul li a {
    color: #000077;
    text-decoration: none;
    text-shadow: 1px 1px 0 #aaaaff;
    padding: 3px;
}
#navigation-left ul li.active a, 
#navigation-left ul li a:hover {
    color: #305070;
    background-color: #f9fafd;
    text-shadow: 1px 1px 0 #aaaaff;
}

.content {
    background: url(/skins/justswim/images/bg-wave-down.png) no-repeat bottom center;
    background-color: white;
    background-size: 100% 50px;
    padding-bottom: 30px;
}

/* Medium Devices, Desktops */
@media (max-width : 991px) {
    .header {
        background: url(/skins/justswim/images/bg-wave3.png) no-repeat bottom center;
        background-size: 100% 25%;
        background-color: white;
    }
    .justswim-logo a {
        float: left;
    }
    .justswim-logo img {
        width: 20vw;
        max-width: 160px;
        padding-top: 0px;
    }
}

/* Small Devices, Tablets */
@media (max-width : 767px) {
    .header {
        margin-top: 0;
        border-radius: 0;
    }

    .logo-social a {
        clear: none;
        padding-left: 3px;
    }
    .lang {
        text-align: left;
        position: relative;
        top: 10px;
    }
    .lang a {
        margin-bottom: 3px;
    }
}
/* Extra Small Devices, Phones */ 
@media (max-width : 480px) {
    .logo-social {
        clear: both;
    }
    .lang {
        text-align: left;
        position: relative;
        top: -30px;
    }
}
/* Custom, iPhone Retina */ 
@media (max-width : 320px) {
}
