/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Istok Web",Helvetica,Arial,sans-serif;
        background: #f2e3cd ;
        background-image: url(../img/bkg/tan_cup.png);
  
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: "Playfair Display",serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

/*.brand, */
.address-bar, .navbar-brand {
    display: none;
}

.brand {
  background-color: #fff;
}

.navbar-default {
	    background: #000042;
	
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover navbar-default .navbar-toggle{
		    background: #ffffff;
	
}

.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-default .navbar-brand {
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 2px;
    color: #fff;
    font-family: "Playfair Display",serif;
    
}

.nav li {
  font-family: "Playfair-Display",serif;
  font-size: 1.2em;
  font-weight: bold;
}


.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
	text-align: right;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #496F99;
    background-color: transparent
}



.img-full {
    min-width: 100%;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-padding {
  padding: 5px 5px 5px 5px;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
	padding: 5px;
	margin: 5px;
}

.whitebg {
    background: #fff;
  /*  background: rgba(255,255,255,0.9); */
  }

.intro-text {
    font-family: "Dancing Script", cursive;
    font-size: 6em;
    font-weight: 400;
    letter-spacing: 1px;
}

.intro-text-med {
	font-family: "Dancing Script", cursive;
	font-size: 4em;
	font-weight: 400;
	letter-spacing: 1px;
}

.smallintro h2 {
  font-size: 3.5em;
}

.smallintro {
  padding: 15px;
}

tjustify {
  text-align: justify;
}

.dancing {
  font-family: 'Dancing Script', cursive;
}


.product {
	font-size: 2.5em;
	margin-bottom: 30px;
}

.img-border {
    float: none;
    margin: 0 auto;
    border: #999999 solid 1px;
}

.inline-block {
	display: inline-block;
}

.nosidepad {
  padding-left: 0;
  padding-right: 0;
}

.smallpad {
  padding-left: 5px;
  padding-right: 5px;
}

.med-pad {
	padding-right: 15px;
	padding-left: 15px;
}

.large-pad {
	padding-right: 20px;
	padding-left: 20px;
}

.nopad {
	padding: 0;
	margin: 0;
}

.notop {
  margin-top: 0;
}

.toppad {
	padding-top: 20px;
}

.img-left {
    float: none;
    margin: 0 auto;
}

.img-right {
    float: right;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}
.vert-middle {
    vertical-align: middle;
}

.centered {
	text-align: center;
}

.centered > div {
	float: none;
	display: inline-block;
	text-align: left;
}

.timeline{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.timeline li{
	padding-bottom: 5px;
	font-size: 1.5em;
}


.timeline em {
	font-family: "Playfair-Display",serif;
	font-size: 1.5em;
	font-weight: bold;
}

.portfolio .row{
  margin:5px /* margin around the "whole row" not inbetween "stacked rows" */

}

.portfolio .img-thumbnail{
  border:0;
  border-radius:0; /* slight round in images in gallery */
  border-color: #000042;
  margin:0px;
}

.donutlist {
	list-style-type: none;
	font-size: 1.5em;
}
.donutlist li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}



.donut-body {
    padding-bottom: 5px;
}

.donut-body img {
	padding: 5px;
}

.donut-body a :hover {
	opacity: 0.74;
}

.donut-footer {
  padding: 5px;
  border: 0;
}


.donuttype {
    font-size: 1.5em;
    font-family: "Playfair-Display",serif;
    padding: 0 0 5px 0;
    margin: 0;
    text-transform: none;
  }

.bottompad {
    margin-bottom: 40px;
  }


  .modal {width:800px;}

footer {
  background: #000042;
}

footer p {
    margin: 0;
    padding: 10px 0;
	color: #ffffff;
}

.fullwidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.fb-page fb_iframe_widget {
	display: inline;
	clear: none;
	overflow: scroll;
}

.caption-wrap {
position: relative;
display: inline-block;	
}

.caption-text {
	display: none;
	overflow: hidden;	
	z-index: 99;
	
}

.caption-text p {
	color: #ffffff;
	text-align: center;
	font-size: 1.2em;
}

.caption-wrap img:hover + .caption-text {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 5px;
}


.donut-wrap {
position: relative;
display: inline-block;
}

.donut-wrap a {
	z-index: 99;
}

.donut-text {
	display: inline-block;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;	
	opacity: 0;
	-webkit-transition:opacity 0.45s ease-in-out;
	-moz-transition:opacity 0.45s ease-in-out;
	-o-transition:opacity 0.45s ease-in-out;
	-ms-transition:opacity 0.45s ease-in-out;
	transition:opacity 0.45s ease-in-out;
	}
	

.donut-text span {
	display: table;
	width: 100%;
	height: 100%;
}

.donut-text p {
	color: #dc7b7b;
	font-size: 1em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
}

.donut-wrap img:hover + .donut-text {

	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 5px;
	opacity: 1;
}


/* FACEBOOK */


.tenbottom {
	padding-bottom: 10px;
}

.fbcontainer {
	height: 400px;
	overflow: scroll;
}

.day {
	font: bold 1.5em "Playfair-Display",serif;
	text-align: center;
	padding: 5px;
}

.fb {
	font-size: .7em;
}

.profile-info{
	overflow:hidden;
	visibility: hidden;
	height: 0;
}

.profile-photo{
	float:left;
	margin:0 .5em 0 0;
}

.profile-photo img{
	width:40px; height:40px;
}

.profile-name{
	float:left;
	width:85%;
}

.time-ago{
	color:#999;
}

.profile-message{
	margin: 5px 0;
	font-size: 1em;
}



.post-link{
	text-decoration:none;
}

.post-content{
	overflow:hidden;
	text-align: center;
}

.post-content img{
	max-width: 100%;
	
}

.post-status{
	margin:.5em; font-weight:bold;
}

.post-picture{
 	max-height: 200px;
 }

.post-info{
	width:70%; float:left; margin:.5em;
}

.post-info-name{
	font-weight:bold;
}

.post-info-description{
	color:#999;
}

.like-icon {
	background-image: url('images/fb-sprite.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: -146px -514px;
	height: 15px;
	width: 13px;
	display:block;
	float:left;
	margin: 2px 5px 0 0;
}

.comment-icon {
	background-image: url('images/fb-sprite.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: -160px -514px;
	height: 15px;
	width: 13px;
	display:block;
	float:left;
	margin: 3px 5px 0 0;
	
}

.force-inline {
	display: inline;
}





@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 20px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Playfair-Display",serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
        background-color: #fff;
    }

	.brand img {
		max-height: 150px;
	}

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }


    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-family: "Playfair-Display", serif;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #000;
        background-color: #fff;
    }

    .navbar {
        border-radius: 0;
        margin-bottom: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        background: #000042;
		
/*		border-bottom: 10px solid #ffffff;*/
		margin-bottom: 0;
		border-style: none;
	}
		
    .nav>li>a {
        padding: 20px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
        text-align: center;
    }
    

}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}



