/* Trentino site style */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

/* ===== Structure ===== */

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, Tahoma, Arial, Helvetica, sans-serif;
}

#page {
    background: transparent url(images/bg.jpg) left top repeat;
}

#page-top {
    width: 100%;
    background-color: #FBF8F1;
}

#top-content,
#main-content,
#footer-content .container,
footer .claim-wrapper .container {
    max-width: 1170px;
    margin: 0 auto;
}

/* ===== Page Elements ===== */

.attr_body a {
    color: #58453e;
    display: inline-block;
    text-decoration: underline;
}

.attr_body a:hover {
    color: #FBAD17;
}

.btn,
a.btn {
    background-color: #685A51;
    background-image: none;
    border: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color:  #463730;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    padding: 6px 30px;
    font-family: 'Roboto Slat';
    font-style: normal;
    color: #FFF;
    text-shadow: none;
    font-size: 1.1em;
    margin-top: 12px;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
}

.btn.yb {
    background-color: #FBAD17;
    border-bottom-color:  #8B7B6E;
    color: #504039;
    font-family: Roboto;
    font-size: 1em;
}

.btn.bgb {
    background-color: #E8E3DD;
    border-bottom-color:  #998C7C;
    color: #7B7168;
    font-family: Roboto;
    font-size: 1em;
}

.btn:hover {
    background-color: #FBAD17;
    border-bottom-color: #9B8B7C;
    color: #FFF;
}

.btn.yb:hover,
.btn.bb:hover {
    background-color: #9C8B7B;
    border-bottom-color: #8C7C6F;
    color: #FFF;
}

.btn.bgb:hover,
.btn.bgb.current {
    background-color: #6A5951;
    color: #FFF;
}

a:hover {
    text-decoration: none;
}

.btn.bgb .fa {
    color: #9A8A7A;
}

.responsive_btn.fa {
    display: none !important;
}

/* ===== Page top ===== */

#top-content {
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
}

#top-content ul {
    margin: 0;
}

#top-content li {
    float: left;
    list-style: none;
}

#top-content li a {
    display: block;
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}

/* Top links */
#top-links {
    margin-left: -12px !important;
}

#top-links li {
    padding: 14px 12px;
}

#top-links a {
    font-size: 22px;
    color: #BDB3A9;
}

#top-links a:hover {
    color: #58463C;
}

#top-links .webtv {
    position: relative;
}

#top-links .webtv-hover {
    width: 62px;
    height: 22px;
    display: block;
    background: transparent url(images/social-icons.png) left -48px no-repeat;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}

#top-links .webtv:hover .webtv-hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#top-links .webtv a {
    position: absolute;
    top: 14px;
    left: 12px;
    width: 62px;
    height: 22px;
    display: block;
    background: transparent url(images/social-icons.png) left -24px no-repeat;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#top-links .webtv:hover a {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

/* Top menu */
#topmenu-firstlevel {
    margin-right: -20px !important;
}

.topmenu-design a,
#topmenu-firstlevel li span.fa {
    display: inline-block !important;
    color: #58463C;
}

#topmenu-firstlevel .selected > a,
#topmenu-firstlevel li:hover > a,
#topmenu-secondlevel li:hover a,
#topmenu-firstlevel .selected span.fa,
#topmenu-firstlevel li:hover span.fa,
#topmenu-secondlevel .current a {
    color: #BDB3A9;
}

#topmenu-firstlevel li {
    position: relative;
    border-left: 1px solid #E7E4DD;
    padding: 14px 18px 15px;
}

#topmenu-firstlevel li.firstli {
    border-left: none;
}

#topmenu-secondlevel {
    position: absolute;
    top: 49px;
    left: 0;
    padding-top: 1px;
    background-color: #fbf8f1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.4s,opacity 0.3s linear;
    z-index: 100;
    border: 1px solid #DEDACE;
    border-top: none;
}

#topmenu-firstlevel li:hover #topmenu-secondlevel {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

#topmenu-secondlevel li {
    float: none;
    position: relative;
    z-index: 100;
    border-top: 1px solid #DEDACE;
    white-space: nowrap;
    padding: 10px 18px;
}

/* ===== Page header ===== */

header,
header > .container {
    background-color: transparent;
    background-image: none;
    min-height: 100px;
}

header .logo {
    width: auto;
    max-width: 90%;
    height: auto;
    margin-top: 23px;
    display: inline-block;
}

header .form-search label:before {
    left: auto;
    right: 10px;
    height: 25px;
    width: 25px;
    background: transparent url(images/search-icon.png) left top no-repeat;
}

header .form-search {
    margin-top: 32px;
}

.search-query {
    background-color: #fbf8f1;
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 0;
    color: #6A5951 !important;
    margin-bottom: 0;
    padding: 7px;
    border: 2px solid #BEB2A6;
    width: 230px;
}

input:focus, textarea:focus {
    border-color: rgba(190, 178, 166, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(104, 90, 81, 0.6);
    outline: 0 none;
}

.search-query::-webkit-input-placeholder { color: #6A5951; }
.search-query:-moz-placeholder { color: #6A5951; }
.search-query::-moz-placeholder { color: #6A5951; }
.search-query:-ms-input-placeholder { color: #6A5951; }

#pat {
    display: block;
    margin-top: 20px;
}

/* ===== Main menu ===== */

.main-navi {
    border-top: 4px solid #685A51;
}

.main-navi,
.main-navi #mainmenu-firstlevel {
    background-color: #58453E;
    height: 56px;
    width: 100%;
    margin: 0;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
}

.main-navi #mainmenu-firstlevel li {
    float: left;
    border-left: 1px solid #685A51;
    position: relative;
    padding: 0 15px;
}

.main-navi #mainmenu-firstlevel > li:hover,
.main-navi #mainmenu-firstlevel > li.current,
.main-navi #mainmenu-firstlevel > li.selected {
    background-color: #463730;
}

.main-navi #mainmenu-firstlevel > li > a {
    padding: 17px 0;
}

.main-navi #mainmenu-firstlevel > li > span.fa {
    margin-left: 4px;
}

