* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

input:focus {
    outline: 0;
}

body {
    background: #fafafa;
    font-family: arial;
}

.container {
    width: 1055px;
    margin: 0 auto;
}

header {
    height: 145px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    position: relative;
    z-index: 100;
}

header .logo {
    width: 123px;
    height: 106px;
    background: url(/media/images/logo.jpg);
    text-indent: -9999px;
    margin-top: 20px;
}

header nav {
    font-size: 14px;
    line-height: 145px;
    font-family: Sintony,"Segoe UI";
}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
    text-decoration: none;
    color: #5b5b5b;
    text-transform: uppercase;
    margin-left: 10px;
}

header nav ul li .active,header nav ul li a:hover {
    color: #36449d;
}

header nav .language-selector {
    border-left: 1px solid #9a9b9e;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 47px;
}

.content .container {
    position: relative;
    margin-top: 600px;
    z-index: 300;
}

.content .container .box-default {
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    padding: 10px;
    display: inline-block;
    font-family: Sintony,"Segoe UI";
    font-size: 12px;
    color: #5a5a5a;
    background: #fff;
    line-height: 15px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 315px;
}

.content .container aside {
    max-width: 315px;
    margin-right: 10px;
}

.content .container>section {
    width: 715px;
}

.content .container>section .box-default {
    width: 345px;
    margin-right: 10px;
}

.content .container>section .box-default:nth-child(2n) {
    margin-right: 0;
}

.content .container>section .box-default.large {
    width: 100%;
    margin: 0 0 20px;
}

.content .box-default h3 {
    padding: 10px;
    font-family: Sintony,"Segoe UI";
    font-size: 28px;
    text-transform: uppercase;
    background: #88745a;
    color: #fff;
    margin-bottom: 10px;
}

.content .box-default.aqua h3 {
    background: #00a4dd;
}

.content .box-default.blue h3 {
    background: #3b589a;
}

.content .box-default.green h3 {
    background: #006673;
}

.content .box-default.grey h3 {
    background: #464646;
}

.content .box-default.brown h3 {
    background: #88745a;
}

.slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 145px;
    height: 650px;
}

.slider ul li {
    position: relative;
    height: 1000px;
    width: 100%;
    overflow: hidden;
}

.slider ul li>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.slider ul li .text {
    position: absolute;
    top: 40%;
    width: 1150px;
}

.slider ul li .text p {
    font-family: Sintony,"Segoe UI";
    background: #464646;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    display: inline-block;
    border-radius: 10px 10px 10px 0;
    position: relative;
    z-index: 10;
}

.slider ul li .text p:last-child {
    color: #464646;
    background: #fff;
    position: relative;
    z-index: 5;
    top: -10px;
    border-radius: 10px;
}

.slider .prev {
    position: absolute;
    left: 0;
    top: 300px;
    background: url(/media/images/slider-nav-prev-small.png) no-repeat;
    width: 44px;
    height: 80px;
    z-index: 100;
    cursor: pointer;
    text-indent: -9999px;
}

.slider .next {
    position: absolute;
    right: 0;
    top: 300px;
    background: url(/media/images/slider-nav-next-small.png) no-repeat;
    width: 44px;
    height: 80px;
    z-index: 100;
    cursor: pointer;
    text-indent: -9999px;
}

.slider .rslides_tabs {
    position: absolute;
    top: 525px;
    z-index: 100;
}

.slider .rslides_tabs li {
    background: #999b9e;
    border: 2px solid #fff;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    margin-right: 5px;
    cursor: pointer;
}

.slider .rslides_tabs .rslides_here {
    background: #464646;
}

.slider .rslides_tabs li a {
    color: transparent;
}

.content.background-1 {
    background: url(/media/images/slider/santorini.jpg) no-repeat;
    background-size: 100%;
    min-height: 800px;
}

.content.background-2 {
    background: url(/media/images/slider/tengerpart.jpg) no-repeat;
    background-size: 100%;
    min-height: 800px;
}

.content.background-3 {
    background: url(/media/images/slider/velence.jpg) no-repeat;
    background-size: 100%;
    min-height: 800px;
}

.content.background-4 {
    background: url(/media/images/slider/fishermen-bastile-v2.jpg) no-repeat;
    background-size: 100%;
    min-height: 800px;
}

.content.background-5 {
    background: url(/media/images/slider/parliament-v2.jpg) no-repeat;
    background-size: 100%;
    min-height: 800px;
}

.content.background-6 {
    background: url(/media/images/slider/suspension-bridge.jpg) no-repeat;
    background-size: 100%;
    min-height: 800px;
}

.content .hotels {
    min-height: 800px;
}

