* {
    border-radius: 0!important;
    -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Droid Serif', serif;
}

.readMoreFade {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,0,0,0)), color-stop(1, rgba(255,0,0,100)));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0 30px 0;
}

.moon-calendar .link:hover {
  background: #efefef;
  text-decoration: none!important;
  cursor: pointer;
}
a:link,
a:visited {
  text-decoration: none;
  color:#16283e;
}

a:hover {
  text-decoration: underline;
  color:#1ca3aa;
}

.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%;
}

h1, h2, h3, h4, h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.search-form .form-control,
.search-form .form-control:focus {
  border-right: 0;
  box-shadow: none;
}

.search-form .btn {
  outline: none;
  border: 2px solid #1fbdc2;
  padding-bottom: 4px;
  border-left: 0;
}

.btn-focus {
  border-color: #f69a83!important;
}

.search-form .btn:hover {
  background: none;
  color: #f69a83!important;
  border-left: 0;
  outline:0!important;
}

.search-form .btn:active {
  box-shadow: none!important;
  border-color: #1fbdc2;
  background: none!important;
}

blockquote {
  margin: 30px 0;
  padding:30px 0;
  border-left:none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

blockquote p {
  font-size: 25px;
}

blockquote p:before,
blockquote p:after {
  content: '"';
}



.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
text-overflow: clip;
text-overflow: ellipsis;
text-overflow: "…";
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
    padding:0;
}

.table-moon tbody tr:hover .icon-stack {
    color:#ee7a5b;
}

.item-title {
  position:relative;
  margin-bottom: 30px;
}
.item-title:after {
  content:''; 
  width:30px; 
  height:4px; 
  background:#ef7a59; 
  position:absolute;
}


/* === SOCIAL MEDIA ==== */
.social-count-container {
  display:inline-block;
  float: left;
  margin-right: 40px;
  margin-top: 20px;
}
.social-count {
  border: 3px solid #191d20;
  width:  50px;
  text-align: center;
  margin-bottom: 20px;
}
.social-count i {
  font-size: 1.3em;
  padding:10px 0;
  display:block;
  border-bottom: 1px solid #bbb;
  color: #16263d;
}
.social-count .count {
  height:20px;
  display: block;
  color:#19babc;
}


.fill { 
    min-height: 100%;
    height: 100%;
}

.map {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: red;
    display: block;
}

.moon-location input {
  border: 2px solid #1fbdc2;
}
.moon-location input:focus {
  border: 2px solid #f69a83;
  box-shadow: none;
  outline: none;
}


.moon-location .form-control-feedback {
  color:#16293b;
}

/* =====
   INNER
   ===== */

.inner-intro {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 80%), url('../img/stars-hd.jpg');
    
    height: 530px;
    display: block;
    position: relative;
    background-size: cover;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 80%),url(../img/stars-hd.jpg),cover; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 80%),url(../img/stars-hd.jpg); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 80%),url(../img/stars-hd.jpg),cover; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ),url(../img/stars-hd.jpg); /* IE6-9 */
    background-size: cover;
    overflow: hidden;
}

.inner-intro {
  color:#fff;
}

.inner-sub {
  height:230px;
  padding-top:100px;
}

.inner-intro h4 {
  margin:0;
}

.info-container {
  padding-top: 20px;
}


.mt-30 {margin-top:30px;}
.mb-30 {margin-bottom:30px;}

.info-description {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color:#b4b6b8;
  font-size: 13px;
}

.breadcrumb {
  padding-left:0;
  font-size:12px;
}

.moon-phases-info {
  display: table;
  width:100%;
  table-layout: fixed;
}

.moon-phases-info > div {
  display: table-cell;
  width:10%;
  text-align:center;
}

.moon-phases-info > div > img {
  height: auto;
  max-width:70px;
  margin-bottom: 5px;
}
.img-phase { margin-left: 30px;}
.img-phase img {
  display: inline-block;
  max-height:40px;
  text-align:middle!important;
}

.img-phase li {
  margin-bottom:10px;
}

/* =====
   HEADER
   ===== */

.header .container {
    position: relative;
}

.moon-img {  
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  max-height: 500px;
  width:100%;
  max-width: auto;
  margin-bottom: 30px;
  cursor: pointer;
}


