/**
 * breakpoint 680px css file.
 * this file provides a base css directives for large mobile device with landscape mode.
 * @version     1.0.0
 * @copyright   Akezio®, all right reserved
 * @author      Benjamin Smadja <bsmadja@officiel-des-vacances.com>
 * @license
 */

body 
{ 
   font-size: 13px; background-color: #ffffff;
   -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: moz-none; -ms-user-select: none; user-select: none;
   min-width: 100%;
}

body#b-router
{
	background-color: #f1f0ef; 
}

h1, h2, h3
{
	padding: 0;
}

.viewp-desktop, 
[class^="viewd-"]
{
    position: absolute; display: none !important;
}

.viewp-mobile, 
[class^="viewm-"]
{
    display: block;
}

div#viewp-main
.viewa-appear
{
    -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform:  translate3d(0px, 100px, 0) rotateX(-30deg) scale(1.25, 1.25);
    -moz-transform: translate3d(0px, 100px, 0) rotateX(-30deg) scale(1.25, 1.25);
    transform: translate3d(0px, 100px, 0)
    rotateX(-30deg) scale(1.25, 1.25);
    opacity: 0;
}

div#viewp-main
.viewa-appear.shown
{
	-webkit-transform: translate3d(0px, 0px, 0px) rotateX(0)  scale(1, 1);
    -moz-transform:  translate3d(0px, 0px, 0px) rotateX(0)  scale(1, 1);
	transform: translate3d(0px, 0px, 0px) rotateX(0)  scale(1, 1);
    opacity: 1;
}

div#viewp-main
div.viewp-wrapper
{
    position: relative; width: auto !important; 
    padding: .8em;
	width: 100%; overflow: hidden;
}

div#viewp-main
div.viewp-wrapper
h2.viewm-title
{
    font-weight: bold; text-align: center;
}

div#viewp-main
div.viewp-width-640
{
    width: inherit; float: inherit;
}

div#viewp-main
div#viewp-header
{
    padding: .25em 0 0;
}

div#viewp-main
div#viewp-header
div#viewp-header-logo-wrapper
{
    padding-right: 0; background-image: none;
    height: 50px;
    line-height: 50px;
}