.main-navi #mainmenu-firstlevel li > a,
.main-navi #mainmenu-firstlevel li > span.fa {
    display: inline-block;
    color: #BEB2A6;
}

.main-navi #mainmenu-secondlevel {
    position: absolute;
    top: 55px;
    left: -15px;
    width: 100%;
    background-color: #463730;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.4s,opacity 0.3s linear;
    z-index: 100;
}

.main-navi #mainmenu-firstlevel li:hover #mainmenu-secondlevel {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.main-navi #mainmenu-secondlevel li a {
    white-space: nowrap;
}

.main-navi #mainmenu-secondlevel > li > span.fa {
    margin-top: 4px;
}

.main-navi #mainmenu-thirdlevel {
    position: absolute;
    top: 0px;
    left: 100%;
    width: auto;
    background-color: #463730;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.4s,opacity 0.3s linear; 
}

.main-navi #mainmenu-secondlevel li:hover #mainmenu-thirdlevel {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.main-navi #mainmenu-secondlevel li,
.main-navi #mainmenu-thirdlevel li {
    float: none !important;
    position: relative;
    border-bottom: 1px solid #6A5951;
    padding: 15px 18px;
    display: block;
}

.main-navi #mainmenu-secondlevel > li:hover,
.main-navi #mainmenu-secondlevel > li.current,
.main-navi #mainmenu-secondlevel > li.selected,
.main-navi #mainmenu-thirdlevel > li:hover,
.main-navi #mainmenu-thirdlevel > li.current,
.main-navi #mainmenu-thirdlevel > li.selected {
    background-color: #58453E;
}

.main-navi #mainmenu-firstlevel li:hover > a,
.main-navi #mainmenu-firstlevel li.current > a,
.main-navi #mainmenu-firstlevel li.selected > a,
.main-navi #mainmenu-firstlevel li:hover > span.fa,
.main-navi #mainmenu-firstlevel li.current > span.fa,
.main-navi #mainmenu-firstlevel li.selected > span.fa,
.main-navi #mainmenu-secondlevel li:hover > a,
.main-navi #mainmenu-secondlevel li.current > a,
.main-navi #mainmenu-secondlevel li.selected > a,
.main-navi #mainmenu-thirdlevel li:hover > a,
.main-navi #mainmenu-thirdlevel li.current > a {
    color: #FCAC19;
}

#mainmenu-thirdlevel li.firstli {
    position: relative;
}
/*box arrow*/
#mainmenu-thirdlevel li.firstli:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(70, 55, 48, 0);
    border-right-color: #463730;
    border-width: 10px;
    margin-top: -10px;
}

#mainmenu-thirdlevel li.firstli:hover:after {
    border-color: rgba(88, 69, 62, 0);
    border-right-color: #58453e;
}

/* ===== Page Footer ===== */

#page-footer {
    background-color: #58453E;
    margin-top: 10px;
}

footer .footer-col {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: #FFF;
    padding: 40px 0 30px;
    line-height: 22px;
}

footer h3 {
    border-bottom: none;
    color: #FCAC19;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 10px;
}

footer h5,
footer p {
    color: #FFF;
    font-size: 15px;
    line-height: 24px;
}

footer p {
    margin-bottom: 8px;
}

footer b {
    font-weight: 600;
}

footer h5 {
    font-weight: 500;
}

footer li:before {
    content: '' !important;
}

footer ul.wicon,
footer ol.wicon {
    margin-left: 1.5em;
}

footer .wicon li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 22px;
}

footer .wicon li > span.fa {
    margin-left: -1.5em;
    margin-right: 0.5em;
}

footer a {
    color: #FFF;
    display: inline-block;
}

footer a:hover {
    color: #FCAC15;
}

footer .menu-content ul {
    margin: 0;
}

footer .menu-content li {
    border-bottom: 1px solid #6A5951;
}

footer .menu-content li.lastli {
    border-bottom: none;
}

footer .menu-content a {
    display: block;
    padding: 7px 0;
}

footer .menu-content a > span.fa {
    margin-top: 5px;
    font-size: 10px;
}

footer input.box {
    background-color: #6A5951;
    color: #FFF;
    border: none;
    padding: 4px;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px 2% 10px 8%;
    width: 85% !important;
}

.class-subscribe_express label {
    display: none;
}

/* Footer claim */
footer .claim-wrapper {
    background-color: #463730;
    background-image: none;
    font-family: Roboto;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
}

footer .claim-wrapper .container {
    padding: 15px 0;
}

footer .claim-wrapper,
footer .claim-wrapper a {
    color: #FBAD17;
}

footer .claim-wrapper a:hover {
    color: #DFD8CE;
}

footer .claim-wrapper .copy {
    text-transform: uppercase;
    float: left;
}

footer .claim-wrapper .footer_links {
    float: left;
    margin: 6px 0 0 15px;
}

footer .claim-wrapper .footer_links li {
    float: left;
}

footer .claim-wrapper .footer_links a {
    padding: 0 15px;
    display: block;
    font-size: 14px;
    /*border-left: 1px solid #FBAD17;*/
    background: transparent url(images/sep.png) left 5px no-repeat;
}

/* Bottom links */
#bottom-links {
    margin: 0;
    margin-right: -12px !important;
}

#bottom-links li {
    padding: 8px 12px;
    float: left;
}

#bottom-links a {
    font-size: 22px;
    color: #BEB2A6;
}

#bottom-links a:hover {
    color: #FBAD17;
}

#bottom-links .webtv {
    position: relative;
}

#bottom-links .webtv-hover {
    width: 62px;
    height: 22px;
    display: block;
    background: transparent url(images/social-icons.png) left -1px no-repeat;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}

#bottom-links .webtv:hover .webtv-hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#bottom-links .webtv a {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 62px;
    height: 22px;
    display: block;
    background: transparent url(images/social-icons.png) left -25px no-repeat;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#bottom-links .webtv:hover a {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

/* ===== Home page ===== */

/* Slideshow */
.class-homepage .class-slider {
    margin: 30px 0;
    overflow: hidden;
}

.bxslider {
    margin: 0;
}

