
/* Enews signup */

.panel.enews-signup {
    background-image:url(/images/enews-subscription-background.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 80px;
}

.panel.enews-signup h1,
.panel.enews-signup p {
    color: #9f49a4;
}

.panel.enews-signup p {
    max-width: 710px;
    font-size: 1.2em;
    margin: 0 auto 30px;
}

/* FAQS */

.panel.faqs ul {
    margin: 0;
    text-align: left;
}

.panel.faqs li.question {
    margin: 8px 0 15px;
    background-color: #fff;
    padding: 20px 15px 20px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.panel.faqs:nth-of-type(odd) .content-wrapper li.question {
    background-color: #fff;
    color: #e81588;
}

.panel.faqs li.question i {
    float: right;
    margin-top: 0px;
    color: #379537;
    font-size: 1.2em;
}

.panel.faqs li.answer {
    padding: 0;
    display: none;
    margin-top: 15px;
    font-weight: 300;
    color: #1c526e;
    opacity: 0;
    transition: all 1s;
}

.panel.faqs li.question.open {
    transition: all 1s;
}

.panel.faqs li.question.open li.answer {
    display: block;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
    transition: all 1s;
}

/* TESTIMONIALS */

ul.testimonials
{
    padding:0;
    margin:0;
    list-style:none;
    color:#379538;
    width:100%;
    overflow:hidden;
}

ul.testimonials li
{
    font-size:0.8em;
    width:100%;
    float:left;
}

ul.testimonials li em
{
    font-size:1.3em;
    display:block;
    
}


/* Articles list */

.panel#articles-list {
    background-color: #f14ba6;
    padding-bottom: 80px;
}

.panel#articles-list h2 {
    margin-bottom: 30px;
    color: #fff;
}

.panel#articles-list h3 {
    margin-bottom: 30px;
}

.panel#articles-list .box {
    background-color: #fff;
}

.panel#articles-list .box .text-wrapper {
    padding: 15px;
}

.panel#articles-list .box .text-wrapper p {
    margin-bottom: 25px;
}

.panel.videos#articles-list {
    background-color: #fff;
}

.panel.videos#articles-list .box {
    background-color: #e3e9e9;
}

.panel.videos#articles-list .box .vertical-wrapper {
    position: relative;
    height: 380px;
}

.panel.videos#articles-list .box .text-wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* BASKET */

table#basket {
    width:100%;
    max-width:600px;
    border:0;
    color:#000;
    line-height:1.2em;
    margin:0 auto;
}

table#basket span {
    margin-top:5px;
    display:block;
}

table#basket img {
    width:auto;
    max-height:60px;
    float:left;
    margin-right:20px;
}

table#basket em {
    font-size:0.8em;
    color:#666;
    font-style:normal;
}

table#basket td {
    border-bottom:solid 1px #E6E6E6;
    padding:10px;
    vertical-align:middle;
}


table#basket td:nth-child(1) {
    width:70%;
    text-align:left;
}

table#basket td:nth-child(2) {
    width:20%;
    text-align:right;
}

table#basket td:nth-child(3) {
    width:10%;
    text-align:center;
}

table#basket .nob td {
    border:none;
}


/* END BASKET */


/* BREADCRUMBS */

#breadcrumbs ul {
    width:100%;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

#breadcrumbs ul li {
    float:left;
    list-style-type:none;
    padding: 10px 0;
}

#breadcrumbs ul i {
    padding: 0 13px 0 15px;
}

#breadcrumbs ul li.home {
    background:none;
    padding-left: 0;
}

/* END BREADCRUMBS */

/* BOOK CONTENT */

.panel.bookcontent {
    font-size:1.2em;
    padding-top: 30px;
}

.panel.bookcontent img {
    margin-bottom:15px;
}

.panel.bookcontent .box:nth-child(1) strong {
    font-size:1.4em;
    color:#000;
    line-height:1em;
}

.panel.bookcontent .box:nth-child(1) em {
    font-size:0.8em;
    color:#000;
    font-style:normal;
    display:block;
    line-height:1em;
}


.panel.bookcontent h1 {
    line-height:1.1em;
}

.panel.bookcontent h1 em {
    font-size:0.5em;
    display:block;
    font-weight:normal;
    font-style:normal;
}

.panel.bookcontent .box:nth-child(1) {
    padding-top:5px;
}

.panel.bookcontent .box:nth-child(2) {
    text-align:left;
}

/* END BOOK CoNTENT */


/* PAGE CONTENT */

.panel.pagecontent .content-wrapper .box {
    text-align:center;
    font-size:1.2em;
}

.panel.pagecontent .content-wrapper hr {
    background:none;
    border:none;
    border-top:solid 1px #3aa2e8;
    margin:20px auto;
    max-width:270px;
}

.panel.pagecontent form {
    text-align:left;
}

/* END PAGE CONTENT */

/* PROJECTS */

.panel.pagecontent#projects {
    background-image:url(/images/land-photo.jpg);
    background-size:cover;
    color:#FFF;
}

.panel.pagecontent#projects h1, .panel.pagecontent#projects strong {
    color:#FFF;
}

.panel.pagecontent#projects h2 {
    font-size:1.4em;
    margin:30px 0;
}

.panel.pagecontent#projects ul {
    margin:0 auto;
    max-width:440px;
    width:100%;
    display:block;
}