div#viewp-main
div#viewp-header
div#viewp-header-logo-wrapper
div#viewp-header-logo
{
    width: auto; height: 40px !important;
    background-size: 127px 40px; background-position: 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

div#viewp-main
div#viewp-header
div#viewm-navigator
{
    position: absolute; padding: 0 0.4em 0 0.4em; height: 100%; right: 0; top: 0;
    line-height: 50px; font-size: 24px; color: #ffffff; 
}

div#viewp-main
div#viewp-header
div#viewm-navigator.item-open
{
    background-color: #ffffff; 
}

div#viewp-main
div#viewp-header
div#viewm-navigator.item-open
span
{
	color: #fc601d;
}

div#viewp-main
div.viewm-ads-megabanner
img
{
    width: 100%; height: auto !important;
}

div#viewp-main
div#viewp-nav
{
	width: inherit; padding: 0; margin: 0;
	display: none;
	position: relative;
	top: 0;
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items li
{
	position: relative; width: inherit; float: inherit; padding: .3em 0 0;
	background-image: none; background-color: #ffffff; border-top: solid 1px #cccccc;
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items li:first-child
{
    border-top-color: #ffffff;	
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items 
li a
{
    min-width: inherit; max-width: inherit; padding: 0 .8em;
	color: #333333; font-size: 1.5em; text-align: left;
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items 
li a span
{
	font-size: .8em; 
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items 
li a span 
span[class^="icon-"]
{
	padding: 0 .3em 0 0; display: inline-block !important; 
	color: #cccccc; font-size: 1.2em; 
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items 
li.item-open
{
    background-color: #fc601d;
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items 
li.item-open
ul.viewp-subnav-items
{
	display: block !important;
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items 
li.item-open
ul.viewp-subnav-items
li ul.viewp-subnav-items
{
    display: none !important;
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items 
li.item-open a:first-child
{
    color: #ffffff;
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items li
ul.viewp-subnav-items
{
    background-color: #f1f0ef;
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items li
ul.viewp-subnav-items 
li:first-child 
{
	box-shadow: inset 0px 8px 4px -6px #d1d1d1;
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items li
ul.viewp-subnav-items li
{
	border-top: solid 1px #d5d5d5; background-color: #f1f0ef;
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items li
ul.viewp-subnav-items li a
{
	padding: 0 1.7em; color: #333333 !important;
}

div#viewp-main
div#viewp-header
div#viewp-nav 
ul#viewp-nav-items li
ul.viewp-subnav-items
li span[class^="icon-"]
{
	display: none !important;
}

div#viewp-main 
div#viewp-product-homepage
div.viewp-product-item
{
	padding: .6em .5em;
}

div#viewp-main 
div#viewp-product-homepage
div.viewp-product-item 
div.viewp-picture
{
	height: inherit; padding-bottom: .5em;
}

div#viewp-main 
div#viewp-product-homepage
div.viewp-product-item 
div.viewp-picture
figure
{
    margin: 0; padding: 0;
}

div#viewp-main 
div#viewp-product-homepage
div.viewp-product-item 
div.viewp-picture
figure
img
{
    width: 100%; height: auto !important;
}

div#viewp-main 
div#viewp-product-homepage
div.viewp-product-item 
div.viewp-desc
{
    width: inherit; height: inherit; 
    background-color: #ffffff !important;	
}

div#viewp-main 
div#viewp-product-homepage
div.viewp-product-item 
div.viewp-desc
div.viewp-padding
{
    padding: .2em 0;
}

div#viewp-main 
div#viewp-product-homepage
div.viewp-product-item 
div.viewp-desc
div.viewp-desc-merchant
img
{
	width: 150px; height: auto;
}

div#viewp-main
div#viewp-product-homepage
div.viewp-product-item
div.viewp-desc
div.viewp-desc-price
{
	font-size: 1.2em;
}

div#viewp-main
div#viewp-product-homepage
div.viewp-product-item
div.viewp-desc
div.viewp-desc-price
span.viewp-desc-price-numeric
{
    font-size: 2.4em; 
}

div#viewp-main
div#viewp-product-homepage
div.viewp-product-item
div.viewm-product-owner
{
    position: relative; padding: .5em 0;
	text-align: center; text-transform: uppercase; font-size: .8em;
}

div#viewp-main
div#viewp-product-homepage
div.viewp-product-item
div.viewp-desc
div.viewp-desc-price
span.view-desc-price-numeric
{
	font-size: 1.9em;
}

div#viewp-main
div#viewm-navigation-alter
{
	border-bottom-color: transparent; border-left-color: transparent;
}

div#viewp-main
div#viewm-navigation-alter
ul
{
	padding: 0; margin: 0;
}

div#viewp-main
div#viewm-navigation-alter
ul li
{
	float: left; width: 49.5%; max-height: 5em; min-height: 5em;
	border-left: solid 1px #efefef; border-bottom: solid 1px #efefef;
}

div#viewp-main
div#viewm-navigation-alter
ul li a
{
    display: block; width: auto; line-height: 5em; padding: 0 1.3em; 
    text-align: center;
}

div#viewp-main
div#viewm-navigation-alter
ul li 
a span
{
	display: inline-block; line-height: 1.2em; vertical-align: middle;
	font-size: 1.3em; font-weight: 500;
}

div#viewp-main
div#viewp-bestof-section
div.viewp-composite,
div#viewp-main
div#viewp-bestof-404-section
div.viewp-composite
{
	padding: 0; border: none; text-align: center;
}

div#viewp-main
div#viewp-bestof-section
div.viewp-padding,
div#viewp-main
div#viewp-bestof-404-section
div.viewp-padding
{
	padding: 0;
}

div#viewp-main
div#viewp-bestof-section
ul li
{
    display: block; float: inherit; margin: .5em 0;
}

div#viewp-main
div#viewp-bestof-404-section
ul li
{
    padding: 0;
    width: 100%;
}

div#viewp-main
div#viewp-bestof-section
ul li 
div.viewp-section-item
span.viewp-section-shadow,
div#viewp-main
div#viewp-bestof-404-section
ul li
div.viewp-section-item
span.viewp-section-shadow
{
	background-size: contain;
}

div#viewp-main
div#viewp-bestof-section
ul li img,
div#viewp-main
div#viewp-bestof-404-section
ul li img
{
    width: 100%; height: auto;
}

div#viewp-main
div#viewp-footer
div.viewp-padding
{
	padding: 0;
}

div#viewp-main
div#viewp-footer
ul li
{
    padding: 1.5em 1em;
    display: block;
    border-bottom: solid 1px #111111;
    border-right: none;
    font-size: 1.3em;
}

div#viewp-main
div#viewp-section-filter
{
	padding: 0;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items-sorter
{
	padding: .6em 0 0; text-align: center; color: #f0f0f0;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items-sorter a
{
	padding: .5em;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items-sorter 
a.viewp-sort-selected
{
	background-color: #fc601d; color: #fff; padding: .5em;	
}

div#viewp-main
div#viewp-section-filter
div.viewm-section-filter-summary
{
	background-color: #313131; color: #ffffff;
}

div#viewp-main
div#viewp-section-filter
div.viewm-section-filter-summary
span.viewm-section-filter-summary-title
{
	/*display: block; float: left; width: 60%;*/
	display: table-cell;
	font-size: 1.5em; line-height: 1.2;
	padding-right: 10px;
	vertical-align: middle;
}

div#viewp-main
div#viewp-section-filter
div.viewm-section-filter-summary
div.viewm-section-filter-context
{
	display: table-cell;
	width: 90px;
	text-align: center; font-size: 1.3em;
}

div#viewp-main
div#viewp-section-filter
div.viewm-section-filter-summary
div.viewm-section-filter-context
div.viewm-section-context-filter
{
	padding: .6em .3em;
	-webkit-border-radius: .3em; -moz-border-radius: .3em; -o-border-radius: .3em; border-radius: .3em;
	font-weight: 600; background-color: #fc601d; color: #ffffff;
	font-size: 14px;
}

div#viewp-main
div#viewp-section-filter
div.viewm-section-filter-summary
div.viewm-section-filter-context
div.viewm-section-context-filter
span
{
	display: inline-block; padding: .3em .5em;
	background-color: #ffffff; color: #fc601d;
}

div#viewp-main
div#viewp-section-filter
div.viewm-section-filter-summary
div.viewm-section-filter-context
div.viewm-section-context-result
{
	padding: .5em 0 0; text-align: center; font-size: .8em;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items
{
	background-color: #f0f0f0; padding: 1em 0; display: none;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items
span.icon-caret-up
{
	position: absolute; right: 20%; margin-top: -1em; 
	color: #f0f0f0; font-size: 3em;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items
div#viewm-section-filter-active-filters
{
	background-color: #dedede;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items
div#viewm-section-filter-active-filters
span
{
	color: #444444; font-size: 1.8em; font-weight: bold;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items
div#viewm-section-filter-items-inner
{
	margin: 1em 0;
	border-right: solid .8em #f0f0f0; border-left: solid .8em #f0f0f0; 
	background-color: #ffffff; 
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items
div#viewm-section-filter-items-inner
div.viewp-padding
{
	padding: 1em;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items
div#viewm-section-filter-items-inner
a
{
	display: inline-block; margin: 0 0 .5em 0;  padding: .5em .8em; float: left; clear: left;
	font-size: 1.2em; background-color: #dedede; color: #444444;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items
div#viewm-section-filter-items-inner
a:last-child
{
	margin: 0;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-items
div#viewm-section-filter-items-inner
a span
{
	display: inline-block; padding: .4em;
	background-color: #444444; color: #dedede;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-types
{
	margin: 1em 0;
    border-right: solid .8em #f0f0f0; border-left: solid .8em #f0f0f0; 
    background-color: #ffffff; 
}

div#viewp-main
div#viewp-section-filter
div.viewm-section-filter-types-item
{
	padding: .7em 0;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-types
div.viewm-section-filter-types-item-title
{
	padding: 0 0 .7em 0; border-bottom: solid 1px #dedede;
	font-size: 1.7em; color: #444444; font-weight: bold;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-types
div.viewm-section-filter-types-item-items
{
	display: none;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-types
a.viewm-section-filter-types-item-items-element
{
	display: block; padding: .7em 0; border-bottom: solid 1px #dedede;
	font-size: 1.3em;
}

div#viewp-main
div#viewp-section-filter
div#viewm-section-filter-types
a.viewm-section-filter-types-item-items-element small
{
    color: #b2b2b2; 
}

div#viewp-main
div.viewp-section-products
div.viewp-page-products-load
{
    margin: 1em 0 0; padding: 3em 3.5em;
    text-align: center; background-position: top center;
}

div#viewp-main
div#viewp-merchant
{
    font-size: 1.3em; padding: 0 1em;
}

div#viewp-main
div.viewp-merchant-presentation-overview
h1
{
    font-size: 1em; font-weight: normal !important;
}

div#viewp-main 
div#viewp-merchant 
div#viewp-merchant-details 
div#viewp-merchant-details-logo
{
	padding: 0;
}

div#viewp-main
div#viewp-merchant-tabs
{
    padding: 0 1.5em;
}

div#viewp-main
div#viewp-merchant
div#viewp-merchant-inner
{
	border: none;
}

div#viewp-main
div#viewp-merchant
div.viewp-padding
{
    padding: 0 !important;
}

div#viewp-main
div#viewp-merchant
div#viewp-merchant-details
{
    position: relative; width: inherit; float: inherit;
}

div#viewp-main
div#viewp-merchant
div#viewp-merchant-details-web
ul li span
{
    display: block;
	font-weight: bold; color: #535353;
}

div#viewp-main
div#viewp-merchant
div#viewp-merchant-details-web
ul li a.viewm-booking-phone
{
	display: inline;
}

div#viewp-main
div#viewp-merchant
div#viewp-merchant-details-web
ul li i
{
    display: inline; padding: 0;
}

div#viewp-main
div#viewp-merchant
div#viewp-merchant-presentation
{
    position: relative; padding: 1em 0; width: inherit; float: inherit;
    background: none; font-size: 1em; font-weight: normal !important;
	border-top: solid 1px #e3e3e3;
}

div#viewp-main
div#viewp-merchant
div#viewp-merchant-presentation
strong
{
	font-weight: normal;
}

div#viewp-main
div#viewp-merchant
div#viewp-merchant-presentation
div#viewp-merchant-presentation-praticals
{
	margin-top: 1em;
}

div#viewp-main
div#viewp-merchant
div#viewp-merchant-presentation
div#viewp-merchant-presentation-praticals
strong
{
	font-weight: bold;
}

div#viewp-main
div#viewp-merchant
div#viewp-merchant-presentation
div#viewp-merchant-presentation-praticals
ul
{
    padding-top: 0;
}

div#viewp-main
div#viewp-merchant-tabs
{
    border-top: solid 1px #e3e3e3;
}

div#viewp-main
div#viewp-merchant-tabs
ul.viewp-merchant-tabs-items
li.viewp-tab-item
{
    position: relative; display: block; float: inherit; padding: 0 !important; margin: 0 !important; line-height: 4em !important;
    border: none; background-color: #ffffff;
}

div#viewp-main
div#viewp-merchant-tabs
ul.viewp-merchant-tabs-items
li.viewp-tab-item a.viewp-merchant-tab-link
{
    display: block; padding: 0;
    font-size: 1.3em; font-weight: bold; background-color: transparent; color: #000000;
}

div#viewp-main
div#viewp-merchant-tabs
ul.viewp-merchant-tabs-items
li a.viewp-merchant-tab-link
span
{
    display: inline-block; margin-right: .3em; color: #cccccc;
}

div#viewp-main
div#viewp-merchant-tabs
ul.viewp-merchant-tabs-items
li.viewp-active div.viewp-merchant-tab-text
{
    display: block !important;
    font-size: 1.3em; line-height: 1.5em;
}

div#viewp-main
div#viewp-merchant-tabs
ul.viewp-merchant-tabs-items
li.viewp-active div.viewp-merchant-tab-text
div.viewp-product
{
	padding: 0; font-size: .75em;
}

div#viewp-main
div#viewp-merchant-tabs
ul.viewp-merchant-tabs-items
li.viewp-active div.viewp-merchant-tab-text
div.viewp-product
div.viewm-product-picture-share-links
div.viewp-padding
{
	padding: 0;
}

div#viewp-main
div.viewp-page-paragraph
div.viewp-page-paragraph-text,
div#viewp-main
div.viewp-2-tiers
div.viewp-page-paragraph
div.viewp-page-paragraph-text
{
    position: relative; float: inherit; width: inherit;
	font-size: 1em;
}

div#viewp-main
div.viewp-page-paragraph
div.viewp-page-paragraph-text
div.viewp-product
{
	padding: 2em 0;
	font-size: .7em;
}

div#viewp-main 
div.viewp-product-inactive 
div.viewp-product-block-inactive
{
	font-size: 1.3em;
}

div#viewp-main
div.viewp-page-paragraph-picture
{
	float: inherit !important; width: inherit !important; text-align: center !important; display: block !important;
	border: none !important; padding: 0 !important; margin: 0 !important;
}

div#viewp-main
div.viewp-page-paragraph-picture
img
{
	width: 95%; height: auto !important; margin: 1em auto;
}

div#viewp-main
div.viewm-flight
div.viewm-flight-title
{
	font-size: 2em; font-weight: bold; background-color: #444444; color: #ffffff;
}

div#viewp-main
div.viewm-flight
div.viewm-flight-title
div.viewp-padding
{
    padding: 1.5em 1em;   
}

div#viewp-main
div.viewm-flight
div.viewm-flight-description
{
	padding: 1em 1.8em;
	text-align: center; font-size: 1.6em; font-weight: normal; 
	background-color: #cccccc; color: #000000;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-item
{
	display: block !important; font-size: 1.3em; border: none; line-height: 1.3em;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-item
div.viewp-middle-align
{
    background-color: transparent !important;
    padding: 0; line-height: 1.3em; text-align: left;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewm-flight-segment-arrival
{
	padding: 1em 0; clear: left; display: block;
	border-top: solid 1px #cccccc; border-bottom: solid 1px #cccccc;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-composite
{
    padding: 0; border: none;
}

div#viewp-main
div#viewp-flight-segment
{
    display: block;
    border-collapse: inherit; border-spacing: inherit;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-departure,
div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-arrival
{
    position: relative; padding-bottom: .8em !important; z-index: 101;
    background-color: transparent !important; border-bottom: solid 1px #efefef !important;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
{
    display: block; position: relative;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-item
{
    display: block; background-color: transparent !important;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-flight-segment-price
{
	position: absolute; right: 0; margin: 0 0 1em 1em; padding: 2.5em 0; width: 50%; 
	font-size: 1.5em; border-left: solid 1px #efefef;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-flight-segment-price
span
{
	text-align: center;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-item
div.viewp-middle-align
{
    padding: 0; 
    line-height: 1.3em; text-align: left;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-flight-segment-scheduler
{
    position: absolute; top: .1em; right: 1em; margin: 0; padding: 0;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-flight-segment-scheduler
div.viewp-flight-segment-scheduler-item
{
	margin: 0 0 1.8em;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-flight-segment-scheduler
div.viewp-flight-segment-scheduler-item
div.viewp-flight-segment-scheduler-subitem
{
    display: block;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-flight-segment-scheduler
div.viewp-flight-segment-scheduler-item
div.viewp-flight-segment-scheduler-subitem
span.viewp-inline
{
    display: inline-block; min-width: 70px; text-align: right;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-flight-segment-scheduler
div.viewp-flight-segment-scheduler-item
div.viewp-flight-segment-scheduler-timesheet
span
{
	font-size: 1.1em; font-weight: bold; color: #fc601d;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-item
span.viewp-item-hightlight
{
	font-size: 1.1em;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
img
{
    margin: .5em 0;
}

div#viewp-main
div#viewp-flight-segment
div.viewp-flight-segment-item
div.viewp-flight-segment-scheduler
div.viewp-flight-segment-scheduler-item
div.viewm-flight-segment-scheduler-separator
{
	position: absolute; display: block !important;
    margin-left: 82px; margin-top: -10px; 
    color: #cccccc; font-size: 1.5em;
}

div#viewp-main
div#viewp-merchant-overview
div.viewp-merchant-overview-items
div.viewp-merchant-overview-items-item
{
	width: inherit; float: inherit; clear: inherit;
	text-align: left;
}

div#viewp-main
div#viewp-merchant-overview
div.viewp-merchant-overview-items
div.viewp-merchant-overview-items-item
img,
div#viewp-main
div#viewp-merchant-overview
div.viewp-merchant-overview-items
div.viewp-merchant-overview-items-item
span.viewp-merchant-overview-items-item-no-picture
{
    display: none !important; 
}

div#viewp-main
div#viewp-sections
div.viewp-wrapper,
div#viewp-main
div#viewp-sections
div.viewp-padding
{
	border: none; padding: 0;
}

div#viewp-main
div#viewp-sections
div.viewp-section-child
{
	float: inherit; width: inherit;
}

div#viewp-main
div#viewp-archive
div.viewp-archive-text
{
    
}

div#viewp-main
div#viewp-archive
div.viewp-archive-text
h1
{
	font-size: 1.7em; text-transform: inherit; padding: 0 0 1em 0;
}

div#viewp-scroller
{
    top: inherit; bottom: 35px;
}



/*Added toHomePage Work 07-03-2014*/

div#viewp-main
div.viewp-product-controls
{
    position: static;
}

div#viewp-main
div.viewp-product-controls
ol.viewp-direction-nav
{
    display: none;
}

div#viewp-main
div.viewp-product-controls
ol.viewp-control-nav
{

}

div#viewp-main
div.viewp-product-controls
ol.viewp-control-nav li
{
    display: inline-block; margin: 0 .5em;
    zoom: 1; text-align: center;
}


div#viewp-main
div.viewp-product-controls
ol.viewp-control-nav li
a.viewp-active
{
    background: #fc601d; cursor: default;
}

div#viewp-main
div.viewp-product-controls
ol.viewp-control-nav
li a
{
    display: block; width: 11px; height: 11px;
    background: #666; background: rgba(0,0,0,0.5);
    cursor: pointer; text-indent: -9999px;
    -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

div#viewp-main
div.viewp-composite
{
    position: relative; display: block;
    color: #666666; background-color: #ffffff; border: solid 1px #e3e3e3;
}

div#viewp-main
a.viewp-router-link
{
    display: inline-block; padding: .7em .7em;
    text-align: center; background-color: #fc601d; color: #ffffff; font-size: 1.2em; font-weight: normal;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
}

div#viewp-main
div#viewp-product-homepage
div.viewp-product-item
div.viewp-picture
div.viewp-picture-link
{
    position: absolute; bottom: 2em; right: 2em;
}

div#viewp-main
div#viewp-product-homepage
div.viewp-product-item
div.viewp-picture
div.viewp-picture-caption
{
    position: absolute; top: 0; right: 0; padding: .25em 2em;
    background-color: #fc601d; color: #ffffff; font-size: 1.7em;
}

#viewp-page-selection{
    width: auto;
}

div#viewp-main h3
{
    color: #0679c9; font-size: 1.3em; text-decoration: none;
}

div#viewp-main
div#viewp-product-homepage
div.viewp-product-item
div.viewp-picture
{
    width: auto;
}

.viewp-column{
    width: auto;
    float:none;
}

.viewp-bestof{
    margin-left: 0;
    width: auto;
    border: none;
}


div#viewp-main
div#viewp-bestof-section
ul li:first-child,
div#viewp-main
div#viewp-bestof-404-section
ul li:first-child
{
    margin-left: 0 !important;
}

div#viewp-main
div#viewp-bestof-section
ul li,
div#viewp-main
div#viewp-bestof-404-section
ul li
{
    position: relative; float: left; margin: 0 0 0 0; border: solid 1px #e3e3e3; padding: .28em;
}


div#viewp-main
div#viewp-bestof-section
ul li img,
div#viewp-main
div#viewp-bestof-404-section
ul li img
{
    line-height: 1.2;
}

div#viewp-main
div#viewp-bestof-section
ul li
div.viewp-section-item,
div#viewp-main
div#viewp-bestof-404-section
ul li
div.viewp-section-item
{
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    position: relative;
}

div#viewp-main
div#viewp-bestof-section
ul li
div.viewp-section-item
h3,
div#viewp-main
div#viewp-bestof-404-section
ul li
div.viewp-section-item
h3
{
    position: absolute; top: .1em; left: .3em; line-height: 1em;
    cursor: pointer; color: #ffffff; font-size: 2em; text-shadow: 0px 0px 5px #000; font-weight: 700;
    padding: 0;
    background: transparent;
    width: auto;
}

div#viewp-main
div#viewp-header
div#viewp-nav
ul#viewp-nav-items
li a span
{
    display: inline-block; line-height: 3em; vertical-align: middle;
}



div#viewp-main
div#viewp-header
div#viewp-nav
ul#viewp-nav-items
li a
{
    height: 3em;
}

div#viewp-main
div#viewp-header
div#viewp-nav
ul#viewp-nav-items li
{
    padding: 0.2em 0;
}

.viewd-caret{
    visibility: hidden;
}

div#viewp-main h1, div#viewp-main h2, div#viewp-main h3 {
    padding-bottom: 1em;
}

.viewp-product-controls-parent{
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
}
div#viewp-main #viewp-product-homepage div#viewp-page-selection.viewp-composite {
	border: none;
}
div#viewp-main
div.viewp-page-paragraph
div.viewp-product-gallery {
	padding: 0;
}

#viewp-facebook-header-like{
    display: none;
}

.viewp-footer-links{
    width: auto;
    text-align: left;
}

#viewd-footer-title{
    display: none;
}

div#viewp-main div.viewp-2-tiers {
    float: left;
    width: 100%;
}

div#viewp-main
div.viewp-2-tiers
.viewp-page-paragraph
{
    border: none;
}

div#viewp-main
div.viewp-2-tiers
.viewd-paragraph-title,
div#viewp-main
div.viewp-2-tiers
.viewp-paragraph-title
{
    color: #FC601D;
    font-size: 1.3em;
    text-align: left;
    background-color: transparent;
    padding: 3px 20px;
}


/* Alerting breakpoint mobile */

div#viewp-main .viewp-alerts-list-item {
    border-bottom: 2px dotted #c7c7c7;
    clear: both;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left;
    width: 100%;
}

div#viewp-main .viewp-alerts-block-list {
    margin: 0 auto;
    text-align: center;
    width: 100%;

}


div.viewp-alerts-list {
    background-color: #f6f6f6;
    margin-bottom: 22px !important;
    margin-top: 15px !important;
    width: 100% !important;

}


div.viewp-alerts-block-content .region-content {
    width: auto !important;
}

div#viewp-main .viewp-alerts-list-item-title {
    padding-bottom: 5px;
    width: 100%;
}


div.viewp-alerts-block-content {
    float: left;
    margin: 0 10px 0 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
}

div#viewp-main h2.viewp-alerts-list-title {
    border-bottom: 1px solid #c7c7c7;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    width: 100%;
}

div#viewp-main .viewp-alerts-list-form {
    border-top: 1px solid #c7c7c7;
    margin: 10px auto 0;
    padding-bottom: 10px;
    padding-top: 15px;
    width: 100%;
    clear: both;
}

div#viewp-main .viewp-alerts-list-item .viewp-alerts-list-item-left {
    float: left;
    width: auto !important;
}

div#viewp-main .viewp-alerts-list-form form {
    color: #666666;
    text-align: center;
}

div.viewp-alerts-block-mainForm {
    background-color: #f6f6f6;
    clear: both;
    float: left;
    margin-bottom: 35px;
    margin-right: 10px;
    width: 100% !important;
}

div#viewp-main .viewp-alerts-form-block-destination .form-item {
    margin-top: 1em;
    margin-bottom: 1em;
    width: auto;
}

div#viewp-main .viewp-alerts-form-block-destination input {
    border-color: #aaaaaa #e3e3e3 #e3e3e3;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    height: 20px;
     margin-left: 0;
    width: 100%;
}

div#viewp-main .viewp-alerts-form-block-destination h3, div#viewp-main .viewp-alerts-form-block-category h3 {
    color: #666666;
    font-size: 1.2em;
    font-weight: bold !important;
    width: auto !important;
}

div#viewp-main .viewp-alerts-form-block-destination {
    border-bottom: 1px solid #c7c7c7;
    width: auto !important;
}

#viewp-alerts-form-block-title{
    width: 100%;
}

#alerting-alert-form{
    width: 100%;
}

div#viewp-main h2.viewp-alerts-form-title {
    margin: 0 auto;
    padding-top: 5px;
    padding-left: 5px;
    width: 100%;
    /*font-weight: bold !important;*/
}

div#viewp-main p.viewp-alerts-form-title {
    border-bottom: 1px solid #c7c7c7;
    color: #666666;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    width: auto;
}

div#viewp-main .viewp-alerts-form-block-destination, div#viewp-main .viewp-alerts-form-block-category {
    color: #666666;
    margin: 0 auto;
    padding: 10px 15px;
    width: auto;
}

div#viewp-main .viewp-alerts-form-block-category .form-type-checkbox {
    display: block;
    float: left;
    width: 100%;
}

div#viewp-main .form-item-destination-init-autocomplete #init-autocomplete {
    border: 1px solid #000000;
    display: none;
    margin-left: 0;
    max-height: 165px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: -14px;
    width: 100%;
}

div#viewp-main div.viewp-page-paragraph div.viewp-product-gallery .viewp-viewport {
	height: auto;
    margin: 0 1px;
    width: auto;
}
div#viewp-main div.viewp-page-paragraph div.viewp-product-gallery .viewp-viewport img {
	width: 100%;
	height: auto;
}
div#viewp-main
div#viewp-product-homepage
h2.viewp-title {
	margin: 0;
	font-weight: normal !important;
	color: #fc601d;
	font-size: 1.7em;
	line-height: 1.4em;
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: center;
	padding-right: 0;
	width: auto;
	background-color: transparent;
	text-transform: none;
}
/*h2 styling on HP*/
div#viewp-main .viewp-bestof h2.viewp-title {
    color: #fc601d;
    font-size: 1.7em;
    font-weight: normal !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    text-align: center;
}



/* ---- THEMATIC PAGES - NEW VERSION ---- */
div#viewp-main div.viewp-product div.viewp-product-picture {
	width: auto;
}
div#viewp-main div.viewp-product div.viewp-product-description {
	width: auto;
	padding-bottom: 0;
}
div#viewp-main div.viewp-product div.viewp-product-description div.viewp-product-block-bottom {
	width: auto;
	bottom: 0;
	margin-top: 0;
}
div#viewp-main div#viewp-nav #viewp-nav-wrapper {
	width: auto;
}

div#viewp-main div.viewp-product .viewp-product-bg {
	padding: 0;
	border-bottom: solid 1px #e3e3e3;
}
div#viewp-main div.viewp-product {
	border: none;
}
div#viewp-main div.viewp-product div.viewp-product-links div.viewp-product-links-inner ul.viewp-product-links-items {
	display: block;
}
div#viewp-main div.viewp-product div.viewp-product-links div.viewp-product-links-inner ul li.viewp-product-price,
div#viewp-main div.viewp-product div.viewp-product-links div.viewp-product-links-inner ul li.viewp-product-merchant {
	display: block;
	float: left;
	padding: 0 0;
	margin: .8em 0;
	padding: 0;
}
div#viewp-main div.viewp-product div.viewp-product-links div.viewp-product-links-inner ul li.viewp-product-merchant {
}

div#viewp-main div.viewp-product .viewp-product-editorialist {
	display: table;
	width: 100%;
}
div#viewp-main div.viewp-product div.viewp-product-description blockquote,
div#viewp-main div.viewp-product div.viewp-product-description div.viewp-product-editorialist img {
	display: table-cell;
	/*vertical-align: top;*/
	margin-bottom: 0;
}
div#viewp-main div.viewp-product div.viewp-product-description blockquote {
	vertical-align: top;
}
div#viewp-main div.viewp-product div.viewp-product-description blockquote .blockquote-content {
	font-size: 1em;
}
div#viewp-main div.viewp-product div.viewp-product-description blockquote cite {
	font-size: .85em;
}
div#viewp-main div.viewp-product div.viewp-product-links {
	/*margin-top: .5em;*/
}
div#viewp-main div.viewp-product div.viewp-product-description div.viewp-product-bullet-points ul {
    font-size: 1.143em;
}
div#viewp-main div.viewp-product div.viewp-product-description div.viewp-product-complements a {
	font-size: 1em;
}
div#viewp-main div.viewp-product div.viewp-product-description div.viewp-product-complements {
	font-size: 1.1em;
}
div#viewp-main div.viewp-product div.viewp-product-description div.viewp-product-complements div#viewp-product-complements-contents {
	margin-top: .5em;
}
div#viewp-main div.viewp-product div.viewp-product-picture div.viewp-product-picture-discount {
	padding: .25em 2em .25em 1.5em;
}
div#viewp-main div.viewp-product div.viewp-product-links a.viewp-router-link {
	font-weight: normal;
}

