﻿
/***************************************** SEARCH FORM ************************************************/

#caravan-search
{
    margin-top:70px;
    margin-bottom:0;
}

#caravan-search h2
{
    font-size:24px;
    padding-bottom:10px;
}

#caravan-search .empty-space {
    height:30px;
}

#caravan-search .input-container {
    padding-bottom:5px;
}

#caravan-search .left-container {
    float:left;
    width:49%;
}

#caravan-search .right-container {
    float:right;
    width:49%;
}

#caravan-search .text-container {
    width:100%;
    font-size:12px;
    font-weight:400;
    padding-left:8px;
    padding-top:5px;
    text-transform:uppercase;
}
        
#caravan-search .left-container input,
    #caravan-search .right-container input{
    border-radius:2px;
    width:100%;
}

#caravan-search .float-container::after{
    content:" ";
    display:block;
    clear:both;
}

#caravan-search .search-button {
    background-color:#336E76;
    color:#fff;
    font-size:20px;
    line-height:24px;
    text-transform:uppercase;
    width:261px;
    height:58px;
    border:0;
    padding:0;
    margin-top:3px;
    margin-bottom:15px;
    border-radius:2px;
    float:right;
}

#caravan-search .search-button:hover {
    color:#fff;
}


form input {
    border:1px solid #cccccc;
}

form .input-container select, input[type=text] {
    color: #999;
    background-color:#fff;
    font-size: 14px;
    width: 100%;
    height:30px;
    border-radius:2px;
}

form .input-container select, input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
form .input-container select, input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity:  1;
}
form .input-container select, input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
form .input-container select, input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity:  1;
}
 
form::after {
    content:" ";
    display:table;
    box-sizing: border-box;
    clear: both;
}

form .error-text {
    color:red;
}

form input.input-missing {
    border:1px solid #ff0000;
}


.selectdiv select {
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
  /* Add some styling */
  
  display: block;
  width:100%;
  height:25px;
  padding-left:10px;
  border: 1px solid #cccccc;
  border-radius: 2px;
}

.selectdiv select::-ms-expand {
    display: none;
}

.input-container.selectdiv::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 16px;
    color: #666;
    right: 25px;
    top: 2px;
    padding: 0 0 2px;
    /*left line */
    position: absolute;
    pointer-events: none;
}


form .input-container input {
    padding-left:10px;
    line-height: 22px;
    height: 30px;
    border: 1px solid #cccccc;
}

form .input-container .left {
    width: 50%;
    float: left;
    padding-left:10px;
    margin: 5px 0px;
    line-height: 22px;
    border: 1px solid #cccccc;
}

form .input-container .right {
    width: 50%;
    float: right;
    padding-left:10px;
    margin: 5px 0px;
    line-height: 22px;
    border: 1px solid #cccccc;
}

form .input-container .middle {
    width: 100%;
    float: none;
    padding-left:10px;
    margin: 5px 0;
    line-height: 22px;
    border: 1px solid #cccccc;
}

form .input-container .free-search {
    width: 100%;
    float:none;
    padding-left:0px;
    line-height:22px;
}

#caravan-search .pre-sort {
    font-size:14px;
    font-weight:500;
    margin-right:30px;
}

#caravan-search .sort-wrapper a {
    font-size:14px;
    font-weight:400;
    color:#999999;
    cursor:pointer;
    text-decoration:none;
}

#caravan-search .sort-wrapper a:not(:first-child):before {
    content: " | ";
    padding:20px;
} 


/***************************************** PRODUCT LIST ************************************************/

#caravan-list {
    padding:15px 0 30px 0;
    font-size:18px;
}

#caravan-list .product-detail a {
    color: #4a4a4a;
    text-decoration: none;
}

#caravan-list .product-image-container {
    width: 100%;
}

#caravan-list .product-image-container .product-image {
    width: 100%;
}

.product-image-small-container {
    padding-bottom:15px;
}

.product-image-small {
    width: 100%;
}






#caravan-list .product-price-container {
    text-align:right;
    height:100%;
}

