/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Special+Elite');

.header-container {
    position: absolute;
    z-index: 500;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: #FFF;
}

main.front {
	margin-top: 72px;
}

main {
    margin-top: 96px;
}

@media screen and (max-width:991px) {
    main {
        margin-top: 55px;
        overflow: hidden;
    }
	
	main.front {
		margin-top: 38px;
	}
}


.container-theme {
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-theme-small {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

@media screen and (min-width:768px) {
    .container-theme-small {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
}

.container-theme-medium {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

@media screen and (min-width:768px) {
    .container-theme-medium {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }
}

.container-theme-large {
    padding-top: 140px;
    padding-bottom: 140px
}

.heading-alt {
    /*color: #004F8A;*/
    font-family: Papyrus,Rotis,Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
	margin-top: 10px;
}
/*
@media screen and (max-width:1000px) {
	.front .heading-alt {
		margin-top: 10px;
	}
}
*/
/*
h1 .heading-alt, h2 .heading-alt, h3 .heading-alt, h4 .heading-alt, h5 .heading-alt, h6 .heading-alt,
.h1 .heading-alt, .h2 .heading-alt, .h3 .heading-alt, .h4 .heading-alt, .h5 .heading-alt, .h6 .heading-alt {
	margin-top: 10px;
}*/

.align-vertical{
	display:block;
	-webkit-box-align:center;
	-moz-box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
	-ms-flex-align:center;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap}

@media screen and (min-width:768px){
	.align-vertical [class^="col"]{margin-right:-.5px}
}

@media screen and (min-width:768px){
	.align-vertical{
		display:-webkit-box;
		display:-moz-box;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flexbox;
		display:flex}
}


.footer {
    position: relative;
    background-color: #FFF;
    font-size: 16px;
    line-height: 1.5;
   /* padding-top: 30px;
    padding-bottom: 20px;*/
    border-top: 1px solid #ccc
}

    .footer p, .footer h4 {
        margin: 0;
    }

	.footer p{padding:0 0 0 20px}

    @media screen and (max-width: 991px){
        .footer .text-right {
            text-align: left;
        }

        .footer .logo {
            margin-bottom: 20px;
        }
    }


.footer ul{padding:0 0 0 20px;
list-style:none}

.footer li{font-family:"News Gothic MT W01 Bold","News Gothic MT","News Gothic","Helvetica Neue",Helvetica,Arial,sans-serif}

.footer li>ul{padding-left:0}

.footer li>ul li{font-family:"News Gothic MT W01","News Gothic MT","News Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
padding-left:.8em;
border-left:1px solid #eee}

.footer li ul{padding-left:0}

.footer li ul li{padding-left:.8em;
border-left:1px solid #eee}

.footer-header{
	display:block;
	margin-top:0;
	padding:3px 20px;
	font-size:11px;
	text-transform: uppercase;
	line-height:1.5;
	color:#999;
	white-space:nowrap}

.social-icons li{display:inline-block}

.social-icons a{text-indent:-9000px;
overflow:hidden;
width:22px;
height:22px}

.social-icons img{width:24px;
height:24px}

.bg-default {
    background-color: #F5F5F5;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  /*padding: 15px;*/
}

.panel-body img {
	width: 100%;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-footer .heading-alt {
	margin-top: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

    
/*.footer .well {
        padding: 0 1em
    }*/

.footer a:link {
    color: #8d8d8d;
}

    .footer a:hover {
        color: #444;
    }

    .footer h2 {
        margin-bottom: 0
    }

.texture_bg {
    background: url(../img/texture2.jpg) repeat-x
}

.padding15 {
	padding: 15px;
}

#copyrights {
	padding: 10px 0;
	background-color: #840606;
	font-size: 14px;
	line-height: 1.8;
	color: #FFF;
}

/*#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}*/
/*
.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}

.copyrights-menu { margin-bottom: 10px; }

.copyrights-menu a {
	font-size: 14px;
	margin: 0 10px;
	border-bottom: 0 !important;
}

#copyrights .col_half { margin-bottom: 0 !important; }

#copyrights a:first-child { margin-left: 0; }

#copyrights .tright a:last-child { margin-right: 0; }*/

.quote_container {
	background: #fffdf5;
	color: #3f3f5a;
	display: flex;
	align-items: center;
	justify-content: space-around;
	max-width: 100%;
	/*height: 100vh;
	font-family: 'EB Garamond', serif;
	background-color: #fff;*/
	padding: 3em 4em 2em;
	box-sizing: border-box;
	margin: 0;
	
}

/*@media all and (max-width: 600px) {
	.quote_container {
		padding: 5rem;
		margin: 0 -2rem;
	}
}*/

blockquote {
	margin: 0;
	padding: 0;
	position: relative;
	width: 80%;
	/*min-width: 400px;
	max-width: 820px;
	font-size: 1.25vw;*/
	
	line-height: 1.4;
	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-fon-smoothing: grayscale;
}

blockquote p:first-of-type:before,
blockquote p:last-of-type:after {
	font-family: 'Special Elite', cursive;
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

@media screen and (max-width: 767.98px) {
	blockquote {
		width: 100%;
		padding: 0;
	}
	
	blockquote p:first-of-type:before,
	blockquote p:last-of-type:after {
		display: none;
	}
}

blockquote p:first-of-type:before {
	content: '\201c';
	left: -5rem;
	top: -2.5rem;
}

blockquote p:last-of-type:after {
	content: '\201d';
	right: -5rem;
	bottom: 2.5rem;
}

blockquote footer {
	position: relative;
}

blockquote footer:before {
	content: '–';
	position: absolute;
	left: -.6em;
}


.masonry-thumbs { position: relative; }

.masonry-thumbs a {
	position: relative;
	float: left;
	width: 25%;
	max-width: 100% !important;
	overflow: hidden;
}

.masonry-thumbs.grid-2 a { width: 50%; }

.masonry-thumbs.grid-3 a { width: 33.30%; }

.masonry-thumbs.grid-4 a { width: 25%; }

.masonry-thumbs.grid-5 a { width: 20%; }

.masonry-thumbs.grid-6 a { width: 16.60%; }

.masonry-thumbs a,
.masonry-thumbs img {
	display: block;
	height: auto !important;
}

.masonry-thumbs img {
	width: 100%;
	border-radius: 0 !important;
	padding: 0 1px 1px 0;
}

.masonry-thumbs .overlay { padding: 0 1px 1px 0; }


/* Portfolio Single - Content
-----------------------------------------------------------------*/

.portfolio-single-content { font-size: 14px; }

.portfolio-single-content h2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 20px;
	font-weight: 600 !important;
}


.portfolio-ajax-modal { width: 1000px !important; }

.modal-padding { padding: 40px; }

.ajax-modal-title {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EEE;
	padding: 25px 40px;
}

.ajax-modal-title h2 {
	font-size: 26px;
	margin-bottom: 0;
}


#portfolio-ajax-wrap {
	position: relative;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .4s ease;
	-o-transition: max-height .4s ease;
	transition: max-height .4s ease;
}

#portfolio-ajax-wrap.portfolio-ajax-opened { max-height: 1200px; }

#portfolio-ajax-container {
	display: none;
	padding-bottom: 60px;
}

#portfolio-ajax-single h2 { font-size: 26px; }


/* Portfolio Single - Meta
-----------------------------------------------------------------*/

.portfolio-meta,
.portfolio-share {
	list-style: none;
	font-size: 14px;
}

.portfolio-meta li {
	margin: 10px 0;
	color: #666;
}

.portfolio-meta li:first-child { margin-top: 0; }

.portfolio-meta li span {
	display: inline-block;
	width: 150px;
	font-weight: bold;
	color: #333;
}

.portfolio-meta li span i {
	position: relative;
	top: 1px;
	width: 14px;
	text-align: center;
	margin-right: 7px;
}

.well .line {
	margin: 20px 0;
	border-color: #E5E5E5;
}


/* Portfolio Single Navigation
-----------------------------------------------------------------*/

#portfolio-navigation {
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	max-width: 96px;
	height: 24px;
	margin-top: -12px;
}

.page-title-right #portfolio-navigation {
	left: 10px;
	right: auto;
}

.page-title-center #portfolio-navigation {
	position: relative;
	top: 0;
	left: 0;
	margin: 20px auto 0;
}

#portfolio-navigation a {
	display: block;
	float: left;
	margin-left: 12px;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #444;
	transition: color .3s linear;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
}

.page-title-dark #portfolio-navigation a { color: #EEE; }

.page-title-parallax #portfolio-navigation a { color: #FFF; }

#portfolio-navigation a i {
	position: relative;
	top: -1px;
	font-size: 24px;
	line-height: 1;
}

#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
	font-size: 32px;
	top: -6px;
}

#portfolio-navigation a i.icon-angle-right { left: -1px; }

#portfolio-navigation a:first-child { margin-left: 0; }

#portfolio-navigation a:hover { color: #840606; }

#portfolio-ajax-show #portfolio-navigation {
	top: 0;
	margin-top: 0;
}


/* Individual Portfolio Item
-----------------------------------------------------------------*/

.iportfolio {
	position: relative;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.iportfolio .portfolio-image {
	position: relative;
	overflow: hidden;
}

.iportfolio .portfolio-image,
.iportfolio .portfolio-image a,
.iportfolio .portfolio-image img {
	display: block;
	width: 100%;
	height: auto;
}

.iportfolio .portfolio-overlay { height: 100% !important; }

