/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily David's WorkPQB Moustache Customizations
 ========================================================================== */
 


.tm-fullscreen {
    background: url("../images/fullscreen_default.jpg") no-repeat scroll 50% 50% / cover rgba(0, 0, 0, 0);
	max-height: 400px;
    position: relative;
    z-index: -10;
}


.tm-fullscreen {
z-index: 0;
overflow: hidden;}

.tm-headerbar{position:relative;}



.uk-article-title {
    color: #4453a2;
    font-size: 46px;
    font-weight: 700;
    line-height: 53px;
    text-transform: none;
}


.tm-fullscreen + .tm-block {
    padding-top: 0px;
}

.tm-block {
    background-color: #ffffff;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 20px;
}

.tm-main > *:nth-child(n+2) {
    margin-top: 0px;
}

.tm-logo {

    margin-top: 23px;

}

.uk-panel.space{
    margin-top:22px;
}

.uk-article-title{
margin-top: 46px;
margin-bottom: 22px;   
}

.tm-block.tm-block-footer{
    background-color: #2b2b39;
}

.uk-navbar {
    background: none repeat scroll 0 0 #4e67de;
    border-bottom: 0 solid #ffffff;
    color: #ffffff;
}

.uk-button-primary {
    background-color: #f5b331;
    border-color: transparent;
    color: #ffffff;
}

.uk-navbar-nav > li.uk-active > a:after  {
    background: none repeat scroll 0 0 #bac3fa;
    max-width: 100%;
}

.uk-navbar-nav > li.uk-active > a  {
    background-color: rgba(0, 0, 0, 0);
    color: #bac3fa;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
color: #bac3fa;
}

.uk-dropdown-navbar {
box-shadow: 0 0 0 1px #bac3fa;
}
.padding-top-bottom{
    padding-top: 42px;
    padding-bottom: 42px;
}

.overlap{
    position: relative;
    top:-42px;
    background-color: transparent;
}

h3.open-sans{
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 24px;
}

/*
.blue-bg{
background-color: #4357B0;
color: #fff;
padding-top: 0;
padding-bottom: 0;
background-image: url(/images/main-slideshow-elements/oceanside-map-small.jpg);
background-repeat: no-repeat;
min-height: 500px;
}
.width-460{
    max-width: 460px;
    float: right;
    padding-right: 42px;
    margin: auto auto;
}
*/
.blue-bg h2{
    color: #fff;    
}

div#tm-top-b.tm-block{
    background-color: #ebedf6;
}
div#tm-bottom-a.tm-block{
    background-color: #4357B0;
    color:#fff;
    background-image: url(/images/main-slideshow-elements/oceanside-map-small.jpg);
    background-repeat: no-repeat;
    min-height: 500px;
}

div#tm-bottom-a.tm-block h2{
    color:#fff;
}

div#tm-bottom-b.tm-block{
    background-color: #ebedf6;
    color:#fff;
}

div#tm-bottom-b.tm-block h2{
    color:#fff;
}

a, .uk-link {
color: #4357B0;
cursor: pointer;
font-weight: bolder;
}

h2, .uk-h2 {
color: #4357B0;
}

h4, .uk-h4 {
font-size: 30px;
line-height: 34px;
}

/*body:not(.tm-navbar-fixed) .tm-headerbar + .tm-fullscreen {
    margin-top: -63px;
}
*/

div#tm-bottom-b.tm-block {
    background-color: #606078;
}

.contact-info, .contact-info a{
    color:#fff;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #000;
    padding: 20px 0 20px 0;
    font-size: 20px;
}

div#tm-bottom-a.tm-block {
    background-color: #6880D8;
}

.tm-logo {
    margin-top: 9px;
}

h1, h2, h3, h4, h5, h6 {
    color: #4357B0;
    font-style: normal;
}

h3, .uk-h3 {
font-size: 30px;
line-height: 34px;
}
/*You tube responsive*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Geeks on the Beach Footer Logo */

div p.credits {
float: left;
background: url(/images/GOTB-footer-logos/gotb-bw.png) 50% 50% no-repeat transparent;
width: 89px;
height: 60px;
overflow: hidden;
}
 
div p.credits a.gotb-link {
display: block;
background: url(/images/GOTB-footer-logos/gotb-color.png) 50% 50% no-repeat transparent;
width: 89px;
height: 60px;
text-indent: -999em;
opacity: 0;
-moz-transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
 
div p.credits a:hover.gotb-link {
opacity: 1;

}