.content .hotels .container {
    width: 1050px;
    margin: 100px auto 0;
    position: relative;
    top: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    padding: 10px;
}

.content .hotels .container .cover {
    background: #f4f4f4;
    padding: 30px;
}

.content .hotels .container .cover .box {
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
}

.box form .block {
    display: inline-block;
    width: 230px;
    margin: 30px 15px 0 25px;
}

.box form .block:last-child {
    width: 50px;
    display: block;
    margin: -20px 15px 0 25px;
    float: right;
}

.box form .block button {
    cursor: pointer;
    background: #35439b;
    background: -moz-linear-gradient(top,#35439b 0,#263071 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#35439b),color-stop(100%,#263071));
    background: -webkit-linear-gradient(top,#35439b 0,#263071 100%);
    background: -o-linear-gradient(top,#35439b 0,#263071 100%);
    background: -ms-linear-gradient(top,#35439b 0,#263071 100%);
    background: linear-gradient(to bottom,#35439b 0,#263071 100%);
    display: inline-block;
    box-shadow: 1px 1px 0 rgba(255,255,255,.2) inset;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #232c69;
}

.box form .block label {
    font-size: 12px;
    font-weight: 700;
    margin-right: 15px;
    color: #5a5a5a;
}

.box form .block select {
    width: 198px;
}

.box.small {
    position: relative;
    display: block;
    float: left;
    width: 225px;
    height: 370px;
    margin-right: 19px;
    margin-bottom: 19px;
    color: #5a5a5a;
}

.box.small:nth-child(4n) {
    margin-right: 0;
}

.box.small img {
    margin-bottom: 20px;
}

.box.small h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 16px;
}

.box.small p {
    font-size: 12px;
    line-height: 1.1em;
}

.box.small .view-button {
    background: #35439b;
    background: -moz-linear-gradient(top,#35439b 0,#263071 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#35439b),color-stop(100%,#263071));
    background: -webkit-linear-gradient(top,#35439b 0,#263071 100%);
    background: -o-linear-gradient(top,#35439b 0,#263071 100%);
    background: -ms-linear-gradient(top,#35439b 0,#263071 100%);
    background: linear-gradient(to bottom,#35439b 0,#263071 100%);
    display: inline-block;
    box-shadow: 1px 1px 0 rgba(255,255,255,.2) inset;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #232c69;
    position: absolute;
    bottom: 10px;
}

.content .contact {
    min-height: 800px;
}

.content .contact .container {
    width: 1050px;
    margin: 100px auto 0;
    position: relative;
    top: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    padding: 10px;
}

.content .contact .container .cover {
    background: #f4f4f4;
    padding: 30px;
}

.content .contact .container .cover .box {
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    margin-bottom: 25px;
}

.box.full-width {
    margin-bottom: 35px;
}

.box.full-width h1 {
    font-size: 20px;
    color: #5a5a5a;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

.box.full-width p {
    font-size: 14px;
    color: #5a5a5a;
}

.contact form label {
    display: block;
    width: 20%;
    float: left;
}

.contact form input,.contact form textarea {
    width: 80%;
    margin: 0 0 25px;
    padding: 5px 10px;
    border: 3px solid #f4f4f4;
    border-radius: 5px;
}

.contact form textarea {
    resize: vertical;
}

.contact form input[type=submit] {
    width: 150px;
    background: #35439b;
    background: -moz-linear-gradient(top,#35439b 0,#263071 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#35439b),color-stop(100%,#263071));
    background: -webkit-linear-gradient(top,#35439b 0,#263071 100%);
    background: -o-linear-gradient(top,#35439b 0,#263071 100%);
    background: -ms-linear-gradient(top,#35439b 0,#263071 100%);
    background: linear-gradient(to bottom,#35439b 0,#263071 100%);
    display: inline-block;
    box-shadow: 1px 1px 0 rgba(255,255,255,.2) inset;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #232c69;
}

footer {
    width: 100%;
    height: 100px;
    background: #999b9e;
    font-size: 12px;
    color: #fff;
    margin-top: 150px;
}

footer a,footer a:active,footer a:visited {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

footer div.container {
    width: 1054px;
    margin: 0 auto;
    line-height: 100px;
}

footer div.container div.copyright {
    float: left;
    text-align: center;
}

footer div.container div.social {
    float: right;
    text-align: right;
    line-height: normal;
    margin-top: 20px;
}

footer div.container div.social div.social-icons {
    float: left;
    width: 26px;
    height: 25px;
}

footer div.container div.social div#facebook {
    margin: 0;
}

footer div.container div.social div#twitter {
    margin-left: 26px;
}

footer div.container div.social div#gplus {
    margin-left: 52px;
}

.services-page {
    min-height: 800px;
}

.services.container {
    width: 1050px;
    margin: 100px auto 0;
    position: relative;
    top: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    padding: 10px;
}

.services.container .cover {
    background: #f4f4f4;
    padding: 30px;
}

.services.container .box {
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    margin-bottom: 10px;
}

.box .box-content {
    width: 590px;
    margin-left: 10px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 20px;
}

.box .box-content h1 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
}

.box .box-content .more {
    background: #35439b;
    background: -moz-linear-gradient(top,#35439b 0,#263071 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#35439b),color-stop(100%,#263071));
    background: -webkit-linear-gradient(top,#35439b 0,#263071 100%);
    background: -o-linear-gradient(top,#35439b 0,#263071 100%);
    background: -ms-linear-gradient(top,#35439b 0,#263071 100%);
    background: linear-gradient(to bottom,#35439b 0,#263071 100%);
    display: inline-block;
    box-shadow: 1px 1px 0 rgba(255,255,255,.2) inset;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #232c69;
}

.content-general {
    min-height: 800px;
}

.content-general .container {
    width: 1050px;
    margin: 100px auto 0;
    position: relative;
    top: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    padding: 10px;
}

.content-general .container .cover {
    background: #f4f4f4;
    padding: 30px;
}

.content-general .container .cover .box {
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    margin-bottom: 10px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 20px;
}

.content-general .container .cover .box h1 {
    font-size: 20px;
    margin: 20px 0;
    text-transform: uppercase;
}

.content-general .container .cover .box p {
    margin-bottom: 1em;
}

.content-general .container .cover .box .image-left {
    margin-right: 15px;
}

.offer-holder {
    min-height: 800px;
}

.offer-holder .container {
    width: 1050px;
    margin: 100px auto 0;
    position: relative;
    top: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    padding: 10px;
}

.offer-holder .container .cover {
    background: #f4f4f4;
    padding: 30px;
    font-size: 14px;
    color: #5a5a5a;
}

.offer-holder .container .cover h1 {
    font-size: 20px;
    color: #5a5a5a;
    text-transform: uppercase;
}

.offer-holder .container .short-details {
    display: block;
    margin: 10px 0;
    font-style: italic;
    color: #36449d;
}

.offer-holder .container .offer-details p {
    margin-bottom: 1em;
    line-height: 20px;
}

.offer-holder .container .offer-details strong {
    font-weight: 700;
}

.offer-holder .container .weather {
    margin: 20px 0;
}

.offer-holder .container .weather h2 {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 10px;
}

.offer-holder .container .optional-programs h2 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
}

.offer-holder .container .optional-programs table {
    width: 100%;
}

.offer-holder .container .optional-programs table th {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.offer-holder .container .optional-programs table .time {
    width: 30%;
}

.offer-holder .container .optional-programs table .desc {
    width: 60%;
}

.offer-holder .container .optional-programs table .price:not(th) {
    text-align: right;
}

.offer-holder .container .optional-programs table td {
    vertical-align: top;
    padding: 10px 0;
    font-size: 13px;
}

.offer-holder .container .gallery {
    margin: 10px 0;
}

.offer-holder .container .gallery h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left;
}

.offer-holder .container .gallery img {
    margin-right: 3px;
}

.submit-place {
    text-align: center;
}

.submit-place .button {
    background: #35439b;
    background: -moz-linear-gradient(top,#35439b 0,#263071 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#35439b),color-stop(100%,#263071));
    background: -webkit-linear-gradient(top,#35439b 0,#263071 100%);
    background: -o-linear-gradient(top,#35439b 0,#263071 100%);
    background: -ms-linear-gradient(top,#35439b 0,#263071 100%);
    background: linear-gradient(to bottom,#35439b 0,#263071 100%);
    display: inline-block;
    box-shadow: 1px 1px 0 rgba(255,255,255,.2) inset;
    padding: 20px 80px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #232c69;
}

.offer-form {
    min-height: 800px;
}

.offer-form .container {
    width: 1050px;
    margin: 100px auto 0;
    position: relative;
    top: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    padding: 10px;
}

.offer-form .container .cover {
    background: #f4f4f4;
    padding: 30px;
    font-size: 14px;
    color: #5a5a5a;
}

.offer-form .container .cover h1 {
    font-size: 20px;
    color: #5a5a5a;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.offer-form .container .cover .box {
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    margin-bottom: 10px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 20px;
}

.offer-form .container .cover .box .line {
    margin: 5px 0;
}

.offer-form .container .cover .box label {
    display: inline-block;
    width: 230px;
    font-size: 13px;
}

.offer-form .container .cover .box input[type=text] {
    width: 400px;
    border: 1px solid #ccc;
    padding: 5px;
}

.offer-form .container .cover .box textarea {
    margin-left: 230px;
    height: 150px;
    width: 400px;
    resize: none;
    border: 1px solid #ccc;
    padding: 5px;
}

.offer-form .container .cover .submit {
    text-align: center;
}

.offer-form .container .cover .submit input {
    background: #35439b;
    background: -moz-linear-gradient(top,#35439b 0,#263071 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#35439b),color-stop(100%,#263071));
    background: -webkit-linear-gradient(top,#35439b 0,#263071 100%);
    background: -o-linear-gradient(top,#35439b 0,#263071 100%);
    background: -ms-linear-gradient(top,#35439b 0,#263071 100%);
    background: linear-gradient(to bottom,#35439b 0,#263071 100%);
    display: inline-block;
    box-shadow: 1px 1px 0 rgba(255,255,255,.2) inset;
    padding: 20px 80px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #232c69;
    cursor: pointer;
}

.box-default.search h3 {
    margin-bottom: 0;
}

.box-default.search .content {
    background: #e9f0f2;
    padding: 10px 5px;
}

.box-default.search .content label {
    display: inline-block;
    width: 60px;
    line-height: 30px;
    vertical-align: top;
}

.box-default.search .content .select-mask {
    width: 210px;
    height: 30px;
    border: 1px solid #ccc;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: url(../../media/images/select.png) no-repeat right center #fff;
    border-radius: 10px;
    cursor: pointer;
}

.box-default.search .content .select-mask:hover {
    background: url(../../media/images/select-hover.png) no-repeat right center #fff;
}

.box-default.search .content .select-mask select {
    width: 110%;
    height: 110%;
    border: 0;
    position: relative;
    top: -1px;
    background: 0 0;
    cursor: pointer;
    text-indent: 5px;
    color: #555;
}

.box-default.search .content input[type=text] {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 28px;
    width: 168px;
    text-indent: 10px;
}

.box-default.search .content input[type=submit] {
    border: 1px solid #00444d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(0,0,68,.267) 4;
    background: #006572;
    background: -moz-linear-gradient(top,#006572 0,#00464f 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#006572),color-stop(100%,#00464f));
    background: -webkit-linear-gradient(top,#006572 0,#00464f 100%);
    background: -o-linear-gradient(top,#006572 0,#00464f 100%);
    background: -ms-linear-gradient(top,#006572 0,#00464f 100%);
    background: linear-gradient(to bottom,#006572 0,#00464f 100%);
    padding: 2px 10px;
    border-radius: 10px;
    margin-top: 5px;
}

.box-default.search .content .icon.date {
    width: 21px;
    height: 21px;
    background: url(../../media/images/icon-date.png) no-repeat;
    display: inline-block;
    margin-left: 3px;
    top: 5px;
    position: relative;
    cursor: pointer;
}

article a {
    text-decoration: none!important;
    color: #5a5a5a!important;
}

.box-default.aqua .content .button {
    border: 1px solid #00a4dd;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(0,0,68,.267) 4;
    background: #00a4dd;
    background: -moz-linear-gradient(top,#00a4dd 0,#0083b1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a4dd),color-stop(100%,#0083b1));
    background: -webkit-linear-gradient(top,#00a4dd 0,#0083b1 100%);
    background: -o-linear-gradient(top,#00a4dd 0,#0083b1 100%);
    background: -ms-linear-gradient(top,#00a4dd 0,#0083b1 100%);
    background: linear-gradient(to bottom,#00a4dd 0,#0083b1 100%);
    padding: 2px 10px;
    border-radius: 10px;
    margin-top: 5px;
}

table {
    border-collapse: collapse;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}

table tr:nth-child(even) {
    background-color: #efefef;
}

table th {
    color: #364390;
    font-weight: 700;
    vertical-align: top;
    padding: 3px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

table td {
    color: #000;
    vertical-align: top;
    padding: 3px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}


div.cookie_text {
  width:100%;
  padding:30px;
  position:fixed;
  bottom:0;
  background:#fff;
  z-index:99999;
  font-family:Sintony,"Segoe UI";
  font-size:12px;
  -webkit-box-shadow: 0px -5px 30px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -5px 30px -6px rgba(0,0,0,0.75);
  box-shadow: 0px -5px 30px -6px rgba(0,0,0,0.75);
  text-align:center;
}
div.cookie_text a {
  display:inline-block;
  padding:5px 10px;
  background:#00a4dd;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  font-size:11px;
  margin-left:15px;
}

.scrollable-text {
    max-height: 100px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.offer-description {
    position: relative;
}

.offer-description .full-desc {
	display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 999;
}

.offer-description:hover .full-desc {
    display: block;
}
