﻿@charset "utf-8";
/*Colors Red #ed262d */
body { -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: "Open Sans", sans-serif; color: #333; font-size: 14px; line-height: 24px; background-color: #fff;  }
/*	RESET*/
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
:focus { outline: 0 !important; }
iframe { border: none; width: 100%; }
::selection { background: #fefac7; /* Safari */
  color: #555555; }
footer{background:#222; color:#fff;}
::-moz-selection { background: #fefac7; color: #555555;}  /* Firefox */
strong, b {font-weight: 700; }
input, button, select, textarea, label { font-family: Verdana, Geneva, sans-serif; font-size: 14px; font-weight: 400; }
hr { background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent); background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent); border: 0; height: 1px; margin: 22px 0 22px 0; }
.badge { font-weight: normal; margin-left: 5px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; border-radius: 0px; background-color: #f00; padding: 3px 6px; }
a:not(.btn) {color:#00f; -moz-transition: all 200ms ease-in; -o-transition: all 200ms ease-in; -webkit-transition: all 200ms ease-in; transition: all 200ms ease-in; }
#content a:not(.btn):hover, #content  a:not(.btn):focus { color: #77b800; text-decoration: none; }
#content a:not(.btn):visited { color:#77b800;}
.colored-text { color: #ed262d; }



/*Bootsrap overrides*/
.table-striped > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #efefef;
}
.table-hover > tbody > tr:hover {
  background-color: #ddd;
}
.thead{background:#333 !important; color:#fff;}
 input[type=number]{text-align:right !important;}

.mt0{margin-top:0 !important}

#content li{margin-bottom:10px}
#content img{max-width:100%; height:auto;border:none}

.navbar-right { margin-right: 0 }
 @media (min-width: 768px) {
.navbar-nav>li>a { padding-top: 20px; padding-bottom: 20px; }
}
@media (min-width: 768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left:0; }
}
.navbar-brand { float: left; padding:0; vertical-align:middle; }
.navbar-brand img { width:200px }
 @media (min-width: 768px) {
.form-inline .input-group>.form-control { width: 100px; }
}
/*end Bootsrap overrides*/
.downArrowContainer { background: #2a333e; text-align: center; }
.downArrow { color: #f00; }
.downArrow:after { font-family: 'FontAwesome'; font-size: 40px; line-height: 1; content: "\f107"; }
.dividerSection { width: 100%; height: 2px; background: #f00; margin: 35px 0; }
#footer p, #footer a { color: #fff; }
/*.underlined{clear:both; display:inline-block; margin-left:auto; margin-right:auto}
.underlined:before{clear:both; content:""; display:block;  height:1px; width:100%}*/
.underlined{text-align:center}

.underlined:after { clear: both; content: ""; display: block; width: 50%; height: 15px; border-bottom: 2px solid #EC990F; margin: auto; }
#home-parallax { }
.img-responsive{margin:auto}
.img-rounded{border:2px solid #f00}


.white-text * { color:#fff !important }

/*Tables*/
.table{width:100%; border:1px solid #0775bc !important}
.table th,.table td{text-align:center; vertical-align:top; padding:2px 4px}
.table th{background:#0775bc; color:#fff}

/*List Items*/
.columns {
    -webkit-column-width: 200px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-width: 200px;
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    column-width: 200px;
    column-count: 4;
    column-gap: 20px;
				list-style-position:inside; text-align:left; list-style-image:url(/css/i/bullet.png);
}

.circle{color: #ed1c24; border: 3px solid #ed1c24; padding:25px; display:inline-block; border-radius:50%; margin-bottom:10px}

a {color: #ed262d;}
#main-header a{font-size:20px;font-weight:500}

#main-header {height:96px; background:#fff; z-index:1; border-bottom:1px solid #ccc}
#logo{float:left; position:absolute}
#tagline{display:block; font-family: 'Open Sans', Arial, sans-serif;color: #aaa;font-size: 16px;font-weight: 500;height: 28px;line-height: 28px; margin-left:150px;}
#top-navigation{float:right;}

.sticky{width:100%; z-index:1}
#content{padding-top:60px}

.food-icon{float:right; width:35px; height:auto; margin:3px 3px 5px 3px}
.food-icon:hover {-webkit-transform: scale(2.5); -moz-transform: scale(2.5); transform: scale(2.5);
    position: relative; z-index: 5;
}

/*parahraphs*/
p {  margin: 0 0 20px; }
p.sub-text { font-style: normal; font-size: 18px; line-height: 29px; font-weight: 400; color: #555; }
/*******section heading**********/
.center-heading { text-align: center; margin-bottom: 40px; }
.center-heading h2 { margin-bottom: 0; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #333; font-size: 24px; }
.center-heading p { font-size: 18px; }
.center-heading h2 strong { font-weight: 800; }
.center-line { display: inline-block; width: 70px; height: 1px; border-top: 1px solid #bbb; /* border-bottom: 1px solid $skincolor; */
  margin: auto; }
.center-heading p { margin-top: 10px; }
.overflow-hidden { overflow: hidden; }
/*	DIVIDERS        */
.divide0 { width: 100%; height: 0px; }
.divide2 { width: 100%; height: 2px; }
.divide3 { width: 100%; height: 3px; }
.divide5 { width: 100%; height: 5px; }
.divide10 { width: 100%; height: 10px; }
.divide15 { width: 100%; height: 15px; }
.divide20 { width: 100%; height: 20px; }
.divide25 { width: 100%; height: 25px; }
.divide30 { width: 100%; height: 30px; }
.divide35 { width: 100%; height: 35px; }
.divide40 { width: 100%; height: 40px; }
.divide45 { width: 100%; height: 40px; }
.divide50 { width: 100%; height: 50px; }
.divide55 { width: 100%; height: 55px; }
.divide60 { width: 100%; height: 60px; }
.divide65 { width: 100%; height: 65px; }
.divide70 { width: 100%; height: 70px; }
.divide75 { width: 100%; height: 75px; }
.divide80 { width: 100%; height: 80px; }
.divide85 { width: 100%; height: 85px; }
/*margins*/
.margin10 { margin-bottom: 10px; }
.margin20 { margin-bottom: 20px; }
.margin30 { margin-bottom: 30px; }
.margin40 { margin-bottom: 40px; }
.no-padding { padding: 0px; }
.no-padding.gray { background-color: #f5f5f5; }
.no-padding-inner h3 { text-transform: uppercase; font-weight: 700; }
.no-padding-inner { padding: 60px; }
 @media (max-width: 568px) {
.no-padding-inner { padding: 15px; }
}
.margin-0 { margin: 0px !important; }
.wide-img-showcase-row { position: relative; }
 @media (max-width: 767px) {
.no-padding.img { position: relative; height: 300px; }
}
/* Navigation */
/*** SuperFish ***/
#Navigation { float: right; margin-top:35px; list-style: none; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; box-sizing: content-box; }
#Navigation a{color: #666; margin:0 3px; padding:5px 10px}
#Navigation a.current, #Navigation a:hover, #Navigation a:active {color: #ed262d;}
#Navigation::after { content: ''; height: 0px; display: block; }
.mobile-menu-button, .mobile-nav, .slider-fixed-container { background-color: #ccc; }
/*Mobile Nav*/
.mobile-menu-button { display: none; border-radius: 7px; }
.mobile-nav { display: none; }
    .mobile-nav > li:last-child a { border-bottom: none; }
 @media (max-width: 995px) {
#Navigation { width: 80%; margin-top:25px }
.sf-menu { list-style: none; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; box-sizing: content-box; }
}
 @media (max-width: 767px) {
#Navigation { display: none !important; }
.mobile-menu-button { float: right; display: block; padding: 4px 9px; background-color: #fff; position: absolute; top: 25px; right: 15px; color: #ed262d; cursor: pointer; font-size:22px; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.mobile-nav-container { width: 100%; margin-left: 0; margin-top: 0 !important; clear: both }
.mobile-nav { float: right; padding: 0 5px; display: block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fefefe; list-style-type: none; overflow: hidden; display: none; z-index: 1; position: relative; margin-top:30px; border:1px solid rgba(0, 0, 0, 0.11); }
.mobile-nav li { float: left; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; padding: 0px 0px; }
.mobile-nav ul { display: none; margin: 0; padding: 0 0 0 0; overflow: hidden; border-left: 10px solid rgba(0, 0, 0, 0.11); }
.mobile-nav a { width: 100%; color: #000 !important; text-decoration: none; display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.11); padding: 10px 0px 10px 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size:14px !important }
.mobile-nav a:hover {color: #ed262d !important; background: #fff;}
.mobile-nav .icon-caret-up { display: none; }
.mobile-nav .icon-chevron-down,  .mobile-nav .icon-chevron-up { font-size: 13px; margin: 5px 20px 0 0px; float: right; }
.mobile-nav .form-control { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
}
 @media (min-width: 768px) {
.mobile-nav { display: none !important; }
}


h2 span{font-size:0.5em}
h3 span{font-size:0.7em}

/************************** Buttons **************************/
.btn { font-weight: 600; letter-spacing: 0px;  font-size: 12px; text-transform: uppercase; }
.btn-lg { padding: 14px 28px 13px 28px; font-size: 13px; font-weight: 700; }
.btn:focus, .btn:hover { outline: 0; color: #2a333e; }
.btn-xs { font-size: 12px; }
.btn-theme-bg { border-color: #f00; color: #fff; background-color: #f00; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
.btn i { margin-right: 10px; }
.btn-theme-bg:hover { background-color: #333; border-color: #333; }
.btn-theme-dark { background-color: #77b800; color: #fff; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
.btn-theme-dark:hover { color: #fff; background-color: #444C00; }
/*********border-buttons**********/
.border-black { border: 1px solid #2a333e; color: #2a333e; background-color: transparent; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
.border-black:hover { background-color: #2a333e; border-color: #2a333e; color: #fff; }
.border-white { border: 1px solid #fff; color: #fff; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); }
.border-white:hover { background-color: #fff; border-color: #fff; color: #000; }
.border-theme { border: 1px solid #f00; color: #f00; -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
.border-theme:hover { background-color: #f00; border-color: #f00; color: #fff; }
/************************image hover effect*******************/
.item-img-wrap { position: relative; text-align: center; overflow: hidden; }
.item-img-wrap img { -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -webkit-transition: all 200ms linear; transition: all 200ms linear; width: 100%; }
.item-img-overlay { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.item-img-overlay span { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(/i/plus.png) no-repeat center center rgba(79, 130, 233, 0.7); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -moz-transition: opacity 250ms linear; -o-transition: opacity 250ms linear; -webkit-transition: opacity 250ms linear; transition: opacity 250ms linear; }
.item-img-wrap:hover .item-img-overlay span { opacity: 1; }
.item-img-wrap:hover img { -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.parallax { background-position: 0 0; background-repeat: no-repeat; background-size: 100% auto; width: 100%; background-size: cover; background-attachment: fixed; }


/***********animation delays*****************/
.delay-1 { -webkit-animation-delay: 300ms; -moz-animation-delay: 300ms; animation-delay: 300ms; }
.delay-2 { -webkit-animation-delay: 600ms; -moz-animation-delay: 600ms; animation-delay: 600ms; }
.delay-3 { -webkit-animation-delay: 1200ms; -moz-animation-delay: 1200ms; animation-delay: 1200ms; }
.delay-4 { -webkit-animation-delay: 1600ms; -moz-animation-delay: 1600ms; animation-delay: 1600ms; }

/*******************home parallax-bg----***********************/
#home-parallax { background: url("/i/Inside-Cafe-Inc.webp") top center no-repeat fixed; padding:190px 0;

display: block;  height: 100%; width: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; overflow: hidden; }
.typed-cursor { opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; color: #f00; }
 @keyframes blink { 
	 0% { opacity: 1;}
 50% { opacity: 0;}
 100% { opacity: 1;}
}
@-webkit-keyframes blink {  0% { opacity: 1;}
 50% { opacity: 0;}
 100% { opacity: 1;}
}
@-moz-keyframes blink {  0% { opacity: 1;}
 50% { opacity: 0;}
 100% { opacity: 1;}
}
.parallax-buttons { display: block; text-align: center; margin-top: 20px; }
.parallax-buttons a { display: inline-block; margin: 5px; }
.typed-text { color: #fff; text-transform: uppercase; display:inline-block; margin-bottom:20px; padding:25px 30px; font-weight: 700; background:#ccc; background:rgba(75,75,75,.75) ; font-size:1.8em; text-align:center; border-radius:25px }
.typed-text .element { color: #fff; }
#home-parallax p { color: #fff; }
 @media (max-width: 800px) {
.typed-text { font-size: 24px; height:175px; line-height:1.5em;}#home-parallax {padding:70px 0}
}



 @media (max-width: 660px) {
.typed-text { font-size: 22px; height:225px; line-height:1.35em;}#home-parallax {padding:70px 0}
}

 @media (max-width: 480px) {
.typed-text {font-size:20px; line-height:1.2em; height:215px }
}

 @media (max-width: 355px) {
.typed-text {font-size:19px; line-height:1.2em; height:225px }
}
#main-header.shrink {height: 70px;}
.shrink #Navigation{margin-top:10px}
.shrink img{width:110px; height:auto; float:left; position:absolute}
 @media (max-width: 767px) {
				#main-header {height: 70px;}
				#tagline{position:absolute; top:40px; left:120px; margin:0 !important; font-size:14px}
				#logo{width:100px; height:auto;}
				.shrink #logo{width:60px; height:auto; margin-top:5px; float:left; position:absolute}
				.shrink #tagline{left:75px;}
}
@media (max-width:435px) {
#tagline{display:none}
}

.social a{font-size:18px; background:#ed262d; border-radius:50%; display:inline-block; width:30px; height:30px; line-height:30px; margin:8px}