/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*display
 * Custom Style Sheet - Use this file to style your content
 */


@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Logo */
.custom-logo {
  width: 172px;
  height: 70px;
  background-image: url(../../../images/logo/anaglypta.png);
  background-position: 0 0;
  background-repeat: no-repeat;
    background-size: contain;
  margin-left: 20px;
}

#search {
  margin-right: 20px !important;
}

/* Only Phones */
@media (max-width: 767px) {
  #header-responsive .logo { margin-bottom: 10px; }
}

/* Parallax Effect */
.box-parallax { background-image: url(../../../images/yootheme/demo/teaser/home_teaser_default.jpg); }
.box-parallax h1 { font-family: "DroidSerifBoldItalic", "TimesNewRoman", "serif"; }

/* Frontpage Title */
.bigger-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
}

/* Frontpage List Line */
ul.line.frontpage > li {
  margin-top: 30px;
  padding-top: 30px;
}

ul.line.frontpage > li:first-child {
  margin-top: 0;
  padding-top: 0;
}


/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
  .frontpage-teaser { height: 280px; }
  .frontpage-teaser h2 {
    margin-bottom: 0;
    line-height: 75px;
    font-size: 68px;
  }
  .frontpage-teaser h4 {
    line-height: 28px;
    font-size: 23px;
  }
}

/* only phones */
@media (max-width: 767px) {
  .frontpage-teaser { height: 150px; }
  .frontpage-teaser h2 {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 50px;
    font-size: 40px;
  }
  .frontpage-teaser h4 {
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
  }
}

/* Createinn Additions */

#yoo-zoo .item div.pos-specification ul strong {
    width: 235px;
}

#yoo-zoo .item h1.pos-title {
    font-size: 30px;
    line-height: 44px;
}

#yoo-zoo .items h2.pos-title {
    font-size: 21px;
    line-height: 19px;
}

#yoo-zoo .item h3 {
    color: #5FA3C4;
    font-size: 26px;
    margin-top: 5px;
}

.zoo-gallery-wall.margin {
    margin: 9px -15px -15px 0;
}

#system .item {
    padding-left: 11px;
}

/* createinn additions */

.button-default, .button-primary:hover {
    background: url("../images/buttonbg.png") repeat scroll 0 0 #434343;
}
.button-default, .button-primary {
    line-height: 65px;
    margin: -16px -10px 0 -11px;
    padding: 0 9px;
  font-family: "p22_undergrounddemipetitecaps";
  text-transform: uppercase;
  font-size: 13px;
}

/*.box-anaglypta h1 {
    font-family: "DroidSerifBoldItalic","TimesNewRoman","serif";
} */

.box-anaglypta h1 {
  text-transform: uppercase;
  letter-spacing: 0.03em;
    line-height: 1em;
  padding-top: 42px;
}

.box-anaglypta h1, .box-anaglypta h2 {
    font-size: 23px;;
    margin-bottom: 0;
 /*   text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);   */
}
.box-anaglypta h1, .box-anaglypta h2 {
    color: rgba(250, 250, 250, 0.7);
  padding-left: 30px;
}

.box-anaglypta > div {
    text-align: left;
  margin-left: 0px;
    margin-top: 333px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 100px;
}

.box-anaglypta h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
    line-height: 2.5em;
    margin-top: 0;
  padding-top: 0px;
  font-style: italic;
  letter-spacing: 0.05em;
}


.box-anaglypta {
    background-position: 50% 0;
    overflow: hidden;
    position: relative;
}



#yoo-zoo .details h1.title {
font-family: "Times New Roman",Times,serif;  
}

#page #yoo-zoo h1, #page #yoo-zoo h2, #page #yoo-zoo h3, #page #yoo-zoo h4, #page #yoo-zoo h5, #page #yoo-zoo h6 {
font-family: "Times New Roman",Times,serif;  
}

.menu-dropdown li.level1 {
    margin-right: 17px;
}

.menu-dropdown li.level3 {
    font-size: 12px;
    line-height: 20px;
  font-family: "p22_undergrounddemipetitecaps";
    text-transform: uppercase;
}



/* Buttons */

.button-orange {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #AF7813;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
  border-radius: 5px
}

.button-purple {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #6C6A97;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
  border-radius: 5px
}

.button-green {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #899926;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
  border-radius: 5px
}

.button-red {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #AF3522;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
  border-radius: 5px
}

.button-blue {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #396D85;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
  border-radius: 5px
}