.nav-fixed div#viewp-main #viewp-nav {
	position: relative;
}

div#viewp-main div#viewp-header {
    margin-bottom: 0;
    padding-top: 0;
}
div#viewp-main div#viewp-header div.viewp-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	height: 50px;
}
div#viewp-main div.viewp-product div.viewp-product-picture div.viewp-product-pictures {
    overflow: auto;
    height: auto;
}

div#viewp-main h1.viewp-product-single {
	margin-top: 0;
	padding: 0;
	
	font-size: 1.6em !important;
	line-height: 1em;
	font-weight: normal !important;
}
div#viewp-main div.viewp-product.viewp-product-single {
	border: none;
	margin-top: 0;
}
div#viewp-main div.viewp-product.viewp-product-single div.viewp-padding {
	padding: 0;
}
div#viewp-main div.viewp-product.viewp-product-single div.viewp-product-description {
	padding-bottom: 0;
}
/*div#viewp-main div.viewp-product.viewp-product-single .viewp-product-editorialist {
	display: none;
}*/
div#viewp-main div.viewp-product.viewp-product-single div.viewp-product-description blockquote {
	display: table-cell !important;
}

div#viewp-main #list-fiches h2 {
	padding-bottom: 0;
}
div#viewp-main .content .thumb {
	width: auto;
	float: none;
	margin-bottom: 8px;
}
div#viewp-main .content .desc {
	width: auto;
	float: none;
}