.bxslider li:before {
    content: ''
}

.home_boxes .row-fluid {
    margin-bottom: 20px;
}

.home_boxes .row-fluid.merged {
    margin-bottom: 30px;
}

.home_box {
    background-color: #FFF;
}

.home_box .preview-img,
.content-view-block .attr_image,
.content-view-line .attr_image,
.tbl-gallery .preview-img,
.preview-img {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 30;
}

.home_box.top-row img,
.home_box.mid-row img {
    max-width: none !important;
}

.home_box .preview-img img,
.content-view-block .attr_image img,
.content-view-line .attr_image img,
.tbl-gallery .preview-img img,
.preview-img img  {
    display: block;
}

.home_box .preview-img .overlay,
.content-view-block .attr_image .overlay,
.content-view-line .attr_image .overlay,
.tbl-gallery .preview-img .overlay,
.preview-img .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
}

.home_box .preview-img .expand,
.content-view-block .attr_image .expand,
.content-view-line .attr_image .expand,
.tbl-gallery .preview-img .expand,
.preview-img .expand {
    visibility: hidden;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: rgba(255, 255, 255, 0.4);
    line-height: 50px;
    font-weight: 700;
    font-size: 40px;
    top: 0;
    left: 0;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
}

.home_box .preview-img .expand > span,
.content-view-block .attr_image .expand > span,
.content-view-line .attr_image .expand > span,
.tbl-gallery .preview-img .expand > span,
.preview-img .expand > span {
    display: table-cell;
    vertical-align: middle;
}

.home_box .preview-img:hover .overlay,
.content-view-block .attr_image:hover .overlay,
.content-view-line .attr_image:hover .overlay,
.tbl-gallery .preview-img:hover .overlay,
.preview-img:hover .overlay  {
    visibility: visible;
    display: block;
    z-index: 20;
    background: rgba(88, 69, 62, 0.4);
    overflow: hidden;
    transition: all 0.5s;
}

.home_box .preview-img:hover .expand,
.content-view-block .attr_image:hover .expand,
.content-view-line .attr_image:hover .expand,
.tbl-gallery .preview-img:hover .expand,
.preview-img:hover .expand {
    visibility: visible;
}

.home_box .box_content {
    padding: 20px;
    position: relative;
}

.home_box .box_content:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 12px;
    margin-left: -12px;
    z-index: 30;
}

.home_box .attr_country {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    font-weight: 500;
    display: inline-block;
    padding: 4px 20px;
    background-color: #FBAD17;
    color: #57463C;
    margin: 0 0 20px -20px;
}

.home_box h3 {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 1.3em;
    margin-bottom: 20px;
}

.home_box h3 a {
    color: #59473D;
    display: block;
}

.home_box h3 a:hover {
    color: #FBAD17;
}

.home_box p {
    line-height: 1.2em;
    font-size: 1em;
}

.home_box.mini_box {
    padding-top: 20px;
    padding-bottom: 15px;
}

.home_box.mini_box .box_content {
    padding: 0;
}

.home_box.mini_box .preview-img {
    float: left;
    margin-right: 20px;
}

.home_box.mini_box h3 {
    font-family: Roboto;
    font-size: 1em;
    line-height: 1.1em;
    margin: 0 20px 0 100px;
}

.home_box.mini_box span.attr_country,
span.attr_country,
span.attr_author,
span.attr_role,
span.attr_date {
    background-color: transparent;
    font-family: Arial;
    color: #B6A9A1;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    display: block;
    white-space: nowrap;
}

.col-1 .row-fluid.merged .home_box.mini_box span.attr_country {
    margin: 4px 20px 0 100px;
}

.home_box span.fa {
    font-size: 1.3em;
}

.col-1 .bot_box {
    padding: 10px 20px;
    min-height: 352px;
    margin-bottom: 10px;
}

.col-1 .bot_box .mini_box {
    padding: 20px 0 10px;
}

.col-1 .bot_box h3,
.indentless h3 {
    margin: 0 0 6px !important;
}

.col-1 .bot_box .attr_country,
.indentless .attr_country {
    margin: 0;
}

/* 2nd column */
.col-2 .home_box {
    margin-bottom: 20px;
}

.col-2 .home_box .box_content,
aside .box_content {
    padding: 16px 20px 15px;
}

.col-2 .home_box h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: 1.1em;
    font-size: 1em;
    margin-bottom: 10px;
}

/* 3rd column */
.col-3 .merged {
    margin-bottom: 30px;
}

.col-3 .merged.tight {
    margin-bottom: 20px;
}

.col-3 .home_box.mini_box,
aside .home_box.mini_box {
    padding: 20px 20px 15px;
}

.col-3 .home_box.mini_box h3,
aside .home_box.mini_box h3 {
    margin-left: 90px;
    margin-right: 0;
    margin-bottom: 10px;
}

.col-3 .home_box.mini_box span.attr_date,
aside .home_box.mini_box span.attr_date {
    margin: 4px 20px 0 90px;
}

.col-3 .block-sections .home_box.mini_box h3 {
    margin-left: 100px;
}

.col-3 .home_box.mini_box span.attr_author {
    margin: 4px 20px 0 100px;
}

.block-events .home_box.mini_box .box_content {
    /*min-height: 90px;*/
}

/* ===== Page ===== */

/* Breadcrumbs */
.navbar .breadcrumb-wrapper {
    border: none;
}