.next-section{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.inner-intro .next-section{
  left: 50%;
  margin-left: -25px;
  position: absolute;
  opacity: 0;
  top:100%;
  cursor: pointer;
}


.header {
  background-color: none;
  /*border-bottom: 1px solid #eee;*/
  color: #fff;
  /*padding:25px 0px;*/
  padding: 0px;
  position: relative;
  /*top: 0;*/
  transition: all 0.25s ease 0s;
  -webkit-transition-: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  width: 100%;
  z-index: 2000;
}

.header.sticky {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #fff;
  position: fixed;
  z-index: 2030;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.header .logo,
footer .logo {
  display: inline-block;
  margin-top:30px;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  text-transform: uppercase;
}

footer .logo img {
  display: inline-block;
  max-width: 60px;
  vertical-align: bottom;
  margin-right: 10px;
}


.mb-xs-50 {margin-bottom: 30px;}

.header .logo a,
footer .logo {
  color:#fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size:22px;
  text-decoration: none;
}

footer .logo {
  font-size:33px;
  margin-top: 0;
}

footer .social-links a .fa-square {
  color:#444;
}

footer .social-links a:hover .fa-square {
  color:#666;
}

.pull-xs-left {
  float:right;
  text-align: right;
}

.text-roboto {
  font-family: 'Roboto Condensed', sans-serif;
}

.header .logo a .l-white {
  width:40px;
  vertical-align: bottom;
  margin-right: 10px;
}

.header .logo a .l-dark {
  display:none;
}

.header.sticky .logo {
    margin-top:15px;
}

.header.sticky .logo a {
  color:#16283e;
}

.header.sticky .logo a .l-white {
  display: none;
}

.header.sticky .logo a .l-dark {
  display: inline-block;
  margin-right: 10px;
  width:40px;
  vertical-align: bottom;
}

.header.sticky .l-text {
  color:#16283e!important;
}


.header .side-menu-btn ul li a.right-icon, .header .mobile-menu-icon {
  color: #fff;
}

.header.sticky .side-menu-btn ul li a.right-icon, .header.sticky .mobile-menu-icon {
  color:#16283e;
}




/* =====
   MAIN CONTENT
   ===== */

.main-content {
  color:#16283e;
}


.main-content h1,
.main-content h2 {
  color:#16283e;
}
.main-content .pt {
  padding-top: 30px;
  padding-bottom: 60px;
}

.main-content h2 {
  padding-top:30px;
}


/* =====
   FOOTER
   ===== */


.footer {
  background-color: #000;
  color: #b4b5b7;
  position: relative;
  width: 100%;
  display: block;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer a:link,
.footer a:visited {
  color:#b4b5b7;
}

.footer a:hover {
  text-decoration: underline;
  color:#1ca3aa;
}

.footer .data-text {
  font-size:12px;
  margin-top:60px;
  color:#777;
}

.footer .copyright {
  margin-top: 30px;
}



/* =====
   COMMENTS
   ===== */

.post-comment {
}

.post-comment .read-more {
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; padding: 30px 0; 
  
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, black);
}

    .post-comment .comment-numb {
        font-weight: 300;
    }

    .post-comment .comment-list {
        margin-left: 0px;
        padding-right: 0px;
        list-style: none;
        padding: 0px;
    }

        .post-comment .comment-list h6 {
            margin-top: 0px;
            margin-bottom: 3px;
            font-weight: 700;
        }

        .post-comment .comment-list li:first-child {
            padding-top: 0px;
        }

        .post-comment .comment-list li {
            padding-top: 15px;
        }

            .post-comment .comment-list li:last-child .comment-detail {
                border-bottom: 0px none;
            }

        .post-comment .comment-list li, .post-comment .comment-list .comment-reply {
            position: relative;
            padding-left: 65px;
        }

        .post-comment .comment-list .comment-detail {
            border-bottom: 1px dotted #eee;
            padding-bottom: 15px;
        }

        .post-comment .comment-list .comment-detail .comment-content {
            /*max-height: 120px;
            position: relative;
            overflow: hidden;
            position: relative;
            display: block;
            cursor:pointer;
            */
        }

        .post-comment .comment-list .comment-detail .comment-content .expanded {
            max-height: none;
            cursor: none;
        }

        .post-comment .comment-list .comment-reply {
            padding-top: 20px;
        }

        .post-comment .comment-list .comment-reply-btn i {
            padding-right: 3px;
        }

    .post-comment .comment-avatar {
        left: 0;
        margin-right: 15px;
        position: absolute;
        width: 50px;
        border:1px solid #ddd;
        height:50px;
        font-size: 40px;
        text-align: center;
        color:#ddd;
    }

        .post-comment .comment-avatar img {
            width: 100%;
        }

.post-comment-star .star-rat {
    display: inline-block;
}

.post-comment-star label {
    margin-right: 6px;
}

 .comment-list .post-meta {
        color: #999;
        font-size: 12px;
    }

.comment-list .post-meta span {
            margin-right: 3px;
        }









/* === MOON PHASES ICONS === */

.moon-phases {
    width:100%;
    margin-top:15px;
    height:70px;
}

.moon-phases .panel-heading {
  background: none;
  border: none;
}

.moon-phases .panel-default {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.moon-phases .panel-group {
  padding:0;
  margin: 0;
  width: 0;
  border: none;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: rotate(-90deg);
    -o-transform-origin: right top;
    transform:  rotate(-90deg);
    transform-origin: right top;
}
.panel-heading {
    -webkit-transform: translateX(0%) rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: translateX(0%) rotate(90deg);
    -moz-transform-origin: left top;
    -o-transform: translateX(0%) rotate(90deg);
    -o-transform-origin: left top;
    transform: translateX(0%) rotate(90deg);
    transform-origin: left top;
    padding: 0;
}
.panel-heading a {
    text-decoration:none;
    color:#fff;
    font-size: 40px;
    line-height: 1;
}

.moon-phases .panel-collapse {
  margin:0;
  padding:0;
  border: none;
}

.moon-phases .panel-body {
  padding:0;
  margin:0;
  height: 140px;
  border: none;
}
.panel-group .panel-content {
    -webkit-transform:  rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform:  rotate(90deg);
    -moz-transform-origin: left top;
    -o-transform:  rotate(90deg);
    -o-transform-origin: left top;
    transform:  rotate(90deg);
    transform-origin: left top;
    background: none;
    padding: 0;
   vertical-align: text-top;
    width:140px;
    padding-left:7px;
}


.body {
    display: table;
    background-color: green;
}

.left-side {
    background-color: blue;
    float: none;
    display: table-cell;
}

.right-side {
    background-color: red;
    float: none;
    display: table-cell;
}


/* ===== FLATICON ===== */

@font-face {
  font-family: "Flaticon";
  src: url("../font/flaticon/Flaticon.eot");
  src: url("../font/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../font/flaticon/Flaticon.woff") format("woff"),
       url("../font/flaticon/Flaticon.ttf") format("truetype"),
       url("../font/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../font/flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="fi-"]:before, [class*=" fi-"]:before,
[class^="fi-"]:after, [class*=" fi-"]:after {   
  font-family: Flaticon;
  font-style: normal;
  text-decoration: none!important;
}

.fi-arrow-down:before { content: "\f100"; }
.fi-arrow-up:before { content: "\f101"; }
.fi-bars:before { content: "\f102"; }
.fi-cogwheel:before { content: "\f103"; }
.fi-delete:before { content: "\f104"; }
.fi-delete-1:before { content: "\f105"; }
.fi-direction:before { content: "\f106"; }
.fi-envelope:before { content: "\f107"; }
.fi-facebook:before { content: "\f108"; }
.fi-interface:before { content: "\f109"; }
.fi-location:before { content: "\f10a"; }
.fi-lock:before { content: "\f10b"; }
.fi-magnifier:before { content: "\f10c"; }
.fi-map:before { content: "\f10d"; }
.fi-moon:before { content: "\f10e"; }
.fi-moon-first-quarter:before { content: "\f10f"; }
.fi-moon-full:before { content: "\f110"; }
.fi-moon-new:before { content: "\f111"; }
.fi-moon-planet:before { content: "\f112"; }
.fi-moon-third-quarter:before { content: "\f113"; }
.fi-moon-waning-crescent:before { content: "\f114"; }
.fi-moon-waxing-crescent:before { content: "\f115"; }
.fi-reply:before { content: "\f116"; }
.fi-sun:before { content: "\f117"; }
.fi-to-top:before { content: "\f118"; }
.fi-twitter:before { content: "\f119"; }
.fi-user:before { content: "\f11a"; }
.fi-zodiac-aquarius:before { content: "\f11b"; }
.fi-zodiac-aries:before { content: "\f11c"; }
.fi-zodiac-cancer:before { content: "\f11d"; }
.fi-zodiac-capricorn:before { content: "\f11e"; }
.fi-zodiac-gemini:before { content: "\f11f"; }
.fi-zodiac-leo:before { content: "\f120"; }
.fi-zodiac-libra:before { content: "\f121"; }
.fi-zodiac-pisces:before { content: "\f122"; }
.fi-zodiac-sagittarius:before { content: "\f123"; }
.fi-zodiac-scorpio:before { content: "\f124"; }
.fi-zodiac-taurus:before { content: "\f125"; }
.fi-zodiac-virgo:before { content: "\f126"; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 1em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 1.5em;
}
.icon-stack-3x {
  font-size: 2em;
}

.moon-icon-up {
  margin-left:4px;
  margin-top:-4px;
  font-size:7px;
}

.text-zodiac {
  font-weight: normal;
  font-size:0.8em;
}

.moon-direction-wrapper {
  display:inline-block;
  margin-top:-4px;
}



.cc_banner-wrapper {
    z-index: 9001;
    position: relative
}
.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    transition: font-size 200ms;
    line-height: 1em
}
.cc_container .cc_message {
    font-size: 0.5em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    display: none;
}
.cc_container .cc_btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 8px 10px;
    background-color: #f1d600;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: 0.6em;
    display: block;
    margin-left: 10px;
    float: right;
}
.cc_container .cc_message {
    transition: font-size 200ms;
    font-size: 0.6em;
    display: block
}

.cc_container {
    background: #222;
    color: #fff;
    font-size: 17px;
    box-sizing: border-box
}
.cc_container::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color:#000;
    background-color: #f1d600;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    background-color: #fff;
    color: #000
}
.cc_container a,
.cc_container a:visited {
    text-decoration: none;
    color: #31a8f0;
    transition: 200ms color
}
.cc_container a:hover,
.cc_container a:active {
    color: #b2f7ff
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 1em;
        margin-right:10px;
    }
    .cc_container .cc_message {
        margin-top: 0.5em;
        font-size: 0.8em
    }
}
@media screen and (min-width: 768px) {
    .cc_container {
        padding: 15px 30px 15px
    }
    .cc_container .cc_btn {
        font-size: 0.8em;
        padding: 8px 15px;
        font-family: ;
    }
    .cc_container .cc_message {
        font-size: 1em
    }
}
@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 0.9em
    }
}