#caravan-list .product-price-container .beforePriceContainer {
    text-align:right;
    height:100%;
    padding-top:20px; 
}

#caravan-list .product-price-container .before-price {
    text-decoration: line-through;
    float: right;
}

#caravan-list .product-price-container .product-price {
    background-color:#f1f1f1;
    font-size:28px;
    padding:10px 30px 10px 30px;
    margin-bottom:20px;
    height:100%;
}

.search-heading {
    font-size: 24px;
    font-weight:300;
    color:#666;
    padding-bottom:10px;
}

a.search-link {
    background-color:#666;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    text-decoration:none;
    width:100%;
    height:50px;
    padding:0 0 0 15px;
    line-height:50px;
    float:right;
}

a.search-link:hover, a.search-link:visited, a.search-link:active {
    text-decoration: none;
}

#caravan-list .product-detail {
    height:100%;
    padding-top:20px; 
    vertical-align:bottom;
    text-align:right;
}

#caravan-list .product-link {
    background-color:#B2A194;
    height:52px;
    margin-bottom:10px;
    text-align:center;
    border-radius:2px;
    width:100%;
    box-shadow: 0px 6px 6px #888888;
}


#caravan-list a.product-link {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    display:block;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    text-align:center;
    border:0;
    margin: 0;
    padding-top:12px;
    text-transform:uppercase;
    vertical-align: middle;
    display:inline-block;
    *display: inline;
    zoom: 1;
}


.top-spacing {
    border-top:10px;
}

#caravan-list .product-link-box {
    background-color:#1d6ba0;
    color:#666;
    margin-bottom:15px;
}

#caravan-list .empty-search-result {
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    font-weight:bold;
}



#caravan-list .product-link-box .product-brand {       
    padding:3px 5px;
}

#caravan-list .product-link-box .product-brand h3 {
    font-size:20px;
    line-height:26px;
    padding:0px;
    margin:0px;
    text-align:center;
    text-transform:uppercase;
}

#caravan-list .product-image {
    width:100%;
    height:auto;
}

#caravan-list .product-link-box .product-image-container .magnifier {
    background-image:url('/Resources/Images/magnifier.png');
    position:absolute;
    bottom:7px;
    right:7px;
    width:22px;
    height:22px;
    background-position:center center;
    background-size:100% 100%;
    z-index:10;
    background-color:#fff;
}



#caravan-list .product-link-box .product-image-container .hover-image-container {
    display:none;
}

#caravan-list .product-link-box .product-image-container:hover .hover-image-container {
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    z-index:100;
}

#caravan-list .product-model-heading {
    font-size:18px;
    line-height:16px;
    font-weight:600;
    height:30px;
    overflow:hidden;
}

#caravan-list .product-model-description {

    font-size:14px;
    font-weight:400;
    line-height:18px;
    height:120px;
    margin-bottom: 15px;
    overflow:hidden;
    position:relative;
}

#caravan-list .product-model-description:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 80px, white);
}

#caravan-list .product-model-info {
    font-size:14px;
    font-weight:400;
    line-height:18px;
    height:100px;
    margin-bottom: 15px;
    overflow:hidden;
    position:relative;
}

#caravan-list .product-model-tent-info {
    font-size:14px;
    line-height:14px;
    height:100px;
    margin-bottom: 15px;
    overflow:hidden;
    position:relative;
}

#caravan-list .product-price {
    font-size:20px;
    font-weight:500;
    margin-top: 30px;
}

#caravan-list .before-price {
    font-size:14px;
    font-weight:300;
    padding-left:15px;
    text-decoration:line-through;

}



#caravan-list .product-a-measurement {
    padding:5px 13px;
}

#caravan-list .product-year-price-container {
    font-size:18px;
    padding-bottom:5px;
}

#caravan-list .product-year-price-container::after {
    content:" ";
    display:table;
    clear:both;
}

#caravan-list .product-year-price-container .product-year {
    float:left;
    padding-left:13px;
}

#caravan-list .product-year-price-container .product-price {
    float:right;
    padding-right:13px;
}