.breadcrumb {
    padding: 12px 0 12px 16px;
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumb .divider {
    color: #58453E;
    font-weight: 400;
}

.breadcrumb .divider {
    font-size: 12px;
}

.breadcrumb li {
    font-weight: 600;
    text-shadow: none;
    font-size: 14px;
}

.breadcrumb li a:hover {
    color: #58453E;
}

/* Page content */

.featured_image {
    margin-bottom: 30px;
}

.pageslider {
    margin: 0;
}

.content-view-full .blog-author {
    background-color: #FFF;
    margin-bottom: 15px;
}

.content-view-full .blog-author div,
.content-view-full .blog-author > div.span8 {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.content-view-full .blog-author img.author_pic {
    max-width: 40%;
    margin: 20px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
}

.content-view-full .blog-author .author_name {
    margin-left: 20px;
}

.content-view-full .blog-author h3 {
    margin-bottom: 0;
    font-size: 16px;
}

.content-view-full .blog-author h3 a {
    color: #58453E;
    display: block;
}

.content-view-full .blog-author h3 a:hover {
    color: #FBAD17;
}

.content-view-full .blog-author .attr-body {
    margin: 10px 0;
    padding: 20px 40px;
    border-left-width: 1px;
    border-left-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b8b7c), to(rgba(87, 70, 60, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#9b8b7c, rgba(87, 70, 60, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#9b8b7c, rgba(87, 70, 60, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#9b8b7c(87, 70, 60, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #9b8b7c, rgba(87, 70, 60, 0)) 1 100%;
}

.content-view-full .class-article2 .attr_image.pull-left {
    margin: 0 20px 10px 0;
}

.content-view-full .class-article2 .attr_image img {
    display: block;
    max-width: none !important;
}

.attr_longtitle h1,
.node_child .attr_title h2 {
    background-color: #FBAD17;
    padding: 10px 20px;
    color: #463931;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-size: 1.25em;
    text-transform: uppercase;
    line-height: 1.25em;
}

.attr_longtitle h1 {
    padding: 15px 20px;
}

.attr_body {
    background-color: #FFF;
    padding: 40px 20px 20px;
    margin: 0 0 30px;
}

.attr_body h2,
.attr_body h3,
.attr_body h4,
.attr_body h5,
.attr_body h5 {
    font-family: 'Roboto Slab';
    margin-bottom: 20px;
    font-weight: 600;
}

.attr_body h3.media_title {
    color: #58453E;
}

.attr_body p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 1em;
    line-height : 1.3em;
}

.attr_body ul {
    list-style: none;
}

.attr_body li:before {
  content: "+";
  color: #9B8B7B;
  font-size: 24px;
  position: absolute;
  left: -13px;
  top: -1px;
}

.attr_body li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1em;
    line-height : 1.3em;
    position: relative;
}

.attr_body a.btn {
    font-family: 'Roboto Slab';
    font-weight: 500;
    text-decoration: none;
}

.attr_body img {
    max-width: 100%;
}

.attr_body iframe,
.attr_video iframe {
    max-width: 100%;
}

.attr_body span.attr_date,
.attr_body span.attr_author,
.attr_body span.attr_role {
    display: inline-block;
}

.attr_body .separator {
    clear: both;
    display: block;
}

a.fancybox,
a.fancybox img {
    display: block;
}

/* embedded File */
.content-view-embed .class-file {
    margin-bottom: 12px;
}

.content-view-embed .class-file a,
.content-view-embed-inline.class-file a {
    display: inline-block;
    color: #58453E;
    text-decoration: underline;
}

.content-view-embed .class-file a:hover,
.content-view-embed-inline.class-file a:hover,
.content-view-embed .class-file .fa {
    color: #9B8B7C;
}

.content-view-embed .class-file .file-size {
    color: #999;
    font-size: 0.8em;
    text-transform: lowercase;
}

.content-view-embed-inline {
    display: inline-block;
}

/* Page children */

.node_children {
    margin-bottom: 2.5641%;
}

.node_children .attr_title {
    margin-top: -5px;
}

.node_children .attr_title h2 {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 400;
    padding: 0;
}

.node_children .attr_title h2 a {
    color: #58453E;
    display: block;
    padding: 12px 20px;
}

.node_children .attr_title h2 a:hover {
    color: #FFF;
    background-color: #9B8B7C;
}

.node_children .span3 .attr_title h2 a {
    min-height: 43px;
}

/* Page siblings menu */

.page_siblings_menu {
    background-color: #FFF;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
}

.page_siblings_menu ul {
    list-style: none;
    float: left;
    margin-left: 10px !important;
    margin-bottom: 0;
}

.page_siblings_menu li:before {
    content: "+";
    color: #998C7C;
    font-size: 24px;
}

.page_siblings_menu li:hover:before {
    color: #FBAD19;
}

.page_siblings_menu a {
    color: #57463C;
    display: block;
    padding-left: 30px;
    padding-bottom: 12px;
}

.page_siblings_menu a:hover,
.page_siblings_menu .current a,
.page_siblings_menu li.current:before {
    color: #FBAD19;
}

/* photogallery */
.tbl-gallery > .row-fluid {
    margin-bottom: 20px;
}

.tbl-gallery > .row-fluid > .span3,
.tbl-gallery > .row-fluid > .span4,
.tbl-gallery > .row-fluid > .span6 {
    overflow: hidden;
}

.tbl-gallery > .row-fluid > .span4 {
    max-height: 175px;
}

.tbl-gallery > .row-fluid > .span3 {
    max-height: 125px;
}

.tbl-gallery > .row-fluid > .span6 {
    max-height: 270px;
}


/* share */
.sharrre .count {
    float: left !important;
    margin-left: 6px;
}

/* ===== Projects Page ===== */

.class-projects .attr_body {
    padding-top: 20px;
}

.class-projects .attr_body h3 {
    font-weight: normal;
}

a#zoom_btn {
    margin-top: 0;
}

.class-projects .attr_body table  {
    float: left;
    font-size: 0.95em;
}

#map_container {
    position: relative;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
	/*background: rgba(255, 255, 255, 0.8) url(images/loading.gif) 50% 50% no-repeat;*/
}

.loader .loader-spin {
    animation: 0.6s linear 0s normal none infinite running spin;
    border-color: #000 #000 #e4e4e4 #e4e4e4;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
}

#map_canvas img {
    max-width: none;
}

#map_back {
    background: none repeat scroll 0 0 black;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 99998;
}

#map_zoom {
    background: none repeat scroll 0 0 #fef5f4;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 99999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#map_close {
    cursor: pointer;
    font-size: 0.7em;
    position: absolute;
    text-align: center;
    top: -18px;
    right: -25px;
    width: 44px;
    height: 35px;
    background: transparent url(images/fancybox_sprite.png) left top no-repeat;
}