#list-destinations {
	text-align: center;
}


div#viewp-main #list-advices .content .thumb,
div#viewp-main #list-blog .content .thumb,
div#viewp-main #list-top .content .thumb {
	width: 36%;
	margin-right: 4%;
}
div#viewp-main #list-advices .content .thumb img,
div#viewp-main #list-blog .content .thumb img,
div#viewp-main #list-top .content .thumb img {
	width: 100%;
	height: auto;
}
div#viewp-main #list-advices .content .desc,
div#viewp-main #list-blog .content .desc,
div#viewp-main #list-top .content .desc {
	float: left;
	width: 60%;
}

#viewp-content {
	padding-top: 0;
}

div#viewp-main div.viewp-product div.viewp-product-description div.viewp-product-block-bottom {
	right: 0;
}


.viewm-showdetail {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1;
	width: 100%;
}
.viewm-showdetail a {
	color: #fc601d;
	border: 1.5px solid #fc601d;
	padding: 10px;
	border-radius: 5px;
	display: table;
	position: relative;
	margin-left: 35px;
}
.viewm-showdetail a:before {
	content: '';
    display: block;
    position: absolute;
    left: -26px;
    bottom: 0;
    width: 26px;
    height: 24px;
    background: url('../img-pack/default/common/bullearrow-thin.png') no-repeat 0 0;
    z-index: 1;
}
.viewm-showdetail a i {
	margin-right: 5px;
	color: #fc601d;
	display: table-cell;
	vertical-align: middle;
}
.viewm-showdetail a span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 6px;
}