#caravan-list .product-year-price-container .product-price .before-price {
    font-size:14px;
    text-decoration:line-through;
    float:right;
}

#caravan-list .product-year-price-container .product-price .before-price-proxy {
    font-size:14px;
    float:right;
}

#caravan-list .product-link-box .product-link-container::after {
    content:" ";
    display:table;
    clear:both;
}

#caravan-list .product-link-box .product-link-container .product-link {
    float:right;
    background: rgba(0, 0, 0, 0) url("/Resources/images/readmore.png") no-repeat scroll 0 0;
    height: 36px;
    padding: 9px 10px 0 45px;
    text-align: center;
}

/******* PRODUCT DETAILS *********/

.product-image-wrapper {
    position:relative;
}

.magnifying {
    position:absolute;
    top:50px;
    left:10px;
}

.link-group {
    margin-top:30px;
    height:30px;
    text-align:center;
}

.link-group .addon-link {
    margin-right:15px;
    float:left;
}

.link-group .finance-link {
    margin-left:15px;
    float:right;
}

#caravan-details {
    border-bottom:1px solid #fff;
    margin-bottom:30px;
}

#caravan-details .caravan-name {
    background-color: #336E76;
    color:#fff;
    height:64px;
    border-radius:6px;
    margin-top:0px;
    margin-bottom:10px;
    padding-top:10px;
    font-size:28px;
    font-weight:200;
    text-align: center;
}

#caravan-details .product-picture-wrapper {
    position:relative;
    z-index:1;
        box-shadow: 0 3px 6px #888888;
}

#caravan-details .product-picture {

}

#caravan-details .caravan-name-tablet {
    background-color: #336E76;
    color:#fff;
    width:75%;
    height:64px;
    border-radius:6px;
    padding-top:10px;
    font-size:28px;
    font-weight:200;
    text-align: center;
    position:absolute;
    bottom:-40px;
    right:30px;
    z-index:1000;
}

#product-container #large-price-container {
    background-color:#955C5C;
    color:#fff;
    padding:30px;
    font-size:14px;
    margin-bottom:15px;
    border-radius:6px;
}





.product-financing-suggestion {
    margin-bottom:15px;
}

.product-financing-suggestion .provider-logo {
    width:25%;
    margin-top:15px;
    margin-bottom:15px;
}

.product-financing-suggestion .data-table {
    border-collapse:collapse;
}

.product-financing-suggestion .data-table td{
    padding:5px;
    border:1px solid #1d6ba0;
}

.financing-suggestion-title {
    font-size:20px;
    font-weight:bold;
}




#caravan-details #large-price-container .product-price {
    font-size:26px;
    font-weight:500;
}

#dynamic-financing-value {
    margin-top:10px;
    font-size:12px;
}

#caravan-details #large-price-container .product-description{
    padding-top:15px;
}


#caravan-details .addon {
    display:inline-block;
    text-align:left;
}

#caravan-details .print {
    display:inline-block;
    text-align:center;
}


#caravan-details .finance {
    display:inline-block;
    text-align:right;
}


#caravan-details .default-image {
    width:100%;
    display:block;
}

#caravan-details .product-price-container {
    text-align:center;
    padding:15px;
    margin-bottom:10px;
}

#caravan-details .product-price-container .product-price {
    font-size:22px;
    font-weight:500;
    color:#fff;
    padding-right:10px;
}

#caravan-details .caravan-info {
    margin-top:15px;
    margin-bottom:15px;
}

#caravan-details .product-finance-from {
    font-size:20px;
}

#caravan-details .product-price-container .before-price {
    font-size: 14px;
    color:#fff;
    padding-left:5px;
    text-decoration: line-through;
}

#caravan-details .price_per_month_txt {
    color:#fff;
    font-size:14px;
    padding-top:10px;
}

#caravan-details .price_per_month {
    color:#fff;
    font-size:18px;
}

#caravan-details .back-wrapper {
    height:60px;
    padding-top:15px;
}

#caravan-details a.back {
    color:#fff;
    line-height:40px;
    font-size:28px;
}