.map_border {
    padding: 30px;
}

.map_imageborder {
    border: 1px solid #f29b4a;
    padding: 2px;
}
.map_subtitle {
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

.map_text {
    color: #565656;
    font-size: 12px;
    line-height: 12px;
}

#map_view {
}

/* Filter block */

#projects_filter .filterstyle,
#projects_filter .selfilterstyle,
#groups_search .filterstyle {
    background-color: #E8E3DD;
    border: none;
    color: #463730;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 20px;
}

#groups_search .filterstyle {
    margin: 15px 0 10px;
}

.filterstyle {
    padding: 8px;
    width: 93%;
}

.selfilterstyle {
    background: #E8E3DD url(images/selfilter.jpg) right top no-repeat;
    border: none;
    float: right;
    height: 40px;
    margin-right: 0;
    overflow: hidden;
    width: 100%;
}

.selfilterstyle select {
    background-color: transparent;
    border: none;
    padding: 8px;
    width: 90px;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    width: 110%;
    height: 40px;
}

.search_box {
    background-color: #FFF;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.search_box {
    background-color: #FFF;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.search_box .filterstyle {
    padding: 8px;
    width: 60%;
    margin-right: 1% !important;
    margin-top: 10px;
}

.search_box #ActionFilter {
    margin-top: /*16*/4px;
    max-width: 20%;
    font-size: 0.9em;
}

/* Projects result list */

.class-groups .attr_body {
    padding-top: 20px;
}

.group_details {
    margin-bottom: 20px;
}

.class-groups .attr_body .btn {
    font-size: 0.9em;
}

#proj_result_wrap.fixedminh {
    min-height: 420px;
}

#group_result_wrap.fixedminh {
    min-height: 300px;
}

#projects_result_content {
    background-color: #FFF;
    padding: 20px;
}

#projects_result_content .fa-search {
    color: #BDB4AD;
}

#project_results,
#group_results {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*#project_results ul.sub-list {
    width: 50%;
    float: left;
    margin: 0;
}*/

#project_results li:before {
    color: #998c7c;
    content: "+";
    font-size: 22px;
    font-weight: 800;
}

#project_results li {
    line-height: 18px;
    padding: 0 30px 15px 10px;
}

#project_results #proj_result_wrap li a,
#group_results #group_result_wrap li a {
    text-decoration: none;
    display: block;
    color: #333;
}

#project_results #proj_result_wrap li a:hover,
#group_results #group_result_wrap li a:hover {
    text-decoration: underline;
    color: #fcac19;
}

/* ===== Archive Page ===== */

.content-view-full .class-archive .attr_tags,
.content-search .attr_tags {
    background-color: #FFF;
    padding: 20px;
}
.content-view-full .class-archive .attr_tags .fa,
.content-search .attr_tags .fa {
    color: #9C8B7B;
}

aside {
    background-image: none;
}

/* Line / grid view */
.content-view-children {
    margin-bottom: 20px;
}

.content-view-children .content-view-line,
.content-view-children .content-view-block {
    margin-bottom: 20px;
}

.content-view-line article,
.content-view-block article {
    background-color: #FFF;
}

.content-view-line article .span4,
.content-view-line article .span3,
.content-view-line article .span8,
.content-view-line article .span9 {
    margin-left:0;
    min-height: 200px;
    position: relative;
}

.content-view-line article .span8:after,
.content-view-line article .span9:after {
    right: 100%;
    bottom: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 12px;
    margin-top: -12px;
    z-index: 80;
}

.content-view-block .content-wrap {
    position: relative;
}

.content-view-block .content-wrap:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 12px;
    margin-left: -12px;
    z-index: 80;
}
 
.content-view-line article .attr_image {
    height: 200px;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.content-view-line article .attr_image a {
    display: block;
}

.content-view-line article .helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.content-view-line article .attr_image img,
.content-view-line .class-article2 .attr_image img,
.content-view-line .blog .attr_image img {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 auto;
    max-width: none;
}

/*.content-view-line .class-article2 .attr_image img {
    max-width: none;
    height: 100%;
    width: auto;
}*/

.content-view-line .class-article2.blog .attr_image img {
    max-width: 96%;
    width: auto !important;
    height: auto !important;
}

.content-view-line article .content-wrap,
.content-view-block article .content-wrap {
    padding: 20px;
}

.content-view-line article .attr_title h2,
.content-view-block article .attr_title h2 {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

.content-view-line article .attr_title h2 a,
.content-view-block article .attr_title h2 a {
    color: #58473D;
    display: block;
}

.content-view-line article .attr_title h2 a:hover,
.content-view-block article .attr_title h2 a:hover {
    color: #FBAD17;
}

.content-view-line span.attr_country,
.content-view-line span.attr_author,
.content-view-line span.attr_role,
.content-view-line span.attr_date,
.content-view-block span.attr_country,
.content-view-block span.attr_author,
.content-view-block span.attr_role,
.content-view-block span.attr_date {
    display: inline-block;
    font-size: 0.9em;
}

span.attr_author a {
    color: #b6a9a1;
}

.content-view-line article .attr_body,
.content-view-block article .attr_body {
    margin: 10px 0 0 0;
    padding: 0;
}

.content-view-line article .attr_body p,
.content-view-block article .attr_body p {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 5px;
}

.content-view-line article .btn {
    margin-top: 10px;
}

.embed-inline-center {
    margin: 0 auto;
}

.embed-inline-left {
    margin-right: 20px;
}

.embed-inline-right {
    margin-left: 20px;
}

/* Page navigator */

.pagenavigator {
    margin-bottom: 20px;
}

 .pages > span {
    min-width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 4px;
    background-color: #FFF;
    line-height: 25px;
}

.pagenavigator .pages > span a {
    display: block;
}

.pagenavigator .pages .other a {
    color: #57443D;
}

#projects_nav ul li {
    padding: 0 3px;
}

.pagenavigator .pages .current,
#projects_nav ul li .current{
    background-color: #FBAD17;
    color: #FFF;
}

