/*
    Name: Mountain
    Description: Responsive Coming Soon 
    Version: 2.0
    Author: MountainTheme

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Countdown
     4. Services
     5. Subscribe
     6. Contact
     7. Google map
     8. Footer
     9. Responsive CSS
*/
/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

@font-face {
    font-family: Bernier;
    src: url(../fonts/BERNIERRegular-Regular.otf);
}

@font-face {
    font-family: Fenway;
    src: url(../fonts/Fenway-Sans.otf);
}

@font-face {
    font-family: DDCHardware;
    src: url(../fonts/DDCHardware-Condensed.otf);
}

@font-face {
    font-family: AbrahamLincoln;
    src: url(../fonts/AbrahamLincoln.ttf);
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
img{
	max-width: 100%;
	height: auto;
}

/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
	padding: 15px;
	background: #132147;
}
@keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}
@-webkit-keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}
.top-bar {
    background: #fff url(../images/top-bar-bg.png) no-repeat;
    background-size: 100%;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
img.logo-in{
	max-height: 140px;
	width: auto;
	position: absolute;
    z-index: 100;
    left: 50%;
    top: 15%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    -webkit-transform: translateX(-50.1%);
    -ms-transform: translateX(-50.1%);
    transform: translateX(-50.1%);
}
img.logo-in-lrg{
	max-width: 80%;
	position: absolute;
    z-index: 100;
    left: 50%;
    top: 15%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    -webkit-transform: translateX(-50.1%);
    -ms-transform: translateX(-50.1%);
    transform: translateX(-50.1%);
}
h2.logo-in{
	color: #fff;
	text-align: center;
	position: absolute;
    z-index: 100;
    left: 0;
	right: 0;
    top: 35%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
}
.cnt_cont.trs-prtnrs{
	padding: 10px;
	background: #fff;
	text-align: center;
	margin-bottom: 35px;
}
.trs-prtnrs img{
	margin: 0 10px;
}
.inner-cont {
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.top-bar .navbar-toggle {
    display: none;
}
.navbar-toggle {
    position: absolute;
    right: 25px;
    top: 35px;
    margin: 0;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    z-index: 100;
	float: right;
	border-radius: 4px;
    display: none;
}
.top-bar .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.logos {
    padding: 20px;
    z-index: 10;
    text-align: center;
}
.logos img {
    padding: 0 25px;
	height: 100%;
	width: auto;
	max-height: 100px;
}
.top-bar h2 {
	color: #000;
	opacity: 0.8;
    font-family: Fenway;
	text-align: center;
	font-size: 65px;
	line-height: 0.8;
	margin: 0;
}

/* ============================= */
/* :::::::::: 3. Main :::::::::: */
/* ============================= */

.main {
    padding: 50px 15px 50px;
    background-color: #292929;
	text-align: center;
	color: #D1D3D4;
}
.main h2,
.main h3,
.main h4{
	color: #fff;
	font-family: 'Bree Serif', serif;
}
.main h2{
	font-size: 45px;
	margin-top: 0;
}
.main .container{
	padding: 0;
}
.cnt_cont {
    max-width: 600px;
    margin: auto;
    text-align: left;
}

/* ================================= */
/* :::::::::: 8. Footer :::::::::::: */
/* ================================= */

footer {
    background-color: #ffffff;
    padding: 60px 15px 20px;
    color: #000000;
	text-align: center;
}
footer a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #000000;
}
footer a:hover {
    color: rgba(36, 40, 41, 1);
    text-decoration: none;
}
.up-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(22, 182, 234, 0.5);
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.up-btn:hover {
    color: #fff;
    background: rgba(22, 182, 234, 1.0);
}
.up-btn i {
    color: #fff;
}

/* ================================ */
/* :::::::::: 9. Popup :::::::::::: */
/* ================================ */

html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active {
    position: static;
    height: auto;
    width: auto;
}

.pum-theme-660, .pum-theme-lightbox {
    background-color: rgba( 0, 0, 0, 0.6 );
}

.pum-overlay-disabled {
    visibility: hidden;
}

.pum-overlay-disabled .pum-container {
    visibility: visible;
}

.pum-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    overflow: initial;
    display: none;
    transition: all .15s ease-in-out;
}

.pum-theme-660 .pum-container, .pum-theme-lightbox .pum-container{
	padding: 18px;
	background-color: #000;
    border-radius: 3px;
    border: 8px solid #fff;
    box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1 );
    color: #ffffff;
	height: calc(100% - 200px);
}

.pum-theme-660 .pum-container.holiday, .pum-theme-lightbox .pum-container.holiday{
	background-color: #FF0012;
    background-image: url(http://distinctiveinnsofkingsville.com/images/snow.png);
    background-repeat: no-repeat;
	background-size: cover;
}

.pum-theme-660 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    height: 30px;
    width: 30px;
    left: auto;
    right: -24px;
    bottom: auto;
    top: -24px;
    padding: 0px;
    color: #ffffff;
    font-family: inherit;
    font-size: 24px;
    line-height: 26px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 0, 0, 1 );
}

.pum-container {
    max-width: 100%;
}

.pum-container {
    top: 100px;
    position: absolute;
    margin-bottom: 3em;
    z-index: 1999999999;
}