#viewp-filters .viewm-section-filter-summary .viewp-padding {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.SubscribeButton {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 28px;
	line-height: 30px;
	right: 45px;
	padding: 0 8px;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 12px;
	border-radius: 1px;
	transition: all 100ms ease;
	text-align: center;
}
.SubscribeButton i {
	font-size: 20px;
	vertical-align: middle;
}
.SubscribeButton i.icon-fixed-width.hidden {
	display: none;
}
.SubscribeButton:hover,
.SubscribeButton.item-open {
	background-color: #fff;
	color: #fc601d;
}

/* search panel */
#viewm-search-panel {
	display: none;
	/*position: absolute;
	top: 50px;
	left: 0;*/
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 20px 20px;
	background-color: #fff;
	height: auto;
	z-index: 100;
	text-align: left;
}
#viewp-nav #viewm-search-panel {
    display: block !important;
}
#viewm-search-panel label {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
#viewm-search-panel .selectize-dropdown.single {
	position: relative;
	top: 0 !important;
}
#viewm-search-panel .selectize-dropdown.dropdown-empty-message {
	position: relative;
	top: 0 !important;
	width: 100%;
}
#viewm-search-panel .selectize-input {
	background-color: #fff;
	height: 38px;
	line-height: 38px;
}
#viewm-search-panel .selectize-control.single .selectize-input input {
	height: 38px;
	font-size: 14px;
}