.pagenavigator .pages .other:hover,
.pagenavigator .pages .other:hover a,
#projects_nav ul li a:hover {
    background-color: #988B7B !important;
    color: #FFF;
}

.pagenavigator .previous,
.pagenavigator .next,
#projects_nav ul li span.prev,
#projects_nav ul li span.next {
    float: none;
    margin: 0 20px;
    display: inline-block;
    color: #988B7B;
}

.pagenavigator .previous a,
.pagenavigator .next a,
#projects_nav ul li a.prev,
#projects_nav ul li a.next {
    display: block;
    color: #57443D;
}

.pagenavigator .previous a:hover,
.pagenavigator .next a:hover {
    color: #FBAD17;
}

.pagenavigator .aquo {
    font-size: 18px;
}

#projects_nav {
    text-align: center;
    margin-top: 30px;
}

#projects_nav ul {
    display: inline-block;
    list-style: none;
}

#projects_nav ul li:before {
    content: '';
}

#projects_nav ul li span,
#projects_nav ul li a {
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
}

#projects_nav ul li a.page-link {
    background-color: #E8E5DE;
}

#projects_nav ul li span.prev,
#projects_nav ul li a.prev,
#projects_nav ul li span.next,
#projects_nav ul li a.next,
#projects_nav ul li span.prev:hover,
#projects_nav ul li a.prev:hover,
#projects_nav ul li span.next:hover,
#projects_nav ul li a.next:hover {
    background-color: transparent !important;
}

#projects_nav ul li span.prev:before ,
#projects_nav ul li a.prev:before {
    content: '\f100  ';
    font-family: FontAwesome;
}

#projects_nav ul li span.next:after,
#projects_nav ul li a.next:after {
    content: '  \f101';
    font-family: FontAwesome;
}

.jq_open_gmap {
    color: #63544D;
    display: inline-block;
    padding-top: 8px;
    margin-top: 20px !important;
}

.jq_open_gmap:hover {
    color: #E99501;
}

/* Masonry view */

.masonry-container {
    margin-top: 20px;
}

.masonry-container article h2.block_title {
    line-height: 42px;
}

.masonry-container article img {
    max-width: 100%;
}

.masonry-container article p {
    line-height: 1.2em !important;
}

/* ===== Search page ===== */

.content-search {
    margin-top: 0;
}

/* ===== Form ===== */

.class-contact-form .attr_description,
.class-contact-form form,
.class-subscribe-express .attr_description,
.class-subscribe-express form {
    background-color: #FFF;
    padding: 20px;
}

.class-contact-form .attr_description,
.class-subscribe-express .attr_description {
    padding-bottom: 10px;
}

.class-contact-form label,
.class-subscribe-express label {
    color: #58453E;
    font-family: Roboto;
    font-size: 0.9em;
    margin: 4px 0 2px 2px;
}

label.inline {
    display: inline-block;
    line-height: 1.2em;
    margin-right: 4px;
}

.class-contact-form input.box,
.class-contact-form textarea,
.class-subscribe-express input.box,
.class-subscribe-express textarea {
    background-color: #E6E2D9;
    border: 1px solid #D9D6CD;
    padding: 8px;
    color: #58453E;
}

.span12 .box {
    width: 98%;
}

.span6 .box {
    width: 96%;
}

.message-warning h3 {
    color: #FBAD17;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 1em;
}

.message-warning ul {
    list-style: none;
}

.message-warning li:before {
    content: 'x';
    color: #FBAD17;
    font-weight: 800;
}

.message-warning li {
    color: #58453E;
    font-size: 0.95em;
}

.class-contact-form .attr_privacy {
    padding: 8px 2px 4px;
    color: #58453E;
    font-family: Roboto;
    font-size: 0.8em;
    line-height: 0.9em;
}

#recaptcha_area,
#recaptcha_table {
    margin: 20px auto 4px;
}

.recaptchatable a,
.recaptchatable a:hover {
    color: #58453E !important;
}

.content-action {
    text-align: center;
}

/* ===== Site map ===== */

.content-view-sitemap ul {
    list-style: none;
}

.content-view-sitemap ul.second-lvl,
.content-view-sitemap ul.third-lvl {
    margin-top: 8px;
}

.content-view-sitemap ul.second-lvl li,
.content-view-sitemap ul.third-lvl li {
    padding-left: 10px;
}

.content-view-sitemap li a {
    color: #57463c;
    display: block;
}

.content-view-sitemap li a:hover,
.content-view-sitemap li:hover:before {
    color: #fbad19;
}

/* ===== Blocks ===== */

h2.block_title {
    background-color: #FBAD17;
    color: #57463C;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25em;
    text-transform: uppercase;
    margin-bottom: 20px;
    clear: both;
}

aside h2 {
    padding: 0;
    line-height: 42px;
}

h2.block_title a {
    color: #57463C;
    background-color: transparent;
    display: block;
    padding: 5px 20px;
}

h2.block_title > span {
    padding: 5px 20px;
    display: block;
}

h2.block_title span.fa {
    font-size: 16px;
    margin-top: 11px;
}

h2.block_title.light-brown {
    background-color: #9B8B7C;
    color: #FFF;
}

h2.block_title.tiedup {
    margin-bottom: 0;
}

h2.block_title.dark-brown {
    background-color: #58453E;
    color: #FFF;
}

h2.block_title.light-brown a,
h2.block_title.dark-brown a {
    color: #FFF;
    background-color: transparent;
    display: block;
}

h2.block_title.pale {
    background-color: #E8E3DD;
    color: #58463C;
    text-transform: none;
}

h2.block_title.pale a {
    color: #58463C;
    background-color: transparent;
    display: block;
}

h2.block_title.hidden {
    display: none;
}

h2.block_title a:hover,
h2.block_title.dark-brown a:hover {
    background-color: #9B8B7C !important;
    color: #FFF;
}

h2.block_title.light-brown a:hover {
    background-color: #FBAD17 !important;
}

.merged {
    background-color: #FFF;
    margin-bottom: 30px;
}

/* Custom class Blocks */
.class-internal-link .box_content {
    padding: 20px;
}

