/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.p-justify {
  text-align: justify;
}

.navbar-dark {
  padding-bottom: 8px;
}


.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.text-center-block{
  text-align: center;
}

.event-category {
  background-color: #bee5eb;
}

.event-category:hover {
  background-color: #abdde5;
}

.event-category-ws {
  background-color: #ffeeba;
}

.event-category-ws:hover {
  background-color: #ffe8a1;
}

.event-title {
  font-weight: bold;
}

.event-hooked {
  font-style: italic;
}

.event-empty {
  font-style: italic;
  opacity: 0.6;
}

.event-break {
  color: #fff;
  font-weight: bold;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.event-break:hover {
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.event-break-ws {
  color: #fff;
  font-weight: bold;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.event-break-ws:hover {
  background-color: #ec971f;
  border-color: #eb9316;
}

.event-social {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.event-social:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.h-strong {
    font-weight: bold;
}

.spacer {
    margin-top: 20px; /* define margin as you see fit */
}

.toggle-bar{
    display: none;
}

.navbar-brand {
    font-size: 2em;
    text-shadow: 1px 1px black;
}

.soon{
    color: #DDD;
}

.share{
    vertical-align: text-top;
}

.fb-share-button{
  vertical-align: text-bottom;
}

.twitter-share-button{
  vertical-align: text-bottom;
}

.btn-circle {
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  line-height: 2.00;
  border-radius: 30px;
}

.btn-circle-micro {
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 1px 0;
  font-size: 13px;
  line-height: 0.1;
  border-radius: 30px;
  color: white;
  text-shadow: 2px 1px #404040;
  background-position: left;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 2px 0;
  font-size: 20px;
  line-height: 1.65;
  border-radius: 30px;
  color: white;
  text-shadow: 2px 1px #404040;
  background-position: left;
}

.btn-circle-lg {
  width: 139px;
  height: 139px;
  text-align: center;
  padding: 35px 0;
  font-size: 30px;
  line-height: 2.00;
  border-radius: 130px;
  color: white;
  text-shadow: 1px 1px #404040;
  background-position: left;
}

.btn-circle-lg:hover {
  color: white;
  text-shadow: 2px 1px #404040;
  opacity: .6;
}

.list-group-item-hover:hover{
  background-color: #c9c9c9;
}

/*Twitter related*/
.panel{
    border-color: #343a40!important;
    padding: 0px;
    /*height: 100%;*/
}

.panel-heading{
    color: white;
    background-color: #343a40!important;
}

.watermark {
  text-align: right; 
  margin-top: 35px; 
  width: 100%; 
  right: 15px; 
  opacity: 0.45;
  position: absolute; 
  z-index: 1; 
  color: white; 
  text-shadow: 2px 1px rgba(0, 0, 0, 0.60);
  display: inline-block;
  position: absolute;
  top: 63%;
}

.nopadding {
  padding: 0 10px 0 0 !important;
}

.nav-selector {
  color: white;
}

.nav-selector:hover {
  color: #959595;
}

i.tiny {
  color: #697882;
  margin-left: 2%;
  font-size: 85%;
}

.tinyy {
  font-size: 60%;
}

.more-info-link {
    color: #697882;
    position: absolute;
    bottom: 10px;
}

#twitter-feed-main{
    
}

#twitter-feed{
    display: none;
}

#twitter-ref{
    display: none;
}

.twitter-timeline-rendered{
    /*max-height: 200px;*/
}

.sponsor {
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.news-block {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  min-height: 180px;
}

.sponsor:hover {
  background-color: #e0e0e0;
}

/*Media Queries*/

@media screen and (max-width: 1000px){
    .toggle-bar{
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        height: 50px;
        width: 50px;
        background: grey;
        cursor: pointer;
    }

    .toggle-bar span{
        position: absolute;
        top: 50%;
        margin-top: -2px;
        height: 4px;
        left: 8px;
        right: 8px;
        background: #FFF;
        box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
    }
}


@media screen and (max-width: 800px){
    .google-frame{
        min-height: 200px;
        width: 100%;
    }
}

@media screen and (max-width: 750px){
    .google-frame{
        margin-top: 10px;
        min-height: 350px;
        width: 100%;
    }

    .resize-pic{
        margin-top: 10px;
    }

}


@media screen and (max-width: 600px){


    .navbar-nav{
        padding-top: 50px;
    }

    #twitter-ref{
        text-align: center;
        display: block;
    }

    .fa-twitter-square{
        font-size: 2em;
    }

    #twitter-feed-main{
        display: none;
    }

    .google-frame{
        margin-top: 10px;
        width: 100%;
        min-height: 300px;
    }
}

/** Tooltip **/

.tool-tip {
    position: relative;
    display: inline-block;
    zcursor: help;
    color: #959595;
}
.tool-tip .tool-tiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}
.tool-tip:hover .tool-tiptext {
    visibility: visible;
    opacity: 1;
}


.tool-tip .tool-tiptext2 {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}
.tool-tip:hover .tool-tiptext2 {
    visibility: visible;
}
.tool-tip-right {
  top: -5px;
  left: 125%;  
}
.tool-tip-right2 {
  top: -5px;
  left: 105%;  
}

.tool-tip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tool-tip-bottom {
  top: 135%;
  left: 50%;  
  margin-left: -60px;
}

.tool-tip-bottom2 {
  top: 125%;
  left: 50%;  
  margin-left: -60px;
}

.tool-tip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tool-tip-top {
  bottom: 125%;
  left: 50%;  
  margin-left: -60px;
}
.tool-tip-top2 {
  bottom: 115%;
  left: 50%;  
  margin-left: -60px;
}

.tool-tip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tool-tip-left {
  top: -5px;
  bottom:auto;
  right: 128%;  
}

.tool-tip-left2 {
  top: -5px;
  bottom:auto;
  right: 105%;  
}

.tool-tip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

/* Blockquote*/
.blockquote-flush{
  padding: 0px 22px; 
  margin-bottom: 0px;
}