.link-button {
    border:1px solid #fff;
    border-radius:6px;
    background-color:transparent;
    display:block;
    padding:4px 25px 0 25px;
    height:63px;
    margin-top:10px;
    cursor:pointer;
    font-size:16px;
    line-height:19px;
    text-align:center;
    text-decoration:none;
}

.right-button {
    padding-right: 0;
    padding-left:5px;
}

.left-button {
    padding-left: 0;
    padding-right:5px;
}


.finance-button
{
    color:#444;
    background-color:#fff;
    border-color:#336E76;
    padding-top:10px;
}

.finance-button:hover, .finance-button:visited {
    text-decoration:none;
    color:#444;
}

.print-button
{
    color:#444;
    background-color:#fff;
    border-color:#336E76;
    padding-top:20px;
}

.print-button:hover, .print-button:visited {
    text-decoration:none;
    color:#444;
}

.back-button
{
    color:#444;
    background-color:#fff;
    border-color:#336E76;
    padding-top:20px;
}

.back-button:hover, .back-button:visited {
    text-decoration:none;
    color:#444;
}

.addon-button
{
    color:#fff;
    background-color:#336E76;
    border-color:#336E76;
    padding-top:20px;
}

.addon-button:hover, .addon-button:visited {
    text-decoration:none;
    color:#fff;
}

.grey-button
{
    color:#fff;
    background-color:#444;
    padding-top:13px;
    font-size:16px;
    margin-bottom:15px;
}

.grey-button:hover, .grey-button:visited {
    text-decoration:none;
    color:#fff;
}

.orange-button
{
    color:#fff;
    background-color:#E68626;
    padding-top:13px;
    font-size:16px;
}

.orange-button:hover, .orange-button:visited {
    text-decoration:none;
    color:#fff;
}


.share-wrapper {
    background-color:#6B768C;
    color:#fff;
}

.share-wrapper .share{
    height:64px;
    font-size:18px;
    padding-top:20px;
    padding-left:40px;
    vertical-align:middle;
}

    .share-wrapper .share img{
        height:24px;
        width:auto;
        padding-left:10px;
    }



#caravan-details {
    margin-top:30px;
}

#caravan-details .link-button-grey:hover, .link-button-grey:active, .link-button-grey:visited{
    color: #fff;
    text-decoration:none;
}

#caravan-details .before-price {
    font-size:16px;
    text-decoration:line-through;
}

#caravan-details h3.before-price {
    font-size:18px;
}

#product-container {
    margin-top:20px;
}

#product-container h4 {
    font-size:16px;
}

.product-detail-link, .product-detail-link:hover, .product-detail-link:focus {
    font-size:22px;
    color: #dd0000;
    text-decoration:none;
}




#product-container #caravanCarousel {
    margin-bottom:0;
    
}

#product-container .product-text-label {
    font-weight:bold;
}


#product-container .promotion {
    width:100%;
    height:50px;
    font-weight:400;
    padding:15px 15px 0 20px;
    font-size:20px;
}
#product-container .caravan-description {
    margin-top:15px;
}


#product-container .back {
    color:#404040;
    margin-top:15px;
    padding-right:15px;
}

#product-container .back .back-arrow {
    padding-left:60px;
}

#product-container .back .back-text {
    padding-left:70px;
}

#product-container .back a{
    color:#404040;
    font-size:12px;
    text-decoration:none;
}

.product-movie-iframe-container {
    height:400px;
}

.product-movie-iframe-container iframe {
    height:100%;
    width:100%;
    border:none;
}

#product-attribute-container .attribute-group {
    margin-bottom:15px;
    padding-bottom:20px;
}

#product-attribute-container .attribute-group::after {
    content:"";
    display:table;
    clear:both;
}

#product-attribute-container .attribute-group .attribute-group-name {
    color:#444;
    font-weight:600;
    padding-left:15px;
    margin-bottom:20px;
    font-size:15px;
    line-height:18px;
}


#product-container .product-financing-suggestion {
    margin-bottom:15px;
}

