table td {
                vertical-align: top;
}

.carousel-list {    
    list-style: none;
    width: 10000px;
    position: relative;
    padding: 1px 1px 1px 1px;
}
 
.carousel-element {
    display: block;
    margin-right: 25px;
    float: left;
}

.tour-description {
    margin: 10px 5px 10px 10px;;
}

.carousel-hider {
    width: 1065px;
    height: 500px;
    overflow: hidden;
    float:left;
    /*border: 1px solid black;*/
}
/* 
.carousel-element img {
    max-width: 100px;
}*/


.crop{
    float:left;
    overflow:hidden; /* this is important */
    position: relative;
    top: 80px;
    margin:0px 20px 0px 0px;
}
/* input values to crop the image: top, right, bottom, left */
.crop img{
    margin:-0px -15px -28px -0px;
}
.crop img:hover {
    margin: -28px -15px -0px 0px;
}
        
        
.crop2{
    float:left;
    overflow:hidden; /* this is important */
    position: relative;
    top: 80px;
    margin:0px;
}
/* input values to crop the image: top, right, bottom, left */
.crop2 img{
    margin:-0px -0px -28px -15px;
}
.crop2 img:hover{
    margin:-28px -0px -0px -15px;
}

.arrows {
    height:250px;
    float:left;
}

.big-wrapper {
    position: relative;
    margin: 0 auto;
    top: -15px;
    width: 1200px;
    height: 500px;
    /*border: 1px solid red;*/
}

.element-focus {
    width: 330px;
    height:499px;
}

.element-focus:hover {
    cursor: pointer;
    text-decoration: none;
}


.mainDescription {
    font-size: xx-large;
    color: gray;
    padding:30px 0px;
}

.leftDiv {
    padding: 0px 10px;
    /*background: #2d2d30;*/
    /*background: #97acff;*/
    background: #97acff;
    font-size: 25px;
    color: white;
}
.rightDiv {
/*    padding:0px 20px;*/
}

.moneyDiv {
    height:150px;
    width: 200px;
    background: #f0eae8;
}

.calcbtn {
    left: 50px;
    padding: 10px 20px;
    background-color: #5c5c5c;
    border: 0px;
    transition: 0.5s;
    color: #fffdfb;
    border-radius: 3px;
	margin:0px auto;background:#9b2d30;
}
.calcbtn:hover, .calcbtn:focus {
    /*background-color: #2f2f2f;*/
    background-color: #2d2d30;
    color: #fffdfb;
}

.topic {
}