.SubscribePanel {
	display: none;
	position: relative;
	background-color: #fff;
	border-bottom: 2px solid #fc601d;
	box-shadow: 5px 5px 5px rgba(0,0,0,.25);
	padding: 15px 20px;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.SubscribePanel-title {
	color: #fc601d;
	font-size:16px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.SubscribePanel-text {
	font-size: 14px;
	line-height: 1.2;
	color: #666;
}
.SubscribePanel-form {
	margin-top: 15px;
	text-align: center;
}
.SubscribePanel-form .form-item {
	margin: 0;
}
.SubscribePanel-email {
	height: 35px;
	text-align: left;
	line-height: 35px;
	font-size: 13px;
	padding: 0;
	text-indent: 10px;
	border: 1px solid #e3e3e3;
	width: 100%;
	outline: none;
	margin-bottom: 10px;
}
.SubscribePanel-email--error {
	border: 1px solid red;
	background-color: #fff6f6;
}
.SubscribePanel-submit {
	background: none;
	background-color: #fc601d;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	font-weight: normal;
	padding: 6px 15px;
	cursor: pointer;
}
.SubscribePanel-submit:hover {
	background-color: #F54900;
}
.SubscribePanel-message {
	display: none;
	margin-top: 15px;
	border: 1px solid #fc601d;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	color: #666;
	padding: 10px;
}
.SubscribePanel-close {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 12px;
	color: #666;
}
.SubscribePanel.panel-fixed {
	position: fixed;
	top: 0;
}

#viewm-section-push-product-title {
	margin: 1em 0 0 2.0em;
	background-color: #fc601d;
	color: #fff;
	display: inline-block;
	line-height: 35px;
	height: 35px;
	padding: 0 1em;
	font-size: 16px;
}
div#viewp-main .is-push div.viewp-product-push div.viewp-product {
	padding-top: 0;
}

