.share {
    margin: 15px 0 30px 0;
}

.share .label {
    font-family: Saira, sans-serif;
    font-size: 24px;
    margin: 5px 15px 0 0;
    color: #00a36c;
    display: inline-block;
}

.share .buttons a {
    font-size: 34px;
    margin: 0 3px;
    transition: .3s;
    color: gray;
}

.share .buttons a.facebook {
    color: #3b5998;
}

.share .buttons a.twitter {
    color: #33CCFF;
}

.share .buttons a.google {
    color: #DD4B39;
}

.share .buttons a.linkedin {
    color: #4875B4;
}

.owl-nav{
    position: absolute;
    width: 100%;
    top:50%;
    margin-top: -120px;
}
.owl-nav .owl-prev{
    float:left;
    color:#FFF;
    font-size: 40px;
    margin-left: 20px;
}
.owl-nav .owl-next{
    float:right;
    color:#FFF;
    font-size: 40px;
    margin-right: 20px;
}

.button.alt2.red a {
    background-color: #00a36c;
    color: #ffffff;
}

.owl-carousel .owl-item{
    overflow: hidden !important;
}

@media (max-width: 768px) {
    section.hero-1 .title {
padding-right: 60px;
    }
}

.talen {

}

.btn-default, .btn-default:focus, .btn-default.focus {
    color: #fff !important;
    background-color: transparent !important;
    border: 0px !important;
}

.language {
    float: right !important;
}

.btn-group img {
    margin-right: 10px;
}

.btn-default, .btn-default:focus, .btn-default.focus {
    color: #fff !important;
    background-color: transparent !important;
    border: 0px !important;
}

.dropdown-menu > li > a {
    color: white !important;
    background-color: #00a36c !important;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.btn-group, .btn-group-vertical {
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.btn, btn:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn {
    display: inline-block;
    padding: 6px 24px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
}

img {
    vertical-align: middle;
    border: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
    color: #000;
}

ul li, ol li {
    font-size: 16px;
    line-height: 28px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 65%;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0 15px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    color: #373a3c;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.open > .dropdown-menu {
    display: block;
}