#product-container .product-financing-suggestion .provider-logo {
    width:25%;
    margin-top:15px;
    margin-bottom:15px;
}

#product-container .product-financing-suggestion .data-table {
    border-collapse:collapse;
}

#product-container .product-financing-suggestion .data-table td{
    padding:5px;
    border:1px solid #1d6ba0;
}

#product-container .financing-suggestion-title {
    font-size:20px;
    font-weight:bold;
}

#product-container .section-title {
    padding:10px 0 30px 0;
    color:#333;
    font-size:36px;
    font-weight:500;
}

#product-container .addon-heading {
    color:#fff;

    padding:5px 20px;
    border:1px solid #F2F2F2;
    border-radius:6px;
    margin:15px 0 15px 0;
    font-size:20px;
    line-height:24px;
}

#product-container .addon-brandname {
    font-size:28px;
    font-weight:500;
    padding-bottom:15px;
}

#product-container .addon-group {
    margin-top:30px;
}

#product-container .addon-group:first-child{
    margin-top:0px;
}

#product-container .addon-group-name {
    background-color:#B2A194;
    box-shadow: 0 3px 6px #888888;
    color:#fff;
    width:350px;
    height:45px;
    font-size:18px;
    font-weight:bold;
    padding:8px 0 0 15px;
    position:relative;
    margin-bottom:20px;
}

#product-container .addon-group-name-layer {
    background-color: rgba(51,110,118,.7);
    box-shadow: 0 6px 6px #888888;
    padding:8px 0 0 20px;
    width:320px;
    height:45px;
    position:absolute;
    top:15px;
}

#product-container .item-image {
    display:block;
    width:100%;
}

#product-container .item-name {
    font-weight:bold;
    padding-bottom:15px;
}

#product-container .item-price {
    font-size:15px;
    font-weight:bold;
    padding-bottom:5px;
}

#product-container .addon-group .addon-row > div {
    font-size:14px;
    margin-top:15px;
    margin-bottom:15px;
}

#product-container .addon-group input[type=checkbox] {
    background-color: #fff;
}

#product-container .addon-group .addon-subitems-container .addon-row > div {
    border-top:none;
}



#product-container .addon-group .addon-row .text-block {
    padding:5px;
}



#product-container #small-price-container {
    background-color:#B2A194;
    color:#fff;
    padding:20px 0px;
    font-size:18px;
    line-height:23px;
    font-weight:500;
    margin:0;
    height:94px;
   
}


#product-container #small-price-container span{
    font-size:18px;
    padding-top:10px;
    padding-bottom:10px;
}

.checkbox{
    width:20px;
    height:20px;
    border:1px solid #000;
    cursor:pointer;
    border-radius:2px;
    position:relative;
}

.checkbox.selected {
}

.checkbox.selected::after {
    content:"\2713";
    font-size:2em;
    font-weight:bold;
    position:absolute;
    top:-15px;
    left:0px;
    color:#1d6ba0;
}

.checkbox.unselected {
}

#product-container #dynamic-financing-container {
    color:#fff;
    background-color:#333333;
    padding:10px 20px;
    margin-bottom:15px;
    font-size:14px;
}

#product-container #dynamic-financing-container .title {
    font-size:16px;
    padding-bottom:0px;
}

#product-container #dynamic-financing-container .name {
    font-size:14px;
}

#financing-details-layout .finans-value {
    text-align:right;
}

#product-movie-container {
    margin-top:30px;
}


/******* Addon list *********/

#product-selected-addons-list {
    padding-top:25px;
}



#product-container .contact-form-title {
    margin-top:5px;
    margin-bottom:15px;
    font-size:16px;
    line-height:20px;
}


#product-container .product-addon-contact-form {
    border:1px solid #336E76;
    padding:20px;
    font-size:14px;
}


#product-container .product-addon-contact-form input{
    width:100%;
    height:20px;
    margin-top:5px;
    margin-bottom:5px;
    box-sizing:border-box;
    padding:2px 10px;
}