.class-link2 {
    margin-bottom: 20px;
}

.class-internal-link .box_content a,
.class-link2 a {
    display: block;
}

.class-link2 a {
    background-color: #FFF;
}

.class-link2 img {
    display: block;
    margin: 0 auto;
}

.class-internal-link .box_content a.btn {
    display: inline-block;
}

.class-internal-link .box_content img {
    max-width: 100%;
}

.class-internal-link .box_content p {
    margin: 0;
}

.partners h2.block_title {
    display: none;
}

/* Flickr */
.flickr_content {
    background-color: #FFF;
    padding: 20px;
}

.flickr_content ul {
    list-style: none;
    margin: 0;
}

.flickr_content li:before {
    content: "";
}

.flickr_content li {
    float: left;
    width: 23%;
    height: 54px;
    margin: 1%;
    overflow: hidden;
}

.flickr_content li a,
.flickr_content li img {
    display: block;
}

.flickr_content li img {
    width: 170%;
    max-width: 170%;
}

/* Tags */
.tags_content {
    background-color: #FFF;
    padding: 8px 20px 20px;
}

.tags_content .btn {
    padding: 6px 8px 6px 12px;
    margin-right: 8px;
    font-size: 0.9em;
}

.tags_content.default_size .btn {
    font-size: 0.9em !important;
}

.tags_content .btn .fa {
    margin-left: 15px;
    display: inline-block;
}

/* Archive Search */
.archive-form-search {
    margin: 0;
}

.archive-search-query {
    width: 90%;
    padding: 8px 12px;
    background-color: #E9E4DE;
    color: #2B211E;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 10px !important;
}

/* ===== Back to top ===== */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url(images/backtop.png) no-repeat left top;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top:hover {
    background-position: left bottom;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

/* ===== Custom ===== */

.content-view-embed,
.content-view-full {
    margin: 0;
}

.first_child {
    margin-left: 0 !important;
    clear: left;
}

.clear-right {
    clear: right;
}

/* ===== Responsive ===== */

/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 1030px) {/*979*/
    #top-content,
    header > .container,
    footer .claim-wrapper .container,
    .container {
        width: 96%;
    }
    .search-query {
        width: 81%;
    }
    /* home page */
    h2.block_title {
        font-size: 1em;
    }
    .home_box h3 {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .home_box .attr_country {
        font-size: 0.8em;
    }
    .home_box span.attr_country,
    .home_box span.attr_author,
    .home_box span.attr_role,
    .home_box span.attr_date {
        font-size: 0.65em;
    }
    .home_box {
       overflow: hidden; 
    }
    .home_box.mini_box .preview-img {
        margin-right: 10px;
    }
    .col-3 .home_box.mini_box h3,
    aside .home_box.mini_box h3,
    .col-3 .home_box.mini_box span.attr_date  {
        margin-left: 80px;
    }
    .col-3 .block-sections .home_box.mini_box h3,
    .col-3 .block-sections .home_box.mini_box span.attr_author {
        margin-left: 90px;
    }
    .flickr_content li {
        height: 44px;
    }
}

@media (max-width: 1100px) {
    .main-navi {
        font-size: 0.95em;
    }
}

@media (min-width: 961px) and (max-width: 1030px) {
    #topmenu-firstlevel {
        margin-right: -14px !important;
    }
    .main-navi {
        font-size: 0.9em;
    }
    .main-navi #mainmenu-firstlevel li {
        padding: 0 12px;
    }
    #topmenu-firstlevel li {
        font-size: 13px;
        padding: 14px 14px 15px;
    }
}

/* inbetween */
@media (max-width: 1200px) {
    .search-query {
        width: 82%;
    }
    /* share */
    .sharrre .count {
        position: relative;
        background: #fff;
        border: 1px solid #ccccca;
        margin-top: 2px;
        margin-left: 0;
    }
    .sharrre .count:before,
    .sharrre .count:after {
        top: auto;
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .sharrre .count:before {
        border-color: rgba(204, 204, 202, 0);
        border-bottom-color: #ccccca;
        border-width: 7px;
        margin-left: -7px;
    }
    .sharrre .count:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 6px;
        margin-left: -6px;
    }
}

@media (max-width: 960px) {
    .responsive_btn.fa {
        display: inline-block !important;
        color: #beb2a6;
        margin-left: 20px;
        margin-top: 12px;
        font-size: 34px;
    }
    .responsive_btn.fa:hover {
        color: #fcac19;
    }
    #top-content .responsive_btn.fa {
        margin-top: 10px;
    }
    #main_nav nav,
    #top_nav nav {
        display: none !important;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
    #top-content,
    header > .container,
    footer .claim-wrapper .container {
        width: 96%;
    }
    .search-query {
        width: 81%;
    }
    footer .claim-wrapper {
        font-size: 12px;
    }
    /* home page */
    .home_boxes .col-1 {
        margin: 0;
        width: 100%;
    }
    .home_boxes .col-2 {
        margin-left: 0;
        width: 32%;
    }
    .home_boxes .col-3 {
        width: 65%;
    }
    .home_boxes .preview-img img {
        width: 100%;
    }
    .home_boxes .col-3 div.block-puff {
        width: 48%;
        float: left;
        min-height: 360px;
    }
    .home_boxes .col-3 div.block-puff.odd {
        margin-left: 0;
    }
    .home_boxes .col-3 div.block-puff.even {
        margin-left: 4%;
    }
    .home_boxes .col-3 div.block-puff h2 {
        font-size: 1em;
    }
    .flickr_content li {
        height: 40px;
    }
    /* photogallery */
    .tbl-gallery > .row-fluid {
        margin-bottom: 0;    
    }
    
    .tbl-gallery > .row-fluid .span4,
    .tbl-gallery > .row-fluid .span3 {
        width: 31%;
        margin-right: 2%;
        margin-bottom: 2%;
        float: left;
    }
    /* sharre */
    .sharrre .count {
        margin-top: 0;
        margin-left: 6px;
    }
    .sharrre .count:before,
    .sharrre .count:after {
        top: 50%;
        bottom: auto;
        left: auto;
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .sharrre .count:before {
        border-color: rgba(204, 204, 202, 0);
        border-color: transparent #ccccca transparent transparent;
        border-width: 7px;
        margin-top: -7px;
        margin-left: 0;
    }
    .sharrre .count:after {
        border-color: rgba(255, 255, 255, 0);
        border-color: transparent #fbfbfb transparent transparent;
        border-width: 6px;
        margin-top: -6px;
        margin-left: 0;
    }
    /* sharre */
    #share .sharrre.span3 {
        width: 40%;
        float: left;
    }
    #share .sharrre .count {
        float: left;
    }
    #share #twitter,
    #share #googleplus {
        clear: left;
        margin-left: 0;
    }
    #share #facebook,
    #share #print {
        clear: right;
    }
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