.pum-theme-660 .pum-title, .pum-theme-lightbox .pum-title {
    color: #ffffff;
    font-size: 45px!important;
    line-height: 50px!important;
    text-align: center!important;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    margin-bottom: 35px;
    font-weight: 900;
}

.pum-theme-660 .pum-content p:first-child, .pum-theme-lightbox .pum-content {
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
	font-size: 16px;
}

.pum-theme-lightbox .pum-content {
	overflow-x: hidden;
	overflow-y: scroll;
	height: calc(100% - 185px);
}

.pum-theme-660 .pum-content a.btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    background: #fff;
    color: #FF0012;
    margin-top: 35px;
    font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	text-decoration: none;
}

.pum-container .pum-content+.pum-close {
    text-decoration: none;
    text-align: center;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
}

/* ================================= */
/* :::::: 9. Responsive CSS :::::::: */
/* ================================= */

@media (min-width: 800px){
	.logos.collapse {
		display: block;
		visibility: visible;
	}
}
/*
@media only screen and (min-height: 495px) and (min-width: 600px) {
	.main{
		min-height: calc(100% - 292px);
		min-height: -o-calc(100% - 292px); /* opera *
		min-height: -webkit-calc(100% - 292px); /* google, safari *
		min-height: -moz-calc(100% - 292px); /* firefox *
		position: relative;
	}
	.main .container{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		padding: 0 15px;
	}
}

@media only screen and (min-height: 495px) and (max-width: 600px) {
	.main{
		min-height: calc(100% - 228px);
		min-height: -o-calc(100% - 228px); /* opera *
		min-height: -webkit-calc(100% - 228px); /* google, safari *
		min-height: -moz-calc(100% - 228px); /* firefox *
		position: relative;
	}
	.main .container{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		padding: 0 15px;
	}
}

@media only screen and (min-height: 495px) and (max-width: 375px) {
	.main{
		min-height: calc(100% - 236px);
		min-height: -o-calc(100% - 236px); /* opera *
		min-height: -webkit-calc(100% - 236px); /* google, safari *
		min-height: -moz-calc(100% - 236px); /* firefox *
		position: relative;
	}
	.main .container{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		padding: 0 15px;
	}
}

@media only screen and (min-height: 495px) and (max-width: 340px) {
	.main{
		min-height: calc(100% - 236px);
		min-height: -o-calc(100% - 236px); /* opera *
		min-height: -webkit-calc(100% - 236px); /* google, safari *
		min-height: -moz-calc(100% - 236px); /* firefox *
		position: relative;
	}
	.main .container{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		padding: 0 15px;
	}
}*/

@media only screen and (max-width: 992px) {
	.main .col-md-6:last-child {
		padding-top: 30px;
	}
}
@media (min-width: 800px){
	.logos.collapse {
		display: block;
		visibility: visible;
	}
}
@media (max-width: 800px){
	.top-bar h2{
		font-size: 50px;
	}
}
@media (max-width: 770px){
	.top-bar h2{
		font-size: 65px;
		margin-right: 90px;
	}
	.top-bar .navbar-toggle {
		display: block;
	}
	.top-bar .logos {
		text-align: center;
		background: #fff;
		width: 40%;
		padding-right: 60px;
		position: absolute;
		z-index: 11;
		top: 0;
		right: 0;
	}
	.top-bar .logos img {
		width: 80%;
		display: inline-block;
		margin: auto;
	}
	.logos h2 {
		text-align: left;
	}
	.logos span.eat, .logos span.drink, .logos span.sleep {
		width: 100%;
	}
	.logos span.eat img, .logos span.drink img, .logos span.sleep img {
		width: 70%;
		padding: 25px 0;
		max-height: 100%;
	}
	.logos p {
		display: none;
	}
	.row-eq-height,
	.row-content-middle>div{
		display: block;
	}
	.row-content-middle>div,
	.row-content-middle>div .column-inner{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}
@media only screen and (max-width: 430px){
	.top-bar .logos {
		width: 100%;
	}
	.top-bar h2{
		font-size: 45px;
		line-height: 1.2;
	}
	.inns .fa-chevron-right{
		font-size: 17px;
		bottom: 13%;
	}
	.pkgs .info_cont .ttl{
		font-size: 35px;
	}
	.pum-theme-660 .pum-container, .pum-theme-lightbox .pum-container {
		top: 50px!important;
	}
	img.logo-in,
	img.logo-in-lrg{
		max-height: 100px;
		width: auto;
	}
}
@media only screen and (max-width: 380px){
	.top-bar h2{
		font-size: 40px;
		line-height: 1.4;
	}
	footer .copyright{
	    font-size: 16px;
	}
	img.logo-in,
	img.logo-in-lrg{
		max-height: 80px;
		width: auto;
	}
}
@media only screen and (max-width: 360px){
	.top-bar h2{
		font-size: 30px;
		padding: 13px 0;
	}
	.swu h2, .fllwu h2{
		font-size: 22px;
	}
	.pkgs .info_cont .ttl{
		font-size: 30px;
		margin-bottom: 0;
	}
	footer .up-btn{
		position: absolute;
		top: 0;
		right: 0;
	}
}