#pac-results {
  display: none;
  width: 100%;
  display: absolute;
  border: 1px solid #c0c0c0;
  border-top: none;
  margin:0;
  position: absolute;
  z-index: 9999;
  background: #fff;
  padding:0;
}

#pac-results .item {
  padding: 5px 0 5px 15px;
  font-family: Helvetica;
  border-bottom: 1px solid #c0c0c0;
}

#pac-results .item:last-child {
  border-bottom: 0px;
}

#pac-results .item:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.crow {
  cursor: pointer;
}

.crow:hover {
  text-decoration: underline;
  color:#1ca3aa!important;
}

.read {
  font-size:1.3em;
  margin-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0px;
}
.read a {
  color:#1ca3aa!important;
}

.next a:link, 
.next a:visited {
  display:inline-block;
  width: 100%;
  background:#1ca3aa;
  text-align: center;
  padding:12px;
  color:#fff;
  font-size: 1.6em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.arrow {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.arrow span {
  background: #CBCBCB;
  padding:2px 13px 2px 13px;
}
.arrow:after {
  content:'';
  display: inline-block;
  width:0;
  height:0;
  border:10px solid transparent;
  vertical-align: middle;
  border-left-color: #CBCBCB;
}

.tdlink:hover {
  color:#16283e;
  text-decoration: none;
}