* {
    border-radius: 0;
}

body {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
    padding-top: 0 !important;
}

body.header-fixed-space {
    padding-top: 94px;
}

body.header-fixed-space-v2 {
    padding-top: 135px;
}

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

p,
li,
li a,
label {
    color: #555;
}

a {
    color: #72c02c;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #72c02c;
    text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(../img/bg/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}

.da-slider {
    background: transparent url(../img/slider/parallax-bg.jpg) repeat 0% 0% !important;
}

.landscapesportal .offer {
    padding: 15px;
}

.landscapesportal .offer h3 {
    font-size: 20px !important;
}

.landscapesportal .offer:hover {
    background: #fcfcfc;
    box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    border-radius: 3px;
}

.landscapesportal .offer a {
    color: #555;
}

.landscapesportal .offer a,
.landscapesportal .offer a:hover {
    text-decoration: none;
}

.owl-carousel-v1 h4, .owl-navigation {
    display: inline-block;
}

.owl-navigation {
    float: right;
}

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

.results .item-container {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.layers #embedded_map,
.maps #embedded_map {
    border-top: 1px solid #ddd;
}

.home #wrap {
    padding-top: 0;
}

.header-fixed #paneltbar {
    margin-top: 82px;
}

.trees {
    margin-right: 0 !important;
}

.trees .tree {
    padding: 0;
    margin: 0 0 10px 0;
}

.trees .tree a {
    border: solid 1px #eee;
    background: url(../img/bg/breadcrumbs.png) repeat;
    border-radius: 4px;
    margin-right: 10px;
}

.trees .tree .species {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 5px;
    vertical-align: top;
    word-wrap: break-word;
}

.trees .tree .flag-icon {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    font-size: 3.5em;
    display: inline-block;
}

.trees a.link:hover {
    text-decoration: none;
    background: #f5f5f5;
    border: solid 1px #e3e3e3;
}

.trees a.link {
    color: #1d1d25;
}

.details .treelabel {
    font-size: 17px;
    font-weight: 700;
}

.details .treedetails {
    font-size: 14px;
}

.images .gallery {
    width: 150px !important;
    height: 150px !important;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    padding: 0;
    margin: 0 5px 5px 0;
    background: #e3e3e3;
}

.images .gallery a, .trees a.link {
    height: 100%;
    display: block;
}

.images .gallery img {
    margin: auto;
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.images .gallery:hover {
    border: 2px solid #46873d;
}

.images .status {
    text-align: center;
    padding: 10px 0;
}

.images a:hover {
    text-decoration: none;
}