#product-container .product-addon-contact-form textarea{
    width:100%;
    margin-top:5px;
    margin-bottom:5px;
    box-sizing:border-box;
    padding:2px 10px;
    border: 1px solid #cccccc;
}

#product-container .product-addon-contact-form .input-title {
    padding-top:7px;
}

#product-container .product-addon-contact-form .blue-button {
    height:40px;
    font-size:10px;
    padding:5px 10px;
}

#product-container .product-addon-contact-form .send-button {
    background-color:#336E76;
    height:48px;
    color:#fff;
    font-size:20px;
    font-weight:500;
    text-transform:uppercase;
    width:100%;
    border:0;
    border-radius:6px;
    padding:0;
    margin-top:15px;
    line-height:30px;
}

#product-container .product-addon-contact-form .button {
    background-color:#be0017;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    width:49%;
    border:0;
    padding:6px 43px;
    margin-top:15px;
    line-height:30px;
}

#product-container .product-addon-contact-form .button:hover {
    text-decoration:none;
}

#product-container .product-addon-pdf-form {
    border:1px solid #336E76;
    padding:15px;
    font-size:14px;
    margin-top:20px;
}

#product-container .pdf-form-title {
    margin-top:5px;
    margin-bottom:10px;
    color:#505050;
    font-size:16px;
    font-weight:500;
}

/********* LATEST CARAVANS *********/
#latest-caravans {
    padding:15px 15px 30px;
    font-size:18px;
}

#latest-caravans .head {
    background-color:#dd0000;
    text-align:center;
    padding:5px 0 5px 0;
}

#latest-caravans .showroom {
    border-color: #666666;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#latest-caravans h3 {
    font-size: 20px;
    color:#fff;
    font-weight:500;
}

#latest-caravans .new-caravan {
    margin:15px;
    font-size: 13px;

}

#latest-caravans a {
    color:inherit;
    text-decoration: none;
}

/********* SELLERS *********/


.my-sticky {
    padding:0px 15px 30px;
    font-size:18px;
    color:#fff;
}

.my-sticky .head {
    background-color:#666;
    padding:5px 0 5px 0;
}

.my-sticky .head h3 {
    color:#fff;
    font-size:20px;
    font-weight:500;
    text-align: center;
}

.my-sticky .content {
    background-color:#666;
    padding:5px 0 5px 0;

}

    .my-sticky .content::after {
        clear:both;
        content:" ";
        display:block;
    }

.my-sticky .content .left {
    float:left;
}

.my-sticky .content img {
    float:right;
}

.my-sticky .content a {
    color:#fff;
    text-decoration:underline;
}

.my-sticky .content .name {
    font-size:16px;
    font-weight:600;
}
.my-sticky .content .phone {
    font-size:14px;
    font-weight:300;
}

.my-sticky .content .phone-no {
    font-size:16px;
    font-weight:600;
}

.my-sticky .content .email {
    font-size:14px;
    font-weight:300;
}

.my-sticky.stuck {
    position: fixed;
    top: 0;
    z-index: 10000;
}


.sticky.stuck {
    position: fixed;
    bottom: 100px;
    z-index: 10000;
}

/********* EXPERT PANEL *********/
.expert-panel {
    margin-bottom:15px;
}

.expert-panel .head {
    background-color:#d00;
    text-align:center;
    padding:15px 0 15px 0;
}

.expert-panel .content {
    background-color:#666;
    color:#fff;
    padding:15px;
}

.expert-panel .content a{
    color:#fff;
    text-decoration:underline;
}

.expert-panel .left {
    float:left;
}

.expert-panel .contact {
    position:relative;
    margin-bottom:20px;
}

.expert-panel .contact img {
    position:absolute;
    top:25px;
    right:5px;
}

.expert-panel img {
    float:right;
}

.expert-panel .content .phone, .expert-panel .content .email {
    font-size:14px;
    padding-top:20px;
}

.expert-panel .content input, .expert-panel .content textarea{
    color: #666;
}

.expert-panel .content .phone-no {
    font-weight:600;
    font-size:18px;
    color:#fff;
}