.button-yellow {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #D5B500;
    line-height: 25px;
    padding: 0 10px;
    display: inline-block;
  border-radius: 5px
}

.button-default2, .button-default2:hover, .button-primary:hover {
    background: url("../images/buttonbg.png") repeat scroll 0 0 #434343;
    color: #FFFFFF;
}

.button-default2, .button-primary {
    line-height: 0px;
    padding: 0 18px;
  margin: 0 -15px;
  margin-top: 0;
  height: 48px
}
.button-more, .button-default2, .button-primary {
    display: inline-block;
}

.button-default2 h3 {
  line-height: 0;
  text-transform: uppercase;
}

.button-default a {
    color: #ffffff;
}

.button-default2:hover {
    background: none repeat scroll 0 0 #E1DDD8;
}

/* Zoo templates amends */

#yoo-zoo .item div.pos-description ul strong {
    display: inline-block;
    width: 95px;
}

#yoo-zoo .item div.pos-description ul {
    list-style: none outside none;
  padding-left: 0;
}

#yoo-zoo .item div.pos-description .element {
    margin-top: 0;
}

#yoo-zoo .item div.pos-description div.rating div.vote-message {
  margin-bottom: 20px;
}

/* front page strapline */

.strap h2 {
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-style: normal;
    line-height: 2;
    margin-top: -37px;
}

h3 {
  font-size: 13px;
}

/* stroke around site box */
/* #block-main {
    border: 1px solid #CCCCCC;
} */

#block-main {
  border: none !important;
  box-shadow: none !important;
}

.wk-content > a:first-child {
    display: inline;
}

/* youtube fluid width fix */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* resize */
.pos-media {
min-width:45%;
max-width: 445px;
}

.default-button-heritage {
  background-image: url("../../../images/fpspotlight/heritage3.jpg");
  display: block;
  height: 190px;
  max-width: 290px;
}

.default-button-retro {
  background-image: url("../../../images/fpspotlight/retro6.jpg");
  display: block;
  height: 190px;
  max-width: 290px;
}

.default-button-classics {
  background-image: url("../../../images/fpspotlight/classics3.jpg");
  display: block;
  height: 190px;
  max-width: 290px;
}

.default-button-contemporary {
  background-image: url("../../../images/fpspotlight/contemporary5.jpg");
  display: block;
  height: 190px;
  max-width: 290px;
}

.default-button-foundation {
  background-image: url("../../../images/fpspotlight/foundation.jpg");
  display: block;
  height: 190px;
  max-width: 290px;
}

.default-button-heritage h3 {
  background-image: url("../images/buttonbg.png");
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  text-transform: uppercase;
  top: 142px;
  margin-top: 0;
  margin-bottom: 0;
}

.default-button-retro h3 {
  background-image: url("../images/buttonbg.png");
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  text-transform: uppercase;
  top: 142px;
  margin-top: 0;
  margin-bottom: 0;
}

.default-button-classics h3 {
  background-image: url("../images/buttonbg.png");
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  text-transform: uppercase;
  top: 142px;
  margin-top: 0;
  margin-bottom: 0;
}

.default-button-contemporary h3 {
  background-image: url("../images/buttonbg.png");
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  text-transform: uppercase;
  top: 142px;
  margin-top: 0;
  margin-bottom: 0;
}

.default-button-foundation h3 {
  background-image: url("../images/buttonbg.png");
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  text-transform: uppercase;
  top: 142px;
  margin-top: 0;
  margin-bottom: 0;
}

#page #yoo-zoo h1, #page #yoo-zoo h2, #page #yoo-zoo h3, #page #yoo-zoo h4, #page #yoo-zoo h5, #page #yoo-zoo h6 {
  font-family: p22_undergrounddemipetitecaps;
}

/* hide border on zoo */

#yoo-zoo div.box-1 {
  border-left: none !important;
  border-right: none !important ;
}

#yoo-zoo div.box-t2 {
  background: rgba(0, 0, 0, 0) !important;
}

#yoo-zoo div.box-t1 {
  background: rgba(0, 0, 0, 0) !important;
}

#yoo-zoo div.box-t3 {
  border-top: none !important;
}

#yoo-zoo div.box-b3 {
  border-bottom: none !important;
}

#yoo-zoo div.box-b2 {
  background: rgba(0, 0, 0, 0)
}

#yoo-zoo div.box-b1 {
  background: rgba(0, 0, 0, 0)
}

/* remove houses background */
#page {
  background: #ffffff !important;
}

.button-green {
    background: #7b9318 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
}