/* codes promo */
#viewp-merchant-codepromo {
	padding-bottom: 15px;
	padding-right: 0;
}
div#viewp-main #list-codespromo {
	margin-top: 1em;
}
div#viewp-main #list-codespromo .content {
	width: 100%;
}
.code-container {
	padding-left: 5px;
}
.code-container input {
	text-align: center;
}
.code-container button.copy-code {
	display: none;
}
div#viewp-main #viewp-page-products div.viewp-product .viewp-product-complements.complements-code-promo {
	text-align: center;
}
div#viewp-main #viewp-page-products div.viewp-product .viewp-product-complements.complements-code-promo a.EA_link-BP_plus-info {
	font-size: 12px;
}
div#viewp-main .viewp-complementary h2 {
	padding: 0 1.6em;
	padding-bottom: 0;
	line-height: 1;
	font-size: 1.5em
}
div#viewp-main .viewp-complementary div.viewp-wrapper {
	padding: 0;
}

.derive-title {
    padding: 0.7em 1em 0;
    font-size: 15px;
}
.derive-title.inter {
	font-size: 16px;
	border-bottom: none;
	margin-left: 0.8em;
	margin-right: 0.8em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.viewp-2-tiers .viewp-page-paragraph img {
	max-width: 100%;
	height: auto;
}
.viewp-2-tiers .viewm-page-title {
	font-size: 20px;
	color: #FC601D;
	padding: 10px 20px;
}
div#viewp-main .viewm-presentation-list {
	padding: 1em 2.5em;
}
div#viewp-main .viewm-presentation-list h1 {
	color: #666;
	font-size: 20px !important;
}

div#viewp-main .Header div#viewp-nav {
    top: 0;
}
.Header .Header-background {
    display: none;
}
.Header .Header-logo {
    padding-left: 10px !important;
    height: 50px;
}
.Header .Header-logo img {
    margin-top: 0;
    height: 50px;
    width: auto;
}
.Header .Header-logo:after {
    content: '';
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 18px 0 0;
    border-color: #074e6a transparent transparent transparent;
    -webkit-filter: drop-shadow(1px 0px 1px #000);
    filter: drop-shadow(1px 0px 1px #000);
}

#viewp-footer .Footer {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 0;
	padding: 0;
	padding-bottom: 10px;
}
#viewp-footer .Footer-col {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#viewp-footer .Footer-logo--left {
	margin-right: 5px;
}
#viewp-footer .Footer-logo--right {
	margin-left: 5px;
}

#travelaudienceSlotHeader {
	height: auto !important;
}

.SubscribePanel-form .form-item-optin {
    text-align: left;
    margin-bottom: 5px;
}
.SubscribePanel-form .SubscribePanel-wrap p {
	text-align: left;
	margin-bottom: 5px;
}
.SubscribePanel-form .SubscribePanel-wrap p small {
	font-size: 11px;
	line-height: 1;
}