.expert-panel .content .email-address {
    font-size:18px;
}

.expert-panel .content input, textarea{
    width:100%;
    margin-bottom:15px;
}


.expert-panel .content button {
    background-color: #fff;
    border: 1px solid #4a4a4a;
    color: #666;
    height: 35px;
    width: 60%;
    font-size: 13px;
}

.expert-panel h3 {
    font-size: 24px;
    color:#fff;
    font-weight:500;
}


/********* SPCIAL OFFER CARAVAN *********/
.special-offer-link > div {
    height:105px;
}

.special-offer-link a {
    text-decoration:none;
}
.special-offer-link .product-image {
    width:100%;
    height:105px;
    background-position:center top;
    background-size:100% auto;
    background-repeat:no-repeat;
}

.special-offer-link .caravan-info {
    text-align:center;
    font-size:15px;
    font-weight:bold;
}

.special-offer-link .special-offer-description a {
    color:#666;
    display:block;
    text-align:center;
    font-weight:bold;
    font-size:18px;
}

.wave-background {
    background-image:url('/Resources/Images/blue-wave.png');
    background-position:right 15px bottom;
    background-repeat:no-repeat;
    background-size:375px auto;
}

.special-offer-long-description-container {
    border:1px solid #1d6ba0;
}

.special-offer-long-description-container .text {
    padding:15px;
}


/* Product simple list */
#caravan-simple-list .header-row {
    border:1px solid #acacac;
    background-color:#cdcdcd;
    padding:5px 0px;
    margin-top:15px;
}

#caravan-simple-list .header-row a {
    color:#000;
    text-decoration:underline;
    cursor:pointer;
}

#caravan-simple-list .product-image{
    display:block;
    width:100%;
    border:1px solid #cdcdcd;
    box-sizing:border-box;
}

/*==========  Non-Mobile First Method  ==========*/



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


#caravan-list .product-price {
    font-size:24px;
    margin-top:15px;
}

    #product-container .back .back-arrow {
    padding-left:50px;
}

#product-container .back .back-text {
    padding-left:55px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .grey-button
{
    margin-bottom:30px;
}

.product-picture-wrapper {
    margin-bottom:50px;
}

.product-picture {
    padding-right:0;
    padding-left:0;
}

#caravan-list .product-link {
    height:52px;
}

form .input-container select, input[type=text] {
    height:45px;
 }

form .input-container input {
    height: 45px;
}


#product-container .addon-group .addon-row .item-dscription {
    border-top:none;
}

#caravan-list hr {
    margin-top:50px;
    margin-bottom:50px;
}

    #product-container .back .back-arrow {
    padding-left:190px;
}

#product-container .back .back-text {
    padding-left:200px;
}


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    #caravan-list .product-model-description:before {
    background:none;
}

    #caravan-details {
        padding-left:0;
        padding-right:0;
    }

    .product-picture-wrapper {
        padding-right:0;
        padding-left:0;
    }


#caravan-list .product-link {
    height:102px;
}

    #product-attribute-container {
        padding-left:-15px;
        padding-right:-15px;
    }

    .my-sticky.stuck {
    position: relative;
    top: auto;
}

    #caravan-list .product-model-description {
    margin-bottom:15px;
    height:auto;
    }

    a.search-link {
        margin-bottom:10px;
    }



}

/* Small Devices, Tablets */
@media only screen and (max-width : 600px) {
    #caravan-list .product-link-box .product-image-container {
        height:400px;
    }

    #caravan-details .caravan-name-tablet {
        width: 90%;
        right:10px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    #caravan-list .product-link-box .product-image-container {
        height:250px;
    }

        .link-group a, .link-group a:hover{
    font-size:16px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    #caravan-list .product-link-box .product-image-container {
        height:250px;
    }
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width : 321px) {

}

@media only screen and (min-width : 481px) {

}

@media only screen and (min-width : 769px) {

}

@media only screen and (min-width : 993px) {
    /*#large-price-container.fixed .price-container {
        text-align:right;
    }*/
}