.panel.pagecontent#projects ul li {
    text-align:justify;
}


.panel.pagecontent .cols  {
    clear:both;
    margin-bottom:30px;
}

.cols .box {
    width:23%;
    float:left;
    overflow:hidden;
    padding:0;
    margin:0;
}

.cols .box:nth-child(2) {
    width:50%;
}

.cols .box img {
    width:90%;
    margin:0 auto;
    border-radius:5px;
}

@media screen and (max-width: 700px)
{
.cols .box,.cols .box:nth-child(2) {
    width:100%;
}
.cols .box img {
    width:40%;
    margin:20px auto;
    max-width:280px;
}
.panel.pagecontent#projects h2 {
    margin:10px 0;
}
}

/* END PROJECTS */

/* WHY CHOOSE */

.panel.whychoose ul {
    margin:inherit 5%;
}

.panel.whychoose li {
    text-align:left;
    padding:5px 3%;
    box-sizing:border-box;
}

.panel.whychoose li i {
    color:#e04b36;
    margin-right:20px;
}



/* END WHY CHOOSE */

.sticky {
    max-width:290px;
    position:fixed;
    top:10px;
}


iframe
{
width:100%;    
}


.panel .content-wrapper img.imgleft {
    float:left;
    margin:0 2% 0 0;
}

.panel .content-wrapper img.imgright {
    float:right;
    margin:0 0 0 2%;
}

/*
@media screen and (max-width: 700px)
{
.threecol .box {
    width:100%;
    float:left;
}

.threecol div.box:nth-child(3n+2),.threecol div.box:nth-child(2n+2) {
    margin:0;
}
}
*/

/* EXHIB PAGE */

#exhibwrap #intro {
    width:50%;
    margin:0 auto;
    float:left;
    padding:0 25%;
}

#exhibwrap #intro strong {
    color:#FFF;
    text-transform:uppercase;
}

#exhibwrap .gallery {
    width:25%;
    position:absolute;
    text-align:center;
}

#exhibwrap .gallery.left {
    left:0;
}

#exhibwrap .gallery.right {
    right:0;
}

#exhibwrap .gallery img {
    width:250px;
    max-width:90%;
    margin-bottom:25px;
}

#exhibwrap .twocol .box {
    border:solid 3px #fff;
    color:#fff;
    font-size:0.9em;
    box-sizing:border-box;
    margin-bottom:25px;
}

@media screen and (max-width: 1200px)
{
#exhibwrap .twocol .box {
    width:100%;
    margin:0 0 25px 0!important;
}
}

@media screen and (max-width: 700px)
{
#exhibwrap #intro {
    width:100%;
    margin:0 auto;
    float:none;
    padding:0;
}

#exhibwrap .gallery {
    width:100%;
    position:relative;
}

#exhibwrap .gallery img {
    width:450px;
    max-width:100%;
    margin-bottom:25px;
}

}

/* POPUP */

.popup-content {
    width: 100%;
    max-width: 600px;
    height: auto;
    background-color: #000;
}

.popup-content iframe {
    width: 600px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
}


/* FOOTER */

footer {
    width:100%;
    background-color: #379537;
    color: #fff;
    font-size: 0.9em;
    clear: both;
    margin:0 auto;
    text-align:left;
}

footer .content-wrapper {
    text-align:left;
    padding:20px 0 0 0;
}

footer .threecol {
    padding:0;
}

footer .threecol .box {
    padding-left:2%;
    padding-right:2%;
    box-sizing:border-box;
}


footer a {
    color: #fff;
    text-decoration:none;
}


footer p strong {
    text-transform:uppercase;
    color:#fff;
    font-weight:600;
    margin-bottom:20px;
    display:block;
    font-size:1.05em;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    margin: 0;
    padding: 0 0 5px 0;
    list-style:none;
}

footer ul li a {
    text-decoration:none;
}

footer ul li a.newsletter {
    padding: 4px 10px 5px;
    background-color: #188518;
    border: solid 1px #fff;
    margin-bottom: 4px;
    display: block;
    width: 70px;
}

footer a#top {
    display: block;
    width: 100%;
    clear:both;
    height: 25px;
    overflow:hidden;
    border-bottom: 10px solid #f4f5f7;
    clear:both;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #f4f5f7;
     transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;

}

footer a#top:hover  {
    border-bottom-color: #666;
}

footer a#top:hover em  {
    color:#fff;
    background-color:#666;    
}

footer a#top em {
    display:block;
    width: 60px;
    height:47px;
    padding-top:5px;
    background-color:#f4f5f7;    
    margin: 5px auto 0 auto;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    font-style: normal;
    text-align:center;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #252931;
    font-weight:bold;
}

footer .faicons {
    margin: 25px 0 30px;

}

footer .faicons img {
    float:left;
    margin:-2px 10px 0 0;
}

footer .faicons i {
    font-size:1.7em;
    margin:0 10px 0 0;
}

footer .faicons i {
    color: #fff;
}

footer .faicons a { 
    margin-right: 10px;
}

footer .faicons a:nth-child(2):hover {
    color:#4267b2;
}

footer .faicons a:nth-child(3):hover {
    color:#1da1f2;
}

footer .faicons a:nth-child(4):hover {
    color:#314358;
}

/* END FOOTER */