/* inbetween */
@media (max-width: 767px) {
    header div.span3 {
        float: left !important;
        width: 60% !important;
    }
    header div.span2 {
        float: right !important;
        width: 40% !important;
    }
}

/* Landscape phones 5 and down */
@media (max-width: 640px) {/*480*/
    #top-content,
    header > .container,
    footer .claim-wrapper .container {
        width: 92%;
    }
    .search-query {
        width: 82%;
    }
    footer .claim-wrapper .footer_links {
        margin-left: -12px;
    }
    footer .claim-wrapper .footer_links li:first-child a {
        background-image: none;
    }
    footer .claim-wrapper .footer_links a {
        font-size: 13px;
        padding: 0 12px;
    }
    /* home page */
    .home_boxes .row-fluid {
        margin-bottom: 0;
    }
    .home_boxes .row-fluid > div {
        margin-bottom: 20px;
    }
    .block-news .home_box.mini_box {
        padding: 20px 20px 15px;
    }
    .bx-wrapper .bx-caption {
        display: none;
    }
    .bx-wrapper .bx-next {
        right: 5px;
    }
    .bx-wrapper .bx-prev {
        left: 5px;
    }
    .col-1 .bot_box {
        min-height: 100%;
    }
    .home_boxes .col-2,
    .home_boxes .col-3 {
        margin: 0;
        width: 100%;
    }
    .home_boxes .col-2 .home_box {
        width: 48%;
        float: left;
        min-height: 330px;
    }
    .home_boxes .col-2 .home_box.even {
        margin-left: 4%;
    }
    .home_boxes .col-3 div.block-puff {
        width: 48%;
        float: left;
        min-height: 380px;
    }
    .home_boxes .col-3 div.block-puff.odd {
        margin-left: 0;
    }
    .home_boxes .col-3 div.block-puff.even {
        margin-left: 4%;
    }
    .home_boxes .col-3 div.block-puff h2 {
        font-size: 0.8em;
        line-height: 1.4em;
    }
    .home_boxes .col-3 div.block-puff img {
        width: 100%;
    }
    .flickr_content li {
        height: 48px;
    }
    .flickr_content li img {
        width: 170% !important;
        max-width: 170%;
    }
    /* photogallery */
    .tbl-gallery > .row-fluid {
        margin-bottom: 0;    
    }
    
    .tbl-gallery > .row-fluid .span4,
    .tbl-gallery > .row-fluid .span3 {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
        float: left;
    }
    .btn, a.btn {
        padding: 5px 10px;
        font-size: 0.85em !important;
    }
    p {
        font-size: 13px;
        line-height: 18px;
    }
}

/* inbetween */
@media (max-width: 580px) {
    /* sharre */
    #share .sharrre.span3 {
        width: 48%;
    }
}

@media (max-width: 500px) {
    /* sharre */
    #share .sharrre.span3 {
        width: 98%;
        clear: both;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    header div.span2 #pat {
        margin-top: 32px;
        margin-left: 15px;
    }
    header div.span3 .search-query {
        width: 81%;
    }
    .home_boxes .col-3 div.block-puff {
        min-height: 320px;
    }
    .flickr_content li {
        height: 40px;
    }
    /* Projects page */
    .class-projects .attr_body table  {
        width: 100% !important;
    }
}

/* inbetween */
@media (max-width: 400px) {
    /* photogallery */
    .tbl-gallery > .row-fluid {
        margin-bottom: 0;    
    }
    
    .tbl-gallery > .row-fluid .span4,
    .tbl-gallery > .row-fluid .span3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* Portrait phones */
@media (max-width: 340px) {
    #top-links li {
        padding: 14px 8px;
    }
    #top-links a {
        font-size: 18px;
    }
    #pat {
        display: none;
    }
    footer .claim-wrapper .copy,
    footer .claim-wrapper .pull-right {
        float: none;
    }
    footer .claim-wrapper .footer_links {
        margin-left: 0;
        float: none;
    }
    footer .claim-wrapper .footer_links li {
        float: none;
    }
    footer .claim-wrapper .footer_links a {
        background-image: none;
        padding: 0;
    }
    #bottom-links a {
        font-size: 18px;
    }
    /* home page */
    .block-news .home_box.mini_box .preview-img {
        margin-right: 10px !important;
    }
    .block-news .home_box.mini_box h3,
    .block-news .home_box.mini_box span.attr_country {
        margin: 0;
        margin-left: 90px !important;
    }
    .home_boxes .col-2 .home_box {
        width: 100%;
        margin: 0 0 20px 0 !important;
        float: none;
        min-height: 100%;
    }
    .home_boxes .col-3 div.block-puff {
        width: 100%;
        float: none;
        margin: 0 !important;
        min-height: 100%;
    }
    .home_boxes .col-3 div.block-puff h2 {
        font-size: 1em;
    }
    .flickr_content li {
        height: 54px;
    }
    /* Archive page */
    .content-view-line article .span8:after {
        bottom: 100%;
        left: 30px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 12px;
        margin-left: -12px;
        right: auto;
        margin-top: 0;
    }
    .pagenavigator .previous,
    .pagenavigator .next {
        width: 12px;
        overflow: hidden;
        white-space: nowrap;
    }
    .pagenavigator .next {
        text-align: right;
    }
}


