body {
    background: url("images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Theano Didot Regular";
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    /*font-family: "Theano Didot Regular" !important;*/
}

.contact {
    background-color: #3e2f2a;
    width: 100%;
    min-height: 35px;
    color: #ffffff;
    /*font-family: "Theano Didot Regular" !important;*/
}

.contact-content {
    line-height: 250%;
    text-align: center;
}

.contact-content span {
    color: #bfa34b;
}

footer {
    color: #ffffff;
}

.white-border, .black-border {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(199, 199, 199, 0.66);
    -moz-box-shadow: 0px 0px 5px 2px rgba(199, 199, 199, 0.66);
    box-shadow: 0px 0px 5px 2px rgba(199, 199, 199, 0.66);
}

.white-border {
    border: 27px solid #ffffff;

}

.black-border {
    border: 27px solid #262a35;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-25 {
    margin-top: 25px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-50{
    padding-top: 50px;
}

.padding-top-60{
    padding-top: 60px;
}

.padding-top-100{
    padding-top: 100px;
}

.no-padding-right {
	padding-right:0px!important;
}

.no-padding-left {
	padding-left:0px!important;
}


.image-container {
    position: relative;
    float: left;
	max-width:540px;
}

.image-caption {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.90);
    color: #232731;
    bottom: 52px;
    left: 27px;
    text-align: center;
    text-transform: uppercase;
    min-width: 45%;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.image-caption:hover {
    color: #bfa34b;
    cursor: pointer;
}

.breadcrumbs-heading {
    text-transform: uppercase;
    font-size: 22px;
    /*font-family: "Theano Didot Regular";*/
    position: relative;
    left: -50%;
    padding-top: 45px;
}

.vintage {
    position: absolute;
    left: 50%;
}

.image-bird-gold {
    display: none;
}

.contact-container {
    position: relative;
    /*float: left;*/
    background-color: white;
}

.contact-caption {
    background-color: white;
}

.contact-text-heading {
    text-align: center;
    color: #bfa34b;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;
}

.contact-icons {
    float: left;
    padding-right: 15px;
}

.contact-line{
    height: 100%;
    border-bottom:1px solid #bfa34b;
    margin-top: 40px;
    margin-bottom: 40px;
}

.services-text-heading {
    color: #bfa34b;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;
}

.services-list {
    font-size: 18px;
    line-height: 45px;
}

.services-list span {
    color: black;
}

.services-list li {
    color: #bfa34b;
}

.pietas-shop {
	
	padding-top: 30px;
}
.pietas-shop h2 {
    text-align: center;
    text-transform: uppercase;
	color:#333;
}

.pietas-shop:hover h2 {
    color: #bfa34b;
    cursor: pointer;
}

.image-bird-gold, .image-bird-black {
    margin-left: auto;
    margin-right: auto;
    width: 100px;

}

.pietas-shop:hover .image-bird-gold {
    display: block;
    -webkit-transition: opacity 10s;
    transition: opacity 10s;
    cursor: pointer;
}

.pietas-shop:hover .image-bird-black {
    display: none;
    cursor: pointer;
}

.pietas-shop p {
    text-align: center;
    color: #333f4f;
    margin-top: 15px;
}

.pietas-shop:hover p {
    color: #bfa34b;
    cursor: pointer;
}

footer {
    min-height: 187px;
    background-color: #3c3c3b;
}

p {
    font-size: 18px;
	/*font-family: "Theano Didot Regular";*/
}

.mail-to {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.plaveoo_logo{
	width: 18%;
	padding-top: 10px;
}

@media screen and (min-width: 320px) and (max-width:359px) {
	.breadcrumbs-heading {
		left: -55%;
		font-size: 13px;
		padding-top: 51px;
		width: 140%;
	}
}

@media screen and (min-width: 360px) and (max-width:481px) {
	.breadcrumbs-heading {
		left: -70%;
		font-size: 14px;
		padding-top: 50px;
		width: 140%;
	}
}

@media screen and (min-width: 481px) and (max-width:768px) {
	.breadcrumbs-heading {
		font-size: 16px;
		padding-top: 48px;
	}
}

.modal-title {
	color:#bfa34b!important;
}

.left-margin-35{
	margin-left:35px;
}

.img-center {
	clear:both;
	margin-left:auto;
	margin-right:auto;
}